@import url('https://fonts.googleapis.com/css?family=Playfair+Display');
@import url('https://fonts.maateen.me/solaiman-lipi/font.css');
html {
    color: #000;
    background: #fff
}

blockquote, body, code, dd, div, dl, dt, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, td, textarea, th, ul {
    margin: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

img {
    border: 0
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: 400
}

.iti-arrow {
    display: none;
}

.country-list {
    display: none;
}

.help-text span {
    color: black !important;
}

a {
    cursor: pointer;
}

hr {
    border: 1px solid #EDEDED;
    border-radius: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
}

b {
    color: #121212 !important;
}

ol, ul {
    list-style: none
}

caption, th {
    text-align: left
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: 400
}

q:after, q:before {
    content: ''
}

abbr, acronym {
    border: 0;
    font-variant: normal
}

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit
}

legend {
    color: #000
}

.product {
    cursor: pointer !important
}

.error {
    color: #ff6700;
}

.display-hide {
    display: none;
}

.cart-plus-icon {
    font-size: 35px;
    /* top: 12px; */
    color: #121212;
    width: 37px;
    height: 30px;
    position: absolute;
    top: -15px;
    left: 0px;
}

.cart-minus-icon {
    font-size: 35px;
    /* top: 12px; */
    color: #121212;
    width: 37px;
    height: 30px;
    position: absolute;
    bottom: 10px;
    left: 0px;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: 'SolaimanLipi', Segoe UI, Helvetica, 'Droid Sans', Arial, 'lucida grande', tahoma, verdana, arial, sans-serif;
    font-size: 14px;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    background-color: #fff;
    line-height: normal
}

body div#page {
    height: inherit
}

a, p {
    color: inherit
}

h1 {
    font-size: 26px;
    margin: 20px 0 25px
}

h2 {
    font-size: 24px
}

h3 {
    font-size: 20px;
    margin: 20px 0 25px
}

button {
    cursor: pointer
}

.info {
    padding: 10px;
    font-size: 14px;
    border-bottom: 1px solid #ddd;
    color: black;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 0px;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    border-color: #d73925;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    border-color: #008d4c;
}

.alert h3 {
    font-size: 20px;
    margin: 0px;
}

.pull-left {
    float: left !important;
}

.pull-right {
    float: right !important;
}

.img-responsive {
    display: block;
    width: 100%;
    height: auto;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
    -webkit-overflow-scrolling: touch
}

}
.modal.open {
    overflow-x: hidden;
    overflow-y: auto;
    background-color: rgba(0, 0, 0, .8)
}

.modal .modal-dialog {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
    display: flex;
    align-items: center
}

.modal .modal-dialog .modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0px;
    outline: 0;
    width: 100%;

    max-width: 900px;
    margin: auto;
    padding-top: 40px
}

.modal .modal-dialog .modal-content .modal-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.modal .modal-dialog .modal-content iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000
}

.modal .modal-dialog .modal-content .close {
    font-size: 13px;
    line-height: 20px;
    padding-top: 6px;
    margin-bottom: 14px;
    letter-spacing: 0;
    font-weight: 400;
    color: rgba(0, 0, 0, .87);
    position: absolute;
    right: 0;
    top: -40px;
    opacity: .8;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out
}

.modal .modal-dialog .modal-content .close:hover {
    cursor: pointer;
    opacity: 1
}

@media (min-width: 544px) {
    .modal .modal-dialog .modal-dialog {
        max-width: 600px;
        margin: 30px auto
    }
}

.loader, .loader:after, .loader:before {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out
}

.loader {
    color: #007bc4;
    font-size: 10px;
    margin: 80px auto;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s
}

.loader:before {
    left: -3.5em;
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s
}

.loader:after {
    left: 3.5em
}

.loader:after, .loader:before {
    content: '';
    position: absolute;
    top: 0
}

@-webkit-keyframes load7 {
    0%, 100%, 80% {
        box-shadow: 0 2.5em 0 -1.3em
    }
    40% {
        box-shadow: 0 2.5em 0 0
    }
}

@keyframes load7 {
    0%, 100%, 80% {
        box-shadow: 0 2.5em 0 -1.3em
    }
    40% {
        box-shadow: 0 2.5em 0 0
    }
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg)
    }
    to {
        -moz-transform: rotate(360deg)
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg)
    }
}

@keyframes ellipsis {
    to {
        width: 1.25em
    }
}

@-webkit-keyframes ellipsis {
    to {
        width: 1.25em
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important
    }
}

.sectionTitle {
    position: relative;
    width: 90%;
    margin: 20px auto;
    font-size: 35px !important;
    text-align: center
}

.sectionTitle:before {
    content: "";
    display: block;
    border-top: solid 1px #e6e6e6;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    z-index: 1
}

@media (max-width: 768px) {
    .sectionTitle:before {
        top: 60%
    }
}

.sectionTitle .titleWrap {
    background: #fff;
    padding: 0 20px;
    position: relative;
    z-index: 1;
    color: #383737;
    text-transform: uppercase
}

@media (max-width: 768px) {
    .sectionTitle .titleWrap {
        font-size: 25px
    }
}

.hide {
    display: none !important
}

.show {
    display: block
}

.nonVisible {
    visibility: hidden
}

.border-radius-small {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px
}

.box-shadow5 {
    -webkit-box-shadow: 0 0 5px #a1a1a1;
    -moz-box-shadow: 0 0 5px #a1a1a1;
    box-shadow: 0 0 5px #a1a1a1
}

.rotation90deg {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.mouse-hover-cursor-pointer:hover {
    cursor: pointer
}

.clearfix:after {
    display: block;
    content: "";
    clear: both
}

.transition-small {


    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.box-shadow-2px-blur {
    -webkit-box-shadow: 0 0 2px #ccc;
    -moz-box-shadow: 0 0 2px #ccc;
    box-shadow: 0 0 2px #ccc
}

.box-shadow-5px-blur-bottom {
    -webkit-box-shadow: 0 1px 5px #ccc;
    -moz-box-shadow: 0 1px 5px #ccc;
    box-shadow: 0 1px 5px #ccc
}

.btn {
    line-height: 36px;
    min-width: 88px;
    padding: 0 16px;
    background: 0 0;
    border: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    color: #007838;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -ms-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms
}

.btn:hover {
    background: #388E3C
}

.btn:disabled {
    background: #e6e6e6;
    color: #9a9a9a
}

.btn:disabled:hover {
    background: #e6e6e6
}

.btn-primary {
    background: #007838;
    color: #fff;
    -webkit-box-shadow: 0 1px 5px #ccc;
    -moz-box-shadow: 0 1px 5px #ccc;
    box-shadow: 0 1px 5px #ccc
}

.btn-primary:hover {
    background: #388E3C
}

.odometer.odometer-auto-theme, .odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-minimal, .odometer.odometer-theme-minimal .odometer-digit {
    -moz-box-orient: vertical;
    display: inline-block;
    vertical-align: middle;
    position: relative
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-minimal .odometer-digit .odometer-digit-spacer {
    -moz-box-orient: vertical;
    display: inline-block;
    vertical-align: middle;
    visibility: hidden
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-minimal .odometer-digit .odometer-digit-inner {
    text-align: left;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-minimal .odometer-digit .odometer-ribbon {
    display: block
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-minimal .odometer-digit .odometer-ribbon-inner {
    display: block;
    -webkit-backface-visibility: hidden
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-minimal .odometer-digit .odometer-value {
    display: block;
    -webkit-transform: translateZ(0)
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-minimal .odometer-digit .odometer-value.odometer-last-value {
    position: absolute
}

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-minimal.odometer-animating-up .odometer-ribbon-inner {
    -webkit-transition: -webkit-transform 2s;
    -moz-transition: -moz-transform 2s;
    -ms-transition: -ms-transform 2s;
    -o-transition: -o-transform 2s;
    transition: transform 2s
}

.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-minimal.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-minimal.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%)
}

.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-minimal.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
    -webkit-transition: -webkit-transform 2s;
    -moz-transition: -moz-transform 2s;
    -ms-transition: -ms-transform 2s;
    -o-transition: -o-transform 2s;
    transition: transform 2s;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

@media (min-width: 768px) {
    .headerShrink .shoppingCartWrapper {
        top: -2px !important
    }
}

.app.catalog {
    padding: 0;
    height: inherit;
    background-color: #fff
}

.app.catalog section.bodyTable {
    width: 100%;
    height: inherit;
    color: #000;
    padding: 5px;
}

.app.catalog section.bodyTable > div {
    height: 100%
}

.app.catalog .headerWrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 3
}

@media (min-width: 1000px) {
    .app.catalog .headerWrapper {
        z-index: 4
    }
}

.app.catalog .headerWrapper .headerWrapperWrapper {
    /* background-color: #fff; */
    background-size: cover;
    position: relative;
}

@media (max-width: 768px) {
    .app.catalog .headerWrapper .headerWrapperWrapper {
        background-color: transparent
    }
}

.app.catalog .headerWrapperLandingPage {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10
}

.app.catalog .menuWrapper {
    width: 220px;
    position: fixed;
    z-index: 3;
    left: -285px;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
    will-change: left
}

@media (max-width: 767px) {
    .app.catalog .menuWrapper {
        width: inherit
    }
}

.app.catalog .shoppingCartWrapper {
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
    position: fixed;
    right: 0;
    z-index: 4;
    top: 55px
}

@media (max-width: 767px) {
    .app.catalog .shoppingCartWrapper {
        top: auto
    }
}

.app.catalog.navOpen .everythingElseWrapper {
    margin-left: 220px
}

@media (max-width: 767px) {
    .app.catalog.navOpen .everythingElseWrapper {
        margin-left: 0
    }
}

.app.catalog .everythingElseWrapper {
    padding-top: 55px;
    padding-bottom: 0px
}

.app.catalog.isOperaMini div.facebookLogin {
    display: none
}

.mobileLandingPage {
    text-align: center;
    background: #fdd773;
    box-shadow: inset 0 -66px 0 0 #fff
}

.mobileLandingPage .logo {
    padding: 40px
}

.mobileLandingPage .logo img {
    width: 120px
}

.mobileLandingPage img.mobile-app-spalsh {
    width: auto;
    max-width: 80%
}

.mobileLandingPage button {
    background-color: #e24848;
    border: 1px solid #c51a1a;
    border: 0;
    border-radius: 0px;
    color: #fff;
    font-size: 22px;
    padding: 12px 40px
}

.mobileLandingPage h2 {
    font-size: 19px;
    cursor: pointer;
    text-decoration: underline;
    margin: 0;
    padding: 20px
}

.mobileLandingPage .downloadText {
    width: 170px;
    margin: 0 auto
}

.mobileLandingPage .downloadText p {
    font-size: 16px;
    color: #cda437
}

.mobileLandingPage .downloadButtons {
    margin-bottom: 30px
}

.mobileLandingPage .downloadButtons img.appStore {
    z-index: 1;
    margin-right: 10px;
    width: 100px
}

.mobileLandingPage .downloadButtons img.playStore {
    z-index: 1;
    width: 100px
}

.openMenuShadowDrop {
    display: none
}

.fullscreen-menu {
    overflow: hidden
}

.fullscreen-menu .openMenuShadowDrop {
    display: block;
    background: rgba(0, 0, 0, .65);
    position: fixed;
    width: 100%;
    top: 110px;
    left: 0;
    z-index: 2;
    height: 100%
}

@media (max-width: 768px) {
    .fullscreen-menu .openMenuShadowDrop {
        top: 54px
    }
}

.app.ops {
    text-align: center;
    font-size: 20px
}

.app.ops .welcome {
    background-color: #007bc4;
    padding: 20px;
    width: 100%
}

.app.ops .welcome .header {
    width: 50%;
    margin: 0 auto
}

.app.ops ul {
    margin-top: 50px
}

.app.ops ul li {
    font-size: 40px;
    line-height: 50px
}

.authForm .actions {
    text-align: center;
    width: 100%
}

.authForm .altActions {
    margin-top: 20px;
    padding-top: 10px;
    text-align: center
}

.authForm .altActions a {
    cursor: pointer
}

.authForm .altActions a:hover {
    text-decoration: underline
}

.authForm .mui-input-error {
    font-size: 10px
}

.authForm .loginForm, .authForm .signupForm {
    clear: both
}

.authForm .fbLoginSeparator {
    border-top: dotted 1px #CCC;
    padding-top: 20px
}

.authForm .fbLoginSeparator.fbLoginSeparatorWithText {
    padding-bottom: 20px;
    text-align: center;
    font-size: 14px;
    font-style: italic;
    color: #666
}

.authForm form .last-mui-input {
    margin-bottom: 25px
}

.authForm form .auxText a {
    display: block;
    margin-bottom: 6px
}

.authForm .area-in-address-input {
    margin-top: 9px;
    float: left;
    font-size: 16px;
    color: gray
}

.authForm .error {
    clear: both;
    text-align: left;
    color: red;
    font-size: .8em;
    padding-top: 5px;
    padding-bottom: 5px
}

.authForm select {
    margin-left: 60px;
    width: 200px;
    margin-top: 8px
}

@media (max-width: 480px) {
    .authForm select {
        width: inherit;
        margin-left: 10px
    }
}

.emailForm p {
    color: red;
    padding-top: 0;
    padding-bottom: 5px;
    text-align: center
}

.emailForm .mui-input {
    margin-bottom: 30px
}

.authDialogs .mui-dialog .mui-dialog-window-contents {
    max-width: 455px
}

.authForm {
    color: #464646
}

.authForm .loginBtn {
    width: 100%;
    border: 1px solid #AFAEAF;
    border-radius: 0px;
    height: 58px;
    color: #464646;
    text-align: center;
    margin-bottom: 5px;
    font-size: 20px;
    background: #007838;
    -webkit-transition: all 450ms cubic-bezier(0.23, 1, .32, 1) 0ms;
    -moz-transition: all 450ms cubic-bezier(0.23, 1, .32, 1) 0ms;
    -o-transition: all 450ms cubic-bezier(0.23, 1, .32, 1) 0ms;
    transition: all 450ms cubic-bezier(0.23, 1, .32, 1) 0ms
}

.authForm .loginBtn:focus, .authForm .loginBtn:hover {
    background: #007838
}

.authForm .loginBtn:disabled {
    background: #AFAEAF
}

.authForm button[type=submit] {
    border-color: #007838;
    color: #fff;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, .5);
    box-shadow: 0 1px 6px rgba(0, 0, 0, .5);
    text-transform: uppercase
}

.authForm .emailLoginBtn {
    background: #fff
}

.authForm .emailLoginBtn:hover {
    background: #f3f3f3
}

.authForm .orContainer {
    width: 100%;
    text-align: center;
    position: relative;
    margin-top: 10px;
    margin-bottom: 30px
}

.authForm .orContainer span {
    background: #fff;
    display: block;
    width: 50px;
    margin: 0 auto;
    font-size: 15px
}

.authForm .orContainer:before {
    position: absolute;
    top: 8px;
    content: "";
    display: block;
    width: 100%;
    border-bottom: 1px solid #E8E8E8;
    z-index: -1
}

@media (max-width: 700px) {
    html.fullscreen-auth {
        background-color: #000;
        height: 100%
    }

    html.fullscreen-auth body {
        overflow: hidden;
        width: 100%;
        height: 100%
    }

    html.fullscreen-auth body .menuWrapper {
        display: none
    }

    html.fullscreen-auth body .everythingElseWrapper {
        border-left: 0;
        overflow: hidden;
        width: 10px;
        height: 10px
    }

    html.fullscreen-auth body .authWrapper {
        height: 100%;
        background-color: #fff;
        overflow-y: auto;
        margin-top: 0
    }

    html.fullscreen-auth body .authWrapper .close {
        font-size: 35px;
        padding-top: 5px
    }

    html.fullscreen-auth body .authForm {
        border: 0;
        border-radius: 0;
        height: 100%
    }

    html.fullscreen-auth body .authForm input {
        width: auto
    }
}

div.facebookLogin .facebookLoginButton {
    cursor: pointer
}

div.facebookLogin .facebookLoginButton.isFacebookUninitialized {
    cursor: default
}

div.facebookLogin .facebookLoginButton.isFacebookUninitialized i {
    color: #999
}

div.facebookLogin .loginButton {
    background-color: #49639F;
    border-color: #3E4E7C
}

div.facebookLogin .loginButton .svg {
    margin-top: -3px
}

div.facebookLogin .loginButton .buttonText {
    color: #fff;
    height: 100%;
    box-sizing: border-box;
    display: inline
}

div.facebookLogin .loginButton .isBangla {
    padding-left: 5px
}

div.facebookLogin .loginButton.isFacebookUninitialized, div.facebookLogin .loginButton.isSubmitting {
    background-color: #DDD
}

div.facebookLogin .loginButton.isFacebookUninitialized .buttonText, div.facebookLogin .loginButton.isSubmitting .buttonText {
    border-left: solid 1px #999;
    color: #999
}

div.facebookLogin .loginButton:hover {
    background: #364472
}

div.facebookLogin p {
    color: red;
    text-align: center;
    padding-top: 10px
}

div.passwordChange {
    padding-left: 10px
}

div.passwordChange h1 {
    font-size: 23px;
    color: #ff9a1f;
    font-weight: 500;
    padding-bottom: 30px
}

div.passwordChange .error {
    padding-bottom: 20px;
    color: #DB1E3D;
    font-size: 14px
}

div.passwordChange .message {
    font-size: 15px
}

div.passwordChange .message .actionButtons {
    padding-top: 20px
}

div.passwordChange .message .actionButtons button {
    padding-left: 10px;
    padding-right: 10px
}

div.passwordChange .actionButtons button {
    color: #fff;
    background-color: #007838;
    border: none;
    font-size: 15px;
    cursor: pointer;
    border-radius: 0px;
    font-weight: 500;
    position: relative;
    text-align: center;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    height: 35px
}

div.passwordChange .actionButtons button:hover {
    background-color: #ff1b25
}

div.passwordChange .actionButtons button:active {
    position: relative;
    top: 1px
}

div.passwordChange .actionButtons button[disabled] {
    background-color: #BBB;
    border-color: #BBB;
    color: #EFEFEF
}

div.passwordChange .actionButtons button[disabled]:active {
    position: static;
    top: 0
}

div.passwordChange form table {
    margin-bottom: 20px
}

div.passwordChange form td {
    padding: 5px 15px 5px 0;
    font-size: 15px
}

div.phoneNumberLogin .fa-circle-o-notch {
    position: absolute;
    top: 45%;
    left: 50%
}

div.phoneNumberLogin .last-mui-input {
    margin-bottom: 30px
}

div.phoneNumberLogin .loginWithPhoneMessage {
    text-align: center;
    font-size: 14px;
    padding-bottom: 15px
}

div.phoneNumberLogin .actions {
    clear: both;
    text-align: center;
    margin-bottom: 10px
}

div.phoneNumberLogin .auxText {
    text-align: center
}

div.phoneNumberLogin .area-in-address-input {
    margin-top: 9px;
    float: left;
    font-size: 16px;
    color: gray
}

div.phoneNumberLogin form {
    padding-top: 10px
}

div.phoneNumberLogin form .mui-input {
    margin-bottom: 30px
}

div.phoneNumberLogin form > span {
    text-align: center;
    width: 100%;
    display: block;
    color: red;
    padding-bottom: 15px
}

div.phoneNumberLogin form div.retryOtp p {
    text-align: center;
    color: gray
}

div.phoneNumberLogin form div.retryOtp.isActivated p {
    color: #000;
    cursor: pointer
}

div.phoneNumberLogin form div.retryOtp.isActivated p:hover {
    text-decoration: underline
}

div.phoneNumberLogin select {
    margin-left: 60px;
    width: 200px;
    margin-top: 8px;
    margin-bottom: 0
}

@media (max-width: 480px) {
    div.phoneNumberLogin select {
        width: inherit;
        margin-left: 10px
    }
}

div.phoneNumberLogin .error {
    clear: both;
    text-align: center;
    color: red;
    font-size: .8em;
    padding-top: 5px;
    padding-bottom: 5px
}

div.phoneNumberLogin.outsideDialog {
    width: 400px;
    max-width: 100%;
    padding: 30px
}

div.phoneNumberLogin .emailLoginBtn svg {
    margin-right: 10px;
    marign-top: -3px
}

.checkoutExperience2 .deliveryStep {
    margin-bottom: 20px
}

.checkoutExperience2 .deliveryStep .addressComponent {
    clear: both;
    margin-top: 0
}

.checkoutExperience2 .deliveryStep .addressComponent .fa-circle-o-notch .fa-4x {
    position: absolute;
    top: 45%;
    left: 45%
}

.checkoutExperience2 .deliveryStep .addressComponent .theSelectedAddress {
    line-height: 20px;
    display: flex;
    align-items: center
}

@media (max-width: 768px) {
    .checkoutExperience2 .deliveryStep .addressComponent .theSelectedAddress {
        padding: 10px
    }
}

.checkoutExperience2 .deliveryStep .addressComponent .theSelectedAddress:after {
    content: "";
    display: block;
    clear: both
}

.checkoutExperience2 .deliveryStep .addressComponent .theSelectedAddress .stepIcon {
    float: left;
    width: 5%;
    margin-right: 20px
}

@media (max-width: 992px) {
    .checkoutExperience2 .deliveryStep .addressComponent .theSelectedAddress .stepIcon {
        display: none
    }
}

.checkoutExperience2 .deliveryStep .addressComponent .theSelectedAddress .stepLabel {
    float: left;
    width: 25%;
    font-weight: 700
}

@media (max-width: 992px) {
    .checkoutExperience2 .deliveryStep .addressComponent .theSelectedAddress .stepLabel {
        /*display: none*/
    }
}

.checkoutExperience2 .deliveryStep .addressComponent .theSelectedAddress .wholeAddress {
    float: right;
    width: 50%;
    color: #505050
}

@media (max-width: 992px) {
    .checkoutExperience2 .deliveryStep .addressComponent .theSelectedAddress .wholeAddress {
        width: 70%;
        float: none
    }
}

.checkoutExperience2 .deliveryStep .addressComponent .theSelectedAddress .stepAction {
    text-align: right;
    margin-left: auto
}

.checkoutExperience2 .deliveryStep .addressComponent .theSelectedAddress .stepAction button {
    display: inline-block;
    outline: 0;
    text-decoration: none;
    font-size: 14px;
    background-color: #fff;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .3);
    padding: 5px 15px;
    border: 1px solid #007838;
    color: #007838;
    border-radius: 0px;
    text-transform: none
}

.checkoutExperience2 .deliveryStep .addressComponent .theSelectedAddress .stepAction button:hover {
    background-color: #388E3C
}

.checkoutExperience2 .deliveryStep .addressComponent .theSelectedAddress .stepAction button:active, .checkoutExperience2 .deliveryStep .addressComponent .theSelectedAddress .stepAction button:focus {
    outline: 0
}

.checkoutExperience2 .deliveryStep .addressComponent .theSelectedAddress .stepAction button:active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.checkoutExperience2 .deliveryStep .addressComponent .theSelectedAddress .stepAction button.alert {
    background-color: #007838
}

.checkoutExperience2 .deliveryStep .addressComponent .theSelectedAddress .stepAction button.alert:hover {
    background-color: #ff353d
}

.checkoutExperience2 .deliveryStep .addressComponent .theSelectedAddress .stepAction button.success {
    background-color: #82a900
}

.checkoutExperience2 .deliveryStep .addressComponent .theSelectedAddress .stepAction button.success:hover {
    background-color: #5b7600
}

.checkoutExperience2 .deliveryStep .addressComponent div h2 {
    font-size: 2.2em;
    font-weight: 900;
    color: #000
}

.checkoutExperience2 .deliveryStep .addressComponent div .addressHeader {
    overflow: auto;
    background-color: #EFEFEF;
    min-width: 320px;
    max-width: 400px;
    border-radius: 0px
}

.checkoutExperience2 .deliveryStep .addressComponent div .addressHeader h3 {
    float: left;
    padding-left: 10px
}

.checkoutExperience2 .deliveryStep .addressComponent div .addressHeader .mui-raised-button {
    clear: left;
    margin-left: 10px;
    margin-top: 3px;
    float: left
}

.checkoutExperience2 .deliveryStep .addressComponent div .addressHeader .facebookLogin {
    float: left;
    margin-left: 20px
}

.checkoutExperience2 .deliveryStep .addressComponent div section.addressInputWithLogin {
    clear: both
}

.checkoutExperience2 .deliveryStep .addressComponent div section.addresses {
    width: 100%;
    overflow: initial
}

.checkoutExperience2 .deliveryStep .addressComponent div section.addresses div.address {
    width: 100%;
    height: 40px;
    border: 1px solid #e3e3e3;
    background-color: #FAFAFA;
    cursor: pointer;
    margin-right: 5px;
    margin-bottom: 10px;
    position: relative;
    border-radius: 0px;
    padding: 5px 15px 5px 40px
}

.checkoutExperience2 .deliveryStep .addressComponent div section.addresses div.address .selectedAddressTickIcon {
    display: none
}

.checkoutExperience2 .deliveryStep .addressComponent div section.addresses div.address.selectedAddress {
    background: #E6FDF0;
    border-color: #8ABDAA
}

.checkoutExperience2 .deliveryStep .addressComponent div section.addresses div.address.selectedAddress .selectedAddressTickIcon {
    display: block;
    position: absolute;
    top: 9px;
    left: 11px
}

.checkoutExperience2 .deliveryStep .addressComponent div section.addresses div.address span.addressArea {
    position: absolute;
    right: 90px;
    top: 13px;
    font-size: 12px;
    color: #767676
}

@media (max-width: 768px) {
    .checkoutExperience2 .deliveryStep .addressComponent div section.addresses div.address span.addressArea {
        display: none
    }
}

.checkoutExperience2 .deliveryStep .addressComponent div section.addresses div.address p {
    margin: 0 180px 0 0;
    padding: 0;
    font-size: .9em;
    line-height: 28px;
    color: #767676;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

@media (max-width: 768px) {
    .checkoutExperience2 .deliveryStep .addressComponent div section.addresses div.address p {
        margin-right: 60px
    }
}

.checkoutExperience2 .deliveryStep .addressComponent div section.addresses div.address p:nth-child(2) {
    font-weight: 700 !important
}

.checkoutExperience2 .deliveryStep .addressComponent div section.addresses div.address img {
    width: 148px;
    height: 30px;
    position: absolute;
    left: 85px;
    top: 85px;
    margin-top: 5px;
    opacity: .9
}

@media (max-width: 500px) {
    .checkoutExperience2 .deliveryStep .addressComponent div section.addresses div.address img {
        display: none
    }
}

.checkoutExperience2 .deliveryStep .addressComponent div section.addresses div.address:hover {
    border-color: #8ABDAA;
    background: #fdfffe
}

.checkoutExperience2 .deliveryStep .addressComponent div section.addresses div.address:hover svg.edit {
    display: block
}

.checkoutExperience2 .deliveryStep .addressComponent div section.addresses div.address a {
    color: #007838;
    position: absolute;
    right: 27px;
    top: 11px;
    font-size: .9em;
    font-weight: 700
}

.checkoutExperience2 .deliveryStep .addressComponent div section.addresses div.address a:hover {
    text-decoration: underline
}

.checkoutExperience2 .deliveryStep .addressComponent div div.newAddressAddBtn {
    border: 1px solid #b7b7b7;
    width: 100%;
    height: 40px;
    margin: auto;
    text-align: center;
    padding: 5px;
    border-radius: 0px;
    font-size: 15px;
    color: #1D3A4B;
    line-height: 25px
}

.checkoutExperience2 .deliveryStep .addressComponent div div.newAddressAddBtn svg {
    fill: #1D3A4B;
    margin-right: 10px
}

.checkoutExperience2 .deliveryStep .addressComponent div div.newAddressAddBtn:hover {
    cursor: pointer;
    border-color: #007838;
    color: #007838
}

.checkoutExperience2 .deliveryStep .addressComponent div div.newAddressAddBtn:hover svg {
    fill: #007838
}

.checkoutExperience2 .deliveryStep .addressComponent div button {
    clear: both
}

@media (max-width: 1200px) {
    .checkoutExperience2 .deliveryStep .addressComponent div .addressHeader h3 {
        float: none;
        margin-bottom: 0;
        width: 290px
    }

    .checkoutExperience2 .deliveryStep .addressComponent div .addressHeader .mui-raised-button {
        margin-top: 3px;
        margin-left: 0
    }

    .checkoutExperience2 .deliveryStep .addressComponent div .addressHeader .facebookLogin {
        margin-top: 0
    }

    .checkoutExperience2 .deliveryStep .addressComponent section.addressInputWithLogin {
        padding-top: 1px
    }
}

@media (max-width: 700px) {
    .checkoutExperience2 .deliveryStep .addressComponent {
        margin-top: 0;
        padding-left: 10px
    }
}

@media (max-width: 500px) {
    .checkoutExperience2 .deliveryStep .addressComponent {
        padding-left: 0
    }

    .checkoutExperience2 .deliveryStep .addressComponent div section.addresses div.address {
        width: 100%;
        display: block;
        margin-bottom: 5px
    }

    .checkoutExperience2 .deliveryStep .addressComponent div section.addresses div.address svg.edit {
        width: 35px;
        height: 35px;
        display: block
    }

    .checkoutExperience2 .deliveryStep .addressComponent div .addressHeader .mui-raised-button {
        width: inherit;
        margin-left: 8px;
        margin-top: 2px
    }
}

.checkoutExperience2 div.addressInputComponent .actions {
    text-align: center;
    width: 100%
}

.checkoutExperience2 div.addressInputComponent .error {
    clear: both;
    text-align: center;
    color: red
}

.checkoutExperience2 div.addressInputComponent .dropdownError {
    font-size: .8em;
    padding-top: 1px;
    padding-bottom: 5px;
    margin-top: -10px
}

.checkoutExperience2 div.addressInputComponent form .mui-input {
    margin-bottom: 45px
}

.checkoutExperience2 div.addressInputComponent form div:nth-child(3).mui-input {
    margin-bottom: 25px
}

.checkoutExperience2 div.addressInputComponent .muiTextarea {
    margin-bottom: 20px !important
}

.checkoutExperience2 div.addressInputComponent .mui-input-description {
    font-size: .8em
}

.checkoutExperience2 div.addressInputComponent .area-in-address-input {
    margin-top: 9px;
    float: left;
    font-size: 16px;
    color: gray;
    margin-bottom: 10px
}

.checkoutExperience2 div.addressInputComponent p.areaDropDownLoading {
    float: left;
    margin-top: 2px;
    margin-left: 100px
}

.checkoutExperience2 div.addressInputComponent select {
    margin-left: 10px;
    width: 86%;
    margin-top: 8px;
    margin-bottom: 15px;
    padding: 5px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px
}

@media (max-width: 480px) {
    .checkoutExperience2 div.addressInputComponent select {
        margin-left: 10px;
        width: 83%
    }
}

.checkoutExperience2 div.addressInputComponent.withoutDialog {
    width: 400px;
    margin: 40px auto
}

@media (max-width: 768px) {
    .checkoutExperience2 div.addressInputComponent.withoutDialog {
        width: 100%
    }
}

@media (max-width: 500px) {
    .checkoutExperience2 div.addressInputComponent .actions {
        margin-bottom: 10px
    }

    .checkoutExperience2 div.addressInputComponent button.mui-flat-button {
        margin-top: 5px;
        height: 40px;
        width: 96%
    }
}

.checkoutExperience2 .checkoutDelivery {
    position: relative;
    max-width: 950px
}

.checkoutExperience2 .checkoutDelivery .deliveryStep {
    border: 1px solid #EDEDED;
    border-radius: 0px
}

.checkoutExperience2 .checkoutDelivery .deliveryStep .deliveryStepTitle {
    display: none;
    border-radius: 0px;
    padding: 10px 20px;
    height: 52px;
    border-bottom: 1px solid #C1C1C1;
    background: #F8F8F8;
    font-weight: 700
}

.checkoutExperience2 .checkoutDelivery .deliveryStep .deliveryStepTitle:after {
    content: "";
    clear: both;
    display: block
}

.checkoutExperience2 .checkoutDelivery .deliveryStep .deliveryStepTitle .titleLeft {
    float: left
}

.checkoutExperience2 .checkoutDelivery .deliveryStep .deliveryStepTitle .titleLeft .stepCounter {
    float: left;
    background: #214354;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 0px;
    line-height: 30px;
    font-size: 20px;
    margin-right: 15px;
    text-align: center
}

.checkoutExperience2 .checkoutDelivery .deliveryStep .deliveryStepTitle .titleLeft .stepIcon {
    margin-right: 20px;
    float: left
}

.checkoutExperience2 .checkoutDelivery .deliveryStep .deliveryStepTitle .titleLeft h2 {
    float: left;
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    padding: 0;
    margin: 0;
    color: #4B4B4B
}

.checkoutExperience2 .checkoutDelivery .deliveryStep .deliveryStepTitle .titleRight {
    float: right;
    font-size: 14px;
    line-height: 30px;
    color: rgba(0, 0, 0, .54);
    margin-right: 10px
}

.checkoutExperience2 .checkoutDelivery .deliveryStep .deliveryStepTitle .titleRight a {
    color: #ff5756;
    position: relative;
    padding-right: 15px;
    display: block;
    font-weight: 700
}

.checkoutExperience2 .checkoutDelivery .deliveryStep .deliveryStepTitle .titleRight a:after {
    content: "";
    display: block;
    clear: both;
    width: 10px;
    height: 10px;
    border: 2px solid #ff5756;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(45deg);
    top: 11px;
    right: 0;
    position: absolute
}

.checkoutExperience2 .checkoutDelivery .deliveryStep .deliveryStepTitle .titleRight a:hover {
    cursor: pointer
}

.checkoutExperience2 .checkoutDelivery .deliveryStep.activeStep {
    border-color: #C0C6C8
}

.checkoutExperience2 .checkoutDelivery .deliveryStep.activeStep .deliveryStepTitle {
    display: block
}

.checkoutExperience2 .checkoutDelivery .deliveryStep .deliveryStepContent {
    padding: 20px
}

.checkoutExperience2 .checkoutDelivery .deliveryStep .deliveryStepContent:after {
    content: '';
    display: block;
    clear: both
}

@media (max-width: 768px) {
    .checkoutExperience2 .checkoutDelivery .deliveryStep .deliveryStepContent {
        padding: 5px
    }
}

.checkoutExperience2 .checkoutDelivery .loading {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .5)
}

.checkoutExperience2 .checkoutDelivery .confirmOrder {
    padding: 0;
    line-height: 50px;
    align-self: flex-start;
    margin: 0 0 0 auto;
    background: #007838;
    width: 300px
}

.checkoutExperience2 .checkoutDelivery .confirmOrder .placeOrderText {
    float: left;
    height: 100%;
    width: 60%;
    text-align: left;
    padding-left: 30px
}

.checkoutExperience2 .checkoutDelivery .confirmOrder .placeOrderPrice {
    background: #388E3C;
    float: right;
    height: 50px;
    width: 40%;
    margin-right: -5px;
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
}

.checkoutExperience2 .checkoutDelivery .confirmOrder:disabled .placeOrderPrice {
    background: #a7a7a7
}

@media (max-width: 480px) {
    .checkoutExperience2 .checkoutDelivery .confirmOrder {
        margin: 0
    }

    .checkoutExperience2 .checkoutDelivery .confirmOrder .placeOrderPrice {
        height: 47px;
    }
}

.checkoutExperience2 .checkoutDelivery .placeOrderFooter {
    display: flex;
    align-items: center;
    padding: 0 20px
}

.checkoutExperience2 .checkoutDelivery .placeOrderFooter .paymentMethodInstruction {
    width: 100%;
    text-align: left
}

@media (max-width: 768px) {
    .checkoutExperience2 .checkoutDelivery .placeOrderFooter .paymentMethodInstruction {
        text-align: right
    }
}

@media (max-width: 480px) {
    .checkoutExperience2 .checkoutDelivery .placeOrderFooter .paymentMethodInstruction {
        text-align: center
    }
}

.checkoutExperience2 .checkoutDelivery .placeOrderFooter .confirmBtnContainer {
    margin-left: auto;
    text-align: right
}

@media (max-width: 480px) {
    .checkoutExperience2 .checkoutDelivery .placeOrderFooter .confirmBtnContainer {
        text-align: center;
        margin-left: 0
    }
}

.checkoutExperience2 .checkoutDelivery .placeOrderFooter p {
    font-size: 12px;
    margin: 10px 0;
    color: #B9B9B9;


    font-style: italic
}

.checkoutExperience2 .checkoutDelivery .placeOrderFooter .footNote {
    color: #4a4a4a;
    padding: 0;
    font-style: normal;
    font-size: 13px;
    margin-bottom: 5px
}

.checkoutExperience2 .checkoutDelivery .placeOrderFooter .discountNotApplied {
    color: #388E3C
}

.checkoutExperience2 .checkoutDelivery .placeOrderFooter .appliedDiscountStyle .focusText {
    font-weight: 400;
    color: #388E3C
}

.checkoutExperience2 .checkoutDelivery .placeOrderFooter .termConditionText {
    font-style: normal;
    font-size: 10px;
    margin-top: 5px;
    padding: 0
}

.checkoutExperience2 .checkoutDelivery .placeOrderFooter .termConditionText a {
    color: #007838;
    text-decoration: none;
    font-weight: 700
}

@media (max-width: 768px) {
    .checkoutExperience2 .checkoutDelivery .placeOrderFooter {
        flex-direction: column
    }
}

@media (max-width: 480px) {
    .checkoutExperience2 .checkoutDelivery .placeOrderFooter {
        margin: 15px
    }
}

.checkoutExperience2 .emptyCartError {
    padding: 50px;
    margin-top: 80px;
    text-align: center
}

.checkoutExperience2 .emptyCartError h1 {
    font-size: 20px
}

.checkoutExperience2 .emptyCartError img {
    max-width: 200px
}

.sc-fullscreen .checkoutExperience2 {
    margin-right: 30px
}

.checkoutExperience2 .checkoutDelivery .deliverySlot .deliveryStepTitle {
    display: block;
    border-bottom: 0
}

.checkoutExperience2 .checkoutDelivery .deliverySlot.activeStep .deliveryStepTitle {
    border-bottom: 1px solid #BDC3C5
}

.checkoutExperience2 .deliveryComponent {
    clear: both;
    text-align: center
}

.checkoutExperience2 .deliveryComponent div h2 {
    font-size: 2.2em;
    font-weight: 900;
    color: #000;
    margin-bottom: 40px
}

.checkoutExperience2 .deliveryComponent div div.timings section.chooseAction {
    position: relative
}

.checkoutExperience2 .deliveryComponent div div.timings section.chooseAction p:first-child {
    font-size: 20px;
    text-align: center;
    margin: 0 15px 20px
}

@media (max-width: 700px) {
    .checkoutExperience2 .deliveryComponent div div.timings section.chooseAction p:first-child br {
        display: none
    }
}

@media (max-width: 768px) {
    .checkoutExperience2 .deliveryComponent div div.timings section.chooseAction p:first-child {
        text-align: center;
        float: initial;
        margin: 10px 0 20px;
        width: 100%;
        font-size: 16px
    }
}

.checkoutExperience2 .deliveryComponent div div.timings section.chooseAction .toggleTabsContainer {
    display: inline-block
}

.checkoutExperience2 .deliveryComponent div div.timings section.chooseAction .toggleTabsContainer div.toggleTabs {
    float: right;
    display: inline-block
}

.checkoutExperience2 .deliveryComponent div div.timings section.chooseAction .toggleTabsContainer div.toggleTabs div.tab {
    text-align: center;
    width: 135px;
    font-size: 16px;
    float: left;
    padding: 12px 16px;
    background-color: #fff;
    color: #3F535B;
    cursor: pointer;
    transition: all .1s ease 0s;
    border: 1px solid #4B5057;
    line-height: 18px
}

.checkoutExperience2 .deliveryComponent div div.timings section.chooseAction .toggleTabsContainer div.toggleTabs div.tab.selected, .checkoutExperience2 .deliveryComponent div div.timings section.chooseAction .toggleTabsContainer div.toggleTabs div.tab:hover {
    background-color: #e8f4f9
}

.checkoutExperience2 .deliveryComponent div div.timings section.chooseAction .toggleTabsContainer div.toggleTabs div.tab.selected {
    box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, .5);
    background-color: #C7D3DB;
    font-weight: 700
}

@media (max-width: 480px) {
    .checkoutExperience2 .deliveryComponent div div.timings section.chooseAction .toggleTabsContainer div.toggleTabs div.tab {
        width: auto;
        padding: 8px 20px;
        font-size: 14px;
        min-width: 100px
    }
}

.checkoutExperience2 .deliveryComponent div div.timings section.chooseAction .toggleTabsContainer div.toggleTabs div:first-child {
    border-radius: 0px 0 0 2px;
    border-right: 0
}

.checkoutExperience2 .deliveryComponent div div.timings section.chooseAction .toggleTabsContainer div.toggleTabs div.secondTab {
    border-radius: 0 2px 2px 0
}

@media (max-width: 768px) {
    .checkoutExperience2 .deliveryComponent div div.timings section.chooseAction .toggleTabsContainer div.toggleTabs {
        clear: none;
        margin: auto;
        float: initial
    }
}

.checkoutExperience2 .deliveryComponent div div.timings section.chooseAction .shortMessage {
    clear: both;
    padding: 10px;
    margin: 10px -20px 0;
    font-weight: 500;
    border-color: #b9c1c4;
    border-style: dashed;
    border-width: 1px 0;
    color: #3F535B;
    text-align: center
}

.checkoutExperience2 .deliveryComponent div div.timings section.chooseAction .shortMessage p {
    margin: 0 auto;
    padding: 0;
    font-size: 14px;
    max-width: 350px;
    text-align: center;
    color: #3f535b
}

@media (max-width: 768px) {
    .checkoutExperience2 .deliveryComponent div div.timings section.chooseAction .shortMessage {
        margin: 20px -5px 5px
    }

    .checkoutExperience2 .deliveryComponent div div.timings section.chooseAction .shortMessage p {
        font-size: 11px;
        line-height: 13px
    }
}

.checkoutExperience2 .deliveryComponent div div.deliveryTimeWrapper {
    padding: 10px 20px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px
}

@media (max-width: 700px) {
    .checkoutExperience2 .deliveryComponent div div.deliveryTimeWrapper {
        margin-bottom: 0
    }
}

.checkoutExperience2 .deliveryComponent div .onlyExpressItems .deliveryTime, .checkoutExperience2 .deliveryComponent div .regularSlots .deliveryTime {
    float: initial;
    width: 100%
}

.checkoutExperience2 .deliveryComponent div .onlyExpressItems .deliveryTime .days.fullWidth, .checkoutExperience2 .deliveryComponent div .regularSlots .deliveryTime .days.fullWidth {
    left: 227px
}

@media (max-width: 990px) {
    .checkoutExperience2 .deliveryComponent div .onlyExpressItems .deliveryTime .days.fullWidth, .checkoutExperience2 .deliveryComponent div .regularSlots .deliveryTime .days.fullWidth {
        left: 145px
    }
}

@media (max-width: 820px) {
    .checkoutExperience2 .deliveryComponent div .onlyExpressItems .deliveryTime .days.fullWidth, .checkoutExperience2 .deliveryComponent div .regularSlots .deliveryTime .days.fullWidth {
        left: 80px
    }
}

@media (max-width: 768px) {
    .checkoutExperience2 .deliveryComponent div .onlyExpressItems .deliveryTime .days.fullWidth, .checkoutExperience2 .deliveryComponent div .regularSlots .deliveryTime .days.fullWidth {
        left: 70px
    }

    .checkoutExperience2 .deliveryComponent div .onlyExpressItems .deliveryTime .days.fullWidth:after, .checkoutExperience2 .deliveryComponent div .regularSlots .deliveryTime .days.fullWidth:after {
        left: 30px
    }
}

.checkoutExperience2 .deliveryComponent div .onlyExpressItems .deliveryTime .times, .checkoutExperience2 .deliveryComponent div .regularSlots .deliveryTime .times {
    left: 345px
}

@media (max-width: 990px) {
    .checkoutExperience2 .deliveryComponent div .onlyExpressItems .deliveryTime .times, .checkoutExperience2 .deliveryComponent div .regularSlots .deliveryTime .times {
        left: 300px
    }
}

@media (max-width: 800px) {
    .checkoutExperience2 .deliveryComponent div .onlyExpressItems .deliveryTime .times, .checkoutExperience2 .deliveryComponent div .regularSlots .deliveryTime .times {
        left: 200px
    }
}

.checkoutExperience2 .deliveryComponent div .noSlot {
    text-align: center;
    padding: 20px !important
}

@media (max-width: 700px) {
    .checkoutExperience2 .deliveryComponent {
        margin-top: 0
    }

    .checkoutExperience2 .deliveryComponent h3 {
        margin-bottom: 0
    }
}

@media (max-width: 500px) {
    .checkoutExperience2 .deliveryComponent {
        padding-left: 0
    }
}

.clearAll {
    clear: both
}

.checkoutExperience2 div.deliveryTime {
    float: left;
    width: 50%;
    position: relative
}

.checkoutExperience2 div.deliveryTime.singleDelivery {

    width: 100% !important;
    padding: 10px 20px
}

.checkoutExperience2 div.deliveryTime p {
    margin-bottom: 0;
    padding-top: 0
}

.checkoutExperience2 div.deliveryTime div.dropdownContainer {
    width: 370px;
    margin: auto;
    display: inline-block
}

@media screen and (max-width: 480px) {
    .checkoutExperience2 div.deliveryTime div.dropdownContainer {
        width: 100%
    }
}

.checkoutExperience2 div.deliveryTime .iconAndDescription {
    width: 100%;
    margin: auto
}

.checkoutExperience2 div.deliveryTime .iconAndDescription > p {
    margin-left: 12px;
    font-size: 14px;
    text-align: center;
    margin-top: 4px
}

.checkoutExperience2 div.deliveryTime .iconAndDescription > p svg {
    vertical-align: middle;
    width: 22px;
    height: 22px;
    margin-right: 10px
}

@media (max-width: 320px) {
    .checkoutExperience2 div.deliveryTime .iconAndDescription > p svg {
        width: 15px;
        height: 15px
    }
}

@media (max-width: 1050px) {
    .checkoutExperience2 div.deliveryTime .iconAndDescription > p {
        margin-left: 0
    }
}

@media (max-width: 320px) {
    .checkoutExperience2 div.deliveryTime .iconAndDescription > p {
        font-size: 11px;
        margin-top: 2px
    }
}

.checkoutExperience2 div.deliveryTime section.selectOptions {
    float: left;
    border: 1px solid #EDE5E6;
    border-radius: 0px;
    height: 55px;
    cursor: pointer;
    margin-top: 2px;
    z-index: 4;
    text-align: left;
    -webkit-transition: -webkit-box-shadow 300ms;
    -moz-transition: -moz-box-shadow 300ms;
    -ms-transition: box-shadow 300ms;
    -o-transition: box-shadow 300ms;
    transition: box-shadow 300ms
}

.checkoutExperience2 div.deliveryTime section.selectOptions div.firstBlock {
    float: left;
    background-color: #FFF;
    height: 100%;
    border-radius: 0px 0 0 3px
}

.checkoutExperience2 div.deliveryTime section.selectOptions div.firstBlock p {
    margin-left: 10px
}

.checkoutExperience2 div.deliveryTime section.selectOptions div.firstBlock p.dayName {
    color: #878787;
    margin-top: 12px;
    line-height: 12px;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase
}

.checkoutExperience2 div.deliveryTime section.selectOptions div.firstBlock p.dateName {
    color: #3f3f3f;
    font-size: 14px;
    line-height: 18px
}

.checkoutExperience2 div.deliveryTime section.selectOptions div.tooltipSuggestion {
    height: 100%;
    float: left;
    border-radius: 0 2px 2px 0;
    background-color: #fff
}

.checkoutExperience2 div.deliveryTime section.selectOptions div.tooltipSuggestion i.caret-down {
    display: block;
    margin-top: 18px;
    margin-left: 10px;
    width: 12px;
    height: 12px;
    border-bottom: 2px solid #ababab;
    border-right: 2px solid #ababab;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.checkoutExperience2 div.deliveryTime section.selectOptions.open, .checkoutExperience2 div.deliveryTime section.selectOptions:hover {
    -webkit-box-shadow: 0 1px 10px #a7a7a7;
    -moz-box-shadow: 0 1px 10px #a7a7a7;
    box-shadow: 0 1px 10px #a7a7a7
}

.checkoutExperience2 div.deliveryTime section.selectOptions.open div.firstBlock, .checkoutExperience2 div.deliveryTime section.selectOptions:hover div.firstBlock {
    background-color: #388E3C
}

.checkoutExperience2 div.deliveryTime section.selectOptions.open div.tooltipSuggestion i.caret-down, .checkoutExperience2 div.deliveryTime section.selectOptions:hover div.tooltipSuggestion i.caret-down {
    border-color: #fff
}

.checkoutExperience2 div.deliveryTime section.selectOptions.open div.tooltipSuggestion, .checkoutExperience2 div.deliveryTime section.selectOptions:hover div.tooltipSuggestion {
    background-color: #007838
}

.checkoutExperience2 div.deliveryTime section.noSlotSelected {
    border: 1px solid red
}

.checkoutExperience2 div.deliveryTime section.noSlotSelected p.time {

    color: red !important
}

.checkoutExperience2 div.deliveryTime section.daySelect {
    width: 110px;
    margin-left: 20px
}

.checkoutExperience2 div.deliveryTime section.daySelect div.firstBlock {
    width: 75px
}

.checkoutExperience2 div.deliveryTime section.daySelect div.tooltipSuggestion {
    width: 33px
}

@media (max-width: 1025px) {
    .checkoutExperience2 div.deliveryTime section.daySelect {
        margin-left: 6px
    }
}

@media (max-width: 700px) {
    .checkoutExperience2 div.deliveryTime section.daySelect {
        display: none
    }
}

.checkoutExperience2 div.deliveryTime section.mobileDaySelect {
    /* display: none*/
}

@media (max-width: 700px) {
    .checkoutExperience2 div.deliveryTime section.mobileDaySelect {
        display: block
    }
}

.checkoutExperience2 div.deliveryTime section.timeSelect {
    margin-left: 9px;
    width: 225px
}

.checkoutExperience2 div.deliveryTime section.timeSelect div.firstBlock {
    width: 190px
}

.checkoutExperience2 div.deliveryTime section.timeSelect div.firstBlock p.time {
    margin-top: 19px;
    color: #878787;
    font-size: 17px;
    font-weight: 500;
    text-align: center
}

.checkoutExperience2 div.deliveryTime section.timeSelect div.tooltipSuggestion {
    width: 33px
}

@media (max-width: 700px) {
    .checkoutExperience2 div.deliveryTime section.timeSelect {
        display: none
    }
}

.checkoutExperience2 div.deliveryTime section.mobileTimeSelect {
    /*display: none*/
}

@media (max-width: 700px) {
    .checkoutExperience2 div.deliveryTime section.mobileTimeSelect {
        display: block
    }
}

.checkoutExperience2 div.deliveryTime section.mobileDaySelect, .checkoutExperience2 div.deliveryTime section.mobileTimeSelect {
    margin-top: 10px;
    clear: none
}

.checkoutExperience2 div.deliveryTime section.mobileDaySelect select, .checkoutExperience2 div.deliveryTime section.mobileTimeSelect select {
    width: 95%;
    padding: 10px 2px;
    border: 1px solid #ccc;
    background: #f0f3f5;
    outline: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px
}

.deliveryStep input, .deliveryStep select {
    width: 95%;
    padding: 10px 2px;
    border: 1px solid #ccc;
    background: #f0f3f5;
    outline: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px
}

.checkoutExperience2 div.deliveryTime div.dropdown {
    position: absolute;
    background-color: #fff;
    box-shadow: 0 0 14px -2px rgba(0, 0, 0, .75);
    border-radius: 0px;
    top: 95px;
    z-index: 9999
}

.checkoutExperience2 div.deliveryTime div.dropdown:after {
    content: '';
    position: absolute;
    bottom: 100%;
    width: 0;
    height: 0;
    border-bottom: 5px solid #fff;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent
}

@media (max-width: 700px) {
    .checkoutExperience2 div.deliveryTime div.dropdown {
        display: none
    }
}

.checkoutExperience2 div.deliveryTime div.days {
    left: 38px
}

@media (max-width: 1010px) {
    .checkoutExperience2 div.deliveryTime div.days {
        left: 188px
    }
}

@media (max-width: 900px) {
    .checkoutExperience2 div.deliveryTime div.days {
        left: 136px
    }
}

@media (max-width: 800px) {
    .checkoutExperience2 div.deliveryTime div.days {
        left: 86px
    }
}

@media (max-width: 768px) {
    .checkoutExperience2 div.deliveryTime div.days {
        left: 68px
    }
}

.checkoutExperience2 div.deliveryTime div.days div.singleDay {
    float: left;
    cursor: pointer;
    width: 80px;
    height: 100%;
    padding: 7px 5px 7px 10px
}

.checkoutExperience2 div.deliveryTime div.days div.singleDay p:first-child {
    color: #878787;
    font-size: 10px;
    font-weight: 700
}

.checkoutExperience2 div.deliveryTime div.days div.singleDay p:last-child {
    color: #393939;
    font-weight: 500;
    font-size: 12px
}

.checkoutExperience2 div.deliveryTime div.days div.singleDay.selected, .checkoutExperience2 div.deliveryTime div.days div.singleDay:hover {
    background-color: #007838
}

.checkoutExperience2 div.deliveryTime div.days div.singleDay.selected p, .checkoutExperience2 div.deliveryTime div.days div.singleDay:hover p {
    color: #fff
}

.checkoutExperience2 div.deliveryTime div.days:after {
    left: 40px
}

@media (max-width: 768px) {
    .checkoutExperience2 div.deliveryTime div.days.fullWidth {
        left: 67px
    }

    .checkoutExperience2 div.deliveryTime div.days.fullWidth:after {
        left: 94px
    }
}

@media (max-width: 750px) and (min-width: 700px) {
    .checkoutExperience2 div.deliveryTime div.days.fullWidth {
        left: 36px
    }
}

.checkoutExperience2 div.deliveryTime div.times {
    left: 157px;
    width: 210px;
    height: auto
}

@media (max-width: 1010px) {
    .checkoutExperience2 div.deliveryTime div.times {
        left: 309px
    }
}

@media (max-width: 850px) {
    .checkoutExperience2 div.deliveryTime div.times {
        left: 230px
    }
}

@media (max-width: 768px) {
    .checkoutExperience2 div.deliveryTime div.times {
        left: 188px
    }
}

.checkoutExperience2 div.deliveryTime div.times div.optionalHeader {
    border-bottom: 1px solid #EDE5E6;
    padding-left: 15px;
    margin-top: 10px;
    padding-bottom: 10px
}

.checkoutExperience2 div.deliveryTime div.times div.optionalHeader p:first-child {
    color: #878787;
    font-weight: 500;
    font-size: 11px
}

.checkoutExperience2 div.deliveryTime div.times div.optionalHeader p:last-child {
    margin-top: -4px;
    color: #AF6448;
    font-size: 10px
}

.checkoutExperience2 div.deliveryTime div.times.timesSplit {
    width: 420px
}

.checkoutExperience2 div.deliveryTime div.times.timesSplit div.timesForTheDaySplit div.firstBlockForSlots, .checkoutExperience2 div.deliveryTime div.times.timesSplit div.timesForTheDaySplit div.secondBlockForSlots {
    width: 210px;
    float: left
}

.checkoutExperience2 div.deliveryTime div.times.timesSplit div.timesForTheDaySplit div.firstBlockForSlots {
    border-right: 1px solid #EDE5E6
}

.checkoutExperience2 div.deliveryTime div.times.timesSplit:after, .checkoutExperience2 div.deliveryTime div.times:after {
    left: 73px
}

@media (max-width: 1194px) {
    .checkoutExperience2 div.deliveryTime div.times.timesSplit {
        left: 150px
    }

    .checkoutExperience2 div.deliveryTime div.times.timesSplit:after {
        left: 193px
    }
}

@media (max-width: 1144px) {
    .checkoutExperience2 div.deliveryTime div.times.timesSplit {
        left: 100px
    }

    .checkoutExperience2 div.deliveryTime div.times.timesSplit:after {
        left: 243px
    }
}

@media (max-width: 1094px) {
    .checkoutExperience2 div.deliveryTime div.times.timesSplit {
        left: 55px
    }

    .checkoutExperience2 div.deliveryTime div.times.timesSplit:after {
        left: 293px
    }
}

@media (max-width: 1041px) {
    .checkoutExperience2 div.deliveryTime div.times.timesSplit {
        left: 25px
    }

    .checkoutExperience2 div.deliveryTime div.times.timesSplit:after {
        left: 313px
    }
}

.checkoutExperience2 div.deliveryTime div.clearAll {
    clear: both
}

.checkoutExperience2 div.deliveryTime .countDownTimer {
    display: block;
    text-align: center;
    margin-top: 15px;
    color: #007838
}

.checkoutExperience2 div.deliveryTime .countDownTimer span {
    vertical-align: middle
}

.checkoutExperience2 div.deliveryTime .countDownTimer .time {
    margin-left: 8px;
    font-size: 25px;
    font-weight: 700
}

@media (max-width: 1050px) and (min-width: 700px) {
    .checkoutExperience2 div.deliveryTime {
        margin-left: -8px
    }
}

@media (max-width: 1050px) {
    .checkoutExperience2 div.deliveryTime {
        width: 100%
    }
}

.checkoutExperience2 div.deliveryTime.singleDelivery .days {
    left: 248px !important;
    top: 105px !important
}

@media (max-width: 980px) {
    .checkoutExperience2 div.deliveryTime.singleDelivery .days {
        left: 200px !important
    }
}

@media (max-width: 890px) {
    .checkoutExperience2 div.deliveryTime.singleDelivery .days {
        left: 148px !important
    }
}

@media (max-width: 790px) {
    .checkoutExperience2 div.deliveryTime.singleDelivery .days {
        left: 100px !important
    }
}

.checkoutExperience2 div.deliveryTime.singleDelivery .days:after {
    left: 40px !important
}

.checkoutExperience2 div.deliveryTime.singleDelivery .times {
    left: 367px !important;
    top: 105px !important
}

@media (max-width: 980px) {
    .checkoutExperience2 div.deliveryTime.singleDelivery .times {
        left: 300px !important
    }
}

@media (max-width: 768px) {
    .checkoutExperience2 div.deliveryTime.singleDelivery .times {
        left: 220px !important
    }
}

@media (max-width: 1450px) {
    .sc-fullscreen .checkoutExperience2 div.deliveryTime {
        width: 100%
    }
}

.checkoutExperience2 div.singleTime {
    cursor: pointer;
    padding-top: 4px;
    padding-left: 15px;
    padding-bottom: 5px;
    text-align: left
}

.checkoutExperience2 div.singleTime p {
    margin-top: 4px;
    color: #878787;
    font-size: 13px;
    font-weight: 700
}

.checkoutExperience2 div.singleTime p span.costOrAvailability {
    float: right;
    margin-right: 15px
}

.checkoutExperience2 div.singleTime.selected, .checkoutExperience2 div.singleTime:hover {
    background-color: #007838
}

.checkoutExperience2 div.singleTime.selected p, .checkoutExperience2 div.singleTime:hover p {
    color: #fff
}

.checkoutExperience2 div.singleTime.unavailable p {
    color: #E3E4E2
}

.checkoutExperience2 div.singleTime.unavailable p span span {
    font-size: 10px;
    font-style: italic
}

.checkoutExperience2 div.singleTime.unavailable:hover {
    background-color: #fff;
    cursor: default
}

.checkoutExperience2 div.singleTime.error {
    background-color: red;
    cursor: default
}

.checkoutExperience2 div.singleTime.error P {
    color: #fff
}

.checkoutExperience2 .orderSuccess {
    color: #515151;
    font-size: 22px;
    text-align: left;
    padding: 20px 40px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 300;
    background: #FBFADD
}

.checkoutExperience2 .orderSuccess img {
    width: 100px
}

.checkoutExperience2 .orderSuccess .orderSuccessMessage {
    margin-left: 20px
}

.checkoutExperience2 .orderSuccess .orderNum {
    margin-bottom: 15px
}

.checkoutExperience2 .orderSuccess .thankYou {
    font-weight: 500;
    font-size: 18px
}

.checkoutExperience2 .orderSuccess .thankYou b {
    color: #39B87C
}

@media (max-width: 768px) {
    .checkoutExperience2 .orderSuccess .thankYou {
        font-size: 14px;
        line-height: 13px
    }
}

@media (max-width: 768px) {
    .checkoutExperience2 .orderSuccess {
        padding: 10px
    }

    .checkoutExperience2 .orderSuccess img {
        width: 80px
    }

    .checkoutExperience2 .orderSuccess .orderNum {
        font-size: 14px;
        margin-bottom: 5px
    }

    .checkoutExperience2 .orderSuccess .orderNum b {
        font-size: 16px
    }
}

@media (max-width: 992px) {
    .checkoutExperience2 .restOfThePage {
        padding: 15px
    }
}

.checkoutExperience2 .orderDetails {
    padding: 10px 0;
    color: #666;
    font-size: 16px
}

@media (max-width: 992px) {
    .checkoutExperience2 .orderDetails {
        padding: 0;
        margin-top: 20px
    }
}

.checkoutExperience2 .orderDetails:after {
    content: '';
    display: block;
    clear: both
}

.checkoutExperience2 .orderDetails .orderSummary {
    width: 50%;
    float: right
}

@media (max-width: 992px) {
    .checkoutExperience2 .orderDetails .orderSummary {
        width: 100%
    }
}

.checkoutExperience2 .orderDetails .orderSummary .deliveryDetails {
    border: 2px dashed #D5D5D5;
    border-radius: 0px;
    text-align: center;
    padding: 15px 15px 20px;
    display: inline-block;
    width: 100%
}

.checkoutExperience2 .orderDetails .orderSummary .deliveryDetails .deliveryTimeSelectionContainer .deliveryTypeTitle {
    color: #CACACA;
    font-size: 14px
}

.checkoutExperience2 .orderDetails .orderSummary .deliveryDetails .deliveryTimeSelectionContainer .deliveryDate, .checkoutExperience2 .orderDetails .orderSummary .deliveryDetails .deliveryTimeSelectionContainer .deliveryTimeRange {
    color: #666;
    font-weight: 700
}

.checkoutExperience2 .orderDetails .orderSummary .deliveryDetails .deliveryTimeSelectionContainer .expressDelivery, .checkoutExperience2 .orderDetails .orderSummary .deliveryDetails .deliveryTimeSelectionContainer .regularDelivery {
    float: left;
    width: 50%;
    padding: 0 15px
}

.checkoutExperience2 .orderDetails .orderSummary .deliveryDetails .deliveryTimeSelectionContainer .expressDelivery {
    text-align: right;
    border-right: 1px solid #E0E0E0
}

.checkoutExperience2 .orderDetails .orderSummary .deliveryDetails .deliveryTimeSelectionContainer .regularDelivery {
    text-align: left
}

.checkoutExperience2 .orderDetails .orderSummary .deliveryDetails .singleSlotShipment .expressDelivery, .checkoutExperience2 .orderDetails .orderSummary .deliveryDetails .singleSlotShipment .regularDelivery {
    float: none;
    text-align: center;
    width: 100%;
    border: 0
}

.checkoutExperience2 .orderDetails .orderSummary .deliveryDetails .singleSlotShipment .expressDelivery .deliveryTypeTitle, .checkoutExperience2 .orderDetails .orderSummary .deliveryDetails .singleSlotShipment .regularDelivery .deliveryTypeTitle {
    display: none
}

.checkoutExperience2 .orderDetails .orderSummary .orderSummaryContent {
    padding: 15px 0 0 55px
}

@media (max-width: 992px) {
    .checkoutExperience2 .orderDetails .orderSummary .orderSummaryContent {
        padding: 0
    }
}

.checkoutExperience2 .orderDetails .orderSummary .orderSummaryContent table {
    width: 100%
}

.checkoutExperience2 .orderDetails .orderSummary .orderSummaryContent table tbody tr:last-child td {
    padding-bottom: 18px;
    padding-top: 5px
}

.checkoutExperience2 .orderDetails .orderSummary .orderSummaryContent table td {
    height: 30px
}

.checkoutExperience2 .orderDetails .orderSummary .orderSummaryContent table .value {
    text-align: right
}

.checkoutExperience2 .orderDetails .orderSummary .orderSummaryContent table tfoot {
    border-top: 2px dashed #CCC
}

.checkoutExperience2 .orderDetails .orderSummary .orderSummaryContent table tfoot td {
    height: 50px;
    font-weight: 700
}

.checkoutExperience2 .orderDetails .orderSummary h6 {
    font-size: 16px;
    color: #B8B8B8;
    font-weight: 500;
    text-align: center;
    padding: 0;
    margin: 0 0 3px
}

.checkoutExperience2 .orderDetails .orderSummary p {
    margin: 0 0 25px;
    padding: 0;
    font-weight: 500;
    font-size: 15px;
    color: #666
}

.checkoutExperience2 .referralWidget {
    float: left;
    width: 100%;
    margin: 40px auto;
    display: flex;
    justify-content: space-around;
    align-items: center
}

.checkoutExperience2 .referralWidget .widgetDataContainer {
    flex: 1
}

.checkoutExperience2 .referralWidget .widgetDataContainer h4, .checkoutExperience2 .referralWidget .widgetDataContainer p {
    margin: 0;
    padding: 0
}

.checkoutExperience2 .referralWidget .widgetDataContainer h4 {
    line-height: 26px;
    font-size: 26px
}

.checkoutExperience2 .referralWidget .widgetImageContainer {
    flex: 1
}

.checkoutExperience2 .referralWidget .widgetImageContainer img {
    width: auto;
    max-width: 100%
}

.checkoutExperience2 .referralWidget .buttonContainer {
    flex: 1;
    text-align: right
}

.checkoutExperience2 .referralWidget .buttonContainer button {
    display: inline-block;
    border: 0;
    outline: 0;
    border-radius: 0px;
    text-decoration: none;
    background-color: #007838;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .3);
    color: #fff;
    padding: 15px 30px;
    text-transform: none;
    margin-top: 15px;
    font-weight: 500;
    font-size: 13px
}

.checkoutExperience2 .referralWidget .buttonContainer button:hover {
    background-color: #ff353d
}

.checkoutExperience2 .referralWidget .buttonContainer button:active, .checkoutExperience2 .referralWidget .buttonContainer button:focus {
    outline: 0
}

.checkoutExperience2 .referralWidget .buttonContainer button:active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.checkoutExperience2 .referralWidget .buttonContainer button.alert {
    background-color: #007838
}

.checkoutExperience2 .referralWidget .buttonContainer button.alert:hover {
    background-color: #ff353d
}

.checkoutExperience2 .referralWidget .buttonContainer button.success {
    background-color: #82a900
}

.checkoutExperience2 .referralWidget .buttonContainer button.success:hover {
    background-color: #5b7600
}

@media (max-width: 768px) {
    .checkoutExperience2 .referralWidget {
        flex-direction: column
    }
}

.checkoutExperience2 .referralWidget:after {
    content: '';
    display: block;
    clear: both
}

.checkoutExperience2 .orderInstructionList table {
    margin-top: 10px;
    width: 100%
}

.checkoutExperience2 .orderInstructionList table td {
    border: 1px solid #ccc;
    padding: 8px 20px;
    color: #464646
}

.checkoutExperience2 .orderInstructionList label {
    color: #727272;
    font-size: 16px;
    font-weight: 500;
    display: block
}

@media (max-width: 992px) {
    .checkoutExperience2 .orderInstructionList {
        margin-top: 20px
    }
}

.checkoutExperience2 .orderInstructionContainer {
    margin-top: 20px;
    width: 50%;
    float: left
}

.checkoutExperience2 .orderInstructionContainer .error {
    color: #ff524f
}

.checkoutExperience2 .orderInstructionContainer .orderInstructionSuccess {
    color: #0a5;
    font-size: 16px
}

.checkoutExperience2 .orderInstructionContainer label {
    font-weight: 500;
    color: #666;
    margin-bottom: 15px;
    display: block
}

.checkoutExperience2 .orderInstructionContainer .OrderInstructionForm {
    display: flex;
    align-items: flex-end;
    margin-bottom: 15px
}

@media (max-width: 768px) {
    .checkoutExperience2 .orderInstructionContainer .OrderInstructionForm {
        flex-direction: column
    }
}

.checkoutExperience2 .orderInstructionContainer .OrderInstructionForm textarea {
    flex: 1;
    margin-right: 20px;
    border: 0;
    padding: 5px;
    border-bottom: 1px solid #E6E6E6;
    outline: 0
}

.checkoutExperience2 .orderInstructionContainer .OrderInstructionForm textarea:focus {
    border-color: #afafaf
}

@media (max-width: 768px) {
    .checkoutExperience2 .orderInstructionContainer .OrderInstructionForm textarea {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px
    }
}

.checkoutExperience2 .orderInstructionContainer .OrderInstructionForm button {
    padding: 8px 15px 9px;
    display: inline-block;
    outline: 0;
    text-decoration: none;
    font-size: 14px;
    background-color: #294d64;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .3);
    width: 30%;
    color: #fff;
    margin-left: auto;
    border: 1px solid #183645;
    border-radius: 0px;
    text-transform: none
}

.checkoutExperience2 .orderInstructionContainer .OrderInstructionForm button:hover {
    background-color: #1a3140
}

.checkoutExperience2 .orderInstructionContainer .OrderInstructionForm button:active, .checkoutExperience2 .orderInstructionContainer .OrderInstructionForm button:focus {
    outline: 0
}

.checkoutExperience2 .orderInstructionContainer .OrderInstructionForm button:active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.checkoutExperience2 .orderInstructionContainer .OrderInstructionForm button.alert {
    background-color: #007838
}

.checkoutExperience2 .orderInstructionContainer .OrderInstructionForm button.alert:hover {
    background-color: #ff353d
}

.checkoutExperience2 .orderInstructionContainer .OrderInstructionForm button.success {
    background-color: #82a900
}

.checkoutExperience2 .orderInstructionContainer .OrderInstructionForm button.success:hover {
    background-color: #5b7600

}

@media (max-width: 480px) {
    .checkoutExperience2 .orderInstructionContainer .OrderInstructionForm button {
        width: 100%
    }
}

@media (max-width: 992px) {
    .checkoutExperience2 .orderInstructionContainer {
        width: 100%
    }
}

.checkoutExperience2 .cancelContainer .cancelContent {
    width: 50%;
    float: right;
    display: flex;
    align-items: center;
    padding-left: 60px;
    margin-top: 31px
}

@media (max-width: 992px) {
    .checkoutExperience2 .cancelContainer .cancelContent {
        width: 100%;
        padding-left: 0
    }
}

.checkoutExperience2 .cancelContainer .cancelContent button {
    padding: 8px 15px 9px;
    display: inline-block;
    outline: 0;
    text-decoration: none;
    font-size: 14px;
    background-color: #294d64;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .3);
    color: #fff;
    margin-left: auto;
    border: 1px solid #183645;
    border-radius: 0px;
    text-transform: none;
    min-width: 145px
}

.checkoutExperience2 .cancelContainer .cancelContent button:hover {
    background-color: #1a3140
}

.checkoutExperience2 .cancelContainer .cancelContent button:active, .checkoutExperience2 .cancelContainer .cancelContent button:focus {
    outline: 0
}

.checkoutExperience2 .cancelContainer .cancelContent button:active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.checkoutExperience2 .cancelContainer .cancelContent button.alert {
    background-color: #007838
}

.checkoutExperience2 .cancelContainer .cancelContent button.alert:hover {
    background-color: #ff353d
}

.checkoutExperience2 .cancelContainer .cancelContent button.success {
    background-color: #82a900
}

.checkoutExperience2 .cancelContainer .cancelContent button.success:hover {
    background-color: #5b7600
}

.checkoutExperience2 .checkoutConfirmComponent .checkoutReferralPopUp > .ModalDialog {
    padding: 0;
    max-width: 570px
}

.checkoutExperience2 .checkoutConfirmComponent .checkoutReferralPopUp #your-referral h1 {
    text-align: center;
    font-size: 30px
}

.checkoutExperience2 .checkoutConfirmComponent .checkoutReferralPopUp #your-referral .referralBannerOncheckoutPopUp {
    text-align: center
}

.checkoutExperience2 .checkoutConfirmComponent .checkoutReferralPopUp #your-referral .referralBannerOncheckoutPopUp img {
    max-width: 100%
}

.checkoutExperience2 .checkoutConfirmComponent .paymentConfirmationPageBanner {
    max-width: 1440px;
    width: 100%
}

.checkoutExperience2 .checkoutConfirmComponent .paymentConfirmationPageBanner hr {
    border: 1px dashed #CCC
}

.checkoutExperience2 .checkoutConfirmComponent .paymentConfirmationPageBanner .content {
    display: flex;
    justify-content: center;
    margin-bottom: 40px
}

@media (max-width: 800px) {
    .checkoutExperience2 .checkoutConfirmComponent .paymentConfirmationPageBanner .content {
        flex-wrap: wrap
    }
}

.checkoutExperience2 .checkoutConfirmComponent .paymentConfirmationPageBanner .content .banner {
    text-align: center
}

.checkoutExperience2 .checkoutConfirmComponent .paymentConfirmationPageBanner .content .banner img {
    width: 100%
}

.checkoutExperience2 .checkoutConfirmComponent .paymentConfirmationPageBanner .content .confirmation-banner-product-list {
    display: flex
}

.checkoutExperience2 .checkoutConfirmComponent .paymentConfirmationPageBanner .content .confirmation-banner-product-list .product {
    width: 115px;
    height: 150px;
    padding-top: 0
}

.checkoutExperience2 .checkoutConfirmComponent .paymentConfirmationPageBanner .content .confirmation-banner-product-list .product.isBangla .imageWrapper div.name {
    height: 65px
}

.checkoutExperience2 .checkoutConfirmComponent .paymentConfirmationPageBanner .content .confirmation-banner-product-list .product .imageWrapper {
    height: 155px;
    width: 115px
}

.checkoutExperience2 .checkoutConfirmComponent .paymentConfirmationPageBanner .content .confirmation-banner-product-list .product .imageWrapper .imageWrapperWrapper {
    height: 65px;
    width: 115px
}

.checkoutExperience2 .checkoutConfirmComponent .paymentConfirmationPageBanner .content .confirmation-banner-product-list .product .imageWrapper .imageWrapperWrapper img {
    height: 65px
}

.checkoutExperience2 .checkoutConfirmComponent .paymentConfirmationPageBanner .content .confirmation-banner-product-list .product .imageWrapper .discountedPriceSection {
    margin-top: 0;
    font-size: 14px
}

.checkoutExperience2 .checkoutConfirmComponent .paymentConfirmationPageBanner .content .confirmation-banner-product-list .product .imageWrapper .addText {
    margin-top: -15px;
    line-height: 30px;
    width: 113px
}

.checkoutExperience2 .checkoutConfirmComponent .paymentConfirmationPageBanner .content .confirmation-banner-product-list .product .imageWrapper .overlay.text section.actionItems {
    overflow: hidden
}

.checkoutExperience2 .checkoutConfirmComponent .paymentConfirmationPageBanner .content .confirmation-banner-product-list .product .imageWrapper .overlay.text section.actionItems div {
    width: 115px;
    height: 73px
}

.checkoutExperience2 .checkoutConfirmComponent .paymentConfirmationPageBanner .content .confirmation-banner-product-list .product .imageWrapper .overlay.text section.actionItems div .quantity {
    width: 44px;
    font-size: 40px;
    margin-top: 25px
}

.checkoutExperience2 .checkoutConfirmComponent .paymentConfirmationPageBanner .content .confirmation-banner-product-list .product section.addButtonWrapper p {
    font-size: 11px
}

.checkoutConfirmComponent .inlinePaymentComponent {
    margin-top: 3px;
    text-align: center;
    position: relative;
    border: 1px solid #D0D0D0
}

.checkoutConfirmComponent .inlinePaymentComponent > div {
    padding-bottom: 20px
}

.checkoutConfirmComponent .inlinePaymentComponent h3.error {
    color: #ff524f
}

.checkoutConfirmComponent .inlinePaymentComponent h4 {
    font-size: 20px;
    padding: 20px 0
}

.checkoutConfirmComponent .inlinePaymentComponent h4 b {
    color: #39B87C
}

.checkoutConfirmComponent .inlinePaymentComponent .braintreeCheckout {
    margin: 0 20px
}

.checkoutConfirmComponent .inlinePaymentComponent section.paymentMethods div {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-justify-content: center
}

.checkoutConfirmComponent .inlinePaymentComponent section.paymentMethods #braintree-dropin-frame {
    z-index: 1 !important
}

.checkoutConfirmComponent .inlinePaymentComponent section.paymentMethods div.paymentMethodItem {
    width: 200px;
    height: 100px;
    float: none;
    display: inline-block;
    margin-right: 25px;
    margin-bottom: 20px;
    border-radius: 0px;
    position: relative;
    border: 1px solid #E6E6E6;
    cursor: pointer;
    background: #FAFAFA;
    -webkit-box-shadow: 1px 1px 2px #ccc;
    -moz-box-shadow: 1px 1px 2px #ccc;
    box-shadow: 1px 1px 2px #ccc
}

@media (max-width: 991px) {
    .checkoutConfirmComponent .inlinePaymentComponent section.paymentMethods div.paymentMethodItem {
        margin: 0 20px 20px
    }
}

.checkoutConfirmComponent .inlinePaymentComponent section.paymentMethods div.paymentMethodItem:hover {
    background: #fffcfc;
    border: 1px solid #C499A0
}

.checkoutConfirmComponent .inlinePaymentComponent section.paymentMethods div.paymentMethodItem .paymentMethodItemContent {
    width: 100%;
    height: 100%;
    position: absolute;
    font-size: 12px
}

.checkoutConfirmComponent .inlinePaymentComponent section.paymentMethods div.paymentMethodItem .paymentMethodItemContent img {
    width: 100%;
    height: 50px;
    background-position: 50%;
    margin-top: 10px;
    background-repeat: no-repeat
}

.checkoutConfirmComponent .inlinePaymentComponent section.paymentMethods div.paymentMethodItem .Bkash img {
    background-size: 50px
}

.checkoutConfirmComponent .inlinePaymentComponent section.paymentMethods div.paymentMethodItem .Portwallet img {
    background-size: 150px
}

.checkoutConfirmComponent .inlinePaymentComponent section.paymentMethods .selectedPaymentMethod .braintreePayment, .checkoutConfirmComponent .inlinePaymentComponent section.paymentMethods div.paymentMethodItem.selectedPaymentMethod {
    border-color: #007838
}

.checkoutConfirmComponent .inlinePaymentComponent section.paymentMethods .brainTree {
    max-width: 300px;
    margin: 0 auto
}

.checkoutConfirmComponent .inlinePaymentComponent section.paymentMethods .braintreePayment {
    display: inline;
    border: 1px solid #DCDCDC;
    padding: 8px 18px 8px 70px;
    margin: 10px;
    border-radius: 0px;
    font-weight: 500;
    color: #9D9D9D;
    background: 0 0;
    position: relative;
    line-height: 14px
}

.checkoutConfirmComponent .inlinePaymentComponent section.paymentMethods .braintreePayment:hover {
    background: #e6e6e6
}

.checkoutConfirmComponent .inlinePaymentComponent section.paymentMethods .braintreePayment .divider {
    margin: 0 10px
}

.checkoutConfirmComponent .inlinePaymentComponent section.paymentMethods .braintreePayment img {

    background-size: 57px;
    width: 54px;
    height: 14px;
    background-position: -1px -7px;
    position: absolute;
    top: 8px;
    left: 15px;
    line-height: 14px;
    font-size: 14px
}

.checkoutConfirmComponent .inlinePaymentComponent .usdTotal {
    text-align: center;
    font-size: 25px;
    margin-bottom: 10px
}

.checkoutConfirmComponent .inlinePaymentComponent .usdTotal label {
    font-size: 20px;
    color: #797373
}

.checkoutConfirmComponent .inlinePaymentComponent .paymentProceedBtn {
    margin: 20px auto 0
}

.checkoutConfirmComponent .inlinePaymentComponent .paymentMessageContainer {
    padding: 20px;
    font-size: 18px;
    background: #E8F0F3
}

.checkoutConfirmComponent .inlinePaymentComponent .paymentSuccess {
    color: #585D60
}

.checkoutConfirmComponent .inlinePaymentComponent .paymentError {
    color: #f44
}

.checkoutConfirmComponent .inlinePaymentComponent .loading {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .5)
}

.dialogData {
    text-align: left;
    padding: 5px 0;
    border-bottom: 1px solid #eaeaea
}

.dialogData:after {
    clear: both;
    display: block;
    content: ''
}

.dialogData > span:first-child {
    width: 114px;
    display: block;
    float: left;
    text-align: right;
    margin-right: 16px
}

.dialogData span.focusData {
    font-weight: 700
}

.dialogData .dialogHelper {
    margin: 20px 0
}

@media (min-width: 768px) {
    .app.catalog.navOpen .menuWrapper {
        left: 0
    }
}

div.topMenu.vertical {
    background-color: #fcf4ee; /*#0078382e*/
    border-right: 1px solid #CCC;
}

div.topMenu.vertical .close {
    display: none
}

div.topMenu.vertical .department {
    display: none;
    text-align: center;
    font-size: 16px;
    background-color: #007bc4;
    color: #000;
    font-weight: 500;
    height: 39px;
    box-sizing: border-box;
    padding-top: 7px
}

div.topMenu.vertical .department svg {
    display: none
}

div.topMenu.vertical > .menu {
    overflow-y: auto;
    padding-bottom: 30px;
    box-sizing: border-box;
    display: block
}

div.topMenu.vertical > .menu img.MenuItemIcons {
    width: 20px;
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;
}

.menu .banner {
    padding: 15px 0px;
    border-bottom: 1px solid #eee;
    background-color: #f7dfcd;
}

.menu .banner img {
    float: left;
    width: 40px;
    height: 40px;
    margin-right: 12px;
    margin-left: 20px;
}

.menu .banner .need-help-text-location {
    font-size: 17px;
    color: black;
}

@media (max-width: 767px) {
    div.topMenu.vertical {
        border-right: 0 !important
    }

    div.topMenu.vertical .department {
        display: block;
        position: relative;
        cursor: pointer
    }

    div.topMenu.vertical .department svg {
        display: inline-block
    }
}

div.topMenu.vertical .topLevel > div.name {
    width: calc(100% - 25px)
}

div.topMenu.vertical ul {
    padding-left: 10px
}

div.topMenu.vertical ul li.selected > div.name > span {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    transform-origin: 1px 6px;
    margin-top: -4px
}

div.topMenu.vertical ul li {
    display: block
}

div.topMenu.vertical ul li div.name {
    display: inline-block;
    position: relative;
    width: 100%
}

div.topMenu.vertical ul li div.name span {
    position: absolute;
    top: 7px;
    right: 0
}

div.topMenu.vertical ul li div.name > div > span {
    position: inherit;
    top: 0;
    right: 0
}

div.topMenu.vertical ul li div.name a, div.topMenu.vertical ul li div.name > div {
    padding: 5px 0 5px 10px;
    display: block;
    text-decoration: none;
    font-size: 14px;
    color: #000;
    letter-spacing: .1px
}

@media (max-width: 767px) {
    div.topMenu.vertical ul li div.name a, div.topMenu.vertical ul li div.name > div {
        padding: 8px 0 8px 10px;
        font-size: 14px
    }
}

.theme-grocery div.topMenu.vertical ul li div.name a em, .theme-grocery div.topMenu.vertical ul li div.name > div em, div.topMenu.vertical ul li div.name a em, div.topMenu.vertical ul li div.name a em.theme-grocery, div.topMenu.vertical ul li div.name > div em, div.topMenu.vertical ul li div.name > div em.theme-grocery {
    background-color: #f7dc51
}

div.topMenu.vertical ul li div.name a .nav-count-label, div.topMenu.vertical ul li div.name > div .nav-count-label {
    padding: 2px 5px;
    color: #007838;
    background-color: #fff;
    margin-left: 5px;
    font-size: .8em;
    position: relative;
    font-weight: 500;
    border: 1px solid #007838;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px
}

div.topMenu.vertical ul li div.name a .referral-postfix, div.topMenu.vertical ul li div.name > div .referral-postfix {
    background-color: #85c51a;
    color: #fff;
    border: none
}

div.topMenu.vertical ul li div.name a:hover, div.topMenu.vertical ul li div.name > div:hover {
    cursor: pointer;
    background: #e1e1e1;
    background: -moz-linear-gradient(left, #fff 0, #ccc 100%);
    background: -webkit-linear-gradient(left, #fff 0, #ccc 100%);
    background: linear-gradient(to right, #fff 0, #ccc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cccccc', GradientType=1)
}

div.topMenu.vertical ul li div.name i {
    float: right;
    margin-right: 10px;
    font-weight: 500;
    width: 6px;
    height: 6px;
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
    transform: rotate(-45deg);
    margin-top: 2px
}

div.topMenu.vertical ul li > ul {
    border-left: solid 1px #eee
}

div.topMenu.vertical ul li.selected > div.name a {
    font-weight: 500;
    color: #d39b11
}

div.topMenu.vertical ul li.selected > div.name i {
    color: #000
}

div.topMenu.vertical ul li > ul {
    margin-left: 10px
}

div.topMenu.vertical ul:first-child {
    margin-top: 10px;
    padding-left: 15px
}

div.topMenu.vertical ul.misc-menu {
    padding-left: 10px;
    padding-bottom: 10px;
    margin-bottom: 5px;
    border-bottom: 1px solid #eee
}

div.topMenu.vertical ul.misc-menu li div.name {
    width: 100%
}

div.topMenu.vertical ul.misc-menu li div.name a span {
    position: relative;

    top: 0;
    right: 0
}

@media (max-width: 767px) {
    .menuWrapper {

        min-width: 275px;
        box-shadow: 0 5px 15px #ccc
    }

    .topMenu {
        width: 100%
    }

    .topMenu .close {
        display: block;
        float: right;
        margin-right: 13px;
        position: relative;
        top: -3px
    }

    .topMenu.vertical .department {
        display: none !important;
        width: 100%;
        height: 45px !important;
        top: 0;
        left: 0
    }

    .topMenu.vertical .department svg {
        display: none
    }

    .topMenu.vertical .department .text {
        display: block;
        padding-top: 5px
    }

    .topMenu {
        margin-top: 0
    }

    .topMenu.vertical ul {
        padding-left: 30px
    }

    .topMenu .menu {
        display: block !important;
        clear: both
    }

    .topMenu .menu li div.name a {
        font-size: 14px
    }
}

@media (max-width: 767px) {
    html.fullscreen-menu .menuWrapper {
        left: 0 !important
    }
}

.shopping_bottom_btn {
    display: none;
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    color: #fff;
    width: 100%;
    height: 47px;
    box-shadow: 0 -1px 10px #ccc;
    webkit-transform: translateZ(0);
    z-index: 2
}

@media (max-width: 767px) {
    .shopping_bottom_btn {
        display: block
    }

    .shopping_bottom_btn .place_order_btn, .shopping_bottom_btn .start_shopping_btn {
        width: 100%;
        background: #007838;
        border: none;
        padding: 10px;
        font-size: 20px;
        height: 47px !important;
        color: #fff
    }
}

section.discountCodeContainer {
    text-align: center;
    color: #787878;
    background: #fff;
    align-items: center;
    border-top: 1px solid #CCC
}

section.discountCodeContainer .discountCodeHeader {
    display: flex
}

section.discountCodeContainer .discountCodeHeader:hover {
    background: #eee
}

section.discountCodeContainer .discountCodeHeader:active {
    background: #d3d3d3
}

section.discountCodeContainer .discountCodeHeader button.btnDiscount {
    border: 0;
    background: 0 0;
    font-size: 14px;
    height: 30px;
    padding-left: 30px;
    width: 100%;
    outline: 0
}

@media (max-width: 1000px) {
    section.discountCodeContainer .discountCodeHeader button.btnDiscount {
        height: 40px
    }
}

section.discountCodeContainer .discountCodeHeader button.btnDiscount .arrow-icon {
    border-radius: 0px;
    border: 1px solid #787878;
    padding: 0 3px;
    margin-right: 10px
}

section.discountCodeContainer .discountCodeHeader button.btnDiscount .arrow-up svg {
    transform: rotate(-90deg);
    margin-top: -3px
}

section.discountCodeContainer .discountCodeHeader button.btnDiscount .arrow-down svg {
    transform: rotate(90deg)
}

section.discountCodeContainer .discountCodeHeader button.discountCodeHelp {
    background: 0 0;
    display: flex;
    padding-top: 0 !important;
    border: 0;
    outline: 0
}

section.discountCodeContainer .discountCodeHeader button.discountCodeHelp:hover {
    background: #cdcdcd
}

section.discountCodeContainer .discountCodeHeader button.discountCodeHelp:active {
    background: #939393
}

section.discountCodeContainer .discountCodeHeader button.discountCodeHelp:active svg {
    fill: #fff
}

section.discountCodeContainer .discountCodeHeader button.discountCodeHelp svg {
    fill: #787878;
    width: 19px
}

section.discountCodeContainer .discountCodeContent {
    display: none
}

section.discountCodeContainer .discountCodeContent .inputNbtn {
    width: 290px;
    display: block;
    text-align: center;
    margin: auto auto 10px
}

section.discountCodeContainer .discountCodeContent .inputNbtn input {
    background: #e3e3e3;
    border: 0;
    font-size: 14px;
    border-radius: 0px;
    height: 33px;
    width: 230px;
    text-align: center;
    outline: 0;
    float: left;
    margin: 0px;
}

section.discountCodeContainer .discountCodeContent .inputNbtn input:focus {
    background: #dbdbdb;
    border: 1px solid #cdcdcd
}

section.discountCodeContainer .discountCodeContent .inputNbtn button.discountSubmitBtn {
    background: #007838;

    color: #fff;

    font-size: 14px;
    text-transform: none;
    border: none;
    border-radius: 0px;
    line-height: 30px;
    width: 60px;
    float: left;
    margin: 0px;
    -webkit-box-shadow: 0 0 5px #ccc;
    -moz-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
}

section.discountCodeContainer .discountCodeContent .inputNbtn button.discountSubmitBtn:hover {
    background: #ff1b25
}

section.discountCodeContainer .discountCodeContent .inputNbtn button.discountSubmitBtn:active {
    margin-bottom: 0;
    margin-top: 11px
}

section.discountCodeContainer .discountCodeContent .inputNbtn .discountCloseBtn {
    float: left;

    width: 40px;
    padding: 0;
    margin: 16px 0 0;
    border: 0;
    background: 0 0
}

section.discountCodeContainer .discountCodeContent .inputNbtn:after {
    content: "";
    display: block;
    clear: both
}

section.discountCodeContainer .discountCodeContent .error {
    color: #DB1E3D
}

section.discountCodeContainer .discountCodeContent .discountApplied h4 {
    color: #787878;
    padding: 10px 0 5px
}

section.discountCodeContainer .discountCodeContent .discountApplied h5 {
    color: #787878;
    font-size: 15px;
    line-height: 25px;
    padding: 0 15px
}

section.discountCodeContainer .discountCodeContent .discountApplied .mui-flat-button {
    background: 0 0;
    color: #007838;
    text-transform: none
}

section.discountCodeContainer .discountFooter {
    display: inline-block;
    width: 100%;
    padding: 0 10px
}

section.discountCodeContainer .discountFooter .discountCloseBtn {
    float: left;
    border: 0;
    background: 0 0
}

section.discountCodeContainer .discountFooter .discountCodeHelp {
    float: right;
    border: 0;
    background: 0 0;
    outline: 0;
    padding: 0
}

section.discountCodeContainer .discountFooter .discountCodeHelp svg {
    fill: #A2A2A2
}

section.discountCodeContainer.expanded {
    background: #f6f6f6
}

section.discountCodeContainer.expanded .discountCodeHeader button.btnDiscount {
    padding-left: 0
}

section.discountCodeContainer.expanded .discountCodeHeader button.discountCodeHelp {
    display: none
}

section.discountCodeContainer.expanded .discountCodeContent {
    display: block
}

img.theme_logo {
    width: 218px;
    height: 55px;
}

.theme .headerWrapperWrapper .top-header {
    width: 100%;
    height: 55px;
    box-sizing: border-box;
    background-color: #ff6700;
    min-width: 315px;
    border-bottom: 1px solid #fbfbfb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}

.theme .headerWrapperWrapper .top-header > div, .theme .headerWrapperWrapper .top-header > div.logo {
    float: left
}

@media (max-width: 767px) {
    .theme .headerWrapperWrapper .top-header {
        padding: 0;
        height: 54px;
        position: relative
    }

    .theme .headerWrapperWrapper .top-header div.logo {
        padding-right: 0
    }
}

.theme .headerWrapperWrapper .top-header .hamburgerMenu {
    border: 0;
    background: 0 0;
    float: left;
    padding: 14px;
    margin-left: 0px;
    height: auto;
    outline: 0;
    border-radius: 0px;
    -webkit-transition: all 100 ease-in-out;
    transition: all 100 ease-in-out;
}

.theme .headerWrapperWrapper .top-header .hamburgerMenu:hover {
    background-color: #007838
}

.theme .headerWrapperWrapper .top-header .hamburgerMenu:active {
    box-shadow: inset 0 0 2px 2px rgba(0, 0, 0, .1)
}

@media (max-width: 700px) {
    .theme .headerWrapperWrapper .top-header .hamburgerMenu {
        display: none
    }
}

.theme .headerWrapperWrapper .top-header .logo {
    width: 217px;
    padding: 0px 0px 0 0px;
    height: 55px;
    border-left: 1px solid #fbfbfb;
    border-right: 1px solid #fbfbfb;
    box-sizing: content-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    background-color: white;
}


.theme .headerWrapperWrapper .top-header .logo a .theme_logo {
    /*height: 20px;*/
    /*background-size: 190px*/
}

.theme .headerWrapperWrapper .top-header .searchArea {
    padding: 0 10px;
    width: 720px;
    float: left;
    position: relative;
    box-sizing: content-box;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

@media (max-width: 767px) {
    .theme .headerWrapperWrapper .top-header .searchArea {
        padding-left: 50px;
        padding-right: 50px;
        width: 100%;
        box-sizing: border-box
    }
}

@media (max-width: 320px) {
    .theme .headerWrapperWrapper .top-header .searchArea {
        padding-right: 50px
    }
}

.theme .headerWrapperWrapper .top-header .searchArea .searchInput {
    position: relative
}

.theme .headerWrapperWrapper .top-header .searchArea .searchInput input {
    padding: 0 0 0 12px;
    width: 100%;
    height: 40px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    border-radius: 0px;
    border: #fff;
    position: relative;
    top: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #000;
}

@media (max-width: 767px) {
    .theme .headerWrapperWrapper .top-header .searchArea .searchInput input {
        font-size: 14px
    }
}

.theme .headerWrapperWrapper .top-header .searchArea .searchInput input:focus {
    outline: 0
}

.theme .headerWrapperWrapper .top-header .searchArea .searchInput button {
    margin-left: 0;

    background-color: #fff;
    font-size: 25px;
    width: 40px;
    padding: 0;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    display: flex
}

.theme .headerWrapperWrapper .top-header .searchArea .searchInput button svg.search {
    width: 22px;
    height: 22px;
    fill: #7a7a7a;
    stroke: #7a7a7a;
    margin: 0 auto
}

.theme .headerWrapperWrapper .top-header button {
    height: 40px;
    font-weight: 500
}

.nav-dot button#dotMenuCloseIcon {
    position: absolute;
    right: 10px;
    top: 5px;
    color: #ffffff !important;
}

.nav-dot .close:after, .nav-dot .close:before {
    position: absolute;
    content: "";
    width: 25px;
    margin: -1px -12px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: 2px solid #ffffff !important;
}

.theme .headerWrapperWrapper .top-header .area {
    border-left: 1px solid #fbfbfb;
    height: 55px;
}

.theme .headerWrapperWrapper .top-header .icon {
    float: left
}

.theme .headerWrapperWrapper .top-header .icon i {
    font-size: 35px
}

.theme .headerWrapperWrapper .top-header .localeSwitch {
    padding: 0 25px
}

.theme .headerWrapperWrapper .top-header .localeSwitch p {
    line-height: 55px;
    padding: 0;
    height: 100%;
    margin-bottom: 0;
    font-weight: 500;
    float: left;
    font-size: 14px;
    transition: all .1s ease-in-out;
    cursor: pointer;
    margin-right: 10px;
}

.theme .headerWrapperWrapper .top-header .localeSwitch p.selectedLocale {
    color: #fff;
    font-size: 18px;
}

.theme .headerWrapperWrapper .top-header .localeSwitch p:first-child, .theme .headerWrapperWrapper .top-header .localeSwitch p:last-child {
}

.theme .headerWrapperWrapper .top-header .localeSwitch p:first-child {
    text-align: right
}

.theme .headerWrapperWrapper .top-header .localeSwitch p:first-child:hover {
    color: #007838
}

.theme .headerWrapperWrapper .top-header .localeSwitch p:last-child {
    text-align: left
}

.theme .headerWrapperWrapper .top-header .localeSwitch p:last-child:hover {
    color: #007838
}

.theme .headerWrapperWrapper .top-header .loginArea {
    width: 150px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.theme .headerWrapperWrapper .top-header .loginArea.authButtons {

}

.theme .headerWrapperWrapper .top-header .loginArea.authButtons button.signInBtn {
    border: 0;
    border-radius: 0;
    width: 100%;
    background: none !important;
    border-bottom: 0px solid #388E3C;
    height: 100%;
    color: #fff;
    font-size: 15px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out
}

.signInBtn {
    text-decoration: none;
}

.theme .headerWrapperWrapper .top-header .loginArea.authButtons button.signInBtn:hover {
    background: #388E3C
}

.theme .headerWrapperWrapper .top-header .loginArea.authButtons button.signInBtn:active {
    background: #007838;
    font-size: 14px;
    -webkit-transition: all 0ms ease-in-out;
    transition: all 0ms ease-in-out
}

@media (max-width: 500px) {
    .theme .headerWrapperWrapper .top-header .loginArea.authButtons {
        margin-right: 0;
        width: 80px
    }
}

.theme .headerWrapperWrapper .top-header .loginArea.signupArea {
    width: 260px
}

.theme .headerWrapperWrapper .top-header .loginArea.signupArea.authButtons {
    padding-left: 0
}

.theme .headerWrapperWrapper .top-header .loginArea.signupArea.authButtons .mui-raised-button {
    margin: 0 5px;
    width: 110px
}

@media screen and (max-width: 575px) {
    .theme .headerWrapperWrapper .top-header .loginArea.signupArea {
        width: 160px
    }

    .theme .headerWrapperWrapper .top-header .loginArea.signupArea.authButtons .mui-raised-button {
        width: 70px;
        min-width: 0
    }

    .theme .headerWrapperWrapper .top-header .loginArea.signupArea.authButtons .mui-raised-button .mui-raised-button-label {
        font-size: 14px
    }
}

@media screen and (max-width: 384px) {
    .theme .headerWrapperWrapper .top-header .loginArea.signupArea {
        display: none
    }
}

.theme .headerWrapperWrapper .top-header .loginArea.loggedIn {
    padding-left: 10px
}

.theme .headerWrapperWrapper .top-header .loginArea.loggedIn svg {
    fill: #FFFFFF !important;
    stroke: #FFFFFF !important;
}

.theme .headerWrapperWrapper .top-header .loginArea.loggedIn .text {
    float: left;
    width: 120px;
    overflow: hidden;
    max-height: 75%
}

.theme .headerWrapperWrapper .top-header .loginArea.loggedIn .text p {
    padding-top: 0;
    height: 100%;
    float: left;
    width: 90px;
    margin-left: 10px;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 15px;
    text-align: left;
    text-transform: uppercase
}

.theme .headerWrapperWrapper .top-header .loginArea.loggedIn .text p.multiWords {
    font-size: 12px;
    line-height: 14px
}

@media (max-width: 700px) {
    .theme .headerWrapperWrapper .top-header .loginArea.authButtons .mui-raised-button .mui-raised-button-label {
        padding: 0 5px
    }

    .theme .headerWrapperWrapper .top-header .loginArea.loggedIn {
        width: 125px;
        padding-left: 0
    }
}

@media (max-width: 380px) {
    .theme .headerWrapperWrapper .top-header .loginArea.loggedIn {
        width: 80px
    }

    .theme .headerWrapperWrapper .top-header .loginArea.loggedIn .text {
        width: inherit
    }

    .theme .headerWrapperWrapper .top-header .loginArea.loggedIn .text p {
        width: inherit;
        text-overflow: ellipsis;
        overflow: hidden
    }

    .theme .headerWrapperWrapper .top-header .loginArea.loggedIn .text p.twoWords {
        font-size: 12px;
        line-height: 14px;
        margin-top: 5px
    }
}

.theme .headerWrapperWrapper .top-header .dotMenuIcon {
    display: none;
    cursor: pointer;
}

@media (max-width: 767px) {
    .theme .headerWrapperWrapper .top-header .dotMenuIcon {
        display: block;
        position: fixed;
        right: 15px;
        top: 16px
    }

    .theme .headerWrapperWrapper .top-header .dotMenuIcon .showLeft {
        text-shadow: none !important;
        color: #fff !important;
        padding: 11px 14px 10px 15px;
        position: fixed;
        right: 8px
    }

    .theme .headerWrapperWrapper .top-header .dotMenuIcon .icons li {
        background: #fff;
        height: 4px;
        width: 4px;
        line-height: 0;
        list-style: none;
        margin-top: 5px;
        vertical-align: top
    }

}

@media (max-width: 767px) and (max-width: 320px) {
    .theme .headerWrapperWrapper .top-header .dotMenuIcon .showLeft {
        padding: 12px 8px 10px 15px;
    }
}

.theme .headerWrapperWrapper .top-header .helpArea {
    width: 130px;
    padding-left: 0;
    line-height: 55px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out
}

.theme .headerWrapperWrapper .top-header .helpArea a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.theme .headerWrapperWrapper .top-header .helpArea a .questionIcon {
    border-radius: 10px;
    line-height: 20px;
    background: #d04348;
    color: #fff;
    width: 20px;
    height: 20px;
    margin-left: 5px
}

.theme .headerWrapperWrapper .top-header .helpArea:hover {
    background-color: #007838
}

@media (max-width: 700px) {
    .theme .headerWrapperWrapper .top-header .helpArea {
        display: none
    }
}

.theme .headerWrapperWrapper .top-header .area-with-dropdown {
    position: relative;
    cursor: pointer;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out
}

.theme .headerWrapperWrapper .top-header .area-with-dropdown .dropDown {
    right: 0;
    top: 55px;
    width: 180px;
    position: absolute;
    color: #585858;
    z-index: 5;
    display: none;
    transition: opacity linear .15s;
    background: #fff;
    box-shadow: 0 3px 15px #ccc
}

.theme .headerWrapperWrapper .top-header .area-with-dropdown .dropDown li {
    padding: 10px;
    cursor: pointer;
    border-bottom: 1px solid #e1e1e1
}

.theme .headerWrapperWrapper .top-header .area-with-dropdown .dropDown li a {
    text-decoration: none
}

.theme .headerWrapperWrapper .top-header .area-with-dropdown .dropDown li:hover {
    background: #c7c7c7
}

.theme .headerWrapperWrapper .top-header .area-with-dropdown .dropDown li:hover a {
    font-weight: 700
}

.theme .headerWrapperWrapper .top-header .area-with-dropdown:hover {
    background: #ff353d30;
}

.theme .headerWrapperWrapper .top-header .area-with-dropdown:hover .dropDown {
    display: block
}

@media (max-width: 900px) {
    .theme .headerWrapperWrapper .top-header .area-with-dropdown .dropDown {
        display: none !important
    }
}

.theme .headerWrapperWrapper .top-header div.headerDropDownDialog .dotMenuItemsTitle {
    margin-left: 4px
}

.theme .headerWrapperWrapper .top-header div.headerDropDownDialog .ModalDialog {
    max-width: 60% !important;
    padding: 0 !important;
    margin: 85px auto;;
}

@media (min-width: 500px) {
    .theme .headerWrapperWrapper .top-header div.headerDropDownDialog .ModalDialog {
        max-width: 350px !important;
    }
}

.theme .headerWrapperWrapper .top-header div.headerDropDownDialog ul {
    text-align: left;
    color: #4f4f4f;
    font-size: 19px
}

@media (max-width: 360px) {
    .theme .headerWrapperWrapper .top-header div.headerDropDownDialog ul {
        font-size: 15px
    }
}

.theme .headerWrapperWrapper .top-header div.headerDropDownDialog ul li {
    padding: 15px;
    cursor: pointer;
    margin-bottom: 0
}

.theme .headerWrapperWrapper .top-header div.headerDropDownDialog ul li a {
    text-decoration: none;
    display: block;
    width: 100%
}

.theme .headerWrapperWrapper .top-header div.headerDropDownDialog ul li i {
    padding-left: 5px;
    padding-right: 5px
}

.theme .headerWrapperWrapper .top-header div.headerDropDownDialog ul li .flipswitch {
    position: relative;
    width: 35px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    float: right;
    margin-right: 20px
}

.theme .headerWrapperWrapper .top-header div.headerDropDownDialog ul li .flipswitch input[type=checkbox] {
    display: none
}

.theme .headerWrapperWrapper .top-header div.headerDropDownDialog ul li .flipswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #999;
    border-radius: 0
}

.theme .headerWrapperWrapper .top-header div.headerDropDownDialog ul li .flipswitch-inner {
    width: 200%;
    margin-left: -100%;
    -webkit-transition: margin .3s ease-in 0s;
    -moz-transition: margin .3s ease-in 0s;
    -ms-transition: margin .3s ease-in 0s;
    -o-transition: margin .3s ease-in 0s;
    transition: margin .3s ease-in 0s
}

.theme .headerWrapperWrapper .top-header div.headerDropDownDialog ul li .flipswitch-inner:after, .theme .headerWrapperWrapper .top-header div.headerDropDownDialog ul li .flipswitch-inner:before {
    float: left;
    width: 50%;
    height: 15px;
    padding: 0;
    line-height: 15px;
    font-size: 9px;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: 500;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.theme .headerWrapperWrapper .top-header div.headerDropDownDialog ul li .flipswitch-inner:before {
    content: "EN";
    padding-left: 5px;
    background-color: #FF8383;
    color: #FFF
}

.theme .headerWrapperWrapper .top-header div.headerDropDownDialog ul li .flipswitch-inner:after {
    content: "ÃƒÆ’Ã‚Â Ãƒâ€šÃ‚Â¦Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â Ãƒâ€šÃ‚Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã‚Â Ãƒâ€šÃ‚Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡";
    padding-right: 5px;
    background-color: #4E4E4E;
    color: #FFF;
    text-align: right
}

.theme .headerWrapperWrapper .top-header div.headerDropDownDialog ul li .flipswitch-switch {
    width: 13px;
    margin: 1px;
    background: #FFF;
    border: 1px solid #999;
    border-radius: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 18px;
    -webkit-transition: all .3s ease-in 0s;
    -moz-transition: all .3s ease-in 0s;
    -ms-transition: all .3s ease-in 0s;
    -o-transition: all .3s ease-in 0s;
    transition: all .3s ease-in 0s
}

.theme .headerWrapperWrapper .top-header div.headerDropDownDialog ul li .flipswitch-cb:checked + .flipswitch-label .flipswitch-inner {
    margin-left: 0
}

.theme .headerWrapperWrapper .top-header div.headerDropDownDialog ul li .flipswitch-cb:checked + .flipswitch-label .flipswitch-switch {
    right: 0
}

.theme .headerWrapperWrapper .top-header div.headerDropDownDialog ul li:first-child {
    background: #4f4f4f;
    color: #fff
}

.theme .headerWrapperWrapper .top-header div.headerDropDownDialog ul li:last-child {
    margin-bottom: 0
}

.theme .headerWrapperWrapper .top-header div.headerDropDownDialog ul li.loginDialogLocale {
    height: 35px;
    padding-top: 10px
}

@media (max-width: 700px) {
    .theme .headerWrapperWrapper .top-header .mui-dialog {
        padding-top: 130px !important
    }
}

@media (max-width: 900px) {
    .theme .headerWrapperWrapper .top-header span.arrow {
        display: none
    }

    .theme .headerWrapperWrapper .top-header .mui-dialog {
        padding-top: 100px !important
    }
}

.cartContainer {
    position: relative
}

.cartContainer .shoppingCartButton {
    cursor: pointer;
    position: absolute;
    left: -16px;
    top: 45%;
    margin: auto;
    height: 70px;
    width: 16px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    color: #fff;
    background-color: #b7b7b7;
    border: 1px solid rgba(0, 0, 0, .1)
}

.cartContainer .shoppingCartButton:hover {
    background-color: #a3a3a3
}

.cartContainer .shoppingCartButton:before {
    content: "";
    width: 15px;
    height: 4px;
    background: #fff;
    display: block;
    position: absolute;
    -ms-transform: rotate(65deg);
    -webkit-transform: rotate(65deg);
    -moz-transform: rotate(65deg);
    -o-transform: rotate(65deg);
    transform: rotate(65deg);
    margin-top: 26px
}

.cartContainer .shoppingCartButton:after {
    content: "";
    width: 15px;
    height: 4px;
    background: #fff;
    display: block;
    position: absolute;
    -ms-transform: rotate(-65deg);

    -webkit-transform: rotate(-65deg);
    -moz-transform: rotate(-65deg);
    -o-transform: rotate(-65deg);
    transform: rotate(-65deg);
    margin-top: 38px
}

.shoppingCart {
    background-color: #fff;
    width: 320px;
    box-sizing: border-box;
    box-shadow: -2px 0 12px 0 rgba(143, 143, 143, .38)
}

.shoppingCart > section.stickyHeader {
    opacity: .7;
    cursor: pointer;
    position: fixed;
    width: 65px;
    height: 75px;
    background: #F5FCEB;
    right: 0;
    top: calc(110px + 30%);
    box-shadow: 0 0 16px -1px rgba(0, 0, 0, .75);
    display: none;
    transition: .1s ease-in-out
}

.shoppingCart > section.stickyHeader div.itemCount {
    height: 50px;
    background: #007838;
    width: 100%;
}

.shoppingCart > section.stickyHeader div.itemCount svg {
    margin-top: 3px;
    margin-left: 22px
}

.shoppingCart > section.stickyHeader div.itemCount p {
    color: #fff;
    margin-top: -2px;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 12px;
    text-align: center;
    padding-top: 0
}

.shoppingCart > section.stickyHeader div.total {
    height: 20px;
    width: 100%;
    font-weight: 500;
    text-align: center;
    font-size: 13px;
    padding-top: 5px;
    color: #121212;
}

.shoppingCart > section.stickyHeader div.total div.odometer {
    padding-left: 5px;
    display: inline-block
}

.shoppingCart > section.stickyHeader:hover {
    opacity: 1
}

.shoppingCart > .header {
    width: 100%;
    font-size: 15px;
    color: #fff;
    cursor: pointer;
    background-color: #e4e0e1;
    height: 39px;
    box-sizing: border-box;
    display: none;
    padding: 0 0 0 20px
}

.shoppingCart > .header > div {
    height: 100%;
    box-sizing: border-box;
    display: table-cell;
    vertical-align: middle
}

.shoppingCart > .header div.itemCount {
    text-align: left;
    width: 80px;
    font-weight: 500;
    color: #4f4f4f
}

.shoppingCart > .header div.itemCount .count-mobile {
    display: none
}

.shoppingCart > .header div.cart {
    margin-top: 4px;
    width: 30px
}

.shoppingCart > .header div.cart svg {
    margin-top: 4px;
    fill: #4e4e4e !important;
    stroke: #4e4e4e !important;

}

.shoppingCart > .header div.total {
    padding-top: 4px;
    font-weight: 500;
    text-align: center
}

.shoppingCart > .header div.total > div {
    padding-left: 5px;
    display: inline-block;
    top: 1px
}

.shoppingCart > .header div.checkoutButton {
    width: 110px;
    text-align: center;
    font-weight: 500;
    display: none;
    vertical-align: top;
    padding-top: 3px
}

.shoppingCart > .header div.checkoutButton button {
    height: 32px;
    padding: 0 5px
}

.shoppingCart > .header div.checkoutButton button span {
    font-size: 12px;
    line-height: 20px;
    position: relative;
    top: -2px
}

@media (max-width: 767px) {
    .shoppingCart > .header {
        display: table
    }
}

.shoppingCart.collapsed > .header {
    border-bottom-left-radius: 5px
}

.shoppingCart.collapsed > .stickyHeader.bounce {
    animation: bounce .9s ease-in-out
}

.shoppingCart.collapsed .closeCartButtonTop {
    display: none
}

.shoppingCart.expanded > .header {
    display: table
}

.shoppingCart.expanded .closeCartButtonTop {
    display: block;
    float: right;
    background: 0 0;
    border: 1px solid #62615f;
    padding: 3px 15px 5px;
    margin-right: 20px;
    margin-top: 5px;
    color: #4f4f4f
}

.shoppingCart.expanded .closeCartButtonTop:hover {
    background: #bdbaba
}

.shoppingCart.expanded .closeCartButtonTop:active {
    background: #8e8c8c;
    color: #fff
}

.shoppingCart.expanded .itemsHeader {
    background-color: #f6f6f6 !important;
    height: 39px !important
}

.shoppingCart.expanded .itemsHeader .cartItemsHeaderIcon {
    display: inline-block;
    margin-right: 5px
}

.shoppingCart.expanded .itemsHeader .cartItemsHeaderIcon svg {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    fill: #4e4e4e
}

.shoppingCart.expanded .itemsHeader span {
    color: #4e4e4e;
    font-weight: 700
}

.shoppingCart.expanded .discountCodeContainer {
    position: absolute;
    bottom: 131px;
    width: 100%
}

@media (max-width: 991px) {
    .shoppingCart.expanded .discountCodeContainer {
        position: fixed;
        left: 0;
        bottom: 80px;
        width: 100%
    }
}

@media (min-width: 768px) {
    .shoppingCart.collapsed {
        width: 200px
    }

    .shoppingCart.collapsed section.stickyHeader {
        display: block
    }
}

.shoppingCart div.body {
    width: 100%;
    box-sizing: border-box;
    overflow: auto
}

@media (max-width: 767px) {
    .shoppingCart div.body {
        padding-bottom: 65px
    }
}

.shoppingCart div.body section.itemsHeader {
    height: 30px
}

.shoppingCart div.body section.itemsHeader i {
    color: #fff
}

.shoppingCart div.body section.itemsHeader > i {
    float: left;
    font-size: 15px;
    margin-left: 10px;
    margin-top: 7px
}

.shoppingCart div.body section.itemsHeader > span {
    position: relative;
    float: right;
    font-size: 10px;
    height: 20px;
    border-radius: 0px;
    margin-right: 6px;
    margin-top: 12px;
    opacity: .7
}

.shoppingCart div.body section.itemsHeader > span i {
    font-size: 13px;
    font-weight: 500;
    float: right;
    margin-top: 3px;
    margin-right: 5px
}

.shoppingCart div.body section.itemsHeader.expressHeader {
    background-color: #f6f6f6
}

.shoppingCart div.body section.itemsHeader.expressHeader > div {
    color: #4e4e4e;
    float: left;
    font-size: 13px;
    margin-left: 10px;
    margin-top: 10px
}

.shoppingCart div.body section.itemsHeader.couponHeader, .shoppingCart div.body section.itemsHeader.outOfStockHeader, .shoppingCart div.body section.itemsHeader.regularHeader {
    background-color: #f6f6f6
}

.shoppingCart div.body section.itemsHeader.couponHeader > div, .shoppingCart div.body section.itemsHeader.outOfStockHeader > div, .shoppingCart div.body section.itemsHeader.regularHeader > div {
    color: #4e4e4e;
    float: left;
    font-size: 13px;
    margin-left: 10px;
    margin-top: 10px;
    font-weight: 700
}

.shoppingCart div.body section.itemsHeader.outOfStockHeader {
    background-color: #999
}

.shoppingCart div.body section.itemsHeader.discountedPriceMessageHeader {
    display: none;
    background-color: #AF5E42
}

.shoppingCart div.body section.itemsHeader.discountedPriceMessageHeader > div {
    width: 100%;
    font-weight: 500;
    text-align: center;
    color: #fff;
    float: left;
    font-size: 15px;
    margin-top: 6px
}

.shoppingCart div.body section.itemsHeader.couponHeader {
    background-color: #bc3a29;
    text-transform: uppercase;
    font-style: italic
}

.shoppingCart div.body section.itemsHeader.couponHeader > div:after {
    content: '\f145';
    font-family: FontAwesome;
    margin-left: 10px;
    font-style: normal;
    font-size: 1.2em
}

.shoppingCart div.body .outofstockitem {
    opacity: .5
}

.footerLogo img.theme_logo {
    background-size: 180px;
    margin-bottom: 15px;
}

.shoppingCart div.footer {
    background: #FFF;
    height: 132px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 10px;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .3)
}

.shoppingCart div.footer .shoppingtCartActionButtons > span {
    font-size: 11px;
    display: block;
    font-weight: 700
}

.shoppingCart div.footer .closeCartButton {
    display: none;
    height: 50px;
    width: 200px;
    letter-spacing: 2px;
    background: #c4c4c4;
    color: #fff;
    margin-right: 10px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .24);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .24);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .24)
}

.shoppingCart div.footer .closeCartButton span {
    font-size: 15px
}

.shoppingCart div.footer .mui-raised-button {
    height: 50px;
    width: 200px
}

.shoppingCart div.footer .mui-raised-button .mui-raised-button-container {
    background-color: #007838
}

.shoppingCart div.footer .mui-raised-button .mui-raised-button-container:hover {
    background-color: #ff353d
}

.shoppingCart div.footer .mui-raised-button button {
    height: 50px
}

.shoppingCart div.footer .mui-raised-button .mui-raised-button-label {
    font-weight: 500;
    font-size: 20px
}

.shoppingCart div.footer div span.mui-raised-button-label {
    font-size: 18px
}

.shoppingCart .checkoutFooter div.footer, .shoppingCart.empty div.footer {
    padding-top: 12px;
    font-size: 17px;
    color: #AAA;
    font-weight: 500;
    text-align: center
}

@media (max-width: 1001px) {
    .shoppingCart .checkoutFooter div.footer, .shoppingCart.empty div.footer {
        text-align: center

    }
}

.shoppingCart div.emptyCart {
    text-align: center;
    font-size: 17px;
    color: #AAA;
    display: table;
    width: 100%;
    margin-top: 2%
}

@media (max-width: 767px) {
    .shoppingCart div.emptyCart {
        margin-top: 0
    }
}

.shoppingCart div.emptyCart .nothingToSeeHereMoveOn {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    box-sizing: border-box
}

.shoppingCart div.emptyCart .nothingToSeeHereMoveOn span {
    margin-top: 5px;
    padding: 0 5px
}

.shoppingCart div.emptyCart .nothingToSeeHereMoveOn img {
    width: 230px;
    height: 230px;
    margin-top: 30px
}

.shoppingCart div.orderItem {
    -webkit-transition: background-color 300ms linear;
    -moz-transition: background-color 300ms linear;
    -o-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear
}

.shoppingCart div.orderItem:first-child {
    padding-top: 5px
}

.shoppingCart div.orderItem:hover .caret {
    opacity: .5
}

@media (max-width: 767px) {
    .shoppingCart.responsive {
        box-shadow: none
    }

    .shoppingCart.responsive div.orderItem > div.quantity div.cart-caret {
        width: 37px;
        height: 30px
    }

    .shoppingCart.responsive div.orderItem > div.quantity div.cart-caret svg {
        width: 34px;
        height: 34px
    }

    .shoppingCart.responsive div.orderItem > div.amount .remove svg {
        width: 24px;
        height: 24px
    }

    .shoppingCart.responsive.collapsed .header {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-top-left-radius: 0;
        padding-left: 5px;
        padding-bottom: 5px;
        padding-top: 10px;
        position: relative;
        color: #007838;
        background-color: transparent !important
    }

    .shoppingCart.responsive.collapsed .header.theme-grocery, .theme-grocery .shoppingCart.responsive.collapsed .header {
        color: #007838
    }

    .shoppingCart.responsive.collapsed .header > div {
        display: block
    }

    .shoppingCart.responsive.collapsed .header .itemCount, .shoppingCart.responsive.collapsed .header .toggle, .shoppingCart.responsive.collapsed .header .total {
        display: none
    }

    .shoppingCart.responsive.collapsed .header .cart {
        width: 30px;
        float: left;
        color: #007838;
        margin-top: 0
    }

    .shoppingCart.responsive.collapsed .header .cart svg {
        fill: #007838 !important;
        stroke: #007838 !important;
        margin-top: 0
    }

    .shoppingCart.responsive.collapsed .header .itemCount, .shoppingCart.responsive.collapsed .header .total {
        font-size: 12px;
        font-weight: 500;
        text-align: right;
        width: 80px;
        float: right;
        padding-right: 10px;
        height: auto
    }

    .shoppingCart.responsive.collapsed .header .itemCount {
        display: inline-block;
        color: #000;
        text-align: left;
        position: absolute;
        bottom: 0;
        left: 0;
        background-color: #fff;
        width: auto;
        padding: 5px 6px 3px;
        border-radius: 9px;
        line-height: 1em;
        -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .5);
        -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .5);
        box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .5)
    }

    .shoppingCart.responsive.collapsed .header .itemCount > span {
        display: none
    }

    .shoppingCart.responsive.collapsed .header .itemCount .count-mobile {
        display: block
    }

    .shoppingCart.responsive.collapsed .header .itemCount.bounce {
        animation: bounce .9s ease-in-out
    }

    .shoppingCart.responsive.collapsed.empty {
        width: 40px
    }

    .shoppingCart.responsive.collapsed.empty .itemCount, .shoppingCart.responsive.collapsed.empty .toggle {
        display: none
    }

    .shoppingCart.responsive.collapsed.empty .itemCount, .shoppingCart.responsive.collapsed.empty p {
        display: none
    }

    .shoppingCart.responsive.collapsed.empty .itemCount, .shoppingCart.responsive.collapsed.empty span {
        display: block
    }

    .shoppingCart.responsive.collapsed.empty .checkoutButton {
        display: none !important
    }

    .shoppingCart.responsive.collapsed.non-empty {
        width: 40px
    }

    .shoppingCart.responsive.collapsed.non-empty .checkoutButton {
        display: none !important
    }

    .shoppingCart.responsive.expanded {
        width: 100%
    }
}

@media (max-width: 767px) and (max-width: 767px) {
    .shoppingCart.responsive.collapsed .header .cart svg {
        fill: #4f4f4f !important;
        stroke: #4f4f4f !important
    }
}

@media (max-width: 767px) and (max-width: 767px) {
    .shoppingCart.responsive.collapsed .header .itemCount {
        color: #FFF;
        background: #007838;
        margin-left: 28px;
        margin-bottom: 17px;
        padding: 2px 4px 3px;
        opacity: 1;
        font-size: 10px;
    }
}

@media (max-width: 900px) {
    .shoppingCart {
        box-shadow: none
    }
}

.discountActive {
    background: #f8efd4
}

#placeOrderButton {
    /*width: 90%;*/
    width: 230px;
    height: 40px;
    float: left;
    background: #007838;
    border: none;
    color: #fff;
    font-size: 17px;
    line-height: 37px;
    padding: 0;
    -webkit-box-shadow: 0 0 3px #b1aeae;
    -moz-box-shadow: 0 0 3px #b1aeae;
    box-shadow: 0 0 3px #b1aeae;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

@media (min-width: 1000px) {
    #placeOrderButton:hover {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none
    }
}

@media (max-width: 767px) {
    #placeOrderButton .placeOrderText {
        margin-right: 115px
    }
}

@media (max-width: 320px) {
    #placeOrderButton .placeOrderText {
        margin-right: 0
    }
}

.totalMoneyCount {
    background: # #388E3C;
    float: right;
    height: 100%;
    width: 40%;
    margin-right: -5px;
    line-height: 40px;
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
}

.robi-theme #placeOrderButton {
    background: #0b9444 !important;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-box-shadow: 1px 1px 4px #b4b4b4;
    -moz-box-shadow: 1px 1px 4px #b4b4b4;
    box-shadow: 1px 1px 4px #b4b4b4
}

.robi-theme #placeOrderButton .totalMoneyCount {
    background: #157849 !important
}

@media (max-width: 900px) {
    .shoppingCartWrapper:not(.shoppingCartWrapperExpanded) {
        position: fixed;
        top: 52px;
        z-index: 10
    }
}

@media (max-width: 767px) {
    .shoppingCartWrapper:not(.shoppingCartWrapperExpanded) {
        position: fixed !important;
        bottom: 0 !important;
        top: initial;
        right: 0;
        width: 60px;
        height: 47px;
        background: #fff;
        z-index: 11
    }

    .shoppingCartWrapper:not(.shoppingCartWrapperExpanded) .header {
        padding: 0 !important
    }

    .shoppingCartWrapper:not(.shoppingCartWrapperExpanded) .itemCount {
        bottom: 5px !important;
        left: 8px !important;
        opacity: .8
    }

    .shoppingCartWrapper:not(.shoppingCartWrapperExpanded) .cart {
        float: right !important
    }
}

@media (max-width: 767px) and (max-width: 767px) {
    .shoppingCartWrapper:not(.shoppingCartWrapperExpanded) .cart {
        margin-top: 7px !important;
        width: 23px !important
    }
}

@media (max-width: 991px) {
    html.sc-fullscreen .footer {
        position: fixed;
        bottom: 0;
        width: 100%;
        height: auto !important;
        padding-top: 0 !important
    }

    html.sc-fullscreen #placeOrderButton {
        padding: 0;
        width: 100%;
        height: 50px;
        background: #007838;
        border: none;
        color: #fff;
        font-size: 18px;
        line-height: 47px;
    }

    html.sc-fullscreen .totalMoneyCount {
        background: #388E3C;
        float: right;
        height: 100%;
        width: 25%;
        margin-right: -5px;
        line-height: 50px;
    }

    html.sc-fullscreen .chat_launcher {
        display: none
    }

    html.sc-fullscreen body {
        overflow: hidden;

        width: 100%;
        height: 100%
    }

    html.sc-fullscreen .menuWrapper {
        display: none
    }

    html.sc-fullscreen .everythingElseWrapper {
        border-left: 0;
        overflow: hidden;
        width: 10px;
        height: 10px
    }

    html.sc-fullscreen .top-header {
        display: none
    }

    html.sc-fullscreen .top-landingPageHeader {
        display: none;
        z-index: 4
    }

    html.sc-fullscreen .shoppingCartWrapper {
        width: 100%;
        z-index: 4;
        top: 0;
        height: 100%
    }

    html.sc-fullscreen .shoppingCartWrapper.shoppingCartWrapperExpanded {
        top: 0 !important;
        background: #fff
    }

    html.sc-fullscreen .shoppingCartWrapper .shoppingCart {
        width: 100%;
        height: 100%
    }

    html.sc-fullscreen .shoppingCartWrapper .shoppingCart .emptyFooter {
        height: 100%
    }

    html.sc-fullscreen .shoppingCartWrapper .shoppingCart .emptyFooter div.footerSpacer {
        height: 0
    }

    html.sc-fullscreen .shoppingCartWrapper .shoppingCart .header .total {
        text-align: right;
        padding-right: 20px
    }

    html.sc-fullscreen .shoppingCartWrapperLandingPage {
        width: 100%;
        z-index: 40;
        top: 0;
        height: 90%
    }

    html.sc-fullscreen .shoppingCartWrapperLandingPage .shoppingCart {
        width: 100%;
        height: 90%
    }

    html.sc-fullscreen .shoppingCartWrapperLandingPage .shoppingCart .emptyFooter {
        height: 100%
    }

    html.sc-fullscreen .shoppingCartWrapperLandingPage .shoppingCart .emptyFooter div.footerSpacer {
        height: 0
    }

    html.sc-fullscreen .shoppingCartWrapperLandingPage .shoppingCart .emptyFooter .footer {
        height: inherit
    }

    html.sc-fullscreen .shoppingCartWrapperLandingPage .shoppingCart .header .total {
        text-align: right;
        padding-right: 20px
    }
}

@media (max-width: 420px) {
    html.sc-fullscreen .shoppingCart div.footer {
        background-color: #fff
    }

    html.sc-fullscreen .shoppingCart div.footer .closeCartButton, html.sc-fullscreen .shoppingCart div.footer .mui-raised-button {
        width: 140px
    }

    html.sc-fullscreen .shoppingCart div.footer .closeCartButton .mui-raised-button-label, html.sc-fullscreen .shoppingCart div.footer .closeCartButton span, html.sc-fullscreen .shoppingCart div.footer .mui-raised-button .mui-raised-button-label, html.sc-fullscreen .shoppingCart div.footer .mui-raised-button span {
        font-size: 12px;
        letter-spacing: 1px
    }
}

@keyframes bounce {
    0% {
        transform: translate(0, 0)
    }
    20% {
        transform: translate(0, -20px)
    }
    40% {
        transform: translate(0, 5px)
    }
    65% {
        transform: translate(0, -10px)
    }
    80% {
        transform: translate(0, 2px)
    }
    90% {
        transform: translate(0, -5px)
    }
    100% {
        transform: translate(0, 0)
    }
}

div.orderItem > div {
    display: table-cell;
    vertical-align: top;
    font-size: 14px;
    padding-left: 5px
}

div.orderItem > div:first-child {
    padding-left: 0
}

div.orderItem > div.quantity {
    width: 30px;
    text-align: center;
    padding-top: 0;
    color: #000;
    align-self: center
}

@media (max-width: 1000px) {
    div.orderItem > div.quantity {
        width: 37px
    }
}

div.orderItem > div.quantity div.cart-caret {
    display: block;
    width: 30px;
    height: 20px;
    color: #AAA;
    cursor: pointer;
    opacity: .35;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

div.orderItem > div.quantity div.cart-caret svg {
    width: 20px;
    height: 20px
}

div.orderItem > div.quantity div.cart-caret.disabled {
    cursor: default;
    opacity: .12
}

div.orderItem > div.quantity div.cart-caret:hover {
    opacity: 1
}

div.orderItem > div.quantity div.cart-caret:hover.disabled {
    opacity: .12
}

div.orderItem > div.coupon-info .picture, div.orderItem > div.picture {
    width: 60px;
    max-height: 60px;
    text-align: center
}

div.orderItem > div.coupon-info .picture img.productPicture, div.orderItem > div.picture img.productPicture {
    max-width: 40px;
    max-height: 40px
}

@media (max-width: 900px) {
    div.orderItem > div.coupon-info .picture img.productPicture, div.orderItem > div.picture img.productPicture {
        max-width: 60px;
        max-height: 60px
    }
}

div.orderItem > div.coupon-info .name, div.orderItem > div.name {
    width: 145px;
    color: #000;
    font-size: 13px
}

div.orderItem > div.coupon-info .name .subText, div.orderItem > div.name .subText {
    color: #9A9999;
    font-size: 10px;
    font-weight: 700
}

div.orderItem > div.coupon-info .name .otherDistinctAttr, div.orderItem > div.name .otherDistinctAttr {
    font-size: 10px !important;
    color: #9A9999 !important;
    margin: 3px 0 5px !important
}

div.orderItem > div.coupon-info .name .otherDistinctAttr .emiAvailAttr, div.orderItem > div.name .otherDistinctAttr .emiAvailAttr {
    border: 1px solid #9A9999 !important;
    padding: 0 3px !important;
    margin-left: 3px !important;
    font-size: 10px !important
}

div.orderItem > div.coupon-info .name .otherDistinctAttr .isColorAttrAvail, div.orderItem > div.name .otherDistinctAttr .isColorAttrAvail {
    color: red !important
}

div.orderItem > div.amount, div.orderItem > div.coupon-info .amount {
    width: 75px;
    text-align: left;
    vertical-align: middle
}

div.orderItem > div.amount section, div.orderItem > div.coupon-info .amount section {
    float: left;
    font-size: 12px
}

div.orderItem > div.amount section .discountAmount, div.orderItem > div.coupon-info .amount section .discountAmount {
    color: red
}

div.orderItem > div.amount section .isStrikeThrough, div.orderItem > div.coupon-info .amount section .isStrikeThrough {
    text-decoration: line-through
}

div.orderItem > div.amount .remove, div.orderItem > div.coupon-info .amount .remove {
    float: right;
    margin-right: 8px;
    line-height: 20px;
    font-size: 15px;
    text-align: right;
    cursor: pointer
}

@media (max-width: 1000px) {
    div.orderItem > div.amount .remove, div.orderItem > div.coupon-info .amount .remove {
        width: 24px;
        height: 24px
    }
}

div.orderItem > div.amount .remove svg, div.orderItem > div.coupon-info .amount .remove svg {
    width: 18px;
    height: 18px;
    fill: #999;
    stroke: #999
}

div.orderItem > div.amount .remove svg:hover, div.orderItem > div.coupon-info .amount .remove svg:hover {
    fill: #DB1E3D;
    stroke: #DB1E3D
}

div.couponItem {
    padding: 6px;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    margin: 5px;
    border: 1px dashed #bc3a29;
    width: 45%;
    float: left;
    align-items: center;
    justify-content: center
}

div.couponItem > div {
    padding: 0;
    margin: 0;
    text-align: center
}

div.couponItem > div.coupon-info {
    display: flex
}

div.couponItem > div.coupon-info .picture {
    display: flex;
    align-items: center;
    justify-content: center
}

div.couponItem > div.coupon-info .amount {
    margin-top: 5px
}

div.couponItem > div.coupon-info .amount section {
    float: none;
    text-align: center
}

.focus {
    background-color: #d9effc;
    border-bottom: 1px solid #1e89c1 !important;
    border-top: 1px solid #1e89c1 !important
}

section.productInfo {
    margin-top: 5px;
    font-size: 10px
}

div.orderItem {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    border-top: 1px solid transparent;
    border-bottom: 1px solid #ebebeb;
    padding-top: 10px;
    padding-bottom: 10px;
    align-items: center
}

div.orderItem > div {
    -webkit-flex-grow: 1;
    flex-grow: 1
}

div.orderItem > div.amount {
    min-width: 85px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center
}

div.orderItem > div.amount section {
    flex: 1
}

div.orderItem > div.amount div.remove {
    margin-right: 10px
}

div.orderItem > div.name {
    -webkit-flex-grow: 90;
    flex-grow: 90
}

@media (max-width: 767px) {
    div.orderItem > div.name {
        margin-left: 10px
    }
}

div.orderItem:last-child {
    margin-bottom: 30px
}

@media (max-width: 1001px) {
    html.sc-fullscreen section.productInfo {
        position: absolute;


        left: 0;
        bottom: 0
    }

    html.sc-fullscreen .amount {
        padding: 0 !important
    }
}

.onHoverCursor:hover {
    cursor: pointer
}

div.appBaner {
    width: 640px;
    margin-top: -5px;
    position: relative
}

div.appBaner section {
    position: absolute;
    right: 25px;
    top: 50px
}

div.appBaner section img {
    cursor: pointer;
    display: block;
    margin-bottom: 10px
}

div.catalogBrowser {
    position: relative;
    height: 100%;
    width: 100%;
    display: inline-block
}

button.closeCatalogs {
    display: block;
    float: right;
    background: 0 0;
    border: 1px solid #62615f;
    padding: 3px 15px 5px;
    margin-right: 20px;
    margin-top: 3px;
    color: #4f4f4f;
}

div.catalogBrowser .normalBanner {
    min-height: 215px;
    max-height: 215px;
    text-align: center;
    overflow: hidden
}

div.catalogBrowser .normalBanner img {
    max-width: 100%;
    max-height: 215px
}

@media (max-width: 500px) {
    div.catalogBrowser .normalBanner img {
        max-height: 150px
    }
}

div.catalogBrowser .normalBanner .carousel {
    height: auto
}

div.catalogBrowser .normalBanner .carousel-controls-wrapper {
    bottom: 5px
}

div.catalogBrowser .normalBanner .carousel-controls {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

div.catalogBrowser .normalBanner .carousel-controls li {
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .5);
    background-color: rgba(255, 255, 255, .8)
}

div.catalogBrowser .normalBanner .carousel-controls li.active {
    background-color: #007838
}

@media (max-width: 500px) {
    div.catalogBrowser .normalBanner {
        max-height: 150px;
        min-height: initial
    }
}

@media (min-width: 500px) {
    div.catalogBrowser .normalBanner .carousel .carousel-controls-wrapper {
        opacity: .4;
        -webkit-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out
    }

    div.catalogBrowser .normalBanner .carousel .carousel-controls-wrapper:hover {
        opacity: 1
    }
}

div.catalogBrowser div.loading {
    display: none
}

div.catalogBrowser.updating div.loaded {
    opacity: .1
}

div.catalogBrowser .noMatch {
    padding-left: 30px
}

div.catalogBrowser .noMatch p {
    font-size: 15px;
    text-align: center
}

div.catalogBrowser .noMatch p a {
    color: #f00000
}

div.catalogBrowser .noMatch em {
    color: #a78e08;
    font-weight: 700
}

.theme-grocery div.catalogBrowser .noMatch em, div.catalogBrowser .noMatch em.theme-grocery {
    color: #a78e08
}

div.catalogBrowser .categoryHeader {
    padding: 0px;
}

div.catalogBrowser .categoryHeader ol.breadcrumb {
    font-size: 13px;
    float: left;
    margin: 10px 0 10px;
}

div.catalogBrowser .categoryHeader ol.breadcrumb .crumb, div.catalogBrowser .categoryHeader ol.breadcrumb .crumb-spacer {
    display: inline-block;
    padding: 0px;
}

div.catalogBrowser .categoryHeader ol.breadcrumb li.crumb.selected {
    font-weight: 700
}

div.catalogBrowser .categoryHeader ol.breadcrumb li.crumb a {
    text-decoration: none
}

div.catalogBrowser .categoryHeader ol.breadcrumb li.crumb a:hover {
    text-decoration: underline
}

/*div.catalogBrowser .categoryHeader ol.breadcrumb li.crumb:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    margin: 0 10px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}*/
div.catalogBrowser .categoryHeader ol.breadcrumb li.crumb:last-child:after {
    content: none
}

div.catalogBrowser .categoryHeader section {
    clear: both;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

div.catalogBrowser .categoryHeader section hr {
    margin-top: 12px;
    float: left;
    height: 1px;
    flex-grow: 4;
    -webkit-flex-grow: 4;
    background-color: #CECECD;
    border-bottom: none
}

div.catalogBrowser .categoryHeader section .name {
    flex-grow: 1;
    -webkit-flex-grow: 1;
    float: left;
    font-size: 23px;
    color: #666;
    padding-bottom: 10px;
    text-align: center
}

div.catalogBrowser .categoryHeader .seeAll {
    color: #ff8c00;
    margin-left: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 16px;
    padding: 3px
}

div.catalogBrowser .categoryHeader .seeAll a {
    text-decoration: none
}

div.catalogBrowser .categoryHeader .seeAll a:hover {
    text-decoration: underline
}

div.catalogBrowser .categoryHeader > div {
    clear: both
}

div.catalogBrowser .no_Product_section {
    display: flex;
    justify-content: center
}

div.catalogBrowser .no_Product_section .product-comming-soon-svg svg {
    width: 300px
}

div.catalogBrowser .card {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0 1px 2px #bbb;
    -moz-box-shadow: 0 1px 2px #bbb;
    box-shadow: 0 1px 2px #bbb;
    overflow: hidden
}

div.catalogBrowser div.loaded {
    height: inherit
}

div.catalogBrowser div.loaded div.frontPageBanners {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 10px
}

@media (max-width: 767px) {
    div.catalogBrowser div.loaded div.frontPageBanners {
        display: block;
        margin: 4px !important
    }
}

@media (max-width: 1440px) and (min-width: 1024px) {
    div.catalogBrowser div.loaded div.frontPageBanners {
        min-height: 196px;
        min-width: 778px
    }
}

@media (max-width: 1024px) and (min-width: 800px) {
    div.catalogBrowser div.loaded div.frontPageBanners {
        min-height: 140px;
        min-width: 600px
    }
}

@media (min-width: 1440px) {
    div.catalogBrowser div.loaded div.frontPageBanners {
        min-height: 300px;
        min-width: 1200px
    }
}

div.catalogBrowser div.loaded section.bodyWrapper {
    height: 100%;
    clear: both;
    min-width: 320px;
    margin: 0 0 40px !important
}

div.catalogBrowser div.loaded section.bodyWrapper .searchTopBanner {
    text-align: center;
    width: 100%;
    max-height: 125px;
    max-width: 1400px;
    margin: 0 auto 10px
}

div.catalogBrowser div.loaded section.bodyWrapper .searchTopBanner .important-banner img {
    max-height: 125px;
    max-width: 1220px;
    width: 100%
}

@media (min-width: 700px) {
    div.catalogBrowser div.loaded section.bodyWrapper .searchTopBanner .important-banner img {
        margin-top: 10px
    }
}

@media (min-width: 700px) {
    div.catalogBrowser div.loaded section.bodyWrapper {
        margin: 0 10px 40px !important
    }
}

@media (max-width: 500px) {
    div.catalogBrowser div.loaded section.bodyWrapper {
        margin: 0
    }
}

div.catalogBrowser div.loaded section.bodyWrapper:after {
    content: '';
    display: block;
    clear: both
}

div.catalogBrowser section.squareSlider {
    max-width: 300px;
    max-height: 300px;
    margin-right: 5px;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

div.catalogBrowser section.squareSlider .fade-carousel-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    max-width: 300px
}

div.catalogBrowser section.squareSlider .fade-carousel-container a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

div.catalogBrowser section.squareSlider .fade-carousel-container a img {
    max-height: 300px;
    width: 100%;
    height: 100%
}

div.catalogBrowser section.squareSlider .fade-carousel-container img {
    width: 100%;
    height: 100%;
    max-height: 300px
}

@media (max-width: 800px) {
    div.catalogBrowser section.squareSlider {
        display: none
    }
}

div.catalogBrowser section.landingPageSlider {
    max-width: 910px;
    flex: 3
}

div.catalogBrowser section.landingPageSlider .right-Top-Banners {
    margin-bottom: 6px;
    max-width: 910px;
    max-height: 106px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

div.catalogBrowser section.landingPageSlider .right-Top-Banners .fade-carousel-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    max-width: 910px
}

div.catalogBrowser section.landingPageSlider .right-Top-Banners .fade-carousel-container a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

div.catalogBrowser section.landingPageSlider .right-Top-Banners .fade-carousel-container a img, div.catalogBrowser section.landingPageSlider .right-Top-Banners .fade-carousel-container img {
    width: 100%;
    height: 100%;
    max-height: 106px
}

div.catalogBrowser section.landingPageSlider .right-bottom-images {
    max-width: 910px;
    max-height: 188px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

div.catalogBrowser section.landingPageSlider .right-bottom-images .fade-carousel-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    max-width: 910px
}

div.catalogBrowser section.landingPageSlider .right-bottom-images .fade-carousel-container a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

div.catalogBrowser section.landingPageSlider .right-bottom-images .fade-carousel-container a img, div.catalogBrowser section.landingPageSlider .right-bottom-images .fade-carousel-container img {
    width: 100%;
    height: 100%;
    max-height: 188px
}

@media (max-width: 800px) {
    div.catalogBrowser section.landingPageSlider .right-bottom-images {
        display: none
    }
}

div.catalogBrowser div.categorySection {
    height: 100%
}

div.catalogBrowser div.categorySection .searchSlagName {
    text-align: center;
    font-size: 16px;
    color: #a9a9a9;
    margin-bottom: 10px
}

div.catalogBrowser div.categorySection.miscCategorySection div.productPane {
    min-height: 100%
}

div.catalogBrowser div.categorySection div.hasMoreLoading {
    width: 150px;
    float: left;
    height: 200px;
    margin: 5px;
    padding: 5px
}

div.catalogBrowser div.categorySection div.hasMoreLoading .imageWrapper {
    text-align: center
}

div.catalogBrowser div.categorySection div.hasMoreLoading .name {
    height: 20px;
    font-style: italic;
    color: #999
}

a.category {
    width: 150px;
    float: left;
    height: 190px;
    margin: 5px;
    padding: 4px;
    box-sizing: content-box;
    border-radius: 0px;
    text-decoration: none
}

a.category div div.imageWrapper {
    width: 100%;
    height: 136px;
    background-color: #fff;
    position: relative;
    cursor: pointer;
    text-align: center
}

a.category div div.imageWrapper img {
    max-width: 100%;
    max-height: 100%
}

@media (max-width: 480px) {
    a.category div div.imageWrapper {
        height: 150px
    }
}

a.category div div.name {
    font-size: 16px;
    text-align: center
}

a.category div:hover div.name {
    text-decoration: underline
}

@media (max-width: 480px) {
    a.category {
        width: 50%;
        margin: 0;
        padding: 0;
        height: 200px
    }

    a.category div div.name {
        font-size: 14px
    }

    a.category div img {
        max-width: 100px;
        max-height: 100px
    }
}

.category-blocks-wrapper.redesigned .category-links-wrapper {
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    width: 100%
}

@media screen and (max-width: 960px) {
    .category-blocks-wrapper.redesigned .category-links-wrapper {
        justify-content: center
    }
}

.loading {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .5)
}

.checkoutExperience2 {
    padding: 0 25px;
    font-size: 14px;
    margin-bottom: 55px;
    max-width: 1100px;
    display: inline-block;
    width: 100%
}

.checkoutExperience2 h3.error {
    color: red;
    font-size: 1.2em;
    text-align: center;
    padding: 15px;
    background: rgba(255, 0, 0, .1);
    border-radius: 0px;
    line-height: 1.4em
}

@media (max-width: 768px) {
    .checkoutExperience2 {
        padding: 0 5px
    }
}

.checkoutExperience2 h1 {
    font-size: 25px;
    color: #4f4f4f;
    letter-spacing: .8px;
    margin: 20px 0
}

.checkoutExperience2 .confirmBtn {
    width: 250px;
    background: #007838;
    padding: 15px;
    border: none;
    outline: 0;
    color: #fff;
    display: block;
    margin: 0 auto;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-transition: -webkit-box-shadow 300ms;
    -moz-transition: -moz-box-shadow 300ms;
    -ms-transition: box-shadow 300ms;
    -o-transition: box-shadow 300ms;
    transition: box-shadow 300ms
}

.checkoutExperience2 .confirmBtn:hover {
    -webkit-box-shadow: 2px 2px 5px #8f8f8f;
    -moz-box-shadow: 2px 2px 5px #8f8f8f;
    box-shadow: 2px 2px 5px #8f8f8f
}

.checkoutExperience2 .confirmBtn:active {
    box-shadow: none
}

.checkoutExperience2 .confirmBtn:disabled {
    background: #e3e3e3
}

.checkoutExperience2 .confirmBtn:disabled:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

@media (max-width: 767px) {
    .checkoutExperience2 .confirmBtn.confirmOrder, .checkoutExperience2 .confirmBtn.primaryFixedBtn {
        /* position: fixed; */
        /* bottom: 147px; */
        left: 0;
        right: 0;
        margin: 0;
        width: 100%;
        height: 50px;
        padding-left: 65px;
        /*padding-right: 65px;*/
        007838 box-shadow: -3px 0 10px #848484;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
}

div.contact-us {
    width: 100%
}

div.contact-us div.callUs {
    padding-top: 20px;
    font-size: 30px
}

div.contact-us .mui-input .mui-input-bar, div.contact-us input, div.contact-us textarea {
    max-width: 500px
}

div.contact-us h2 {
    font-size: 23px;
    padding-bottom: 20px
}

div.contact-us div.emailSent {
    font-size: 16px
}

#your-coupons {
    padding: 30px
}

#your-coupons h1 {
    font-weight: 300;
    font-size: 32px
}

#your-coupons .operationStatusInfo {
    background: #85c51a;
    color: #FFF;
    font-size: 14px;
    padding: 10px;
    margin-bottom: 20px
}

#your-coupons .operationStatusInfo .msg {
    margin-left: 10px
}

#your-coupons .coupon-navigation {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    margin-bottom: 30px
}

#your-coupons .coupon-navigation li {
    padding: 10px 15px 15px;
    margin-right: 2px;
    font-size: 15px;
    text-transform: uppercase;
    position: relative;
    color: #353430;
    opacity: .3;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out
}

#your-coupons .coupon-navigation li:after {
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #353430;
    border-radius: 0px
}

#your-coupons .coupon-navigation li:hover {
    opacity: .7;
    cursor: pointer
}

#your-coupons .coupon-navigation li.selected {
    opacity: .8
}

#your-coupons .coupon-navigation li.selected:after {
    background-color: #007838
}

@media screen and (max-width: 700px) {
    #your-coupons .coupon-navigation {
        justify-content: center
    }

    #your-coupons .coupon-navigation li {
        border: 2px solid #007838;
        margin: 0 0 0 -2px;
        padding-bottom: 10px;
        color: #007838;
        opacity: 1
    }

    #your-coupons .coupon-navigation li:after {
        display: none
    }

    #your-coupons .coupon-navigation li.selected, #your-coupons .coupon-navigation li:hover {
        background-color: #007838;
        color: #fff;
        opacity: 1
    }

    #your-coupons .coupon-navigation li:first-of-type {
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px
    }

    #your-coupons .coupon-navigation li:last-of-type {
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px
    }
}

#your-coupons .coupon-container.no-coupons {
    font-size: 26px;
    padding: 30px;
    border: 2px dashed #eee;
    border-radius: 0px;
    color: #7c7b79;
    text-align: center
}

#your-coupons .coupon-container.no-coupons i {
    display: block;
    width: 100%;
    font-size: 64px;
    margin-bottom: 15px;
    color: #eee
}

@media screen and (max-width: 700px) {
    #your-coupons .coupon-container {
        width: 100%;
        text-align: center
    }
}

.swap-coupon-dialog .ModalDialog {
    padding: 0;
    max-width: 90%
}

.swap-coupon-dialog .ModalTitle {
    display: block;
    position: relative;
    height: 130px;
    background-color: #63c7c3;
    background-image: radial-gradient(rgba(255, 255, 255, .4) 15%, transparent 16%), radial-gradient(rgba(255, 255, 255, .4) 10%, transparent 12%);
    background-size: 60px 60px;
    background-position: 0 0, 30px 30px;
    text-align: center
}

.swap-coupon-dialog .ModalTitle:after {
    content: ' ';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100px;
    width: 100%;
    background-size: 160px;
    background-position: bottom;
    background-repeat: repeat-x
}

.swap-coupon-dialog .ModalTitle > span {
    display: inline-block;
    position: relative;
    font-size: 25px;
    font-weight: 300;
    background: rgba(255, 255, 255, .9);
    border-radius: 0px;
    margin-top: 10px;
    padding: 8px 30px;
    z-index: 1;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .3)
}

.swap-coupon-dialog .ModalTitle > svg {
    position: absolute;
    top: 15px;
    right: 15px
}

.swap-coupon-dialog .ModalDialogContent {
    height: calc(100% - 100px);
    display: block;
    background-color: #fff;
    text-align: center;
    padding: 0 !important
}

.swap-coupon-dialog .ModalDialogContent > p {
    margin: 0;
    padding: 8px
}

.swap-coupon-dialog .ModalDialogContent .swap-coupons-inner-scrollable {
    background-color: #eee;
    border-radius: 0px;
    padding: 5px;
    overflow: auto;
    height: calc(100% - 85px)
}

.swap-coupon-dialog .ModalDialogContent .swap-coupons-inner-scrollable .couponSwapSuccessMsg {
    background: #009688;
    height: 40px;
    padding: 10px 30px;
    color: #fff;
    font-size: 15px
}

.swap-coupon-dialog .ModalDialogContent .swap-coupons-inner-scrollable .product {
    display: inline-block;
    margin-bottom: 0;
    height: 370px
}

.swap-coupon-dialog .ModalDialogContent .swap-coupons-inner-scrollable .product .imageWrapper {
    margin-bottom: 0;
    height: 310px
}

.swap-coupon-dialog .ModalDialogContent .swap-coupons-inner-scrollable .product .imageWrapper .imageWrapperWrapper {
    width: initial;
    height: initial
}

.swap-coupon-dialog .ModalDialogContent .swap-coupons-inner-scrollable .product img {
    max-height: 100%;
    max-width: 90%
}

.swap-coupon-dialog .ModalDialogContent .btn {
    margin-top: 8px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .3);
    background: #ff7517;
    border: none;
    padding: 5px 10px;
    color: #fff
}

.swap-coupon-dialog .error-message svg {
    display: block;
    margin: 15px auto 0;
    height: 60px;
    width: 60px;
    padding: 15px;
    background-color: #fff;
    border-radius: 100%;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out
}

.swap-coupon-dialog .error-message svg:hover {
    cursor: pointer;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .3)
}

#your-discounts .mui-dialog .mui-dialog-title {
    text-align: center
}

#your-discounts .mui-dialog .loader {
    margin: 0 auto 50px
}

#your-discounts .discountBannerProgressEnd {
    height: 280px;
    display: inline-block;
    width: 100%;
    font-size: 1em
}

#your-discounts .discountBannerProgressEnd .congratulationText {
    margin-top: 30px;
    text-align: center
}

#your-discounts .discountBannerProgressEnd .congratulationText p {
    font-size: 18px;
    color: #bb7820;
    margin: 0;
    left: 0
}

#your-discounts .discountBannerProgressEnd .congratulationText h2 {
    color: #000;
    font-size: 2em;
    font-weight: 300;
    line-height: 20px;
    display: block;
    position: relative;
    max-width: 500px;
    margin: auto
}

#your-discounts .discountBannerProgressEnd .congratulationText h2 span {
    position: absolute;
    left: 0
}

#your-discounts .discountBannerProgressEnd .congratulationText h2 b {
    font-size: 2.2em;
    font-weight: 500;
    color: #bb7820;
    position: absolute;
    right: 0;
    top: 20px
}

@media (max-width: 991px) {
    #your-discounts .discountBannerProgressEnd {
        font-size: .8em;
        background-size: 280px
    }

    #your-discounts .discountBannerProgressEnd .congratulationText h2 b, #your-discounts .discountBannerProgressEnd .congratulationText h2 span {
        display: block;
        position: relative
    }
}

#your-discounts .discounts-top-fixed {
    min-height: 280px;
    background-color: #9de1fe;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .5)
}

#your-discounts .discounts-top-fixed.night {
    background-color: #557287
}

#your-discounts .discounts-top-fixed.party {
    animation: fanfar 140s infinite linear;
    position: relative
}

#your-discounts .discounts-top-fixed.party:after {
    content: " ";
    display: block;
    height: 120px;
    width: 120px;
    position: absolute;
    bottom: 20%;
    left: 20%;
    background-size: contain;
    background-repeat: no-repeat
}

#your-discounts .discounts-top-fixed h2, #your-discounts .discounts-top-fixed p {
    width: 100%;
    text-align: center;
    margin: 0 0 15px;
    color: #fff;
    font-weight: 500;
    text-shadow: 1px 1px 2px #615e58
}

#your-discounts .discounts-top-fixed p {
    margin-bottom: 5px
}

#your-discounts .discounts-top-fixed h2 {
    padding: 0 15px;
    margin: 0 0 20px
}

#your-discounts .discounts-top-fixed .action-button {
    background-color: #007838;
    color: #fff;
    text-decoration: none;
    padding: 10px 85px;
    border-radius: 0px;
    font-size: 16px;
    font-weight: 500;
    display: block;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .5);
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out
}

#your-discounts .discounts-top-fixed .action-button:hover {
    background-color: #388E3C;
    cursor: pointer
}

#your-discounts .discounts-top-fixed .action-button.applied {
    background-color: #82a900;
    -webkit-box-shadow: inset 1px 1px 5px 0 rgba(0, 0, 0, .5);
    -moz-box-shadow: inset 1px 1px 5px 0 rgba(0, 0, 0, .5);
    box-shadow: inset 1px 1px 5px 0 rgba(0, 0, 0, .5)
}

#your-discounts .discounts-top-fixed .action-button.applied:hover {
    background-color: #82a900;
    cursor: default
}

#your-discounts .discounts-top-fixed .discounts-top-elements {
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: center;
    margin: 25px 0;
    z-index: 1
}

#your-discounts .discounts-top-fixed .discounts-top-elements .discount-order-bar-wrapper {
    padding-bottom: 55px
}

#your-discounts .discounts-top-fixed .discounts-top-elements .discount-order-bar-wrapper .discount-order-bar-outer {
    width: 550px;
    height: 40px;
    padding: 6px;
    background: rgba(255, 255, 255, .4);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .3)
}

#your-discounts .discounts-top-fixed .discounts-top-elements .discount-order-bar-wrapper .discount-order-bar-outer .discount-order-bar-inner {
    height: 100%;
    border-radius: 16px;
    background-color: #007bc4
}

#your-discounts .discounts-top-fixed .discounts-top-elements .discount-order-bar-wrapper .discount-order-bar-outer ul {
    position: absolute;
    width: calc(100% - 40px);
    margin: 50px 0 0;
    left: 20px
}

#your-discounts .discounts-top-fixed .discounts-top-elements .discount-order-bar-wrapper .discount-order-bar-outer ul li {
    display: inline-block;
    position: absolute;
    background-color: #fff;
    padding: 5px 0;
    width: 30px;
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    top: 136%;
    transform: translate(-50%, 0);
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .3)
}

#your-discounts .discounts-top-fixed .discounts-top-elements .discount-order-bar-wrapper .discount-order-bar-outer ul li:before {
    position: absolute;
    content: " ";
    border: 15px solid #fff;
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    bottom: 100%;
    left: 0
}

#your-discounts .discounts-top-fixed .discounts-top-elements .discount-order-bar-wrapper .discount-order-bar-outer ul li.current, #your-discounts .discounts-top-fixed .discounts-top-elements .discount-order-bar-wrapper .discount-order-bar-outer ul li.past {
    background-color: #82a900;
    color: #fff
}

#your-discounts .discounts-top-fixed .discounts-top-elements .discount-order-bar-wrapper .discount-order-bar-outer ul li.current:before, #your-discounts .discounts-top-fixed .discounts-top-elements .discount-order-bar-wrapper .discount-order-bar-outer ul li.past:before {
    border-bottom-color: #82a900
}

#your-discounts .discounts-top-fixed .discounts-top-elements .discount-order-bar-wrapper .discount-order-bar-outer ul li.current {
    animation: bounceLabel 1s infinite alternate
}

#your-discounts .discounts-top-fixed .discounts-top-elements .discount-order-bar-wrapper .discount-order-bar-outer ul li.past {
    opacity: .5
}

#your-discounts .discounts-top-fixed .discounts-top-elements .discount-order-bar-wrapper .discount-order-bar-outer ul li.future {
    background-color: #007bc4;
    color: #353430
}

#your-discounts .discounts-top-fixed .discounts-top-elements .discount-order-bar-wrapper .discount-order-bar-outer ul li.future:before {
    border-bottom-color: #007bc4
}

#your-discounts .discounts-top-fixed .discounts-top-elements .discount-order-bar-wrapper .discount-order-bar-outer .orders-label {
    position: absolute;
    top: -16px;
    left: 50%;
    display: inline-block;
    height: 16px;
    -webkit-transform: translate(-50, 0);
    -o-transform: translate(-50, 0);
    transform: translate(-50%, 0);
    background-color: rgba(255, 255, 255, .4);
    padding: 2px 8px 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

@media screen and (max-width: 800px) {
    #your-discounts .discounts-top-fixed .discounts-top-elements .discount-order-bar-wrapper {
        display: none
    }
}

#your-discounts .discounts-top-fixed .discounts-top-elements .message-radial-loader-wrapper {
    width: 100%
}

#your-discounts .discounts-top-fixed .discounts-top-elements .discount-order-radial-wrapper {
    display: none
}

#your-discounts .discounts-top-fixed .discounts-top-elements .discount-order-radial-wrapper.svg.radial-progress {
    position: relative
}

#your-discounts .discounts-top-fixed .discounts-top-elements .discount-order-radial-wrapper svg {
    transform: rotate(270deg)
}

#your-discounts .discounts-top-fixed .discounts-top-elements .discount-order-radial-wrapper circle {
    stroke-width: 2em;
    fill: transparent;
    transform: rotate(0.1deg)
}

#your-discounts .discounts-top-fixed .discounts-top-elements .discount-order-radial-wrapper .radial-progress-background {
    stroke: #007bc4
}

#your-discounts .discounts-top-fixed .discounts-top-elements .discount-order-radial-wrapper .radial-progress-cover {
    stroke: rgba(0, 0, 0, .5);
    stroke-width: 2.01em;
    border: 12px solid red
}

#your-discounts .discounts-top-fixed .discounts-top-elements .discount-order-radial-wrapper .radial-progress-center {
    fill: #fff
}

#your-discounts .discounts-top-fixed .discounts-top-elements .discount-order-radial-wrapper .radial-fill {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

@media screen and (max-width: 800px) {
    #your-discounts .discounts-top-fixed .discounts-top-elements .discount-order-radial-wrapper {
        display: inline-block
    }
}

#your-discounts .discounts-top-fixed .cloud, #your-discounts .discounts-top-fixed .moon, #your-discounts .discounts-top-fixed .sun {
    position: absolute
}

#your-discounts .discounts-top-fixed .sun {
    width: 150px;
    height: 150px;
    left: -25px;
    bottom: -25px;
    animation: sunDance 60s linear infinite
}

#your-discounts .discounts-top-fixed .moon {
    width: 130px;
    height: 130px;
    left: -5px;
    bottom: -15px
}

#your-discounts .discounts-top-fixed.night .sun {
    display: none
}

#your-discounts .discounts-top-fixed.night .moon circle, #your-discounts .discounts-top-fixed.night .moon path {
    fill: #fffcd3
}

#your-discounts .discounts-top-fixed.night .cloud {
    opacity: .2
}

#your-discounts .discounts-top-fixed.night .discount-order-radial-wrapper .radial-progress-cover {
    stroke: #5f7f97
}

#your-discounts .discounts-top-fixed.dusk .sun circle, #your-discounts .discounts-top-fixed.dusk .sun path, #your-discounts .discounts-top-fixed.morning .sun circle, #your-discounts .discounts-top-fixed.morning .sun path {
    fill: #007bc4
}

#your-discounts .discounts-top-fixed.dusk .moon, #your-discounts .discounts-top-fixed.morning .moon {
    display: none
}

#your-discounts .discounts-top-fixed.dusk .cloud, #your-discounts .discounts-top-fixed.morning .cloud {
    opacity: .8
}

#your-discounts .discounts-top-fixed.dusk p, #your-discounts .discounts-top-fixed.morning p {
    color: #615e58;
    text-shadow: none
}

#your-discounts .discounts-top-fixed.dusk .discount-order-radial-wrapper .radial-progress-cover, #your-discounts .discounts-top-fixed.morning .discount-order-radial-wrapper .radial-progress-cover {
    stroke: #b6e9fe
}

#your-discounts .discounts-top-fixed.dusk {
    background-color: #9dbdfe
}

#your-discounts .discounts-top-fixed.dusk .sun {
    left: auto;
    right: -25px
}

#your-discounts .discounts-top-fixed.dusk .discount-order-radial-wrapper .radial-progress-cover {
    stroke: #b6cefe
}

#your-discounts .discounts-top-fixed .cloud {
    animation: cloudDance 110s ease-in-out infinite alternate
}

#your-discounts .discounts-top-fixed .cloud circle, #your-discounts .discounts-top-fixed .cloud path {
    fill: #fff
}

#your-discounts .discounts-top-fixed .cloud:first-of-type {
    top: 5%;
    left: 0
}

#your-discounts .discounts-top-fixed .cloud:nth-of-type(2) {
    top: 40%;
    left: 15%
}

#your-discounts .discounts-top-fixed .cloud:nth-of-type(3) {
    top: 20%;
    right: 20%
}

#your-discounts .discounts-top-fixed .cloud:nth-of-type(4) {
    top: 50%;
    right: 0
}

@media screen and (max-width: 800px) {
    #your-discounts .discounts-top-fixed {
        min-height: 250px
    }

    #your-discounts .discounts-top-fixed .cloud:nth-of-type(2), #your-discounts .discounts-top-fixed .cloud:nth-of-type(3) {
        display: none
    }

    #your-discounts .discounts-top-fixed .moon, #your-discounts .discounts-top-fixed .sun {
        bottom: auto;
        top: 15px;
        left: 15px
    }

    #your-discounts .discounts-top-fixed .moon {
        width: 100px;
        height: 100px
    }

    #your-discounts .discounts-top-fixed .sun {
        width: 110px;
        height: 110px
    }

    #your-discounts .discounts-top-fixed .action-button {
        padding: 10px 40px
    }

    #your-discounts .discounts-top-fixed .discounts-top-elements {
        margin: 10px 0 25px
    }

    #your-discounts .discounts-top-fixed h2 {
        font-size: 24px;
        margin: 0
    }

    #your-discounts .discounts-top-fixed .message-radial-loader-wrapper {
        position: relative;
        width: 240px;
        height: 240px;
        margin: auto;
        display: flex;
        justify-content: center
    }

    #your-discounts .discounts-top-fixed .message-radial-loader-wrapper > p {
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
        color: #615e58;
        width: 130px;
        margin: auto;
        text-shadow: none;
        opacity: .8;
        padding: 0 15px
    }

    #your-discounts .discounts-top-fixed .message-radial-loader-wrapper > p span:first-of-type {
        font-size: 18px;
        font-weight: 500;
        display: block
    }

    #your-discounts .discounts-top-fixed.party p span:first-of-type {
        font-size: 24px
    }
}

#your-discounts .discounts-top-fixed .discounts-applied-ribbon {
    width: 100%;
    padding: 10px;
    text-align: center;
    font-size: 16px;
    text-transform: capitalize;
    color: #fff
}

#your-discounts .discounts-top-fixed .discounts-applied-ribbon.success {
    background: rgba(130, 169, 0, .8)
}

#your-discounts .discounts-top-fixed .discounts-applied-ribbon.fail {
    background: rgba(255, 104, 110, .8)
}

#your-discounts .discounts-top-fixed .discounts-applied-ribbon button {
    display: inline-block;
    border: 0;
    outline: 0;
    border-radius: 0px;
    text-decoration: none;
    background-color: #007838;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .3);
    color: #fff;
    background-color: rgba(0, 0, 0, .1);
    margin: 0 15px;
    text-transform: none;
    font-size: 12px;
    padding: 0 0 0 10px;
    line-height: 20px
}

#your-discounts .discounts-top-fixed .discounts-applied-ribbon button:hover {
    background-color: #ff353d
}

#your-discounts .discounts-top-fixed .discounts-applied-ribbon button:active, #your-discounts .discounts-top-fixed .discounts-applied-ribbon button:focus {
    outline: 0
}

#your-discounts .discounts-top-fixed .discounts-applied-ribbon button:active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

#your-discounts .discounts-top-fixed .discounts-applied-ribbon button.alert {
    background-color: #007838
}

#your-discounts .discounts-top-fixed .discounts-applied-ribbon button.alert:hover {
    background-color: #ff353d
}

#your-discounts .discounts-top-fixed .discounts-applied-ribbon button.success {
    background-color: #82a900
}

#your-discounts .discounts-top-fixed .discounts-applied-ribbon button.success:hover {
    background-color: #5b7600
}

#your-discounts .discounts-top-fixed .discounts-applied-ribbon button svg {
    width: 20px;
    float: right;
    fill: #fff;
    margin-left: 9px;
    background: rgba(255, 255, 255, .1)

}

#your-discounts .discounts-bottom-scrollable {
    background-color: #f7f7f7;
    padding: 0 0 15px
}

#your-discounts .discounts-bottom-scrollable .discount-list {
    max-width: 840px;
    margin: auto;
    padding: 15px
}

#your-discounts .discounts-bottom-scrollable .discount-list .discount-list-element {

    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    align-items: center;
    width: 98%;
    background-color: #fff;
    border-radius: 8px;
    padding: 7px;
    margin: 10px 1%;
    position: relative;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .3);
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out
}

#your-discounts .discounts-bottom-scrollable .discount-list .discount-list-element h3 {
    margin: 0;
    padding: 0;
    font-size: 12px;
    color: #615e58;
    font-weight: 700
}

#your-discounts .discounts-bottom-scrollable .discount-list .discount-list-element .tag {
    background-color: #bc3a29;
    color: #fff;
    padding: 3px 10px 2px;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 10px;
    width: 70px;
    text-align: center;
    margin: 0 15px 0 0
}

#your-discounts .discounts-bottom-scrollable .discount-list .discount-list-element.available .tag {
    background-color: #82a900
}

#your-discounts .discounts-bottom-scrollable .discount-list .discount-list-element.available:hover {
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .5)
}

#your-discounts .discounts-bottom-scrollable .discount-list .discount-list-element .action-button, #your-discounts .discounts-bottom-scrollable .discount-list .discount-list-element .date-used {
    position: absolute;
    font-weight: 500;
    right: 0;
    top: 0;
    width: 150px;
    background-color: #e4e4e4;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px
}

#your-discounts .discounts-bottom-scrollable .discount-list .discount-list-element .action-button {
    color: #fff;
    background-color: #007838;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out
}

#your-discounts .discounts-bottom-scrollable .discount-list .discount-list-element .action-button:hover {
    background-color: #388E3C;
    cursor: pointer
}

#your-discounts .discounts-bottom-scrollable .discount-list .discount-list-element.applied {
    background-color: #eee;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .5)
}

#your-discounts .discounts-bottom-scrollable .discount-list .discount-list-element.applied .action-button {
    background-color: #82a900
}

#your-discounts .discounts-bottom-scrollable .discount-list .discount-list-element.applied .action-button:hover {
    cursor: default
}

#your-discounts.no-discounts .discounts-bottom-scrollable .no-discounts-wrapper {
    max-width: 840px;
    margin: auto;
    top: -10px;
    position: relative
}

#your-discounts.no-discounts .discounts-bottom-scrollable h3 {
    margin: 0 0 15px;
    padding: 35px 15px 0;
    display: block;
    text-align: center
}

#your-discounts.no-discounts .discounts-bottom-scrollable .no-discounts-helper {
    background-color: #82a900;
    padding: 15px;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 0;
    overflow: hidden;
    border-radius: 0px;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .5)
}

#your-discounts.no-discounts .discounts-bottom-scrollable .no-discounts-helper ol {
    font-size: 18px;
    list-style-type: decimal;
    display: block;
    max-width: 540px;
    margin: auto;
    text-align: left;
    border: 2px dashed #fff;
    padding: 15px 30px;
    border-radius: 25px
}

#your-discounts.no-discounts .discounts-bottom-scrollable .no-discounts-helper ol li {
    margin-bottom: 10px;
    list-style-type: decimal;
    display: list-item;
    width: auto;
    margin-left: 30px
}

#your-discounts.no-discounts .discounts-bottom-scrollable .no-discounts-helper:after, #your-discounts.no-discounts .discounts-bottom-scrollable .no-discounts-helper:before {
    content: "?";
    position: absolute;
    color: #fff;
    font-size: 200px;
    opacity: .2;
    left: 15%;
    top: -25%;
    transform: rotate(-15deg)
}

#your-discounts.no-discounts .discounts-bottom-scrollable .no-discounts-helper:after {
    right: 15%;
    left: auto;
    bottom: -25%;
    top: auto;
    transform: rotate(25deg)
}

#your-discounts.no-discounts .discounts-bottom-scrollable .no-discounts-container {
    text-align: center;
    border-radius: 0px;
    border: 2px dashed #e4e4e4;
    padding: 15px;
    margin: 15px
}

#your-discounts .discount-journey-steps {
    max-width: 550px;
    margin: 0 auto
}

#your-discounts .discount-journey-steps .user-journey-step {
    display: block;
    width: 100%;
    align-items: center;
    height: 150px;
    position: relative
}

#your-discounts .discount-journey-steps .user-journey-step .user-journey-step-cart-icon {
    position: relative;
    display: inline-block
}

#your-discounts .discount-journey-steps .user-journey-step .user-journey-step-cart-icon span:first-of-type {
    background-color: #82a900;
    color: #fff;
    padding: 10px 5px;
    text-align: center;
    width: 50px;
    height: 50px;
    display: block;
    border-radius: 100%;
    position: absolute;
    top: 0;
    right: 0;
    font-weight: 500;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .5)
}

#your-discounts .discount-journey-steps .user-journey-step .user-journey-step-cart-icon span:last-of-type {
    background-color: #615e58;
    color: #fff;
    display: block;
    position: absolute;
    padding: 5px 10px;
    bottom: 0;
    width: 100px;
    text-align: center;
    border-radius: 20px;
    left: calc(50% - 50px)
}

#your-discounts .discount-journey-steps .user-journey-step .user-journey-step-cart-icon svg {
    background-color: #007838;
    padding: 30px;
    border-radius: 100%;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .5)
}

#your-discounts .discount-journey-steps .user-journey-step p {
    background-color: #fff;
    display: inline-block;
    position: absolute;
    left: 0;
    height: 100px;
    width: auto;
    padding: 25px 30px 25px 70px;
    margin: 25px 25px 25px 100px;
    border-radius: 15px;
    max-width: 350px;
    text-align: left;
    font-size: 16px;
    font-weight: 300;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .5)
}

#your-discounts .discount-journey-steps .user-journey-step:nth-child(even) .user-journey-step-cart-icon {
    float: right
}

#your-discounts .discount-journey-steps .user-journey-step:nth-child(even) p {
    padding: 20px 70px 20px 30px;
    margin: 25px 100px 25px 25px;
    left: auto;
    right: 0
}

@media screen and (max-width: 800px) {
    #your-discounts .discount-journey-steps .user-journey-step {
        height: auto;
        margin: 15px 0
    }

    #your-discounts .discount-journey-steps .user-journey-step .user-journey-step-cart-icon {
        float: none;
        display: inline-block;
        position: absolute;
        left: calc(50% - 75px);
        margin: auto
    }

    #your-discounts .discount-journey-steps .user-journey-step p {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        height: auto;
        margin: 150px 20px 0;
        padding: 15px;
        text-align: center;
        font-size: 12px;
        transform: none
    }

    #your-discounts .discount-journey-steps .user-journey-step:nth-child(even) .user-journey-step-cart-icon {
        float: none
    }

    #your-discounts .discount-journey-steps .user-journey-step:nth-child(even) p {
        margin: 150px 20px 0;
        padding: 15px;
        left: auto;
        right: auto
    }
}

#your-discounts.logged-out .discounts-top-fixed.night p {
    color: #615e58;
    text-shadow: none
}

#your-discounts.logged-out .discounts-top-fixed.night .discounts-top-elements .discount-journey-footnote {
    color: #fff
}

#your-discounts.logged-out .discounts-top-fixed .discounts-top-elements .discount-journey-footnote {
    clear: both;
    text-align: center;
    width: 100%;
    margin: 20px auto;
    font-size: 18px;
    font-weight: 300;
    max-width: 320px
}

#your-discounts.logged-out .discounts-top-fixed .discounts-top-elements .discount-journey-footnote span:first-of-type {
    text-decoration: underline
}

#your-discounts.logged-out .discounts-top-fixed .discounts-top-elements .discount-journey-footnote span:first-of-type:hover {
    cursor: pointer
}

#your-discounts.logged-out .discounts-top-fixed .discounts-top-extras .moon, #your-discounts.logged-out .discounts-top-fixed .discounts-top-extras .sun {
    bottom: auto;
    top: 15%
}

@media screen and (max-width: 800px) {
    #your-discounts.logged-out .discounts-top-fixed .discounts-top-extras .moon, #your-discounts.logged-out .discounts-top-fixed .discounts-top-extras .sun {
        top: 5%
    }

    #your-discounts.logged-out .discounts-top-fixed .discounts-top-extras .cloud {
        display: block
    }

    #your-discounts.logged-out .discounts-top-fixed .discounts-top-elements .message-radial-loader-wrapper {
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        max-height: none;
        height: auto
    }

    #your-discounts.logged-out .discounts-top-fixed .discounts-top-elements .message-radial-loader-wrapper .radial-progress {
        display: none
    }

    #your-discounts.logged-out .discounts-top-fixed .discounts-top-elements .message-radial-loader-wrapper .discount-journey-footnote {
        margin: 50px auto 30px
    }
}

#your-discounts .discountRule {
    max-width: 840px;
    margin: 15px auto auto;
    padding: 24px;
    text-align: center;
    border-top: 1px solid #e0e0e0
}

@keyframes bounceLabel {
    0% {
        transform: translate(-50%, 0)
    }
    100% {
        transform: translate(-50%, -3px)
    }
}

@-webkit-keyframes bounceLabel {
    0% {
        transform: translate(-50%)
    }
    100% {
        transform: translate(-50%, -3px)
    }
}

@keyframes sunDance {
    0% {
        transform: scale(1) rotate(0)
    }
    50% {
        transform: scale(1.2) rotate(180deg)
    }
    100% {
        transform: scale(1) rotate(360deg)
    }
}

@-webkit-keyframes sunDance {
    0% {
        transform: scale(1) rotate(0)
    }
    50% {
        transform: scale(1.2) rotate(180deg)
    }
    100% {
        transform: scale(1) rotate(360deg)
    }
}

@keyframes cloudDance {
    0% {
        transform: scale(1) translate(0, 0)
    }
    50% {
        transform: scale(1.2) translate(-100px, -4px)
    }
    100% {
        transform: scale(1) translate(0, 0)
    }
}

@-webkit-keyframes cloudDance {
    0% {
        transform: scale(1) translate(0, 0)
    }
    50% {
        transform: scale(1.2) translate(-100px, -4px)
    }
    100% {
        transform: scale(1) translate(0, 0)
    }
}

@keyframes fanfar {
    100% {
        background-position: 0 3000px
    }
}

@-webkit-keyframes fanfar {
    100% {
        background-position: 0 3000px
    }
}

.feedback-dialog .ModalDialog {
    padding: 0
}

.feedback-dialog .feedback-page-content .feedback-heading {
    background-size: cover;
    background-position: center center;
    font-size: 16px;
    text-align: center;
    position: relative
}

.feedback-dialog .feedback-page-content .feedback-heading .title {
    color: #4d4d4d;
    font-weight: 500;
    padding-top: 25px
}

.feedback-dialog .feedback-page-content .feedback-heading .order-id {
    margin-top: 5px;
    font-size: 30px;
    color: #b01417
}

.feedback-dialog .feedback-page-content .feedback-heading .order-info {
    color: #535152;
    font-size: 15px;
    margin-bottom: 10px
}

.feedback-dialog .feedback-page-content .feedback-heading .order-info .order-date {
    margin-right: 3px
}

.feedback-dialog .feedback-page-content .feedback-heading .order-info .order-amount {
    margin-left: 3px
}

.feedback-dialog .feedback-page-content .feedback-heading .show-order-details-btn {
    padding-bottom: 55px
}

.feedback-dialog .feedback-page-content .feedback-heading .show-order-details-btn button {
    border: none;
    background: #d3ac47;
    padding: 10px;
    font-size: 15px;
    color: #8f701e
}

.feedback-dialog .feedback-page-content .feedback-heading .delivered-by {
    position: absolute;
    bottom: -20%;
    left: 50%;
    margin-left: -155px
}

.feedback-dialog .feedback-page-content .feedback-heading .delivered-by .wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #a68221
}

.feedback-dialog .feedback-page-content .feedback-heading .delivered-by .wrap .delivered-by-txt, .feedback-dialog .feedback-page-content .feedback-heading .delivered-by .wrap .name {
    background: #fce097;
    padding: 5px;
    width: 120px;
    text-align: center;
    margin-right: -5px;
    height: 32px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.feedback-dialog .feedback-page-content .feedback-heading .delivered-by .wrap .name {
    margin-right: initial !important;
    margin-left: -5px
}

.feedback-dialog .feedback-page-content .feedback-heading .delivered-by .wrap .picture {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 1
}

.feedback-dialog .feedback-page-content .feedback-heading .delivered-by .wrap .picture img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 3px solid #fff;
    background: #fdd773;
    width: 80px
}

.feedback-dialog .feedback-page-content .feedback-content {
    text-align: center;
    padding-top: 40px
}

.feedback-dialog .feedback-page-content .feedback-content .feedback-title-heading {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 16px;
    color: #4f4f4f;
    display: flex;
    align-items: center;
    justify-content: center
}

.feedback-dialog .feedback-page-content .feedback-content .feedback-title-heading:after {
    display: inline-block;
    margin: 0 0 4px 20px;
    height: 2px;
    content: " ";
    text-shadow: none;
    background-color: #fff0c7;
    width: 90px
}

@media (max-width: 320px) {
    .feedback-dialog .feedback-page-content .feedback-content .feedback-title-heading:after {
        width: 50px
    }
}

.feedback-dialog .feedback-page-content .feedback-content .feedback-title-heading:before {
    display: inline-block;
    margin: 0 20px 4px 0;
    height: 2px;
    content: " ";
    text-shadow: none;
    background-color: #fff0c7;
    width: 90px
}

@media (max-width: 320px) {
    .feedback-dialog .feedback-page-content .feedback-content .feedback-title-heading:before {
        width: 50px
    }
}

.feedback-dialog .feedback-page-content .feedback-content .feedback-star {
    margin: 10px
}

.feedback-dialog .feedback-page-content .feedback-content .input-field {
    margin: 15px 0
}

.feedback-dialog .feedback-page-content .feedback-content .input-field textarea {
    border: none;
    border-bottom: 2px solid #ebebeb;
    width: 90%;
    outline: 0;
    text-align: left;
    font-size: 15px;
    padding: 5px
}

.feedback-dialog .feedback-page-content .feedback-content .input-field textarea::-webkit-input-placeholder {
    text-align: center;
    -webkit-transition: color 300ms;
    transition: color 300ms
}

.feedback-dialog .feedback-page-content .feedback-content .input-field textarea:-moz-placeholder {
    text-align: center;
    -moz-transition: color 300ms;
    transition: color 300ms
}

.feedback-dialog .feedback-page-content .feedback-content .input-field textarea:focus:-moz-placeholder {
    color: #CCC !important
}

.feedback-dialog .feedback-page-content .feedback-content .input-field textarea:focus::-webkit-input-placeholder {
    color: #CCC !important
}

.feedback-dialog .feedback-page-content .feedback-content .feedback-submit-btn button {
    color: #fff;
    padding: 8px 50px;
    font-size: 15px;
    font-weight: 300;
    background: #fb7576;
    border: none
}

.feedback-dialog .feedback-page-content .feedback-content .form-error-message {
    margin-top: 5px;
    color: red
}

.feedback-dialog .feedback-page-content .feedback-content .small-description {
    max-width: 210px;
    color: #bababa;
    margin: 20px auto
}

.feedback-dialog .feedback-page-content .feedback-content .skip-btn {
    padding-bottom: 15px;
    color: #bababa;
    font-size: 16px
}

.feedback-dialog .feedback-page-content .feedback-content .skip-btn .txt:hover {
    cursor: pointer;
    color: #848484
}

.loadingPage {
    color: #999;
    text-align: center;
    padding-top: 100px
}

div.notFoundPage {
    padding-left: 20px;
    padding-top: 10px;
    font-size: 20px
}

div.notFoundPage.robi {
    margin: auto;
    max-width: 700px;
    padding-bottom: 50px;
    font-size: 18px
}

div.notFoundPage.robi h1 {
    padding-bottom: 0
}

div.notFoundPage.robi a {
    color: #f00000
}

div.notFoundPage h1 {
    font-size: 23px;
    color: #ff9a1f;
    font-weight: 500;
    padding-bottom: 30px
}

div.notFoundPage h1 i {
    color: orange
}

div.notFoundPage div.callUs {
    padding-top: 30px
}

div.notFoundPage div.callUs em {
    color: #a78e08;
    font-weight: 700
}

.theme-grocery div.notFoundPage div.callUs em, div.notFoundPage div.callUs em.theme-grocery {
    color: #a78e08
}

.robi-theme div.notFoundPage h1, .robi-theme div.notFoundPage h1 i {
    color: #f00000
}

.robi-theme div.notFoundPage div.callUs em {
    color: ddarken(#f00000, 20%)
}

#your-offers {
    padding: 30px
}

@media (max-width: 767px) {
    #your-offers {
        padding: 10px
    }
}

#your-offers h1 {
    font-weight: 300;
    font-size: 32px
}

#your-offers.updating {
    opacity: .1
}

#your-offers .mainTile {
    padding-bottom: 10px;
    border-bottom: 1px solid #d4d4d4
}

#your-offers .mainTile:after {
    content: '';
    display: block;
    clear: both
}

#your-offers .mainTile .categoryBox {
    width: 20%;
    border: 1px solid #d4d4d4;
    float: left;
    margin: 2px;
    padding: 5px 2px 5px 5px;
    min-width: 200px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px
}

@media (max-width: 991px) {
    #your-offers .mainTile .categoryBox {
        width: 48%
    }
}

@media (max-width: 767px) {
    #your-offers .mainTile .categoryBox {
        width: 100%
    }
}

#your-offers .mainTile .categoryBox .categoryName {
    width: 80%;
    float: left;
    font-size: 12px;
    line-height: 30px
}

#your-offers .mainTile .categoryBox .categoryImg {
    width: 15%;
    float: right
}

#your-offers .mainTile .categoryBox .categoryImg img {
    width: 24px;
    height: 24px
}

#your-offers .mainTile .categoryBox:hover {
    cursor: pointer;
    opacity: .9;
    border-color: #007838;
    box-shadow: #ccc 1px 1px 2px
}

#your-offers .mainTile .categoryBox:active {
    box-shadow: none
}

#your-offers .mainTile .categoryBoxSelected {
    background-color: #f1efef
}

#your-offers .offerHeader {
    float: left;
    clear: both
}

#your-offers .filterTile {
    width: 80.5%;
    float: left
}

#your-offers .filterTile .filterHeader {
    width: 100%;
    float: right;
    margin-left: 3.5px;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px
}

@media (max-width: 767px) {
    #your-offers .filterTile .filterHeader {
        font-size: 12px
    }
}

#your-offers .filterTile .filterHeader .filterImg {
    width: 25px;
    float: left
}

#your-offers .filterTile .filterHeader .filterImg img {
    width: 24px;
    height: 24px
}

#your-offers .filterTile .filterHeader .filterHeaderName {
    float: left;
    margin: 2px 5px 1px 3px
}

#your-offers .filterTile .filterHeader div.filterCollapse {

    float: left;
    margin-left: 5px
}

#your-offers .filterTile .filterHeader div.filterCollapse:hover {
    cursor: pointer
}

#your-offers .filterTile .filterHeader div.filterCollapse:hover svg {
    fill: #007838 !important;
    stroke: #007838 !important
}

#your-offers .filterTile .filterHeader .clearFilter {

    float: left;
    font-weight: 400;

    padding-top: 1px;
    padding-left: 15px
}

#your-offers .filterTile .filterHeader .clearFilter:hover {
    cursor: pointer;
    color: #007838
}

#your-offers .filterTile .filterHeader .clearFilter:hover svg {
    fill: #007838 !important;
    stroke: #007838 !important
}

#your-offers .offer-navigation {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    margin-bottom: 30px
}

#your-offers .offer-navigation li {
    padding: 10px 15px 15px;
    margin-right: 2px;
    font-size: 15px;
    text-transform: uppercase;
    position: relative;
    color: #353430;
    opacity: .3;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out
}

#your-offers .offer-navigation li:after {
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #353430;
    border-radius: 0px
}

#your-offers .offer-navigation li:hover {
    opacity: .7;
    cursor: pointer
}

#your-offers .offer-navigation li.selected {
    opacity: .8
}

#your-offers .offer-navigation li.selected:after {
    background-color: #007838
}

@media screen and (max-width: 700px) {
    #your-offers .offer-navigation {
        justify-content: center
    }

    #your-offers .offer-navigation li {
        border: 2px solid #007838;
        margin: 0 0 0 -2px;
        padding-bottom: 10px;
        color: #007838;
        opacity: 1
    }

    #your-offers .offer-navigation li:after {
        display: none
    }

    #your-offers .offer-navigation li.selected, #your-offers .offer-navigation li:hover {
        background-color: #007838;
        color: #fff;
        opacity: 1
    }

    #your-offers .offer-navigation li:first-of-type {
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px
    }

    #your-offers .offer-navigation li:last-of-type {
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px
    }
}

#your-offers .offer-container {
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap
}

#your-offers .offer-container .offer-item {
    padding: 15px 0 15px 15px;
    height: 330px;
    border: 1px solid #eee;
    border-radius: 0px;
    margin: 5px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out
}

#your-offers .offer-container .offer-item:hover {
    -webkit-box-shadow: 0 1px 15px #a7a7a7;
    -moz-box-shadow: 0 1px 15px #a7a7a7;
    box-shadow: 0 1px 15px #a7a7a7
}

#your-offers .offer-container .offer-item h2 {
    display: none
}

#your-offers .offer-container .offer-item > img {
    max-height: 100%;
    width: 400px;
    height: auto;
    margin-right: 15px
}

#your-offers .offer-container .offer-item > .product {
    float: none;
    display: inline-block;
    margin-bottom: 0
}

@media screen and (max-width: 700px) {
    #your-offers .offer-container {
        width: 100%;
        text-align: center
    }
}

@media screen and (max-width: 991px) {
    #your-offers .offer-container .offer-item {
        height: auto;
        padding: 10px
    }

    #your-offers .offer-container .offer-item > img {
        max-width: 100%;
        margin: 0
    }

    #your-offers .offer-container .offer-item > .product {
        width: 100%;
        height: auto;
        margin: 0
    }

    #your-offers .offer-container .offer-item > .product .imageWrapper {
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        align-items: center;
        position: relative;
        min-height: 145px;
        padding-left: 155px
    }

    #your-offers .offer-container .offer-item > .product .imageWrapper .imageWrapperWrapper {
        position: absolute;
        left: 0;
        top: 0
    }

    #your-offers .offer-container .offer-item > .product .imageWrapper .discountedPriceSection, #your-offers .offer-container .offer-item > .product .imageWrapper .name, #your-offers .offer-container .offer-item > .product .imageWrapper .subText {
        width: 100%;
        height: auto;

        text-align: left;
        justify-content: flex-start
    }

    #your-offers .offer-container .offer-item > .product .imageWrapper .overlay.text {
        padding: 10px
    }

    #your-offers .offer-container .offer-item > .product .imageWrapper .overlay.text .addText {
        margin: auto
    }

    #your-offers .offer-container .offer-item > .product .addButtonWrapper .buyText {
        float: none;
        text-align: center;
        margin-left: 40px
    }
}

@media screen and (max-width: 700px) {
    #your-offers .offer-container .offer-item > .product {
        margin: 0
    }

    #your-offers .offer-container .offer-item > .product .imageWrapper .imageWrapperWrapper {
        width: 145px;
        height: 145px
    }
}

.product-items {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #efeeee
}

.product-items .product-info {
    display: flex;
    flex: 1
}

.product-items .product-info .product-image {
    width: 50px;
    max-height: 50px;
    text-align: center
}

.product-items .product-info .product-image img {
    max-width: 50px;
    max-height: 50px
}

.product-items .product-info .product-details {
    margin: 0 20px
}

.product-items .product-info .product-details .product-name {
    color: #4d4d4d;
    font-size: 14px;
    text-align: left;
    font-weight: 700
}

.product-items .product-info .product-details .product-info {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    width: 100%
}

.product-items .product-info .product-details .product-info .qty span {
    margin: 2px
}

.product-items .report-btn {
    width: 100px
}

.product-items .report-btn button {
    border: 1px solid #121212;
    background: #fafafa;
    padding: 5px 20px;
    color: #121212
}

.product-items .report-btn button:hover {
    background: #fde8e8
}

.order-history-page .order-list .order-items, .product-list-item-on-dialog .order-list .order-items {
    max-width: 500px;
    margin-bottom: 10px;
    border: 1px solid #E1E1E1;
    -webkit-box-shadow: 0 1px 1px #d6d6d6;
    -moz-box-shadow: 0 1px 1px #d6d6d6;
    box-shadow: 0 1px 1px #d6d6d6
}

.order-history-page .order-list .order-items .modal.open, .product-list-item-on-dialog .order-list .order-items .modal.open {
    display: block
}

.order-history-page .order-list .order-items .modal.open .modal-dialog .modal-content, .product-list-item-on-dialog .order-list .order-items .modal.open .modal-dialog .modal-content {
    width: auto;
    padding: 0
}

.order-history-page .order-list .order-items .modal.open .modal-dialog .modal-content .modal-text, .product-list-item-on-dialog .order-list .order-items .modal.open .modal-dialog .modal-content .modal-text {
    padding: 10px;
    font-size: 16px;
    background-color: #007bc4;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px
}

.order-history-page .order-list .order-items .modal.open .modal-dialog .modal-content .modal-footer, .product-list-item-on-dialog .order-list .order-items .modal.open .modal-dialog .modal-content .modal-footer {
    padding: 30px 15px;
    font-size: 15px
}

.order-history-page .order-list .order-items .modal.open .modal-dialog .modal-content .modal-footer button, .product-list-item-on-dialog .order-list .order-items .modal.open .modal-dialog .modal-content .modal-footer button {
    display: inline-block;
    border: 0;
    outline: 0;
    border-radius: 0px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    background-color: #007838;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .3);
    padding: 20px
}

.order-history-page .order-list .order-items .modal.open .modal-dialog .modal-content .modal-footer button:hover, .product-list-item-on-dialog .order-list .order-items .modal.open .modal-dialog .modal-content .modal-footer button:hover {
    background-color: #ff353d
}

.order-history-page .order-list .order-items .modal.open .modal-dialog .modal-content .modal-footer button:active, .order-history-page .order-list .order-items .modal.open .modal-dialog .modal-content .modal-footer button:focus, .product-list-item-on-dialog .order-list .order-items .modal.open .modal-dialog .modal-content .modal-footer button:active, .product-list-item-on-dialog .order-list .order-items .modal.open .modal-dialog .modal-content .modal-footer button:focus {
    outline: 0
}

.order-history-page .order-list .order-items .modal.open .modal-dialog .modal-content .modal-footer button:active, .product-list-item-on-dialog .order-list .order-items .modal.open .modal-dialog .modal-content .modal-footer button:active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.order-history-page .order-list .order-items .modal.open .modal-dialog .modal-content .modal-footer button.alert, .product-list-item-on-dialog .order-list .order-items .modal.open .modal-dialog .modal-content .modal-footer button.alert {
    background-color: #007838
}

.order-history-page .order-list .order-items .modal.open .modal-dialog .modal-content .modal-footer button.alert:hover, .product-list-item-on-dialog .order-list .order-items .modal.open .modal-dialog .modal-content .modal-footer button.alert:hover {
    background-color: #ff353d
}

.order-history-page .order-list .order-items .modal.open .modal-dialog .modal-content .modal-footer button.success, .product-list-item-on-dialog .order-list .order-items .modal.open .modal-dialog .modal-content .modal-footer button.success {
    background-color: #82a900
}

.order-history-page .order-list .order-items .modal.open .modal-dialog .modal-content .modal-footer button.success:hover, .product-list-item-on-dialog .order-list .order-items .modal.open .modal-dialog .modal-content .modal-footer button.success:hover {
    background-color: #5b7600
}

.order-history-page .order-list .order-items .modal.open .modal-dialog .modal-content .modal-footer button:first-of-type, .product-list-item-on-dialog .order-list .order-items .modal.open .modal-dialog .modal-content .modal-footer button:first-of-type {
    margin-right: 15px
}

.order-history-page .order-list .order-items .modal.open.pending .modal-footer, .product-list-item-on-dialog .order-list .order-items .modal.open.pending .modal-footer {
    text-align: center;
    color: #353430;
    width: 450px
}

.order-history-page .order-list .order-items .order-summary, .product-list-item-on-dialog .order-list .order-items .order-summary {
    padding: 8px 10px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-items: center;
    font-size: 14px;
    background: #fafafa
}

@media (max-width: 480px) {
    .order-history-page .order-list .order-items .order-summary, .product-list-item-on-dialog .order-list .order-items .order-summary {
        padding: 5px
    }
}

@media (max-width: 480px) {
    .order-history-page .order-list .order-items .order-summary.has-multiple-shipment, .product-list-item-on-dialog .order-list .order-items .order-summary.has-multiple-shipment {
        display: block
    }

    .order-history-page .order-list .order-items .order-summary.has-multiple-shipment .left-order-info, .product-list-item-on-dialog .order-list .order-items .order-summary.has-multiple-shipment .left-order-info {
        margin-bottom: 10px
    }

    .order-history-page .order-list .order-items .order-summary.has-multiple-shipment .right-order-actions, .product-list-item-on-dialog .order-list .order-items .order-summary.has-multiple-shipment .right-order-actions {
        justify-content: center !important
    }

    .order-history-page .order-list .order-items .order-summary.has-multiple-shipment .right-order-actions .shipment-rating-report-btn:first-child, .product-list-item-on-dialog .order-list .order-items .order-summary.has-multiple-shipment .right-order-actions .shipment-rating-report-btn:first-child {
        margin-right: 10px
    }
}

.order-history-page .order-list .order-items .order-summary .left-order-info .order-status, .product-list-item-on-dialog .order-list .order-items .order-summary .left-order-info .order-status {
    margin-bottom: 5px
}

.order-history-page .order-list .order-items .order-summary .left-order-info .order-status .text, .product-list-item-on-dialog .order-list .order-items .order-summary .left-order-info .order-status .text {
    text-align: center;
    padding: 3px 10px;
    color: #fff;
    font-weight: 700
}

@media (max-width: 480px) {
    .order-history-page .order-list .order-items .order-summary .left-order-info .order-status .text, .product-list-item-on-dialog .order-list .order-items .order-summary .left-order-info .order-status .text {
        padding: 3px 5px
    }
}

.order-history-page .order-list .order-items .order-summary .left-order-info .order-status .text.processing, .product-list-item-on-dialog .order-list .order-items .order-summary .left-order-info .order-status .text.processing {
    background: #fad064
}

.order-history-page .order-list .order-items .order-summary .left-order-info .order-status .text.complete, .product-list-item-on-dialog .order-list .order-items .order-summary .left-order-info .order-status .text.complete {
    background: #8ec63f
}

.order-history-page .order-list .order-items .order-summary .left-order-info .order-status .text.canceled, .product-list-item-on-dialog .order-list .order-items .order-summary .left-order-info .order-status .text.canceled {
    background: #ee5454
}

.order-history-page .order-list .order-items .order-summary .left-order-info .order-id .the-id, .product-list-item-on-dialog .order-list .order-items .order-summary .left-order-info .order-id .the-id {
    font-weight: 500;
    margin-left: 8px
}

.order-history-page .order-list .order-items .order-summary .left-order-info .total-price span, .product-list-item-on-dialog .order-list .order-items .order-summary .left-order-info .total-price span {
    margin: 0 3px
}

.order-history-page .order-list .order-items .order-summary .right-order-actions, .product-list-item-on-dialog .order-list .order-items .order-summary .right-order-actions {
    display: flex;
    justify-content: space-between;
    text-align: center
}

.order-history-page .order-list .order-items .order-summary .right-order-actions .shipment-info-section, .product-list-item-on-dialog .order-list .order-items .order-summary .right-order-actions .shipment-info-section {
    display: flex
}

.order-history-page .order-list .order-items .order-summary .right-order-actions .shipment-info-section .shipment-rating-report-btn, .product-list-item-on-dialog .order-list .order-items .order-summary .right-order-actions .shipment-info-section .shipment-rating-report-btn {
    padding: 5px;
    color: #7d7d7d
}

.order-history-page .order-list .order-items .order-summary .right-order-actions .shipment-info-section .shipment-rating-report-btn .rating-star, .product-list-item-on-dialog .order-list .order-items .order-summary .right-order-actions .shipment-info-section .shipment-rating-report-btn .rating-star {
    font-size: 0
}

.order-history-page .order-list .order-items .order-summary .right-order-actions .shipment-info-section .shipment-rating-report-btn .shipment-name, .product-list-item-on-dialog .order-list .order-items .order-summary .right-order-actions .shipment-info-section .shipment-rating-report-btn .shipment-name {
    margin-bottom: 3px;
    font-size: 14px
}

.order-history-page .order-list .order-items .order-summary .right-order-actions .shipment-info-section .shipment-rating-report-btn .shipment-time, .product-list-item-on-dialog .order-list .order-items .order-summary .right-order-actions .shipment-info-section .shipment-rating-report-btn .shipment-time {
    font-size: 11px;

    width: 125px;
    margin: auto
}

.order-history-page .order-list .order-items .order-summary .right-order-actions .shipment-info-section .shipment-rating-report-btn .report-btn, .product-list-item-on-dialog .order-list .order-items .order-summary .right-order-actions .shipment-info-section .shipment-rating-report-btn .report-btn {
    margin-top: 5px
}

.order-history-page .order-list .order-items .order-summary .right-order-actions .shipment-info-section .shipment-rating-report-btn .report-btn .action-btn, .product-list-item-on-dialog .order-list .order-items .order-summary .right-order-actions .shipment-info-section .shipment-rating-report-btn .report-btn .action-btn {
    font-size: 12px;
    border: 1px solid #ebebeb;
    padding: 5px 8px;
    background: #fafafa
}

.order-history-page .order-list .order-items .order-summary .right-order-actions .shipment-info-section .shipment-rating-report-btn .report-btn .action-btn:hover, .product-list-item-on-dialog .order-list .order-items .order-summary .right-order-actions .shipment-info-section .shipment-rating-report-btn .report-btn .action-btn:hover {
    background: rgba(222, 12, 0, .1);
    border-color: rgba(222, 12, 0, .2)
}

.order-history-page .order-list .order-items .order-summary .right-order-actions .shipment-info-section .shipment-rating-report-btn .report-btn .action-btn .text, .product-list-item-on-dialog .order-list .order-items .order-summary .right-order-actions .shipment-info-section .shipment-rating-report-btn .report-btn .action-btn .text {
    vertical-align: middle
}

.order-history-page .order-list .order-items .order-summary .right-order-actions .cancel-order, .product-list-item-on-dialog .order-list .order-items .order-summary .right-order-actions .cancel-order {
    border-right: 1px solid #ebebeb;
    flex: 1
}

.order-history-page .order-list .order-items .order-summary .right-order-actions .cancel-order:hover, .product-list-item-on-dialog .order-list .order-items .order-summary .right-order-actions .cancel-order:hover {
    text-shadow: 0 0 .65px #333, 0 0 .65px #333;
    color: #000
}

.order-history-page .order-list .order-items .order-summary .right-order-actions .cancel-order:hover .icon svg, .product-list-item-on-dialog .order-list .order-items .order-summary .right-order-actions .cancel-order:hover .icon svg {
    fill: #484848 !important;
    stroke: #484848 !important
}

.order-history-page .order-list .order-items .order-summary .right-order-actions a, .product-list-item-on-dialog .order-list .order-items .order-summary .right-order-actions a {
    text-decoration: none;
    flex: 1
}

.order-history-page .order-list .order-items .order-summary .right-order-actions a:hover, .product-list-item-on-dialog .order-list .order-items .order-summary .right-order-actions a:hover {
    text-shadow: 0 0 .65px #333, 0 0 .65px #333;
    color: #000
}

.order-history-page .order-list .order-items .order-summary .right-order-actions a:hover .icon svg, .product-list-item-on-dialog .order-list .order-items .order-summary .right-order-actions a:hover .icon svg {
    fill: #484848 !important;
    stroke: #484848 !important
}

.order-history-page .order-list .order-items .waitingForProductList, .product-list-item-on-dialog .order-list .order-items .waitingForProductList {
    display: flex;
    justify-content: center;
    padding: 20px
}

.order-history-page .order-list .order-items .order-details .title, .product-list-item-on-dialog .order-list .order-items .order-details .title {
    display: none
}

.order-history-page .order-list .order-items .order-details .add_items_bag_btn, .product-list-item-on-dialog .order-list .order-items .order-details .add_items_bag_btn {
    text-align: center;
    font-size: 16px;
    color: #121212;
    background: #fff;
    border: 1px solid #e1e1e1;
    padding: 12px
}

.order-history-page .order-list .order-items .order-details .add_items_bag_btn:hover, .product-list-item-on-dialog .order-list .order-items .order-details .add_items_bag_btn:hover {
    /*background: rgba(222,12,0,.1)*/
}

.order-history-page .order-list .order-items .order-details .add_items_bag_btn .wrap .add_bag_icon svg, .product-list-item-on-dialog .order-list .order-items .order-details .add_items_bag_btn .wrap .add_bag_icon svg {
    vertical-align: middle
}

.order-history-page .order-list .order-items .order-details .shipment-address-section, .product-list-item-on-dialog .order-list .order-items .order-details .shipment-address-section {
    background: #fff;
    padding: 10px;
    color: #868686;
    border-bottom: 1px solid #e1e1e1
}

.order-history-page .order-list .order-items .order-details .shipment-address-section .delivery-address-info, .product-list-item-on-dialog .order-list .order-items .order-details .shipment-address-section .delivery-address-info {
    display: block;
    justify-content: space-between
}

.order-history-page .order-list .order-items .order-details .shipment-address-section .delivery-address-info .delivery-address, .product-list-item-on-dialog .order-list .order-items .order-details .shipment-address-section .delivery-address-info .delivery-address {
    text-align: center
}

.order-history-page .order-list .order-items .order-details .shipment-address-section .delivery-address-info .delivery-address .delivery-address-title, .product-list-item-on-dialog .order-list .order-items .order-details .shipment-address-section .delivery-address-info .delivery-address .delivery-address-title {
    font-size: 16px;
    font-weight: 700
}

.order-history-page .order-list .order-items .order-details .shipment-address-section .delivery-address-info .delivery-address .delivery-address-text, .product-list-item-on-dialog .order-list .order-items .order-details .shipment-address-section .delivery-address-info .delivery-address .delivery-address-text {
    font-size: 14px
}

.order-history-page .order-list .order-items .order-details .product-list-section, .product-list-item-on-dialog .order-list .order-items .order-details .product-list-section {
    background: #fff;
    padding: 20px;
    color: #868686
}

.order-history-page .order-list .order-items .order-details .product-list-section .delivery-type-time-info, .product-list-item-on-dialog .order-list .order-items .order-details .product-list-section .delivery-type-time-info {
    font-size: 16px;
    margin-bottom: 15px
}

.order-history-page .order-list .order-items .order-details .product-list-section .delivery-type-time-info .info, .product-list-item-on-dialog .order-list .order-items .order-details .product-list-section .delivery-type-time-info .info {
    display: flex;
    justify-content: space-between
}

.order-history-page .order-list .order-items .order-details .product-list-section .delivery-type-time-info .info .delivery-type .delivery-type-name, .product-list-item-on-dialog .order-list .order-items .order-details .product-list-section .delivery-type-time-info .info .delivery-type .delivery-type-name {
    font-weight: 700
}

.order-history-page .order-list .order-items .order-details .product-list-section .delivery-type-time-info .info .delivery-time, .product-list-item-on-dialog .order-list .order-items .order-details .product-list-section .delivery-type-time-info .info .delivery-time {
    font-size: 15px;
    margin-left: 5px
}

@media (max-width: 480px) {
    .order-history-page .order-list .order-items .order-details .product-list-section .delivery-type-time-info .info .delivery-time, .product-list-item-on-dialog .order-list .order-items .order-details .product-list-section .delivery-type-time-info .info .delivery-time {
        font-size: 12px
    }
}

.order-history-page .order-list .order-items .order-details .product-list-section .delivery-type-time-info .report-btn button, .product-list-item-on-dialog .order-list .order-items .order-details .product-list-section .delivery-type-time-info .report-btn button {
    background: 0 0;
    border: 1px solid #ebebeb;
    font-weight: 500;
    padding: 5px

}

.order-history-page .order-list .order-items .order-details .product-list-section .product-list, .product-list-item-on-dialog .order-list .order-items .order-details .product-list-section .product-list {
    font-size: 16px
}

.order-history-page .order-list .order-items .actions-btns, .product-list-item-on-dialog .order-list .order-items .actions-btns {
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    background: #eceaea;
    padding: 8px 20px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.order-history-page .order-list .order-items .actions-btns:hover, .product-list-item-on-dialog .order-list .order-items .actions-btns:hover {
    background: #e1dfdf
}

.order-history-page .order-list .order-items .actions-btns:hover .view-details-btn, .product-list-item-on-dialog .order-list .order-items .actions-btns:hover .view-details-btn {
    color: #000
}

.order-history-page .order-list .order-items .actions-btns:hover .view-details-btn .icon svg, .product-list-item-on-dialog .order-list .order-items .actions-btns:hover .view-details-btn .icon svg {
    fill: #000 !important
}

.order-history-page .order-list .order-items .actions-btns .view-details-btn, .product-list-item-on-dialog .order-list .order-items .actions-btns .view-details-btn {
    color: #9F9D9E;
    display: flex;
    justify-content: center;
    align-items: center
}

.order-history-page .order-list .order-items .actions-btns .view-details-btn .icon, .product-list-item-on-dialog .order-list .order-items .actions-btns .view-details-btn .icon {
    margin-right: 5px
}

.order-history-page .order-list .order-items .actions-btns .view-details-btn .icon.arrow-down svg, .product-list-item-on-dialog .order-list .order-items .actions-btns .view-details-btn .icon.arrow-down svg {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media (min-width: 1200px) {
    .order-history-page .order-list, .product-list-item-on-dialog .order-list {
        display: inline-block;
        width: 100%;
        border-right: 1px solid #e6e6e6
    }

    .order-history-page .order-list .order-items.selected, .product-list-item-on-dialog .order-list .order-items.selected {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border: 2px solid #007838
    }

    .order-history-page .order-list .order-items.selected .order-summary, .product-list-item-on-dialog .order-list .order-items.selected .order-summary {
        background: #fff
    }

    .order-history-page .order-list .order-items .waitingForProductList, .product-list-item-on-dialog .order-list .order-items .waitingForProductList {
        position: fixed;
        top: 150px;
        left: 794px;
        max-width: 600px;
        width: calc(100% - 845px)
    }

    .order-history-page .order-list .order-items .order-details, .product-list-item-on-dialog .order-list .order-items .order-details {
        position: fixed;
        top: 80px;
        left: 794px;
        bottom: 50px;
        max-width: 600px;
        width: calc(100% - 845px)
    }

    .order-history-page .order-list .order-items .order-details .title, .product-list-item-on-dialog .order-list .order-items .order-details .title {
        display: block;
        text-align: center;
        font-weight: 300;
        font-size: 32px;
        color: #4d4d4d;
        margin-bottom: 15px
    }

    .order-history-page .order-list .order-items .order-details .product-list-wrap, .product-list-item-on-dialog .order-list .order-items .order-details .product-list-wrap {
        overflow-y: scroll;
        height: 83%;
        border: 1px solid #e1e1e1;
        border-top: none
    }

    .order-history-page .order-list .order-items .order-details .product-list-wrap::-webkit-scrollbar, .product-list-item-on-dialog .order-list .order-items .order-details .product-list-wrap::-webkit-scrollbar {
        width: 7px
    }

    .order-history-page .order-list .order-items .order-details .product-list-wrap::-webkit-scrollbar-track, .product-list-item-on-dialog .order-list .order-items .order-details .product-list-wrap::-webkit-scrollbar-track {
        background: #f1f1f1
    }

    .order-history-page .order-list .order-items .order-details .product-list-wrap::-webkit-scrollbar-thumb, .product-list-item-on-dialog .order-list .order-items .order-details .product-list-wrap::-webkit-scrollbar-thumb {
        background: #888
    }

    .order-history-page .order-list .order-items .order-details .product-list-wrap::-webkit-scrollbar-thumb:hover, .product-list-item-on-dialog .order-list .order-items .order-details .product-list-wrap::-webkit-scrollbar-thumb:hover {
        background: #555
    }
}

.order-history-page {
    padding: 25px 25px 200px
}

@media (max-width: 767px) {
    .order-history-page {
        padding: 25px 5px 200px
    }
}

.order-history-page .page-title {
    max-width: 500px;
    font-weight: 300;
    font-size: 32px;
    color: #4d4d4d;
    margin-bottom: 15px
}

.order-history-page .back-to-order-btn {
    float: right
}

.order-history-page .back-to-order-btn a {
    font-size: 15px;
    font-weight: 400;
    margin-right: 10px;
    padding: 3px 30px;
    text-decoration: none;
    border: 1px solid #007838;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px
}

.order-history-page .loading-section {
    max-width: 500px
}

.order-history-page .loading-section .loader {
    margin: 0 auto !important
}

.productPane {
    width: 100%;
    margin: 0 auto
}

@media (max-width: 700px) {
    .productPane {
        width: 90%
    }
}

.productPane:after {
    content: '';
    display: block;
    clear: both
}

div.product {
    position: relative;
    width: 197px;
    float: left;
    /* height: 296px; */
    padding: 10px;
    /* box-sizing: content-box; */
    border-radius: 0px;
    margin-bottom: 45px;
    border: 1px solid #d9d9d9;
    /* padding: 29px; */
    margin-right: 5px;
}

div.product .imageWrapper {
    /* width: 160px; */
    height: 262px;
    background-color: #fff;
    position: relative;
    cursor: pointer;
    margin-bottom: 6px;
}

div.product .imageWrapper .imageWrapperWrapper {
    width: 162px;
    height: 162px;
    vertical-align: middle;
    text-align: center;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    align-items: center;
    justify-content: center
}

div.product .imageWrapper .imageWrapperWrapper img {
    max-width: 162px;
    max-height: 164px;
    border-radius: 0px
}

div.product .imageWrapper .imageWrapperWrapper i {
    font-size: 35px;
    color: #AAA
}

div.product .imageWrapper .overlay {
    position: absolute;
    overflow: hidden;
    color: #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    border-radius: 0px
}

div.product .imageWrapper .overlay.text {
    display: none;
    font-size: 20px;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 0;
    color: #fff;
    background-color: #2d3a0082;
    text-align: center;
    height: 100%;
    width: 100%;
    border: 1px solid #CCC;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    padding-bottom: 55px
}

div.product .imageWrapper .overlay.text section.actionItems {
    overflow: auto;
    display: flex;
    flex-direction: column;
    height: 75%
}

div.product .imageWrapper .overlay.text section.actionItems p.total {
    color: #fff
}

div.product .imageWrapper .overlay.text section.actionItems div {
    padding: 0 4px;
    overflow: hidden;
    height: 75px;
    margin: auto
}

div.product .imageWrapper .overlay.text section.actionItems div p {
    float: left
}

div.product .imageWrapper .overlay.text section.actionItems div .quantity {
    font-size: 55px;
    line-height: 83px;
    width: 73px;
    color: #007bc4
}

div.product .imageWrapper .overlay.text section.actionItems div .add, div.product .imageWrapper .overlay.text section.actionItems div .remove {
    color: #fef3d5;
    font-size: 35px;

    border: 3px solid #fef3d5;
    border-radius: 50%;
    height: 33px;
    width: 33px;
    padding-top: 0;
    margin-top: 27px;
    line-height: 22px
}

div.product .imageWrapper .overlay.text section.actionItems div .add:hover, div.product .imageWrapper .overlay.text section.actionItems div .remove:hover {
    color: #007bc4;
    border-color: #007bc4
}

div.product .imageWrapper .overlay.text section.actionItems div .add.stockOut {
    border: none
}

div.product .imageWrapper .overlay.text p.addText {
    height: 100px;
    width: 125px;
    margin: 30px auto 0;
    color: #fff;
    font-size: 22px;
    line-height: 34px
}

div.product .imageWrapper .btnShowDetails {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 25px;
    /*background: #fff;*/
    text-align: center;
    border: 0;
    width: 100%;
    color: #5e5e5e;
    font-weight: 500;
    font-size: 12px;
    padding: 3px;
    text-decoration: none;
    line-height: 20px;

    background: #ff6700 !important;
    color: #fff !important;
}

div.product .imageWrapper .btnShowDetails:hover {
    background: #ff6700 !important;
    color: #fff !important;
}

div.product .imageWrapper .btnShowDetailsIcon {
    display: none
}

div.product .imageWrapper:active .overlay, div.product .imageWrapper:hover .overlay {
    opacity: 1
}

div.product .imageWrapper:active .overlay.text, div.product .imageWrapper:hover .overlay.text {
    display: flex;
    flex-direction: column;
    justify-content: center
}

div.product .imageWrapper:active .overlay.text .actionItems, div.product .imageWrapper:hover .overlay.text .actionItems {
    width: 100%
}

div.product .btnShowDetails, div.product .btnShowDetailsIcon {
    display: none
}

div.product.isInCart .overlay.text p.inBag {
    clear: both;
    display: block;
    font-size: 15px;
    font-weight: 500;
    color: #fff
}

div.product.isInCart .overlay.text .actionItems {
    font-size: 40px
}

div.product.isInCart .overlay.text .actionItems .total {
    font-size: 18px;
    font-weight: 700
}

div.product.outOfStock .imageWrapper {
    cursor: default;
    opacity: .3
}

div.product .stockRequestLoadingAnimation {
    margin-right: 10px;
    font-size: 20px;
    color: red
}

div.product div.name {
    text-align: center;
    color: #1A1A1A;
    padding-top: 5px;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden
}

div.product div.name .imageWrapper {
    cursor: default
}

div.product div.name em {
    background-color: #007bc4
}

div.product div.subText {
    text-align: center;
    color: #333;
    font-size: 12px;
    font-weight: 400;
    margin-top: 1px
}

div.product div.price {
    font-weight: 500;
    text-align: center;
    padding-top: 5px;
    font-size: 18px
}

div.product div.discountedPriceSection {
    overflow: auto;
    padding-top: 5px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-justify-content: center
}

div.product div.discountedPriceSection div.discountedPrice {
    color: #E43215;
    font-weight: 500;
    font-size: 18px
}

div.product div.discountedPriceSection div.price {
    margin-left: 5px;
    margin-top: 4px;
    text-decoration: line-through;
    padding-top: 0;
    font-size: 12px
}

div.product div.mui-raised-button {
    width: 95%;
    margin-left: 3px
}

div.product div.mui-raised-button .mui-raised-button-container {
    background-color: #fedc70
}

div.product div.mui-raised-button .mui-raised-button-container:hover {
    background-color: #fdc30b
}

div.product div.mui-raised-button .mui-raised-button-container span {
    font-weight: 700
}

div.product section.out-of-stock {
    background-color: #ff6700;
    height: 37px;

    cursor: pointer;

    border: 1px solid #ebebeb;
    padding: 6px 0;
    text-align: center;
    transition: all ease-in-out .15s
}

div.product section.out-of-stock p {
    color: #fff;
    font-weight: bold;
    display: inline;
    margin-bottom: 0;
    padding-top: 9px;
    transition: all ease-in-out .15s;
    height: 35px;
}

div.product section.addButtonWrapper {
    height: 37px;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #ebebeb;
    padding: 6px 0;
    text-align: center;
    transition: all ease-in-out .15s
}

div.product section.addButtonWrapper img {
    margin-right: 5px;
    display: inline;
    vertical-align: bottom;
    width: 22px;
    height: 25px;
    background-image: url('../images/cart-add-items.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

div.product section.addButtonWrapper img.express {

    background-size: contain;
    background-position: center;
    vertical-align: middle
}

div.product section.addButtonWrapper img.regular {

    background-size: 86%;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle
}

div.product section.addButtonWrapper img.stockRequestComplete {
    background-size: contain;
    background-position: center
}

div.product section.addButtonWrapper p {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 0
}

div.product section.addButtonWrapper p.qty {
    font-size: 20px;
    height: 35px;
    width: 40px;
    text-align: center;
    padding-left: 3px;
    padding-top: 9px
}

div.product section.addButtonWrapper p.buyText {
    display: inline;
    margin-bottom: 0;
    padding-top: 9px;
    transition: all ease-in-out .15s;
    height: 35px;
    color: #ff6700
}

div.product section.addButtonWrapper.outtaStock img:not(.stockRequestComplete) {

    background-repeat: no-repeat;
    background-position: center;
    width: 27px !important
}

div.product section.addButtonWrapper.outtaStock p.buyText {
    border-left: none;
    margin-left: 0;
    width: 100%;
    text-align: center;
    padding-left: 0
}

div.product section.addButtonWrapper.outtaStock .stockRequestSentText {
    color: #ccc !important
}

div.product section.addButtonWrapper:hover {
    transform: translateY(-1px);
    box-shadow: 0 1px 1px #c3c1c199;
    border-color: #d0cfcf
}

div.product section.addButtonWrapper:hover.outtaStock {
    cursor: default
}

div.product section.addButtonWrapper:hover.outtaStock p.buyText {
    border-left: none
}

div.product section.addButtonWrapper:active {
    transition: none;
    transform: none;
    box-shadow: inset 1px 1px 2px #c3c1c199
}

div.product .productQuantityEditor {
    background: #121212;
    height: 37px;
    text-align: center;
    color: #fff;
    -webkit-box-shadow: 1px 1px 1px rgba(204, 204, 204, .5);
    -moz-box-shadow: 1px 1px 1px rgba(204, 204, 204, .5);
    box-shadow: 1px 1px 1px rgba(204, 204, 204, .5)
}

div.product .productQuantityEditor .minusQuantity, div.product .productQuantityEditor .plusQuantity {
    border: none;
    width: 30px;
    background: #121212;
    height: 37px;
    outline: 0;
    font-weight: 500;
    color: #fff;
    border-radius: 0 3px 3px 0
}

div.product .productQuantityEditor .minusQuantity:active, div.product .productQuantityEditor .plusQuantity:active {
    box-shadow: inset 1px 1px 5px #ff1b1d
}

div.product .productQuantityEditor button.minusQuantity {
    float: left;
    border-right: 1px solid #4a4a4a;
    border-radius: 0px 0 0 3px
}

div.product .productQuantityEditor .QuantityTextContainer {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 36px
}

div.product .productQuantityEditor .QuantityTextContainer:hover {
    cursor: pointer
}

div.product .productQuantityEditor button.plusQuantity {
    float: right;
    border-left: 1px solid #4a4a4a
}

div.product section.maxQtyToolTip {
    background-color: #4F4F4F;
    cursor: pointer;
    width: 115px;
    height: 50px;
    right: 8px;
    bottom: -50px;
    z-index: 3;
    position: absolute
}

div.product section.maxQtyToolTip p {
    width: 100px;
    margin-left: 8px;
    margin-top: 7px;
    text-align: center;
    font-size: 10px;
    color: #fff;
    padding-top: 0;
    line-height: 1.2;
    margin-bottom: 0
}

div.product section.maxQtyToolTip:after {
    content: '';
    position: absolute;
    bottom: 100%;
    right: 0;
    width: 0;
    height: 0;
    border-bottom: 8px solid #4F4F4F;

    border-right: 8px solid transparent;
    border-left: 8px solid transparent
}

div.product.withoutSubtext div.discountedPriceSection, div.product.withoutSubtext div.price {
    margin-top: 17px
}

div.product.isBangla .imageWrapper div.name {
    height: 77px
}

div.product.isBangla .imageWrapper div.discountedPriceSection, div.product.isBangla .imageWrapper div.price {
    margin-top: 0
}

div.product.isBangla .imageWrapper div.subText {
    display: none
}

div.product.isBangla .imageWrapper .overlay p.addText {
    margin-top: 20px
}

div.product.coupon .imageWrapper {
    border: 2px dashed #eee;
    border-radius: 0px
}

div.product.coupon .imageWrapper .discount-label {
    background-color: #bc3a29;
    color: #fff;
    padding: 5px;
    border-radius: 0px;
    top: -2px;
    left: -2px;
    position: absolute;
    display: inline-block;
    text-align: center;
    font-weight: 700
}

div.product.coupon .imageWrapper .imageWrapperWrapper img {
    max-width: 138px;
    max-height: 138px;
    margin: 2.5px
}

div.product.coupon .imageWrapper .overlay.coupon, div.product.coupon .imageWrapper .overlay.text, div.product.coupon .imageWrapper:hover .discount-label {
    display: none
}

div.product.coupon .imageWrapper:hover .overlay.text {
    display: block
}

div.product.coupon .imageWrapper:hover .overlay.text section.actionItems div .add, div.product.coupon .imageWrapper:hover .overlay.text section.actionItems div .remove {
    font-size: 28px;
    height: 31px;
    width: 29px;
    padding-top: 0
}

div.product.coupon .imageWrapper:hover .overlay.coupon.text {
    padding: 10px 10px 20px;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    align-items: baseline;
    align-content: center;
    justify-content: center;
    position: absolute
}

div.product.coupon .imageWrapper:hover .overlay.coupon.text .overlay-top {
    font-size: 16px
}

div.product.coupon .imageWrapper:hover .overlay.coupon.text .overlay-top .click-to-add {
    opacity: .5;
    font-size: 11px;
    display: block;
    align-self: auto;
    margin-bottom: 5px
}

div.product.coupon .imageWrapper:hover .overlay.coupon.text .overlay-top i {
    font-size: 45px;
    margin-bottom: 15px
}

div.product.coupon .imageWrapper:hover .overlay.coupon.text .overlay-bottom {
    color: #007bc4;
    font-size: 24px;
    font-weight: 700
}

div.product.coupon .imageWrapper:hover .overlay.coupon.text .overlay-bottom p {
    color: #007bc4;
    margin-bottom: 0;
    font-weight: 500;
    text-transform: uppercase
}

div.product.coupon.couponPage {
    height: 330px
}

div.product.coupon.couponPage .name {
    font-size: 12px;
    height: 38px
}

div.product.coupon.couponPage .swap-button {
    text-align: center;
    padding: 4px 0;
    width: 100%;
    margin: 0 auto;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out
}

div.product.coupon.couponPage .swap-button:hover {
    cursor: pointer;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .3)
}

div.product.coupon.couponPage .swap-button .swapText {
    color: #007838;
    position: relative;
    border: 0;
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0
}

div.product.coupon.couponPage .swap-button .swapText svg {
    height: 20px;
    width: 20px;
    margin-left: 5px
}

div.product.coupon.couponPage .swap-button .swapText svg path {
    fill: #007838;
    stroke: #007838
}

div.product.coupon.couponPage .addButtonWrapper .buyText {
    text-transform: uppercase
}

div.product.coupon.couponPage .addButtonWrapper.expired, div.product.coupon.couponPage .addButtonWrapper.used {
    text-align: center
}

div.product.coupon.couponPage .addButtonWrapper.expired .buyText, div.product.coupon.couponPage .addButtonWrapper.used .buyText {
    float: none;
    border: 0;
    margin: 0;
    padding: 8px
}

div.product.coupon.couponPage .addButtonWrapper.expired:hover, div.product.coupon.couponPage .addButtonWrapper.used:hover {
    cursor: default
}

div.product.coupon.couponPage .addButtonWrapper.expired {
    background-color: transparent;
    border: 2px solid #bc3a29
}

div.product.coupon.couponPage .addButtonWrapper.expired .buyText {
    color: #bc3a29
}

div.product.coupon.couponPage .addButtonWrapper.used {
    background-color: transparent;
    border: 2px solid #82a900
}

div.product.coupon.couponPage .addButtonWrapper.used .buyText {
    color: #82a900
}

div.product.coupon.couponPage .imageWrapper {
    height: 352px
}

div.product.coupon.couponPage .imageWrapper.UsedOrExpired {
    cursor: default
}

div.product.coupon.couponPage .imageWrapper .coupon-text {
    background: #bc3a29;
    margin: 0 10px;
    border-radius: 0;
    position: relative;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out
}

div.product.coupon.couponPage .imageWrapper .coupon-text:after {
    content: " ";
    display: block;
    width: calc(100% + 4px);
    position: absolute;
    height: calc(100% + 4px);
    top: -2px;
    left: -2px;
    border: 1px dashed #bc3a29
}

div.product.coupon.couponPage .imageWrapper .coupon-text .coupon-text-inner {
    padding: 5px 5px 0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-around
}

div.product.coupon.couponPage .imageWrapper .coupon-text .coupon-text-inner em {
    font-size: 25px
}

div.product.coupon.couponPage .imageWrapper .coupon-text .coupon-text-inner span {
    font-size: 25px;
    line-height: 1
}

div.product.coupon.couponPage .imageWrapper .coupon-text .coupon-text-inner span.coupon-text-off {
    width: 30%;
    margin: 0 0 5px;
    font-size: 12px;
    text-align: left;
    text-transform: uppercase
}

div.product.coupon.couponPage .imageWrapper .coupon-text .coupon-expires-in {
    font-weight: 500;
    padding-top: 2px;
    display: block;
    text-align: center;
    background: #fff
}

div.product.coupon.couponPage .imageWrapper:hover .coupon-text {
    transform: rotate(5deg) scale(1.05)
}

div.product.coupon.couponPage.isBangla .name {
    height: 50px
}

@media (max-width: 700px) {
    div.product {
        width: 23%;
        height: 247px;
        margin-right: 1%;
        margin-left: 1%;
        padding: 10px;
        margin-bottom: 35px;
    }

    div.product section.addButtonWrapper {
        margin-left: 0;
        margin-top: 2px;
        width: 100%;
        border-radius: 0
    }

    div.product section.addButtonWrapper img {
        height: 23px;
        background-repeat: no-repeat
    }

    div.product section.addButtonWrapper .buyText {
        font-size: 15px;
        height: 28px !important
    }

    div.product .imageWrapper {
        width: 100%;
        height: auto
    }

    div.product .imageWrapper .imageWrapperWrapper {
        width: 100%;
        height: 100px;
        margin-bottom: 0
    }

    div.product .imageWrapper .imageWrapperWrapper img {
        max-width: 100%;
        max-height: 100px
    }

    div.product .imageWrapper .overlay.text section.actionItems div {
        margin-top: 10px
    }

    div.product .imageWrapper .overlay.text section.actionItems div p.add, div.product .imageWrapper .overlay.text section.actionItems div p.remove {
        border: none;
        height: 20px;
        width: 30%;
        font-size: 35px
    }

    div.product .imageWrapper .overlay.text section.actionItems div p.quantity {
        margin-top: 26px;
        font-size: 35px;
        width: 40%
    }

    div.product .imageWrapper .overlay.text section.actionItems div p.remove {
        font-size: 40px
    }

    div.product .imageWrapper .overlay.text p.addText {
        margin-top: 5px;
        padding-top: 5px;
        font-size: 18px;
        width: 80%
    }

    div.product .imageWrapper .btnShowDetails {
        display: none
    }

    div.product .imageWrapper .buy {
        font-size: 10px
    }

    div.product .imageWrapper div.discountedPriceSection div.price {
        margin-top: 0
    }

    div.product .btnShowDetailsIcon {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        font-size: 25px;
        text-decoration: none
    }

    div.product .btnShowDetailsIcon i {
        color: #e1e1e1
    }

    div.product .btnShowDetailsIcon:active {
        background: #ccc
    }

    div.product.coupon.couponPage {
        height: 315px;
        margin-bottom: 100px
    }

    div.product.coupon.couponPage .imageWrapper {
        height: 250px
    }

    div.product.coupon.couponPage .imageWrapper .imageWrapperWrapper > img {
        max-width: 90%;
        max-height: 90%;
        width: auto;
        height: auto
    }

    div.product.coupon.couponPage .imageWrapper .coupon-text .coupon-text-inner em, div.product.coupon.couponPage .imageWrapper .coupon-text .coupon-text-inner span {
        font-size: 20px
    }

    div.product.coupon.couponPage .imageWrapper .coupon-text .coupon-text-inner span.coupon-text-off {
        font-size: 10px
    }

    div.product.coupon.couponPage .imageWrapper .discountedPriceSection .discountedPrice {
        font-size: 16px
    }

    div.product.coupon.couponPage .imageWrapper .discountedPriceSection .price {
        opacity: .6
    }
}

@media (max-width: 600px) {
    div.product {
        width: 30%
    }
}

@media (max-width: 500px) {
    div.product {
        width: 48%;
    }
}

@media (max-width: 400px) {
    div.product {
        width: 48%
    }
}

@media (max-width: 320px) {
    div.product {
        width: 48%
    }
}

@media (max-width: 320px) {
    body {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }
}

.hiddenOverflow {
    overflow: hidden
}

.lightboxContainer {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 16px;
    background-color: rgba(0, 0, 0, .4);
    overflow: auto;
    z-index: 9999999;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease
}

.lightboxContainer .lightbox {
    background: #fff;
    display: block;
    z-index: 9999999;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    position: relative;
    -webkit-box-shadow: 0 1px 5px #666;
    box-shadow: 0 1px 5px #666;
    margin: 50px auto;
    max-width: 980px !important;
    overflow: initial;
    width: 100%;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease
}

.lightboxContainer .lightbox .close {
    position: absolute;
    right: 10px;
    top: 10px;
    border: 0;
    background: 0 0;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    width: 40px;
    height: 40px;
    padding: 10px;
    z-index: 999
}

.lightboxContainer .lightbox .close:hover:after, .lightboxContainer .lightbox .close:hover:before {
    border-color: #ee4054
}

.lightboxContainer .lightbox .close:after, .lightboxContainer .lightbox .close:before {
    position: absolute;
    content: "";
    width: 25px;
    margin: -1px -12px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: 2px solid #007838;
}

.lightboxContainer .lightbox .close:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);

    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.lightboxContainer .lightbox .lightboxContent {
    width: 100%;
    padding: 20px
}

.productDetails {
    width: 100%
}

.productDetails:after {
    content: '';
    display: block;
    clear: both
}

.productDetails .outOfStockBtn {
    background: #fa4449;
    font-size: 18px;
    padding: 8px;
    text-align: center;
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, .55);
    -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, .55);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .55)
}

.productDetails .outOfStockBtn.requestSent {
    pointer-events: none;
    background: #CCC;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.productDetails .outOfStockBtn.requestSent .icon svg {
    fill: #000 !important;
    stroke: #000 !important
}

.productDetails .outOfStockBtn.requestSent .buttonText {
    color: #000 !important
}

.productDetails .outOfStockBtn:hover {
    cursor: pointer
}

.productDetails .outOfStockBtn:active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.productDetails .outOfStockBtn .icon {
    display: inline-block
}

.productDetails .outOfStockBtn .icon svg {
    width: 35px;
    height: 35px;
    fill: #fff !important;
    stroke: #fff !important
}

.productDetails .outOfStockBtn .icon.animation {
    -webkit-animation: spin 2s infinite linear
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg)
    }
}

.productDetails .outOfStockBtn .buttonText {
    color: #fff;
    vertical-align: top;
    display: inline-block;
    margin-top: 4px;
    margin-left: 5px
}

.productDetails section.left {
    width: 50%;
    float: left;
    clear: both
}

.productDetails section.left .productImageContainer {
    position: relative
}

.productDetails section.left .productImageContainer .productImage {
    text-align: center;
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center
}

.productDetails section.left .productImageContainer .productImage img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.productDetails section.left .productImageContainer .zoom {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
    pointer-events: none;
    background: #fff;
    border: 1px solid #ccc
}

.productDetails section.left .productImageContainer:hover button {
    opacity: .8
}

.productDetails section.left .productImageContainer button {
    position: absolute;
    top: 50%;
    height: 55px;
    width: 55px;
    margin-top: -28px;
    background: 0 0;
    border: 0;
    outline: 0;
    z-index: 99;
    transition: opacity .5s;
    opacity: 0
}

.productDetails section.left .productImageContainer button:hover svg {
    fill: #000
}

.productDetails section.left .productImageContainer button:active {
    margin-top: -27px
}

.productDetails section.left .productImageContainer button svg {
    fill: #7b7b7b
}

.productDetails section.left .productImageContainer button.previousArrow {
    left: -10px
}

.productDetails section.left .productImageContainer button.nextArrow {
    right: -10px
}

.productDetails section.left .pictureNavigation {
    text-align: center
}

.productDetails section.left .pictureNavigation li {
    display: inline-block
}

.productDetails section.left .pictureNavigation a {
    width: 55px;
    height: 55px;
    margin: 3px 7px;
    background-color: transparent;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: 1px solid #ccc;
    overflow: hidden;
    position: relative;
    z-index: 99;
    display: inline-block
}

.productDetails section.left .pictureNavigation a.active {
    border-color: #f06039
}

.productDetails section.left .pictureNavigation a img {
    width: 55px
}

.productDetails section.right {
    float: left;
    width: 50%;
    padding-left: 30px
}

.productDetails section.right div.nameAndSubtext {
    margin-bottom: 10px
}

.productDetails section.right div.nameAndSubtext h1 {
    letter-spacing: normal;
    word-wrap: break-word;
    font-size: 2.2em;
    color: #000;
    line-height: 30px;
    margin: 0 30px 10px 0
}

.productDetails section.right div.nameAndSubtext span {
    padding-top: 0;
    font-size: 1.4em;
    color: #888;
    margin: 10px 0
}

.productDetails section.right div.quantityContainer section {
    margin-top: 10px;
    overflow: auto;
    margin-bottom: 20px
}

.productDetails section.right div.quantityContainer section div.quantityEditor {
    float: left;
    overflow: hidden;
    display: flex;
    width: 60%;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: 1px solid #cdcdcd
}

.productDetails section.right div.quantityContainer section div.quantityEditor button.outer {
    width: 60px;
    cursor: pointer;
    outline: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: 0 solid #d2d1d1;
    background: #f4f3f3;
    box-shadow: 0 0 2px #ccc;
    font-size: 50px;
    line-height: 30px;
    padding: 0 0 12px
}

.productDetails section.right div.quantityContainer section div.quantityEditor button.outer.addButton {
    border-width: 0 0 0 1px
}

.productDetails section.right div.quantityContainer section div.quantityEditor button.outer.removeButton {
    border-width: 0 1px 0 0
}

.productDetails section.right div.quantityContainer section div.quantityEditor button.outer:hover {
    background: #fff
}

.productDetails section.right div.quantityContainer section div.quantityEditor button.outer:active {
    -webkit-box-shadow: inset 0 0 8px #ccc;
    -moz-box-shadow: inset 0 0 8px #ccc;
    box-shadow: inset 0 0 8px #ccc;
    font-size: 48px
}

.productDetails section.right div.quantityContainer section div.quantityEditor p.outOfStock, .productDetails section.right div.quantityContainer section div.quantityEditor p.zero {
    cursor: auto
}

.productDetails section.right div.quantityContainer section div.quantityEditor p.outOfStock:hover, .productDetails section.right div.quantityContainer section div.quantityEditor p.zero:hover {
    background: #fdcf5b
}

.productDetails section.right div.quantityContainer section div.quantityEditor .QuantityTextContainer {
    display: inline-block
}

.productDetails section.right div.quantityContainer section div.quantityEditor .QuantityTextContainer .quantity {
    font-weight: 500;
    font-size: 28px;
    line-height: 26px;
    text-align: center
}

.productDetails section.right div.quantityContainer section div.quantityEditor .QuantityTextContainer .inBag {
    font-size: 12px;
    text-align: center;
    color: #818181;
    font-weight: 700
}

.productDetails section.right div.quantityContainer section div.quantityEditor button, .productDetails section.right div.quantityContainer section div.quantityEditor p, .productDetails section.right div.quantityContainer section div.quantityEditor span {
    color: #818181
}

.productDetails section.right div.quantityContainer section div.quantityEditor .QuantityTextContainer {
    flex: 1;
    height: 65px;
    padding: 10px;
    text-align: center
}

.productDetails section.right div.quantityContainer section div.quantityEditor .QuantityTextContainer > span {
    font-size: 24px
}

.productDetails section.right div.quantityContainer section #buyNowButton {
    border: 0;
    border-radius: 0px;
    padding: 15px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 10px;
    box-shadow: 1px 2px 2px 0 rgba(0, 0, 0, .15);
    background-color: #bc3a29;
    outline: 0;
    font-size: 25px;
    width: 100%;
    float: right;
    height: 66px;
    margin-top: 15px;

    text-align: center;
}

.productDetails section.right div.quantityContainer section #buyNowButtons {
    border: 0;
    border-radius: 0px;
    padding: 15px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 10px;
    box-shadow: 1px 2px 2px 0 rgba(0, 0, 0, .15);
    background-color: #7b0f12;
    outline: 0;
    font-size: 25px;
    width: 100%;
    float: right;
    height: 66px;
    margin-top: 15px;
    text-align: center;
}

.productDetails section.right div.quantityContainer section .moreButton {
    border: 0;
    border-radius: 0px;
    padding: 15px;
    color: #fff;
    font-weight: 500;
    /* margin-bottom: 10px; */
    box-shadow: 1px 2px 2px 0 rgba(0, 0, 0, .15);
    background-color: #bc3a29;
    outline: 0;
    font-size: 25px;
    width: 30%;
    float: right;
    height: 66px;
    /* margin-top: 15px; */
    text-align: center;
}

.productDetails section.right div.quantityContainer section #buyNowButton:hover {
    background-color: #c50f14;
}

.productDetails section.right div.quantityContainer section #buyNowButton:active {
    box-shadow: inset 0 0 8px #ccc;
    font-size: 15px
}

.productDetails section.right div.quantityContainer p.red {
    padding-top: 0;
    margin-bottom: 0;
    color: red
}

.productDetails section.right div.quantityContainer.outOfStock section {
    margin-bottom: 0
}

.productDetails section.right div.quantityContainer div.price {
    font-weight: 500;
    color: #444;
    font-size: 2.5em;
    text-align: left
}

.productDetails section.right div.quantityContainer div.discountedPriceSection {
    overflow: auto;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    align-items: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start
}

.productDetails section.right div.quantityContainer div.discountedPriceSection .discountedPrice {
    font-weight: 500;
    color: #444;
    font-size: 2.5em
}

.productDetails section.right div.quantityContainer div.discountedPriceSection div.fullPrice {
    margin-left: 5px;
    margin-top: 15px;
    text-decoration: line-through;
    padding-top: 0;
    font-weight: 700
}

.productDetails section.right div.quantityContainer .discount {
    flex: 1;
    text-align: right
}

.productDetails section.right div.quantityContainer .discount a {
    float: right;
    position: relative;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    font-size: 1.5em;
    padding: 5px 12px 5px 15px;
    background: #ee4054;
    height: 34px;
    z-index: 2
}

.productDetails section.right div.quantityContainer .discount a:before {
    content: "";
    position: absolute;
    left: -13px;
    top: 0;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-right: 13px solid #ee4054
}

.productDetails section.right div.quantityContainer .discount a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 15px;
    padding: 3px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: #fff
}

.productDetails section.right div.actionButtons {
    text-align: center;
    display: none
}

.productDetails section.right div.actionButtons button {
    line-height: 26px;
    border: 0;
    background: 0 0;
    color: #bcbcbc;
    cursor: pointer;
    outline: 0;
    padding: 0 6px
}

.productDetails section.right div.actionButtons button:hover {
    color: #444
}

.productDetails section.right div.actionButtons button:hover svg {
    background: #444
}

.productDetails section.right div.actionButtons button svg {
    width: 24px;
    height: 24px;
    float: left;
    background: #bcbcbc;
    border-radius: 15px;
    padding: 4px;
    fill: #fff;
    margin-right: 5px
}

.productDetails section.right div.actionButtons button.active {

    color: #f96d6f
}

.productDetails section.right div.actionButtons button.active svg {
    background: #f96d6f
}

.productDetails section.right div.divider {
    margin: 20px;
    height: 2px;
    background: #f1efef
}

.productDetails section.right div.details {
    clear: both;
    color: #333;
    font-size: 14px;
    max-height: 250px;
    overflow-y: auto
}

.productDetails section.right div.details h2 {
    font-size: 15px;
    line-height: 20px;
    color: #b6b5b5
}

.productDetails section.right div.details p {
    font-size: 14px;
    padding-top: 0
}

.productDetails section.right div.productFooterButtons {
    display: none;
    text-align: center
}

.productDetails section.right div.productFooterButtons button {
    background: 0 0;
    border: none;
    color: #fb7679;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700
}

@media screen and (max-width: 768px) {
    .productDetails section.right div.productFooterButtons {
        display: block
    }
}

@media (max-width: 768px) {
    .productDetails section.left {
        width: 100%;
        margin-left: 0
    }

    .productDetails section.left .productImageContainer .productImage {
        height: 300px
    }

    .productDetails section.right {
        width: 100%;
        padding-left: 0;
        margin-top: 20px
    }

    .productDetails section.right div.quantityContainer section {
        margin-top: 5px;
        margin-bottom: 10px
    }

    .productDetails section.right div.actionButtons {
        margin-top: 20px
    }

    .productDetails section.right div.details {
        overflow: inherit;
        max-height: none
    }
}

@media screen and (max-width: 768px) {
    .lightboxContainer {
        padding: 0
    }

    .lightboxContainer .lightbox {
        margin: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0
    }

    .lightboxContainer .lightbox .close {
        position: fixed;
        background-color: #f1f1f1
    }

    .lightboxContainer .lightbox .lightboxContent {
        padding-top: 40px
    }
}

#your-referral {
    padding: 30px;
    max-width: 900px
}

#your-referral h1 {
    font-weight: 300;
    font-size: 32px
}

#your-referral .referral_description_text {
    font-size: 14px;
    margin-bottom: 20px;
    color: #535353
}

#your-referral .banner {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px
}

@media (max-width: 600px) {
    #your-referral .banner {
        height: 200px
    }
}

@media (max-width: 360px) {
    #your-referral .banner {
        height: 160px
    }
}

#your-referral .yourReferralLink {
    margin: 20px auto;
    max-width: 515px
}

#your-referral .yourReferralLink:after {
    content: "";
    display: block;
    clear: both
}

#your-referral .yourReferralLink .inputTitle {
    float: left;
    height: 45px;
    font-size: 18px;
    line-height: 45px;
    margin-right: 15px
}

#your-referral .yourReferralLink .cf:after, #your-referral .yourReferralLink .cf:before {
    content: "";
    display: table
}

#your-referral .yourReferralLink .cf:after {
    clear: both
}

#your-referral .yourReferralLink .cf {
    zoom: 1
}

#your-referral .yourReferralLink .form-wrapper {
    float: left
}

#your-referral .yourReferralLink .form-wrapper input {
    width: 330px;
    height: 45px;
    padding: 10px 5px;
    float: left;
    font-size: 14px;
    border: 0;
    background: #eee;
    border-radius: 0px 0 0 3px
}

@media (max-width: 768px) {
    #your-referral .yourReferralLink .form-wrapper input {
        width: 250px

    }
}

@media (max-width: 320px) {
    #your-referral .yourReferralLink .form-wrapper input {
        width: 230px
    }
}

#your-referral .yourReferralLink .form-wrapper input:focus {
    outline: 0;
    background: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, .8) inset
}

#your-referral .yourReferralLink .form-wrapper input::-webkit-input-placeholder {
    color: #999;
    font-weight: 400;
    font-style: italic
}

#your-referral .yourReferralLink .form-wrapper input:-moz-placeholder {
    color: #999;
    font-weight: 400;
    font-style: italic
}

#your-referral .yourReferralLink .form-wrapper input:-ms-input-placeholder {
    color: #999;
    font-weight: 400;
    font-style: italic
}

#your-referral .yourReferralLink .form-wrapper span {
    overflow: visible;
    position: relative;
    float: left;
    border: 0;
    padding: 0 0 0 5px;
    cursor: pointer;
    height: 45px;
    width: 60px;
    color: #454242;
    background: #eee;
    line-height: 45px
}

#your-referral .yourReferralLink .form-wrapper span svg {
    height: 40px;
    line-height: 45px;
    margin-top: 2px;
    margin-left: 7px
}

#your-referral .yourReferralLink .form-wrapper span:hover {
    background: #eee
}

#your-referral .yourReferralLink .form-wrapper span:active, #your-referral .yourReferralLink .form-wrapper span:focus {
    background: #eee;
    outline: 0
}

#your-referral .yourReferralLink .copyStatus {
    line-height: 45px;
    color: #0076f0;
    margin-left: 5px
}

#your-referral .yourReferralLink .infoText {
    float: left;
    margin-top: 10px
}

#your-referral .inviteViaMedia {
    max-width: 520px;
    margin: 20px auto
}

@media (max-width: 768px) {
    #your-referral .inviteViaMedia {
        max-width: 170px
    }
}

#your-referral .inviteViaMedia li {
    display: inline-block;
    height: 58px;
    margin: 10px;
    width: 150px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px
}

#your-referral .inviteViaMedia li:hover {
    cursor: pointer
}

#your-referral .inviteViaMedia li .inviteTextArea {
    width: 70%;
    float: left;
    color: #fff
}

#your-referral .inviteViaMedia li .inviteTextArea .inviteVia {
    padding: 8px 0 0 10px;
    font-size: 14px;
    display: block
}

#your-referral .inviteViaMedia li .inviteTextArea .inviteMediaName {
    padding-left: 8px;
    font-size: 18px
}

#your-referral .inviteViaMedia li .inviteLogoArea {
    margin-top: 14px
}

#your-referral .inviteViaMedia li .inviteLogoArea .inviteVialogo svg {
    width: 45px
}

#your-referral .inviteViaMedia li#inviteFacebook {
    background: #465993
}

#your-referral .inviteViaMedia li#inviteSms {
    background: #d78c6c
}

#your-referral .inviteViaMedia li#inviteEmail {
    background: #848486
}

#your-referral .invite-email-dialog .mui-dialog-title, #your-referral .invite-sms-dialog .mui-dialog-title {
    font-size: 20px
}

#your-referral .invite-email-dialog .mui-dialog-content, #your-referral .invite-sms-dialog .mui-dialog-content {
    padding: 5px !important
}

#your-referral .invite-email-dialog .msgSection.error, #your-referral .invite-email-dialog .msgSection.success, #your-referral .invite-sms-dialog .msgSection.error, #your-referral .invite-sms-dialog .msgSection.success {
    text-align: center;
    margin: 0 auto;
    font-size: 18px;
    color: #fff;
    padding: 5px;
    display: block
}

#your-referral .invite-email-dialog .msgSection.success, #your-referral .invite-sms-dialog .msgSection.success {
    background: rgba(11, 128, 44, .55)
}

#your-referral .invite-email-dialog .msgSection.error, #your-referral .invite-sms-dialog .msgSection.error {
    background: rgba(255, 21, 19, .55)
}

#your-referral .invite-email-dialog .infoText, #your-referral .invite-sms-dialog .infoText {
    color: #fff;
    background: #5bc0de;
    padding: 8px 5px;
    display: block;
    margin-bottom: 5px
}

#your-referral .invite-email-dialog .infoText .icon svg, #your-referral .invite-sms-dialog .infoText .icon svg {
    fill: #fff;
    stroke: #fff
}

#your-referral .invite-email-dialog .infoText .text, #your-referral .invite-sms-dialog .infoText .text {
    vertical-align: top;
    font-size: 13px
}

#your-referral .invite-email-dialog .form-body, #your-referral .invite-sms-dialog .form-body {
    margin-bottom: 10px;
    max-height: 400px;
    overflow: auto
}

#your-referral .invite-email-dialog .form-body .row, #your-referral .invite-sms-dialog .form-body .row {
    display: flex;
    justify-content: space-around;
    padding: 5px
}

#your-referral .invite-email-dialog .form-body .row .inputError, #your-referral .invite-sms-dialog .form-body .row .inputError {
    border: 1px solid red;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

#your-referral .invite-email-dialog .form-body .row input, #your-referral .invite-sms-dialog .form-body .row input {
    appearance: none;
    width: 48%;
    margin: 0 5px;
    height: 35px;
    padding: 5px 15px;
    border-radius: 0px;
    outline: 0;
    border: none;
    background: #e8ebed;
    color: #576366;
    font-size: 14px
}

#your-referral .invite-email-dialog .validationMsgSection, #your-referral .invite-sms-dialog .validationMsgSection {
    text-align: center;
    color: red;
    margin-left: 10px;
    line-height: 25px
}

#your-referral .invite-email-dialog .addNewRowIconBtn, #your-referral .invite-sms-dialog .addNewRowIconBtn {
    float: left
}

#your-referral .invite-email-dialog .addNewRowIconBtn:hover, #your-referral .invite-sms-dialog .addNewRowIconBtn:hover {
    cursor: pointer
}

#your-referral .invite-email-dialog .addNewRowIconBtn svg, #your-referral .invite-sms-dialog .addNewRowIconBtn svg {
    fill: #85c51a;
    stroke: #85c51a;
    width: 35px;
    height: 35px
}

#your-referral .invite-email-dialog .addNewRowIconBtn .instructionMsg, #your-referral .invite-sms-dialog .addNewRowIconBtn .instructionMsg {
    display: none;

    float: right;
    padding: 8px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: #FF9800;
    color: #fff
}

#your-referral .invite-email-dialog .inviteBtnSection .msgSection, #your-referral .invite-sms-dialog .inviteBtnSection .msgSection {
    float: left;
    background: rgba(0, 128, 0, .49);
    padding: 10px;
    border-radius: 0px
}

#your-referral .invite-email-dialog .inviteBtnSection .sendInvitationBtn, #your-referral .invite-sms-dialog .inviteBtnSection .sendInvitationBtn {
    float: right;
    padding: 7px 25px;
    background: #fa6465;
    border: 0;
    color: #fff;
    border-radius: 0px;
    font-size: 14px
}

#your-referral .invite-email-dialog .inviteBtnSection:after, #your-referral .invite-sms-dialog .inviteBtnSection:after {
    content: "";
    display: block;
    clear: both
}

#your-referral .referralProgress {
    margin: 50px 0 100px
}

#your-referral .referralProgress .text {
    margin-top: 16px;
    margin-bottom: 16px;
    text-align: center;
    font-size: 15px;
    font-weight: 700
}

#your-referral .referralProgress .referralProgressBar {
    width: 95%;
    margin: auto
}

#your-referral .referralProgress .referralProgressBar .progressbar {
    width: 85%;
    float: left
}

#your-referral .referralProgress .referralProgressBar .progressbar .status-bar {
    width: 80%;
    height: 2px;
    background: #fed667;
    position: relative;
    top: 18px;
    margin: 0 auto
}

#your-referral .referralProgress .referralProgressBar .progressbar .status-bar .current-status {
    height: 2px;
    width: 0;
    border-radius: 1px;
    background: #3cb371
}

#your-referral .referralProgress .referralProgressBar .progressbar .steps li {
    width: 20%;
    display: inline-block;
    padding-top: 45px;
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    color: gray;
    vertical-align: top;
    position: relative;
    text-align: center;
    text-overflow: ellipsis
}

#your-referral .referralProgress .referralProgressBar .progressbar .steps li:before {
    content: '';
    position: absolute;
    top: 2px;
    left: calc(35%);
    z-index: 1;
    width: 30px;
    height: 30px;
    color: #fff;
    border: 5px solid #fff;
    border-radius: 17px;
    line-height: 30px;
    background: #ccc
}

#your-referral .referralProgress .referralProgressBar .progressbar .steps li.current:before {
    background: #feda62;
    box-shadow: 0 0 0 2px #feda62
}

#your-referral .referralProgress .referralProgressBar .progressbar .steps li .moneyTooltip {
    background: #fdd365;
    padding: 5px;
    width: 100px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px
}

#your-referral .referralProgress .referralProgressBar .progressbar .steps li .moneyTooltip:after {
    content: "";
    position: absolute;
    top: 52%;
    left: 50%;
    margin-left: -5px;
    border-width: 4px;
    border-style: solid;
    border-color: #fdd365 transparent transparent;
    transform: rotate(180deg)
}

#your-referral .referralProgress .referralProgressBar .winTxt {
    float: left;
    width: 10%;
    font-size: 13px;
    font-weight: 700
}

#your-referral .referralProgress .referralProgressBar:after {

    content: '';
    display: block;
    clear: both
}

#your-referral .discounts-bottom-scrollable {
    margin-bottom: 60px;
    background-color: #f7f7f7;
    padding: 0 0 15px
}

#your-referral .discounts-bottom-scrollable h2 {
    width: 285px;
    margin: 0 auto
}

#your-referral .discounts-bottom-scrollable .discount-list {
    max-width: 840px;
    margin: auto;
    padding: 15px
}

#your-referral .discounts-bottom-scrollable .discount-list .discount-list-element {
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    align-items: center;
    width: 98%;
    background-color: #fff;
    border-radius: 8px;
    padding: 7px;
    margin: 10px 1%;
    position: relative;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .3);
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out
}

#your-referral .discounts-bottom-scrollable .discount-list .discount-list-element h3 {
    margin: 0;
    padding: 0;
    font-size: 12px;
    color: #615e58;
    font-weight: 700
}

#your-referral .discounts-bottom-scrollable .discount-list .discount-list-element .tag {
    background-color: #bc3a29;
    color: #fff;
    padding: 3px 10px 2px;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 10px;
    width: 70px;
    text-align: center;
    margin: 0 15px 0 0
}

#your-referral .discounts-bottom-scrollable .discount-list .discount-list-element.available .tag {
    background-color: #82a900
}

#your-referral .discounts-bottom-scrollable .discount-list .discount-list-element.available:hover {
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .5)
}

#your-referral .discounts-bottom-scrollable .discount-list .discount-list-element .action-button, #your-referral .discounts-bottom-scrollable .discount-list .discount-list-element .date-used {
    position: absolute;
    font-weight: 500;
    right: 0;
    top: 0;
    width: 150px;
    background-color: #e4e4e4;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px
}

@media (max-width: 400px) {
    #your-referral .discounts-bottom-scrollable .discount-list .discount-list-element .action-button, #your-referral .discounts-bottom-scrollable .discount-list .discount-list-element .date-used {
        font-size: 10px;
        width: 85px
    }
}

#your-referral .discounts-bottom-scrollable .discount-list .discount-list-element .action-button {
    color: #fff;
    background-color: #007838;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out
}

#your-referral .discounts-bottom-scrollable .discount-list .discount-list-element .action-button:hover {
    background-color: #388E3C;
    cursor: pointer
}

#your-referral .discounts-bottom-scrollable .discount-list .discount-list-element.applied {
    background-color: #eee;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .5)
}

#your-referral .discounts-bottom-scrollable .discount-list .discount-list-element.applied .action-button {
    background-color: #82a900
}

#your-referral .discounts-bottom-scrollable .discount-list .discount-list-element.applied .action-button:hover {
    cursor: default
}

#your-referral .referralInviting {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, .42)
}

#your-referral-pop-up .mui-dialog {
    padding-top: 0 !important
}

#your-referral-pop-up .referral-pop-up {
    margin: 0 auto
}

#your-referral-pop-up .referral-pop-up .mui-dialog-content {
    margin-top: 25px;
    padding: 0 10px 10px !important
}

#your-referral-pop-up .referral-pop-up .headerSection .amount h1 {
    text-align: center;
    font-weight: 500;
    margin-bottom: 0;
    font-size: 40px
}

#your-referral-pop-up .referral-pop-up .headerSection .credit {
    font-size: 15px;
    text-align: center;
    font-weight: 600
}

#your-referral-pop-up .referral-pop-up .headerSection .infoTxt {
    color: #acacac;
    text-align: center
}

#your-referral-pop-up .referral-pop-up .banner img {
    width: 100%
}

#your-referral-pop-up .referral-pop-up .shoppingBtn {
    text-align: center;
    margin: 25px 0
}

#your-referral-pop-up .referral-pop-up .shoppingBtn button {
    background: #f26c6d;
    border: 0;
    padding: 15px 35px;
    font-size: 14px;
    color: #fff;
    text-decoration: none
}

#your-referral-pop-up .referral-pop-up .contactInfo .PhoneNumber {
    margin-top: 10px;
    text-align: center
}

#your-referral-pop-up .referral-pop-up .contactInfo .PhoneNumber .hlptxt {
    margin-bottom: 0;
    color: #acacac
}

#your-referral-pop-up .referral-pop-up .contactInfo .PhoneNumber p {
    margin-bottom: 0;
    padding: 0
}

#your-referral-pop-up .referral-pop-up .contactInfo .PhoneNumber p .icon svg {
    width: 30px
}

#your-referral-pop-up .referral-pop-up .contactInfo .PhoneNumber p .number {
    font-size: 18px;
    vertical-align: super;
    margin-left: 5px;
    font-weight: 700
}

#your-referral-pop-up .referral-pop-up .contactInfo .socialIcons {
    text-align: center;
    margin-top: 18px
}

#your-referral-pop-up .referral-pop-up .contactInfo .socialIcons .socialIconsList ul li {
    list-style: none;
    display: inline
}

.report-item-dialog-style {
    padding: 10px 0
}

.report-item-dialog-style .title {
    font-size: 24px !important;
    color: #9c9c9c !important;
    padding: 15px
}

.report-item-dialog-style .mui-dialog-title {
    padding-top: 12px
}

.report-item-dialog-style .operation-success-content {
    text-align: center
}

.report-item-dialog-style .operation-success-content .icon-section {
    margin-top: 20px
}

.report-item-dialog-style .operation-success-content .message-section h3 {
    font-size: 24px !important;
    padding: 0 !important;
    color: #393939;
    margin: 20px !important
}

.report-item-dialog-style .operation-success-content .message-section p {
    color: #a1a1a1;
    margin: 0 !important;
    padding: 0 !important;
    line-height: normal
}

.report-item-dialog-style .operation-success-content .message-section .phone-number {
    font-size: 20px;
    padding-bottom: 20px !important
}

.report-item-dialog-style .report-items ul li {
    text-align: left;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #393939;
    padding: 0 15px;
    border-bottom: 1px solid #ebebeb
}

.report-item-dialog-style .report-items ul li:last-child {
    border-bottom: 0
}

.report-item-dialog-style .report-items ul li.selected {
    background: #e8ffdb
}

.report-item-dialog-style .report-items ul li:hover {
    cursor: pointer;
    background: #e8ffdb
}

.report-item-dialog-style .report-items ul li .title {
    padding: 0 24px
}

.report-item-dialog-style .report-items .otherInputField input {
    width: 100%;
    height: 50px;
    text-align: center;
    border: none;
    border-bottom: 1px solid #ccc;
    font-size: 15px
}

.report-item-dialog-style .report-items .simple-error-message {
    color: red
}

.report-item-dialog-style .report-items .report-submit-button {
    text-align: center;
    margin: 12px 0 10px
}

.report-item-dialog-style .report-items .report-submit-button button {
    width: 80%;
    border: none;
    height: 45px;
    color: #fff;
    background: #ff8282;
    font-size: 15px;
    outline: 0
}

.report-item-dialog-style .report-items .report-submit-button button:disabled {
    background: #969696
}

.report-item-dialog-style .mui-dialog-content {
    padding: 0
}

@media (min-width: 500px) {
    .report-item-dialog-style .product-list-item-on-dialog {
        overflow-x: hidden;
        overflow-y: auto;
        height: 400px
    }
}

.report-item-dialog-style .product-list-item-on-dialog .product-list-section {
    margin-bottom: 20px
}

.report-item-dialog-style .product-list-item-on-dialog .product-list-section .delivery-type-time-info {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 500;
    padding: 5px
}

.request-product-dialog .ModalDialog {
    padding: 0 !important
}

.request-product-dialog .ModalDialog .close:after, .request-product-dialog .ModalDialog .close:before {
    border-color: #fff
}

.request-product-dialog .ModalDialog:before {
    content: "";
    background-size: cover;
    background-position: center center;
    padding-bottom: 213px;
    position: relative;
    text-align: center;
    font-weight: 300;
    display: block
}

.request-product-dialog .ModalDialog:before svg {
    fill: #fff;
    stroke: #fff
}

.request-product-dialog.bn .ModalDialog:before {
    display: block;
}

.request-product-dialog .ModalDialogContent {
    border-bottom: 3px solid #82a900;
    border-radius: 0px !important;
    background: #fff;
    overflow: hidden;
    padding: 20px
}

.request-product-dialog .submitting .loadingContainer {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .6);
    z-index: 1
}

.request-product-dialog .submitting .loadingContainer .loader {
    margin: 15% auto
}

.request-product-dialog #request-products {
    position: relative
}

.request-product-dialog #request-products form.successful:after {
    opacity: 1;
    z-index: 1
}

.request-product-dialog #request-products form .quantity-modifier {
    display: flex;
    align-items: center;
    margin-bottom: 30px
}

.request-product-dialog #request-products form .quantity-modifier * {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none
}

.request-product-dialog #request-products form .quantity-modifier input {
    width: 45px;
    height: 30px;
    font-size: 16px;
    text-align: center;
    border: 0;
    background-color: #eee;
    border-radius: 0px;
    margin: 0 10px
}

.request-product-dialog #request-products form .quantity-modifier .quantity-controls {
    display: inline-block;
    text-align: center;
    color: #007838;
    font-size: 24px;
    border: 2px solid #007838;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    line-height: 1;
    padding: 3px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out
}

.request-product-dialog #request-products form .quantity-modifier .quantity-controls:hover {
    background-color: #007838;
    cursor: pointer;
    color: #fff
}

.request-product-dialog #request-products .intro {
    margin-bottom: 35px
}

.request-product-confirm-window-dialog .ModalDialog {
    padding: 0 !important
}

.request-product-confirm-window-dialog .ModalDialog:before {
    display: block;
    content: "";
    background-size: cover;
    background-position: center center;
    padding-bottom: 213px;
    position: relative;
    text-align: center;
    font-weight: 300
}

.request-product-confirm-window-dialog.bn .ModalDialog:before {
}

.request-product-confirm-window-dialog .intro {
    margin-bottom: 35px;
    text-align: center;
    font-weight: 500;
    font-size: 14px
}

@-ms-keyframes spin {
    from {
        -ms-transform: rotate(0deg)
    }
    to {
        -ms-transform: rotate(360deg)
    }
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg)
    }
    to {
        -moz-transform: rotate(360deg)
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg)
    }
}

div.topicPage {
    margin: 0 20px
}

div.topicPage div.loading {
    display: none
}

div.topicPage div.gpShopButton {
    width: 208px;
    background-color: #fd4d4f;
    border-radius: 3%;
    float: right;
    margin-right: 89px;
    margin-top: 10px;
    cursor: pointer;
    height: 57px
}

div.topicPage div.gpShopButton section {
    overflow: auto;
    padding: 15px 25px 12px
}

div.topicPage div.gpShopButton section p {
    color: #fff;
    float: left;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 700
}

div.topicPage div.gpShopButton section i {
    color: #fff;
    float: right;
    margin-left: 7px;
    font-size: 15px;
    font-weight: 500;
    margin-top: 5px
}

div.topicPage .banner img {
    width: 100%
}

div.topicPage .banner {
    position: relative
}

div.topicPage .banner .need-help-text-location {
    position: absolute;
    top: 13%;
    left: 7%;
    display: flex;
    font-size: 5vw;
    font-weight: bolder;
    color: #fff
}

@media screen and (min-width: 700px) and (max-width: 900px) {
    div.topicPage .banner .need-help-text-location {
        font-size: 4vw
    }
}

div.topicPage .banner .need-help-text-location .text .help-text {
    line-height: 25px;
    margin-left: 40px
}

div.topicPage .banner .need-help-text-location .question-mark {
    font-size: 8vw
}

div.topicPage div.startShoppingButtonBelow {
    position: relative
}

div.topicPage div.startShoppingButtonBelow div.gpShopButton {
    position: absolute;
    top: 20px;
    left: 40%;
    margin-bottom: 20px
}

@media (max-width: 700px) {
    div.topicPage div.startShoppingButtonBelow div.gpShopButton {
        left: 30%
    }
}

@media (max-width: 500px) {
    div.topicPage div.startShoppingButtonBelow div.gpShopButton {
        left: 20%
    }
}

div.topicPage.isLoading div.loading {
    margin-left: -230px;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #AAA;
    opacity: .8;
    font-size: 60px;
    position: fixed;
    padding-top: 100px;
    box-sizing: border-box;
    z-index: 1
}

div.topicPage.isLoading div.loaded {
    opacity: .1
}

div.topicPage h1 {
    font-size: 23px;
    color: #007838
}

div.topicPage div.body {
    font-size: 15px
}

div.topicPage div.body img {
    max-width: 100%
}

div.topicPage strong {
    font-weight: 700
}

div.topicPage p {
    padding: 5px 0;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 22px;
    color: #121212;
}

div.topicPage li {
    font-size: 13px;
    line-height: 22px;
    opacity: .9;
    list-style: disc;
    margin-left: 15px
}

div.topicPage ul.topicLinks {
    overflow: auto;
    background-color: #007838;
    border-radius: 0px;
}

div.topicPage ul.topicLinks li {
    padding-left: 30px;
    padding-top: 8px;
    padding-right: 30px;
    height: 35px;
    color: #ffffff;
    float: left;
    border-right: 1px solid #388e3c;
    margin-left: 0;
    list-style: none;
}

div.topicPage ul.topicLinks li i {
    margin-right: 5px
}

div.topicPage ul.topicLinks li:last-child {
    border-right: none
}

div.topicPage ul.topicLinks li a {
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none
}

div.topicPage ul.topicLinks li a:hover {
    text-decoration: underline;
    color: #ff6700;
}

div.topicPage ul.topicLinks li.hasArrow {
    padding-left: 16px
}

div.topicPage ul.topicLinks li.hasArrow i {
    display: block;
    float: left;
    margin-top: 6px;
    width: 9px;
    height: 9px;
    padding: 0;
    border-right: 2px solid #ffff;
    border-bottom: 2px solid #ffff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

@media (max-width: 700px) {
    div.topicPage {
        margin: 0
    }
}

@media (max-width: 600px) {
    div.topicPage ul li {
        padding: 5px 10px
    }
}

.sc-fullscreen .paymentWallet {
    margin-right: 0
}

div.paymentWallet {
    margin-right: 80px;
    padding: 15px
}

div.paymentWallet h1 {
    font-size: 3em;
    padding-bottom: 1px;
    font-weight: 400;
    margin: 0;
    color: #3c2d16
}

div.paymentWallet .headerContainer {
    margin: 20px;
    padding-bottom: 20px
}

div.paymentWallet .headerContainer:after {
    content: '';
    display: block;
    clear: both
}

div.paymentWallet .headerContainer .pagetitle {
    font-size: 25px;
    font-weight: 400;
    float: left
}

div.paymentWallet .headerContainer .headerRight {
    float: right
}

div.paymentWallet .headerContainer .headerRight .accountTypeSelect {
    margin-top: 20px
}

div.paymentWallet .headerContainer .headerRight .accountTypeSelect label {
    margin-right: 10px;
    line-height: 20px
}

div.paymentWallet .headerContainer .headerRight .accountTypeSelect select {
    float: right
}

div.paymentWallet h3 {
    font-size: 2.2em;
    font-weight: 400;
    margin: 10px 0;
    padding: 0;
    color: #929292
}

div.paymentWallet p {
    font-size: 30px;
    color: rgba(255, 89, 89, .87)
}

div.paymentWallet .containerCurrentBalance {
    display: flex;
    padding: 1em 2em;
    border: 1px solid #e6e6e6;
    margin-bottom: 5px;
    border-radius: 0px;
    font-size: .8em
}

div.paymentWallet .currentBalanceLabel {
    flex: 3
}

div.paymentWallet .currentBalanceLabel .currentDateDay {
    color: #c54040;
    font-size: 1.2em
}

div.paymentWallet .currentBalanceValue {
    display: flex;
    flex: 1
}

div.paymentWallet .currentBalanceValue .currentBalanceFont {
    color: #7e9c79;
    font-size: 6em;
    padding: 17px 10px 0
}

div.paymentWallet .containerMonth {
    border: 1px solid #e6e6e6;
    border-radius: 0px;
    height: 60px;
    overflow-x: auto;
    margin-bottom: 5px
}

div.paymentWallet #monthPicker {
    margin: 1px;
    width: 1100px;
    overflow-x: auto;
    overflow-y: hidden
}

div.paymentWallet #monthPicker li {
    float: left
}

div.paymentWallet #monthPicker li button {
    background-color: #fff;
    font-size: 24px;
    font-weight: 300;
    color: #323232;
    width: 80px;
    margin: 4px;
    padding: 8px 0 4px;
    border: 0
}

div.paymentWallet #monthPicker li button:focus {
    outline-width: 2px;
    outline-color: #ffe2e4
}

div.paymentWallet #monthPicker li button.active {
    border-bottom: 5px solid #007838;
    color: #007838
}

div.paymentWallet .txnDataContainer {
    position: relative
}

div.paymentWallet .txnDataContainer .loadingContainer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, .8)
}

div.paymentWallet .iconArrow {
    width: 20px;
    height: 20px;
    display: block;
    float: left;
    position: relative;
    margin: 4px;
    -webkit-transition: transform 500ms;
    transition: transform 500ms
}

div.paymentWallet .iconArrow:before {
    content: "";
    width: 10px;
    height: 2px;
    background: #646265;
    display: block;
    position: absolute;
    transform: rotate(45deg);
    top: 6px;
    left: 5px
}

div.paymentWallet .iconArrow:after {

    content: "";
    width: 10px;
    height: 2px;
    background: #646265;
    display: block;
    position: absolute;
    transform: rotate(-49deg);
    top: 12px;
    left: 5px
}

div.paymentWallet .txnGroup.active .txnHeading {
    background: #fbeecc
}

div.paymentWallet .txnGroup.active .txnContainer {
    padding: 15px 30px;
    margin-bottom: 15px;
    height: 300px;
    overflow-x: hidden;
    overflow-y: auto
}

div.paymentWallet .txnGroup.active .iconArrow {
    transform: rotate(90deg)
}

div.paymentWallet .txnGroup .txnHeading {
    cursor: pointer
}

div.paymentWallet .txnGroup .txnHeading:hover {
    background: #f3e6c5
}

div.paymentWallet .txnHeading {
    background: #fffcf5;
    border: 1px solid #f1eff0;
    border-radius: 0px;
    padding: 15px 25px;
    margin-bottom: 5px;
    height: 60px
}

div.paymentWallet .txnHeading:after {
    content: "";
    display: block;
    clear: both
}

div.paymentWallet .txnHeading .title {
    font-size: 18px;
    line-height: 32px;
    float: left;
    text-transform: uppercase;
    color: #6b6b6d
}

div.paymentWallet .txnHeading .balance {
    float: right;
    font-size: 25px
}

div.paymentWallet .txnHeading .balance.positive {
    color: #6f977c
}

div.paymentWallet .txnHeading .balance.negative {
    color: #bc4f24
}

div.paymentWallet .txnContainer {
    height: 0;
    overflow: hidden;
    -moz-transition: height 500ms ease;
    -webkit-transition: height 500ms ease;
    -o-transition: height 500ms ease;
    transition: height 500ms ease
}

div.paymentWallet .txnContainer table {
    width: 100%
}

div.paymentWallet .txnContainer table td {
    padding: 10px;
    font-size: 18px;
    border-bottom: 1px solid #f5f6f8
}

div.paymentWallet .txnContainer table td.txnDate {
    font-weight: 300
}

div.paymentWallet .txnContainer table td.txnMemo {
    font-size: 14px;
    color: #9a9a9a
}

div.paymentWallet .txnContainer table td.txnAmount {
    text-align: right
}

div.paymentWallet .txnContainer table tr:last-child td {
    border-bottom: 0
}

div.paymentWallet .noTxn {
    text-align: center;
    padding: 100px;
    font-size: 20px;
    color: #CCC
}

@media (max-width: 900px) {
    div.paymentWallet {
        margin: 0
    }
}

@media (max-width: 500px) {
    div.paymentWallet .headerContainer .headerRight, div.paymentWallet .headerContainer .headerRight .accountTypeSelect select, div.paymentWallet .headerContainer .pagetitle {
        float: none
    }

    div.paymentWallet .containerCurrentBalance {
        font-size: .6em
    }

    div.paymentWallet .containerCurrentBalance .currentBalanceFont {
        padding: 25px 10px 0
    }

    div.paymentWallet .txnGroup.active .txnContainer {
        padding: 0;
        margin: 0
    }

    div.paymentWallet .txnGroup.active .txnContainer table td.txnDate, div.paymentWallet .txnGroup.active .txnContainer table td.txnMemo {
        font-size: 12px
    }
}

.orderCancelPrompt {
    text-align: center
}

.orderCancelPrompt h1 {
    font-size: 25px;
    color: #4f4f4f;
    letter-spacing: .8px;
    line-height: 25px;
    padding: 0;
    margin: 0
}

.orderCancelPrompt .modal-footer {
    display: flex;
    margin-top: 30px
}

.orderCancelPrompt .modal-footer button {
    flex: 1;
    height: 40px;
    font-weight: 700
}

.orderCancelPrompt .modal-footer .btnPrimary {
    padding: 8px 15px 9px;
    display: inline-block;
    outline: 0;
    border-radius: 0px;
    text-decoration: none;
    color: #fff;
    background-color: #007838;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .3);
    border: 1px solid #007838;
    font-size: 14px;
    text-transform: none
}

.orderCancelPrompt .modal-footer .btnPrimary:hover {
    background-color: #ff353d
}

.orderCancelPrompt .modal-footer .btnPrimary:active, .orderCancelPrompt .modal-footer .btnPrimary:focus {
    outline: 0
}

.orderCancelPrompt .modal-footer .btnPrimary:active {

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.orderCancelPrompt .modal-footer .btnPrimary.alert {
    background-color: #007838
}

.orderCancelPrompt .modal-footer .btnPrimary.alert:hover {
    background-color: #ff353d
}

.orderCancelPrompt .modal-footer .btnPrimary.success {
    background-color: #82a900
}

.orderCancelPrompt .modal-footer .btnPrimary.success:hover {
    background-color: #5b7600
}

.orderCancelPrompt .modal-footer .btnSecondary {
    padding: 8px 15px 9px;
    display: inline-block;
    outline: 0;
    border-radius: 0px;
    text-decoration: none;
    background-color: #fff;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .3);
    color: #007838;
    border: 1px solid #007838;
    font-size: 14px;
    text-transform: none;
    margin-right: 25px
}

.orderCancelPrompt .modal-footer .btnSecondary:hover {
    background-color: #e6e6e6
}

.orderCancelPrompt .modal-footer .btnSecondary:active, .orderCancelPrompt .modal-footer .btnSecondary:focus {
    outline: 0
}

.orderCancelPrompt .modal-footer .btnSecondary:active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.orderCancelPrompt .modal-footer .btnSecondary.alert {
    background-color: #007838
}

.orderCancelPrompt .modal-footer .btnSecondary.alert:hover {
    background-color: #ff353d
}

.orderCancelPrompt .modal-footer .btnSecondary.success {
    background-color: #82a900
}

.orderCancelPrompt .modal-footer .btnSecondary.success:hover {
    background-color: #5b7600
}

.orderCancelPrompt .ModalDialog {
    margin-top: 300px
}

@media (max-width: 991px) {
    .orderCancelPrompt .ModalDialog {
        margin: 300px auto 0 !important
    }
}

.orderCancelPrompt .ModalDialog:before {
    content: "";
    background-position: 50px;
    background-repeat: no-repeat;
    position: absolute;
    top: -187px;
    display: block;
    height: 213px;
    width: 100%;
    z-index: -1
}

.orderCancelPrompt .mui-dialog-content {
    background: #fff
}

.categoryTopBanner {
    display: flex;
    justify-content: center
}

.categoryTopBanner .fade-carousel-container {
    margin: 0
}

.categoryTopBanner .fade-carousel-container:first-child {
    border-right: 2px solid transparent
}

@media (max-width: 992px) {
    .categoryTopBanner .fade-carousel-container {
        max-width: 100%
    }
}

.chat_launcher {
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    width: 220px;
    height: 49px;
    background: #007838;
    position: fixed;
    bottom: 0;
    left: 0px;
    text-align: center;
    color: #fff;
    font-weight: 500;
    z-index: 999;
    cursor: pointer;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.chat_launcher .chatContent {
    display: inline-block
}

.chat_launcher .chatContent span {
    float: right;
    font-size: 17px;
    line-height: 50px;
}

.chat_launcher .chatContent svg {
    float: left;
    /* width: 38px; */
    /* height: 50px; */
    fill: #fff;
    margin-right: 10px;
    margin-left: -10px;
}

@media (max-width: 767px) {
    .chat_launcher .chatContent svg {
        fill: #4f4f4f !important
    }
}

.chat_launcher .chatContent .waiting svg {
    display: block;
    width: 20px !important;
    -webkit-animation: spin 2s infinite linear
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg)
    }
}

.chat_launcher:hover {
    background: #ff6700;
    height: 49px
}

.chat_launcher:active {

}

@media (max-width: 767px) {
    .chat_launcher {
        width: auto;
        height: 40px;
        background: 0 0;
        border: 0;
        display: inline-block;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        position: fixed;
        top: 63px;
        right: 50px;
        z-index: 10
    }

    .chat_launcher span span {
        display: none
    }

    .chat_launcher .chatIcon {
        display: block
    }

    .chat_launcher .waiting svg {
        display: block;
        width: 20px !important;
        margin: auto;
        -webkit-animation: spin 2s infinite linear
    }

    @-webkit-keyframes spin {
        0% {
            -webkit-transform: rotate(0deg)
        }
        100% {
            -webkit-transform: rotate(360deg)
        }
    }
    .chat_launcher:active, .chat_launcher:focus, .chat_launcher:hover {
        background: 0 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        height: inherit
    }

    .chat_launcher .chatContent svg {
        fill: #007838;
        margin-left: 0;
        margin-right: 0
    }

    .dialog-on .chat_launcher, .fullscreen-menu .chat_launcher, .hiddenOverflow .chat_launcher, .sc-fullscreen .chat_launcher {
        display: none !important
    }
}

@media (max-width: 767px) {
    .chat_launcher {
        position: fixed;
        background: #FFF;
        left: 0;
        top: initial;
        bottom: 0;
        width: 60px;
        height: 47px;
        border-radius: 0
    }

    .chat_launcher:hover {
        background: #FFF;
        height: 47px
    }

    .chat_launcher .chatContent {
        margin-top: 5px
    }

    .chat_launcher .chatContent svg {
        margin-right: 0;
        margin-left: 0
    }
}

@media screen and (max-width: 520px) {
    .shoppingCartIsExpanded .chat_launcher {
        display: none
    }

    .checkoutExperience2 .checkoutDelivery .confirmOrder .placeOrderPrice {
        height: 47px;
    }
}

.sc-fullscreen .chat-section {
    right: 355px !important
}

@media (max-width: 520px) {
    .sc-fullscreen .chat-section {
        right: 0 !important
    }
}

.chat-section {
    position: fixed;
    width: 360px;
    height: 500px;
    right: 80px;
    bottom: 0;
    z-index: 4;
    -webkit-box-shadow: 0 12px 34px 0 rgba(0, 0, 0, .175);
    -moz-box-shadow: 0 12px 34px 0 rgba(0, 0, 0, .175);
    box-shadow: 0 12px 34px 0 rgba(0, 0, 0, .175)
}

@media (max-width: 766px) and (min-width: 520px) {
    .chat-section {
        bottom: 48px
    }
}

@media (max-width: 520px) {
    .chat-section {
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        width: auto !important;
        height: auto !important;
        z-index: 5 !important;
        -webkit-border-radius: 0 !important;
        -moz-border-radius: 0 !important;
        border-radius: 0 !important
    }
}

.chat-section .chatWindowCloseBtn {
    padding: 10px !important;
    position: absolute !important;
    right: 12px !important;
    top: 10px !important;
    transition: transform .2s ease-in-out;
    z-index: 99;
    width: 44px;
    height: 44px;
    display: block;
    background: #e76060;
    border: none
}

.chat-section .chatWindowCloseBtn:hover {
    cursor: pointer;
    transform: scale(1.1);
    background: #007838
}

.chat-section iframe {
    width: 100%;
    height: 100%;
    border: none
}

.coupon .addButtonWrapper {
    margin-left: 0 !important;
    width: 100% !important
}

.coupon .addButtonWrapper .buyText {
    vertical-align: middle
}

@media (max-width: 480px) {
    .coupon .addButtonWrapper .buyText {
        font-size: 10px !important
    }
}

.fade-carousel-container {
    display: inline-block;
    position: relative;
    margin: 0 auto;
    max-width: 700px;
    overflow: hidden
}

.fade-carousel-container img {
    position: relative;
    max-height: 215px;

    z-index: 1;
    opacity: 1
}

.fade-carousel-container img.lastItem {
    position: absolute;
    z-index: 0;
    left: 0
}

.fade-carousel-container img.animating {
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -ms-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
    opacity: 0
}

#footer {
    margin: auto;
    padding: 30px 15px;
    font-size: 16px;
    background-color: #f7f7f7
}

#footer .footerTop {
    /* margin: auto auto 60px; */
    /* max-width: 1170px; */
}

#footer .footerBottom {
    /* margin: auto; */
    /* max-width: 1170px; */
    /* display: flex; */
    /* flex-wrap: wrap; */
}

#footer .footerBottom .footerNav {
    width: 50%;
    display: flex;
    flex-wrap: wrap
}

#footer .footerBottom .footerNav > li {
    width: 33.3%;
    margin-bottom: 30px
}

#footer .footerBottom .footerNav > li > a {
    text-decoration: none;
    padding-bottom: 15px;
    position: relative
}

#footer .footerBottom .footerNav > li > a:after {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #007bc4;
    height: 0;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out
}

#footer .footerBottom .footerNav > li > a:hover:after {
    height: 4px
}

#footer .footerBottom .footerSocial {
    width: 50%;
    display: flex;
    flex-wrap: wrap
}

#footer .footerBottom .footerSocial > li {
    width: 33.3%;
    font-size: 2.5em
}

#footer .footerBottom .footerSocial > li > a {
    display: block;
    margin: 7.5%;
    padding: 7.5%;
    text-align: center;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out
}

#footer .footerBottom .footerSocial > li > a:hover {
    color: #007838
}

@media screen and (max-width: 767px) {
    #footer {
        text-align: center
    }

    #footer .footerBottom .footerNav, #footer .footerBottom .footerSocial {
        width: 100%
    }
}

.imageCarousel {
    position: relative;
    overflow: hidden;
    /* padding-bottom: 42%; */
    height: 100%;
    width: 100%;
}

.imageCarousel .banner-carousel-container {
    position: absolute;
    height: 100%;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out
}

.imageCarousel .banner-carousel-container .slide {
    display: inline-block;
    height: 100%;
    background-color: transparent;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat
}

.carousel-wrapper {
    max-width: 700px;
    margin: 0 auto;
    overflow: hidden
}

.carousel-wrapper .carousel {
    position: relative;
    max-width: 700px;
    padding: 0;
    overflow: visible
}

.carousel-wrapper .carousel .banner-carousel-container {
    position: relative
}

.carousel-controls-wrapper {
    bottom: 15px;
    position: absolute;
    height: 20px;
    width: 100%;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 0 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.carousel-controls-wrapper .carousel-controls {
    z-index: 1;
    list-style: none;
    padding: 0;
    margin: 0
}

.carousel-controls-wrapper .carousel-controls li {
    position: relative;
    display: inline-block;
    padding: 0;
    width: 10px;
    height: 10px;
    background-color: #ddd;
    margin: 5px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    cursor: pointer
}

.carousel-controls-wrapper .carousel-controls li.active {
    background-color: #ee4054
}

.inputContainer {
    position: relative;
    margin-top: 30px;
    margin-bottom: 10px;
    text-align: left
}

.inputContainer input, .inputContainer textarea {
    background-color: transparent;
    font-size: 16px !important;
    border: 0;
    outline: 0;
    border-bottom: 1px solid #d3d3d3;
    padding: 0 0 14px;
    box-sizing: border-box;
    display: block;
    width: 95%
}

.inputContainer input:-webkit-autofill, .inputContainer textarea:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset !important
}

.inputContainer input.has-value ~ .input-placeholder, .inputContainer input:focus ~ .input-placeholder, .inputContainer textarea.has-value ~ .input-placeholder, .inputContainer textarea:focus ~ .input-placeholder {
    color: #c95200;
    font-size: 20px !important;
    font-weight: 300;
    top: -32px;
    -webkit-transition: all 450ms cubic-bezier(0.23, 1, .32, 1) 0ms;
    -moz-transition: all 450ms cubic-bezier(0.23, 1, .32, 1) 0ms;
    -o-transition: all 450ms cubic-bezier(0.23, 1, .32, 1) 0ms;
    transition: all 450ms cubic-bezier(0.23, 1, .32, 1) 0ms
}

.inputContainer input:focus:not(.has-value) ~ .input-description, .inputContainer textarea:focus:not(.has-value) ~ .input-description {
    display: block
}

.inputContainer input:focus, .inputContainer textarea:focus {
    border-color: #007838
}

.inputContainer input:not(:focus):valid + .input-placeholder, .inputContainer textarea:not(:focus):valid + .input-placeholder {
    color: gray

}

.inputContainer textarea + .input-placeholder + .input-error + .input-description {
    position: relative;
    top: 8px
}

.inputContainer .input-placeholder {
    font-size: 16px;
    color: gray;
    position: absolute;
    top: -4px;
    -webkit-transition: all 450ms cubic-bezier(0.23, 1, .32, 1) 0ms;
    -moz-transition: all 450ms cubic-bezier(0.23, 1, .32, 1) 0ms;
    -o-transition: all 450ms cubic-bezier(0.23, 1, .32, 1) 0ms;
    transition: all 450ms cubic-bezier(0.23, 1, .32, 1) 0ms
}

.inputContainer .input-description {
    display: none;
    color: #c95200;
    position: absolute;
    top: 36px;
    font-size: .8em
}

.inputContainer.has-error .input-placeholder {
    color: red
}

.inputContainer.has-error .input-error {
    display: block
}

.inputContainer .input-error {
    display: none;
    color: red;
    position: absolute;
    top: 36px;
    font-size: .8em
}

.hamBergerMenuIcon {
    display: none;
    cursor: pointer;
    position: fixed;
    left: 5px;
    top: 65px
}

@media (max-width: 767px) {
    .hamBergerMenuIcon {
        display: inline-block;
        top: 10px
    }
}

.bar1, .bar2, .bar3 {
    width: 25px;
    height: 2px;
    background-color: #fff !important;
    margin: 7px 8px;
    transition: .4s
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-5px);
    transform: rotate(-45deg) translate(-9px, 4px);
    width: 25px
}

.change .bar2 {
    left: -5px;
    opacity: 0
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-5px);
    transform: rotate(45deg) translate(-9px, -4px);
    width: 25px
}

.headerShrink .hamBergerMenuIcon {
    top: 11px
}

.hiddenOverflow {
    overflow: hidden
}

.ModalDialogContainer {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 16px;
    background-color: rgba(0, 0, 0, .4);
    overflow: auto;
    z-index: 9999999;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease
}

.ModalDialog {
    background: #fff;
    display: block;
    z-index: 9999999;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    position: relative;
    -webkit-box-shadow: 0 14px 45px rgba(0, 0, 0, .25);
    box-shadow: 0 14px 45px rgba(0, 0, 0, .25);
    margin: 50px auto;
    overflow: initial;
    width: 100%;
    max-width: 380px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
    padding: 20px
}

.ModalDialog .ModalTitle {
    width: 100%;
    margin-bottom: 20px;
    font-size: 22px
}

.ModalDialog .close {
    position: absolute;
    right: 10px;
    top: 10px;
    border: 0;
    background: 0 0;
    -webkit-border-radius: 25px;

    border-radius: 25px;
    width: 40px;
    height: 40px;
    padding: 10px;
    z-index: 999
}

.ModalDialog .close:hover:after, .ModalDialog .close:hover:before {
    border-color: #ee4054
}

.ModalDialog .close:after, .ModalDialog .close:before {
    position: absolute;
    content: "";
    width: 25px;
    margin: -1px -12px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: 2px solid #444
}

.ModalDialog .close:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.ModalDialog .ModalDialogContent {
    width: 100%;
    overflow: hidden
}

@media screen and (max-width: 768px) {
    .ModalDialogContainer {
        padding: 0
    }

    .ModalDialogContainer .ModalDialog {
        margin: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        max-width: 100%;
        margin-top: 35%;
    }
}

#footer {
    margin: auto;
    padding: 0 0 35px !important;
    height: 100%;
    font-size: 16px;
    background-color: #f7f7f7;
    color: #606060;
}

#footer:after {
    content: "";
    display: block;
    clear: both
}

#footer .footer-banner {
    margin-bottom: 0 !important;
    width: 100%;
    color: #606060;
    background: #f2f2f2
}

#footer .footer-banner .banner {
    width: 100%;
    float: left;
    padding: 5px 20px
}

@media (max-width: 845px) {
    #footer .footer-banner .banner {
        height: initial;
        width: 100%
    }
}

#footer .footer-banner .banner .left-area {
    width: 55%;
    float: left
}

@media (max-width: 845px) {
    #footer .footer-banner .banner .left-area {
        width: 100%;
        text-align: center
    }
}

#footer .footer-banner .banner .left-area ul {
    list-style-type: none
}

#footer .footer-banner .banner .left-area ul li {
    margin-right: 10px;
    display: inline
}

@media (max-width: 767px) {
    #footer .footer-banner .banner .left-area ul li {
        display: block
    }
}

#footer .footer-banner .banner .left-area ul li .icon img {
    vertical-align: middle;
    width: 40px;
    height: 40px
}

#footer .footer-banner .banner .left-area ul li .text {
    font-size: 15px
}

#footer .footer-banner .banner .right-area {
    float: right
}

@media (max-width: 845px) {
    #footer .footer-banner .banner .right-area {
        width: 100%;
        text-align: center
    }
}

#footer .footer-banner .banner .right-area ul {
    list-style-type: none
}

#footer .footer-banner .banner .right-area ul li {
    display: inline
}

#footer .footer-banner .banner .right-area ul li.text {
    font-size: 15px;
    margin-right: 5px
}

#footer .footer-banner .banner .right-area ul li.icon img {
    width: 40px;
    height: 40px;
    vertical-align: middle
}

#footer .footer-banner .banner .right-area ul li.icon.bkash img, #footer .footer-banner .banner .right-area ul li.icon.cod img {
    width: 38px;
    height: 35px
}

#footer .footer-left {
    width: 70%;
    float: left;
    border-right: 1px solid #ececec;
    padding-left: 20px;
    padding-right: 10px;
}

@media (max-width: 980px) {
    #footer .footer-left {
        width: 100%;
        border-right: none;
        float: none
    }
}

#footer .footer-left .footerTop {
    /* margin: auto auto 60px; */
    /* max-width: 1170px */
    width: 65%;
    float: left;
    /* border-left: 1px solid #f3f3f3; */
    padding-left: 10px;
    padding-right: 20px;
}

#footer .footer-left .footerCenter {
    margin: auto auto 26px;
    max-width: 1170px;
    display: flex;
    flex-wrap: wrap
}

#footer .footer-left .footerCenter .iconType {
    width: 48%;
    text-align: center
}

@media (max-width: 767px) {
    #footer .footer-left .footerCenter .iconType {
        width: 49%
    }
}

#footer .footer-left .footerCenter .iconType .icon {
    width: 60px;
    margin: auto
}

#footer .footer-left .footerCenter .iconType .icon img {
    width: 100%
}

#footer .footer-left .footerCenter .iconType .text {
    color: #b4b4b4
}

#footer .footer-left .footerBottom {
    /* margin: auto; */
    /* max-width: 1170px; */
    /* display: flex; */
    /* flex-wrap: wrap; */
    width: 35%;
    float: right;
    border-left: 1px solid #f3f3f3;
    padding-left: 20px;
    padding-right: 20px;
}

#footer .footer-left .footerBottom .list-type {
    /* width: 33% */
}

@media (max-width: 767px) {
    #footer .footer-left .footerBottom .list-type {
        width: 100%;
        margin-bottom: 30px
    }
}

#footer .footer-left .footerBottom .list-type p {
    width: 100%;
    font-weight: 600;
    /* border-bottom: 1px solid #ededed; */
    font-size: 16px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    #footer .footer-left .footerBottom .list-type p {
        width: 100%
    }
}

#footer .footer-left .footerBottom .list-type ul {
    list-style: none
}

#footer .footer-left .footerBottom .list-type ul li {
    padding-bottom: 5px;
    float: initial !important;
    text-align: left
}

@media (max-width: 767px) {
    #footer .footer-left .footerBottom .list-type ul li {
        text-align: center
    }
}

#footer .footer-left .footerBottom .list-type ul li a {
    text-decoration: none
}

#footer .footer-left .footerBottom .footerNav {
    width: 50%;
    display: flex;
    flex-wrap: wrap
}

#footer .footer-left .footerBottom .footerNav > li {
    width: 33.3%;
    margin-bottom: 30px
}

#footer .footer-left .footerBottom .footerNav > li > a {
    text-decoration: none;
    padding-bottom: 15px;
    position: relative
}

#footer .footer-left .footerBottom .footerNav > li > a:after {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #007bc4;
    height: 0;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out
}

#footer .footer-left .footerBottom .footerNav > li > a:hover:after {
    height: 4px
}

#footer .footer-left .footerBottom .footerSocial {
    width: 50%;
    display: flex;
    flex-wrap: wrap
}

#footer .footer-left .footerBottom .footerSocial > li {
    width: 33.3%;
    font-size: 2.5em
}

#footer .footer-left .footerBottom .footerSocial > li > a {
    display: block;
    margin: 7.5%;
    padding: 7.5%;
    text-align: center;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out
}

#footer .footer-left .footerBottom .footerSocial > li > a:hover {
    color: #007838
}

@media screen and (max-width: 767px) {
    #footer .footer-left {
        text-align: center
    }

    #footer .footer-left .footerBottom .footerNav, #footer .footer-left .footerBottom .footerSocial {
        width: 100%
    }

    #footer .footer-left .footerTop {

        width: 100%;
        float: left;

        padding-left: 10px;
        padding-right: 20px;
        margin-bottom: 30px;
    }

    #footer .footer-left .footerBottom {

        width: 100%;
        border-left: 0px solid #f3f3f3;
        padding-left: 20px;
        padding-right: 20px;
    }

    #footer .footer-left .footerBottom .list-type p {
        margin-bottom: 10px;
    }

}

#footer .footer-right {
    width: 30%;
    float: right;
    border-left: 1px solid #f3f3f3;
    padding-left: 10px;
    padding-right: 20px
}

@media (max-width: 980px) {
    #footer .footer-right {
        width: 100%;
        border-left: none;
        float: none
    }
}

#footer .footer-right .app-download-section {
    margin-top: 20px
}

#footer .footer-right .app-download-section:after {
    content: "";
    display: block;
    clear: both
}

#footer .footer-right .app-download-section .wrap {
    float: right;
    max-width: 360px
}

@media (max-width: 980px) {
    #footer .footer-right .app-download-section .wrap {
        float: none;
        margin: auto
    }
}

#footer .footer-right .app-download-section .wrap .google_play_store {
    float: left;
    width: 45%
}

#footer .footer-right .app-download-section .wrap .google_play_store img {
    width: 100%
}

#footer .footer-right .app-download-section .wrap .app_store {
    float: right;
    width: 45%
}

#footer .footer-right .app-download-section .wrap .app_store img {
    width: 100%
}

#footer .footer-right .contact-section {
    margin-bottom: 20px
}

#footer .footer-right .contact-section .phone-number:after, #footer .footer-right .contact-section:after {
    content: "";
    display: block;
    clear: both
}

#footer .footer-right .contact-section .phone-number .wrap {
    margin-top: 20px;
    float: right
}

@media (max-width: 980px) {
    #footer .footer-right .contact-section .phone-number .wrap {
        float: none;
        text-align: center
    }
}

#footer .footer-right .contact-section .phone-number .wrap .number {
    font-size: 25px;
    font-weight: 500;
    margin-left: 13px
}

#footer .footer-right .contact-section .email-address {
    float: right;
    font-size: 16px
}

@media (max-width: 980px) {
    #footer .footer-right .contact-section .email-address {
        float: none;
        text-align: center
    }
}

#footer .footer-right .contact-section .email-address .pre-text {
    font-weight: 100;
    margin-right: 5px
}

#footer .footer-right .contact-section .email-address .email {
    font-weight: 700
}

.social-section {
    /* margin-bottom: 20px; */
    width: 50%;
    float: right;
}

.social-section:after {
    content: "";
    display: block;
    clear: both
}

.social-section ul {
    list-style: none;
    float: right
}

@media (max-width: 980px) {
    .social-section ul {
        float: none;
        text-align: center
    }
}

.social-section ul li {
    display: inline;
    float: initial
}

.social-section ul li a {
    text-decoration: none
}

.social-section ul li a img {
    width: 40px;
    height: 40px
}

.notificationWell {
    background-color: rgba(253, 214, 112, .3);
    border-radius: 0px;
    padding: 10px;
    color: rgba(0, 0, 0, .7);
    position: relative;
    margin: 10px 0;
    font-size: 14px;
    display: inline-block
}

.notificationWell.error {
    background-color: rgba(255, 104, 110, .1)
}

.notificationWell.error:before {
    content: '\f071';
    color: #007838;
    font-size: 18px;
    left: 10px;
    top: calc(50% - 9px)
}

.notificationWell.success {
    background-color: #eefeee
}

.notificationWell.success:before {
    content: '\f00c';
    color: #0a5;
    left: 10px;
    font-size: 20px;
    top: calc(50% - 10px)
}

.offer-item {
    padding: 15px 0 15px 15px;
    height: 330px;
    border: 1px solid #8b8484;
    border-radius: 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    max-width: 600px;
    margin: 0 auto;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out
}

.offer-item h2 {
    display: none
}

.offer-item > img {
    max-height: 100%;
    max-width: calc(100% - 175px);
    width: auto;
    height: auto;
    margin-right: 15px
}

.offer-item .product {
    float: none;
    display: inline-block;
    margin-bottom: 0;
    width: 150px;
    height: 300px
}

.offer-item .product .imageWrapper {
    width: 150px;
    height: 250px
}

.offer-item .product .imageWrapper .imageWrapperWrapper {
    width: 150px;
    height: 138px
}

.offer-item .product .imageWrapper .imageWrapperWrapper img {
    max-width: 145px;
    max-height: 145px
}

.offer-item.selected:after {
    background-color: #007838
}

@media screen and (max-width: 1300px) {
    .offer-item {
        width: 95%
    }
}

@media screen and (max-width: 924px) {
    .offer-item {
        height: auto;
        padding: 15px;
        width: 300px
    }

    .offer-item > img {
        max-width: 100%;
        margin: 0
    }

    .offer-item > .product {
        width: 100%;
        height: auto;
        margin: 0
    }

    .offer-item > .product .imageWrapper {
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        align-items: center;
        position: relative;
        min-height: 145px;
        padding-left: 155px
    }

    .offer-item > .product .imageWrapper .imageWrapperWrapper {
        position: absolute;
        left: 0;
        top: 0
    }

    .offer-item > .product .imageWrapper .discountedPriceSection, .offer-item > .product .imageWrapper .name, .offer-item > .product .imageWrapper .subText {
        width: 100%;
        height: auto;
        text-align: left;
        justify-content: flex-start
    }

    .offer-item > .product .imageWrapper .overlay.text {
        padding: 10px
    }

    .offer-item > .product .imageWrapper .overlay.text .actionItems .total {
        margin-bottom: 0 !important;
        height: initial !important

    }

    .offer-item > .product .imageWrapper .overlay.text .actionItems div {
        margin-top: 0
    }

    .offer-item > .product .imageWrapper .overlay.text .addText {
        margin: auto
    }

    .offer-item > .product .addButtonWrapper .buyText {
        float: none;
        text-align: center;
        margin-left: 40px
    }
}

@media screen and (max-width: 700px) {
    .offer-item {

        width: 100%
    }

    .offer-item:after {
        display: none
    }

    .offer-item.selected, .offer-item:hover {
        color: #fff;
        opacity: 1
    }

    .offer-item:first-of-type {
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px
    }

    .offer-item:last-of-type {
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px
    }
}

@media screen and (max-width: 700px) {
    .offer-item > .product {
        margin: 0
    }

    .offer-item > .product .imageWrapper .imageWrapperWrapper {
        width: 145px;
        height: auto
    }
}

.flag {
    width: 32px;
    height: 32px;
}

.flag.flag-ad {
    background-position: -32px 0
}

.flag.flag-ae {
    background-position: -64px 0
}

.flag.flag-af {
    background-position: -96px 0
}

.flag.flag-ag {
    background-position: -128px 0
}

.flag.flag-ai {
    background-position: -160px 0
}

.flag.flag-al {
    background-position: -192px 0
}

.flag.flag-am {
    background-position: -224px 0
}

.flag.flag-an {
    background-position: -256px 0
}

.flag.flag-ao {
    background-position: -288px 0
}

.flag.flag-ar {
    background-position: -320px 0
}

.flag.flag-as {
    background-position: -352px 0
}

.flag.flag-at {
    background-position: -384px 0
}

.flag.flag-au {
    background-position: -416px 0
}

.flag.flag-aw {
    background-position: -448px 0
}

.flag.flag-az {
    background-position: 0 -32px
}

.flag.flag-ba {
    background-position: -32px -32px
}

.flag.flag-bb {
    background-position: -64px -32px
}

.flag.flag-bd {
    background-position: -96px -32px
}

.flag.flag-be {
    background-position: -128px -32px
}

.flag.flag-bf {
    background-position: -160px -32px
}

.flag.flag-bg {
    background-position: -192px -32px
}

.flag.flag-bh {
    background-position: -224px -32px
}

.flag.flag-bi {
    background-position: -256px -32px
}

.flag.flag-bj {
    background-position: -288px -32px
}

.flag.flag-bm {
    background-position: -320px -32px
}

.flag.flag-bn {
    background-position: -352px -32px
}

.flag.flag-bo {
    background-position: -384px -32px
}

.flag.flag-br {
    background-position: -416px -32px
}

.flag.flag-bs {
    background-position: -448px -32px
}

.flag.flag-bt {
    background-position: 0 -64px
}

.flag.flag-bw {
    background-position: -32px -64px
}

.flag.flag-by {
    background-position: -64px -64px
}

.flag.flag-bz {
    background-position: -96px -64px
}

.flag.flag-ca {
    background-position: -128px -64px
}

.flag.flag-cd {
    background-position: -160px -64px
}

.flag.flag-cf {
    background-position: -192px -64px
}

.flag.flag-cg {
    background-position: -224px -64px
}

.flag.flag-ch {
    background-position: -256px -64px
}

.flag.flag-ci {
    background-position: -288px -64px
}

.flag.flag-ck {
    background-position: -320px -64px
}

.flag.flag-cl {
    background-position: -352px -64px
}

.flag.flag-cm {
    background-position: -384px -64px
}

.flag.flag-cn {
    background-position: -416px -64px
}

.flag.flag-co {
    background-position: -448px -64px
}

.flag.flag-cr {
    background-position: 0 -96px
}

.flag.flag-cu {
    background-position: -32px -96px
}

.flag.flag-cv {
    background-position: -64px -96px
}

.flag.flag-cy {
    background-position: -96px -96px
}

.flag.flag-cz {
    background-position: -128px -96px
}

.flag.flag-de {
    background-position: -160px -96px
}

.flag.flag-dj {
    background-position: -192px -96px
}

.flag.flag-dk {
    background-position: -224px -96px
}

.flag.flag-dm {
    background-position: -256px -96px
}

.flag.flag-do {
    background-position: -288px -96px
}

.flag.flag-dz {
    background-position: -320px -96px
}

.flag.flag-ec {
    background-position: -352px -96px
}

.flag.flag-ee {
    background-position: -384px -96px
}

.flag.flag-eg {
    background-position: -416px -96px
}

.flag.flag-eh {
    background-position: -448px -96px
}

.flag.flag-er {
    background-position: 0 -128px
}

.flag.flag-es {
    background-position: -32px -128px
}

.flag.flag-et {
    background-position: -64px -128px
}

.flag.flag-fi {
    background-position: -96px -128px
}

.flag.flag-fj {
    background-position: -128px -128px
}

.flag.flag-fm {
    background-position: -160px -128px
}

.flag.flag-fo {
    background-position: -192px -128px
}

.flag.flag-fr {
    background-position: -224px -128px
}

.flag.flag-ga {
    background-position: -256px -128px
}

.flag.flag-gb {
    background-position: -288px -128px
}

.flag.flag-gd {
    background-position: -320px -128px
}

.flag.flag-ge {
    background-position: -352px -128px
}

.flag.flag-gg {
    background-position: -384px -128px
}

.flag.flag-gh {
    background-position: -416px -128px
}

.flag.flag-gi {
    background-position: -448px -128px
}

.flag.flag-gl {
    background-position: 0 -160px
}

.flag.flag-gm {

    background-position: -32px -160px
}

.flag.flag-gn {
    background-position: -64px -160px
}

.flag.flag-gp {
    background-position: -96px -160px
}

.flag.flag-gq {
    background-position: -128px -160px
}

.flag.flag-gr {
    background-position: -160px -160px
}

.flag.flag-gt {
    background-position: -192px -160px
}

.flag.flag-gu {
    background-position: -224px -160px
}

.flag.flag-gw {
    background-position: -256px -160px
}

.flag.flag-gy {
    background-position: -288px -160px
}

.flag.flag-hk {
    background-position: -320px -160px
}

.flag.flag-hn {
    background-position: -352px -160px
}

.flag.flag-hr {
    background-position: -384px -160px
}

.flag.flag-ht {
    background-position: -416px -160px
}

.flag.flag-hu {
    background-position: -448px -160px
}

.flag.flag-id {
    background-position: 0 -192px
}

.flag.flag-ie {
    background-position: -32px -192px
}

.flag.flag-il {
    background-position: -64px -192px
}

.flag.flag-im {
    background-position: -96px -192px
}

.flag.flag-in {
    background-position: -128px -192px
}

.flag.flag-iq {
    background-position: -160px -192px
}

.flag.flag-ir {
    background-position: -192px -192px
}

.flag.flag-is {
    background-position: -224px -192px
}

.flag.flag-it {
    background-position: -256px -192px
}

.flag.flag-je {
    background-position: -288px -192px
}

.flag.flag-jm {
    background-position: -320px -192px
}

.flag.flag-jo {
    background-position: -352px -192px
}

.flag.flag-jp {
    background-position: -384px -192px
}

.flag.flag-ke {
    background-position: -416px -192px
}

.flag.flag-kg {
    background-position: -448px -192px
}

.flag.flag-kh {
    background-position: 0 -224px
}

.flag.flag-ki {
    background-position: -32px -224px
}

.flag.flag-km {
    background-position: -64px -224px
}

.flag.flag-kn {
    background-position: -96px -224px
}

.flag.flag-kp {
    background-position: -128px -224px
}

.flag.flag-kr {
    background-position: -160px -224px
}

.flag.flag-kw {
    background-position: -192px -224px
}

.flag.flag-ky {
    background-position: -224px -224px
}

.flag.flag-kz {
    background-position: -256px -224px
}

.flag.flag-la {
    background-position: -288px -224px
}

.flag.flag-lb {
    background-position: -320px -224px
}

.flag.flag-lc {
    background-position: -352px -224px
}

.flag.flag-li {
    background-position: -384px -224px
}

.flag.flag-lk {
    background-position: -416px -224px
}

.flag.flag-lr {
    background-position: -448px -224px
}

.flag.flag-ls {
    background-position: 0 -256px
}

.flag.flag-lt {
    background-position: -32px -256px
}

.flag.flag-lu {
    background-position: -64px -256px
}

.flag.flag-lv {
    background-position: -96px -256px
}

.flag.flag-ly {
    background-position: -128px -256px
}

.flag.flag-ma {
    background-position: -160px -256px
}

.flag.flag-mc {
    background-position: -192px -256px
}

.flag.flag-md {
    background-position: -224px -256px
}

.flag.flag-me {
    background-position: -256px -256px

}

.flag.flag-mg {
    background-position: -288px -256px
}

.flag.flag-mh {
    background-position: -320px -256px
}

.flag.flag-mk {
    background-position: -352px -256px
}

.flag.flag-ml {
    background-position: -384px -256px

}

.flag.flag-mm {
    background-position: -416px -256px
}

.flag.flag-mn {
    background-position: -448px -256px
}

.flag.flag-mo {
    background-position: 0 -288px
}

.flag.flag-mq {
    background-position: -32px -288px
}

.flag.flag-mr {
    background-position: -64px -288px
}

.flag.flag-ms {
    background-position: -96px -288px
}

.flag.flag-mt {
    background-position: -128px -288px
}

.flag.flag-mu {
    background-position: -160px -288px
}

.flag.flag-mv {
    background-position: -192px -288px
}

.flag.flag-mw {
    background-position: -224px -288px
}

.flag.flag-mx {
    background-position: -256px -288px
}

.flag.flag-my {
    background-position: -288px -288px
}

.flag.flag-mz {
    background-position: -320px -288px
}

.flag.flag-na {
    background-position: -352px -288px
}

.flag.flag-nc {
    background-position: -384px -288px
}

.flag.flag-ne {
    background-position: -416px -288px
}

.flag.flag-ng {
    background-position: -448px -288px
}

.flag.flag-ni {
    background-position: 0 -320px
}

.flag.flag-nl {
    background-position: -32px -320px
}

.flag.flag-no {
    background-position: -64px -320px
}

.flag.flag-np {
    background-position: -96px -320px
}

.flag.flag-nr {
    background-position: -128px -320px
}

.flag.flag-nz {
    background-position: -160px -320px
}

.flag.flag-om {
    background-position: -192px -320px
}

.flag.flag-pa {
    background-position: -224px -320px
}

.flag.flag-pe {
    background-position: -256px -320px
}

.flag.flag-pf {
    background-position: -288px -320px
}

.flag.flag-pg {
    background-position: -320px -320px
}

.flag.flag-ph {
    background-position: -352px -320px
}

.flag.flag-pk {
    background-position: -384px -320px
}

.flag.flag-pl {
    background-position: -416px -320px
}

.flag.flag-pr {
    background-position: -448px -320px
}

.flag.flag-ps {
    background-position: 0 -352px
}

.flag.flag-pt {
    background-position: -32px -352px
}

.flag.flag-pw {
    background-position: -64px -352px
}

.flag.flag-py {
    background-position: -96px -352px
}

.flag.flag-qa {
    background-position: -128px -352px
}

.flag.flag-re {
    background-position: -160px -352px
}

.flag.flag-ro {
    background-position: -192px -352px
}

.flag.flag-rs {
    background-position: -224px -352px
}

.flag.flag-ru {
    background-position: -256px -352px
}

.flag.flag-rw {
    background-position: -288px -352px
}

.flag.flag-sa {
    background-position: -320px -352px
}

.flag.flag-sb {
    background-position: -352px -352px
}

.flag.flag-sc {
    background-position: -384px -352px
}

.flag.flag-sd {
    background-position: -416px -352px
}

.flag.flag-se {
    background-position: -448px -352px
}

.flag.flag-sg {
    background-position: 0 -384px
}

.flag.flag-si {
    background-position: -32px -384px
}

.flag.flag-sk {
    background-position: -64px -384px
}

.flag.flag-sl {
    background-position: -96px -384px
}

.flag.flag-sm {
    background-position: -128px -384px
}

.flag.flag-sn {
    background-position: -160px -384px
}

.flag.flag-so {
    background-position: -192px -384px
}

.flag.flag-sr {
    background-position: -224px -384px
}

.flag.flag-st {
    background-position: -256px -384px
}

.flag.flag-sv {
    background-position: -288px -384px
}

.flag.flag-sy {
    background-position: -320px -384px
}

.flag.flag-sz {
    background-position: -352px -384px

}

.flag.flag-tc {
    background-position: -384px -384px
}

.flag.flag-td {
    background-position: -416px -384px
}

.flag.flag-tg {
    background-position: -448px -384px
}

.flag.flag-th {
    background-position: 0 -416px
}

.flag.flag-tj {
    background-position: -32px -416px
}

.flag.flag-tl {
    background-position: -64px -416px
}

.flag.flag-tm {
    background-position: -96px -416px
}

.flag.flag-tn {
    background-position: -128px -416px
}

.flag.flag-to {
    background-position: -160px -416px
}

.flag.flag-tr {
    background-position: -192px -416px
}

.flag.flag-tt {
    background-position: -224px -416px
}

.flag.flag-tv {
    background-position: -256px -416px
}

.flag.flag-tw {
    background-position: -288px -416px
}

.flag.flag-tz {
    background-position: -320px -416px
}

.flag.flag-ua {
    background-position: -352px -416px
}

.flag.flag-ug {
    background-position: -384px -416px
}

.flag.flag-us {
    background-position: -416px -416px
}

.flag.flag-uy {
    background-position: -448px -416px
}

.flag.flag-uz {
    background-position: 0 -448px
}

.flag.flag-va {
    background-position: -32px -448px
}

.flag.flag-vc {
    background-position: -64px -448px
}

.flag.flag-ve {
    background-position: -96px -448px
}

.flag.flag-vg {
    background-position: -128px -448px
}

.flag.flag-vi {
    background-position: -160px -448px
}

.flag.flag-vn {
    background-position: -192px -448px
}

.flag.flag-vu {
    background-position: -224px -448px
}

.flag.flag-ws {
    background-position: -256px -448px
}

.flag.flag-ye {
    background-position: -288px -448px
}

.flag.flag-za {
    background-position: -320px -448px
}

.flag.flag-zm {
    background-position: -352px -448px
}

.flag.flag-zw {
    background-position: -384px -448px
}

div.phoneNumberLoginField {
    margin-bottom: 25px
}

div.phoneNumberLoginField div.input {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-justify-content: center
}

div.phoneNumberLoginField div.placeholder {
    text-align: center
}

div.phoneNumberLoginField.focused {
    margin-bottom: 9px
}

div.phoneNumberLoginField input {
    padding: 10px;
    margin: 0 0 0 5px;
    font-size: 18px;
    appearance: none;
    box-shadow: none;
    border: none;
    border-bottom: solid 2px #c9c9c9;
    transition: border .3s;
    width: 90%
}

div.phoneNumberLoginField input:focus {
    outline: 0;
    border-bottom: solid 2px #FF7517
}

div.phoneNumberLoginField.error input {
    border-bottom: solid 2px red
}

.priceRangeSection {
    width: 90%;
    text-align: center;
    margin: 0 auto
}

.priceRangeSection section.range-slider {
    position: relative;
    height: 35px;
    text-align: center
}

.priceRangeSection section.range-slider input {
    pointer-events: none;
    position: absolute;
    overflow: hidden;
    left: 0;
    width: 200px;
    outline: 0;
    height: 18px;
    margin: 0;
    padding: 0
}

.priceRangeSection section.range-slider input::-webkit-slider-thumb {
    pointer-events: all;
    position: relative;
    z-index: 1;
    outline: 0
}

.priceRangeSection section.range-slider input::-moz-range-thumb {
    pointer-events: all;
    position: relative;
    z-index: 10;
    -moz-appearance: none;
    width: 9px
}

.priceRangeSection section.range-slider input::-moz-range-track {
    position: relative;
    z-index: -1;
    background-color: #000;
    border: 0
}

.priceRangeSection section.range-slider input:last-of-type::-moz-range-track {
    -moz-appearance: none;
    background: none;
    border: 0
}

.priceRangeSection section.range-slider input[type=range]::-moz-focus-outer {
    border: 0
}

.priceRangeSection .rangeslider {
    display: flex
}

.priceRangeSection .rangeslider .left {
    flex: 1
}

.priceRangeSection .rangeslider .rangeSliderInput {
    position: relative;
    flex: 3
}

.priceRangeSection .rangeslider .right {
    flex: 1
}

.priceRangeSection .rangeslider .left .rangeValue, .priceRangeSection .rangeslider .right .rangeValue {
    border: 2px solid #e1e1e1;
    width: 100px;
    height: 30px;
    display: inline-block;
    line-height: 25px;
    font-size: 14px;
    font-weight: 600
}

.priceRangeSection .rangeslider.rangeslider input {
    position: absolute
}

.priceRangeSection .rangeslider input[type=range] {
    width: 100%;
    height: 30px;
    overflow: hidden;
    cursor: pointer;
    outline: 0;
    left: 0;
    right: 0
}

.priceRangeSection .rangeslider input[type=range], .priceRangeSection .rangeslider input[type=range]::-webkit-slider-runnable-track, .priceRangeSection .rangeslider input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    background: 0 0
}

.priceRangeSection .rangeslider input[type=range]::-moz-range-thumb, .priceRangeSection .rangeslider input[type=range]::-moz-range-track {
    -moz-appearance: none;
    background: 0 0
}

.priceRangeSection .rangeslider input[type=range]::-webkit-slider-runnable-track {
    height: 5px;
    background: #d9d9d9
}

.priceRangeSection .rangeslider input[type=range]::-moz-range-track {
    height: 5px;
    background: #d9d9d9
}

.priceRangeSection .rangeslider input[type=range]:nth-child(2)::-webkit-slider-runnable-track {
    background: 0 0
}

.priceRangeSection .rangeslider input[type=range]:nth-child(2)::-moz-range-track {
    background: 0 0
}

.priceRangeSection .rangeslider input[type=range]::-webkit-slider-thumb {
    position: relative;
    height: 25px;
    width: 25px;
    margin-top: -10px;
    background: #fb4848;
    border: 2px solid #FFF;
    border-radius: 25px;
    z-index: 1
}

.priceRangeSection .rangeslider input[type=range]::-moz-range-thumb {
    position: relative;
    height: 25px;
    width: 25px;
    margin-top: -10px;
    background: #fb4848;
    border: 2px solid #FFF;
    border-radius: 25px;
    z-index: 1
}

.priceRangeSection .rangeslider input[type=range]:nth-child(1)::-webkit-slider-thumb {
    z-index: 2
}

.priceRangeSection .rangeslider input[type=range]:nth-child(1)::-moz-range-thumb {
    z-index: 2
}

.noCarousel {
    width: 100%;
    overflow: hidden
}

.noCarousel ul {
    text-align: center;
    display: flex
}

.noCarousel ul li {
    display: inline-block;
    margin-right: 20px;
    flex: 1
}

.items-carousel {
    padding: 0 40px;
    position: relative;
    overflow: hidden
}

.items-carousel.carousel {
    height: auto;
    position: relative;
    width: 100%
}

.items-carousel.carousel .items-slides-container {
    position: relative;
    margin: 0 auto 40px;
    height: 100%;
    overflow: hidden
}

.items-carousel.carousel .items-slides-container .items-slides-inner-container {
    position: relative
}

.items-carousel.carousel .items-slides-container .items-slides-inner-container ul li {
    float: left;
    padding: 5px
}

.items-carousel.carousel .items-slides-container .items-slides-inner-container div.product {
    float: none;
    width: 100%;
    height: 330px
}

.items-carousel.carousel .items-slides-container .items-slides-inner-container div.product > section {
    margin-bottom: 0
}

.items-carousel.carousel .carouselNavigation {
    display: block;
    position: absolute;
    height: 90px;
    top: calc(50% - 70px);
    z-index: 1;
    width: 45px
}

.items-carousel.carousel .carouselNavigation:hover {
    cursor: pointer;
    background-color: rgba(0, 0, 0, .1)
}

.items-carousel.carousel .carouselNavigation > span {
    position: absolute;
    background-color: #007838;
    display: block;
    border-radius: 0px;
    width: 23px;
    height: 4px
}

.items-carousel.carousel.isTouch .carouselNavigation {
    display: none
}

.items-carousel.carousel .carouselLeft {
    left: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px
}

.items-carousel.carousel .carouselLeft span {
    left: 10px
}

.items-carousel.carousel .carouselLeft span:first-of-type {
    transform: rotate(-50deg) !important;
    top: calc(50% - 8px)
}

.items-carousel.carousel .carouselLeft span:last-of-type {
    transform: rotate(50deg) !important;
    top: calc(50% + 8px)
}

.items-carousel.carousel .carouselRight {
    right: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px
}

.items-carousel.carousel .carouselRight span {
    right: 10px
}

.items-carousel.carousel .carouselRight span:last-of-type {
    transform: rotate(-50deg) !important;
    top: calc(50% + 8px)
}

.items-carousel.carousel .carouselRight span:first-of-type {
    transform: rotate(50deg) !important;
    top: calc(50% - 8px)
}

@media screen and (max-width: 1170px) {
    .items-carousel.carousel .productSectionClasses {
        width: 100%
    }
}

@media screen and (max-width: 992px) {
    .items-carousel.carousel .productSectionClasses {
        width: 100%
    }
}

@media screen and (max-width: 700px) {
    .items-carousel.carousel {
        height: auto
    }

    .items-carousel.carousel .items-slides-container .items-slides-inner-container div.product {
        margin-right: 5px;
        margin-left: 5px;
        width: 147px;
        height: 340px;
        display: inline-block
    }

    .items-carousel.carousel .items-slides-container .items-slides-inner-container div.product .addButtonWrapper {
        display: block;
        margin-top: 20px
    }
}

.long_transition {
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -ms-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out
}

.pushNotificationAlert {
    background: #007838;
    padding: 20px;
    margin-top: -5px;
    position: fixed;

    z-index: 3;
    box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, .4);
    right: 0;
    width: 400px
}

.pushNotificationAlert h1, .pushNotificationAlert h2 {
    font-size: 18px;
    line-height: 30px;
    margin: 0;
    color: #fff;
    font-weight: 500;
    padding: 0
}

.pushNotificationAlert h2 {
    font-size: 18px;
    line-height: 22px;
    margin: 0 30px 14px 0
}

.pushNotificationAlert p {
    color: #fff
}

.pushNotificationAlert .mainAction {
    display: inline-block;
    border: 0;
    outline: 0;
    border-radius: 0px;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #fff;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .3);
    color: #007838;
    font-size: 13px;
    line-height: 16px;
    padding: 4px 10px;
    min-width: 70px
}

.pushNotificationAlert .mainAction:hover {
    background-color: #e6e6e6
}

.pushNotificationAlert .mainAction:active, .pushNotificationAlert .mainAction:focus {
    outline: 0
}

.pushNotificationAlert .mainAction:active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.pushNotificationAlert .mainAction.alert {
    background-color: #007838
}

.pushNotificationAlert .mainAction.alert:hover {
    background-color: #ff353d
}

.pushNotificationAlert .mainAction.success {
    background-color: #82a900
}

.pushNotificationAlert .mainAction.success:hover {
    background-color: #5b7600
}

.pushNotificationAlert .closePrompt {
    position: absolute;
    background: 0 0;
    border: 0;
    width: 25px;
    height: 25px;
    top: 50px;
    right: 10px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px
}

.pushNotificationAlert .closePrompt:hover:after, .pushNotificationAlert .closePrompt:hover:before {
    border-color: #581314
}

.pushNotificationAlert .closePrompt:after, .pushNotificationAlert .closePrompt:before {
    content: "";
    display: block;
    height: 14px;
    top: 5px;
    left: 9px;
    position: absolute;
    border-left: 2px solid #ab2627
}

.pushNotificationAlert .closePrompt:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.pushNotificationAlert .closePrompt:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

@media (max-width: 700px) {
    .pushNotificationAlert {
        width: 100%
    }
}

.sc-fullscreen .pushNotificationAlert {
    right: 300px
}

.pushNotificationModal {
    text-align: center
}

.pushNotificationModal .mui-dialog-content {
    padding-top: 50px
}

.pushNotificationModal .ModalDialog {
    margin-top: 170px
}

.pushNotificationModal .ModalDialog:before {
    content: "";
    background-repeat: no-repeat;
    position: absolute;
    top: -180px;
    display: block;
    height: 240px;
    width: 100%
}

.pushNotificationModal p {
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 22px
}

.pushNotificationModal button {
    display: inline-block;
    border: 0;
    outline: 0;
    border-radius: 0px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    background-color: #007838;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .3);
    padding: 12px 60px;
    font-size: 16px
}

.pushNotificationModal button:hover {
    background-color: #ff353d
}

.pushNotificationModal button:active, .pushNotificationModal button:focus {
    outline: 0

}

.pushNotificationModal button:active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.pushNotificationModal button.alert {
    background-color: #007838
}

.pushNotificationModal button.alert:hover {
    background-color: #ff353d
}

.pushNotificationModal button.success {
    background-color: #82a900
}

.pushNotificationModal button.success:hover {
    background-color: #5b7600
}

@media (max-width: 768px) {
    .pushNotificationModal {
        padding-top: 200px !important;
        height: auto !important
    }

    .pushNotificationModal h3 {
        background-position: -85px
    }

    .pushNotificationModal .mui-dialog-window-contents {
        position: relative !important;
        width: 95% !important
    }
}

.sc-fullscreen #shipping-cost-meter.at-page {
    display: none
}

.diaperbd #shipping-cost-meter.at-page {
    top: 70px
}

@media (max-width: 1050px) {
    .diaperbd #shipping-cost-meter.at-page {
        top: 135px
    }
}

@media (max-width: 991px) {
    .diaperbd #shipping-cost-meter.at-page {
        top: 65px
    }
}

#shipping-cost-meter {
    font-weight: 700
}

#shipping-cost-meter:hover {
    cursor: pointer
}

#shipping-cost-meter.at-page {
    position: fixed;
    background: #f2ebe5;
    color: #7c7d7f;
    width: 414px;
    z-index: 2;
    right: 0;
    top: 56px
}

#shipping-cost-meter.meter-full .costMeterSection .costMeter .progress .bar {
    background-color: #97cd6d !important;
    background-image: -moz-linear-gradient(top, #99ce6f, #97cc6e) !important;
    background-image: -ms-linear-gradient(top, #99ce6f, #97cc6e) !important;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#99ce6f, #97cc6e)) !important;
    background-image: -webkit-linear-gradient(top, #99ce6f, #97cc6e) !important;
    background-image: -o-linear-gradient(top, #99ce6f, #97cc6e) !important;
    background-image: linear-gradient(top, #99ce6f, #97cc6e) !important
}

#shipping-cost-meter .costMeterSection {
    width: 100%;
    float: left
}

#shipping-cost-meter .costMeterSection .infoText {
    text-align: center;
    color: #686868;
    margin-top: -5px;
    margin-right: 10px;
    font-size: 12px
}

#shipping-cost-meter .costMeterSection .costMeter {
    width: 100%
}

#shipping-cost-meter .costMeterSection .costMeter .shipping-container {
    width: 100%;
    float: left
}

#shipping-cost-meter .costMeterSection .costMeter .progress {
    position: relative;
    overflow: hidden;
    height: 34px;
    background-color: #7a7879;
    background-image: -moz-linear-gradient(top, #7f7d7e, #757374);
    background-image: -ms-linear-gradient(top, #7f7d7e, #757374);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#7f7d7e, #757374));
    background-image: -webkit-linear-gradient(top, #7f7d7e, #757374);
    background-image: -o-linear-gradient(top, #7f7d7e, #757374);
    background-image: linear-gradient(top, #7f7d7e, #757374);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#f9f9f9', GradientType=0);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

#shipping-cost-meter .costMeterSection .costMeter .progress .bar {
    height: 35px;
    position: absolute;
    background-color: #ff6d6e;
    background-image: -moz-linear-gradient(top, #ff5d6e, #ff7d6e);
    background-image: -ms-linear-gradient(top, #ff5d6e, #ff7d6e);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ff5d6e), to(#ff7d6e));
    background-image: -webkit-linear-gradient(top, #ff5d6e, #ff7d6e);
    background-image: -o-linear-gradient(top, #ff5d6e, #ff7d6e);
    background-image: linear-gradient(top, #ff5d6e, #ff7d6e);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#149bdf', endColorstr='#0480be', GradientType=0);
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: width .6s ease;
    -moz-transition: width .6s ease;
    -ms-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease
}

#shipping-cost-meter .costMeterSection .costMeter .meterInfoText {
    position: absolute;
    color: #fff;
    width: 100%;
    line-height: 35px
}

#shipping-cost-meter .costMeterSection .costMeter .meterInfoText .InfoTextLeft {
    float: left;
    margin-left: 5px;
    width: 80%
}

#shipping-cost-meter .costMeterSection .costMeter .meterInfoText .InfoTextLeft.banglaLang {
    font-weight: 400
}

#shipping-cost-meter .costMeterSection .costMeter .meterInfoText .InfoTextRight {
    float: right;
    margin-right: 5px
}

#shipping-cost-meter .costMeterSection .costMeter .meterInfoText .InfoTextRight .helpIcon {
    display: inline-block;
    width: 27px;
    text-align: center
}

#shipping-cost-meter .costMeterSection .costMeter .meterInfoText .InfoTextRight .helpIcon svg {
    margin-bottom: 3px
}

#shipping-cost-meter .costMeterSection .costMeter .meterInfoText .InfoTextRight .helpIcon:hover {
    cursor: pointer
}

@media (max-width: 1050px) {
    #shipping-cost-meter.at-page, #shipping-cost-meter.in-shopping-cart {
        top: 110px
    }
}

@media (max-width: 767px) {
    #shipping-cost-meter.at-page, #shipping-cost-meter.in-shopping-cart {
        top: 55px;
        width: 100%;
        right: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0
    }
}

.shippingCostMeterHelpDialog.mui-dialog {
    padding-top: 120px !important
}

@media (max-width: 320px) {
    .shippingCostMeterHelpDialog.mui-dialog {
        padding-top: 60px !important
    }
}

.shippingCostMeterHelpDialog .helpBody {
    text-align: center
}

.shippingCostMeterHelpDialog .helpBody .title {
    color: #e65f63;
    font-size: 18px;
    font-weight: 600;
    width: 85%;
    margin: 0 auto
}

.shippingCostMeterHelpDialog .helpBody .description {
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 12px;
    font-weight: 400
}

.shippingCostMeterHelpDialog .helpBody .imageExplaination .imageTitle {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #464646
}

.shippingCostMeterHelpDialog .helpBody .imageExplaination .image, .shippingCostMeterHelpDialog .helpBody .imageExplaination .image img {
    width: 100%
}

.shippingCostMeterHelpDialog .helpBody .closeBtn {
    margin-top: 15px;
    background: #ff6d6d;
    border: none;
    padding: 10px 50px;
    color: #fff;
    font-size: 14px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px
}

.star-ratings-div .star.hover svg {
    fill: rgba(255, 198, 112, .57) !important
}

.star-ratings-div .star.selected svg {
    fill: #fdd468
}

.star-ratings-div .star:hover {
    cursor: pointer
}

.star-ratings-div .star.disabled:hover {
    cursor: not-allowed
}

div.toastContainer {
    background-color: #da4f49;
    position: fixed;
    bottom: 30px;

    right: 30px;
    width: 300px;
    padding: 15px 20px;
    border-radius: 0px;
    z-index: 20;
    box-shadow: 0 0 14px -2px rgba(0, 0, 0, .75)
}

div.toastContainer:hover {
    background-color: #c72f29;
    cursor: pointer;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .75)
}

div.toastContainer div, div.toastContainer ul.toastMessage {
    color: #fff;
    font-weight: 500;
    font-size: 13px
}

.carousel {
    position: relative;
    background: #fff;
    width: 100%;
    margin: auto;
    overflow: hidden;
    -webkit-border-radius: 0px
}

.carousel .carousel-inner-container {
    width: 100%
}

.carousel .carousel-inner-container .carousel-banner-review {
    display: flex;
    align-items: center;
    position: relative
}

.carousel .carousel-inner-container .carousel-banner-review .slide {
    display: inline-block
}

.carousel .carousel-inner-container .carousel-banner-review .slide .slideContents {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.carousel .carousel-controls-wrapper {
    position: absolute;
    bottom: 15px;
    height: 20px;
    width: 100%;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 0 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

@media screen and (max-width: 992px) {
    .carousel .userRecommendation .commentsAndRating, .carousel .userRecommendation .profile {
        width: 100%
    }

    .carousel .userRecommendation .commentsAndRating .comments {
        margin-top: 15px
    }

    .carousel .userRecommendation .commentsAndRating .comments:before {
        top: 0;
        left: calc(50% - 8px);
        border-bottom: 8px solid #eee;
        border-right: 8px solid transparent;
        border-left: 8px solid transparent
    }
}

.userRecommendation {
    padding: 20px
}

.userRecommendation .profile {
    text-align: center;
    width: 200px;
    display: inline-block
}

.userRecommendation .profile .profileName {
    font-size: 18px;
    font-weight: 200;
    color: #353430;
    padding: 0 15px
}

.userRecommendation .commentsAndRating {
    display: inline-block;
    width: calc(100% - 200px);
    position: relative
}

.userRecommendation .commentsAndRating .comments {
    background-color: #eee;
    line-height: 25px;
    font-size: 16px;
    font-weight: 200;
    width: 100%;
    padding: 15px;
    margin-bottom: 30px;
    border-radius: 0px;
    text-align: left
}

.userRecommendation .commentsAndRating .comments:before {
    content: " ";
    display: block;
    position: absolute;
    left: -8px;
    top: calc(50% - 18px);
    border-right: 8px solid #eee;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent
}

.userRecommendation .commentsAndRating .rating {
    unicode-bidi: bidi-override;
    direction: rtl;
    position: absolute;
    bottom: 0;
    left: 0
}

.userRecommendation .commentsAndRating .rating > span {
    display: inline-block;
    position: relative;
    width: 1.1em;
    height: 1.1em;
    color: #ff8900
}

.userRecommendation .commentsAndRating .rating > span:before {
    content: "\2605";
    position: absolute
}

.landingPage2 {
    height: inherit;
    margin-top: -5px
}

.landingPage2 .landingBanner {
    height: 325px;
    padding-top: 100px;
    background: url(../images/landing-banner.jpg) no-repeat center/cover
}

.landingPage2 .landingBanner .floatingSearchBar {
    position: relative;
    width: 100%;
    text-align: center;
    color: #fff;
    margin-left: auto;
    margin-right: auto
}

.landingPage2 .landingBanner .floatingSearchBar .searchBarContainer {
    margin: 0 auto;
    display: table
}

.landingPage2 .landingBanner .floatingSearchBar .searchBarContainer h2 {
    color: #000;

    font-size: 40px;
    font-weight: 500;
    font-family: 'Playfair Display', serif;
}

@media screen and (max-width: 767px) {
    .landingPage2 .landingBanner .floatingSearchBar .searchBarContainer h2 {
        font-size: 30px
    }
}

@media (max-width: 767px) {
    .landingPage2 .landingBanner .floatingSearchBar .searchBarContainer h2 {
        font-size: 20px
    }
}

.landingPage2 .landingBanner .floatingSearchBar .searchBarContainer .searchFormHelp {
    color: #007bc4;
    text-align: left;
    padding: 0 15px
}

.landingPage2 .landingBanner .floatingSearchBar .searchArea {
    padding-top: 10px;
    padding-right: 10px;
    width: 800px;
    float: left;
    position: relative;
    box-sizing: content-box;
    color: #000;
    min-width: 100%
}

@media (max-width: 1199px) {
    .landingPage2 .landingBanner .floatingSearchBar .searchArea {
        width: 300px
    }
}

@media (max-width: 767px) {
    .landingPage2 .landingBanner .floatingSearchBar .searchArea {
        width: 100%;
        padding: 0;
        min-width: 0
    }
}

.landingPage2 .landingBanner .floatingSearchBar .searchArea table {

    width: 100%
}

.landingPage2 .landingBanner .floatingSearchBar .searchArea table .buttonCell {
    width: 40px
}

.landingPage2 .landingBanner .floatingSearchBar .searchArea table .buttonCell button {
    position: relative;
    top: 0
}

.landingPage2 .landingBanner .floatingSearchBar .searchArea input {
    padding: 4px 12px;
    width: 100%;
    height: 40px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 17px;
    border-radius: 6px 0 0 6px;
    border: .5px solid #c8c8c8;
    border-right: none;
    position: relative;
    top: 0
}

@media (max-width: 767px) {
    .landingPage2 .landingBanner .floatingSearchBar .searchArea input {
        font-size: 14px
    }
}

.landingPage2 .landingBanner .floatingSearchBar .searchArea input:focus {
    outline: 0
}

.landingPage2 .landingBanner .floatingSearchBar .searchArea button {
    border: .5px solid #c8c8c8;
    border-left: none;
    margin-left: 0;
    background-color: #fff;
    font-size: 25px;
    width: 100%;
    cursor: pointer;
    border-radius: 0 6px 6px 0;
    padding-top: 6px;
    padding-bottom: 4px
}

.landingPage2 .landingBanner .floatingSearchBar .searchArea button svg.search {
    width: 32px;
    fill: #7a7a7a;
    stroke: #7a7a7a;
    padding: 0 2px 2px 6px
}

.landingPage2 .landingBanner .floatingSearchBar button {
    height: 40px;
    font-weight: 700
}

.landingPage2 .landingBanner .floatingSearchBar button:active {
    position: relative;
    top: 1px
}

@media (max-width: 1050px) {
    .landingPage2 .landingBanner {
        margin-top: -15px;
        height: 300px
    }
}

@media (max-width: 767px) {
    .landingPage2 .landingBanner {
        height: 200px;
        padding-top: 50px
    }
}

@media (max-width: 767px) {
    .landingPage2 .chat_launcher {
        position: absolute;
        background: 0 0;
        left: initial;
        bottom: 5px
    }

    .landingPage2 .chat_launcher:hover {
        background: 0 0 !important
    }
}

.landingPage2 section {
    margin-bottom: 0px
}

@media (max-width: 767px) {
    .landingPage2 section {
        margin-bottom: 30px
    }
}

.landingPage2 section#themeApps {
    margin-bottom: 0
}

.landingPage2 .headerWrapperLandingPage {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10
}

.landingPage2 .headerWrapperLandingPage .headerWrapperWrapper {
    position: relative;
    background-color: #fff;
    background-size: cover
}

.landingPage2 .shoppingCartWrapperLandingPage {
    position: fixed;
    right: 0;
    z-index: 40;
    bottom: 2px
}

.landingPage2 .shoppingCartWrapperLandingPage section {
    margin-bottom: 0
}

@media screen and (max-width: 900px) {
    .landingPage2 .shoppingCartWrapperLandingPage {
        position: absolute
    }

    .landingPage2 .shoppingCartWrapperLandingPage.shoppingCartWrapperExpanded {
        top: 0 !important
    }
}

@media screen and (max-width: 767px) {
    .landingPage2 .shoppingCartWrapperLandingPage {
        position: fixed !important;
        bottom: 0 !important;
        right: 0;

        width: 60px;
        height: 47px;
        background: #fff
    }

    .landingPage2 .shoppingCartWrapperLandingPage .collapsed .header {
        padding-left: 16px;
        padding-top: 5px
    }

    .landingPage2 .shoppingCartWrapperLandingPage .collapsed .itemCount {
        margin-left: 30px !important;
        margin-bottom: 20px !important
    }
}

.landingPage2 .shoppingCartWrapperExpanded {
    top: 55px
}

.landingPage2 .shoppingCartWrapperExpanded .signupPromo {
    display: none
}

.landingPage2 .shoppingCartWrapperExpanded div.body {
    height: 550px
}

@media screen and (max-width: 1000px) {
    .landingPage2 .shoppingCartWrapperExpanded {
        height: 50%
    }
}

@media screen and (max-width: 900px) {
    .landingPage2 .shoppingCartWrapperExpanded {
        width: 100%
    }
}

.landingPage2 .mainContainer {
    max-width: 1170px;
    margin: auto;
    padding: 0 15px
}

.landingPage2 .mainContainer:first-of-type .initialLabel:first-of-type {
    padding-top: 0px
}

.landingPage2 #discount-offers-refer {
    max-width: 1180px;
    margin: 20px auto
}

.landingPage2 #discount-offers-refer:after {
    content: '';
    display: block;
    clear: both
}

.landingPage2 #discount-offers-refer .discount-offer, .landingPage2 #discount-offers-refer .referral {
    margin: 0 auto;
    max-width: 588px;
    width: 49.9%
}

@media (max-width: 767px) {
    .landingPage2 #discount-offers-refer .discount-offer, .landingPage2 #discount-offers-refer .referral {
        width: 100%
    }
}

.landingPage2 #discount-offers-refer .discount-offer img, .landingPage2 #discount-offers-refer .referral img {
    width: 100%
}

@media (min-width: 768px) {
    .landingPage2 #discount-offers-refer .discount-offer {
        float: left
    }

    .landingPage2 #discount-offers-refer .referral {
        float: right
    }
}

.landingPage2 .dualBanner {
    max-width: 1180px;
    margin: 20px auto
}

.landingPage2 .dualBanner .item1, .landingPage2 .dualBanner .item2 {
    margin: 0 auto;
    max-width: 588px;
    width: 49.9%
}

@media (max-width: 767px) {
    .landingPage2 .dualBanner .item1, .landingPage2 .dualBanner .item2 {
        width: 100%
    }
}

.landingPage2 .dualBanner .item1 img, .landingPage2 .dualBanner .item2 img {
    width: 100%;
    border-radius: 0px
}

@media (min-width: 768px) {
    .landingPage2 .dualBanner .item1 {
        float: left
    }

    .landingPage2 .dualBanner .item2 {
        float: right
    }
}

.landingPage2 .productSectionClasses {
    height: 327px;
    width: 100%;
    overflow-x: scroll
}

.landingPage2 .productSectionClasses .productPane {
    width: 10990px
}

@media screen and (max-width: 767px) {
    .landingPage2 .productSectionClasses {
        height: 297px
    }

    .landingPage2 .productSectionClasses .productPane {
        width: 10290px
    }

    .landingPage2 .productSectionClasses .productPane .product {
        width: 117px;
        margin: 15px
    }
}

.landingPage2 .mainTile {
    display: block;
    overflow: visible;
    text-align: center
}

.landingPage2 .mainTile a {
    text-decoration: none
}

.landingPage2 .mainTile p {
    font-size: 16px;
    margin-bottom: 15px;
    letter-spacing: 0;
    font-weight: 400;
    color: rgba(0, 0, 0, .87)
}

.landingPage2 #best-sellers {
    margin-top: 50px
}

.landingPage2 #best-sellers .product {
    width: 147px;
    margin: 0 5px
}

.landingPage2 #how-to-order-theme {
    /*max-width: 1000px*/
    margin: auto;
    padding: 0 15px;
    height: 100%%;
}

.landingPage2 #how-to-order-theme .how-to-slider {
    /* margin-bottom: 40px */
}

@media (max-width: 480px) {
    .landingPage2 #how-to-order-theme .how-to-slider {
        margin: 0
    }
}

@media (max-width: 767px) {
    .landingPage2 #how-to-order-theme .imageCarousel {
        /* min-height: 150px */
    }
}

@media (max-width: 480px) {
    .landingPage2 #how-to-order-theme .imageCarousel {
        min-height: 120px
    }
}

.landingPage2 #how-to-order-theme .imageCarousel .banner-carousel-container .slide {
    background-position: 50% 50% !important;
    -webkit-background-size: contain !important;
    background-size: contain !important
}

.landingPage2 #how-to-order-theme .carousel-controls-wrapper {
    position: absolute;
    width: 100px;
    right: 200px;
    bottom: 40px !important
}

@media (max-width: 767px) {
    .landingPage2 #how-to-order-theme .carousel-controls-wrapper {
        bottom: 20px !important
    }
}

@media (max-width: 480px) {
    .landingPage2 #how-to-order-theme .carousel-controls-wrapper {
        right: 55px
    }
}

@media (max-width: 900px) {
    .landingPage2 #OfferSlider .offer-item {
        width: 95% !important
    }
}

@media (min-width: 1200px) {
    .landingPage2 #OfferSlider .bestSellerContainer .carouselLeft {
        border-top-right-radius: 50%;
        border-bottom-right-radius: 50%;
        background-color: #007838
    }
}

@media (min-width: 1200px) {
    .landingPage2 #OfferSlider .bestSellerContainer .carouselLeft span {
        background: #fff
    }
}

@media (min-width: 1200px) {
    .landingPage2 #OfferSlider .bestSellerContainer .carouselRight {
        border-top-left-radius: 50%;
        border-bottom-left-radius: 50%;
        background-color: #007838
    }
}

@media (min-width: 1200px) {
    .landingPage2 #OfferSlider .bestSellerContainer .carouselRight span {
        background: #fff
    }
}

@media screen and (min-width: 700px) {
    .landingPage2 #OfferSlider .bestSellerContainer {
        height: auto;
        margin: 0 auto
    }
}

.landingPage2 #OfferSlider .bestSellerContainer .items-carousel.carousel .items-slides-container {
    max-width: 1000px
}

.landingPage2 #OfferSlider .bestSellerContainer .product {
    width: auto;
    height: auto;
    max-width: 100%
}

.landingPage2 #OfferSlider .bestSellerContainer .product .name {
    height: 60px
}

.landingPage2 #love-theme {
    max-width: 2560px;
    margin-left: auto;
    margin-right: auto
}

.landingPage2 #love-theme .mainTile .tile {
    display: inline-block;
    width: calc(100% / 3);
    position: relative
}

.landingPage2 #love-theme .mainTile .tile .tileHeaderImg img {
    width: 100%;
    height: auto
}

.landingPage2 #love-theme .mainTile .tile .tileHeaderText {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    overflow: hidden;
    padding: 20px;
    width: 100%;
    min-height: 35%;
    background-color: rgba(255, 255, 255, .8);
    border-bottom: 3px solid #007bc4
}

.landingPage2 #love-theme .mainTile .tile .tileHeaderText h3, .landingPage2 #love-theme .mainTile .tile .tileHeaderText p {
    padding: 0;
    margin-top: 0
}

.landingPage2 #love-theme .mainTile .tile .tileHeaderText p {
    margin-bottom: 0
}

@media screen and (max-width: 1599px) {
    .landingPage2 #love-theme .mainTile .tile .tileHeaderText {
        min-height: 70%
    }
}

@media (max-width: 991px) {
    .landingPage2 #love-theme .mainTile .tile .tileHeaderText {
        padding: 10px 3px 0
    }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .landingPage2 #love-theme .mainTile .tile .tileHeaderText {
        min-height: 100%;
        background-color: rgba(255, 255, 255, .5);
        padding: 10px 3px 0
    }

    .landingPage2 #love-theme .mainTile .tile .tileHeaderText h3 {
        font-size: 17px;
        margin-bottom: 0
    }

    .landingPage2 #love-theme .mainTile .tile .tileHeaderText p {
        font-size: 14px
    }
}

@media screen and (max-width: 767px) {
    .landingPage2 #love-theme .mainTile .tile .tileHeaderText {
        min-height: 0;
        background-color: rgba(255, 255, 255, .8)
    }
}

.landingPage2 #love-theme .mainTile .tile:nth-of-type(2n) .tileHeaderText {
    border-color: #82a900
}

.landingPage2 #love-theme .mainTile .tile:nth-of-type(3n) .tileHeaderText {
    border-color: #007838
}

@media screen and (max-width: 850px) {
    .landingPage2 #love-theme .mainTile .tile {
        display: block;
        margin: auto;
        max-width: 500px;
        width: 100%
    }
}

.landingPage2 .initialLabel {
    display: table;
    margin: 0 auto 20px;
    width: 100%;
    padding-top: 0;
    text-align: center
}

@media (max-width: 767px) {
    .landingPage2 .initialLabel {
        margin-bottom: 0
    }
}

.landingPage2 .initialLabel h2 {
    color: rgba(0, 0, 0, .95);
    font-weight: 300;
    padding-top: 0;
    margin-bottom: 20px
}

@media (max-width: 767px) {
    .landingPage2 .initialLabel h2 {
        font-size: 30px
    }
}

@media (max-width: 480px) {
    .landingPage2 .initialLabel h2 {
        font-size: 22px
    }
}

.landingPage2 #feedback {
    width: 100%;
    margin: 0px 0px -10px 0px
}

.landingPage2 #feedback .carousel {
    padding-bottom: initial
}

.landingPage2 #corporate {
    background-size: cover;
    background-position: center;
    position: relative;
    padding-bottom: 80px
}

.landingPage2 #corporate .corporate-content {
    text-align: center;
    position: relative
}

.landingPage2 #corporate .corporate-content .initialLabel {
    margin: 0 0 15px
}

.landingPage2 #corporate .corporate-content .initialLabel h2 {
    color: #fff;
    margin-bottom: 0
}

.landingPage2 #corporate .corporate-content .initialLabel h3 {
    color: #007bc4;
    font-weight: 300;
    margin: 0;
    padding: 0
}

.landingPage2 #corporate .corporate-content .corporate-benefits {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap
}

.landingPage2 #corporate .corporate-content .corporate-benefits .corporate-benefits-item {
    position: relative;
    padding: 15px;
    margin: 0 15px 15px;
    display: inline-block;
    border-radius: 0px;
    width: 195px;
    background-color: rgba(0, 0, 0, .2)
}

.landingPage2 #corporate .corporate-content .corporate-benefits .corporate-benefits-item .tick {
    color: #fff;
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    top: -5px;
    font-size: 18px;
    padding: 4px;
    background-color: #82a900;
    border-radius: 0px
}

.landingPage2 #corporate .corporate-content .corporate-benefits .corporate-benefits-item .tick:after {
    content: '';
    display: block;
    width: 7px;
    height: 12px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    margin-left: 5px
}

.landingPage2 #corporate .corporate-content .corporate-benefits .corporate-benefits-item svg {
    width: 80px;
    height: 80px;
    margin: 0
}

.landingPage2 #corporate .corporate-content .corporate-benefits .corporate-benefits-item svg path {
    fill: #fff;
    stroke: none
}

.landingPage2 #corporate .corporate-content .corporate-benefits .corporate-benefits-item h4 {
    color: #fff;
    font-size: 15px;
    padding: 0
}

.landingPage2 #corporate .corporate-content a {
    padding: 8px 15px 9px;
    display: inline-block;
    border: 0;
    outline: 0;
    border-radius: 0px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    background-color: #ff6700;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .3)
}

.landingPage2 #corporate .corporate-content a:hover {
    background-color: #ff353d
}

.landingPage2 #corporate .corporate-content a:active, .landingPage2 #corporate .corporate-content a:focus {
    outline: 0
}

.landingPage2 #corporate .corporate-content a:active {
    -webkit-box-shadow: none;

    -moz-box-shadow: none;
    box-shadow: none
}

.landingPage2 #corporate .corporate-content a.alert {
    background-color: #007838
}

.landingPage2 #corporate .corporate-content a.alert:hover {
    background-color: #ff353d
}

.landingPage2 #corporate .corporate-content a.success {
    background-color: #82a900
}

.landingPage2 #corporate .corporate-content a.success:hover {
    background-color: #5b7600
}

.landingPage2 #corporate:before {
    content: " ";
    opacity: .8;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(left, #108546 0, #ff6700 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #108546), color-stop(100%, #ff6700));
    background: -webkit-linear-gradient(left, #108546 0, #ff6700 100%);
    background: -o-linear-gradient(left, #108546 0, #ff6700 100%);
    background: -ms-linear-gradient(left, #108546 0, #ff6700 100%);
    background: linear-gradient(to right, #108546 0, #ff6700 100%)
}

.landingPage2 #map {
    width: 100%;
    background: #676767;
    margin-bottom: initial !important
}

.landingPage2 #map .wrap {
    max-width: 1000px;
    margin: auto
}

.landingPage2 #map .wrap:after {
    content: '';
    display: block;
    clear: both
}

.landingPage2 #map .wrap .mapImage {
    float: left
}

@media (max-width: 455px) {
    .landingPage2 #map .wrap .mapImage {
        width: 100%;
        text-align: center
    }
}

.landingPage2 #map .wrap .mapImage img {
    width: 350px
}

@media (max-width: 950px) {
    .landingPage2 #map .wrap .mapImage img {
        width: 250px
    }
}

.landingPage2 #map .wrap .infoText {
    margin-top: 40px;
    margin-right: 40px;
    text-align: center;
    float: right
}

@media (max-width: 950px) {
    .landingPage2 #map .wrap .infoText {
        margin-right: 10px;
        margin-top: 20px
    }
}

@media (max-width: 455px) {
    .landingPage2 #map .wrap .infoText {
        width: 100%;
        text-align: center;
        margin: 0 0 25px
    }
}

.landingPage2 #map .wrap .infoText .mainTitle {
    color: #fdd66f;
    font-weight: 700
}

.landingPage2 #map .wrap .infoText .mainTitle .name {
    font-size: 35px
}

@media (max-width: 950px) {
    .landingPage2 #map .wrap .infoText .mainTitle .name {
        font-size: 30px
    }
}

.landingPage2 #map .wrap .infoText .mainTitle .subTxt {
    font-size: 20px
}

@media (max-width: 950px) {
    .landingPage2 #map .wrap .infoText .mainTitle .subTxt {
        font-size: 18px
    }
}

.landingPage2 #map .wrap .infoText .section {
    margin-top: 10px;
    font-weight: 700
}

.landingPage2 #map .wrap .infoText .section .title {
    font-size: 35px;
    color: #fff
}

@media (max-width: 950px) {
    .landingPage2 #map .wrap .infoText .section .title {
        font-size: 25px
    }
}

.landingPage2 #map .wrap .infoText .section .info {
    font-size: 40px;
    color: #fdd66f
}

@media (max-width: 950px) {
    .landingPage2 #map .wrap .infoText .section .info {
        font-size: 30px
    }
}

.landingPage2 #liveMap {
    background-color: #676767;
    display: flex;
    flex-wrap: wrap;
    padding: 0 15px
}

.landingPage2 #liveMap .liveMapContainer {
    width: 50%;
    position: relative;
    overflow: hidden
}

.landingPage2 #liveMap .liveMapContainer .liveMapImg {
    position: absolute;
    height: calc(100% + 40px);
    top: -20px;
    right: 15px
}

.landingPage2 #liveMap .liveMapContainer .liveMapLegend {
    padding: 15px;
    display: inline-block;
    position: absolute;
    right: 0
}

.landingPage2 #liveMap .liveMapContainer .liveMapLegend > li {
    color: #007bc4;
    display: block;
    margin-bottom: 10px;
    line-height: 0;
    font-weight: 500;
    letter-spacing: .4px
}

.landingPage2 #liveMap .liveMapContainer .liveMapLegend > li:before {
    content: " ";
    display: inline-block;
    width: 15px;
    margin-right: 10px;
    height: 15px;
    position: relative;
    top: 5px;
    border: 1px solid #eee
}

.landingPage2 #liveMap .liveMapContainer .liveMapLegend > li:first-of-type:before {
    background-color: #d87766
}

.landingPage2 #liveMap .liveMapContainer .liveMapLegend > li:last-of-type:before {
    background-color: #edbc75
}

.landingPage2 #liveMap .liveMapContent {
    text-transform: uppercase;

    color: #007bc4;
    padding: 50px 30px;
    width: 50%;
    text-align: center;
    font-size: 40px
}

.landingPage2 #liveMap .liveMapContent h2 {
    font-size: 1em;
    font-weight: 500;
    color: #007bc4;
    line-height: 1em
}

.landingPage2 #liveMap .liveMapContent .whiteText {
    color: #fff
}

.landingPage2 #liveMap .liveMapContent p {
    color: #007bc4;
    font-size: 1.6em;
    font-weight: 500;
    line-height: 1em;
    margin-bottom: 50px
}

.landingPage2 #liveMap .liveMapContent p:first-of-type {
    font-size: .4em
}

@media screen and (max-width: 992px) and (min-width: 768px) {
    .landingPage2 #liveMap .liveMapContent {
        font-size: 25px
    }

    .landingPage2 #liveMap .liveMapContent p {
        margin-bottom: 30px
    }
}

@media screen and (max-width: 767px) {
    .landingPage2 #liveMap {
        padding-top: 30px
    }

    .landingPage2 #liveMap .liveMapContainer, .landingPage2 #liveMap .liveMapContent {
        width: 100%;
        overflow: visible
    }

    .landingPage2 #liveMap .liveMapContainer {
        height: 450px;
        text-align: center
    }

    .landingPage2 #liveMap .liveMapContainer .liveMapImg {
        position: relative;
        top: 0;
        height: 100%;
        width: auto;
        max-width: 100%
    }

    .landingPage2 #liveMap .liveMapContainer .liveMapLegend {
        text-align: left
    }

    .landingPage2 #liveMap .liveMapContent p:last-of-type {
        margin: 0
    }
}

@media screen and (min-width: 1400px) and (max-width: 1939px) {
    #OfferSlider .offer-item {
        height: auto;
        display: inline-block;
        padding: 15px;
        width: 300px
    }

    #OfferSlider .offer-item > img {
        max-width: 100%;
        margin: 0
    }

    #OfferSlider .offer-item > .product {
        width: 100%;
        height: auto;
        margin: 0
    }

    #OfferSlider .offer-item > .product .imageWrapper {
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        align-items: center;
        position: relative;
        min-height: 145px;
        padding-left: 155px
    }

    #OfferSlider .offer-item > .product .imageWrapper .imageWrapperWrapper {
        position: absolute;
        left: 0;
        top: 0
    }

    #OfferSlider .offer-item > .product .imageWrapper .discountedPriceSection, #OfferSlider .offer-item > .product .imageWrapper .name, #OfferSlider .offer-item > .product .imageWrapper .subText {
        width: 100%;
        text-align: left;
        justify-content: flex-start
    }

    #OfferSlider .offer-item > .product .imageWrapper .overlay.text {
        padding: 10px
    }

    #OfferSlider .offer-item > .product .imageWrapper .overlay.text .actionItems .total {
        margin-bottom: 0 !important;
        height: initial !important
    }

    #OfferSlider .offer-item > .product .imageWrapper .overlay.text .actionItems div {
        margin-top: 0
    }

    #OfferSlider .offer-item > .product .imageWrapper .overlay.text .addText {
        margin: auto
    }

    #OfferSlider .offer-item > .product .addButtonWrapper .buyText {
        float: none;
        text-align: center;
        margin-left: 40px
    }
}

#product-categories .mainTile:after {
    content: '';
    display: block;
    clear: both
}

#product-categories .mainTile .categoryBox {
    width: 32%;
    border: 1px solid #d4d4d4;
    float: left;
    margin: .5%;
    padding: 15px 10px 15px 15px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px
}

@media (max-width: 991px) {
    #product-categories .mainTile .categoryBox {
        width: 48%
    }
}

@media (max-width: 767px) {
    #product-categories .mainTile .categoryBox {
        width: 100%
    }
}

#product-categories .mainTile .categoryBox .categoryName {
    width: 80%;
    float: left;
    font-size: 15px;
    line-height: 31px;
    color: #121212;
    font-weight: bold;
}

#product-categories .mainTile .categoryBox .categoryImg {
    width: 15%;
    float: right
}

#product-categories .mainTile .categoryBox .categoryImg img {
    margin-left: -20px;
}

#themeApps {
    padding: 50px 0 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

#themeApps .error {
    color: #007838;
    font-size: 18px
}

#themeApps .successMessage p {
    font-size: 18px;
    color: #249823
}

#themeApps .themeAppsContent {
    padding-right: 15px;
    text-align: center;
    width: 100%
}

#themeApps .themeAppsContent .heading {
    font-weight: 300;
    color: rgba(0, 0, 0, .95);
    margin-bottom: 50px
}

#themeApps .themeAppsContent .inputGroup {
    font-size: 16px
}

#themeApps .themeAppsContent .inputGroup input[type=tel] {
    background-color: #eee;
    border: 2px solid #eee;
    border-right: 0;
    border-radius: 6px 0 0 6px;
    font-size: 1em;
    line-height: 1em;
    padding: 13px 13px 13px 45px;
    max-width: 100%;
    width: 100%;
    margin: 0;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out
}

#themeApps .themeAppsContent .inputGroup input[type=tel]:active, #themeApps .themeAppsContent .inputGroup input[type=tel]:focus {
    outline: 0;
    border-color: #007838
}

#themeApps .themeAppsContent .inputGroup .phoneNumberLoginField {
    position: relative;
    max-width: 65%;
    display: inline-block
}

#themeApps .themeAppsContent .inputGroup .phoneNumberLoginField.focused {
    margin-bottom: 35px
}

#themeApps .themeAppsContent .inputGroup .phoneNumberLoginField.error {
    font-size: 1em
}

#themeApps .themeAppsContent .inputGroup .phoneNumberLoginField .input {
    position: relative;
    display: block;
    width: 100%
}

#themeApps .themeAppsContent .inputGroup .phoneNumberLoginField img {
    position: absolute;
    left: 12px;
    top: calc(50% - 17px)
}

#themeApps .themeAppsContent .inputGroup .phoneNumberLoginField .placeholder {
    position: absolute;
    color: #aaa;
    bottom: -30px;
    left: 10px;
    font-size: .8em
}

#themeApps .themeAppsContent .inputGroup .phoneNumberLoginField input[type=text],
#themeApps .themeAppsContent .inputGroup .phoneNumberLoginField input[type=email] {
    background-color: #eee;
    border: 2px solid #eee;
    border-right: 0;
    border-radius: 6px 0 0 6px;
    font-size: 1em;
    line-height: 1em;
    margin: 0;
    padding: 13px 13px 13px 10px;
    width: 100%;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out
}

#themeApps .themeAppsContent .inputGroup .phoneNumberLoginField input[type=text]:active, #themeApps .themeAppsContent .inputGroup .phoneNumberLoginField input[type=text]:focus {
    outline: 0;
    border-color: #007838
}

#themeApps .themeAppsContent .inputGroup .submit-loading, #themeApps .themeAppsContent .inputGroup input[type=submit] {
    background-color: #007838;
    border: 0;
    border-radius: 0 6px 6px 0;
    color: #fff;
    outline: 0;
    max-width: 30%;
    padding: 15px 20px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out
}

#themeApps .themeAppsContent .inputGroup .submit-loading:active, #themeApps .themeAppsContent .inputGroup .submit-loading:focus, #themeApps .themeAppsContent .inputGroup .submit-loading:hover, #themeApps .themeAppsContent .inputGroup input[type=submit]:active, #themeApps .themeAppsContent .inputGroup input[type=submit]:focus, #themeApps .themeAppsContent .inputGroup input[type=submit]:hover {
    outline: 0;
    background-color: #ff353d
}

#themeApps .themeAppsContent .inputGroup .submit-loading {
    display: inline-block;
    width: 95px
}

#themeApps .themeAppsContent .inputGroup .submit-loading i {
    font-size: 23px;
    position: relative;
    bottom: -5px
}

#themeApps .themeAppsContent .appButtonGroup {
    margin-top: 20px
}

#themeApps .themeAppsContent .appButtonGroup > a {
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    height: 74px;
    width: auto;
    margin: 0;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out
}

#themeApps .themeAppsContent .appButtonGroup > a:hover {
    transform: scale(1.02)
}

#themeApps .themeAppsContent .appButtonGroup > a > img {
    height: 100%;
    width: auto
}

@media screen and (max-width: 480px) {
    #themeApps .themeAppsContent .appButtonGroup > a {
        height: auto;
        margin-right: 0;
        margin-bottom: 25px
    }

    #themeApps .themeAppsContent .appButtonGroup > a:first-of-type {
        margin-right: 15px
    }
}

#themeApps .themeAppPreview {
    align-self: flex-end;
    width: 30%;
    height: auto
}

@media screen and (max-width: 767px) {
    #themeApps {
        padding-top: 20px
    }

    #themeApps .error {
        font-size: 16px
    }

    #themeApps .themeAppsContent {
        width: 100%;
        padding-right: 0;
        margin: 0 auto 30px;
        max-width: 450px
    }

    #themeApps .themeAppsContent .appButtonGroup a {
        width: calc(50% - 10px)
    }

    #themeApps .themeAppsContent .appButtonGroup a > img {
        width: 100%;
        height: auto
    }

    #themeApps .themeAppPreview {
        margin: auto;
        max-width: 50%
    }
}

@media screen and (max-width: 480px) {
    #themeApps .themeAppsContent input {
        font-size: 16px
    }

    #themeApps .themeAppPreview {
        max-width: 70%
    }
}

#brand {
    max-width: 1440px;
    margin: auto
}

#brand .header-section {
    width: 100%;
    margin: auto;
    height: 480px;
    outline: 1px;
    padding: 10px;
    background: #000;
    display: flex;
    align-content: space-between
}

#brand .header-section .left-video-section {
    flex: 2;
    margin-right: 10px
}

#brand .header-section .left-video-section iframe {
    width: 100%;
    height: 100%;
    border: none
}

#brand .header-section .right-brand-image-section {
    flex: 1;
    max-width: 470px
}

#brand .header-section .right-brand-image-section .top-brand-name-section {
    display: flex
}

#brand .header-section .right-brand-image-section .top-brand-name-section div {
    height: 50px
}

#brand .header-section .right-brand-image-section .top-brand-name-section .left-brand-icon-section {
    text-align: center;
    flex: 1;
    background: #fff;
    line-height: 45px
}

#brand .header-section .right-brand-image-section .top-brand-name-section .left-brand-icon-section img {
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%
}

#brand .header-section .right-brand-image-section .top-brand-name-section .for-more-link-section {
    flex: 1;
    text-align: center;
    background: #e4e3e3;
    font-size: 16px;
    line-height: 50px
}

#brand .header-section .right-brand-image-section .top-brand-name-section .for-more-link-section a {
    text-decoration: none
}

#brand .header-section .right-brand-image-section .bottom-image-section {
    height: 411px
}

#brand .header-section .right-brand-image-section .bottom-image-section .carousel {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    height: 100%;
    padding: 0
}

#brand .header-section .right-brand-image-section .bottom-image-section img {
    width: 100%;
    height: 100%
}

#brand .sign-up-section {
    width: 100%
}

#brand .sign-up-section .background-pattern {
    width: 100%;
    height: 70px
}

#brand .sign-up-section .background-pattern .content {
    display: flex;
    justify-content: center;
    font-family: "Helvetica Neue", sans-serif
}

#brand .sign-up-section .background-pattern .content .text-content {
    font-size: 25px;
    margin: auto 5px;
    line-height: 70px;
    font-weight: 400
}

#brand .sign-up-section .background-pattern .content .text-content .discountAmount {
    font-size: 50px;
    vertical-align: middle;
    font-weight: 700
}

#brand .sign-up-section .background-pattern .content .signup-btn {
    margin: auto 10px
}

#brand .sign-up-section .background-pattern .content .signup-btn button {
    text-decoration: none;
    background: #ff6264;
    padding: 10px 30px;
    color: #fff;
    font-size: 23px;
    font-weight: 500;
    border: none;
    border-bottom: 5px solid #e54648
}

#brand .product-list-section {
    width: 100%;
    padding: 50px 100px
}

#brand .product-list-section .title-area {
    display: flex;
    justify-content: space-between;
    font-family: "Helvetica Neue", sans-serif
}

#brand .product-list-section .title-area .brand-titile {
    margin-right: 50px
}

#brand .product-list-section .title-area .brand-titile h1 {
    text-transform: uppercase;
    font-size: 30px;
    color: #494949
}

#brand .product-list-section .title-area .category-nav ul {
    max-width: 435px;
    display: flex;
    flex-wrap: wrap
}

#brand .product-list-section .title-area .category-nav ul li {
    flex: 1;
    color: #494949;
    width: 145px;
    display: inline-block;
    border: 1px solid #d7d7d7;
    padding: 10px;
    text-align: center;
    border-right: none
}

#brand .product-list-section .title-area .category-nav ul li a {
    text-decoration: none
}

#brand .product-list-section .title-area .category-nav ul li:last-child {
    border-right: 1px solid #d7d7d7
}

#brand .product-list-section .product-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

#brand .product-list-section .product-list .product {
    flex: 1;
    max-width: 202px
}

#brand .double-banner-ad-section {
    display: flex;
    margin: 0 100px 50px;
    justify-content: space-between
}

#brand .double-banner-ad-section .banner {
    padding: 5px;
    max-width: 600px;
    width: 100%
}

#brand .double-banner-ad-section .banner a:active img {
    box-shadow: 0 1px #ddd;
    transform: translateY(4px)
}

#brand .double-banner-ad-section .banner a:hover img {
    box-shadow: 0 2px 5px #ccc;
    transform: translateY(1px)
}

#brand .double-banner-ad-section .banner img {
    max-width: 600px;
    height: 200px;
    box-shadow: 0 3px 5px #ccc;
    width: 100%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

#brand .offer-section {
    -webkit-background-size: cover;
    width: 100%
}

#brand .offer-section .title {
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 25px;
    padding-top: 20px
}

#brand .offer-section .offers-details {
    color: #fff;
    margin: 20px 250px;
    text-align: center
}

#brand .offer-section .offers-carousel {
    margin: 0 150px 5px
}

#brand .offer-section .offers-carousel .carousel {
    background: 0 0 !important
}

#brand .offer-section .offers-carousel .product {
    background: #fff;
    border-radius: 0
}

#brand .offer-section .offers-carousel .items-carousel.carousel .items-slides-container {
    margin: 0 !important
}

#brand .offer-section .see-more-btn {
    text-align: center;
    margin: 10px
}

#brand .offer-section .see-more-btn a {
    border: 1px solid #fff;
    color: #fff;
    font-size: 15px;
    padding: 10px 20px;
    margin-bottom: 20px;
    display: inline-block;
    text-decoration: none
}

#brand .offer-list {
    padding: 8px
}

#brand .offer-list .offer-item {
    -webkit-box-shadow: 0 0 1px #ccc;
    -moz-box-shadow: 0 0 1px #ccc;
    box-shadow: 0 0 1px #ccc;
    border: none;
    padding: 5px;
    margin-bottom: 25px;
    height: auto
}

@media (max-width: 635px) {
    #brand .offer-list .offer-item {
        float: none
    }
}

#brand .offer-list .offer-item:hover {
    color: #000
}

#brand .offer-list .offer-item img.offer-image {
    width: auto;
    height: auto;
    max-width: 100%;
    display: block;
    margin: 0;
    overflow: hidden;
    -webkit-border-radius: 0px 3px 0 0;
    -moz-border-radius: 0px 3px 0 0;
    border-radius: 0px 3px 0 0
}

#brand .offer-list .offer-item div.product {
    width: 100%;
    display: block;
    height: auto
}

#brand .offer-list .offer-item div.product .btnShowDetailsIcon {
    display: none
}

#brand .offer-list .offer-item div.product .imageWrapper {
    padding: 0;
    height: 0;
    width: 100%;
    display: initial;
    min-height: auto
}

#brand .offer-list .offer-item div.product .imageWrapper .imageWrapperWrapper {
    height: 0;
    width: 100%
}

#brand .offer-list .offer-item div.product .imageWrapper .imageWrapperWrapper img {
    display: none;
    height: 0
}

#brand .offer-list .offer-item div.product .imageWrapper div.name {
    width: 100%;
    text-align: justify;
    height: 40px
}

#brand .offer-list .offer-item div.product .imageWrapper div.subText {
    text-align: justify;
    margin-bottom: 15px;
    color: #727272
}

#brand .offer-list .offer-item div.product .imageWrapper .discountedPriceSection, #brand .offer-list .offer-item div.product .imageWrapper .price {
    float: left;
    margin-top: 0
}

#brand .offer-list .offer-item div.product .imageWrapper .overlay {
    display: none
}

#brand .offer-list .offer-item div.product .addButtonWrapper {
    width: 60%;
    float: right
}

#brand .related-brand-section {
    padding: 20px 150px;
    text-align: center
}

#brand .related-brand-section .wrap {
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap
}

#brand .related-brand-section .wrap .brand-item-grid {
    display: flex;
    align-items: center;
    width: 150px;
    height: 150px;
    flex-grow: 1
}

#brand .related-brand-section .wrap .brand-item-grid a {
    text-align: center
}

#brand .related-brand-section .wrap .brand-item-grid a img {
    width: 80%;
    height: 80%
}

#brand .related-brand-section .wrap, #brand .related-brand-section .wrap > .brand-item-grid {
    border-style: solid;
    border-color: #ededed
}

#brand .related-brand-section .wrap {
    border-width: 1px 0 0 1px
}

#brand .related-brand-section .wrap > .brand-item-grid {
    border-width: 0 1px 1px 0
}

#brand .why-love-section {
    margin: 0 100px 50px;
    text-align: center
}

#brand .why-love-section .content {
    display: flex
}

#brand .why-love-section .content .items {
    flex: 1;
    max-width: 33.33%;
    padding: 10px
}

#brand .why-love-section .content .items .icon svg {
    fill: #fc7778
}

#brand .bottom-big-ad-banner, #brand .bottom-big-ad-banner a img {
    width: 100%
}

@media (max-width: 1024px) {
    #brand .header-section {
        height: 350px
    }

    #brand .right-brand-image-section {
        width: 350px
    }

    #brand .right-brand-image-section .bottom-image-section {
        height: 280px !important
    }

    #brand .product-list-section {
        padding: 20px
    }

    #brand .offer-section .offers-details {
        margin: 10px 75px
    }

    #brand .offer-section .offers-carousel {
        margin: 0 !important
    }
}

@media (max-width: 768px) {
    #brand .header-section {
        height: 300px
    }

    #brand .right-brand-image-section {
        width: 300px
    }

    #brand .right-brand-image-section .bottom-image-section {
        height: 230px !important
    }

    #brand .product-list-section .title-area {
        justify-content: center;
        flex-wrap: wrap;
        margin-bottom: 20px
    }

    #brand .double-banner-ad-section {
        margin: 0 20px 50px
    }

    #brand .offer-section .offers-details {
        margin: 10px 30px
    }

    #brand .offer-section .offers-carousel {
        margin: 0 0 5px !important
    }

    #brand .offer-list .offer-item div.product {
        margin: 0 !important;
        padding: 5px !important
    }

    #brand .related-brand-section {
        padding: 20px 50px;
        text-align: center
    }
}

@media (max-width: 700px) {
    #brand .right-brand-image-section {
        display: none !important
    }

    #brand .sign-up-section .text-content {
        font-size: 18px !important
    }

    #brand .sign-up-section .text-content .discountAmount {
        font-size: 28px !important
    }

    #brand .sign-up-section .signup-btn button {
        font-size: 14px !important;
        padding: 7px 15px !important
    }

    #brand .product {
        flex: initial !important;
        max-width: initial !important
    }

    #brand .double-banner-ad-section {
        margin: 0 !important;
        flex-wrap: wrap;
        justify-content: space-around
    }

    #brand .why-love-section {
        margin: 0 !important
    }

    #brand .why-love-section .content {
        display: block
    }

    #brand .why-love-section .content .items {
        max-width: 100% !important;
        width: 100% !important
    }
}

@media (max-width: 456px) {
    #brand .header-section {
        height: 240px
    }

    #brand .left-video-section {
        flex: 1;
        margin-right: 0
    }

    #brand .sign-up-section .text-content {
        font-size: 15px !important
    }

    #brand .sign-up-section .text-content .discountAmount {
        font-size: 20px !important
    }

    #brand .sign-up-section .signup-btn button {
        font-size: 12px !important;
        padding: 7px 15px !important
    }

    #brand .product-list-section {
        padding: 38px 5px !important
    }
}

@media (max-width: 388px) {
    #brand .sign-up-section .content {
        flex-wrap: wrap
    }

    #brand .sign-up-section .content .text-content {
        line-height: 30px !important
    }
}

.corporate-section-max {
    max-width: 925px;
    margin: 0 auto
}

#corporate-landing h1 {
    font-weight: 300
}

#corporate-landing h2 {
    font-weight: 300;
    position: relative;
    display: block;
    padding-bottom: 15px;
    margin-bottom: 15px
}

#corporate-landing h2:after {
    content: " ";
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, .1);
    position: absolute;
    display: block;
    bottom: -1px;
    left: 0
}

#corporate-landing .section-content {
    max-width: 925px;
    margin: 0 auto
}

#corporate-landing .banner {
    height: 400px;
    min-height: calc(100vh - 60px);
    background-position: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center
}

#corporate-landing .banner:before {
    content: " ";
    opacity: .8;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #108546
}

#corporate-landing .banner .banner-content {
    padding: 30px 15px;
    max-width: 925px;
    margin: 0 auto;
    position: relative;
    z-index: 1
}

#corporate-landing .banner .banner-content .sign-up-button {
    background: #007838;
    border: none;
    padding: 10px 20px;
    color: #fff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px
}

#corporate-landing .banner .banner-content .sign-up-button:hover {
    -webkit-box-shadow: 1px 1px 5px rgba(55, 54, 54, .78);
    -moz-box-shadow: 1px 1px 5px rgba(55, 54, 54, .78);
    box-shadow: 1px 1px 5px rgba(55, 54, 54, .78)
}

#corporate-landing .banner .banner-content h1, #corporate-landing .banner .banner-content p {
    color: #fff
}

#corporate-landing .banner .banner-content h1 {
    font-size: 35px
}

#corporate-landing .banner .banner-content p {
    opacity: .9;
    margin-bottom: 30px
}

#corporate-landing .banner .why-corporate {
    position: absolute;
    bottom: 0;
    width: 250px;
    color: #fff;
    padding: 35px 15px 15px;
    left: calc(50% - 125px);
    text-align: center;
    z-index: 2
}

#corporate-landing .banner .why-corporate:hover {
    cursor: pointer
}

#corporate-landing .banner .why-corporate:before {
    content: '';
    display: block;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    margin-bottom: 8px;
    position: absolute;
    width: 15px;
    height: 15px;
    left: 50%;
    top: 0;
    font-size: 30px;
    animation: bounceLabel 1s infinite alternate
}

@media screen and (min-width: 800px) {
    #corporate-landing .banner p {
        font-size: 16px
    }
}

@media screen and (max-width: 1050px) and (min-width: 768px) {
    #corporate-landing .banner {
        min-height: calc(100vh - 115px)
    }
}

@media screen and (max-width: 500px) {
    #corporate-landing .banner .sign-up-button {
        position: fixed;
        bottom: 0;
        padding: 14px 65px;
        width: 100%;
        font-size: 14px;
        left: 0;
        text-transform: none
    }

    #corporate-landing .banner .why-corporate {
        bottom: 40px
    }
}

#corporate-landing #why-corporate {
    min-height: 400px;
    background-color: #eee
}

#corporate-landing #why-corporate .section-content {
    padding: 40px 15px
}

#corporate-landing #why-corporate h2 {
    margin: 0 15px
}

#corporate-landing .corporate-benefits {
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: flex-start
}

#corporate-landing .corporate-benefits-item {
    text-align: left;
    padding: 2%;
    margin: 10px 1.33% 15px;
    width: 30%
}

#corporate-landing .corporate-benefits-item svg {
    padding: 10px
}

#corporate-landing .corporate-benefits-item svg > * {
    opacity: .8
}

#corporate-landing .corporate-benefits-item svg.bill {
    padding: 5px
}

#corporate-landing .corporate-benefits-item svg.support {
    stroke-width: .5px
}

#corporate-landing .corporate-benefits-item svg.return {
    padding: 15px;
    stroke-width: 0
}

#corporate-landing .corporate-benefits-item svg.delivery {
    padding: 0;
    stroke-width: 0
}

#corporate-landing .corporate-benefits-item svg.bulk {
    stroke-width: .4px
}

#corporate-landing .corporate-benefits-item svg.fresh {
    stroke-width: 1.8px
}

#corporate-landing .corporate-benefits-item svg.original {
    fill: none !important;
    stroke-width: 3px
}

#corporate-landing .corporate-benefits-item svg.fresh, #corporate-landing .corporate-benefits-item svg.prices {
    padding: 0
}

#corporate-landing .corporate-benefits-item svg.holidays {
    padding: 15px 0 0;
    stroke-width: 0
}

#corporate-landing .corporate-benefits-item h4 {
    font-size: 20px;
    position: relative;
    display: block;
    font-weight: 500;
    padding-bottom: 8px;
    margin-bottom: 8px
}

#corporate-landing .corporate-benefits-item h4:after {
    content: " ";
    width: 35px;
    height: 2px;
    background-color: #615e58;
    position: absolute;
    display: block;
    bottom: -1px;
    left: 0
}

#corporate-landing .corporate-benefits-item p {
    font-size: 14px;
    opacity: .8;
    line-height: 1.8em
}

@media screen and (max-width: 800px) {
    #corporate-landing .corporate-benefits-item {
        width: 46%
    }
}

#corporate-landing .corporate-logos {
    max-width: 925px;
    margin: 0 auto;
    padding: 30px 15px
}

#corporate-landing .corporate-logos h2 {
    margin: 0 15px
}

#corporate-landing .corporate-logos .corporate-logos-container {
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: space-between
}

#corporate-landing .corporate-logo-item {
    padding: 8px;
    margin: 8px
}

#corporate-landing .corporate-logo-item img {
    max-width: 150px
}

#corporate-landing .corporate-registration {
    background-color: #007bc4;
    padding: 40px 15px;
    position: relative
}

#corporate-landing .corporate-registration:before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .05;
}

#corporate-landing .corporate-registration .corporate-registration-content {
    max-width: 925px;
    margin: 0 auto
}

#corporate-landing .corporate-registration .corporate-registration-content .form-message {
    text-align: center;
    font-size: 20px
}

#corporate-landing .corporate-registration .corporate-registration-content .form-message, #corporate-landing .corporate-registration .corporate-registration-content form {
    position: relative;
    z-index: 1;
    margin: 25px 0 0;
    padding: 45px 25px;
    background: rgba(255, 255, 255, .8);
    border-radius: 0px
}

#corporate-landing .corporate-registration .contact-for-more-content {
    padding: 15px;
    background: rgba(255, 255, 255, .8);
    border-radius: 0px;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .3)
}

#corporate-landing .corporate-registration h3 {
    padding: 0 0 10px;
    margin: 0 0 20px;
    font-weight: 300;
    position: relative
}

#corporate-landing .corporate-registration h3:after {
    content: " ";
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, .1);
    position: absolute;
    display: block;
    bottom: -1px;
    left: 0

}

#corporate-landing .corporate-registration p {
    font-size: 20px;
    display: block;
    position: relative;
    padding: 10px 0 0 45px
}

#corporate-landing form {
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .3)
}

#corporate-landing form h4 {
    font-size: 16px;
    color: gray;
    margin: 0 0 15px;
    padding: 0
}

#corporate-landing form .form-error {
    display: block;
    padding: 15px;
    background-color: #007838;
    border-radius: 0px;
    margin: 15px 0;
    color: #fff;
    text-align: center
}

#corporate-landing form .input-radio-list {
    margin: 0 0 45px
}

#corporate-landing form .input-radio-list li {
    display: inline-block;
    overflow: hidden;
    position: relative;
    margin-right: 10px
}

#corporate-landing form .input-radio-list li:hover > span {
    background-color: #d3d3d3
}

#corporate-landing form .input-radio-list li > span {
    border: 1px solid #d3d3d3;
    border-radius: 0px;
    display: block;
    padding: 10px 15px;
    text-transform: capitalize;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out
}

#corporate-landing form .input-radio-list li > input {
    display: block;
    position: absolute;
    top: 0;
    left: -100%;
    opacity: 0;
    width: 200%;
    height: 100%
}

#corporate-landing form .input-radio-list li > input:checked + span {
    background-color: #007838;
    border-color: #007838;
    color: #fff
}

@media screen and (max-width: 800px) {
    #corporate-landing .corporate-logos .corporate-logos-container {
        justify-content: space-around
    }

    #corporate-landing .corporate-logos .corporate-logos-container .corporate-logo-item img {
        max-width: 130px
    }
}

@keyframes bounceLabel {
    0% {
        transform: translate(0, 0) rotate(45deg)
    }
    100% {
        transform: translate(0, -7px) rotate(45deg)
    }
}

@-webkit-keyframes bounceLabel {
    0% {
        transform: translate(0) rotate(45deg)
    }
    100% {
        transform: translate(0, -7px) rotate(45deg)
    }
}


.cs-copyright {
    padding: 3px 20px;
    background: #0c0c0c !important;
}

.copyright-text {
    color: #fff5f5;
}

.copyright-text p {
    font-size: 16px;
    margin-bottom: 0;
    width: 50%;
    float: left;
    margin-top: 5px;
}


.company-logo > img {
    width: 200px !important;
}

div.topMenu.vertical ul li > ul {
    margin-left: 10px;
}

div.topMenu.vertical ul li > ul {
    border-left: solid 1px #eee;
}


.checkoutConfirmComponent .inlinePaymentComponent {
    margin-top: 3px;
    text-align: center;
    position: relative;
    border: 1px solid #D0D0D0;
}

.checkoutConfirmComponent .inlinePaymentComponent > div {
    padding-bottom: 20px;
}

.checkoutConfirmComponent .inlinePaymentComponent h4 {
    font-size: 20px;
    padding: 20px 0;
}

.checkoutConfirmComponent .inlinePaymentComponent section.paymentMethods div.paymentMethodItem {
    width: 200px;
    height: 100px;
    float: none;
    display: inline-block;
    margin-right: 25px;
    margin-bottom: 20px;
    border-radius: 0px;
    position: relative;
    border: 1px solid #E6E6E6;
    cursor: pointer;
    background: #FAFAFA;
    -webkit-box-shadow: 1px 1px 2px #ccc;
    -moz-box-shadow: 1px 1px 2px #ccc;
    box-shadow: 1px 1px 2px #ccc;
}

.checkoutConfirmComponent .inlinePaymentComponent section.paymentMethods div {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-justify-content: center;
}

.checkoutConfirmComponent .inlinePaymentComponent section.paymentMethods div.paymentMethodItem .paymentMethodItemContent {
    width: 100%;
    height: 100%;
    position: absolute;
    font-size: 12px;
}

.checkoutConfirmComponent .inlinePaymentComponent section.paymentMethods div.paymentMethodItem .Portwallet img {
    background-image: url(../images/pay_online_button.png);
    background-size: 150px;
}

.checkoutConfirmComponent .inlinePaymentComponent section.paymentMethods div.paymentMethodItem .paymentMethodItemContent img {
    width: 100%;
    height: 50px;
    background-position: 50%;
    margin-top: 10px;
    background-repeat: no-repeat;
}


.visible-lg, .visible-md, .visible-sm, .visible-xs {
    display: none !important
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    td.visible-xs, th.visible-xs {
        display: table-cell !important
    }
}


.widget-newsletter p {
    max-width: 360px;
    margin-top: -.5rem;
    margin-bottom: 1.5rem;
    line-height: 1.5
}

.widget-newsletter form {
    position: relative;
    width: 100%;
    margin-bottom: 0;
}

.widget-newsletter .form-control {

    padding: 7px;

    font-size: 1.4rem;
    font-weight: 400;
    /* line-height: 1; */
    width: 96%;
}


.widget-newsletter .form-control:focus {
    border-color: #f2f2f2;
    background-color: #f2f2f2;
    color: #686865
}

.widget-newsletter .form-control::-webkit-input-placeholder {
    color: #686865
}

.widget-newsletter .form-control:-ms-input-placeholder {
    color: #686865
}

.widget-newsletter .form-control::-ms-input-placeholder {
    color: #686865
}

.widget-newsletter .form-control::placeholder {
    color: #686865
}

.widget-newsletter .btn {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 14px;
    padding: 13px;
    border-radius: 0px;
    border-color: rgb(226, 14, 15);
    background-color: rgb(226, 14, 15);
    color: #fff;
    font-size: 1.4rem;

    letter-spacing: 0;
    line-height: 1;
    text-transform: uppercase;
}

.widget-newsletter .btn:hover, .widget-newsletter .btn:focus {
    background-color: #007838;
    color: #fff
}

.close {
    opacity: 1;
}

.special-menu {
    background: #ff6700;
    /*    background: -moz-linear-gradient(left, #ff6700 0, #ccc 100%);
    background: -webkit-linear-gradient(left, #ff6700 0, #ccc 100%);
    background: linear-gradient(to right, #ff6700 0, #ccc 100%);*/
}

.special-menu a {
    color: #fff !important;;
}

.special-menu a:hover {
    color: #007838 !important;
    font-weight: bold;
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}