.my-category-name-h4 {
    background: #468526;
    color: #fff !important;
    margin-left: -10px;
    margin-right: -10px;
    padding: 5px;
    border-bottom-right-radius: 25px;
    font-size: 12px !important;
}

.my-product-box {
    width: 18%;
    display: inline-block;
    margin: 10px;
}

.my-addto-cart-btn {
    width: 100%;
    font-size: 12px !important;
    background: #fff;
    color: #468526 !important;
    border: 1px solid #468526 !important;
}

.my-addto-cart-btn-details {
    width: 100%;
    font-size: 12px !important;
    background: #468526 !important;
    color: #fff !important;
    border: 1px solid #468526 !important;
}

.my-product-image {
    width: 115px;
    height: 140px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .my-product-box {
        width: 30%;
    }
}


@media (min-width: 576px) and (max-width: 767.98px) {
    .my-product-box {
        width: 44%;
    }
}

@media (max-width: 575.98px) {
    .my-product-box {
        width: 47%;
        margin: 4px;
    }

    .product-text-dt h4 {
        font-size: 11px;
        line-height: 14px;
    }

    .product-text-dt p {
        font-size: 11px;
        line-height: 14px;
    }

    .qty-cart {
        margin-top: 5px;
    }

    .product-price {
        font-size: 14px;
        line-height: 14px;
    }

    .product-price span {
        font-size: 11px;
    }

    .my-addto-cart-btn {
        width: 100%;
        font-size: 10px !important;
        background: #fff;
        color: #e46773 !important;
        border: 1px solid #e46773 !important;
    }

    .my-product-image {
        width: 90px;
        height: 100px;
    }
}

.section-bg-2 {
    background-color: #f3f3f3;
}

.footer-item {
    position: relative;
    margin-bottom: 15px;
}

.list-items li {
    margin-bottom: 8px;
    color: #7a7a7a;
}

.list-items li a {
    color: #7a7a7a;
}

.my-footer-title{
    color: #000;
}

.social-profile li a {
    display: block;
    color: #ef0000;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background-color: #e6e7e8f5;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.category-text {
    float: left; 
    position: absolute;
    left: 0px;
    top: 65%;
    z-index: 1000;
    background-color: #87511ad9;
    padding: 5px;
    color: #FFFFFF;
    font-weight: bold;
    width: 152px;
    height: 70px;
}

.category-card{
    position: relative;
    margin: 10px;
}

.category-card img{
    width: 100%;
    height: 200px;
}

.product-price-del {
    color: #c7c7c7;
    text-decoration: line-through;
    margin-left: 0px;
    font-weight: 600;
    font-size: 12px;
}

.pro-price-lg {
    color: #c87065;
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
}

.discount-product img {
    width: 100% !important;
    height: 280px;
}

.discount-product {
    padding: 10px;
}

.color-img {
    width: 50px;
    height: 50px;
}

.color-box {
    padding: 5px;
    margin: 10px 10px 4px 0px;
    text-align: center;
    border: 1px solid #ececec;
    border-radius: 15px;
    cursor: pointer;
}

.size-box {
    padding: 10px;
    margin: 10px 10px 4px 0px !important;
    text-align: center;
    border: 1px solid #ececec;
    border-radius: 10px;
    cursor: pointer;
}

.unit-box {
    padding: 10px;
    margin: 10px 10px 4px 0px !important;
    text-align: center;
    border: 1px solid #ececec;
    border-radius: 10px;
    cursor: pointer;
}

.my-cart-button {
    width: 100%;
    background: #ff3e6c;
    padding: 10px;
    border-radius: 15px;
    color: #fff;
    font-size: 16px;
    border: 1px solid #e12451;
}

.my-wishlist-button {
    width: 100%;
    background: #fff;
    border: 1px solid #1f1f1f !important;
    padding: 10px;
    border-radius: 15px;
    color: #1f1f1f;
    font-size: 16px;
}

.spec-div {
    margin-bottom: 10px;
    border-bottom: 1px solid #d1d1cc;
}

.my-list{
    float: left;
    color: #666;
}

.pro-price {
    color: #c87065;
    font-size: 14px;
    font-weight: 700;
    line-height: 28px
}

.color-title{
    font-size: 14px;
    font-weight: 600;
    color: #2c2c2c;
}

.my-gender-box i{
    font-size: 20px;
}

.my-gender-box p {
    margin-bottom: 0px;
}

.my-gender-box{
    text-align: center;
    padding: 10px;
    box-shadow: 0px 0px 5px 1px #e9e9e9;
    border-radius: 10px;
    cursor: pointer;
}

.invalid-input{
    border: 1px solid #ff5151 !important;    
}

.valid-input {
    border: 1px solid #51ff68 !important;
}

.active-varient{
    background: #1eb5b5 !important;
    color: #fff !important;
}

.active-varient .pro-price{
    color: #fff !important;
}

.active-varient .product-price-del {
    color: #cf0404 !important;
}

.active-size {
    background: #1eb5b5 !important;
    color: #fff !important;
}

.active-color {
    background: #1eb5b5 !important;
    color: #fff !important;
}

.product-img-cart{
    width: 110px !important;
    height: 110px !important;
}