:root {
    --primary-color: #F76B6A;
    --secondary-color: #00234D;
    --text-dark: #000000;
    --text-light: #fff;
}

@font-face {
    font-family: "P-200";
    src: url("../fonts/Poppins/Poppins-ExtraLight.ttf");
}

@font-face {
    font-family: "P-300";
    src: url("../fonts/Poppins/Poppins-Light.ttf");
}

@font-face {
    font-family: "P-400";
    src: url("../fonts/Poppins/Poppins-Regular.ttf");
}

@font-face {
    font-family: "P-500";
    src: url("../fonts/Poppins/Poppins-Medium.ttf");
}

@font-face {
    font-family: "P-600";
    src: url("../fonts/Poppins/Poppins-SemiBold.ttf");
}

@font-face {
    font-family: "P-700";
    src: url("../fonts/Poppins/Poppins-Bold.ttf");
}

@font-face {
    font-family: "B-400";
    src: url('../fonts/Noto_Sans_Bengali/static/NotoSansBengali-Regular.ttf');
}

@font-face {
    font-family: "B-500";
    src: url('../fonts/Noto_Sans_Bengali/static/NotoSansBengali-Medium.ttf');
}

@font-face {
    font-family: "B-600";
    src: url('../fonts/Noto_Sans_Bengali/static/NotoSansBengali-SemiBold.ttf');
}

@font-face {
    font-family: "B-700";
    src: url('../fonts/Noto_Sans_Bengali/static/NotoSansBengali-Bold.ttf');
}

* {
    box-sizing: border-box;
    font-family: "P-400";
    padding: 0;
    margin: 0;
    font-size: 14px;
}

body {
    background: #f9f6f6;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a,
strong {
    font-family: "p-400", sans-serif;
}

p {
    margin-bottom: 0;
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.text-custom-primary {
    color: var(--primary-color);
}

.text-custom-dark {
    color: var(--text-dark);
}

.text-custom-secondary {
    color: var(--secondary-color);
}

.text-custom-dark {
    color: #eb0202;
}

.text-custom-light {
    color: var(--text-light);
}

.bg-custom-primary {
    background: var(--primary-color);
}

.bg-custom-secondary {
    background: var(--secondary-color);
}

.width-100 {
    width: 100%;
}

.width-75 {
    width: 75%;
}

.width-15 {
    width: 15%;
}

.width-55 {
    width: 55%;
}

.width-20 {
    width: 20%;
}

.width-60 {
    width: 60%;
}

.width-90 {
    width: 90%;
}

.width-80 {
    width: 80%;
}

.width-50 {
    width: 50%;
}

.width-25 {
    width: 25%;
}

.width-10 {
    width: 10%;
}

.width-5 {
    width: 5%;
}

.f-s-14 {
    font-size: 14px;
}

.f-s-13 {
    font-size: 13px;
}

.f-s-12 {
    font-size: 12px;
}

.f-s-11 {
    font-size: 11px;
}

.f-s-15 {
    font-size: 15px;
}

.f-s-16 {
    font-size: 16px;
}

.f-s-18 {
    font-size: 18px;
}

.f-s-22 {
    font-size: 22px;
}

.f-s-24 {
    font-size: 24px;
}

.f-s-26 {
    font-size: 26px;
}

.nav-link {
    color: #2369a7;
    font-family: "P-600";
    font-size: 14px;
    height: 30px;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-search svg {
    color: #2369a7;
}

.slider-next-button {
    height: 40px;
    width: 40px;
    background: red;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-prev-button {
    height: 40px;
    width: 40px;
    background: red;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-wishlist a {
    color: #f94a20;
    fill: #f94a20;
}

.nav-cart a {
    color: #24b30c;
}

.nav-link:hover {
    color: #ffc107;
    height: 30px;
    width: 80px;
}

.bottom-nav {
    background: #f9e7e7;
    padding: 15px;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
}

.sticky {
    position: fixed;
    width: 100%;
    z-index: 1000;
    top: 0;
}

.top-nav {
    background-color: rgb(251 201 201);
}

.slide {
    height: 450px;
    /* margin-top: 20px; */
    /* border-radius: 16px; */
}

.carousel-inner {
    height: 100%;
}

.carousel-item {
    height: 100%;
}

.carousel-item img {
    height: 100%;
    width: 100%;
    height: 100%;
    /* border-radius: 15px; */
    object-fit: cover;
}

.facilities-section {
    margin-top: 20px;
    margin-bottom: 50px;
}

.facilities-card {
    border: 0;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.product-section {
    margin-top: 50px;
    margin-bottom: 50px;
}

.facilities-card h5 {
    font-size: 12px;
    font-family: 'P-600';
}

.facilities-card p {
    font-size: 10px;
    font-family: 'P-500';
}

.facilities-card svg {
    width: 19px;
    height: 19px;
    margin-right: 15px;
}

.owl-prev {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #745751 !important;
    color: white !important;
    position: absolute;
    top: 40%;
    left: -44px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.owl-prev span {
    font-size: 48px;
}

.new-arrival-card {
    padding: 25px;
    border: none;
}

.product-heading-title {
    font-family: 'P-600';
    font-size: 20px;
    margin-bottom: 20px;
    color: #544141;
}

.owl-next {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #745751 !important;
    color: white !important;
    position: absolute;
    top: 40%;
    right: -44px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.owl-next span {
    font-size: 48px;
}

.free-delivery-card .text,
.support-card .text,
.payment-security-card .text,
.product-quality-card .text {
    margin-left: 20px;
}

.free-delivery-card .text h5,
.support-card .text h5,
.payment-security-card .text h5,
.product-quality-card .text h5 {
    font-family: 'P-600';
    font-size: 16px;
    color: #140505;
}

.free-delivery-card .text p,
.support-card .text p,
.payment-security-card .text p,
.product-quality-card .text p {
    font-family: 'P-500';
    font-size: 13px;
    color: #816565;
}

.payment-security-card {
    background: #dbe9ff;
    border: none;
}

.support-card {
    background: #e5e1ff;
    border: none;
}

.product-quality-card {
    background: #fcdae2;
    border: none;
}


.footer-section {
    background: #f9e7e7;
    padding: 50px 20px;
}

.footer-title {
    font-family: "P-700";
    font-size: 14px;
    color: #2369a7;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.footer-section ul li {
    margin-bottom: 5px;
    height: 30px;
}

.footer-link {
    color: #0b758b;
    font-family: 'P-500';
    font-size: 14px;
}

.social-button {
    height: 30px;
    width: 30px;
    border: 1px solid #ddc8c8;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 0px;
}

.footer-link:hover {
    color: #eb0202;
}

.social-button:hover {
    background: rgb(221 55 216);
    color: #fff;
    border: 1px solid rgb(221 55 216);
}

.footer-section .logo {
    margin-bottom: 20px;
}

.footer-section .address {
    margin-bottom: 10px;
}

.footer-section .address p,
.footer-section .contact p {
    color: #0b758b;
    font-family: 'P-500';
    font-size: 14px;
    height: 30px;
}

.category-button {
    background: content-box;
    border: 1px solid;
    border-radius: 5px;
}

.subscribe-input {
    border-radius: 20px !important;
    height: 40px;
    width: 250px !important;
}

.subscribe-input:focus {
    box-shadow: none !important;
    border-color: rgb(251 201 201) !important;
    border-radius: 20px !important;
}

.subscribe-button {
    position: absolute;
    right: 3px;
    margin-top: 3px;
    z-index: 100;
    border: 2px solid #f33211 !important;
    border-radius: 20px !important;
    padding: 5px;
    font-size: 12px;
    height: 34px !important;
    background: #f33211;
    width: 75px;
    color: white;
}


.subscribe-button:focus {
    position: absolute;
    right: 3px;
    margin-top: 3px;
    z-index: 100;
    border: 2px solid #f33211 !important;
    border-radius: 20px !important;
    padding: 5px;
    font-size: 12px;
    height: 34px !important;
    background: #f33211;
    width: 75px;
    color: white;
}

.card-title,
.price {
    font-size: 15px;
    font-family: 'P-600';
    color: #0c192c;
    line-height: 1.5;
}

.card-title {
    height: 40px;
    overflow: hidden;
    margin: 0;
    line-height: 153%;
    font-family: 'P-700';
    font-size: 12px;
}

.rating-star svg {
    height: 14px;
    width: 14px;
    color: #ffb507eb;
}

.rating-point {
    font-size: 12px;
    margin-top: 2px;
    color: #0c192c;
}

.discount-price del {
    color: #81869d;
    font-size: 11px;
    font-family: 'P-600';
}

.add-to-cart-button {
    padding: 0.25rem 0.6rem;
    font-size: 0.765625rem;
    border-radius: 0.2rem;
}

.add-to-cart-button svg {
    height: 14px;
    width: 14px;
}

.card-text {
    padding: 5px 0 12px 0;
}

.product-card {
    box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
    border: 2px solid #fff;
    -webkit-mask:
        conic-gradient(from 180deg at top 8px right 8px, #256f3c 90deg, #256f3c 0) var(--_i, 200%) 0 /200% var(--_i, 8px) border-box no-repeat,
        conic-gradient(at bottom 8px left 8px, #256f3c 90deg, #256f3c 0) 0 var(--_i, 200%)/var(--_i, 8px) 200% border-box no-repeat,
        linear-gradient(#256f3c 0 0) padding-box no-repeat;
    transition: .3s, -webkit-mask-position .3s .3s;
    border-radius: 3px;

}

.product-card:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
    border: 2px solid red !important;
    --_i: 100%;
    transition: .3s, -webkit-mask-size .3s .3s;
}

.quick-view-button {
    display: none;
    position: absolute;
    top: 45%;
    background: #505460;
    font-family: 'P-500';
    color: #fff;
    border-color: #505460;
    height: 30px;
    width: 80%;
    margin-left: 25px;
    border-radius: 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    font-size: 12px;
}

.quick-view-button:hover {
    background-color: #505460;
    border-color: #505460;
    color: #fff;
}

.quick-view-button:focus {
    outline: 0 !important;
    box-shadow: none !important;
    background-color: #505460 !important;
    border-color: #505460 !important;
    color: #fff !important;
}

.product-card:hover .quick-view-button {
    display: block;

}

.product-card:hover .add-to-cart-button {
    position: absolute;
    top: 3%;
    width: 30px;
    height: 30px;
    background: #fff;
    font-family: 'P-500';
    color: #505460;
    /* border-color: red; */
    border-radius: 50%;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    font-size: 12px;
    right: 0;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.product-card:hover .add-to-cart-button:focus {
    border-color: #fff;
}

.product-card:hover .add-to-cart-button svg {
    color: #320700;
    width: 30px;
}

.add-to-wishlist-button {
    display: none;

}

.product-card:hover .add-to-wishlist-button {
    position: absolute;
    top: 15%;
    width: 30px;
    height: 30px;
    background: red;
    font-family: 'P-500';
    color: #505460;
    border-color: red;
    border-radius: 50%;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    font-size: 12px;
    right: 0;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.add-to-wishlist-button svg {
    color: #fff;
    height: 24px !important;
    width: 24px !important;
}

.add-to-cart-button {
    display: none;

}

/* .add-to-cart-button{
    display: none;
    position: absolute;
    bottom: 0%;
    width: 100%;
    left: 0;
    border-radius: 0;
    height: 30px;
} */



/* .add-to-cart-button{
    display: none;
    position: absolute;
    background: #505460;
    border-color: #505460;
    top: 3%;
    right: 5px;
    height: 40px!important;
    width: 40px!important;
    border-radius: 50%;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
} */

/* .add-to-cart-button svg{
    height: 20px!important;
    width: 20px!important;
    color: #e4e4eb!important;
} */

/* .product-card:hover .add-to-cart-button{
    display: block;

} */

.product-image-bottom {
    display: none;
}

/* .quick-view-button {
    width: 25px;
    padding: 0px;
    height: 25px;
    border-radius: 50%;
    background: inherit;
    border: 1px solid #bbbbf7;
    display: flex;
    align-items: center;
    justify-content: center;
}

.quick-view-button:hover {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    border: 1px solid #8080eb;
    background-color: #8080eb;
} */

/* .quick-view-button:hover svg {
    color: #fff;
}

.quick-view-button:focus {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    border: 1px solid #8080eb !important;
    background-color: #8080eb !important;
}

.quick-view-button:focus svg {
    color: #fff;
}

.quick-view-button svg {
    height: 15px;
    width: 15px;
    color: #144183;
    margin-left: 1px;
    margin-top: 1px;
} */

.wishlist-button {
    width: 25px;
    padding: 0px;
    height: 25px;
    border-radius: 50%;
    background: inherit;
    /* border: 1px solid #ede3e3; */
    border: 1px solid #f9b49b;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wishlist-button:hover {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    border: 1px solid #f9b49b;
    background-color: #f9b49b;
}

.wishlist-button:focus {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    border: 1px solid #f9b49b !important;
    background-color: #f9b49b !important;
}


.wishlist-button svg {
    height: 14px;
    width: 14px;
    color: #f94a20;
    fill: #f94a20;
    margin-left: 1px;
    margin-top: 1px;
}

.owl-dots {
    display: none;
}

.owl-nav {
    display: block !important;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fffefe;
    min-width: 160px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    z-index: 100000;
    border-radius: 5px;
    margin-left: -30px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.dropdown-menu {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    z-index: 100000;
    border-radius: 5px;
    border: none;
}

.dropdown-content a {
    color: black;
    padding: 5px 16px;
    text-decoration: none;
    display: block;
    font-size: 12px;
}

.dropdown-content a:hover {
    color: rgb(137 135 135);
}

.dropdown:hover .dropdown-content {
    display: block;
}

.lang-menu {
    min-width: 20px;
    border-radius: 0px;
    border: 1px solid rgb(245 192 192);
    width: 60px !important;
    margin: 0;
    padding: 0;
}

.lang-menu .dropdown-item {
    border-bottom: 1px solid #efe9e9;
    font-size: 12px;
    padding: 5px 10px;
}

.lang-menu .dropdown-item:active {
    background-color: #f8f9fa !important;
    color: #000000;
}

/* .new-arrival-carousel {
    border: 3px solid red;
    padding: 20px;
    background-color: #fbf5e1;
} */

.search-content {
    background-color: #fff;
    display: none;
    width: 25%;
    position: absolute;
    right: 8%;
    z-index: 100000;
    padding: 15px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 5px;
}

.search-input {
    border-radius: 8px;
    font-size: 12px;
    height: 35px;
}

.search-input:focus {
    outline: 0;
    border-radius: 8px !important;
    box-shadow: none;
    border: 1px solid #dee2e6;
    border-radius: 0;
}

.search-button {
    border: 0;
    background-color: #fff;
}

.search-button {
    box-shadow: none;
    outline: 0;
}

.nav-search:hover .search-content {
    display: block;
    max-height: 408px;
    overflow: hidden;
}

.search-button-icon {
    position: absolute;
    right: 9px;
    top: 5px;
    z-index: 100000000;
}


/* Create three equal columns that floats next to each other */
.column {
    float: left;
    width: 33.33%;
    padding: 10px;
    background-color: #ccc;
    height: 250px;
}

.column a {
    float: none;
    color: black;
    padding: 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.column a:hover {
    background-color: #ddd;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

.cart-badge {
    position: relative;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    background-color: rgb(15 171 35) !important;
    margin-left: -11px;
    margin-top: -5px;
}

.product-carousel-indicators [data-bs-target] {
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-carousel-indicators button.active {
    border: 2px solid #fd1a1a !important;
}

.product-carousel-item {
    height: 100% !important;
}

.nav-cart a {
    display: flex;
}

.product-carousel-indicators {
    margin-bottom: 0;
    /* justify-content: space-between; */
    justify-content: center;
    margin: 0;
    position: relative;
}

.stock {
    border: 1px solid #f1eaea;
    padding: 8px;
    width: 100%;
    text-align: center;
    color: #098309d6;
    font-size: 16px;
}

.stock p {
    font-size: 14px;
    font-family: 'P-400';
}

.product-carousel-indicators button {
    border: 1px solid #e9e6e6 !important;
    padding: 10px !important;
}

.product-carousel {
    box-shadow: none;
}

.product-carousel-inner {
    border: 1px solid #e9e6e6;
}

.product-carousel {
    height: 75%;
}

.product-carousel-indicators button img {
    height: 100%;
}

.quantity-plus {
    font-size: 15px;
    cursor: pointer;
    font-family: 'P-600';
    border: 1px solid #ededf2;
    width: 30px;
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color: #fff;
    /* border-radius: 10%; */
    color: #a18f8f;

}

.quantity-plus:hover {
    /* background-color: #dedee7; */
    background-color: #e937db;
    color: #fff;
}

.quantity-minus {
    font-size: 15px;
    cursor: pointer;
    font-family: 'P-600';
    border: 1px solid #ededf2;
    width: 30px;
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color: #fff;
    /* border-radius: 10%; */
    color: #a18f8f;

}

.quantity-minus:hover {
    /* background-color: #dedee7; */
    background-color: #e937db;
    color: #fff;
}

.quantity-input {
    border-radius: 0;
    padding: 5px;
    height: 27px;
    font-size: 12px;
    width: 30px;
    border: 0;
    text-align: center;
    font-family: 'P-600';
    color: #5a4d4d;
    border: 1px solid #f1ebeb !important;
    background: #edecec;
}

.quantity-input:focus {
    border-radius: 0;
    box-shadow: none;
    border: 0;
    background: #edecec;
}

.product-name {
    font-size: 16px;
    font-family: 'P-700';
}

.price .orginal-price {
    font-size: 14px !important;
    font-family: 'P-600' !important;
}

.buy-now-button {
    border-radius: 3px;
    width: 46%;
    border: 1px solid #fb3a0c;
    background: #fff;
    color: #fb3a0c;
    height: 40px;
    font-size: 14px;
    font-family: 'P-500';
}

.buy-now-button:hover {
    border: none;
    background-color: #fb3a0c;
    color: #fbf9fa;
    border-radius: 3px;
}

.product-add-to-cart-button:hover {
    background-color: #6098e9;
    border-color: #6098e9;
}

.product-add-to-cart-button {
    border-radius: 3px;
    width: 46%;
    border: 1px solid #2c73db;
    background: #2c73db;
    color: #fff;
    height: 40px;
    font-size: 14px;
    font-family: 'P-400';
}

.original-price {
    font-size: 16px;
    font-family: 'P-600'
}

.product-reviews {
    margin-left: 10px;
    font-size: 12px;
    font-family: 'P-500';
}

.product-quick-view-info hr {
    color: #e5c6c6;
}

.total-price,
.quantity-product-price {
    font-size: 15px;
    font-family: 'P-500';
    color: #4f5458;
    margin-bottom: 0;
}

.discount {
    font-size: 14px;
    font-family: 'P-500';
    color: #4f5458;
}

.percent {
    background-color: red;
    color: #fff;
    border-radius: 0%;
    height: 30px;
    width: 55px;
    position: absolute;
    right: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    border-bottom-left-radius: 5px;
}

.percentage {
    font-size: 12px;
    color: #fff;
    font-family: 'P-600';
}

.product-rating-star svg {
    height: 14px;
    width: 14px;
}

.product-quick-view-images {
    margin-top: 25px;
}

.product-quick-view-info {
    margin-top: 25px;
}

.product-attribute-radio {
    width: 20%;
}

.product-attribute-radio .form-check-input:checked {
    background-color: #f70505;
    border-color: red;
}

.product-attribute-radio .form-check-input:focus {
    box-shadow: 0 0 0 .25rem #fbbdad;
}

.product-attribute-name {
    font-size: 13px;
    font-family: 'p-600';
    width: 20%;
    color: #4f5458;
}

.product-modal-close {
    margin-top: -23px;
    margin-right: -23px;
    border: #fdf2f2;
    opacity: 1;
    height: 25px;
    width: 25px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    background: #fdf2f2;
    color: red;
    border-radius: 50%;
}

.product-modal-close:hover {
    margin-top: -23px;
    margin-right: -23px;
    border: #fdf2f2;
    opacity: 1;
    height: 25px;
    width: 25px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    background: #fdf2f2;
    color: red;
    border-radius: 50%;
}

.product-modal-close:focus {
    box-shadow: none;
}

.product-carousel-item:hover img {
    cursor: grab;
}

.product-attribute-radio {
    margin-bottom: 10px;
}

.radio-image {
    padding: 0;
}

input[type="radio"][id^="radio-image-check"] {
    display: none;
}

.form-check-label-image {
    border: 1px solid;
    padding: 1px;
    position: relative;
    cursor: pointer;
    border-color: #ddd;
}

.form-check-label-image:before {
    background-color: white;
    color: white;
    content: " ";
    display: block;
    border-radius: 50%;
    border: 1px solid grey;
    position: absolute;
    top: -5px;
    left: -5px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 28px;
    transition-duration: 0.4s;
    transform: scale(0);
    z-index: 1;
}

.form-check-label-image img {
    height: 45px;
    width: 45px;
    transition-duration: 0.2s;
    transform-origin: 50% 50%;
}

:checked+.form-check-label-image {
    border-color: #16bf0b;
}

:checked+.form-check-label-image:before {
    content: "✓";
    background-color: #16bf0b;
    border-color: #16bf0b;
    transform: scale(1);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    width: 20px;
}

:checked+.form-check-label-image img {
    transform: scale(0.9);
    z-index: -1;
}

.footer-item {
    display: flex;
    justify-content: space-between;
}

.menu-button {
    display: none;
}

/* .nav-menu-item{
    justify-content: space-around;
  } */
.nav-menu-list {
    width: 16.6666%;
}

.nav-menu-link.dropdown {
    width: 16.6666%;
}

.nav-link-icon {
    display: none;
}

.category-section {
    margin-top: 30px;
    margin-bottom: 30px;
}

.category-card:hover {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.card-wrapper {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    padding: 16px 10px;
    border: none;
    border-radius: 5px;
}

.card-wrapper a {
    width: 16.66%;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 0px;
}

.category-card {
    border-radius: 50%;
    width: 130px;
    height: 130px;
    padding: 0px;
    background: #f6fcff;
}

.category-name {
    color: black;
    font-size: 16px;
    margin-top: 10px;
    font-family: 'P-600';
}

.category-card img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.product-wrapper {
    background-color: #fff;
    border-radius: 5px;
    padding: 0;
}

.product-border {
    border-right: 1px solid #f1ebeb;
    padding: 0;
    border-bottom: 1px solid #f1ebeb;
    margin-top: 0;
    /* height: 325px; */
}

.carousel-product-border {
    border: 1px solid #f1ebeb;
}

.product-details-radio {
    width: 15%;
}

.description-section {
    margin-bottom: 50px;
    margin-top: 50px;
}

.product-details-carousel {
    height: 100%;
}

.description-card {
    background-color: #fff;
    border: none;
}

.product-details-section {
    margin-top: 20px;
}

/* .product-details-section{
    background-color: #fff;
} */

.back-to-top {
    position: fixed;
    bottom: -40px;
    right: 40px;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #335dff;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
    z-index: 9;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.back-to-top:focus {
    color: #fff;
}

.back-to-top.show {
    bottom: 40px;
    right: 40px;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.back-to-top.show:hover {
    color: #fff;
    bottom: 30px;
    opacity: 1;
}

.arrow {
    background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiI+PHN0eWxlPi5zdDB7ZmlsbDojZmZmfTwvc3R5bGU+PHBhdGggY2xhc3M9InN0MCIgZD0iTTMxOS4xIDIxN2MyMC4yIDIwLjIgMTkuOSA1My4yLS42IDczLjdzLTUzLjUgMjAuOC03My43LjZsLTE5MC0xOTBjLTIwLjEtMjAuMi0xOS44LTUzLjIuNy03My43UzEwOSA2LjggMTI5LjEgMjdsMTkwIDE5MHoiLz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzE5LjEgMjkwLjVjMjAuMi0yMC4yIDE5LjktNTMuMi0uNi03My43cy01My41LTIwLjgtNzMuNy0uNmwtMTkwIDE5MGMtMjAuMiAyMC4yLTE5LjkgNTMuMi42IDczLjdzNTMuNSAyMC44IDczLjcuNmwxOTAtMTkweiIvPjwvc3ZnPg==);
    position: absolute;
    width: 12px;
    height: 12px;
    background-size: contain;
    transform: rotate(-90deg);
    top: 30%;
    left: 40%;
}

.arrow:nth-child(2) {
    top: 42%;
}

@keyframes bounceAlpha {
    0% {
        opacity: 1;
        transform: rotate(-90deg) translateX(0px) scale(1);
    }

    25% {
        opacity: 0;
        transform: rotate(-90deg) translateX(10px) scale(0.9);
    }

    26% {
        opacity: 0;
        transform: rotate(-90deg) translateX(-10px) scale(0.9);
    }

    55% {
        opacity: 1;
        transform: rotate(-90deg) translateX(0px) scale(1);
    }
}

.back-to-top:hover .arrow {
    animation-name: bounceAlpha;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.back-to-top:hover .arrow:nth-child(2) {
    animation-name: bounceAlpha;
    animation-duration: 1.4s;
    animation-delay: 0.2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.without-image input {
    visibility: hidden;
}

.without-image {
    padding: 0;
}

.without-image label {
    width: 40px;
    height: 35px;
    border: 1px solid #e3dbdb;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.without-image label:hover {
    background-color: #5b636a;
    color: #fff;
}

.product-details-quick-view-images {
    height: 100%;
}

.universe-banner-section {
    height: 100px;
    background: #f7d5c8;
    display: flex;
    align-items: center;
}

.breadcrumb-item {
    font-size: 18px;
    font-family: 'P-600';
}

.breadcrumb-item a {
    font-size: 18px;
    font-family: 'P-600';
    color: #ed0303;
}

.breadcrumb-item.active {
    color: #2369a7;
}

.cart-item {
    display: flex;
    align-items: center;
    padding: 20px;
}

.cart-product-details {
    display: flex;
    align-items: center;
}

.product-description-card {
    border: none;
}

.product-description-card .card-body {
    height: 300px;
}

.product-description-card nav {
    background: #e5e4e4;
}

.nav-tabs {
    height: 45px;
    border: 0;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 1px solid red;
}

.nav-tabs .nav-link:hover {
    border: 0;
}

.nav-tabs .nav-link:focus {
    outline: 0;
}

.nav-tabs .nav-link {
    border: 0;
    width: 100px;
}

.cart-card {
    border: none;
    padding: 0;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.cart-card .card-body {
    padding: 0;
}

.cart-product-name {
    margin: 0;
    line-height: 153%;
    font-family: 'P-700';
    font-size: 12px;
}

.cart-product-attribute {
    font-size: 11px;
    color: #7c7878;
    font-family: 'P-500';
}

.cart-product-price span {
    font-size: 15px;
    font-family: 'P-600';
    color: #0c192c;
    line-height: 1.5;
}

.cart-product-price del {
    color: #81869d;
    font-size: 11px;
    font-family: 'P-600';
    margin-left: 3px;
}

.cart-item {
    border-bottom: 1px solid #f7f2f2;
}

.cart-product-details {
    margin-left: 5px;
    width: 55%;
}

.cart-product-quantity {
    margin-left: 5px;
    width: 15%;
}

.cart-product-price {
    margin-left: 5px;
    width: 15%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-action {
    margin-left: 5px;
    width: 15%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-header {
    display: flex;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    align-items: center;
}

.cart-header h5 {
    font-size: 14px;
    font-family: 'P-600';
    margin-left: 15px;
    color: #584f4f;
    text-align: center;
}

.cart-header h5:first-child {
    text-align: left;
}

.cart-product-info {
    margin-left: 5px;
}

.summery-item {
    display: flex;
    justify-content: space-between;
}

.summery-card {
    border: none;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.checkout-button {
    width: 100%;
    background: #2369a7;
    border-color: #2369a7 !important;
    margin-top: 20px;
}

.checkout-button:hover {
    background: #134c7e;
    border-color: #134c7e;
}

.checkout-button:focus {
    background: #2369a7 !important;
    box-shadow: none !important;
    outline: 0 !important;
}

.summery-item .text {
    font-size: 13px;
    font-family: 'P-600';
    text-transform: uppercase;
}

.summery-item .price {
    font-size: 12px;
}

.summery-cart-title {
    font-size: 18px;
    font-family: 'P-600';
    margin-bottom: 20px;
}

.cart-button-section {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}

.go-to-shopping-button {
    border-radius: 3px;
    background-color: #24b30c;
    color: #fff;
    border: 1px solid #24b30c;
    font-size: 12px;
}

.go-to-shopping-button:hover {
    background-color: #199603;
    color: #fff;
    border: 1px solid #24b30c;
}

.go-to-shopping-button:focus {
    background-color: #24b30c !important;
    color: #fff !important;
    border: 1px solid #24b30c !important;
    outline: 0;
    box-shadow: none;
}


.clear-cart-button {
    border-radius: 3px;
    background-color: #f33211;
    color: #fff;
    border: 1px solid #f33211;
    font-size: 12px;
}

.clear-cart-button:hover {
    background-color: #b7250c;
    color: #fff;
    border: 1px solid #b7250c;
}

.clear-cart-button:focus {
    background-color: #f33211 !important;
    color: #fff !important;
    border: 1px solid #f33211 !important;
    outline: 0;
    box-shadow: none;
}

.radio-text-label {
    height: 45px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

:checked+.form-check-text-label {
    background-color: #5b636a;
    color: #fff;
}

:checked+.form-check-text-label:before {
    content: "✓";
    background-color: #16bf0b;
    border-color: #16bf0b;
    transform: scale(1);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 18px;
    width: 18px;
    margin-bottom: 31px;
    margin-left: -20px;
    border-radius: 10px;
}

:checked+.form-check-text-label {
    transform: scale(.98);
    z-index: -1;
}

.contact-button {
    width: 46%;
    border-radius: 3px;
    margin-top: 10px;
    height: 40px;
    font-size: 14px;
    font-family: 'P-500';
    display: flex;
    align-items: center;
    justify-content: center;
    background: #009d00;
    border-color: #009d00;
}

.contact-button:hover {
    background: #009d00;
    border-color: #009d00;
}

.contact-button:focus {
    background: #009d00 !important;
    border-color: #009d00 !important;
}

#quick-view-modal .modal-content {
    border: 0 !important;
    border-radius: 15px !important;
}

.product-sku {
    font-size: 16px;
    font-weight: bold;
    color: #000000;
}

.sku_text {
    color: #746565;
    font-size: 14px;
}

.product-price {
    font-size: 16px;
    font-family: 'P-600';
}

.percentage_text {
    font-size: 12px;
}

.cart-remove-button {
    border: 0;
    background: transparent;
}

.cart-remove-button:hover svg {
    color: #f33211;
}

.checkout-cart-item {
    display: block !important;
    padding: 10px !important;
}

.checkout-product-pirce {
    margin-left: 5px;
    width: 100% !important;
    display: flex;
    align-items: center;
    justify-content: flex-start !important;
    margin-left: 0;
}

.checkout-product-details {
    width: 100%;
}

.checkout-product-pirce span {
    font-size: 12px;
}

.checkout-product-pirce del {
    font-size: 10px;
}

.checkout-card {
    padding: 30px;
}

#checkout_form label {
    font-family: 'P-500';
}

#checkout_form input:focus,
#checkout_form textarea:focus {
    outline: 0;
    box-shadow: none;
    border-color: #dee2e6;
}


#mobile-search {
    display: none;
}

.contact-card {
    padding: 15px;
}

.contact-card h5 {
    font-size: 14px;
    font-weight: bold;
}

.contact-card p {
    font-size: 13px;
}

.alert-success {
    border: 0;
    background: #17a300;
    color: #fff;
    padding: 10px;
}

.product-details-section {
    background: #fff;
    padding: 0px 40px 20px 40px !important;
}

.product-details-carousel-inner {
    height: 90%;
}

.nav-tabs button {
    height: 100%;
    border-radius: 0 !important;
}

.nav-tabs button:hover {
    height: 100%;
    border-radius: 0 !important;
}

.tab-pane {
    padding: 20px;
}

#checkout_form .form-check-label {
    font-family: 'P-400';
}

.form-control:focus {
    border-color: #dee2e6;
    outline: 0;
    box-shadow: none;
}

.cart-product-name {
    color: #000000;
}

.login-card {
    width: 400px;
    margin: auto;
    border: 0;
    padding: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 10px;
}

.login-card-title {
    text-align: center;
    font-family: 'P-700';
    font-size: 20px;
    margin-bottom: 25px;
}

.login-card form label {
    font-family: 'P-500';
}

.forgot-pasword-text {
    font-size: 12px;
    text-align: right;
    font-family: 'P-500';
    float: right;
}

.forgot-pasword-text:hover {
    text-decoration: underline;
}

.sign-in-button {
    width: 100%;
}

.social-login-button {
    display: flex;
    justify-content: center;
}

.social-login-button a {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
    margin-right: 20px;
    border: 1px solid rgb(220, 74, 61);
}

.social-login-button a svg {
    color: rgb(220, 74, 61);
}

.social-login-button a:last-of-type {
    border: 1px solid rgb(60, 90, 154);
}

.social-login-button a:last-of-type svg {
    color: rgb(60, 90, 154);
}

.social-login-button a:hover {
    border: 1px solid rgb(220, 74, 61);
    background-color: rgb(220, 74, 61);
}

.social-login-button a:last-of-type:hover {
    border-color: rgb(60, 90, 154);
    background-color: rgb(60, 90, 154);
}

.social-login-button a:hover svg {
    color: #fff;
}

.login-card .input-group-text {
    cursor: pointer;
    background: #d9d9d9;
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}

.login-card .input-group-text svg {
    color: #3a3a3a;
}

.sign-up-link {
    text-align: center;
    float: right;
    font-size: 12px;
    font-family: 'P-500';
}

.sign-up-link:hover {
    text-decoration: underline;
}

.forgot-password-title {
    font-size: 18px;
}

.forgot-password-card {
    width: 300px !important;
}

.user-dashboard-content {
    display: flex;
}

.user-dashboard-content .sidebar {
    width: 20%;
}

.user-dashboard-content .main-content {
    width: 80%;
    margin-left: 30px;
}

.custom-card{
    background-color: #fff;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
    border-radius: 5px;
}

.widget-card-body{
    padding: 10px;
    text-align: center;
}

.widget-card-body .title{
    font-size: 14px;
    font-family: 'P-600';
    text-transform: uppercase;
    margin-bottom: 5px;
}

.widget-card-body .text{
    font-size: 14px;
    font-family: 'P-600';
    text-transform: uppercase;
}

.custom-card-header{
    border-bottom: 1px solid rgb(235 235 235);
    padding: 15px;
}

.custom-card-body{
    padding: 20px;
}

.dashboard-menu-button {
    display: none;
}

.sidebar .side-nav {
    display: flex;
    flex-direction: column;
    background-color: #283132;
    border-radius: 5px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
    border: 0 !important;
}

.sidebar .side-nav .side-nav-link {
    display: flex;
    padding: 10px;
    border-bottom: 1px solid #3d4546;
    color: #c3c3c3;
    font-family: 'P-500';
    font-size: 13px;
}

.sidebar .side-nav .side-nav-link svg {
    height: 18px;
    width: 18px;
    margin-right: 5px;
}

.sidebar .side-nav .side-nav-link:last-of-type {
    border: 0;
}

.sidebar .side-nav .side-nav-link:hover {
    background-color: #313b3c;
    color: #fff;
}

.sidebar .side-nav .side-nav-link:first-child:hover {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.sidebar .side-nav .side-nav-link:last-child:hover {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.sidebar .side-nav .side-nav-link.active {
    background-color: #313b3c;
    color: #fff;
}

.sidebar .side-nav .side-nav-link:first-child.active {
    border-top-left-radius: 5px!important;
    border-top-right-radius: 5px!important;
}

.sidebar .side-nav .side-nav-link:last-child.active {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.user-avatar {
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.user-dropdown ul li a {
    font-size: 12px;
}

.user-dropdown ul li a svg {
    height: 14px;
    width: 14px;
}

.user-avatar-name {
    color: #eb0202;
    font-size: 12px;
    cursor: pointer;
}

table thead tr th{
    font-family: 'P-600';
    color: #1a1c1e;
    font-size: 14px;
}

table tbody tr td {
    font-family: 'P-500';
    color: #1a1c1e;
    font-size: 13px;
}

table tbody tr td span{
    font-family: 'P-500';
    color: #1a1c1e;
    font-size: 13px;
}

.custom-card-title{
    font-size: 16px!important;
    margin-bottom: 0!important;
    font-family: 'P-600'!important;
}

.custom-card-body .page-title{
    font-size: 16px;
    margin-bottom: 0;
    font-family: 'P-600';
}

.custom-card .form-label{
    font-family: 'P-600';
    font-size: 13px;
}

.submit-button{
    border: 0;
    height: 35px;
    width: 80px;
    border-radius: 3px;
    background: #8400d7;
    color: #fff;
    border-color: #8400d7;
    font-family: 'P-400';
    font-size: 14px;
}

.submit-button:hover{
    background: #8d1dd3;
    border-color: #8d1dd3;
}

.custom-success-alert{
    padding: 7px;
    background: #d7ffd7;
    border-radius: 5px;
}

.custom-success-alert p{
    color: #09a909;
    font-size: 13px;
    margin-left: 10px;
}

.custom-danger-alert{
    border-radius: 5px;
    padding: 7px;
    background: #ffd7dd;
}

.custom-danger-alert p{
    color: #e3104a;
    font-size: 13px;
    margin-left: 10px;
}

@media only screen and (max-width: 500px) {

    table thead tr th{
        font-family: 'P-700';
        font-size: 12px;
    }
    
    table tbody tr td {
        font-family: 'P-600';
        font-size: 11px;
    }
    
    table tbody tr td span{
        font-family: 'P-600';
        font-size: 11px;
    }

    .user-dashboard-content .sidebar {
        width: 100%;
        margin-bottom: 20px;
        height: 45px;
        overflow: hidden;
        transition: 0.3s;
        border-radius: 7px;
    }

    .user-dashboard-content .sidebar.show {
        height: calc(100vh - 45px);
        overflow-x: auto;
    }

    .user-dashboard-content .main-content {
        width: 100%;
        margin-left: 0;
    }

    .custom-card-body {
        padding: 15px;
        border-radius: 5px;
    }

    .dashboard-menu-button {
        display: block;
        border-bottom: 2px solid #3d4546;
        padding-bottom: 12px;
    }

    .dashboard-menu-button svg {
        color: #fff;
        margin-left: 10px;
        margin-top: 10px;
    }

    .user-dashboard-content {
        flex-direction: column;
    }

    .login-card {
        width: 350px;
    }

    .buy-now-button {
        width: 48%;
    }

    .add_to_cart {
        width: 48%;
    }

    .contact-button {
        width: 48%;
    }

    .product-details-section {
        padding: 0 !important;
    }

    .nav-search:hover .search-content {
        max-height: 365px;
        width: 60%;
        left: 20%;
    }

    .nav-search {
        width: 75%;
    }

    .nav-search a {
        position: absolute;
        z-index: 565;
        right: 24%;
        margin-top: 5px;
        background: red;
        padding: 5px;
        border-radius: 3px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .nav-menu-item {
        display: none !important;
    }

    .dropdown-content {
        display: none;
    }

    .nav-cart a svg {
        width: 20px;
        height: 20px;
    }

    .nav-wishlist a svg {
        width: 20px;
        height: 20px;
    }

    .cart-badge {
        width: 18px;
        height: 18px;
    }

    .nav-search a svg {
        width: 15px;
        height: 15px;
        color: #fff;
    }

    #mobile-search {
        display: block;
    }


    .checkout-cart-item {
        display: block !important;
        padding: 10px !important;
    }

    .checkout-product-pirce {
        margin-left: 5px;
        width: 100% !important;
        display: flex;
        align-items: center;
        justify-content: flex-start !important;
        flex-direction: row !important;
        margin-left: 0 !important;
    }

    .checkout-product-details {
        width: 100%;
    }

    .checkout-cart-item .cart-product-name {
        font-size: 12px !important;
    }

    .checkout-product-pirce span {
        font-size: 12px;
    }

    .checkout-product-pirce del {
        font-size: 10px;
    }

    .checkout-card {
        padding: 15px;
    }

    .footer-item {
        flex-direction: column !important;
    }

    .nav-menu-item {
        position: fixed;
        bottom: 0;
        background: red;
        height: 50px;
        left: 0;
        z-index: 100000;
        width: 100%;
    }

    .quick-view-button {
        display: block;
    }

    .quick-view-button {
        top: 40%;
        margin-left: 18px;
    }

    .nav-link {
        color: #fff;
        font-size: 12px;
        border-radius: 50%;
        font-size: 9px;
        display: flex;
        flex-direction: column;
        height: 50px;
        width: 50px;
    }

    .nav-link:hover {
        background-color: #e91010;
    }

    .nav-link.active {
        background-color: #e91010;
    }

    .nav-menu-list:first-child {
        margin-left: 15px !important;
    }

    .nav-menu-list {
        display: flex;
        align-items: center;
    }

    .nav-menu-link.dropdown {
        display: flex;
        align-items: center;
    }

    .menu-button {
        display: block;
    }

    .nav-link-icon {
        display: block;
    }

    .nav-link-icon svg {
        width: 19px;
        height: 19px;
    }

    /* .product-quick-view-images {
        height: 350px;
    } */

    .discount {
        font-size: 12px;
    }

    .original-price {
        font-size: 14px;
    }

    .product-name {
        font-size: 13px;
    }

    .product-carousel {
        display: flex;
        height: 100%;
        flex-direction: column;
    }

    .product-carousel-inner {
        width: 100%;
        margin-top: 0 !important;
    }

    .product-carousel-indicators {
        /* width: 20%; */
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
    }

    .product-carousel-indicators button {
        width: 40px !important;
        height: 40px !important;
        margin-left: 10px;
        margin-bottom: 5px;
    }

    .nav-action {
        width: 80%;
        justify-content: space-between !important;
        align-items: center;
    }

    #desktop-search {
        display: none;
    }

    .bottom-nav {
        padding: 10px;
    }

    .nav-logo img {
        width: 50px;
    }

    .slide {
        height: 100%;
    }

    .slider-next-button {
        width: 30px;
        height: 30px;
    }

    .slider-prev-button {
        width: 30px;
        height: 30px;
    }

    .new-arrival-card {
        padding: 15px;
    }

    .new-arrival-carousel {
        padding: 20px;
    }

    .product-heading-title {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .product-section {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .new-arrival-section {
        margin-top: 30px;
    }

    .company-info .logo img {
        width: 70px;
    }

    .footer-section .address p,
    .footer-section .contact p {
        font-size: 12px;
        height: 30px;
    }

    .footer-section .address {
        margin-bottom: 0;
    }

    .footer-section .important-link {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .footer-section .categories {
        margin-bottom: 20px;
    }

    .footer-title {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .footer-section ul li {
        margin-bottom: 0px;
        height: 30px;
    }

    .footer-link {
        font-size: 12px;
    }

    .footer-social-link {
        margin-bottom: 10px;
    }

    .contact-number a {
        font-size: 10px;
    }

    .discount-news p {
        font-size: 10px;
    }

    .footer-section {
        padding-top: 30px;
    }

    .search-content {
        width: 80%;
        left: 40px;
        display: none;
        padding: 10px;
    }

    .card-wrapper a {
        width: 33.33%;
    }

    .category-name {
        font-size: 12px;
    }

    .category-card {
        width: 100px;
        height: 100px;
        padding: 0px;
    }

    .back-to-top {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .back-to-top.show {
        bottom: 70px;
        right: 10px;
    }

    .back-to-top.show:hover {
        bottom: 70px;
    }

    .arrow {
        top: 27%;
        left: 37%;
    }

    .form-check-label-image img {
        height: 36px;
        width: 36px;
    }

    .product-details-carousel {
        display: flex;
        flex-direction: column;
    }

    .product-details-carousel-indicators {
        display: flex;
        flex-direction: row !important;
    }

    .product-details-carousel-inner {
        width: 100%;
    }

    .product-details-quick-view-images {
        height: 100%;
    }

    .cart-product-name {
        font-size: 10px;
    }

    .cart-product-price span {
        font-size: 12px;
    }

    .cart-product-price del {
        font-size: 10px;
        margin-left: 0;
    }

    .cart-header h5 {
        font-size: 12px;
    }

    .card-remove-button svg {
        width: 14px;
        height: 14px;
    }

    .col-width-80 {
        width: 100%;
    }

    .cart-quantity-input {
        width: 20px;
        padding: 0;
    }

    .cart-product-info {
        margin-left: 10px;
    }

    .cart-product-quantity {
        margin-left: 10px;
    }

    .cart-product-price {
        margin-left: 10px;
        display: flex;
        flex-direction: column;
    }

    .cart-product-quantity {
        margin-left: 10px;
        width: 70px;
    }

    .cart-item {
        padding: 10px;
    }

    .universe-banner-section {
        height: 70px;
    }

    .breadcrumb-item a {
        font-size: 16px;
    }

    .breadcrumb-item {
        font-size: 16px;
    }

    .breadcrumb {
        margin-bottom: 0;
    }

    .stock {
        padding: 8px;
    }

    .stock p {
        font-size: 13px;
    }

    .search-cart-item {
        padding: 0 !important;
    }

    .cart-buttons .btn {
        width: 100%;
    }

    .cart-buttons button {
        width: 100%;
        margin-bottom: 10px;
    }

    .buy-now-button {
        background-color: #fb3a0c;
        color: #fff;
    }

    .add_to_cart {
        margin-bottom: 0 !important;
    }

}