﻿/*****Google Fonts*****/
@import url('fontawesome-all.css');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital@1&display=swap');

@font-face {
    font-family: 'MoolBoran';
    src: url('../fonts/moolbor.ttf');
    font-weight: normal;
    font-style: normal;

}

/*****Main CSS Start*****/
body
{
    /* font-family: 'latoregular', sans-serif; */
	font-family: 'Lato', sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    margin:0;
    padding:0;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow-x: hidden;
}
html,body{overflow-x:hidden !important;}
body.home {
    background-image: url('../img/marble-bg-top.jpg');
}
body.inner {
    background-repeat: repeat-x;
    background-position: top center;
    background-size: auto;
}
/*****Common CSS*****/
::-moz-selection { /* Code for Firefox */
    color: #fff;
    background: #89c765;
  }

  ::selection {
    color: #fff;
    background: #89c765;
  }
h1 {
    font-family: 'Cabin Sketch', cursive;
    font-size: 2.8rem;
    color: #89c765;
    margin-bottom: 3px;
}
h2 {
    font-family: 'MoolBoran';
    font-size: 62px;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul > li {
    list-style: none;
}
a {
    color:#7a4b38;
    text-decoration: none;
    transition:all 0.3s;
}
a:hover,
a:focus,
a:active {
    color:#89c765;
    text-decoration: none;
    outline: none !important;
}
a:focus {
    outline-color: #89c765;
}
h2.green span {
    color: #89c765;
}
.orange {
    color: #eb8d19;
}
h2.brown span {
    color: #7a4b38;
}
.btn {
    border-radius: 1.25rem;

}
.btn-primary {
    background-color: #89c765;
    border-color: #89c765;
    box-shadow: 0px 0px 5px 0px rgba(120,120,120,0.4);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: rgba(77, 122, 50, 0.9);
    border-color: rgba(77, 122, 50, 0.9);

}
.btn-primary:focus {
    outline-color: #89c765;
    box-shadow: 0 0 0 2px rgba(137,199,101,.5);
}
.btn-secondary {
    border: 2px solid #89c765;
    background: rgba(0,0,0,0);
    color:#231f20 ;
}
.btn-secondary:hover {
    border: 2px solid #89c765;
    background: rgba(0,0,0,0);
    color:#89c765 ;
}


input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"]
 {
    background: rgba(255,255,255,0.35);
    color: #231f20;
    border-radius:3px;
    padding-left: 1rem;
    border: 1px solid #89c765;
}
textarea.textarea{
    background: rgba(255,255,255,0.35);
    color: #231f20;
    border-radius:1.25rem;
    padding-left: 1rem;
    border: 1px solid #89c765;

}

img.card-img-top {
    width: auto;
    filter:drop-shadow(0px 0px 15px rgba(80,80,80,0.40));
    max-width: 100%;
    padding-bottom: 5px;
    display: block;
    margin: 0 auto;
}

.content-bg {
    width: 100%;
    background-color: #fff;
    background-image: url('../img/marble-bg.jpg');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.breadcrumb {
    background-color: rgba(0,0,0,0);
    padding: 0rem 0rem 0.25rem;
    margin-bottom: 0.5rem;
    font-size: 0.875rem;
}

.nav-tabs {
    border-bottom: 0;
    margin-top: 4rem;
}
.nav-tabs .nav-item {
    padding: 0 15px;
}
.nav-tabs .nav-link {
    text-transform: uppercase;
    padding: 7px 0;
    color:#231f20 ;
    border: 0;
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    border:0;
    outline: 0;
}
.nav-tabs .nav-link:focus {
   /* box-shadow: 0 0 0px 1px #89c765;*/
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    
    border: 0;
    
    font-weight: 700;
}
.tab-content {
    margin-bottom: 4rem;
    display: flex;
}
.element-invisible {
    height: 1px;
    width: 1px;
    position: absolute;
    overflow: hidden;
    top: -10px;
}

/*****Header Section*****/
header.start-header {
    /* position: fixed;*/
    top: 0px; 
    left: 0;
    width: 100%;
    
    z-index: 10000;
    transition: all 0.3s ease-out;
    background-color:#fff;
    border-bottom: 1px solid rgba(209,209,209,0.5) ;
}
header.start-header.scroll-on {
	box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
    background: rgba(255, 255, 255, 0.95);
	position:fixed;
	padding: 0px;
}
header .navigation-wrap {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
	-webkit-transition : all 0.3s ease-out;
    transition : all 0.3s ease-out;
    overflow: visible;
}


header .search {
    padding: 0.3rem 0.7rem 0.2rem;
    line-height: 1.5;
    cursor: pointer;
    border: 0;
    transition: color 0.3s ease-in-out;
    background: none;
   /* margin-top: 0.2rem;*/
    margin-right: 0.5rem;
    color: #231f20;
}
header .search:hover {
    color:#89c765;
}
header a.search:focus {
    outline-width: 1px;
    outline-color: #89c765;
    outline-style: auto;
    outline-offset: inherit;
    box-shadow: 0 0 0 2px rgba(137,199,101,.5);
}
header #user-btn-dsk {
   /* margin-top: 0.25rem;*/
    margin-right: 10px;
}
.navbar{
    padding: 0 0 0 0;
   /* align-items: flex-start;*/
   align-items: center;
   justify-content: space-between;
}
.navbar-brand {
    padding-top: 0;
    padding-bottom:0;
}
.navbar-brand img{
	height: 40px;
	width: auto;
	display: block;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
a.logo img {
    max-width: 100%;
}

.footer-btm p span{color:#000;}
.footer-pdg{padding-bottom:25px;}
.footer-btm a{color:#fff;}
.footer-btm a:hover{color:#fff;}
.certificate .p-2{align-self: center;}


.working_area{margin-top:0px;padding:40px 15px 20px 15px;min-height:58vh;}
.shop_tab{background-color:#fff;padding:15px 15px 25px 15px;border:1px dashed #000;border-radius:5px;text-align:center;float: left;width: 100%;
margin: 0px 0px 15px 0px;}
.shop_tab a{float: left;width: 100%;}
.shop_tab h2{line-height: 35px;font-size: 34px;padding: 8px 0px 0px 0px;margin: -35px 0px 15px 0px;border-radius: 5px;
border:1px dashed #000;background-color:#89c765;color:#fff;}
.shop_tab img{margin-bottom: 10px;max-width: 100%;width: auto;height: 150px;}
.shop_tab .shop_arrow{width:100%;text-align:center;float:left;margin: 0px 0px -44px 0px;}
.shop_tab span{border:1px dashed #000;padding: 8px 13px;border-radius: 50px;    display: inline-block;margin: 0px 0px 0px 0px;
background-color:#89c765;color:#fff;}
.main_breadcrumb{margin-top:0px;padding:0px 0px;}
.details-rating span.full_star {font-size:14px;color: #fcd700;margin-right: 2px;}
.details-rating span.empty_star {font-size: 14px;color: #696969;margin-right: 2px;}
.product_list{border-radius:5px;float:left;width:100%;box-shadow: 2px 2px 7px rgb(0 0 0 / 20%);margin-bottom:30px;}

.product_img{background: #dddee0;
    background: -moz-linear-gradient(left, #dddee0 0%, #dddee0 2%, #dedfe1 4%, #e0e1e3 4%, #dedfe1 6%, #e1e2e4 7%, #e1e2e4 10%, #e4e5e7 14%, #e6e7e9 14%, #e5e6e8 15%, #eaeaec 18%, #e8e9eb 19%, #ebecee 21%, #ebebeb 21%, #ebebeb 22%, #ebecee 22%, #efeff1 24%, #eeeeee 24%, #eeeeee 25%, #f0f0f2 26%, #eef0ef 26%, #f2f2f2 27%, #f1f1f1 29%, #fdfdfd 44%, #ffffff 52%, #f8f8f8 64%, #f4f4f4 67%, #f4f4f6 68%, #f3f3f3 68%, #f2f2f2 72%, #efefef 73%, #ededef 78%, #eaebed 78%, #ebebed 80%, #e7e8ea 82%, #e8e9eb 83%, #e8e8ea 84%, #e5e6e8 84%, #e6e7e9 85%, #e4e5e7 85%, #e5e5e7 88%, #e1e2e4 90%, #e2e3e5 91%, #dfe0e2 93%, #e0e1e3 95%, #dedfe1 95%, #dcdddf 100%);
    background: -webkit-linear-gradient(left, #dddee0 0%,#dddee0 2%,#dedfe1 4%,#e0e1e3 4%,#dedfe1 6%,#e1e2e4 7%,#e1e2e4 10%,#e4e5e7 14%,#e6e7e9 14%,#e5e6e8 15%,#eaeaec 18%,#e8e9eb 19%,#ebecee 21%,#ebebeb 21%,#ebebeb 22%,#ebecee 22%,#efeff1 24%,#eeeeee 24%,#eeeeee 25%,#f0f0f2 26%,#eef0ef 26%,#f2f2f2 27%,#f1f1f1 29%,#fdfdfd 44%,#ffffff 52%,#f8f8f8 64%,#f4f4f4 67%,#f4f4f6 68%,#f3f3f3 68%,#f2f2f2 72%,#efefef 73%,#ededef 78%,#eaebed 78%,#ebebed 80%,#e7e8ea 82%,#e8e9eb 83%,#e8e8ea 84%,#e5e6e8 84%,#e6e7e9 85%,#e4e5e7 85%,#e5e5e7 88%,#e1e2e4 90%,#e2e3e5 91%,#dfe0e2 93%,#e0e1e3 95%,#dedfe1 95%,#dcdddf 100%);
    background: linear-gradient(to right, #dddee0 0%,#dddee0 2%,#dedfe1 4%,#e0e1e3 4%,#dedfe1 6%,#e1e2e4 7%,#e1e2e4 10%,#e4e5e7 14%,#e6e7e9 14%,#e5e6e8 15%,#eaeaec 18%,#e8e9eb 19%,#ebecee 21%,#ebebeb 21%,#ebebeb 22%,#ebecee 22%,#efeff1 24%,#eeeeee 24%,#eeeeee 25%,#f0f0f2 26%,#eef0ef 26%,#f2f2f2 27%,#f1f1f1 29%,#fdfdfd 44%,#ffffff 52%,#f8f8f8 64%,#f4f4f4 67%,#f4f4f6 68%,#f3f3f3 68%,#f2f2f2 72%,#efefef 73%,#ededef 78%,#eaebed 78%,#ebebed 80%,#e7e8ea 82%,#e8e9eb 83%,#e8e8ea 84%,#e5e6e8 84%,#e6e7e9 85%,#e4e5e7 85%,#e5e5e7 88%,#e1e2e4 90%,#e2e3e5 91%,#dfe0e2 93%,#e0e1e3 95%,#dedfe1 95%,#dcdddf 100%);
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	position: relative;
    overflow: hidden;
	
	width: 100%;
    height:250px;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;

}
/* .col>div {background-color: #fff;height: 100%;}
.col{margin-bottom:30px;} */			
			
.product_img img{
    width: auto;
    height: auto;
    max-width: calc(100% - 20px);
    max-height:200px;
    margin: 10px auto;	
}
.product_info{padding: 15px 10px 5px 10px;background-color: #fff;float:left;width:100%;}
.product_info h2{font-size:24px;margin-bottom: 0px;line-height: 24px;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden;
text-overflow: ellipsis;display: -webkit-box;}
.product_info p{font-size: 13px;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden;
text-overflow: ellipsis;display: -webkit-box;}

.details-rating{float:left;width:100%;background-color: #fff;}

.product_rate_cart{padding:0px 10px 15px 10px;float:left;width:100%;background-color: #fff;}
.product_rate_cart h3{float:left;font-size:17px;font-weight:600;margin-bottom: 0px !important;display: inline-block;line-height: 30px;}
.product_rate_cart a{float:right;background-color:#89c765;color:#fff;padding: 8px 12px;display: inline-block;font-size: 14px;line-height: 14px;
border-radius: 20px;}
.product_rate_cart span{font-size: 14px;color: #ccc;padding: 6px 5px;display: inline-block;float: left;}
.curr_dd select{font-family: 'FontAwesome';}
.curr_dd select option{font-family: 'FontAwesome';}

.label-sale {
    position: absolute;
    top: 10px;
    right: -30px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 5px 12px;
    transform: rotate(45deg);
    width: 110px;
}
.text-center {
    text-align: center!important;
}
.sale_label{background : #e12c43;color: #ffffff;}
#breadcrumb_banner {
    background-image: url(../img/wooden-hd-bg2.jpg);
    margin-top:0px;
    padding: 60px 0px 100px 0px;
    height: 200px;
}
#breadcrumb_banner h1{position: relative;z-index: 10;}
#breadcrumb_banner .breadcrumb{position: relative;z-index: 10;}
.page_banner {position: relative;}
.page_banner .page_bg:before {content: "";background: rgba(0, 0, 0, 0.7);position: absolute;left: 0;right: 0;top: 0;bottom: 0;z-index: 0;}
#breadcrumb_banner ul.breadcrumb li a{color: #89c765;}
#breadcrumb_banner ul.breadcrumb li.active{color: #fff;}

.hair_care{background-image: url(../img/hair_care.png);
background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100%;
	height:197px;
}
.product_det_info{width:100%;float:left;padding: 15px;background-color:#fff;border:1px solid #ccc;border-radius:3px;}
.product_det_info h2{font-size:34px;line-height: 26px;margin-bottom: 0px;display: inline-block;}
.product_det_info .details-rating span.full_star {font-size: 14px;}
.product_det_info .details-rating span.empty_star{font-size: 14px;}
.product_det_info .details-rating{border-bottom:1px solid #ccc;padding-bottom:10px;background-color:transparent;margin-bottom:15px;}
.price_range{width:100%;float:left;}
.price_range label{font-size:24px;color:#89c765;font-weight:600;}
.price_range span{font-size: 14px;}
.price_range span.strike_value{text-decoration: line-through;color: #878787;margin-left: 15px;}
.price_range span.off_value{margin-left:5px;color:#89c765;}
.prod_desc_cont{width:100%;float:left;}
.prod_desc_cont p{margin:0px 0px 5px 0px;}
.qua_ava{width:100%;float:left;margin-bottom:12px;}
.qua_ava .product-quantity{float:left;}
.qua_ava .ava_stock{padding: 16px 0px;line-height: 24px;}
.product-quantity .minus{background-color: transparent;font-size: 20px;padding: 1px 12px;margin-right: 5px;}
.product-quantity .value_text{background-color: transparent;font-size:22px;padding: 5px 0px;
width: auto;max-width: 80px !important;border-radius: 50px;}
.product-quantity .plus{background-color: transparent;font-size: 20px;padding: 1px 12px;margin-left: 5px;}
.product-quantity .cart-plus-minus {
    border: 1px solid #9e9fa5;
    border-radius: 5px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: flex!important;
}
.product-quantity .cart-plus-minus .minus-btn:hover, .product-quantity .cart-plus-minus .plus-btn:hover {
    background: #89c765;
}
.product-quantity .cart-plus-minus .minus-btn, .product-quantity .cart-plus-minus .plus-btn{background: #343a40;color: #fff;height: 44px;}
.add_buy_btn .product-quantity .cart-plus-minus .plus-btn{height: 44px;}
.product-quantity .cart-plus-minus input{width: 60px;}
.product-quantity .cart-plus-minus .minus-btn {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.product-quantity .cart-plus-minus .plus-btn {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.ava_stock label{font-size:16px;}
.ava_stock label span{color:#89c765;}
.add_buy_btn{width:100%;float:left;text-align:center;}
.add_to_cart{background-color:#ff9f00;padding:10px 16px;color:#fff;display: inline-block;font-weight: 600;border-radius:50px;border:1px solid #ff9f00;}
.add_to_cart:hover{background-color:transparent;border:1px solid #ff9f00;color:#ff9f00;}
.buy_now{background-color:#89c765;padding:10px 16px;color:#fff;display: inline-block;font-weight: 600;border-radius:50px;border:1px solid #89c765;}
.buy_now:hover{background-color:transparent;border:1px solid #89c765;color:#89c765;}
.prd_tab_det{width:100%;float:left;background-color:#fff;margin-top:15px;}
.tab_btn{    margin: 0px 0px 0px 0px;padding-bottom: 5px;float: left;width: 100%;}

.prd_tab_det .wrapper{margin-bottom:15px;height: auto;border-bottom: 1px solid #ccc;padding-bottom: 15px;}
.tab_btn li img{width:40px;margin-bottom:5px;}
.tab_btn li a.active{color: #fff !important;background-color:#89c765 !important;border-radius:5px;padding: 5px 10px;}
.tab_btn li a{font-weight: 700;padding: 12px 12px !important;background-color:#d2d8de !important;color:#000 !important;font-size: 14px;}

.prd_tab_det .multipletab{padding:15px 15px 0px 15px;}
.prd_tab_det .tab-content{margin-bottom:0px;}

.review_main_head{float: left;width: 100%;margin-top: 20px;/* min-height:520px;max-height:520px;overflow:auto; */}
.rev_box{background-color: #ececec;width:100%;float:left;padding: 30px 15px 15px 15px;margin-bottom:35px;}
.rev_box h3{font-size:16px;position: absolute;margin-top: -46px;padding: 5px 20px 10px 20px;
border-radius: 30px;line-height: 20px;display:block;background-color: #89c765 !important;color:#fff;}
.rati_date{width:100%;float:left;margin-bottom: 10px;}
.rati_date .details-rating{width: auto;background-color: transparent;}
.date_label{float:right;font-size: 14px;}
.rev_desc{float: left;width: 100%;}
.rev_desc p{margin-bottom:0px;}
.write_review a{border:2px solid #89c765;border-radius:25px;padding:10px 13px;color:#89c765;}
.write_review a:hover{background-color:#89c765;color:#ffffff;}
.product_det_img{}
.mb_20{margin-bottom:20px;}
.product_det_img .carousel-control-next, .carousel-control-prev{background: rgba(0, 0, 0, 0.8);width:auto;padding:25px 7px;top: 50%;bottom: 50%;
border-radius: 3px;}
.product_det_img .carousel-indicators.list-inline{background-color: #fff;width: 100%;margin: 0px !important;float: left;position: initial;height:auto;}
.product_det_img .carousel-indicators.list-inline li{height: auto;background-color: transparent;opacity: inherit;}
.product_det_img .carousel-indicators.list-inline li img{opacity: inherit !important;}
.product_det_img .carousel-indicators li.active{height: auto !important;background-color: transparent !important;opacity: inherit;}


/* Modal Start here */
.modal-backdrop, .modal-backdrop.fade.in {background-color: #333!important;}
.modal-backdrop.in {opacity: .5;filter: alpha(opacity=50);}
.modal-backdrop {position: fixed;bottom: 0;}
.fade.in {opacity: 1;}
.modal.show {background: #333 !important;z-index: 100000 !important;opacity:0.9;}
.modal-dialog{z-index:1000001;}
.modal-title{color: #333;}
.review_modal .modal-dialog{margin-top:100px;}
.modal-content{background-color:#fff !important;-webkit-box-shadow: 0 5px 15px rgb(0 0 0 / 50%);box-shadow: 0 5px 15px rgb(0 0 0 / 50%);}
.form-group {margin-bottom: 15px;}
.form-group label {font-weight:600;font-size:14px;}
.input-group{display:table;border-collapse:separate}.input-group-addon:first-child{border-right:0}
.input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;
border-radius:4px}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}
.input-group .form-control,.input-group-addon,.input-group-btn{display:table-cell}.input-group-addon>i{color:#c5cdda}
.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}
.form-control{width:100%;height:34px;padding:6px 12px;background-color:#fff;border:1px solid #c2cad8;border-radius:4px;
-webkit-box-shadow:inset 0 1px 1px rgb(0 0 0 / 8%);box-shadow:inset 0 1px 1px rgb(0 0 0 / 8%);
-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}
.modal-header{padding: 8px 15px 8px 15px !important;border-bottom: 1px solid #ccc !important;}
/* Modal Start end */

/*Star*/
.jq-star-svg {padding-left: 5px;width: 100%;height: 100%;}
.jq-star {width: 100px;height: 100px;display: inline-block;cursor: pointer;}
/*Star*/

.sub_btn{background-color: #89c765;padding: 10px 16px;color: #fff;display: inline-block;font-weight: 600;border-radius: 50px;border: 1px solid #89c765;}
.sub_btn:hover{border:1px solid #89c765;color:#fff;}
.sub_btn:focus{color:#fff;}
.rev_write{margin-top:15px;}
.login_modal .modal-dialog{margin-top:100px;width:400px;}

/* Captcha Level Design Start */
.captcha_par {width: 100%;max-width: 360px;}
.captcha_par input{width: 100%;max-width: 100%;border: 1px solid #e6e6e6;border-radius: 3px;color: var(--text-light);
margin-bottom:0px;height: auto;padding:10px 10px!important;font-size: 15px;border-radius: 4px;box-shadow: 0px 1px 3px rgba(0,0,0,.1), 0px 1px 2px rgba(0,0,0,.1);
color: var(--text-dark);}
.captcha_par .d-flex {position: relative;overflow: hidden;margin-left: 10px;}
.captcha_par .d-flex a{right: 0;top: 0;position: absolute;width: 35px;height:44px;background: #2b4d2e;text-align: center;padding-top: 7px;color: #fff;
cursor: pointer;}
.login_par label{}
.captcha_par .d-flex a:hover{color: #fff;}
#txtCaptcha {background: #ccc;border-color: #ccc!important;cursor: not-allowed;}
.theme-form-style-one .d-flex{display: -ms-flexbox!important;display: flex!important;}
/* Captcha Level Design End */

.login-action{margin-bottom:15px;float: left;width: 100%;}
.create_account{width: 100%;background-color: #6c7a8d;margin: 15px 0px -16px 0px;padding: 10px 15px;text-align: center;font-weight: 600;color:#fff;}
.create_account:hover{color:#fff;}

.portlet.light{padding:12px 20px 15px;background-color:#fff}
.portlet.light>.portlet-title{padding:5px 15px;min-height:48px;background-color:#89c765;color:#fff!important}
.portlet>.portlet-title{border-bottom:1px solid #eee;padding:0;margin-bottom:10px;min-height:41px;-webkit-border-radius:4px 4px 0 0;
-moz-border-radius:4px 4px 0 0;-ms-border-radius:4px 4px 0 0;-o-border-radius:4px 4px 0 0;border-radius:4px 4px 0 0}
.portlet.light>.portlet-title>.caption{color:#666;padding:10px 0}
.portlet>.portlet-title>.caption{float:left;display:inline-block;font-size:18px;line-height:18px;padding:10px 0}
.portlet.light>.portlet-title>.actions{padding:6px 0 14px}.portlet>.portlet-title>.actions{float:right;display:inline-block;padding:6px 0}
.portlet>.portlet-body{clear:both;-webkit-border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;-ms-border-radius:0 0 4px 4px;
-o-border-radius:0 0 4px 4px;border-radius:0 0 4px 4px}.bold{font-weight:600}.reg_submit{background-color:#fff;padding:0 15px 15px 15px}
.font-white{color:#fff!important}.custom-control{position:relative;display:block;min-height:1.5rem;padding-left:1.5rem}
.custom-control-input{position:absolute;left:0;z-index:-1;width:1rem;height:1.25rem;opacity:0}
.shipping-check .custom-control-label{color:#fff;font-weight:700;cursor:pointer}
.custom-control-label{position:relative;margin-bottom:0;vertical-align:top}
.shipping-check .custom-control-label::before{border:grey solid 2px;position:absolute}
.custom-checkbox .custom-control-label::before{border-radius:.25rem}
.custom-control-label::before,.custom-file-label,.custom-select{
transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.custom-control-label::before{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;pointer-events:none;content:"";
background-color:#fff;border:#adb5bd solid 1px;}
.shipping-check .custom-control-label::after{top:4px}
.custom-control-label::after{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;content:"";background:no-repeat 50%/50% 50%}
.table-content table{background:#fff;border-color:#eaedff;border-radius:0;border-style:solid;border-width:1px 0 0 1px;text-align:center;width:100%;
margin-bottom:0}
.table-content .product-quantity{float:none}
.table-content table td.product-name{font-size:14px;font-weight:700;text-transform:capitalize}
.table-content table td.product-name a:hover{color:#49a010}
.table-content table td{border-top:medium none;padding:10px 10px;vertical-align:middle;font-size:16px}
.table-content table td,.table-content table th{border-bottom:1px solid #eaedff;border-right:1px solid #eaedff;white-space:nowrap;padding:7px 5px;    font-size: 14px;
}
.product-quantity input{color:#000;font-size:15px;font-weight:600}
.table td,.table th{border-top:1px solid #eaedff}
.product-quantity>input{width:80px;border-radius:3px}
.table-content table td.product-subtotal{font-size:16px;font-weight:600}
.table-content table td .cart-plus-minus{float:none;margin:0 auto}
.coupon-all{margin-top:30px}.coupon{float:left}
#coupon_code{height:57px;border:2px solid #eaedff;padding:0 15px;margin-right:10px}
.table-content .table .product-remove a:hover{color:#49a010}
.table-content .table thead tr{background:#89c765;color:#fff;}
.coupon-all .bt-btn{background:#343a40;color:#fff;padding:16px 25px;text-transform:uppercase;font-weight:700;letter-spacing:1px;font-size:12px;
border-radius:25px;border:0;display:inline-block;transition:.3s;line-height:1}
.coupon-all .bt-btn:hover{background:#5ba927}
.cart-page-total{background-color:#fff;border-radius:5px;padding:10px 15px 15px 15px;box-shadow:0 0 15px rgb(0 0 0 / 10%);margin:0px 0;}
.cart-page-total>ul .total-list{border-top:1px solid #49a010;color:#49a010;font-size:16px;font-weight:600}
.checkout-button{display:block;text-align:center;background:#5ba927;border-radius:3px;color: #fff;padding: 5px;}
.checkout-button:hover{background:#7BB35A;color:#fff;}
.cart-page-total .rupee_sign{font-weight:500}
.coupon2{float:right}
.cart-page-total>h2{font-size:18px;margin-bottom:0px;line-height:18px;font-family: 'Lato', sans-serif;font-weight:600;
padding-bottom: 10px;border-bottom: 1px dashed #ccc;}
.cart-page-total>ul>li{list-style:none;font-size:15px;color:#000;padding:10px 10px;font-weight:500;border-bottom:1px solid #d3d3d3}
.cart-page-total ul>li>span{float:right}
.cart-page-total li:last-child{border-bottom:0}

.pr_car_img{width:60px;}
.del_rec{background-color:#ffffff;color:#ed6b75;border:1px solid #ed6b75;padding: 7px 10px;border-radius: 3px;border:1px solid #ed6b75;}
.del_rec:hover{background-color:#ed6b75;color:#fff !important;border:1px solid #ed6b75;}
.product-quantity input{max-width: 50px !important;}
.not_cart{overflow: auto;min-height:98px;max-height:220px;}
.not_cart .tt-item{background-color:#f6f6f6;border-radius: 5px;}
.not_cart .tt-item a{width:100%;}
.not_cart .tt-item-img img{margin-bottom:0px;}
.not_cart h2.tt-title{font-size: 24px;line-height: 18px;color:#000;display: inline-block;width: 100%;float: left;margin-top: 11px;}
.not_cart .tt-quantity{background-color: #ccc;display: inline-block;padding: 2px 7px;font-size:12px;border-radius: 3px;color: #000;margin-bottom: 5px;}
.not_cart .tt-price{font-weight: 600;color: #89c765;}
.del_record{width: 25px !important;height: 25px;display: inline-block;position: relative;text-align: center;background-color:#ed6b75;color:#fff;border:1px solid #ed6b75;
right: 5px;margin-top:10px;}
.del_record:hover{color:#fff;}
.tt-cart-total-row{float: left;width: 100%;padding: 5px;}
.prof_order_tab{width:100%;float:left;}
.prof_order_tab ul{}
.prof_order_tab ul li{}
.prof_order_tab ul li a{background-color:#fff;padding:9px 15px;width: 100%;float: left;font-weight:600;color:#000;font-size:14px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;}
.prof_order_tab ul li a:last-child{border-bottom:inherit;}
.prof_order_tab ul li a .tab_ic{background-color: #d2d8de;margin-right:10px;border-radius: 50px;color:#000;width:35px;height:35px;
display: inline-block;text-align: center;font-size: 17px;line-height:35px;}
.prof_order_tab ul li a.active_page{color:#fff;
background: rgb(137,199,101);
background: linear-gradient(90deg, rgba(137,199,101,1) 0%, rgba(134,204,94,1) 34%, rgba(108,176,69,1) 100%);
}
.prof_order_tab ul li a.active_page .tab_ic{color:#111;background-color: #fff;}

.port_box{width:100%;float:left;background-color: #fff;padding: 15px;border: 1px solid #ccc;border-radius: 3px;}
.port_heading{width:100%;float:left;margin-bottom: 15px;margin-bottom: 15px;border-bottom: 1px solid #ccc;padding-bottom: 10px;}
.port_body{width:100%;float:left;}
.form-group{margin-bottom:15px;float: left;width: 100%;}
.profile_tab .form-group label{width:100%;float:left;margin-bottom:0px;}
.port_heading h2{font-family: 'Lato', sans-serif;font-size: 24px;font-weight: 600;}
.ch_pd{padding: 10px 10px !important;margin-top: -7px;
    font-size: 13px;
    margin-left: 7px;
    display: block;
    background: #5ba927;
    border: 2px solid #5ba927;
    color: #fff;
    padding: 10px 15px;
    font-weight: 700;
    border-radius: 5px;    float: left;
}
.edit_pd{
	    float: left;

    padding: 10px 18px !important;
    margin-top: -7px;
    font-size: 13px;
    margin-left: 7px;
    display: block;
    background: #2b2f4c;
    border: 2px solid #2b2f4c;
    color: #fff;
    padding: 10px 15px;
    font-weight: 700;
border-radius: 5px;}
.profile_tab{margin-top: 0px;}
.prd_tab_det.profile_tab .multipletab{padding:0px 15px 0px 15px;}
.ch_pd{}
.prof_order_tab{width:100%;float:left;}
.label-completed{
	background: #91c66f;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    padding: 5px 7px;
    border-radius: 3px;
}
.label-delivery{
	background-color: #f3c200;
    color: #fff; 
	font-size: 13px;
    font-weight: 800;
    padding: 5px 7px;
    border-radius: 3px;
}
.label-pending{
	background-color: #E87E04;
    color: #fff;
	font-size: 13px;
    font-weight: 800;
    padding: 5px 7px;
    border-radius: 3px;
}
.view-btn{
	background: #333;
    color: #fff;
    padding: 8px 10px;
    border-radius: 50px;
    font-size: 11px;
    font-weight: 100;
}
.view-btn i{font-weight: 500;}
.view-btn:hover{background:#474747;color:#fff;}
.date-bg{background: #ecf5e7;padding:12px 20px 35px 20px;margin-bottom: 20px;border: 1px dashed #6db33f;}
.date-bg div{float:left}
.date-bg div.order-date{margin-left:20px;float: left;}
.order-no b,.order-date b{color:#333;padding-right:6px;}
.back-button{float:right !important;}
.back-button a{color: #fff;border: 1px solid #212849;border-radius:20px;padding:3px 10px 5px 10px;background-color:#212849;}
.back-button a:hover{color: #212849;border: 1px solid #212849;background-color:#fff;}

.date-bg span{font-size: 14px;color: #333;font-weight: 500;}
.hidden-msg{
	background: #fbe1e3;
    padding: 18px 20px 18px;
    margin-bottom: 20px;
    border: 1px dashed #e73d4a;
	display:inline-block;
	width: 100%;
}
.hidden-msg .msg{float:left;}
.hidden-msg .cancel-button{float:right;}
.hidden-msg h2{
	font-size: 18px;
    font-weight: 700;
    margin-bottom: 0;
	display: flex;
    align-items: center;font-family: 'Lato', sans-serif;
}
.hidden-msg h2 span{margin-left: 50px;color: #212849;}
.hidden-msg h2::before{
  content:url('../img/cancel-cart.png');
  position:absolute; 
  left: 33px;
}
.cancel-button a{
	color: #e73d4a;
    border: 2px solid #e73d4a;
    padding: 7px 20px;
    font-weight: 700;
    border-radius: 20px;
}
.cancel-button a:hover{
	border:2px solid #e73d4a;
	color: #fff;
	background:#e73d4a;
}
.imp-note{
	margin-top: 20px;
    box-shadow: 0 15px 15px rgb(91 142 39 / 8%);
    border: 2px solid #e0ebf9;
	background-color: #e0ebf9;
    padding: 20px;
    border-radius: 7px;
}
.imp-note h2{
	font-size: 16px;
    font-weight: 800;
    margin-bottom: 0;
	color:#212849;
	line-height: 25px;font-family: 'Lato', sans-serif;
}
.imp-note h2 a{color:#327ad5;}
.imp-note h2 a:hover{color:#327ad5;}
.dispatch_widget{
    padding:15px 15px;
	background: #fff;
    margin-bottom: 24px;
box-shadow: 0 0 15px rgb(0 0 0 / 10%);
}

.dispatch_widget h2{
	color: #212849;
    font-size:18px;
    font-weight: 700;
	margin-bottom:5px;
	font-family: 'Lato', sans-serif;
}
.dispatch_widget p{
	font-size:15px;
	font-weight: 500;
	margin-bottom: 0px;
}
.dis_number{background-color: #ecf5e7;padding: 3px 10px;display: inline-block;border-radius: 3px;margin-top: 5px;color:#111;font-weight:600;}

/*Checkout page Start*/
.checkout-div{background:#f8f8fa;box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);}
.checkout-title-bg h1{background-color:#5ba927;font-size:18px;font-weight:500;padding:10px 18px;color:#fff;margin-bottom:16px;font-family: 'Lato', sans-serif;}
.checkout-div [class*=col-] p{color:#333;font-weight:600;font-size:15px;margin-bottom:12px;margin-left: 35px;}
.pay-border{margin-top:40px}
.pay-div h1{color:#222;font-size:23px;font-weight:800;font-family: 'Lato', sans-serif;}
.address-detail{padding:5px 10px 15px}
.pay-div .form-check-inline{margin-top:0px;}
.pay-div .form-check-inline label{font-size:14px;color:#333;line-height:24px;font-weight:700;cursor:pointer}
.proceed-btn{margin:20px 0}
.proceed-btn a{background:0 0;width:100%;color:#222;font-size:15px;text-align:center;font-weight:700;letter-spacing:.4px;text-transform:uppercase;
padding:14px 16px;border:2px solid #5ba927;box-shadow:0 1px 2px 0 #e3e2e2}
.proceed-btn a:hover{background: #5ba927;border: 2px solid #5ba927;color:#fff;}	
/*Checkout page Start End*/

/*Radio Button*/
.pay-div1 .form-check-inline{margin-top:0px;}
.pay-div1 .form-check-inline label{font-size:14px;color:#333;line-height:24px;font-weight:700;cursor:pointer}
.pay-div1 .custom-control-input:focus~.custom-control-label::before{box-shadow: 0 0 0 0.2rem rgb(86 156 40 / 41%);}
.pay-div1 .form-check-inline{display: inline-block;padding-bottom: 12px;margin-right: 0;margin-top:0px;}
.pay-div1 .custom-control-label::before{border: #808080 solid 2px;top: 4px;}
.pay-div1 .custom-control-input:checked~.custom-control-label::before{border-color: #808080 !important;background-color: #5ba927 !important;}
.pay-div1 .form-check-inline input{cursor: pointer;margin-right:4px;} 
/* input[type='radio']:checked:after {
	-webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.8);
}
.pay-div .form-check-inline{display: inline-block;}	
.pay-div .form-check-inline input{cursor: pointer;margin-right:4px;} */

.form-check-inline.custom-checkbox .custom-control {
    position: relative;
    z-index: 1;
    display: inline-block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}
.form-check-inline.custom-checkbox input[type="radio"] {display: none;} 
.form-check-inline .custom-control-input:focus:not(:checked)~.custom-control-label::before{border-color: #fff}
.form-check-inline.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    color: #5ba927;
    background-color: #fff;
    border: 2px solid #5ba927;
}
.form-check-inline.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
    border-radius: 50%; 
	background: #5ba927;
	top: 2px;
}
.form-check-inline.custom-checkbox .custom-control-label::before{border-radius:50%;}
.custom-control-label::before {
    border: #808080 solid 2px !important;
	position: absolute;
    top: 2px;
	background-color: transparent !important;
}
/*Radio Button*/

/*Order Place Start*/
.order-place-bg{text-align:center;border-radius:13px;padding:24px 12px 12px;border:2px solid #eaedff;box-shadow:0 0 15px rgb(0 0 0 / 8%);
background-color: #ffffff;}
.order-place-bg i{color:#fff;font-size:20px;line-height: 35px;}
.order-place-bg h2{font-size:26px;font-weight:700;color:#49a010;line-height:30px;text-align:center;
margin-top:20px;margin-bottom:15px;font-family: 'Lato', sans-serif;}
.order-place-bg h4{color:#222;font-weight:700;font-size:18px;padding-bottom:25px}
.icon-list{margin-right:12px}.icon-list i{display:inline-block;font-size:24px;color:#49a010;font-weight:400}
.icon-list-content h4{font-weight:600;font-size:17px;color:#327ad5;line-height:30px;margin-bottom:0;padding-bottom:0px}
.order-details{padding:0 0px;}
.order-details .order-info .text-holder p{text-align:left}
.order-info{overflow:hidden;padding-left:0}
.order-info li{position:relative;list-style:none;color:#fff;padding-left:26px;margin-bottom:20px;}
.order-info li .icon-holder{position:absolute;top:0;left:0px}
.order-info li .icon-holder span{color:#333;font-size:14px;line-height:25px}
.order-info .text-holder p span{font-weight:700;font-size:16px;color:#222}
.order-info .text-holder p{font-size:14px;color:#222;font-weight:400}
.bottom-pay{font-size:15px;color:#222;line-height:24px;font-weight:600;padding:14px 0}
.bottom-pay span{color:#49a010;font-weight:700;padding:0 2px}
.bottom-pay .rupee_sign::before{margin-right:1px;}
.sent_order_info{padding: 5px 12px 5px 12px;border:1px dashed #327ad5;margin-bottom: 15px;border-radius: 3px;background-color: #e0ebf9;color:#327ad5;}
.order_ic{width: 35px;display: inline-block;height: 35px;background-color:#49a010;}
.order-details .text-holder{padding: 7px 0px 0px 20px;}
.order-place-bg img{width:80px;}
/*Order Place End*/

/* 15. Login */
.forgot-pass-div{padding: 10px 30px 40px;background-color: #fff;}
.forgot-pass-div img{width: 110px;background-color: #fff;padding: 10px;border-radius: 20px;margin-top: -30px;
box-shadow: 0 0 15px rgb(0 0 0 / 8%);}
.forgot-pass-div button{margin-top:20px;}
.forgot-pass-div p{
	color: #333;
    background-color: #e0ebf9;
    border: 1px dashed #327ad5;
    padding: 8px 13px;
    font-size: 14px;
    font-weight: 500;
	border-radius:5px;
    margin-bottom:15px;
}
.basic-login {
	
    border: 2px solid #eaedff;
	box-shadow: 0 0 15px rgb(0 0 0 / 8%);
}
.basic-login h3{font-size: 26px;color: #49a010;font-family: 'Lato', sans-serif;}

.login-action input {
  width: inherit;
  height: auto;
}
.login-action label {
  display: inline-block;
  margin-left: 5px;
}
.or-divide {
  border-top: 2px solid #eaedff;
  margin: 35px 0 30px;
  text-align: center;
  position: relative;
}
.or-divide span {
  position: absolute;
  left: 0;
  right: 0;
  top: -9px;
  background: #ffffff;
  display: inline-block;
  width: 40px;
  margin: auto;
  line-height: 1;
  font-weight: 500;
}
.forgot-login a {
    color: #2b2f4c;
    font-weight: 700;
}
.forgot-login a:hover {
	color: #49a010;
}
.mb-30 {
    margin-bottom: 30px;
}
.mt-20 {
    margin-top: 20px;
}

.ic_bx{position: absolute;top: 0;left: 8px;width: 30px;height: 30px;text-align: center;border-radius: 3px;font-size: 16px;line-height: 27px;background-color: #89c765;color: #fff;
float:left;}

/* Blog Page Start  */
.row-flex {display: flex;flex-wrap: wrap;}
.blog_section [class*="col-"] {margin-bottom: 30px;}
.blog_section img{width:100%;}
.blog_cont_box{background-color: #fff;padding: 15px 15px 30px 15px;width:100%;float:left;}
.blog_cont_box span{padding:0px;display: inline-block;margin-bottom: 10px;color:#b5b5b5;border-radius:3px;font-size:18px;}
.blog_cont_box h2{font-size: 16px;font-family: 'Lato', sans-serif;margin-bottom: 10px;font-weight:500;
-webkit-line-clamp:2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;color:#3e3e3e;}
.read_more{float: left;color:#89c765;position: absolute;bottom:0px;font-size: 35px;color: rgba(0, 0, 0, .25);}
.read_more:hover{color:#5e5e5e;}
.com_list_img {width: 100%;float:left;margin-bottom:15px;}
.com_list_img img {height:200px;transition: all .6s ease-in;}
.com_list_img:hover img{/* transform: scale3d(1.1, 1.1, 1);opacity: .6; */}
.content {height: 100%;background-color: #fff;box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);}
.pag_record p{line-height: 40px;margin-bottom: 0px;}
.pag_number .page-item a:hover{background-color:#89c765;color:#fff;}
/* Blog Page end  */

/* Blog Detail Page Start  */
.single-blog-post{margin-bottom:35px}.our-blog .img-holder{background:#292928;overflow:hidden;position:relative}.our-blog .img-holder img{width:100%;transition:all .6s ease-in}.masnory-blog-wrapper{margin:0 -25px}
.single-blog-post .post-data{padding:28px 20px 18px 30px;border-top:none;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;background-color:#fff}.post-data .date{font-size:20px;color:#b5b5b5;text-transform:capitalize}.single-blog-post .title{margin:18px 0 15px}.post-data .blog-title-one{font-size:24px;line-height:35px;color:#3e3e3e}.post-data .date:hover{color:#363636;text-decoration:underline}.single-blog-post:hover .img-holder img{opacity:.6;transform:scale3d(1.1,1.1,1)}.img-holder img{width:100%;transition:all .6s ease-in}.careers{position:relative;padding:0 0 30px}.single-blog-post{margin-bottom:35px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.img-holder{background:#292928;overflow:hidden;position:relative}.text-center .button-one{border-color:#ff3a46;color:#ff3a46;width:220px;line-height:56px;text-align:center;font-size:19px;border-width:2px;border-style:solid;border-radius:30px;position:relative}.button-one:hover{color:#fff;border-color:#fff}.button-one:hover::before{transform:scale(1,1);background:#ff3a46}.button-one::before{content:'';position:absolute;width:100%;height:100%;top:0;left:0;border-radius:30px;z-index:-1;transform:scale(0,1);transition:all .3s ease-in-out}.post-data .read-more{font-size:35px;color:rgba(0,0,0,.25);line-height:20px}.post-data .read-more:hover{color:#5e5e5e}.hight_light_link a,.single-blog-post .post-data p a{color:#0056b3;display:inline;font-weight:500}.hris_par{background:#ededed;padding:30px 45px 5px}.hris_par .col-sm-6{margin-bottom:30px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.white_box{background:#fff;width:100%;height:100%;border-radius:4px;box-shadow:0 1px 3px rgba(0,0,0,.1),0 1px 2px rgba(0,0,0,.18)}.white_box>.box_body,.white_box>.box_head{padding:10px;text-align:left;width:100%;max-width:100%!important}.white_box>.box_head{border-bottom:1px solid #ededed}.white_box>.box_head h3{font-size:18px;text-transform:uppercase;-webkit-transition:all .4s ease;transition:all .4s ease}.white_box>.box_head.bh_1 h3{color:#4c6aab}.white_box>.box_head.bh_2 h3{color:#4e9dd4}.white_box>.box_head.bh_3 h3{color:#34a745}.white_box>.box_head.bh_4 h3{color:#d65247}.box_body .accordion,.box_body .accordion>div,.box_body .clearfix{width:100%!important;padding:0!important}.accordion .card-header:after{font-family:FontAwesome;content:"\f068";float:right}.accordion .card-header.collapsed:after{content:"\f067"}.box_body .card-title{margin:0}.box_body .card-header.collapsed{color:#575c63}.box_body .card-header{color:#e47b48;font-weight:500;font-size:15px;text-transform:uppercase;cursor:pointer;-webkit-transition:all .4s ease;transition:all .4s ease}.box_body .card-header:hover{color:#e47b48}.box_body .accordion>div{box-shadow:0 1px 2px rgba(60,64,67,.3),0 1px 3px 1px rgba(60,64,67,.15);border-radius:8px}.card-body ul li{font-size:14px;padding-left:18px;position:relative;margin-bottom:10px;line-height:25px}.card-body ul li:last-child{margin-bottom:0}.card-body ul li::before{content:"";background:#539ed4;width:8px;height:8px;border-radius:3px;position:absolute;left:0;top:9px}.acc_note{font-size:14px;line-height:22px}
.blogs_par .theme-sidebar-widget .sidebar-title{font-size:24px;color:#1d1d1d;padding-bottom:0px;font-weight:600;}
.blogs_par .theme-sidebar-widget .recent-news-item li{border-bottom:1px solid #eaeaea;padding-bottom:15px;margin-bottom:15px;}
.blogs_par .theme-sidebar-widget .recent-news-item li:last-child{border-bottom:0;padding-bottom:0}
.blogs_par .theme-sidebar-widget .recent-news-item .rn-title{font-size:20px;line-height:28px;margin-bottom:8px}
.blogs_par .theme-sidebar-widget .recent-news-item .rn-title a{color:#3e3e3e}.blogs_par .theme-sidebar-widget .recent-news-item .date{font-size:18px;color:#b5b5b5}.blogs_par .single-blog-post .post-data{padding:40px 0;border:none}.blogs_par .user-comment-area .single-comment{padding:50px 0 40px;border-bottom:1px solid #e5e5e5}.blogs_par .user-comment-area .single-comment.comment-reply{margin-left:100px}
.blogs_par .comment-form-area form input,.blogs_par .comment-form-area form textarea,.blogs_par .comment-form-area input,.blogs_par .comment-form-area textarea{
	border:1px solid #dcdcdc;width:100%;max-width:100%;}
.blogs_par .comment-form-area form input:focus,.blogs_par .comment-form-area form textarea:focus,.blogs_par .comment-form-area input:focus,.blogs_par .comment-form-area textarea:focus{border-color:#383838}.blogs_par .theme-button-two{background:#4c6aab;text-transform:capitalize;text-align:center;font-size:18px;color:#fff;line-height:50px;padding:0 40px;position:relative;z-index:1;margin:0 auto}.blogs_par .theme-button-two::before{content:'';position:absolute;top:4px;right:4px;bottom:4px;left:4px;border:1px solid #fff;opacity:0;transition:all .3s ease-in-out}.blogs_par .theme-button-two:hover::before{opacity:1}.blogs_par .share-icon{margin-left:-5px;margin-right:-5px}.blogs_par .share-icon li{padding-left:5px;padding-right:5px}.blog_heading{font-size:45px;line-height:54px}.blogs_par .share-icon li a{float:none;display:inline-block;width:47px;height:35px;border:2px solid;-webkit-border-radius:8px;-moz-border-radius:8px;-ms-border-radius:8px;-o-border-radius:8px;border-radius:8px;line-height:30px;font-size:18px;text-align:center;-webkit-transition:all .4s ease;transition:all .4s ease;border-color:currentcolor}.blogs_par .single-blog-post .post-data ul li{position:relative;padding-left:18px;margin-bottom:10px}.blogs_par .single-blog-post .post-data ul li:before{content:"";background:#539ed4;width:8px;height:8px;border-radius:3px;position:absolute;left:0;top:10px}
.leave_comment{background-color:#fff;padding:20px 30px 0px 30px;margin-top: 20px;border-top: 1px solid #ccc;}
.blogs_par .theme-sidebar-widget{background-color: #fff;padding: 15px;}
.blogs_par .share-icon {
    margin-left: -5px;
    margin-right: -5px;
}
.blogs_par .share-icon li {
    padding-left: 5px;
    padding-right: 5px;
}
.blogs_par .share-icon li a {
    float: none;
    display: inline-block;
    width: 47px;
    height: 35px;
    border: 2px solid;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    line-height: 30px;
    font-size: 18px;
    text-align: center;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    border-color: currentcolor;
}
.s_fb {
    color: #3b5998;
    border-color: #3b5998;
}
.s_fb:hover {
    background: #3b5998;
    border-color: #3b5998!important;
    color: #fff;
}
.s_tw {
    color: #1da1f2;
    border-color: #1da1f2;
}
.s_tw:hover {
    background: #1da1f2;
    border-color: #1da1f2!important;
    color: #fff;
}
.s_lk {
    color: #0077b5;
    border-color: #0077b5;
}
.s_lk:hover {
    background: #0077b5;
    border-color: #0077b5!important;
    color: #fff;
}
.s_in{
	border-color: #d6249f;
    color: #d6249f;
}
.s_in:hover {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    border-color: #d6249f!important;
    color: #fff;
}
.share_label{line-height: 30px;font-weight: 600;}
.single-blog-post{background-color:#fff;}
.post-tag-area{padding: 0px 30px;}
.leave_comment h3{font-weight: 600;}
.commented_div{padding: 15px 20px 15px 20px;}
.commented_div .rev_box h3{font-size: 14px;font-weight:500;}
.commented_div h3{font-weight:600;}
.commented_div .rev_box{padding: 15px 15px 15px 15px;margin-bottom: 10px;}
.commented_div .rev_box h3{position:inherit;margin-top: 0px;float: left;}
.commented_div .date_label{margin-top: -40px;}
.commented_div .rati_date{margin-bottom: 5px;}
/* Blog Detail Page End */



.curr_dd{padding: 7px 5px 4px 5px;margin: 0px 5px 0px 10px !important;}
.curr_dd select{padding: 0px 5px;height: 30px;font-family: FontAwesome;}
.modal{z-index: 10002;}
.pop_up_modal.in{background: #333 !important;z-index: 100000 !important;
opacity: 0.9;}
.pop_up_modal .modal-dialog{margin-top:150px;width:400px;}
.content.news_list{padding:15px;}
.news_list .com_list_img{width:18%;}
.news_list .blog_cont_box{width:82%;padding: 0px 15px;}
.news_list .com_list_img img{height: 111px;}
.news_list .blog_cont_box h2 a{color:#212529;}
.title_head_date{width:100%;float:left;}
.title_head_1{float:left;font-weight: 600;font-size: 18px;margin-bottom: 10px}
.date_head{float:right;}
.news_list .blog_cont_box h2{width: 100%;margin-bottom: 0px;}
.news_list .blog_cont_box span{margin-bottom: 5px;}
.news_list .read_more{position: inherit;}
.news_list .summer_editor p{margin-bottom:0px;}
.post-data h3{font-weight:600;}
.news_det_head_sec h3{float:left;font-size:24px;}
.news_det_head_sec a{float:right;}



/* Privacy Policy Start */
.static_page{width:100%;float:left;background-color:#fff;padding:15px;}
.page_box h3{font-size:16px;font-weight:600;}
/* Privacy Policy End */

.site_map_page.list_detail  ul li{
    background-color: #e3edff;
    padding: 5px;
    border-radius: 3px;
    display: inline-block;
    box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
}
.site_map_page.list_detail ul li {
    width: 32.3%;
    float: left;
    background-color: #e3edff;
    margin: 0 1% 1% 0;
    padding: 5px;
    border-radius: 3px;
}
.site_map_page.list_detail ul li a {
    float: left;
    width: 100%;
    color: #000;
    font-weight: 600;
	line-height: 33px;
}
.list_detail ul li a div.icon {
    float: left;
}
.site_map_page.list_detail li .icon i {
    width: 28px;
    height: 28px;
    line-height: 29px;
    margin-right: 10px;
}
.site_map_page.list_detail li .icon i {
    width: 33px;
    height: 33px;
    background: #294DA414 0 0 no-repeat padding-box;
    text-align: center;
    line-height: 33px;
    border-radius: 50%;
    margin-right: 15px;
}
.site_map_page.list_detail li .text {
    font-size: 14px;
    padding-top: 0;
}
.sub_link {
    float: left;
    width: 100%;
    padding-left: 19px;
}
.sub_link ul li {
    float: left;
    width: 100% !important;
    border-bottom: 1px dashed #ccc;
    box-shadow: inherit !important;
}
.child_menu {
    float: left;
    padding-left: 40px;
    font-size: 12px;
}
.sub_link ul li a .text {
    color: #333;
    font-size: 12px !important;
	line-height: 33px;
}
.sub_link ul li:last-child {
    border-bottom: inherit;
}


.sear_icon{position:absolute;z-index:100;padding:11px;background-color: #89c765 !important;right:0px;
border-top-right-radius: 20px;border-bottom-right-radius: 20px;}
header .search-full-view .input-group .form-control{padding:20px 25px !important;}
.banner_content{height:400px;}
.portlet-title{float:left;width:100%;}
.sear_icon .input-group-addon>i{color:#fff;}
/* Profile Page Start */
.profile_page .story-div h2{height:50px;}
/* Profile Page End */

/* Team Page Start */
.team-thumb{text-align:center;display:block;width:100%;box-shadow:3px 4px 15px #00000026}
.team-thumb .brd{border-bottom:none;display:inline-block;position:relative;margin-top:5px}
.team-thumb img{width:200px;max-width:100%;display:inline-block;border-radius:2%}
.team-info{background:#fff;transform:translateY(0);padding:15px 5px;transition:.3s;position:relative;overflow:hidden;box-shadow:3px 4px 15px #00000026;
text-align:center}
.team-info h4{font-size:16px;margin-bottom:5px;transition:.3s;color:#89c765;font-weight:600;}
.team-info span{font-size:13px;transition:.3s;font-weight:600;}
.mb-20{margin-bottom:20px;}
/* Team Page End */

.site_map_page.list_detail.sing_shop_list ul li{width: 100%;}
.site_map_page.list_detail.sing_shop_list ul li .sub_link{}
.site_map_page.list_detail.sing_shop_list ul li .sub_link ul li{width:32.33% !important;}
.site_map_page.list_detail.sing_shop_list ul li .sub_link ul li .child_menu ul li{width:100% !important;}
.view_center{text-align:center;}
.view_center a{float: initial;}

.fruit-banner,
.fruit-banner2 {
    position: relative;
}
.fruit-banner-img,.fruit-banner-img2 {
	overflow: hidden;
}
.fruit-banner-img img,.fruit-banner-img2 img {
    width: 100%;
    transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}
.fruit-banner-img2 img{height: 255px;}
.fruit-banner-img:hover img,.fruit-banner-img2:hover img {
    transform: scale3d(1.1, 1.1, 1.1);
}
.fruit-banner-text {
	position: absolute;
    top: 0px;
    left: 45%;
    padding: 50px 60px 0px 0px;
}
.fruit-banner-text span {
	font-size: 27px;
    color: #49a010;
    font-weight: 600;
    font-family: 'PRISTINA';
    display: block;
    margin-bottom: 10px;
    line-height: 32px;
}
.fruit-banner-text h5 {
    font-size: 28px;
    font-weight: 700;
    color: #222;
}
.fruit-banner-text2 {
    position: absolute;
    top: 60px;
    left: 50px;
	text-align: left;
}
.fruit-banner-text2 .fruit-banner-btn:hover{background: #364F28;border: 2px solid #364F28;}
.fruit-banner-text2 span {
   font-size: 22px;
    color: #49a010;
    font-weight: 400;
    display: block;
}
.fruit-banner-text2 h5 {
	font-size: 28px;
    font-weight: 800;
    color: #222;
    margin-bottom: 25px;
}
.fruit-banner-text2 p {
    color: #555;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
}
.sm-btn.fruit-banner-btn {
    line-height: 38px;
    padding: 0px 30px;
}
a.sm-btn {
    font-size: 13px;
    font-weight: 700;
    color: #49a010;
    line-height: 44px;
    border: 2px solid #49a010;
    padding: 0px 50px;
    display: inline-block;
}
a.sm-btn:hover{color: #ffffff;background-color:#49a010 !important;border: 2px solid #49a010 !important;}
.coupan_code{margin-top:30px;}
.in_stock {color: #49a010;font-weight:600;}
.out_of_stock {color: #dc3545 !important;font-weight:600;}
.trending_list{text-align: center;}
.trending_list .product_list{text-align:left;}
.trending_list .product_list .product_info p{margin-bottom:5px;}

/* .trending_list{float:left;width:100%;} */
.deal_rate{text-align:center;}
.product_rate_cart.deal_rate h3{float:initial;}
.product_rate_cart.deal_rate span{float:initial;}


.my_pr_log ul{}
.my_pr_log ul li{padding:7px 10px;border-bottom:1px solid #ccc;float: left;width: 100%;}
.my_pr_log ul li a{width:100%;float:left;}
.my_pr_log ul li a i{width:25px;text-align: center;} 
.login_btn{padding:0px 12px 0px 0px !important;border-radius:8px;border: 0px !important;box-shadow: none !important;
border-top-right-radius:15px;border-bottom-right-radius:15px;}
.login_btn i{background-color: #89c765;padding: 5px 8px;margin-left:-6px;margin-right: 3px;border-radius: 50px;color:#fff;border:2px solid #fff;}
.login_btn span{padding:0px 0px;}

#search-close{}
.search-full-view{}
.login_page{padding:0px 15px 16px 15px !important;}
.view_all_btn{border:1px solid #89c765;padding:5px 13px;border-radius: 20px;font-weight: 500;color:#89c765;margin: 0px 0px 15px 0px;display: inline-block;}
.view_all_btn:hover{background-color:#89c765;color:#fff;}

.top-notification ~ .start-header.start-style{padding:45px 0 0;}
.cont-form{margin-bottom:15px;}

/* Currency Modal Design Start */
.currency_modal .modal-header{padding: 15px 15px 15px 15px !important;background-color: #89c765;text-align: center;
float: left;width: 100%;display: inline-block;}
.currency_modal .modal-dialog{margin-top:200px !important;width:700px;max-width:700px;}
.currency_modal .modal-dialog h4{font-weight:600;color: #fff;float: left;width: 100%;}
.currency_modal .modal-body{padding: 30px 15px;}
.currency_modal .form-group label{font-size:20px;margin-bottom: 20px;}
.currency_modal .form-check-inline{border:1px solid #ccc;padding:15px 35px 15px 35px;border-radius: 3px;margin:0px 15px 15px 15px;
box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);}
.currency_modal label.custom-control-label{float: left;width: 100%;display: inline-grid;}
.currency_modal .custom-control-label::before{right: -1.5rem;left:inherit;top: -10px;}
.currency_modal .custom-control-label::after{right: -1.5rem;left:inherit;top: -10px;}
.currency_modal .custom-control-label i{background-color:#ccc;color:#000;padding: 11px 15px;display: inline-block;width: 42px;
margin: 0px auto;height: 42px;border-radius: 50px;}
.currency_modal .form-check-inline.custom-checkbox .custom-control-input:checked~.custom-control-label::after{top: -10px;}
.curr_icon_div{float: left;width: 100%;}
.curr_icon_div img{background-color: #fff;padding:7px 10px;width:150px;margin: 0px 0px 15px 0px;border: 1px solid #ccc;border-radius:3px;}
/* Currency Modal Design End */


.alert{display:inline-block;}
.alert .alert-text{float:left;}
.alert .alert-close{float:right;}
.alert .alert-close button{position:absolute;right:5px;margin-top: 0px;}

.thanks_page{padding:30px 15px}
.required{color:#e7505a;}
.checkout-div .address-detail{min-height:180px;}
.login-action .log-rem .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #5ba927 !important;
    box-shadow: none;
    border-color: #5ba927 !important;
}





@media screen and (min-width:0\0) {
    a.logo img {
        height: 40px;
    }
}
header .btn {
    padding: 3px 5px 3px 5px;
    box-shadow: 0px 0px 5px 0px rgba(150,150,150,0.5);
}

/**Header Navigation**/
header .navbar-toggler {
    padding: .75rem .5rem 1rem;
    line-height: 1;
    border-radius: 0;
    margin-bottom: 0px;
    float: right;
	border: none;
	padding-right: 0;
}
header .navbar-toggler-icon {
    display: inline-flex;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}

header .navbar-light .navbar-toggler:active,
header .navbar-light .navbar-toggler:focus {
    outline: none;
}
header .navbar-light .navbar-toggler:focus {
    /*box-shadow: 0 0 0px 1px #89c765;*/
}
header .navbar-light .navbar-toggler-icon {
	width: 24px;
	height: 17px;
	background-image: none;
	position: relative;
	border-bottom: 1px solid #231f20;
    transition: all 300ms linear;
}
header .navbar-light .navbar-toggler-icon:after,
header .navbar-light .navbar-toggler-icon:before{
	width: 24px;
	position: absolute;
	height: 1px;
	background-color: #231f20;
	top: 0;
	left: 0;
	content: '';
	z-index: 2;
    transition: all 300ms linear;
}
header .navbar-light .navbar-toggler-icon:after{
	top: 8px;
}
header .navbar-light .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
	transform: rotate(45deg);
}
header .navbar-light .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
	transform: translateY(8px) rotate(-45deg);
}
header .navbar-light .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	border-color: transparent;
}

header .nav-item{
	position: relative;
    transition: all 200ms linear;
    line-height: 40px;
}
header .nav-item:after{
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 5px;
	content: '';
	background-color: #89c765;
	opacity: 0;
    transition: all 200ms linear;
}
header .nav-item:hover:after{
	bottom: 0;
	opacity: 1;
}
header .nav-item.active:after{
    opacity: 1;
    bottom: 0;
}
header .navbar-light .navbar-nav .nav-link {
    padding: 0.5rem 5px 1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #231f20;
    transition: all 0.3s;
    position: relative;
	display: inline-block;
}
header .navbar-light .nav-item.active .nav-link,
header .navbar-light .nav-item:focus .nav-link,
header .navbar-light .nav-item:hover .nav-link {
    color:#89c765;
}
header .navbar-light .nav-item.active .nav-link {
    font-family:'latobold', sans-serif ;
}
header .nav-item .dropdown-menu {
    transform: translate3d(0, 10px, 0);
    visibility: hidden;
    opacity: 0;
	max-height: 0;
    display: block;
    padding: 5px 0;
    margin: 0;
    font-size: 0.8rem;
	background-color: #fff;
	border: none;
	border-radius: 0.25rem;
	box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    transition: all 200ms linear;
}
header .nav-item.show .dropdown-menu {
    opacity: 1;
    visibility: visible;
	max-height: 999px;
    transform: translate3d(0, 0px, 0);
}

header .dropdown-item {
    line-height: 1.5;
    padding: 0.5rem 1.25rem;
	color: #231f20;
    transition: all 0.3s ease-in-out;
}
header .dropdown-item:focus,
header .dropdown-item:hover {
    background-color:#89c765;
    color: #fff;
}
header .dropdown-item.active,
header .dropdown-item:active {
    background-color:#89c765;
}

header .dropdown-toggle::after {
	display: none;
}

header .menu-icon {
    cursor: pointer;
    display: inline-block;
    padding: 15px 10px;
    position: relative;
}
header .menu-icon .navicon {
    background: #fff;
    display: block;
    height: 2px;
    position: relative;
    transition: background .3s ease-out;
    width: 18px;
}
header .menu-icon .navicon:before,
header .menu-icon .navicon:after {
    background: #fff;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
}
header .menu-icon .navicon:before {
    top: 5px;
}
header .menu-icon .navicon:after {
    top: -5px;
}
header .navbar-collapse.show {
   /* -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
    top: 48px;
    background: #fff;*/
   /* width: 100%;*/
    right: 0;
        height: 100vh;
    overflow-y: hidden;
}
header .dropdown:hover>.dropdown-menu {
    display: block;
}
header .search-full-view {
position: fixed;width:400px;height:auto;right: 160px;top:94px;opacity: 0;z-index: -1;
transition: .5s all;transform: scale(0);line-height: 1;border-radius: 15px;
}
header .search-full-view.search-normal-screen {
    opacity: 1;
    z-index: 1;
    transform: scale(0.9);
}
#searchForm input.form-control:focus{box-shadow: inherit;}
header.start-header.scroll-on .search-full-view{top: 48px !important;}
header .search-full-view .input-group {
    width:100%;
    margin: 0 auto;
    top: 40%;
    max-width: 700px;
    border: 1px solid #89c765;
    border-radius: 1.85rem;
}
header .search-full-view .input-group .form-control {
    background: transparent;
    font-size:20px;
    padding: 0.5rem 1.25rem;
    border: 0;
	background: rgba(255, 255, 255, 0.95);
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px;
}
header .search-full-view .input-group .form-control:focus {
    border-color: #fff;
    border:0 !important;
    border-bottom: 0px solid #fff !important;
}
header .search-full-view .input-group .input-group-addon {
    background: transparent;
    font-size:18px;
    border: 0;
    cursor: pointer;
    padding: 0px 5px;
    color: #89c765;
}
header .search-full-view .btn-close {
    background: #e7505a;
	border: 0;
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
    font-size:18px;
    box-shadow: 0 0 black;
	padding: 0px 7px !important;min-width: auto;border-radius: 2px;color: #fff;
}
header .search-full-view .btn-close img { width: 60px; }
header .navbar .action-form {
    width:200px;
    padding:0px;
    left: auto;
    right:60px;
    font-size: 14px;
    margin-top:0px;
    transition: all linear 0.5s;
    transform: translate3d(0, 0px, 0);
    box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    z-index: 9999;
}
header .navbar .action-form form {
    margin-bottom: 0;
}
header .navbar .action-form p {
    margin-bottom: 0.25rem;
}
header .navbar .social-btn .btn,
header .navbar .social-btn .btn:hover {
    color: #fff;
    margin: 0;
    padding: 0 !important;
    font-size: 13px;
    border: none;
    transition: all 0.4s;
    text-align: center;
    line-height: 34px;
    width: 47%;
    text-decoration: none;
}
header .navbar .social-btn .btn i {
    margin-right: 10px;
}
header .navbar .social-btn .facebook-btn {
    background: #507cc0;
}
header .navbar .social-btn .twitter-btn {
    background: #64ccf1;
}
header .or-seperator {
    margin-top: 32px;
    text-align: center;
    border-top: 1px solid #e0e0e0;
}
header .or-seperator b {
    color: #666;
    padding: 0 8px;
    width: 30px;
    height: 30px;
    font-size: 13px;
    text-align: center;
    line-height: 26px;
    background: #fff;
    display: inline-block;
    border: 1px solid #e0e0e0;
    border-radius: 50%;
    position: relative;
    top: -18px;
    z-index: 1;
}

/**Banner Section**/
'section#banner {
    margin-top:0px;
    padding:0px 0px 20px 0px;
}
body.inner section#banner {
    margin-top: 60px;
    padding: 65px 0;
    margin-top: 40px;
    padding: 130px 0;
    height: 280px;
}
section#banner:after {
    content: '';
    float: left;
    width: 100%;
    position: relative;
    top: 65px;
    -webkit-box-shadow: -2px 1px 3px 1px rgb(125 93 44 / 51%);
    -moz-box-shadow: -2px 1px 3px 1px rgb(125 93 44 / 51%);
    box-shadow: 2px 1px 7px 2px rgb(125 93 44 / 50%);
}
.home section#banner:after{
    content: unset;
}
section#banner .carousel-caption {
    right: 0%;
    bottom: 0px;
    left: 0%;
    padding-top:70%;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    height: 100%;
    background-size: contain;
}
section#banner .carousel-caption h3 {
    font-family: 'Cabin Sketch', cursive;
    font-size: 4rem;
    color: #2b5711;
}
section#banner .carousel-caption p {
    text-transform: uppercase;
    color:#747474 ;
    font-size: 1.2rem;
}
section#banner .carousel-caption .btn {
    padding: 0.5rem 1.5rem;
    box-shadow: 0px 0px 5px 0px rgba(150,150,150,0.5);
    transition:all 0.3s ;
}
.home .carousel-indicators li {
    height:6px;
    background-color:#798f94 ;
}
.home .carousel-indicators li.active {
    height:6px;
    background-color:rgba(136,196,55, 0.75);
}
.candle-inline {
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
}
.powder-inline {
    float: right;
    margin-top: -15rem;
    position: absolute;
    right: 0;
}

/**Home Page - Welcome Section**/
section#intro {
    padding:20px 0;
    text-align: center;
    background:#fafafa;
}
section#intro .container-fluid {
    padding-left: 0;
}
section#intro .vintagepaper {
    width: 100%;
    height: 100%;
    background-size: contain;
    min-height: 530px;
    padding-left: 30%;
    text-align: left;
}
section#intro .vintagepaper img {
    margin-top: 5rem;
}
.intro-detail {
    padding:0px 15px 15px 15px;
    background: url('../img/welcome-text-bg.png') no-repeat top center;
    font-size: 1.25rem;
	z-index: 100;
	position: relative;

}

/**Home Page - USP Section**/
section#usp {
    padding:30px 0px 90px 0px;
    text-align: center;
    background: url('../img/wooden-bg.jpg') no-repeat 0 0;
    background-size: cover;
}
.usp-detail a img.post {
    transform: scale(1);
    transition: all 0.3s ease-in-out;
    transition-delay: 0;
}
.usp-detail a img.post:hover {
    transition-delay: 0;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.flower {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.flower-rotate {
    width: 100%;
}
.flower-rotate[data-aos="example-anim3"] {
    transform: rotate(360deg);
    opacity: 0;
    transition-property: transform, opacity;
}
.flower-rotate[data-aos="example-anim3"].aos-animate {
    transform: rotate(0);
    opacity: 1;
}

/**Home Page - Certifictaion Section**/
section#certification {
    text-align: center;
    background: rgb(241,241,241);
    background: linear-gradient(0deg, rgba(241,241,241,0) 0%, rgba(255,255,255,0.5) 70%, rgba(255,255,255,0.5) 100%);
    width: 100%;
}
section#certification .certi-bg {
    width: 100%;
    padding:20px 0px 40px 0px;
}
section#certification img {
    transform: scale(1);
    transition: all 0.3s ease-in-out;
    transition-delay: 0;
}
section#certification img:hover {
    transition-delay: 0;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.vass-inline {
    margin-top: -16rem;
    float: left;
    margin-left: -17rem;
}
.inner .vass-inline {
    margin-top: -11.25rem;
    float: left;
}
.inner .vass-inline > img {
    max-width: 200px;
}

/*****Shop Page - Tab*****/
section#shop-tab {
    background-color: #fff;
    border-top: 5px solid #fff;
    margin-top: 10px;
}
section#shop-tab .nav-tabs {
    border: 0;
    margin-top: 0;
}
section#shop-tab .nav-tabs li.nav-item{
    padding: 1.5rem 3rem 2rem;
    border: 0;
    outline: 0;

}
section#shop-tab .nav-tabs li.nav-item:focus{
    box-shadow: 0 0 0px 1px #89c765;
    outline: 0;
}
section#shop-tab .nav-tabs li.nav-item:hover {
    border: 0;
    outline: 0;
}
section#shop-tab .nav-tabs .nav-link {
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
    font-family: 'MoolBoran';
    font-size: 30px;
    font-weight: 500;
    padding-bottom: 1rem;
    transition: all 0.3s;
    border-bottom: 5px solid rgba(0,0,0,0);
    color: #231f20;
}
section#shop-tab .nav-tabs .nav-link span.media-body {
    line-height: 25px;
    text-align: center;
    padding-top: 0.5rem;
}
section#shop-tab .nav-tabs .nav-link.hair span.media-body,
section#shop-tab .nav-tabs .nav-link.skin span.media-body {
    padding-top: 3.5rem;
}
section#shop-tab .nav-tabs li.nav-item.show .nav-link,
section#shop-tab .nav-tabs .nav-link.active,
section#shop-tab .nav-tabs .nav-link:hover {
    border: 0;
    outline: 0;
    border-bottom: 5px solid #89c765;
    color: #472d0e;
}
section#shop-tab .nav-tabs .nav-link:focus {
   /* box-shadow: 0 0 0px 1px #89c765;*/
}
.color-green{
    color: #89c765 !important;
}
.fw800{
    font-weight: 800;
}
input:read-only, input[readyonly="readonly"], input[readonly="true"]{
    background: rgba(0,0, 0, 0.09);
}
.logged-in a{
    line-height: 1.5;
}
section#shop-tab .card.item-bx {
    display: block;
    border-radius: 1.75rem;
    background-color: #f5f5f5;
    border: 0;
    padding: 2rem 2rem 90px 2rem;
    transition: all 0.5s ease-in-out;
    margin-bottom: 4rem;
}
section#shop-tab .card.item-bx:hover {
    background-color:rgba(255,255,255,1);
    box-shadow: 0px 0px 15px 5px rgba(170,170,170,0.2) ;
    padding-bottom: 90px;
}
section#shop-tab .card.item-bx .card-img-top {
    width: auto;
    filter:drop-shadow(0px 0px 15px rgba(170,170,170,0.5));
}
section#shop-tab .card.item-bx .card-body {
    padding: 1.25rem 0 0;
}
section#shop-tab .card.item-bx .card-body h4.card-title {
    color: #7a4b38;
    font-size: 1.5rem;
    font-family: 'latobold';
    transition: color 0.3s;
}
section#shop-tab .card.item-bx:hover .card-body h4.card-title {
    color: #89c765;
}
section#shop-tab .card.item-bx .card-body p {
    font-size: 0.875rem;
    margin-bottom:0;
    min-height: 40px;
}
section#shop-tab .card.item-bx .card-body a.btn {
    /*background-color: rgba(255,255,255,0);
    border:2px solid #89c765;
    background-size:70%;
    border-radius: 50%;
    height: 48px;
    width: 48px;
    transition: all 0.3s;
    font-size: 22px;
    padding: .375rem .5rem;
    text-align: center;
    color: #89c765;*/
    /*background-color: rgba(255,255,255,0);*/
    border: 2px solid #89c765;
    background-size: 70%;
    border-radius: 10px;
    transition: all 0.3s;
    font-size: 16px;
    padding: .375rem 1.5rem;
    text-align: center;
    /*color: #89c765;*/
}
section#shop-tab .card.item-bx:hover .card-body a.btn {
    background-color: rgba(137, 199, 101, 1);
    color: #fff;
}

/*****Product Page*****/
section#product-page {
    background-color: #fff;
}
section#product-page #custCarousel {
    text-align: center;
}
section#product-page .carousel-inner img {
    width: 100%;
    height:300px;
}
section#product-page #custCarousel .carousel-indicators {
    position: static;
    margin-top: 20px
}
section#product-page #custCarousel .carousel-indicators > li {
    width: 100px
}
section#product-page #custCarousel .carousel-indicators li img {
    display: block;
    opacity: 0.5;
    border: 1px solid #e0e0e0;
	height: 105px;
    width: 100px;
}
section#product-page #custCarousel .carousel-indicators li.active img {
    opacity: 1
}
section#product-page #custCarousel .carousel-indicators li:hover img {
    opacity: 0.75
}
section#product-page .carousel-item img {
    width: 50%;
}
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23cccccc' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23cccccc' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}
section#product-page .carousel-item img.card-img-top {
    filter:drop-shadow(0px 0px 15px rgba(170,170,170,0.5));
}
section#product-page .card {
    border-radius: 1.75rem;
    border: 0;
    box-shadow: 0px 0px 15px 5px rgba(170,170,170,0.5);
}
section#product-page .card-body {
    padding: 2rem;
}
section#product-page .card-body i {
    margin-right: 7px;
}
section#product-page .card-title {
    margin-bottom: 0;
    margin-top: 1rem;
    line-height: 0.75;
}
h3.product-rate {
    color: #7a4b38;
    font-family: 'MoolBoran';
    font-size: 48px;
    font-weight: 500;
    line-height: 0.75;
    margin-top: 0.75rem;
}
section#product-page ul.leaf-list {
    list-style: none;
    padding: 0;
    margin: 0 0 1rem 0;
}
section#product-page ul.leaf-list li {
    list-style: none;
    position: relative;
    padding: 0 0 0 35px;
    margin-bottom: 15px;
}
section#product-page ul.leaf-list li::before {
    content: "";
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 25px;
    height: 13px;
    position: absolute;
    left: 0;
    top:8px;
}
section#product-page table td {
    padding: 5px 5px 5px 0;
}
section#product-page table select {
    border-radius: 0.5rem;
    /*border:1px solid #dddddd;*/
    padding: 0.5rem 0.25rem;
}
.rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}
.rating > input {
    display: none
}
.rating > label {
    position: relative;
    width: 1em;
    font-size: 28px;
    color: #e69f33;
    cursor: auto;
}
.rating > label::before {
    content: "\2605";
    position: absolute;
    opacity: 0
}
/*.rating > label:hover:before,
.rating > label:hover ~ label:before {
    opacity: 1 !important
}*/
.rating > input:checked ~ label:before {
    opacity: 1
}
.rating:hover > input:checked ~ label:before {
    opacity: 0.4
}
.related-product {
    border-top:1px solid #eaeaea;
    width: 100%;
    padding: 5rem 0;
}
section#product-page .related-product .item-bx.text-center{
    height: 100%;
}
section#product-page .related-product .card-body {
    padding: 1rem;
    position: relative;
    height: 100%;
}
section#product-page .related-product .card-body a {
    padding-bottom: 0.5rem;
    /*float: left;
    width: 100%;*/
    position: relative;
}
section#product-page .related-product .card-body a h4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
section#product-page .btn img {
    margin-right: 0.5rem;
}
section#product-page .btn {
    padding: 0.315rem 1.25rem;
    margin-right: 1rem;
    margin-top: 1rem;
}
.product-quantity input[type="number"] {
	-moz-appearance: textfield;
    text-align: center;
    max-width: 40px;
    padding: 0px;
}
.product-quantity span {
    padding: 5px 10px;
    cursor: pointer;
    user-select: none;
    font-size: 18px;
}
.product-quantity input {
    padding: 10px;
    font-size: 16px;
    max-width: 40px;
    text-align: center;
    border-radius: 5px;
    border: none;
    color: #231f20;
	background:transparent;
}
.wrapper {
    position:relative;
    margin:0 auto;
    overflow:hidden;
	padding:5px;
  	height:50px;
}
.list {
    position:absolute;
    left:0px;
    top:0px;
  	min-width:3000px;
  	margin-left:0;
    margin-top:0px;
}

.list li{
	display:table-cell;
    position:relative;
    text-align:center;
    cursor:grab;
    cursor:-webkit-grab;
    color:#efefef;
    vertical-align:middle;
}

.scroller {
  text-align:center;
  cursor:pointer;
  display:none;
  padding:7px;
  padding-top:11px;
  white-space:no-wrap;
  vertical-align:middle;
  background-color:#fff;
  z-index: 50;
  margin: 5px;
}

.scroller-right{
  float:right;
}

.scroller-left {
  float:left;
}

/*****About Us Page*****/
#about-page {
    position: relative;
}
#about-page .display-5,
#certi-page .display-5,
#b2b-detail-page .display-5 {
    position: relative;
    font-family: 'latoitalic';
    color: #7a4b38;
    padding: 1.5rem 6rem;
}
#about-page .display-5::before,
#certi-page .display-5::before {
    content: " ";
    background-repeat: no-repeat;
    background-position: top center;
    width: 90px;
    position: absolute;
    top: 0;
    left: 0;
    height: 65px;
}
#b2b-detail-page .display-5::before {
    content: " ";
    background-repeat: no-repeat;
    background-position: top center;
    width: 90px;
    position: absolute;
    top: 0;
    height: 65px;
    margin-left: -105px;
}
#about-page .display-5::after,
#certi-page .display-5::after,
#b2b-detail-page .display-5::after {
    content: " ";
    background-repeat: no-repeat;
    background-position: top center;
    width: 90px;
    position: absolute;
    height: 65px;
    margin-left: 1rem;
}
#certi-page .display-5::after {
    right: 0;
}
#about-page .content-bg {
    padding-bottom: 0;
}
.about-usp {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding: 5rem 0;
}
.about-usp span {
    display: flex;
    text-align: center;
    flex-direction: column;
    padding-top: 20px;
    font-family: 'cabin_sketchregular';
    font-size: 2rem;
    color:#7a4b38;
}

/*****Blog Page*****/
select#sel1.form-control {
    border: 0;
    border-bottom: 1px solid #c7c7c7;
    border-radius: 0;
    padding-left: 2px;
    background-color: rgba(0,0,0,0);
    color:#231f20;
}
#blog-search {
    border-bottom:1px solid #c7c7c7;
}
#blog-search .form-control {
    border: 0;
    border-radius: 0;
    padding-left: 2px;
    background-color: rgba(0,0,0,0);
    color:#231f20;
}
div.blog-list {
    position: relative;
    max-width: 100%;
    max-height: 455px;
    height: 455px;
    color: #231f20;
    text-align: center;
    overflow: hidden;
    border-radius: 1.75rem;
    transition: all 0.3s ease-in-out;
}
div.blog-list:hover {
    box-shadow: 0px 0px 15px 5px rgba(170,170,170,0.5) ;
}
div.blog-list > img {
	position: relative;
	display: block;
	min-height: 100%;
	opacity: 0.8;
}
div.blog-list .blog-list-title {
    top: 60%;
    position: absolute;
    left: 0;
    transition: top .5s ease;
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.6) 35%, rgba(255,255,255,0.9) 80%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.6) 35%, rgba(255,255,255,0.9) 80%);
    padding: 4rem 1.5rem 2rem;
    z-index: 1;
}
div.blog-list .blog-list-title span.catergory-label {
    font-size: 1em;
}
div.blog-list .blog-list-title h4 > a {
    color: #7a4b38;
    font-size: 20px;
    font-weight: 600;
    transition: color .3s ease;
}
div.blog-list .blog-list-title:hover h4 > a {
    color: #89c765;
}
div.blog-list:hover .blog-list-title {
    top:0%;
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.0) 75%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.0) 75%);
}
div.blog-list .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0);
    transition: background 0.5s ease;
}
div.blog-list:hover .overlay {
    display: block;
    background: rgba(255, 255, 255, .75);
}
.blog-list-detail {
    position: absolute;
    width: 100%;
    left:0;
    top: 180px;
    text-align: center;
    opacity: 0;
    transition: opacity .5s ease;
    padding:2rem 1.5rem 2rem;
}
.blog-list-detail .blog-date {
    padding-bottom: 1rem;
    display: inline-flex;
}
.blog-list > a.btn {
    border-radius: 50%;
    width: 48px;
    height: 48px;
    padding: 0.35rem;
    text-align: center;
    left: 7%;
    position: absolute;
    bottom: 5%;
    opacity: 0;
}
video:focus {
    outline: none;
}
.no-result{
    text-align: center;
    margin-top: 10%;
}
div.blog-list:hover .blog-list-detail, div.blog-list:hover > a.btn {
    opacity: 1;
}
.blog-list i.far.fa-comment {
    font-size: 22px;
    padding-top: 7px;
}

.pagination .page-link {
    padding: .375rem .75rem;
    margin-left: -1px;
    line-height: 1.5;
    color: #231f20;
    background-color: rgba(0,0,0,0);
    border: 2px solid #89c765;
    margin: 0 0.375rem;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    font-size: 22px;
    text-align: center;
}
.pagination .page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
}
.page-item:last-child .page-link {
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
}
.page-item.disabled .page-link {
    color: #d7d7d7;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #d7d7d7;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #89c765;
    border-color: #89c765;
}

/*****Blog Detail Page*****/
.blog-banner {
    border-radius: 1.85rem;
    display: inline-flex;
    overflow: hidden;
    box-shadow: 0px 0px 15px 5px rgba(170,170,170,0.3) ;
    margin-bottom: 2rem;
    width: 100%;
}
.blog-banner > img {
    width: 100%;
}
.blog-content {
    width: 100%;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
}
.blog-content .blog-adc {
    text-transform: uppercase;
    font-size: 0.875rem;
}
.blog-content h3 {
    font-family: 'MoolBoran';
    font-size: 48px;
    line-height: 0.75;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
}
.blog-content .display-5 {
    font-weight: 700;
    font-style: italic;
    font-size: 1.1rem;
}
.blog-tcls {
    margin-bottom: 3rem;
}
.blog-tcls .tags {
    margin-right: 3rem;
}
.blog-tcls .comment-count {
    margin-right: 3rem;
    color: #89c765;
}
.blog-tcls .link-count {
    margin-right: 3rem;
    color: #89c765;
}
.blog-tcls .blog-share {
    float: right;
}
.blog-tcls .blog-share a {
    margin-left: 1rem;
}
#blog-detail h4 {
    font-family: 'MoolBoran';
    font-size: 36px;
    line-height: 0.8;
    margin-top: 2.5rem;
}
ul.category-links li {
    margin: 0 0 10px 0;
    padding: 0;
}
.tags-links > a {
    text-transform: uppercase;
    margin-right: 1rem;
    font-size: 0.875rem;
}
div.latest-blogs {
    position: relative;
    max-width: 100%;
    max-height: 200px;
    height: 200px;
    color: #231f20;
    text-align: center;
    overflow: hidden;
    border-radius: 1.75rem;
    transition: all 0.3s ease-in-out;
    margin-bottom: 1.5rem;
}
div.latest-blogs:hover {
    box-shadow: 0px 0px 15px 5px rgba(170,170,170,0.3) ;
}
div.latest-blogs > img {
	position: relative;
	display: block;
	min-height: 100%;
    opacity: 0.8;
    width: 150%;
}
div.latest-blogs .blog-list-title {
    top: 32%;
    position: absolute;
    left: 0;
    transition: top .5s ease;
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.6) 35%, rgba(255,255,255,0.9) 80%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.6) 35%, rgba(255,255,255,0.9) 80%);
    padding:1rem 1.5rem 1rem;
    z-index: 1;
    width: 100%;
}
div.latest-blogs .blog-list-title h4 > a {
    color: #7a4b38;
    font-size: 20px;
    font-weight: 600;
    transition: color .3s ease;
}
div.latest-blogs .blog-list-title:hover h4 > a {
    color: #89c765;
}

/*****Contact Us*****/
.contactbx {
    background: #f5f5f5;
    border: 0;
}
.contactbx .contact-icon {
    font-size: 48px;
    color: #89c765;
    margin-bottom: 0.75rem;
    text-shadow:0px 0px 15px rgba(170,170,170,0.3)  ;
}
.contactbx p{margin-bottom: 4px;}
.map-container{
    overflow:hidden;
    position:relative;
    border-radius: 1.75rem;
    box-shadow: 0px 0px 15px 5px rgba(170,170,170,0.3) ;
	height: 500px;
}
.map-container iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.cont-form .btn {padding: 0.50rem 1.5rem;}
.contact-pdg{padding:40px 0 10px;}

/*****FAQ*****/
#faq #accordion .card {
    border-radius: 1.75rem;
    background: #f5f5f5;
    margin-bottom: 1.25rem;
    border: 0;
}

#faq #accordion .card.active,
#faq #accordion .card:focus {
    box-shadow: 0px 0px 15px 5px rgba(170,170,170,0.3) ;
    background-color: #fff;
}
#faq #accordion .card-header {
    font-family: 'MoolBoran';
    font-size: 28px;
    text-align: center;
    line-height: 0.5;
    padding-top: 1.5rem;
    border-bottom: 0;
    border-radius: 1.75rem;
    background-color:#fff;

}
#faq #accordion .card-header a {
    color: #231f20;
}
/*****Sitemap*****/
#sitemap ul li {
    padding: 0.5rem 0;
    border-bottom: 1px solid #ddd;
}
#sitemap ul li:last-of-type {
    border-bottom: 0px solid #ddd;
}
#sitemap ul li > ul {
    padding: 0 1.5rem;
}

/*****Certification*****/
a.certi-frame {
    display: inline-flex;
}
.certi-frame img {
    border: solid 0px;
    max-height: 100%;
	max-width: 200px;
}
.certi-frame .frame {
    background-color: #fff;
    border: solid 2rem #eee;
    border-bottom-color: #fff;
    border-left-color: #eee;
    border-radius: 2px;
    border-right-color: #eee;
    border-top-color: #ddd;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25) inset, 0 5px 10px 5px rgba(0, 0, 0, 0.25);
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    height: 18rem;
    padding: 2rem;
    position: relative;
    text-align: center;
  }
  .certi-frame .frame:before {
    border-radius: 2px;
    bottom: -1rem;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25) inset;
    content: "";
    left: -1rem;
    position: absolute;
    right: -1rem;
    top: -1rem;
  }
  .certi-frame .frame:after {
    border-radius: 2px;
    bottom: -1.25rem;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
    content: "";
    left: -1.25rem;
    position: absolute;
    right: -1.25rem;
    top: -1.25rem;
}
/*****B2B Page*****/
#b2b-detail-page {

}
#b2b-detail-page #b2b-slide {
    background-size: contain;
}
#b2b-detail-page #b2b-slide .carousel-item img {
    width: 75%;
    margin: auto;
    filter:drop-shadow(0px 0px 10px rgba(80,80,80,0.40));
}
#b2b-detail-page #b2b-slide .carousel-indicators {
    bottom: -20px;
}
#b2b-detail-page #b2b-slide .carousel-indicators li {
    width: 7px;
    height: 7px;
    background-color: #89c765;
    border-top: 0;
    border-bottom: 0;
    opacity: .4;
    transition: opacity .6s ease;
    border-radius: 50%;
}
#b2b-detail-page #b2b-slide .carousel-indicators li.active {
    opacity:1;
}
#b2b-detail-page h4 {
    font-style: italic;
    margin-bottom: 1rem;
    color: #7a4b38;
    line-height: 1.5;
    font-weight: 600;
}
#b2b-detail-page .b2b-video {
    /* background: url('../img/b2b-video-bg.jpg'); */
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding: 4rem 0;
}
#b2b-detail-page .b2b-video iframe {
    box-shadow: 0px 0px 15px 5px rgba(80,80,80,0.4) ;
    border-radius: 1.75rem;
}
#b2b-detail-page .b2b-video h3 {
    font-weight: 600;
    margin-bottom: 1.5rem;
}
#b2b-detail-page .b2b-video a.btn {
    margin-top: 12px;
    padding: 7px 25px;
    text-transform: uppercase;
}
.b2b-testimonial {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
}
.b2b-testimonial::before {
    content: "\f4d8";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 3.5rem;
    top: -50px;
    left: 47%;
    color: #89c765;
    background: #fff;
    border-radius: 50%;
    padding: 1rem;
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 1.3;
}
.b2b-green {
    background:rgba(137, 199, 101, 0.7) ;
    width:100%;
    height: 100%;
}
#b2b-detail-page #b2b-feedback .carousel-item {
    color: #ffffff;
    font-family: 'latobold';
    font-size: 1.5rem;
    font-style: italic;
    margin-bottom: 1rem;
}
#b2b-detail-page #b2b-feedback .carousel-indicators li {
    width: 7px;
    height: 7px;
    background-color: #fff;
    border-top: 20px;
    border-bottom: 0;
    opacity: .4;
    transition: opacity .6s ease;
    border-radius: 50%;
}
#b2b-detail-page #b2b-feedback .carousel-indicators li.active {
    opacity:1;
}
#b2b-detail-page .call-us a.btn {
    padding:0.75rem 1.25rem;
}
#b2b-detail-page .call-us a.btn i {
    font-size: 3rem;
    margin-right: 10px;
    clear: initial;
    float: left;
    margin-top: 5px;
}
#b2b-detail-page .call-us a.btn > span > span, a.callbtn {
    font-size: 1.3rem;
    font-weight: 600;
    color: #fff;
}

/*****Footer*****/
footer {
    background: url('../img/footer-stonebg.jpg') repeat 0 0;
}
footer .footer-bg {
    background: url('../img/footer-art.png') no-repeat bottom left;
    width: 100%;
    padding-top:20px;
}
footer h4 {
    color: #fff;
    font-family: 'MoolBoran';
    font-size: 32px;
}
footer ul {
    margin: 0;
    padding: 0;
}
footer .nav-link {
    padding: 0.35rem 0;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #231f20;
    transition: all 0.3s;
}
footer .nav-link.active,
footer .nav-link:focus,
footer .nav-link:hover {
    color:#fff;
    font-weight: 600;
}

footer button.btn {
    background: rgba(255,255,255,0.5);
    color:#231f20 ;
    border:0;
    padding: 0.50rem 1.5rem;
    transition: all 0.3s;
    box-shadow: 0px 0px 5px 0px rgba(120,120,120,0.4);
}
footer button.btn:hover {
    background: rgba(255,255,255,1);
    color:#231f20 ;
    border:0;
}
.footer-btm {
    border-top: 1px solid rgba(149,212,112,0.65);
    padding: 1rem 0;
    color: #fff;
    font-size: 0.85rem;
}
.footer-btm p {
    margin: 0;
}
ul.social-icon {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.social-icon li {
    list-style: none;
    margin: 0;
    padding: 0;
    padding: 0 0.75rem;
    display: inline-flex;
    font-size: 28px;
}
ul.social-icon li a {
    color:#fff;
}
ul.social-icon li a:hover {
    color:#7a4b38;
}

/*****Modal PopUp CSS*****/
.modal-backdrop {
    background-color: #fff;
}
/*.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    background: rgba(255,255,255,0.85);
}*/
.modal-content {
    background-color: rgba(255,255,255,0);
    border: 1px solid rgba(0,0,0,0);
}

.modal-header {
    border-bottom: 1px solid rgba(0,0,0,0);
}
.form-inline .form-control {
    width: 80%;
    background-color: rgba(255,255,255,0);
}
input.form-control:focus,
textarea.form-control:focus {
    outline: none !important;
    border:1px solid #89c765;
    box-shadow: 0 0 5px #89c765;
}


.mp4_video{width:100%;}
.intro-detail p{font-size:16px;}
img[lazy="loading"]{
    opacity: 1;
    width: 50px !important;
    height: 50px !important;
    min-height: 50px !important;
    margin: 50% auto !important;
    padding: 0 !important;
    max-width: 50px !important;
}
.footer-jcasp{
    color: white !important;
}
.footer-jcasp:hover{
    color: #7a4b38 !important;
}

#faq #accordion .card-header a i{
    float: right;
    margin-top: -10px;
}
.justify-content-lg-end{
    justify-content: center!important;
    flex-wrap: wrap;
}

/*Our Story Start*/
.story-div h2 span{color: #89c765;}
.story-div img{filter: drop-shadow(0px 0px 15px rgba(80,80,80,0.40));max-width: 100%;}
.story-sec{padding:50px 0 20px;}
.brown h2 span{color: #7a4b38;}
.quote-div h1{
	position: relative;
    font-family: 'Lato', sans-serif;
    color: #7a4b38;
    padding: 1.5rem 6rem;
    font-style: italic;
	font-size: 44px;
}
.story-sec .quote-div h1::before {
    content: " ";
    background-image: url(../img/quote-start.png);
    background-repeat: no-repeat;
    background-position: top center;
    width: 90px;
    position: absolute;
    top: 0;
    left: 0;
    height: 65px;
}
.story-sec  .quote-div h1::after {
    content: " ";
    background-image: url(../img/quote-end.png);
    background-repeat: no-repeat;
    background-position: top center;
    width: 90px;
    position: absolute;
    height: 65px;
    margin-left: 1rem;
}
.no-filter img{filter: none;}
.story-sec .quote-div{margin: 60px 0 20px;}
.feature-div h2{
	text-align: center;
    flex-direction: column;
    padding-top: 20px;
    font-family: 'Cabin Sketch', cursive;
    font-size: 2rem;
    color: #7a4b38;
    display: flex;
}
.feature-div img{filter: drop-shadow(0px 0px 15px rgba(80,80,80,0.40));max-width: 140px;}
.feature-sec{
	background-image: url(../img/about-floral.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding: 40px 0;
}
.middle-sec{padding:30px 0 40px;}
.story_bg{background-image: url(../img/wooden-hd-bg2.jpg);}
.common_bg{background-image: url(../img/wooden-hd-bg2.jpg);}
.page_bg{
    margin-top:0px;
    /* padding: 130px 0;
    height: 280px; */
}
section.page_bg:after {
    content: '';
    float: left;
    width: 100%;
    position: relative;
    top: 65px;
    -webkit-box-shadow: -2px 1px 3px 1px rgb(125 93 44 / 51%);
    -moz-box-shadow: -2px 1px 3px 1px rgb(125 93 44 / 51%);
    box-shadow: 2px 1px 7px 2px rgb(125 93 44 / 50%);
}
/*Our Story End*/

/* B2B Offereings Pages Start */	
.powder-sec{
    padding: 50px 0 20px;
}
.powder-prod-sec{padding:30px 0;}
.powder-prod-sec1{padding:60px 0 30px;}
.call-us-sec{padding:60px 0 70px;}
.powder-sec .quote-div h1::before{
	content: " ";
    background-image: url(../img/quote-start.png);
	background-repeat: no-repeat;
    background-position: top center;
    width: 90px;
    position: absolute;
    top: 0;
    height: 65px;
    margin-left: -105px;
}
.call-us a b{
	font-size: 1.3rem;
    font-weight: 600;
    color: #fff;
}
.powder-sec .quote-div h1::after {
	content: " ";
    background-image: url(../img/quote-end.png);
    background-repeat: no-repeat;
    background-position: top center;
    width: 90px;
    position: absolute;
    height: 65px;
    margin-left: 1rem;
} 
.owl-powder-slider .item img{
	max-width: 400px;
    margin: auto;
    filter: drop-shadow(0px 0px 10px rgba(80,80,80,0.40));
}
.owl-powder-slider .owl-nav, .testimonial-slider .owl-nav{display:none;}
.owl-powder-slider .owl-dots .owl-dot, .testimonial-slider .owl-dots .owl-dot{display: inline-block;zoom: 1;}
.owl-powder-slider .owl-dots .owl-dot span{
	width: 7px;
    height: 7px;
    margin: 6px 3px 3px;
    background: #89c765;
    display: block;
    -webkit-backface-visibility: visible;
	opacity: .4;
    transition: all .2s ease;
    border-radius: 50%;
}
.testimonial-slider .owl-dots .owl-dot span{
	width: 7px;
    height: 7px;
    margin: 6px 3px 3px;
    background: #fff;
    display: block;
    -webkit-backface-visibility: visible;
	opacity: .4;
    transition: all .2s ease;
    border-radius: 50%;
}
.testimonial-slider .item .test-padding{margin-bottom:15px;}
.testimonial-slider{margin:100px 0 50px;}
.testimonial-slider .owl-dots .owl-dot.active span, .testimonial-slider .owl-dots .owl-dot:hover span {
	opacity: 1;
}
.owl-powder-slider .owl-dots .owl-dot.active span, .owl-powder-slider .owl-dots .owl-dot:hover span {
	opacity: 1;
}
.owl-dots .owl-dot:hover{cursor:pointer;}
.b2b-testimonials{position:relative;background: rgba(137, 199, 101, 0.7);margin: 50px 0 0px;}
.test-padding .description{font-size: 14px;font-style: italic;font-family: arial, sans-serif;color: #222222;line-height: 28px;padding: 0 12px 0 25px;}
.test-padding .name{color:#000;font-weight:800;font-size: 14px;font-style: italic;line-height: 30px;}
.test-padding .designation{font-weight: 600;color: #7a4b38;font-size:14px;}
.test-padding .description:before {
	content: "\201C";
    font-size: 35px;
    color: #fff;
    top: 7px;
    position: relative;
    line-height: 0;
}
.test-padding .description:after {
	content: "\201D";
    font-size: 35px;
    color: #fff;
    top: 7px;
    position: relative;
    line-height: 0;
}
.b2b-testimonials::before {
    content: "\f4d8";
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: 3.5rem;
    top: -50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #89c765;
    background: #fff;
    border-radius: 50%;
    padding: 1rem;
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 1.3;
}
p.para-font{font-size:15px;font-family: 'latoregular', sans-serif;}
ul.ul-list li {
    list-style: disc;
    padding: 0;
    margin: 0 25px;
}
.b2b-video p, .powder-prod-sec p, .powder-prod-sec1 p{text-align:justify;}
/* B2B Offereings Pages End */	

/* Accreditation */
.accreditation-sec{padding:20px 0;}
.accreditation-pdg{padding: 50px 0 20px;}
.accreditation-pdg .quote-div h1::before{
	content: " ";
    background-image: url(../img/quote-start.png);
	background-repeat: no-repeat;
    background-position: top center;
    width: 90px;
    position: absolute;
    top: 0;
    height: 65px;
    left: 0;
}
.accreditation-pdg .quote-div h1::after {
	content: " ";
    background-image: url(../img/quote-end.png);
    background-repeat: no-repeat;
    background-position: top center;
    width: 90px;
    position: absolute;
    height: 65px;
    margin-left: 1rem;
}
.accreditation-pdg .quote-div h1::after {right: 0;}
.accre-para{margin-top: 20px;}
/* Accreditation */

/* Page Under Construction */
.undersec-pdg{padding:50px 0 20px;}
.page-div h3{font-weight:700;font-size:26px;line-height: 40px;text-transform: uppercase;margin: 20px 0 18px;}
.page-div h4{font-weight: 600;color: #7a4b38;}
/* Page Under Construction */

/*Common Video Styling Start*/
.video-pdg{padding:80px 0 20px;}
.center-div{justify-content: center;}
/*Common Video Styling End*/

.text-place1{text-align: left;}
.text-place2{text-align: right;}

/*Faq Start*/
.card .card-header .faq-title:after {
	content: "\f106";
	//font-family: "Font Awesome 5 Pro";
	    font: normal normal normal 14px/1 FontAwesome;
    float: right;
    width: 20px;
    height: 20px;
    background: #75A654;
    border-radius: 100px;
    text-align: center;
	font-weight: 700;
    color: #fff;
    font-size: 12px;
    top: 4px;
    position: relative;
    padding-top: 4px;
    padding-left: 1px;
}
.card .card-header .faq-title.collapsed:after {
    content: "\f107";
}
.faq-section {
    padding: 40px 0 40px;
}
.faq-title h2 {
  position: relative;
  margin-bottom: 45px;
  display: inline-block;
  font-weight: 600;
  line-height: 1;
}
.faq-title h2::before {
    content: "";
    position: absolute;
    left: 50%;
    width: 60px;
    height: 2px;
    background: #E91E63;
    bottom: -25px;
    margin-left: -30px;
}
.faq-title p {
  padding: 0 190px;
  margin-bottom: 10px;
}

.faq {
  background: #FFFFFF;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}

.faq .card {
  border: none;
  background: none;
  border-bottom: 1px dashed #d2d8de;
}

.faq .card .card-header {
  padding: 0px;
  border: none;
  background: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.faq .card .card-header:hover {
    background: rgb(137 199 101 / 25%);
    padding-left: 10px;
}
.faq .card .card-header .faq-title {
  width: 100%;
  text-align: left;
  padding: 0px;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 1px;
  color: #333333;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  padding-top: 20px;
  padding-bottom: 20px;
}
.faq .card .card-body {
  padding: 30px;
  padding-left: 35px;
  padding-bottom: 16px;
  font-weight: 400;
  font-size: 16px;
  color: #6F8BA4;
  line-height: 28px;
  letter-spacing: 1px;
  border-top: 1px dashed #d2d8de;;
}

.faq .card .card-body p {
  margin-bottom: 14px;
  color:#333333;
}


.product-thumbnail{border-right:inherit !important;}
.tooltip_text{color:#000;}
.tren_card .owl-nav{}


#demos .tren_card .owl-prev{position:absolute;top:40%;left:-17px;border:1px solid #ccc;padding:5px 5px !important;display:inline-block;
background:#89c765;color:#fff;
}
#demos .tren_card .owl-next{position:absolute;top:40%;right:-20px;border:1px solid #ccc;padding:5px 5px !important;display:inline-block;
background:#89c765;
color:#fff;}
#demos .tren_card .owl-next span{font-size:50px;    line-height: 30px;}
#demos .tren_card .owl-prev span{font-size:50px;    line-height: 30px;}
/* .trending_list{float: left;width: 100%;} */
#demos .tren_card .owl-nav .owl-prev:hover:after {content: "Previous";left: 0;}
#demos .tren_card .owl-nav .owl-next:hover:after {content: "Next";left: 0;}
#demos .tren_card .owl-nav .owl-prev:after, #demos .tren_card .owl-nav .owl-next:after {
background: #5ba927;color: #FFF;font-size: 12px;font-weight: 500;text-transform: uppercase;padding: 3px 7px;border-radius: 4px;position: absolute;
bottom: -20px;-webkit-transition: all 0.4s ease;transition: all 0.4s ease;}



@media (max-width: 991px) {
  .faq {
    margin-bottom: 30px;
  }
  .faq .card .card-header .faq-title {
    line-height: 26px;
    margin-top: 10px;
  }
}
/*Faq End*/

/*Legal Disclaimer Start*/
.content-div b{color:#89c765;}
/*Legal Disclaimer End*/

/*My Css*/
section#product-page #custCarousel .carousel-indicators > li{
	border-right: solid #bfc1c2;
    border-width: 0 1px 0 1px;
    margin: 12px 0;
    padding: 0 10px;
    height: 110px;
}
section#product-page #custCarousel .carousel-indicators > li:last-child{border:0;}
.curr_dd select,.curr_dd select option{font-weight: 600;color:#444;} 
.razorpay-payment-button{background-color: #89c765 !important;}
.razorpay-payment-button:hover{background-color: rgba(77, 122, 50, 0.9) !important;}
/* .dropdown-menu.cartMain.active {visibility: visible;opacity:1;display: block;} */
/* .dropdown-menu.cartMain{visibility: hidden;} */
.modal-pdf {margin-top:20px;}
.const-height{display: flex!important;}
.media_social_div{ padding: 0px 30px 20px;}
.media_social_div .share-icon {
    margin-left: -5px;
    margin-right: -5px;
}
.media_social_div li {
    padding-left: 5px;
    padding-right: 5px;
}
.media_social_div .share-icon li a {
    float: none;
    display: inline-block;
    width: 47px;
    height: 35px;
    border: 2px solid;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    line-height: 30px;
    font-size: 18px;
    text-align: center;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    border-color: currentcolor;
}
input[type="button"].disabled_input{cursor: not-allowed !important;}
/*Tooltip of Icon*/
.navbar .btn-group1 a:hover,
.navbar .cartView button:hover{
	opacity: 1;
}
.navbar .btn-group1 a:after,
.navbar .cartView button:after{
    background: #40435D;
    color: #FFF;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 5px 7px;
    border-radius: 4px;
    position: absolute;
    bottom: -20px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.navbar .cartView button:hover:after{
    content: "Cart";
    right: 35px;
	z-index: 100;
}
.navbar .btn-group1 a:hover:after {
    content: "Login";
    right: 90px;
	z-index: 100;
}
/*Tooltip of Icon*/
#myModal .modal-header .close{padding: 5px 1rem;}
.acrred_box .modal.show{opacity:1;}
.my_order_check_box .custom-control-label::before{top:24px;}
.my_order_check_box .custom-control-label::after{top: 24px;}
.all_my_check_box .custom-control-label::before{top: 26px;left: -4.2rem;}
.all_my_check_box .custom-control-label::after{top: 26px;left: -4.2rem;}
.all_my_check_box{margin-top: -20px;}
.dropdown-menu.cartMain.active{display:block;}
/* #banner .carousel-indicators {bottom:-15px;} */
@supports (-moz-osx-font-smoothing:auto) { 
	section#banner .carousel-caption{margin-bottom:30px;}
	#banner .carousel-indicators{bottom:-42px !important;}
	section#banner{padding:40px 0px 40px 0px !important;}
}
#banner .carousel-item .justify-content-center{background-size: 100% 100% !important;height: 500px;}
.bold-color{color:#444c54;}
.tablet-prod-sec{padding:50px 0 40px;}
/* @media not all and (min-resolution:.001dpcm) { 
    @supports (-webkit-appearance:none) {
		
    }
} */
/*Powder Page Pdf Style Start*/
.single-product-list .item {
    background: #ffffff;
	border-bottom: 6px solid #89c765;
    box-shadow: 0px 0px 42px 0px rgb(0 0 0 / 7%);
	padding: 40px 30px 40px;
	text-align: center;
	margin-bottom: 25px;
}
.single-product-list .item i {
    display: inline-block;
    margin-bottom: 30px;
    color: #89c765;
    position: relative;
    z-index: 1;
	transition: 0.1s all ease;
    background-color: #E7F3E0;
    width: 80px;
    border-radius: 50px;
    height: 75px;
    font-size: 45px;
    line-height: 70px;
    text-align: center;
}
.single-product-list .item h4 {
    text-transform: capitalize;
    font-weight: 600;
	font-size: 22px;
    margin-bottom: 40px;
	color:#212529;
}
.single-product-list .item a {
    margin-top: 10px;
	background-color: transparent;
    color: #89c765;
	border: 2px solid #89c765;
	padding: 13px 40px;
    font-size: 12px;
	border-radius: 30px;
	font-weight: 600;
    line-height: 25px;
    text-transform: uppercase;
	letter-spacing: 1px;
}
.single-product-list .item a:hover{background:#89c765;color:#fff;}
.prod-list-pdg{padding: 40px 0 20px;}
/*Powder Page Pdf Style End*/
/*Gallery Page Start*/
.gallery_par .owl_slide_box {
    max-height: 255px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.gallery_par .gallery_sec a{
	border: 1px solid #e9e9e9;
    box-shadow: 1px 1px 2px #dedede;
    border-radius: 4px;
    padding: 5px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.gallery_par .owl-nav > div {
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -13px;
	cursor: pointer;
}
.gallery_par .owl-nav > div .fa {
    background: rgba(0, 0, 0, 0.7);
    color: #FFF;
    width: 36px;
    height: 36px;
    line-height: 33px;
    border-radius: 4px;
    display: inline-block;
    text-align: center;
}
.gallery_par .owl-nav .owl-next {
    right: 0;
}
.gallery_sec h3{padding-top: 3px;margin-bottom:20px;font-weight: 700;font-size:26px;color: #222222;border-left: 4px solid #444;
    height: 35px;
    padding-left: 10px;}
.gallery_sec h4{
	margin-bottom:20px;
	color: #7a4b38;
    font-size: 22px;
    line-height: 35px;
	font-weight: 700;
}
.gallery_par h4:before {
    content: "\f105";
    color: #7a4b38;
    font-family: 'Font Awesome 5 Pro';
    position: relative;
    left: 0;
    padding-right: 10px;
    font-weight: 500;
}
.mt-gallery{margin-top:30px;}
.gallery-sec-pdg{padding:10px 0 40px;}
/*Gallery Page End*/
section#certification .modal-body img{width:100%;}
section#certification .modal-body img:hover{transform: none;}
.certi-bg a{margin-top: 14px;}
.team-info{height: 100px;}
.single-blog-post.blogs_par .post-data img{max-width:100%;}
.modal-pdf {
    width: 100%;
	border: none;
    margin: 0;
    padding: 10px 20px 0
}
.qr-code{max-width: 100%;width: 180px;height: 180px;}
.andr_ios{max-width: 100%;width: 170px;height: 56px;margin:0px 5px 10px 5px;}
.playstore-icon{max-width: 32px;}
.app-text{font-size: 18px;font-weight: 600;color: #fff;margin-top: 10px;}
.footer-bg .footer-pdg button.btn-secondary{margin-bottom:22px;}
/*My Css*/


/* Shipping and Checkout Start */
.similar_section .intro-left{padding-top: 15px;}
.similar_section #demos{margin-top: -20px;}
.shipping-check.news_offers .custom-control-label{color: #000;}
.shipping-check.news_offers .mt-checkbox-inline{margin-top:10px;}
.new_reg select.form-control{border-radius:3px;}
.mt-checkbox, .mt-radio {display: inline-block;position: relative;padding-left: 30px;margin-bottom: 0px;cursor: pointer;font-size: 14px;webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s;}
.mt-checkbox-inline .mt-checkbox:last-child, .mt-checkbox-inline .mt-radio:last-child, .mt-radio-inline .mt-checkbox:last-child, .mt-radio-inline .mt-radio:last-child {margin-right: 0;}
.mt-checkbox-inline .mt-checkbox, .mt-checkbox-inline .mt-radio, .mt-radio-inline .mt-checkbox, .mt-radio-inline .mt-radio {display: inline-block;margin-right: 15px;}
.mt-checkbox>input,.mt-radio>input{position:absolute;z-index:-1;opacity:0}
.mt-checkbox>span,.mt-radio>span{border:1px solid transparent;position:absolute;top:1px;left:0;height:18px;width:18px;background:#e6e6e6}
.input-icon>i, .mt-checkbox-list .mt-checkbox, .mt-checkbox-list .mt-radio, .mt-checkbox>input:checked~span:after, .mt-radio-list .mt-checkbox, .mt-radio-list .mt-radio, .mt-radio>input:checked~span:after {display: block;}
.mt-checkbox>span:after{left:6px;top:2px;width:5px;height:10px;border:solid #888;border-width:0 2px 2px 0;transform:rotate(45deg)}
.mt-checkbox>span:after,.mt-radio>span:after{content:'';position:absolute;display:none}
.new_reg .custom-control-label::before{border: #FFF solid 2px !important;top: 5px;}
.new_reg .shipping-check .custom-control-label::after {top: 5px;}
.guest_checkout .port_heading{padding-bottom: 0px;border-bottom: 1px solid #fff;}
.guest_checkout .port_box{padding: 182px 15px;}
/* Shipping and Checkout End */ 


#cartQuantity {
    display: none;
}
.product_det_info .add_buy_btn{display:flex;justify-content:center;}
.product_det_info .add_buy_btn a.add_to_cart, .product_det_info .add_buy_btn .product-quantity{margin-right:15px;}
.trending_list .product-quantity .cart-plus-minus .minus-btn, .trending_list .product-quantity .cart-plus-minus .plus-btn{height: 30px;font-size: 18px;}
.trending_list .product-quantity .value_text{font-size:18px;}
.trending_list .product-quantity .cart-plus-minus{height:32px;}
.trending_list .product-quantity .cart-plus-minus input{width: 35px;}
.trending_list .product-quantity{float: right;}
.working_area .table .product-quantity .cart-plus-minus{border:0;}
.working_area .table .product-quantity .cart-plus-minus .minus-btn, .product-quantity .cart-plus-minus .plus-btn{height: auto;}
.working_area .table .product-quantity .cart-plus-minus input{width:35px;}
.working_area .table .product-quantity .cart-plus-minus .minus-btn, .working_area .table .product-quantity .cart-plus-minus .plus-btn{border-radius:3px;font-weight: 500;}
.col-mgt{margin-top:20px;}