body {
    overflow-x: hidden;
    margin: 0px;
    padding: 0px;
}

@font-face {
    font-family: Proxima Nova;
    src: url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_1_0.eot);
    src: url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_1_0.eot?#iefix) format("embedded-opentype"), url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_1_0.woff2) format("woff2"), url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_1_0.woff) format("woff"), url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_1_0.ttf) format("truetype"), url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_1_0.svg#wf) format("svg");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: Proxima Nova;
    src: url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_4_0.eot);
    src: url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_4_0.eot?#iefix) format("embedded-opentype"), url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_4_0.woff2) format("woff2"), url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_4_0.woff) format("woff"), url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_4_0.ttf) format("truetype"), url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_4_0.svg#wf) format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: Proxima Nova;
    src: url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_5_0.eot);
    src: url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_5_0.eot?#iefix) format("embedded-opentype"), url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_5_0.woff2) format("woff2"), url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_5_0.woff) format("woff"), url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_5_0.ttf) format("truetype"), url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_5_0.svg#wf) format("svg");
    font-weight: 700;
    font-style: normal;
}

.header {
    background-color: #0f4372;
    height: 50px;
    display: flex;
    align-items: center;
}

/* .search-box {
    font-size: 15px;
    padding: 5px 19px;
    border: 1px solid #838181;
    width: 85%;
    transition: .2s;
    display: flex;
    gap: 10px;
    margin-top: 5px;
} */
.search-box {
    font-size: 14px;
    padding: 0px 15px;
    border: 1px solid #838181;
    width: 85%;
    transition: .2s;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 6px;
    border-radius: 6px;
}

#search-input {
    background-color: transparent;
}

.search-box:hover {
    border-color: #AAAAAA;
}



input {
    font-family: Proxima Nova;
    letter-spacing: -0.2px;
    font-size: 30px;
    border: none;
    color: #323232;
}

button:hover {
    cursor: pointer;
}

input:focus {
    outline: none;
}

input[type='search']::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.clear:not(:valid)~.search-clear {
    display: none;
}

/* search end */
.name {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 56px;
}

.name h1 {
    font-size: 40px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
}

/* name end */
.login {
    background-color: transparent;
    color: #fff;
    border: none;
}

.head-btn {
    display: flex;
    justify-content: end;
    align-items: center;
    height: 56px;
}

.icon {
    display: flex;
    gap: 20px;
    margin-left: 10px;
}

.icon i {
    font-size: 16px;
    color: #fff;
}

/* menu head */
.logo_img {
    width: 60px;
    object-fit: contain;
}

.nav-link {
    font-size: 18px !important;
    color: #000000 !important;
    font-weight: 500 !important;
}

.navbar-expand-lg .navbar-nav {
    flex-direction: row;
    gap: 40px;
}

.logo {
    width: 30%;
}

/* footer */
.footer_box h3 {
    font-size: 20px;
    font-weight: 600;
    color: #e62d2e;
    margin-bottom: 30px;
}

.socil {
    display: flex;
    gap: 20px;
}

.socil_box {
    width: 40px;
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer_box p a {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
}

#Copyright {
    border: 1px solid #ddd;
    border-width: 1px 0px 0px 0px;
    height: 100px;
    margin-top: 20px;
}

#Copyright p a {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
}

#Copyright p {

    margin-left: 60px;
}

#Copyright_1 {
    display: flex;
    justify-content: left;
    align-items: center;
}

#Copyright_2 {
    display: flex;
    justify-content: end;
    align-items: center;
}

.Copyright_img {
    margin-right: 55px;
}

.footer_box1 {
    background-color: #0f4372;
    padding: 30px;
    margin-bottom: 50px;
}

.newletters h5 {
    font-size: 35px;
    font-weight: 600;
    color: #fff;
}

.newletters p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

/*  */
.newletters {
    margin-left: 65px;
}

.elementor-column-gap-extended>.elementor-column>.elementor-element-populated {
    padding: 15px;
}

.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
    display: flex;
}

.elementor-widget-wrap {
    position: relative;
    width: 100%;
    flex-wrap: wrap;
    align-content: flex-start;
}

.elementor-9162 .elementor-element.elementor-element-4cc7d84 {
    width: 100%;
    max-width: 100%;
}

.elementor-element .elementor-widget-container {
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, transform var(--e-transform-transition-duration, .4s);
}

.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    word-wrap: normal !important;
}

.wpcf7-form-control-wrap {
    width: 118%;
}

.wpbingo-newsletter.newsletter-default .content-newsletter {
    width: 100%;
    max-width: 600px;
    border: 0;
    background: #fff;
    margin: auto;
    display: flex;
    height: 55px;
}

.wpcf7-form p {
    margin: 0;
    display: contents;
}

/* .wpbingo-newsletter.newsletter-default .content-newsletter .wpcf7-form-control-wrap {
    width: 100% !important;
} */
.wpbingo-newsletter.newsletter-default .content-newsletter input[type=email] {
    width: 100%;
    border: 0;
    padding-left: 25px;
    height: 55px;
    line-height: 55px;
    font-size: 14px;
    background: 0 0;
}

.wpcf7 input[type=url],
.wpcf7 input[type=email],
.wpcf7 input[type=tel] {
    direction: ltr;
}

input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
select,
textarea {
    padding: 5px 6px;
    box-shadow: none;
}

.wpbingo-newsletter.newsletter-default .content-newsletter input[type=submit] {
    border: 0;
    padding: 0 40px;
    background: #000;
    height: 55px;
    line-height: 55px;
    font-family: Marcellus, serif;
    letter-spacing: .1em;
    position: relative;
    top: 0;
    cursor: pointer;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
}

.wpcf7-spinner {
    position: absolute;
    right: 0;
}

.wpcf7-spinner {
    visibility: hidden;
    display: inline-block;
    background-color: #23282d;
    opacity: .75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 24px;
    position: relative;
}

.wpcf7-spinner:before {
    content: '';
    position: absolute;
    background-color: #fbfbfc;
    top: 4px;
    left: 4px;
    width: 6px;
    height: 6px;
    border: none;
    border-radius: 100%;
    transform-origin: 8px 8px;
    animation-name: spin;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.clearfix:after {
    display: block;
    clear: both;
    content: "";
}

.wpcf7 form .wpcf7-response-output {
    margin: 2em .5em 1em;
    padding: .2em 1em;
    border: 2px solid #00a0d2;
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
    display: none;
}

#footer_form {
    display: flex;
    align-items: center;
}

/* slider */
.swiper {
    width: 100%;
    height: 100%;
    background: #000;
}

.swiper-slide {
    font-size: 18px;
    color: #fff;
    /* -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 10px; */
}

.parallax-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 130%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}

.swiper-slide .title {
    font-size: 50px;
    font-weight: 500;
    text-align: center;
}

.swiper-slide .subtitle {
    font-size: 18px;
    text-align: center;
}

/* .swiper-slide .text {
    font-size: 14px;
    max-width: 400px;
    line-height: 1.3;
    text-align: center;
  } */
.swiper-slide {
    background-position: center;
    
    background-repeat: no-repeat;
    background-size: cover;
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.slide-hero{
    height: 800px !important;
}

.Shop_Now {
    border: 1px solid #ddd;
    border-radius: 6px;
    background-color: transparent;
    padding: 8px 20px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.Shop_Now:hover {
    background-color: #e62d2e;
    border: 1px solid #e62d2e;
    border-radius: 6px;
    padding: 8px 20px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.shop_btn {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

/* 2section */
.main_delivery {
    display: flex;
    justify-content: center;
}

#delivery {
    background-color: #e62d2e;
    width: 100%;
}

.delivery_1 p {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    margin-bottom: -4px;
}

.delivery_1 {
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.delivery_img {
    margin-right: 15px;
}

.main_delivery {
    margin-top: -63px !important;
    z-index: 999;
}

.Clearance_box {
    background-image: url("../img/banner22.jpg.png");
    background-position: center; 
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 300px;
    display: flex;
    align-items: end;
    padding: 30px;
}

.Clearance_box_1 {
    background-image: url("../img/banner23.jpg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 300px;
    display: flex;
    align-items: end;
    padding: 30px;
}

.Clearance_box_2 {
    background-image: url("../img/banner24.jpg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 300px;
    display: flex;
    align-items: end;
    padding: 30px;
}

.main_Clearance {
    padding: 40px;
}

.Clearance h3 {
    font-size: 35px;
    font-weight: 400;
    color: #fff;
}

.Clearance p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

/* product */
.product_box {
    border: 1px solid #ddd;
    border-radius: 6px 6px 0px 0px;
    padding:20px;

}

.img-product {
    width:50%;
}

.product_box_1 {
    position: relative;
}

.hot {
    position: absolute;
    top: 0;
    right: 0;
}

.hot_box {
    background-color: #e62d2e;
    border: 1px solid #e62d2e;
    border-radius: 6px;
    padding: 2px 15px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.product_box_1:hover .product_icon_box {
    display: block;
    transition: 0.9s;
}

.product_icon_box {
    position: absolute;
    bottom: 0;
    right: 0;
    display: none;
}

.heart_box {
    background-color: transparent;
    border: 1px solid #ddd;
    border-radius: 1px;
    padding: 8px 15px;
    color: #000;
    margin-bottom: 20px;
}

.heart_box:hover {
    background-color: #e62d2e;
    border: 1px solid #e62d2e;
    border-radius: 1px;
    padding: 8px 15px;
    color: #fff;
    margin-bottom: 20px;
}

.search_box {
    background-color: transparent;
    border: 1px solid #ddd;
    border-radius: 1px;
    padding: 8px 15px;
    color: #000;
}

.search_box:hover {
    background-color: #e62d2e;
    border: 1px solid #e62d2e;
    border-radius: 1px;
    padding: 8px 15px;
    color: #fff;
}

.review {
    display: flex;
    gap: 4px;
    align-items: center;
    justify-content: center;
}

.review i {
    font-size: 10px;
    color: #e62d2e;
}

.product_box_2 {
    border: 1px solid #ddd;
    border-radius: 0px 0px 6px 6px;
    border-width: 0px 1px 1px 1px;
    
    display: flex;
    justify-content: center;
    text-align: center;
}

.contant_box h3 {
    line-height: 20px;
    margin: 10px 0px;
}

.contant_box h3 a {
    text-decoration: none;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
}

.contant_box {
    text-align: center;
}

.Add_to_cart {
    border: 1px solid #e62d2e;
    background-color: #e62d2e;
    border-radius: 6px;
    padding: 10px 40px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.Add_to_cart:hover {
    border: 1px solid #0f4372;
    background-color: #0f4372;
    border-radius: 6px;
    padding: 10px 40px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.contant_box h5 {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    margin: 15px;
}

/* product slider */
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.swiper-horizontal {
    touch-action: pan-y;
    background-color: #fff;
}

#product_slider {
    height: auto !important;
    margin: 10px !important;
    margin-bottom: 60px !important;
    color: #000 !important;
}

.titel_product {
    text-align: center;
    margin-bottom: 40px;
    margin-top: 40px;
}

.titel_product h1 {
    font-size: 25px;
    font-weight: 500;
    color: #e62d2e;
    text-transform: uppercase;
    line-height: 10px;
}

.titel_product .product_hr {
    width: 8%;
    color: #000;
}

.product_hr_box {
    display: flex;
    justify-content: center;
}

/* Italian  */
.Italian {
    background-image: url("/img/banner25.jpg");
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 700px;
    margin-top: 50px;
}

.Italian_contant_box h1 {
    font-size: 50px;
    font-weight: 500;
    color: #e62d2e;
    text-transform: uppercase;
    line-height: 60px;
}

.Italian_contant_box {
    margin-top: 200px;
}

.col-text {
    margin: 20px 0px;
}

.shop_now {
    border: 1px solid #e62d2e;
    background-color: #e62d2e;
    border-radius: 6px;
    padding: 10px 40px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin-top: 15px;
}

.best_seller {
    margin-top: 90px;
}

.KOWine_Club_contant {
    background-color: #321923;
    padding: 30px;
    height: 420px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.club_box {
    border: 1px solid #fff;
    margin: 10px;
    padding: 30px 20px;
    text-align: center;
}

.club_box h2 {
    font-size: 45px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
}

.club_box p {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    line-height: 30px;
}

.Learn_more_btn {
    border: 1px solid #e62d2e;
    background-color: #e62d2e;
    border-radius: 6px;
    padding: 10px 40px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}

.Learn_more_btn:hover {
    border: 1px solid #0f4372;
    background-color: #0f4372;
    border-radius: 6px;
    padding: 10px 40px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}

/* blog */
.cetagory a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

.main_blog h2 {}

.main_blog h2 a {
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
}

.main_blog h2 a:hover {
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    color: #e62d2e;
    text-decoration: none;
}

.blog_icon {
    display: flex;
    gap: 30px;
}

.b_icon_box a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    color: #000;
}

.main_blog {
    border: 1px solid #ddd;
    border-width: 1px 1px 0px 1px;

}

.image-box {
    overflow: hidden;
}

.image-box:hover img {
    scale: 1.1;
    transition: 0.5s;
}

.blog_contant {
    padding: 20px;
}

/* blog end */
.item-image {
    border: 1px solid #ddd;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#item_slider_b {
    height: 300px !important;
}

.img-1 {
    width: 60% !important;
}

/* details page */
.main_details {
    border: 1px solid #ddd;
    border-width: 1px 0px 1px 0px;
    margin-bottom: 50px;
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 50px;
}

.details_box_1 {
    margin-top: 80px;
    margin-bottom: 50px;
    margin-right: 30px;
}

.details_img_box {
    border: 1px solid #ddd;
    padding: 20px;

    display: flex;
    justify-content: center;
    align-items: center;
}

.detail_product {
    width: 50%;
}

.box-img {
    border: 1px solid #ddd;
    padding: 10px;
}

.box-img:hover {
    border: 1px solid #000;
    padding: 10px;
}

#details_slide {
    height: 220px !important;
    margin-right: 20px !important;
}

.breadcrumb {}

.breadcrumb a {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
}

.breadcrumb {
    align-items: center;
    font-size: 14px !important;
    gap: 8px;
}

.detail_box_text {
    margin-top: 90px;
}

.review_1 {
    display: flex;
    gap: 4px;
    align-items: center;
    justify-content: left;
}

.review_1 i {
    font-size: 10px;
    color: #e62d2e;
}

.detail_box_text h1 {
    font-size: 50px;
    font-weight: 500;
    color: #e62d2e;
    line-height: 50px;
    margin-right: 40px;
    margin-top: 15px;
}

.rupee {
    font-size: 25px;
    font-weight: 500;
    color: #000;
    margin-top: 15px;
}

.text_p {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    margin-top: 15px;
    border: 1px solid #ddd;
    border-width: 1px 0px 0px 0px;
    padding-top: 20px;
}

.detail_porduct_box1 {
    border: 1px solid #ddd;
    padding: 10px;
    display: flex;
    gap: 30px;
    margin-right: 50px;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.detail_product_img0 {
    width: 100%;
}

.quantity-content {
    border: 1px solid #ddd;
    padding: 10px;
    margin: 10px;
    height: 55px;
    width: 90%;

}

.quantity {
    display: flex;
    justify-content: space-between;
    gap: 3px;
}

#quantity_67b0300fda6e5 {
    width: 50%;
    padding: 5px 25px !important;
}

.plus {
    width: 20%;
    height: 30px;
}
.count{
  width:30%;
  height: 30px;
  
}

.minus {
    padding: 0px;
    width: 20%;
    height: 30px;
}

.box-img_9 {
    width: 50%;

}

.detail_producttext a {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
    line-height: 16px;
}

.quantity-content_1 a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    color: #000;
}

.quantity-content_1 {
    width: 95%;
    display: flex;
    justify-content: right;
    margin-right: 10px;
}

.d-btn-box {
    display: flex;
    margin-top: 30px;
}

.detail_cart {
    border: 1px solid #e62d2e;
    background-color: #e62d2e;
    padding: 10px;
    width: 75%;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin: 5px;
}

.detail_heart {
    border: 1px solid #ddd;
    padding: 10px;
    width: 13%;
    color: #000;
    font-size: 20px;
    font-weight: 500;
    margin: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Buy_Now {
    border: 1px solid #0f4372;
    background-color: #0f4372;
    padding: 10px;
    width: 91%;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin: 5px;
}

.detail_box_btn {
    border: 1px solid #ddd;
    border-width: 0px 0px 1px 0px;
    padding-bottom: 40px;
}

.posted_in a {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
}

.product_meta {
    line-height: 35px;
    margin-top: 20px;
}

.tagged_as a {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
}

.social-icon {
    display: flex;
    gap: 10px;
}

.social-share {
    display: flex;
    gap: 10px;
}

.social-share a {
    text-decoration: none;
    color: #000;
}

.detail_tab {
    margin: 50px 20px;
}

#myTab {
    justify-content: center;
    border: none;
}

#myTab .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border: none;
    text-decoration: underline;

}

#myTab .nav-link:focus,
.nav-tabs .nav-link:hover {
    border: none;

}

#myTab .nav-link:focus,
.nav-tabs .nav-link:hover {
    border: none;

}

.box-u-img i {
    font-size: 50px;
    font-weight: 300;
    color: #ddd;
}

.box-u-img {
    display: flex;
    gap: 15px;
    align-items: center;
}

.user_box {

    display: flex;
    justify-content: space-between;
    align-items: center;
}

.review_9 i {
    font-size: 10px;
    color: #e62d2e;
}

.d-text-box {
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 10px;
    margin-top: 30px;
}

.review_9 {
    margin-right: 30px;
}

.d-contant h2 {
    font-size: 23px;
    font-weight: 400;
    color: #000;
}

.d-contant h2 span {
    font-size: 23px;
    font-weight: 400;
    color: #e62d2e;
}

#profile-tab-pane {
    margin-top: 60px;
}

.d-contant p {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    margin-top: 30px;
}

/* shop */
.shop_banner {
    background-image: url("../img/Slide12.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    position: relative;
}

.banner_content h1 {
    font-size: 50px;
    font-weight: 500;
    color: #fff;
}

.banner_content .breadcrumb a {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

.banner_content .breadcrumb a i {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

.banner_content {
    height: 100%;
    position: absolute;
    top: 35%;
    left: 50%;
}

#breadcrumb_shop i {
    color: #fff;
}

/* filter */
.filter_category_product {
    line-height: 45px;
}

.filter_category_product .item-category {
    cursor: pointer;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0px;
}

.filter_category_product .item-category label {
    font-weight: 400;
    margin: 0;
    cursor: pointer;
}

.filter_category_product .item-category .count {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: #f1f1f1;
    text-align: center;
    line-height: 25px;
    font-size: 12px;
}

.filter h2 {
    color: #e62d2e;
    padding: 0 0 10px;
    background: 0 0;
    font-weight: 400;
    font-size: 18px;
    margin: 0 0 15px;
    position: relative;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: .1em;
}

/*  */
#bwp_slider_price {
    margin: 0;
    background: #f5f5f5;
    border: 0;
    height: 2px;
    width: calc(100% - 14px);
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    margin-left: 7px;
}

#bwp_slider_price,
.bwp_slider_price {
    /* background-color: #f03939; */
    border-radius: 5px;
    height: 6px;
    margin: 10px;
    position: relative;
}

#bwp_slider_price .ui-slider-range {
    top: -1px;
    height: 2px;
    position: absolute;
    background: #000;
    border-color: #000;
}

#bwp_slider_price .ui-slider-handle {
    width: 12px;
    height: 12px;
    border: 2px solid #000;
    top: -6px;
    margin-left: -5px;
    background: #fff;
}

#bwp_slider_price .ui-slider-handle,
.bwp_slider_price .ui-slider-handle {
    background: #fff none repeat scroll 0 0;
    /* border: 3px solid #f03939;
    color: #f03939; */
    cursor: e-resize;
    display: block;
    height: 14px;
    position: absolute;
    text-align: center;
    top: -7px;
    width: 14px;
    z-index: 15;
    margin-right: inherit;
    padding-left: inherit;
    padding-right: inherit;
}

.price-input {
    margin-top: 20px;
    color: #000;
    font-weight: 500;
}

.price-input>span:not(.input-text) {
    color: #868686;
    font-weight: 400;
}

.price-input {
    margin-top: 20px;
    color: #000;
    font-weight: 500;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.filter h3 {
    color: #e62d2e;
    padding: 0 0 10px;
    background: 0 0;
    font-weight: 400;
    font-size: 18px;
    margin: 0 0 15px;
    position: relative;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: .1em;
    margin-top: 20px;
}

/*  */
.bwp-filter>div {
    margin-bottom: 50px;
    float: unset;
}

.bwp-filter {
    float: left;
    width: 100%;
}

.bwp-filter h3 {
    color: #e62d2e;
    padding: 0 0 10px;
    background: 0 0;
    font-weight: 400;
    font-size: 18px;
    margin: 0 0 15px;
    position: relative;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: .1em;
    margin-top: 20px;
}

.bwp-filter>div ul {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: -5px 0;
}

.bwp-filter ul {
    padding: 0;
}

/* .bwp-sidebar>.widget ul:not(.social-link):not(.content-products):not(.product_list_widget) {
    background: 0 0;
    padding: 0;
    border: none;
    padding-left: 15px;
} */
.bwp-filter ul {
    list-style-type: none;
    padding: 0;
}

.bwp-filter>div ul li {
    border: none;
    padding: 5px 0;
}

.bwp-filter ul li {
    margin-left: 0;
}

.bwp-filter li {
    float: left;
    padding: 5px;
}

/* .bwp-sidebar>.widget ul:not(.social-link):not(.content-products):not(.product_list_widget) li:not(.recentcomments) {
    padding: 5px 0;
    list-style: none;
    color: #868686;
} */
.bwp-filter ul li {
    line-height: 25px;
    color: #a3a3a3;
    display: inline-block;
    padding: 0;
    cursor: pointer;
}

.bwp-filter-bottle-size ul li>span {
    padding: 11px 15px !important;
}

.bwp-filter span {
    border: 1px solid #ddd;
    display: block;
    height: 20px;
    margin: 5px 5px 5px 0;
    padding: 0;
    width: 20px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    box-sizing: content-box;
}

.bwp-filter ul li>span {
    position: relative !important;
    padding: 0px 10px !important;
    min-width: 50px;
    cursor: pointer;
    margin: 5 !important;
    overflow: visible;
    display: inline-block !important;
    vertical-align: middle;
    border-color: #ccc !important;
    margin-right: 10px !important;
    text-indent: 0 !important;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    width: auto !important;
    height: auto !important;
}

.bwp-filter input {
    display: none;
}

.bwp-filter ul li label {
    margin-left: 0;
    vertical-align: top;
    margin-top: 1px;
    cursor: pointer;
}

.bwp-filter ul li>span .count {
    display: none !important;
}

/*  */
.mainboximg {
    display: flex;
    gap: 20px;
    margin-bottom: 12px !important;
}

.boximg {
    width: 100%;
    border: 1px solid #ddd;
}

.img-7 {
    width: 100%;
}

/*  */
#Feature_card {
    border: 1px solid #ddd;
    border-width: 0px 0px 1px 0px;
    padding-top: 20px;
}

.review-shop {
    display: flex;
    gap: 4px;

}

.review-shop i {
    font-size: 10px;
    color: #e62d2e;
}

.card-title-1 {
    font-size: 15px;
    font-weight: 400;
    color: #000;
    margin-top: 10px;
}

.shopimg_box {
    border: 1px solid #ddd;
    margin: 8px;
}

.Product10 {
    width: 100%;
}

.mainsec-5 {
    margin: 50px 20px;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: 'prev';
    font-size: 20px !important;
    font-weight: 600 !important;
    color: #e62d2e !important;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: 'next';
    font-size: 20px !important;
    font-weight: 600 !important;
    color: #e62d2e !important;
}

.Showing {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 30px;
}

.grid-icon {
    border: 1px solid #ddd;
    padding: 10px;
    width: 25%;
    gap: 15px;
    display: flex;
}

.main-Default-sorting {
    display: flex;
    gap: 30px;
    justify-content: end;
    margin-bottom: 30px;
}

.form-select {
    width: 35% !important;
}

.form-select:focus {
    border-color: #ddd !important;
    outline: 0;
    box-shadow: none !important;
}

/* login */
.banner_content_login {
    height: 100%;
    position: absolute;
    top: 35%;
    left: 44%;
}

.banner_content_login h1 {
    font-size: 50px;
    font-weight: 500;
    color: #fff;
}

.banner_content_login .breadcrumb a {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

div#breadcrumb_shop {
    display: flex;
    justify-content: center;
}

.box_login {
    border: 1px solid #ddd;
    padding: 40px;
    margin: 50px 20px;
}

.login_box {
    display: flex;
    justify-content: center;
}

.login_text {
    font-size: 25px;
    font-weight: 600;
    color: #000;
}

.login_text i {
    font-size: 25px;
    font-weight: 600;
    color: #000;
}

.login_hr {
    width: 100%;
    color: #000;
    margin-top: 8px;
}

.form-check {
    display: flex !important;
    justify-content: space-between !important;
}

.lost_password a {
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

.login_btn {
    border: 1px solid #e62d2e;
    background-color: #e62d2e;
    border-radius: 6px;
    padding: 10px;
    width: 100%;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

#exampleInputEmail1 {
    padding: 12px 6px;
}

#exampleInputPassword1 {
    padding: 12px 6px;
}

.Register_btn {
    border: 1px solid #0f4372;
    background-color: #0f4372;
    border-radius: 6px;
    padding: 10px;
    width: 100%;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-top: 30px;
}

#login_box_1 {
    padding: 57px 40px;
}
/* cart */
.card_section{
    padding: 50px 20px;
}

.main_cartsec{
    display: flex;
    gap: 50px;
    justify-content: center;
    margin-bottom: 70px;
}
.cartbox1 a{
    font-size: 22px;
    font-weight: 500;
    color: #727272;
    text-decoration: none;
}
.cartbox2 a{
    font-size: 22px;
    font-weight: 500;
    color: #727272;
    text-decoration: none;
}
.cartbox3 a{
    font-size: 22px;
    font-weight: 500;
    color: #727272;
    text-decoration: none;
}
.box_cart{
    border: 1px solid #ddd;
   
}
.box_cart_1{
    display: flex;
    justify-content: space-between;
    padding: 20px;
    padding-bottom: 0px;
}
.box-img-cart{
    width: 10%;
}
.detail_producttext {
    width: 20%;
}
.quantity-content-cart {
    border: 1px solid #ddd;
    padding: 10px;
    margin: 10px;
    height: 55px;
    width: 20%;
    border-radius: 10px;
}
.detail_porduct_boxcart {
    border: none;
    padding: 10px;
    display: flex;
    gap: 60px;
    margin-right: 0px;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}
.product-remove {
    border: 1px solid #000;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color:#000;
}
.product-remove:hover {
    border: 1px solid #e62d2e;
    /* background-color: #e62d2e; */
    color: red;
    
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.quantity-content-cart .plus{
    border: none;
    background-color: transparent;
}
.quantity-content-cart .minus{
    border: none;
    background-color: transparent;
}
.remove {
    color: #000;
    text-decoration: none;
    margin-top: -2px;
}
.remove:hover {
    color:red;
    text-decoration: none;
    margin-top: -2px;
}
#coupon_code{
    border: 1px solid #ddd;
    margin: 20px;
    padding: 10px;
    margin-right: 0px;
    width: 55%;
    margin-top: 7px;
}
.Apply_coupon {
    border: 1px solid #e62d2e;
    padding: 10px 20px;
    background-color: #e62d2e;
    color: #fff;
}
.mainbox_coupon{
    display: flex;
    justify-content: space-between;
}
.mainbox_coupon h2 a{
    font-size: 16px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
}
.mainbox_coupon h2{
    margin-top: 4px;
}
.Update_cart{
    border: 1px solid #e62d2e;
    background-color: #e62d2e;
    padding: 10px;
    margin: 20px;
    width: 18%;
    color: #fff;
    margin-top: 7px;
}
.mainbox_Cart_totals{
    background-color: #e9e9e9;
    height: auto;
    padding-bottom: 30px;
}
.Cart_totals{
    background-color: #ddd;
    padding: 10px; 
}
.cart-subtotal{
    display: flex;
    justify-content: space-between;
    padding: 20px;
}
.totals_shipping{
    display: flex;
    justify-content: space-between;
    padding: 20px;
}
.totals_shipping h2{
    font-size: 16px;
    font-weight: 400;
}
#shipping_method {
    list-style: none;
}
#shipping_method li{
    display: flex;
    gap: 13px;
}
.woocommerce-shipping-destination {
    margin-left: 36px;
}
.shipping-calculator-button{
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    color: #000;
}
.woocommerce-shipping-calculator {
    margin-left: 35px;
}
.order-total{
    display: flex;
    justify-content: space-between;
    padding: 20px;
}

.amount_1{
    font-size: 25px;
    font-weight: 400;
}
.wc-proceed-to-checkout{
    border: 1px solid #e62d2e;
    background-color: #e62d2e;
    padding: 10px;
    width: 100%;
    color: #fff;
}
.Proceed{
    padding: 20px;
}
/* chak */
.Returning{
    border: 1px solid #f2f2f2;
    background-color: #f2f2f2;
    padding: 20px;
    display: flex;
    gap: 8px;
    justify-content: center;
    align-items: center; 
    font-size: 16px;
    font-weight: 400;
    color: #868686;
}
.Returning_sec{
    padding: 30px;
}
.Returning i{
    font-size: 18px;
    color: #868686;
}
.Returning span a{
    font-size: 16px;
    font-weight: 400;
    color: #868686;
    text-decoration: none;
}
.Billing_details_box{
    padding-top: 50px;
}
.Billing_details_box h3{
    font-size: 25px;
    font-weight: 500;
    color: #000;
}
.name_form{
    border: 1px solid #ddd;
    border-width: 0px 0px 1px 0px;
    width: 100%;
}
.Billing_details_form{
    margin-top: 0px;
    border-top: 2px solid #ddd;
}
.First_name_1{
    margin-top: 20px;
}
#Country_form{
    margin-top: 20px;
}
.name_form_address{
    border: 1px solid #ddd;
    border-width: 0px 0px 1px 0px;
    width: 100%;
    margin-top: 30px;
}
#account_check{
    display: block !important;
}
.account_box{
    margin-top: 20px;
}
#Order_notes{
    margin-top: 20px;
}
.checkout_Product_box{
    border: 1px solid #ddd;
  
    margin-top: 65px;
}
.checkout_Product{
    display: flex;
    gap: 10px;
    border: 1px solid #ddd;
    border-width: 0px 0px 1px 0px;
    margin-left: 20px;
    margin-right: 20px;
}
.checkout_img{
    width: 30%;
}
.productcheckout_img{
    width: 100%;
}
.text_check{
    width: 50%; 
    margin-top: 30px;
}
.price_check{
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: end;
}
.Subtotal_box{
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    border: 1px solid #ddd;
    border-width: 0px 0px 1px 0px;
    margin-left: 23px;
    margin-right: 23px;
}
.totals_shipping_1 {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    border: 1px solid #ddd;
    border-width: 0px 0px 1px 0px;
    margin-left: 23px;
    margin-right: 23px;
}
.totals_shipping_1 h2{
    font-size: 16px;
    font-weight: 400;
    margin-top: 10px;
}

@media only screen and (max-width: 600px) {

    .name {
        display: none;
    }

    #Booze {
        display: none;
    }

    .search-box {
        width: 100%;
        padding: 5px 5px;
    }

    .login {
        font-size: 13px;
    }

    .swiper-slide .title {
        font-size: 35px;
        line-height: 38px;

    }

    .swiper-slide .subtitle {
        font-size: 14px;
        text-align: center;
        margin-top: 10px;
    }

    .swiper-slide {
        height: 265px !important;
    }

    .delivery_img {
        margin-right: 0px;
        width: 100%;
        height: 50px;
        margin-bottom: 15px;
    }

    .main_delivery {
        margin-top: 30px !important;
        z-index: 999;
    }

    .delivery_1 p {
        font-size: 18px;
        margin-bottom: 0px;
        text-align: center;
    }

    .delivery_1 {
        height: 110px;
    }

    .main_Clearance {
        padding: 10px;
    }

    .Clearance_box {
        margin: 20px 0px;
    }

    .Clearance_box_1 {
        margin-bottom: 20px;
    }

    .product_box {
        margin: 10px;
        margin-right: 20px;
    }

    .product_box_2 {
        border: none;
    }

    #product_slider {
        margin: 5px !important;
    }

    .swiper-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-bullets.swiper-pagination-horizontal,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: -5px !important;
    }

    .titel_product {
        margin-bottom: 0px;
    }

    .titel_product .product_hr {
        width: 35%;
        color: #000;
    }

    .Italian {
        height: 350px;
    }

    .Italian_contant_box {
        margin-top: 80px;
    }

    .Italian_contant_box h1 {
        font-size: 18px;
        font-weight: 500;
        color: #e62d2e;
        text-transform: uppercase;
        line-height: 23px;
    }

    .col-text {
        margin: 6px 0px;
        font-size: 14px;
    }

    .Italian_contant_box p {
        font-size: 12px;
    }

    .shop_now {
        padding: 7px 23px;
        margin-top: 0px;
    }

    .best_seller {
        margin-top: 0px;
    }

    .KOWine_Club_contant {
        margin-top: 50px;
        padding-top: 0px;
        padding-bottom: 0px;
        height: 350px;
    }

    .img_KOWine_Club {
        width: 100%;
        height: 350px;
    }

    .img-1 {
        width: 70% !important;
    }

    .footer {
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .wpbingo-newsletter.newsletter-default .content-newsletter {
        width: 95%;
    }

    .newletters {
        margin-left: 0px;
        text-align: center;
    }

    .newletters h5 {
        font-size: 30px;
    }

    .footer_box h3 {
        margin-top: 30px;
    }

    .footer_box1 {
        margin-bottom: 0px;
    }

    #Copyright_1 {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .Copyright_img {
        margin-right: 0px;
    }

    #Copyright_2 {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #Copyright p {
        margin-left: 0px;
    }

    #Copyright {
        margin-top: 0px;
        padding-top: 20px;
    }

    #delivery {
        background-color: #e62d2e;
        width: 95%;
        padding: 15px 0px;
    }

    .swiper-button-prev:after,
    .swiper-rtl .swiper-button-next:after {
        content: 'prev';
        font-size: 20px !important;
        font-weight: 600 !important;
        color: #e62d2e !important;

    }

    /* products details */
    .main_details {
        margin-left: 0px;
        margin-right: 0px;
        padding-bottom: 27px;
        margin-bottom: 0px;
    }

    .details_box_1 {
        margin-top: 35px;
        margin-bottom: 10px;
        margin-right: -5px;
    }

    #details_slide {
        height: 150px !important;
        margin-right: 20px !important;
    }

    .detail_box_text {
        margin-top: 0px;
    }

    .breadcrumb a {
        font-size: 16px;
    }

    .breadcrumb {
        align-items: center;
        font-size: 16px !important;
        gap: 8px;
    }

    .detail_box_text h1 {
        font-size: 40px;
        font-weight: 500;
        color: #e62d2e;
        line-height: 40px;
        margin-right: 0px;
        margin-top: 15px;
    }

    .detail_porduct_box1 {
        border: 1px solid #ddd;
        padding: 10px;
        display: flex;
        gap: 0px;
        margin-right: 0px;
        justify-content: center;
        align-items: center;
        margin-top: 30px;
    }

    .detail_cart {
        width: 82%;
    }

    .Buy_Now {
        width: 98%;
    }

    #home-tab-pane {
        margin-top: 20px;
    }

    .footer_box {
        margin-left: 15px;
    }

    /* shop */
    .shop_banner {
        height: 250px;
    }

    .banner_content {
        height: 100%;
        position: absolute;
        top: 31%;
        left: 36%;
    }

    .mainsec-5 {
        margin: 30px 10px;
    }

    .name {
        display: block;
        height: 30px;
    }

    .main-Default-sorting {
        display: flex;
        gap: 30px;
        justify-content: left;
        margin-bottom: 30px;
        margin-left: 8px;
    }

    .grid-icon {
        border: 1px solid #ddd;
        padding: 10px;
        width: 40%;
        gap: 22px;
        display: flex;
    }

    .form-select {
        width: 47% !important;
    }

    .Showing {
        text-align: center;
    }

    .logo_img {
        width: 50%;
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: column;
        gap: 0px;
    }

    /* login */
    .box_login {
        border: 1px solid #ddd;
        padding: 30px 15px;
        margin: 50px 5px;
    }

    .login_box {
        margin-bottom: 20px;
    }

    #login_box_1 {
        padding: 30px 15px;
        margin: 0px 5px;
    }

    .banner_content_login h1 {
        font-size: 35px;
        font-weight: 500;
        color: #fff;
    }

    .banner_content_login {
        height: 100%;
        position: absolute;
        top: 35%;
        left: 26%;
    }
}

@media only screen and (max-width: 1024px) {
    .main_Clearance {
        padding: 20px;
    }

    .KOWine_Club img {
        width: 100%;
    }
    .Italian_contant_box {
        margin-top: 162px;
    }
    .Italian_contant_box h1 {
        font-size: 45px;
    }
    .socil_box {
        width: 25px;
        height: 25px;
    }
    .socil_box i{
        font-size: 12px;
    }
    .elementor-widget-wrap {
        position: relative;
        width: 92%;
        flex-wrap: wrap;
        align-content: flex-start;
    }
    .newletters {
        margin-left: 30px;
    }
    .banner_content_login {
        height: 100%;
        position: absolute;
        top: 42%;
        left: 32%;
    }
    .box_login {
        border: 1px solid #ddd;
        padding: 40px;
        margin: 50px 0px;
    }
    #login_box_1 {
        padding: 68px 40px;
    }
    .detail_box_text h1 {
        font-size: 36px;
        font-weight: 500;
        color: #e62d2e;
        line-height: 34px;
        margin-right: 0px;
        margin-top: 15px;
    }
    .detail_porduct_box1{
        display: none;
    }
    .banner_content {
        height: 100%;
        position: absolute;
        top: 35%;
        left: 43%;
    }
    .grid-icon {
        width: 50%;
    }
    .form-select {
        width: 46% !important;
    }
    .bwp-filter ul li>span{
        margin-right: 7px !important;
    }
    .card-title-1 {
        font-size: 10px;
    }
}

a{
    text-decoration: none;
}
/* .Place_order_box button{
    background-color: rgb(91, 224, 50);
    color: black;
    border-radius: 5px;
    border: none;
} */

.contant_box span{
    color:black;
}
.product_box_2 h3{
    font-size: 15px;
    color: black;
}





/* Example CSS for responsiveness */
@media (max-width: 767px) {
    .product_box {
      margin-bottom: 20px;
    }
    .product_img_box {
      width: 100%;
    }
  }
  
  @media (max-width: 479px) {
    .product_box {
      padding: 10px;
    }
    .product_btn {
      text-align: center;
    }
  }
  


  .product_img_box {
    display: flex;
    justify-content: center; /* Centers the image horizontally */
    align-items: center;     /* Centers the image vertically */
    height: 200px;   
    
    padding-bottom: 20px;      /* Set a height for the container if needed */
  }
  
  .img-product {
    min-width:  100%;         /* Make sure the image fits within the container */
    min-height: 100%;        /* Ensures image doesn't overflow */
    object-fit: contain; 
         /* Ensures the image maintains aspect ratio */
  }
  .product_btn {
    margin-top: 20px; /* Adds 20px space between the button and the content above */
  }
  

  .cart-count {
    position: absolute;
    top:-3px;
    left: 15px;
    background-color: rgb(229, 54, 54);
    color: rgb(255, 255, 255);
    border-radius:50%;
    /* padding:2px; */
    height:15px;
    width:15px;
    font-size:10px;
    text-align: center;

  }
  .wishlist-count {
    position: absolute;
    top:-3px;
    left: 10px;
    background-color: rgb(229, 54, 54);
    color: rgb(255, 255, 255);
    border-radius:50%;
    /* padding:2px; */
    height:15px;
    width:15px;
    font-size:10px;
    text-align: center;

  }

  .myaccount{

    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-align: center;
    padding-top: 100px;
    /* padding-bottom: 80px; */
    /* background: url('../img/lemon-liqueur-bottle-glass-yellow-background_214618-1492.avif'); */
    background-position: center;
    height: 300px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;

  }
  .myaccount h1{
    font-size: 45px;
  }
.myaccount a{
    color: black;
}
.myaccount a :hover{
    color: black;
}
.myprofile{
    display: flex;
    padding-top: 50px;
    padding-bottom: 100px;
    padding-left: 30px;

}
.toggle_tab button {
    font-size:15px;
    /* border: 1px solid black; */
     padding-top: 10px;
    padding-left: 5px;
    padding-right:100px;
     /* padding-bottom: 10px;  */
    /* height: 30px; */
    width: 250px;
    color: #e3d1d1;
    background-color: black;
    display: flex;
    border-radius: 3px;
    
}
.toggle_tab button i{
    padding-right:7px;
    float: left;
    padding-top:4px;
   
}


.profile_form input{
    border: 1px solid rgba(118, 70, 70,0.35);
    width:300px;
    height: 40px;
    padding: 10px;
    border-radius:5px;
}
.profile_form button{
    margin-top:15px;
    padding-right: 18px;
    padding-left: 18px;
    padding-top: 10px;
    padding-bottom:10px;
    border-radius:30px;
    border: none;
    background-color: rgb(36, 41, 112);
    color: white;
    font-size: 15px;
}

  
  .toggle_show2 h3{
    font-size: 15px;
    padding: 10px;
    /* border: 1px solid rgba(99, 96, 96,0.45) ; */
    height:350px;
    border-radius: 5px;
    width:75%
  }
  .change_password{
    padding-left: 400px;
  }
  .toggle_hide{
    display: none;
  }
  .toggle_show{
    display: block;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-align: center;
    padding-top: 100px;
   
    /* background: url('../img/lemon-liqueur-bottle-glass-yellow-background_214618-1492.avif'); */
    background-color: rgb(237, 230, 230);
    background-position: center;
    height: 300px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .toggle_show1{
    display: block;
    background-color: #f2f2f2;
    margin-left:50px;
    padding:20px;
    border-radius: 5px;
  }
  .toggle_show2{
    border: 1px solid rgba(99, 96, 96,0.45);
    margin-left:50px;
    height:350px;
    border-radius: 5px;
    width:70%
  }
  .toggle_show3{
    display: block;
    background-color: #f2f2f2;
    margin-left:50px;
    padding:20px;
    border-radius: 5px;
  }
  .change_password_form input{
          border: 1px solid black;
          padding: 5px;
  }
  .changepassword1{
    display: flex;
  }
  .fname_lname {
    display: flex;
   
  }
   .lname{
         margin-left: 50px;
   }
   

   .profile_form2 input{
    border: 1px solid rgba(118, 70, 70,0.35);
    width:300px;
    height: 40px;
    padding: 10px;
    border-radius:5px;
}

.profile_form2 button{
    margin-top:15px;
    padding-right: 18px;
    padding-left: 18px;
    padding-top: 11px;
    padding-bottom: 11px;
    border-radius:30px;
    border: none;
    background-color: rgb(36, 41, 112);
    color: white;
    font-size: 15px;
   }
   .lname2{
    margin-left: 50px;
}
.fname_lname2{
    display: flex;
}

.toggle_tab button {
    padding: 10px 15px;
    margin: 5px;
    border: none;
    background: #f0f0f0;
    color: black;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
  }
  .toggle_tab .active {
    background: black;
    color: white;
  }

  /* Keep original styles as they are */

/* RESPONSIVE DESIGN */
@media (max-width: 1024px) { /* Tablet */
    .myaccount {
        padding: 40px 15px;
        height: 220px;
    }
    
    .myprofile {
        flex-direction: column;
        align-items: center;
        padding: 20px;
    }

    .toggle_tab {
        display: flex;
    }

    /* .toggle_tab button {
        width: 100%;
        max-width: 250px;
    } */

    .profile_form, .profile_form2, .change_password {
        width: 100%;
        max-width: 90%;
        padding: 0 20px;
    }

    .order_history {
        width: 95%;
        margin: 20px auto;
    }

    .toggle_show1{
        display: block;
        background-color: #f2f2f2;
        margin-left:0px;
        padding:50px;
        border-radius: 5px;
    }
    .toggle_show2{
        display: block;
        background-color: #f2f2f2;
        margin-left:0px;
        padding:0px;
        border-radius: 5px;
        width:82%
    }
    .toggle_show3{
        display: block;
        background-color: #f2f2f2;
        margin-left:0px;
        padding:50px;
        border-radius: 5px;
    }

    .toggle_tab button {
        font-size:15px;
        /* border: 1px solid black; */
         padding-top: 10px;
        padding-left: 5px;
        /* padding-right:100px; */
         /* padding-bottom: 10px;  */
        /* height: 30px; */
        width: 190px;
        color: black;
        /* background-color: black; */
        display: flex;
        border-radius: 3px;
        
    }
}

@media (max-width: 768px) { /* Mobile */
    .myaccount {
        padding: 30px 10px;
        height: 200px;
    }
    .swiper-slide .title {
        font-size: 22px;
        line-height: 38px;

    }
   
    
    .profile_form, .profile_form2, .change_password {
        padding: 10px;
        width: 100%;
        max-width: 100%;
    }

    .order_history {
        width: 100%;
        margin: 10px auto;
        padding: 10px;
    }

    .fname_lname, .fname_lname2 {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .lname, .lname2 {
        margin-left: 0;
    }

    .fname_lname button, .fname_lname2 button {
        width: 100%;
        max-width: 200px;
    }
    .toggle_show1{
        display: block;
        background-color: #f2f2f2;
        margin-left:0px;
        padding:40px;
        border-radius: 5px;
    }
    .toggle_show2{
        display: block;
        background-color: #f2f2f2;
        margin-left:0px;
        padding:0px;
        border-radius: 5px;
    }
    .toggle_show3{
        display: block;
        background-color: #f2f2f2;
        margin-left:0px;
        padding:40px;
        border-radius: 5px;
    }

    .toggle_tab{
        display: flex;
    }

    .toggle_tab button {
        font-size:12px;
        /* border: 1px solid black; */
         padding-top: 10px;
        padding-left: 5px;
        /* padding-right:100px; */
         /* padding-bottom: 10px;  */
        /* height: 30px; */
        width: 90px;
        color: black;
        /* background-color: black; */
        display: flex;
        border-radius: 3px;
        
    }
    .search-box {
        font-size: 12px;
        padding: 0px 15px;
        border: 1px solid #838181;
        width: 100%;
        transition: .2s;
        display: flex;
        align-items: center;
        gap: 10px;
        margin-top: 6px;
        border-radius: 6px;
    }
    
}



.Place_order_box{
padding-top: 30px;
}
.Place_order {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 27px;
    background-color: #0d4a88;
    border: none;
    color: white;
}

.Place_order:disabled {
    background-color: #aaaaaa;
    color: #ffffff;
    cursor: no-drop;
}



.order-submission{
    height:400px;
    /* border: 1px solid red; */
    align-items: center;
    text-align: center;
    position:relative;
    margin-left:17%;
    margin-right: 17%;
    width: 66%;
    margin-top:50px;
    margin-bottom: 50px;
    background-color: #f1efef;
    box-shadow: 4px 4px 4px 4px rgb(181, 176, 176);
    
}
.order-submission h4{
    padding-top: 100px;
}
.order-submission h1{
    padding-top: 40px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 45px;
}
.order-submission h3{
    padding-top: 20px;
    font-size: 25px;

}
