
 *{
	margin:0; outline:none; padding:0; text-decoration:none;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
html {
    -webkit-text-size-adjust: 100%;
}
body{
	font-family: 'Roboto', sans-serif;
	font-size:16px;
	color:#000;
}

a{-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;}
.clr, .clear{
 clear:both;
}
.clearfix:before, .clearfix:after {
	display: table;
	content: " "
}
a:hover{
    text-decoration: none;
}
.clearfix:after{
	clear: both
}
img{
    max-width: 100%;
}
.logo-main img {
    max-height: 100px;width: auto;
}

header{
    width: 100%;
    height: 100px;
    background-color: #ffd605;
    position: relative;
}

.container{
    width: 100%;
    box-sizing: border-box;
    padding: 0px 15px;
}

.logo-main{
    /*width: 190px;*/
    margin-top: 0px;
    float: left;
}
.phone-number {
    float: right;
    background: #fff;
    padding: 0px 10px 0px 20px;
    border-radius: 15px;
    margin-top: 37px;
    margin-right: 8px;
}

.phone-number a{
    font-size: 20px;
    font-weight: bold;
    color: #000;
    
}

.main-banner{
    /*margin-top: 10px;*/
}

.main-banner .owl-dots .owl-dot{
    width: 10px;
    height: 10px;
    background-color: #e1d0c4;
    border-radius: 100%;
    margin-right: 8px;
}

.main-banner .owl-dots .owl-dot.active{
    background-color: #ffd605;
}

.main-banner .owl-dots{
    position: absolute;
    bottom: 10px;
    left: 0px;
    right: 0px;
    text-align: center;
}

.main-content-container{
    width: 100%;
    height: auto;
    background-color: #ffffff;
    padding-top: 20px;
}

.search-container{
    width: 100%;
    position: relative;
    max-width: 450px;
    border: 1px solid #939598;
    float: right;
    margin-top: 30px;
    border-radius: 10px;
}

.main-search-feild{
    width: 100%;
    height: 35px;
    line-height: 35px;
    padding: 0px 40px 0px 15px;
    box-sizing: border-box;
    background-color: #ffffff;
    border: none;
    border-radius: 20px;
    font-size: 15px;
}

.main-search-button{
    width: 35px;
    height: 35px;
    position: absolute;
    right: 0;
    top: 0;
    background-size: 17px;
    background-repeat: no-repeat;
    z-index: 9999;
    background-image: url(../images/search.svg);
    border: none;
    background-color: transparent;
    background-position: center;
}

.main-product-list-container{
    width: 100%;
    box-sizing: border-box;
    padding: 9px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    background-color: #fff;
    position: relative;
    margin-bottom: 10px;
}

.product-image{
    width: 65px;
    height: auto;
    float: left;
}

.product-image img{
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.product-text{
    width: auto;
    padding-left: 75px;
    padding-right: 100px;
    box-sizing: border-box;
}

.product-text h3{
    font-size: 16px;
    font-weight: 600;
    color: #1e1e1e;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.product-text p{
    font-size:11px;
    color: #000;
    margin-bottom: 0px;
}

.main-value-container{
    min-width: 28%;
    padding: 0px 5px;
    box-sizing: border-box;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    border: 1px solid #e0e0e0;
    position: absolute;
    top: 10px;
    right: 10px;
}

.main-value-btn{
    min-width: 80px;
    padding: 0px 5px;
    box-sizing: border-box;
    height: 26px;
    line-height: 26px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    background-color: #f26522;
    position: absolute;
    top: 45px;
    right: 10px;
    box-shadow: none;
    border: none;
    color: #fff;
}

.main-value-btn.active{
    background-color: #6fe25f;
}

.delivery-details{
    width: 100%;
    box-sizing: border-box;
    padding: 40px 40px;
    border-radius: 0px;
    background-color: #fff;
    position: relative;
    margin-top: 0px;
    -webkit-box-shadow: 0px 0px 13px -2px rgba(0,0,0,0.51);
-moz-box-shadow: 0px 0px 13px -2px rgba(0,0,0,0.51);
box-shadow: 0px 0px 13px -2px rgba(0,0,0,0.51);
}

.delivery-details h3{
    font-size: 30px;
    font-weight: 600;
    color: #000;
    text-align: center;
   
}

.delivery-details{
    text-align: center;
}

.delivery-details ul{
     
      height: 50px;
      width: 100%;
      max-width: 800px;
      overflow: hidden;
      margin: 0 auto;
      margin-top: 45px;
      margin-bottom: 20px;
}

.delivery-details ul li{
    float: left;
    list-style: none;
    width: 50%;
    height: 50px;
    text-align: center;
    font-size: 18px;
    background-color: #d1d3d4;
}

.delivery-details ul li a{
    width: 100%;
    line-height: 50px;
    color: #000;
    display: inline-block;
}


.delivery-details ul li.active{
    background-color: #18a300;
}

.delivery-details ul li.active a{
    color: #fff;
}
.main-text-container{
    width: 100%;
    border: none;
    border-bottom: 1px solid #c3c3c3;
    margin-top: 27px;
    text-align: center;
    font-size: 16px;
    color: #1e1e1e;
    height: 30px;
}

.shopping-cart-details{
    margin-top: 60px;
}

.shopping-cart-details h4{
    font-size: 20px;
    color: #1e1e1e;
    text-align: left;
    margin-bottom: 10px;
}

.shopping-cart-details h4 span{
    color: #ff4e00;
}

.shopping-cart-list{
    border: 1px solid #e0e0e0;
    box-sizing: border-box;
    padding: 30px;
    position: relative;
    
}

.shopping-cart-list h3{
    font-size: 14px;
    color: #1e1e1e;
    font-weight: 600;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 12px;
}

.product-list-cart{
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #b9b9b9;
}

.product-list-cart.last{
    border-bottom: none;
    padding-bottom: 0px;
}

.product-list-cart-inner{
    width: 100%;
    height: auto;
}

.product-list-cart-inner .main-value-container{
    float: left;
    position: static;
}

.into-mark{
    font-size: 16px;
    color: #1e1e1e;
    float: left;
    line-height: 35px;
    width: 25px;
    font-weight: 500;
    text-align: center;
}

.equal-mark{
    font-size: 18px;
    color: #1e1e1e;
    float: left;
    line-height: 35px;
    width: 25px;
    font-weight: 500;
    text-align: center;
}


.clear-all-button{
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    color: #ff0000 !important;
}

.sub-total-main{
    padding-left: 130px;
    margin-top: 20px;
    text-align: left;
    color: #1e1e1e;
}

.sub-total-main span{
    float: left;
    width: 45%;
    font-size: 15px;
    line-height: 38px;
    text-align: right;
    box-sizing: border-box;
    padding-right: 10px;
}

.sub-total-main-value{
    width: 55%;
    box-sizing: border-box;
    padding: 0px 5px;
    box-sizing: border-box;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    background-color: #fff200;
    box-shadow: none;
    border: none;
    color: #000;
    float: left;
}

/*.order-btn{
    width: 48%;
    float: left;
    margin-left: 2%;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background-color: #18a300;
    border: none;
    font-size: 16px;
    color: #fff;
    margin-top: 20px;
}*/
.order-btn{
   /* width: 48%; */
    float: left;
    margin-left: 2%;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background-color: #18a300;
    border: none;
    font-size: 16px;
    color: #fff;
    margin-top: 20px;
    padding: 1px 60px;
    position: absolute;
    margin-top: -49px;
    margin-left: 0px;
}

.order-btn:hover{
    background-color:#0b4901 ;
}

.main-bottom-name{
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin-top: 15px;
    font-size: 15px;
    color:#fff;
    text-align: center;
    float: left;
}

.footer-main{
    width: 100%;
    height: auto;
    float: left;
    padding-bottom: 20px;
}

.copy-right{
    width: 100%;
    padding-top: 15px;
    text-align: center;
    font-size: 13px;
    float: left;
    color: #fff;
}

.copy-right span{
    font-weight: bold;
}

textarea{
    resize: none;
}

/*.social-icons a{
    font-size: 25px;
    color: #000;
    margin-left: 8px;
    display: block;
    float: left;
}*/
.social-icons a{
   font-size: 34px;
    color: #fdfafa;
    margin-left: 6px;
    display: block;
    float: left;
    width: 30px;
    height: 30px;
    background: #000;
    border-radius: 51px;
    box-shadow: 0px 0px 5px -2px rgba(0,0,0,0.50);
    margin: 0 5px;
    line-height: 31px;
}

.social-icons{
    float: right;
    margin-top: 38px;
}

.cart-icon-main{
    /*font-size: 31px;*/
    margin-top: -3px;
    color: #000 !important;
    background: #fff !important;
    font-size: 24px !important; 
    width: 30px !important;
    height: 30px !important;
    padding-left: 4px !important;
}

.left-main-container{
    width: 100%;
    float: left;
}

.right-main-container{
    width: 100%;
    float: left;
}

.menu-main-container{
    width: 100%;
    height: auto;
    margin-top: 20px;
}

.menu-main-container li{
    font-size: 20px;
    width: 25%;
    float: left;
    height: 60px;
    line-height: 60px;
    text-align: center;
    list-style: none;
    display: block;
  
}

.menu-main-container li a{
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    width: auto;
    padding: 25px;
    height: 100%;
}

.product-listing-main-container{
    margin-top: 50px;
    width: 100%;
    height: auto;
    float: left;
    padding-bottom: 15px;
}

.product-titile-container{
    min-height: 60px;
    padding: 0px 10px;
    box-sizing: border-box;
    text-align: center;
    line-height: 20px;
    color: #fff;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-listing-main-container li{
    list-style: none;
    float: left;
    width: 23.7%;
    margin-right: 1.5%;
    margin-bottom: 35px;
    -webkit-box-shadow: 0px 0px 13px -2px rgba(0,0,0,0.51);
    -moz-box-shadow: 0px 0px 13px -2px rgba(0,0,0,0.51);
    box-shadow: 0px 0px 13px -2px rgba(0,0,0,0.51);
}

.product-listing-main-container li img{
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.product-listing-main-container li:nth-child(4n){
    margin-right: 0px;
}

.product-discription{
           min-height: 85px;
           padding: 15px 8px 10px 8px;
        
}

.product-discription p{
    font-size: 12px;
    line-height: 18px;
    color: #231f20;
    font-weight: 500;
    text-align: center;
    margin-bottom: 0px;
}

.old-price{
    width: 42%;
    height: 40px;
    float: left;
    line-height: 40px;
    font-size: 16px;
    text-align: right;
    padding: 0px 10px;
    color: #fff;
    box-sizing: border-box;
}

.offer-price{
    width: 42%;
    height: 40px;
    float: left;
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 0px 10px;
    color: #000;
    box-sizing: border-box;
    background-color: #fff200;
}

.old-price span{
    display: inline-block;
    position: relative;
}

.old-price span::after{
    content: "";
    width: 120%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 45%;
    left: -10%;
    transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
}

.add-items{
    width: 16%;
    height: 40px;
    display: block;
    line-height: 40px;
    float: left;
    text-align: center;
  
}

.add-items button:hover{
    background-image: url(../images/gray.png)
}
.add-items button:focus{
    outline: none;
}

.add-items button{
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background-color: #000;
    padding: 0;
    line-height: 7px;
    border: none;
}

.desktop-view-form{
    width: 100%;
    height: auto;
    padding-bottom: 20px;
    padding-top: 50px;
}
.mobile-view-form{
    display: none;
}

.desktop-form-container{
    width: 48%;
    float: left;
}

.desktop-right-container{
    width: 48%;
    float: right;
}


.desktop-right-container  ul,.switch-field{
    float: right;
    width: 70%;
    margin-top: 0px;
    margin-bottom: 14px;
}

.desktop-right-container  ul li,.switch-field label{
    height: 40px;
    font-size: 15px;
}

.desktop-right-container  ul li a ,.switch-field label{
    line-height: 40px;
}

.desktop-right-container .shopping-cart-details {
    margin-top: 0px;
    width: 100%;
    float: left;
}

.desktop-view-form  .delivery-details h3{
    text-align: left;
}

.desktop-view-form .main-text-container{
    text-align: left;
}

.desktop-right-container .shopping-cart-details h4 {
    font-size: 17px;
}

.sub-total-main{
    width: 50%;
    float: left;
    padding-left: 0px;
}


@media only screen and (max-width: 1000px) {

    /*.logo-main {
        width: 120px;
    }*/

    header{
        height: 63px;
    }
    .logo-main img {
        max-height: 63px;width: auto;
    }

    .phone-number{
        margin-top: 21px;
        padding: 0px 5px 0px 5px;
    }
.phone-number a {
    font-size: 13px;
}

.cart-icon-main {
    font-size: 18px !important;
    margin-top: -1px;
    width: 25px  !important;
    height: 25px !important; 
}

.social-icons{
    margin-top: 27px;
}

.social-icons a {
    /*font-size: 16px;*/
    font-size: 27px;
    width: 25px;
    height: 25px;
    line-height: 26px;
    margin-top: -5px;
}

.menu-main-container{
    margin-top: 10px;
}

.main-banner {
    margin-top: 5px;
}

.menu-main-container ul{
    margin-bottom: 0px;
}

.menu-main-container li {
    font-size: 11px;
    height: 40px;
    line-height: 40px;

}

.search-container{
    margin-top: 15px;
}

.main-search-feild {
    height: 30px;
    line-height: 30px;
    font-size: 13px;
}

.main-banner .owl-dots .owl-dot {
    width: 6px;
    height: 6px;
    margin-right: 6px;
}

.product-listing-main-container {
    margin-top: 25px;
}

.main-search-button {
    width: 30px;
    height: 30px;
    background-size: 13px;
}

.product-listing-main-container li{
    width: 49%;
    margin-right: 2%;
    margin-bottom: 15px;
}

.product-listing-main-container li:nth-child(4n){
    margin-right: 2%;
}

.product-listing-main-container li:nth-child(2n){
    margin-right: 0px;
}

.product-titile-container {
    min-height: 50px;
    font-size: 13px;
    line-height: 17px;
}

.product-discription p {
    font-size: 12px;
}

.old-price{
    font-size: 13px;
    padding: 0px 5px;
    height: 35px;
    line-height: 35px;
}

.offer-price{
    font-size: 13px;
    padding: 0px 5px;
    height: 35px;
    line-height: 35px;
}
.add-items{
    height: 35px;
    line-height: 35px;
}
.add-items a{
    font-size: 16px;
   
}

.delivery-details{
    padding: 15px 15px;
}

.desktop-form-container {
    width: 100%;
}

.desktop-view-form .delivery-details h3{
    font-size: 24px;
    margin-top: 10px;
    text-align: center;
}

.desktop-view-form .main-text-container {
    text-align: center;
    margin-top: 18px;
    height: 30px;
    font-size: 14px;
}

.desktop-view-form{
    background-color: transparent ;
    padding-top: 0px;
}


.desktop-right-container {
    width: 100%;
}

.desktop-right-container ul li {
    height: 35px;
    font-size: 13px;
}

.desktop-right-container ul {
    float: none;
    width: 80%;
    margin-top: 25px;
    margin-bottom: 10px;
}

.desktop-right-container ul li a {
    line-height: 35px;
}

.desktop-right-container .shopping-cart-details h4 {
    font-size: 15px;
}

.desktop-right-container .shopping-cart-list h3 {
    font-size: 13px;
    text-align: left;
}

.clear-all-button{
    font-size: 14px;
}

.shopping-cart-list{
    padding: 30px 10px 0px 10px;
}

.main-value-container{
    width: 27%;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
}

.into-mark {
    font-size: 13px;
    line-height: 30px;
    width: 20px;
}
.equal-mark{
    font-size: 16px;
    line-height: 30px;
    width: 20px;
}

.sub-total-main span{
    font-size: 13px;
    line-height: 35px;
}

.sub-total-main-value{
    font-size: 13px;
    height: 35px;
    line-height: 35px;
}

.order-btn{
    font-size: 13px;
    height: 35px;
    line-height: 35px;
}

.main-bottom-name{
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    margin-top: 10px;
}



}

@media only screen and (max-width: 768px) {

    .left-main-container{
        width: 100%;
        float: left;
        margin-right: 0%;
    }
    
    .right-main-container{
        width:100%;
        float: left;
    }
    .order-btn {
        padding: 1px 25px;
        widows: 25%
    }
    #catListUl li a{ font-size: 12px;}
    .logo-main img {
        max-height: 63px;width: auto;
    }
  
}
/*#catListUl li a{     
    width: 25%;
   
}*/
@media only screen and (max-width: 450px) {

    .phone-number{
        position: absolute;
        top: 0;
        margin-top: 5px;
        right: 10px;
    }
    .social-icons {
        margin-top: 38px;
    }
    #catListUl li a{     
        width: auto;
        padding: 0 20px;
    }
}

/*by san*/
.list-group-item-heading{
    font-size: 14px;
    text-align: left;
}
.list-group-item{
    border: none;
    border-bottom: 1px dotted #bbb;
}
.sc-added-item .sc-add-to-cart {
    background-color: #fff !important;
    border: 1px solid green;
}
.sc-cart-summary-subtotal{
        /* float: left; */
    width: 45%;
    font-size: 15px;
    line-height: 38px;
    /* text-align: right; */
    box-sizing: border-box;
    padding-right: 10px;
}
.sc-cart-subtotal{
    width: 55%;
    box-sizing: border-box;
    padding: 9px 33px;
    box-sizing: border-box;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    background-color: #fff200;
    box-shadow: none;
    border: none;
    color: #000;
    /* float: left; */
}
.sc-cart-summary{
    margin-top: 20px;
}
#smartcart{
    position: relative;
}
.switch-field label{
    float: left;
    list-style: none;
    width: 50%;
    height: 40px;
    text-align: center;
    font-size: 15px;
    background-color: #d1d3d4;
    cursor: pointer;
    
}
.switch-field input:checked + label{
    background-color: #43a309;
    color: #fff;
}
.pickup{
    display: none;
}

.info {
    position: fixed;
    text-align: center;
    background: #6fe25f;
    color: #fff;
    right: 0;
    left: 0;
    top: 80px;
    margin: 0 auto;
    z-index: 99999;
}
.info p {
    text-align: center;
}
.load-btns{
    width: 100%;
    float: left;
    text-align: center;
}
.loading-btn{
    padding: 6px 20px;
    color: #fff;
    border: none;
}
#catListUl{
    display: inline;
    white-space: nowrap;
    width: auto;
    float: left;
    overflow-x: hidden;
}
#catListUl li{
    padding: 11px 0px;
    font-size: 20px;
    width: 100%;
    float: none; 
    /* height: 60px; */
    line-height: 60px;
    text-align: center;
    list-style-type: none;
    display: inline;
    margin-right: -4px;
}


