.side-bar-btn {
    display: flex;
}

.nav-progressive-attribute .arrow::after {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-size: 65%;
    font-weight: 900;
    content: "\f107";
    margin-left: 0.5rem;
    transition: 0.3s ease;
    bottom: 3px;
    position: absolute;
}

.nav-progressive-attribute .nav-line-1 {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.3px;
}

.nav-progressive-attribute .nav-line-2 {
    font-size: 13px;
    font-weight: 700;
}

.nav-progressive-attribute {
    color: #fff;

}

.nav-progressive-attribute:hover {
    color: #fff;

}


.black {
    background: #000;
}

.bottom-menu {
    height: 35px;
    line-height: 10px !important;
}

.bg-sliding {
    background-image: url(../images/cloth-banner.jpg);
    height: 620px !important;
    background-size: 100%;
    background-repeat: no-repeat;
    cursor: pointer;
}

.bg-sliding-1 {
    background-image: url(../images/dw1.png);
    height: 600px !important;
    background-size: 100%;
    background-repeat: no-repeat;
    cursor: pointer;
}

.bg-sliding-2 {
    background-image: url(../images/cloth.png);
    height: 600px !important;
    background-size: 100%;
    background-repeat: no-repeat;
    cursor: pointer;
}


.bg-sliding-1 h1 {
    color: #fff;
    font-size: 50px;
    line-height: 65px;
}

.cate .left-img {
    height: 100% !important;
    width: 100%;
    max-height: 728px;
    border-radius: 3px;
}

.portrait_ratio4x5-box {
    margin: 10px;
    padding-bottom: 70px;
}

.portrait_ratio4x5-box img {
    width: 100%;
}

.hp-teaser-wrapper {
    max-width: 74%;
    float: left;
}

.hp-tile-module-teaser__header {
    font-size: 20px !important;
    letter-spacing: 0 !important;
    margin-top: 10px !important;
    font-weight: 500 !important;
    text-align: left;
    line-height: 22px;
    color: #eb9a1d;
}

.hp-tile-module-teaser__button {
    padding: 7px 0 0 !important;
}

.hp-btn-link {
    float: right;
    display: inline-block;
    text-decoration: underline;
    font-size: 17px;
    font-weight: 600;
    color: #000;
}

.section {
    margin-bottom: 40px;
    margin-top: 40px;
}

.padding-V--lg {
    padding-bottom: 20px;
}

.margin-lg-H--lg a {
    background-color: #000;
    border-color: #000;
    color: #fff;
    font-weight: 700;
    padding: 10px;
    padding: 10px 20px;
    margin: 0px 0px;
    line-height: 50px;
}

.margin-A--sm .h3 {

    font-weight: 700;
    font-size: 100%;
    line-height: normal;
    font-size: 1.5rem;
    line-height: 3.1;
    color: #000;

}

.bard-content p {

    font-weight: 400;
    font-size: 100%;
    line-height: normal;
    font-size: 1.0625rem;
    line-height: 3.0;
    margin-bottom: 1rem;
    color: #000;
    letter-spacing: 0.7px;
}

.bard-content a {

    font-family: "Brandon Text", sans-serif;
    font-weight: 400;
    font-size: 100%;
    line-height: normal;
    color: inherit;
    cursor: pointer;
    background-image: linear-gradient(0deg, #000, #000);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100% 1px;
    text-decoration: none;
    display: inline;
    border-bottom: 1px solid transparent;
    transition: .3s ease-out;
    color: #000;
}

.section-products {
    padding: 80px 0 54px;
}

.section-products .header {
    margin-bottom: 50px;
}

.section-products .header h3 {
    font-size: 1rem;
    color: #fe302f;
    font-weight: 500;
}

.section-products .header h2 {
    font-size: 2.2rem;
    font-weight: 400;
    color: #444444;
}

.section-products .single-product {
    margin-bottom: 26px;
}

.section-products .single-product .part-1 {
    position: relative;
    height: 290px;
    max-height: 290px;
    margin-bottom: 20px;
    overflow: hidden;
}

.section-products .single-product .part-1::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: all 0.3s;
}

.section-products .single-product:hover .part-1::before {
    transform: scale(1.2, 1.2) rotate(5deg);
}

.section-products #product-1 .part-1::before {
    background: url("https://i.ibb.co/L8Nrb7p/1.jpg") no-repeat center;
    background-size: cover;
    transition: all 0.3s;
}

.section-products #product-2 .part-1::before {
    background: url("https://i.ibb.co/cLnZjnS/2.jpg") no-repeat center;
    background-size: cover;
}

.section-products #product-3 .part-1::before {
    background: url("https://i.ibb.co/L8Nrb7p/1.jpg") no-repeat center;
    background-size: cover;
}

.section-products #product-4 .part-1::before {
    background: url("https://i.ibb.co/cLnZjnS/2.jpg") no-repeat center;
    background-size: cover;
}

.section-products .single-product .part-1 .discount,
.section-products .single-product .part-1 .new {
    position: absolute;
    top: 15px;
    left: 20px;
    color: #ffffff;
    background-color: #fe302f;
    padding: 2px 8px;
    text-transform: uppercase;
    font-size: 0.85rem;
}

.section-products .single-product .part-1 .new {
    left: 0;
    background-color: #444444;
}

.section-products .single-product .part-1 ul {
    position: absolute;
    bottom: -41px;
    left: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
    opacity: 0;
    transition: bottom 0.5s, opacity 0.5s;
}

.section-products .single-product:hover .part-1 ul {
    bottom: 30px;
    opacity: 1;
}

.section-products .single-product .part-1 ul li {
    display: inline-block;
    margin-right: 4px;
}

.section-products .single-product .part-1 ul li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #ffffff;
    color: #444444;
    text-align: center;
    box-shadow: 0 2px 20px rgb(50 50 50 / 10%);
    transition: color 0.2s;
}

.section-products .single-product .part-1 ul li a:hover {
    color: #fe302f;
}

.section-products .single-product .part-2 .product-title {
    font-size: 17px;
    font-weight: 600;


}

.section-products .single-product .part-2 h4 {
    display: inline-block;
    font-size: 1rem;
}

.section-products .single-product .part-2 .product-old-price {
    position: relative;
    padding: 0 7px;
    margin-right: 2px;
    opacity: 0.6;
}

.section-products .single-product .part-2 .product-old-price::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #444444;
    transform: translateY(-50%);
}

.star-rating {
    position: relative;
    display: inline-block;
    width: 66px;
    height: 18px;
    white-space: nowrap;
    letter-spacing: 2px;
    font-size: 12px;
    line-height: 18px;
    font-family: "basel-font";
}

.star-rating:before {
    content: "\f005""\f005""\f005""\f005""\f005";
    position: absolute;
    top: 0;
    left: 0;
    color: #A5A5A5;
}

.star-rating span {
    position: absolute;
    top: 0;
    left: 0;
    float: left;
    overflow: hidden;
    height: 18px;
    font-size: 0;
}

.star-rating span:before {
    color: #179a94;
}

.star-rating span strong {
    display: none;
}

.Recommendation-product .js-slide {
    margin-bottom: 60px;
}

.section-title {
    font-weight: 700;
}

#HomeSubMenu li {
    line-height: 20px;
}

.promo-banner img {
    width: 100%;
}

.news-letter {
    background: linear-gradient(270deg, #ffe5a0 1%, #cbb46f 50%, #f0c86c 100%);
}

.bg-gray-30 {
    background: #000;
}

.font-weight-600 {
    font-weight: 600;
}

.product__colors-variant .nav-pills .red {
    background: red;
    color: red;
}

.color-white {
    color: white;
}

.color-silver {
    color: #ccc;
}

.fontsize-12 {
    font-size: 12px;
}

.wishlist:hover {
    color: #eb9a1d;
}

.cart span {
    line-height: 50px;
}

.wishlist {
    padding-right: 20px;
    line-height: 50px;
}


.product-variable-layout .product-form-product-template {
    border-top: 1px dotted #a0a0a0;
    border-bottom: 1px dotted #a0a0a0;
    padding: 20px 0;
    margin: 20px 0 30px;
}

.product-form {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    align-items: flex-end;
    width: auto;
    margin: 0 -5px -10px;
}

.product-form .swatch {
    width: 100%;
}

.product-form .swatch {
    margin-bottom: 10px;
}

.product-form .swatch .product-form__item {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
}

.product-form .swatch label {
    display: block;
    text-transform: uppercase;
    font-weight: 600;
}

.product-form .swatch label .required {
    color: #F00;
}

.product-form .swatch label .slVariant {
    font-weight: normal;
    padding-right: 20px;
}

.product-form .swatch .swatch-element {
    display: inline-block;
    margin-right: 8px;
    cursor: pointer;
}

.product-form .swatch .swatchInput {
    display: none;
}

.product-form .swatch .swatchInput:checked + .swatchLbl {
    border: 2px solid #111111;
    box-shadow: none;
}

.product-form .swatch .swatchInput:checked + .swatchLbl {
    border: 2px solid #111111;
    box-shadow: none;
}

.product-form .swatch .swatch-element .black {
    background-color: #000;
}

.product-form .swatch .swatchInput + .swatchLbl {
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    text-transform: capitalize;
    display: inline-block;
    margin: 0;
    min-width: 20px;
    height: 22px;
    overflow: hidden;
    text-align: center;
    padding: 0 10px;
    border: 2px solid #fff;
    box-shadow: 0 0 0 1px #ddd;
    border-radius: 0;
    -ms-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
}

.product-form .swatch .swatch-element .blue {
    background-color: #0000fe;
}

.product-form .swatch .swatch-element .red {
    background-color: #fe0000;
}

.product-form .swatch .swatch-element .pink {
    background-color: #ffc1cc;
}

.product-form .swatch .swatch-element .orange {
    background-color: #fca300;
}

.product-form .swatch .swatch-element .yellow {
    background-color: #f9f900;
}

.page-title h1 {
    letter-spacing: normal;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    position: relative;
    margin: 0 0 30px 0;
    text-align: center;
}

.dashboard-upper-info {
    border-bottom: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
    margin-bottom: 40px;
}

.dashboard-upper-info .d-single-info {
    border-right: 1px solid #ebebeb;
    padding: 30px 20px;
}

.dashboard-upper-info p {
    margin-bottom: 0;
    font-size: 15px;
}

.dashboard-list li a.active,
.dashboard-list li a:hover {
    color: #fff;
    background-color: #000;
}

.dashboard-list li a {
    border-bottom: 1px solid #ebebeb;
    color: #000;
    display: block;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 15px;
    text-transform: uppercase;
}

.dashboard-content {
    border: 1px solid #ebebeb;
    padding: 20px;
}

.nav-line-1-container a:hover {
    color: white;
}

.nav-line-2 a:hover {
    color: white;
}

.product-item__body img {
    width: 350px;
    height: auto;
}

@media(max-width:768px) {
    .product-item {
        box-shadow: rgb(0 0 0 / 15%) 0px 0px 2px, rgb(0 0 0 / 5%) 0px 6px 0px !important;
        margin: 10px 0px !important;
    }

    .btn-add-cart {
        width: 90px !important;
        height: 2rem !important;
        background-color: #000;
        color: #fff;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-radius: 6.1875rem;
        font-size: 13px !important;
    }

    .hp-teaser-wrapper {
        max-width: 100%;
        float: left;
    }

    .hp-btn-link {
        float: left;
        display: inline-block;
        text-decoration: underline;
        font-size: 14px;
        font-weight: 600;
        color: #000;
    }

    .hp-tile-module-teaser__header {
        font-size: 16px !important;
    }

    .font-size-12 {
        font-size: 16px !important;
    }

    .bg-sliding-1 {

        height: 200px !important;
        background-size: 100%;
        background-repeat: no-repeat;
        cursor: pointer;
    }

    .bg-sliding {

        height: 200px !important;
        background-size: 100%;
        background-repeat: no-repeat;
        cursor: pointer;
    }

    .bg-img-hero {
        background-size: contain;
        background-repeat: no-repeat;
        background-position: top center;
        height: 200px !important;
    }

    .bg-img-hero .u-slick__pagination:not(.u-slick__pagination--block) {
        height: auto !important;
    }

    .Recommendation-product .js-slide {
        margin-bottom: 0px !important;
    }



}
