:root {
    --bs-primary-rgb: 236, 84, 38;
    --bs-btn-bg: #ff4f1a !important;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style-type: none;
    text-decoration: none;
}

a {
    text-decoration: none;
}

body {
    background-color: #f2f2f2;
    font-family: "Roboto", sans-serif;
}

.top-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 70px;
    background: linear-gradient(#04b048, #04b048, #04b048, #04b048);
    box-shadow: 0 .125rem .425rem rgba(90, 97, 105, .36);
    z-index: 999;
}

.header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-logo-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.top-logo-header .logo img {
    width: auto;
    height: 55px;
    border-radius: 5px;
}

.top-logo-header .com-info p {
    font-size: 20px;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 22px;
}

.top-logo-header .com-info span {
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.top-icon-header {
    display: flex;
    align-items: center;
    gap: 10px;
}

.top-icon-header a {
    text-align: center;
    line-height: 18px;
}


.top-icon-header .cart i {
    font-size: 35px;
    font-weight: bolder;
    color: #fff;
    text-shadow: 0px 0px 4px #000;
}

.top-icon-header .cart .cart-pulse {
    top: 11px;
    left: 14px;
    display: none;
}

.top-icon-header .heart {
    margin-top: 6px;
}

.top-icon-header .heart i {
    font-size: 31px;
    font-weight: bolder;
    color: #fff;
    text-shadow: 0px 0px 4px #000;
}

.top-icon-header .heart .heart-pulse {
    top: 10px;
    left: 18px;
    display: none;
}

.pulse {
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ff0000
}

.pulse:before {
    content: "";
    top: 0;
    right: 0;
    width: 10px;
    height: 10px;
    position: absolute;
    border-radius: 50%;
    background: rgba(211, 0, 120, 0.5);
    cursor: pointer;
    box-shadow: 0 0 0 rgb(0 211 199);
    animation: pulse 1s linear infinite;
    z-index: 1
}

@keyframes pulse {
    100% {
        transform: scale(2.5)
    }
}



.top-search-header form {
    border-radius: 30px;
    border: 1px solid #fff;
    display: flex;
}

.top-search-header button {
    border-radius: 20px;
    margin: 4px;
    padding: 0px 14px;
    background: brown;
    border: none;
}

.top-search-header form input[type="text"] {
    box-shadow: none;
    border: none;
    background: transparent;
    padding: 10px 20px;
    font-size: 18px;
    color: #fff;
    width: auto;
    min-width: 40vw;
}

.top-search-header form input[type="text"]::placeholder {
    color: #fff;
}

.wrapper {
    margin-top: 80px;
    min-height: 100vh;
    overflow-x: hidden;
}

.container-fluid {
    padding-left: 100px;
    padding-right: 100px;
}

.section-title {
    margin-top: 10px;
    font-size: 1rem;
    font-family: Poppins, sans-serif;
    font-weight: 700;
    font-style: normal;
    border-bottom: 1px solid #8a8989;
    padding-bottom: 5px;
}

.mini-wish-btn {
    background: white;
    border: none;
    border-radius: 50%;
    padding: 3px;
    height: 40px;
    width: 40px;
    font-size: 23px;
    color: #ff4f0a;
    cursor: pointer;
}


.mini-cart-btn {
    background: white;
    border: none;
    border-radius: 50%;
    padding: 3px;
    height: 40px;
    width: 40px;
    font-size: 23px;
    color: #ff4f0a;
    cursor: pointer;
}

.product-img-container {
    overflow: hidden;
}

.product-img-container img:hover {
    transform: scale(1.1);
}

.product-img-container img {
    transition: 0.3s ease;
}

.ribbon {
    position: absolute;
    top: 0.9rem;
    right: -7px;
    background: green;
    text-align: center;
    color: #fff;
    font-size: 11px;
    font-family: roboto;
    border-radius: 10px 0px 0px 10px;
    padding: 1px 7px;
}

.ribbon::after {
    content: " ";
    width: 10px;
    height: 10px;
    background-color: #0080007a;
    position: absolute;
    bottom: -6px;
    z-index: -1;
    right: 3px;
    rotate: 41deg;
}


.price-box {
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    line-height: 1;
}

.old-price {
    text-decoration: line-through;
    font-size: 14px;
    letter-spacing: 0.005em;
    color: #999;
    margin-right: 3px;
}

.divider {
    margin-top: 0.7rem;
    margin-bottom: 0.7rem;
}

.custom-btn {
    background: #f4673c;
    color: #fff;
    border: 0;
    transition: 0.5s ease;
    padding: 4px;
}

.custom-btn:hover {
    color: #fff;
    background: #942503;
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
    pointer-events: none;
    background-color: #979696;
}

.product-sort-title {
    color: #444444;
    font-weight: 600;
    font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 5px !important;
    min-height: 45px;
}

.quick-order {
    background: #0c0;
    color: white;
    font-weight: bold;
    line-height: 29px;
    font-size: 18px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 10px;
    border: none;
    margin-top: 10px;
    margin-bottom: 10px;
    transition: 0.5s ease;
}

.quick-order:hover {
    color: #fff;
    background-color: #157347;
    border-color: #146c43;
}

.quantity {
    display: flex;
    border: 2px solid #3498db;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    width: max-content;
}

.quantity button {
    background-color: #3498db;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 20px;
    width: 30px;
    height: auto;
    text-align: center;
    transition: background-color 0.2s;
}

.quantity button:hover {
    background-color: #2980b9;
}

.input-box {
    width: 40px;
    text-align: center;
    border: none;
    padding: 8px 10px;
    font-size: 16px;
    outline: none;
}

/* Hide the number input spin buttons */
.input-box::-webkit-inner-spin-button,
.input-box::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.input-box[type="number"] {
    -moz-appearance: textfield;
}

.form-control,
.form-select {
    box-shadow: none !important;
}

.product-single-details .product-title {
    margin-bottom: 1.1rem;
    font-size: 1.4rem;
    font-weight: 700;
}

.product-single-details .price-box {
    margin-bottom: 2.3rem;
    color: #222529;
    font-weight: 600;
    font-family: Poppins, sans-serif;
}

.product-single-details .old-price {
    position: relative;
    top: 2px;
    color: #a7a7a7;
    font-size: 1.2rem;
    font-weight: 600;
    vertical-align: middle;
}

.product-single-details .product-price {
    color: #222529;
    font-size: 1.7rem;
    letter-spacing: -0.02em;
    vertical-align: middle;
    line-height: 0.8;
}

.product-single-details .product-desc {
    font-size: 1rem;
    letter-spacing: -0.015em;
    line-height: 1.6875;
    color: #777;
}

footer {
    color: #a8a8a8;
    line-height: 24px
}

footer .container {
    position: relative
}

footer p {
    color: inherit
}

footer a {
    color: inherit
}

.footer-middle {
    padding-top: 6.6rem;
    padding-bottom: 1rem
}

.footer-bottom {
    border-top: 1px solid #313438;
    padding-bottom: 2.3rem;
    padding-top: 2.4rem
}

footer .social-icon {
    border-radius: 50%;
    width: 4rem;
    height: 4rem;
    font-size: 1.8rem;
    line-height: 4rem
}

footer .social-icon:not(:hover):not(:active):not(:focus) {
    background: transparent
}

footer .payment-icons {
    margin-right: 2px
}

footer .payment-icons .payment-icon {
    display: inline-block;
    vertical-align: middle;
    margin: 1px;
    width: 56px;
    height: 32px;
    background-color: #d6d3cc;
    background-size: 80% auto;
    background-repeat: no-repeat;
    background-position: center;
    transition: opacity 0.25s;
    filter: invert(1);
    border-radius: 4px
}

footer .payment-icons .payment-icon:hover {
    opacity: 0.7
}

footer .payment-icons .payment-icon.paypal {
    background-size: 85% auto;
    background-position: 50% 48%
}

footer .payment-icons .payment-icon.stripe {
    background-size: 60% auto
}

footer .widget {
    margin-bottom: 3rem
}

footer .widget-title {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 1.3rem
}

.footer .widget-newsletter form {
    padding-right: 2px;
    background: #292c30;
    border-radius: 5rem;
    padding-left: 1rem;
}

.footer .widget-newsletter .form-control {
    border: 0;
    box-shadow: none;
    outline: none;
    background: #292c30;
    color: #777;
}

.footer .widget-newsletter .form-control::placeholder {
    color: #999999
}

.footer .widget-newsletter .btn {
    padding: .7rem 1.5rem;
    border-radius: 0 5rem 5rem 0;
    letter-spacing: 0.01em
}

.footer-copyright {
    color: #777;
    font-size: 1.2rem;
    letter-spacing: -0.013em
}


footer .tagcloud a {
    padding: 0.6em;
    margin: 0 0.8rem 0.8rem 0;
    border: 1px solid #313438;
    color: inherit;
    font-size: 11px;
    background: transparent
}

footer .tagcloud a:hover {
    border-color: #fff;
    background: transparent
}

footer .contact-info {
    margin: 0;
    padding: 0
}

footer .contact-info li {
    position: relative;
    margin-bottom: 1rem;
    line-height: 1.4
}

footer .contact-info-label {
    display: block;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 1px
}

.footer-ribbon {
    position: absolute;
    top: 0;
    margin: -16px 0 0;
    padding: 10px 20px 6px;
    color: #fff;
    font-size: 1.6em;
    z-index: 101;
    background-color: #0088cc;
    font-family: "Shadows Into Light", sans-serif;
    font-weight: 400
}

.footer-ribbon:before {
    content: "";
    display: block;
    height: 0;
    position: absolute;
    top: 0;
    width: 7px;
    right: 100%;
    border-right: 10px solid #005580;
    border-top: 16px solid transparent
}



@media screen and (max-width: 1150px) {
    .container-fluid {
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
    }

    .top-search-header form input[type="text"] {
        width: auto;
    }
}


@media screen and (max-width: 790px) {
    .col-md-4.col-6.col_class {
        padding: 3px !important;
    }
}

@media screen and (max-width: 400px) {
    .addToWish {
        font-size: 12px;
    }

    .addToCart {
        font-size: 12px;
    }
}

.offcanvas-start {
    width: 290px !important;
}

.category_header ul {
    padding: 0;
    margin-bottom: 100px;
}

.category_header ul li a:hover {
    background-color: rgba(1, 17, 51, .10);
    padding-left: 5px;
}

.category_header ul li a {
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 15px;
    transition: .1s ease;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    text-decoration: none;
    color: #000;
}

.cat-img {
    display: inline-block;
    margin-left: 15px;
}

.cat-img img {
    width: 26px;
    height: 26px;
    object-fit: contain;
    margin-right: .5rem;
}

.sidebar_title span {
    font-size: 13px;
    color: #010101;
    font-weight: 600;
}

.offcanvas-body {
    padding: 0 !important;
    scrollbar-width: none;
}
.category_header ul li a i {
    float: right;
    margin-right: 15px;
    font-size: 17px;
    color: #383737;
  }
