.product-right h2 {
    text-transform: unset;
}

.alert-msg {
    background: #f364a7;
}

.alert-msg p {
    margin-bottom: 0;
    color: #fff;
    text-align: center;
    font-weight: 600;
}

.top-header a {
    color: #999999;
}

.main-menu .brand-logo {
    max-width: 200px;
    padding: 0;
}


/* .pixelstrap ul{
    display: none !important;
} */

.pixelstrap .sm-nowrap>li>a {
    white-space: unset;
    padding: 5px 15px 5px 35px;
}

.cart-value {
    position: absolute;
    top: 28px;
    right: -10px;
    height: 18px;
    min-width: 18px;
    color: #fff;
    font-size: 13px;
    background: #f364a7;
    text-align: center;
    border-radius: 30px;
    padding: 0 2px;
    z-index: 111;
}

.product-box,
.product-wrap {
    cursor: pointer;
}

.product-box:hover .cart-info,
.product-wrap:hover .cart-info {
    background: rgba(0, 0, 0, 0.7);
}

.product-box .cart-info i:hover,
.product-box .cart-wrap i:hover,
.product-wrap .cart-info i:hover,
.product-wrap .cart-wrap i:hover {
    background-color: #fff;
}

.product-box .cart-info i,
.product-box .cart-wrap i,
.product-wrap .cart-info i,
.product-wrap .cart-wrap i {
    color: #fff;
}

.footer-logo {
    max-width: 200px;
}

.footer-logo img {
    max-width: 200px;
    width: 100%;
}

.payment-card-bottom {
    margin-top: 40px;
    float: right;
}

.payment-card-bottom ul li {
    margin-right: 15px;
}

.btn:not(:disabled):not(.disabled):active,
.btn:not(:disabled):not(.disabled).active,
.btn-solid:hover {
    color: #000000 !important;
    background-color: #ffffff !important;
}

.size-box ul li.size-selector {
    background: #eee !important;
}

.size-box ul li.size-selector.active {
    background: #fff !important;
    border: 1px solid #f364a7;
}

.color-variant .color-selector.active {
    box-shadow: 0px 0px 4px 2px #101010;
}

label.error {
    color: #f90000 !important;
}

.error-msg {
    color: #f90000 !important;
    font-size: 18px;
    display: none;
}

.product-box .img-wrapper .front {
    min-height: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.product-box {
    padding: 15px;
}

.product-box:hover {
    box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.11);
}

.product-box .img-wrapper .lable-block .lable4,
.product-wrap .img-wrapper .lable-block .lable4,
.product-box .img-wrapper .lable-block .lable3,
.product-wrap .img-wrapper .lable-block .lable3 {
    top: 30px;
}

.slick-slide img {
    margin: auto;
}

#kaptureChatWrapper .kapchat-btn {
    bottom: 115px !important;
    left: 13px;
    right: unset;
}

#kaptureChatWrapper {
    left: 13px;
    right: unset !important;
}

@media (max-width:1700px){
    .chat-content-sec{
        padding-left: 32px!important;
    }
}
@media (max-width: 577px) {
    .top-header .header-contact {
        display: block;
    }
    .top-header {
        height: auto;
    }
}