/* Global Style */
.space-20 {
    padding: 20px 0;
}

/* Header Area Start */
.logo__brand {
    display: flex;
    align-items: center;
}
.logo__brand img {
    width: 90px;
    margin-right: 0.5rem;
}
.logo__brand .logo__brand--title h1 {
    font-size: 2rem;
    font-weight: 600;
}
.logo__brand .logo__brand--title p {
    color: #6d6d6d;
    font-size: 1rem;
}
.logo__brand .logo__brand--title:hover {
    opacity: 0.9;
}
.sticky-container .logo .logo__brand {
    margin-top: 1rem;
}
.sticky-container .logo .logo__brand img {
    width: 76px;
}
.sticky-container .logo .logo__brand .logo__brand--title h1 {
    font-size: 1.8rem;
}
.sticky-container .logo .logo__brand .logo__brand--title p {
    font-size: 1rem;
}
/* Header Area End */

/* Header Top */
.settings__icon--lg {
    padding-left: 10px !important;
}
.settings__icon--lg span {
    font-size: 1rem;
}
.settings__icon--lg i {
    font-size: 1.25rem !important;
}
.settings__icon--lg i.phone-circle {
    text-align: center;
    font-size: 1rem !important;
    background-color: #333;
    color: #fff;
    width: 22px;
    height: 22px;
    padding-top: 3px;
    border-radius: 50%;
    margin-left: 0.5rem;
}

.settings__icon--lg .fa-facebook-square:hover {
    color: #3b5998;
}
.settings__icon--lg .fa-instagram:hover {
    color: #c13584;
}
.settings__icon--lg .fa-telegram:hover {
    color: #0088cc;
}
.settings__icon--lg .fa-linkedin-square:hover {
    color: #0072b1;
}
/* End header top */

/* Header Middle */
.header__contact-btn {
    color: #fff;
    background-color: #408ed4;
    padding: 0.6rem 1rem;
    font-size: 14px;
    border-radius: 20px;
    font-weight: 600;
}
.header__contact-btn:hover {
    opacity: 0.8;
    color: #fff;
}
.header__contact-btn:active {
    transform: scale(0.98);
}

/* End Header Middle */

/* Slider Section Start */
.slider_area {
    max-height: 492px;
    overflow: hidden;
}
@media only screen and (max-width: 1199px) {
    .slider_area {
        max-height: 393.59px;
    }
}
@media only screen and (max-width: 765px) {
    .slider_area {
        max-height: 259.56px;
    }
}
/* Slider Section End */

/* Category Product Area Start  */
.brand__logo {
    height: 30px;
}
.category-tabs li a {
    padding: 1rem 0;
}
/* Category Product Area End  */

/* Sale Offer Area Start */
.flash-single-item {
    min-height: 400px;
}
/* Sale Offer Area End */

/* Product LIST */
.item-product {
    height: 370px;
}
.product-thumb {
    padding-bottom: 0 !important;
}
.product-thumb a img {
    width: 214px;
    height: 214px;
    object-fit: contain;
}
.product-thumb .product__offer--thumb {
    height: 350px;
    width: 350px;
}
.banner__product-list img {
    /* height: 355px; */
    /* object-fit: cover; */
}
/* Product List End */

/* Product Detail Start */
.img-thumb {
    width: 100px;
    height: 100px;
    object-fit: cover;
}
.product-sizes a {
    font-size: 14px !important;
    font-weight: 600;
}
/* Product Detail End */

/* Product Types */
.block__more-data {
    background-color: #fff;
    color: #a8a8a8;
    position: absolute;
    border-radius: 10px;
    padding-right: 0;
    padding-left: 5px;
    right: 50px;
    top: 0;
    bottom: 0;
    transform: translateY(-4px);
    font-size: 1rem;
}
/* Product Types End */

/* Mobile Responsive */
@media only screen and (max-width: 479px) {
    .logo__brand.mobile__responsive img {
        width: 60px;
    }
    .logo__brand .logo__brand--title h1 {
        font-size: 1.5rem;
        font-weight: 600;
    }
    .logo__brand .logo__brand--title p {
        color: #6d6d6d;
        font-size: 0.8rem;
    }
    .header__contact-btn {
        padding: 5px 16px;
        font-size: 12px;
    }
    .product-thumb a img {
        width: 100%;
        height: 160px;
    }
}
