.product-text-feature {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    color: #000000 !important;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 10px;
    padding: 5px 10px 5px 10px;
}

.card-product-slide {
    box-shadow: none !important;
    height: 256px !important;
}

.product-number-feature {
    display: inline-block;
    font-size: 14px;
    color: #313030;
    padding: 0px 6px;
    text-decoration: underline;
    margin-left: 5px;
}

.badge-tag {
    background-color: var(--first-color) !important;
}

.btn-primary:hover {
    background-color: var(--second-color) !important;
}

.myheader .navbar-bottom .other-links .link-seller:hover {
    color: white;
    background-color: var(--first-color);
}

.noUi-handle {
    background-color: var(--first-color);
}

.noUi-connect {
    background-color: var(--first-color);
}

.form-check-input:checked {
    background-color: var(--first-color);
    border-color: var(--first-color);
}

#all_category.swiper-slide {
    /*
    width: 94.5px !important;
    */
}

body {
    background-color: var(--bg-color) !important;
}

.myheader {
    background-color: var(--header-color) !important;
}

@media (max-width:641px)  { #megamenu-1 {display:none !important;} }

#footer {
    background-color: var(--footer-color) !important;
}

@media (min-width:992px){
    .modal-mini-lg
    {
        max-width:600px
    }
}

.swiper-slide .item .icon:hover {
    border:3px solid white;
    border-radius: 50px;
    transition: border-width 0.2s linear;
}

.img-inner img {
    transition: transform 1.2s; /* Animation */
    transition-duration: 5s;

}

.img-inner img:hover {
    transform: scale(1.1);
}

.danger,.alert-danger {
    background-color: #ff8383 !important;
    color: white;
    margin-top: 25px;
    padding: 14px;
    border-radius: 7px;
    color: white;
    font-size: 12px;
    margin-bottom: 27px;
}

.alert-success {
    background-color: #22cd72 !important;
    color: white;
    margin-top: 25px;
    background-color: #22cd72;
    padding: 14px;
    border-radius: 7px;
    line-height: 20px;
    color: white;
    font-size: 12px;
}

.justify-content-center {
    justify-content: space-between !important;
}

.products-carousel .products-inner {
    padding: 42px 30px 35px 30px;
}

.option_color {
    width: 30px;height: 30px;display: inline-block;border-radius: 20px;margin-top: 13px;
    transition: transform 1.2s; /* Animation */
    transition-duration: 0.2s;
}

.option_color:hover {
    border: 2px solid #4f4f4f;
    transform: scale(1.04);
}

.option_color_cart {
    vertical-align: bottom;width: 20px;height: 20px;margin-right: 7px;
    display: inline-block;
    border-radius: 20px;
}

.star-rating-content .label-star::before {
    color: var(--first-color) !important;
}

.card-product-slide {
    height: 287px;
    margin-top: 13px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px
}

.out_of_address {
    color: #ff5340;
    font-size:12px;
}

@media (max-width: 768px) {
    .search-group form {
        width: 100%;
    }
    .celebration-section .row-celebration .title {
        height: 124%;
    }
}

.banner-section .banner-inner .item a img {
    border-radius: 0;
}

#product-details .products-other-details .seller-info h6 {
    font-size: 12px !important;
}

.category-index-content .category-inner .item .icon img {
    border-radius: 0 !important;
}

.btn {
    cursor: pointer;
}

.card-product-slide {
    margin-bottom: 38px !important;
}

#product-details .products-other-details .tags {
    border-top: 1px solid #b0b0b030 !important;
}

.form-check {
    padding-left: 0;
    padding-right: 1.5rem;
}
.form-check .form-check-input {
    float: right;
}

.item-compare .item-layout .grid {
    padding: 10px;
}

.myheader .navbar-middle .logo img {
    height: auto !important;
}

@media (max-width: 468px) {
    .modal-body .modal-share .social-icons li {
        margin: 3px !important;
    }
}

.blog-description img {
    height:auto !important;
    width:76% !important;
    display: block;
    margin: 0 auto;
    border: 5px solid var(--first-color);
    box-shadow: 1px 1px 1px 1px #00000047;
    margin-bottom: 51px;
    margin-top: 49px;
}

.card-celebration .image-content {
    -webkit-box-shadow: 1px 1px 1px 1px #e2e2e269;
    -moz-box-shadow: 1px 1px 1px 1px #e2e2e269;
    box-shadow: 1px 1px 1px 1px #e2e2e269;
}