body{padding: 0;margin: 0;background: #fff; font-family: 'Lato', sans-serif; color:#000}
/*input, select, textarea {transition: all 0.5s ease;-webkit-transition: all 0.5s ease;}*/
a {text-decoration:none;}
a:hover {text-decoration:none;}
a:focus {border: 0; outline: 0;}
ul {margin:0; padding:0; list-style:none;}
h1, h2, h3, h4, h5, h6, p{margin: 0;}
 .loader{position:fixed; height:100%; width:100%; background-color:#fff; z-index:9999}
.container{width: 100%;display: block;margin: 0 auto;max-width: 1260px;}
img{max-width:100%}
body{position:relative; padding:0; margin:0}
.bodyy{position:relative}
.bodyy::after {
  
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    left: 0;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
	z-index:9;
	display:block}
.bodyy header{z-index:999; position:relative; background:#fff}
header{float:left; width:100%}
.header_top{float:left; width:100%; }
.header_top_left{width:50%; float:left; padding:8px 0}
.header_top_right{width:50%; float:left}
.header_top h4{display:inline-block; margin-right:40px; position:relative; font-size:14px; font-weight:700}
.header_top h4.lowest_price{padding-left:30px}
.header_top h4.lowest_price::before{position:absolute; content:''; background:url('/images/lowest_price.png') no-repeat left top; width:21px; height:21px; top:-2px; left:0 }
.red{color:#E60000}
.header_top h4:last-child{margin:0}
.header_top_menu{float:right;}
.header_top_menu ul{float:left; border-right:1px solid #e4e4e4}
.header_top_menu ul li{display:inline-block; padding:8px 10px; position:relative}
.header_top_menu ul li a{color:#525252; font-size:14px}
.header_top_menu ul li a:hover{color:#00728f}
.header_top_menu ul:last-child{border:0}
.header_main{float:left; width:100%; border-top:1px solid #e4e4e4; border-bottom:1px solid #e4e4e4; padding:16px 0; position:relative	}
.header_main_left{width:65%; float:left}
.header_main_right{width:35%; float:left}
.header_main .logo{width:200px; float:left}
.header_main .search{width:calc(100% - 200px); width:-webkit-calc(100% - 200px); float:left; position:relative}
.header_main .search input{width:100%; height:100%; border:1px solid #e4e4e4; border-radius:40px; padding-left:15px; font-size:15px}
.header_main .search input:focus{outline:0; border:1px solid #00728f}
.usd .dropdown-menu{left:-50px}
.srch_box{margin-left:15px; height:40px}
.srch_box button {
  position:absolute;
  float: right;
  padding: 7px 25px;
  background: #00728f;
  font-size: 15px;
  font-weight:700;
  border: none;
  cursor: pointer;
  top:0;
  right:0;
  color:#fff;
  border:2px solid #59b052;
  border-radius:40px;
transition: all 0.5s ease;
-webkit-transition: all 0.5s ease; 
}
.srch_box button:hover{background: #084e60;}
.profile-sec{float:right; padding-top:5px}
.profile-sec ul li{display:inline-block; margin-right:20px; position:relative}
.profile-sec ul li::after {
    position: absolute;
    content: '';
    width: 1px;
    height: 50%;
    right: -15px;
    background: #e4e4e4;
    top: 7px;
}
.profile-sec ul li:last-child::after{display:none}
.profile-sec ul.dropdown-menu li{display:block; margin:0}

.language .dropdown-menu {border:1px solid #e4e4e4!important	}
.language ul.dropdown-menu li {display: block;  margin: 0; padding:0}

.profile-sec ul.dropdown-menu li{display:block; margin:0; padding:0}
.profile-sec ul li:last-child{margin-right:0}
.profile-sec .dropdown-toggle::after {
position:absolute;
content:'';
background:url('/images/drop_arrow.png')no-repeat left top;
width:12px; height:7px;
top:10px;
right:0;
border:0
}
.header_top_menu ul li .dropdown-toggle::after {
position:absolute;
content:'';
background:url('/images/drop_arrow.png')no-repeat left top;
width:12px; height:7px;
top:18px;
right:0;
border:0;
}
.log_in > a{padding-right:18px; color:#000;}
.profile-sec .cart{font-weight:700; position:relative}
.profile-sec .cart > img{padding-left:7px}
ul.help{padding-right:10px}
ul.language{padding-left:10px}
ul.language li:last-child{padding-right:0}
.header_top_menu .dropdown-menu{min-width:100px}
.header_top_menu .dropdown a{padding-right:8px}
.header_top_menu span.dollar{margin-right:8px}
.MenuBox{float:left; width:100%;  position:relative}
.MenuBox ul{padding:0}
.MenuBox > ul{display: flex;  display: -webkit-flex; justify-content: space-between;
    -webkit-justify-content: space-between}
.MenuBox > ul >li{position:relative}
.MenuBox ul li{float:left; font-size:16px;}
.MenuBox >ul>li:first-child a{padding-left:0}
.MenuBox >ul>li:last-child a{padding-right:0}
.MenuBox >ul>li>a{padding:18px 0; display:block}
.MenuBox ul li:last-child{margin:0}
.MenuBox ul li a{color:#000; position:relative}
.MenuBox ul li a:hover{color:#00728f}
.MenuBox ul li.active > a{color:#00728f}

.MenuBox >ul>li:hover a:before, .MenuBox >ul>li.active a:before {
    width: 100%;
}
.MenuBox > ul > li >a:before {
    position: absolute;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    bottom: 15px;
    left: 0px;
    width: 0;
    height: 2px;
    background: #00728f;
    content: "";
}

.mega_menu{width:100%;
   position: absolute;
    /*left: 0;*/
    top: 100px;
    visibility: hidden;
    opacity: 0;
    z-index: 999;
    transition:all 0.2s ease;
	-webkit-transition:all 0.2s ease;
}
.mega_menu.right {right: 0;}
.MenuBox > ul > li:hover .mega_menu { opacity: 1; visibility: visible; top:60px } 

.cart .circle {
    width: 27px;
    height: 27px;
    line-height: 23px;
    text-align: center;
    background-color: #3F833A;
    border-radius: 50%;
    position: absolute;
    top: -19px;
    color: #fff;
    right:-10px;
	border:1px solid #00728f
}
.cart .circle span {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}

.banner_sec{float:left; width:100%; background-color:#f3f3f3; border:1px solid #e4e4e4; padding:15px 0 25px}
.product_sec{float:left; width:100%;}
.banner_wrap img{width:100%}
.banner_sec .bannet_txt{text-transform:uppercase;}
.banner_sec .bannet_txt h1{font-size:50px; font-weight:600; line-height:50px}
.banner_sec .bannet_txt h1 span{display:block}
.banner_sec .bannet_txt p{font-size:23px; font-weight:600}
.banner_sec .carousel-indicators li{width:14px; height:14px; border-radius:50%; border:3px solid #fff; background:transparent}
.banner_sec .carousel-indicators li.active{}
.banner_sec .carousel-indicators{left:auto; margin-right:15px}
.banner_sec .carousel-indicators li.active{
    width: 24px;
    border-radius: 40px;
    background-color: #fff;
    height: 12px;
    top: 2px;
}
.banner_sec .carousel-caption{left:25%; right:auto; top:50px; padding:0; bottom:0}
.banner_sec .bannet_txt .add_btn{text-transform:uppercase; margin-top:15px; letter-spacing:1px; padding:12px 35px}
.banner_sec .bannet_txt .add_btn:hover{border:1px solid #fff; color:#fff}

.product_wrapper{display:flex; flex-wrap:wrap}

.product_sidebar_mobile { display: none; }
.product_sidebar_mobile { text-align: center; padding-top: 10px; }
.product_sidebar_mobile h3 { font-size: 16px; font-weight: bold; padding-bottom: 10px; }
.product_sidebar_mobile ul li {
    float: left;
    padding-left: 20px;
    margin-bottom: 5px;
}

.product_sidebar{width:230px; float:left; padding-top:35px;  border-right:1px solid #e4e4e4;}

.product_sidebar h2{font-size:30px; margin-bottom:20px}

.product_block{margin-bottom:30px}
.product_sidebar h3{font-size:18px; margin-bottom:5px; font-weight:800}
.product_block ul{}
.product_block ul li{position:relative; padding-left:10px; margin: 0 0 4px 12px}
.product_block ul li.all_prod{padding-left:0}
.product_block ul li a{color:#4e4e4e}
.product_block ul li a:hover{color:#00728f}
.product_block ul li a.all_alpha{display:block; margin-bottom:8px; font-weight:700}
.product_block ul li::before{
 position:absolute;
 left:0;
 top:7px;
 content:'';
  width: 0; 
  height: 0; 
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent; 
  border-left: 5px solid #4e4e4e;
}
.product_block ul li:hover::before{border-left: 5px solid #00728f;}
.product_list{
	width:calc(100% - 230px); width:-webkit-calc(100% - 230px);  float:left; padding:35px 0 0 20px; 
}

.product_row{float:left; width:100%; margin-top:30px; position:relative}
.product_box{float:left; padding:10px; margin:15px 1px 40px; }
.product_box:hover{ box-shadow:0 0 15px 1px #ddd}
.product_box_wrap{float:left; width:100%; margin-bottom:50px}
.product_row .owl-carousel .owl-item img{width:auto; margin:0 auto}
.product_row .owl-nav{position:absolute; top:-80px; right:0}
.product_row .owl-nav >div{display:inline-block; font-size:0}
.product_row .owl-prev{background:url('../images/prev.png') no-repeat!important; width:13px; height:21px; margin-right:10px}
.product_row .owl-next{background:url('../images/next.png') no-repeat!important; width:13px; height:21px }
.product_row .owl-theme .owl-nav [class*=owl-]{font-size:0}
.product_row .owl-dots{display:none}
	
.pro_top{float:left; width:100%}
.pro_img{width:115px; text-align:center;}
.pro_price{width:calc(100% - 115px); width:-webkit-calc(100% - 115px); float:left; padding-left:10px; }
.pro_img span{border:1px solid #919191; display:block; padding:10px}

.pro_price p.price{font-size: 14px; font-weight: 800; margin-bottom:3px}
.pro_price p del{font-weight:300; margin-right:6px}
.pro_price p.green{font-size:14px}
.pro_txt{float:left; width:100%; margin-top:10px}
.pro_txt p{font-size:13px}
.product_box h3{font-size:20px; font-weight:800; margin-bottom:2px}
.green{color:#3F833A}
.star{padding-top:5px}
.star img{margin:0!important}
.add_btn{background-color:#eb232e; color:#fff; font-weight:700;     
transition: all 0.5s ease; -webkit-transition: all 0.5s ease;}
.add_btn:hover{color:#eb232e; border:1px solid #eb232e; background-color:transparent}
.add_btn cite{font-style:normal; margin-right:3px}
.pro_txt .add_btn{margin-top:10px}
.product_list h2{font-size:30px; line-height:30px; font-weight:500; position:relative; padding-left:40px}
.product_list h2 a{color:#3c6db4}
.product_list h2 span{color:#3c6db4; font-size:16px; margin-left:20px; position:relative; padding-right:20px; font-weight:700; vertical-align:middle}
.product_list h2 span::after{content:''; position:absolute; right:0; top:5px; background:url(../images/view_arrow.png) no-repeat left top; width:16px; height:11px; transition: all .3s ease-in; -webkit-transition: all .3s ease-in;}
.product_list h2.recently::before{content:''; position:absolute; left:0; top:0px; background:url(../images/purchasd_icon.png) no-repeat left center; width:25px; height:34px}
.product_list h2.viewed::before{content:''; position:absolute; left:0; top:0px; background:url(../images/view_icon.png) no-repeat left center; width:32px; height:33px}
.product_list h2.monthly::before{content:''; position:absolute; left:0; top:0px; background:url(../images/monthly_icon.png) no-repeat left center; width:26px; height:28px}
.product_list h2.new::before{content:''; position:absolute; left:0; top:0px; background:url(../images/new_icon.png) no-repeat left center; width:32px; height:28px}
.product_list h2 span:hover::after {
    transform: translate(5px,0);
}

.expert_sec{width: 100%; float:left; position:relative; 
  height: calc(100vw * 0.33);
  height: -webkit-calc(100vw * 0.29);
  height: -moz-calc(100vw * 0.29);
  height: -o-calc(100vw * 0.29); 
  background: url("../images/exper_img.jpg") no-repeat top center; background-size:cover;}
.expert_sec::after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0, 0.6);
	display:block
}
.expert_sec .add_btn{background-color:#00728f; font-size:22px; font-weight:500; padding:13px 30px; border-radius:40px; margin-top:40px}
.expert_sec .add_btn:hover{background-color:transparent; border:1px solid #fff; color:#fff}
.expert_txt{max-width:1050px; width:100%; margin:0 auto; border:1px solid #fff; text-align:center; color:#fff; padding:30px}
.expert_sec .container{position:absolute; top:50%; transform:translate(0,-50%); margin:0 auto; left:0; right:0; z-index:9}
.expert_txt h3{font-size:47px; margin-bottom:10px}
.expert_txt p{font-size:22px}
.expert_txt p span{display:block}

.fitness_sec{float:left; width:100%; background-color:#efefef; padding:65px 0 80px}
.fitness_sec h2{font-size:30px; text-align:center; margin-bottom:40px}
.fitness_row{float:left; width:100%}
.fitness_block{float:left; width:24%; background-color:#fff; margin-right:16px; 
box-shadow:0 0 15px 1px #ddd}
.fitness_block:last-child{margin-right:0}
.fitness_img{float:left; width:100%; position:relative}
.fitness_txt{float:left; width:100%; padding:30px 15px}
.fitness_txt h3{font-size:20px; margin-bottom:15px}
.fitness_txt p{font-size:16px; color:#717171; line-height:1.2}
.f_img{display:block; overflow:hidden}
.f_img img {
    width: 100%;
    height: auto;
    transition: transform 0.2s ease-in-out 0s;
    -ms-transform: transform 0.2s ease-in-out 0s;
    -webkit-transform: transform 0.2s ease-in-out 0s;
    -o-transform: transform 0.2s ease-in-out 0s;
}
.f_img:hover img{    transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);}
.fitness_img .date{height:46px; width:54px; position:absolute; bottom:-17px; left:15px;  background-color:#3F833A; text-align:center; color:#fff; padding:4px; line-height:18px}
.fitness_img .date span{display:block}
footer{float:left; width:100%; background-color:#004d61}
.footer_menu_sec{float:left; width:100%; padding:60px 0 40px}
.f_menu{float:left; width:100%; color:#9CCCD8}
.f_box{width:20%; float:left;}
.f_box.box2{width:30%}
.f_menu .w_50{width:50%; float:left}
.f_menu li{font-size:16px; margin-bottom:5px}
.f_menu a{color:#9CCCD8}
.f_menu a:hover{color:#fff}
.f_menu h3{font-weight:700; font-size:19px; margin-bottom:25px; color:#fff; position:relative}
.f_txt{float:left; width:100%; position:relative; padding-right:20px}
.f_txt::after{position:absolute; content:''; width:1px; height:82px; background-color:#9CCCD8; right:20px; top:10px }
.read_more{text-align:center; margin-top:15px}
.read_more a{color:#166beb; font-size:20px}
.read_more a:hover{color:#00728f}
.f_box:last-child .f_txt{padding-right:0}
.f_box:last-child .f_txt::after{display:none}
.f_box:first-child{width:15%}
.f_box:nth-child(3){width:15%}
.subscribe{float:left; width:100%; margin-top:20px}
.subscribe input{max-width:230px; width:100%; height:35px; padding-left:10px; color:#aeaeae; border:0; border-radius:5px}
.subscribe .add_btn{margin-top:15px; font-weight:300; padding:6px 15px}
.subscribe .add_btn:hover{border:1px solid #fff; color:#fff}

.copy_sec{float:left; width:100%; background-color:#003846; padding:20px 0}
.copy_rights{float:right; color:#fff}
.copy_rights p{color:#9CCCD8; font-weight:500; font-size:14px}


.profile_pic{display:none}

.close_nav{display:none}
.sm_menu{display:none}
.menu_row{float:left; width:100%}
.MenuBox .mega_menu{width: 420px; top:58px; box-shadow:0 2px 5px #999; border:0; border-radius:0; padding: 20px 25px; background-color:#f5f5f5}
.MenuBox .mega_menu .mega_menu_block{width:50%; float:left}
.mega_menu h2{font-size:16px; text-transform:uppercase; margin-bottom:5px}

.MenuBox .mega_menu li{display:block; margin:0 0 5px; width:100%}
.MenuBox .mega_menu a{font-size:16px; color:#858585}

/*.MenuBox .mega_menu ul li:last-child{border-bottom: 1px solid #dddddd;}*/

.fitness_row.mob{display:none}
.search.srch_mob{display:none}
.small_img{display:none}

/**Product Listing Page start***/
.product_listing_sec{border-top:1px solid #e4e4e4}
.product_listing_sec .product_box{width:24.7%}
.product_listing_sec .product_box_wrap{ margin:0}
.product_listing_sec .product_box_wrap.last{border:0}
.product_listing_sec .top_txt{width:100%; float:left; margin-bottom:30px}
.product_listing_sec .product_list h2{padding:0 0 10px}
.product_listing_sec .top_txt p{padding-bottom:10px; font-size:16px}
.more_btn{padding:6px 15px}
.read_btn{margin-top:15px; display:inline-block}
.sort_by_sec{float:left; width:100%; padding:12px 0; border-top:1px solid #f0f0f0; border-bottom:1px solid #f0f0f0}
.sort_block{float:left; width:100%}
.sort_by_sec .sort_col{float:left}
.sort_by_sec .sort_col:nth-child(1){margin-right:20px}
.sort_row{float:right}
.sort_by_sec label{padding:12px 10px 0 0; font-size:16px; width:60px; float:left; text-align:right;}
.sort_by_sec .variation{float:left; width:calc(100% - 60px); }

 .variation {
    position: relative;
}
.variation select.select {
    position: relative;
    z-index: 10;
    width: 100%;
    color: #fff;
    transition: none;
    -webkit-transition: none;
    height: 48px;
}
.variation select.select option {
    padding: 4px 6px;
    background: #fff;
    color: hsl(0, 0%, 51%);
}
 .variation span.select {
    position: absolute;
    bottom: 0;
    float: left;
    left: 0;
    width: 100%;
    height: 48px;
    line-height: 48px;
    text-indent: 10px;
    background: #fff url(../images/caret.png) no-repeat 93% 21px;
    z-index: 1;
    border: 1px solid hsl(0, 0%, 83%);
    font-size: 14px;
    border-radius: 4px;
    padding: 0px;
    text-transform: capitalize;
	color:#000;
}

.pagination_sec{float:left; width:100%; position:relative; margin:20px 0 100px}
.pagination_row{margin: 0 auto; text-align:center; width:100%;}

.prev{background:url('../images/page_prev.png') no-repeat center center; width:8px; height:13px;  }
.next{background:url('../images/page_next.png') no-repeat center center; width:8px; height:13px; }
.pagination li:hover .prev, .pagination li.active .prev{background:url('../images/page_prev_hov.png') no-repeat center center;}
.pagination li:hover .next, .pagination li.active .next{background:url('../images/page_next_hov.png') no-repeat center center; }

.product_listing_sec .product_sidebar{padding-right:5px}

.pagination{border:1px solid #bccfd8; border-radius:0; width:auto; display:inline-block}
.pagination li{float:left; height:40px; line-height:40px; width:40px; border-right:1px solid #bccfd8; text-align:center; position:relative}
.pagination li a{display:block; color: #0071F0; }
.pagination li:last-child{border:0}
.pagination li.active{background-color:#00728f; border-color:#00728f; }
.pagination li.active a{color:#fff}
.pagination li:hover{background-color:#00728f; border-color:#00728f; }
.pagination li:hover a{color:#fff;}
.pagination li span{display:block}
.arrow{position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    left: 50%;}

.filter_sec.filter_sec_mobile{display:none}
.sort_by_sec.for_mobile{display:none}
.hiddenText{display:none}
.read_btn.less{display:none}
.product_listing_sec .product_block ul li.all_prod::before{display:none}
.all_prod ul{display:none}
.product_block ul li.all_prod ul{margin-left:-12px}	
/*.filter_category{display:none}*/
/**Product Listing Page end***/

/** Product Details Page start ***/
.product_detail_cntr{width: 100%;display: block;padding: 80px 0 60px;float: left;}
.clearfix::after, .clearfix::before{width: 100%;display: block;position: relative;clear: both;content: "";}
.product_detail_cntr .prd_logo{display: block;width: 100%;}
.product_detail_cntr .prd_logo a{display: block;}
.product_detail_cntr .prd_logo img{display: block;margin: 0 auto;}
.body_prod_detl{width: 100%;display: block;}
.body_prod_detl .text_hed{width: 100%;display: block;padding: 0 52px;position: relative;overflow: hidden;}
.body_prod_detl .text_hed::after{position: absolute;top: 0;right: 0;background: #e8e8e8;display: block;width: 1px;height: 100%;content: "";}
.body_prod_detl .text_hed::before{position: absolute;top: 0;left: 0;background: #e8e8e8;display: block;width: 1px;height: 100%;content: "";}
.body_prod_detl h1.titl_txt, .body_prod_detl h2.titl_txt{line-height: 30px;font-size: 30px;font-weight: 400;color: #000;margin: 0;display: inline-block;padding: 0 0 8px;}
.body_prod_detl h1.titl_txt span, .body_prod_detl h2.titl_txt span{font-size: 24px;font-weight: 300;color: #000;display: inline-block;}
.body_prod_detl .text_hed p{font-size: 20px;font-weight: 400;color: #000;margin: 0;line-height: 23px;}
.body_prod_detl .sav_pric{width: 100%;display: block;padding: 5px 0 0 0;}
.body_prod_detl .sav_pric h2{font-size: 29px;font-weight: 400;color: #000;margin: 0;display: inline-block;line-height: 30px;}
.body_prod_detl .sav_pric span{font-size: 18px;font-weight: 400;color: #3F833A;display: inline-block;margin: 0 14px 0 22px;vertical-align: top;}
.body_prod_detl .sav_pric > ul{display: inline-block;vertical-align: top;}
.body_prod_detl .sav_pric > ul li{float: left;margin: 0 2px 0 0;}
.body_prod_detl .sav_pric > ul li:last-child{margin-right: 0;}
.body_prod_detl .qunty_prod{width: 100%;display: block;margin: 14px 0 0 0;}
.body_prod_detl .qunty_prod h3{font-size: 20px;font-weight: 400;color: #000;text-transform: capitalize;margin: 0;padding: 0 0 15px;line-height: 20px;}
.body_prod_detl .qunty_prod ul{width: 100%;display: block;max-width: 125px;min-height: 44px;border: 1px solid #c4c4c4;border-radius: 3px;}
.body_prod_detl .qunty_prod ul li{float: left;min-height: 42px;}
.body_prod_detl .qunty_prod ul li span{width: 34px;float: left;display: block;text-align: center;cursor: pointer;padding: 19px 0;}
.body_prod_detl .qunty_prod ul li span.pls_icn{padding: 15px 0;}
.body_prod_detl .qunty_prod ul li span img{margin: 0 auto;display: block;}
.body_prod_detl .qunty_prod ul li input.inpt_num{font-size: 20px;font-weight: 400;color: #000;border:0;text-align: center;width: 55px;padding: 6px;}
.body_prod_detl .qunty_prod ul li input.inpt_num::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
}
.body_prod_detl .qunty_prod ul li input.inpt_num::-moz-placeholder { /* Firefox 19+ */
  color: #000;
}
.body_prod_detl .qunty_prod ul li input.inpt_num:-ms-input-placeholder { /* IE 10+ */
  color: #000;
}
.body_prod_detl .qunty_prod ul li input.inpt_num:-moz-placeholder { /* Firefox 18- */
  color: #000;
}
.body_prod_detl .add_butn_crt{width: 100%;display: block;margin: 45px 0 0 0;}
.body_prod_detl .add_butn_crt button.btn.add_btn.more_btn{border: 1px solid #3F833A;border-radius: 4px;color: #ffffff;display: inline-block;font-size: 18px;font-weight: 700;max-width: 265px;padding: 9px 20px;text-align: center;width: 100%;margin-right: 24px; background:#3F833A;}
.body_prod_detl .add_butn_crt button.btn.add_btn.more_btn:hover{color: #3F833A; background:transparent;}

.cust_non_slide .add_btn, .siz_prod_scrl .add_btn{ border: 1px solid #3F833A!important; background:#3F833A!important;}
.cust_non_slide .add_btn:hover, .siz_prod_scrl .add_btn:hover{color: #3F833A!important; background:transparent!important;}

.body_prod_detl .add_butn_crt a.savBtn{color: #000;display: inline-block;font-size: 18px;font-weight: 400;padding: 0 25px 5px 0;background: url("../images/savbtn_img.png") no-repeat center right;line-height: 20px;}
.body_prod_detl .add_butn_crt a.savBtn:hover{background-position: center right 5px;transition: all 0.5s ease 0s;-webkit-transition: all 0.5s ease 0s;}
.body_prod_detl .othr_siz_sec{width: 100%;display: block;padding: 65px 0 60px;}
.body_prod_detl .othr_siz_sec h4{font-size: 24px;font-weight: 400;color: #000;margin: 0;line-height: 24px;padding: 0 0 17px 0;}
.siz_prod_scrl{width: 100%;display: block;}
.siz_prod_scrl .slimScrollDiv{height: 200px !important;}
.siz_prod_scrl .slimScrollDiv .slimScrollBar{background: #00728f !important;width: 5px !important;height: 50px !important;opacity: 1 !important;}
.siz_prod_scrl .slimScrollDiv .slimScrollRail{background: #e2e2e2 !important;width: 5px !important;opacity: 1 !important;}
.body_prod_detl .othr_siz_sec #testDiv{height: 200px !important;}
.siz_prod_scrl ul{width: 100%;display: block; max-width: 500px;}
.siz_prod_scrl ul li{float: left; margin: 0 0 5% 0;width: 100%;}
.siz_prod_scrl ul li .lft_img{float: left;width: 80px;}
.siz_prod_scrl ul li .rit_txt{float: left;padding: 0 0 0 20px; width: calc(100%-100px); width: -webkit-calc(100%-100px);}
.siz_prod_scrl ul li .lft_img > span {background: #fff none repeat scroll 0 0;border: 1px solid #cfceca;display: block;height: 80px;text-align: center;width: 80px;padding: 10px;}
.siz_prod_scrl ul li .lft_img img{display: block;margin: 0 auto;width: auto;}
.siz_prod_scrl ul li .rit_txt h3{font-size: 18px;font-weight: 400;color: #111;line-height: 18px;padding: 0 0 5px;}
.siz_prod_scrl ul li .rit_txt span{display: block;font-size: 15px;font-weight: 400;color: #3F833A;padding: 0 0 7px;line-height: 17px;}
.siz_prod_scrl ul li .rit_txt button.btn.add_btn.more_btn{background: #00728f;width: 100%;display: block;text-align: center;max-width: 100px;font-size: 13px;font-weight: 400;color: #fff;padding: 5px 5px;border: 1px solid #00728f;}
.siz_prod_scrl ul li .rit_txt button.btn.add_btn.more_btn:hover{color: #00728f;background: #fff;}
.satfix_sec{width: 100%;display: block; box-shadow: 0 0 15px 1px #dddddd; padding:20px 15px 15px; margin:25px 0 0;}
.satfix_sec h6{font-size: 24px;font-weight: 400;color: #000;padding: 0 0 15px 0;line-height: 25px;text-transform: capitalize;}
.satfix_sec ul{width: 100%;display: block;}
.satfix_sec ul li{font-size: 15.2px;font-weight: 400;color: #666;float: none;position: relative;margin: 0 0 12px; padding: 0 0 0 37px;width: 100%;}
.satfix_sec ul li:nth-child(2n){padding-right: 0;}
.satfix_sec ul li::before{background: url("../images/satfix_img1.png") no-repeat;position: absolute;top: 0;left: 0;width: 27px;height: 26px;content: "";display: block;}
.satfix_sec ul li:nth-child(2)::before{background: url("../images/satfix_img2.png") no-repeat;position: absolute;top: 0;left: 0;width: 24px;height: 24px;content: "";display: block;}
.satfix_sec ul li:nth-child(3)::before{background: url("../images/satfix_img3.png") no-repeat;position: absolute;top: 0;left: 0;width: 29px;height: 29px;content: "";display: block;}
.satfix_sec ul li:nth-child(4)::before{background: url("../images/satfix_img4.png") no-repeat;position: absolute;top: 0;left: 0;width: 25px;height: 25px;content: "";display: block;}
/** compr_box start **/
.compr_box{width: 100%;display: block;}
.compr_box h1.copr_titl, .compr_box h4.copr_titl{font-size: 30px;font-weight: 400;color: #000;line-height: 35px;}
.compr_box .body_cmpr{width: 100%;display: block;margin: 24px 0 0 0;padding: 0;}
/*.compr_box .body_cmpr:hover {box-shadow: 0 0 15px 1px #dddddd;}*/
.compr_box .img_cmpr > span {background: #fff;border: 1px solid #999;display: block;min-height: 110px;padding: 7px;text-align: center;width: 110px;}
.compr_box .img_cmpr > span  img {display: block;margin: 0 auto;width: auto;}
.compr_box .img_cmpr{/*float: left;*/}
.compr_box .txt_cmpr{float: left;padding: 0 0 0 18px;width: 58%;}
.compr_box .txt_cmpr h2{font-size: 20px;font-weight: 800;color: #000;line-height: 25px;}
.compr_box .txt_cmpr p{font-size: 14px;font-weight: 400;color: #000;line-height: 17px;padding: 0 0 12px;}
.compr_box .txt_cmpr span{font-size: 14px;font-weight: 400;color: #000;}
.compr_box .txt_cmpr span del{color: #9f9f9f;margin: 0 12px 0 0;}
.txt_cmpr.block_d{width:100%; float:none; padding:15px 0 0;}
/** compr_box end **/
/** user_review_sec tabs start **/
.user_review_sec{width: 100%;display: block;padding: 0 0 60px 0;}
.user_review_sec .detail_tabs{width: 100%;display: block;padding: 0 25px 60px;background: #f4f4f4;border-radius: 3px;}
.tab_usr_prod {display: block;width: 100%;margin: 0 0 42px;}
.user_review_sec .tab_usr_prod > ul {display: block;overflow: hidden;width: 100%;}
.user_review_sec .tab_usr_prod li {float: left;margin: 0 48px 0 0;}
.user_review_sec .tab_usr_prod li:last-child{margin-right: 0;}
.detail_tabs .tab_usr_prod ul li a{font-size: 24px;font-weight: 300;color: #171717;text-transform: capitalize;display: block;padding: 14px 3px;line-height: 22px;}
.detail_tabs .tab_usr_prod ul li.active a{font-weight: 400;color: #1a1a1c;border-top: 3px solid #00728f;padding: 12px 3px;}
.user_review_sec .tab_wrpers {padding: 0;width: 100%;}
.user_review_sec .tab_user_list{width: 100%;display: block;}
.tab_user_list .tab_wrpers h3{font-size: 18px;font-weight: 600;color: #171717;padding: 0 0 23px 0;line-height: 24px;}
.tab_user_list .tab_wrpers p{font-size: 15px;font-weight: 400;color: #171717;padding: 0 0 33px 0;line-height: 26px;}
.detail_tabs .slimScrollDiv{height: 320px !important;}
/*.detail_tabs #testDiv1{height: 320px !important;}*/
.pad_rgt_25{ padding-right:25px;}
.detail_tabs .slimScrollDiv .slimScrollBar{background: #00728f none repeat scroll 0 0 !important;height: 50px !important;opacity: 1 !important;width: 5px !important;}
.detail_tabs .slimScrollDiv .slimScrollRail{background: #e2e2e2 none repeat scroll 0 0 !important;opacity: 1 !important;width: 5px !important;}
/** user_review_sec tabs end **/
/** customer_prodtsec start **/
.customer_prodtsec{width: 100%;display: block;margin: 0 0 40px;}
.customer_prodtsec h4{font-size: 30px;font-weight: 400;color: #000;line-height: 34px;padding: 0 0 30px 0;}
.custmr_prodt_row{border-bottom: 1px solid #e7e7e7;display: block;padding: 0 0 10px;width: 100%;position: relative;}
.custmr_prodt_row .product_box{width: 19.83%;}
.customer_prodtsec.smlar_prodt{ /*margin-bottom: 100px;*/}
.customer_prodtsec.smlar_prodt .custmr_prodt_row{border-bottom: 0;}
/** customer_prodtsec end **/
.add_butn_crt.desktop_button{display: block;}
.add_butn_crt.mobile_button{display: none;}
.siz_prod_scrl ul li .rit_txt .out_of_stock_d{font-size: 14px;font-weight: 400;color: #111;line-height: 16px;padding: 0 0 5px;}
.siz_prod_scrl ul li .rit_txt .out_of_stock_d a{ color:#00728f; font-weight: 500; margin-left:0; text-decoration:underline; display:inline-block; min-width:165px;}
.siz_prod_scrl ul li .rit_txt .out_of_stock_d .expected_spn{ color:#000; display:inline-block; margin-right:10px;}
.review_fld_label .fld{ border:1px solid #787878; height:38px; font-size: 13px;text-indent: 10px;  width: 100%;border-radius: 4px; background:#fff; margin-bottom:15px;}
.review_fld_label .fld_area{ border:1px solid #787878; min-height:125px; font-size: 13px;text-indent: 10px;  width: 100%;border-radius: 4px; margin-bottom:5px;}
.review_fld_label label{font-size: 15px;font-weight: 400; color: #171717; padding:0; line-height: 22px; display:block;}
.review_fld_label .add_btn{ border: 1px solid #3F833A!important; background:#3F833A!important; margin-top:20px;}
.review_fld_label .add_btn:hover{color: #3F833A!important; background:transparent!important;}

.reviews_signin{ padding:15px 0; margin:0;}

/** Product Details Page end ***/

/** Checkout Shipping Page start ***/
.checkout_shipping_sec{width: 100%;display: block;padding: 28px 0 100px;overflow: hidden;}
.left_checkout_sec{width: 100%;display: block;}

.checkout_tabs{max-width:500px; width: 100%;display: block;padding: 0 0 45px 0;}


.left_checkout_sec .sign_Box{width: 100%;display: block;padding: 0 0 27px 0;margin: 0 0 38px 0;border-bottom: 1px solid #e1e1e1;}
.left_checkout_sec h2{font-size: 20px;font-weight: 800;color: #000;text-transform: capitalize;padding: 0 0 8px 0;line-height: 23px;}
.left_checkout_sec p{font-size: 16px;font-weight: 400;color: #4e4e4e;line-height: 20px;}
.signField_bx{width: 100%;display: block;padding: 0 0 35px 0;border-bottom: 1px solid #e1e1e1;}
.fild_row{width: 100%;display: block;}
.fild_row .colm_fld{width: 49%;float: left;margin: 0 2% 0 0;}
.fild_row .colm_fld:last-child{margin-right: 0;}
.fild_row .colm_fld .input_row{width: 100%;display: block;padding: 12px 15px;font-size: 13px;font-weight: 400;color: #000;border: 1px solid #787878;border-radius: 3px;}
.fild_row .colm_fld .input_row:focus{border: 1px solid #eb232e;}
.signBtn{width: 100%;display: block;margin: 22px 0 0 0;}
.signBtn .btn_in{font-size: 20px;font-weight: 700;color: #fff;text-transform: capitalize;width: 100%;display: block;max-width: 125px;padding: 8px 15px;background: #3F833A!important;border: 1px solid #3F833A;border-radius: 4px;cursor: pointer;text-transform: capitalize; text-align:center;}
.signBtn .btn_in:hover{background:transparent!important;border: 1px solid #3F833A;color: #3F833A!important;transition: all 0.5s ease 0s;-webkit-transition: all 0.5s ease 0s;}

.ship_addres_sec{width: 100%;display: block;padding: 42px 0 0 0;}
.ship_addres_sec h2{padding: 0 0 32px 0;}
.ship_addres_sec .fild_row .colm_fld span{font-size: 13px;font-weight: 400;color: #000;text-transform: capitalize;display: block;padding: 0 0 17px 0;}
.ship_addres_sec .fild_row{margin-bottom: 28px;}

h2.checkout_hd{ font-size: 30px; font-weight: 400; color: #000; line-height: 35px; padding-bottom:20px;}
.cart_table_b.checkout_tbl table td{ padding:20px; border-top:none;}
.cart_table_b.checkout_tbl table td .pro_txt{ margin-top:0;}
.cart_table_b.checkout_tbl table td .pro_txt p{ font-size:15px;}
.cart_table_b.checkout_tbl table td .pro_txt h3 + p{ padding-bottom:10px;}
.cart_table_b.checkout_tbl table .bdr_td_n td{ padding:0 10px 0 20px;}
.cart_table_b.checkout_tbl table .bdr_tp td{border-top: 1px solid #dee2e6;}
.cart_table_b.checkout_tbl table .pat_tp10 td{ padding-top:15px;}
.cart_table_b.checkout_tbl table .pat_bt10 td{ padding-bottom:15px;}
.gd_total_p{ font-size:20px; font-weight:600;}
.pro_price p.price.light_wt{ font-weight:400; margin:3px 0 0; line-height:18px;}
.cart_table_b.checkout_tbl table .pro_price { width: calc(100% - 81px); width: -webkit-calc(100% - 81px); padding-left:20px;}

.shipping_add_rgt_b:before, .shipping_add_rgt_b:after{ position:relative; clear:both; width:100%; display:table; content:'';}
.shipping_add_rgt_b h3{ font-size:20px; padding-bottom:10px;}
.shipping_add_rgt_b p{ font-size:15px;}
.shipping_add_rgt_b h2.checkout_hd{ padding-bottom:20px;}
.shipping_add_rgt_b .pro_price{ padding:10px 20px 20px; background:#f8f8f8; margin-bottom:35px; width:100%!important;}
.shipping_add_rgt_b .pad_ph_t10{ padding-top:11px;}
.shipping_add_rgt_b .edit_ch_add{ font-size:15px; color:#1c31fe; text-decoration:underline;}

/** Checkout Shipping Page end ***/

/* added css for cart page */
.inside_page_wrap{ padding:25px 0 89px; margin:0;}
.inside_page_wrap h2{ font-size:30px; padding:0 0 27px; margin:0;font-weight: 500;}
.cart_table_b{ margin-bottom:45px;}
.cart_table_b table{ background:#f8f8f8; border:none;}
.cart_table_b table th{ font-size:15px; background:#00728f; padding:10px 20px; min-height:50px; color:#fff;}
.cart_table_b table td{ font-size:16px; padding:28px 20px 35px;}
.cart_table_b table td .pro_img{ width:76px;}
.cart_table_b table td .qty_no{ font-size:17px; border-radius:3px; text-align:center; display:block; width:54px; line-height:36px; border:1px solid #d3d3d3;}
.cart_table_b table td .save_it_later{ font-size:14px;}
.cart_table_b table td .pro_txt h3{ font-size:20px;}
.mob_dt{ display:none;}
.cart_table_b table td .pro_txt{margin-top: 15px;}

.pre_viewed_prods .pro_top{ margin:0 0 24px;}
.pre_viewed_prods .pro_price p.title_p { font-size: 14px; font-weight: 500; margin-bottom: 8px; line-height:18px;}
.pre_viewed_prods .pro_price .star{ padding-top:0;}
.pre_viewed_prods .pro_img span{ padding:5px;}
.pre_viewed_prods .read_btn{ margin-top:3px;}
.pre_viewed_prods .read_btn .more_btn{ font-size:14px; font-weight:500;}
.proceed_check_b{ margin:49px 0 0; padding:41px 0 0; border-top:1px solid #e1e1e1;}
.proceed_check_b .add_btn{ margin-right:19px; font-size:20px; font-weight:600; width:100%; max-width: 265px;height: 49px; margin-bottom:10px;}

.proceed_check_b .add_btn.proceed_b{ background-color:#3F833A;}
.proceed_check_b .add_btn.proceed_b:hover{ background-color:transparent; color:#3F833A; border:1px solid #3F833A;}

.proceed_check_b .add_btn.continue_s{ background-color:#00728f; margin-right:45px;}
.proceed_check_b .add_btn.continue_s:hover{ background-color:transparent; color:#00728f; border:1px solid #00728f;}

.subscribe .add_btn{ background-color:#3F833A!important;}
.subscribe .add_btn:hover{ background-color:transparent!important; color:#fff!important; border:1px solid #fff!important;}

.banner_sec .bannet_txt .add_btn{ background-color:#3F833A!important;}
.banner_sec .bannet_txt .add_btn:hover{ background-color:transparent!important; color:#fff!important; border:1px solid #fff!important;}

.product_box_wrap .pro_txt .add_btn, .product_listing_sec .top_txt .add_btn{ background-color:#3F833A!important;}
.product_box_wrap .pro_txt .add_btn:hover, .product_listing_sec .top_txt .add_btn:hover{ background-color:transparent!important; color:#3F833A!important; border:1px solid #3F833A!important;}

.pre_viewed_prods .read_btn .more_btn{ background-color:#00728f!important;}
.pre_viewed_prods .read_btn .more_btn:hover{ background-color:transparent!important; color:#00728f!important; border:1px solid #00728f!important;}

.cart_sel_b h3{ font-size:20px; padding:0 0 11px; margin:0;}

.order_summary_right h3{ font-size:20px; padding:0 0 6px; margin:0;}
.order_summary_right h3.pad_bt{ padding:23px 0 15px;}
.order_summary_right .subtotal_ship{ font-size:16px; padding:0 0 3px; margin:0; font-weight:400; line-height:20px;}
.order_summary_det{ max-width: 455px; font-size:14px; padding:0; margin:0; font-weight:400; line-height:18px;}
.order_summary_right {max-width: 216px;float: right; width: 100%;}
.gift_certificate_b{ border:1px solid #d8d8d8; max-width: 214px; width:100%; font-size:14px; padding:0 10px; margin:0; font-weight:400; height:38px; border-radius:4px; line-height:38px;}
.cart_sel_b{margin:29px 0 0; padding:21px 0 0; border-top:1px solid #e1e1e1;}
.cart_sel_b .variation select.select{ height:38px;}
.cart_sel_b .variation span.select{ border:1px solid #787878; height:38px; line-height:38px;font-size: 13px; background: #fff url(../images/caret.png) no-repeat 96% 15px;overflow: hidden;}
.cart_sel_b .zip_fld{ border:1px solid #787878; height:38px; font-size: 13px;text-indent: 10px;  width: 100%;border-radius: 4px;}
.cart_sel_b .pad_10{ padding-left:5px; padding-right:5px;}
.mob_qty_no{ display:none; position:absolute; right:15px; top:0;}

.save_for_later_b{ height:60px; padding-bottom:0; display:none; border-top:1px solid #e1e1e1; margin-top:20px; position:relative; margin-bottom:20px;}
.save_for_later_b:after{ position:relative; width:100%; clear:both; display:table; content:''; height:20px; background:#fff url('../images/save_bg_sept.png') left top repeat-x; bottom:0; left:0;}
.pro_top:before, .pro_top:after{ position:relative; width:100%; clear:both; display:table; content:''; }
.save_for_later_b .wd_50{ width:50%; float:left; text-align:center; padding:15px 0;} 
.save_for_later_b .wd_50 a{ font-size:16px; color:#000; padding:0 0 0 20px; margin:0; display:inline-block; line-height: 30px;}
.download_later_ico{ background:url('../images/save_later.png') left center no-repeat; background-size:16px auto;}
.save_later_ico{ background:url('../images/del_ico.png') left center no-repeat;}
.wd_ico_17{ width:17px; float:left; margin: 0 4px;}

.save_for_later_ico{ font-size:16px; color:#000; padding:0 0 0 20px; margin:0; display:inline-block; line-height: 24px; background:url('../images/save_later.png') left center no-repeat; background-size:16px auto; display:block;}
.del_later_ico{ font-size:16px; color:#000; padding:0 0 0 20px; margin:0; display:inline-block; line-height: 22px; background:url('../images/del_ico.png') left center no-repeat;  display:block;}


.cart_qunty_prod ul{border:1px solid #c4c4c4; float: left; border-radius: 3px; background:#fff;}
.cart_qunty_prod ul:before, .cart_qunty_prod ul:after{ position:relative; display:table; content:''; width:100%; clear:both;}
.cart_qunty_prod ul li{float: left; min-height: 42px; padding:0 2px;}
.cart_qunty_prod ul li span{width: 16px;float: left;display: block;text-align: center;cursor: pointer;padding: 19px 0;}
.cart_qunty_prod ul li span.pls_icn{padding: 15px 0;}
.cart_qunty_prod ul li span img{margin: 0 auto;display: block;}
.cart_qunty_prod ul li input.inpt_num{font-size: 20px;font-weight: 400;color: #000;border:0;text-align: center;width: 40px;padding: 6px;}
.cart_qunty_prod ul li input.inpt_num::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
}
.cart_qunty_prod ul li input.inpt_num::-moz-placeholder { /* Firefox 19+ */
  color: #000;
}
.cart_qunty_prod ul li input.inpt_num:-ms-input-placeholder { /* IE 10+ */
  color: #000;
}
.cart_qunty_prod ul li input.inpt_num:-moz-placeholder { /* Firefox 18- */
  color: #000;
}

.bdr_top_in{border-top: 1px solid #e4e4e4;}
.cust_non_slide .add_btn:hover{color:#eb232e; border:1px solid #eb232e; background-color:transparent}
.cust_non_slide:before, .cust_non_slide:after{position:relative; display:table; content:''; width:100%; clear:both;}
.cust_non_slide .product_box:hover{ box-shadow:none;}
.cust_non_slide{ box-shadow:0 0 15px 1px #dddddd; padding:20px 5px 15px;}
.cust_non_slide .product_box{ margin:15px 0 0; border-top: 1px solid #e7e7e7; padding-top: 25px;}
.customer_prodtlisting h2.hd_rgt_b + .product_box{ padding-top:10px; border-top:none;}

.customer_prodtlisting > h2{ display:none;}
.customer_prodtlisting h2.hd_rgt_b{ font-size: 18px;font-weight: 800;margin-bottom: 2px; line-height:26px; padding:0 15px 0; text-align:center;}
.custmr_prodt_row{ border-bottom:none;}

/* added css for cart page */
.checkout_tabs{position:relative; border-bottom: 1px solid #e1e1e1; margin-bottom:30px}
.outside-bar {
  position: relative;
  height: 10px;
  max-width: 500px;
  border: solid #f4f4f4;
  border-width: 2px ;
  border-radius: 10px ;
  background-color: #f4f4f4;
  width:100%
}
.checkout_tabs ul{position:absolute; width:100%}
.checkout_tabs ul li{width:33.3%; float:left; text-align:center; position:relative; }


.checkout_tabs ul li::after{}

.checkout_tabs ul li.active::after{position:absolute; content:'';   width: 0; 
  height: 0; left:0; right:0; margin:0 auto; top:-2px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #47a540;   }

span.small-text{position:relative; top:10px}
.checkout_tabs ul li.active span{color:#47a540}

.checkout_shipping_sec .left_checkout_sec .signBtn .btn_in{background-color:#eb232e}

.check_tabDec_b{display:none}
.shipping_add_rgt_b{display:none}
.check_tabDec_two .fild_row{margin-bottom:20px}
.check_tabDec_two .signBtn .btn_in{max-width:175px}
.exp_row{width:100%;}
.exp_col{width:48%; float:left; margin-right:15px}
.exp_col:last-child{margin:0}
.secure_payment{display:block}
.secure_payment label{margin-right:40px}
.secure_payment input[type='radio']{margin-right:7px; vertical-align:middle}
.left_checkout_sec p.star_3{font-size:13px; color:#787878; margin-top:-10px}
.check_here{margin:30px 0 0px}
.check_here input[type='checkbox']{margin-right:7px; vertical-align:middle}
.notice_row{display:block; width:100%; padding: 30px 0 0;
    border-top: 1px solid #e1e1e1;}
.notice_row h3{font-size:14px; color:#000; margin-bottom:10px}
.notice_row p{font-size:14px; color:#979797}
.notice_row h5{font-size:14px; color:#000}
.changeTxt{margin:25px 0 35px}
.check_tabDec_two .secure_payment{margin-top:20px}
.prog_bar{width:0%; height:6px; background-color:#47a540; -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    -moz-transition: width .6s ease;
    -ms-transition: width .6s ease;
    transition: width .6s ease;}
.step1{width:33.33%}
.step2{width:66.66%}
.step3{width:99.99%}

.product_wrapper > .expend_area{display:none}
.copyTxt{display:none}
tr.mob_grop span.m_txt{display: none;}



/** thank_you page css start **/
.checkout_shipping_sec.thank_u .thanku_hide{display: none;}
.thank_ordrHead{width: 100%;display: block;margin: 0 0 10px 0;border: 1px solid #ddd;box-shadow: 0px 2px 2px #ddd;padding: 20px;overflow: hidden;}
.thank_ordrHead > div{width: 50%;float: left;max-width: 300px;}
.thank_ordrHead h3{font-size: 17px;font-weight: 600;color: #000;padding: 0 0 6px 0;line-height: 18px;}
.thank_ordrHead p{font-size: 15px;font-weight: 600;color: #000;line-height: 14px;}
.thank_ordrHead .ordrTxt{padding: 20px 0 0;text-align: center;}
.thank_ordrHead .ordrTxt span{font-size: 12px;font-weight: 600;color: #000;display: block;line-height: 11px;padding-top: 10px;}
.thank_ordrHead .right_block{float: right;max-width: 195px;}
.thank_ordrHead .right_block .share_btn{background: #3b5998 url('../images/thanku_facebook.png') no-repeat center left 15px;border-color: #3b5998;display: inline-block;border-radius: 3px;border-width: 1px;border-style: solid;transition: all 0.5s ease;-webkit-transition: all 0.5s ease;margin: 0.5em;padding: 0.5em 1em;width: 180px;text-align: right;font-size: 15px;font-weight: 700;text-decoration: none;color: #fff;background-size: 9px;}
.thank_ordrHead .right_block .share_btn:hover, .thank_ordrHead .right_block .share_btn:active{background-color: #2d4373;border-color: #2d4373;transition: all 0.5s ease;-webkit-transition: all 0.5s ease;}
.thank_ordrHead .right_block .share_btn.twtr{background: #55acee url('../images/twter_thankimg.png') no-repeat center left 15px;border-color: #55acee;}
.thank_ordrHead .right_block .share_btn.twtr:hover, .thank_ordrHead .right_block .share_btn.twtr:active{background-color: #2795e9;border-color: #2795e9;}
.selectBlock{width: 100%;min-height: 250px;border: 1px solid #ddd;box-shadow: 0px 2px 2px #ddd;padding: 25px 25px;margin: 10px 0 15px;overflow: hidden;}
.selectBlock h4{padding: 0 0 5px 32px;color: #3d9b35;margin: 0px;background: url('../images/thanku_info.png') no-repeat 0 3px;font-style: italic;font-size: 15px;line-height: 20px;font-weight: bold;}
.selectBlock ul{padding: 15px 0 5px 32px;}
.selectBlock ul li{font-size: 15px;color: #000;line-height: 19px;}
.selectBlock p{padding: 15px 0 5px 0;font-size: 16px;color: #4e4e4e;line-height: 20px;font-weight: 400;}
.selectBlock .inpt_row{width: 100%;display: block;padding: 25px 0 0;overflow: hidden;}
.inpt_row label{margin: 13px 0 0 0;font-size: 13px;color: #000;line-height: 15px;font-weight: 400;display: inline-block;float: left;text-transform: capitalize;}
.inpt_row .inpt_col{display: inline-block;font-size: 13px;background: #fff;border: 1px solid #787878;max-width: 100%;float: right;padding: 12px 15px;width: 75%;font-weight: 400;color: #000;
  border-radius: 3px;}
span.digit{font-size: 13px;color: #787878;font-style: italic;display: inline-block;line-height: 13px;margin-top: 10px;}
.inpt_row .optin_box{width: 75%;overflow: hidden;float: right;}
.inpt_row .optin_box select{width: 48%;float: left;margin-right: 4%;padding: 12.5px 5px;border-radius: 3px;border: 1px solid #787878;font-size: 13px;font-weight: 400;color: #000;}
.inpt_row .optin_box select:last-child{margin-right: 0;float: right;}
input.btn_green{margin: 15px 0 0;border-radius: 5px;border: 0;font-size: 20px;font-weight: 700;color: #fff;text-transform: capitalize;width: 100%;display: block;max-width: 125px;background: #3F833A;border: 1px solid #3F833A;border-radius: 4px;cursor: pointer;text-align: center;padding: 13px 10px;line-height: 100%;}
input.btn_green:hover{background: transparent;border: 1px solid #3F833A;color: #3F833A;transition: all 0.5s ease 0s;-webkit-transition: all 0.5s ease 0s;}
.sendreferral_title_wrap{width: 100%;display: block;background: #eee;border-radius: 5px;height: 31px;    text-align: center;}
.sendreferral_title_wrap h5{padding: 8px;font-size: 15px;color: #000;line-height: 100%;font-weight: bold;}
.formBlock h4.notice{border-bottom: 1px solid #ddd;padding: 10px 0;color: #555;background:0 none;margin-bottom: 5px;}
input.btn_green.email{float: right;}
.formBlock.news_letr .sendreferral_title_wrap{text-align: left;}
.formBlock.news_letr h4.notice{line-height: 22px;margin: 0 0 13px 0;}
.preferences{width: 100%;display: inline-block;padding-bottom: 43px;}
.preferences input.chek_lt{float: left;margin: 2px 6px 0 0;}
.preferences span{float: left;font-size: 13px;font-weight: 400;line-height: 100%;padding: 2px 10px 2px 4px;}
.preferences .remind_box select{width: 25%;float: left;margin-right: 4%;padding: 12.5px 5px;border-radius: 3px;border: 1px solid #787878;font-size: 13px;font-weight: 400;color: #000;}
.radio_thanks .preferences{padding-bottom: 8px;}
.radio_thanks .preferences:nth-child(2){padding-bottom: 0;}
.radio_thanks .preferences:nth-child(2) input.chek_lt{margin-top: 14px;}
.radio_thanks .preferences:nth-child(2) span{margin-top: 13px;}
.preferences .remind_box select:last-child{margin-right: 0;}
.inpt_row textarea.inpt_col{padding: 5px 15px;}
/** thank_you page css end **/

/* Added css for FAQ page */
.checkout_shipping_sec{border-top: 1px solid #e4e4e4;}
.faq_block ul li h3{ cursor:pointer; position:relative; border-radius:4px; padding:9px 20px; margin:0 0 20px; font-size: 18px; font-weight: 600;color: #252525; line-height: 30px; border:1px solid #91c2cf;}
.faq_block ul li h3:after{ color:#252525; text-align:center; font-size:26px; font-weight:500; position:absolute; content:'+'; width:30px; height:30px; right:4px; top:50%; margin-top:-15px;}
.faq_block ul li.faq_toggle h3:after{ content:'-'; color:#fff; font-size:28px;}
.faq_block ul li.faq_toggle h3{ background:#00728f; color:#fff;}
.faq_block .faq_dec_b, .faq_block .faq_dec_b p{ padding:0; margin:0; font-size: 16px; font-weight: 400;color: #000; line-height: 26px;}
.faq_block .faq_dec_b p{ padding:0 0 25px;}
.faq_block .faq_dec_b{ margin-bottom:25px; padding:0 5px; display:none}
.faq_contact_bg{ padding:30px 25px 25px; background:#f8f8f8; margin:0;}
.faq_contact_bg p{padding:0 0 18px; margin:0; font-size: 18px; font-weight: 400;color: #000; line-height: 24px;word-break: break-all;}
.faq_contact_bg p span{ display:block; font-weight:600;}

/** order_tracking_sec css start **/
.order_tracking_sec .left_checkout_sec{max-width: 545px;}
.order_input_box{width: 100%;min-height: 250px;background: #f0f0f0;margin-top: 8px;}
.order_input_box h4.head_inpt{width: 100%;display: block;background: #00728f;font-size: 18px;font-weight: 400;color: #fff;padding: 16px 20px;line-height: 100%;}
.order_input_box .body_inpt{width: 100%;display: block;padding: 32px 58px 50px 50px;}
.order_input_box .colm_fld{width: 100%;display: block;}
.order_input_box input.input_row{width: 100%;display: block;padding: 12px 15px;font-size: 13px;font-weight: 400;color: #000;border: 1px solid #787878;border-radius: 3px;}
.order_input_box .signBtn{margin: 22px 0 0 0;}
.order_input_box .signBtn .btn_in{max-width: 268px;}
.order_not_sec{width: 100%;display: inline-block;padding-top: 54px;}
.order_not_sec h2.ordr_id{padding-bottom: 32px;font-weight: 500;}
.order_not_sec h2.ordr_id span{font-weight: 800;}
.customr_note{margin-bottom: 20px;}
.order_not_sec .customr_note:last-child{margin-bottom: 0px;}
.customr_note h5{font-size: 18px;font-weight: 700;color: #00728f;line-height: 15px;padding-bottom: 10px;}
.customr_note p{font-size: 14px;font-weight: 300;color: #000;padding-bottom: 20px;line-height: 17px;}
.customr_note p:last-child{padding-bottom: 0;}
.customr_note p strong{font-weight: 700;}
.tracking_sec{width: 100%;display: block;padding-top: 80px;}
.tracking_sec  ul li::before {background: #bebebe;content: "";height: 100%;left: 28%;position: absolute;top: 0;width: 1px;}
.tracking_sec ul li:last-child::before{height: 8%;}
.tracking_sec ul li {width: 100%;display: block;overflow: hidden;position: relative;padding: 0 0 95px 0;}
.tracking_sec ul li:last-child{padding-bottom: 0;}
.tracking_sec ul li .right_text {width: 72%;float: right;padding: 0 0 0 40px;}
.tracking_sec ul li .left_text {width: 28%;float: left;text-align: right;padding: 0 40px 0 0;}
.tracking_sec ul li p{font-size: 14px;font-weight: 500;color: #858585;text-transform: uppercase;line-height: 20px;}
.tracking_sec ul li p strong{font-size: 18px;color: #000;display: block;}
.tracking_sec .error_text{width: 100%;display: block;padding: 24px 0 0 0;}
.tracking_sec .error_text h6{font-size: 14px;font-weight: 700;color: #565555;line-height: 15px;}
.tracking_sec .error_text p{color: #000;text-transform: inherit;font-weight: 400;line-height: 18px;}
.tracking_sec ul li span.order_green_box{border: 1px solid #59b052;border-radius: 50%;top: 0;content: "";width: 20px;height: 20px;left: 26.30%;position: absolute;background: #fff url("../images/order_gren.png") no-repeat center;cursor: pointer;}
.tracking_sec ul li.odr_act span.order_green_box{background: #eb232e;border: 1px solid #eb232e;}
.mobil_tabs{display: none;}

/** Secure Payment Start css **/
.secure_pamnt .left_checkout_sec{max-width: 100%;}
.secure_pamnt .order_input_box{min-height: 285px;margin-top: 6px;max-width: 545px;}
.body_inpt table td.lft_id{color: #000;text-align: right;}
.body_inpt table td{font-size: 18px;font-weight: 600;color: #858585;padding: 0 10px 12px;line-height: 100%;}
.secure_pamnt .body_inpt{padding: 30px 55px;}
.secure_pamnt .order_info .order_input_box .colm_fld {margin-bottom: 15px;}
.secure_pamnt .order_input_box .signBtn{margin: 20px 0 0 0;}
.payment_tabs{width: 100%;max-width: 575px;display: block;padding-top: 54px;}
.payment_tabs .secure_payment{padding-bottom: 40px;overflow: hidden;width: 100%;display: block;margin-top: 6px;}
.payment_tabs .secure_payment ul li{float: left;}
.payment_tabs .secure_payment ul li a{display: block;font-size: 16px;font-weight: 400;color: #000;}
.payment_tabs .secure_payment label{margin-bottom: 0;}
.payment_tabs .secure_payment ul li:last-child label{margin-right: 0;}
.payment_tabs .selectBlock{min-height: 0;border: 0 none;box-shadow: inherit;padding: 0;margin: 0;}
.payment_tabs .inpt_row{padding: 0;margin-bottom: 28px;}
.payment_tabs .inpt_row label{margin: 0;display: block;float: none;padding-bottom: 17px;}
.payment_tabs .inpt_row .inpt_col{display: block;float: none;width: 100%;}
.payment_tabs .credt_row{width: 100%;display: block;overflow: hidden;}
.credt_row .inpt_row.left{width: 31%;float: left;margin: 0 3% 0 0;}
.credt_row .inpt_row.right{width: 66%;float: left;margin: 0;}
.credt_row .inpt_row .optin_box{width: 100%;float: none;}
.payment_tabs input.btn_green{margin: 35px 0 0;max-width: 215px;}
.payment_tabs .selectBlock h4{padding: 0;color: #000;background: 0 none;font-style: normal;}
.payment_tabs .selectBlock ul{padding: 15px 0 0 0;}
.payment_tabs .selectBlock p{padding-bottom: 0;}
.selectBlock h4.red{color: #E60000;}
.selectBlock .pay_btn{width: 100%;display: block;margin-bottom: 15px;}
.pay_btn a.paypal{display: inline-block;}
.order_info .order_input_box .colm_fld{margin-bottom: 28px;}
.order_info .order_input_box .colm_fld:nth-child(2){margin-bottom: 0;}
/** Login Start css **/
.login_sec .left_checkout_sec{max-width: 588px;margin: 0 auto;text-align: center;padding-bottom: 130px;}
.account_page{width: 100%;display: block;background: #f5f5f5;border: 1px solid #f0f0f0;padding: 0 62px 38px;margin-top: 45px;}
.account_page .user_img{width: 88px;height: 88px;background: #f5f5f5 url('../images/user_login.png') no-repeat center top 16px;margin: -42px auto 0;border: 7px solid #fff;border-radius: 50%;}
.login_sec .selectBlock{width: 100%;min-height: inherit;border: 0;box-shadow: inherit;padding: 0;margin: 32px 0 0 0;}
.login_sec h4{padding: 0 0 10px 0;color: #000;background: 0 none;font-style: normal;font-size: 22px;line-height: 21px;font-weight: 400;}
.login_sec p{padding: 0;color: #000;}
.login_sec .inpt_row:first-child{padding-top: 40px;}
.login_sec .inpt_row .inpt_col{width: 100%;float: none;}
.login_sec span.digit{font-size: 14px;color: #565656;font-style: normal;line-height: 18px;margin-top: 0;font-weight: 300;}
.login_sec input.btn_green{margin: 28px auto 0;max-width: 110px;}
a.forgot_paswrd{text-transform: capitalize;margin-top: 42px;display: inline-block;color: #004ab9;text-decoration: underline;font-size: 14px;font-weight: 300;}
a.forgot_paswrd:hover{color: #3F833A;}
/** forgot_popup Start css **/
.login_sec.forgot_popup{margin: 0;}
.login_sec.forgot_popup .selectBlock{width: 100%;padding: 50px 62px;margin: 0 auto;max-width: 588px;background: #f5f5f5;min-height: 330px;text-align: center;position: relative;}
.forgot_popup span.close_popup{width: 48px;height: 48px;background: #e7e7e7;position: absolute;top: 0;right: 0;cursor: pointer;transition: all 0.5s ease;-webkit-transition: all 0.5s ease;} 
.forgot_popup span.close_popup img{display: block;margin: 0 auto;padding: 15px 10px;}
.forgot_popup span.close_popup:hover img{transform: rotate(360deg);transition: all 0.5s ease;-webkit-transition: all 0.5s ease;}
.login_sec.forgot_popup .inpt_row:first-child{padding-top: 13px;}
.login_sec.forgot_popup .inpt_row{padding: 22px 0 0;overflow: inherit;}
.login_sec.forgot_popup input.btn_green{max-width: 210px;}
/** popup_show css **/
.forgot_popup{position: fixed;top: 50%;left: 50%;transform: translate(-50%, -50%) scale(0.8);visibility: hidden;opacity: 0;overflow-x: hidden;overflow-y: auto;transition: all 0.4s ease;-moz-transition: all 0.4s ease;-o-transition: all 0.4s ease;-webkit-transition: all 0.4s ease;width: 100%;}
body.popup_bg::before{background: rgba(0, 0, 0, 0.6);position: fixed;left: 0;content: "";top: 0;width: 100%;height: 100%;z-index: 9;display: block;transition: all 0.4s ease;-moz-transition: all 0.4s ease;-o-transition: all 0.4s ease;-webkit-transition: all 0.4s ease;}
.forgot_popup.popup_show{opacity: 1;visibility: visible;z-index: 99;transform: translate(-50%, -50%) scale(1);transition: all 0.4s ease;-moz-transition: all 0.4s ease;-o-transition: all 0.4s ease;-webkit-transition: all 0.4s ease;}
/** Subscription Settings css **/
.subscription_set_sec .left_checkout_sec.order_info{max-width: 545px;margin: 0 auto;padding-bottom: 130px;}
.subscription_set_sec .order_input_box{min-height:  auto;}
.subscription_set_sec .secure_payment{margin-top: 15px;}
.subscription_set_sec .secure_payment label.radio-inline{display: inline-block;font-size: 16px;font-weight: 400;color: #000;margin-right: 0;}
.subscription_set_sec .secure_payment label.radio-inline:last-child{margin-bottom: 0;}
span.notice_alert{font-size: 14px;font-weight: 400;line-height: 16px;color: #cc0000;background: url(../images/alert_email.png) no-repeat center left;padding: 5px 0 5px 30px;display: inline-block;}
.subscription_set_sec h2.checkout_hd{text-align: center;}

.order_tracking_sec.secure_pamnt .right_secure_payment h2.checkout_hd{visibility: hidden;}

/** Express_Refill Start css **/
.express_refill_sec{padding-bottom: 105px;}
.express_refill_sec .inside_page_wrap{padding-bottom: 0;}
.express_refill_sec .cart_table_b{margin-bottom: 65px;}
.express_refill_sec .inside_page_wrap h2{color: #000;padding-bottom: 48px;}
.express_refill_sec .wel_trun{width: 100%;display: block;padding: 0 0 60px 0;max-width: 850px;}
.wel_trun h3{font-size: 24px;font-weight: 500;color: #171717;line-height: 100%;padding-bottom: 15px;}
.wel_trun h3 strong{font-weight: 700;}
.wel_trun p, .wel_trun ol li{font-size: 18px;font-weight: 500;color: #171717;line-height: 100%;padding-bottom: 15px;}
.wel_trun ol{padding: 0 0 0 20px;margin: 0;}
.wel_trun ol li{padding-bottom: 4px;line-height: 20px;}
.express_refill_sec .cart_table_b h4, .express_refill_sec .payment_tabs h4{font-size: 20px;font-weight: 700;color: #000;line-height: 100%;padding:0 0 26px;display: inline-block;}
.express_refill_sec .cart_table_b table th{padding: 13px 20px;text-transform: capitalize;text-align: center;}
.express_refill_sec .cart_table_b table th:first-child, .express_refill_sec  table td:first-child{text-align: left;}
.express_refill_sec  table td{text-align: center;}
.express_refill_sec  table td:last-child, .express_refill_sec .cart_table_b table th:last-child{text-align: right;}
.express_refill_sec  table td .btn.add_btn{background-color: #3F833A;}
.express_refill_sec  table td .btn.add_btn:hover{background-color: transparent;color: #3F833A;border: 1px solid #3F833A;}
.express_refill_sec .cart_qunty_prod ul{float: none;display: inline-block;}
.express_refill_sec .cart_qunty_prod ul li{padding: 0;float: none;width: 100%;display: block;}
.express_refill_sec .cart_qunty_prod ul li input.inpt_num{width: 58px;}
.express_refill_sec .pro_txt a{display: block;color: #000;}
.express_refill_sec .slimScrollDiv{height: 600px !important;width: 100% !important;}
.express_refill_sec #testDiv2{height: 600px !important;width: 100% !important;}
.express_refill_sec .slimScrollDiv .slimScrollBar{background: #00728f !important;height: 50px !important;opacity: 1 !important;width: 5px !important;}
.express_refill_sec .slimScrollDiv .slimScrollRail{background: #e2e2e2 !important;opacity: 1 !important;width: 5px !important;}
.need_blok{width: 100%;display: block;padding-top: 28px;overflow: hidden;}
.express_refill_sec .need_blok h4{padding: 10px 28px 0 0;float: left;}
.need_blok .prod_srch{width: 100%;max-width: 448px;float: left;}
.need_blok .colm_fld{width: 85%;float: left;margin-right: 2%;}
.need_blok .colm_fld .input_row{width: 100%;display: block;border: 1px solid #787878;border-radius: 3px;padding: 9.5px 12px;}
.need_blok .signBtn{width: 13%;float: left;max-width: 58px;margin: 0;}
.need_blok .signBtn input.srch_btn{width: 100%;display: block;padding: 9.5px 5px;background: #3F833A url('../images/refil_srch_img.png') no-repeat center;border: 1px solid #3F833A;border-radius: 4px;cursor: pointer;transition: all 0.5s ease;-webkit-transition: all 0.5s ease;}
.need_blok .signBtn input.srch_btn:hover{background: #2a9522 url('../images/refil_srch_img.png') no-repeat center;transition: all 0.5s ease;-webkit-transition: all 0.5s ease;}
.cart_table_b .wel_trun{padding: 76px 0 58px;}
.cart_table_b .wel_trun h3{color: #000;font-weight: 700;padding-bottom: 22px;}
.cart_table_b .wel_trun ol li a{color: #3F833A;}
.cart_table_b .wel_trun ol li a:hover{color: #2a9522;}
.billing_sec{width: 100%;display: block;max-width: 850px;overflow: hidden;padding-bottom: 55px;}
.billing_sec > div{float: left;width: 47%;margin-right: 6%;}
.billing_sec > div:last-child{margin-right: 0;}
.express_refill_sec .billing_sec h2{padding-bottom: 18px;}
.billing_sec h5{padding: 0 0 8px;font-size: 20px;font-weight: 400;color: #000;line-height: 22px;}
.billing_sec p{font-size: 16px;line-height: 25px;padding: 0;}
.billing_sec p.adrs{padding: 0 0 36px;}
.billing_sec p span{display: inline-block;font-weight: 400;}
.billing_sec p cite{font-style: normal;font-size: 12px;}
.express_refill_sec .chang_crt table td:last-child, .express_refill_sec .cart_table_b .chang_crt table th:last-child{text-align: center;}
.chang_crt table .tol_clr{background: #c5e8f1;}
.express_refill_sec .chang_crt table .tol_clr td{border: 0 none;text-align: right;min-height: 60px;padding: 11px 28px;}
.chang_crt table .tol_clr td span{display: inline-block;font-size: 16px;color: #000;font-weight: 400;padding: 0 23px 0 0;}
.express_refill_sec .payment_tabs{max-width: 100%;padding-top: 0;}
.express_refill_sec .payment_tabs .order_money{max-width: 575px;}
.express_refill_sec .secure_payment{margin-top: 45px;}
.express_refill_sec .payment_tabs h4{font-weight: 400;padding: 0 18px 0 0;}
.express_refill_sec .payment_tabs .variation{display: inline-block;width: 100%;max-width: 380px;}
.express_refill_sec .payment_tabs  select.select{height: 45px;}
.variation span.select{height: 45px;line-height: 44px;background: #fff url(../images/caret.png) no-repeat 97% 18px;color: #787878;}
.express_refill_sec .order_summary_right{max-width: 400px;}
.express_refill_sec .order_summary_right h2.checkout_hd {line-height: 28px;padding-bottom: 25px;}
.order_summary_right .table{background: #f8f8f8;margin: 0;}
.order_summary_right .table td{border: 0 none;}
.order_summary_right .table tr:last-child  td{border-top: 1px solid #dee2e6;}
.order_summary_right .table tr td.gd_total_p{padding: 20px 20px 52px 20px;font-size: 20px;font-weight: 400;line-height: 100%;}
.order_summary_right .table tr td.gd_total_p span{font-weight: 600;}
.order_summary_right .table tr.pad_top td{padding-top: 35px;}
.order_summary_right .table tr.pad_botm td{padding-bottom: 35px;}
.order_summary_right .table tr td{font-size: 16px;font-weight: 400;color: #000;line-height: 100%;
  padding: 5px 20px;}

/** welcome_test account Start css **/
.account_dashbord_sec .inside_page_wrap{padding: 30px 0 120px;}
.account_dashbord_sec .inside_page_wrap h2{font-size: 30px;padding: 0 0 10px;line-height: 24px;}
.welcm_hed span{display: inline-block;color: #000;font-size: 15px;font-weight: 500;line-height: 16px;}
.welcm_hed span a{color: #00728f;display: inline-block;}
.acount_table{width: 100%;display: block;padding: 26px 0 0 0;}
.acc_tbl_par, .acount_table .accbg_gray { background: #f8f8f8;}
.tabl_head{width: 100%;display: block;background: #00728f;float:left;}
.tabl_head:before, .tabl_head:after{position:relative; content:''; clear:both; display:table; width:100%;}
.tabl_head ul li{float: left;}
.tabl_head ul li a{font-size: 16px;font-weight: 500;color: #fff;line-height: 100%;display: block;text-align: center;padding: 17px 20px;}
.tabl_head ul li a.active{color: #000;}
.acount_table table{width: 100%;}
.acount_table table td:first-child{text-align: left;}
.acount_table table td:last-child{text-align: right;}
.acount_table table td{text-align: center;padding: 22px 20px;}
.acount_table table td p{font-size: 16px;font-weight: 400;color: #000;line-height: 17px;display: inline-block;position: relative;}
.acount_table table td p.yelo_circl{padding:0;}
.acount_table table td p.yelo_circl strong{padding: 0 0 0 18px; display:inline-block; position:relative;}
.acount_table table td p.yelo_circl strong::after{position: absolute;top: 4px;left: 0;width: 10px;height: 10px;display: block;border-radius: 50%;background: url('../images/proc_ico.png') left top no-repeat; content: "";}
.acount_table table td p.voided_circl{padding:0;}
.acount_table table td p.voided_circl strong{padding: 0 0 0 18px; display:inline-block; position:relative;}
.acount_table table td p.voided_circl strong::after{position: absolute;top: 4px;left: 0;width: 10px;height: 10px;display: block;border-radius: 50%;background: url('../images/voided_ico.png') left top no-repeat; content: "";}
.acount_table table td span.dropdon_box{display: block;background: #00728f url('../images/acc_plus.png') center center no-repeat;width: 40px;height: 40px;border-radius: 5px;float: right;position: relative;}
.acount_table table td span.dropdon_box.act{background: #00728f url('../images/acc_minus.png') center center no-repeat;}
.acount_table .acc_tbl_proc{ border-bottom:1px solid #e2e2e2;}
.acount_table .acc_tbl_proc_det{ padding:25px 20px; background:#eceaea; border-bottom:1px solid #eceaea; display:none;}
.food_bar{width: 100%;display: block;overflow: hidden;}
.food_bar .fodTxt{float: left;margin: 9px 0 0 0;}
.food_bar .acc_reorder_qty{float: right;}
.acount_table .acc_reorder_qty input.inpt_num { font-size: 20px; font-weight: 400; color: #000;border: 0; text-align: center; width: 40px; padding: 0 6px; height:38px; border:1px solid #d6d6d6;border-radius: 3px; margin-left:5px;}
.acount_table .acc_reorder_qty { padding:0; margin:0; font-size:16px; color:#006784; text-align: right;font-weight: 500;}
.acount_table .acc_tbl_proc_det .btn.add_btn{ margin: 18px 0 15px; background-color: #3F833A;}
.acount_table .acc_tbl_proc_det .btn.add_btn:hover{background-color: transparent;color: #3F833A;border: 1px solid #3F833A;}
.acount_table .btn.add_btn.grnB{ margin: 0; background-color: #3F833A;}
.acount_table .btn.add_btn.grnB:hover{background-color: transparent;color: #3F833A;border: 1px solid #3F833A;}
.acc_align_r{ text-align:right;}
.acount_table .acc_SubTotal_tbl table{ margin:0; max-width:525px;}
.acount_table .acc_SubTotal_tbl td{ text-align: right!important; border-top:none; padding: 3px 0px; font-size:15px;}
.acount_table .acc_tbl_proc_det:before, .acount_table .acc_tbl_proc_det:after, .acount_table .RemindMe_block:before, .acount_table .RemindMe_block:after, .acount_table .RemindMe_block ul:before, .acount_table .RemindMe_block ul:after{ position:relative; content:''; clear:both; display:table; width:100%;}
.acount_table .tabl_head ul li a.current{ background:#e6e6e6; color:#0e0e0e; position:relative;}
.acount_table .tabl_head ul li a.current:before{ content:''; position:absolute; left:0; width:100%; height:3px; top:-3px; background:#dad7d7;}
.acount_table .acc_show_tab{ display:none;}
.acount_table .acc_show_tab.current{ display:inherit;}
.acount_table table.align_left_t td{ text-align:left;}
.acount_table table.align_left_t td.wdTd250{ width: 25%;}
.acount_table .RemindMe_block{ background:#f8f8f8; padding: 15px 20px;margin: 0; float: left; width: 100%;}
.acount_table .RemindMe_block ul, .acount_table .RemindMe_block ul li{ padding:0; margin:0; list-style:none; list-style-type:none;}
.acount_table .RemindMe_block ul li{ float:left; padding-right:11px;}
.acount_table .RemindMe_block ul li input[type='radio'] { margin-right: 7px; vertical-align: middle;}
.acount_table .RemindMe_block ul li select { width:100%; float: left; margin-right: 0; padding: 7.5px 5px;  border-radius: 3px; border: 1px solid #787878;font-size: 15px;font-weight: 400;color: #000;}
.acount_table .RemindMe_block ul li select.min_wd80{ min-width:80px;}
.acount_table .RemindMe_block label.radio-inline{ margin:6px 12px 4px 0;}
.acount_table .add_btn.grn_lg { font-size: 20px; font-weight: 600; margin:55px auto 0; width: 100%; max-width: 265px; height: 49px; background:#3F833A;display: block;}
.acount_table .add_btn.grn_lg:hover{ border:1px solid #3F833A; color:#3F833A; background:transparent;}
 .acount_table #Acc_Pre_Ord .acc_tbl_proc td{ text-align:left; width:30%;}
.acount_table .acc_tbl_proc td:last-child{ width:10%;}
.acount_table .acc_tbl_proc td.wdTd20{ width:20%;}
.acount_table .acc_tbl_proc td.wdTd80{ width:80%;}
.acount_table .acc_tbl_proc td.wdTd30{ width:30%;}
.acount_table .acc_tbl_proc td.wdTd70{ width:70%;}
#Acc_Refe tbody tr.hedr_dat{border-bottom: 1px solid #e2e2e2;}
#Acc_Refe .acc_tbl_proc tr.less_pad.dt_bdy td{padding-top: 35px;}
#Acc_Refe .acc_tbl_proc tr.less_pad td{ padding: 5px 20px;}
#Acc_Refe .acc_tbl_proc{border-bottom:none;}
.acount_table .acc_tbl_proc td.RefWd15{ width:15%; padding: 22px 20px;}
.acount_table .acc_tbl_proc td.RefWd25{ width:25%; padding: 22px 20px;}
.acount_table .acc_tbl_proc td.RefWd10{ width:10%; padding: 22px 20px;}
.acount_table .acc_tbl_proc td.RefWd10{ width:10%; padding: 22px 20px;}
.acount_table .acc_tbl_proc td.RefWd5{ width:5%; padding: 22px 20px;}
#Acc_Refe .ref_sent_form{margin:0;padding:60px 20px 20px;}
#Acc_Refe .subscription_set_sec .left_checkout_sec.order_info{padding-bottom: 0px;}
#Acc_Refe .secure_pamnt .body_inpt{padding: 20px;}
#Acc_Refe .left_checkout_sec p{line-height: 23px;padding-bottom: 25px;}
#Acc_Refe .refer_row{width: 100%;display: block;margin-bottom: 15px;overflow: hidden;}
#Acc_Refe .refer_row > div{width: 49%;float: left;margin-right: 2%;margin-bottom: 0;}
#Acc_Refe .refer_row > div:last-child{margin-right: 0;}
.refer_row textarea.input_row{width: 100%;display: block;padding: 12px 15px;font-size: 13px;font-weight: 400;color: #000;border: 1px solid #787878;border-radius: 3px;min-height: 90px;}
#Acc_Refe .order_input_box .signBtn .btn_in{max-width: 160px;}
.ref_sent_form .checkout_shipping_sec{border-top:0;padding: 0;}
.ref_sent_form .subscription_set_sec .left_checkout_sec.order_info{ margin:0 0 0 -15px; max-width:750px;}
.ref_sent_form .secure_pamnt .order_input_box{max-width:100%;}
#Acc_Refe .checkout_shipping_sec{overflow: visible;}
.acount_info_block{width: 100%;display: block;padding: 30px 20px;overflow: hidden;}
.acount_info_block > div{width: 47.5%;float: left;margin-right: 4.5%;}
.acount_info_block > div:last-child{margin-right: 0;}
.adres_left .shipping_add_rgt_b{display: block;}
.adres_left .shipping_add_rgt_b .pro_price{padding: 18px 0;background: #fff;margin-bottom: 0;}
.adres_left .pro_txt{margin-top: 0;}
.adres_left .shipping_add_rgt_b p{padding-bottom: 8px;}
.adres_left .pro_txt p:last-child{padding-bottom: 0;}
.edit_acont_right .selectBlock{min-height: 0;border: 0 none;box-shadow: inherit;padding: 0;margin: 0;}
.acount_info_block .sendreferral_title_wrap{height: 38px;text-align: left;position: relative;}
.acount_info_block .sendreferral_title_wrap h5{padding: 11px 12px;font-size: 16px;}
.edit_acont_right .inpt_row label{margin: 0;font-size: 14px;display: block;padding-bottom: 17px;}
.edit_acont_right .inpt_row .inpt_col{float: left;width: 100%;}
.edit_acont_right span.digit {line-height: 19px;}
.edit_acont_right input.btn_green{width: auto;display: inline-block;max-width: inherit;padding: 13px 25px;}
.acount_info_block .adres_left .sendreferral_title_wrap:after{position: absolute;top: 13px;right: 12px;background: url("../images/billing_img.png") no-repeat;width: 13px;height: 12px;content: "";}
.adres_left .pro_txt p a{display: inline-block;color: #000;}
.adres_left .pro_txt p a:hover{color: #3F833A;}
.scrol_block{width: 100%;display: block;height: 585px;overflow: hidden;overflow-y: scroll;}
.scrol_block::-webkit-scrollbar{width: 30px;}
.scrol_block::-webkit-scrollbar-track {box-shadow: inset 0 0 16px rgba(0,0,0,0.21);-webkit-box-shadow: inset 0 0 16px rgba(0,0,0,0.21);border-radius: 3px;}
.scrol_block::-webkit-scrollbar-thumb{background-color: #00728f;outline: 1px solid #e2e2e2;border-radius: 3px;}

.siz_prod_scrl .scrol_block{height: 200px;}
.cart_table_b .scrol_block table{margin: 0;}

@media (max-width:1199px){
	.inside_page_wrap h2{ font-size:25px;}

/** thank_you page css start **/
.thank_ordrHead .right_block {float: right;}
.inpt_row .inpt_col , .inpt_row .optin_box{width: 66%;}
/** thank_you page css end **/  

.secure_pamnt .order_input_box {min-height: 295px;}


/** Subscription Settings css **/
.subscription_set_sec .left_checkout_sec.order_info{padding-bottom: 0px;}

/** Express_Refill Start css **/
.express_refill_sec .payment_tabs .secure_payment ul li a{font-size: 14px;}
.express_refill_sec .secure_payment label{margin-right: 15px;}

}
@media (min-width:992px){
	.detail_tabs #testDiv1{height: auto !important;}
}

@media (max-width:991px){
	.mobile_hide{ padding-top:35px;}
	.detail_tabs #testDiv1{height: 320px !important;}
	.detail_tabs .scrol_block{height: 320px;}
	.cart_table_b.checkout_tbl table .pro_price{ padding-left:5px;}
}

@media (max-width:767px){
	.mobile_hide{ display:none;}
	.cart_sel_b .pad_10 {  padding-left: 15px;padding-right: 15px; margin-bottom:14px;}
	.cart_sel_b .variation{ margin-bottom:14px;}
	.order_summary_right{ max-width:inherit; float:inherit; padding:25px 0 0;}
	.order_summary_det{max-width:inherit;}
	.cart_sel_b .variation select.select{ height:42px;}
	.cart_sel_b .variation span.select{ height:42px; line-height:42px;}
	.gift_certificate_b{height:42px; max-width:100%;}
	.paypal_checkout_img{ display:none;}
	.proceed_check_b .add_btn{ max-width:48%; margin-right:1%;}
	.proceed_check_b .add_btn.continue_s{ max-width:48%; margin-right:0; margin-left:1%;}
	.inside_page_wrap { padding: 25px 0 50px;}
	.proceed_check_b { margin: 0; padding: 4px 0 0px; border-top: none;}
	.cart_table_b table th{ display:none;}
	.cart_table_b table td .pro_price{ padding-left:20px;}
	.cart_table_b table td .mob_dt{ display:block;}
	.cart_table_b table td .pro_price p del{ display:inline-block;}
	.cart_table_b table td .pro_txt{ margin-top:0;}
	.mob_qty_no{ display:block; text-align:center;}
	.cart_table_b table td .pro_top{ position:relative; padding-right:74px; float:none; padding-left: 15px;}
	.cart_table_b table td .pro_price{ width: calc(100% - 115px)!important;  width: -webkit-calc(100% - 115px)!important;}
	.cart_table_b table{ margin-bottom:0;}
	
	.save_for_later_b{display:block;}
	.cart_table_b table td {font-size: 16px;padding: 20px 0 0px;border: none;}
	
	.cart_table_b table td .pro_txt h3{ font-size:24px; padding-bottom: 10px;}
	.cart_table_b table td .pro_txt p, .cart_table_b table td .pro_price p.green{font-size:16px;}
	.cart_table_b table td .pro_price p.price{ font-size:18px;}
	.cart_table_b{ margin-bottom:15px;}
	
	.order_summary_det{font-size:16px; line-height:22px;}
	.order_summary_right h3{font-size:24px; }
	.order_summary_right .subtotal_ship{ font-size:18px; padding-bottom:5px;}
	
	.cart_qunty_prod ul li input.inpt_num{ width:20px; padding:10px 0;font-size: 14px;}
	.bdr_top_in{border-top: none;}

	.user_review_sec{ padding-bottom:0!important;}
	.user_review_sec .bg_wht{ background:#fff;}
/*	.cust_non_slide{ display:none;}*/
	.customer_prodtlisting > h2{ display:block; margin-top:40px;}
	.customer_prodtsec.smlar_prodt{ border-top:1px solid #f1f1f1;}
	
	.custmr_prodt_row .product_box{ padding:0!important; box-shadow:none;}
	
	.mob_b_pd{ padding-bottom:70px;}
	
	.checkout_right_b{ padding-top:35px;}



/** 8JAN Changes **/
tr.mob_grop{width: 100%;overflow: hidden;display: block;}
.cart_table_b table td.mobil_left{width: 72%;display: block;float: left;}
.cart_table_b table td.mobil_left .pro_top{padding-right: 0;}
.hide_td_m.mobil_b{width: 28%;display: block;overflow: hidden;float: right;padding-right: 15px;}
tr.mob_grop span.m_txt{display: block;text-align: center;color: #000;padding-bottom: 6px;display: block;line-height: 18px;}
.hide_td_m.mobil_btn{width: 100%;display: block;overflow: hidden;border-top: 1px solid #e1e1e1;position: relative;margin: 0 0 20px;padding: 20px 0;}
.mobil_btn .save_for_later_ico{float: left;margin-left: 15px;}
.mobil_btn .del_later_ico{float: right;margin-right: 15px;}
.hide_td_m.mobil_btn::after{position: relative;width: 100%;clear: both;display: table;content: '';height: 20px;background: #fff url(../images/save_bg_sept.png) left top repeat-x;bottom: -20px;left: 0;}	
td.hide_td_m.mobil_dv{width: 100%;display: block;overflow: hidden;left: 95px;position: relative;top: -25px;padding: 0;}
td.hide_td_m.mobil_b .cart_qunty_prod ul{float: none;width: 68px;margin: 0 auto;}


}


@media (max-width:479px){
	.cart_table_b table td .pro_price{ padding-left:5px;}
	.cart_table_b table td .pro_price{ width: calc(100% - 85px)!important;  width: -webkit-calc(100% - 85px)!important;}
	.proceed_check_b .add_btn{ max-width:100%; margin-right:0;}
	.proceed_check_b .add_btn.continue_s{ max-width:100%; margin-right:0; margin-left:0;}
	
	.cart_table_b table td .pro_txt h3{ font-size:17px; padding-bottom: 5px;}
	.cart_table_b table td .pro_txt p, .cart_table_b table td .pro_price p.green{font-size:14px;}
	.cart_table_b table td .pro_price p.price{ font-size:14px;}
	.order_summary_det{font-size:14px; line-height:20px;}
	.order_summary_right h3{font-size:18px; }
	.order_summary_right .subtotal_ship{ font-size:16px;}
	
	.siz_prod_scrl ul li .rit_txt .out_of_stock_d a{ margin:10px 0 0; display:block;}
	
	.siz_prod_scrl ul li .rit_txt{ /*width:100%;*/}
	.siz_prod_scrl ul li .rit_txt{ padding: 0px 0 0 15px!important;}
	.body_prod_detl .othr_siz_sec{    padding: 35px 0!important;}
	.body_prod_detl .text_hed{ padding:25px 0 0!important;}
	.body_prod_detl .text_hed:before, .body_prod_detl .text_hed:after{ display:none;}
	
	.compr_box{padding-top:25px!important;}
	.detail_tabs .tab_usr_prod ul li a{ font-size:17px!important;}
	.tab_usr_prod{ margin-bottom:15px;}

}
@media only screen and (min-width:1024px) and (max-width:1199px){
	.MenuBox >ul>li>a{font-size:15px}
	.banner_sec .carousel-caption{top:30px}

/** Product Details Page **/
.compr_box h1.copr_titl, .compr_box h4.copr_titl {font-size: 26px;}
/** Product Details Page **/
.exp_col{margin-right:8px}

.product_listing_sec .product_box{padding:4px}
}

@media only screen and (min-width:1024px) and (max-width:1100px){
	.MenuBox >ul>li>a{font-size:13.5px}
.tracking_sec ul li p strong {font-size: 17px;}  
}

@media only screen and (min-width:767px) and (max-width:1199px){
	.body_prod_detl .add_butn_crt button.btn.add_btn.more_btn{ max-width:205px; margin-right: 15px;}
	.body_prod_detl .text_hed{padding: 0 25px}

/** order_tracking_sec css start **/
.tracking_sec ul li:last-child::before{height: 5%;}

/** forgot_popup Start css **/
.login_sec .left_checkout_sec{padding-bottom: 0px;}
/** popup_show css **/

/** welcome_test account Start css **/
#Acc_Refe .tabl_cntr{width: 100%;overflow-x: auto;display: block;}
#Acc_Refe .tabl_cntr table.acc_tbl_proc.align_left_t{width: 1200px;}

}

@media only screen and (max-width:1024px){
	.sm_menu{display:block; position:absolute; left:20px; top:5px; cursor:pointer}
	.menu_row{left:-400px; position:fixed; z-index:1; transition: left 0.4s ease; -webkit-transition: left 0.4s ease;max-width:400px; width:100%; height:100%;background-color:#00728f;}
	.menu_row.mobile_menu{left:0;  z-index:999; overflow-y:auto}
	.menu_row ul{list-style-type:none; margin:0; padding:0px 0 0}
    .menu_row ul > li{display:block; /*padding:0 0 0 20px;*/ margin:0 0 10px; width:100%}
	.menu_row ul li a{color:#fff; margin:0; padding:0; font-size:21px; font-weight:300;float: left;}
	.MenuBox ul li.active > a{color:#fff; font-weight:600}
	.close_nav{display:block; padding-left:6px}
	.MenuBox ul li a:hover{color:#fff}
	.MenuBox > ul > li >a:before{display:none}
	.MenuBox > ul{display:block; justify-content:inherit}
	.MenuBox{padding-top:25px}
	.MenuBox > ul{margin-top:30px}
	/*.menu_row ul li::before{position:absolute; content:''; left:0; top:10px; background:url('../images/m_arrow.png') no-repeat; width:9px; height:14px}
  .menu_row ul li.active::before{background:url('../images/m_arrow_active.png') no-repeat; width:13px; height:14px}*/

.menu_row ul > li span.pls {display: block;float: right;position: relative;height: 34px;width: 34px;cursor: pointer;/*border: 1px solid #fff;*/border-radius: 2px;}
.menu_row ul > li span.pls:before{background: #fff;content: "";height: 2px;position: absolute;right: 10px;top: 48%;width: 12px;transition: all 0.2s ease-in;-webkit-transition: all 0.2s ease-in;}
.menu_row ul > li span.pls:after{background: #fff;content: "";height: 2px;position: absolute;right: 10px;top: 48%;width: 12px;transition: all 0.2s ease-in;-webkit-transition: all 0.2s ease-in;transform: rotate(90deg);}
.menu_row ul > li.active span.pls:after{transition: all 0.2s ease-in;-webkit-transition: all 0.2s ease-in;transform: rotate(180deg);}

	
	.menu_row h2::before{position:absolute; content:''; left:0; top:6px; background:url('../images/m_arrow.png') no-repeat; width:9px; height:14px}
	.menu_row h2.active::before{background:url('../images/m_arrow_active.png') no-repeat; width:13px; height:14px}

	.product_wrapper{display:block}
   .MenuBox .mega_menu{width:100%; position:static; opacity: inherit;overflow: hidden;
    visibility: unset; transition:unset; background:none; box-shadow:none; display:none; padding:15px 20px 20px 10px;}
	.MenuBox .mega_menu .mega_menu_block{width:100%}
    .MenuBox .mega_menu a{color:#fff}
	.mega_menu_block ul{display:block; float:left; width:100%; padding:0 0 10px 0px}
	.mega_menu h2{color:#fff; font-size:16px; position:relative; padding-left:20px; margin-bottom:13px}



	.body_bg::after {
    content: '';
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 99;
   }

.MenuBox .mega_menu .mega_menu_block li{padding:0}
.f_menu li{font-size:18px}	


.f_menu h3::before {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 1px;
    position: absolute;
    right: 20px;
    top: 10px;
    transition: all 0.2s ease-in 0s;
	-webkit-transition: all 0.2s ease-in 0s;
    width: 15px;
}
.f_menu h3::after {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 1px;
    position: absolute;
    right: 20px;
    top: 10px;
    transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
    transition: all 0.2s ease-in 0s;
	-webkit-transition: all 0.2s ease-in 0s;
    width: 15px;
}
.f_menu h3.active::after {
    transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
    background: #fff;
}
.f_txt{display:none}	
.f_box{width:100%!important; background:url('../images/f_sep.png') repeat-x bottom; width:100%; margin-bottom:15px;
padding-bottom:15px }	
.f_txt::after{display:none}
.copy_rights p{padding-top:5px}
.f_menu h3{margin:0 0 10px}
.subscribe .add_btn{margin:0 0 0 10px; height:35px; padding:5px 15px}
.product_sidebar{display:none}
.product_sidebar_mobile { display: block; }
.banner_sec .carousel-caption{left:5%;}	

.banner_sec .bannet_txt h1{font-size:43px; line-height:43px}
.expert_txt{max-width:700px}
.expert_txt h3{font-size:30px}
.expert_txt{padding:15px}
.expert_sec .add_btn{margin-top:25px;}
.expert_txt p{font-size:20px}
.fitness_block{margin-right:12px; }
.profile_pic{display:inline-block; position:relative; top:2px}
.log_in > a{padding-right:0px; color:#000;} 
.profile-sec .dropdown-toggle, .profile-sec .dropdown-menu{display:none}
.profile-sec .cart{font-size:0}
.header_main_left{width:80%}
.header_main_right{width:20%}
.header_main .logo{margin-left:60px}
.header_main .search{width:calc(100% - 273px); width:-webkit-calc(100% - 273px)}
 .profile-sec .dropdown-menu{right:0; left:auto}
 .pro_price{padding-left:5px}
 .fitness_sec{padding:50px 0}
.product_row{margin-top:0}
.product_box_wrap{margin-bottom:20px}
.footer_menu_sec{padding:20px 0}
.f_menu .f_box:last-child{background:none; padding:0; margin:0}
.fitness_sec h2{margin-bottom:25px; }
/*.mega_menu.active .mega_menu_block ul{display: block !important;}*/
.product_listing_sec{border:0}
.pagination_sec{margin:20px 0 60px}

/** Product Details Page **/
.custmr_prodt_row .product_box {width: 33%;}
.compr_box{padding: 25px 0 0;}
.compr_box .body_cmpr{max-width: 350px;width: 100%;}
.body_prod_detl .text_hed {padding: 0 25px;}
.body_prod_detl h1.titl_txt ,.body_prod_detl .sav_pric h2, .body_prod_detl h2.titl_txt{font-size: 27px;}
.siz_prod_scrl ul li .rit_txt {padding: 0 0 0 10px;}
/** Product Details Page **/
.product_wrapper > .expend_area{display:block}

.product_listing_sec .product_box{padding:6px}

}
@media only screen and (max-width:1023px){
	.product_list{width:100%}

}


@media (min-width:768px) and (max-width:1023px){
 
	.fitness_block{width:48%; margin:0 10px 10px 0}
	.header_top h4{margin-right:20px}
	.fitness_row.desk{display:none}
	.fitness_row.mob{display:block; padding:0 30px}
	.fitness_row.mob .fitness_block{width:auto; margin:10px 5px 10px }
	.fitness_row.mob .owl-nav{display:none}
	.fitness_row.mob .owl-dots{margin-top:10px}
	.expert_txt h3{}
	.expert_txt p{font-size:16px}
	.expert_sec .add_btn{margin-top:15px}
	.owl-theme .owl-dots .owl-dot span{width:15px; height:15px; border-radius:50%; border:2px solid #b6b6b6; background:transparent}
	.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{background:#b6b6b6}
	.banner_sec .bannet_txt h1{font-size:30px; line-height:33px}

	.banner_sec .bannet_txt .add_btn{margin-top:7px}
	.banner_sec .bannet_txt p{font-size:20px}
	.banner_sec .bannet_txt .add_btn{padding:10px 30px}
    .banner_sec .carousel-caption{top:15px}
	
	.mega_menu.active .mega_menu_block ul{display: block !important;}
	
   .product_listing_sec .product_box{width:33%}

	.detail_tabs .tab_usr_prod ul li a{ font-size:20px;}
	.exp_col{margin-right:8px}

/** change css 12_04_18 **/ 
.filter_result_block{display: block !important;}
.filter_result_block.active .filter_result::after{border-left: 10px solid transparent;border-right: 10px solid transparent;border-top: 10px solid transparent; border-bottom: 10px solid #4e4e4e;  top:16px}
.filter_result span{display:inline-block; padding-left:10px; }
.filter_sec.filter_sec_mobile{display:block; position:relative}
.filter_result_block{background-color:#efefef; width:100%}
.filter_result_block.active{position:relative; z-index:999}
.filter_result_block{overflow: hidden;display:block;}
.filter_result{float:left; width:100%;height:58px;line-height:53px;position:relative}
.filter_result::after{position:absolute; content:'';width: 0;height: 0;border-left: 10px solid transparent;border-right: 10px solid transparent;border-bottom: 10px solid transparent;border-top: 10px solid #4e4e4e;right: 16px; top:22px}

.filter_result::before{position:absolute; left: 16px;top:0;font-size:20px;line-height: 55px;}

.prdct_lst_pag_only .filter_category{padding: 35px 15px;}
.filter_category{display:none}
.filter_category{width:100%; position:absolute;left:0; background:#f5f5f5; z-index:999;right: 0;}
.sort_by_sec .sort_col:nth-child(1){width:55%; margin-right:12px}
.sort_col.sort_num{width:40%}
.filter_category h3{font-size:22px; margin:10px 0; color:#000; font-weight:800}
.filter_category .product_block ul li{margin:0 0 10px 8px}
.filter_category .product_block ul li a{font-size:22px; color:#4e4e4e}
.filter_category .product_block ul li::before{top:12px}
.prdct_lst_pag_only > .container > .row > .col-lg-12.col-md-12.col-sm-12.col-xs-12{padding-left: 0px;padding-right: 0px;}
.prdct_lst_pag_only .top_txt,.prdct_lst_pag_only .product_list{padding-left: 15px;padding-right: 15px;}
.prdct_lst_pag_only .top_txt {margin: 30px 0;}
.body_bgg::after{content: '';background: rgba(0, 0, 0, 0.8);position: fixed;top: 0;left: 0;display: block;width: 100%;height: 100%;z-index: 99;}

/** order_tracking_sec css start **/
.tracking_sec ul li .left_text{padding: 0 25px 0 0;}
.tracking_sec ul li .right_text{padding: 0 0 0 25px;}
.tracking_sec ul li p strong{font-size: 14px;}
.tracking_sec ul li:last-child::before{height: 5%;}
.tracking_sec ul li span.order_green_box{left: 26%;}



}

@media (max-width:991px){
	.product_detail_cntr .prd_logo{ max-width: 275px; margin: 0 auto 35px;}

/** thank_you page css start **/
.selectBlock .formBlock{width: 100%;}
.inpt_row .optin_box{width: 100%;}
.selectBlock .inpt_row{max-width: 100%;padding: 14px 0 0;}
.inpt_row label{margin: 0 0 8px;display: block;}
.inpt_row .inpt_col{display: block;width: 100%;float: none;}
.inpt_row.date_block{max-width: 100%;}
.inpt_row .optin_box select:last-child{float: left;}

/** thank_you page css end **/

/** order_tracking_sec css start **/
.order_input_box .signBtn .btn_in{max-width: 185px;}
/** Secure Payment Start css **/
.secure_payment label{margin-right: 30px;}
.payment_tabs .inpt_row{padding: 0;}
.login_sec .selectBlock .inpt_row, .thank_u .selectBlock .inpt_row{padding: 25px 0 0;}

/** Express_Refill Start css **/
.express_refill_sec .payment_tabs .secure_payment ul li{width: 100%;}
.express_refill_sec .payment_tabs .secure_payment ul li a{font-size: 16px;}
.express_refill_sec .payment_tabs h4{padding: 0 18px 18px 0;}
.express_refill_sec .payment_tabs .variation{max-width: 100%;}

}

@media only screen and (min-width:767px) and (max-width:991px){
	.compr_box{ padding-top:0;}
  .customer_prodtlisting h2.hd_rgt_b {min-height: 52px;}

/** Express_Refill Start css **/
.express_refill_sec .inside_page_wrap h2{padding-bottom: 30px;}
.express_refill_sec .wel_trun{padding: 0 0 45px 0;}
.cart_table_b .wel_trun{padding: 45px 0;}
.billing_sec{padding-bottom: 45px;}
.express_refill_sec .secure_payment{margin-top: 25px;}


}

@media (max-width: 920px){
/** Secure Payment Start css **/
.secure_pamnt .order_input_box{max-width: 100%;}
.body_inpt table td{font-size: 18px;padding: 0 10px 12px;}
.body_inpt table td.lft_id{padding-left: 0;padding-right: 10px;}
.payment_tabs .secure_payment ul li a {font-size: 14px;}
.secure_payment label{margin-right: 7px;}
.payment_tabs{max-width: 100%;}

h2.checkout_hd{font-size: 25px;line-height: 26px;}
.order_input_box h4.head_inpt{font-size: 17px;}
.secure_pamnt .body_inpt {padding: 30px;}
.payment_tabs{padding-top: 35px;}
.payment_tabs .secure_payment{padding-bottom: 25px;}
.secure_pamnt .payment_tabs{max-width: 575px;}

}

@media only screen and (min-width:320px) and (max-width:767px){
	.menu_row{max-width:310px; left:-310px}
	.header_top h4.lowest_price{display:none}
	ul.help{display:none}
	.srch_box{margin-left:0}
	.search.srch_mob{width:100%; display:none; margin:20px 0 10px}
	.search.srck_desk{ width:100%; position:absolute; left:0; bottom:-60px; padding:0 15px;}
	.search.srck_desk .srch_box button{ right:15px;	}
	.header_top h4{font-size:13px; margin:0}
	ul.language{padding-left:0}
	.header_main_left{width:70%}
	.header_main_right{width:30%}
	.header_main .logo{max-width:150px; width:100%; margin-left:45px}

	
	.product_sidebar{display:none}
    .product_sidebar_mobile { display: block; }
	.product_list{padding:35px 0 0 0px}
	
	.fitness_row.desk{display:none}
	.fitness_row.mob{display:block}
	.fitness_block{width:auto}
	.fitness_row.mob .owl-nav{display:none}
	.fitness_row.mob .owl-dots{margin-top:20px}
	.expert_sec{height:300px}
	.expert_txt h3{font-size:23px}
	.expert_txt p{font-size:16px}
	.pay_block{text-align:center; margin-bottom:5px}
	.copy_rights{float:none; text-align:center}
	.banner_sec .bannet_txt h1, .banner_sec .bannet_txt p{text-shadow:-3px 0 20px #000}
	.product_list h2{font-size:17px}
	.product_list h2.recently::before{top:-5px}
	.header_main .logo img{position:relative; top:5px}
	.pro_img{width:70px}
	.pro_price{width:calc(100% - 70px); width:-webkit-calc(100% - 70px)}
	.pro_price p del{display:none}
	.pro_img span > img{width:48px; height:74px}
	.subscribe input{max-width:175px}
	
	.product_list h2.recently{padding-left:24px}
	.product_list h2.recently::before{background-size:80%}
	.product_list h2.recently a{font-size:13px}
	.product_list h2.recently span{margin-left:3px}
	.product_list .owl-theme .owl-nav [class*=owl-]{margin:3px}
	.product_list h2.monthly span{margin-left:7px}
	.product_list h2.monthly{padding-left:30px}
	.product_list h2.new span{margin-left:10px}
	
    .product_list h2 span{vertical-align:top; font-size:15px}
     img.large_img{display:none}
     img.small_img{display:block}
.banner_sec .bannet_txt{text-align:left}
   .banner_sec .bannet_txt h1{font-size:50px; line-height:50px}
.banner_sec .bannet_txt h1{font-size:23px; line-height:30px}
.banner_sec .carousel-caption{top:20px}
.banner_sec .bannet_txt p{font-size:18px}
.banner_sec .bannet_txt .add_btn{margin-top:5px; padding:8px 20px}
.product_row .owl-nav{top:-50px}
.fitness_sec h2{font-size:25px}
.mega_menu.active .mega_menu_block ul{display: block !important;}
.mega_menu.active .mega_menu_block ul li{padding: 0 0 0 5px;}
.product_listing_sec .product_box{width:49.3%}
.pro_price p del{display:none}

.filter_sec{width:100%; }
.filter_result{float:left; width:100%;height:58px; line-height:53px; position:relative}
.filter_result::after{position:absolute; content:'';width: 0; 
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-top: 10px solid #4e4e4e;
    right: 16px; top:22px}
.filter_result_block.active .filter_result::after{border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid transparent; border-bottom: 10px solid #4e4e4e;  top:16px}
.filter_result::before{position:absolute; left: 16px;top:0;font-size:20px;line-height: 55px;}
    
.filter_result span{display:inline-block; padding-left:10px; font-size:20px}
.filter_sec.filter_sec_mobile{display:block; position:relative}
.filter_result_block{background-color:#efefef; width:100%}
.filter_result_block.active{position:relative; z-index:999}
.sort_by_sec.for_mobile{float:none; display:block}
.sort_by_sec.for_desktop{display:none}
.sort_row{float:left; width:100%}
.filter_category{width:100%; position:absolute;left:0; background:#f5f5f5; z-index:999;right: 0;}

.sort_by_sec .sort_col:nth-child(1){width:55%; margin-right:12px}
.sort_col.sort_num{width:40%}
.filter_category h3{font-size:22px; margin:10px 0; color:#000; font-weight:800}
.filter_category .product_block ul li{margin:0 0 10px 8px}
.filter_category .product_block ul li a{font-size:22px; color:#4e4e4e}
.filter_category .product_block ul li::before{top:12px}
.pro_txt p{font-size:14px}

	.body_bgg::after {
    content: '';
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 99;
   }
/** Product Details Page Please approve my leave as I have to go my relatives home along with family.**/
.product_detail_cntr .container .col-xs-12{padding-left: 0;padding-right: 0;}
.product_detail_cntr .prd_logo,.body_prod_detl .text_hed p{padding: 0 15px;}
.body_prod_detl .othr_siz_sec h4{padding: 0 15px 17px;}
.siz_prod_scrl {padding: 0 15px;}
.product_detail_cntr{padding: 42px 0 50px;}
.body_prod_detl .text_hed {padding: 30px 0;}
.body_prod_detl .text_hed::after, .body_prod_detl .text_hed::before{display: none;}
.body_prod_detl h1.titl_txt {font-size: 26px;line-height: 32px;padding: 0 15px 14px;}
.body_prod_detl h1.titl_txt span {font-size: 22px;}
.body_prod_detl h2.titl_txt {font-size: 26px;line-height: 32px;padding: 0 15px 14px;}
.body_prod_detl h2.titl_txt span {font-size: 22px;}
.body_prod_detl .sav_pric {padding: 0 15px 0;}
.body_prod_detl .sav_pric h2 {font-size: 24px;line-height: 27px;}
.body_prod_detl .sav_pric span {margin: 0 0 0 14px;}
.body_prod_detl .qunty_prod {padding: 0 15px 30px;margin: 36px 0 0;}
.body_prod_detl .qunty_prod h3 {display: inline-block;padding: 0;vertical-align: top;margin: 5px 25px 0 0;}
.body_prod_detl .qunty_prod ul {display: inline-block;}
.body_prod_detl .othr_siz_sec{border-bottom: 1px solid #f1f1f1;border-top: 1px solid #f1f1f1;padding: 25px 0 45px;position: relative; margin-top:25px;}
.body_prod_detl .add_butn_crt{margin: 35px 0 0;padding: 0 15px;}
.body_prod_detl .add_butn_crt button.btn.add_btn.more_btn {font-size: 17px;margin-right: 12px;max-width: 155px;padding: 9px 15px;}
.body_prod_detl .add_butn_crt a.savBtn {font-size: 16px;}
.satfix_sec{padding: 20px 15px 15px; width:auto; margin: 25px 15px 0; overflow: hidden;}
.satfix_sec ul li{width: 100%;}
.compr_box{padding: 0 15px 0;}
.user_review_sec {background: #f4f4f4 none repeat scroll 0 0;overflow: hidden;margin: 0 0 55px;padding: 0 0 25px;}
.user_review_sec .detail_tabs{padding: 0 0 35px;}
.user_review_sec .tab_usr_prod li {margin: 0 20px 0 0;}
.detail_tabs .tab_usr_prod ul li a {font-size: 18px;line-height: 20px;}
.customer_prodtsec h4{font-size: 26px;line-height: 34px;padding: 0 0 25px;}
.customer_prodtsec.smlar_prodt {margin-bottom: 0;}
.custmr_prodt_row .product_box {width: 100%;margin: 15px 5px 30px;padding: 7px;}
.customer_prodtlisting .owl-carousel .owl-item img {display: block;margin: 0 auto;width: auto;}
.siz_prod_scrl ul li .rit_txt {padding: 20px 0 0;}

.add_butn_crt.desktop_button{display: none;}
.add_butn_crt.mobile_button{display: block;}
.customer_prodtlisting .owl-nav{display: none;}
.customer_prodtlisting .owl-dots {text-align: center;}
.customer_prodtlisting .owl-dot {background: rgba(0, 0, 0, 0) none repeat scroll 0 0;border: 1px solid #00728f;border-radius: 50%;display: inline-block;height: 16px;margin: 0 2px;width: 16px;}
.customer_prodtlisting .owl-dot.active{background: #00728f;border: 1px solid #00728f;}
/** Product Details Page **/
.exp_col{margin-right:8px}
.checkout_right_b .cart_table_b table td .pro_top{padding:0;}
.checkout_right_b .pro_txt{padding-left:15px}
.checkout_shipping_sec{padding:28px 0 0px}
.checkout_shipping_sec .cart_table_b{margin-bottom:0}
.checkout_shipping_sec .gd_total_p{padding-bottom:30px!important}
.left_checkout_sec .sign_Box.thnky_col{margin:0}

/** order_tracking_sec css start **/
.checkout_shipping_sec{border-top: 0 none;}
.checkout_shipping_sec.order_tracking_sec{padding-bottom: 72px;}
.order_input_box, .secure_pamnt .order_input_box{margin-top: 0px;}
.order_tracking_sec .left_checkout_sec{max-width: 100%;}
.order_not_sec, .tracking_sec{padding-top: 0;}
.mobil_tabs{display: block;width: 100%;padding: 30px 0 50px;}
.mobil_tabs ul{width: 100%;text-align: center;}
.mobil_tabs ul li{display: inline-block;margin-right: 10%;}
.mobil_tabs ul li:last-child{margin-right: 0;}
.mobil_tabs ul li a{display: block;font-size: 23px;font-weight: 400;line-height: 100%;color: #393737;padding: 8px 4px;}
.mobil_tabs ul li.active a{border-bottom: 2.5px solid #44a63d;font-weight: 600;}
.tracking_sec .error_text {padding: 17px 0 0 0;}
.order_input_box .signBtn .btn_in{max-width: 268px;}

/** Secure Payment Start css **/
.body_inpt table td {font-size: 16px;padding: 0 0px 12px 0;}
.payment_tabs{padding-top: 35px;}
.payment_tabs .secure_payment ul li a{font-size: 16px;}
.secure_payment label{margin-right: 40px;}
.payment_tabs .secure_payment{padding-bottom: 30px;}
.tracking_sec ul li {padding: 0 0 45px 0;}

.tracking_sec ul li .right_text {width: 62%;padding: 0 20px 0 30px;}
.tracking_sec ul li .left_text {width: 38%;padding: 0 30px 0 0;}
.tracking_sec ul li::before {left: 38%;}
.tracking_sec ul li span.order_green_box {left: 35%;}
.tracking_sec ul li:last-child::before {height: 5%;}
.tracking_sec ul li p strong {font-size: 15px;}
.order_info .order_input_box .colm_fld{margin-bottom: 10px;}
.left_checkout_sec.order_info{margin-bottom: 25px;}
.payment_tabs input.btn_green {margin: 25px 0 0;}
.secure_pamnt .body_inpt{padding: 30px 25px;}
.order_input_box h4.head_inpt{font-size: 16px;}
.thank_u .selectBlock .inpt_row {padding: 10px 0 0;}
.secure_pamnt .order_input_box{min-height: auto;}
.secure_pamnt .payment_tabs{max-width: 100%;}
.secure_pamnt .right_secure_payment h2.checkout_hd{display: none;}

/** Express_Refill Start css **/
.express_refill_sec{padding-bottom: 50px;}
.express_refill_sec .wel_trun{padding-bottom: 14px;}
.express_refill_sec .inside_page_wrap h2{padding-bottom: 18px;line-height: 100%;}
.wel_trun h3{font-size: 18px;padding-bottom: 10px;}
.wel_trun p, .wel_trun ol li{font-size: 16px;padding-bottom: 10px;}
.express_refill_sec .cart_table_b h4{font-size: 19px;padding: 0 0 18px;}
.need_blok .prod_srch {max-width: 100%;}
.cart_table_b .wel_trun{padding: 28px 0 0;}
.billing_sec {padding-bottom: 28px;}
.billing_sec .faq_contact{margin-top: 18px;}
.billing_sec > div {width: 100%;}
.billing_sec .faq_contact_bg{padding: 20px 15px;}
.billing_sec p.adrs{padding: 0 0 15px;}
.express_refill_sec .cart_table_b{margin-bottom: 35px;}
.express_refill_sec .payment_tabs h4 {padding-bottom: 18px;}
.express_refill_sec .payment_tabs .variation{max-width: 100%;}
.express_refill_sec .payment_tabs .variation span.select{font-size: 12px;}
.express_refill_sec .secure_payment{margin-top: 18px;padding-bottom: 18px;}
.express_refill_sec .secure_payment ul li a{font-size: 15px;}
.express_refill_sec .payment_tabs input.btn_green{max-width: 100%;}
.express_refill_sec .order_summary_right {padding: 35px 0 0;}
.express_refill_sec .order_summary_right h2.checkout_hd{line-height: 100%;padding-bottom: 18px;}
.express_refill_sec .order_summary_right, .express_refill_sec .payment_tabs .order_money{max-width: 100%;}
.express_refill_sec .cart_table_b .table tr.mob_grop{position: relative;}
.express_refill_sec .cart_table_b .table .hide_td_m.mobil_b{width: auto;position: absolute;top: 0;right: 0;}
.express_refill_sec .cart_table_b td.hide_td_m.mobil_b .cart_qunty_prod ul{width: 100%;}
.express_refill_sec .cart_table_b td.hide_td_m.mobil_dv {left: 100px;text-align: left;}
.express_refill_sec .cart_table_b table td .btn.add_btn{margin-right: 15px;}
.express_refill_sec .chang_crt table .tol_clr td{padding: 11px 15px;}
.chang_crt table .tol_clr td span{padding: 0 10px 12px 0;text-align: center;}
.express_refill_sec .chang_crt table tr.tol_clr td .btn.add_btn{text-align: center;margin-right: 0;}
.express_refill_sec .cart_table_b table.table td.hide_td_m.mobil_btn{border-top: 0 none;margin: -25px 0 20px 0;}
.express_refill_sec #testDiv2,.express_refill_sec .slimScrollDiv{height: 300px !important;}
.express_refill_sec .pro_img span > img{object-fit: contain;}
.express_refill_sec .cart_table_b table td .pro_price{padding-left: 10px;}

/** welcome_test account Start css **/


.acount_table #Acc_Pre_Ord .acc_tbl_proc td, .acount_table .acc_tbl_proc td.wdTd30, .acount_table .acc_tbl_proc td.wdTd70{width: 100%;display: block;padding: 12px 15px;}
#Acc_Pre_Ord table.acc_tbl_proc{position: relative;}
.acount_table table td span.dropdon_box{position: absolute;top: 15px;right: 15px;}
.food_bar .fodTxt{margin: 0 0 5px 0;float: right;}
.food_bar > div{width: 100%;display: block;}
.acount_table .RemindMe_block ul li{width: auto;margin: 0 0 10px;padding-right: 10px;display: block;}
.acount_table .RemindMe_block label.radio-inline{margin: 2px 12px 2px 0;}
#Acc_Refe .tabl_cntr{width: 100%;overflow-x: auto;display: block;}
#Acc_Refe .tabl_cntr table.acc_tbl_proc.align_left_t{width: 1200px;}
#Acc_Refe .ref_sent_form{padding: 30px 0 0;}
#Acc_Refe .ref_sent_form .left_checkout_sec.order_info{margin: 0;max-width: 100%;}
#Acc_Refe .refer_row > div{width: 100%;margin-bottom: 15px;}
.acount_info_block{padding: 30px 15px;}
#Acc_Refe .refer_row > div:last-child, .acount_info_block > div:last-child{margin-bottom: 0;}
.acount_info_block > div{width: 100%;margin-right: 0;margin-bottom: 30px;}

.cart_table_b .scrol_block{height: 300px;}

}

@media (min-width:480px) and (max-width:767px){
	.menu_row{max-width:400px; left:-400px}
	.header_top h4{font-size:14px}
	.header_main_left{width:80%}
	.header_main_right{width:20%}
	.header_main .logo{max-width:200px; width:100%; margin-left:60px}
	.expert_txt h3{font-size:30px}
	.expert_txt p{font-size:20px}
	.product_list h2{font-size:30px}
	.product_list h2.recently::before{top:0px}
	.header_main .logo img{position:relative; top:0px}
	.pro_img{width:115px}
	.pro_price{width:calc(100% - 115px); width:-webkit-calc(100% - 115px)}
	.pro_img span > img{width:auto; height:auto}
	.subscribe input{max-width:230px}
	
	.product_list h2.recently{padding-left:40px}
	.product_list h2.recently::before{background-size:auto}
	.product_list h2.recently a{font-size:16px}
	.product_list h2.recently span{margin-left:20px}
	.product_list .owl-theme .owl-nav [class*=owl-]{margin:5px}
	.product_list h2.monthly span{margin-left:20px}
	.product_list h2.monthly{padding-left:40px}
	.product_list h2.new span{margin-left:20px}
.product_list h2 span{vertical-align:middle; font-size:16px}
.banner_sec .bannet_txt h1{font-size:50px; line-height:50px}
.banner_sec .carousel-caption{top:50px}
.banner_sec .bannet_txt p{font-size:23px}
.banner_sec .bannet_txt .add_btn{margin-top:15px; padding:12px 35px}
.fitness_sec h2{font-size:30px}
.product_listing_sec .product_box{width:32.6%}
.sort_by_sec .sort_col:nth-child(1){width:65%; margin-right:20px}
.sort_col.sort_num{width:30%}

/** Product Details Page **/
.siz_prod_scrl ul li .rit_txt {padding: 0 0 0 13px;}
.body_prod_detl .add_butn_crt button.btn.add_btn.more_btn {font-size: 18px;margin-right: 12px;max-width: 265px;padding: 9px 20px;}
.body_prod_detl .add_butn_crt a.savBtn {font-size: 18px;}
.satfix_sec ul li {width: 50%;}
.compr_box .body_cmpr {max-width: 300px;}

/** Product Details Page **/

/** 8JAN Changes **/
.cart_table_b table td.mobil_left .pro_txt h3{font-size: 20px;padding-bottom: 8px;line-height: 18px;}  
.cart_table_b table td.mobil_left .pro_price{padding-left: 15px;}
.cart_table_b table td.mobil_left .pro_price{ width: initial;}
td.hide_td_m.mobil_dv{padding: 0 0 0 10px;}
.hide_td_m.mobil_btn .btn_box{width: 450px;margin: 0 auto;}

/** order_tracking_sec css start **/
.tracking_sec ul li span.order_green_box {left: 36%;}
.tracking_sec ul li {padding: 0 0 40px 0;}
.tracking_sec ul li .right_text {padding: 0 15% 0 30px;}

/** Express_Refill Start css **/
.express_refill_sec .payment_tabs input.btn_green{max-width: 215px;}
.express_refill_sec .cart_table_b table td.mobil_left{width: 100%;}
.express_refill_sec .cart_table_b td.hide_td_m.mobil_dv {padding: 0 0 0 5px;}

/** welcome_test account Start css **/
.acount_table .tabl_head ul li{width: 25%;min-height: 66px;}
.acount_table .tabl_head ul li a{padding: 17px 8px;min-height: 66px;font-size: 15px;}

}

.bold_font{ font-weight:800!important;}
.green_tp{ color:#3F833A!important; font-size:20px;}
.p_pad_b10{ padding-top:10px!important;}
.align_r{ text-align:right;}

@media only screen and (min-width:620px) and (max-width:767px){
.product_listing_sec .product_box{width: 32.6%;}

/** order_tracking_sec css start **/
.tracking_sec ul li span.order_green_box {left: 36.5%;}
/** Express_Refill Start css **/
.express_refill_sec .payment_tabs .variation{max-width: 380px;}

/** welcome_test account Start css **/
.food_bar > div{width: auto;}
.acount_table .acc_reorder_qty{font-size: 15px;}
.food_bar .fodTxt{float: left;margin: 10px 0 0 0;}

}

@media only screen and (min-width:375px) and (max-width:620px){
	.product_listing_sec .product_box{width: 49.3%;}
  
/** order_tracking_sec css start **/
.order_input_box .signBtn .btn_in {max-width: 185px;}

/** Secure Payment Start css **/
.secure_payment label{margin-right: 8px;}
.payment_tabs .secure_payment ul li a{font-size: 14px;}
.body_inpt table td {font-size: 16px;padding: 0 10px 10px;}
}

@media (max-width:375px){
.product_listing_sec .product_box{width: 98%;}
.preferences .remind_box select{margin-right: 2%;}  

/** Secure Payment Start css **/
.secure_pamnt .body_inpt, .order_input_box .body_inpt{padding: 30px 15px;}
.payment_tabs .secure_payment ul li{float: none;display: block;}
.payment_tabs .inpt_row {margin-bottom: 0px;}

.payment_tabs .secure_payment ul li{margin-bottom: 10px;}
.payment_tabs .secure_payment ul li:last-child{margin-bottom: 0px;}
.order_input_box h4.head_inpt{font-size: 14px;padding: 14px 15px;}
.secure_pamnt .order_info .order_input_box .signBtn .btn_in , .order_input_box .signBtn .btn_in{max-width: 100%;}

.acount_table .RemindMe_block ul li{float: left;width: 100%;}


}

@media (min-width:767px) and (max-width:991px){
	.customer_prodtsec { width: 48%;display: block; margin: 35px 1% 40px;float: left;}
	.compr_box{ width: 48%; display: block; float: left; margin-top:35px;}
	.satfix_sec{width: 48%; display: block; float: left; margin-top:35px;}
	.compr_box .img_cmpr{ float:left;}
	.compr_box .txt_cmpr { float: left;  padding: 0 0 0 18px; width: 49%;}
	.compr_box h1.copr_titl, .compr_box h4.copr_titl{ font-size:24px; line-height: 32px;}
	.cust_non_slide{ min-height: 625px; max-height: 625px; overflow:hidden;}
	
}

@media (min-width:768px){
	.custmr_prodt_row{ display:none;}

.track_b{display: block !important;}  
}
	
@media (min-width:320px) and (max-width:767px){
	.compr_box .txt_cmpr {float: left; padding: 0 0 0 18px; width: 58%;}
	.compr_box .img_cmpr {float: left;}
}

@media (max-width:879px){
	.siz_prod_scrl ul li .rit_txt .out_of_stock_d .expected_spn{ display:block;}

/* Added css for FAQ page */
.faq_contact_bg{padding: 25px 18px 20px;}
.faq_contact_bg p{font-size: 17px;}

.tracking_sec ul li p{font-size: 13px;}
.tracking_sec ul li p strong{font-size: 13px;}

}

@media (max-width:767px){
	.owl-carousel.customerslider .add_btn{ width:90%!important; max-width:275px;}
	.product_detail_cntr .prd_logo{ padding-left:50px; padding-right:50px; margin: 0 auto;}
	.compr_box h1.copr_tit, .compr_box h4.copr_titll{ font-size:25px;line-height: 30px;}
	.siz_prod_scrl ul li .rit_txt .out_of_stock_d .expected_spn{ display:inline-block;}
	.tab_usr_prod{ margin-bottom:20px; border-bottom: 1px solid #ddd;}

/* Added css for FAQ page */
.faq_contact{margin-top: 38px;}  
.faq_contact_bg {padding: 25px 0 30px;position: relative;z-index: 5;}
.faq_contact_bg::after{background: #f8f8f8;position: absolute;left: 15px;top: 0;width: 100%;display: block;bottom: 0;height: 100%;content: "";z-index: -1;}
.faq_contact_bg::before{background: #f8f8f8;position: absolute;right: 15px;top: 0;width: 100%;display: block;bottom: 0;height: 100%;content: "";z-index: -1;}
.faq_contact_bg p:last-child{padding-bottom: 0;}
.faq_block .faq_dec_b p{line-height: 24px;}
.faq_block ul li h3{margin: 0 0 18px;}
.order_not_sec.track_b{display: none;}


}


@media (max-width:520px){
	.customer_prodtsec h4 { font-size: 24px; line-height: 28px; padding: 0 0 22px;}
	.body_prod_detl h1.titl_txt, .body_prod_detl h2.titl_txt{font-size: 24px; line-height: 28px; }
	.body_prod_detl .add_butn_crt button.btn.add_btn.more_btn{ max-width:49%; margin-right: 11px; padding:9px 0px;}
	.siz_prod_scrl ul li .rit_txt .out_of_stock_d .expected_spn{ display:block;}
	
	.checkout_shipping_sec .fild_row .colm_fld{ width:100%; margin: 0  0 10px;}
	.checkout_shipping_sec .signBtn{ margin-top:12px;}
	.checkout_shipping_sec .ship_addres_sec .fild_row {margin-bottom: 0;}

.credt_row .inpt_row.left{width: 100%;}
.credt_row .inpt_row.right{width: 100%;}
  
}

/* added css for single filter block */
.filter_result_block{ display:none;} 

@media (min-width:1024px){
	.product_sidebar.filter_category{ display:block!important;}
}

@media (max-width:767px){
.filter_category{display:none}
.filter_result_block{overflow: hidden;display:block;}  
.product_listing_sec .top_txt {margin: 25px 0;}

.prdct_lst_pag_only > .container > .row > .col-lg-12.col-md-12.col-sm-12.col-xs-12{padding-left: 0px;padding-right: 0px;}
.prdct_lst_pag_only .top_txt,.prdct_lst_pag_only .product_list{padding-left: 15px;padding-right: 15px;}
.prdct_lst_pag_only .filter_category{padding: 35px 15px;}
.customer_prodtsec.smlar_prodt{margin-bottom: 10px;}
.user_review_sec{margin: 0 0 43px;}
.cust_non_slide .product_box {width: 100%;}

/** thank_you page css start **/
.thank_ordrHead{text-align: center;}
.thank_ordrHead > div{width: 100%;float: none;max-width: 100%;}
.thank_ordrHead p{line-height: 16px;}
.thank_ordrHead .ordrTxt {padding: 20px 0;}
.thank_ordrHead .right_block {float: none;max-width: 100%;margin: 0 auto;}
.selectBlock{padding: 15px;margin-bottom: 28px;}
.selectBlock .formBlock{width: 100%;}
.selectBlock h4{padding: 5px 0 5px 30px;margin: 0;background: url(../images/thanku_info.png) no-repeat 0 8px;line-height: 19px;}
.selectBlock ul {padding: 5px 0 5px 30px;}
.selectBlock p{padding: 5px 0 5px 0;}
.selectBlock .inpt_row{max-width: 100%;padding: 10px 0 0;margin-bottom: 0;}
.inpt_row label{margin: 0 0 8px;display: block;}
.inpt_row .inpt_col{display: block;width: 100%;float: none;}
.inpt_row.date_block{max-width: 100%;}
.inpt_row .optin_box{float: left;}
.preferences{min-height: 0px;margin: 0 0 10px;}
.formBlock .just_gentle:last-child .preferences{margin: 0;}

input.btn_green{max-width: 100%;width: 100%;}
.thank_ordrHead .right_block .share_btn{width: 100%;text-align: center;}
/** thank_you page css end **/

/** forgot_popup Start css **/
.login_sec .left_checkout_sec{padding-bottom: 75px;}
.login_sec h4{background: 0 none;padding: 0 0 10px 0;font-size: 21px;}
.login_sec p{padding: 0 0 10px;}
.login_sec .selectBlock .inpt_row{padding: 10px 0 0;}
a.forgot_paswrd{margin-top: 25px;}
.account_page{padding: 0 40px 38px;}
/** popup_show css **/
.login_sec.forgot_popup .selectBlock{width: 95%;padding: 40px 55px;margin: 0 auto;min-height: 0;}
.login_sec input.btn_green{margin: 14px auto 0;}

/** Subscription Settings css **/
.subscription_set_sec {padding-bottom: 72px;}
.subscription_set_sec .secure_payment{margin-top: 10px;}
.subscription_set_sec .left_checkout_sec.order_info {max-width: 100%;}

}

@media (max-width:500px){
/** forgot_popup Start css **/
.account_page {padding: 0 15px 25px;}
.login_sec .selectBlock{margin: 25px 0 0 0;}
/** popup_show css **/
.login_sec.forgot_popup .selectBlock{width: 95%;padding: 35px 20px;margin: 0 auto;min-height: 0;}
.login_sec.forgot_popup input.btn_green{font-size: 18px;font-weight: 500;}
.forgot_popup span.close_popup{width: 38px;height: 38px;}
.forgot_popup span.close_popup img {margin: 11px auto;padding: 0;width: 15px;height: 15px;}

}


@media (min-width:480px) and (max-width:767px){
.cust_non_slide .product_box{width: 50%;}
.cust_non_slide .product_box {border-top: 0 none;padding-top: 10px;}
.thank_ordrHead .right_block .share_btn{width: 230px;}
input.btn_green{max-width: 300px;}
.body_inpt table td {font-size: 17px;padding-right: 12px;}

}


@media (min-width:640px) and (max-width:767px){
.thank_ordrHead{text-align: left;}
.thank_ordrHead .ordrTxt{padding: 20px 0 0;}
.thank_ordrHead > div{max-width: 300px;width: 55%;float: left;}
.thank_ordrHead .right_block{float: right;max-width: 240px;width: 40%;}
}

@media (min-width:320px) and (max-width:480px){
.acount_table .tabl_head ul li{width: 50%;min-height: 66px;}
.acount_table .tabl_head ul li a{min-height: 66px;}
}




/* ash additions */

.product_row {
    float: left; width: 100%; margin-top: 0px;  position: relative;
}

.product_box { margin: 10px 1px 10px; text-align: center; }
.product_box a { color: #000; }
.product_box .seeprice { font-size: 14px; }
.product_box .price{ font-weight: bold; }

.reviews_count{color:#ea7125;float:left;font-size:13px;line-height:15px; margin-left:90px; cursor:pointer}


.ratings_wrap { clear: both;
                background-image: url(/images/rating_star_dark.gif);
				background-repeat: no-repeat;
				background-position: -1px -1px;
                }
				
.rating{height:13px;background:url(/images/rating_star.gif);width:85px;margin:4px 0 7px}

.five_stars{width:85px;}
.four_stars{width:68px}
.three_stars{width:51px}
.two_stars{width:34px}
.one_star{width:17px}

.four_half_stars{width:77px}
.three_half_stars{width:60px}
.two_half_stars{width:43px}
.one_half_star{width:26px}

.four_1qtr_stars{width:75px}
.three_1qtr_stars{width:58px}
.two_1qtr_stars{width:41px}
.one_1qtr_star{width:24px}

.four_3qtr_stars{width:79px}
.three_3qtr_stars{width:62px}
.two_3qtr_stars{width:45px}
.one_3qtr_star{width:28px}

.suppz table{border-collapse:collapse;margin:25px 0}
.suppz .supp_facts{height:35px;border-top:6px solid #000;font-size:22px;line-height:30px;font-family:Arial, sans-serif;font-weight:bold}
.suppz .servings{font-size:12px;line-height:15px;border-bottom:6px solid #000;padding-bottom:5px}
.suppz .col_head{font-weight:bold}
.col_head td{padding-top:5px}
.suppz td{font-size:12px;line-height:16px}


/* TL */

.siz_prod_scrl .scrol_block {
    padding-right: 20px;
}

/*.body_prod_detl a.btn.add_btn.more_btn{border: 1px solid #3F833A;border-radius: 4px;color: #ffffff;display: inline-block;font-size: 18px;font-weight: 700;max-width: 265px;padding: 9px 20px;text-align: center;width: 100%;margin-right: 24px; background:#3F833A;}*/
.body_prod_detl a.btn.add_btn.more_btn{border: 1px solid #3F833A;border-radius: 4px;color: #ffffff;display: inline-block;font-size: 18px;font-weight: 700;max-width: 265px;padding: 9px 20px;text-align: center;width: 100%; background:#3F833A;}
/*.body_prod_detl .add_butn_crt a.btn.add_btn.more_btn:hover{color: #3F833A; background:transparent;} */

/* TL */
.siz_prod_scrl ul li .rit_txt a.btn.add_btn.more_btn{background: #00728f;width: 100%;display: block;text-align: center;max-width: 100px;font-size: 13px;font-weight: 400;color: #fff;padding: 5px 5px;border: 1px solid #00728f;}
/*.siz_prod_scrl ul li .rit_txt a.btn.add_btn.more_btn:hover{color: #00728f;background: #fff;} */

.siz_prod_scrl ul li .rit_txt span{font-size: 15px;font-weight: 400;color: #3F833A;padding: 0 0 7px;line-height: 17px;}

.siz_prod_scrl ul li .rit_btn { float: right; }
.siz_prod_scrl ul li .rit_btn a.btn.add_btn.more_btn { width: 100px; padding: 5px 5px 5px 5px; font-size: small;  margin-left: -10px; }

.srch_box input[type='submit'] {
  position:absolute;
  float: right;
  padding: 7px 25px;
  background: #00728f;
  font-size: 15px;
  font-weight:700;
  border: none;
  cursor: pointer;
  top:0;
  right:0;
  color:#fff;
  border:2px solid #59b052;
  border-radius:40px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease; 
  width: 110px;
}
.srch_box input[type='submit']:hover{background: #084e60;}

.filter_category .product_block ul   .more{display:none}

.cart_sel_b{margin: 0px 0px 15px 0px; padding: 10px 0 15px 0; border-top:1px solid #e1e1e1; border-bottom:1px solid #e1e1e1;}
.cart_sel_b .variation select.select { margin-left: 0px; }

.table .show-saved-for-later-header { background-color: #dddddd; height: 28px; cursor: pointer; cursor: hand; }
.table td.savedheader {vertical-align:top;padding:8px 14px;border-bottom:1px solid #ddd; font-size:15px; font-weight:bold; line-height:15px;}

.table tr.savedforlater { background-color:#dddddd;}
.table td.hide_td_m.mobil_dv { left: -30px; text-align: right; vertical-align: middle;}
.table td.hide_td_m.mobil_b { vertical-align: middle; }
.table td.hide_td_m.mobil_btn { vertical-align: middle; }

.express_refill_sec .cart_table_b table td .pro_txt { margin-top: 0px;  }

.product_sec { border-top: 0px } 
.product_listing_sec  { border-top: 0px; }
.top_txt  h1, .top_txt  h2 { padding: 0 0 10px; font-size: 20px;}
.top_txt   { padding-bottom: 20px; }

.product_list .breadcrumbs { padding-top: 20px; }

.product_listing_sec .top_txt {
    width: 100%;
    float: left;
    margin-bottom: 0px; 
}

.sort_by_sec label {
    padding: 3px 10px 0 0;
}

.variation select.select {
    height: 30px;
}

.prdct_lst_pag_only .top_txt { margin-top: 0px; }

h2.deals { padding: 0 0 10px; }
h2.topsellers { padding: 0 0 10px; }
/*.product_box_wrap  h2 { padding: 0 0 10px; }*/
.checkout_shipping_sec { border-top: 1px solid #e4e4e4; }


.shipping_method_radiobuttonlist td { vertical-align: top; }
.shipping_method_radiobuttonlist input[type="radio"] { float: left; }
.shipping_method_radiobuttonlist label {  padding-left: 20px; padding-bottom: 15px; margin-top: -6px;display: block; }



.product_listing_sec .product_box{ min-height: 290px; max-height: 290px;}
.product_listing_sec .pro_txt p{word-wrap: break-word;}
.product_listing_sec .pro_txt p.price  { font-weight: bold; }
.product_listing_sec .product_box { float: left; }


.pagination { height: 41px; }

span.currency-link-symbol {  color: #000; width: 25px; display: inline-block; text-align: right;  }

span.currency-link-text { margin-left: 5px; color: #000; padding-right: 25px; }

span.currency-link-flag 
{
	float: left;
    background: url("/images/all_countries.gif") no-repeat scroll 0 0 transparent;
    display: block;
    height: 11px;
    margin: 6px 8px 0 0;
    vertical-align: middle;
    width: 16px;
}
span.AUD {
    background-position: 0 -312px;
}
span.CAD {
    background-position: 0 -910px;
}
span.EUR {
    background-position: 0 -1794px;
}
span.GBP {
    background-position: 0 -2028px;
}
span.JPY {
    background-position: 0 -2912px;
}
span.KRW {
    background-position: 0 -3120px;
}
span.USD {
    background-position: 0 -5954px;
}


label.invalid {color:#c00 !important}
input.invalid, select.invalid {background-color:#fff3f3 !important;border:1px solid #f00 !important}
.valid{display:block !important}
.add_to_cart_ico{ font-size:16px; color:#000; padding:0 0 0 20px; margin:0; display:inline-block; line-height: 22px; background:url('../images/qunt_pls_img.png') left center no-repeat; display:block; background-position-x: 3px;}
label {
    display: inline-block;
    margin-bottom: 0px;
}

.rfv { float: right; }
.rev { float: right; }


.signBtn .btn_in { max-width: 200px;}
input.btn_green { max-width: 200px;}

.preferences{ padding-bottom: 10px;}



.news-wrap {
  width: 240px;
  position: fixed;
  bottom:20px;
  right: 20px;
}

.news {
	  background: white;
	  border: 1px solid #1c6b86;;  
	  box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 3px 10px 0 rgba(0,0,0,0.19) !important;
	  padding: 30px;
	  text-align: center;	
	  font-size: 14px;	
}

.news ul { list-style-type: disc; text-align: left; font-size: small; padding-left: 40px; padding-top: 10px; }

#emailbooster {
padding:8px;
border: 1px solid #dddddd;
width: 95%;
}
  
#emailboostersub {
background: green;
color: White;
border-radius: 2px;
padding-left: 15px;
padding-right: 15px;
padding-top: 5px;
padding-bottom: 5px;
}

.news-close { text-align: right; font-size: small; margin-bottom: 2px;   }
#news-close {  cursor: pointer; background-color: #1c6b86; padding-left: 10px; padding-right: 10px; padding-top: 2px; padding-bottom: 2px; color: White;}



.instantcoupon { padding-left: 5px; padding-right: 5px; padding-top: 2px; padding-bottom: 2px; background-color: #e47911; color: White; font-size: small; text-align: center; font-family: Verdana; }


a.disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
}

.spinner {
   position: absolute;
   left: 50%;
   top: 50%;
   height:5px;
   width:5px;
   margin:0px auto;
   -webkit-animation: rotation 1s infinite linear;
   -moz-animation: rotation 1s infinite linear;
   -o-animation: rotation 1s infinite linear;
   animation: rotation 1s infinite linear;
   border-left:6px solid rgba(0,174,239,.15);
   border-right:6px solid rgba(0,174,239,.15);
   border-bottom:6px solid rgba(0,174,239,.15);
   border-top:6px solid rgba(0,174,239,.8);
   border-radius:100%;
}

@-webkit-keyframes rotation {
   from {-webkit-transform: rotate(0deg);}
   to {-webkit-transform: rotate(359deg);}
}
@-moz-keyframes rotation {
   from {-moz-transform: rotate(0deg);}
   to {-moz-transform: rotate(359deg);}
}
@-o-keyframes rotation {
   from {-o-transform: rotate(0deg);}
   to {-o-transform: rotate(359deg);}
}
@keyframes rotation {
   from {transform: rotate(0deg);}
   to {transform: rotate(359deg);}
}


.prop65wrap
{
border: 1px solid #ddd; padding: 2px 5px 7px 0px; margin: 10px 0px 10px 0px; background-color: white;
}
.prop65title
{
font-size: 13px; font-weight: bold; padding: 0px 5px 0px 5px;
}
.prop65warning
{
display:inline-block; position: absolute; width: 62px; padding-left: 3px;
}

.prop65warning img
{
	max-width: 40%;
}
.prop65text 
{
display:inline-block; padding-left: 35px; padding-top: 5px; font-size: 12px; vertical-align: middle;
}

.body_prod_detl p.sav_pric{ font-size: 18px;font-weight: 400;color: #3F833A;display: inline-block; vertical-align: top; }
.body_prod_detl .sav_pric  span{ margin-left: 0px; }


.notice_row { border-top: 0px; }
.payment-cc { padding-top: 5px; padding-bottom: 10px; border-bottom: 1px solid #e1e1e1; }
.payment-check { padding-top: 5px; padding-bottom: 10px; border-bottom: 1px solid #e1e1e1; }
.payment-paypal { padding-bottom: 10px; border-bottom: 1px solid #e1e1e1; }
.payment-sa { padding-bottom: 10px; border-bottom: 1px solid #e1e1e1; }

.left_checkout_sec .sign_Box{ margin: 0 0 10px 0; padding: 0 0 10px 0;}
.signField_bx{padding: 0 0 10px 0; border: 0px;}

.add_btn{background-color:#00728f; color:#fff;}
a.add_btn { color: #fff; }


.pro_img {background-color: #fff;}
.product_box .pro_img { width:120px; margin-left: auto; margin-right: auto; float: initial; }
.product_box .pro_img img{ max-width: initial;}

p.red{font-size:14px; color: #E60000; }
.order_summary_right { text-align: right;}

.variation select.select { color: #000; }
.subtotal_ship span { padding-right: 10px; }
.proceed_check_b .add_btn.proceed_b  { float: right; }
.proceed_check_b { margin: 10px 0 0; padding: 10px 0 0;}

.banner_wrap img {
	width: 1235px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.product_list { padding: 0px 0 0 20px; }


@media (max-width: 767px){
	.cart_qunty_prod ul li input.inpt_num {width: 100%; }
	tr.mob_grop  { overflow: visible;  }
	.cart_table_b table td { padding-bottom: 10px; }
	.mobil_btn .add_to_cart_ico { float: left; margin-left: 15px; }
	.ratings_wrap { background-position: 13px -1px; padding-left: 14px;} 
	/* .pro_img span > img { width: 100%; height: 100%; }	*/
	.header_main .search input { margin-right: 15px; }
}
	
@media only screen and (max-width: 767px) and (min-width: 320px) {
	img.large_img { display: block; }	
	.pro_img span > img{width: 50px; height: 50px; }
	
	.body_prod_detl .instantcoupon{ margin: 0 15px 0; }
	.body_prod_detl p.sav_pric{ margin: 0 15px 0; }
	/*.product_detail_cntr .container .col-xs-12{padding-left: 15px; }*/
}

@media (max-width:375px){
.product_listing_sec .product_box{width: 49.3%;}
}

.product_box_wrap { margin-top: 10px; margin-bottom: 0px; }
.product_row .owl-nav { top: -50px; }


.product_detail_cntr .prd_logo, .product_detail_cntr .satfix_sec, .body_prod_detl .text_hed { padding-top: 15px; }


.product_detail_cntr { padding: 0px 0 20px; }
.product_detail_cntr .body_prod_detl .text_hed p.red{ color: #E60000; font-size: 16px; }


.body_prod_detl .add_butn_crt a.btn.add_btn.more_btn { max-width: 180px; }
.body_prod_detl .add_butn_crt { padding-bottom: 0px; text-align: center; margin: 10px 0 0 0; }
/*.body_prod_detl .add_butn_crt a.savBtn { margin-left: 25px; }*/

.body_prod_detl .othr_siz_sec {
    padding: 30px 0 10px;
}

.rating_input{float:left;list-style:none !important; padding-top:8px padding-bottom: 20px;}
.star{width:17px;height:13px;background:url(/images/rating_star_empty.gif);float:left;margin:0 !important}
.star a{display:block;height:100%;width:100%}
.star:hover, .star.fill, .star.set{background:url(/images/rating_star.gif)}

.rev_form_t { padding-top: 20px;}

.top_txt { padding-top: 20px; padding-bottom: 0px; }

.satfix_sec { text-align: center; }
.satfix_sec h6 { font-size: 18px; font-weight: bold; }

/*
.previous_item .pro_img { width: 60px; float: left; text-align: center }
.previous_item .pro_price { float: initial; width: 100%; padding-left: 10px; }
*/

.usd .dropdown-menu { margin-left: -84px;}

.product_box h3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 2px;
}

.product_box h2 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 2px;
}

.product_sidebar { padding-top: 25px; font-size: 14px; }
.product_sidebar h2 { font-size: 22px; font-weight: bold; }
.product_sidebar h3 { font-size: 16px; font-weight: bold; }

.siz_prod_scrl ul li .lft_img {
    width: 90px;
}


.siz_prod_scrl ul li .rit_txt h3 { font-size: 16px; }
.siz_prod_scrl ul li .rit_txt .main_price { font-size: 14px; margin-top: -5px; color: #000;  }
.siz_prod_scrl ul li .rit_txt .sale_price {font-size: 14px; padding-bottom: 5px; }
.siz_prod_scrl ul li .rit_txt span {  }


.acount_info_block .selectBlock{min-height: 0;border: 0 none;box-shadow: inherit;padding: 0;margin: 0;}
.acount_info_block .sendreferral_title_wrap{height: 38px;text-align: left;position: relative; margin-bottom: 10px;cursor: pointer; }
.acount_info_block .sendreferral_title_wrap h5{padding: 11px 12px;font-size: 16px; }
.acount_info_block .inpt_row { width: 100%; display: block; padding: 0px 0px 0px 0px; overflow: hidden;  margin-bottom: 15px; }
.acount_info_block .inpt_row label{margin: 0;font-size: 14px;display: block;padding-bottom: 5px;}
.acount_info_block .inpt_row .inpt_col{float: left;width: 100%;}
.acount_info_block span.digit {line-height: 19px;}
.acount_info_block input.btn_green{width: auto;display: inline-block;max-width: inherit;padding: 13px 25px; margin-bottom: 15px; }

.acount_table .acc_tbl_proc { border: 0px; }
.acount_table .RemindMe_block { border-bottom: 1px solid #e2e2e2; padding: 0px 20px 10px; }

.inside_page_wrap h2 { font-size: 18px; font-weight: bold; padding: 0 0 15px; }
.cart_table_b table td { padding: 10px 10px 10px 10px; }
.cart_table_b table td .pro_img { width: 85px; float: left; }
.payment_tabs .inpt_row label {
    padding-bottom: 5px;
}

.mobile_hide { text-align: center; }
.pre_viewed_prods { text-align: center; margin-bottom: 50px; padding-bottom:20px; }
.pre_viewed_prods .pro_img { width: 85px; margin-left: auto; margin-right: auto; }
.pre_viewed_prods .pro_price { width: 100%; float: initial; }


@media (min-width:320px) and (max-width:767px) {

    /** Express_Refill Start css **/
    .express_refill_sec .cart_table_b td.hide_td_m.mobil_dv {
        padding-top: 20px;
        left: -30px;
        text-align: right;
    }
}




/* ====== GUIDE ====== */
.page_sec { float: left; width: 100%; border-top: 1px solid #e4e4e4; }
.page_sec h1 {margin-top: 20px; font-size: 26px; }
.page_sec .guide_intro{float:left;margin-bottom:10px}
.page_sec .guide_intro{float:left;margin-bottom:10px}
.page_sec .guide_intro p{font-size:16px;line-height:22px;color:#555}
.page_sec .guide_intro .more a{color:#006784}
.page_sec .guide_subcat{border-top:2px solid #ddd;width:100%;float:left}
.page_sec .guide_subcat .head_wrap{margin-bottom:10px;float:left;width:100%;border-bottom:1px solid #ddd}
.page_sec .guide_subcat h2{background-color:#E2F5FA;padding:10px;border-top:1px solid #fff;border-bottom:1px solid #fff;font:normal 20px "LatoBlack", Arial, sans-serif}
.page_sec .guide_subcat p{font-size:14px;color:#555;line-height:18px}
.page_sec .guide_subcat .indent{margin:5px 40px 15px}
.page_sec .guide_subcat h4{padding:5px 0;font-size:14px}
.page_sec .guide_subcat .more{padding:5px 0}
.page_sec .guide_subcat .more a{color:#006784}

.page_sec .more_products{text-align:center;font-size:14px;font-weight:bold;padding:14px;clear:both;line-height:18px}
.page_sec .more_products a{color:#006784}
.page_sec .popular_products_list{width:100%;height:160px;clear:both}
.page_sec .popular_products_list li{border-bottom:1px solid #DDD;height:75px;width:100%;float:left}
.page_sec .popular_products_list .prod_descr_wrap{width:100%}
.page_sec .popular_products_list .price{font-size:12px;margin-top:0}
.page_sec .return_to_top{border-top:1px solid #ddd;font-size:14px;font-weight:bold;float:left;width:100%;padding-top:15px;margin-top:15px}
.page_sec .return_to_top a{color:#006784}

.page_sec .feature_box{border:1px solid #ddd;box-shadow:0px 2px 2px #ddd;padding:15px; margin-bottom: 20px; }
.page_sec .feature_box h3{ text-align:center; border-bottom:1px solid #ddd;padding-bottom:10px;margin-bottom:12px;font-weight:normal; font:16px "LatoBold", Arial, sans-serif}
.page_sec .feature_photo{margin:0 30px}
.page_sec .feature_box .title{font-weight:bold;line-height:16px;margin-top:8px}
.page_sec .feature_box .title span{font-weight:normal;line-height:14px}
.page_sec .feature_box .price{font-size:14px;font-weight:normal;color:#777;line-height:17px}
.page_sec .feature_box .our_price{color:#333;font-weight:bold}
.page_sec .feature_box .sale_price{font-size:14px;color:#3d9b35;font-weight:bold}
.page_sec .feature_box {padding:1px;width:100%}
.page_sec .feature_box h3{padding:14px;background-color:#f7f7f7;margin-bottom:0}
.page_sec .feature_box ul{width:100%; }
.page_sec .feature_box li{padding-bottom:14px; padding-top: 10px; }
.page_sec .feature_box li.last{border-bottom:1px solid #ddd}

.acount_info_block {
    padding-top: 30px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

.acount_info_block > div {
    width: 100%;
    margin-right: 0px;
}



.adres_left .shipping_add_rgt_b .pro_price { padding-left: 15px; }
.acount_info_block .selectBlock  { padding-left: 15px; }

/*---popup styles starts here ----- */
.QTPopup{display:none;}
.popupGrayBg{background-color:#ffffff;position:fixed;width:100%;height:100%;z-index:1001;left:0;top:0;background:url(../images/popup_bg.png);}
/*.QTPopupCntnr{width:750px;height:600px;z-index:1200;position:fixed;left:50%;top:15%;margin:0 0 0 -370px;overflow:scroll;overflow-x:hidden;border:2px solid #DDDDDD;background-color:#ffffff;}*/
.QTPopupCntnr{height:600px;z-index:1200;position:fixed;left:5%;top:15%; overflow:scroll;overflow-x:hidden;border:2px solid #DDDDDD;background-color:#ffffff;}
.gpBdrRight .caption{background:#a9b6e1;line-height:38px;padding-left:10px;font-family:Arial, Helvetica, sans-serif;font-size:15px;font-weight:bold;color:#3b4f91;}
/*.gpBdrRight .closeBtn{width:80px;height:31px;position:absolute;right:-30px;top:2px;font-size:11px;}*/
.gpBdrRight .closeBtn{width:80px;height:31px;position:absolute;top:10px;font-size:11px;}
.gpBdrRight .closeBtn:hover{}
.gpBdrRight .content{padding:25px;font-weight:normal; border-bottom: 10px solid #ddd}
.gpBdrRight .content table{max-width:400px;border-collapse:collapse;margin:25px 0; overflow:hidden;}
.gpBdrRight .content .supp_facts{height:35px;border-top:6px solid #000;font-size:22px;line-height:30px;font-family:Arial, sans-serif;font-weight:bold;}
.gpBdrRight .content .servings{font-size:12px;line-height:15px;border-bottom:6px solid #000;padding-bottom:5px}
.gpBdrRight .content .col_head td{padding-top:5px}
.gpBdrRight .content .popupimageurl img{max-width: 100%; max-height: 100%;}
.gpBdrRight .content .popupbundle {font-weight: bold; font-size: 14px; color: #000033}
.gpBdrRight .content table td{font-size:12px;line-height:16px}
.popupimageurl{float:left;width:250px;height:250px;width:250px;height:250px;background-color:#fcfcfc;margin-right:10px;border:none;}
/*.popupRight{float:left;max-width:400px;width:400px;height:auto;}*/
.popupRight{float:left;max-width:400px;height:auto;}
/*.popuptitle{font-weight:bolder !important;margin-right:10px; margin-bottom: 10px;}*/
.popuptitle{font-weight:bolder !important;margin-right:10px; margin-bottom: 10px; font-size: 16px;}
.popupprice{font-weight:bold;color:Green; margin: 5px 0;font-size:18px;}
.popuptext{margin: 20px 10px 10px 0;font-size:12px;line-height:14px;}

@media only screen and (max-width: 767px) and (min-width: 320px) {
    #Acc_Refe .tabl_cntr table.acc_tbl_proc.align_left_t {
        width: 100%;
    }
}

@media only screen and (max-width: 1199px) and (min-width: 767px) {
    #Acc_Refe .tabl_cntr table.acc_tbl_proc.align_left_t {
        width: 100%;
    }
}

.sendreferral_box .selectBlock{min-height: 0;border: 0 none;box-shadow: inherit;padding: 0;margin: 0;}
.sendreferral_box .sendreferral_title_wrap{height: 38px;text-align: left;position: relative; margin-bottom: 10px; }
.sendreferral_box .sendreferral_title_wrap h5{padding: 11px 12px;font-size: 16px; cursor: pointer; }
.sendreferral_box .inpt_row { width: 100%; display: block; padding: 0px 0px 0px 0px; overflow: hidden;  margin-bottom: 15px; }
.sendreferral_box .inpt_row label{margin: 0;font-size: 14px;display: block;padding-bottom: 5px;}
.sendreferral_box .inpt_row .inpt_col{float: left;width: 100%;}
.sendreferral_box span.digit {line-height: 19px;}
.sendreferral_box input.btn_green{width: auto;display: inline-block;max-width: inherit;padding: 13px 25px; margin-bottom: 15px; }

.acount_table { padding-top: 10px; }
.proceed_check_b .add_btn { margin-right: 0px; }

.instocknotify_box { border: 1px solid #ddd; padding-left: 15px; padding-right: 15px; padding-bottom: 5px; margin-right: 15px; }
.instocknotify_box .selectBlock{min-height: 0;border: 0 none;box-shadow: inherit;padding: 0;margin: 0;}
.instocknotify_box .sendreferral_title_wrap{height: 38px;text-align: left;position: relative; margin-bottom: 10px; }
.instocknotify_box .sendreferral_title_wrap h5{padding: 11px 12px;font-size: 16px; cursor: pointer; }
.instocknotify_box .inpt_row { width: 100%; display: block; padding: 0px 0px 0px 0px; overflow: hidden;  margin-bottom: 15px; }
.instocknotify_box .inpt_row label{margin: 0;font-size: 14px;display: block;padding-bottom: 5px;}
.instocknotify_box .inpt_row .inpt_col{float: left;width: 100%;}
.instocknotify_box span.digit {line-height: 19px;}
.instocknotify_box input.btn_green{width: auto;display: inline-block;max-width: inherit;padding: 13px 25px; margin-bottom: 15px; }

.menu_row { border-bottom: 1px solid #e4e4e4; }
.bdr_top_in { border-top: 0px; }

.message_row { float: left; width: 100%; }
.message_row .header_message { text-align: center; background-color: #fff3cd; color: #856404; padding-top: 3px; padding-bottom: 3px;}


.customer_prodtlisting h2.hd_rgt_b { font-weight: bold; }
.customer_prodtlisting .product_box { width: 100%; }
.customer_prodtlisting .product_box h3 { font-weight: bold; }
.customer_prodtlisting .pro_img { float: initial; width: 115px; text-align: center; margin-right: auto; margin-left: auto; }
.customer_prodtlisting .pro_txt { float: initial; width: 100%; margin-top: 10px; text-align: center; }
.customer_prodtlisting .pro_price { text-align: center; width: 100%; }
.customer_prodtlisting .pro_price p { font-size: 14px;  }
.customer_prodtlisting .pro_price p.price { font-size: 14px; color: #3F833A; font-weight: bold; text-align: center; }


.product_list h1, .product_list h2 {
    font-size: 18px;
    font-weight: bold;
}



@media only screen and (max-width: 1024px) {
    .satfix_sec {
        display: none;
    }

    .body_prod_detl .text_hed::after { background: #fff; }
}

@media only screen and (max-width: 767px) and (min-width: 320px) {
    
    .body_prod_detl .text_hed { text-align: center;}
    .ratings_wrap { margin-left: auto; margin-right: auto; width: 215px; }
}

@media only screen and (max-width: 479px) and (min-width: 320px) {   
    .siz_prod_scrl ul li .rit_btn { 
    padding-left: 105px;
    clear: both; }
}


.seeprice_box { border: 1px solid #ddd; padding: 10px 5px 5px 10px; margin-right: 1px; margin-bottom: 20px; background-color: #ffffcc; overflow: hidden; }
.seeprice_box .img { float: left; padding-right: 15px; }
.seeprice_box .img span {border: 1px solid #919191; display: block; padding: 10px; background-color: #fff; }    
.seeprice_box .price { color: #3F833A; font-weight: bold; }

.oos_box { border: 1px solid #ddd; padding: 10px 5px 5px 10px; margin-right: 1px; margin-bottom: 20px; background-color: #ffffcc; overflow: hidden; }
.oos_box .img { float: left; padding-right: 15px; }
.oos_box .img span {border: 1px solid #919191; display: block; padding: 10px; background-color: #fff; }    
.oos_box .price { color: #3F833A; font-weight: bold; }
.oos_box h4 { font-size: 18px; font-weight: bold; }
.oos_box hr { height: 1px; width: 100%; }
.oos_box .othr_siz_sec { clear: both; padding-left: 110px; background-color: #fff; padding: 10px 10px 10px 10px; border: 1px solid #ddd; }

@media (max-width: 991px) and (min-width: 767px) {
    .cust_non_slide {
        min-height: initial;
        max-height: initial;
    }
}

/* .profile-sec .dropdown-toggle::after { background: initial; } */

/*.log_in > a{padding-right:0px; color:#000;} */

.profile-sec ul li:first-child::after { background: #e4e4e4; }
.profile-sec ul li::after {background: initial; }


.cart_table_b .highlight{background-color:#ffffcc;}
.dropdown-item.active, .dropdown-item:active { background-color: #e2e2e2; }

a.disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
}


.dropdown-item {
cursor: pointer;
}


.order_tracking_sec hr { margin-top: 10px; margin-bottom: 10px;}
.tracking_sec { padding-top: 0px; margin-bottom: 20px; }
.tracking_sec ul li { width: 100%; display: block; overflow: hidden; position: relative; padding: 0 0 20px 0;  }

.order_not_sec { padding-top: 0px; }
.order_not_sec h5.ordr_id, .tracking_sec h5.ordr_id { font-size: 18px; font-weight: bold; color: #00728f; line-height: 15px; padding-bottom: 10px; }

.customr_note { margin-bottom: 7px; margin-top: 0px; }
.customr_note p { padding-bottom: 0px; }
.customr_note h5 { font-size: 16px; font-weight: bold; line-height: 15px;  }

.track_another { text-align: center; }

@media only screen and (max-width: 767px) and (min-width: 320px) {
.mobil_tabs {
    display: block;
    width: 100%;
    padding: initial;
    margin-bottom: 10px;
    }

    .mobil_tabs ul li a {
        font-size: 18px;
    }
}


.tracking_sec ul li span.order_green_box {
left: 27.0%;
}


@media (max-width: 1023px) and (min-width: 768px) {
.tracking_sec ul li span.order_green_box {
    left: 26.7%;
}
}

@media only screen and (max-width: 767px) and (min-width: 620px) {
.tracking_sec ul li span.order_green_box {
    left: 36.7%;
}
}


@media only screen and (max-width: 767px) and (min-width: 320px) {
.tracking_sec ul li span.order_green_box {
    left: 36.3%;
}
}

.express_refill_sec .cart_table_b { margin-bottom: 30px; }

.checkout_shipping_sec .cart_table_b table td { padding: 10px 10px 10px 10px; }
.checkout_shipping_sec .cart_table_b.checkout_tbl table .pro_img { width: 70px; }
.checkout_shipping_sec .cart_table_b.checkout_tbl table .pro_price {     width: -webkit-calc(100% - 70px); padding-left: 20px;}
.checkout_shipping_sec .cart_table_b table td .pro_txt h3 { font-size: 14px; font-weight: bold; }
.checkout_shipping_sec .cart_table_b.checkout_tbl table td .pro_txt p { font-size: 14px; }

.cart_table_b.checkout_tbl table .bdr_td_n td {
    vertical-align: bottom;
}

@media only screen and (max-width: 767px) and (min-width: 320px) {
.pro_img span > img { width: initial; height: initial; }
}

.pro_img span { border: none; /* border: 1px solid #f1f1f1; */ }

.siz_prod_scrl .scrol_block { height: 185px; }

.secure_pamnt .order_input_box { min-height: initial; margin-left: auto; margin-right: auto; }
.secure_pamnt .payment_tabs{margin-left: auto; margin-right: auto;}


.generic_input_box{width: 100%;min-height: 250px;background: #f0f0f0;margin-top: 8px;}
.generic_input_box h4.head_inpt{width: 100%;display: block;background: #00728f;font-size: 18px;font-weight: 400;color: #fff;padding: 16px 20px;line-height: 100%;}
.generic_input_box .body_inpt{width: 100%;display: block;padding: 32px 58px 40px 50px;}
.generic_input_box .colm_fld{width: 100%;display: block;}
.generic_input_box input.input_row{width: 100%;display: block;padding: 12px 15px;font-size: 13px;font-weight: 400;color: #000;border: 1px solid #787878;border-radius: 3px;}
.generic_input_box .optin_box { }
.generic_input_box .optin_box select{width: 48%;float: left;margin-right: 4%;padding: 12.5px 5px;border-radius: 3px;border: 1px solid #787878;font-size: 13px;font-weight: 400;color: #000;}
.generic_input_box .optin_box select:last-child{margin-right: 0; }
.generic_input_box .genericBtn {margin: 22px 0 0 0;}
.generic_input_box .genericBtn .btn_in{font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
    width: 100%;
    display: block;
    padding: 8px 15px;
    background: #3F833A!important;
    border: 1px solid #3F833A;
    border-radius: 4px;
    cursor: pointer;
    text-transform: capitalize;
    text-align: center;}


.shipping_add_rgt_b{display:block}

.body_prod_detl .add_butn_crt a.savBtn { margin-top: 5px; }

.cust_non_slide .product_box { margin: initial; padding: initial; }
.customer_prodtlisting h2.hd_rgt_b + .product_box { padding: initial; }

.need_blok {
    width: 400px;
	padding-top: 0px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.need_blok .prod_srch {
    padding-bottom: 30px;
}

.express_refill_sec .need_blok h4 {
    padding: initial;
    float: initial;
}


.MenuBox >ul>li>a {
    padding: 11px 0;
    display: block;
    text-align: center;
    line-height: 18px;
}

.MenuBox > ul > li >a:before {
    bottom: 5px;
}

.menu_row ul li a span {
		display: none;
}
	
@media only screen and (max-width: 1024px){
	
	.menu_row ul li a br {
		display: none;
	}

	.menu_row ul li a span {
		display: inline;
	}
}

.header_top_left { width: 60%; }
.header_top_right { width: 40%; }


.modal-footer {
    display: initial;
    padding-top: 1rem;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-bottom: 0px;
}

.f_box:first-child { width: 25%; }
.f_box:nth-child(3) { width: 25%; }
.f_box { width: 25%; }

.secure_payment label {
    display:block;
}

.siz_prod_scrl ul li {
    border-bottom: 1px solid #ddd; 
    padding-bottom: 5px;
}
.siz_prod_scrl ul li .rit_txt { text-align: left; float: left; padding: 0 0 0 10px; }

@media (max-width:479px){
	.siz_prod_scrl ul li .rit_txt{ /* padding: 0px 0 0 90px!important; */}
}

.siz_prod_scrl ul li {
    margin: 0 0 1% 0;
}

.body_prod_detl .othr_siz_sec h2 {
    font-size: 22px;
    font-weight: 400;
    color: #000;
    margin-bottom: 10px;
    line-height: 24px;
    padding: 10px 0px 10px 10px;

}

@media (max-width: 479px){
    .body_prod_detl .othr_siz_sec {
        padding: initial;
    }
}

@media only screen and (max-width: 767px) and (min-width: 320px) {
	.body_prod_detl .othr_siz_sec h4 {
		padding: 10px 10px 10px
	}
}

/* For WCAG contrast */
a {
    color: #0071EB;
}

.hero_contents a { text-decoration: underline; }