h1, h2, h3, h4, h5, h6{
    font-family: 'Poppins', sans-serif;
}
.slider-content h5{
    color: #52b26e;
}
.header-btn{
    background-color: #52b26e;
}
.btn, .btn.ss-btn{
    background: transparent linear-gradient(90deg, #54ac6a 0%, #367945 100%) 0% 0% no-repeat padding-box
}
.search-top2 li{
    box-shadow: 2.5px 4.33px 15px 0px rgb(239 210 177 / 50%);
}
#scrollUp, .about-title .title-strong span, .btn-icon{
    background: #db9c52; 
    z-index: 999 !important;
}
.f-contact i{
    background-color: #db9c52; 
}
.copyright-wrap, .f-contact, .footer-social a{
    background: #e0a967d6;
}
.ab-coutner .single-counter{
    background-color: rgb(219 156 82);
}
.footer-social a{
    color: #db9c52 !important;
}
.main-menu .has-sub>ul>.has-sub>ul{
    border: 0px;
    margin-left: 250px;
}
.main-menu ul li a{
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 13px;
}
.main-menu .has-sub li a{
    padding: 8px;
    font-weight: normal;
}
.main-menu .has-sub>ul{
    min-width: 280px;
}
.second-menu .main-menu ul li{
    margin-left: 20px
}
.offcanvas-menu ul li a{
    font-size: 13px;
}
.about-content3 li::before {
    font-family: "Font Awesome 5 Free";
    color: #db9c52 !important; 
    content: "\f14a";
}
.about-content li{
    display: block;
}
.list-view-1 ul li{
    /*border-left: 1px dotted #77bd93;*/        
    padding-left: 20px;
    font-size: 13px;
    line-height: 20px;
    text-align: justify;
}
.list-view-1 ul li::before{
    content: url('../images/bg/min-logo.png');
    margin-right: 5px;    
    margin-left: -25px;
    position: absolute;
}
.pricing-box{
    border-color: rgb(248 236 223);
}
.breadcrumb>.active{
    color: #68c05a;
}
.login-wrapper{
    width: 50%;
    border: 2px solid #eeeeee;
    border-radius: 16px;
    padding: 16px;
    margin: 0px auto;
}
/*=========================================================
	08 -> PRODUCT DETAILS PAGE
===========================================================*/

/*----------------------------*\
	Product view
\*----------------------------*/
.product-card {
    padding: 15px 10px;
    border-left: 1px solid #E2E2E2;
    border-right: 1px solid #E2E2E2;
    border-bottom: 1px solid #E2E2E2;
    border-top: 5px solid #f7f5f3;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 0 2px 3px #D5CEC5;
    font-size: 12px;
}
.product-card h3{
    font-size: 17px;
}
.product-card p{
    margin: 0px;
}
.product-card table{
    width: 100% !important;
}
.product-card ul{
    margin-left: 15px;
}
.product-card ul li{
    list-style: square;    
}
.product-pic-zoom {
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
    border: 2px solid #DDDDDD;
    border-radius: 10px;
}

.product-pic-zoom img {
    min-width: 100%;
    max-width: 100%;
}

.product-pic-zoom .zoom-icon {
    position: absolute;
    right: 20px;
    top: 20px;
}

.product-pic-zoom .zoom-icon i {
    color: #4c4c4c;
    font-size: 14px;
    width: 40px;
    height: 40px;
    border: 1px solid #d7d7d7;
    text-align: center;
    border-radius: 50%;
    line-height: 37px;
}
.product-price{
    color: #82ae46;
}
.product-old-price{
    font-size: smaller;
    color: gray;
}
.product-thumbs .pt {
    cursor: pointer;
    position: relative;
}
.inner-product-social-links a{
    padding: 0px 10px;
    border-left: 1px solid #DDDDDD;
}
.inner-product-social-links{
    padding: 10px 5px;
    border: 1px solid #DDDDDD;
    position: absolute;
    width: 425px;
    right: 0px;
    margin-top: 10px;
    display: none;
    z-index: 9999;
    background: white;
}
.product-btns .main-btn{
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0px;
    border: none;
    color: #30323A;
    background-color: #FFF;
    -webkit-box-shadow: 0px 0px 0px 1px #DADADA inset, 0px 0px 0px 6px transparent;
    box-shadow: 0px 0px 0px 1px #DADADA inset, 0px 0px 0px 6px transparent;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    border: none;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}

.product-thumbs .pt.active:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: 2px solid #e7ab3c;
    border-radius: 8px;
    z-index: 1;
}

.ps-slider .owl-nav button[type=button] {
    height: 30px;
    width: 30px;
    background: #ffffff;
    color: #a7a7a7;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    font-size: 20px;
    -webkit-box-shadow: 0px 6px 10px -1px #e9e9e9;
    box-shadow: 0px 6px 10px -1px #e9e9e9;
    position: absolute;
    left: -16px;
    top: 50%;
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
}

.ps-slider .owl-nav button[type=button].owl-next {
    left: auto;
    right: -16px;
}

#product-main-view .slick-arrow {
    opacity: 0;
}

#product-main-view:hover .slick-arrow {
    opacity: 1;
}

#product-view {
    margin-top: 10px;
    margin-bottom: 15px;
}

#product-view .product-view.slick-slide {
    opacity: 0.2;
}

#product-view .product-view.slick-slide.slick-current {
    opacity: 1;
    -webkit-box-shadow: 0px 0px 0px 2px #d60644 inset;
    box-shadow: 0px 0px 0px 2px #d60644 inset;
}

#product-view .product-view {
    padding: 7.5px;
}

.product-view>img {
    width: 100%;
}

/*----------------------------*\
	Product details
\*----------------------------*/

.product-options .size-option {
    margin-bottom: 15px;
}

.size-option>li {
    display: inline-block;
    margin-right: 6px;
    margin-bottom: 6px;
    vertical-align: top;
}

.size-option>li:last-child {
    margin-right: 0px;
}

.size-option>li>a {
    display: block;
    border: 1px solid #DADADA;
    font-weight: 700;
    padding: 2px 7px 0px 8px;
}

.size-option>li.active a {
    color: #d60644;
    border-color: #d60644;
}

.color-option>li {
    display: inline-block;
    margin-right: 6px;
    margin-bottom: 6px;
    vertical-align: top;
}

.color-option>li:last-child {
    margin-right: 0px;
}

.color-option>li>a {
    display: block;
    width: 20px;
    height: 20px;
}

.color-option>li.active a {
    -webkit-box-shadow: 0px 0px 0px 2px #FFF, 0px 0px 0px 3px #d60644;
    box-shadow: 0px 0px 0px 2px #FFF, 0px 0px 0px 3px #d60644;
}

/*----------------------------*\
	Product tab
\*----------------------------*/

.product-tab {
    margin-top: 30px;
}

.product-tab .tab-nav {
    border-bottom: 1px solid #DADADA;
    margin-bottom: 30px;
}

.product-tab .tab-nav li {
    display: inline-block;
}

.product-tab .tab-nav li+li {
    margin-left: 30px;
}

.product-tab .tab-nav li a {
    display: block;
    padding: 15px 0px;
    text-transform: uppercase;
    font-weight: 700;
}

.product-tab .tab-nav li.active {
    position: relative;
}

.product-tab .tab-nav li.active a {
    color: #d60644;
}

.product-tab .tab-nav li.active a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1.5px;
    height: 3px;
    width: 30px;
    background-color: #d60644;
}

/*-- reviews --*/

.single-review {
    margin-bottom: 30px;
    padding: 15px 10px;
    border-left: 1px solid #E2E2E2;
    border-right: 1px solid #E2E2E2;
    border-bottom: 1px solid #E2E2E2;
    border-top: 5px solid #f7f5f3;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 0 2px 3px #D5CEC5;
}

.single-review .review-heading{
    color: gray;
    font-size: 13px;
    border-bottom: 1px solid #eeeeee;
}

.single-review .review-heading>div {
    display: inline-block;
}

.single-review .review-heading>div+div {
    margin-left: 10px;
}

.single-review .review-rating {
    display: inline-block;
}

.single-review .review-rating>i {
    color: #FFB656;
}

.single-review .review-rating>i.empty {
    color: #DADADA;
}

.single-review .review-body {
    margin-top: 10px;
}

.reviews-pages li {
    display: inline-block;
    margin-right: 6px;
}

.reviews-pages li a {
    display: block;
    min-width: 10px;
    text-align: center;
}

.reviews-pages li.active {
    color: #d60644;
}

/*-- review form --*/

.review-form textarea.input {
    height: 90px;
}

.review-form .input-rating .stars {
    display: inline-block;
    vertical-align: top;
}

.review-form .input-rating .stars input[type="radio"] {
    display: none;
}

.review-form .input-rating .stars>label {
    float: right;
    cursor: pointer;
    padding: 0px 3px;
    margin: 0px;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}

.review-form .input-rating .stars>label:hover, .review-form .input-rating .stars>label:hover~label {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
}

.review-form .input-rating .stars>label:before {
    content: "\f006";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    color: #DADADA;
    font-size: 14px;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}

.review-form .input-rating .stars>label:hover:before, .review-form .input-rating .stars>label:hover~label:before {
    content: "\f005";
    color: #FFB656;
}

.review-form .input-rating .stars>input:checked label:before, .review-form .input-rating .stars>input:checked~label:before {
    content: "\f005";
    color: #FFB656;
}
.prices-part {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
/*  Inner product page prices */
.prices-part li {
    float: left;
    margin: 0 5px 0 0;
    width: 100px;
    height: 100px;
    position: relative;
    text-align: center;
}

.prices-part label,
.prices-part input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.prices-part input[type="radio"] {
    opacity: 0.01;
    z-index: 100;
}

.prices-part input[type="radio"]:checked+label,
.Checked+label {
    background: #dcf5e7;
    border: 2px solid #82ae46;
    border-radius:15px;
}

.prices-part label {
    padding: 5px;
    border: 2px solid #CCC;
    cursor: pointer;
    z-index: 90;
    border-radius:15px;
}

.prices-part label:hover {
    background: #DDD;
}
.mobile_top_icons{
    display: none;
}
@media (max-width: 992px) {    
    .login-wrapper{
        width: 100%;
        padding: 16px;
    }    
    .login-wrapper form{
        padding: 0px !important; 
    }
    .mobile_top_icons{
        display: block;
        text-align: center;
        margin-top: 20px;        
    }    
}