.mb-15 {
    margin-bottom: 15px !important;
}

#products-filter-form .sidebar{
    padding: 15px 15px;
    margin-bottom: 20px;
    border: 1px solid #e1dbdb;
    border-radius: 6px;
}
#products-filter-form .text-heading-5 {
    margin-bottom: 10px;
}
.filter-layout.filter-link{
    display: none;
}
#products-filter-form .sidebar .widget-content {
    margin: 20px 0px 0px 0px;
}
#products-filter-form .text-heading-6 {
    margin-bottom: 0px;
}
#products-filter-form .sidebar .widget-content .list-type li {
    margin: 0 0 5px;
}
#products-filter-form .sidebar .widget-content .visual-swatches-wrapper .widget-content .attribute-values ul{
    padding-left: 0rem;
}
#products-filter-form .sidebar .widget-content .text-swatches-wrapper .widget-content .attribute-values ul{
    padding-left: 0rem;
}
#products-filter-form .sidebar .widget-content .text-swatches-wrapper .widget-content .attribute-values .text-swatch li span{
    padding: 1px 10px;
    font-size: 14px;
}

.text-truncate {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    white-space: break-spaces;
}
.card-product .card-info h6 {
    font-size: 17px;
    letter-spacing: 0;
    font-weight: 500;
    line-height: 23px;
}
.card-product {
    border-radius: 12px;
}
.card-product .card-info .price .text-price{
    width: 150px;
    display: grid;
}
.card-product .card-info .price .text-price .price-line {
    color: #6d747e;
    font-size: 18px;
    line-height: 25px;
    text-decoration: line-through;
}
.card-product .card-info .add-to-cart{
    padding: 8px 9px 4px 7px;
    min-width: 60px;
}
.card-product .card-info .add-to-cart i{
    font-size: 18px;
    line-height: 26px;
}
.card-product .card-image img {
    max-height: 220px;
    width: 100%;
    object-fit: cover;
}
.card-product {
    padding: 12px;
}
.box-quantity .btn.btn-brand-1{
    min-width: 170px !important;
    padding: 3px 10px;
    font-size: 16px;
}
.tabs-plan {
    margin-top: 0px;
    text-align: left;
    min-width: 200px;
}
.product-description{
    border-radius: 10px;
    /* box-shadow: 0 0 6px rgb(0 0 0 / 13%); */
    padding: 10px 15px;
    border: 2px dashed #da0909;
}
.product-description .btn-view{
    padding: 10px 20px;
    text-align: center;
    color: black;
    font-weight: 600;
    border: 1px solid #da0909;
    border-radius: 5px;
    color: #da0909;
}
.product-description .btn-view:hover{
    background-color: #da0909;
    color: white;
}
.product-description-text{
    margin-bottom: 20px;
    position: relative;
}
.product-description-text::after {
content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2em;
    background: linear-gradient(to top, white, transparent);
    pointer-events: none;
}
.product-description-full{
    margin-bottom: 20px;
}
.card-product .box-quick-view {
    display: none !important;
}
.product-details .h3{
    font-size: 27px;
    font-weight: 600;
    color: #3d3d3d;
}
.product-details .box-price {
    margin: 10px 0 10px;
}
.product-details .box-price .price{
    margin-bottom: 10px;
}
.product-details .box-price .price-line{
    margin-bottom: 10px;
}
#products-filter-form .sidebar .widget-title{
    margin-bottom: 0px;
}
/* Thumbnail image products */
.product-image-slider img {
    height: 500px;
    object-fit: cover;
    border-radius: 8px;
    width: 100%;
}
.slider-nav-thumbnails .slick-slide .item-thumb img {
    height: 60px;
    width: 100%;
    object-fit: cover;
    border-radius: 4px;
}
.slider-nav-thumbnails .slick-slide .item-thumb {
    border-radius: 4px;
}
.box-quantity .form-quantity {
    width: 130px;
}
/* cart */
.cart-sidebar .cart-header {
    border-bottom: 0.5px solid rgb(218, 212, 212);
    padding: 10px 20px;
}
.cart-sidebar .cart-content .cart-item .product-info .product-price {
    line-height: 17px;
    margin-bottom: 0px;
}
.cart-sidebar .cart-content .cart-item .product-info .product-attributes {
    line-height: 15px;
    margin-bottom: 5px;
}
.cart-form .actions .btn{
    border-radius: 50px;
    font-family: var(--primary-font), sans-serif;
    font-size: 15px;
    letter-spacing: .45px;
    line-height: 22px;
    padding: 10px 15px;
    transition: .2s;
    min-width: 260px;
    margin-bottom: 10px;
}
.cart-form .actions.pb-4{
    padding-bottom: 20px !important;
}
.cart-form .form-coupon-wrapper .coupon h4{
    color: black;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 0px;
}
.cart-form .form-coupon-wrapper .form-control{
    height: 50px;
    line-height: 20px;
    border-radius: 8px 0px 0px 8px;
}
.cart-form .form-coupon-wrapper .coupon-input .btn-apply-coupon-code{
    border-radius: 0px 8px 8px 0px;
}
.cart-form .cart_totals h5{
    font-size: 25px;
    color: black;
    font-weight: 500;
}
.attribute-name{
    font-weight: 600;
    color: black;
}
.box-sortby .form-select-soft-by{
    height: 40px;
    padding: 0px 15px;
}
#form-search-products button {
    background: var(--primary-color);
    color: white;
}
.proceed-to-checkout .checkout-button{
    border-radius: 8px;
    background: var(--primary-color);
}
.qty-val {
    -moz-appearance: textfield;
}

.qty-val::-webkit-outer-spin-button,
.qty-val::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.cart-form__cart-item .product-name a{
    font-weight: 500;
    color: #000;
}
/* responsive */
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1320px;
    }
}
@media (max-width: 991px) {
    .box-quantity .btn.btn-brand-1 {
        padding: 8px 10px;
    }
    .box-quantity {
        align-items: center;
    }
}