.c-main_menu .main-menu .menu-item a{
    padding-bottom: 30px
}
.btn-login-sidebar {
    display: block;
    border: none;
    outline: none;
    width: 100%;
}
.u-b-n {
    border: none;
    outline: none;
}
.not-default {
    background-color: #fff !important;
}
.img-collection {
    max-height: 400px;
}
.color-img {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    position: relative;
}


.color-img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid transparent;
    position: relative;
    z-index: 2;
}
.c-item_color.active .color-img::after{
    content: "";
    position: absolute;
    top: -4px;
    left: -4px;
    right: -4px;
    bottom: -4px;
    border: 2px solid #e3ddbb;
    border-radius: 999rem;
    background-color: #fff;
    z-index: 1;
}

/* @media (max-width: 991px) {
    .lSPager.lSGallery {
        display: flex;
    }
    .lSPager.lSGallery li{
        height: 334px !important;
    }
} */

.u-w-f {
    width: 100%;
}

.modal-choose-size-body {
    padding: 20px !important;
}
.modal-choose-size-content {
    display: flex;
}
.modal-choose-size-content td {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}
.table-modal-sizes {
    font-size: 10px;
}
.modal-sizes {
    width: min(98%, 1000px) !important;
    margin-top: 10px !important;
    max-width: 100% !important;
}
.modal-sizes-col2 {
    margin-top: 20px;
}
#myMap {
    position: relative;
    width: 100%;
    height: 750px;
    border: 1px solid #fff;
}
#myMap iframe {
    max-width: 100% !important;
    width: 100% !important;
    /* height: 770px !important; */
}
.item_map {
    cursor: pointer;
    transition: all 0.2s linear;
}
.item_map:hover {
    opacity: 0.8;
}
.show-fashion-img {
    max-width: 120px;
}
.show-fashion-item {
    display: flex;
    gap: 6px;
}
.show-fashion-img img{
    width: 100%;
    object-fit: cover;
    margin-right: 6px;
}
.about-us {

}
.about-us .text-center {
    text-align: center;
}
.about-us-main {
    display: flex;
    margin-top: 20px;
}
.about-us-content {
    flex: 1;
}
.about-us-img {
    width: 50%;
    max-width: 340px;
}
.about-us-img img{
    width: 100%;
    object-fit: cover;
}
.about-us-content {
    padding-left: 30px;
}

@media (max-width: 991px) {
    .about-us-main {
        flex-direction: column;
    }
    .about-us-img {
        display: none;
    }
    .about-us-content {
        padding-left: 0;
    }

}
.gender-flex {
    display: flex;
    align-items: center;
}
.gender-flex input {
    margin-right: 10px;
}
.gender-flex label {
    margin-bottom: 0;
    margin-right: 10px;
    margin-left: 4px;
}

.login-social {
    text-align: center;
}
.login-social__main {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 12px;
}
.login-social__item {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    overflow: hidden;
    transition: all 0.2s linear;
}
.login-social__item:hover {
    opacity: 0.7;
}
.login-social__item img {
    width: 100%;
    height: 100%;
    max-width: 100% !important;
}
.text-center {
    text-align: center;
}
.gift-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}
.gift__left {
    flex: 1;
}
.image-left-gift {
    max-width: 100%;
}
.gift__right {
    flex: 1;
}
.c-btn-add-gift {
    display: flex;
    height: 50px;
    background: #212121;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    justify-content: center;
    align-items: center;
    margin: 20px 0px 30px;
    padding: 10px 20px;
    -webkit-transition: ease-in-out 400ms;
    -moz-transition: ease-in-out 400ms;
    -ms-transition: ease-in-out 400ms;
    -o-transition: ease-in-out 400ms;
    transition: ease-in-out 400ms;
    border: none;
    outline: none;
}
.c-btn-add-gift:hover {
    opacity: 0.7;
}
@media screen and (max-width: 991px) {
    .gift-container {
        flex-direction: column;
    }

}
.slider-product {

}
.slider-product-item {

}
.slider-product-item img {
    max-width: 100%;
    object-fit: cover;
    width: 100%;
}
.slider-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #ccc;
    display: block;
    cursor: pointer;
    margin-top: 5px;
}
.slick-active .slider-dot {
    background-color: #e3ddbb;
}
.slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3px;
}

.img-fluid  {
    /* max-height: 200px; */
}
.clear-color {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.2s linear;
}
.clear-color:hover {
    background-color: #f4f4f4;
}
.c-product-item {
    position: relative;
}
.c-icon-product {
    position: absolute;
    top: 10px;
    right: 20px;
    width: 50px;
    height: 50px;
    z-index: 1;
    font-weight: bold;
    color: #fff;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(/assets/frontend/images/icon-new.png) no-repeat center center;
    background-size: cover;
}
.captcha-register {
    margin-top: 20px;
    display: flex;
}
.captcha-register img {
    width: 100% !important;
    max-width: 100% !important;
}
.captcha button,.captcha-register button {
    background-color: #212121;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    border: none;
    outline: none;
    transition: all 0.2s linear;
}
.captcha button:hover , .captcha-register button:hover {
    background-color: #212121;
    opacity: 0.7;
}
.modal-size-md {
    max-width: 700px !important;
}
.c-coupon {
    display: flex;
    padding: 0 !important;
}
.c-coupon-btn {
    font-size: 12px;
    white-space: nowrap;
    margin-bottom: 0 !important;
}
.width-full {
    width: 100%;
}
.c-register-mail {
    display: flex;
}
.c-register-mail button {
    background-color: #212121;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    border: none;
    outline: none;
    transition: all 0.2s linear;
}
.c-register-mail button:hover {
    opacity: 0.7;
}
.related_product {
    max-width: 100%;
}
.related-prod {
    padding: 0 20px !important;
}
.c-header-relared {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.related-button-next {
    width: 10px;
    height: 10px;
    border-left: 2px solid #000;
    border-top: 2px solid #000;
    border-color: #f6f3e4;
    cursor: pointer;
    transform: rotate(136deg);
}
.btn-slide {
    display: flex;
    gap: 10px;
    padding-right: 20px;
}
.related-button-prev {
    width: 10px;
    height: 10px;
    border-left: 2px solid #000;
    border-top: 2px solid #000;
    border-color: #f6f3e4;
    cursor: pointer;
    transform: rotate(-45deg);
}
.sale_price_tag {
    font-size: 12px;
    color: #8c8c8c;
    font-weight: lighter;
}
