.header {
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
    z-index: 400;
}

.info-boxes-slider .info-box {
    padding: 1.6rem 0
}

.info-boxes-slider .info-box h4 {
    margin-bottom: 3px;
    line-height: 14px
}

.info-boxes-slider .info-box p {
    line-height: 17px;
    letter-spacing: 0
}

.info-boxes-slider .owl-item.active {
    margin-right: -1px;
    margin-left: 1px
}

.info-boxes-slider .active:not(:last-of-type) .info-box {
    border-right: 1px solid #e7e7e7
}

.info-boxes-slider i {
    line-height: 35px
}

.info-boxes-slider i:before {
    margin: 0 3px 0 2px
}

.info-boxes-slider i.icon-shipping {
    font-size: 35px
}

.info-boxes-slider i.icon-money {
    font-size: 37px
}

.info-boxes-slider i.icon-money:before {
    margin: 1px 3px -1px 4px
}

.info-boxes-slider i.icon-support {
    font-size: 37px
}

.info-boxes-slider i.icon-support:before {
    margin: 1px 3px -1px 4px
}

.info-boxes-slider .info-box-content {
    margin-top: -1px;
    margin-left: 1px;
    width: 210px;
}

.appear-animate {
    opacity: 0;
}

.appear-animation-visible {
    opacity: 1;
}

.banner {
    position: relative;
    font-size: 1.6rem;
}

.banner h2 {
    line-height: 1;
}

.banner-content {
    position: relative;
}

@media (max-width: 1199px) {
    .banner {
        font-size: 1.4rem;
    }
}
.banner-big-sale {
    margin-top: 21px;
    margin-bottom: 44px;
    background: var(--primary-color);
    border-radius: 7px;
}

.banner-big-sale .banner-content {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
}

.banner-big-sale h2 {
    font-size: 1.275em;
    line-height: 1.2;
}

.banner-big-sale h2 small {
    font-size: 64%;
    font-weight: 400;
    opacity: 0.7;
    margin-left: 0.8em;
}
.banner-big-sale .btn{
    border-radius: 4px;
}
.owl-carousel .owl-item img{
    border-radius: 5px;
}
.empty-cart-container {
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.empty-cart-content {
    text-align: center;
    padding: 2rem;
}
.cart-icon {
    margin-bottom: 1.5rem;
}
.cart-icon svg {
    width: 120px;
    height: 120px;
    fill: #6c757d;
}

.thumb-item {
    text-align: center;
}

.thumb-item a {
    color: #666;
    font-weight: 600
}

.thumb-item a:hover {
    color: var(--primary-color);
}

.thumb-item i:before {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    line-height: 1;
    font-size: 28px;
    color: #fff;
    margin-top: -14px;
    text-align: center;
}
.thumb-info-image{
    background:#f0f0f0;
    border: 1px solid #fff;
}
.thumb-info-image:hover{
    border-color: var(--primary-color)
}
.thumb-info-image, .thumb-item i {
    display: block;
    position: relative;
    margin-bottom: 0.9rem;
    padding-top: 100%;
    border-radius: 50%;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

@media (max-width: 1200px) {
    .thumb-item a {
        font-size: 11px;
    }
}

.banner1{
    position:relative;
    border-radius: 4px;
    overflow: hidden;
}
.banner1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.3) 50%, rgba(0,0,0,0) 100%);
    z-index: 1;
    pointer-events: none;
}
.banner1 .banner-layer{
    position:absolute;
    left: 20px;
    top: 30px;
    right: 35%;
    z-index: 2;
}
.banner1 h4{
    text-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.seperator{
    display: inline-block;
    margin: 0 10px;
    width: 1px;
    height: 15px;
    background:#dedede;
}
.product-single-filter .config-size-list li.active a {
    border-color: #666 !important;
}
.loading-prices{
    visibility: hidden;
    font-size: 33px;
    backdrop-filter: blur(5px);
    position:absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.8);
    opacity:1;
    border-radius: 5px;
    text-align: center;
}
.product-single-details .product-title span{
    display: block;
    color:rgba(0,0,0,0.7);
    font-size: 15px;
}
.campaign-alert {
    color: #218838;
    font-size: 2rem;
    font-weight: 600;
    border-radius: 8px;
    margin: 0px 0 18px;
    margin-top: -5px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: box-shadow 0.2s;
}
.campaign-alert span {
    display: inline-block;
    margin-right: 5px;
}
.campaign-alert span:last-child {
    font-size: 1.3em;
    color: #155724;
    font-weight: bold;
}

