@font-face {
    font-family: 'inter_bold';
    src: url(../font_family/inter/Inter-Bold.ttf);
}

@font-face {
    font-family: 'inter_semibold';
    src: url(../font_family/Poppins/Poppins-SemiBold.ttf);
}

@font-face {
    font-family: 'inter_medium';
    src: url(../font_family/inter/Inter-Medium.ttf); 
}

@font-face {
    font-family: 'inter_regular';
    src: url(../font_family/inter/Inter-Regular.ttf);
}

@font-face {
    font-family: 'inter_light';
    src: url(../font_family/inter/Inter-Light.ttf);
}

.inter_bold {
    font-family: 'inter_bold';
}

.inter_semibold {
    font-family: 'inter_semibold';
}

.inter_medium {
    font-family: 'inter_medium';
}

.inter_regular {
    font-family: 'inter_regular';
}

.inter_light {
    font-family: 'inter_light';
}

.poppins_italic {
    font-family: 'poppins_italic';
}

:root {
    --primary: #222321;
    --black: #000;
    --secondary: #D24646;
    --white: #F8F8F8;
    --white_1: #fff;
    --blue: #1A4E68;
    --light_blue: #78A4BB;
    --light: #f3f1f1;
    --dark: #999999;
    --animate: #B7B7B7;
    --grey: #8d8686;
    --light_grey: #E9E9E9;
}

.section-title {
    margin: 0;
    font-size: 13px;
    display: flex;
    align-items: center;
    color: var(--primary);
    font-family: 'inter_regular';
}

.section-title-bg {
    background-color: var(--light);
}

::placeholder {
    color: #a7a6a6;
}

.logo img {
    width: 100%;
}

.search-bar {
    display: flex;
    flex-grow: 1;
    max-width: 600px;
    margin: 0 20px;
}

.search-bar input {
    flex: 1;
    padding: 8px 10px;
    border: 1px solid var(--light);
    background-color: #F8F8F8;
    border-radius: 20px 0 0 20px;
    font-family: 'inter_regular';
    outline: none;
    padding:12px;
}

.search-bar button {
    background-color: var(--primary);
    color: var(--white);
    border: none;
    padding: 10px 15px;
    border-radius: 0 20px 20px 0;
    cursor: pointer;
}

.search-bar button i {
    font-size: 16px;
}

.btn_search{
   background-color: transparent;
   border: none;
}

.btn_search img {
   
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icons img {
    width: 20px;
    cursor: pointer;
}

.anchor_tag {
    text-decoration: none;
    color: var(--primary);
}

.anchor_tag:hover {
    color: var(--primary);
}

.navbar_txt {
    font-size: 16px;
    color: var(--primary);
    font-family: 'inter_medium';
}

.navs .nav-item.dropdown {
    position: relative;
}

.navs .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    background-color: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    z-index: 1000;
}

.navs .nav-item.dropdown:hover .dropdown-menu {
    opacity: 1;
    transform: translateY(0);
}

.navs .nav-link i {
    font-size: 0.9rem;
    transition: transform 0.3s ease;
}

.navs .nav-item.dropdown:hover .nav-link i {
    transform: rotate(180deg);
}

.navs .dropdown-item {
    color: var(--primary);
    font-size: 13px;
    font-family: 'inter_medium';
}

.navs .dropdown-item:focus,
.navs .dropdown-item:hover {
    background-color: transparent;
}

.my-accord .accordion-flush .accordion-item .accordion-button, .accordion-flush .accordion-item .accordion-button.collapsed{
    font-family:'inter_medium';
}

.list-group-item{
    border: none !important;
}

.navs .navbar-toggler {
    background-color: none;
    border: none;
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    border: none;
}

.btn-close:focus {
    box-shadow: none !important;
}

.carousel-inner {
    height: 70vh;
    display: flex;
    align-items: center;
}

.carousel-inner img {
    max-height: 100%;
    height: 100%;
    width: auto;
    margin: auto;
    object-fit: cover;
}

.carousel-caption {
    position: absolute;
    background-color: #1A4E68;
    top: 0;
    right: 15%;
    bottom: 0 !important;
    left: 0;
    right: 0;
    margin: auto;
    width: 40%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
}

.modern {
    font-size: 40px;
    color: var(--white);
    font-family: 'inter_bold';
}

.carousel-indicators [data-bs-target] {
    background-color: var(--blue);
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 60%;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 0rem;
    margin-left: 15%;
    list-style: none;
    top: 34px;
    rotate: 90deg;
}

.modern_1 {
    font-size: 18px;
    color: var(--white);
    font-family: 'inter_medium';
}

.center_text {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.btn_slider {
    background-color: var(--white);
    color: var(--blue);
    width: 141px;
    border: none;
    height: 50px;
    border-radius: 11px;
    font-size: 18px;
    font-family: 'inter_medium';
}

.carousel-control-next-icon {
    background-image: url(images/right.png);
}

.carousel-control-prev-icon {
    background-image: url(images/Left.png);
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 50px;
    color: #000;
    opacity: 0;
    background-size: 60% 60%;
    padding: 30px;
    transition: opacity 0.3s ease;
}

.carousel:hover .carousel-control-next-icon,
.carousel:hover .carousel-control-prev-icon {
    opacity: 1;
    display: none;
}

.carousel-control-next,
.carousel-control-prev {
    display: none;
}

.banner-title{
    color:white;
}

.history {
    color: var(--black);
    font-size: 25px;
    font-weight: 600;
    font-family: 'inter_medium';
}

.product img {
    width: 100% !important;
    height: 300px !important;
    padding: 30px;
    object-fit: contain;
    background-color: var(--white_1);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    /* background-color: #F8F8F8; */
}

.product_1 img {
    width: 100px !important;
     height: 100px !important;
}

.alex {
    font-size: 14px;
    text-align: left;
    font-family: 'inter_medium';
    color: var(--grey);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.alex:hover {
    color: var(--grey) !important;
}

.alex_1 {
    font-size: 16px;
    text-align: left;
    font-family: 'inter_bold';
    color: var(--black);
}

.color-options {
    display: flex;
     flex-wrap: wrap;
    gap: 6px;
}

.owl-carousel .item img {
    display: block;
    width: 100%;
    height: auto;
}

.owl-carousel .item {
    padding: 10px;
    text-align: center;
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
    display: none;
}

.popular {
    font-size: 18px;
    color: var(--white_1);
    margin: 0px;
    padding-top: 12px;
    font-weight: 400;
    font-family: 'inter_medium';
}

.footer_style {
    text-decoration: none;
    color: var(--white_1);
    font-size: 16px;
    font-family: 'inter_medium';
}

.footer_style:hover {
    color: var(--white_1);
}

.footer_bg {
    background-color: #2d2c2c;
}

/* .carousel-indicators {
    bottom: -40px;
    background-color: aqua;
} */

.list {
    font-size: 16px;
    margin: 0px;
    text-align: left;
    color: var(--black);
    text-decoration: line-through;
    font-family: 'inter_regular';
}

.list_red {
    font-size: 16px;
    margin: 0px;
    text-align: left;
    color: var(--secondary);
    font-family: 'inter_regular';
}

.list_red_1 {
    background-color: var(--secondary);
    color: var(--white);
    font-size: 14px;
    padding: 3px 10px;
    margin: 0px;
    border-radius: 50px;
    font-family: 'inter_regular';
}

.sale {
    font-size: 14px;
    background-color: var(--secondary);
    color: var(--white);
    padding: 3px 10px;
    border-radius: 50px;
    font-family: 'inter_regular';
}

.positions {
    top: 10px;
    left: 10px;
}

.powered {
    font-size: 16px;
    color: var(--white);
    font-family: 'inter_regular';
}

.icons_footer img {
    width: 100%;
}

.search-bar-footer {
    display: flex;
    flex-grow: 1;
    max-width: 600px;
    margin: 0 0px;
}

.search-bar-footer input {
    flex: 1;
    color: var(--white_1);
    padding: 8px 15px;
    border: 1px solid var(--light);
    background-color: transparent;
    /* border-radius: 20px 0 0 20px; */
    font-family: 'inter_regular';
    outline: none;
    width: 100%;
}

.search-bar-footer button {
    background-color: var(--primary);
    color: var(--white);
    border: none;
    font-size: 16px;
    padding: 0px 10px;
    border-radius: 0 20px 20px 0;
    cursor: pointer;
}

.product_new {
    width: 100%;
    height: 392px;
    overflow: hidden;
}

.product_new img {
    width: 100%;
    height: 100%;
    object-fit: contain; /* or cover */
}


/*.product_new img {*/
/*    width: 100%;*/
/*    height: 550px;*/
/*}*/

.tradition {
    font-size: 18px;
    color: var(--dark);
    margin: 0;
    display: flex;
    align-items: center;
    font-family: 'inter_medium';
}

.rating {
    font-size: 16px;
    color: var(--black);
    margin: 0;
    font-family: 'inter_bold';
}

.star img {
    width: 20px;
}

.verner {
    font-size: 18px;
    color: var(--black);
    font-family: 'inter_bold';
}

.panton {
    font-size: 20px;
    color: var(--black);
    margin: 0px;
    font-family: 'inter_bold';
}

.product-price {
    font-size: 20px;
    color: var(--black);
    margin: 0px;
    font-family: 'inter_bold';
}

.panton_1 {
    font-size: 16px;
    display: flex;
    align-items: center;
    margin: 0px;
    color: var(--dark);
    font-family: 'inter_bold';
}

.descrip {
    font-size: 18px;
    color: var(--black);
    font-weight: 600;
    font-family: 'inter_medium';
}

.export {
    font-size: 16px;
    color: #252C32;
    font-family: 'inter_medium';
}

.read-more-btn {
    color: #0452C8;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 5px;
    background-color: transparent;
}

.clamp-2-lines {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* Limits the text to 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.color-options,
.size-options {
    display: flex;
    gap: 10px;
}

.color-option {
    width: 40px;
    height: 40px;
    border: 1.5px solid #1A4E68;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
}

.color-option.selected {
    border: 2px solid #1A4E68;
    background-image: url(../images/tick.png );
    background-repeat: no-repeat;
    background-position: center;
}

.color-option.selected::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 14px;
}

.black {
    background-color: black;
}

.blue {
    background-color: navy;
}

.pink {
    background-color: pink;
}

.label_select {
    margin-top: 12px;
    margin-bottom: 12px;
    color: var(--black);
    font-weight: 500;
    font-family: 'inter_medium';
}

.form-control {
    border: 1px solid var(--light_grey);
}

.form-control:focus {
    box-shadow: none;
    border: 1px solid var(--light_grey);
}

.size-option {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid var(--dark);
    display: flex;
    font-family: 'inter_medium';
    color: var(--black);
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: transparent;
}

.size-option.selected {
    border: 1px solid var(--blue);
}

.quantity_box {
    width: 100%;
    border: 1px solid #dddde1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 10px;
    border-radius: 7px;
}

.quantity input {
    border: none;
    width: 85px;
    font-size: 23px;
    background: transparent;
    text-align: center;
    outline: none;
}

.quantity button {
    border: none;
    background: transparent;
    font-size: 25px;
}

.cart_btn {
    border: none;
    color: var(--white);
    width: 100%;
    height: 45px;
    text-decoration: none;
    display: flex;
    font-size: 18px;
    border-radius: 8px;
    background-color: var(--blue);
    font-family: 'inter_medium';
}

.cart_btn:hover {
    color: var(--white);
}

.cart_btn_1 {
    width: 100%;
    display: flex;
    justify-content: center;
    text-decoration: none;
    align-items: center;
}

.whislit_btn_1 {
    width: 10%;
}

.whislit_btn_1 img {
    width: 100%;
}

.whislit_btn {
    border: none;
    height: 45px;
    border-radius: 8px;
    cursor: pointer;
    background-color: var(--blue);
}

.my-accord .accordion-button:focus {
    box-shadow: none;
}

.my-accord .accordion-button:not(.collapsed) {
    background-color: transparent;
    color: var(--black);
}

.my-accord .accordion-flush .accordion-item .accordion-button,
.accordion-flush .accordion-item .accordion-button.collapsed {
    font-size: 16px;
}

.my-accord .accordion-button::after {
    background-image: url("../images/plus.png");
}

.my-accord .accordion-body {
    font-size: 13px;
    font-family: 'inter_regular';
}

.my-accord .accordion-button:not(.collapsed)::after {
    background-image: url("../images/minus.png");
}

.my-accord .accordion-flush .accordion-item .accordion-button,
.accordion-flush .accordion-item .accordion-button.collapsed {
    background-color: transparent !important;
}

.product_container {
    text-align: center;
}

.product_thumbnails {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 10px;
    scrollbar-width: thin;
    scrollbar-color: #888 transparent;
}

.product_thumbnails .thumbnail {
    /*width: 100px;*/
    /*height: 100px;*/
    /*cursor: pointer;*/
    /*transition: transform 0.2s;*/
    width: 100px;
    height: 100px;
    cursor: pointer;
    transition: transform 0.2s;
    object-fit: contain;
    border: 1px solid var(--blue);
    padding: 13px;
}

.product_thumbnails::-webkit-scrollbar {
    height: 6px;
}

.product_thumbnails::-webkit-scrollbar-track {
    background: transparent;
}

.product_thumbnails::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

.product_thumbnails::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.review {
    font-size: 30px;
    color: var(--black);
    font-family: 'inter_medium';
}

.background_color_rating {
    background-color: var(--blue);
}

.rating-container {
    display: flex;
    color: var(--white);
    padding: 30px 50px;
    border-radius: 4px;
    width: 100%;
    justify-content: space-between;
}

.rating-summary {
    text-align: center;
}

.rating-summary h2 {
    font-size: 64px;
    color: var(--white);
    text-align: left;
    font-family: 'inter_regular';
    margin: 0;
}

.based {
    font-size: 16px;
    text-align: left;
    color: var(--white);
    margin-bottom: 0px;
    font-family: 'inter_regular';
}

.rating-summary span {
    font-size: 24px;
    color: var(--white);
}

.rating-summary .star {
    font-size: 40px;

}

.stars {
    font-size: 22px;
    text-align: left;
}

.star {
    color: var(--white);
}

.filled {
    color: var(--light_blue) !important;
}

.half {
    position: relative;

}

.rating-breakdown {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 7px;
}

.rating-bar {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    gap: 8px;
}

.rating-bar span {
    width: 10%;
    font-family: 'inter_regular';
}

.bar {
    width: 100%;
    height: 11px;
    background: var(--white);
    border-radius: 4px;
    overflow: hidden;
}

.fill {
    height: 100%;
    background: var(--light_blue);
}

.client_1 img {
    width: 40px;
}

.star_new img {
    width: 20px;
}

.helene {
    font-size: 18px;
    color: var(--primary);
    font-family: 'inter_medium';
}

.abs {
    font-size: 18px;
    color: var(--primary);
    font-family: 'poppins_italic';
}

.tx {
    border-bottom: 1px solid var(--light);
}

.like {
    font-size: 40px;
    color: var(--black);
    font-family: 'inter_bold';
}

.ds_supplies {
    padding: 20px;
    background-color: var(--white_1);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    /* background-color: var(--animate); */
}

.ds_supplies img {
    width: 100% !important;
    height: 250px !important;
    object-fit: contain;
}

.nike {
    font-size: 20px;
    color: var(--animate);
    text-align: left;
    font-family: 'inter_medium';
}

.air {
    color: var(--black);
    text-align: left;
    font-family: 'inter_medium';
    font-size: 18px;
}

.max {
    font-size: 20px;
    text-align: left;
    color: var(--animate);
    font-family: 'inter_medium';
}

.heart_blue {
    bottom: 0;
    position: absolute;
    width: 25px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--light_grey);
    border-radius: 100px;
    padding: 5px 20px;
    top: 5%;
    right: 5%;
}

.heart_blue img {
    width: 25px !important;
}

.new_carousel .owl-carousel .item {
    padding: 0px;
}

.new_carousel .owl-nav {
    position: absolute;
    top: -40px;
    /* Yeh icons ko upar karega */
    right: 0;
    display: flex;
    gap: 10px;
}

.new_carousel .owl-nav .owl-prev,
.owl-nav .owl-next {
    width: 30px;
    height: 30px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    cursor: pointer;
}

.new_carousel .owl-nav .owl-prev {
    left: -40px;
}

.new_carousel .owl-nav .owl-next {
    right: -40px;
}

.new_carousel .owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    border: 1.5px solid var(--blue);
}

.new_carousel .owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot:focus-visible {
    outline: none;
}

.quick_btn {
    border: none;
    font-size: 16px;
    color: var(--black);
    display: flex;
    width: 40%;
    height: 40px;
    justify-content: center;
    padding: 5px;
    align-items: center;
    border-radius: 5px;
    outline: none;
    font-family: 'inter_medium';
    background-color: var(--white_1);
}

.cart_btn_2 {
    border: none;
    padding: 5px;
    width: 40%;
    height: 40px;
    font-size: 16px;
    border-radius: 5px;
    color: var(--white_1);
    display: flex;
    justify-content: center;
    align-items: center;
    outline: none;
    font-family: 'inter_medium';
    background-color: var(--blue);
}

.cart_btn_2:hover {
    color: var(--white_1) !important;
}

.btns {
    left: 0;
    right: 0;
    bottom: 10%;
}

.ds_supplies .btns {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.ds_supplies:hover .btns {
    opacity: 1;
    visibility: visible;
}

.close {
    border: none;
    background-color: transparent;
}

.alert-danger {
    margin-top: 20px;
}

.remeber {
    display: flex;
    flex-direction: column;
}

.new_regiter {
    color: var(--primary);
    font-size: 16px;
    text-decoration: none;
    font-family: 'inter_medium';
}

.cart_wishlish {
    text-decoration: none;
    font-size: 10px;
    white-space: nowrap;
    color: var(--white_1);
    padding: 10px;
    background-color: var(--blue);
}

.proceed {
    color: var(--primary);
    font-size: 16px;
    font-family: 'inter_medium';
}

.cart_wishlish:hover {
    color: var(--white_1);
}

.new_regiter:hover {
    color: var(--primary);
}

.alert_model_new .modal-content {
    background-color: #f9f9f9;
    border-radius: 10px;
}

.alert_model_new .modal-header {
    background-color: var(--blue) !important;
    color: var(--white_1);
    padding: 12px 12px;
}

.alert_model_new .modal-body {
    font-size: 16px;
    padding: 10px 12px;
    margin: 0px;
    font-family: 'inter_medium';
}

.custom-alerts {
    position: fixed;
    top: 20px;
    right: 20px;
    color: white;
    padding: 15px 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    display: none;
    z-index: 99999;
}

.alert_model_new .btn-close {
    background: transparent url(../images/cross_white.png);
    opacity: 1;
}


.alert_model_new .modal-footer {
    border-top: 1px solid #dee2e6;
}

.alert_model_new .btn-primary {
    background-color: var(--blue);
    border-color: var(--blue);
    padding: 5px 35px;
}

.alert_model_new .btn-close {
    background-color: transparent;
}

.category_banner {
    background-color: var(--blue);
    height: 70vh;
}

.Category_heading {
    font-size: 45px;
    font-family: 'inter_medium';
    color: var(--white_1);
}

.category_crum a {
    font-size: 16px;
    color: var(--white_1) !important;
    font-family: 'inter_medium';
}

.Category_main {
    height: 70vh;
}

.image-links-category img {
    width: 100%;
}

.outline {
    outline: none;
}

.sidebar_crt img {
    width: 30%;
}

.cart_side_base {
    color: var(--black);
    font-size: 13px;
    font-family: 'inter_medium';
}

.cart_side_base:hover {
    color: var(--black);
    font-family: 'inter_medium';
}

.trash {
    color: red;
}

.trash:hover {
    color: red;
}

.btn_new_cart {
    font-size: 16px;
    color: var(--white_1);
    background-color: var(--blue);
    display: flex;
    font-family: 'inter_medium';
    text-decoration: none;
    align-items: center;
    justify-content: center;
    padding: 10px;
    width: 50%;
    height: 45px;
}

.btn_new_check {
    font-size: 16px;
    color: var(--white_1);
    background-color: var(--black);
    display: flex;
    font-family: 'inter_medium';
    text-decoration: none;
    align-items: center;
    justify-content: center;
    padding: 10px;
    width: 50%;
    height: 45px;
}

.btn_new_cart:hover {
    color: var(--white_1);
}

.btn_new_check:hover {
    color: var(--white_1);
}

.subtotal_new {
    font-size: 16px;
    font-family: 'inter_bold';
    color: var(--black);
}

.subtotal_new_1 {
    font-size: 16px;
    font-family: 'inter_medium';
    color: var(--black);
}

.cart-table {
    width: 100%;
    border-collapse: collapse;
}

.product_name a {
    font-size: 16px;
    color: var(--primary);
    text-decoration: none;
    font-family: 'inter_medium';
}

.cart-table th {
    padding: 12px;
    font-size: 18px;
    color: var(--white_1);
    text-align: center;
}

.cart-table td {
    padding: 12px;
    font-size: 18px;
    color: var(--primary);
    font-family: 'inter_medium';
    text-align: center;
    border: 1px solid #ededed;
}

.cart-table th {
    background-color: var(--blue);
    border-bottom: 4px solid var(--black);
}

.product_thumb img {
    max-width: 60px;
    height: auto;
}

.product_remove a {
    color: red;
    font-size: 18px;
    text-decoration: none;
}

.product_remove a:hover {
    color: darkred;
}

.Cart-total-3 {
    background-color: var(--primary);
    padding: 15px;
}

.cart_subtotal {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    font-family: 'inter_medium';
}

.update_btn_2 {
    background-color: var(--blue);
    color: var(--white_1);
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 16px;
    font-family: 'inter_medium';
}

.Cart-total-3 h3 {
    font-size: 25px;
    margin: 0px;
    color: var(--white_1);
    font-family: 'inter_medium';
}

.checkout_btn {
    display: flex;
    justify-content: end;
}

.checkout_btn a {
    display: inline-block;
    background-color: var(--blue);
    color: var(--white_1);
    padding: 10px 15px;
    border-radius: 5px;
    text-decoration: none;
    font-family: 'inter_medium';
}

.order_table table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
}

.order_table th,
.order_table td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: left;
}

.order_table th {
    background-color: #f8f8f8;
    font-family: 'inter_medium';
}

.order_table .product-name {
    font-weight: 600;
    color: #333;
}

.order_table .amount {
    font-family: 'inter_medium';
    color: #222;
}

.order_table tfoot tr th,
.order_table tfoot tr td {
    font-size: 16px;
    font-family: 'inter_medium';
}

.order_table tfoot tr.order_total td {
    color: #d9534f;
    font-size: 18px;
}

.accordion_2 .accordion-button:not(.collapsed) {
    color: var(--primary);
    box-shadow: none;
    background-color: #EAEAEA;

}

.accordion_2 .accordion-button:focus {
    border: none;
    box-shadow: none;
}

.accordion_2 .accordion-flush .accordion-item .accordion-button,
.accordion-flush .accordion-item .accordion-button.collapsed {
    background-color: #EAEAEA !important;
    font-size: 16px;
    font-family: 'inter_medium';
}

.alert-success {
    color: #0d462c;
    background-color: #d1e7dd;
    border-color: #bfddcf;
    margin-top: 20px;
}

.default-form-box {
    margin-bottom: 20px;
}

.default-form-box {
    position: relative;
}

.default-form-box input,
.default-form-box select,
.default-form-box textarea {
    width: 100%;
    height: 50px;
    padding: 10px;
    z-index: 2;
    outline: none;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.default-form-box label {
    color: var(--primary);
    font-size: 18px;
    font-family: 'inter_medium';
    margin-bottom: 10px;
}

.order_button {
    text-align: right;
}

.btn-black-default-hover {
    background-color: var(--blue);
    color: var(--white_1);
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.btn-black-default-hover:hover {
    background-color: var(--blue);
    color: var(--white_1);
}

.lost {
    font-size: 18px;
    color: var(--primary);
    text-decoration: none;
    font-family: 'inter_medium';
}

.lost:hover {
    color: var(--primary);
}

.accordion-button::after {
    background-image: url("../images/down_1.png")
}


.accordion-button:not(.collapsed)::after {
    background-image: url("../images/down_1.png")
}

._2-column-wrap {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

._2-column-wrap.align-top {
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
}

._2-column-wrap.top-margin-40 {
    margin-top: 40px;
}

.column-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.column-wrap.align-left {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.max-width-20ch {
    max-width: 20ch;
}

.contacts-wrapper {
    width: 100%;
    max-width: 400px;
    padding-top: 16px;
}

.contact-link-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 28px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #222;
    font-size: 14px;
    line-height: 1.7;
    text-decoration: none;
}

.contact-icon {
    width: 24px;
    height: 24px;
    margin-right: 12px;
}

.form-block {
    width: 100%;
    margin-bottom: 0px;
}

.field-label {
    margin-bottom: 8px;
    font-family: Inter, sans-serif;
    font-size: 0.8rem;
    font-weight: 600;
}

.text-field {
    padding-right: 20px;
    padding-left: 20px;
    border: 1px none #000;
    border-radius: 4px;
    background-color: #ddd;
    color: #222;
    font-size: 1em;
}

.text-field::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.3);
}

.text-field:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.3);
}

.text-field::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.3);
}

.text-field::placeholder {
    color: rgba(0, 0, 0, 0.3);
}

.form-row {
    display: -ms-grid;
    display: grid;
    width: 100%;
    grid-auto-columns: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.form-row-wrapper {
    width: 100%;
}

.flex-vertical {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.flex-vertical.align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.flex-vertical.max-70ch {
    max-width: 70ch;
    margin-right: auto;
    margin-left: auto;
}

.section.grey {
    background-color: #f8f8f8;
}

.section {
    width: 100%;
    padding-top: 120px;
    padding-bottom: 120px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.text-field {
    padding-right: 20px;
    padding-left: 20px;
    border: 1px none #000;
    border-radius: 4px;
    background-color: #ddd;
    color: #222;
    font-size: 1em;
}

.w-input,
.w-select {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    font-family: 'inter_medium';
    line-height: 1.42857143;
    color: #333333;
    background-color: #ffffff;
    border: 1px solid #cccccc;
}

.w-input,
.w-select:focus-visible {
    outline: none;
}

.got {
    font-size: 35px;
    color: var(--black);
    font-family: 'inter_bold';
}

.contact-btn {
    background-color: var(--blue);
    color: var(--white_1);
    font-size: 18px;
    width: 150px;
    padding: 5px;
    border: none;
    border-radius: 6px;
    font-family: 'inter_medium';
    display: flex;
    justify-content: center;
    align-items: center;
}

.text_area {
    border: 1px solid #cccccc;
    border-radius: 5px;
    font-family: 'inter_medium';
}

.text_area:focus-visible {
    outline: none;
}

.text-trnsfm {
    color: var(--black);
}

.text-trnsfm:hover {
    color: var(--black);
}

.blur-bg {
    background: rgba(255, 255, 255, 0.5); 
    backdrop-filter: blur(7px); 
    -webkit-backdrop-filter: blur(10px); 
    border-radius: 12px;
    padding: 20px;
    display: inline-block;
}

/* media query start */
@media screen and (max-width: 1199px) {}

@media screen and (max-width: 991px) {
    .m_m {
        flex-direction: column;
        align-items: center;
    }

    .rating-breakdown {
        margin-top: 10px;
    }

    .product_new img {
        width: 100%;
        height: 350px;
    }

    .icons {
        margin-top: 10px;
    }

    .carousel-control-next-icon,
    .carousel-control-prev-icon {
        padding: 20px;
    }

    .carousel-inner {
        height: 100%;
    }

    .carousel-inner img {
        max-height: 100%;
        height: 100%;
        width: auto;
        margin: auto;
        object-fit: cover;
    }

    .carousel-caption {
        top: 0%;
        width: 49%;
    }

    .search-bar {
        margin-top: 15px;
        justify-content: center;
        padding: 5px 15px;
        width: 100%;
    }

    .mm_1 {
        width: 100%;
    }

    .cart_btn_2 {
        font-size: 10px;
    }

    .search-bar input {
        width: calc(100% - 40px);
        max-width: none;
    }

    .search-bar button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .btn_slider {
        width: 70%;
    }

    .modern {
        font-size: 30px;
    }

    .modern_1 {
        font-size: 13px;
    }

    .like {
        font-size: 30px;
    }

    .quick_btn {
        font-size: 10px;
    }
}

@media screen and (max-width: 767px) {
    .section-title {
        padding: 8px;
        font-size: 10px;
        display: flex;
        align-items: center;
        margin: 0;
    }
    
    .footer_style{
        font-size:12px;
    }
    
    .powered{
        font-size:12px;
    }

    .kx{
       width: 100% !important;
    }

    .Category_heading {
        font-size: 30px;
    }
    
    .history {
    font-size: 20px;
}

    .m_m {
        flex-direction: column;
        align-items: center;
    }

    .abs {
        font-size: 13px;
    }

    .icons {
        margin-top: 10px;
    }

    .search-bar {
        margin-top: 5px;
        justify-content: center;
        padding: 5px 15px;
        width: 100%;
    }

    .mm_1 {
        width: 100%;
    }

    .search-bar input {
        width: calc(100% - 40px);
        max-width: none;
        font-size: 15px;
    }

    .search-bar button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .btn_slider {
        width: 65%;
        height: 40px;
        font-size: 12px;
    }

    .modern_1 {
        font-size: 14px;
    }

    .modern {
        font-size: 20px;
    }

    .product img {
        height: 180px;
    }

    .product_1 img {
        height: 180px;
    }

    .verner {
        font-size: 19px;
    }

    .whislit_btn_1 {
        width: 20%;
    }

    .product_thumbnails {
        height: 120px;
    }

    .review {
        padding-top: 20px;
        font-size: 20px;
    }

    .carousel-indicators {
        left: 40%;
    }

    .carousel-caption {
        top: 0%;
        width: 65%;
    }

    .product_new img {
        width: 100%;
        height: 350px;
    }

    .rating-container {
        padding: 10px 10px;
    }

    .rating-bar span {
        width: 21%;
    }

    .rating-summary h2 {
        font-size: 42px;
    }

    .rating-summary .star {
        font-size: 35px;
    }

    .rating-breakdown {
        margin-top: 10px;
    }

    .like {
        font-size: 20px;
    }

    .product_name {
        min-width: 400px;
    }

    .accordion_2 .accordion-flush .accordion-item .accordion-button,
    .accordion-flush .accordion-item .accordion-button.collapsed {
        font-size: 12px;
    }

    .btn-black-default-hover {
        width: 100%;
    }
    
     .contact-ribbon-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .form-block {
        margin-top: 20px;
    }

    .contacts-wrapper {
        width: 100%;
        max-width: none;
        margin-left: 0px;
    }

    .contact-link-block {
        margin-bottom: 20px;
    }

    ._2-column-wrap {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    ._2-column-wrap {
        grid-row-gap: 0px;
    }

    .section {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .contact-btn {
        width: 100%;
    }

    .contact-btn-1 {
        width: 100%;
    }

}

/* media query end */