input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

input[type=number] {
    -moz-appearance: textfield;
}

.footer-middle-block-link-left p {
    font-size: 0.7rem;
    color: #fff;
    padding-bottom: 4px;
}

.testomonial-read-more-btn {
    padding: 8px 16px;
    display: inline-block;
    font-size: 1rem;
    text-align: center;
    color: #f00;
    border: 1px solid #f00;
    border-radius: 3px;
}

.home-slider .owl-theme .owl-dots .owl-dot.active span {
    background-color: #f00;
}

/*padding: 0px 3rem;*/
.search-inner-flex-div input {
    width: 100%;
    font-weight: 600;
    font-family: 'MuliRegular','Helvetica Neue',Helvetica,Arial,sans-serif !important;
    height: 2.3rem;
    line-height: 3.2rem;
    font-size: 0.8rem;
    color: rgb(51, 54, 62);
    position: relative;
    background: linear-gradient(white, white) padding-box padding-box, linear-gradient(to right, #f00, #f00) border-box border-box;
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 0px 1.7rem;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #f00 !important;
}


.wishlist-counter,
.takestocart-counter {
    font-family: 'Poppins', sans-serif;
    width: 14px;
    height: 14px;
    background: #ffffff;
    font-size: 0.6rem;
    color: #f20000;
    border-radius: 50%;
    position: absolute;
    bottom: 6px;
    line-height: 14px;
    text-align: center;
    right: -8px;
}

.login-to-continue {
    position: relative;
    outline: none;
    cursor: pointer;
    height: 40px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    width: 100%;
    border-radius: 5px;
    box-sizing: border-box;
    margin: 5px 0;
    font-size: 0.9rem;
    color: #ffffff;
    /*background: linear-gradient(to right, rgba(51, 194, 226, 0.28), #f00) !important;*/
    background: linear-gradient(to right, #c892a9, #b3748f);
    border: none;
    font-family: 'MuliSemiBold';
}

.blue-button {
    position: relative;
    outline: none;
    cursor: pointer;
    height: 40px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    width: 100%;
    border-radius: 5px;
    box-sizing: border-box;
    margin: 5px 0;
    font-size: 0.9rem;
    color: #ffffff;
    /*background: linear-gradient(to right, rgba(51, 194, 226, 0.28), #f00) !important;*/
    background: linear-gradient(to right, #f00, #f00) !important;
    border: none;
    /* font-family: 'MuliSemiBold'; */
}
.wishlist-prod-btn button {
    font-family: 'MuliBold';
    position: relative;
    outline: none;
    cursor: pointer;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 0.9rem;
    color: rgb(255, 255, 255);
    background: linear-gradient(to right, #f00, #f00) !important;
    border: none;
    width: 176px;
    height: 36px;
    margin: 0px auto;
}




.login_section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}
.login_img img.img-fluid {
width: auto;
height: 94vh;
}
.login_img {
    width: 48%;
    text-align: left;
}
.login_details {
    width: 48%;
}
.login-page-wrapper {
  max-width: 60%;
}
.login-title, .wishlist-title {
    font-weight: 600;
}
.login_section .input-heading {
    color: #231535;
    font-family: inherit !important;
    font-size: 13px;
    margin: 5px 0;
    font-weight: 600;
}
.login_section .password-show {
    font-weight: 600;
}
.login_section .forget-password-box-left a, .login_section .forget-password-box-right a {
    font-weight: 600;
}
.login_section .error_field {
    font-weight: 500;
    font-size: 10px;
    position: absolute;
}
.login-input-wrapper input {
    font-weight: 600;
    font-size: 14px !important;
    font-family: inherit !important;
}
.login_section span.password-hide {
    font-weight: 600;
}


.login-to-continue {
    position: relative;
    outline: none;
    cursor: pointer;
    line-height: 41px;
    height: 42px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    width: 100%;
    border-radius: 8px;
    box-sizing: border-box;
    margin: 6px 0;
    font-size: 15px;
    color: #ffffff;
    background: linear-gradient(to right, #f00, #f00) !important;
    border: none;
}



#footer_top_btn {
    display: inline-block;
    background-color: #ffffff;
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 47px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    box-shadow: 0px 0px 6px rgb(0 0 0 / 25%);
  }
  #footer_top_btn::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 15px;
    line-height: 38px;
    color: #F20000;
  }
  #footer_top_btn:hover {
    cursor: pointer;
    background-color: #333;
  }
  #footer_top_btn:active {
    background-color: #555;
  }
  #footer_top_btn.show {
    opacity: 1;
    visibility: visible;
  }

  .radio_btn_box {
    display: flex;
    margin-bottom: 12px;
}
  .modal-content-mini.Confirm_Order_popup .form_field_sec{
    margin-bottom: 16px;
}
.modal-content-mini.Confirm_Order_popup {
    padding: 16px 20px 15px !important;
}
.modal-content-mini.Confirm_Order_popup .form_field_sec:last-child{
    margin-bottom: 0px;
}
  .modal-content-mini.Confirm_Order_popup input, .modal-content-mini.Confirm_Order_popup textarea {
    font-size: 13px !important;
    font-weight: 600;
    width: 100%;
    font-family: inherit;
}
.modal-content-mini.Confirm_Order_popup .confirm-errors {
    color: red;
    font-size: 11px;
    font-weight: 600;
    border: 0px solid #cfcaca;
    border-radius: 8px;
    padding: 0px;
    display: block;
    margin-top: 5px;
}


.modal-content-mini.Confirm_Order_popup textarea {
    color: #33363e;
    border: 1px solid #cfcaca;
    border-radius: 8px;
    padding: 8px 12px;
}

.modal-content-mini.Confirm_Order_popup h6.modal-heading.wishlist_header {
    font-size: 18px;
    font-weight: 700;
    margin: 2px 10px 20px;
}
  
div#placedOrderEmailForm input {
    height: 40px;
    font-weight: 400;
}
div#placedOrderEmailForm .form_field_sec {
    margin-bottom: 0px;
    width: 48%;
    height: 52px;
}

div#placedOrderEmailForm .modal-content-mini.Confirm_Order_popup {
    width: 50% !important;
}


.placedOrderEmailForm_list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}


div#placedOrderEmailForm .form_field_sec textarea {
    font-weight: 400;
    height: 40px;
}
.shope_heading_new {
    text-align: center;
    padding: 40px 0px 0px;
}
.shope_heading_new h3 {
    font-weight: 600;
    font-size: 32px;
    line-height: 54px;
    color: #1B1B1B;
}


.swiper-wrapper .swiper-slide {
    background-repeat: no-repeat;
    background-size: cover;
    height: 610px;
    background-position: top;
    width: 100% !important;
}
.slide-text {
    display: flex;
    align-items: center;
    height: 600px;
    margin-left: 6%;
}

.Collections_sec{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 28px 30px 0px;
}
.add_banner{
    padding: 28px 30px 0px;
}

.testimonials {
    padding: 0px 30px 30px;
}
.testimonials .item .profile a img{
  border-radius: 22px;
    height: auto;
    object-fit: contain;
}

.testimonials .item .profile{
    position: relative;
}

.client_logo {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    text-align: center;
    padding: 20px 0px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 0px 0px 22px 22px;
    display: block;
}
.client_logo img.img-fluid.lazy {
    width: 100px !important;
    height: 100px !important;
    margin: 0px auto;
}
.testimonials .owl-dots button.owl-dot.active span {
    background: #FF6D6D;
}
.testimonials .owl-dots button.owl-dot span {
    background: #3E3E3E;
}


.similar_product_Sec .owl-dots button.owl-dot.active span {
    background: #FF6D6D;
}
.similar_product_Sec .owl-dots button.owl-dot span {
    background: #3E3E3E;
}

.similar_product_Sec{
    padding: 0px 80px;
    position: relative;
}
.similar_product_Sec .item .profile a img {
    border-radius: 10px 10px 0px 0px;
    height: 350px;
    object-fit: cover;
    width: 100%;
}

.similar_product_Sec .item .profile{
    position: relative;
    border-radius: 10px;
    background: #F9F9FA;
    border: 1px solid #e9e9e9;
}
section.Category-section {
    padding-bottom: 25px;
}
.Category_product_Sec .owl-dots button.owl-dot.active span {
    background: #FF6D6D;
}
.Category_product_Sec .owl-dots button.owl-dot span {
    background: #3E3E3E;
}

.Category_product_Sec{
    padding: 0px 80px;
    position: relative;
}
.Category_product_Sec .item .profile a img {
    width: 185px !important;
    height: 185px;
    border-radius: 100%;
    object-fit: cover;
    margin: 0px auto;
    border: 5px solid #f40000;
    padding: 4px;
}

.Category_product_Sec .item .profile .cat_name {
    text-align: center;
    font-size: 18px;
    margin-top: 12px;
    font-weight: 500;
}


.container111{
    padding: 30px 0px 0px;
}
.Category_product_Sec .item .profile{
    position: relative;
    border-radius: 10px;
    background: #ffffff;
    border: 0px solid #e9e9e9;
}



.similar_product_Sec .item .profile .product_details {
    padding: 9px 20px;
}
.similar_product_Sec .item .profile .product_details p {
    font-size: 14px;
    margin-bottom: 5px;
}
.similar_product_Sec .item .profile .product_details h3 {
    font-size: 16px;
    font-weight: 600;
}

.home-slider .item {
    position: relative;
}

.breadCum ul li.disactive a {
    color: red;
    font-weight: 700;
}
.breadCum ul li.disactive a::after {
    content: none !important;
}

.pagination_box .pagination a {
    margin: 0px 2px !important;
}

section.product-details-mian.product_details_sec {
    background: white;
    padding: 35px 30px 0px;
}
section.product-details-mian.product_details_sec .product-detail-inner {
    background: white;
}

section.advantage.free_delivery_sec .advantage-container {
    padding: 0px 100px;
}

section.advantage.free_delivery_sec .advantage-container-main {
    padding: 20px 100px;
}

.product_details_cart_btn {
    display: flex;
    align-items: center;
    margin: 12px 0px;
}

.product_details_cart_btn .Wishlist button {
    background: white;
    padding: 12px 30px;
    margin-right: 20px;
    border-radius: 10px;
    border: 2px solid red;
    color: red;
    font-size: 15px;
    font-weight: 500;
    font-family: inherit;
    cursor: pointer;
}
.product_details_cart_btn .Wishlist button:hover{
    background: red;
    color: white;
}
.product_details_cart_btn .Cart button {
    background: red;
    padding: 12px 30px;
    border-radius: 10px;
    border: 2px solid red;
    color: white;
    font-size: 15px;
    font-weight: 500;
    font-family: inherit;
    cursor: pointer;
}


section.testimonials .testi .owl-nav .owl-next, section.testimonials .testi .owl-nav .owl-prev{
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    position: absolute;
    top: 40%;
    border-radius: 50px !important;
    font-size: 14px !important;
    color: #f00 !important;
    background: #f4c3c3 !important;
    text-align: center;
}


section.testimonials .testi .owl-nav .owl-next:hover, section.testimonials .testi .owl-nav .owl-prev:hover{
    color: white !important;
   background: red !important;  
}


section.testimonials .testi .owl-nav .owl-prev{
    left: 0px;
}
section.testimonials .testi .owl-nav .owl-next{
    right: 0px;
}


.similar_product_Sec .owl-carousel .owl-next, .similar_product_Sec .owl-carousel .owl-prev {
    width: 35px;
    height: 35px;
    line-height: 50px;
    border-radius: 50%;
    position: absolute;
    top: 40%;
    border-radius: 50px !important;
    font-size: 14px !important;
    color: #f00 !important;
    border: 1px solid #f00 !important;
    text-align: center;
}

.similar_product_Sec .owl-carousel .owl-next:hover, .similar_product_Sec .owl-carousel .owl-prev:hover{
    color: white !important;
   background: red !important;
}
.similar_product_Sec .owl-carousel .owl-prev {
    left: -55px;
}
.similar_product_Sec .owl-carousel .owl-next {
    right: -55px;
}





.Category_product_Sec .owl-carousel .owl-next, .Category_product_Sec .owl-carousel .owl-prev {
    width: 35px;
    height: 35px;
    line-height: 50px;
    border-radius: 50%;
    position: absolute;
    top: 40%;
    border-radius: 50px !important;
    font-size: 14px !important;
    color: #f00 !important;
    border: 1px solid #f00 !important;
    text-align: center;
}

.Category_product_Sec .owl-carousel .owl-next:hover, .Category_product_Sec .owl-carousel .owl-prev:hover{
    color: white !important;
   background: red !important;
}
.Category_product_Sec .owl-carousel .owl-prev {
    left: -55px;
}
.Category_product_Sec .owl-carousel .owl-next {
    right: -55px;
}

.cart-body-inner.empty_box {
    justify-content: center;
}
.cart-body-inner.empty_box .empty_section {
    margin-top: 50px;
}
.cart-body-inner.empty_box .empty_section .emty_text p {
    font-size: 20px;
    line-height: 26px;
    color: #3E3E3E;
    text-align: left;
    font-weight: 600;
}
.cart-body-inner.empty_box .empty_section .emty_text  {
    margin-top: 35px;
}
.cart-body-inner.empty_box .empty_section .img_sec {
    text-align: center;
}
.cart-body-inner.empty_box .empty_section .img_sec img.img-fluid.lazy {
    width: 225px;
}
.cart-body-inner.empty_box .empty_section .emty_text .exp_now {
    text-align: center;
    margin: 22px 0px 40px;
}
.cart-body-inner.empty_box .empty_section .emty_text .exp_now button.Explore_Now {
    background: #FF4343;
    border-radius: 10px;
    padding: 12px 35px;
    font-weight: 400;
    font-size: 16px;
    color: white;
    cursor: pointer;
}
section.cart-body_sec {
    padding: 40px 30px;
}
section.cart-body_sec .your_cart_data {
    display: flex;
    justify-content: space-between;
}
.cart_product .product_box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.cart_product .product_box .img{
    width: 25%;
    /* height: 500px; */
    margin-right: 20px;
}

.cart_product {
    /* border-top: 1px solid #d2d2d2; */
    border-bottom: 1px solid #d2d2d2;
    padding: 22px 0px;
}

.cart_product .product_box .img img{
    width: 100%;
    height: 224px;
    object-fit: cover;
    border-radius: 10px;
}
.cart_product .product_box .heading{
width: 80%;
}
.cart_product .product_box .heading h3 {
    font-size: 25px;
    color: red;
    font-weight: 500;
    margin-bottom: 12px;
}

.cart_product .product_box .heading .product_details_top, .cart_product .product_box .heading .wishlist_sec{
    display: flex;
    justify-content: space-between;
}


.cart_product .product_box .heading table.table.table-borderless {
    width: 100%;
}
.cart_product .product_box .heading table.table.table-borderless tbody tr td {
    font-size: 13px;
    color: #474747;
}
.cart_product .product_box .heading .price_Sec h3 {
    margin: 20px 0px 0px;
    color: #1b1b1b;
    font-weight: 600;
    font-size: 22px;
}
.cart_product .product_box .heading .price_Sec h3 i {
    margin-right: 2px;
}
.cart_product .product_box .heading .price_Sec h3 del {
    color: #9c9c9c;
    margin-left: 20px;
    font-size: 18px;
}
.cart_product .product_box .heading .price_Sec h3 del i{
    margin-right: -4px;
}



section.cart-body_sec .your_cart_data .left_cart_sec {
    width: 65%;
}




section.cart-body_sec .your_cart_data .right_cart_sec {
    width: 30%;
    background: #ffebeb;
    padding: 25px 30px;
    border-radius: 10px;
}
section.cart-body_sec .your_cart_data .right_cart_sec .order_summary .heading h3 {
    font-size: 24px;
    font-weight: 600;
    color: black;
    margin-bottom: 10px;
}

section.cart-body_sec .your_cart_data .right_cart_sec .order_summary .coupone_code {
    display: flex;
    align-items: center;
}

.cart_product .product_box .heading .wishlist_sec .rigt_sec ul li{
    display: inline-block;
    margin-left: 20px;
}

.cart_product .product_box .heading .wishlist_sec .rigt_sec ul li a{
    color: #ff1616;
}
.cart_product .product_box .heading .product_details_top .product_details {
    width: 50%;
}

div#placedOrderEmailForm .modal-content-mini.Confirm_Order_popup button#poMailConformation {
    width: auto;
    padding: 0px 38px;
    margin: 0px auto;
    display: block;
}
.cart_product .product_box .heading .product_details_top .product_increment_box div button {
    background: #ffebeb;
    font-size: 16px;
    line-height: 40px;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50px;
    cursor: pointer;
}

div#placedOrderEmailForm .form_field_sec.textarea_field_box {
    width: 100%;
}


.cart_product .product_box .heading .product_details_top .product_increment_box div input {
    border: none !important;
    text-align: center;
    width: 48px !important;
    font-size: 18px !important;
    font-family: inherit;
}

section.cart-body_sec .your_cart_data .right_cart_sec .order_summary .coupone_code .coupone_field {
    width: 75%;
    margin-right: 15px;
}
section.cart-body_sec .your_cart_data .right_cart_sec .order_summary .coupone_code .coupone_field input.form-control {
    background: none !important;
    border: 1px solid #5d5d5d !important;
    color: black;
    font-size: 16px !important;
}
section.cart-body_sec .your_cart_data .right_cart_sec .order_summary .coupone_code .apply button.apply_btn {
    background: red;
    height: 44px;
    color: white;
    border-radius: 5px;
    padding: 10px 35px;
    font-size: 16px;
    cursor: pointer;
}

section.cart-body_sec .your_cart_data .right_cart_sec .order_summary1 {
    margin-top: 10px;
}

section.cart-body_sec .your_cart_data .right_cart_sec .order_summary1 h4 {
    font-size: 20px;
    font-weight: 600;
    color: black;
    margin-bottom: 15px;
}
section.cart-body_sec .your_cart_data .right_cart_sec .order_summary1 table.table.table-borderless {
    width: 100%;
}
section.cart-body_sec .your_cart_data .right_cart_sec .order_summary1 table.table.table-borderless tr td {
    font-size: 15px;
    padding-bottom: 16px;
}

section.cart-body_sec .your_cart_data .right_cart_sec .order_summary1 table.table.table-borderless tr th {
    font-size: 18px;
    padding-bottom: 0px;
    text-align: left;
}
section.cart-body_sec .your_cart_data .right_cart_sec .order_summary1 table.table.table-borderless tr td.text-right {
    text-align: right;
}

section.cart-body_sec .your_cart_data .right_cart_sec .order_summary1 table.table.table-borderless tr th.text-right {
    text-align: right;
}
section.cart-body_sec .your_cart_data .right_cart_sec .order_summary1 table.table.table-borderless tr td.text-right i {
    font-size: 14px;
    margin-left: 3px;
}
section.cart-body_sec .your_cart_data .right_cart_sec .process_cart_btn {
    margin-top: 30px;
}
section.cart-body_sec .your_cart_data .right_cart_sec .process_cart_btn button.shopping {
    background: none;
    border: 1px solid red;
    height: 42px;
    padding: 8px 15px;
    border-radius: 10px;
    color: red;
    font-size: 15px;
    cursor: pointer;
    width: 49%;
}
section.cart-body_sec .your_cart_data .right_cart_sec .process_cart_btn button.checkout {
    background: red;
    height: 42px;
    padding: 8px 15px;
    border-radius: 10px;
    color: white;
    font-size: 15px;
    cursor: pointer;
    width: 49%;
}

div#open_existing_product_popup .modal-content-mini.Confirm_Order_popup form div#existing_product_list .row .cart-product .cart-product-left .cart-product-descrip {
    justify-content: center;
}
div#open_existing_product_popup .modal-content-mini.Confirm_Order_popup form div#existing_product_list::-webkit-scrollbar
{
	width: 5px;
	background-color: #cdcdcd;
}

div#open_existing_product_popup .modal-content-mini.Confirm_Order_popup form div#existing_product_list {
    margin-bottom: 10px;
}

div#open_existing_product_popup .modal-content-mini.Confirm_Order_popup form div#existing_product_list::-webkit-scrollbar-thumb
{
	background-color: red;
	border: 2px solid red;
}

div#open_existing_product_popup .modal-content-mini.Confirm_Order_popup button#add_to_catlog_products {
    margin: 0px auto;
    display: block;
    width: auto;
    padding: 0px 32px;
}

div#open_existing_product_popup .modal-content-mini.Confirm_Order_popup form div#existing_product_list .row .cart-product .cart-product-left input {
    height: 15px !important;
    position: absolute;
    left: 85%;
    top: 45%;
    z-index: 1;
    cursor: pointer;
    width: auto;
}

div#open_existing_product_popup .modal-content-mini.Confirm_Order_popup form div#existing_product_list .row .cart-product {
    width: 100%;
    margin: 0px 10px 10px 0px;
    position: relative;
    padding: 0px 0px 0px 12px;
}
div#open_existing_product_popup .modal-content-mini.Confirm_Order_popup form div#existing_product_list .row .cart-product .cart-product-img-div {
    border-radius: 5px;
    border: solid 0px #e9e9e9;
}
div#open_existing_product_popup .modal-content-mini.Confirm_Order_popup form div#existing_product_list .row .cart-product .cart-product-img-div a img {
    border-radius: 5px;
    height: 115px;
}


@media only screen and (max-width: 1079.9px) {
    div#placedOrderEmailForm .form_field_sec {
        margin-bottom: 0px;
        width: 46%;
        height: 52px;
    }
}

@media only screen and (max-width: 1024.9px) {

    .cart_confirm_popup {
        height: 100%;
        max-height: 490px;
        overflow: auto;
        padding-right: 15px;
    }

    /* width */
    .cart_confirm_popup::-webkit-scrollbar {
    width: 6px;
  }
  
  /* Track */
  .cart_confirm_popup::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
  }
   
  /* Handle */
  .cart_confirm_popup::-webkit-scrollbar-thumb {
    background: red; 
    border-radius: 10px;
  }
  
  /* Handle on hover */
  .cart_confirm_popup::-webkit-scrollbar-thumb:hover {
    background: #b30000; 
  }
    
    div#open_existing_product_popup .modal-content-mini.Confirm_Order_popup form div#existing_product_list .row .cart-product .cart-product-left input {
        left: 113%;
    }
    div#open_existing_product_popup .modal-content-mini.Confirm_Order_popup form div#existing_product_list .row .cart-product .cart-product-img-div a img {
        width: 80px;
        border-radius: 5px;
        height: 77px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    div#open_existing_product_popup .modal-content-mini.Confirm_Order_popup form div#existing_product_list .row .cart-product .cart-product-img-div {
        border-radius: 5px;
        border: solid 0px #e9e9e9;
        height: auto;
        margin-bottom: 0px;
        max-width: 80px !important;
        min-width: 80px !important;
    }



.testimonials .item .profile a img {
    border-radius: 22px;
    height: auto;
    object-fit: contain;
}
}


@media only screen and (max-width: 980px) {
    .cart_confirm_popup {
        height: 100%;
        max-height: 365px;
        overflow: auto;
        padding-right: 15px;
    }

    div#open_existing_product_popup .modal-content-mini.Confirm_Order_popup form div#existing_product_list .row .cart-product .cart-product-left input {
        left: 86%;
    }
    div#open_existing_product_popup .modal-content-mini.Confirm_Order_popup form div#existing_product_list .row .cart-product .cart-product-img-div a img {
        border-radius: 5px;
        height: 90px;
        margin-top: 10px;
    }
    div#open_existing_product_popup .modal-content-mini.Confirm_Order_popup form div#existing_product_list .row .cart-product .cart-product-img-div {
        border-radius: 5px;
        border: solid 0px #e9e9e9;
        height: auto;
        margin-bottom: 0px;
    }

   
    li.moble-show-menu.user-account-mobile .user-buton {
    padding: 10px 20px 10px;
}
    .modal-content-mini.Confirm_Order_popup .confirm-errors {
        color: red;
        font-size: 10px;
    }
    li.moble-show-menu.user-account-mobile .after-login .loging-mobile-left {
        padding: 20px 0px 10px;
    }
    section.wishlist-section .cart-product-righ-inner {
        flex-direction: row;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        justify-content: center;
    }
    section.wishlist-section .cart-product-righ-inner button.blue-button {
        width: auto;
        padding: 10px 22px;
        margin: 5px 5px;
        font-family: 'Poppins', sans-serif !important;
    }
    .loging-mobile-right a#logout-mobile {
        padding: 0px !important;
    }
    section.cart-body .cart-product-righ-inner {
        flex-direction: row;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        justify-content: center;
    } 

    section.cart-body .checkout-buton{
        justify-content: center;
    }

    section.cart-body .checkout-buton .blue-button{
        width: auto;
        padding: 10px 22px;
        margin: 5px 5px;
        font-family: 'Poppins', sans-serif !important;
    }


    section.cart-body .cart-product-righ-inner button.blue-button {
        width: auto;
        padding: 10px 22px;
        margin: 5px 5px;
        font-family: 'Poppins', sans-serif !important;
    }




    .submenu-section-one .submenu-section-one-list li a h4{
        font-size: 0.8rem;
    }
    section.advantage.free_delivery_sec .advantage-container-main {
        padding: 20px 0px;
    }

    .testimonials .item .profile a img {
        border-radius: 22px;
        height: auto;
        object-fit: contain;
    }

    .add_banner {
        padding: 28px 15px 0px;
    }
    .testimonials {
        padding: 0px 15px 25px;
    }
    .shope_heading_new img.img-fluid {
        width: 230px;
        margin: 0px auto;
    }

    .banner_text {
        position: absolute;
        bottom: 0px;
        left: 0px;
        right: 0rem;
        text-align: center;
        background: rgba(27, 27, 27, 0.8);
        border-radius: 0px 0px 20px 20px;
        /* padding: 18px 0px; */
    }

}



@media only screen and (max-width: 767.9px) {

    div#open_existing_product_popup .modal-content-mini.Confirm_Order_popup form div#existing_product_list .row .cart-product .cart-product-left input {
        left: 86%;
    }
    div#open_existing_product_popup .modal-content-mini.Confirm_Order_popup form div#existing_product_list .row .cart-product .cart-product-img-div a img {
        border-radius: 5px;
        height: 90px;
        margin-top: 10px;
    }
    div#open_existing_product_popup .modal-content-mini.Confirm_Order_popup form div#existing_product_list .row .cart-product .cart-product-img-div {
        border-radius: 5px;
        border: solid 0px #e9e9e9;
        height: auto;
        margin-bottom: 0px;
    }


    div#placedOrderEmailForm {
        overflow: auto;
    }

    div#placedOrderEmailForm .form_field_sec {
        margin-bottom: 0px;
        width: 100%;
        height: 52px;
    }
    section.advantage.free_delivery_sec .advantage-container {
        padding: 0px 45px;
    }
    section.advantage.free_delivery_sec .advantage-container-main {
        padding: 20px 0px;
    }

    .login_section {
        display: block;
        height: 325px;
        object-fit: cover;
    }
    .login_img {
        width: 100%;
        display: none;
    }
    .login_img img.img-fluid {
        width: 100%;
        height: auto;
    }
    .login_details {
        width: 100%;
    }
}


@media only screen and (max-width: 555.9px) {

    div#open_existing_product_popup .modal-content-mini.Confirm_Order_popup form div#existing_product_list .row .cart-product .cart-product-left input {
        left: 86%;
    }
    div#open_existing_product_popup .modal-content-mini.Confirm_Order_popup form div#existing_product_list .row .cart-product .cart-product-img-div a img {
        border-radius: 5px;
        height: 90px;
        margin-top: 10px;
    }
    div#open_existing_product_popup .modal-content-mini.Confirm_Order_popup form div#existing_product_list .row .cart-product .cart-product-img-div {
        border-radius: 5px;
        border: solid 0px #e9e9e9;
        height: auto;
        margin-bottom: 0px;
    }


div#placedOrderEmailForm .modal-content-mini.Confirm_Order_popup {
    width: 85% !important;
}
}


@media only screen and (max-width: 425.9px) {


    div#open_existing_product_popup .modal-content-mini.Confirm_Order_popup form div#existing_product_list .row .cart-product .cart-product-left input {
        left: 86%;
    }
    div#open_existing_product_popup .modal-content-mini.Confirm_Order_popup form div#existing_product_list .row .cart-product .cart-product-img-div a img {
        border-radius: 5px;
        height: 90px;
        margin-top: 10px;
    }
    div#open_existing_product_popup .modal-content-mini.Confirm_Order_popup form div#existing_product_list .row .cart-product .cart-product-img-div {
        border-radius: 5px;
        border: solid 0px #e9e9e9;
        height: auto;
        margin-bottom: 0px;
    }
    .Category_product_Sec .item .profile a img {
        width: 160px !important;
        height: 160px !important;
    }
    .Category_product_Sec .item .profile .cat_name {
        text-align: center;
        font-size: 15px;
        margin-top: 12px;
        font-weight: 500;
    }
.shope_heading_new h3 {
    font-weight: 600;
    font-size: 22px;
    line-height: 25px;
}
.Collections_sec {
    display: block;
    padding: 40px 15px 0px !important;
}
section.advantage.free_delivery_sec .advantage-container {
    padding: 0px 15px;
}
.similar_product_Sec .item .profile a img {
    height: 260px;
}
}

@media only screen and (max-width: 320.9px) {


    .radio_btn_box .col-sm-4{
        font-size: 12px !important;
        padding: 4px 5px !important;
    }



.similar_product_Sec .item .profile a img {
    height: 137px;
}

div#open_existing_product_popup .modal-content-mini.Confirm_Order_popup form div#existing_product_list .row .cart-product .cart-product-img-div a img {
    border-radius: 5px;
    height: 70px;
    margin-top: 10px;
}

}