.toggle,.toggle .slider::before {
    box-shadow: 0 1px 3px rgba(0,0,0,.3)
}

.left_area h3,.top_name {
    font-weight: 900;
    text-transform: uppercase;
    font-size: 22px;
    color: #fff
}

.logout_btn,.sidebar a {
    transition: background .5s;
    text-decoration: none
}

.dropdown-content a,.logout_btn,.notification,.sidebar a,.user_menu_item {
    text-decoration: none
}

.left_area h3,.top_name {
    text-transform: uppercase
}

body {
    margin: 0;
    padding: 0;
    font-family: Roboto,sans-serif
}

.notification {
    color: #fff;
    padding: 0;
    border-radius: 2px;
    position: fixed;
    right: 5%;
    width: auto;
    top: 50%;
    z-index: 5000
}

.notification:hover {
    background: #ffb0b0
}

.notification .badge,.toggle input:checked+.slider,input:checked+.slider {
    background-color: red
}

.notification .badge {
    position: absolute;
    top: -10px;
    right: -10px;
    padding: 5px 10px;
    border-radius: 50%;
    color: #fff
}

.toggle .slider,.toggle .slider::before {
    top: 0;
    transition: .4s ease-in-out;
    left: 0
}

.toggle,.toggle .slider {
    border-radius: var(--height)
}

header {
    position: fixed;
    background: #22242a;
    padding: 20px;
    width: 100%;
    height: 30px
}

.card-body_img {
    width: 70px
}

.toggle {
    --width: 80px;
    --height: calc(var(--width) / 3);
    position: relative;
    display: inline-block;
    width: var(--width);
    height: var(--height);
    cursor: pointer
}

#cart_check,#check,#check:checked~.sidebar a span,#check:checked~.sidebar label i,#check:checked~.sidebarrow,#check:checked~.sub_category,#check:checked~.sub_sub_category,#check_three_dot,#check_three_dot:checked~#mini_menu,#hidden,#mini_menu,#threedot_div,.notification,.toggle input {
    display: none
}

#hidden:hover,.search-input.active .autocom-box li,.sidebar a,.signin_btn,ul li a:hover+#hidden {
    display: block
}

#static_change_password_label {
    text-align: center;
    padding-top: 20px;
    width: 100%;
    font-size: 50px;
    color: coral
}

.toggle .slider {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #ccc
}

.toggle .slider::before {
    content: '';
    position: absolute;
    width: calc(var(--height));
    height: calc(var(--height));
    border-radius: calc(var(--height)/ 2);
    background-color: #fff
}

.toggle input:checked+.slider::before {
    transform: translateX(calc(var(--width) - var(--height)))
}

.toggle .labels {
    position: absolute;
    top: 6px;
    left: 1px;
    width: 100%;
    height: 100%;
    font-size: 12px;
    font-family: sans-serif;
    transition: .4s ease-in-out
}

.toggle .labels::after {
    content: attr(data-off);
    position: absolute;
    right: 5px;
    color: #4d4d4d;
    opacity: 1;
    text-shadow: 1px 1px 2px rgba(0,0,0,.4);
    transition: .4s ease-in-out
}

.toggle .labels::before {
    content: attr(data-on);
    position: absolute;
    left: 5px;
    color: #fff;
    opacity: 0;
    text-shadow: 1px 1px 2px rgba(255,255,255,.4);
    transition: .4s ease-in-out
}

.toggle input:checked~.labels::after {
    opacity: 0
}

.toggle input:checked~.labels::before {
    opacity: 1
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196f3
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px)
}

#top_nav {
    margin: -20px;
    padding-left: 50px;
    height: 70px;
    background-color: #ee8667
}

#navbarSupportedContent {
    background: #ee8667
}

.left_area {
    width: 50%
}

.top_name {
    margin-top: 15px
}

#search-button,.top_search {
    height: 35px;
    margin-top: 10px
}

.left_area h3 {
    margin: 0;
    padding-left: 30px
}

.top_name_span {
    color: #fefe06
}

.top_search {
    width: 100%;
    padding-left: 20px
}

.cartbar,footer {
    margin-top: 50px
}

.logout_btn {
    padding: 15px 5px 5px;
    background: #ff686e;
    border-radius: 2px;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    width: 100%;
    height: 70px;
    text-align: -webkit-center
}

.name,.product-details h3 {
    font-weight: 500;
    color: #333
}

.signin_btn {
    background-color: #f60604;
    height: 60px;
    padding-top: 10px
}

.cartbar,.sidebar {
    height: 95%;
    position: fixed
}

.signin_btn:hover {
    background-color: #ff4e56
}

.category {
    text-size-adjust: 10px
}

.sidebar {
    background: #fff7f7;
    left: 0;
    top: 60px;
    width: 250px;
    transition: left .5s;
    overflow: auto;
    z-index: 1000
}

.cartbar {
    width: 420px;
    padding-bottom: 100px;
    top: 0;
    right: 0;
    overflow-x: hidden;
    overflow-y: auto;
    background: #ffeaea
}

.sidebar .profile_image {
    width: 100px;
    height: 100px;
    border-radius: 100px;
    margin-bottom: 10px
}

.sidebar h4 {
    color: #ccc;
    margin-top: 0;
    margin-bottom: 20px
}

.sidebar a {
    color: #000;
    width: 100%;
    line-height: 15px;
    padding-left: 10px;
    box-sizing: border-box
}

.sidebar a:hover,.sidebarmenu:hover {
    background: #fdd670;
    color: #fff
}

.sidebarrow div:hover {
    background: #fdd670
}

.sidebar i {
    padding-right: 10px
}

#check:checked~.sidebar a {
    padding-left: 30px;
    font-size: 20px;
    margin-left: 170px;
    width: 80px
}

ul li>ul {
    border-left: 1px solid #eee;
    margin-left: 20px;
    padding-left: 0
}

label #sidebar_btn {
    z-index: 1;
    color: red;
    position: fixed;
    cursor: pointer;
    float: left;
    font-size: 20px;
    margin: 15px 10px;
    transition: color .5s
}

#mini_menu {
    width: 300px;
    float: right;
    position: absolute;
    right: 2rem;
    top: 70px;
    background: rgba(255,255,255,.1);
    backdrop-filter: blur(15px);
    border-radius: 10px;
    overflow: hidden
}

#language_div,#search_div,.links li {
    display: flex
}

.links li {
    padding: .7rem;
    align-items: center;
    justify-content: center
}

.three_dot_menu_item:hover {
    color: #fe4c06;
    font-size: 20px;
    font-weight: 700
}

label #sidebar_btn:hover,label #threedot_btn:hover {
    color: #19b3d3
}

#check:checked~.sidebar {
    left: -190px
}

#cart_check:checked~.cartbar {
    right: -420px
}

li {
    list-style-type: none;
    border-left-style: outset
}

.cartbar li,.links li,.menu-item,.menuitem2 {
    border-left-style: none
}

.top-cart-row .dropdown-cart .lnk-cart {
    padding: 0;
    background: #006cb4;
    border: 1px solid #24609c;
    border-radius: 3px;
    display: inline-block;
    color: #fff
}

.top_content {
    width: initial;
    height: 60px;
    background-color: #fff;
    margin: -20px
}

.cart-view {
    float: right;
    margin-top: 70
}

.content_one {
    margin-left: 250px;
    padding-top: 52px !important;
    margin-right: 420px;
    background-position: center;
    background-size: cover;
    height: auto;
    transition: .3s;
    z-index: 1
}

footer {
    width: 100%;
    background-color: red;
    color: #fff;
    text-align: center;
    z-index: 1;
    position: absolute
}

#cart_section {
    position: fixed;
    right: 0;
    width: auto;
    border: 3px solid #73ad21;
    padding: 0;
    top: 40%
}

#check:checked~.content_one {
    margin-left: 60px;
    transition: .5s
}

#cart_check:checked~.content_one {
    margin-right: 0;
    transition: .5s
}

#cart_check:checked~.cart-view {
    right: 420px
}

#search-button {
    width: 10%;
    background: brown;
    border-radius: 10px;
    left: -30px
}

.form-outline {
    width: 90%
}

#Login_with_Phone,#Login_with_email,.modal_button {
    width: 100%;
    border: 1px solid #afaeaf;
    border-radius: 3px;
    height: 58px;
    color: #fff;
    text-align: center;
    margin-bottom: 5px;
    font-size: 14px;
    background: #ff5d61
}

.modal_input {
    width: 100%;
    border: 1px solid #afaeaf;
    border-radius: 3px;
    height: 58px;
    margin-bottom: 5px;
    padding-left: 50px;
    font-size: 24px
}

.footer-menu {
    color: #fff
}

.menu-item a {
    color: #fcff4d
}

.footer_head {
    color: #fe4c06
}

.dropdown {
    position: relative;
    display: inline-block
}

.dropdown-content {
    position: fixed;
    right: 0;
    width: 300px!important;
    padding: 10px;
    top: 50px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,.2);
    z-index: 1;
    background: rgba(255,255,255,.1);
    backdrop-filter: blur(15px);
    border-radius: 10px
}

.hover-1 {
    font-size: 20px;
    text-align: center;
    --c: #b5b5b5;
    --b: .1em;
    --d: 5px;
    --_s: calc(var(--d) + var(--b));
    color: var(--c);
    border: solid #0000;
    border-width: var(--b) var(--b) var(--_s) var(--_s);
    background: conic-gradient(at left var(--d) bottom var(--d),#0000 90deg,rgb(255 255 255 /.3) 0 225deg,rgb(255 255 255 /.6) 0) border-box,conic-gradient(at left var(--_s) bottom var(--_s),#0000 90deg,var(--c) 0) 0 100%/calc(100% - var(--b)) calc(100% - var(--b)) border-box;
    transform: translate(calc(var(--d)/-1),var(--d));
    clip-path: polygon(var(--d) 0%,var(--d) 0%,100% 0%,100% calc(100% - var(--d)),100% calc(100% - var(--d)),var(--d) calc(100% - var(--d)));
    transition: .5s
}

.hover-1:hover {
    --c: #ee8667;
    transform: translate(0,0);
    clip-path: polygon(0% var(--d),var(--d) 0%,100% 0%,100% calc(100% - var(--d)),calc(100% - var(--d)) 100%,0% 100%)
}

.user_menu_item {
    color: #505050
}

.user_menu_item:hover {
    color: red
}

#profile_content_one {
    padding-top: 3%
}

.img-slider {
    position: relative;
    width: 800px;
    height: 250px;
    background: #fff
}

.img-slider .image_slide {
    z-index: 1;
    position: absolute;
    width: 100%;
    clip-path: circle(0% at 0 50%)
}

.img-slider .image_slide.active {
    clip-path: circle(150% at 0 50%);
    transition: clip-path 2s
}

.img-slider .image_slide img {
    z-index: 1;
    width: 100%;
    height: 100%;
    border-radius: 5px
}

.img-slider .image_slide .info {
    position: absolute;
    top: 0;
    padding: 15px 30px
}

.img-slider .image_slide .info h2 {
    color: #fff;
    font-size: 45px;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 2px
}

.img-slider .image_slide .info p {
    color: #fff;
    background: rgba(0,0,0,.1);
    font-size: 16px;
    width: 60%;
    padding: 10px;
    border-radius: 4px
}

.img-slider .navigation {
    z-index: 2;
    position: absolute;
    display: flex;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%)
}

.img-slider .navigation .image_btn {
    background: rgba(255,255,255,.5);
    width: 12px;
    height: 12px;
    margin: 10px;
    border-radius: 50%;
    cursor: pointer
}

.img-slider .navigation .image_btn.active {
    background: #2696e9;
    box-shadow: 0 0 2px rgba(0,0,0,.5)
}

.shopping-guide-floor {
    display: grid;
    grid-template-columns: auto auto auto;
    min-height: 430px;
    width: 1500px
}

.shopping-guide-floor .floor-container {
    background: #fff;
    border-radius: 8px;
    margin-right: 20px;
    margin-top: 20px;
    padding: 10px
}

.shopping-guide-floor .floor-container:nth-child(3n) {
    margin-right: 0
}

.shopping-guide-floor .floor-container .floor-title {
    color: #333;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 5px;
    margin-left: 5px;
    text-align: left
}

.shopping-guide-floor .floor-container .floor-products {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.shopping-guide-floor .floor-container .floor-products .product {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.shopping-guide-floor .floor-container .floor-products .product .product-img-wrapper {
    height: 100px;
    margin: 3px;
    position: relative;
    text-align: center
}

.shopping-guide-floor .floor-container .floor-products .product .product-img-wrapper:after {
    background: rgba(0,0,0,.03);
    border-radius: 4px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.shopping-guide-floor .floor-container .floor-products .product .product-img-wrapper:hover .product-img,.shopping-guide-floor .floor-container .floor-products .product .product-img-wrapper:hover .video-info {
    transform: translateZ(0) scale(1.02);
    -ms-transform: translateZ(0) scale(1.02);
    -moz-transform: translateZ(0) scale(1.02);
    -webkit-transform: translateZ(0) scale(1.02);
    -o-transform: translateZ(0) scale(1.02)
}

.shopping-guide-floor .floor-container .floor-products .product .product-img-wrapper .product-img,.shopping-guide-floor .floor-container .floor-products .product .product-img-wrapper .video-info {
    height: 100px;
    transition: transform .3s;
    -moz-transition: -moz-transform .3s,_ .3s;
    transition: transform .3s,-webkit-transform .3s,-moz-transform .3s;
    -ms-transition: -ms-transform .3s;
    -webkit-transition: -webkit-transform .3s;
    -o-transition: -o-transform .3s
}

.shopping-guide-floor .floor-container .floor-products .product .product-img-wrapper .video-info {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background: rgba(0,0,0,.4);
    border-radius: 2px;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    height: 16px;
    left: 8px;
    padding: 0 4px;
    position: absolute;
    top: 8px;
    z-index: 9
}

.shopping-guide-floor .floor-container .floor-products .product .product-img-wrapper .video-info .video-play-icon {
    height: 10px;
    margin-right: 2px;
    width: 10px
}

.shopping-guide-floor .floor-container .floor-products .product .product-img-wrapper .video-info .video-play-text {
    color: #fff;
    font-weight: 500
}

.shopping-guide-floor .floor-container .floor-products .product .product-minprice {
    -webkit-box-orient: vertical;
    color: #333;
    display: -webkit-box;
    font-size: 12px;
    font-weight: 700;
    height: 14px;
    line-height: 14px;
    margin-top: 5px;
    overflow: hidden;
    text-align: center
}

.shopping-guide-floor .floor-container .floor-products .product .product-moq {
    -webkit-box-orient: vertical;
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-align-items: end;
    align-items: end;
    color: #666;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    -webkit-justify-content: center;
    justify-content: center;
    line-height: 14px;
    margin-top: 2px;
    overflow: hidden;
    text-align: center
}

.shopping-guide-floor .floor-container .floor-products .product .product-discount {
    color: #333;
    font-size: 12px;
    font-weight: 700;
    margin-top: 5px;
    text-align: center
}

.shopping-guide-floor .floor-container .floor-products .product .product-discount .discount-text {
    text-decoration: line-through
}

.shopping-guide-floor .floor-container .floor-products .product .product-discount .discount-icon {
    background-color: #f60;
    border-radius: 9px;
    color: #fff;
    font-size: 12px;
    font-style: normal;
    margin-left: 4px;
    padding: 0 5px
}

.slide-container {
    max-width: 2500px;
    width: 100%;
    padding: 40px 0
}

.slide-content {
    margin: 0 40px;
    overflow: hidden;
    border-radius: 25px
}

.card {
    border-radius: 25px;
    background-color: #fff
}

.card-content,.image-content {
    display: flex;
    flex-direction: column;
    align-items: center
}

.image-content {
    position: relative;
    row-gap: 5px
}

.overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border-radius: 25px 25px 0
}

.overlay::after,.overlay::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: -40px;
    height: 40px;
    width: 40px
}

.overlay::after {
    border-radius: 0 25px 0 0
}

.sidebar a:active {
    background-color: red;
    color: #2196f3
}

.card-title {
    margin-bottom: 0!important
}

.card-image {
    position: relative;
    height: 100%;
    width: 100%;
    border-radius: 10%;
    padding: 3px
}

.card-image .card-img {
    width: 100%;
    height: 200px;
    object-fit: contain;
    border-radius: 10%;
    border: 4px solid #ff5722
}

.name {
    font-size: 18px
}

.description {
    font-size: 14px;
    color: #707070;
    text-align: center
}

.button {
    border: none;
    font-size: 16px;
    color: #fff;
    padding: 8px 16px;
    background-color: #ff5722;
    border-radius: 6px;
    margin: 14px;
    cursor: pointer;
    transition: .3s
}

.mag,.mag1,.mag2 {
    margin: 0 auto;
    float: none
}

.button:hover {
    background: #ff8400
}

.swiper-navBtn {
    color: transparent;
    transition: color .3s
}

.swiper-navBtn:hover {
    color: #ff5800
}

.swiper-navBtn::after,.swiper-navBtn::before {
    font-size: 35px
}

.swiper-button-next {
    right: 0;
    color: #00000014!important
}

.swiper-button-prev {
    left: 0;
    color: #00000014!important
}

.swiper-pagination-bullet {
    background-color: #ff9640;
    opacity: 1
}

.swiper-pagination-bullet-active {
    background-color: #ff5722
}

.swiper-button-next:hover,.swiper-button-prev:hover {
    color: red!important
}

#row1 {
    padding: 140px
}

.mag {
    width: 450px
}

.mag img,.mag1 img,.mag2 img {
    max-width: 100%
}

.mag1 {
    width: 120px
}

.mag2 {
    width: 900px
}

.magnify {
    position: relative;
    cursor: none
}

.magnify-large {
    position: absolute;
    display: none;
    width: 250px;
    height: 250px;
    -webkit-box-shadow: 0 0 0 7px rgba(204,204,204,.55),0 0 7px 7px rgba(0,0,0,.25),inset 0 0 40px 2px rgba(0,0,0,.25);
    -moz-box-shadow: 0 0 0 7px rgba(255,255,255,.55),0 0 7px 7px rgba(0,0,0,.25),inset 0 0 40px 2px rgba(0,0,0,.25);
    box-shadow: 0 0 0 7px rgba(255,255,255,.55),0 0 7px 7px rgba(0,0,0,.25),inset 0 0 40px 2px rgba(0,0,0,.25);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 10%
}

.search-input.active input {
    border-radius: 5px 5px 0 0
}

.search-input .autocom-box {
    padding: 0;
    opacity: 0;
    pointer-events: none;
    max-height: 280px;
    overflow-y: auto
}

.search-input.active .autocom-box {
    padding: 10px 8px;
    opacity: 1;
    pointer-events: auto
}

.autocom-box li {
    list-style: none;
    padding: 8px 12px;
    display: none;
    width: 100%;
    cursor: default;
    border-radius: 3px
}

.autocom-box li:hover {
    background: #efefef
}

.search-input .icon {
    top: 0;
    height: 55px;
    text-align: center;
    line-height: 55px;
    font-size: 20px;
    color: #644bff;
    cursor: pointer
}

div.search-input input[type=text] {
    padding: 10px;
    font-size: 17px;
    border: 1px solid red;
    float: left;
    width: 90%;
    background: #f1f1f1;
    border-radius: 25px
}

div.search-input i {
    float: left;
    margin-top: 8px;
    height: 40px;
    margin-left: -25px;
    width: 10%;
    padding: 10px;
    background: red;
    color: #fff;
    font-size: 17px;
    border: 1px solid grey;
    border-left: none;
    cursor: pointer;
    border-radius: 25px
}

::-webkit-scrollbar {
    height: 10px;
    width: 4px;
    border: 1px solid #9ef4f7
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(255,0,0,.3);
    border-radius: 10px
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(255,51,0,.836)
}

#password_content_one {
    padding: 1% 375px 8%;
    min-height: 617px
}

@media only screen and (max-width: 1600px) {
    #static_change_password_label {
        font-size:40px
    }

    .img-slider {
        height: 210px
    }

    #password_content_one {
        padding: 1% 350px 8%;
        min-height: 617px
    }

    #login_content_one {
        padding: 5% 50px 8%
    }

    #slider_content_one {
        margin-top: 50px
    }

    #profile_content_one {
        padding: 1% 150px 8%
    }
}

@media only screen and (max-width: 1365px) {
    .add_cart,.add_stock {
        font-size:8px!important
    }

    #static_change_password_label {
        font-size: 30px
    }

    .name {
        font-size: 15px
    }

    .card-image .card-img {
        width: 100%;
        height: 150px;
        object-fit: contain;
        border-radius: 10%;
        border: 4px solid #ff5722
    }

    #password_content_one {
        padding: 1% 75px 8%;
        min-height: 617px
    }

    #profile_content_one {
        padding: 1% 50px 8%
    }
}

@media only screen and (max-width: 910px) {
    #static_change_password_label {
        padding-top:20px;
        width: 100%;
        font-size: 20px
    }

    .img-slider {
        height: 120px
    }

    .img-slider .image_slide img {
        z-index: 1;
        width: 100%;
        height: 120px;
        border-radius: 5px
    }

    #search-button {
        width: 30%
    }

    .form-outline {
        width: 70%
    }

    #cart_section,#language_div,#search_div,#signup_div {
        display: none
    }

    #threedot_div {
        display: flex
    }

    #login_content_one {
        padding-left: 0;
        padding-right: 0
    }

    #slider_content_one {
        margin-top: 20px
    }

    #profile_content_one {
        padding: 3% 0 8%
    }

    #password_content_one {
        padding: 1% 75px 8%;
        min-height: 617px
    }

    .notification {
        display: block
    }
}

@media (max-width: 820px) {
    .img-slider {
        width:600px;
        height: 120px
    }

    .img-slider .image_slide .info {
        padding: 10px 25px
    }

    .img-slider .image_slide .info h2 {
        font-size: 35px
    }

    .img-slider .image_slide .info p {
        width: 70%;
        font-size: 15px
    }

    .img-slider .navigation {
        bottom: 25px
    }

    .img-slider .navigation .image_btn {
        width: 10px;
        height: 10px;
        margin: 8px
    }
}

@media screen and (max-width: 768px) {
    .slide-content {
        margin:0 10px
    }

    .swiper-navBtn {
        display: none
    }

    #password_content_one {
        padding: 1% 1% 8% 5%;
        min-height: 607px
    }
}

@media (max-width: 620px) {
    .name {
        font-size:14px;
        font-weight: 500;
        color: #333
    }

    .img-slider {
        width: 400px;
        height: 120px
    }

    .img-slider .image_slide .info {
        padding: 10px 20px
    }

    .img-slider .image_slide .info h2 {
        font-size: 30px
    }

    .img-slider .image_slide .info p {
        width: 80%;
        font-size: 13px
    }

    .img-slider .navigation {
        bottom: 15px
    }

    .img-slider .navigation .image_btn {
        width: 8px;
        height: 8px;
        margin: 6px
    }

    #password_content_one {
        padding: 1% 1% 8% 5%;
        min-height: 617px
    }
}

@media (max-width: 420px) {
    #check:checked~.sidebar {
        left:-2200px
    }

    #check:checked~.content_one {
        margin-left: 0;
        transition: .5s
    }

    .content_one {
        margin-left: 0;
        padding-top: 52px !important;
        margin-right: 0;
        background-position: center;
        background-size: cover;
        height: auto;
        transition: .3s;
        z-index: 1
    }

    .name {
        font-size: 12px;
        font-weight: 500;
        color: #333
    }

    .description {
        font-size: 12px;
        color: #707070;
        text-align: center
    }

    tr#modalbuttongroup td input {
        width: 124px!important
    }

    .img-slider {
        width: 320px;
        height: 120px
    }

    .img-slider .image_slide .info {
        padding: 5px 10px
    }

    .img-slider .image_slide .info h2 {
        font-size: 25px
    }

    .img-slider .image_slide .info p {
        width: 90%;
        font-size: 11px
    }

    .img-slider .navigation {
        bottom: 10px
    }

    .customcard {
        width: 150px
    }
}

.cart-container {
    padding: 10px 20px 0;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #f7f7f7
}

.cart-item {
    width: 100%;
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,.1);
    padding: 10px
}

.product-info {
    display: flex;
    align-items: center
}

.quantity-section,.quentity {
    align-items: center;
    display: flex
}

.product-image {
    width: 65px;
    height: 80px;
    object-fit: contain;
    margin-right: 15px
}

.product-details h3 {
    font-size: 14px;
    margin: 0
}

.price {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    margin-top: 5px
}

.quantity-section {
    justify-content: space-between;
    margin-top: -45px;
    justify-content: end
}

.quentity {
    gap: 1px
}

.quantity-btn {
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ccc;
    cursor: pointer
}

.quantity-input {
    width: 36px;
    text-align: center;
    border: 1px solid #fff;
    background-color: #fff;
    font-size: 16px;
    border-radius: 5px;
    outline: 0;
    padding: 5px
}

.checkout-btn,.delete-btn {
    border: none;
    cursor: pointer
}

.delete-btn {
    background: 0 0
}

.delete-icon {
    width: 20px;
    height: 20px
}

.checkout-btn {
    width: 100%;
    padding: 12px;
    background-color: #f39c12;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
    text-align: center
}

.checkout-btn:hover {
    background-color: #e67e22
}

.card:hover {
    border: 2px solid orange
}

.content_one {
    padding-top: 52px !important;
}

