@media (min-width: 576px) {
    .product-modern {
        max-width: none;
    }
}

.product-modern {
    position: relative;
    text-align: left;
    overflow: hidden;
    border-radius: 6px;
    background: #ffffff;
    box-shadow: 0 0 9px 0 rgb(0 0 0 / 8%);
    /* max-width: 300px;
*/
    margin-left: auto;
    margin-right: auto;
}

.unit-spacing-0 {
    margin-bottom: 0;
    margin-left: 0;
}

.product-top-panel+.row {
    margin-top: 40px;
}

.unit {
    display: flex;
    flex: 0 1 100%;
    margin-bottom: -10px;
}

.product-modern .unit-left {
    display: flex;
    align-items: stretch;
    width: 40%;
}

.unit-body {
    flex: 0 1 auto;
}

.unit-spacing-0>* {
    margin-bottom: 0;
    margin-left: 0;
}

.product-modern-figure {
    display: flex;
    align-items: center;
    width: 100%;
    background: #f7f7f7;
}

.product-modern-figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.link-img img {
    transition: all 0.25s ease-in-out;
}

.single-product-price .product-price {
    font-size: 24px !important;
}

.product-modern .unit-body {
    display: flex;
    align-items: center;
    width: 70%;
}

.product-minimal-figure img {
    width: 100%;
    will-change: transform;
    transition: all .3s ease;
}

.product-minimal-figure {
    display: block;
    overflow: hidden;
    background: #f7f7f7;
}

.product-minimal-title {
    color: #151515;
    margin-bottom: 5px;
}

.product-minimal-price {
    line-height: 1;
    letter-spacing: .025em;
    color: #5166ff;
    font-weight: 600;
}

.unit-body {
    flex: 0 1 auto;
}

.product-modern-body {
    width: 100%;
    padding: 20px 5% 20px 8%;
}

.product-modern-title {
    font-weight: 500;
    letter-spacing: .05em;
    text-transform: none;
}

.product-modern-title+.product-price-wrap {
    margin-top: 4px;
}

*+.product-modern-text {
    margin-top: 12px;
}

*+.button-wrap,
*+.button {
    margin-top: 30px;
}

.product-modern .product-badge {
    top: 15px;
    right: auto;
    left: 15px;
}

.product-badge {
    display: inline-block;
    position: absolute;
    text-align: center;
    top: 25px;
    right: 15px;
    padding: 5px 12px;
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: .02em;
    text-transform: uppercase;
    font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    border-radius: 6px;
    color: #ffffff;
    z-index: 1;
}

.product-badge-sale {
    background: #ff4342;
}

@media (min-width: 768px) {
    .product-modern .product-badge {
        top: 20px;
        left: 25px;
    }
}

.product-top-panel {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    color: #151515;
}

.product-top-panel-title {
    margin: 0;
}

.product-modern-title+.product-price-wrap {
    margin-top: 4px;
}

.product-price {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0;
}

.product-price-old {
    font-weight: 400;
    text-decoration: line-through;
    color: rgba(21, 21, 21, 0.5);
}

.product-price-old+.product-price {
    margin-left: 8px;
    color: #ff4342;
}

.related_products .unit-left {
    width: 40%;
    margin-right: 5%;
}

.product-minimal-title a {
    color: #000000;
    text-decoration: none;
}

.related_products {
    margin-bottom: 20px;
}

#sync1 .owl-nav {
    width: 100%;
    position: absolute;
    z-index: 999;
    top: 40%;
    display: flex;
    justify-content: space-between;
}

#sync1 {
    position: relative;
}

#sync1 .owl-nav .owl-prev,
.owl-nav .owl-next {
    width: 100px;
    padding: 30px;
}

#sync2 {
    margin-top: 10px;
}

#sync2 .item {
    margin-right: 10px;
}

.single-product .group-middle+p {
    margin-top: 30px;
    font-size: 15px;
    line-height: 25px;
}

.single-product {
    font-size: 15px;
}

.single-product-price {
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: .05em;
    font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: #5166FF;
}

.single-product p+hr {
    margin-top: 15px;
}

.list-description {
    text-align: left;
    margin-top: 30px;
    letter-spacing: .025em;
}

.single-product .list.list-description li {
    list-style-type: none;
}

.list-description li span:first-child {
    margin-right: 4px;
}

.feature_image_slider {
    padding: 0 5% 0 0;
}

.list-description+.group-middle {
    margin-top: 30px;
    display: flex;
    gap: 20px;
}

.list-social {
    display: flex;
    gap: 25px;
    margin-top: 15px;
}

.list-social li {
    list-style-type: none;
}

.list-social li i {
    font-size: 25px;
}

.bg-gray-1 {
    background-color: #fff;
    padding: 100px 0;
}

h4.fw-sbold {
    font-size: 30px;
    margin-bottom: 4%;
}

.product {
    position: relative;
    text-align: center;
    padding: 20px 15px 30px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
}

.desktop .product-badge,
.desktop .product-body {
    transition: all .2s ease;
}

.product-figure {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    /* min-height: 200px;
*/
}

.product-title {
    font-weight: 500;
    letter-spacing: 0;
    text-transform: uppercase;
}

.product-button-wrap {
    align-items: flex-end;
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    gap: 20px;
    left: 0;
    padding: 20px 20px 40px;
    background: #f7f7f7;
    border-radius: 6px;
    transition: all .2s ease;
    z-index: -1;
}

.product-button {
    opacity: 0;
    transform: scale(0);
    transition: all .15s ease;
}

.product-button .button {
    text-align: center;
    padding: 0;
    width: 50px;
    height: 50px;
    font-size: 20px;
    line-height: 46px;
    border-radius: 50%;
}

.button-zakaria {
    transition: all .3s ease-in-out;
    z-index: 1;
}

.product-badge,
.product-body {
    transition: all .2s ease;
}

.product:hover {
    z-index: 2;
}

.product:hover .product-body {
    transform: translate3d(0, -18px, 0);
}

.desktop .product:hover .product-badge,
.product:hover .product-body {
    transform: translate3d(0, -18px, 0);
}

.product:hover .product-button-wrap {
    top: -18px;
    bottom: -60px;
    background: #f7f7f7;
}

.product:hover .product-button:nth-child(1) {
    transition-delay: .1s;
}

.product:hover .product-button:nth-child(2) {
    transition-delay: .25s;
}

.product:hover .product-button {
    opacity: 1;
    transform: none;
    transition-duration: .3s;
}

.product-button .button i {
    background: #5166ff;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
}

.product-title {
    font-weight: 500;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-top: 20px;
}

.products_tab {
    margin-top: 5%;
    margin-bottom: 5%;
}

.products_tab ul li {
    list-style-type: none;
}

.products_tab ul li a.nav-link {
    font-size: 15px;
    padding: 15px 50px;
    border-bottom: none;
}

.products_tab #myTabContent {
    padding: 3%;
    border: 1px solid #dee2e6;
    font-size: 14px;
    width: 100%;
}

.products_tab ul {
    width: 100%;
}

.products_tab ul li a.nav-link.active {
    color: #ffffff;
    background-color: #5166ff;
}

/*   Cart */
.table-custom.table-cart {
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #e1e1e1;
}

.table-custom {
    width: 100%;
    max-width: 100%;
    text-align: left;
    background: #ffffff;
    border-collapse: collapse;
}

.table-cart thead tr {
    border: 1px solid #e1e1e1;
}

.table-cart th {
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 600;
    color: #777777;
    background: #ffffff;
}

.table-cart th:first-child,
.table-cart td:first-child {
    padding-left: 30px;
    text-align: left;
}

.table-cart tbody tr:first-child td {
    padding-top: 26px;
}

.table-cart td:first-child {
    min-width: 500px;
    width: 50%;
}

.table-cart tbody tr td {
    padding: 12px 14px;
    font-size: 18px;
    vertical-align: initial;
}

.table-cart-figure {
    display: inline-block;
    text-align: center;
    width: 100%;
    max-width: 90px;
    background: #f7f7f7;
}

.table-cart-figure+a {
    margin-left: 30px;
    font-size: 18px;
}

.table-custom-responsive+.group-justify {
    margin-top: 35px;
    display: flex;
    margin-left: 30px;
    flex-wrap: wrap;
}

.rd-form-inline {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 10px;
    align-items: stretch;
    text-align: center;
    margin-bottom: -20px;
    margin-left: -30px;
}

.group-middle {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    /*   justify-content: center;
*/
    gap: 20px;
}


.cuppon_form {
    display: flex;
    gap: 10px;
}

.checkout_page label>input,
.checkout_page label {
    margin-top: 10px;
}

.checkbox-inline input {
    height: 25px;
    width: 30px;
}

.checkbox-inline {
    display: flex;
    align-items: end;
    gap: 10px;

}

.radio-inline input {
    width: 25px;
    height: 25px;
    margin: 0 !important;
}

.radio-inline {
    font-size: 20px;
    display: flex;
    gap: 10px;
}

.radio-panel-content {
    /* display: none;
*/
}

@media screen and (max-width: 1023px) {
    .table-custom-responsive {
        overflow: scroll;
    }

    .related_products .unit-left {
        width: 100%;
    }

    #sync1 .owl-nav .owl-prev,
    .owl-nav .owl-next {
        width: 45px;
        padding: 15px;
    }

    .add_cart {
        padding: 0px 20px;
    }
}

@media screen and (max-width: 575px) {
    .feature_image_slider {
        padding: 20px;
    }

    .list-description+.group-middle {
        justify-content: flex-start;
    }

    .group-middle {
        display: block;
    }

    .products_tab {
        padding: 20px;
    }

    .nav-tabs {
        width: 100%;
        flex-direction: column;
    }

    .related_section .col-md-3 {
        width: calc(100% / 2);
        margin-bottom: 20px;
    }

    #sync1 .owl-nav .owl-prev,
    .owl-nav .owl-next {
        width: 50px;
        padding: 20px;
    }
}

.remove_cart {
    margin-right: 10px;
    border: 1px solid red;
    /* background: red; */
    border-radius: 50%;
}

.remove_cart i {
    font-size: 10px;
    color: red;
    vertical-align: middle;
    padding: 0 7px;
    font-weight: 800;
    line-height: 0;
}

.remove_cart:hover {
    background: red;
}

.remove_cart:hover i {
    color: #fff;
}

.stepper {
    position: relative;
    display: block;
}

.stepper input[type="number"] {
    width: 100%;
    padding: 10px 42px;
    font-weight: 500;
    text-align: center;
    -moz-appearance: textfield;
    background: #f7f7f7;
    border-color: #f7f7f7;
    background: transparent !important;
    border: 1px solid #ccc !important;
}

.stepper-arrow.up {
    right: 0px;
}

.stepper-arrow {
    position: absolute;
    text-align: center;
    top: 50%;
    margin-top: -19px;
    width: 38px;
    height: 38px;
    font-size: 20px;
    line-height: 40px;
    font-weight: 600;
    font-family: "Material Design Icons";
    cursor: pointer;
    color: #151515;
    border-radius: 0;
    transition: .3s all ease;
}

.stepper-arrow.down:before {
    content: '\2212';
}

.stepper-arrow.down {
    left: 0px;
}

.stepper-arrow.up:before {
    content: '\002B';
}

/* Chrome, Safari, Edge, Opera */
.stepper input::-webkit-outer-spin-button,
.stepper input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.stepper input[type=number] {
    -moz-appearance: textfield;
}
