@import url("./bootstrap.min.css");
@import url("./swiper-bundle.min.css");
@import url("./intlTelInput.min.css");
@import url("https://cdn.jsdelivr.net/npm/select2@4.1.0-rc.0/dist/css/select2.min.css");
@import url("//cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/css/toastr.min.css");

@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@300;400;500;700&display=swap');

:root {
    --main-color:#832EE0;
    --hover-color: #AD42D8;
}

body {
    font-family: 'Tajawal', sans-serif;
    font-size: 16px;
    text-align: left;
    direction: ltr;
    min-height: 100vh;
    background: #FFFFFF;
}

body::-webkit-scrollbar-track {
    background: #FFF;
}

body::-webkit-scrollbar-thumb {
    background: var(--main-color);
}

body::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

.scroll::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.scroll::-webkit-scrollbar-thumb {
    background: #F6F6F6;
}

.whatsapp-fixed {
    position: fixed;
    right: 44px;
    bottom: 20px;
    z-index: 999;
    width: 60px;
    height: 60px;
}

.whatsapp-fixed img {
    width: 100%;
    height: 100%;
}

.telegram-fixed {
    position: fixed;
    right: 48px;
    bottom: 80px;
    z-index: 999;
    width: 50px;
    height: 50px;
  }
  
  .telegram-fixed img {
    width: 100%;
    height: 100%;
  }

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

a,
a:hover {
    text-decoration: none;
    color: inherit;
}

p {
    margin: 0;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

button:focus {
    outline: none !important;
}

.btn {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

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

/* Firefox */
input[type='number'][type=number] {
    -moz-appearance: textfield;
}

.btn-primary {
    color: #fff;
    background-color: var(--main-color);
    border-color: var(--main-color);
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    -webkit-filter: drop-shadow(0 3px 6px rgba(151, 8, 16, 0.16));
    filter: drop-shadow(0 3px 6px rgba(151, 8, 16, 0.16));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: var(--hover-color);
    border-color: var(--hover-color);
}

.btn-primary:hover {
    color: #fff;
    background-color: var(--hover-color);
    border-color: var(--hover-color);
}


.btn-outline-primary {
    color: #000000;
    background-color: transparent;
    background-image: none;
    border-color: #D8D8D8;
}

.btn-outline-primary:hover {
    color: #000000;
    background-color: #D8D8D8;
    border-color: #D8D8D8;
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
    color: #000000;
    background-color: #D8D8D8;
    border-color: #D8D8D8;
}

.checkbox,
.radio {
    margin-bottom: 6px;
}

.checkbox.inline,
.radio.inline {
    display: inline-block;
    vertical-align: top;
    margin-right: 18px;
}

.checkbox.inline:last-child,
.radio.inline:last-child {
    margin-right: 0;
}

.checkbox label,
.radio label {
    display: block;
    position: relative;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    font-size: 14px;
}

.checkbox input[type="checkbox"],
.radio input[type="checkbox"],
.checkbox input[type="radio"],
.radio input[type="radio"] {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
}

.checkbox .custom-checkbox,
.radio .custom-checkbox,
.checkbox .custom-radio,
.radio .custom-radio {
    display: inline-block;
    vertical-align: top;
    margin: 0 6px 0 0;
    width: 16px;
    height: 16px;
    background: transparent;
    border: 1px solid transparent;
    position: relative;
}

.radio .custom-radio,
.checkbox .custom-radio {
    width: 16px;
    height: 16px;
}

.checkbox .custom-checkbox {
    border-radius: 5px;
    background: transparent;
    -webkit-transition: -webkit-box-shadow 180ms ease;
    transition: -webkit-box-shadow 180ms ease;
    transition: box-shadow 180ms ease;
    transition: box-shadow 180ms ease, -webkit-box-shadow 180ms ease;
    top: 0;
}

.checkbox .custom-checkbox,
.radio .custom-checkbox {
    border: 1px solid #8C8C8C;
    border-radius: 4px;
}

.checkbox .icon-check {
    width: 10px;
    height: 10px;
    background-size: cover;
    position: absolute;
    top: 2px;
    left: 2px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 180ms ease;
    transition: all 180ms ease;
}

.checkbox input[type="checkbox"]:checked + .custom-checkbox {
    border-color: #8C8C8C;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.checkbox input[type="checkbox"]:checked + .custom-checkbox .icon-check {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.5;
}

.radio .custom-radio {
    border-radius: 50%;
    background: transparent;
    -webkit-box-shadow: inset 0 0 0 12px transparent;
    box-shadow: inset 0 0 0 12px transparent;
    -webkit-transition: all 180ms ease;
    transition: all 180ms ease;
    top: 2px;
}

.radio input[type="radio"]:checked + .custom-radio {
    border-color: #8C8C8C;
    background: var(--second-color);
    -webkit-box-shadow: inset 0 0 0 2px transparent;
    box-shadow: inset 0 0 0 2px transparent;
}

.icon-check {
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20baseProfile%3D%22tiny%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2216%22%20height%3D%2216%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M13.483%201.992l-7.186%207.066-3.778-3.715-2.518%202.475%205.037%204.954%201.259%201.237%209.704-9.541-2.518-2.476z%22/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    -webkit-filter: invert(1);
    filter: invert(1);
    opacity: 0;
}

header {
    height: 90px;
}

header .header-top {
    background: var(--main-color);
    position: relative;
    z-index: 2;
}

header .header-bottom .header-bottom-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
}

header .header-bottom .header-bottom-start {
    display: flex;
    align-items: center;
}

header .header-bottom .header-bottom-end .user-dropdown .dropdown-menu .dropdown-item {
    text-align: left;
    white-space: normal;
}

header .header-bottom .header-bottom-end .user-dropdown .dropdown-menu .line {
    width: 90%;
    height: 1px;
    background: rgba(123, 123, 129, 0.3);
    margin: 10px auto;
}

header .header-bottom .header-bottom-end .user-dropdown .dropdown-menu .user-dropdown-item img {
    width: 16px;
}

header .header-bottom .header-bottom-end .user-dropdown .dropdown-menu .user-dropdown-item span {
    padding-left: 13px;
    color: #5A5A5A;
    font-weight: 600;
}

header .header-bottom .header-bottom-end .user-dropdown .dropdown-menu .sign-out span {
    color: var(--main-color);
}

header .header-bottom .header-bottom-end .cart-btn .btn {
    position: relative;
}

header .header-bottom .header-bottom-end .cart-btn .btn .cart-number {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: var(--main-color);
    color: #FFF;
    position: absolute;
    top: -2px;
    right: -2px;
    font-size: 8px;
    font-weight: bold;
    border: 1px solid #FFFFFF;
}

.dropdown-toggle::after {
    display: none;
}

.dropdown-toggle {
    background: transparent;
    border: 0;
    padding: 0;
}

.dropdown-menu {
    border-radius: 4px;
    filter: drop-shadow(0 -4px 6px rgba(190, 190, 190, 0.12));
    border: 0;
    min-width: 115px;
    top: 10px !important;
}

.dropdown-menu .dropdown-item {
    padding: 8px 10px;
}

.dropdown-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}


.dropdown-check img {
    width: 22px;
    height: 15px;
}

.dropdown-check p {
    font-size: 12px;
    font-weight: 500;
    color: #232323;
    padding-inline-start: 4px;
}

.dropdown-check p span {
    padding-inline-start: 3px;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #f8f9fa;
    color: #000;
}

.page-wrapper {
    min-height: calc(100vh - 200px);
}

.page-breadcrumb {
    margin-bottom: 20px;
}

.page-breadcrumb ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.page-breadcrumb ul li {
    margin-right: 8.3px;
}

.page-breadcrumb ul li img {
    margin-right: 8px;
}

.page-breadcrumb ul li:last-child {
    margin-right: 0;
}

.page-breadcrumb ul li span {
    color: #D8D8D8;
}

.page-breadcrumb ul li a {
    color: #666666;
    font-size: 12px;
}

.page-breadcrumb ul li.active {
    color: #000000;
    font-weight: 500;
    font-size: 12px;
}

.product-box {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}

@media (max-width: 767px) {
    .product-box {
        margin-bottom: 15px;
    }
}

.product-box .product-box-img {
    width: 100%;
    height: 258px;
    overflow: hidden;
    border-radius: 8px;
    position: relative;
}

@media (max-width: 767px) {
    .product-box .product-box-img {
        height: 200px;
    }
}

.product-box .product-box-img .quantity-empty {
    position: absolute;
    left: 15px;
    top: 15px;
    border-radius: 20px;
    font-size: 12px;
}

.product-box .product-box-img img {
    width: 100%;
    height: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}


.product-box .product-box-desc {
    padding: 10px;
    text-align: center;
}

.product-box .product-box-desc .product-name {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #424242;
    margin-bottom: 6.5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media(max-width: 575px) {
    .product-box .product-box-desc .product-name {
        font-weight: 500;
        font-size: 14px;
    }
}

.product-box .product-box-desc .product-info {
    color: #8D8D8D;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 7px;
}

@media (max-width: 767px) {
    .product-box .product-box-desc .product-info {
        font-size: 12px;
    }
}

.product-box .product-box-desc .product-box-footer {
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-box .product-box-desc .product-box-footer .price {
    font-size: 19px;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: var(--main-color);
    padding: 0 5px;
}

.product-box .product-box-desc .product-box-footer .price .currency {
    padding-left: 4px;
}

.product-box .product-box-desc .product-box-footer .btn-add-to-card {
    padding: 0;
    margin: 0;
    background: transparent;
}

@media (max-width: 575px) {
    .product-box .product-box-desc .product-box-footer .btn-add-to-card img {
        width: 18px;
    }
}

@media (max-width: 575px) {
    .product-box .product-box-desc .product-box-footer .price {
        font-size: 15px;
    }
}

.main-slider .swiper-slide .main-slider-img {
    height: 443px;
}

@media (max-width: 1199px) {
    .main-slider .swiper-slide .main-slider-img {
        height: 350px;
    }
}

@media (max-width: 991px) {
    .main-slider .swiper-slide .main-slider-img {
        height: 300px;
    }
}

@media (max-width: 575px) {
    .main-slider .swiper-slide .main-slider-img {
        height: 200px;
    }
}

.main-slider .swiper-slide .main-slider-img img {
    width: 100%;
    height: 100%;
    object-fit: inherit;
}

.product-section {
    margin: 40px 0;
}

.product-section .show-more-product {
    text-align: center;
    margin: 30px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-section .show-more-product .btn {
    width: 126px;
    height: 42px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}

.download-apps {
    min-height: 445px;
    background: url(../img/download-app-bg2.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 991px) {
    .download-apps {
        height: auto;
        padding: 50px 0;
    }
}

.download-apps .download-apps-phone {
    padding: 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 991px) {
    .download-apps .download-apps-phone img {
        width: 200px;
    }
}

@media (max-width: 575px) {
    .download-apps .download-apps-phone img {
        width: 210px;
    }
}

.download-apps .download-apps-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 991px) {
    .download-apps .download-apps-info {
        text-align: center;
    }
}

.download-apps .download-apps-info h4 {
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 30px;
}

@media (max-width: 575px) {
    .download-apps .download-apps-info h4 {
        margin-bottom: 20px;
        font-size: 15px;
    }
}

.download-apps .download-apps-info p {
    color: #FFF;
    line-height: 61px;
}

@media (max-width: 575px) {
    .download-apps .download-apps-info p {
        line-height: 30px;
        font-size: 13px;
    }
}

.download-apps .download-apps-info .download-apps-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
}

@media (max-width: 991px) {
    .download-apps .download-apps-info .download-apps-link {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (max-width: 575px) {
    .download-apps .download-apps-info .download-apps-link {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.download-apps .download-apps-info .download-apps-link .app-store {
    margin-right: 16px;
}

.download-apps .download-apps-info .download-apps-link .app-store img,
.download-apps .download-apps-info .download-apps-link .google-store img
{
    width: 160px
}


@media (max-width: 575px) {
    .download-apps .download-apps-info .download-apps-link .app-store {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .download-apps .download-apps-info .download-apps-link .app-store img {
        width: 130px;
    }
}

.download-apps .download-apps-info .download-apps-link .google-store {
    margin-right: 16px;
}

@media (max-width: 575px) {
    .download-apps .download-apps-info .download-apps-link .google-store {
        margin-right: 0;
        margin-bottom: 15px;
    }
    .download-apps .download-apps-info .download-apps-link .google-store img {
        width: 130px;
    }
}

.testimonial {
    background: #F2F2F2;
    padding: 45px 0 80px;
    position: relative;
}

.testimonial .head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
}

.testimonial .head h6 {
    font-size: 24px;
    font-weight: bold;
    padding-left: 10px;
}

.testimonial .testimonial-inner .swiper-wrapper {
    margin: 20px 15px !important;
}

.testimonial .testimonial-inner .testimonial-slider .testimonial-box {
    background: #FFF;
    border-radius: 8px;
    -webkit-filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.16));
    filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.16));
    padding: 22px 20px;
    position: relative;
    margin-right: 35px;
}

.testimonial .testimonial-inner .testimonial-slider .testimonial-box .testimonial-user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.testimonial .testimonial-inner .testimonial-slider .testimonial-box .testimonial-user .user-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    -webkit-filter: drop-shadow(0 3px 4px rgba(0, 0, 0, 0.16));
    filter: drop-shadow(0 3px 4px rgba(0, 0, 0, 0.16));
}

.testimonial .testimonial-inner .testimonial-slider .testimonial-box .testimonial-user .user-avatar img {
    width: 100%;
    height: 100%;
}

.testimonial .testimonial-inner .testimonial-slider .testimonial-box .testimonial-user .user-info {
    margin-left: 9px;
}

.testimonial .testimonial-inner .testimonial-slider .testimonial-box .testimonial-user .user-info h5 {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 10px;
}

.testimonial .testimonial-inner .testimonial-slider .testimonial-box .testimonial-user .user-info .star {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.testimonial .testimonial-inner .testimonial-slider .testimonial-box .testimonial-user .user-info .star img {
    padding-right: 5px;
    width: 20px;
    height: 20px;
}

.testimonial .testimonial-inner .testimonial-slider .testimonial-box .testimonial-text {
    margin-top: 11px;
}

.testimonial .testimonial-inner .testimonial-slider .testimonial-box .testimonial-text p {
    font-size: 14px;
    color: #000000;
    line-height: 24px;
}

.testimonial .testimonial-inner .testimonial-slider .testimonial-box .quote {
    position: absolute;
    top: -10px;
    right: -15px;
}

.testimonial .testimonial-shape img:nth-child(1) {
    position: absolute;
    left: 50px;
    top: 30%;
}

.testimonial .testimonial-shape img:nth-child(2) {
    position: absolute;
    right: 50px;
    bottom: 20%;
}

.testimonial .swiper-pagination-bullets {
    bottom: unset;
}

.testimonial .swiper-pagination-bullet {
    background: #D8D8D8;
    opacity: 1;
    -webkit-box-shadow: 0 0 2px #D8D8D8;
    box-shadow: 0 0 2px #D8D8D8;
    width: 8px;
    height: 8px;
}

.testimonial .swiper-pagination-bullet-active {
    background: var(--main-color);
    width: 29px;
    border-radius: 20px;
}

.products-wrapper .product-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.products-wrapper .product-slider .gallery {
    display: inline-block;
    float: right;
    width: 110px;
    height: 100%;
    margin-right: 20px;
}

@media (max-width: 575px) {
    .products-wrapper .product-slider .gallery {
        width: 80px;
        margin-right: 10px;
    }
}

.products-wrapper .product-slider .gallery .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 450px;
}

@media (max-width: 1199px) {
    .products-wrapper .product-slider .gallery .swiper-wrapper {
        height: 370px;
    }
}

@media (max-width: 575px) {
    .products-wrapper .product-slider .gallery .swiper-wrapper {
        height: 280px;
    }
}

.products-wrapper .product-slider .gallery .swiper-wrapper .swiper-slide {
    margin: 0;
    text-align: center;
    -webkit-transition: border 0.1s linear;
    transition: border 0.1s linear;
    outline: 0 none;
    border: 1px solid #D8D8D8;
    height: 80px !important;
    width: 90px !important;
}

@media (max-width: 575px) {
    .products-wrapper .product-slider .gallery .swiper-wrapper .swiper-slide {
        width: 70px !important;
    }
}

.products-wrapper .product-slider .gallery .swiper-wrapper .swiper-slide.active {
    border-color: var(--main-color);
}

.products-wrapper .product-slider .gallery .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
    margin: auto;
    -webkit-transition: border 0.3s linear;
    transition: border 0.3s linear;
    -o-object-fit: contain;
    object-fit: contain;
}

@media (max-width: 575px) {
    .products-wrapper .product-slider .gallery .swiper-wrapper .swiper-slide img {
        -o-object-fit: cover;
        object-fit: cover;
    }
}

.products-wrapper .product-slider .main-img-box {
    display: inline-block;
    position: relative;
    width: 100%;
    float: left;
    overflow: hidden;
    margin-bottom: 15px;
    border-radius: 8px;
}

.products-wrapper .product-slider .main-img-box .main-img {
    width: 100%;
    height: 392px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: top;
    object-position: top;
}

@media (max-width: 1199px) {
    .products-wrapper .product-slider .main-img-box .main-img {
        height: 390px;
        -o-object-fit: initial;
        object-fit: initial;
    }
}

@media (max-width: 575px) {
    .products-wrapper .product-slider .main-img-box .main-img {
        height: auto !important;
    }
}

@media (max-width: 991px) {
    .products-wrapper .product-details {
        margin-top: 20px;
    }
}

.products-wrapper .product-details .product-top-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 10px;
}

.products-wrapper .product-details .share-product {
    width: 38px;
    height: 38px;
    padding: 0;
}

.products-wrapper .product-details .share-product img {
    width: 18px !important;
    height: 18px !important;
}

.products-wrapper .product-details .product-name {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: bold;
    margin-right: 50px;
}

.products-wrapper .product-details .price {
    font-size: 18px;
    color: var(--main-color);
    font-weight: bold;
    margin-top: 10px;
}

.products-wrapper .product-details .price span {
    padding-left: 4px;
}

.products-wrapper .product-details .line {
    border-top: 1px dotted rgba(123, 123, 129, 0.3);
    width: 100%;
    height: 1px;
    display: block;
    margin: 10px 0;
}

.products-wrapper .product-details .specifications h4 {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 16px;
}

.products-wrapper .product-details .specifications > * {
    font-family: Tajawal, sans-serif !important;
}

.products-wrapper .product-details .specifications  font {
    font-family: Tajawal, sans-serif !important;
}

.products-wrapper .product-details .specifications ul {
    padding-left: 8px;
}

.products-wrapper .product-details .specifications ul li {
    position: relative;
    font-size: 14px;
    padding-left: 10px;
    margin-bottom: 10px;
    line-height: 22px;
}

.products-wrapper .product-details .specifications ul li:after {
    content: "";
    position: absolute;
    left: -5px;
    top: 11px;
    background-color: var(--main-color);
    width: 6px;
    height: 6px;
    border-radius: 50%;
}

.products-wrapper .product-details .specifications .hint {
    color: #E9000D;
    font-size: 14px;
}

.products-wrapper .product-details .quantity h4 {
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 16px;
}

.products-wrapper .product-details .quantity .quantity-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.products-wrapper .product-details .quantity .quantity-wrap .remaining {
    margin-left: 11px;
    font-size: 14px;
    color: #8C8C8C;
    font-weight: 600;
}

.products-feedback {
    margin-top: 50px;
    margin-bottom: 50px;
}

.products-feedback .head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
}

.products-feedback .head img {
    width: 23px;
    height: 23px;
}

.products-feedback .head h6 {
    padding-left: 8px;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0;
}

.products-feedback .feedback-list .feedback-box {
    border-bottom: 1px solid rgba(123, 123, 123, 0.3);
    padding: 20px 20px 20px 40px;
    background: #F2F2F2;
}

.products-feedback .feedback-list .feedback-box:last-child {
    border-bottom: 0;
}

.products-feedback .feedback-list .feedback-box .feedback-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 13px;
}

@media (max-width: 767px) {
    .products-feedback .feedback-list .feedback-box .feedback-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.products-feedback .feedback-list .feedback-box .feedback-info .feedback-info-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media (max-width: 767px) {
    .products-feedback .feedback-list .feedback-box .feedback-info .feedback-info-right {
        margin-bottom: 10px;
    }
}

.products-feedback .feedback-list .feedback-box .feedback-info .feedback-info-right .avatar {
    width: 55.98px;
    height: 55.98px;
    border-radius: 50%;
    overflow: hidden;
    -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.08);
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.08);
}

.products-feedback .feedback-list .feedback-box .feedback-info .feedback-info-right .avatar img {
    width: 100%;
    height: 100%;
}

.products-feedback .feedback-list .feedback-box .feedback-info .feedback-info-right .feedback-info-text {
    margin-left: 8px;
}

.products-feedback .feedback-list .feedback-box .feedback-info .feedback-info-right .feedback-info-text .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}

.products-feedback .feedback-list .feedback-box .feedback-info .feedback-info-right .feedback-info-text .info h5 {
    font-size: 14px;
    margin-bottom: 0;
    font-weight: bold;
    color: #000000;
}

.products-feedback .feedback-list .feedback-box .feedback-info .feedback-info-right .feedback-info-text .info .line {
    width: 1px;
    height: 26px;
    background: #707070;
    margin: 0 8.5px;
}

.products-feedback .feedback-list .feedback-box .feedback-info .feedback-info-right .feedback-info-text .info .feedback-star {
    display: flex;
    align-items: center;
    padding: 3px 10px;
    background: #fcd34c;
    border-radius: 20px;
}

.products-feedback .feedback-list .feedback-box .feedback-info .feedback-info-right .feedback-info-text .info p {
    font-size: 11px;
    font-weight: 600;
    color: #444;
    padding-left: 5px;
}

.products-feedback .feedback-list .feedback-box .feedback-info .feedback-info-right .feedback-info-text .rate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.products-feedback .feedback-list .feedback-box .feedback-info .feedback-info-right .feedback-info-text .rate img {
    margin-right: 4.8px;
}

.products-feedback .feedback-list .feedback-box .feedback-info .feedback-time {
    font-size: 14px;
    color: #8C8C8C;
}

@media (max-width: 767px) {
    .products-feedback .feedback-list .feedback-box .feedback-info .feedback-time {
        padding-left: 64px;
    }
}

.products-feedback .feedback-list .feedback-box .feedback-text {
    font-size: 14px;
    color: #000000;
    line-height: 42px;
    padding-left: 64px;
}

.products-feedback .show-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 40px;
}

.products-feedback .show-more .btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid var(--main-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    background: transparent;
}

.products-feedback .show-more .btn:hover {
    background: var(--main-color);
}

.products-feedback .show-more .btn:hover img {
    -webkit-filter: invert(5) brightness(10);
    filter: invert(5) brightness(10);
}

.product-like {
    margin-top: 50px;
    margin-bottom: 50px;
    position: relative;
}

.product-like .head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.product-like .head img {
    width: 12px;
    height: 12px;
}

.product-like .head h6 {
    padding-left: 3px;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0;
}

.quantity-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.quantity-form .value-button {
    width: 25px;
    height: 25px;
    border-radius: 8px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    background: #B2B2B2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.quantity-form .quantity-input {
    border: 0;
    width: 50px;
    height: 25px;
    text-align: center;
    outline: none;
    font-size: 14px;
    font-weight: bold;
    background: transparent;
}

.cart-page {
    padding-bottom: 50px;
}

.cart-page .cart-header {
    padding: 16px;
    background-color: #F2F2F2;
    -webkit-filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
    filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
}

.cart-page .cart-header h1 {
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 0;
    line-height: 30px;
}

.cart-page .select-all {
    margin: 17px 0 12px;
}

.cart-page .select-all .checkbox label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
}

.cart-page .cart-boxs {
    /* margin-bottom: 40px; */
}

.cart-page .cart-boxs .cart-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 12px 16px 12px 22px;
    background: #F2F2F2;
    border-radius: 8px;
    position: relative;
    -webkit-filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
    filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
    margin-bottom: 20px;
}

@media (max-width: 575px) {
    .cart-page .cart-boxs .cart-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.cart-page .cart-boxs .cart-box .cart-box-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 575px) {
    .cart-page .cart-boxs .cart-box .cart-box-right {
        margin-top: 25px;
    }
}

.cart-page .cart-boxs .cart-box .cart-box-right .cart-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cart-page .cart-boxs .cart-box .cart-box-right .cart-check .checkbox {
    margin-bottom: 0 !important;
}

.cart-page .cart-boxs .cart-box .cart-box-right .cart-check .checkbox label {
    margin-bottom: 0 !important;
}

.cart-page .cart-boxs .cart-box .cart-box-right .cart-img {
    width: 84px;
    height: 84px;
    margin: 0 16px;
    border-radius: 8px;
    overflow: hidden;
    -webkit-filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
    filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
    flex-shrink: 0;
}

.cart-page .cart-boxs .cart-box .cart-box-right .cart-img img {
    width: 100%;
    height: 100%;
}

.cart-page .cart-boxs .cart-box .cart-box-right .cart-product-info h6 {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 8px;
}

.cart-page .cart-boxs .cart-box .cart-box-right .cart-product-info p {
    color: #8C8C8C;
    font-size: 10px;
    font-weight: 600;
    margin-bottom: 8px;
}

.cart-page .cart-boxs .cart-box .cart-box-right .cart-product-info .price {
    font-size: 14px;
    font-weight: bold;
    color: var(--main-color);
}

.cart-page .cart-boxs .cart-box .cart-box-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 100%;
}

.cart-page .cart-boxs .cart-box .cart-box-left .remove-product {
    background: transparent;
    border: 0;
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
}

.cart-page .cart-boxs .cart-box .cart-box-left .remove-product img {
    width: 12px;
}

.cart-page .cart-boxs .cart-box .cart-box-left .quantity-wrap {
    position: absolute;
    right: 15px;
    bottom: 15px;
}

@media (max-width: 575px) {
    .cart-page .cart-boxs .cart-box .cart-box-left .quantity-wrap {
        position: unset;
        right: unset;
        bottom: unset;
        margin-top: 25px;
        margin-left: 35px;
    }
}

.cart-page .order-summary {
    background: #F2F2F2;
    padding: 16px 20px;
    -webkit-filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
    filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
}

.cart-page .order-summary h4 {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 20px;
}

.cart-page .order-summary ul li {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cart-page .order-summary ul li p {
    font-weight: 600;
    font-size: 14px;
    color: #000000;
}

.cart-page .order-summary .line {
    width: 100%;
    height: 1px;
    background: rgba(123, 123, 129, 0.3);
}

.cart-page .order-summary .total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.cart-page .order-summary .total p {
    font-size: 14px;
    font-weight: bold;
    margin: 20px 0;
}

.cart-page .order-summary .complete-order-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px;
}

.cart-page .order-summary .complete-order-btn .btn {
    width: 100%;
    height: 40px;
    font-weight: bold;
    font-size: 14px;
}

.cart-page .order-summary .discount-coupon .checkbox {
    margin-bottom: 0;
}

.cart-page .order-summary .discount-coupon .checkbox label {
    margin-bottom: 0;
}

.cart-page .order-summary .discount-coupon span:last-child {
    position: relative;
    top: -3px;
    color: #000000;
    font-size: 14px;
}

.cart-page .product-cart-list {
    padding: 20px;
    background: #F2F2F2;
    border-radius: 8px;
    -webkit-filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
    filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
    margin-bottom: 20px;
}

.cart-page .product-cart-list .product-cart {
    position: relative;
    padding: 20px 0;
    border-bottom: 1px solid rgba(123, 123, 129, 0.3);
}

.cart-page .product-cart-list .product-cart:last-child {
    border-bottom: 0;
}

.cart-page .product-cart-list .product-cart .product-cart-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cart-page .product-cart-list .product-cart .product-cart-right .cart-img {
    width: 84px;
    height: 84px;
    border-radius: 8px;
    overflow: hidden;
    -webkit-filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
    filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
}


.cart-page .product-cart-list .product-cart .product-cart-right .cart-img  > a {
    display: block;
}

.cart-page .product-cart-list .product-cart .product-cart-right .cart-img img {
    width: 100%;
    height: 100%;
}

.cart-page .product-cart-list .product-cart .product-cart-right .cart-product-info {
    margin-left: 15px;
}

.cart-page .product-cart-list .product-cart .product-cart-right .cart-product-info h6 {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 8px;
}

.cart-page .product-cart-list .product-cart .product-cart-right .cart-product-info .price {
    font-size: 14px;
    font-weight: bold;
    color: var(--main-color);
}

.cart-page .product-cart-list .product-cart .product-cart-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 100%;
}

.cart-page .product-cart-list .product-cart .product-cart-left .quantity-wrap {
    position: absolute;
    right: 15px;
    bottom: 15px;
}

@media (max-width: 575px) {
    .cart-page .product-cart-list .product-cart .product-cart-left .quantity-wrap {
        position: unset;
        right: unset;
        bottom: unset;
        margin-top: 25px;
        margin-left: 35px;
    }
}

.cart-page .cart-address {
    background: #F2F2F2;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 8px;
    -webkit-filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
    filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
}

.cart-page .cart-address .product-cart-head {
    margin-bottom: 10px;
}

.cart-page .cart-address .add-new-address .add-new-address-btn {
    width: 100%;
    height: 130px;
    background: #FFF;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px dashed rgba(140, 140, 140, 0.5);
    padding: 0;
    min-height: 120px;
}

.cart-page .cart-address .add-new-address .add-new-address-btn img {
    width: 12px;
}

.cart-page .cart-address .add-new-address .add-new-address-btn span {
    margin-top: 5px;
    font-size: 14px;
    font-weight: 600;
}

.cart-page .cart-address.multi-address .address-box {
    display: grid;
    grid-template-columns: repeat(3, minmax(200px, 1fr));
    grid-gap: 30px;
}

@media (max-width: 1199px) {
    .cart-page .cart-address.multi-address .address-box {
        grid-template-columns: repeat(2, minmax(200px, 1fr));
        grid-gap: 20px;
    }
}

@media (max-width: 575px) {
    .cart-page .cart-address.multi-address .address-box {
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }
}

.cart-page .cart-address.multi-address .address-box .address-info {
    background: #FFF;
    padding: 16px;
    min-height: 120px;
}

.cart-page .cart-address.multi-address .address-box .address-info .address-info-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 14px;
}

.cart-page .cart-address.multi-address .address-box .address-info .address-info-head .edit-address-btn img {
    width: 15px;
}

.cart-page .cart-address.multi-address .address-box .address-info .address-info-head p {
    font-size: 12px;
    font-weight: bold;
    padding-right: 5px;
}

.cart-page .cart-address.multi-address .address-box .address-info .address-info-text {
    font-size: 12px;
    line-height: 26px;
    color: #000000;
}

.cart-page .cart-address.multi-address .add-new-address-btn {
    height: 100%;
}

.cart-page .cart-address.multi-address .choose-other-address {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 120px;
}

.cart-page .cart-address.multi-address .choose-other-address .choose-address {
    background: transparent;
    border: 0;
    padding: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    color: #006AAE;
}

.cart-page .payment {
    background: #F2F2F2;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 8px;
    -webkit-filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
    filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
}

.cart-page .payment .product-cart-head {
    margin-bottom: 10px;
}

.cart-page .payment .payment-box .payment-box-form {
    padding: 10px 0;
}

.cart-page .payment .payment-box .payment-box-form .form-group label {
    font-size: 14px;
    font-weight: 600;
    color: #000000;
}

.cart-page .payment .payment-box .payment-box-form .form-group .form-control {
    height: 40px;
    background: #FFF;
    border: 1px solid #D8D8D8;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.cart-page .payment .payment-box .payment-box-form .form-group .form-control::-webkit-input-placeholder {
    font-size: 12px;
}

.cart-page .payment .payment-box .payment-box-form .form-group .form-control::-moz-placeholder {
    font-size: 12px;
}

.cart-page .payment .payment-box .payment-box-form .form-group .form-control:-ms-input-placeholder {
    font-size: 12px;
}

.cart-page .payment .payment-box .payment-box-form .form-group .form-control::-ms-input-placeholder {
    font-size: 12px;
}

.cart-page .payment .payment-box .payment-box-form .form-group .form-control::placeholder {
    font-size: 12px;
}

.cart-page .contact-data {
    background: #F2F2F2;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 8px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.cart-page .contact-data .product-cart-head {
    margin-bottom: 10px;
}

.cart-page .contact-data .contact-data-form {
    padding: 10px 0;
}

.cart-page .contact-data .contact-data-form .form-group label {
    font-size: 14px;
    font-weight: 600;
    color: #000000;
}

.cart-page .contact-data .contact-data-form .form-group .form-control {
    height: 40px;
    background: #FFF;
    border: 1px solid #D8D8D8;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.cart-page .contact-data .contact-data-form .form-group .form-control::-webkit-input-placeholder {
    font-size: 12px;
}

.cart-page .contact-data .contact-data-form .form-group .form-control::-moz-placeholder {
    font-size: 12px;
}

.cart-page .contact-data .contact-data-form .form-group .form-control:-ms-input-placeholder {
    font-size: 12px;
}

.cart-page .contact-data .contact-data-form .form-group .form-control::-ms-input-placeholder {
    font-size: 12px;
}

.cart-page .contact-data .contact-data-form .form-group .form-control::placeholder {
    font-size: 12px;
}

.cart-page .contact-data .contact-data-form .form-group .form-control.phone-number {
    text-align: right;
    direction: rtl;
}

.cart-page .product-cart-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cart-page .product-cart-head p {
    margin-left: 10px;
    font-weight: bold;
}

.add_new_address .modal-content {
    border: 0;
    border-radius: 10px;
}

.add_new_address .modal-header {
    border: none;
    padding-bottom: 0;
}

.add_new_address .modal-header .modal-title img {
    width: 13px;
}

.add_new_address .modal-header .modal-title span {
    font-size: 16px;
    color: #000000;
    font-weight: bold;
    padding-left: 5px;
}

.add_new_address .modal-header .close-modal {
    background: transparent;
    border: 0;
    cursor: pointer;
}

.add_new_address .modal-header .close-modal img {
    width: 12px;
}

.add_new_address .add-address-modal {
    padding: 0 15px;
}

.add_new_address .add-address-modal .add-address-heading {
    margin-top: 10px;
}

.add_new_address .add-address-modal .add-address-heading h6 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #000;
}

.add_new_address .add-address-modal .form-control {
    height: 40px;
    background: #FFF;
    border: 1px solid #D8D8D8;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.add_new_address .add-address-modal .form-control::-webkit-input-placeholder {
    font-size: 12px;
}

.add_new_address .add-address-modal .form-control::-moz-placeholder {
    font-size: 12px;
}

.add_new_address .add-address-modal .form-control:-ms-input-placeholder {
    font-size: 12px;
}

.add_new_address .add-address-modal .form-control::-ms-input-placeholder {
    font-size: 12px;
}

.add_new_address .add-address-modal .form-control::placeholder {
    font-size: 12px;
}

.add_new_address .add-address-modal select {
    padding: 0px .75rem;
}

.add_new_address .add-address-modal .phone-box {
    position: relative;
}

.add_new_address .add-address-modal .phone-box .phone-number {
    text-align: right;
    direction: rtl;
    padding-right: 95px !important;
}

.add_new_address .add-address-modal .default {
    color: #000;
    margin: 10px 5px;
}

.add_new_address .add-address-modal .add-address-btn {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.add_new_address .add-address-modal .add-address-btn .btn-primary {
    width: 150px;
    height: 45px;
    margin-right: 15px;
}

.add_new_address .add-address-modal .add-address-btn .btn-outline-primary {
    width: 150px;
    height: 45px;
}

.add_new_address .modal-pattern {
    position: absolute;
    right: 0;
    bottom: 0;
}

.add_new_address .modal-pattern img {
    width: 60px;
}

.choose-address-modal .modal-content {
    border: 0;
    border-radius: 10px;
}

.choose-address-modal .modal-header {
    border: none;
    padding-bottom: 0;
}

.choose-address-modal .modal-header .modal-title img {
    width: 13px;
}

.choose-address-modal .modal-header .modal-title span {
    font-size: 16px;
    color: #000000;
    font-weight: bold;
    padding-left: 5px;
}

.choose-address-modal .modal-header .close-modal {
    background: transparent;
    border: 0;
    cursor: pointer;
}

.choose-address-modal .modal-header .close-modal img {
    width: 12px;
}

.choose-address-modal .choose-address-inner .choose-address-box {
    padding: 20px;
    border: 1px solid #D8D8D8;
    border-radius: 8px;
    margin-bottom: 20px;
}

.choose-address-modal .choose-address-inner .choose-address-box .choose-address-box-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.choose-address-modal .choose-address-inner .choose-address-box .choose-address-box-top .choose-address-box-right {
    width: 30%;
}

@media (max-width: 991px) {
    .choose-address-modal .choose-address-inner .choose-address-box .choose-address-box-top .choose-address-box-right {
        width: 80%;
    }
}

.choose-address-modal .choose-address-inner .choose-address-box .choose-address-box-top .choose-address-box-right .choose-address-right-head p {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px;
}

.choose-address-modal .choose-address-inner .choose-address-box .choose-address-box-top .choose-address-box-right .choose-address-text p {
    font-size: 14px;
    line-height: 25px;
}

.choose-address-modal .choose-address-inner .choose-address-box .choose-address-box-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px;
}

.choose-address-modal .choose-address-inner .choose-address-box .choose-address-box-bottom .default-checkbox label {
    color: var(--main-color);
    font-weight: bold;
    font-size: 14px;
}

.choose-address-modal .choose-address-inner .choose-address-box .choose-address-box-bottom .default-checkbox .checkbox .custom-checkbox {
    border: 1px solid var(--main-color);
}

.choose-address-modal .choose-address-inner .choose-address-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.choose-address-modal .choose-address-inner .choose-address-btn .btn {
    width: 100%;
    height: 50px;
    background: transparent;
    border: 1px solid #D8D8D8;
    color: var(--main-color);
    font-weight: bold;
    font-size: 14px;
}

.choose-address-modal .choose-address-inner .choose-address-btn .btn:hover {
    background: #DDD;
}

.choose-address-modal .choose-address-inner .choose-address-btn .btn span {
    padding-left: 5px;
}

.complete-order-modal .modal-content {
    border: 0;
    border-radius: 8px;
}

.complete-order-modal .modal-body {
    min-height: 350px;
    padding: 20px 40px;
    background: url(../img/complete-order-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.complete-order-modal .complete-order-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.complete-order-modal .complete-order-inner img {
    width: 100px;
}

.complete-order-modal .complete-order-inner h5 {
    font-size: 18px;
    font-weight: bold;
    margin: 15px 0;
}

.complete-order-modal .complete-order-inner p {
    font-size: 14px;
    color: #8C8C8C;
    line-height: 30px;
    margin-bottom: 20px;
}

.complete-order-modal .complete-order-inner .complete-order-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.complete-order-modal .complete-order-inner .complete-order-btn .btn {
    width: 150px;
    height: 45px;
    margin-right: 15px;
}

.complete-order-modal .complete-order-inner .complete-order-btn .btn:last-child {
    margin-right: 0;
}

.form-group label {
    font-size: 14px;
    font-weight: 600;
    color: #000000;
}

.form-group .form-control {
    height: 40px;
    background: #FFF;
    border: 1px solid #D8D8D8;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-group .form-control::-webkit-input-placeholder {
    font-size: 12px;
}

.form-group .form-control::-moz-placeholder {
    font-size: 12px;
}

.form-group .form-control:-ms-input-placeholder {
    font-size: 12px;
}

.form-group .form-control::-ms-input-placeholder {
    font-size: 12px;
}

.form-group .form-control::placeholder {
    font-size: 12px;
}

.default-label {
    background: #FFD4D7;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: bold;
    color: #970810;
}

.edit-address-btn {
    background: transparent;
    border: 0;
}

.edit-address-btn img {
    width: 18px;
}

.edit-address-btn span {
    font-size: 14px;
    color: #006AAE;
    padding-left: 5px;
    font-weight: 600;
}

.iti {
    width: 100%;
}

.iti__arrow {
    border-top-color: #1c1c1d !important;
}

.iti__selected-flag {
    direction: rtl !important;
    outline: none;
}

.iti__country-name {
    font-size: 12px;
}

.iti__arrow--up {
    border-bottom: none;
}

.iti__country-list {
    right: auto;
    left: 0;
    max-width: 290px;
    overflow-x: scroll !important;
}

/* tel responsive */
@media (max-width: 1024px) {
    .iti__country-list {
        right: 0;
        left: auto;
    }
}

@media (max-width: 576px) {
    .iti__country-list {
        left: 0;
        right: auto;
    }
}

.iti__country-name,
.iti__flag-box {
    margin-right: 6px;
}

.iti__country {
    direction: rtl;
    text-align: right;
}

.iti__arrow {
    border-top: 4px solid #fff;
}

.iti--separate-dial-code .iti__selected-dial-code {
    color: #000;
    font-size: 16px;
    font-weight: 600;
}

.iti--separate-dial-code .iti__selected-flag {
    background: transparent;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    background: transparent;
}

.fav-page {
    margin-bottom: 80px;
}

.aroma-packages-page {
    margin-bottom: 80px;
    margin-top: 30px;
}

.dash-page {
    padding-bottom: 50px;
}

.dash-page .dash-page-list {
    background: #FFF;
    border-radius: 8px;
    -webkit-filter: drop-shadow(0 1px 6px rgba(0, 0, 0, 0.16));
    filter: drop-shadow(0 1px 6px rgba(0, 0, 0, 0.16));
    margin-bottom: 30px;
    padding: 10px 0;
}

.dash-page .dash-page-list ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.dash-page .dash-page-list ul li a {
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #5A5A5A;
    width: 100%;
}

.dash-page .dash-page-list ul li a:hover {
    background: #F2F2F2;
}

.dash-page .dash-page-list ul li a span {
    font-size: 14px;
    font-weight: 600;
    padding-left: 14px;
}

.dash-page .dash-page-list ul li.active a {
    position: relative;
    background: #F2F2F2;
}

.dash-page .dash-page-list ul li.active a:after {
    content: "";
    width: 5px;
    height: 100%;
    background: var(--main-color);
    position: absolute;
    left: 0;
    top: 0;
}

.dash-page .dash-page-list ul li.active a span {
    font-weight: bold;
}

.dash-page .dash-page-list ul li:last-child a span {
    color: var(--main-color);
    font-weight: bold;
}

.dash-page .dash-page-list ul .line {
    width: 90%;
    margin: auto;
    height: 1px;
    background: #7B7B81;
    opacity: 0.30;
}

.dash-page .dash-box {
    background: #FFF;
    -webkit-box-shadow: 0 2px 17px rgba(0, 0, 0, 0.16);
    box-shadow: 0 2px 17px rgba(0, 0, 0, 0.16);
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.dash-page .dash-box .dash-box-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 575px) {
    .dash-page .dash-box .dash-box-head {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.dash-page .dash-box .dash-box-head .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.dash-page .dash-box .dash-box-head .text p {
    font-size: 12px;
    color: #8C8C8C;
}

.dash-page .dash-box .dash-box-head .text p span {
    padding-left: 3px;
}

.dash-page .dash-box .dash-box-head .text .status {
    padding: 4px 12px;
    border-radius: 4px;
    font-weight: bold;
    font-size: 12px;
    margin-left: 10px;
}

.dash-page .dash-box .dash-box-head .text .status.shipping-progress {
    background: #FFE8D5;
    color: #FF8800;
}

.dash-page .dash-box .dash-box-head .text .status.complete {
    background-color: #c9f7f5;
    color: #1bc5bd;
}

.dash-page .dash-box .dash-box-head .text .status.canceled {
    background: #FFCDD0;
    color: #FF0404;
}

.dash-page .dash-box .dash-box-head .text .status.paid {
    background-color: #c9f7f5;
    color: #1bc5bd;
}

.dash-page .dash-box .dash-box-head .time {
    font-weight: 600;
    font-size: 12px;
    color: #8C8C8C;
    direction: rtl;
}

.dash-page .dash-box .dash-box-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid rgba(123, 123, 129, 0.3);
}

.dash-page .dash-box .dash-box-product .dash-box-product-img {
    width: 89px;
    height: 66px;
    -webkit-filter: drop-shadow(0 1px 6px rgba(0, 0, 0, 0.16));
    filter: drop-shadow(0 1px 6px rgba(0, 0, 0, 0.16));
}

.dash-page .dash-box .dash-box-product .dash-box-product-text {
    margin-left: 10px;
    flex: 1;
}

.dash-page .dash-box .dash-box-product .dash-box-product-text .product-link {
    font-size: 14px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.dash-page .dash-box .dash-box-product .dash-box-product-text .price {
    color: #000000;
    font-weight: bold;
    font-size: 14px;
}

.dash-page .dash-box .dash-box-foot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px 0 0;
}

@media (max-width: 575px) {
    .dash-page .dash-box .dash-box-foot {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.dash-page .dash-box .dash-box-foot .total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
}

.dash-page .dash-box .dash-box-foot .total p {
    color: #000000;
    font-weight: bold;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.dash-page .dash-box .dash-box-foot .total span {
    font-weight: bold;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: var(--main-color);
    padding-left: 3px;
}

.dash-page .dash-box .dash-box-foot .action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 575px) {
    .dash-page .dash-box .dash-box-foot .action {
        margin-top: 5px;
    }
}

.dash-page .dash-box .dash-box-foot .action .btn {
    padding: 0 12px;
    min-width: 92px;
    height: 40px;
    margin-right: 10px;
}

.dash-page .dash-box .dash-box-foot .action .btn:last-child {
    margin-right: 0;
}

.dash-page .dash-box-btn {
    margin-top: 10px;
}

.dash-page .dash-box-btn .btn {
    width: 147.6px;
    height: 40px;
    margin-right: 15px;
}

.avatar-picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 20px 0;
}

.avatar-picture .image-input {
    position: relative;
    display: inline-block;
    border-radius: .42rem;
    background-repeat: no-repeat;
    background-size: cover;
}

.avatar-picture .image-input .image-input-wrapper {
    -webkit-box-shadow: 0 2px 17px rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 17px rgba(0, 0, 0, 0.08);
    border: 3px solid #fff;
    background-image: url("");
    width: 96px;
    height: 96px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.avatar-picture .image-input .btn {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16) !important;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16) !important;
    cursor: pointer;
    position: absolute;
    left: -10px;
    bottom: 0;
    color: #464e5f;
    background-color: #F2F2F2;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    height: calc(1em + 1rem + 2px);
    width: calc(1em + 1rem + 2px);
}

.avatar-picture .image-input .btn input {
    width: 0 !important;
    height: 0 !important;
    overflow: hidden;
    opacity: 0;
    display: none;
}

.avatar-picture .image-input .btn .icon {
    font-size: 12px !important;
}

.avatar-picture .image-input .btn .icon:before {
    color: var(--main-color);
}

.rating-modal .modal-content {
    border: 0;
    border-radius: 5px;
}

.rating-modal .modal-content .modal-header {
    border: 0;
    padding-bottom: 0;
}

.rating-modal .modal-content .modal-header .close-modal {
    background-color: transparent;
    padding: 0;
    border: 0;
    margin-left: auto;
    cursor: pointer;
}

.rating-modal .modal-content .modal-header .close-modal img {
    width: 12px;
}

.rating-modal .modal-content p {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}

.rating-modal .modal-content .jq-ry-container {
    margin: auto;
    margin-bottom: 30px;
}

.rating-modal .modal-content .sent-rate {
    margin: 15px auto;
    width: 80%;
}

.rating-modal .modal-content .sent-rate .btn {
    width: 100%;
    height: 45px;
    font-size: 14px;
    font-weight: bold;
}

.rating-modal .modal-content .form-control {
    height: 100px;
}

.coupon-box {
    position: relative;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 5px;
}

.coupon-box .form-control {
    width: 100%;
    padding-right: 100px;
    height: 40px;
    background: #FFF;
    border: 1px solid #D8D8D8;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 12px;
}

.coupon-box .btn {
    position: absolute;
    right: 10px;
    top: 5px;
    padding: 0;
    width: 80px;
    height: 30px;
    font-size: 12px;
    font-weight: bold;
}

.add-address-page .add-address-title {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.add-address-page .add-address-title img {
    width: 13px;
}

.add-address-page .add-address-title span {
    font-size: 16px;
    color: #000000;
    font-weight: bold;
    padding-left: 8px;
}

.add-address-page .add-address-heading {
    margin-top: 10px;
}

.add-address-page .add-address-heading h6 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #000;
}

.add-address-page select.form-control {
    padding: 0px .75rem;
}

.add-address-page .default {
    color: #000;
    margin: 10px 5px;
}

.new-address-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    padding: 5px 15px;
    margin-bottom: 20px;
}

.new-address-btn img {
    -webkit-filter: invert(1) brightness(10);
    filter: invert(1) brightness(10);
    width: 12px;
}

.new-address-btn span {
    padding-left: 7px;
}

.my-addresses-box .address-info {
    background: #FFF;
    padding: 16px;
    padding-bottom: 10px;
    min-height: 120px;
    -webkit-box-shadow: 0 2px 17px rgba(0, 0, 0, 0.16);
    box-shadow: 0 2px 17px rgba(0, 0, 0, 0.16);
    border-radius: 8px;
    margin-bottom: 20px;
    position: relative;
}

.my-addresses-box .address-info .address-info-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 14px;
}

.my-addresses-box .address-info .address-info-head p {
    font-size: 14px;
    font-weight: bold;
    padding-right: 5px;
}

.my-addresses-box .address-info .address-info-text {
    font-size: 14px;
    line-height: 26px;
    color: #000000;
    margin-bottom: 10px;
}

.my-addresses-box .address-info .address-info-foot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 20px;
    height: 40px;
}

.my-addresses-box .address-info .address-info-foot .edit-address-btn {
    padding: 0 !important;
    margin-left: auto;
}

.my-addresses-box .address-info .address-info-foot .default-label {
    margin-bottom: 0;
}

.my-addresses-box .address-info .delete-address {
    padding: 0;
    background: transparent;
    border: 0;
    position: absolute;
    right: 15px;
    top: 10px;
}

.notifications-box .notif-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.notifications-box .notif-head h5 {
    margin-bottom: 0;
    color: var(--main-color);
    font-size: 17px;
    font-weight: bold;
}

.notifications-box .notif-head p {
    color: #8C8C8C;
    font-size: 15px;
    font-weight: 600;
}

.notifications-box .notif-head p span {
    padding-right: 5px;
}

.notifications-box .notif-text {
    font-size: 14px;
    color: #000000;
    line-height: 30px;
}

.page-inner {
    margin-top: 20px;
}

.page-inner-head h5 {
    font-weight: bold;
    font-size: 20px;
    color: var(--main-color);
    margin-bottom: 30px;
    text-align: center;
}

.page-inner-text h6 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 30px;
}

.page-inner-text p {
    color: #3e3e3e;
    font-size: 13px;
    font-weight: 600;
    line-height: 30px;
}

.page-inner-text ul {
    margin-top: 10px;
}

.page-inner-text ul li {
    font-size: 13px;
    color: #3e3e3e;
    line-height: 30px;
    font-weight: 600;
    position: relative;
    padding-left: 15px;
}

.page-inner-text ul li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 13px;
    width: 6px;
    height: 6px;
    background: var(--main-color);
    border-radius: 50%;
}

.modal-open .complete-order-modal {
    background: rgba(0, 0, 0, 0.5);
}

.modal-open {
    padding-left: 0 !important;
}

.login-modal .modal-header {
    border: 0;
}

.login-modal .modal-header .close-modal {
    position: absolute;
    right: 20px;
    top: 20px;
    background: transparent;
    border: 0;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.login-modal .login-inner {
    padding: 0 20px 20px;
}

.login-modal .login-inner .login-header {
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-modal .login-inner .login-header h4 {
    text-align: center;
    font-size: 19px;
    font-weight: bold;
    color: #000000;
}

.login-modal .login-inner .login-header p {
    color: #8C8C8C;
    text-align: center;
    font-size: 15px;
    padding: 0 5px;
}

.login-modal .login-inner .login-wrapper nav {
    margin-top: 20px;
}

.login-modal .login-inner .login-wrapper nav .nav-tabs {
    border: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.login-modal .login-inner .login-wrapper nav .nav-tabs .nav-link {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: #FFF;
    border: 1px solid #D8D8D8;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 20px;
    border-radius: 5px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.login-modal .login-inner .login-wrapper nav .nav-tabs .nav-link:last-child {
    margin-right: 0;
}

.login-modal .login-inner .login-wrapper nav .nav-tabs .nav-link span {
    padding-left: 10px;
    font-size: 13px;
    color: #000000;
    font-weight: 600;
}

.login-modal .login-inner .login-wrapper nav .nav-tabs .nav-link.active {
    background: var(--main-color);
    border-color: var(--main-color);
}

.login-modal .login-inner .login-wrapper nav .nav-tabs .nav-link.active span {
    color: #FFF;
}

.login-modal .login-inner .login-wrapper nav .nav-tabs .nav-link.active img {
    -webkit-filter: invert(1);
    filter: invert(1);
}

.login-modal .login-inner .login-wrapper .tab-content {
    padding-top: 20px;
}

.login-modal .login-inner .login-wrapper .tab-content .phone-number {
    padding-left: 94px !important;
    text-align: left;
}

.login-modal .login-inner .login-wrapper .tab-content .phone-number::placeholder {
    font-size: 14px;
}

.login-modal .login-inner .login-wrapper .tab-content .email-box {
    position: relative;
}

.login-modal .login-inner .login-wrapper .tab-content .email-box .form-control {
    padding-left: 40px;
}

.login-modal .login-inner .login-wrapper .tab-content .email-box img {
    position: absolute;
    top: 13px;
    left: 15px;
    width: 20px;
}

.login-modal .login-inner .login-wrapper .tab-content .verification-code-input {
    display: none;
    width: 100%;
}

.login-modal .login-inner .login-wrapper .tab-content .verification-code-input .form-group {
    width: 100%;
}

.login-modal .login-inner .login-wrapper .login-btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.login-modal .login-inner .login-wrapper .login-btn-wrap .login-btn {
    width: 100%;
    height: 45px;
    font-size: 15px;
    font-weight: bold;
}

.login-modal .login-inner .login-wrapper .verification-code-number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 10px;
    display: none;
}

.login-modal .login-inner .login-wrapper .verification-code-number .reset-verification-code {
    background: transparent;
    border: 0;
    color: #006AAE;
    opacity: 0.80;
    font-size: 14px;
    cursor: pointer;
    text-decoration: underline;
}

.login-modal .login-inner .login-wrapper .verification-code-number .reset-verification-code:disabled {
    color: #8C8C8C;
    text-decoration: none;
}

.login-modal .login-inner .login-wrapper .verification-code-number .timer-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    color: #006AAE;
    font-weight: bold;
}

footer {
    padding-top: 32px;
    background: rgba(29,29,29,0.95) url('../img/footer-bg.jpg') no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
}

footer:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(29,29,29,0.95);
    z-index: 0;
}

footer .footer-wrap {
    display: grid;
    grid-template-columns: 2fr 2fr 1fr 1fr;
    gap: 50px 90px;
    position: relative;
    z-index: 2;
    padding-bottom: 20px;
}

@media (max-width: 1199px) {
    footer .footer-wrap {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 767px) {

    footer {
        padding-top: 25px;
    }

    footer .footer-wrap {
        gap: 20px;
    }

    footer .footer-wrap .footer-col:nth-child(1) {
        grid-column: 1 / 3;
    }

    footer .footer-wrap .footer-col:last-child {
        grid-column: 1 / 3;
        display: grid;
        place-content: center;
        text-align: center;
        margin-top: 20px;
    }
}

@media (max-width: 575px) {
    footer .footer-wrap .footer-col .logo {
        text-align: center;
    }
}

footer .footer-wrap .footer-col .logo img {
    width: 104.28px;
}

footer .footer-wrap .footer-col .store-info {
    margin-top: 20px;
}

footer .footer-wrap .footer-col #storeInfo * {
    font-family: 'Tajawal', sans-serif !important;
    color: #FFFFFF !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    line-height: 25px;
}

@media (max-width: 575px) {
    footer .footer-wrap .footer-col .store-info {
        text-align: center;
    }

    footer .footer-wrap .footer-list .footer-col {
        text-align: center;
        margin-top: 20px;
    }
}

footer .footer-wrap .footer-col h5 {
    color: #FFFFFF;
    font-weight: bold;
    margin-bottom: 30px;
    font-size: 15px;
    position: relative;
}


footer .footer-wrap .footer-col  h5:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #767676;
}

footer .footer-wrap .footer-col .footer-list  ul li {
    margin-bottom: 5px;
}

footer .footer-wrap .footer-col .footer-list  ul li:last-child {
    margin-bottom: 0;
}

@media (max-width: 575px) {
    footer .footer-wrap .footer-col .footer-list  ul li {
        margin-bottom: 10px;
    }
}

footer .footer-wrap .footer-col .footer-list  ul li a {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
    transition: 0.3s;
}

footer .footer-wrap .footer-col .footer-list  ul li a:hover {
    color: var(--main-color);
}

footer .footer-wrap .footer-col .footer-social {
    margin-top: 22px;
}

footer .footer-wrap .footer-col .footer-social ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

@media (max-width: 575px) {
    footer .footer-wrap .footer-col .footer-social ul {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
    }
}

footer .footer-wrap .footer-col .footer-social ul li {
    margin-right: 20px;
}

footer .footer-wrap .footer-col .footer-social ul li:last-child {
    margin-right: 0;
}

footer .footer-wrap .footer-col .footer-social ul li a {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #FFFFFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
            filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

footer .footer-wrap .footer-col .footer-social ul li a:hover {
    background: var(--main-color);
}

footer .footer-wrap .footer-col .footer-social ul li a:hover svg path {
    fill: #FFFFFF;
}

footer .copyright {
    position: relative;
    z-index: 2;
}

footer .copyright .copyright-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid rgba(112, 112, 112, 0.15);
    padding: 15px 0;
    font-size: 14px;
    color: #FFFFFF;
}

@media (max-width: 767px) {
    footer .copyright .copyright-inner {
        padding: 15px 0;
    }
}

footer .copyright .copyright-inner span {
    padding-inline-end: 5px;
}

.iti--separate-dial-code .iti__selected-flag {
    display: flex;
    flex-direction: row-reverse;
}

.iti__country {
    direction: ltr;
    text-align: left;
}

.loader-wapper {
    position: fixed;
    height: 100vh;
    background: #ffffffbd;
    z-index: 999;
    width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 0;
    left: 0;
}

.loader-wapper img {
    -webkit-animation: scale 0.9s linear forwards infinite;
    animation: scale 0.9s linear forwards infinite;
}

@-webkit-keyframes scale {
    0% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }

    70% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }
}
@keyframes scale {
    0% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }

    70% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }
}

.swal2-styled.swal2-default-outline:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.swal2-title .error {
    font-size: 16px;
}

.swal2-title {
    font-size: 18px;
}

/* select2 */
.select2-container--default .select2-selection--single {
    border: 1px solid #d8d8d8;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    font-size: 14px;
    color: #6c757d;
    padding-left: 5px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 7px;
    right: 5px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    outline: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
}

.select2-results__option {
    font-size: 14px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #970810;
}


.no-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100px;
}

.no-data h5 {
    font-size: 16px;
    color: #c5c5c5;
    margin-bottom: 0;
    margin-top: 10px;
    font-weight: 500;
}

.form-group label.error {
    font-size: 12px;
    color: #ff000e !important;
}

.iti__selected-flag {
    height: 40px;
}

.iti--allow-dropdown input, .iti--allow-dropdown input[type=tel], .iti--allow-dropdown input[type=text], .iti--separate-dial-code input, .iti--separate-dial-code input[type=tel], .iti--separate-dial-code input[type=text] {
    text-align: left;
    padding-left: 90px !important;
    direction: ltr;
}

/* loader */

.lds-roller {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
}
.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--main-color);
    margin: -4px -4px 0 0;
}
.lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
    top: 63px;
    right: 63px;
}
.lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
    top: 68px;
    right: 56px;
}
.lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
    top: 71px;
    right: 48px;
}
.lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
    top: 72px;
    right: 40px;
}
.lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
    top: 71px;
    right: 32px;
}
.lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
    top: 68px;
    right: 24px;
}
.lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
    top: 63px;
    right: 17px;
}
.lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
    top: 56px;
    right: 12px;
}
@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* shopping cart Modal*/

.shopping-cart {
    margin: 20px 0;
    background: #FFF;
    width: 450px;
    border-radius: 3px;
    padding: 20px;
    position: absolute;
    z-index: 10000;
    right: 1px;
    top: 55px;
    -webkit-box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
}


.shopping-cart .shopping-cart-header {
    /* border-bottom: 1px solid #E8E8E8; */
    padding-bottom: 5px;
}

.shopping-cart .shopping-cart-items {
    padding-top: 0px;
    margin-bottom: 15px;
    max-height: 230px;
    overflow: auto;
}

.shopping-cart .shopping-cart-items::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.shopping-cart .shopping-cart-items::-webkit-scrollbar-thumb {
    background: #DDD;
}

.shopping-cart .shopping-cart-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.shopping-cart .shopping-cart-items li {
    position: relative;
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 15px;
    padding-top: 10px;
}

.shopping-cart .shopping-cart-item .cart-check {
    margin-right: 8px;
}

.shopping-cart .shopping-cart-items .item-name {
    display: block;
    padding-top: 10px;
    font-size: 14px;
    margin-left: 8px;
    padding-right: 50px;
}

.shopping-cart .remove-product {
    background: transparent;
    border: 0;
    position: absolute;
    right: 10px;
    top: 22px;
    cursor: pointer;

    width: 20px;
    height: 20px;
    background: #474141;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid transparent;
}

.shopping-cart .remove-product img {
    width: 8px;
    filter: invert(0) brightness(5);
}

.shopping-cart .remove-product:hover {
    background: transparent;
    border-color: #474141;
}

.shopping-cart .remove-product:hover img {
    filter: none;
}

.shopping-cart .shopping-cart-items .item-price {
    color: #970810;
    margin-left: 8px;
    font-size: 14px;
}

.shopping-cart .shopping-cart-items .item-quantity {
    color: #ABB0BE;
}

.shopping-cart .quantity-wrap {
    margin-top: 10px;
    margin-left: 8px;
}

.shopping-cart .cart-product-img {
    width: 90px;
    height: 90px;
    flex-shrink: 0;
}

.shopping-cart .cart-product-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 991px) {
    .shopping-cart {
        top: auto !important;
        width: 280px;
        min-height: 100px;
        padding: 10px;
    }

    .shopping-cart .cart-product-img {
        width: 50px;
        height: 50px;
    }

    .shopping-cart .shopping-cart-item {
        align-items: flex-start;
    }

    .shopping-cart .shopping-cart-items .item-name {
        font-size: 12px;
        padding-right: 0;
        width: 80%;
        padding-top: 0;
    }

    .shopping-cart .shopping-cart-items .item-price {
        font-size: 12px;
    }

    .quantity-form .value-button {
        width: 20px;
        height: 20px;
    }

    .quantity-form .value-button img {
        width: 10px;
    }

    .shopping-cart .remove-product {
        top: 17px;
        right: 8px;
    }

    .shopping-cart .remove-product img {
        width: 9px;
    }

    .shopping-cart-header .select-all label {
        margin-bottom: 0;
    }

    .shopping-cart .btn-primary {
        font-size: 12px;
        margin-right: 10px;
    }
}

.btn-primary.disabled,
.btn-primary:disabled {
    background-color: var(--main-color);
    border-color: var(--main-color);
    opacity: 0.7;
    pointer-events: none;
}

#toast-container>div {
    opacity: 1 !important;
    box-shadow: none !important;
}

#toast-container {
    left: 12px !important;
    bottom: 12px !important;
    top: unset !important;
}

.cart-page .empty-cart {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
}

.cart-page .empty-cart img {
    width: 80px;
    height: 80px;
}

.cart-page .empty-cart p {
    font-size: 15px;
    color: #bfb7b7;
    margin-top: 11px;
}

.maintenance-page {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #EFF5F4;;
}

.maintenance-page .error-page-img img {
    width: 450px;
}

.maintenance-page .error-page-inner {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.maintenance-page .error-page-inner img {
    width: 100px;
}

.maintenance-page .error-page-inner h5 {
    font-size: 28px;
    margin: 20px 0 10px;
    font-weight: 500;
    color: #970810;
    font-weight: 600;
}

.maintenance-page .error-page-inner p {
    color: #5E5E5E;
    font-size: 16px;
    line-height: 2;
}

.maintenance-page .error-page-inner .btn {
    border-radius: 30px;
    height: 42px;
    width: 150px;
    margin-top: 20px;
}

@media (max-width: 991px) {
    .maintenance-page .error-page-img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .maintenance-page .error-page-img img {
        width: 300px;
    }

    .maintenance-page .error-page-inner {
        margin-top: 30px;
    }
}


header .header-bottom.header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 90px;
    background: #FFF;
    z-index: 999;
    display: flex;
    align-items: center;
}

@media (max-width: 991px) {
    .page-inner.add-margin {
        padding-top: 50px;
    }
    /* .main-slider.add-margin {
        padding-top: 50px;
    } */
}

@media (min-width: 992px) {
    .page-inner.add-margin {
        padding-top: 80.5px;
    }
    /* .main-slider.add-margin {
        padding-top: 80.5px;
    } */

}

.profile-modal .modal-header {
    padding-right: 30px;
}

.profile-modal .modal-header h5 {
    font-size: 14px;
    font-weight: bold;
}

.profile-modal .modal-header .close-modal {
    background: transparent;
    border: 0;
    cursor: pointer;
}

.profile-modal .modal-header .close-modal img {
    width: 12px;
}

.profile-modal .profile-modal-btn {
    margin-top: 10px;
    margin-bottom: 10px;
}

.profile-modal .profile-modal-btn .btn {
    width: 150px;
    height: 40px;
}

.header-pay {
    font-size: 16px;
    color: #000000;
    font-weight: bold;
    margin: 15px 0;
}

.header-pay span {
    margin-left: 10px;
}

.empty-favorites {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 30px auto;
}

.empty-favorites img {
    width: 150px;
}

.empty-favorites p {
    font-size: 14px;
    color: #bfb7b7;
    margin-top: 11px;
    font-weight: bold;
}

.footer-social .facebook {
    background: #1877f2;
}

.footer-social .twitter {
    background: #1da1f2;
}
/*
.footer-social .instagram {
  background: #7232bd;
} */

.footer-social .snapchat {
    background: #fffc00;
}

.pay-mobile {
    padding-top: 50px;
}

.pay-mobile .order-summary {
    width: 90% !important;
}

.pay-mobile .header-pay {
    margin: 30px 0;
    padding-left: 15px;
}

.capon_message {
    font-size: 13px;
    color: #16a085;
    margin-top: 10px;
    margin-bottom: 0;
    letter-spacing: 0.5px;
    font-weight: bold;
}

.message-page {
    padding: 50px 0;
}

.message-page .message-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.message-page .message-inner img {
    width: 100px;
}

.message-page .message-inner h5 {
    font-size: 18px;
    font-weight: bold;
    margin: 25px 0 10px;
}

.message-page .message-inner p {
    font-size: 14px;
    color: #8c8c8c;
    line-height: 30px;
    margin-bottom: 0;
}

#error-msg {
    color: #F00;
    font-size: 12px;
    margin-top: 5px;
}

.evaluate-orders .dash-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.evaluate-orders .dash-box .dash-box-product .rate-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.products-wrapper .product-details .rate-number {
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

.products-wrapper .product-details .rate-number img {
    width: 21px;
}

.products-wrapper .product-details .rate-number span {
    padding-left: 5px;
    font-size: 18px;
}

.done-rate {
    background: #FFE8D5;
    color: #FF8800;
    padding: 8px 10px;
    font-size: 11px;
}

.ship-number {
    display: flex;
    align-items: center;
    font-size: 14px;
    margin-top: 6px;
    font-weight: 500;
}

.ship-number img {
    padding-right: 4px;
}

.ship-number span {
    font-weight: bold;
    padding: 0 4px;
}

.ship-number .review-star {
    padding: 0 5px;
}

.subscription-period .form-control {
    padding: 0 6px;
}

.example {
    display: -ms-grid;
    display: grid;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: -webkit-gradient(linear, right top, right bottom, from(white), to(black));
    background: -o-linear-gradient(top, white, black);
    background: linear-gradient(to bottom, white, black);
}

.step-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-bottom: 40px;
}

@media (max-width: 991px) {
    .step-row {
        max-width: 100%;
    }
}

.cart-wrapper {
    max-width: 60%;
    margin: auto;
}

@media (max-width: 991px) {
    .cart-wrapper {
        max-width: 100%;
    }
}

.step-row:after {
    content: "";
    position: absolute;
    top: 25%;
    right: 50%;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    bottom: 70%;
    width: 90%;
    height: 1px;
    background: var(--main-color);
    z-index: -1;
}

@media (max-width: 991px) {
    .step-row:after {
        width: 91%;
        right: 46%;
    }
}

/* @media (max-width: 575px) {
  .step-row:after {
    width: 91%;
  }
} */

.step-row .step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.step-row .step .circle {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 2px solid var(--main-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #FFF;
}

.step-row .step .circle span {
    color: var(--main-color);
}

.step-row .step .circle svg {
    width: 18px;
}

.step-row .step p {
    font-size: 16px;
    margin-top: 10px;
    color: var(--main-color);
    font-weight: 500;
}

.step-row .step.active .circle {
    background: var(--main-color);
}

.step-row .step.active p {
    font-weight: bold !important;
}

.step-row .step.active .circle svg path {
    fill: #FFF;
}

.cart-wrapper .cart-img {
    margin-left: 0 !important;
}

.cart-wrapper .price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cart-wrapper .price p {
    font-size: 18px;
    font-weight: bold;
    padding-right: 5px;
    margin-bottom: 0 !important;
}

@media (max-width: 575px) {
    .cart-wrapper .cart-box-left {
        width: 100%;
    }
}

.cart-wrapper .cart-total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px solid #DDD;
    padding: 15px 10px;
    margin-top: 10px;
    border-radius: 5px;
}

.cart-wrapper .cart-total .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cart-wrapper .cart-total .right p {
    margin-left: 5px;
    font-size: 14px;
    font-weight: bold;
}

.cart-wrapper .cart-total .left {
    font-size: 20px;
}

.cart-wrapper .cart-total .left h5 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0;
}

.cart-wrapper .cart-total .left h5 span {
    font-size: 12px;
}

.cart-wrapper .cart-total .left h5 span.total_cart_text {
    font-size: 18px;
}

.cart-wrapper .cart-step-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
}

.cart-wrapper .cart-step-action .btn {
    min-width: 150px;
    border-radius: 5px;
    min-height: 35px;
}

.cart-wrapper .cart-step-action .btn svg {
    transform: rotate(180deg);
}

.cart-page .cart-wrapper .cart-address.multi-address .address-box {
    grid-template-columns: repeat(3, minmax(100px, 1fr));
    grid-gap: 15px;
}

@media (max-width: 1199px) {
    .cart-page .cart-wrapper .cart-address.multi-address .address-box {
        grid-template-columns: repeat(2, minmax(200px, 1fr));
    }
}

@media (max-width: 575px) {
    .cart-page .cart-wrapper .cart-address.multi-address .address-box {
        grid-template-columns: 100%;
    }
}

.cart-page .cart-wrapper .coupon-box {
    margin-bottom: 20px;
}

.cart-product-info .price-val + span {
    padding-inline-start: 5px;
}

.price-val.old-price {
    position: relative;
}

.price-val.old-price:after {
    content: "";
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translate(50%, -50%);
    width: 100%;
    height: 1px;
    background: var(--main-color);
}

.remove-n-product,
.remove-n-single-product {
    background: transparent;
    border: 0;
    position: absolute;
    right: 10px;
    top: 7px;
    cursor: pointer;
}


/*new */

header .header-bottom .header-bottom-inner .header-bottom-start {
    display: flex;
    align-items: center;
    gap: 14.5px;
}

header .header-bottom .header-bottom-inner .header-bottom-start .line {
    width: 1px;
    height: 20px;
    background: rgba(112, 112, 112, 0.10);
}

header .header-bottom .header-bottom-inner .header-bottom-start .dropdown-toggle {
    background: transparent !important;
}

header .header-bottom .header-bottom-inner .header-bottom-end {
    display: flex;
    align-items: center;
    gap: 12px;
}

.notifications-dropdown .dropdown-menu {
    min-width: 283px;
    text-align: start;
    right: 0 !important;
    left: auto !important;
    transform: none !important;
    top: 56px !important;
    padding: 0;
}

.notifications-dropdown .dropdown-menu ul {
    max-height: 280px;
    overflow-y: scroll;
}

.notifications-dropdown .dropdown-menu ul .dropdown-item {
    white-space: normal;
    font-size: 13px;
    color: #524d4d;
    padding: 10px;
    border-bottom: 1px solid #f3f3f3;
}

.notifications-dropdown .dropdown-menu ul li:last-child .dropdown-item {
    border-bottom: 0;
}

.notifications-dropdown .all-notifications {
    display: block;
    padding: 10px;
    text-align: center;
    color: #333;
    background: #f3f3f3;
    font-size: 13px;
}


header .header-bottom .header-bottom-inner {
    position: relative;
}

header .header-bottom .header-bottom-inner .logo {
    position: absolute;
    inset-inline-end: 50%;
    transform: translateX(50%);
}

header .header-bottom .header-bottom-inner .logo img {
    width: 79.46px;
}

header .user-dropdown .dropdown-menu {
    text-align: start;
    min-width: 200px !important;
    right: unset !important;
    left: auto !important;
    transform: none !important;
    top: 90px !important;
}

header .user-dropdown .dropdown-menu .user-dropdown-item span {
    font-size: 14px;
    color: #555555;
}

header .user-dropdown .dropdown-menu .line {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}


header .header-bottom-inner .search-box-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

header .header-user-btns {
    display: flex;
    align-items: center;
}

header .search-box-wrap .search-btn,
header .header-bottom-end .user-login .btn,
header .header-bottom-end .cart-btn .btn,
header .user-dropdown .btn,
header .notifications-dropdown .btn
{
    background: #fff;
    border: 1px solid #e0e0e0;
    width: 32px;
    height: 32px;
    transition: all .2s ease-out;
    border-radius: 50%;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    box-shadow: 0 1px 6px rgba(131,46,224,0.24) !important;
}

header .search-box-wrap .search-btn:hover,
header .header-bottom-end .user-login .btn:hover,
header .header-bottom-end .cart-btn .btn:hover,
header .user-dropdown .btn:hover,
header .notifications-dropdown .btn:hover
{
    background: var(--main-color);
}

header .search-box-wrap .search-btn:hover svg path[fill],
header .header-bottom-end .user-login .btn:hover svg path[fill],
header .header-bottom .header-bottom-end .btn-gray:hover svg path[fill],
header .header-bottom-end .cart-btn .btn:hover svg path[fill],
header .header-bottom-end .cart-btn .btn:hover svg circle[fill],
header .user-dropdown .btn:hover svg path[fill],
header .notifications-dropdown .btn:hover svg path[fill]
{
    fill: #FFF !important;
}

header .search-box-wrap .search-input {
    position: absolute;
    width: 250px;
    top: 43px;
    z-index: 2;
}

header .search-box-wrap .search-input .form-control {
    color: #555;
    padding: 7px 12px;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #eee;
    outline: none !important;
    box-shadow: none !important;
    font-size: 13px;
}

header .search-box-wrap .search-input .form-control::placeholder {
    font-size: 12px;
}

header .header-bottom {
    position: relative;
    box-shadow: 0 3px 6px rgba(209,209,209,0.24);
}

header .header-bottom:after {
    content: "";
    position: absolute;
    top: 0;
    inset-inline-end: 0;
    width: 100%;
    height: 11px;
    background: linear-gradient(to right, #832EE0, #AD42D8);
}

header .header-bottom .header-bottom-inner {
    padding: 35px 0 24px;
}

header .header-bottom .header-bottom-inner .notifications-nodata {
    padding: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

header .header-bottom .header-bottom-inner .notifications-nodata h5 {
    font-size: 12px;
    margin-bottom: 0;
}

@media (max-width: 1199px) {
    header .header-bottom:after {
        height: 6px
    }
}

@media (max-width: 991px) {
    header {
        display: block;
        height: 70px;
    }

    header .header-bottom.header-fixed {
        height: 70px;
        display: flex;
        align-items: center;
    }

    header .header-bottom .header-bottom-inner .logo img {
        width: 50px;
    }
}

@media (min-width: 992px) {
    .product-section.add-margin {
        padding-top: 97.5px;
    }

    .page-inner.add-margin {
        padding-top: 97.5px;
    }

}

/* login modal */

@media (min-width: 576px) {
    #m_login_modal .modal-dialog {
        max-width: 400px;
    }
}


.login-inner-head {
    display: flex;
    flex-direction: column;
    align-items: center;

}

.login-inner-head .icon {
    height: 80px;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 2px solid var(--main-color);
    border-radius: 50%;

}

.login-inner-head  h4 {
    margin-bottom: 0;
    font-size: 14px;
    color: #555;
    margin-top: 18px;
    font-weight: 500;
}

.login-modal .login-inner .login-wrapper nav .nav-tabs .nav-link.active {
    border-color: var(--main-color);
    background: var(--main-color);
}

.login-modal .login-inner .login-wrapper .login-btn-wrap .login-btn,
.login-modal .login-inner .login-wrapper .activation-btn-wrap .btn-primary
{
    border-color: var(--main-color);
    background: var(--main-color);
    height: 33px;
    font-size: 13px;
    font-weight: normal;
}

.login-modal .login-inner .login-wrapper .login-btn-wrap .login-btn:hover,
.login-modal .login-inner .login-wrapper .activation-btn-wrap .btn-primary:hover
{
    background: #141010;
}

.product-section-head {
    margin-bottom: 24px;
}

.product-section-head .head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.product-section-head .head h6 {
    font-weight: bold;
    font-size: 17px;
    padding: 0;
    color: #424242;
    margin-bottom: 0;
}

.product-section-head .head .line {
    flex: 1;
    width: 100%;
    margin: 0 15px;
    height: 1px;
    background-color: #F0F0F0;
}

.product-section-head .head .show_all {
    background-color: #fff;
    border: 1px solid var(--main-color)!important;
    color: var(--main-color);
    font-size: 14px;
    font-weight: 500;
    padding: 5px 18px;
    border-radius: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .35s cubic-bezier(.2,1,.3,1);
}

.product-section-head .head .show_all:hover {
    color: #FFF;
    background-color: var(--main-color);
}

.product-box .product-box-img img {
    object-fit: initial;
}


.product-box .product-box-desc .product-box-footer .add_to_cart {
    padding: 0.5rem 0.8em;
    border-inline-start: 1px solid #dfdfdf;
    border-radius: 0;
}

.product-box .product-box-desc .product-box-footer .add_to_cart:hover {
    background: var(--main-color);
    border-inline-start: none;
}

.product-box .product-box-desc .product-box-footer .add_to_cart:hover img {
    filter: invert(1) brightness(10);
}


.testimonial {
    background: #FFF;
    padding-top: 0;
}

.testimonial .head h6 {
    color: #636363;
    font-size: 20px;
    font-weight: normal;
}

.testimonial-inner {
    max-width: 740px;
    margin: auto;
}

.testimonial-inner blockquote p {
    max-width: 340px;
    position: relative;
    padding: 1.2rem 1rem 1.5rem;
    border: 1px solid #d6d6d6;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.06);
    border-radius: 5px;
    margin-bottom: 1.5rem;
    text-align: center;
    position: relative;
}

.testimonial-inner blockquote p:after {
    content: "";
    position: absolute;
    left: 40px;
    bottom: -20px;
    border: 10px solid transparent;
    border-top-color: #fff;
}

.testimonial-inner blockquote p::before {
    content: "";
    position: absolute;
    left: 38px;
    bottom: -24px;
    border: 12px solid transparent;
    border-top-color: #d6d6d6;
    z-index: -1;
}

.testimonial-inner blockquote p span {
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-inner blockquote .author-info {
    display: flex;
    align-items: center;
    gap: 5px;
}

.testimonial-inner blockquote .author-info > img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;
    overflow: hidden;
}

.testimonial-inner blockquote .author-info .author-data {
    display: flex;
    align-items: center;
    gap: 15px;
}

.testimonial-inner blockquote .author-info .author-data .rating {
    display: flex;
    align-items: center;
    gap: 2px;
}

.testimonial .swiper-pagination-bullet {
    opacity: 1;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #d8d8d8;
}

.testimonial .swiper-pagination-bullet-active {
    background: var(--main-color) !important;
    width: 8px;
    border-radius: 50%;
}


@media (max-width: 767px) {
    .testimonial-inner {
        max-width: 100%;
    }

    .testimonial .testimonial-inner .swiper-wrapper {
        margin: auto !important;
    }

    .testimonial-inner blockquote p {
        max-width: 100%;
    }
}

.products-wrapper .product-slider .main-img-box .main-img {
    height: 457px;
}

@media (max-width: 575px) {
    .products-wrapper .product-slider .main-img-box .main-img {
        height: 300px;
    }
}

.products-wrapper .product-details .product-name {
    font-size: 20px;
    font-weight: bold;
    margin-right: 0;
    color: #000000;
}


.products-wrapper .product-details .price {
    font-size: 22px;
    color: var(--main-color);
    margin-top: 13px;
    margin-bottom: 21px;
    font-weight: bold;
}

.products-wrapper .product-details .remaining-quantity {
    color: #000000;
    font-weight: 500;
    font-size: 14px;
    margin-top: 10px;
    display: flex;
    align-items: center;
}

.products-wrapper .product-details .remaining-quantity label {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.products-wrapper .product-details .remaining-quantity span {
    padding-inline-start: 5px;
}

.products-wrapper .ship-number {
    margin-bottom: 20px;
    margin-top: 12px;
}

.products-wrapper .ship-number span.fa-stack {
    padding: 0 2px;
}

.products-wrapper .ship-number img {
    padding-inline-end: 1px;
    padding-right: 0;
}

.page-breadcrumb ul li.active {
    font-weight: normal;
}

.page-breadcrumb ul li img {
    margin-right: 0;
}

.products-wrapper .share-product-links {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.products-wrapper .share-product-links div {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #FAFAFA;
    padding: 15px;
}

.products-wrapper .share-product-links div div:last-child {
    display: none !important;
}

.products-wrapper .product-info-boxs {
    border-top: 1px solid #EAEAEA !important;
    border-bottom: 1px solid #EAEAEA !important;
    padding-top: 24px;
    padding-bottom: 23px;
    display: flex;
    align-items: center;
    gap: 32px;
}

.products-wrapper .product-info-boxs .subscription-duration-row {
    display: flex;
    align-items: center;
    gap: 10px;
}

.products-wrapper .product-info-boxs .subscription-duration-row label {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    color: #424242;
}

.products-wrapper .product-info-boxs .subscription-duration-row .form-control {
    min-width: 208.5px;
    height: 45px;
    border-radius: 6px;
    border: 1px solid #EAEAEA;
    font-size: 13px;
    color: #656565;
}

.products-wrapper .quantity-box {
    display: flex;
    align-items: center;
    gap: 9.5px;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

.products-wrapper .quantity-box label {
    margin-bottom: 0;
}

.quantity-wrap .quantity-form {
    border: 1px solid #EAEAEA;
    border-radius: 6px !important;
    padding: 10px;
}

.quantity-wrap .quantity-form .value-button {
    width: 24.93px;
    height: 24.93px;
    background-color: #E7E7E7;
    box-shadow: none;
    transition: 0.3s;
}

.quantity-wrap .quantity-form .value-button:hover {
    background: var(--main-color);
}

.quantity-wrap .quantity-form .quantity-input {
    min-width: 42px;
    height: 24.93px !important;
}

@media (max-width: 575px) {
    .quantity-wrap .quantity-form .quantity-input {
        min-width: auto;
    }
}

.products-wrapper .product-details .product-btns {
    padding-top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

.products-wrapper .product-details .product-btns .btn-primary {
    width: 271.5px;
    flex: 1;
    height: 45px;
    font-weight: bold;
    font-size: 16px;
    background: linear-gradient(45deg, #832EE0, #AD42D8);
}

.products-wrapper .product-details .product-btns .btn-primary:hover {
    background: linear-gradient(-45deg, #832EE0, #AD42D8) !important;
}


.products-wrapper .product-details .product-btns .btn-outline-primary {
    background: #F0F0F0;
    border-color: #F0F0F0;
    width: 271.5px;
    flex: 1;
    height: 45px;
    font-weight: 500;
    font-size: 16px;
    color: #666666;
}

.products-wrapper .product-details .product-btns .btn-outline-primary:hover {
    background: #d4d4d4;
    border-color: #d4d4d4;
}

.products-wrapper .product-details .product-btns .add-fav {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: rgba(140, 140, 140, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.products-wrapper .product-details .product-btns .add-fav svg {
    width: 22.83px;
    position: relative;
    top: 1px;
}

.products-wrapper .product-details .product-btns .add-fav.fav svg path {
    fill: var(--main-color);
}

@media (max-width: 767px) {
    .products-wrapper .product-details .product-btns form {
        flex: none;
    }
}

.products-feedback .feedback-list .feedback-box {
    background-color: transparent;
    padding: 20px;
}

.products-feedback .feedback-list .feedback-box .feedback-info .feedback-info-right .avatar {
    width: 35px;
    height: 35px;
}

.products-feedback .feedback-list .feedback-box .feedback-info .feedback-info-right .feedback-info-text .info {
    margin-bottom: 0;
}

.products-feedback .feedback-list .feedback-box .feedback-info .feedback-info-right .feedback-info-text .info h5 {
    font-weight: normal;
}

.products-feedback .feedback-list .feedback-box .feedback-info .feedback-info-right .feedback-info-text .info .feedback-ckeck {
    background: #fcd34c;
    border-radius: 99px;
    color: #444;
    display: inline-block;
    font-size: 11px;
    margin: 0 8px;
    padding: 3px 10px;
    display: flex;
    align-items: center;
}

.products-feedback .feedback-list .feedback-box .feedback-info .feedback-info-right .feedback-info-text .info .feedback-ckeck p {
    padding-left: 0;
    font-weight: normal;
}

.products-feedback .feedback-list .feedback-box .feedback-info .feedback-time {
    align-self: flex-start;
}

.products-feedback .feedback-list .feedback-box .feedback-info .feedback-info-right .feedback-info-text .rate {
    gap: 0 3px;
}

.products-feedback .feedback-list .feedback-box .feedback-text {
    padding-left: 44px;
}

.products-feedback .feedback-list .feedback-box {
    border-bottom: 1px solid #f1f1f1;
}

.dash-page .dash-box {
    box-shadow: none;
    border: 1px solid #eee;
    padding: 20px;
}

.dash-page .dash-box .text-danger {
    color: var(--main-color) !important;
    margin-bottom: 0;
}

.avatar-picture .image-input .image-input-wrapper {
    width: 144px;
    height: 144px;
    box-shadow: none;
    border: 3px solid #eee;
    border-radius: 50%;
}

.avatar-picture .image-input .btn {
    right: 10px;
    left: unset;
    bottom: 0;
}

.btn-primary {
    background: var(--main-color);
    border-color: var(--main-color);
}

.btn-primary:hover {
    background: var(--hover-color) !important;
    border-color: var(--hover-color) !important;
}

.dash-page .dash-box-btn .btn {
    width: 100%;
}

.favorites-page .favorites-box {
    background: #fff;
    border-radius: 5px;
    margin: 0 auto 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px 25px;
    border: 1px solid #eee;
    padding: 15px;
}

@media (max-width: 767px) {
    .favorites-page .favorites-box {
        flex-direction: column;
        align-items: flex-start;
    }
}

.favorites-page .favorites-box .favorites-box-start {
    display: flex;
    align-items: flex-start;
    flex: 1;
}

.favorites-page .favorites-box .favorites-box-start .favorites-img {
    display: block;
    width: 75px;
    height: 75px;
}

.favorites-page .favorites-box .favorites-box-start .favorites-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.favorites-page .favorites-box .favorites-box-start h5 {
    margin-bottom: 0;
    font-size: 16px;
    color: #333;
    margin-inline-start: 8px;
    font-weight: normal;
    width: 70%;
}

.favorites-page .favorites-box .favorites-box-end {
    display: flex;
    align-items: center;
    align-self: flex-start;
    gap: 8px;
}

.favorites-page .favorites-box .favorites-box-end .add_to_cart {
    padding: 5px 15px;
    color: var(--main-color);
    border: 1px solid var(--main-color);
    font-size: 12px;
    border-radius: 20px;
    background-color: transparent;
}

.favorites-page .favorites-box .favorites-box-end .add_to_cart:hover {
    color: #FFF;
    background-color: var(--main-color);
}

.favorites-page .favorites-box .favorites-box-end .remove-favorites {
    border: 1px solid #f55157;
    border-radius: 50%;
    color: #f55157;
    height: 22px;
    width: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background-color: transparent;
    cursor: pointer;
}

.favorites-page .favorites-box .favorites-box-end .remove-favorites:hover {
    background-color: #f55157;
}

.favorites-page .favorites-box .favorites-box-end .remove-favorites:hover svg path {
    stroke: #FFF;
}

.favorites-page .favorites-box .quantity-empty {
    background: #f9dfe2;
    color: #ed1f32;
    border-color: #f9dfe2;
    font-size: 12px;
    border-radius: 20px;
    padding: 5px 15px;
}


.cart-page .cart-boxs .cart-box {
    background: transparent;
    border: 1px solid #eee;
    padding: 15px;
    filter: none;
}

.cart-page .cart-boxs .cart-box .cart-box-right .cart-product-info h6 {
    font-weight: normal;
    text-shadow: none;
}

.cart-page .cart-boxs .cart-box .cart-box-right .cart-product-info .price {
    color: var(--main-color);
    font-weight: 500;
    font-size: 16px;
}

.cart-page .cart-boxs .cart-box .cart-box-right .cart-img {
    filter: none;
}

.step-row .step .circle span {
    color: var(--main-color);
}

.step-row .step.active p {
    font-weight: normal;
}

.step-row:after {
    background: var(--main-color) !important;
    height: 2px;
}

.cart-wrapper {
    max-width: 70%;
}

@media (max-width: 991px) {
    .cart-wrapper {
        max-width: 100%;
    }
}

.cart-page .cart-boxs .cart-box .quantity-form .value-button img {
    filter: invert(1) brightness(10);
    width: 10px;
}

.cart-page .cart-boxs .cart-box .cart-box-left .remove-n-product {
    border: 1px solid #f55157;
    border-radius: 50%;
    color: #f55157;
    height: 22px;
    width: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background-color: transparent;
    cursor: pointer;
    right: 15px;
    top: 15px;
}

.not-available {
    margin-top: 13px;
    color: #f55157;
    margin: 0 8px;
    font-size: 14px;
}

@media (max-width: 767px) {
    .not-available {
        margin: 0 7px;
        font-size: 11px;
    }
}

.not-available-large {
    background-color: rgba(245,81,87,.05);
    border-radius: 50px;
    padding: 6px 20px 8px;
    color: #f55157;
    text-align: center;
    flex: 1;
    height: 40px !important;
}

/* footer */

[itemscope] {
    display: none;
}

footer .language {
    margin-top: 15px;
}

@media (min-width: 768px) {
    footer .language {
        display: none;
    }
}

footer .language .dropdown-toggle span {
    color: #FFF;
    padding-inline-start: 5px;
}

header .header-bottom .header-bottom-inner .currency {
    margin-right: 13px;

}

header .header-bottom .header-bottom-inner .currency .dropdown-toggle {
    font-size: 14px;
}

header .header-bottom .header-bottom-inner .language {
    margin-left: 16px;
}

header .header-bottom .header-bottom-inner .language .dropdown-toggle {
    font-size: 14px;
}

header .header-bottom .header-bottom-inner .language .dropdown-toggle img {
    width: 22px;
    height: 15px;
}

header .header-bottom .header-bottom-inner .language .dropdown-toggle:hover svg path,
header .header-bottom .header-bottom-inner .currency .dropdown-toggle:hover svg path
{
    fill: #888888 !important;
}

header .header-bottom .header-bottom-inner .currency .dropdown,
header .header-bottom .header-bottom-inner .language .dropdown {
    display: flex;
    align-items: center;
}

@media (max-width: 767px) {
    header .header-bottom .header-bottom-inner .language {
        display: none;
    }

    header .header-bottom .header-bottom-inner .header-bottom-start .line {
        display: none;
    }

    header .header-bottom .header-bottom-inner .header-bottom-end {
        gap: 8px;
    }

    header .header-bottom .header-bottom-inner .logo {
        position: unset;
        inset-inline-end: none;
        transform: none;
    }

    header .search-box-wrap .search-btn,
    header .header-bottom-end .user-login .btn,
    header .header-bottom-end .cart-btn .btn,
    header .user-dropdown .btn,
    header .notifications-dropdown .btn {
        width: 28px;
        height: 28px;
    }

    header .header-bottom .header-bottom-inner .currency .dropdown-toggle {
        font-size: 12px;
    }

    header .user-dropdown .dropdown-menu {
        top: 90px !important;
        right: 0 !important;
        left: auto !important;
    }

    header .header-bottom .header-bottom-inner .logo img {
        width: 55px !important;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1117px;
    }
}

.btn-gradient {
    background: linear-gradient(45deg, #832EE0, #AD45DA);
    color: #FFFFFF;
    width: 100%;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    border-radius: 8px;
    font-weight: bold;
    font-size: 16px;
    transition: 0.3s;
}

.btn-gradient:hover {
    background: linear-gradient(-45deg, #832EE0, #AD45DA);
}

.choose-subscription-dur {
    position: absolute;
    right: 0;
    bottom: -50px;
}
.add-normal-tocart {
    position: absolute;
    left: 0;
    bottom: -50px;
}

.new-prodduct-not-available {
    position: absolute;
    left: 0;
    bottom: -50px;
}

.product-box:hover .new-prodduct-not-available {
    bottom: 0;
}

.product-box:hover .choose-subscription-dur {
    bottom: 0;
}
.product-box:hover .add-normal-tocart {
    bottom: 0;
}

@media (max-width: 1199px) {
    .choose-subscription-dur {
        bottom: 0 !important;
        font-size: 13px;
        border-radius: 0;
    }
}

@media (max-width: 550px) {
    .btn-mob-background {
        background: #fff0;
    }
}
@media (max-width: 550px) {
    .btn-mob-background {
        background: #fff0;
        color: #832EE0;
    }
    .btn-mob-background:focus {
        background: #fff0;
        color: #832EE0;
      }
}



.subscription-card-box {
    width: 100%;
    height: 258px;
    overflow: hidden;
    border-radius: 8px;
    position: absolute;
    top: -100%;
    right: 0;
    background: rgba(234, 234, 234, 0.92);
    padding-top: 58px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.product-box .subscription-card-box.show {
    top: 0;
    opacity: 1;
    visibility: visible;
}

.product-box .subscription-card-box .close-subscription-card {
    background: transparent;
    position: absolute;
    top: 18px;
    right: 18px;
    padding: 0;
    display: flex;
    align-items: center;
}

.product-box .subscription-card-box .subscription-card-inner {
    margin: 0 18px;
}

.product-box .subscription-card-box .subscription-card-inner p {
    color: #6319B4;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 8.5px;
}

.product-box .subscription-card-box .subscription-card-inner .form-control {
    width: 100%;
    height: auto;
    border-radius: 8px;
    padding: 12px;
    outline: none;
    border: none;
    box-shadow: none;
    font-size: 13px;
    font-weight: 500;
    line-height: 0;

    /* background-image: url('../../webAssets/img/select-arrow.svg');
    background-repeat: no-repeat;
    background-position: left 0.75rem center;
    background-size: 12px 12px; */
}

.product-box .subscription-card-box .subscription-card-inner .select-val {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--main-color);
    font-weight: bold;
    margin-top: 28px;
}

.product-box .subscription-card-box .subscription-card-inner .select-val p {
    font-size: 19px;
    margin-bottom: 0;
}

.product-box .subscription-card-box .subscription-card-inner .select-val span {
    font-size: 15px;
    padding-inline-start: 4.6px;
}

.product-box .subscription-card-box .add-tocart {
    position: absolute;
    right: 0;
    bottom: 0;
}


@media (max-width: 767px) {
    .subscription-card-box {
        height: 200px;
        padding-top: 30px;
    }

    .product-box .subscription-card-box .subscription-card-inner .select-val {
        margin-top: 15px;
    }
}

.error-page-wrapper {
    background: url('../img/error-page-bg.png') no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 100vh !important;
    height: auto !important;
    padding: 30px 0;
}

.error-page-wrapper .page-inner {
    width: 100%;
    text-align: center;
}

.error-page-wrapper h1 {
    font-size: 23px;
    font-weight: bold;
    color: #FFF;
    margin: 45px auto 48px;
}

.error-page-wrapper .img {
    margin: 0 auto;
}

.error-page-wrapper .return-home-link {
    background: #FFC729;
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 187px;
    height: 50px;
    padding: 5px 10px;
    margin-top: 48px;
    transition: 0.3s;
}

.error-page-wrapper .return-home-link:hover {
    background: #c4961a;
}

@media (max-width: 767px) {
    .error-page-wrapper h1 {
        font-size: 20px;
        line-height: 1.8;
        padding: 0 15px;
    }

    .error-page-wrapper .img img  {
        width: 300px;
    }
}

.products-wrapper-inner {
    margin-bottom: 50px;
}

#pageInnerText * {
    font-family: 'Tajawal', sans-serif !important;
    text-align: left !important;
    direction: ltr !important;
}

/*# sourceMappingURL=style.css.map */
