body{font-family:'Open Sans',sans-serif;padding:0;margin:0;font-size:14px;background:#fff;}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{padding-left:12px;padding-right:12px;}

.remove_one{cursor:pointer;padding-left:5px;}
/*.link:hover{text-decoration:underline;}*/
.no-space{margin:0!important;}
.alert{padding:10px;}

/*app-download*/
.app-download{display:none;}

/*mailchimp*/
#mc_embed_signup{display:inline-block;width:100%;}
#mc_embed_signup form{padding:0;}
#mc_embed_signup input.email{width:100%;border: 0;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;padding:8px 0;color: #666;background: #f1f1f1;margin-bottom: 5px;text-align: center;font-size:14px;font-family:'Open Sans',sans-serif;font-weight:400;}
#mc_embed_signup input.button{background: #00afcc;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius:5px;
padding: 10px;color: #fff;text-align: center;text-transform: uppercase;font-family: 'Open Sans',sans-serif;font-weight:700;font-size: 12px;display: inline-block;width: 100%;height:auto;line-height:inherit;}
#mc_embed_signup input.button:hover{background:#0094ad;}

/*scrollbar*/
::-webkit-scrollbar-thumb {background:rgba(0,0,0,.2);-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}

/*preloader*/
#loading{background-color:#fff;height: 100%;width: 100%;position: fixed;z-index: 1050;margin-top: 0px;top: 0px;}
#loading-center{width: 100%;height: 100%;	position: relative;}
#loading-center-absolute {position: absolute;left: 50%;top: 50%;height: 150px;width: 150px;margin-top: -75px;margin-left: -75px;-moz-border-radius: 50% 50% 50% 50%;-webkit-border-radius: 50% 50% 50% 50%;border-radius: 50% 50% 50% 50%;}

.object{width: 20px;height: 20px;background-color:#00afcc;position: absolute;-moz-border-radius: 50% 50% 50% 50%;-webkit-border-radius: 50% 50% 50% 50%;border-radius: 50% 50% 50% 50%;-webkit-animation: animate 0.8s infinite;animation: animate 0.8s infinite;}
#object_one {top: 19px;left: 19px;}
#object_two {top: 0px;left: 65px; -webkit-animation-delay: 0.1s; animation-delay: 0.1s;}
#object_three {top: 19px;left: 111px;-webkit-animation-delay: 0.2s;animation-delay: 0.2s;}
#object_four {top: 65px;left: 130px; -webkit-animation-delay: 0.3s; animation-delay: 0.3s;}
#object_five {top: 111px;left: 111px; -webkit-animation-delay: 0.4s; animation-delay: 0.4s;}
#object_six {top: 130px;left: 65px;-webkit-animation-delay: 0.5s; animation-delay: 0.5s;}
#object_seven {top: 111px;left: 19px;-webkit-animation-delay: 0.6s; animation-delay: 0.6s;}
#object_eight {top: 65px;left: 0px;-webkit-animation-delay: 0.7s; animation-delay: 0.7s;}


@-webkit-keyframes animate {
25% {-ms-transform: scale(1.5);-webkit-transform: scale(1.5);transform: scale(1.5);}
75% {-ms-transform: scale(0);-webkit-transform: scale(0);transform: scale(0);}
}

@keyframes animate {
50% {-ms-transform: scale(1.5,1.5); -webkit-transform: scale(1.5,1.5); transform: scale(1.5,1.5);}
100% {-ms-transform: scale(1,1); -webkit-transform: scale(1,1); transform: scale(1,1);}
}

.loading_parent{height:500px;width:100%;position:absolute;}
#loading-center-relative {position: relative;left: 50%;top: 50%;height: 150px;width: 150px;margin-top: -75px;margin-left: -75px;}
.object_on{width: 20px;height: 20px;float: left;margin-right: 20px;margin-top: 65px;-moz-border-radius: 50% 50% 50% 50%;-webkit-border-radius: 50% 50% 50% 50%;border-radius: 50% 50% 50% 50%;zoom: .5;}
#object_one_on {-webkit-animation: object_one 1.5s infinite;animation: object_one 1.5s infinite;}
#object_two_on {-webkit-animation: object_two 1.5s infinite;animation: object_two 1.5s infinite;-webkit-animation-delay: 0.25s; animation-delay: 0.25s;}
#object_three_on {-webkit-animation: object_three 1.5s infinite;animation: object_three 1.5s infinite;-webkit-animation-delay: 0.5s;animation-delay: 0.5s;}

@-webkit-keyframes object_one_on {
75% { -webkit-transform: scale(0); }
}

@keyframes object_one_on {
75% {transform: scale(0);-webkit-transform: scale(0);}
}

@-webkit-keyframes object_two_on {
75% {-webkit-transform: scale(0); }
}

@keyframes object_two_on {
75% {transform: scale(0);-webkit-transform:  scale(0);}
}

@-webkit-keyframes object_three_on {
75% {-webkit-transform: scale(0); }
}

@keyframes object_three_on {
75% {transform: scale(0);-webkit-transform: scale(0);}
}

#loading-center1{width: 100%;height: 100%;position: relative;}
#loading-center-absolute1 {position: absolute;left: 50%;top: 50%;height: 150px;width: 150px;margin-top: -75px;margin-left: -75px;}
.object1{width: 20px;height: 20px;float: left;margin-right: 20px;margin-top: 65px;-moz-border-radius: 50% 50% 50% 50%;-webkit-border-radius: 50% 50% 50% 50%;border-radius: 50% 50% 50% 50%;}

#object_one1 {-webkit-animation: object_one1 1.5s infinite;animation: object_one1 1.5s infinite;}
#object_two1 {-webkit-animation: object_two1 1.5s infinite;animation: object_two1 1.5s infinite;-webkit-animation-delay: 0.25s; animation-delay: 0.25s;}
#object_three1 {-webkit-animation: object_three1 1.5s infinite;animation: object_three1 1.5s infinite;-webkit-animation-delay: 0.5s;animation-delay: 0.5s;}


@-webkit-keyframes object_one1 {
75% { -webkit-transform: scale(0); }
}

@keyframes object_one1 {
75% {transform: scale(0);-webkit-transform: scale(0);}
}

@-webkit-keyframes object_two1 {
75% { -webkit-transform: scale(0); }
}

@keyframes object_two1 {
75% {transform: scale(0);-webkit-transform:  scale(0);}
}

@-webkit-keyframes object_three1 {
75% { -webkit-transform: scale(0); }
}

@keyframes object_three1 {
75% {transform: scale(0);-webkit-transform: scale(0);}
}

.box{overflow: hidden;position:relative;}
.box .box-img img{width:100%;height: auto;}
.box .box-img:before{content: "";position: absolute;top: 5%;left: 4%;width: 92%;height: 90%;opacity: 0;z-index:1;transform: scale(0,1);border-top: 1px solid #fff;border-bottom: 1px solid #fff;transition:all 0.90s ease 0s;}
.box .box-img:after{content: "";position: absolute;width: 92%;height: 90%;top: 5%;left: 4%;opacity: 0;transform: scale(1,0);border-left: 1px solid #fff;border-right: 1px solid #fff;transition:all 0.90s ease 0s;}
.box:hover .box-img:before, .box:hover .box-img:after{opacity:1;transform: scale(1);}
.box .box-img .over-layer{position: absolute;display:block;width:100%;height:100%;opacity:0;transition:all 0.90s ease 0s;}
.box:hover .over-layer{opacity:1;}.box .over-layer ul{list-style: none;position: relative;top: 30%;padding: 0;text-align: center;z-index: 1;transition:all 0.6s ease 0s;}
.box:hover .over-layer ul{top: 30%;}
.box .over-layer ul li{padding:5px;}

.wp-block.product .price {padding:4px 0;font-size: 16px !important;font-weight: 300 !important;color: #272526 !important;}
/*h1, h2, h3, h4, h5, h6 {font-weight: 400 !important;}*/
.alert{z-index:999999999 !important;}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {width: 100%;}	

/*general*/
.f-width{width:90%;}
.to-top{background:#ececec;border:0;color:#00afcc;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}
.to-top:hover{background:#00afcc;color:#fff;}
.modal.fade .modal-dialog{pointer-events:none;}

/*sticky bottom bar*/
.topBar {width: 100%;height:60px;position:fixed;bottom:0;text-align: center;padding:10px 15%;z-index:600;background:#155768 url(../img/sticky_banner.jpg) no-repeat center top;margin:0 auto;}
.topBar p{font-family:'Open Sans',sans-serif;font-size:20px;font-weight:800;color: #fff;margin:5px 0 0 0;float:left;}
.topBar p span.orange{color: #f47f20;}
.topBar p span.blue{color: #00afcc;}
.topBar a{background:#f47f20;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;font-family:'Open Sans',sans-serif;font-size:14px;text-transform:uppercase;color:#fff;padding:5px 20px;font-weight:800;float:right;text-decoration:none;margin-top:3px;}
.topBar a:hover{background:#dc711a;}
.topBar a .fa-angle-right{margin-left:10px;}
.btnClose a, .btnOpen a {width:30px;position:absolute;right:100px;top:-25px;font-weight: bold;color: #fff;padding:5px;background:#155768;}
.btnClose a:hover, .btnOpen a:hover {background:#155768;}
.btnClose a {font-size:14px;line-height:20px;height:25px; }
.btnOpen a {-webkit-border-radius:5px 5px 0 0;-moz-border-radius:5px 5px 0 0;border-radius:5px 5px 0 0;}
.topBar:target {bottom:-60px;transition: bottom 0.4s ease-in; }
.topBar:target .btnOpen a {bottom:30px;height:30px;font-size:11px;line-height:36px;transition-property:bottom;transition-duration: .4s; }
.top-bar ul a{display:inline-block;}
.top-bar ul a:hover{text-decoration:underline;}

/*test-bar ed1848*/
.test_bar{background:#ff0000;padding:5px;text-align:center;color:#fff;font-size:25px;font-weight:800;}

/*login*/
.m-signup .modal-dialog{margin-top:100px;width:500px;}
.m-signup.fade .modal-dialog{pointer-events:fill;}
.m-signup .modal-header{margin:0 auto;}
.m-signup .modal-header img{display:block;margin:0 auto;margin-top:30px;}
.m-signup .modal-header small{text-align:center;display:block;margin:20px auto 0 auto;font-size:13px;}
.signup-content small{text-align:center;display:block;margin:5px auto 10px auto;font-size:13px;color:#666;}
.m-signup .modal-header small a{color:#f47f20;}
.m-signup .modal-header small a:hover{text-decoration:underline;}
.signup-content{padding:20px 40px;text-align:center;}
.signup-content .form-group{margin-top:0!important;}
.signup-content p{margin-bottom:50px;color:#666;font-size:13px;}
.signup-content .form-control{background:#f1f1f1;border:1px solid #ddd;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;margin-bottom:10px;margin-bottom:5px;}
.signup-content .btn-login{background:#00afcc;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;margin:0;padding:10px 0px;text-align:center;color:#fff;font-weight:800;text-transform:uppercase;}
.signup-content .btn-login:hover{background:#0094ad;}
.signup-content .btn-fb{background:#3c5c95;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;margin-bottom:10px;margin-bottom:5px;padding:10px 0px;text-align:center;color:#fff;font-weight:800;text-transform:uppercase;width:93%;}
.btn-fb .fa-facebook{font-size:20px;margin:0px 10px;}
.signup-content .btn-fb:hover{background:#2f4976;}
.signup-content a{display:block;color:#999;font-size:13px;margin:10px auto 30px auto;}
.signup-content a:hover{text-decoration:underline;}

/*signup-page*/
.signin-title{position:relative;float:right;margin-top:-60px;margin-bottom:10px;color:#666;font-size:13px;}
.signin-title a{color:#f47f20;padding-left:10px;}
.signin-title a:hover{text-decoration:underline;}
.signup-wrap .form-group{margin-top:0!important;}
.signup-wrap .form-control{background:#f1f1f1;border:1px solid #ddd;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;margin-bottom:10px;margin-bottom:5px;}
.signup-wrap .form-group .arrow{float:right;position:relative;top:45px;right:20px;}

/*quick-view*/
.product-details{margin-top:10px;}
.activeModal.isActive .overlay, .activeModal.isActive .window{-webkit-border-radius:5px!important;-moz-border-radius:5px!important;border-radius:5px!important;}
.activeModal{background:rgba(0,0,0,0.5);}
.activeModal, .activeModal.isActive .window, .activeModal.isActive, .isActive .overlay{transition-delay:inherit;overflow-y:scroll;overflow-x:hidden;}
.t-row{display:table-row;}
.product-single{overflow-y:auto;overflow-x:hidden;}
.rate_it{display:none;}
.product-single hr.page-divider{margin:10px 0;border-color:#ddd;}
.activeModal .close.icon{margin:30px 10px 0 0;}
.product-single .fix-length{height:225px;overflow:auto;}
.product-single .product-thumbnails{margin-top:0!important;overflow-x:hidden;overflow-y:auto;height:440px;}
.product-single .product-thumbnails img{cursor:pointer;}
.product-single .product-thumbnails > div{margin-top:10px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;background:#f1f1f1;height:auto;}
.product-single .product-thumbnails > div.selected, .product-single .product-thumbnails > div:hover{border:2px solid #ddd;}
.product-single .main-img{background:none;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;height:auto!important;width:90%;margin:0 auto;}
.product-single .product-title{font-family:'Open Sans',sans-serif;font-size:20px;color:#333;padding:10px 0;font-weight:600;text-transform:capitalize;margin-top:-20px;}
.product-highligt ul.list {margin:15px 0;}
.product-highligt ul.list li{list-style-type:disc;margin-left:15px;padding:2px 0;font-family:'Open Sans',sans-serif;font-weight:400;font-size:12px;color:#666;}
.product-info-list{padding:5px 0;}
.product-info-list .added_by{margin-top:5px!important;}
.product-info-list .added_title{font-family:'Open Sans',sans-serif;font-size:12px;color:#333;font-weight:600;width:30%;padding-bottom:5px;}
.product-info-list .added_decs{font-family:'Open Sans',sans-serif;font-size:12px;color:#666;font-weight:400;width:70%;padding-bottom:5px;}
.special-icon{float:left;width:50%;margin-top:5px;}
.special-icon ul.list li{display:inline;padding-right:5px;}
.product-price span{float:right;color:#666;text-decoration:line-through;font-size:15px;text-align:right;width:24%;margin-bottom:14px;margin-top:7px;}
.product-single .sky-form{margin-bottom:10px;}
.product-price span sup{font-size:8px;}
.product-single .product-price ins{color:#f47f20;font-size:30px;font-weight:700;font-family:'Open Sans',sans-serif;float:right;}
.product-single .product-price ins sup{font-size:16px;}
.product-price p{font-family:'Open Sans',sans-serif;font-size:12px;color:#999;font-weight:400;text-align:right;margin-bottom:5px;width:100%;float:right;}
.product-single .product-rating{float:left;font-size:12px;}
.product-single #share{float:right;}
.product-single .buttons{margin:0 0 10px 0;}
.product-single .buttons .btn-add-to.cart{background:#00afcc;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;padding:5px 20px!important;color:#fff;font-size:14px;margin:0;border:0;font-weight:600;line-height:27px;}
.product-single .buttons .btn-add-to.cart .wcart-icon{background:url(../img/w_cart_icon.png) no-repeat;width:30px;height:30px;float:left;background-size:25px;}
.product-single .buttons .btn-add-to.cart:hover{background:#0094ad;border:0;color:#fff;box-shadow:none;}
.product-single .buttons .btn-add-to.wishlist{background:#ef3e53;border:0;color:#fff;font-size:20px;padding:10px!important;}
.product-single .buttons .btn-add-to.wishlist:hover{background:#c33142;color:#fff;box-shadow:none;}
.product-single .buttons .btn-add-to.compare{background:#f47f20;border:0;color:#fff;font-size:20px;padding:10px!important;}
.product-single .buttons .btn-add-to.compare:hover{background:#ba6119;color:#fff;box-shadow:none;}
.product-single .btn-container{position: relative;}
.product-single .btn-container .add_to_cart{position: relative;z-index: -100;}
.product-single .btn-container .add_to_cart.active{z-index: 100;}
.product-single .btn-container .atc-container{display: flex;justify-content: space-between;position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.product-single .btn-ofs, .product-single .btn-ofs:hover{background:#999;}
.atc-container input.input-number{border: 1px solid #ddd;text-align: center;height: 36px;cursor: default;}
.atc-container .input-group-btn .btn-number{height:36px;color:#fff;}
.atc-container .input-group-btn .btn-number:hover{background:#0094ad;}


/*product-details-tabs*/
.product-details-tabs{padding:15px;border-bottom:1px solid #ddd;}
.product-details-tabs .nav-tabs>li>a{text-transform:uppercase;color:#999;font-family:'Open Sans',sans-serif;font-size:14px;font-weight:600;}
.product-details-tabs .nav-tabs>li.active>a, .product-details-tabs .nav-tabs>li.active>a:focus, .product-details-tabs .nav-tabs>li.active>a:hover{text-transform:uppercase;color:#333;font-family:'Open Sans',sans-serif;font-size:14px;font-weight:600;}
.product-details-tabs .tab-content{padding:10px 15px 30px 15px;}
.tab-content>.tab-pane ul li{font-family:'Open Sans',sans-serif!important;color:#666;list-style-type:disc;}
.product-details-tabs .tab-content p, .product-details-tabs .tab-content p span{font-family:'Open Sans',sans-serif!important;font-size:12px;color:#666!important;font-weight:400!important;margin-bottom:20px;}	
.similar-products{padding:20px 15px;}
hr.page-divider{margin:0 0 15px 0;border-color:#ddd;width:110%;position:relative;left:-15px;}
/*review*/
ul.review-content{margin-bottom:30px;}
.tab-content>.tab-pane ul.review-content li{list-style-type:none;}
ul.review-content li h5.user-title{font-family:'Open Sans',sans-serif;font-size:12px;font-weight:400;color:#666;}
ul.review-content li .user-comment i{float:left;font-family:'Open Sans',sans-serif;font-size:10px;font-weight:400;color:#999;position:absolute;left:125px;top:3px;}
ul.review-content li .user-comment h4{font-weight:600;color:#666;font-size:14px;}
ul.review-content li .user-comment p{margin-bottom:10px;}
.comment-box{position:relative;left:-45px;background:#f1f1f1;padding:20px 40px 40px 40px;width:110%;}
.comment-box h3{font-family:'Open Sans',sans-serif;font-size:14px;font-weight:600;color:#666;text-transform:uppercase;margin-bottom:20px;}
.comment-box .rating{font-size:28px;}
.comment-box label{font-family:'Open Sans',sans-serif;font-size:12px;font-weight:400;color:#666;text-transform:capitalize;}
.comment-box .form-control{border:1px solid #ddd;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}
.comment-box .form-group-2{margin-top:0px!important;}
.comment-box p{font-family:'Open Sans',sans-serif;font-size:12px;font-weight:400;color:#999;margin-bottom:0!important;}
.comment-box p a{font-family:'Open Sans',sans-serif;font-size:12px;font-weight:400;color:#999;text-decoration:underline;}
.comment-box p a:hover{color:#00afcc;}
.comment-box textarea.form-control{margin-bottom:15px;}
.btn-comment{width:200px;}
#zm-magnifier img{background-color:#fff;}	

/*menu*/
.dropdown-menu .active a{color: #fff !important;}
.dropdown-menu li a{cursor: pointer;}
.header-search select {display: none !important;}
.cat_select button{right:170px !important;}
.container-megamenu, .container-megamenu .container{overflow-y:scroll;max-height:500px;}

/*header*/
.fixed-header{position:fixed;top:0;width:100%;z-index:500;}
.top-bar{background-color:#00afcc;border:0;}
.top-bar .top-bar-right > ul > li{text-transform:uppercase;font-family:'Open Sans',sans-serif;font-size:14px;}
.top-bar ul.list-inline li a:hover{text-decoration:none!important;}
.top-bar .dropdown.flags .dropdown-menu{margin-top:4px;}
.top-bar .top-bar-right > ul > li + li:before{top:-5px;height:35px;background:rgba(255,255,255,.3);}
.top-bar ul .dropdown-menu li{border-bottom:1px solid rgba(0,0,0,.05);}
.top-bar ul .dropdown-menu a{padding:10px;width:100%;}
.header .header-wrapper{padding:15px 0;border-bottom:1px solid #e4e4e4;}
/*search*/
.header{border:0;}
.header .header-search{top:-2px;}
.header.header-logo-left .header-search{left:20%;width:35%;}
.header .header-search .form-control{height:45px;}
.header-search .form-control{-webkit-border-radius: 50px;-moz-border-radius: 50px;border-radius: 50px;border:0;background:#f1f1f1;color:#999999;padding:6px 20px;}
.header.header-logo-left .header-search button:not(.selectpicker){background-color:transparent;color:#999;padding:0 30px;}
.header.header-logo-left .header-search button:not(.selectpicker):hover{background-color:transparent;color:#333;}
.header .header-cart{right:-20px;}
.header-cart .btn-t-border{border:0;color:#00afcc;font-family:'Open Sans',sans-serif;font-weight:700;font-size:14px;padding:6px 0;width:auto;}
.header-cart .btn-t-border:hover{background:none;}
.header-cart .btn-t-border span{position:relative;top:6px;text-transform:uppercase;}
.header-cart .btn-t-border span#compare_num, .header-cart .btn-t-border span#wishlist_num{color:#fff;background:#f47f20;-webkit-border-radius:20px;-moz-border-radius: 20px;border-radius:20px;padding:0px 10px;font-family:'Open Sans',sans-serif;font-size:12px;position:relative;left:-70%;top:-2px;}
.header-cart .btn-t-border span#cart_num{color:#fff;background:#f47f20;-webkit-border-radius:20px;-moz-border-radius: 20px;border-radius:20px;padding:0px 10px;font-family:'Open Sans',sans-serif;font-size:12px;position:relative;left:-75%;top:-2px;}
num.cart_num{font-family:'Open Sans',sans-serif;font-size:14px;color:#00afcc;font-weight:700;}
.header-cart .compare-icon{background:url(../img/compare_icon.png) no-repeat center center;width:30px;height:30px;float:left;margin-right:15px;}
.header-cart .wishlist-icon{background:url(../img/wishlist_icon.png) no-repeat center center;width:30px;height:30px;float:left;margin-right:15px;}
.header-cart .cart-icon{background:url(../img/cart_icon.png) no-repeat center center;width:30px;height:30px;float:left;margin-right:15px;}
.btn-theme-transparent:hover, .btn-theme-transparent:focus, .btn-theme-transparent:active, .btn-title-more{background-color:transparent;}
/*popupcart*/
.cart-items{pointer-events:all;}
.cart-items .cart-items-inner{min-height: 170px;max-height:500px;overflow-y:scroll;border:1px solid #ddd;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}
#cart-empty-msg > p{margin: 15px;color: #666;}
.cart-items-inner ul.cart-item-list li{border-bottom:1px solid #ddd;padding:20px 15px;min-height:110px;}
.cart-items-inner ul.cart-item-list li:last-child{border-bottom:none;margin-bottom:100px;}
.cart-items-inner ul.cart-item-list li img{height:50px;float:left;margin-right:10px;}
.cart-items-inner ul.cart-item-list li h5{float:left;font-family:'Open Sans',sans-serif;font-weight:600;color:#666;font-size:12px;line-height:16px;width:55%;margin:0;}
.cart-items-inner ul.cart-item-list li h3{float:left;font-family:'Open Sans',sans-serif;font-weight:700;color:#666;font-size:16px;line-height:16px;margin:17px 0;padding:0 10px;}
.cart-items-inner ul.cart-item-list li h3 sup{font-size:10px;}
.cart-items-inner ul.cart-item-list li span.remove-btn{position:relative;right:-10px;top:15px;color:#ccc;border:1px solid #ddd;-webkit-border-radius:50px;-moz-border-radius:50px;border-radius:50px;padding:2px 7px;cursor:pointer;}
.cart-items-inner ul.cart-item-list li h5.m_m-title{float:left;font-family:'Open Sans',sans-serif;font-weight:600;color:#666;font-size:12px;line-height:16px;width:30%;margin:10px 0 0 0;}
.cart-items-inner ul.cart-item-list li p.m_m-desc{float:left;font-family:'Open Sans',sans-serif;font-weight:400;color:#f47f20;font-size:12px;line-height:16px;width:36%;margin:0;}
.cart-items-inner ul.cart-item-list li a{margin:0 30px;border:1px solid #ddd;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;padding:3px 5px;font-size:13px;color:#999;}
.cart-items-inner ul.cart-item-list li h3.m_m-price{margin:10px 0 0 0;}
.cart-items-inner ul.cart-item-list li input.input-number{cursor: default;}
.media-wrapper{position:absolute;bottom:0;background:#f1f1f1;-webkit-border-radius:0 0 5px 5px;-moz-border-radius:0 0 5px 5px;border-radius:0 0 5px 5px;}
.cart-items .media{padding:10px 15px 20px 15px;}
.cart-items .item-title{font-family:'Open Sans',sans-serif;font-size:14px;font-weight:600;color:#666;text-transform:capitalize;}
.media-body p{margin:0;font-family:'Open Sans',sans-serif;font-size:12px;font-weight:400;color:#999;}
.cart-items .item-price{font-family:'Open Sans',sans-serif;font-size:25px;font-weight:700;color:#f47f20;padding:0 5px;}
.cart-items .item-price sup{font-size:15px;}
.cart-items .btn-call-checkout{background:#00afcc;padding:10px 20px;font-family:'Open Sans',sans-serif;font-size:14px;font-weight:600;text-transform:uppercase;color:#fff;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}
.cart-items .btn-call-cart{background:#f47f20;padding:10px 20px;font-family:'Open Sans',sans-serif;font-size:14px;font-weight:600;text-transform:uppercase;color:#fff;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}
.quantity-group{float:left;left:60px;width:30%;top:-10px;}
.quantity-group .btn-blue{background:#00afcc;color:#fff;}
.quantity-group .form-control{text-align:center;border:1px solid #ddd;height:auto;z-index:0;font-size:12px;}
.input-group-btn:first-child>.btn{-webkit-border-radius:5px 0 0 5px;-moz-border-radius:5px 0 0 5px;border-radius:5px 0 0 5px;z-index:0;font-size:12px;}
.input-group-btn:last-child>.btn{-webkit-border-radius:0 5px 5px 0;-moz-border-radius:0 5px 5px 0;border-radius:0 5px 5px 0;z-index:0;font-size:12px;}

/*l-side*/
.header .navigation-wrapper{display:none!important;border-top:0;}
.l-content{position:fixed;z-index:400;}
.sidebar-menu-left .vertical-menu .vertical-wrapper{background:none;}
.sidebar-menu-left .vertical-menu ul.megamenu{background:none;box-shadow:none;max-height:600px;}
.sidebar-menu-left .vertical-menu .vertical ul.megamenu > li > a{text-transform:capitalize;color:#666;padding-left:0px;padding-right:20px;}
.sidebar-menu-left .vertical-menu .vertical-wrapper ul li{min-height:32px;}
.sidebar-menu-left .vertical-menu .vertical-wrapper ul li > a strong{font-weight:600;font-size:13px;}
.sidebar-menu-left .vertical-menu .vertical-wrapper ul li > a{line-height:30px;min-height:32px;}
.sidebar-menu-left .vertical-menu .vertical ul.megamenu > li{background:none;border:0;font-family:'Open Sans',sans-serif;font-size:14px;color:#666;font-weight:600;}
.sidebar-menu-left .vertical-menu .vertical ul.megamenu > li:hover > a, .sidebar-menu-left .vertical-menu .vertical ul.megamenu > li > a.active{border:0!important;color:#00afcc;}
.sidebar-menu-left .vertical-menu .vertical ul.megamenu > li:hover{border:0!important;margin-right:0;}
.sidebar-menu-left .vertical-menu .vertical ul.megamenu > li.with-sub-menu > a:after{color:#999;}
.sidebar-menu-left .vertical-menu .vertical ul.megamenu > li.category_side_set2 > a:after{content:none;}
span.divider{border-bottom:1px solid #ddd;margin:10px auto;width:90%;display:block;}
.beverages-icon{background:url(../img/beverages_icon.png) no-repeat;width:26px;height:26px;float:left;margin-right:10px;background-size:cover!important;}
.confectionery-icon{background:url(../img/confectionery_icon.png) no-repeat;width:26px;height:26px;float:left;margin-right:10px;}
.dairy-icon{background:url(../img/dairy_icon.png) no-repeat;width:26px;height:26px;float:left;margin-right:10px;}
.babies-icon{background:url(../img/babies_icon.png) no-repeat;width:26px;height:26px;float:left;margin-right:10px;}
.frozen-icon{background:url(../img/frozen_icon.png) no-repeat;width:26px;height:26px;float:left;margin-right:10px;}
.groceries-icon{background:url(../img/groceries_icon.png) no-repeat;width:26px;height:26px;float:left;margin-right:10px;}
.household-icon{background:url(../img/household_icon.png) no-repeat;width:26px;height:26px;float:left;margin-right:10px;}
.organic-icon{background:url(../img/organic_icon.png) no-repeat;width:26px;height:26px;float:left;margin-right:10px;}
.snack-icon{background:url(../img/snack_icon.png) no-repeat;width:26px;height:26px;float:left;margin-right:10px;}
.sidebar-menu-left .vertical-menu .vertical ul.megamenu > li strong i{display:block;background-size:26px!important;}
.sidebar-menu-left .vertical-menu .vertical ul.megamenu > li.with-sub-menu > a:after{margin-top:-27px;}
.g-label{position:absolute;right:10px;height:20px;padding:0 10px;background:#00afcc;color:#fff;margin:5px 0px;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;}
.b-label{position:absolute;right:10px;height:20px;padding:0 10px;background:#01aef0;color:#fff;margin:5px 0px;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;}
.o-label{position:absolute;right:10px;height:20px;padding:0 10px;background:#f47f20;color:#fff;margin:5px 0px;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;}
.r-label{position:absolute;right:10px;height:20px;padding:0 10px;background:#ef3e53;color:#fff;margin:5px 0px;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;}
.g-label .num, .b-label .num, .o-label .num, .r-label .num{color:#fff;position:relative;right:0;top:-5px;}

/*dropdown*/
.sidebar-menu-left .vertical-menu .vertical ul.megamenu > li .sub-menu .content{position:fixed;width:40%;top:130px;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;border:1px solid #ddd;height:400px;z-index:999;}
.sidebar-menu-left .sidebar-megamenu ul.megamenu li .sub-menu .content{padding:30px;}
h3.cat-title a{color:#00afcc;font-weight:600;font-family:'Open Sans', sans-serif;font-size:25px;}
.sidebar-menu-left .vertical-menu .vertical ul.megamenu > li .sub-menu .content .static-menu .menu ul a.main-menu{font-family:'Open Sans', sans-serif;font-size:12px;color:#666;font-weight:400;padding:5px 0;text-transform:capitalize;border-bottom:1px solid #ddd;margin-right:15px;}
.sidebar-menu-left .vertical-menu ul.megamenu .sub-menu .content .static-menu .menu ul ul a{text-transform:capitalize;color:#999;}
.sidebar-menu-left .sidebar-megamenu ul.megamenu .sub-menu .content .img-banner{padding:0;position:relative;bottom:-200px;right:180px;width:auto;z-index:-1;}
.sidebar-menu-left .sidebar-megamenu ul.megamenu li .sub-menu .content .static-menu .menu ul{margin-left:10px;}
ul.megamenu li .sub-menu .content .static-menu > .menu > ul > li{width:50%;float:left;display:table;padding:0;}

/*c-content*/
.content-area{margin-top:150px;margin-bottom:20px;padding-bottom:0;}
.c-content{position:relative;z-index:300;left:17%;margin:0;}
/*slider*/
.category_menu #main-slider{box-shadow:none;}
.category_menu .owl-carousel .owl-item img{-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;}
.main-slider .owl-theme .owl-controls .owl-dots{bottom:-35px;}
.owl-theme .owl-dots .owl-dot span{margin:5px;background-color:#ddd;}
.main-slider .owl-theme .owl-controls .owl-dots .owl-dot span{background-color:#ddd;}
.main-slider .owl-theme .owl-controls .owl-dots .owl-dot:hover span, .main-slider .owl-theme .owl-controls .owl-dots .owl-dot.active span{background-color:#f47f20;}
.main-slider .owl-theme .owl-controls .owl-nav [class*=owl-]{font-size:40px;text-shadow:none;}
.category_menu .main-slider-row .item{max-height:520px;height:auto!important;margin:0;}
.category_menu .main-slider-row .slide-img{max-height:500px;height:auto!important;}
.category_menu .main-slider-row .owl-stage-outer{-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;max-height:500px;}

/*txt*/
.about-txt{padding-top:50px;padding-left:10px;}
.about-txt h2{font-family:'Open Sans',sans-serif;font-size:20px;font-weight:700;color:#666;line-height:25px;margin-top:30px;}
.about-txt p{font-family:'Open Sans',sans-serif;font-size:13px;font-weight:400;color:#666;line-height:20px;text-align:justify;}
/*ads-banner*/
.ads-banner1{height:auto;background-size:cover;margin-top:50px;margin-bottom:20px;}
.ads-banner1 a img{width:100%;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;-webkit-box-shadow: 3px 3px 3px -2px rgba(0,0,0,0.3);-moz-box-shadow: 3px 3px 3px -2px rgba(0,0,0,0.3);box-shadow: 3px 3px 3px -2px rgba(0,0,0,0.3);}
.ads-banner1 .t-copy{margin-top:15px;}
.ads-banner1 .t-copy h3{font-family:'Open Sans',sans-serif;font-size:25px;color:#00afcc;line-height:30px;font-weight:700;}
.ads-banner1 .t-copy p{font-family:'Open Sans',sans-serif;font-size:14px;color:#666;line-height:20px;font-weight:400;}
.ads-banner1 .t-copy span{font-family:'Open Sans',sans-serif;font-size:12px;color:#999;line-height:20px;font-weight:400;}

/*best-seller*/
.page-section{padding-bottom:0;padding-top:20px;}
.featured-products{padding-top:20px;}
.featured-products span a{font-family:'Open Sans',sans-serif;font-size:14px;color:#999;font-weight:400;text-decoration:underline;float:right;margin-top:-50px;text-transform:capitalize;margin-right:15px;}
.featured-products span a:hover{color:#00afcc;text-decoration:none;}
.section-title span:before, .section-title span:after{content:none;}
.section-title{text-align:left;font-family:'Open Sans',sans-serif;font-weight:700;font-size:20px;text-transform:capitalize;color:#666;}
/*.category_menu .main-slider-row .owl-item{max-height:520px;height:auto!important;}*/
.thumbnail.box-style-2:hover{-webkit-box-shadow: 3px 3px 3px -2px rgba(0,0,0,0.17);-moz-box-shadow: 3px 3px 3px -2px rgba(0,0,0,0.17);box-shadow: 3px 3px 3px -2px rgba(0,0,0,0.17);}
.thumbnail.box-style-2 .cart{width:80%;margin-left:9%;}
.thumbnail.box-style-2 .media-link{height:170px;background-size:85%!important;background-position:center 5px;}
#featured-products-carousel .owl-carousel .owl-item{margin-right:15px!important;}
.thumbnail.box-style-2{border:1px solid #fff;padding-bottom:20px;}
.thumbnail.hover, .thumbnail:hover{border:0;}
.thumbnail.box-style-2:hover{border:1px solid #ddd!important;}
.thumbnail.box-style-2 .media-link .sticker{background:none;box-shadow:none;padding:0;left:0;}
.thumbnail.box-style-2 .media-link .sticker ul li{display:inline;}
.thumbnail.box-style-2 .media-link .sticker ul li.offer{background:#f47f20;color:#fff;font-family:'Open Sans',sans-serif;font-size:11px;padding:5px 8px;float:left;}
.thumbnail.box-style-2 .media-link .sticker ul li.m_m{background:#ef3e53;color:#fff;font-family:'Open Sans',sans-serif;font-size:11px;padding:5px 8px;float:left;}
.thumbnail.box-style-2 .media-link .sticker ul li.ofs{background:#999;color:#fff;font-family:'Open Sans',sans-serif;font-size:11px;padding:5px 8px;float:left;}
.thumbnail.box-style-2 .cover{background:rgba(0,0,0,0.2);-webkit-border-radius: 5px 5px 0 0;-moz-border-radius: 5px 5px 0 0;border-radius: 5px 5px 0 0;}
.box-style-2 .icon-view{border:0;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;background:#00afcc;color:#fff;}
/*.thumbnail.box-style-2 .media:hover .icon-view{margin:0 2px;}*/
.thumbnail.box-style-2 .media:hover .icon-view:hover{background:#0094ad;}
.box-style-2 .icon-view strong{background-color:transparent;}
.thumbnail.box-style-2 .media-link .icon-view.middle{left:58%;}
.thumbnail.box-style-2 .media-link .icon-view.right{left:86%;}
.thumbnail.box-style-2 .caption-title{font-family:'Open Sans',sans-serif;font-weight:600;font-size:13px;line-height:18px;color:#666;border:0;min-height:65px;padding:5px 10px 0 10px;margin:0;}
.btn-theme {border:0;background-color:#00afcc;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;}
.btn-theme:hover, .btn-theme:active, .btn-theme:focus{border:0;background-color:#00afcc;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;}
/*rating*/
.thumbnail .rating {font-size:14px;display:block;margin:0 auto;text-align:center;}
.thumbnail .rating span.star:before{padding-right:1px;}
.thumbnail .rating p.num{display:inline;color:#999;font-size:12px;margin:1px 0 10px 5px;}
.rating span.star.active:before, .rating span.star:hover:before, .rating span.star:hover ~ span.star:before{color:#f47f20;}
.rating span.star:before{content:"\f005";color:#ddd;}
/*price*/
.thumbnail.box-style-2 .price{border:0;padding:5px;display:inline-block;}
.thumbnail .price span{font-family:'Open Sans',sans-serif;color:#999;font-weight:400;font-size:12px;float:left;text-decoration: line-through;margin-top: 5px;}
.thumbnail .price ins{font-family:'Open Sans',sans-serif;color:#f47f20;font-weight:700;font-size:20px;float:left;margin-left:15px;}
.thumbnail .price ins sup{font-size:12px;}
.thumbnail .price span sup{font-size:8px;}
/*cart*/
.thumbnail.box-style-2 .btn-icon-left .wcart-icon{background:url(../img/w_cart_icon.png) no-repeat left top;width:20px;height:20px;background-size:20px;float:left;margin-right:5px;margin-top:-4px;}
.thumbnail.box-style-2 .btn-container{position: relative;width:80%;display:inline-block;margin-left:0;background-color:#00afcc;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;}
.thumbnail.box-style-2 .btn-container:hover, .btn-theme.btn-block:hover{background:#0094ad;}
.thumbnail.box-style-2 .btn-ofs, .thumbnail.box-style-2 .btn-ofs:hover{background:#999;}
.thumbnail.box-style-2 .btn-container{position: relative;}
.thumbnail.box-style-2 .btn-container .add_to_cart{position: relative;z-index: -100;}
.thumbnail.box-style-2 .btn-container .add_to_cart.active{z-index: 100;}
.thumbnail.box-style-2 .btn-container .atc-container{display: flex;justify-content: space-between;position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.thumbnail.box-style-2 .btn-container .btn-blue{background:#00afcc;color:#fff;}
.thumbnail.box-style-2 .btn-container span{font-family:'Open Sans',sans-serif;font-size:12px;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;}
.thumbnail.box-style-2 .btn-container .input-group-addon, .thumbnail.box-style-2 .btn-container .input-group-btn{width:50px;}
.thumbnail.box-style-2 .btn-container .btn-number{padding:8px 12px;width:50px;}
.thumbnail.box-style-2 .btn-container .btn-number:hover{background:#0094ad;color:#fff;}
.thumbnail.box-style-2 .btn-container .glyphicon-plus:before, .thumbnail.box-style-2 .btn-container .glyphicon-minus:before{font-weight:800;font-size:16px;}
.thumbnail.box-style-2 .btn-container input.input-number{border:1px solid #ddd;text-align:center;height:36px;}
/*carousel control*/
.featured-products-carousel .owl-theme .owl-controls .owl-nav .owl-prev{left:0;}
.featured-products-carousel .owl-theme .owl-controls .owl-nav .owl-next{right:0;}
.featured-products-carousel .owl-theme .owl-controls .owl-nav [class*=owl-]{border:0;line-height:38px;}
.featured-products-carousel .owl-theme .owl-controls .owl-nav [class*=owl-]:hover{border:0;background:#333;}
/*categories-bg*/
.categories-container{display:inline-block;width:100%;}
.categories-container .box{margin:0;padding-right:10px;width:50%;float:left;padding-bottom:10px;}
.categories-container .box2{margin:0;padding-right:0;width:50%;float:left;padding-bottom:10px;}
.categories-container h2{font-family:'Open Sans',sans-serif;font-size:18px;font-weight:700;color:#fff;}
.beverages-bg{background:url(../img/beverage_bg.jpg) no-repeat center center;height:180px;background-size:cover;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;padding:15px 20px;-webkit-box-shadow: 3px 3px 1px -2px rgba(0,0,0,0.3);-moz-box-shadow: 3px 3px 1px -2px rgba(0,0,0,0.3);box-shadow: 3px 3px 1px -2px rgba(0,0,0,0.3);}
.confectionery-bg{background:url(../img/confectionery_bg.jpg) no-repeat center center;height:180px;background-size:cover;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;padding:15px 20px;-webkit-box-shadow: 3px 3px 1px -2px rgba(0,0,0,0.3);-moz-box-shadow: 3px 3px 1px -2px rgba(0,0,0,0.3);box-shadow: 3px 3px 1px -2px rgba(0,0,0,0.3);}
.groceries-bg{background:url(../img/groceries_bg.jpg) no-repeat center center;height:180px;background-size:cover;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;padding:15px 20px;-webkit-box-shadow: 3px 3px 1px -2px rgba(0,0,0,0.3);-moz-box-shadow: 3px 3px 1px -2px rgba(0,0,0,0.3);box-shadow: 3px 3px 1px -2px rgba(0,0,0,0.3);}
.dairy-bg{background:url(../img/dairy_bg.jpg) no-repeat center center;height:180px;background-size:cover;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;padding:15px 20px;-webkit-box-shadow: 3px 3px 1px -2px rgba(0,0,0,0.3);-moz-box-shadow: 3px 3px 1px -2px rgba(0,0,0,0.3);box-shadow: 3px 3px 1px -2px rgba(0,0,0,0.3);}
.frozen-bg{background:url(../img/fozen_bg.jpg) no-repeat center center;height:180px;background-size:cover;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;padding:15px 20px;-webkit-box-shadow: 3px 3px 1px -2px rgba(0,0,0,0.3);-moz-box-shadow: 3px 3px 1px -2px rgba(0,0,0,0.3);box-shadow: 3px 3px 1px -2px rgba(0,0,0,0.3);}
.snacks-bg{background:url(../img/snack_bg.jpg) no-repeat center center;height:180px;background-size:cover;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;padding:15px 20px;-webkit-box-shadow: 3px 3px 1px -2px rgba(0,0,0,0.3);-moz-box-shadow: 3px 3px 1px -2px rgba(0,0,0,0.3);box-shadow: 3px 3px 1px -2px rgba(0,0,0,0.3);}
.organic-bg{background:url(../img/organic_bg.jpg) no-repeat center center;height:180px;background-size:cover;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;padding:15px 20px;-webkit-box-shadow: 3px 3px 1px -2px rgba(0,0,0,0.3);-moz-box-shadow: 3px 3px 1px -2px rgba(0,0,0,0.3);box-shadow: 3px 3px 1px -2px rgba(0,0,0,0.3);}
.household-bg{background:url(../img/household_bg.jpg) no-repeat center center;height:180px;background-size:cover;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;padding:15px 20px;-webkit-box-shadow: 3px 3px 1px -2px rgba(0,0,0,0.3);-moz-box-shadow: 3px 3px 1px -2px rgba(0,0,0,0.3);box-shadow: 3px 3px 1px -2px rgba(0,0,0,0.3);}


/*r-content*/
.scr-content{overflow-y:scroll;max-height:500px;overflow-x:hidden;width:95%}
.r-content{position:fixed;z-index:400;right:4%;}
.shipping-container{border:1px solid #ddd;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;margin-bottom:10px;}
.shipping-container a  img{-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;width:100%;}
.shipping-container h3{font-family:'Open Sans', sans-serif;font-size:14px;font-weight:600;color:#00afcc;line-height:20px;}
.shipping-container h3 span{color:#f47f20;}
.shipping-container h3 .fa-chevron-right{float:right;color:#ccc;font-size:10px;margin-top:-10px;}
.shipping-container h3 .collecto-icon{background:url(../img/collecto_logo.jpg) no-repeat;float:left;margin-right:10px;width:30px;height:30px;margin-top:-5px;}
.shipping-container p{font-family:'Open Sans', sans-serif;font-size:12px;color:#999;line-height:18px;border-bottom:1px solid #ddd;margin-bottom:15px;padding-bottom:15px;}
.shipping-container img{max-width:100%;}
/*.promotion-container{border:1px solid #ddd;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;padding:10px;margin-bottom:10px;background:url(../img/ads_side.jpg) no-repeat center center;background-size:cover;height:300px;}*/
.lowest-price-box{height:auto;margin-bottom:10px;background-size:cover;}
.lowest-price-box a img{-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;width:100%;}
.lowest-price-box .w-logo{background:url(../img/w_logo.png) no-repeat left bottom;width:170px;height:50px;margin-top:5px;background-size:130px;}
.lowest-price-box .lowest-label{background:url(../img/price_label.png) no-repeat;float:right;position:relative;top:-10px;right:-47px;width: 137px;height:86px;background-size:100px;}
.lowest-price-box h5{font-family:'Open Sans', sans-serif;font-weight:600;color:#fff;font-size:14px;display:inline-block;margin:0;position:relative;top:-25px;}
.lowest-price-box p{font-family:'Open Sans', sans-serif;font-weight:400;color:#fff;font-size:12px;display:inline-block;margin:0;line-height:18px;position:relative;top:-25px;}
.lowest-price-box .fa-chevron-right{float:right;color:#fff;font-size:10px;margin-top:-20px;}
.subscribe-box{border:1px solid #ddd;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;padding:10px;margin-bottom:10px;}
.subscribe-box h3{font-family:'Open Sans', sans-serif;font-size:14px;font-weight:600;color:#00afcc;line-height:20px;}
.subscribe-box h3 span{color:#f47f20;}
.subscribe-box p{font-family:'Open Sans', sans-serif;font-size:12px;color:#999;line-height:18px;margin-bottom:10px;}
.subscribe-box .form-control{border:0;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;padding:10px;color:#666;background:#f1f1f1;margin-bottom:5px;text-align:center;}
.subscribe-box .btn-subcribe{background:#00afcc;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;padding:10px;color:#fff;text-align:center;text-transform:uppercase;font-family:'Open Sans',sans-serif;font-weight:700;font-size:12px;display:inline-block;width:100%;}
.subscribe-box .btn-subcribe:hover{background:#0094ad;}


/*categories-listing-page*/
/*floating-banner*/
.f-ads-banner{position:relative;}
.f-ads-banner img{max-width:100%;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;margin-bottom:10px;}
.f-ads-banner span.w-close{position:absolute;right:30px;top:35px;float:right;}
.f-ads-banner span.w-close a{color:#fff;font-size:16px;}
/*sub-banner*/
.page-banner{width:100%;display:inline-block;}
.page-banner img{max-width:100%;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;margin-bottom:10px;}
/*breadcamp*/
.breadcamp ul.list{padding:0 5px 10px 5px;margin:0;}
.breadcamp ul.list li{display:inline;font-family:'Open Sans', sans-serif;font-size:12px;color:#666;}
.breadcamp ul.list li a{color:#999;}
.breadcamp ul.list li a:hover{text-decoration:underline;}
.breadcamp ul.list li .fa{padding:0 10px;}
/*product-list*/    
.f-product-list{background:#fff;margin-bottom:10px;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;}
.f-product-list ul.list{display:flex;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;border:1px solid #ddd;display: -webkit-box;display: -moz-box;display: -ms-box;display: -webkit-flex;display: box;display: flex;-webkit-box-lines: multiple;-moz-box-lines: multiple;-o-box-lines: multiple;-ms-box-lines: multiple;-webkit-flex-wrap: wrap;flex-wrap: wrap;margin: 0;padding: 0;overflow: hidden;}
.f-product-list ul.list li{display: -webkit-box;display: -moz-box;display: -ms-box;display: -webkit-flex;display: flex;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;width: 25%;padding: 8px 8px 8px 0;cursor: pointer;font-weight: 100;background: #fff;border-right: 1px solid #eee;border-bottom: 1px solid #eee;-webkit-box-align: center;-moz-boxalign:center;-o-box-align: center;-ms-box-align: center;-webkit-align-items: center;align-items: center;-webkit-box-pack: justify;-moz-box-pack: justify;-o-box-pack: justify;-ms-box-pack: justify;-webkit-justifycontent: space-between;justify-content: space-between;padding: 0 22px;height: 65px;overflow: hidden;position: relative;}
.f-product-list ul.list li h5:hover{color:#00afcc;}
.f-product-list ul.list li a h5{font-family:'Open Sans',sans-serif;color: #999;font-size:12px;font-weight:400;width:55%;}
.f-product-list ul.list img{width:50px;position:absolute;top:5px;right:30px;}
.f-product-list ul.list li span.num{position:absolute;top:0;right:0;padding:3px 5px;background:#f1f1f1;color:#666;font-size:10px;z-index:10;}
.category-list{border-top:1px solid #ddd;margin-top:20px;}
.category-list .section-title{margin:0;min-height:23px;}
.category-list span a{margin-top:-24px;}

/*sub=-listing-page*/
.f-product-sublist{background:#fff;margin-bottom:10px;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;border:1px solid #ddd;}
.f-product-sublist .nav-tabs {border-bottom:1px solid #ddd;padding:10px 15px 0 15px;}
.f-product-sublist a.reset-btn{float:right;margin-right:15px;font-family:'Open Sans',sans-serif;font-size:14px;color:#666;text-decoration:underline;padding:13px 0;font-weight:400;}
.f-product-sublist a.reset-btn:hover{color:#00afcc;text-decoration:none;}
.f-product-sublist .nav-tabs > li{padding-right:10px;}
.f-product-sublist .nav-tabs > li.active > a, .f-product-sublist .nav-tabs > li.active > a:focus, .f-product-sublist .nav-tabs > li.active > a:hover {font-family:'Open Sans',sans-serif;font-size:14px;color:#666;font-weight:600;border-width:0;}
.f-product-sublist .nav-tabs > li > a {border:none;color: #666;font-weight:600;}
.f-product-sublist .nav-tabs > li.active > a, .f-product-sublist .nav-tabs > li > a:hover {border: none;color:#00afcc!important;font-weight:600;background:transparent;}
.f-product-sublist .nav-tabs > li > a::after {content: "";background:#00afcc; height:3px; position: absolute; width: 100%; left: 0px; bottom: -1px; transition: all 250ms ease 0s; transform: scale(0); }
.f-product-sublist .nav-tabs > li.active > a::after, .f-product-sublist .nav-tabs > li:hover > a::after { transform: scale(1); }
.f-product-sublist .tab-nav > li > a::after {background:none repeat scroll 0% 0%; color: #fff; }
.f-product-sublist .tab-pane {padding:0;}
.f-product-sublist .tab-content{padding:20px;max-height:123px;overflow-y:scroll;}
.f-product-sublist .card-box {background:none;}
/*checkbox*/
.f-product-sublist ul.brands-list, .f-product-sublist ul.price-list, .f-product-sublist ul.country-list, .f-product-sublist ul.lifestyle-list{margin:0;}
.f-product-sublist ul.brands-list li{list-style-type:none;}
.f-product-sublist .checkbox {padding-left: 20px;margin-top:0;margin-bottom:5px; width:25%;float:left;display:inline;}
.f-product-sublist .checkbox label {display: inline-block;position: relative;padding-left:15px;color:#666;text-transform:capitalize;font-size:13px;}
.f-product-sublist .checkbox label::before {content: "";display: inline-block;position: absolute;width: 17px;height: 17px;left: 0;margin-left: -20px;border:none;border-radius: 3px;background-color:#ddd;-webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;-o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;transition: border 0.15s ease-in-out, color 0.15s ease-in-out;}
.f-product-sublist .checkbox label::after {display: inline-block;position: absolute;width: 16px;height: 16px;left: 0;top: 4px;margin-left: -20px;padding-left: 3px;padding-top: 1px;font-size: 11px;color:#666;}
.f-product-sublist .checkbox input[type="checkbox"] {opacity: 0; }
.f-product-sublist .checkbox input[type="checkbox"]:focus + label::before {outline: thin dotted;outline: 5px auto -webkit-focus-ring-color;outline-offset: -2px;}
.f-product-sublist .checkbox input[type="checkbox"]:checked + label::after {font-family: 'FontAwesome';content: "\f00c"; }
.f-product-sublist .checkbox input[type="checkbox"]:disabled + label {opacity: 0.65; }
.f-product-sublist .checkbox input[type="checkbox"]:disabled + label::before {background-color: #eeeeee;cursor: not-allowed; }
.f-product-sublist .checkbox.checkbox-inline {margin-top: 0; }

.checkbox-b input[type="checkbox"]:checked + label::before {background-color: #00afcc;border-color:#00afcc;}
.checkbox-b input[type="checkbox"]:checked + label::after {color: #fff;}

/*sublist-product*/
.category-sublist{margin-top:15px;border-top:1px solid #ddd;}
.category-sublist .tab-content p{padding:20px 25px;color:#666;}
.sublist-product .nav-tabs{border:0;}
.sublist-product .nav-tabs>li{padding-right:15px;}
.sublist-product .nav-tabs>li>a{background:none;border:0;padding:5px 20px;color:#666;}
.sublist-product .nav-tabs>li.active>a, .sublist-product .nav-tabs>li.active>a:focus, .sublist-product .nav-tabs>li.active>a:hover, .sublist-product .nav-tabs>li>a:hover{background:#00afcc;color:#fff;text-align:center;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;padding:5px 20px;border:0;}
.sublist-product .selectpicker-wrapper{position:absolute;top:15px;right:0;width:20%;}
.sublist-product .bootstrap-select.btn-group .open{top:37px;}
.sublist-product .bootstrap-select > .selectpicker{border:1px solid #ddd;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;}
.sublist-product .bootstrap-select.btn-group .btn .filter-option{text-transform:capitalize;font-weight:400;color:#666!important;}

/*brands*/
.brand-txt ul.list li{display:inline-block;list-style-type:none;margin:20px 0 0 0;padding:0 5px;}
.brand-txt ul.list li a{color:#00afcc;font-weight:800;}
.brand-txt ul.list li a:hover{color:#0094ad;}
.brand-txt .box{border:1px solid #ddd;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;padding:15px;margin-bottom:15px;}
.brand-txt .box h4{font-size:16px;color:#666;display:block;}
.brand-txt .box ul.list li{display:inline;}
.brand-txt .box ul.list li img{width:100px;margin:5px 10px;}

/*news*/
.news-txt ul.list li{border-bottom:1px solid #ddd;margin-bottom:15px;list-style-type:none;min-height:215px;margin-left:0;padding-left:0;}
.news-txt ul.list li:last-child{border:0;}
.news-txt ul.list li img{-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;float:left;margin-right:15px;}
.news-txt h3{margin:15px 0!important;}
.news-txt ul.list li span{color:#fff;font-weight:800;padding:8px 15px;background:#00afcc;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;}
.news-txt ul.list li span:hover{background:#0094ad;}
.news-details-txt{padding-top:0;}
.news-details-txt h2{color:#00afcc;}
.news-details-txt img{width:100%;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;margin-bottom:15px;}

/*shopping cart page*/
.shoppingcart-content{left:0;width:74.5%;}
.shoppingcart-r{position:absolute;right:4%;}
.shoppingcart-r .lowest-price-box .w-logo, .myaccount-side .lowest-price-box .w-logo{background-size:auto;}
.shoppingcart-r .lowest-price-box h5, .shoppingcart-r .lowest-price-box p, .myaccount-side .lowest-price-box h5, .myaccount-side .lowest-price-box p{top:10px;}
.shoppingcart-r .lowest-price-box .fa-chevron-right, .myaccount-side .lowest-price-box .fa-chevron-right{margin-top:20px;}
.shoppingcart-detail {border:1px solid #ddd;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;margin-bottom:15px;}
.shoppingcart-h ul.list{min-height:250px;}
.shoppingcart-detail h3{font-family:'Open Sans',sans-serif;font-size:22px;color:#00afcc;border-bottom:1px solid #ddd;padding:15px 20px;margin:0;font-weight:600;}
.shoppingcart-detail ul.list li{display:inline-flex;border-bottom:1px solid #ddd;padding:5px 15px;margin:10px 0;width:100%;}
.shoppingcart-detail ul.list li:last-child{border:0;}
.shoppingcart-detail ul.list li img{height:70px;float:left;margin-left:0px;margin-right:10px;}
.shoppingcart-detail ul.list li .sticker{position:absolute;left:95px;}
.shoppingcart-detail ul.list li .sticker ul li{float:left;display:inline-block;width:60px;border:0;background:#f47f20;color:#fff;text-transform:uppercase;text-align:center;font-size:11px;font-weight:700;padding:3px 0;margin:0;}
.shoppingcart-detail ul.list li h5{position:relative;left:0;top:10px;width:35%;font-weight:600;color:#666;}
.shoppingcart-detail ul.list li h6{position:relative;left:0;top:20px;font-weight:600;color:#666;font-size:14px;}
.shoppingcart-detail ul.list li p{position:absolute;margin-left:80px;margin-top:60px;font-weight:600;font-size:14px;color:#666;height:30px;}
.shoppingcart-detail .ordered-product ul.list li p{margin-left:120px;}
.shoppingcart-detail ul.list li p.orange{position:absolute;margin-left:256px;margin-top:50px;font-weight:600;font-size:14px;height:30px;color:#f47f20;}
.shoppingcart-detail ul.list li p ins{text-decoration:line-through;color:#999;font-size:12px;margin-right:10px;}
.shoppingcart-detail ul.list li h4{margin:30px;position:relative;left:50px;width:120px;font-weight:700;color:#333;font-size:21px;text-align:center;}
.shoppingcart-detail ul.list li h4.price{width:220px;}
.shoppingcart-detail ul.list li h4 sup{font-size:12px;}
.shoppingcart-detail ul.list li .quantity-group{width:15%;margin:35px 0;}
.shoppingcart-detail ul.list li span.remove-btn{border:1px solid #ddd;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;color:#666;padding:5px 15px;height:35px;position:absolute;right:50px;margin:23px 0;}
.shoppingcart-detail ul.list li span.remove-btn2{margin:45px 0;}
.shoppingcart-detail ul.list li span.edit-btn{border:1px solid #ddd;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;color:#666;padding:5px 28px;height:35px;position:absolute;right:50px;margin:0;}
.checkout-box{margin:34px 0 10px 0;border:1px solid #ddd;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;}
.subtotal{padding:20px 20px 0 20px;border-bottom:1px solid #ddd;}
.subtotal ul.list li{color:#666;font-weight:600;font-size:13px;padding-bottom:5px;}
.subtotal ul.list li b{font-weight:700;float:right;margin-left:15px;font-size:16px;text-align:right;width:40%;}
.subtotal ul.list li span{margin-right:15px;float:left;}
.total{padding:10px 20px;}
.total h5{font-weight:600;color:#666;margin-bottom:0;}
.total p{font-size:13px;color:#999;line-height:18px;}
.total h2{color:#f47f20;font-size:25px;font-weight:700;float:right;margin-top:-55px;}
.total h2 sup{font-size:16px;}
.total a{background:#00afcc;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;color:#fff;text-transform:uppercase;text-align:center;padding:5px 20px;font-weight:700;display:block;margin-bottom:15px;font-size:20px;}
.total a:hover{background:#0094ad;}
.disclaimer{background:#f1f1f1;color:#999;font-size:13px;padding:15px 20px;}
.disclaimer ul.list{margin-top:10px;margin-bottom:0;}
.disclaimer ul.list li{list-style-type:decimal;margin-left:15px;line-height:18px;padding-bottom:5px;}

/*myaccount*/
.myaccount-side{left:15px;position:relative;margin-top:0!important;padding:0;}
.myaccount-content{right:-15px;position:relative;top:-30px;}
.acount-side-navi{border:1px solid #ddd;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;margin-bottom:10px;}
.profile-bg{background:url(../img/profile_bg.jpg) no-repeat center top;width:100%;background-size:contain;-webkit-border-radius:5px 5px 0 0;-moz-border-radius:5px 5px 0 0;border-radius:5px 5px 0 0;}
.profile-bg .profile-img{display:block;text-align:center;margin:0 auto;background:#007589;color:#fff;-webkit-border-radius:50px;-moz-border-radius:50px;border-radius:50px;font-size:60px;width:100px;height:100px;position:relative;top:40px;}
.profile-bg .profile-img .fa{top:-5px;position:relative;}
.profile-bg .point-balance{background:#0b5265;padding:5px 15px;display:inline-block;width:100%;margin-top:60px;}
.profile-bg .point-balance img{float:left;margin-right:5px;margin-top:11px;width:40px;}
.profile-bg .point-balance h5{font-size:14px;color:#fff;line-height:20px;font-weight:400;text-transform:capitalize;float:left;}
.profile-bg .point-balance h2{font-size:35px;color:#fff000;font-weight:700;float:right;}
.profile-bg .point-balance h2 span{font-size:16px;}
.profile-bg ul.list{background:#fff;margin-top:-7px;}
.profile-bg ul.list a li{border-top:1px solid #f1f1f1;padding:15px 20px;color:#666;font-weight:600;}
.profile-bg ul.list a.active li, .profile-bg ul.list a li:hover{background:#f1f1f1;color:#00afcc;}
.profile-bg ul.list a.active li .fa, .profile-bg ul.list a li:hover .fa{color:#00afcc;}
.profile-bg ul.list a li .fa{color:#ccc;margin:0 15px;font-size:20px;position:relative;top:2px;}
.profile-bg ul.list a li .fa-angle-right{float:right;margin-right:15px;}
.account-detail{border:1px solid #ddd;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;padding-bottom:30px;}
.account-detail h3{font-family:'Open Sans',sans-serif;font-size:22px;color:#00afcc;border-bottom:1px solid #ddd;padding:15px 20px;margin:0;font-weight:600;}
.account-detail form{padding:20px;margin-top:30px;}
.account-detail form .form-group, .address-wrap form .form-group{margin-top:0px!important;}
.account-detail .form-group, .address-wrap .form-group{margin-top:0px!important;}
.account-detail .form-space, .address-wrap .form-space{margin-top:0px;}
.account-detail .form-control{background:#f1f1f1;border:1px solid #ddd;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;margin-bottom:10px;margin-bottom:5px;}
.account-detail .form-control:focus{border:1px solid #ddd;}
.account-detail .form-control{padding:15px;}
.account-detail select.form-control{padding:6px 15px;cursor:pointer;}
.account-detail .form-group .arrow{position:absolute;top:43px;right:30px;pointer-events:none;}
label{font-weight:400;font-size:14px;color:#666;text-transform:capitalize;}
.btn-save, .btn-add, .btn-password{float:right;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;margin-right:20px;background:#00afcc;padding:10px 30px;text-align:center;color:#fff;font-weight:700;text-transform:uppercase;}
.btn-save:hover, .btn-add:hover, .btn-password:hover{-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;color:#fff;background:#0094ad;}
/*new-address*/
.account-detail .new-address-container{width:100%;padding:0 15px;display:inline-block;}
.panel-group .panel {border-radius: 0;box-shadow: none;border:0;border-bottom:1px dotted #ddd;}
.panel-default > .panel-heading {padding: 0;border-radius: 0;color:#666;background-color:transparent;border-color:transparent;}
.panel-title {font-size:18px;font-weight:600;}
.panel-title > a {display: block;padding: 15px;text-decoration: none;}
.more-less {float: right;color: #212121;}
.paneldefault > .panel-heading + .panel-collapse > .panel-body {padding:20px 0;}
.panel-title > a:before {float: right !important;font-family: FontAwesome;content:"\f107";padding-right: 5px;}
.panel-title > a.collapsed:before {float: right !important;content:"\f105";margin-left:30px;margin-bottom:1px;}
/*change-password*/
.empty-space{height:75px;}

/*order-history*/
.order-history-detail {padding-bottom:15px;}
.order-history-detail form{margin-top:0;padding:0px;}
.order-history-detail .filter{background:#f1f1f1;padding:40px 20px 5px 20px;}
.order-history-detail .filter .inner-search{width:300px;float:left;margin:0;}
.order-history-detail .filter .inner-search .fa{position:absolute;right:30px;top:13px;color:#666;cursor:pointer;}
.order-history-detail .filter .inner-sort{width:300px;float:right;margin:0;}
.order-history-detail .filter .inner-sort .fa{position:absolute;right:30px;top:13px;color:#666;cursor:pointer;}
.order-history-detail .form-control{background:#fff;}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{padding:10px 20px;}
.order-history-detail .r-blue{background:#00afcc;color:#fff;font-size:12px;}
.table-responsive span{font-size:12px;color:#00afcc;margin-top:15px;display:block;font-weight:600;}
.table-responsive p{margin:0;font-size:14px;color:#666;margin-bottom:10px;}
.table-responsive .price{font-weight:700;color:#333;font-size:16px;padding-top:30px;text-align:center;}
.table-responsive .date{margin:0;font-size:14px;color:#666;padding-top:30px;text-align:center;}
.table-responsive  .o-text{font-size:14px;font-weight:600;color:#f47f20;padding-top:30px;text-align:center;}
.table-responsive a.view-btn{display:block;background:#f47f20;padding:5px 20px;color:#fff;text-align:center;margin-bottom:5px;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;}
.table-responsive a.reorder-btn{display:block;background:#00afcc;padding:5px 20px;color:#fff;text-align:center;margin-bottom:5px;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;}

/*wishlist*/
.wishlist-detail h3{border:0;}
.wishlist-detail .table-responsive img{float:left;height:100px;}
.wishlist-detail .table-responsive h5{font-size:14px;font-weight:600;color:#666;margin-top:20px;}
.wishlist-detail .table-responsive p{font-weight:600;font-size:14px;}
.wishlist-detail .table-responsive p ins{font-size:12px;margin-right:10px;color:#999;text-decoration:line-through;}
.wishlist-detail .table-responsive .sticker ul{margin:0;margin-top:30px;}
.wishlist-detail .table-responsive .sticker ul li.offer{background:#f47f20;text-align:center;color:#fff;font-weight:700;font-size:11px;padding:3px 0;width:60px;}
.wishlist-detail .table-responsive small{color:#999;font-size:11px;}
.wishlist-detail .table-responsive a{margin-top:25px;display:inline-block;}
.wishlist-detail .table-responsive a span{display:inline-block;border:1px solid #ddd;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;margin:5px 5px 0 0;color:#666;padding:5px 15px;font-size:14px;}
.wishlist-detail .table-responsive a.add-btn{font-size:14px;background:#00afcc;padding:5px 15px;color:#fff;text-transform:uppercase;font-weight:600;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;margin:5px 5px 0 0;}
.wishlist-detail .btn-container{position: relative;display: inline-block;}
.wishlist-detail .btn-container .add_to_cart{position: relative;z-index: -100;}
.wishlist-detail .btn-container .add_to_cart.active{z-index: 100;}
.wishlist-detail .btn-container .atc-container{display: flex;justify-content: space-between;position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.wishlist-detail .btn-container .input-group{display: flex;}
.wishlist-detail .btn-container .input-group-addon, .wishlist-detail .btn-container .input-group-btn{width:40px;margin-top: 0;}
.wishlist-detail .btn-container .btn-number{padding:8px 12px;width:40px;background-color: #00afcc;color: #fff;}
.wishlist-detail .btn-container .btn-number:hover{background:#0094ad;}
.wishlist-detail .btn-container .btn-number span{color: #fff;margin-top: 0;}
.wishlist-detail .btn-container .glyphicon-plus:before, .wishlist-detail .btn-container .glyphicon-minus:before{font-weight:800;font-size:16px;}
.wishlist-detail .btn-container input.input-number{border:1px solid #ddd;text-align:center;height:36px;width: 45px;}

/*mypoint*/
.point-detail{padding-bottom:0;}
.point-detail h3{border:0;}
.point-detail .table-responsive .points{font-size:30px;color:#f47f20;font-weight:700;padding-top:20px;text-align:center;}
.point-detail .table-responsive .points small{font-size:14px;}
.point-detail .table-responsive .points .fa{color:#ccc;font-size:18px;position:relative;float:right;top:15px;right:40px;}
.point-detail .tooltip .tooltip-inner{text-align:left;padding:15px;}
.point-detail .grey-bg{background:#f1f1f1;}
.point-detail .grey-bg h5{font-size:20px;font-weight:600;color:#666;margin-top:15px;}
.point-detail .table-responsive .points2{font-size:35px;color:#f47f20;font-weight:700;padding-top:13px;text-align:center;}
.point-detail .table-responsive .points2 small{font-size:14px;}
.point-detail .table-responsive .points2 .fa{color:#ccc;font-size:18px;position:relative;float:right;top:15px;right:40px;}
.grey-bg h3{padding:0;padding-bottom:15px;}
.grey-bg p{margin-bottom:0;padding-top:10px;}


/*min_match*/
.mm-sublist{margin-top:0px;border-top:1px solid #ddd;margin-bottom:10px;}
.mm-sublist .thumbnail.box-style-2 .media-link{height:150px;}
.mm-sublist .thumbnail.box-style-2 .caption-title{min-height:30px;font-weight:700;margin:0;}
.mm-sublist .thumbnail.box-style-2 .caption-title a{color:#666;}
.mm-sublist .thumbnail.box-style-2 .caption p{color:#f47f20;font-weight:600;}
.mm-sublist .thumbnail.box-style-2{border:1px solid #ddd!important}
.mm-sublist .thumbnail.box-style-2 .media{-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;}
/*.mm-product-sublist .card-box{padding:15px;}*/
.mm-product-sublist .box-space{padding:15px 0 15px 40px;}
.mm-product-sublist h4{font-size:14px;font-weight:600;color:#666;margin-bottom:15px;}
.mm-product-sublist ul.list{float:left;margin-right:20px;}
.mm-product-sublist ul.list li{display:inline-block;margin-right:10px;background:#f1f1f1;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;min-height:40px;width:40px;}
.mm-product-sublist ul.list li img{height:40px;}
.mm-product-sublist .price-box{background:#f1f1f1;padding:30px 15px;min-height:150px;}
.mm-product-sublist .price-box p{text-align:center;font-weight:600;margin:0;color:#666;}
.mm-product-sublist .price-box p.o-text{color:#f47f20;}
.mm-product-sublist .price-box h2.price{color:#f47f20;text-align:center;font-weight:700;font-size:35px;margin:0;}
.mm-product-sublist .price-box h2.price sup{font-size:20px;}
.mm-product-sublist .price-box .w-arrow{background: url(../img/w_arrow.png) no-repeat left center;width:30px;height:30px;position:absolute;left:8px;top:40%;}

/*big-chef*/
.recipe-product{padding-top:0;}
.recipe-product .categories-container h2{text-transform:capitalize;line-height:22px;}
.bg, .bg2{height:180px;background-size:cover;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;padding:15px 20px;-webkit-box-shadow: 3px 3px 1px -2px rgba(0,0,0,0.3);-moz-box-shadow: 3px 3px 1px -2px rgba(0,0,0,0.3);box-shadow: 3px 3px 1px -2px rgba(0,0,0,0.3);}
.pasta-bg{background:url(../img/pasta_bg.jpg) no-repeat center center;}
.avocado-bg{background:url(../img/avocado_bg.jpg) no-repeat center center;}
.cornflakes-bg{background:url(../img/cornflake_bg.jpg) no-repeat center center;}
.chips-bg{background:url(../img/chips_bg.jpg) no-repeat center center;}
.muesli-bg{background:url(../img/muesli_bg.jpg) no-repeat center center;}
.summer-bg{background:url(../img/summer_bg.jpg) no-repeat center center;}
.takoyaki-bg{background:url(../img/takoyaki_bg.jpg) no-repeat center center;}
.cake-bg{background:url(../img/cake_bg.jpg) no-repeat center center;}
.cookies-bg{background:url(../img/cookies_bg.jpg) no-repeat center center;}
.recipe-txt h2{padding:0;margin-top:0;}
.ingredient-box{-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;padding:0px;border:1px solid #ddd;margin-bottom:30px;}
/*-webkit-box-shadow: 3px 3px 1px -2px rgba(0,0,0,0.3);-moz-box-shadow: 3px 3px 1px -2px rgba(0,0,0,0.3);box-shadow: 3px 3px 1px -2px rgba(0,0,0,0.3);*/
.ingredient-box h2{font-weight:700;color:#00afcc;font-size:20px;margin-bottom:15px;padding:15px 15px 0 15px;}
.ingredient-box ul.list{margin-left:20px;margin-bottom:30px;display:inline-block;width:100%;}
.ingredient-box ul.list div li{list-style-type:disc;padding:5px 0;color:#999;}
.ingredient-box .grey-bg{background:#f1f1f1;clear:both;padding:20px;}
.ingredient-box .grey-bg img{max-width:100%;}
.ingredient-box .grey-bg p{margin-top:20px;color:#666;}
.ingredient-box .grey-bg h4{color:#00afcc;font-size:18px;text-transform:capitalize;margin:0;font-weight:700;}
.ingredient-box .grey-bg h5{color:#f47f20;font-size:25px;text-transform:capitalize;margin:0;font-weight:700;}
.ingredient-box .grey-bg h5 sup{font-size:14px;}
.ingredient-box .grey-bg .cart{margin-top:40px;}
.ingredient-box .grey-bg .cart .wcart-icon{background:url(../img/w_cart_icon.png) no-repeat left center;width:30px;height:30px;padding:15px;background-size:20px;}
.cooking-step h2{font-weight:700;color:#00afcc;font-size:20px;margin-bottom:15px;}
.cooking-step ul.list{margin-left:20px;}
.cooking-step ul.list li{list-style-type: decimal;color:#999;padding:5px 10px;}

/*big-biz*/
.thumbnail.box-style-2 .media-link .sticker .frozen-icon{background:url(../img/frozen_icon.png) no-repeat center center;padding:15px;position:absolute;bottom:-150px;right:0;}

/*big gift*/
.birthday-bg{background:url(../img/birthday_bg.jpg) no-repeat center center;}
.parties-bg{background:url(../img/parties_bg.jpg) no-repeat center center;}
.gifts-bg{background:url(../img/gifts_bg.jpg) no-repeat center center;}
.christmas-bg{background:url(../img/christmas_bg.jpg) no-repeat center center;}
.celebrate-bg{background:url(../img/celebrate_bg.jpg) no-repeat center center;}
.appetite-bg{background:url(../img/appetite_bg.jpg) no-repeat center center;}
.recipe-product .categories-container .bg2 h2{margin:0;}
.recipe-product .categories-container .bg2 h2 small{font-size:14px;color:#fff;}
/*compare*/
.sub_cat{padding-left:30px !important;}
.compared_category{position: relative;display: inline-block;width: 100%;text-align-last: center;background:#00afcc;color:#fff;font-size: 18px;margin-top: 15px;padding:10px 0;-webkit-border-radius:5px 5px 0 0;-moz-border-radius:5px 5px 0 0;border-radius:5px 5px 0 0;}
.compare-detail{padding:0 15px;}
.btn-reset{font-family:'Open Sans',sans-serif;background:#f47f20;color:#fff;padding:10px 20px;font-weight:800;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;}
.btn-reset:hover, .btn-reset:focus{background:#e26500;color:#fff;}
.table-bordered>thead>tr>td, .table-bordered>thead>tr>th{border-bottom-width:1px;}
.compare-detail .table>tbody>tr>td{text-align:center;padding:15px;color:#666;}
.compare-detail .table-responsive img{max-width:100%;height:100px;margin:0 auto;display:block;}
.compare-detail .highlight{margin-left:15px;}
.compare-detail .highlight ul li{text-align:left;list-style-type:disc;color:#666;padding:0 15px;font-size:14px;padding-bottom:10px;}
.compare-detail .sticker ul li{text-align:center;}
.compare-detail .price{padding:0;}
.compare-detail .price span{display:inline;padding:0 15px;font-size:18px;color:#999;text-decoration:line-through;}
.compare-detail .price ins{text-decoration:none;color:#f47f20;font-weight:800;font-size:25px;}
.compare-detail .price sup{font-size:60%;}
.compare-detail .sticker ul, .compare-detail .s-feature ul{margin:5px auto;}
.compare-detail .sticker ul li, .compare-detail .s-feature ul li{display:inline-block;}
.compare-detail .sticker ul li.offer{background:#f47f20;padding:5px 20px;color:#fff;font-weight:800;text-align:center;margin:0 auto;max-width:100px;}
.compare-detail .sticker ul li.m_m{background:#ef3e53;padding:5px 20px;color:#fff;font-weight:800;text-align:center;margin:0 auto;max-width:100px;}
.compare-detail .sticker ul li.ofs{background:#999;padding:5px 20px;color:#fff;font-weight:800;text-align:center;margin:0 auto;max-width:130px;}
.compare-detail .s-feature ul li.halal{background:url(../img/halal_icon.png) no-repeat center center;width:35px;height:35px;margin:0 auto;text-align:center;}
.compare-detail .s-feature ul li.frozen{background:url(../img/frozen_icon.png) no-repeat center center;width:35px;height:35px;margin:0 auto;text-align:center;}

/*about big story*/
.big-story-txt h2{margin-top:0;}
.big-story-txt a{color:#f47f20;}
.big-story-txt a:hover{color:#00afcc;}
.big-story-txt ul{margin-top:-20px;}
.big-story-txt ul li{color:#666;font-size:13px;padding-bottom:10px;list-style-type:upper-alpha;margin-left:15px;padding-left:10px;}
.big-story-txt ul.shop-list{margin-bottom:20px;padding:20px;background:#f1f1f1;margin-top:0;}
.big-story-txt ul.shop-list li{padding-bottom:10px;list-style-type:decimal;}
.big-story-txt ul h4{font-size:16px;color:#00afcc;font-weight:700;margin:0 0 20px 0;}
.big-story-txt ul.bank-list li{display:inline;padding:0 10px;}
.big-story-txt ul.bank-list li img{margin-bottom:15px;height:40px;}
.big-story-txt h3{font-weight:600;color:#00afcc;margin:30px 0 40px 0;font-size:20px;}
.big-story-txt ul.shop-list li b.red{font-size:12px;color:#f30a52;}

/*shipping*/
.coverage-txt ul.shop-list li{list-style-type:disc;}
.coverage-txt ul h4{text-align:left;}
.coverage-txt .cat-circle{background: rgba(241,241,241,1);background: -moz-linear-gradient(-45deg, rgba(241,241,241,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 50%, rgba(225,225,225,1) 100%);background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(241,241,241,1)), color-stop(50%, rgba(241,241,241,1)), color-stop(50%, rgba(225,225,225,1)), color-stop(100%, rgba(225,225,225,1)));background: -webkit-linear-gradient(-45deg, rgba(241,241,241,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 50%, rgba(225,225,225,1) 100%);background: -o-linear-gradient(-45deg, rgba(241,241,241,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 50%, rgba(225,225,225,1) 100%);background: -ms-linear-gradient(-45deg, rgba(241,241,241,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 50%, rgba(225,225,225,1) 100%);background: linear-gradient(135deg, rgba(241,241,241,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 50%, rgba(225,225,225,1) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#e1e1e1', GradientType=1 );-webkit-border-radius:300px;-moz-border-radius:300px;border-radius:300px;width:150px;height:150px;margin:15px auto;}
.coverage-txt .cat-circle img{width:100px;text-align:center;margin:0 auto;display:block;position:relative;top:25px;}
.coverage-txt h4{font-size:14px;color:#666;text-align:center;font-weight:700;}
.coverage-txt .list p{font-size:13px;color:#999;text-align:center;font-weight:400;margin:0 auto;line-height:20px;}

/*faq*/
.faq-banner{background:url(../img/faq_banner.jpg) no-repeat center center;width:100%;height:250px;background-size:cover;-webkit-border-radius:5px 5px 0 0;-moz-border-radius:5px 5px 0 0;border-radius:5px 5px 0 0;}
.faq-detail h3{text-align:center;}
.faq-detail .faq-banner h3{text-align:center;color:#fff;font-size:35px;font-weight:600;line-height:30px;padding-top:90px;border:0;padding-bottom:10px;}
.faq-detail .faq-banner p{text-align:center;color:#fff;font-size:18px;font-weight:400;}
.faq-detail ul.topic-list{padding:20px;margin-bottom:0px;display:inline-block;}
.faq-detail ul.topic-list li{width:50%;float:left;padding-bottom:10px;}
.faq-detail ul.topic-list li a:hover{color:#00afcc;}
.faq-detail ul.topic-list li img{width:25px;margin-right:10px;}
.cat-faq{padding:20px 20px 40px 20px;}
.cat-faq .cat-circle{background: rgba(241,241,241,1);background: -moz-linear-gradient(-45deg, rgba(241,241,241,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 50%, rgba(225,225,225,1) 100%);background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(241,241,241,1)), color-stop(50%, rgba(241,241,241,1)), color-stop(50%, rgba(225,225,225,1)), color-stop(100%, rgba(225,225,225,1)));background: -webkit-linear-gradient(-45deg, rgba(241,241,241,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 50%, rgba(225,225,225,1) 100%);background: -o-linear-gradient(-45deg, rgba(241,241,241,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 50%, rgba(225,225,225,1) 100%);background: -ms-linear-gradient(-45deg, rgba(241,241,241,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 50%, rgba(225,225,225,1) 100%);background: linear-gradient(135deg, rgba(241,241,241,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 50%, rgba(225,225,225,1) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#e1e1e1', GradientType=1 );-webkit-border-radius:300px;-moz-border-radius:300px;border-radius:300px;width:150px;height:150px;margin:15px auto;}
.cat-faq .cat-circle img{width:100px;text-align:center;margin:0 auto;display:block;position:relative;top:25px;}
.cat-faq a h4{font-size:18px;color:#666;text-align:center;font-weight:700;}
.cat-faq a h4:hover{color:#00afcc;}
.cat-faq p{font-size:13px;color:#999;text-align:center;font-weight:400;margin:0 auto;line-height:20px;}
.faq-detail .grey-bg{background:#f1f1f1;padding:40px 20px;}
.faq-detail .grey-bg h3{border:0;padding:0;}
.faq-detail .grey-bg p{font-weight:500;text-align:center;width:80%;margin:0 auto;}
.faq-detail .grey-bg p a{color:#f47f20;}
.faq-detail .grey-bg p a:hover{color:#b15f1d;}
.faq-r .shipping-container{margin-top:34px;}
.faq-accordion{padding:20px 10px;margin:0;}
.faq-accordion .panel-title > a{font-size:16px;line-height:25px;}
.faq-accordion .panel-default>.panel-heading+.panel-collapse>.panel-body{color:#666;font-size:13px;}
.faq-accordion .panel-default>.panel-heading+.panel-collapse>.panel-body a{color:#f47f20;font-weight:500;}
.faq-accordion .panel-default>.panel-heading+.panel-collapse>.panel-body a:hover{color:#00afcc;}
.faq-accordion .panel-default>.panel-heading+.panel-collapse>.panel-body ul{margin-left:15px;margin-top:15px;}
.faq-accordion .panel-default>.panel-heading+.panel-collapse>.panel-body ul li{list-style-type:decimal;padding:5px 0;text-align:justify;line-height:20px;}
.faq-accordion .panel-default>.panel-heading+.panel-collapse>.panel-body ul li b, .faq-accordion .panel-default>.panel-heading+.panel-collapse>.panel-body b{color:#666;font-weight:700;}
.faq-accordion .panel-default>.panel-heading+.panel-collapse>.panel-body ul li ul li{list-style-type:lower-latin;padding-bottom:10px;margin-left:-15px;}
.faq-accordion .panel-default>.panel-heading+.panel-collapse>.panel-body ul li ul li ul li{list-style-type:lower-roman;padding-bottom:5px;margin-left:-15px;}
.panel-group .panel:last-child{border:0;}

/*return_refund*/
.rr-detail {min-height:660px;margin-bottom:50px;}
.rr-detail .rr-content{padding:20px;}
.rr-detail .rr-content h4{font-weight:600;color:#B22222;text-transform:uppercase;font-size:22px;}
.rr-detail .rr-content p{color:#666;font-size:13px;font-weight:400;margin:0;}
.rr-detail .rr-content b{color:#666;}
.panel-default>.panel-heading+.panel-collapse>.panel-body b.red, .rr-detail .rr-content b.red{color:#f30a52;}
.panel-default>.panel-heading+.panel-collapse>.panel-body b.orange{color:#f47f20;}
.rr-detail .rr-content p a{color:#f47f20;}
.rr-detail .rr-content p a:hover{color:#00afcc;}

/*checkout*/
.progress-step{margin:150px 15px 30px 15px;}
.progress-step .progress{height:8px;width:98%;margin:0 auto;box-shadow:none;}
.progress-step .one, .progress-step .two, .progress-step .three, .progress-step .four{position:absolute;margin-top:-6px;z-index:1;height:20px;width:20px;border-radius:25px;}
.progress-step .one{left:3%;}
.progress-step .two{left:35%;}
.progress-step .three{left:65%;}
.progress-step .four{left:95%;}
.progress-step .progress-bar-color, .progress-step .progress-color{background-color:#f47f20;}
.progress-step .no-color{background-color:inherit;}
.progress-step .payment-icon{background:url(../img/step2_g.png) no-repeat center center;height:90px;position:absolute;left:48%;margin-top:45px;top:0;}
.progress-step .confirm-icon{background:url(../img/step3_g.png) no-repeat center center;height:90px;position:absolute;left:75%;margin-top:45px;top:0;}
.progress-step .address-icon-active{background:url(../img/step1.png) no-repeat center center;height:90px;position:absolute;left:13%;margin-top:45px;top:0;}
.progress-step .payment-icon-active{background:url(../img/step2.png) no-repeat center center;height:90px;position:absolute;left:48%;margin-top:45px;top:0;}
.progress-step .confirm-icon-active{background:url(../img/step3.png) no-repeat center center;height:90px;position:absolute;left:75%;margin-top:45px;top:0;}
.progress-step h5{position:relative;top:85px;color:#ccc;font-weight:600;}
.progress-step .address-icon-active h5, .progress-step .payment-icon-active h5, .progress-step .confirm-icon-active h5{color:#333;} 

/*address tabs*/
.address-wrap{}
.address-wrap .none{display:none;}
.radio-wrap {display:inline;position: relative;padding-left:35px;padding-right:30px;margin-bottom: 12px;cursor: pointer;font-size:16px;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;font-weight:600;}
/* Hide the browser's default radio button */
.radio-wrap input {position: absolute;opacity: 0;}
/* Create a custom radio button */
.checkmark {position: absolute;top: 0;left:0;height: 25px;width: 25px;background-color: #eee;border-radius: 50%;}
/* On mouse-over, add a grey background color */
.radio-wrap:hover input ~ .checkmark {background-color: #ccc;}
/* When the radio button is checked, add a blue background */
.radio-wrap input:checked ~ .checkmark {background-color: #e6e6e6;}
/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {content: "";position: absolute;display: none;}
/* Show the indicator (dot/circle) when checked */
.radio-wrap input:checked ~ .checkmark:after {display: block;}
/* Style the indicator (dot/circle) */
.radio-wrap .checkmark:after {top:5px;left:5px;width:15px;height:15px;border-radius: 50%;background:#f47f20;}

.address-wrap .form-control{background:#f1f1f1;border:1px solid #ddd;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;margin-bottom:10px;margin-bottom:5px;max-height:125px;}
.address-wrap .form-group .arrow{position:absolute;pointer-events:none;top:43px;right:30px;}
textarea.form-control{padding:15px;}
.address-wrap .btn-add{margin-top:30px;}
.address-wrap h4{color:#f47f20!important;}

/*time radio-btn*/
.btn-time span.glyphicon{opacity:0;}
.btn-time.active span.glyphicon {opacity: 1;}
.time-wrap input{display:none;}
.time-wrap .time-checkbox{display:block;margin-top:20px;}
.time-wrap ul.time-checkbox li{padding-bottom:15px;}
.time-wrap .btn-time{-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;background:#e6e6e6;padding:1px 3px;border:none;}
.btn-time.active.focus, .btn-time.active:focus, .btn-time.active:hover, .btn-time:active.focus, .btn-time:active:focus, .btn-time:active:hover, .open>.dropdown-toggle.btn-time.focus, .open>.dropdown-toggle.btn-time:focus, .open>.dropdown-toggle.btn-time:hover{background:#f47f20;border:none;color:#fff;}
.time-wrap .btn-time.active{background:#f47f20;border:none;color:#fff;}
.time-wrap .btn-time.disabled{background:#e6e6e6;}
.btn.disabled span.glyphicon{opacity:0;}
.time-checkbox input[type="checkbox"]:disabled + label {opacity: 0.65; }
.time-checkbox input[type="checkbox"]:disabled + label::before {cursor: not-allowed; }
.time-checkbox input[type="radio"]:disabled + label {opacity: 0.65; }
.time-checkbox input[type="radio"]:disabled + label::before {cursor: not-allowed; }
.time-wrap .time-checkbox p{font-size:14px;color:#666;display:inline;padding:0 10px;}
.time-wrap .time-checkbox p span.green{background:#86c40f;color:#fff;font-size:12px;font-style:italic;padding:5px 15px;margin:0 5px;-webkit-border-radius: 30px;-moz-border-radius: 30px;border-radius: 30px;}
.time-wrap .time-checkbox p small{color:#f47f20;font-size:12px;font-style:italic;}
.time-wrap .time-checkbox p.disabled{opacity:.5;}
.time-wrap .time-checkbox p.disabled span{background:#9f9f9f;color:#fff;font-size:12px;font-style:italic;padding:5px 15px;margin:0 5px;-webkit-border-radius: 30px;-moz-border-radius: 30px;border-radius: 30px;}
.date-wrap{margin-top:20px;}
.date-wrap input{background:#f1f1f1;border:1px solid #ddd;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;margin-bottom:10px;margin-bottom:5px;max-height:125px}

/*ordered product*/
.ordered-product ul.list {padding-top:20px;}
.ordered-product ul.list li{width:33%;padding:0px 15px;margin:5px 0;border:0;}
.ordered-product ul.list li img{float:left;}
.ordered-product ul.list li h5{width:70%;top:10px;font-size:12px;margin-left:15px;}
.ordered-product ul.list li .num{position:relative;background:#f47f20;-webkit-border-radius: 30px;-moz-border-radius: 30px;border-radius: 30px;padding:3px 10px;color:#fff;font-weight:800;text-align:center;font-size:12px;margin-top:5px;left:80px;height:27px;}

/*totalprice*/
.total-price{background:#f1f1f1;-webkit-border-radius:0 0 5px 5px;-moz-border-radius:0 0 5px 5px;border-radius:0 0 5px 5px;padding:20px 20px 30px 20px;}
.total-price .title{float:left;}
.total-price .title h6{font-size:16px;font-weight:800;color:#666;margin-bottom:0;}
.total-price .title small{color:#999;}
.total-price .price{float:right;font-weight:800;font-size:35px;color:#f47f20;line-height:50px;}
.total-price .price sup{font-size:20px;}
.n-control .fa{padding:0 5px;}
.n-control .btn-next{-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;background:#00afcc;padding:10px 20px;color:#fff;float:right;margin-left:10px;text-transform:uppercase;font-weight:800;margin-top:5px;}
.n-control .btn-next:hover{background:#0094ad;}
.n-control .btn-back{-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;background:#8d8d8d;padding:10px 20px;color:#fff;float:right;margin-left:10px;text-transform:uppercase;font-weight:800;margin-top:5px;}
.n-control .btn-back:hover{background:#777777;}
.n-control .btn-call-checkout{-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;background:#00afcc;padding:10px 20px;color:#fff;float:right;text-transform:uppercase;font-weight:800;margin-top:5px;}

/*checkout-payment*/
.total-list{padding:20px;}
.total-list .title{border-bottom:1px solid #ddd;}
.total-list .title p{color:#666;}
.total-list .title h5, .order-summary h5{font-family:'Open Sans',sans-serif;font-size:22px;color:#00afcc;padding:10px 0;margin:0;font-weight:600;}
.total-list ul.list li{padding:0;border:0;margin:20px 0 0 0;}
.total-list .no-space, .earnedpoint .no-space{margin:0!important;padding:0;}
.total-list label{margin:0;font-size:16px;}
.total-list small{color:#999;margin-bottom:15px;display:inline-block;}
.total-list .form-control{background:#f1f1f1;border:1px solid #ddd;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;margin-bottom:10px;margin-bottom:5px;max-height:125px;}
.total-list .btn-coupon{background:#f47f20;text-align:center;text-transform:uppercase;font-size:14px;color:#fff;padding:10px 20px;margin-left:5px;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;width:40%;font-weight:800;}
.total-list .btn-coupon:hover{background:#de6300;}
/*arrow-box*/
.arrow_box {position: relative;background: #fff;bottom:220px;left:20px;z-index:1;}
.arrow_box:after {left: 100%;top: 50%;border: solid transparent;content: " ";height: 0;width: 0;position: absolute;pointer-events: none;border-color:rgba(255, 255, 255, 0);border-left-color: #fff;border-width: 30px;margin-top: -30px;}

.order-summary{background:#f1f1f1;padding:20px 40px;}
.order-summary .table>tbody>tr>td, .order-summary .table>tbody>tr>th, .order-summary .table>tfoot>tr>td, .order-summary .table>tfoot>tr>th, .order-summary  .table>thead>tr>td, .order-summary .table>thead>tr>th{border:0;padding:10px 0;color:#666;}
.table .grand-total{border-top:1px solid #ddd;}
.grand-total .title{font-size:20px;font-weight:800;color:#666;}
.grand-total .title small{color:#999;font-size:12px;font-weight:normal;display:block;}
.grand-total .o-color{color:#f47f20!important;}
.grand-total .p-total-title{font-size:30px;color:#f47f20!important;font-weight:800;line-height:30px;}

.earnedpoint{background:#00afcc;display:block;width:100%;padding:20px;min-height:100px;-webkit-border-radius:0 0 5px 0;-moz-border-radius:0 0 5px 0;border-radius:0 0 5px 0;}
.earnedpoint h6{font-size:18px;color:#fff;line-height:20px;font-weight:800;margin:10px 0 5px 0;}
.earnedpoint small{font-size:12px;display:block;color:#fff;}
.earnedpoint h2{color:#fff000;font-size:35px;text-align:right;font-weight:800;}
.earnedpoint h2 span{margin:0 5px;font-size:20px;}

/*payment option*/
.payment-option ul.list li ul.bank-icon{width:100%;float:left;padding-left:45px;}
.payment-option ul.list li ul.bank-icon li{width:auto;margin:3px;padding:0;border:0;}
.payment-option ul.list li ul.bank-icon li img{height:43px;margin:0;-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px;}
.payment-option ul.list li ul.bank-icon li input[type=radio]{display:none;}
.payment-option ul.list li{padding:15px;display:inline-grid;}
.payment-option ul.list li:last-child{margin:0;}
.payment-option ul.list li label{width:100%;padding-left:50px;margin:20px 0;font-weight:800;color:#666;font-size:20px;}
.payment-option ul.list li ul.bank-icon li label{margin:0;padding:0;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;border:3px solid rgba(255,255,255,0);}
.payment-option ul.list li ul.bank-icon li label:hover, .payment-option ul.list li ul.bank-icon li label.active{cursor:pointer;border:3px solid #f47f20;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;} 
.payment-option ul.list li label small{font-size:12px;font-weight:normal;display:block;color:#999;text-transform:none;}
.payment-option ul.list li label .checkmark{top:15px;}
.total-price .btn-check{-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;background:#e6e6e6;padding:1px 3px;border:none;margin:20px 0 0 0;}
.checkbox {padding-left: 20px; }
.checkbox label {text-transform:initial;display: inline-block;position: relative;padding:3px 15px;font-size:12px;}
.checkbox label::before {content: "";display: inline-block;position: absolute;width: 17px;height: 17px;top:5px;	left: 0;margin-left: -20px;border: 1px solid #cccccc;border-radius: 3px;background-color: #fff;-webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;-o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
.checkbox label::after {display: inline-block;position: absolute;width: 16px;height: 16px;left: 0;top: 5px;margin-left: -20px;padding-left: 3px;padding-top: 1px;font-size: 11px;color: #555555; }
.checkbox input[type="checkbox"] {opacity: 0; }
.checkbox input[type="checkbox"]:focus + label::before {outline: thin dotted;outline: 5px auto -webkit-focus-ring-color;outline-offset: -2px; }
.checkbox input[type="checkbox"]:checked + label::after {font-family: 'FontAwesome';content: "\f00c"; }
.checkbox input[type="checkbox"]:disabled + label {opacity: 0.65; }
.checkbox input[type="checkbox"]:disabled + label::before {background-color: #eeeeee;cursor: not-allowed; }
.checkbox.checkbox-circle label::before {border-radius: 50%; }
.checkbox.checkbox-inline {margin-top: 0; }
.checkbox-primary input[type="checkbox"]:checked + label::before {background-color:#f47f20;border-color: #f47f20; }
.checkbox-primary input[type="checkbox"]:checked + label::after {color: #fff; }

/*confirm-review*/
.confirm-banner{background:url(../img/confirm_banner.jpg) no-repeat center center;height:250px;width:100%;background-size:cover;-webkit-border-radius:5px 5px 0 0;-moz-border-radius:5px 5px 0 0;border-radius:5px 5px 0 0;}
.confirm-wrap h6{float:right;position:relative;top:-65px;color:#666;font-size:16px;}
.confirm-wrap{padding:20px;color:#666;}
.confirm-wrap .o-color{color:#f47f20;}
.confirm-list{padding:0;}
.confirm-list .grand-total{border:0;}
.confirm-list .grand-total .title{font-size:16px;}

/*contactus*/
.contact-details{border:1px solid #ddd;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;padding:20px 20px 100px 20px;clear: both;margin:15px 15px 20px 15px;}
.contact-details p{color:#666;font-size:13px;}
.contact-details p a{color:#f47f20;}
.contact-details p a:hover{color:#00afcc;}
.contact-details .line{border-right:1px solid #ddd;min-height:500px;}
.contact-details .space{padding:0 30px;}
.contact-details address h4, .contact-details phone h4, .contact-details email h4, .contact-details h4, .contact-details country h4, .contact-details state h4{color:#666;font-size:16px;font-weight:800;margin-bottom:0;}
.contact-details address h5{color:#00afcc;font-size:14px;font-weight:800;}
.contact-details address a{color:#f47f20;}
.contact-details address a:hover{color:#00afcc;}
.contact-details address h5 span.o-color{color:#f47f20;}
.contact-details address p, .contact-details phone p, .contact-details email p, .contact-details country p, .contact-details state p{font-size:13px;color:#666;}
.contact-details .form-control{background:#f1f1f1;border:1px solid #ddd;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;margin-bottom:10px;margin-bottom:5px;max-height:125px;}
.contact-details .n-control{float:right;}
.contact-details .btn-submit{background:#00afcc;color:#fff;text-align:center;padding:10px 20px;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;font-weight:800;}
.contact-details .btn-submit:hover{background:#0094ad;}
.contact-details .btn-reset2{background:#fff;color:#666;text-align:center;padding:10px 20px;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;border:2px solid #ddd;font-weight:800;}
.contact-details .btn-reset2:hover{background:#ddd;}
/*map*/
#map-container {padding: 6px;border-width: 1px;border-style: solid;border-color: #ccc #ccc #999 #ccc;-webkit-box-shadow: rgba(64, 64, 64, 0.5) 0 2px 5px;-moz-boxshadow: rgba(64, 64, 64, 0.5) 0 2px 5px;box-shadow: rgba(64, 64, 64, 0.1) 0 2px 5px;width: 100%;}
#map {width: 100%;height:400px;}
#actions {list-style: none;padding: 0;}
#inline-actions {padding-top: 10px;}
.item {margin-left: 20px;}

/*footer*/
.f-footer{width:100%;}
.f-footer ul.list li{line-height:15px;padding:5px 0;}
.footer1{clear:both;}
.footer1-widgets{background:none;border-top:1px solid #ddd;padding-top:20px;padding-bottom:0;}
.footer1-widgets h5, .footer1-meta h5{font-family:'Open Sans',sans-serif;font-size:14px;font-weight:600;color:#333;line-height:20px;}
.footer1-widgets ul.list li a{font-family:'Open Sans',sans-serif;font-size:12px;font-weight:400;color:#999;line-height:15px;}
.footer1-widgets ul.list li a:hover{color:#00afcc;}
.footer1-widgets ul.download-app{display:inline-block;width:100%;margin-bottom:10px;}
.footer1-widgets ul.download-app li a .android-icon{background:#000 url(../img/playstore_icon.jpg) no-repeat top center;width:136px;height:42px;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;float:left;margin-right:5px;margin-bottom:5px;}
.footer1-widgets ul.download-app li a .ios-icon{background:#000 url(../img/ios_icon.jpg) no-repeat top center;width:136px;height:42px;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;float:left;}
.footer1-widgets ul.bank-icon{display:inline-block;width:100%;}
.footer1-widgets ul.bank-icon li img{width:38px;border:1px solid #ddd;float:left;margin-right:5px;margin-bottom:5px;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;}
.footer1-meta{background:none;border-top:1px solid #ddd;padding-top:20px;padding-bottom:0;}
.footer1-meta p{font-family:'Open Sans',sans-serif;font-size:12px;font-weight:400;color:#999;margin-bottom:0;min-height:30px;}
.footer1-meta span{font-family:'Open Sans',sans-serif;font-size:12px;font-weight:400;color:#999;margin-top:-5px;display: block;}
.footer1-meta b{font-family:'Open Sans',sans-serif;font-size:16px;font-weight:700;color:#00afcc;margin:10px 0 0 0;}
.footer1-meta a{font-family:'Open Sans',sans-serif;font-size:16px;font-weight:700;color:#00afcc;margin:10px 0 0 0;}
.footer1-meta a:hover{text-decoration: underline;}
.footer1-meta .delivery, .footer1-meta .delivery-txt{float:left;margin:0!important;}
.footer1-meta .delivery-txt{margin-left:10px!important;width:80%;}
.footer1-meta .delivery .motor-icon{background:#f1f1f1 url(../img/moto_icon.png) no-repeat center center;width:40px;height:40px;padding:30px;-webkit-border-radius: 50px;-moz-border-radius: 50px;border-radius: 50px;margin-bottom:5px;margin-top:10px;}
.footer1-meta .delivery .truck-icon{background:#f1f1f1 url(../img/truck_icon.png) no-repeat center center;width:40px;height:40px;padding:30px;-webkit-border-radius: 50px;-moz-border-radius: 50px;border-radius: 50px;}
.social-container{border-top:1px solid #ddd;}
.social-container .copyright{color:#999;font-family:'Open Sans',sans-serif;font-weight:400;text-align:center;font-size:11px;}
ul.social-icons li a{color:#fff;}
ul.social-icons li a.facebook{background:#3b5998;width:40px;height:40px;padding:5px 0;-webkit-border-radius: 50px;-moz-border-radius: 50px;border-radius: 50px;border:0;}
ul.social-icons li a.insta{background:#56a0df;width:40px;height:40px;padding:5px 0;-webkit-border-radius: 50px;-moz-border-radius: 50px;border-radius: 50px;border:0;}
ul.social-icons li a.youtube{background:#cf2200;width:40px;height:40px;padding:5px 0;-webkit-border-radius: 50px;-moz-border-radius: 50px;border-radius: 50px;border:0;}
.social-icons{margin:0;margin-left:43%;margin-bottom:15px;}
.f-footer>.row{margin-top:0;position:relative;top:-30px;}


.product-highligt  ul li {
	list-style: inside !important;
	/*list-style-position: outside;
	list-style-image: none;*/
}