.product-default {
    margin-bottom: 2rem;
    height: auto;
}

.product-default .product-title {
    margin-bottom: 1rem;
}

.product-default a {
    white-space: normal;
}

.info-box-icon-top i {
    margin-bottom: 2px;
}

.category-section {
    padding-top: 15px;
    padding-bottom: 0px;
}

.product-section1 {
    padding: 15px 0 15px 0;
}

.product-section2 {
    padding: 15px 0 15px 0;
}

.category-content {
    padding-bottom: 10px;
}

.header-dropdown ul a {
    display: inline-block;
}

.bg-dark {
    background-color: #F4F4F4 !important;
}

.footer .widget li {
    color: #000 !important;
}

.footer .widget-newsletter p {
    color: #000 !important;
}

.footer .widget-newsletter .form-control {
    color: #000 !important;
    background: #fff !important;
}

.widget-newsletter form {
    background: #fff;
}

.footer .contact-info-label {
    color: #000 !important;
}

.footer-copyright {
    color: #000 !important;
}

.footer .widget-title {
    color: #000 !important;
}

.footer .social-icon:not(:hover):not(:active):not(:focus) {
    background: none !important;
    border: 1px solid #000;
    color: #000 !important;
}

.footer-bottom {
    border-top: 1px solid #000 !important;
}

.footer .payment-icons .payment-icon {
    filter: none;
}

.footer .contact-info li a:hover {
    color: #000;
}

.footer a:focus,
.footer a:hover {
    color: #000;
}

.product-default .btn-add-cart,
.product-default .btn-icon-wish,
.product-default .btn-quickview {
    border: 1px solid #f4f4f4;
    background: #E31E24 !important;
    color: #fff !important;
}

.product-default:hover .btn-add-cart {
    border-color: #fff !important;
}

.btn-dark {
    border-color: #E31E24 !important;
    background-color: #E31E24 !important;
}

.owl-carousel .owl-item .product-category img {
    border-radius: 15px;
}

.category-section .product-category .category-title {
    font-size: 1.5rem;
}

.category-section .owl-theme .owl-nav [class*=owl-] {
    top: 40%;
}

.product-section1 .owl-theme .owl-nav [class*=owl-] {
    top: 30%;
}

.product-section2 .owl-theme .owl-nav [class*=owl-] {
    top: 45%;
}

/* .owl-carousel.nav-inside .owl-nav .owl-prev {
    bottom: auto !important;
    top: 50% !important;
    left: 7vw;
    border: 1px solid #000;
    border-radius: 50%;
    width: 52px;
    height: 52px;
    background: #ffffff85;
} */

.owl-carousel.nav-inside .owl-nav .owl-prev {
    top: 90% !important;
    left: 1vw;
    border-radius: 50%;
    color: #d3d3d3;
}

/* 
.owl-carousel.nav-inside .owl-nav .owl-next {
    bottom: auto !important;
    top: 50% !important;
    right: 7vw;
    border: 1px solid #000;
    border-radius: 50%;
    width: 52px;
    height: 52px;
    background: #ffffff85;
} */

.owl-carousel.nav-inside .owl-nav .owl-next {
    top: 90% !important;
    right: 1vw;
    border-radius: 50%;
    color: #d3d3d3;
}

@media only screen and (max-width: 1199px) {
    .owl-carousel.nav-inside .owl-nav .owl-prev {
        top: 90% !important;
        width: 47px;
        height: 47px;
        left: -3vw !important;
    }
}

@media only screen and (max-width: 1199px) {
    .owl-carousel.nav-inside .owl-nav .owl-next {
        top: 90% !important;
        width: 47px;
        height: 47px;
        right: -3vw !important;
    }
}

.product-single-details .product-action {
    padding: 0;
    border-top: 0px solid #e7e7e7;
}

.ajax-progress-bar {
    height: 5px;
    background-color: #E31E24;
    border-radius: 4px;
    transition: 0.4s linear;
    transition-property: width, background-color;
}

.ajax-progress-bar {
    background-color: #E31E24;
    width: 100%;
    background-image: linear-gradient(45deg, rgb(227, 30, 36) 25%,
            transparent 25%, transparent 50%,
            rgb(227, 30, 36) 50%, rgb(227, 30, 36) 75%,
            transparent 75%, transparent);
    animation: progressAnimationStrike 6s;
}

@keyframes progressAnimationStrike {
    from {
        width: 0
    }

    to {
        width: 100%
    }
}

.bootstrap-touchspin .form-control {
    max-width: 75px;
}

.product-single-qty {
    max-width: 200px;
    width: 140px;
}

.cart-dropdown .product {
    padding: 0.5rem 0;
}

#global_cart form {
    margin-bottom: 0.5rem;
}

.no-price {
    color: #FF0000;
}

@media only screen and (max-width: 600px) {
    .w-100 {
        width: 90px !important;
    }
}

@media screen and (max-width: 600px) {
    .header-middle {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }   
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #a9abad;
    border-color: #343a40;
}

.btn-success {
    color: #28a745;
    background-color: #ffffff;
    border-color: #28a745;
}

.btn-danger {
    color: #dd1e1e;
    background-color: #ffffff;
    border-color: #dc3545;
}

@media screen and (max-width: 768px) {
    .category-banner {
        padding: 1rem 0;
    }
}

.round-icons img {
    width: 130px !important;
    margin: auto;
}

@media screen and (max-width: 768px) {
    .round-icons img {
        width: 80px !important;
        margin: auto;
    }

    .info-box {
        margin-bottom: 0 !important;
    }
}

.cart-dropdown .mobile-cart {
    width: 400px !important;
    transform: translate(440px);
    transition: transform 0.2s ease-in-out 0s;
}
@media (max-width: 768px) {
     .cart-dropdown .mobile-cart {
        width: 320px !important;
        transform: translate(360px);
        transition: transform 0.2s ease-in-out 0s;
    }
}