.product-section {
    position: relative;
    font-family: Poppins-Regular;

}

.product-section-head {
    padding: 30px 0px;
    border-bottom: 1px solid #e1e0dc;

}

.product-section-head .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-section-head h2 {
    font-size: 32px;
    font-family: Poppins-ExtraLight;
    color: #6b654e;
}

.product-section-head h3 {
    font-size: 26px;
    font-family: Poppins-Medium;
    color: #6b654e;
}

.product-section-head h3 a {
    text-decoration: none;
    color: #6b654e;
}


.product-section-head .size-show a {
    display: inline-block;
    margin: 0px 10px 0px 0px;
    cursor: pointer;
}

.product-section-head select {
    width: 300px;
    font-size: 18px;
    color: #6b654e;
    height: 40px;
    padding: 0px 10px;
    border: none;
    border-bottom: 1px solid #e1e0dc;
}

.product-section-head select:focus {
    outline: none;
}

.product-details-cnt {
    padding: 80px 0px;
    border-bottom: 1px solid #e1e0dc;
}

.slick-banner3 .product-left-img {
    height: 435px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px -1px 25px 0px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 20px;
    width: 90%;
    margin: 20px auto;
}

.slick-banner3 img {
    width: 100%;
    object-fit: contain;
}

.product-carousel-btm {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 2px 14px 0px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 20px;
    height: 130px;
    width: 90%;
    margin: 10px auto 10px;
    cursor: pointer;
    overflow: hidden;
}

.product-carousel-btm:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.product-carousel-btm img {
    width: 100%;
    object-fit: contain;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .2s ease-in-out;
    transition: 1s ease-in-out;
}


.product-details-cnt-right h4 {
    font-size: 28px;
    color: #6b654e;
    font-family: Poppins-Medium;
    margin-bottom: 15px;
}

.product-details-cnt-right h6 {
    font-size: 18px;
    color: #6b654e;
    margin-bottom: 15px;

}

.product-details-cnt-right p.discrip {
    font-size: 18px;
    color: #6b654e;
    font-family: Poppins-Medium;
}

.product-details-cnt-right p.by {
    font-size: 15px;
    font-family: Poppins-Regular;
    color: #6b654e;
    margin-bottom: 25px;
}

.product-details-cnt-right p.spec {
    font-size: 18px;
    font-family: Poppins-Medium;
    color: #6b654e;
    margin-bottom: 15px;
}

.product-details-cnt-right .lastspec {
    display: flex;
    justify-content: space-between;
    align-items: end;
    color: #6b654e;

}

.product-details-cnt-right .lastspec ul {
    list-style: none;
    padding-left: 0px;
}

.product-details-cnt-right .lastspec ul li {
    /* border: 1px solid #6b654e; */
    width: 176px;
    height: 46px;
    padding: 11px 15px;
    color: #6b654e;
}

.product-details-cnt-right .lastspec ul li.top {
    border-bottom: transparent;
}

.product-details-cnt-right .lastspec ul li.bottom {
    font-size: 12px;
    padding: 11px 7px;
}

.product-details-cnt-right .lastspec a {
    text-align: center;
    display: inline-block;
    width: 176px;
    height: 47px;
    background-color: #df7425;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-family: Poppins-Bold;
    padding: 12px 0px;
    margin-bottom: 10px;
}

.product-details-cnt-right .lastspec a:hover {
    color: #df7425;
}

.product-details-cnt-right .lastspec a.spec {
    background-color: transparent;
    color: #df7425;
    padding: 0px;
    width: auto;
    height: auto;
    text-align: left;
}

.product-details-cnt-right .lastspec p {
    margin-left: 20px;
}

/* -------------------------------------------------------------------- */

.products {
    padding: 20px 0px 100px;
}

.products .products-second {
    margin-top: 30px;
}

.products .products-second .product-img {
    padding: 15px 15px 15px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    height: 265px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 2px 14px 0px;
    overflow: hidden;
    cursor: pointer;
}

.products .products-second .product-img:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.products .products-second .product-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .2s ease-in-out;
    transition: 1s ease-in-out;
}

.products .products-second .products-btm {
    width: 100%;
    padding: 25px;
    border: 1px solid #e1e0dc;
    color: #6b654e;
}

.products .products-second .products-btm h5 {
    font-size: 20px;
    font-family: Poppins-SemiBold;
    line-height: 1.1;
}

.products .products-second .products-btm a {
    text-decoration: none;
}

.products .products-second .products-btm a h5 {
    color: #6b654e;
}

.products .products-second .products-btm p {
    font-size: 18px;
}

.products .products-second .products-btm .cart-btns {
    display: flex;
    justify-content: space-between;
}

.products .products-second .products-btm .cart-btns a {
    display: inline-block;
    font-size: 13px;
    font-family: Poppins-Bold;
    width: 108px;
    height: 47px;
    padding: 13px 0px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.products .products-second .products-btm .cart-btns a.details {
    border: 1px solid #6b654e;
    color: #6b654e;
    margin-right: 10px;
}

.products .products-second .products-btm .cart-btns a.cart {
    background-color: #df7425;
    color: #fff;
}

.headdropdown button {
    background-color: transparent;
    border: transparent;
    border-bottom: 1px solid #e1e0dc;
    color: #6b654e;
    width: 300px;
    text-align: left;
    font-size: 18px;
    position: relative;
    padding: 5px 0px;
    border-radius: 0px !important;
}

.headdropdown button:hover {
    background-color: transparent !important;
    color: #6b654e !important;
}

.headdropdown button.show {
    background-color: transparent !important;
    color: #6b654e !important;
}

.headdropdown button img {
    position: absolute;
    right: 13px;
    top: 14px;
}

.headdropdown .dropdown-toggle::after {
    content: none;
}

.headdropdown .dropdown-menu {
    width: 100%;
    font-size: 18px;
    color: #6b654e;
    z-index: 1;
    overflow-y: scroll;
    height: 360px;
}

.headdropdown .dropdown-item:hover,
.headdropdown .dropdown-item.active,
.headdropdown .dropdown-item:active {
    background-color: #6b654e !important;
    color: #fff !important;
}

.clearance-sale-section .namo-products-cnt {
    width: 350px;
}

/* .new-arrival-section {
    padding: 100px 0px 100px;
} */
/* .products .products-second .product-img {
    width: 300px!important;
} */
/* .products .products-second .products-btm{
    width: 300px!important;
} */
.products.list-view .products-second .products-btm h5 {
    margin-bottom: 0px;
}

.product-details-cnt-right .lastspec a.download-specification {
    background-color: transparent;
    width: auto;
    display: inline-block;
    margin: 10px 0px;
    color: #df7425;
}





.scroller-right {
    text-align: right;
    margin-top: 30px;
}

.scroller-right a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #df7425;
    display: inline-block;
    text-align: center;
    padding: 5px 14px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .2s ease-in-out;
    transition: 1s ease-in-out;
}

.scroller-right a:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.btntran {
    cursor: pointer;
    transform: translate(0%, 0%);
    z-index: 0;
    border: solid 2px #df7425;

    span {
        transition: color 0.3s ease;
        z-index: 1;
        position: relative;
    }

    &:before {
        content: '';
        background: #fff;
        color: #df7425;
        height: 50%;
        width: 0;
        position: absolute;
        transition: .3s cubic-bezier(.785, .135, .15, .86);
    }

    &:after {
        content: '';
        background: #fff;
        color: #df7425;
        height: 50%;
        width: 0;
        position: absolute;
        transition: .3s cubic-bezier(.785, .135, .15, .86);
    }

    &:before {
        top: 0;
        left: 0;
        right: auto;
    }

    &:after {
        bottom: 0;
        right: 0;
        left: auto;
    }

    &:hover {
        &:before {
            width: 100%;
            right: 0;
            left: auto;
        }

        &:after {
            width: 100%;
            left: 0;
            right: auto;
        }

        span {
            color: #df7425;
        }
    }
}

@media(max-width:991px) {
    .product-details-cnt-right {
        padding: 50px 20px;
    }

    .product-carousel-btm img {
        width: 100%;
        height: 100%;
    }

    .product-details-cnt-right .lastspec {
        display: initial;
    }

    .product-section-head {
        padding: 30px 80px 30px 30px;
    }

    .product-section-head .container {
        flex-wrap: wrap;
    }

    .product-section-head h2 {
        font-size: 30px;
        margin-bottom: 15px;
    }

    .product-section-head h3 {
        margin-bottom: 15px;
        margin: 0px 30px 20px;
    }

    .product-section-head select {
        padding: 0px;
    }

    .size-show {
        position: absolute;
        right: 20px;
        top: 30px;
    }

    .product-section-head {
        border-bottom: 1px solid #e1e0dc;
    }

    .products .products-second .product-img {
        padding: 35px 0px 35px 35px;
        height: 380px;
    }

    .products .products-second .product-img img {
        height: 100%;
        width: 100%;
    }

    .products .products-second .products-btm h5 {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .products .products-second .products-btm p {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .bottom {
        margin-top: 0px;
    }

    .slick-banner3 img {
        height: 100%;
    }

}

@media(max-width:600px) {
    .products .products-second .product-img {
        padding: 35px 0px 35px 35px;
    }

    .products .products-second .product-img img {
        height: 100%;
    }

    .product-details-cnt {
        padding: 60px 0px 80px;
        overflow: hidden;
    }

    .slick-banner3 .product-left-img {
        height: auto;
        padding: 25px;
    }

    .pr {
        padding-right: 0px;
    }

    .product-carousel-btm {
        padding: 20px;
        height: auto;
        width: 80%;
    }

    .product-details-cnt-right .lastspec p {
        margin-left: 0px;
    }

    .products .products-second .products-btm .cart-btns a {
        font-size: 18px;
        width: auto;
        height: 47px;
        padding: 10px 10px;
    }

    .product-section-head h3 {
        margin: 11px 0px 20px;
    }

    .product-section-head h2 {
        font-size: 26px;
        margin-bottom: 9px;
    }
}

.product-details-cnt-right .lastspec {
    display: inherit;
    justify-content: space-between;
    align-items: end;
    color: #6b654e;
    position: relative;
    width: 100%;
}

.product-details-cnt-right .lastspec ul {
    list-style: none;
    padding-left: 0px;
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #6b654e;
    border-bottom: transparent;
}

.product-details-cnt-right .lastspec ul li.top {
    border-bottom: 1px solid #6b654e;
    width: 40%;
    border-right: 1px solid #6b654e;
}

.product-details-cnt-right .lastspec ul li.bottom {
    font-size: 14px;
    padding: 11px 7px;
    width: 60%;
    border-bottom: 1px solid #6b654e;
}

.product-details-cnt-right .lastspec p {
    margin-left: 0px;
}