html {
    background: #d6f0f159;
}



#A_maincontainer {
    padding: 0.6em;
    padding-left: 0.7em;
    padding-right: 0.7em;
    overflow: hidden;
    clear: both;
}




#A_subcontainer {
    max-width: 390px;
}







.center-element {
    margin-left: auto;
    margin-right: auto;
}







#A_subinnercontainer {
    display: grid;
    grid-template-columns: 79% calc(20% - 5px);
    grid-template-rows: auto;
    column-gap: 5px;
    align-items: center;
    row-gap: 1px;
}



.A_subinnebordered {
    grid-template-columns: calc(100% - 90px) 90px !important;
}



#A_textcontainer {
    display: grid;
    text-align: left !important;
}



.A_textcontainerdefault {
    grid-template-rows: repeat(2,auto);
    align-items: center;
    align-content: start;
    row-gap: 2px;
}



.A_textcontainerhorizontal {
    grid-template-columns: repeat(1,auto);
    align-items: center;
    align-content: start;
    column-gap: 5px;
}







    .A_textcontainerhorizontal div:first-child {
        display: none;
    }



#A_textheader {
}



#A_subtext {
    font-weight: normal;
}



.A_textcontainerhorizontal #A_subtext {
    font-weight: 500;
}



#A_link {
    border-radius: 8px;
    display: inline-block;
    text-align: center;
}



    #A_link:hover {
        color: dimgrey;
        border-color: dimgrey;
        opacity: 0.8;
    }



.A_linkbordered {
    border: 1px solid black;
    padding: 7px;
    padding-left: 8px;
    padding-right: 8px;
    margin-right: 2px;
}



.A_linknormal {
    text-decoration: underline;
    max-width: 100px;
}



#A_linkContainer {
    align-content: center;
    align-items: center;
    justify-content: end;
    display: flex;
}



.details {
    width: 100% !important;
    box-sizing: border-box;
}




.reminder {
}







.location-edit {
    float: right;
    margin-right: 55px;
}























.img-polaroid {
    padding: 4px;
    background-color: #fff;
    border: none !important;
    box-shadow: 0px 0px 6px rgb(58 63 71 / 16%) !important;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 8px !important;
}







.img {
    margin-bottom: 8px !important;
}















@font-face {
    font-family: Montserrat;
    src: url('fonts/Montserrat/Montserrat-VariableFont_wght.ttf')
}







.info-text {
    display: none;
}







@font-face {
    font-family: Open Sans;
    src: url('fonts/Open_Sans/OpenSans-VariableFont_wdth,wght.ttf');
}







#breadcrumbs a, #breadcrumbs span {
    font-weight: 600;
}







.faplus {
    font-size: 26px;
}







.btn-x {
    background-color: var(--global-back-ground) !important;
    background-image: none !important;
    background: linear-gradient(to top,var(--global-back-ground),lightgrey) !important;
}















.total {
    font-weight: bold;
}







.sub-total, .subtotal {
    font-weight: 600;
}







.dialogClass {
    top: 50% !important;
    position: fixed !important;
    transform: translate(-50%, -50%) !important;
}







.sub-header {
    font-weight: 600 !important;
}







:root {
    --global-font-family: Montserrat,sans-serif !important;
    --global-font-weight: 700;
    --global-border-color: buttonface;
    --global-font-weight-X1: 900;
    /*   --global-back-ground: #3e6c6d;*/







    --global-back-ground: #3e7072;
    --global-wrapper-size: 100%;
    --global-wrapper-max-size: 1180px;
}







#wn-wrapper {
    max-width: var(--global-wrapper-max-size);
}







#banner-loyalty, #banner-delivery, #banner-signup {
    /* width: 300px !important; */







    padding-right: 60px !important;
}







.bottom-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 60px;
}







    .bottom-grid * {
        box-sizing: border-box;
    }







.product-details-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 60px;
}







    .product-details-grid .btn-teal, .cart-left-button {
        background-color: var(--global-back-ground) !important;
        background-image: none !important;
        text-align: center;
        padding-left: initial !important;
        border-radius: 6px !important;
        padding: 14px 16px !important;
        box-shadow: 0 0 7px 0 rgb(58 63 71 / 15%);
    }







.cart-left-button, .btn-m-1 {
    padding: 11px 13px !important;
    color: white;
    font-weight: bold;
    font-family: var(--global-font-family);
}







.btn-m-1, a.btn-m-1 {
    font-size: 18px !important;
    background-image: none !important;
    text-align: center;
    padding-left: initial !important;
    border-radius: 6px !important;
    box-shadow: 0 0 7px 0 rgb(58 63 71 / 15%);
    white-space: nowrap !important;
}







.btn-white {
    background-color: white !important;
    color: var(--global-back-ground) !important;
    border: 3px solid var(--global-back-ground) !important;
}







    .btn-white:hover {
        color: #669c9a !important;
        box-shadow: 0 0 10px 0 rgb(58 63 71 / 15%);
    }







.btn-teal, .cart-left-button, .btn-teal-1 {
    background-color: var(--global-back-ground) !important;
    background-image: none !important;
}







.btn-small {
    box-shadow: 0 0 10px 0 rgb(58 63 71 / 15%);
    border-radius: 4px !important;
    font-weight: 600;
}







.btn-large {
    background-image: none !important;
    text-align: center;
    padding-left: initial !important;
    border-radius: 6px !important;
    padding: 14px 16px !important;
    box-shadow: 0 0 7px 0 rgb(58 63 71 / 32%);
    white-space: nowrap !important;
}







body {
    margin: 0px auto;
    padding: 0px;
    font-family: var(--global-font-family);
    font-style: normal;
    font-size: 14px;
    line-height: 20px;
    color: #545454;
    text-align: center;
    max-width: 1300px;
    background: #f2f2f2;
    min-width: 320px !important;
    -webkit-font-smoothing: antialiased;
    background: transparent;
}







.product-table {
    border-collapse: initial;
}







.col-border-style {
    vertical-align: middle;
    border-radius: 20px;
    box-shadow: 0 0 7px 0 rgb(58 63 71 / 15%);
}







.product-container-divider {
    width: 60px !important;
}







.line-divider {
    height: 4px;
}







.details-container-x input, .details-container-x select, .details-container-x button, #wrapper-form-medium select, #wrapper-form-medium button, .cart-left-button {
    width: 100%;
    max-width: 348px;
}







.control-sml-x {
    margin-left: 120px;
}







.tooltip .tooltip-inner {
    border-radius: 13px;
    box-shadow: 0 0 2px rgb(0 0 0 / 85%);
}







.control-sml {
    text-overflow: ellipsis;
}







.control-label-sml {
    font-weight: 600 !important;
}















.form-horizontal .control-label-sml {
    margin-top: 10px !important;
}















.display-product-item {
    display: none !important;
}







/*







     















*/







.shadow, .shadow2 {
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}















    .shadow:hover, .shadow2:hover {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }







.email-bk-details td {
    padding-bottom: 1em;
    padding-top: 1em;
}







.fz-x {
    font-size: 13px !important;
}







.hide {
    display: none !important;
}







.payments {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 6px;
    width: 450px;
    margin-left: auto;
    margin-right: auto;
}















.skip-button:hover {
    background: darkorange !important;
}







.icon-info {
    color: #545454;
}







.form-horizontal input, #wrapper-right input, #wrapper-right input, .form-horizontal textarea, .form-horizontal select, #wrapper-form-medium select, .split-right input {
    border-radius: 4px !important;
    padding: 8px 12px;
    height: auto !important;
    background-color: transparent;
    border-width: 2px;
    border-style: solid;
    border-color: #d4dce2;
    font-family: 'Open Sans',sans-serif !important;
}















select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    border-radius: 4px !important;
    padding: 8px 12px;
    height: auto !important;
    border-width: 2px;
    border-style: solid;
    border-color: #d4dce2;
    font-family: 'Open Sans',sans-serif !important;
}







.form-horizontal select, #wrapper-form-medium select, select {
    background-repeat: no-repeat;
    -moz-appearance: none !important;
    -webkit-appearance: none;
    background-image: url('/Images/rectangle_v2.png');
    background-position-x: 95%;
    background-position-y: center;
    background-size: 8px;
    /*white-space: nowrap;*/







    line-height: normal !important;
}







.select-mini {
    background-position-x: 90%;
}







.coupon-container input[type=text], .coupon-container input[type=tel], .coupon-container input[type=email] {
    border-radius: 9px !important;
    border: 1px solid var(--global-light-font-color);
    text-align: center;
    font-weight: bold;
    width: 246px !important;
    margin-bottom: 4px;
}







.label-grid {
    display: grid;
    grid-auto-columns: 1fr 1fr;
}







    .label-grid div {
        display: flex;
        align-items: center;
        justify-content: center;
    }







.skip-button {
    background: linear-gradient(to top,darkorange, orange) !important;
    display: none;
    border-color: #c5c5c5 !important;
    border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25) !important;
    text-shadow: 0px 0px 6px orange !important;
}







#Sclose {
    color: rgba(52, 45, 45, 0.80) !important;
}







.cart-Item-Inner-list li {
    list-style-type: none;
    text-align: center;
}















.cart-Item-Inner-list {
    margin-left: 0;
    padding-left: 0;
}







.control-z {
}















.error-intl {
    color: red !important;
    display: block;
}















.table-tooltip {
    padding: 0.3em;
}







.headcol {
    font-weight: bold !important;
}







.fixed-desktop {
    position: fixed;
    z-index: 200;
    max-width: 1300px;
    width: 100%;
    left: 50%;
    transform-origin: center;
    transform: translateX(-50%);
    top: 0;
}







body {
    margin-top: 139px;
}



.a_body {
    margin-top: 200px !important;
}

.a_body_1 {
    margin-top: 180px !important;
}


.block-thumb .addbasket, .block-thumb2 .addbasket {
    /*   background-color: #e3e6e9;*/
}







    .block-thumb .addbasket:hover, .block-thumb2 .addbasket:hover {
        /* background-color: #3e6c6dbf;*/







        color: orange;
    }







#couponContainer, #couponContainer1 {
    width: 400px;
}















.pay img {
    height: 12px;
    padding-right: 0.6em;
}















.pay #snapscan, .pay #scode {
    height: 13px !important;
}







.center-x1 {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
}







.pay .mastercard {
    height: 14px !important;
}















.pay #diners {
    height: 13.5px !important;
}







.pay-label {
    padding: 0.3em;
    padding-bottom: 2px;
    padding-right: 2.5em;
    display: inline-block;
}







.pay1 img {
    height: 18px;
    padding-right: 0.6em;
}















.pay1-label {
    padding: 0.3em;
    padding-bottom: 2px;
    padding-right: 2.5em;
    display: inline-block;
    vertical-align: bottom;
}







html {
    margin: 0;
}







.float-left {
    float: left;
}







.float-right {
    float: right;
}







.box-sizing {
    box-sizing: border-box;
}







.social_space {
    display: none !important;
}







.res-menu-inner-container {
}







.nobkg {
    background: #ffffff !important;
}







.hide-element {
    display: none;
}







.show-element {
    display: block !important;
}







#checkoutstages div {
    margin-bottom: 4px;
}







.mob-checkout {
    display: none;
}















.mobile-search {
    display: none;
    padding: 0.1em;
}















.mobile-cart {
    display: none;
}















/*_______________________________________















    01 WRAPPERS







_______________________________________*/







.extra-menu {
    display: none;
}







.prodname {
    font-size: 15px;
    line-height: 19px;
    font-weight: bold;
}















#wrapper {
    margin: 0px auto;
    padding: 30px 0px 45px 0px;
    text-align: left;
    background: #fff;
    max-width: var(--global-wrapper-max-size);
}







#wrapper-inside {
    position: relative;
    margin: 0px auto;
    padding: 20px 0px 0px 0px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    text-align: left;
    grid-gap: 10px;
    background: #fff;
    max-width: var(--global-wrapper-max-size);
}







#wrapper-wide {
    position: relative;
    margin: 0px auto;
    padding: 20px 0px 0px 0px;
    width: 1000px;
    text-align: left;
}







#wrapper-half {
    position: relative;
    margin: 0px auto;
    padding: 0px;
    width: 470px;
    text-align: left;
    float: left;
}







    #wrapper-half .from, .product-details-item .from {
        font-size: 20px;
        font-weight: bold;
        color: var(--global-back-ground);
    }







    #wrapper-half .price, .product-details-item .price {
        font-size: 30px;
        font-weight: bold;
        color: var(--global-back-ground);
    }







#wrapper-left {
    position: relative;
    margin: 0px auto;
    width: 197px;
    text-align: left;
    padding-right: 30px;
    float: left;
}







    #wrapper-left h1 {
        font-size: 18px;
        margin-top: 5px;
        margin-bottom: 15px;
        font-weight: normal;
        padding-bottom: 10px;
        border-bottom: 1px solid #545454;
        margin-bottom: 0;
    }























.product-item {
    /*float:left;*/
}







.cart-badge-container {
    position: relative;
}







.cart-badge {
    position: absolute;
    right: 4px;
    top: -18px;
    background-color: orange;
    color: white;
    padding: 0.05em;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    width: 21px;
    height: 21px;
    box-shadow: 0 0 3px black;
    font-size: 16px;
    font-weight: bold;
}







#wl-testimonial {
    width: auto !important;
}







#wrapper-left a {
    display: block;
    text-align: left;
    padding: 10px 0px;
    border-bottom: 1px solid #d7d7d7;
    color: #989898;
}







    #wrapper-left a:hover {
        color: #545454;
        text-decoration: none;
    }







    #wrapper-left a.active {
        color: var(--global-back-ground);
        font-weight: bold;
    }







#wrapper-left-sublinks a {
    display: block;
    text-align: left;
    padding: 10px 0px 10px 30px;
    color: #989898;
    background: #f8fbfb;
    border-bottom: 1px solid #d7d7d7;
}







    #wrapper-left-sublinks a:hover {
        color: #545454;
        text-decoration: none;
    }







    #wrapper-left-sublinks a.active {
        color: #78adac;
        font-weight: bold;
    }







#wrapper-right {
    position: relative;
    margin: 0px auto;
    width: 702px;
    padding-left: 30px;
    border-left: 1px solid #ebebeb;
    text-align: left;
    float: left;
    min-height: 350px;
}







    #wrapper-right .split-left {
        position: relative;
        margin: 0px auto;
        padding: 0px;
        width: 362px;
        text-align: left;
        float: left;
        padding-right: 30px;
        border-right: 1px solid #ebebeb;
        min-height: 350px;
    }







    #wrapper-right .split-right {
        position: relative;
        margin: 0px auto;
        padding: 0px;
        width: 260px;
        padding-left: 30px;
        text-align: left;
        float: left;
    }







    #wrapper-right .half {
        position: relative;
        margin: 0px auto;
        width: 320px;
        padding-right: 30px;
        text-align: left;
        float: left;
    }







    #wrapper-right .nopadd {
        padding-right: 0px;
    }







.wrapper-column-padd {
    margin-right: 30px;
}







#wrapper-form-medium {
    position: relative;
    margin: 0px auto;
    padding: 0px;
    width: 250px;
    text-align: left;
}







#wrapper-form-large {
    position: relative;
    margin: 0px auto;
    padding: 0px;
    width: 350px;
    text-align: left;
}







#wrapper-form-xlarge {
    position: relative;
    margin: 0px auto;
    padding: 0px;
    width: 450px;
    text-align: left;
}







#breadcrumbs {
    position: relative;
    margin: 0px auto;
    padding: 0px;
    text-align: left;
    font-size: 13px;
    color: #989898;
    max-width: var(--global-wrapper-max-size);
}







    #breadcrumbs a.link {
        color: #989898;
    }







        #breadcrumbs a.link:hover {
            color: #545454;
            text-decoration: none;
        }







    #breadcrumbs span {
        color: var(--global-back-ground);
    }







#calendar-box {
    position: relative;
    width: 370px;
    float: left;
}















    #calendar-box .columns {
        width: 35px;
        background-color: #f5f5f5;
        *background-color: #e6e6e6;
        background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
        background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
        background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
        background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
        filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
        *zoom: 1;
        -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    }







    #calendar-box .empty {
        background-color: #f5f5f5;
    }







    #calendar-box .weekend {
        background-color: #ebf3f3;
    }







    #calendar-box .weekday {
        background-color: #ffffff;
    }







    #calendar-box .today {
        background-color: #78adac;
        color: #ffffff;
    }







#calendar-details {
    position: relative;
    width: 271px;
    margin-left: 30px;
    margin-top: 20px;
    float: left;
}







    #calendar-details .calendar-desc {
        position: relative;
        width: 234px;
        margin: 10px;
    }























.cart-inner-item div:first-child {
    display: none;
}







.cart-headers {
}







/*_______________________________________















    02 GLOBAL







_______________________________________*/







/* Floats */







#left {
    float: left;
}







#right {
    float: right;
}







#clear {
    clear: both;
}






/* Colours */







.white {
    color: #FFFFFF;
}







.teal {
    color: var(--global-back-ground);
}







.yellow {
    color: #ffc22e;
}







.grey {
    color: #545454;
}







.lgtgrey {
    color: #c4c4c4;
}















/* Font Sizes */







.fs11 {
    font-size: 11px;
}







.fs12 {
    font-size: 12px;
}







.fs13 {
    font-size: 13px;
}







.fs14 {
    font-size: 14px;
}







.fs15 {
    font-size: 15px;
}







.fs16 {
    font-size: 16px;
}







.fs17 {
    font-size: 17px;
}







.fs18 {
    font-size: 18px;
}







.fs21 {
    font-size: 21px;
    line-height: 38px;
}







.fs24 {
    font-size: 24px;
    line-height: 28px;
}







.fs25 {
    font-size: 25px;
    line-height: 32px;
}















.note {
    color: #989898;
    font-size: 13px;
}















.text-center {
    text-align: center !important;
}







.text-right {
    text-align: right !important;
}















.valign-top {
    vertical-align: top !important;
}















.bkg-lgtteal {
    background-color: #ebf3f3;
}















.bkg-teal {
    background-color: var(--global-back-ground);
}















/* Links */







a {
    color: var(--global-back-ground);
    text-decoration: none;
}







    a:hover {
        color: #5f9a99;
        text-decoration: none;
    }















/* Cursors */







.cursor-default {
    cursor: default;
}







.cursor-pointer {
    cursor: pointer;
}















/* Font Styles */















.bold {
    font-weight: bold;
}







.strike {
    text-decoration: line-through;
}







.uppercase {
    text-transform: uppercase;
}















/* Headings */







h1.home {
    font-size: 20px;
    text-decoration: none;
    margin-top: 0px;
    margin-bottom: 16px;
}







h1 {
    font-size: 28px;
    margin-top: 5px;
    margin-bottom: 25px;
    font-weight: normal;
    line-height: 32px;
}







h2 {
    font-size: 18px;
    text-decoration: none;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: normal;
    color: var(--global-back-ground);
}







    h2.love {
        font-size: 18px;
        line-height: 18px;
        text-decoration: none;
        margin-top: 0px;
        margin-bottom: 20px;
        font-weight: 700;
        color: var(--global-back-ground);
        font-family: Montserrat, sans-serif;
    }







h3 {
    font-size: 18px;
    text-decoration: none;
    margin-top: 12px;
    margin-bottom: 12px;
    font-weight: normal;
}







h4 {
    font-size: 16px;
    text-decoration: none;
    margin-bottom: 12px;
    color: #78adac;
}







h5 {
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 25px;
    font-weight: normal;
}







h1, h2, h3, h4 {
    font-weight: 700;
    font-family: 'Montserrat',sans-serif;
    color: #444444;
    text-indent: -3px;
}







/* Lists */







ul {
    margin-top: 0px;
    margin-bottom: 0px;
}















/* Forms */















/* Spacers */







br {
    line-height: 10px;
}







.hline {
    height: 1px;
    background: #ececec;
}







.hspace {
    height: 20px;
}







.hspace-med {
    height: 12px;
}







.hspace-sml {
    height: 8px;
}







.vspace {
    width: 20px;
}







.vspace-med {
    width: 12px;
}







.vspace-sml {
    width: 8px;
}







p {
    margin: 0px 0px 16px 0px;
}















.padd10 {
    padding: 10px;
}







.padd20 {
    padding: 10px;
}















/* Social */







.social_space {
    display: inline-block;
    font-size: 0pt;
    line-height: 0pt;
    margin: 10px 0px 10px 0px;
}







.mob-hide {
    display: none;
}







.social_space A.social {
    display: inline-block;
    line-height: 0pt;
    font-size: 0pt;
    height: 20px;
    margin-right: 4px;
    margin-left: 0px;
    margin-top: 4px;
    margin-bottom: 4px;
}







.social_space A.facebook {
    background-image: url('../images/fb-like.jpg');
    width: 48px;
}







.social_space A.twitter {
    background-image: url('../images/tweet.jpg');
    width: 58px;
}







.social_space A.pinterest {
    background-image: url('../images/pin-it.jpg');
    width: 34px;
}







.social_space A.googleplus {
    background-image: url('../images/google-share.jpg');
    width: 56px;
}















/* Overlays */







.price_was {
    text-decoration: line-through;
}







.price_now {
    font-size: 16px;
    color: #D37886;
    line-height: 20px;
}







.sold_out {
    position: absolute;
    z-index: 199;
    background-image: url(../images/sold-out.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-position: top center;
    top: 0;
    left: 0;
    background-size: cover;
}







.free_gift {
    position: absolute;
    z-index: 120;
    background-image: url(../images/free-gift.png);
    background-repeat: no-repeat;
    width: 126px;
    height: 50px;
    cursor: grab;
    background-position: right;
}







.free_gift_img {
    position: absolute;
    display: block;
    z-index: 120;
    width: 90px;
    height: 90px;
    top: 0px;
    left: 0px;
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
}







.btn {
    font-family: var(--global-font-family) !important;
}







.image_txt_block {
    position: absolute;
    display: none !important;
    /*left:40px;*/







    left: 50%;
    bottom: 91px;
    width: calc(100% - 18%);
    transform: translateX(-50%);
    background: rgba(255, 255, 255, 0.5);
    margin: 0px auto;
    text-align: center;
}







.image_txt {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 15px;
    color: #B20000;
    position: relative;
    display: block;
    width: auto;
    font-weight: bold;
    margin: 10px;
    text-align: center;
}























/*_______________________________________















    03 BANNERS







_______________________________________*/















.home-link {
    display: block;
    height: 22px;
    position: relative;
}















.icon-home-2 {
    FONT-SIZE: 15px;
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    color: #989898;
}







#wrapper-banner {
    position: relative;
    margin: 0px;
    padding: 4px;
    border: 1px solid #e1e1e1;
    border-radius: 14px;
    box-shadow: 0 0 7px 0 rgb(58 63 71 / 20%);
}







    #wrapper-banner .first {
        margin-left: 0px;
    }







.detail-table-col img {
    height: auto;
    width: 100%;
}







.detail-table-col {
    overflow: hidden;
}







#banner-loyalty {
    position: relative;
    margin: 2px;
    padding: 10px 20px;
    background: url('../images/icon-loyalty.png') no-repeat right 25px top 40px;
}







#banner-signup {
    position: relative;
    margin: 2px;
    padding: 10px 20px;
    background: var(--global-back-ground) url('../images/icon-signup.png') no-repeat right 20px top 40px;
}







#banner-delivery {
    position: relative;
    margin: 2px;
    padding: 10px 20px;
    background: var(--global-back-ground) url('../images/icon-truck.png') no-repeat right 25px top 40px;
}







#wrapper-banner h1 {
    font-size: 17px;
    margin-top: 0px;
    margin-bottom: 6px;
    font-weight: normal;
    color: #ffffff;
    font-weight: bold;
    margin-left: 3px;
}







#wrapper-banner p {
    font-size: 16px;
    margin: 0px;
    font-weight: normal;
    color: #ffffff;
}







#wrapper-banner .flags {
    margin: 0px;
    margin-right: 5px;
}







#wrapper-banner a {
    color: #ffffff;
}







    #wrapper-banner a:hover {
        color: #bcd6d6;
        text-decoration: none;
    }







#wrapper-banner input {
    padding: 3px 6px;
    margin: 0;
    float: left;
    position: relative;
    background: #fff;
    font-family: Calibri, Arial, Helvetica, sans-serif;
    font-size: 14px;
    width: 200px;
    color: #919191;
    border: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    height: 17px;
}







#wrapper-banner .btn {
    padding: 14.5px;
    margin: 0;
    float: left;
    position: relative;
    background: #fff url('../images/arrow-green.png') no-repeat 5px 8px;
    border: none;
    display: block;
    width: 24px;
    height: 23px;
}





.bottom-container button, .bottom-container .btn {
    margin-bottom: 8px;
    margin-left: 6px;
}







/*_______________________________________















    04 BLOG







_______________________________________*/







#blogcalendar {
    background: #fff url(../images/date-label.png) no-repeat;
    width: 70px;
    height: 64px;
    float: left;
    font-size: 12px;
    color: #FFF;
    line-height: 16px;
    padding-top: 12px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    margin-right: 12px;
}







    #blogcalendar .day {
        font-size: 24px;
        color: #FFFFFF;
        line-height: 20px;
        text-align: center;
        text-transform: uppercase;
        font-weight: bold;
    }







#blogcommentblock {
    margin: 10px 0px;
    padding: 30px;
    background: #f5f5f5;
}







.site-nav-menu-1024-desk a {
    padding-right: 0 !important;
}















/*_______________________________________















    05 CHECKOUT STAGES







_______________________________________*/







#checkoutstages {
    margin: 5px 80px 0px 0px;
    position: relative;
}






    #checkoutstages .circles {
        display: block;
        float: left;
        width: 29px;
        height: 29px;
        margin-top: -5px;
        margin-left: 15px;
        margin-right: 10px;
    }








    #checkoutstages .one-active {
        background: url('../images/checkout-stages.png') 0 0;
    }







    #checkoutstages .one-inactive {
        background: url('../images/checkout-stages.png') 0 -29px;
    }







    #checkoutstages .two-active {
        background: url('../images/checkout-stages.png') -29px 0;
    }







    #checkoutstages .two-inactive {
        background: url('../images/checkout-stages.png') -29px -29px;
    }







    #checkoutstages .three-active {
        background: url('../images/checkout-stages.png') -58px 0;
    }







    #checkoutstages .three-inactive {
        background: url('../images/checkout-stages.png') -58px -29px;
    }






.checkoutstages-other {
    margin-top: 4px;
}















.member-style a {
    font-weight: bolder;
}







/*_______________________________________















    06 LOAD MASK







_______________________________________*/







.scrollHeightCompensate {
    height: 100px;
}







.loadmask {
    z-index: 90000;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .80;
    filter: alpha(opacity=80);
    background-color: #000000;
    width: 100%;
    height: 100%;
    zoom: 1;
}







.loadmask-msg {
    z-index: 200001;
    position: absolute;
    top: 0;
    left: 0;
    padding: 8px;
    width: 242px !important;
    background-color: #ffffff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.3);
    *border: 1px solid #999;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    outline: none;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
}







    .loadmask-msg div {
        padding: 15px;
        background: #ffffff url(/images/loading.gif) no-repeat left;
        min-height: 50px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-weight: bold;
        line-height: 50px;
        cursor: wait;
    }







.masked {
    overflow: hidden !important;
}







.masked-relative {
    position: relative !important;
}







.masked-hidden {
    visibility: hidden !important;
}






.block-thumb {
    /* margin-right: 13px !important;*/
    /*height: 309px;*/







    width: 100%;
    box-sizing: border-box;
}







.price {
    width: 76px;
}







.hover-x {
    width: 100%;
    height: 376px;
    padding: 0.4px !important;
}







.details {
    width: 100%;
    box-sizing: border-box;
    padding: 0.3em !important;
    padding-bottom: 0px !important;
}







.block-thumb .details {
    height: 100%;
}







    .block-thumb .details .pma {
        bottom: 0;
        /*position: absolute;







		width: calc(100% - 8px);*/







        box-sizing: border-box;
        margin-top: 10px;
    }







.block-thumb .delivery {
}







.delivery {
    width: 100%;
    box-sizing: border-box;
}







.block-thumb img {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    margin: 0 !important;
}







.block-thumb .price {
    font-size: 18px !important;
}

nav







.prodname {
    white-space: nowrap;
}















#breadcrumbs-bkg {
    padding-left: 40px;
    padding-right: 40px;
}







.product-grid {
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    grid-auto-rows: auto;
    grid-gap: 16px;
    width: 100%;
}







.menu-container-grid {
    display: grid;
    grid-template-columns: repeat(4,auto);
    align-items: flex-start;
    justify-content: center;
    grid-gap: 30px;
}







.product-info-grid {
    display: grid;
    grid-template-columns: 45% 10% 45%;
    grid-template-areas: "tx tx tx" "t1 t2 t3";
    width: 100%;
}







    .product-info-grid .t1 {
        /* border-top: 1px solid #e6eaed;







        border-right: 1px solid #e6eaed;*/







        display: flex;
        justify-content: flex-start;
        align-items: center;
        font-size: 22px;
        font-weight: 600;
        color: var(--global-back-ground);
        padding-left: 0px;
        padding-left: 6.2px;
        grid-area: t1;
        padding-top: 0.3em;
        padding-bottom: 0.3em;
    }







.podmob {
    display: none !important;
}







.btn {
    border: none !important;
    background-color: white;
}







.prodname {
    display: flex;
    text-align: left !important;
    padding-left: 6.2px;
    align-items: flex-end;
    grid-area: tx;
}







.product-info-grid .t2 {
    /*border-top: 1px solid #e6eaed;







        border-right: 1px solid #e6eaed;*/







    line-height: normal !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    font-weight: 600;
    grid-area: t2;
}















.cart-input-container2 {
    width: 45%;
}







.lastcartinputcol {
    width: 40%;
}







.cart-input-container2 table {
    width: 100%;
}







.priceLeft {
    font-size: 13.7px;
    padding-top: 0.25em;
}







.t2-text {
    font-size: 18px;
}







.btn-large {
    font-weight: bold;
    text-transform: uppercase;
}







.google-veri {
    /*width: 260px;*/
}







.input-100 {
    width: 100%;
}







.make-block {
    display: block !important;
    box-sizing: border-box;
}







.product-info-grid .t3 {
    /* border-top: 1px solid #e6eaed;*/







    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 20px;
    grid-area: t3;
    padding-right: 0.2em;
}























@media (max-width:1237px) {







    .priceLeft {
        display: none !important;
    }
}































































input.md-check {
    height: 18px !important;
    width: 18px !important;
    margin-top: 0px;
}















select.input-small {
    background-position-x: 90%;
}







select.input-mini {
    background-position-x: 90%;
}















.controls {
    box-sizing: border-box;
}







.radios {
    display: flex;
    align-items: center;
}







    .radios input {
        margin-top: 0;
    }







@media (max-width:1024px) {







    #wrapper-bkg {
        position: relative;
        margin: 0px auto;
        padding: 0px;
        background: #fff;
    }







    #wrapper-right .split-right {
        width: 240px;
    }































    #breadcrumbs-bkg {
        position: relative;
        margin: 0px auto;
        padding-top: 10px;
        padding-bottom: 10px;
        background: #fff;
        border-top: 1px solid #e1e1e1;
        border-bottom: 1px solid #e1e1e1;
    }















    .product-grid {
        grid-template-columns: repeat(4,minmax(0,1fr));
    }
}















#searchButton {
    margin-right: 12px;
}















.block-thumb {
    /*margin-bottom:14px !important;*/
}















#wrapper-bkg {
    margin: 0px auto;
    padding-left: 40px;
    padding-right: 40px;
}















@media (min-width:1024px) {







    #wrapper-bkg {
        position: relative;
        margin: 0px auto;
        background: #fff;
    }















    #breadcrumbs-bkg {
        position: relative;
        margin: 0px auto;
        padding: 10px 0px;
        background: #fff;
        /* border-top: 1px solid #e1e1e1;







        border-bottom: 1px solid #e1e1e1;*/







        border-top: 1px solid #ececec;
        border-bottom: 1px solid #ececec;
        padding-left: 40px;
        padding-right: 40px;
    }
}















@media (max-width:1180px) {







    .site-nav-menu-10x-desk {
        display: none;
    }















    .menu-container-grid {
        display: grid;
        grid-template-columns: repeat(3,auto);
    }
}















@media (max-width:1090px) {







    .site-nav-menu-1090-desk {
        display: none;
    }







    #wrapper-right .split-left {
        width: 320px;
    }







    #wrapper-right {
        position: relative;
        margin: 0px auto;
        width: 70%;
    }































































































































































































    .cart-input-container {
        float: left;
        width: 45%;
    }















    .cart-input-container2 {
        width: 48%;
    }
}















.detail-table {
    width: 470px;
}















.detail-table-col {
    height: 470px;
}















.wrapper-half {
    width: 470px;
}















.fixed-menu {
    margin-left: 30px !important;
}















.right-grid {
    float: left;
}















.tabs-container {
    /*margin-right: 6px;*/
}















.step2-col-1 {
    width: 25%;
}















.step2-col-2 {
    width: 26%;
}















.step2-col-3 {
    width: 25%;
}















.step2-h1 {
    width: 25%;
}















.step2-h2 {
    width: 75%;
}















.step2-h3 {
    width: 100%;
    display: none;
}















.check-c-c1 {
    margin-right: 10px;
    width: 475px;
}















.check-c-c2 {
    width: 475px;
}























.right-grid {
    width: 100%;
}















    .right-grid #left {
        width: 100%;
    }















    .right-grid .product-grid {
        display: grid;
        grid-template-columns: repeat(2,minmax(0,1fr));
        grid-auto-rows: auto;
        grid-gap: 40px;
    }















    .right-grid .product-item {
        float: none;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }















    .right-grid .image-link {
        /* max-height: 73%;*/







        aspect-ratio: 1 !important;
    }























.check-step-controls .controls {
    margin-left: 160px !important;
}















.right-grid .block-thumb .details {
    width: 100% !important;
    box-sizing: border-box;
}















.right-grid .details {
    padding: 0.4em !important;
    padding-bottom: 0 !important;
}















.right-grid .block-thumb {
    float: none !important;
    margin-right: 0px !important;
    box-sizing: border-box;
    margin-bottom: 0px !important;
}















    .right-grid .block-thumb .hover-x {
        position: absolute !important;
    }















    .right-grid .block-thumb .hover-x {
        width: 100% !important;
    }















    .right-grid .block-thumb .price {
        width: 26% !important;
    }















    .right-grid .block-thumb .moreinfo {
        width: 40% !important;
        text-align: center;
    }















    .right-grid .block-thumb .basket-container {
        width: 31% !important;
    }















    .right-grid .block-thumb .delivery {
        width: calc(100% - 8px) !important;
    }















    .right-grid .block-thumb img {
        box-sizing: border-box;
        margin: 0 !important;
        margin-left: auto;
        margin-right: auto;
        width: 100% !important;
        display: block;
        height: auto !important;
    }















.right-grid .block-thumb {
    width: 100% !important;
    /*  height: 310px !important;*/







    box-sizing: border-box;
}















    .right-grid .block-thumb .hover-x {
        /*  height: 378px !important;*/
    }























































.right-grid .block-thumb {
    /*  height: 330px !important;*/
}















    .right-grid .block-thumb img {
        height: 208px !important;
    }















    .right-grid .block-thumb .hover-x {
        /* height: 363px !important;*/
    }















.prodname {
}















.right-grid .block-thumb .moreinfo a {
    margin-left: 5px !important;
}















































.right-grid .plusinfo {
    display: none;
}































































































































































@media (max-width:1000px) {







    .check-c-c1 {
        margin-right: 10px;
        width: 45%;
        box-sizing: border-box;
        margin-bottom: 5px;
    }















    #hampersNav {
        grid-template-columns: repeat(1,1fr) !important;
        grid-auto-flow: row;
    }







    .step2-col-2 .control-label {
        display: block;
        float: none;
    }







    .step2-col-2 .controls {
        float: none;
        margin-left: 0 !important;
    }























    .step2-col-2 {
        width: 22%;
    }







        .step2-col-2 input, .step2-col-2 select {
            width: 100%;
        }







    .step2-col-1 {
        width: 18%;
    }































    #wt-search {
        margin-left: 11% !important;
    }























    element.style {
    }































    .check-out-x-container {
        width: 100%;
        margin-bottom: 5px;
    }















    .check-c-c2 {
        width: 50%;
        box-sizing: border-box;
        margin-bottom: 5px;
    }















    .product-info-grid .t1 {
        font-size: 16px;
    }















    .product-info-grid .t2 {
        font-size: 14px;
    }























    .hide-1000 {
        display: none;
    }















    #wrapper-right {
        width: 70%;
    }















        #wrapper-right .split-right {
            width: 45%;
        }















        #wrapper-right .split-left {
            width: 43%;
        }















    #wrapper-left {
        width: 20%;
    }















    #banner-loyalty, #banner-delivery, #banner-signup {
        /* width: 300px !important; */







        padding-right: 20px !important;
        background-image: none !important;
    }















    .right-grid #left {
        width: 100%;
    }































    .right-grid .product-item {
        float: none;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }















    .check-step-controls .controls {
        /* margin-left: 160px !important;*/
    }















    .right-grid .block-thumb .details {
        width: 100% !important;
        box-sizing: border-box;
    }































    .right-grid .block-thumb {
        float: none !important;
        margin-right: 0px !important;
        box-sizing: border-box;
        margin-bottom: 0px !important;
    }















        .right-grid .block-thumb .hover-x {
            position: absolute !important;
        }















        .right-grid .block-thumb .hover-x {
            width: 100% !important;
        }































































        .right-grid .block-thumb img {
            box-sizing: border-box;
            margin: 0 !important;
            margin-left: auto;
            margin-right: auto;
            width: 100% !important;
            display: block;
            height: auto !important;
        }







































































































    .prodname {
    }















    .right-grid .block-thumb .moreinfo a {
        margin-left: 5px !important;
    }















































    .right-grid .plusinfo {
        display: none;
    }































































    #wrapper-half {
        width: 48.5%;
        margin-right: 1.5%;
        margin-bottom: 1.5%;
    }















    .detail-table {
        width: 100%;
    }















    .detail-table-col {
        width: 100%;
        height: auto;
    }















        .detail-table-col img {
            width: 100%;
            height: auto;
        }















    #tabs {
        width: 100% !important;
    }















        #tabs ul li {
            width: 50% !important;
        }















        #tabs .left, #tabs .right {
            width: auto !important;
        }















    #wrapper-wide {
        width: 800px;
    }















    #wrapper, #wrapper-inside {
        /*width: 780px;*/
    }















    #banner-loyalty, #banner-delivery, #banner-signup {
        /*width: 300px !important;*/
    }















    #wt-links {
        /*display: none;*/
    }















    .extra-menu {
        display: block;
    }















    #wrapper-right input:not(.input-100), #wrapper-right select, #wrapper-right textarea {
        /*width: auto !important;*/
    }
}























@media (max-width:960px) {







    .button-seperator {
        display: none;
    }
}















@media (max-width:930px) {







    .menu-container-grid {
        display: grid;
        grid-template-columns: repeat(2,auto);
    }
}















@media (max-width:900px) {







    .prodname {
        font-size: 14px;
    }















    #wrapper-right .split-right {
        width: 42%;
    }







    .f16-rs {
        font-size: 14px;
    }























    .fixed-menu {
        margin-left: 26px !important;
    }















    .block-thumb .delivery, .block-thumb2 .delivery2 {
        font-size: 10px;
    }















        .block-thumb .delivery .fs16, .block-thumb2 .delivery2 .fs16 {
            font-size: 15px;
        }























    .product-info-grid .t1 {
        font-size: 15px;
    }















    #wt-search .searchcontainer {
        width: 250px !important;
        max-width: 350px;
    }







    .rmenu > li > a {
        padding-left: 0px !important;
    }















    #wt-search {
        margin-left: 4% !important;
    }















    .block-thumb .addbasket, .block-thumb2 .addbasket {
    }















    .right-grid .product-grid {
        grid-gap: 10px;
    }















    .right-grid .block-thumb .addbasket, .block-thumb2 .addbasket {
    }















    .site-more a, a.site-more {
        padding-right: 0 !important;
    }















    .menu > li > a:not(.site-more) {
        padding-right: 20px !important;
    }
}















.product-item {
    position: relative;
}































.block-thumb .hover-x {
    position: absolute !important;
}















.info-table-col {
    width: 20%;
}















    .info-table-col img {
        margin-top: 4px;
        margin-right: 6px;
    }















.check-c-row {
    width: 590px;
}















.check-out-x-container {
    width: 992px;
}















.image-link {
    background-size: cover;
    background-position: center;
    aspect-ratio: 1;
    display: block;
    border-radius: 12px;
    margin-left: auto;
    margin-right: auto;
}















.block-thumb:hover .image-link {
    animation: scaleme;
    animation-fill-mode: both;
    animation-timing-function: ease-in;
    animation-duration: 0.2s;
}















@keyframes scaleme {







    0% {
        background-size: 100%;
    }















    100% {
        background-size: 110%;
    }
}















.block-thumb .prodname {
}















.shadow, .shadow2 {
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
    box-shadow: 0 0 7px 0 rgb(58 63 71 / 15%);
}















.sold_out {
    border-radius: 15px;
}















    .sold_out:hover {
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
    }















.block-thumb .delivery {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}















.block-thumb .hover {
    box-shadow: 0 0 7px 0 rgb(58 63 71 / 15%);
    border-radius: 15px;
}















.block-thumb {
    border-radius: 15px;
}















.cart-input-container {
    width: 555px;
    margin-top: 1px;
}















.cart-input-container {
    float: left !important;
    width: 50%;
}







.radios2 {
    display: flex;
    align-items: flex-start;
}







@media (max-width:800px) {







    #wrapper-left {
        display: none;
    }







    .f16-rs {
        font-size: 13px;
    }







    .fixed-menu {
        margin-left: 22px !important;
    }







    .hide-800 {
        display: none;
    }







    .button-seperator {
        display: inline;
    }















    #wrapper-wide {
        width: auto;
        padding-left: 0.3em;
        padding-right: 0.3em;
    }















    .rmenu > li > a {
        padding-left: 10px !important;
    }















    #wn-logo img {
        width: 220px;
        height: auto;
    }















    .menu > li > a:not(.site-more) {
        padding-right: 12px !important;
    }















    .site-more a, a.site-more {
        padding-right: 0 !important;
    }















    .product-grid {
        grid-template-columns: repeat(3,minmax(0,1fr));
    }















    #wrapper, #wrapper-inside {
        /*	width:auto;







		max-width: 768px;*/
    }















    #wrapper {
        padding-left: 0.5em;
        padding-right: 0.5em;
    }















    .cart-input-container {
        width: auto !important;
        float: none !important;
    }















    .cart-input-container2 {
        width: auto;
        float: none !important;
    }















    #wrapper-right {
        width: 100%;
        box-sizing: border-box;
    }















    .right-grid .info-text {
        display: none;
    }















    .right-grid {
    }















        .right-grid .product-info-grid {
            /* grid-template-columns: 35% 30% 35%;*/
        }















    .bottom-grid {
        grid-gap: 40px;
    }















    .product-details-grid {
        grid-gap: 40px;
    }























    #wt-search {
        margin-left: 2% !important;
    }















































    #wrapper-right * {
        box-sizing: border-box;
    }















    #wrapper-right .form-actions {
        margin-left: 4px;
        margin-right: 4px;
    }















    #wrapper-right .split-right {
        width: 40%;
    }















    #wrapper-right .split-left {
        width: 45%;
    }















    .check-step-controls .controls {
        /* margin-left: 130px !important;*/
    }
}















.basket-container {
    border-top: 1px solid #e6eaed;
    float: left;
    width: 47px;
    height: 42px;
}















.wrapper-banner {
    margin-bottom: 10px !important;
    background-color: var(--global-back-ground) !important;
    padding: 0.6em;
}















    .wrapper-banner input {
        height: 23px !important;
    }















        .wrapper-banner input:first-child {
            width: calc(100% - 70px) !important;
        }















.login-divisor {
    height: 342px;
}























.mob-space {
    display: none;
}















.cart-inner-item .textspace {
    display: none;
}







.button-seperator {
    display: none;
}







.center-x1 {
    margin-bottom: 3px;
}







.bottom-containerx1 button, .bottom-containerx1 .btn {
    margin-bottom: 10px;
    margin-left: 6px;
}







.detail-table-col img {
    image-resolution: 300dpi;
    image-rendering: optimizeQuality;
    image-rendering: optimizeSpeed;
    image-rendering: -moz-crisp-edges;
    transform: scale(0.99);
}







.text-space {
    display: none;
}











.desktop-show {
    display: block;
}
.desktop-show-inline{
    display:inline;
}


.mobile-show {
    display: none;
}



@media (max-width:768px) {


    .desktop-show, .desktop-show-inline {
        display: none !important;
    }



    .mobile-show {
        display: block;
    }
    #wl-testimonial {
      
        padding-left:  18px !important;
    }
        .fixed-desktop {
        position: static;
        z-index: initial;
        width: auto;
        left: auto;
        transform: none;
    }


    #wn-wrapper {
        padding-left: 0 !important;
    }



    .newline-x4 {
        height: 4px;
    }







    .text-space {
        display: inline;
    }















    .location-edit {
        margin-right: 0px;
    }







    .align-left-mob {
        text-align: left;
    }







    #wl-satisfaction {
        background: url('../images/wl-satisfaction.png') no-repeat 0px 17px;
    }















    #wl-wrapper-btm-bkg {
        padding-left: 30px;
        padding-right: 30px;
    }







    .fs24 {
        font-size: 20px;
    }















    .block-thumb .addbasket, .block-thumb2 .addbasket {
        /* background-color: #e3e6e9;*/
    }















    .button-seperator {
        display: block;
        content: '';
        height: 5px;
    }















    .bottom-container button, .bottom-container .btn, .bottom-containerx1 button, .bottom-containerx1 .btn {
        margin-left: 0px;
    }















    .form-horizontal .controls {
        width: auto;
        margin-left: 5px !important;
    }















    .form-horizontal .control-label {
        float: none !important;
        width: auto !important;
    }















    .product-info-grid .t3 {
        font-size: 16px;
    }















    .form-horizontal .iti {
        display: block;
    }















    .form-horizontal .controls .input-tel {
        width: 100%;
    }















    .step2-col-2 input {
        max-width: inherit !important;
    }







































    .product-info-grid {
        display: grid;
        grid-template-columns: 50% 10% 40%;
        width: 100%;
    }















    .form-horizontal .control-group {
        float: none !important;
    }















    .form-horizontal .control-group {
        width: auto !important;
    }















    .bottom-container button, .bottom-container .btn, .bottom-containerx1 button, .bottom-containerx1 .btn {
        width: 100%;
        display: block;
        clear: both !important;
        float: none;
        box-sizing: border-box;
    }















    #wrapper-right input[type=email], .credit-table-row-mobile td select, .credit-table-row-mobile td input[type=email], .credit-table-row-mobile td input[type=search], .credit-table-row-mobile td input[type=text], .form-horizontal .control-group input[type=email], .check-step-controls .controls input[type=email], .form-horizontal .controls-sml input[type=email], #wrapper-right input[type=text], .form-horizontal .control-group input[type=text], .form-horizontal .controls-sml input[type=text], .check-step-controls .controls input[type=text], .check-step-controls .controls input[type=text], #wrapper-right input[type=password], .form-horizontal .control-group input[type=password], .check-step-controls .controls input[type=password], .form-horizontal .controls-sml input[type=password], #wrapper-right input[type=search], .form-horizontal .controls-sml input[type=search], #wrapper-right select, .form-horizontal .controls-sml select, .form-horizontal .control-group input[type=email] select, .form-horizontal .controls-sml textarea, .check-step-controls .controls select, .check-step-controls .controls textarea, #wrapper-right textarea, .step2-col-3 textarea, .form-horizontal .control-group textarea {
        width: 100% !important;
        box-sizing: border-box;
        min-height: 32px;
    }















    .form-horizontal .controls select {
        width: 100%;
    }















    .form-horizontal input, .form-horizontal select {
        margin-bottom: 5px !important;
        margin-top: 0px !important;
    }























    .check-c-c1 {
        margin-right: 10px;
        width: 100%;
        box-sizing: border-box;
        float: none !important;
    }















    .sub-accord-container {
        padding-top: 0.4em !important;
        margin-top: 7px !important;
    }















    .plusinfo {
        display: none;
    }















    .check-c-c2 {
        width: 100%;
        box-sizing: border-box;
        float: none !important;
    }















    .bottom-grid {
        grid-template-columns: 1fr;
    }















    .product-details-grid {
        grid-template-columns: 1fr;
    }















    .step2-col-1 {
        width: 100%;
        display: block;
        box-sizing: border-box;
    }















    #wrapper-half .price {
        font-size: 27px;
    }















    #wrapper-half h1 {
        font-size: 25px;
    }















    .step2-col-2 {
        width: 100%;
        display: block;
        box-sizing: border-box;
    }















    .step2-col-3 {
        width: 100%;
        display: block;
        box-sizing: border-box;
    }















    .step2-h1 {
        width: 25%;
        display: none;
    }















    .step2-h2 {
        width: 75%;
        display: none;
    }















    .step2-h3 {
        width: auto;
        display: block;
    }























    .mob-cancel-float {
        clear: both !important;
        float: none !important;
    }















    .cart-checkbuttons a, .cart-checkbuttons .btn {
        margin-bottom: 9px !important;
    }















    .login-divisor {
        height: 50px;
    }















    .mob-space {
        display: inline;
    }















    .reset-vspace {
        float: none !important;
        display: none !important;
    }















    #breadcrumbs {
        width: auto;
        padding: 1.0em;
        padding-left: 4px;
    }















    #wrapper-right {
        width: 480px;
        float: none;
        margin-left: auto;
        margin-right: auto;
        padding-left: 2px;
        border: none;
    }















        #wrapper-right .form-actions {
            margin-left: 0px !important;
            margin-right: 0px !important;
        }















        #wrapper-right .split-right {
            width: 100%;
            float: none;
            min-height: 0px;
            padding-left: 0px;
        }















            #wrapper-right .split-right .btn {
                display: block;
                margin-bottom: 5px;
                width: 100%;
                box-sizing: border-box;
            }















            #wrapper-right .split-right .form-actions {
                box-sizing: border-box;
                width: 100%;
            }















        #wrapper-right .split-left {
            width: 100%;
            float: none;
            min-height: 0px;
            border: none !important;
        }















        #wrapper-right .form-actions .btn {
            display: block;
            margin-bottom: 5px;
            width: 100%;
            box-sizing: border-box;
        }







        #wrapper-right .form-actions {
            box-sizing: border-box;
            /*width: 50%;*/
        }






    #wrapper-half {
        width: 470px;
        float: none !important;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 15px;
    }















    .right-grid {
        float: none !important;
        /*width: 470px;*/







        margin-left: auto;
        margin-right: auto;
    }








    .display-product-item {
        display: flex !important;
    }














    .tabs-container {
        float: none !important;
        margin-left: auto;
        margin-right: auto;
    }






    .cart-table-row {
        border-bottom: 4px solid buttonface;
    }






    .cart-table {
    }














    .cart-col {
        display: block;
        padding: 0px !important;
    }







    .cart-table-row td:last-child {
        padding: 8px !important
    }















    .control-top, #wt-wrapper-bkg {
        display: none !important;
    }















    #wn-wrapper {
        height: auto !important;
        position: fixed;
        z-index: 5000;
        width: 100% !important;
        top: 0;
        min-width: 320px !important;
    }















    .promo-container {
        display: none !important;
    }















    .nav-wraper1 {
        /*	margin-top: 90px !important;*/
    }















    #wn-wrapper-bkg {
        height: auto !important;
    }















    .product-info-grid .t1 {
        font-size: 14px;
    }















    .product-info-grid .t2 {
        font-size: 13px;
    }























    .cart-inner-item {
        display: grid;
        grid-template-columns: 30% 70%;
    }















        .cart-inner-item div:first-child {
            display: flex;
            background-color: #fcfcfc;
        }















            .cart-inner-item div:first-child label {
                display: block;
                text-align: center;
                font-weight: bolder;
                color: black !important;
            }















        .cart-inner-item div:last-child br {
            display: none;
        }















        .cart-inner-item div:last-child a, .cart-inner-item div:last-child span {
            margin-right: 4px;
        }















        .cart-inner-item div {
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 0.3em;
        }















    .cart-input-container {
        width: 100%;
    }















    .cart-headers {
        display: none;
    }































    .product-grid {
        grid-gap: 15px;
    }















    .right-grid .product-grid {
        grid-template-columns: repeat(3,minmax(0,1fr));
    }















    .extra-menu {
        display: none;
    }















    .prodname {
        font-size: 12px;
        line-height: 12px;
    }















    .product-item {
        float: none;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }















    .desk-checkout {
        display: none;
    }















    .mob-checkout {
        display: inline;
    }















    #wrapper, #wrapper-inside {
        width: auto;
        max-width: 700px;
    }


    #wrapper-bkg {
      
        padding-left: 25px;
        padding-right: 25px;
    }
    #wb-billboard {
        padding-left: 25px !important;
        padding-right: 25px !important;
        padding-top:22px !important;
        background: white;
    }

    #breadcrumbs-bkg {
        padding-left: 25px;
        padding-right: 25px;
    }









    #banner-loyalty, #banner-delivery, #banner-signup {
        width: 100% !important;
        padding: 0 !important;
        padding-top: 10px !important;
    }















    .product-info-grid {
    }































    #banner-signup {
        padding-top: 7px !important;
    }















    .wrapper-banner {
        float: none !important;
        background-color: var(--global-back-ground) !important;
        padding: 14px 14px !important;
    }















        .wrapper-banner input:first-child {
            width: calc(100% - 100px) !important;
        }















        .wrapper-banner input {
            height: 23px !important;
        }















    #banner-signup {
        background: var(--global-back-ground) url('../images/icon-signup.png') no-repeat right 24px top 37px;
    }







































    .block-thumb, .details {
        width: 100% !important;
        box-sizing: border-box;
    }































    .block-thumb {
        float: none !important;
        margin-right: 0px !important;
        box-sizing: border-box;
        margin-bottom: 0px !important;
    }















        .block-thumb .hover-x {
            position: absolute !important;
        }















        .block-thumb .hover-x {
            width: 100% !important;
        }















        .block-thumb .price {
            width: 26% !important;
        }















        .block-thumb .moreinfo {
            width: 40% !important;
        }















        .block-thumb .basket-container {
            width: 31% !important;
        }















        .block-thumb .delivery {
            width: calc(100% - 1.0%) !important;
        }















        .block-thumb img, .right-grid .block-thumb img {
            box-sizing: border-box;
            margin: 0 !important;
            margin-left: auto;
            margin-right: auto;
            width: 100% !important;
            display: block;
            height: auto !important;
        }















    .block-thumb, .right-grid .block-thumb {
        width: 100% !important;
        /*		height: 270px !important;*/







        box-sizing: border-box;
    }















        .block-thumb .hover-x, .right-grid .block-thumb .hover-x {
            height: 337px !important;
        }







































    .mobile-search {
        box-sizing: border-box;
        position: fixed;
        top: 10px;
        z-index: 5000;
        width: 100%;
        padding: 0.6em;
        background-color: white;
    }















        .mobile-search input[type=text] {
            width: 100%;
            box-sizing: border-box;
            border-right-width: 0;
            border-left-width: 2px;
            border-bottom-width: 2px;
            border-top-width: 2px;
            border-radius: 12px;
            border-color: #78adac;
            height: 38.81px !important;
            box-shadow: 0 0 2px #78adac;
        }















            .mobile-search input[type=text]:focus {
                border-color: #78adac;
            }















        .mobile-search form {
            margin-bottom: 2px;
            box-sizing: border-box;
        }















        .mobile-search tr, .mobile-search tbody {
            box-sizing: border-box !important;
        }















        .mobile-search table {
            width: 100%;
            box-sizing: border-box !important;
            border-collapse: collapse !important;
        }















            .mobile-search table td:first-child {
                width: 95%;
                box-sizing: border-box;
            }















            .mobile-search table td:last-child {
                width: 5%;
                box-sizing: border-box;
            }















        .mobile-search button {
            width: 100%;
            box-sizing: border-box;
            padding: 0;
            margin: 0;
            position: relative;
            color: white;
            border: none;
            display: block;
            width: 33px;
            height: 39.0px;
            margin-left: -14px;
            cursor: pointer;
            border-top-right-radius: 8px;
            border-bottom-right-radius: 8px;
            background-color: #78adac !important;
            font-size: 17px;
            box-shadow: 0 0 4px;
        }















    #wt-search {
        display: none !important;
    }















    #wt-links {
        display: block;
    }















    .extra-menu {
        display: none;
    }















    .res-menu-header span, .res-menu-header span, .res-menu-sub-header span {
        right: 0 !important;
        left: auto !important;
        transform: scale(1.3);
    }















    body {
        margin-top: 57px;
    }



    .a_body {
        margin-top: 130px !important;
    }




    .a_body_1 {
        margin-top: 110px !important;
    }






    #wrapper-right .form-actions {
        /*  padding-left: 20px !important;*/
    }















    .step2-col-3 textarea {
        /*  width: 320px !important;*/
    }















    .btn-teal-arrow {
        background-position: center right !important;
    }















    .step2-col-3 input, .step2-col-3 textarea {
        margin-bottom: 5px;
    }















    .step-3-rec-col {
        width: 100% !important;
        display: block;
        box-sizing: border-box;
    }















    .check-step-3-detail-col-1 {
        box-sizing: border-box;
        width: 70%;
        display: block;
        padding: 0.3em;
        float: left;
    }















    .check-step-3-detail-col-2 {
        box-sizing: border-box;
        width: 30%;
        display: block;
        padding: 0.3em;
        float: left;
        padding: 0.3em;
    }















    #wrapper-right input[type=email], #wrapper-right input[type=text], #wrapper-right input[type=password], #wrapper-right input[type=search], #wrapper-right select, #wrapper-right textarea {
        width: 100% !important;
        box-sizing: border-box;
        min-height: 32px;
    }















    #calendar-box select {
        width: auto !important;
    }















    .mob-clear {
        display: none !important;
    }
}















.step-3-rec-col {
    width: 25%;
}























.step2-col-3 textarea {
    margin-bottom: 5px !important;
}















.bottom-container {
    text-align: right !important;
}







.global-left-padd {
    padding-left: 0.4em;
}







.g-recaptcha {
    transform: scale(0.77);
    transform-origin: 0 0;
}























@media (max-width:600px) {







    .check-c-row {
        width: 100%;
        box-sizing: border-box;
    }







    .mob-tr td:first-child {
    }







    .mob-tr td:last-child {
    }







    .t2-text {
        font-size: 14px;
    }















    .f16-resx1 {
        font-size: 14px;
    }















    .btn-large {
        font-size: 16px;
    }























    .podmob {
        display: inline;
    }















    /* .poddesk {







            display: none;







        }*/















    .bottom-container {
        text-align: left !important;
    }















    .cart-checkbuttons {
        text-align: left !important;
    }















    .bottom-container button, .bottom-container .btn {
        margin-bottom: 5px;
    }















    .block-thumb .addbasket, .block-thumb2 .addbasket {
    }















    .product-info-grid .t3 {
        /* border-top: 1px solid #e6eaed; */







        font-size: 13px;
    }















    #wrapper, #wrapper-inside {
        /*	max-width: 500px;*/
    }















    .product-info-grid {
    }















    element.style {
    }















    .block-thumb .prodname {
    }















    .prodname {
        font-size: 11px;
        line-height: 11px;
    }























    .product-info-grid .t2 {
        font-size: 12px;
    }















    .product-info-grid .t1 {
        font-size: 11px;
    }















    .block-thumb .addbasket, .block-thumb2 .addbasket {
    }















    #wt-links {
        display: none;
    }















    .extra-menu {
        display: block;
        margin-right: 40px !important;
    }















    #wt-tel {
        display: block;
    }















    #wrapper-half {
        width: 420px;
    }







































    .block-thumb, .right-grid .block-thumb {
        /*height: 235px !important;*/
    }















        .block-thumb .hover-x, .right-grid .block-thumb .hover-x {
            height: 302px !important;
        }















        .block-thumb .price, .right-grid .block-thumb .price {
            font-size: 15.1px !important;
        }
}















@media (max-width:550px) {







    .block-thumb, .right-grid .block-thumb {
        /*height: 230px !important;*/
    }















    .product-info-grid .t2 {
        font-size: 10px;
    }















    .block-thumb .hover-x, .right-grid .block-thumb .hover-x {
        /*	height: 297px !important;*/
    }















    .block-thumb .price, .right-grid .block-thumb .price {
        font-size: 15px !important;
    }
}







































































































































































@media (max-width:500px) {







    .right-grid .product-grid {
        grid-template-columns: repeat(2,minmax(0,1fr));
    }















    .t2-text {
        font-size: 14px;
    }















    .product-grid {
        grid-template-columns: repeat(2,minmax(0,1fr));
    }















    .form-horizontal .control-group {
        width: auto !important;
    }















    .info-table-col {
        width: 100%;
        box-sizing: border-box;
        display: block;
    }















    .mob-hide-500 {
        display: none;
    }















    .info-table-col {
        text-align: center;
    }















        .info-table-col span {
            display: none;
        }















        .info-table-col img {
            display: block;
            margin-left: auto;
            margin-right: auto;
            margin-top: 0px;
            float: none !important;
        }















        .info-table-col a {
            display: block;
            text-align: center;
        }















    #wrapper, #wrapper-inside {
        max-width: 420px;
    }















    .block-thumb, .right-grid .block-thumb {
        /*	height: 280px !important;*/
    }















        .block-thumb img, .right-grid .block-thumb img {
            height: auto !important;
        }















        .block-thumb .hover-x, .right-grid .block-thumb .hover-x {
            /*height: 345px !important;*/
        }















    .prodname {
        font-size: 11px;
        line-height: 11px;
    }























    .product-info-grid .t2 {
        font-size: 13px;
    }















    .product-info-grid .t1 {
        font-size: 13px;
    }















    .block-thumb .addbasket, .block-thumb2 .addbasket {
    }















    .block-thumb .addbasket, .block-thumb2 .addbasket {
    }















    .product-info-grid .t3 {
        /* border-top: 1px solid #e6eaed; */







        font-size: 12px;
    }























    .block-thumb .moreinfo a, .right-grid .block-thumb .moreinfo a {
        /*	margin-left: 5px !important;*/
    }















    .wrapper-banner {
        float: none !important;
        background-color: var(--global-back-ground) !important;
        padding: 10px 10px !important;
    }















    .form-horizontal .controls.control-large {
        margin-left: 120px !important;
    }















    #wrapper-right {
        width: 100%;
        float: none;
        margin-left: auto;
        margin-right: auto;
        padding-left: 2px;
        border: none;
    }















    .check-step-3-detail-col-1 {
        width: 60%;
    }















    .check-step-3-detail-col-2 {
        width: 40%;
    }
}















#tabs {
    margin-right: 0 !important;
    margin-bottom: 0 !important;
}















.res-table-x1 {
    width: 100%;
    table-layout: fixed;
    box-sizing: border-box;
}















    .res-table-x1 td {
        border-left: none !important;
    }















        .res-table-x1 td:last-child {
            border-left: 1px solid #e5e5e5 !important;
        }















    .res-table-x1 th:last-child {
        border-left: none !important;
    }















.res-table-container {
    padding: 0 !important;
    margin: 0 !important;
}















.Container {
    max-width: 480px;
    max-height: 200px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform-origin: 25% 25%;
    transform: translate(-50%,-50%);
    text-align: center;
}















    .Container h1 {
        font-size: 2em;
        font-weight: bolder;
    }















    .Container img {
        width: 57%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }















    .Container p, .Container label {
        font-size: 1.5em;
        line-height: 25px;
    }















@media (max-height:740px) {







    .menu-itemScroll {
        max-height: 520px;
        overflow-y: auto;
        overflow-x: hidden !important;
    }















    ::-webkit-scrollbar {
        width: 10px;
    }















    ::-webkit-scrollbar-track {
        background: rgba(255,255,255,0.1);
    }















    ::-webkit-scrollbar-thumb {
        background: rgba(255,255,255,0.3);
    }















    .menu-itemScroll ::-webkit-scrollbar {
        width: 5px;
    }
}















@media (max-height:620px) {




   
        .menu-itemScroll {
        max-height: 450px;
        overflow-y: auto;
    }
}


@media (max-width:630px){
    .test1, .test2 {
        display: block;
    }

    #wl-satisfaction {
        border-right: none !important;
        border-bottom: 1px solid var(--global-back-ground);
    }
}












@media (max-height:520px) {







    .menu-itemScroll {
        max-height: 400px;
        overflow-y: auto;
    }
}















@media (max-height:480px) {







    .menu-itemScroll {
        max-height: 310px;
        overflow-y: auto;
    }
}















@media (max-width:480px) {



    #wrapper-bkg, #breadcrumbs-bkg, #wl-wrapper-bkg, #wl-wrapper-btm-bkg {
        padding-left: 15px;
        padding-right: 15px ;
    }
    #wl-wrapper-btm-bkg, #wl-wrapper-bkg {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
        .bottom-container button, .bottom-container .btn {
        width: 100%;
        display: block;
        clear: both !important;
        float: none;
        box-sizing: border-box;
    }

    #wb-billboard {
        padding-left: 15px !important;
        padding-right: 15px !important;
        padding-top: 15px !important;
        background: #fff;
    }



    .test1, .test2 {
        display: block;
    }


    #wl-satisfaction {
        border-right: none !important;
        border-bottom: 1px solid var(--global-back-ground);
        background-size: 60px;
        padding: 20px 25px 34px 100px !important;
    }






    .mob-tr td:first-child {
        /*  width: 60%;*/
    }















    .mob-tr td:last-child {
        text-align: right;
        white-space: nowrap;
    }




    .fs24 {
        font-size: 18px;
    }







    .f16-resx1 {
        font-size: 14px;
    }







    .control-sml-x {
        margin-left: 0px;
    }







        .control-sml-x button {
            margin: 0;
        }







    .modal-controls input, .modal-controls button {
        max-width: inherit !important;
    }















    .bottom-containerx2 input, .bottom-containerx2 .btn {
        margin-bottom: 8px;
        width: 100% !important;
        display: block;
        clear: both !important;
        float: none;
        box-sizing: border-box;
    }







    .bottom-containerx2 .help-inline {
        display: block;
        padding-left: 0;
        margin-left: 0px;
    }















    element.style {
    }




    #cookiePop p {
        font-size: 14px !important;
        line-height: 20px !important;
        margin: 0;
    }



    element.style {
    }





    h1.home {
        font-size: 18px;
    }



    #cookiePop {
        width: 100% !important;
        box-sizing: border-box;
    }


    .product-details-item .price {
        font-size: 22px;
    }


    .Container h1 {
        font-size: 1.5em;
    }



    #wl-column h1 {
        font-size: 16px !important;
    }




    .payments {
        width: 400px;
    }















    .Container p, .Container label {
        font-size: 1.0em;
    }























    #wrapper-half {
        width: 100%;
    }















    .res-table-container {
        display: block;
    }















    .cart-inner-item {
        display: grid;
        grid-template-columns: 100%;
    }















    .credit-table-row-mobile td {
        display: block;
    }















    .cart-inner-item div:last-child {
        padding: 0.6em;
    }















    .form-horizontal .control-label {
        float: none !important;
        width: auto !important;
    }















    .form-horizontal .controls.control-large {
        margin-left: 0px !important;
        box-sizing: border-box;
        padding: 0.3em;
    }







































    #wrapper-right input[type=email], .credit-table-row-mobile td select, .credit-table-row-mobile td input[type=email], .credit-table-row-mobile td input[type=search], .credit-table-row-mobile td input[type=text], .form-horizontal .control-group input[type=email], .check-step-controls .controls input[type=email], .form-horizontal .controls-sml input[type=email], #wrapper-right input[type=text], .form-horizontal .control-group input[type=text], .form-horizontal .controls-sml input[type=text], .check-step-controls .controls input[type=text], .check-step-controls .controls input[type=text], #wrapper-right input[type=password], .form-horizontal .control-group input[type=password], .check-step-controls .controls input[type=password], .form-horizontal .controls-sml input[type=password], #wrapper-right input[type=search], .form-horizontal .controls-sml input[type=search], #wrapper-right select, .form-horizontal .controls-sml select, .form-horizontal .control-group input[type=email] select, .form-horizontal .controls-sml textarea, .check-step-controls .controls select, .check-step-controls .controls textarea, #wrapper-right textarea, .step2-col-3 textarea, .form-horizontal .control-group textarea {
        width: 100% !important;
        box-sizing: border-box;
        min-height: 32px;
    }















    .credit-table-row-mobile #CreditCard_ExMonth, .credit-table-row-mobile #CreditCard_ExYear {
        width: 74px !important;
    }















    .credit-table-row-mobile .teal {
        display: none !important;
    }















    .form-horizontal .control-group {
        float: none !important;
    }















    #wrapper-right .split-right .btn {
        display: block;
        margin-bottom: 10px;
        width: 100%;
        box-sizing: border-box;
    }















    .check-step-controls .controls input, .step2-col-3 input, .step2-col-3 textarea {
        margin-bottom: 5px;
    }















    #wrapper-right .split-right .form-actions {
        width: 100%;
    }















    #wrapper-right .split-left {
        width: 100%;
    }















    #wrapper-right .form-actions .btn {
        width: 100%;
    }















    #wrapper-right .form-actions {
        /*padding-left: 20px !important;*/







        width: 100%;
    }















    .cart-inner-item .textspace {
        display: inline;
    }















    .usermemberrightLink {
        display: none !important;
    }















    #wrapper-right {
        width: 100%;
    }















    .right-grid {
        width: 100%;
    }















    .tabs-container {
        width: 100%;
    }















    .control-label-sml {
        float: none !important;
        margin-bottom: 2px;
        width: 135px !important;
    }















    .product-detail-fL {
        float: none !important;
    }















    #tabs ul li {
        width: 50% !important;
    }















    #tabs .left, #tabs .right {
        width: auto !important;
    }















    .controls-sml {
        float: left;
        margin-left: 0px !important;
    }















    .form-horizontal .controls-sml {
        float: none !important;
        margin-left: 0px !important;
    }















    .form-horizontal input, .form-horizontal select {
        margin-bottom: 5px !important;
        margin-top: 0px !important;
    }















    .form-horizontal .btn {
        margin-left: auto;
        margin-right: auto;
        display: block;
    }















    .detail-table {
        width: auto;
    }















    .detail-table-col {
        height: auto;
    }















        .detail-table-col img {
            width: 100%;
            height: auto;
        }















    #wrapper-half {
        width: auto;
    }















    .block-thumb, .right-grid .block-thumb {
        /* height: 285px !important;*/
    }















        .block-thumb img, .right-grid .block-thumb img {
            height: auto !important;
        }















        .block-thumb .hover-x, .right-grid .block-thumb .hover-x {
            /*  height: 350px !important;*/
        }























    h1 {
        font-size: 24px;
        line-height: 30px;
    }















    .block-thumb .price, .right-grid .block-thumb .price {
        font-size: 14.7px !important;
    }















    #wrapper-form-xlarge {
        width: 100%;
        box-sizing: border-box;
    }















    .form-horizontal .controls .control-label {
        float: none;
        display: block;
    }















    .form-horizontal .controls {
        width: auto;
        margin-left: 5px !important;
    }















        .form-horizontal .controls .input-tel {
            width: 100%;
        }















    .form-horizontal .iti {
        display: block;
    }















    .form-horizontal .controls select {
        width: 100%;
    }















    .t2-text {
        font-size: 12px;
    }
}















.res-float-item {
    margin-bottom: 5px;
}







.label-left {
    color: #545454 !important;
}















#wl-wrapper-btm-bkg {
    padding-left: 25px;
    padding-right: 25px;
}


























.t-grid {
    grid-template-columns: repeat(4,auto);
    display: grid;
}

.d-t1{
    display:none;
}
.text-hide-mobile {
    display: inline;
}

.text-show-mobile {
    display: none
}

@media screen and (max-width:420px) {
    .t-grid {
        grid-template-columns: repeat(2,auto);
 
    }
    .d-t1 {
        display:table-cell;
    }
    .text-hide-mobile{
        display:none;
    }
    .text-show-mobile{
        display:inline;
    }


    .d-t2 {
        display: none;
    }
    #calendar-details {
        margin-left: 0 !important;
    }

    #calendar-box {
        width: 200px !important;
        
    }
        #calendar-box .columns {
            width: 20px !important;
            padding: 4px !important;
        }
        #calendar-box tfoot  #right{
            margin-top:5px;
        }
        #wrapper, #wrapper-inside {
            /*  max-width: 350px;*/
        }




    #A_subinnercontainer {
        display: grid;
        grid-template-columns: 83% calc(15% - 2px);
        column-gap: 2px;
        align-items: center;
        row-gap: 1px;
    }

    .A_linkbordered {
        border: 1px solid black;
        padding: 7px;
        padding-left: 8px;
        padding-right: 8px;
    }








    .check-step-3-detail-col-1 .fs24, .fs24, .check-step-3-detail-col-2 .fs24 {
        font-size: 18px !important;
    }







    #CookieManagerShow {
        margin-left: 0 !important;
    }







    #CookieManageContainer {
        margin-left: 0px !important;
    }























    #wrapper-bkg, #breadcrumbs-bkg, #wl-wrapper-bkg, #wl-wrapper-btm-bkg {
        /*  padding-left: 25px;
        padding-right: 25px;*/
    }















    .rmenu span {
        display: none !important;
    }





























    #wl-wrapper-btm-bkg {
        padding-left: 25px;
        padding-right: 25px;
    }























    .tabslist {
        display: grid;
        grid-template-columns: repeat(2,1fr)
    }















    #tabs ul li {
        width: auto !important;
    }















        #tabs ul li a {
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            padding-left: 0.1em;
            padding-right: 0.1em;
        }















    #tabs_container {
        padding: 20px !important;
    }















    #couponContainer, #couponContainer1 {
        width: 320px !important;
    }















        #couponContainer p, #couponContainer1 p {
            font-size: 15px !important;
        }















    .center-x1 {
        max-width: 320px;
    }















    #calendar-box #left {
        float: left;
        margin-right: 4px;
        margin-bottom: 4px;
    }















    #calendar-box #right {
        float: left;
        margin-bottom: 4px;
    }















    #calendar-box select {
        width: auto !important;
    }















    #calendar-box table br {
        display: none;
    }















    #calendar-box .columns {
        width: 25px;
    }















    .extra-menu {
        margin-right: 20px !important;
    }















    .block-thumb, .right-grid .block-thumb {
        /*  height: 240px !important;*/
    }









        .block-thumb .hover-x, .right-grid .block-thumb .hover-x {
            /* height: 283px !important;*/
        }















        /*  .plusinfo {







            display: none;







        }















        .prodname {







            font-size: 15px;







            line-height: 15px;







        }*/















        .block-thumb .price, .right-grid .block-thumb .price {
            width: 30% !important;
            line-height: 38px !important;
        }































        .block-thumb .moreinfo, .right-grid .block-thumb .moreinfo {
            width: 36% !important;
            text-align: center;
            line-height: 34px !important;
        }















            .block-thumb .moreinfo a, .right-grid .block-thumb .moreinfo a {
                line-height: 38px !important;
                text-align: center !important;
                margin-left: 5px !important;
            }



        .block-thumb .basket-container, .right-grid .block-thumb .basket-container {
            width: 31% !important;
            float: left;
            height: 34px;
        }














    .product-info-grid .t2 {
        font-size: 15px;
    }















    .product-info-grid .t1 {
        font-size: 12px;
    }















    .block-thumb .addbasket, .block-thumb2 .addbasket {
    }






    .info-text {
        display: none;
    }





    .block-thumb .hover-x, .right-grid .block-thumb .hover-x {
        /*  width: 100% !important;







            height: 322px !important;*/
    }





    .delivery .fs16 {
        word-break: break-all;
    }





    .product-info-grid {
    }




    .payments {
        width: 335px;
    }
}















@media (max-width:350px) {







    #wrapper, #wrapper-inside {
        max-width: 300px;
    }










    .A_textcontainerhorizontal div:first-child {
        display: none;
    }



    #A_textheader {
    }



    #A_subtext {
    }



    .A_textcontainerhorizontal #A_subtext {
    }










    #wn-logo img {
        width: 150px;
        height: auto !important;
    }























    .payments {
        display: grid;
        grid-gap: 4px;
        width: 300px;
    }















    .block-thumb, .right-grid .block-thumb {
        /*  height: 212px !important;*/
    }






    .product-info-grid {
    }















        .product-info-grid .t2 {
            font-size: 14px;
        }



        .product-info-grid .t1 {
            font-size: 11px;
        }



    #couponContainer, #couponContainer1 {
        width: 290px !important;
    }



        #couponContainer p, #couponContainer1 p {
            font-size: 12px !important;
        }







    .prodname {
        font-size: 12px;
        line-height: 13px;
    }






    .block-thumb .basket-container, .right-grid .block-thumb .basket-container {
        width: 31% !important;
        float: left;
        height: 34px;
    }
}















@media screen and (max-width:320px) {



    #A_subinnercontainer {
        display: grid;
        grid-template-columns: 86% calc(14% - 2px);
        column-gap: 2px;
        align-items: center;
        row-gap: 1px;
    }



    #calendar-box {
        width: 310px;
    }



    #A_subcontainer {
        max-width: 310px;
    }











    #calendar-box .columns {
        width: 20px;
    }















    #calendar-box td br {
        line-height: 10px;
    }
}
