html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {font-family: 'Ubuntu', -apple-system,system-ui,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;/*background-color: #f7fcff;*/margin: 0;font-size: 16px;padding-bottom: 0;}
.container-fluid{
    padding: 15px 30px;width: 100%;
}

.btn{
    background-color: #148742
}
a{
    color: #689f38
}
.row{
    margin:0 -0.75rem;
}
select{
    font-size: 13px;
}
.container{
    width: 90%;
}
.section{
    padding-top: 50px;
    padding-bottom: 50px;
}
.top5{
    margin-top: 5px;
}
.top10{
    margin-top: 10px;
}
.top20{
    margin-top: 20px;
}
.top40{
    margin-top: 40px;
}
.bottom40{
    margin-bottom: 40px;
}
.block{
    display: block!important;
}
.font-12{
    font-size:12px;
}
.margin-right-10{
    margin-right: 10px;
}
.margin-left-10{
    margin-left: 10px;
}
.location-map{
    width: 100%;
}
h2{
    font-style: 34px;
}
h3{
    font-size: 24px;
    font-weight: 400;
    color: #43525a;
    padding-top: 24px;
    padding-left: 0;
    padding: 0;
    line-height: 1.4;
    margin: 10px 0 5px 0;
}

.panel{
    color:#99a1a6;
    padding: 24px;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 4px 10px rgba(63,93,138,.1);
    box-shadow: 0 4px 10px rgba(63,93,138,.1);
    margin: 20px 0;
}
.panel1{
    color:#99a1a6;
    /*padding: 24px;*/
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 4px 10px rgba(63,93,138,.1);
    box-shadow: 0 4px 10px rgba(63,93,138,.1);
    margin: 20px 0;
}
.custom-button.btn-block{
    display: block;
    width: 100%;
}
.tabs{
    background: inherit;
}
.tabs .tab{
    text-transform: inherit;
}
.coverbg{
    background: no-repeat center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.header-desktop {
    padding: 5px 24px;
    background: #fff;
}

.header-desktop-content {
    width: 100%;
    max-width: 1366px;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-info {
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    color: #275a2a;
    -ms-flex-item-align: center;
    align-self: center;
}

.header-info, .header-info__content, .header-info__icon-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
}

.header-desktop--logo {
    padding-bottom: 12px;
}
.logo-dominos{    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 110px;
    max-width: 150px;
}
.logo-dominos > a{-webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;}
.logo-dominos > a > img{display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    max-height: none;}

.header-desktop__info--delivery-time {
    position: relative;
}
.header-info__icon-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-item-align: center;
    align-self: center;
    margin-right: 12px;
    color: inherit;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
}
.header-desktop__info-icon--phone, .header-desktop__info-icon--timer {
    width: 24px;
    height: 24px;
}
.header-info__content {
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.header-info__content-text {
    font-style: normal;
    font-size: 24px;
    line-height: 1em;
    font-weight: 700;
    color: inherit;
}
.header-desktop__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.select-wrapper input.select-dropdown{
    border: solid 1px #e3e3e3;
    border-radius: 5px;
    height: 2.5rem;
    font-size: 14px;
    color: #275a2a;
    padding-left: 8px;
    box-sizing: border-box;
    margin-top: 0;
}
.select-head{
    width: 120px;
    padding: 0 5px;
}
.btn-wide{
    padding-left: 26px;
    padding-right: 26px;
}

.custom-button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 110px;
    padding: 10px;
    margin: 0;
    background: #0079ae;
    border: 0;
    border-radius: 5px;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    -webkit-transition: background-color .3s linear,opacity .3s linear;
    transition: background-color .3s linear,opacity .3s linear;
    cursor: pointer;
}

.scene-content, .scene-content--full-height, .scene-content--loading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
}

.scene-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
}

.listing, .scene-content {
    position: relative;
    width: 100%;
}

.menu-general {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 2;
    padding: 10px 0;
}

.composed-navigation {
    -webkit-box-shadow: 0 4px 10px rgba(63,93,138,.1);
    box-shadow: 0 4px 10px rgba(63,93,138,.1);
    -webkit-transition: backgroundColor .3s linear;
    transition: backgroundColor .3s linear;
}

.composed-navigation--no-sticky {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.menu-general .composed-navigation {
    background: #fff;
}

.composed-navigation__content {
    width: 100%;
    max-width: 1366px;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    /* padding-bottom: 40px; */
    /* margin-bottom: -40px; */
}

.horizontal-menu.horizontal-menu--theme-default, .tabs .tab a {
    color: #275a2a;
}

.horizontal-menu__list-wrapper {
    width: 100%;
    position: relative;
    z-index: 10;
}


.horizontal-menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-left: 8px;
    margin-right: 8px;
    margin: 0;
    line-height: 0!important;
}

.tabs .horizontal-menu__list-item.tab{
    line-height: 16px;
}

.composed-navigation__secondary {
    position: relative;
    padding-left: 16px;
    margin-left: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.composed-navigation__extra {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    vertical-align: middle;
    padding: 2px 0 0 0;
}

.cart-button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}


.custom-button--info-red:hover, .custom-button--secondary {
    background: #FDC800;
    color: #000;
}


.cart-button__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
}

.horizontal-menu__list-item > a {
    position: relative;
    display: block;
    padding: 22px 7px!important;
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
    -webkit-transition: color .2s ease-out;
    transition: color .2s ease-out;
    font-size: 14px;
    font-weight: 500;
    border-radius: 6px;    
    text-transform : uppercase;
}
.horizontal-menu__list-item > a.active{
    background: #fdc800;
    color: #000;
    text-transform : uppercase;
}
.jss65 {
    display: inline-flex;
    position: relative;
    vertical-align: middle;
}
.jss21 {
    fill: currentColor;
    width: 40px;
    height: 24px;
    display: inline-block;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    user-select: none;
    flex-shrink: 0;
}
.jss66 {
    top: -12px;
    right: -12px;
    width: 24px;
    height: 24px;
    display: flex;
    z-index: 1;
    position: absolute;
    flex-wrap: wrap;
    font-size: 0.75rem;
    align-items: center;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    align-content: center;
    border-radius: 50%;
    flex-direction: row;
    justify-content: center;
}
.custom-button.custom-button--size-medium {
    padding: 10px;
}
.cart-button .cart-icon__badge {
    background: #fff;
    color: #e31937;
    border-color: #e31937;
    top: -10px;
    right: -10px;
}
.cart-button__button-text {
    margin-left: 20px;
}

.owl-dots, .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    height: 10px;
    width: 10px;
    background: #b3b3b3!important;
    border-radius: 50%;
    margin: 5px 6px;
}
.owl-dots .owl-dot.active{
    background: #0076ac!important;
}


.categories__navigation {
    width: 100%;
    max-width: 1366px;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 16px 24px 8px;
}
.categories__navigation-title {
    margin-right: 26px;
    font-size: 18px;
    color: #275a2a;
    display: inline-block;
    vertical-align: bottom;
    text-transform: uppercase;
    font-weight: bold;
}
.categories__navigation-menu {
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    margin-top: 10px;
}
.categories__navigation-menu:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -12px;
    margin: auto;
    width: 1px;
    height: 50%;
    background: rgba(63,93,138,.2);
}
.categories__navigation-menu .horizontal-menu {
    background: 0 0;
    color: #275a2a;
}
.horizontal-menu__list-wrapper {
    width: 100%;
    position: relative;
    z-index: 1;
}

.product_card .product_img{
    padding: 0px;
    position: relative;
    text-align: center;
    /*padding-top: 10px;*/
}
/*.product_card .product_img {
    width: 30%;
    float: left;
    left: -10px;
    padding-top: 0;
}*/

.product_card .product_img > img{
    height: 100%;
    height: auto;
    max-height: 240px;
    max-width: 100%;
    margin: auto;
}
.product_card .product_img > .popupButton_icon{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 40px;
    height: 40px;
    background: #148642;
    color: #fff;
    padding: 8px;
    border-radius: 7px;
    box-shadow: 1px 1px 10px #000000ab;
    transition: all 0.4s ease-in-out;
    opacity:0;
    cursor:pointer;
}
.product_card .product_img:hover > .popupButton_icon{
    opacity:1
}
#productPopup .product_card .product_img:hover > .popupButton_icon{
    display:none;
}
.product_card .product_img:hover > img{
    opacity:0.7
}
.product_card .product_content{
    width: 100%;
    height: 100%;
    padding: 12px;
    text-align: center;
}

.product_card .product_content .extraInformation{
    display:none;
    font-size: 13px;
    color: #777;
    margin: 5px 0 15px 0;
}

/*.product_card .product_content h3{
    font-size: 18px;
    line-height: 21px;
    color: #11310a;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; 
    margin: 10px 0 10px 0;
}*/
.product_card .product_content h3 {
    font-size: 17px!important;
    margin-top: -4px!important;
    margin-bottom: 3px!important;
    }

 .product_card .product_content h3 {
    font-size: 17px!important;
    margin-top: -4px!important;
    margin-bottom: 3px!important;
    }


.product_card .product_content h3 small{
    color: #e20021;
    font-size: 60%;
    vertical-align: top;
}
/*.product_card .product_content h3+span{
    margin-top:-5px
}*/
.product_card .product_content h3+span {
    margin-top: -3px!important;
    line-height: 14px!important;
}


.product_card .product_content > span{
    padding: 0;
    /* text-align: center; */
    display: block;
    font-size: 14px;
    color: #848484;
    margin-bottom: 15px;
    min-height: 45px;
}
.product_card .product_content .row{
    padding: 0;
    margin-bottom: 5px;
}
.product_card .select-head{
    width: 100%;
    padding: 0;
    margin-bottom:5px
}

.deals-box{}
.deals-discount-card{}
.deals-discount-card img{width: 100%;height: auto}
.deals-box .product_content{
    text-align: left;
}
.deals-box .product_content span{
    height: auto
}
.price_product{
    font-size: 14px;
    padding: 0;
    display: block;
    line-height: 1;
    text-align: left;
    color: #43525a;
}

.footer_ach{
    margin-bottom: -19px;
}
.footer_ach > .row > .col{
    background: #fff;
    border-right: solid 1px #efefef;
}
.acheivement-single{
    text-align: center;
    background-color: #fff;
    padding: 30px;
}
.acheivement-single > img{
      display: inline-block;
    width: auto;
    height: 100%;
}
.acheivement-single > h4{
        display: block;
        font-weight: 500;
        font-size: 36px;
        line-height: 41px;
        white-space: nowrap;
        margin-top: 8px;
        color: #313131;
        text-align: center;
        margin: 0;
}
.acheivement-single > span{
      
    font-size: 14px;
    line-height: 16px;
    color: rgba(0,83,122,.54);
}

.price_product small{color:rgba(67,82,90,.54)}

.footer_site{
    padding: 30px 0 0 0;
    background: #fff;
}
.footer_cols .col{
    padding: 0 30px;
}
.footer_site h4{    
    font-family: Ubuntu,sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-size: 18px;
    color: #43525a;}
.footer_site ul{
    list-style: none;
    margin:0;
    margin-top: 24px;
}
.footer_site ul > li{}
.footer_site ul > li > a{
    font-family: Ubuntu,sans-serif;
    font-style: normal;
    font-weight: 300;
    line-height: 22px;
    font-size: 14px;
    color: #99a1a6;
    text-decoration: none;
}
img.greyscale{
    filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
}
.bottom_ft_section{
    font-size: 10px;
    line-height: 12px;
    color: rgba(67,82,90,.54);
    border-top: solid 1px #e3e3e3;
    padding: 20px 30px;
    margin-bottom: 0;
    margin-top: 40px;
}
.bottom_ft_section img.greyscale{
    opacity: 0.5;
    height: 35px;
    margin: 0 15px 0 10px;
}
body.stickHeader{
    padding-top: 57px;
}
body.stickHeader .menu-general{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    box-shadow: 0px 05px 20px #00000014;
}

.mobileCarousel{
    display: none;
}

.header-mobile{
    display: none;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 11;
    background: #fff;
    border-bottom: solid 1px #e3e3e3;
    padding: 10px;
}
.header-mobile .header-mobile__button{
    display: inline-block;
    background: none;
    border: none;
    cursor: pointer;
    opacity: 1;
    COLOR: #676767;
    position: relative;
    top: 10px;
}
.header-mobile  > .row{margin-bottom: 0}
.header-mobile .header-mobile__button > svg{}
.header-mobile .header-mobile__button.header-mobile__button-profile{
    float: right;
}
.header-mobile .logo-dominos{
    display: inline-block;
    margin: auto;
    margin-top: 1px;
}
.header-mobile .logo-dominos > a{}
.header-mobile .logo-dominos > a > img{
    margin-top: -10px;
    margin-bottom: -12px;
    width: 130px;
    max-width: 130px;
}
.mobileCarousel .owl-dots{display: none!important}

.clearfix:after {
   content: " "; /* Older browser do not support empty content */
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}

.mobile-footer-bottom{
    background: #fff;
    box-shadow: -10px 0 20px #00000024;
    position: fixed;
    width: 100%;
    bottom: 0;
    display: none;
    z-index: 2;
}
.mobile-footer-bottom > a{
    padding: 0px;
    float: left;
    width:33.333%;
    text-align:center;
}
.mobile-footer-bottom > a.link-active{color: #e31937;opacity: 1;}
.mobile-footer-bottom > a.link-active svg{fill: currentColor;opacity: 1;}
.mobile-footer-bottom > a svg{
    display:block;
    width: 20px;
    height: 20px;
    display: inline-block;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    user-select: none;
    flex-shrink: 0;
    opacity: 0.5;
}

.cart_order_big{}
.cart_order_img{
    width: 42%;
    display: inline-block;
    margin-left: -14px;
}
.cart_order_img > img{height: 110px;width: auto;}

.cart_order_big .cart_order_content{
    width: 58%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: -16px;
}
.cart_order_big .cart_order_content h6{
    color: #43525a;
    margin: 0;
}
.cart_order_big .cart_order_content span{
    font-size: 13px;
}
.product_content_big{}
.product_content_big h3 > small{
    color: red;
    font-size: 50%;
    vertical-align: top;
}
.product_content_big p{}
.product_content_big .price_product{
    font-size: 16px;
}
.product_content_big .add_to_cart_productbox{
    width: 100%;
    display: block;
}
.qtyAction{
    position: relative;
    display: block;
    padding-left: 26px;
    padding-right: 26px;
    margin: 0px 0;
    max-width: 150px;
    float: right;
}
.hidden{
    display: none;
}
.qtyAction > input{
    width: auto;
    min-width: 0;
    width: 100%;
}
.qtyAction > .qtybutton{
    background: #138742;
    color: #fff;
    border: none;
    width: 30px;
    height: 33px;
    border-radius: 0;
    position: absolute;
    right: 0;
    cursor: pointer;
}
.qtyAction > .qtyminus{left:0;}
.qtyAction > .qty{
    padding: 7.4px;
    border: 0;
    text-align: center;
    border: solid 1px #e3e3e3;
}
.cart_small_card{
    border: solid 1px #e3e3e3;
    line-height: 1.4;
    margin: 10px;
    font-size: 14px;
    position: relative;
    padding: 15px;
    background: #ffffff;
    padding-left: 134px;
}
.cart_small_card .title_cart{
    font-size: 16px;
    padding-right: 29px;
    color: #383838;
    margin-bottom: 6px;
    font-weight: 500;
}
.cart_remove{
    padding: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 0;
    color: #a9a9a9;
}
.cart_remove i{}
.colorblack{color:#000;}

.big_heading_are{
        padding-top: 10px;
        padding-bottom: 5px;
        /* margin-bottom: -80px; */
        background: #287c05 url(../img/bg_headings.png) center;
        text-align: center;
        margin-bottom: -40px;
}
.big_heading_are h3{
   font-size: 36px;
    font-weight: 400;
    color: #fff;
}
.big_heading_are > img{
    margin: auto;
}
input.boxed{
    display: none;
}
label.boxed{
    margin: 0;
    width: 100px;
    font-size: 14px;
    padding: 5px;
    display: inline-block;
    margin-right: 0;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    color: #4c4c4c;
    vertical-align: top;
}
input.boxed:checked + label .bg_img{
    border:solid 1px green
}
input.boxed:checked + label:before{
    content:
    '';
    background:
    url(../img/check_green.png);
    width: 25px;
    height: 25px;
    display: block;
    background-size: 100%;
    position: absolute;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 1px 1px 10px #00000057;
    left: -2px;
    top: -4px;
}
label.boxed > .bg_img{
    width: 100%;
    height: auto;
    display: block;
    padding-top: 100%;
    border: solid 1px #e3e3e3;
    border-radius: 10px;
    margin-bottom: 5px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
}
label.boxed > small{}
label.boxed > .price_extra{
    display: block;
    font-size: 12px;
}
.nomargin{
    margin: 0!important
}
.color_green{
    color:#e31836
}
.link_small{
    font-size: 14px;
    color: #25a69a;
    margin: 10px 0;
    display: block;
}
.create_item{
    background: rgba(63,93,138,.04);
    border-radius: 5px;
    border-bottom: none;
    -webkit-transition: background-color .15s linear;
    transition: background-color .15s linear;
    font-family: inherit;
    font-size: 16px;
    line-height: 20px;
    color: #43525a;
    /* text-transform: lowercase; */
    padding: 7px 15px;
    margin-bottom: 10px;
}
.create_item:hover{
    background: rgba(63,93,138,.20);
}
.create_item > small{
    font-family: inherit;
    line-height: 16px;
    font-size: 12px;
    color: rgba(0,0,0,.38);
    display: block;
}
.modal.login-modal{
    max-width: 30%;
}
.topborder{
    border-top: solid 1px #dadada;
    padding-top: 15px;
    margin-top: 20px;
    margin-bottom: 16px;
}
.halfnhalfbutton{
    float: right;
    background: #cecece;
    color: #000;
    border-radius: 8px;
    padding: 4px 7px;
}
.halfnhalfbutton.block{
    display: block;
    width: 100%;
    text-align: center;
    margin: 15px 0 10px 0;
}
.halfnhalfbutton.active{
    background:green;
    color:#fff;
    box-shadow: 1px 3px 10px #0000003b;
}
.halfnhalfbutton:hover{
    box-shadow: 1px 3px 10px #0000003b;
}
.halfnhalfbutton >i{
    vertical-align: middle;
    font-size: 29px;
}
.halfnhalfbutton > span{
    vertical-align: middle;
}


.halfnhalfbutton1{
    float: right;
    background: #cecece;
    color: #000;
    border-radius: 8px;
    padding: 4px 7px;
}
.halfnhalfbutton1.block{
    display: block;
    width: 100%;
    text-align: center;
    margin: 15px 0 10px 0;
}
.halfnhalfbutton1.active{
    background:green;
    color:#fff;
    box-shadow: 1px 3px 10px #0000003b;
}
.halfnhalfbutton1:hover{
    box-shadow: 1px 3px 10px #0000003b;
}
.halfnhalfbutton1 >i{
    vertical-align: middle;
    font-size: 29px;
}
.halfnhalfbutton1 > span{
    vertical-align: middle;
}



.priceExtraSide{
    /* display: block; */
    margin-left: 10px;
}
.priceExtraSide:before{
    content:'+ Rs ';
}

#productPopup{
    background: #fff;
    max-height: 90%;
    width: 1170px;
    height: 90%;
}

#productPopup .product_card{
    box-shadow: none;
}
#productPopup .extraInformation{
    display: block;
}
.bg-grey{
    background: #f9f9f9;
}

.modal .close-icon{
    float: right;
    position: absolute;
    right: 5px;
    top: 5px;
    color: #797979;
    z-index: 2;
    background: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 3px;
}
.modal .close-icon i{font-size: 34px;}

.deals-tab-hnh{
    background: #fffcf2;
}
.main-sidenav-header{
    background: #fffae7;
    color: #000;
}
.sidenav .main-sidenav-header a{
    color: #181717;
}
.sidenav .close-sidenav{
    position: absolute;
    font-size: 33px;
    right: 5px;
    top: 0;
    color: #171717;
    padding: 7px;
}

.owl-productbox.owl-carousel .owl-prev{
    position: absolute;
    left: -20px;
    top: 23%;
}
.owl-productbox.owl-carousel .owl-next{
    position: absolute;
    right: -20px;
    top: 23%;
}
#productPopup .product_card .add_to_cart_productbox{
    /*display: none;*/
}
.addToCartBlockBig{
    
}
.cartQty{
    display: block;
    width: 20px;
    height: 20px;
    background: #fdc800;
    position: absolute;
    top: -7px;
    right: 0;
    border-radius: 50%;
    text-align: center;
    color: #000;
}



/*New Styles*/
.model-header{
    margin: -24px -24px 5px -24px;
    padding: 30px 24px 24px;
    background-color: #fdc800;
    /*background-image: url(../img/loc_bg.jpg);*/
}
.model-header h5{
    margin: 0;
    color: #051d0f;
}
.loc_bg{}

/*Tabs css*/
.tabs .tab a{
    font-weight: 500;
}
.tabs .indicator{
    color: #148742;
        background-color: #148742;
}
.tabs .tab a:hover, .tabs .tab a.active{
    color: #148742;
}
.tabs .tab a:focus, .tabs .tab a:focus.active{
    background-color: rgb(253 200 0 / 19%);
}
.tabs-d-p ul.tabs li a {
    background-color: #ffc712!important;
    color: black!important;
    padding: 0!important;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    border-bottom: 1px solid #ffc712;
}
.tabs-d-p ul.tabs li {
    margin-right: 10px;
}
.tabs-d-p ul.tabs li a svg {
    width: 30px;
    height: auto;
    margin-right: 10px;
}
.tabs-d-p ul.tabs li a span {
    color: white;
    font-size: 20px;
}
.input-field.col.s12.tabs-d-p li.indicator {
    background: none;
}
div#tabbbb1 .product_card.clearfix .product_content form {
    display: none;
}
/*Close Tabs css*/
.dropdown-content li {
    min-height: 42px;
    border-bottom: dotted 2px #e3e3e3;
    cursor: pointer;
}
.dropdown-content li>a, .dropdown-content li>span{
    padding: 9px 16px;
}
.tubtotals{
    display: block;
    padding: 5px 15px;
    line-height: 1.3;
    color: #747474;
}
.tubtotals span{
    float: right;
    color: #414141;
}
.cart-products{
    overflow: auto;
    min-height: 250px;
}
.mobileCarousel .owl-item{
    opacity: 0.4;
    transition: all 0.4s ease-in-out;
}
.mobileCarousel .owl-item.active{
    opacity: 1;
    transition: all 0.4s ease-in-out;
}

.desktopCarousel .owl-item{
    opacity: 0.4;
    transition: all 0.4s ease-in-out;
}
.desktopCarousel .owl-item.active{
    opacity: 1;
    transition: all 0.4s ease-in-out;
}

@media (min-width: 876px) {


    #productPopup .product_card .product_img{
        float: left;
        width: 40%;
    }
    #productPopup .product_card .product_content{
        float: left;
        width: 60%;
        text-align: left;
    }
    #productPopup .product_card .product_content .row{margin-left: -15px; margin-right: -15px;}

}
.model-location{
    overflow: visible;
}
.addToCartHmm{
    padding: 14px 35px;
    vertical-align: middle;
}
.locaation-box-model{text-align: center;margin: 5px 12px;padding: 0;color: #252525;background: #e4e4e4cc;border-radius: 5px;}
.locaation-box-model i{font-size: 15px;margin-right: 6px;vertical-align: middle;}
.locaation-box-model u{
    color: #689f38;
}

.logo-sidebar{
    height: 48px;
    margin-top: 5px;
}
.main-image{
    padding: 10px;
}
.main-image img{
    width: 100%;
}
.product-contentwa{
    background: #fff;
    padding: 20px 15px 8px;
    margin: -30% 0 0px;
    position: relative;
    border-radius: 12px;
}
.product-contentwa h3{
    color: #000;
}
.product-contentwa .sub-product-info{
    color: #949494;
}

.product-contentwa .seperator{
    margin: 15px -10px;
    border: dashed 1px #e3e3e3;
}
.product-contentwa .section-heading{
    font-size: 18px;
}
.footer_site .material-icons{
    vertical-align: middle;
    display: inline-block;
    margin-right: 5px;
}
.footer_site .material-icons img{
    margin-top: -5px;
    display: block;
}
.footer_site .horizontal-menu__list-item-link{
    display: block;
    margin-top: 10px;
}

@media (max-width: 876px) {
    body{
        font-size: 14px;
        padding-top: 60px;
        padding-bottom: 65px;
        background: #f8fffb;
    }

    
    #slide-cart {
        width: 100%;
    }


    .mobileCarousel{
        display: block;
    }
    .desktopCarousel, .header-desktop, .composed-navigation__secondary, .composed-navigation__extra,
    .footer_ach, .footer_site{
        display: none;
    }
    body.stickHeader{
    padding-top: 100px;
    }
    body.stickHeader .menu-general{
        position: fixed;
        width: 100%;
        top: 57px;
        left: 0;
        padding: 0;
    }
    .header-mobile{display: block;}
    .product_card{
    }
    .product_card .product_img{
        width: 30%;
        float: left;
        left: -10px;
    }
    .product_card .product_img img{
        width: auto;
        width: auto;
    }
    
    .product_card .product_img.product_img_square{
        width: 30%;
        float: left;
        padding: 1px;
        text-align: center;
    }
    .product_card .product_img.product_img_square img{
    width: 77%;
    height: auto;
    float: none;
    max-width: 100%;
    }
    .product_card .product_content{
        width: 70%;
        float: right;
        padding: 0px;
    }
        .product_card .product_content{
        text-align: left;
    }
    .product_card .add_to_cart_productbox{float: right;}
    .composed-navigation__primary{width: 100%;overflow: auto;}
    .mobile-footer-bottom{
        display: block;
        padding: 5px 0;
    }
    .modal.login-modal{
        max-width: 95%;
    }

    #productPopup{
        width: 100%;
        height: 100%;
        max-height: 100%;
        top: 0!important;
        background: #fdc800;
    }

    #productPopup .product_card .product_img{
        float: none;
        width: 100%;
        text-align:center;
    }
    #productPopup .product_card .product_img >img{
        float:none;
        max-width:200px;
    }
    #productPopup .product_card .product_content{
        float: left;
        width: 100%;
        text-align: none;
    }
    .product_card .product_content > span{
        height:auto;
        margin-bottom: 7px;
        font-size: 11px;
    }
     #productPopup .product_card .select-head{
    margin-bottom: 10px;
    }
    .product_card .product_img > .popupButton_icon,
    #productPopup .product_card .product_img > .popupButton_icon{
        display: none;
    }
    .location-map{
        max-width: 110px;
        margin: auto;
    }
    label.boxed{
        width: 87px;
    }


    div#location-select .tabs-d-p ul.tabs li a span {
    font-size: 12px;
    }

    div#location-select .tabs-d-p ul.tabs li a svg {
        width: 17px;
    }

    div#location-select .modal-content {
        padding: 5px;
    }

    div#location-select h5 {
        font-size: 20px;
        text-align: left;
        display: block;
        width: 80%;
    }

    div#location-select .tabs-d-p ul.tabs li a {
        width: 100%;
        height: 30px;
        padding: 5px!important;
    }


    div#location-select .modal-content .col.s12.m6.center-align {
        justify-content: center;
        align-items: center;
        display: flex;
    }

    div#location-select .modal-content .row .input-field.col.s12 {
        margin-bottom: 0;
        margin-top: 10px;
    }

    div#location-select .modal-close.close-icon {
        text-align: center;
        width: 30px;
        height: 30px;
    }

    div#location-select .modal-close.close-icon i {
        font-size: 21px;
        text-align: center;
        line-height: 23px;
    }

    div#location-select.model-location {
        overflow: visible;
        max-height: 810px;
        /* overflow-y: auto; */
        width: 94%;
    }
    .location-map {
        max-width: 100%;
        margin: auto;
    }
    .model-header{
            margin: -5px -5px 5px -5px;
    }
    .main-image{
        background-image: none!important
    }
    .categories__navigation-menu{
        display: none;
    }
    .categories__navigation{
        padding:15px 0px 5px 0px;
    }
}
@media only screen and (min-width: 1024px) {

    .product_card{
        background: #fff;
        border-radius: 5px;
        box-shadow: 1px 1px 20px #00000012;
        margin-bottom: 15px;
        transition: all 0.4s ease-in-out;
    }
    .main-image{
        position: absolute;
        right: 0;
        width: 40%;
        height: 100%;
        z-index: 1;
        top: 0;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .main-image img{/*display: none;*/}
    .product-contentwa{
        padding: 0;
        display: block;
        margin: 0;
        padding-right: 40px;
        height: 100%;
        overflow: auto;
        width: 60%;
    }
    .menu-general .composed-navigation {
        padding: 4px 22px;
    }
    .menu__list {
        margin-left: 8px;
        margin-right: 8px;
    }
    .product_card:hover{
            box-shadow: 0px 5px 20px #00000040;
    }
     
}


.field-error {
    border-color: #eb7575 !important;
    background: #fadbdb !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075) !important;
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075) !important;
}

p.text-icon {
    margin: 0;
    color: grey;
    font-weight: 500;
    font-size: 14px;
}



/* Drop down */
.wrap-it-baby{
    position: relative;
    cursor: pointer;
}
.wrap-it-baby:after{
    content:'';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.wrap-it-baby select{}
.dropdown-modal-overlay{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    z-index:2999;
    opacity: 0.8;
    display: none;
}
.dropdown-modal{display:none; position: fixed;top: 30%;width: 80%;left: 0;right: 0;margin: auto;height: auto;background: #fff;z-index: 3000;border: solid 1px #f3f3f3;}
.dropdown-modal > a{display: block;border-bottom: solid 1px #e3e3e3;padding: 15px 15px;color: #000;font-size: 14px;}
.dropdown-modal > a .price{float: right;}
.dropdown-modal > a .old-price{
    opacity: 0.5;
    text-decoration: line-through;
    margin-right: 5px;
}
.dropdown-modal > a .new-price{
    font-size: 16px;
    color: #dcae00;
}
/* Drop down end */



.banner-captoon{
    background: #689f38;
    color: #fff;
    margin: 10px 0 10px;
    padding: 11px;
    text-align: center;
    border-radius: 10px 0px 10px 0px;
}



/*.product_card.clearfix {
    position: relative;
}*/

.product_card.clearfix {
    position: relative;
    margin-bottom: 8px;
}

.product_card.clearfix small {
    position: absolute;
    bottom: 7px;
}


.product_image_full{
    position: relative;
    
}
.product_image_full img{
    width: 100%;
    height: auto;
}

.product_image_full .order-now{
    position: absolute;
    top:40%;
    left: 0;
    right: 0;
    margin:auto;
    background:#FDC800;
    width:140px;
    color:#000;
    padding:8px;
    text-align: center;
    border-radius: 8px;
    opacity: 0;
}
.product_image_full:hover img{
    opacity: 0.5;
}
.product_image_full:hover .order-now{
    opacity: 1;
}

div#location-select li.indicator {
    width: 50%;
}


body.stickHeader .menu-general {
    background-color: white;
    /*z-index: 999;*/
}


.nav-control-layout2 .owl-nav .owl-prev i:before {
    content: '\e5cb';
    font-family: "Material Icons";
    font-size: 55px;
    color: white;
}

.nav-control-layout2 .owl-nav .owl-next i:before {
    content: '\e5cc';
    font-family: "Material Icons";
    font-size: 55px;
    color: white;
}
.banner-captoon {
    margin-bottom: 70px;
}


.voucherSpan{
    display: block;
    padding: 0 15px;
}
input#Voucher{
    width:100%
}
#ApplyVoucher{
    display: block;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    color: #252525;
    position: absolute;
    right: 15px;
    top: 6px;
    width: auto;
    display: inline-block;
    padding: 0 12px;
    background: #f2c33b;
    border-radius: 0 5px 5px 0;
}
li.voucherList{
    width: 92%;
}
#Voucher{
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}

#RemoveVoucher{
    font-size: 14px;
    text-align: center;
    display: block;
    color: #dd4141;
    margin: 0 50px;
    border-radius: 5px;
}