@import "https://assets.nv.sa/fonts/saudi_riyal_symbol/font.css";
[class^="riyal_symbol"], [class*=" riyal_symbol"] {
    font-family: 'riyalSymbol', serif !important;
    margin: 0 4px;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.riyal_symbol:before {
    content:"\e900";
}
.pagination {
    --bs-pagination-active-bg: #e38ea5;
    --bs-pagination-active-border-color: #e38ea5;
    --bs-pagination-color: #e38ea5;
}
.text-primary {
    color: var(--main-color-primary) !important;
}
.text-secondary {
    color: var(--main-color-second) !important;
}
.navbar {
    --bs-navbar-padding-x: 0;
    --bs-navbar-padding-y: 0.5rem;
    --bs-navbar-nav-link-padding-x: 0.5rem;
    --bs-navbar-toggler-padding-y: 0.75rem;
    --bs-navbar-toggler-padding-x: 0.75rem;
    --bs-navbar-toggler-font-size: 1.25rem;
    --bs-navbar-toggler-border-color: var(--main-color-third);
    --bs-navbar-toggler-border-radius: 100px;
    --bs-navbar-toggler-focus-width: 0.25rem;
    --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
}
.navbar-toggler{
    background-color: var(--main-color-bg4);
    color: var(--main-color-bg-2);
}
.btn-primary svg path{
    stroke: var(--main-color-bg4);
}
.focus-ring{
    border-color: var(--main-color-bg-2);
}
.form-control:focus{
    box-shadow:0 0 0 5px Var(--main-color-bg-2);
    border-color: var(--main-color-second);
}
body{
    background: var(--main-color-bg-1);
    -webkit-text-size-adjust: 100%;/* stop ios zooming text  on orientation change */
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}
header{
    background-image: var(--main-color-gradient-1);
}
a, h1, h2, h3, h4, h5, h6{
    color: var(--main-color-third);
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}
.off-color{
    color: var(--main-color-text-1);
}
ul, li{
    list-style: none;
}
hr{
    color: var(--main-color-hr);
}
a:hover{
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}
.dropdown-menu ul {
    padding: 0;
}
.nv-mobile-navbar .navbar, .nv-mobile-footer-bar{
    background-color: var(--main-color-bg-3);
    box-shadow: 0 0 0 var(--main-color-third);
}
.nv-navbar .navbar-nav .dropdown-menu {
    width: 1000px;
    right: -335px;
    top: 60px;
    box-shadow: 0 0 3px 0 var(--main-color-text-1);
    border: 0;
}
.nv-navbar .navbar-nav .nav-link.active{
    background: transparent url("../front/images/line.svg") no-repeat scroll bottom right;
}
.nv-navbar .navbar-nav .dropdown-menu .dropdown-item svg,.nv-mobile-navbar .navbar .dropdown-menu .dropdown-item svg, .sections-slider svg{
    color: var(--main-color-primary);
    stroke: var(--main-color-third);
    stroke-width: 1;
}
.nv-navbar .navbar-nav .dropdown-menu .dropdown-item svg path:first-child, .nv-mobile-navbar .navbar .dropdown-menu .dropdown-item svg path:first-child, .nv-sections-slider .nv-sections .nv-icon svg path:first-child, .trademark .rounded-circle svg path:first-child {
    fill: var(--main-color-primary);
}
.nv-navbar .navbar-nav .dropdown-menu .dropdown-item svg path, .nv-mobile-navbar .navbar .dropdown-menu .dropdown-item svg path, .nv-sections-slider .nv-sections .nv-icon svg path{
    stroke: var(--main-color-third);
    stroke-width: 1;
}
.nv-navbar .navbar-nav .dropdown-menu li{
    float: right;
    width: 200px;
}
.nv-navbar .navbar-nav .dropdown-menu .all-link {
    left: 75px;
    bottom: 25px;
}
.icons-tools a {
    width: 50px;
    height: 50px;
    background-color: var(--main-color-bg4);
    border-radius: 50px;
    text-align: center;
    align-content: center;
}
.icons-tools svg{
    stroke: var(--main-color-third);
    transition: stroke 0.3s ease;
}
.add-to-cart svg{
    stroke: var(--main-color-bg4);
    transition: stroke 0.3s ease;
}
.icons-tools a:hover {
    background-color: var(--main-color-primary);
}
.icons-tools a:hover svg {
    stroke: var(--main-color-bg4);
}
.nv-sections-slider {
    background-color: var(--main-color-bg4);
    border-radius: 100px;
    box-shadow: 0 1px 2px 0 var(--main-color-text-1);
}
.nv-sections-slider .nv-sections .nv-icon{
    background-color: var(--main-color-bg-2);
    width: 75px;
    height: 75px;
    border-radius: 100px;
}
.nv-sections-slider .owl-theme .owl-nav {
    margin-top: 0;
    height: 0;
}
.custom-next.nv-next{
    top: 35px;
    line-height: 1.75;
    height: 50px;
    position: absolute;
}
.custom-prev.nv-prev{
    top: 35px;
    line-height: 1.75;
    height: 50px;
    position: absolute;
    left: 0;
}
.custom-next.nv-next img {
    width: 60px;
}
.custom-prev.nv-prev img {
    width: 60px;
}
.nv-sections-slider .owl-theme .owl-nav .nv-prev:hover, .nv-sections-slider .owl-theme .owl-nav .nv-next:hover{
    color: var(--main-color-bg4);
    border-color: var(--main-color-primary);
}
.nv-sections-slider .owl-carousel{
    width: 90%;
    margin: 0 auto;
}
.product-slider-box .owl-theme .owl-nav .prev-custom, .product-slider-box .owl-theme .owl-nav .next-custom {
    top: 43%;
    left: -25px;
    line-height: 1.6;
    width: 50px;
    height: 50px;
}
.product-slider-box .owl-theme .owl-nav .next-custom {
    right: -25px;
}
.cart-product-img{
    filter:drop-shadow(0px 0px 2px var(--main-color-text-1));
    border:1px solid var(--main-color-bg4);
}
.quantity-btn {
    padding: 0;
    width: 30px;
    height: 30px;
    font-size: 17px;
    font-family: Tahoma, Tajawal, serif;
    line-height: 0.8;
    text-align: center;
    align-content: center;
    font-weight: bold;
}
.quantity-input, .quantity-input:focus{
    width: 50px;
    box-shadow: 0 0 0 transparent;
}
a.product-item {
    background-color: var(--main-color-bg5);
}
.tag {
    color: var(--main-color-bg4);
    top: 20px;
    right: 20px;
    box-shadow: 0 0 5px 3px var(--main-color-text-1);
}
.tag-new {
    background-color: var(--main-color-primary);
}
.tag-offers {
    background-color: var(--main-color-second);
}
.product-details .add-to-cart{
    border:5px solid var(--main-color-bg5);
    top: -27px;
    right: 20px;
}
.price{
    color: var(--main-color-primary);
}
.old-price {
    color: var(--main-color-text-1);
    margin: 0 !important;
}
.trademark{
    background-color: var(--main-color-bg4);
}
.trademark-icon{
    width: 75px;
    height: 75px;
    background-color: var(--main-color-bg-2);
}
.social-icons a{
    margin:0 2px ;
}
footer{
    background-image: var(--main-color-gradient-2);
}
footer hr{
    color: var(--main-color-third);
    opacity: 15%;
}
.circle-pulse::before, .circle-pulse::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: 3px solid rgb(199 57 82);
    border-radius: 50%;
    top: 0;
    left: 0;
    animation: pulse 1.5s infinite ease-out;
}
.circle-pulse::after {
    animation-delay: 0.5s;
}
@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(1.3);
        opacity: 0;
    }
}
.page_product_category .products-items .nv-img img,
.page_tags_category .products-items .nv-img img,
.page_ingredient_category .products-items .nv-img img,
.page_products .nv-img img,
.page_checkout_product_gift .nv-img img
{
    width: auto;
}
.nv-menu {
    background-color: var(--main-color-bg-3);
}

.dropdown-menu{
    --bs-dropdown-link-active-color: var(--main-color-primary);
    --bs-dropdown-link-active-bg: var(--main-color-bg-2);
}
.owl-navigation {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.custom-prev, .custom-next {
    background: none;
    border: none;
    cursor: pointer;
}
input.star {
    display: none;
}
label.star:before {
    content: '\f005';
    font-family: 'Font Awesome 5 Free', serif;
}
label.star {
    color: #3e3250;
    float: left;
    padding: 0 8px;
    font-size: 29px;
    transition: all .2s;
}
input.star:checked ~ label.star:before {
    content: '\f005';
    color: #e38ea5;
}
input.star-5:checked ~ label.star:before {
    color: #f55f91;
    text-shadow: 0 0 5px #f55f91
}
input.star-1:checked ~ label.star:before {
    color: #f55f91
}
.form-group {
    margin-bottom: 1rem;
}

.whatsapp-color{
    color: #128C7E;
}
.mobile-color {
    color: #00acef;
}
.progress-box {
    width: 50%;
    height: 100px;
}
.progress-steps{
    top: -25px;
}
.icon-steps{
    background-color: var(--main-color-primary);
    width: 50px;
    height: 50px;
    padding-top: 11px;
}
.progress-steps ul li{
    width: 33.33%;
}
.disabled{
    background-color: var(--main-color-text-1);
}
.progress, .progress-stacked {
    --bs-progress-height: 1rem;
    --bs-progress-font-size: 0.75rem;
    --bs-progress-bg: var(--bs-secondary-bg);
    --bs-progress-border-radius: var(--bs-border-radius);
    --bs-progress-box-shadow: var(--bs-box-shadow-inset);
    --bs-progress-bar-color: #fff;
    --bs-progress-bar-bg: var(--main-color-primary);
    --bs-progress-bar-transition: width 0.6s ease;
    display: flex;
    height: var(--bs-progress-height);
    overflow: hidden;
    font-size: var(--bs-progress-font-size);
    background-color: var(--bs-progress-bg);
    border-radius: var(--bs-progress-border-radius);
}
.border-primary {
    border-color: var(--main-color-primary) !important;
}
.payment-page .image-payment img {
    width: 70px;
}
.intl-tel-input.allow-dropdown input, .intl-tel-input.allow-dropdown input[type=tel], .intl-tel-input.allow-dropdown input[type=text], .intl-tel-input.separate-dial-code input, .intl-tel-input.separate-dial-code input[type=tel], .intl-tel-input.separate-dial-code input[type=text] {
    direction: ltr
}
.intl-tel-input {
    display: block !important;
    direction: ltr
}
.input-group-addon {
    color: #495057;
    background-color: #e9ecef;
    border: 1px solid rgba(0, 0, 0, .15);
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
    border-radius: 0.25rem;
}
.orders-block .box-order .track .step {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 25%;
    margin-top: -18px;
    text-align: center;
    position: relative;
}
.orders-block .box-order .track .step.active:before {
    background: #e38ea5;
}
.orders-block .box-order .track .step::before {
    height: 7px;
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    top: 18px;
}
.orders-block .box-order .track {
    background-color: #f9eaee;
}
.orders-block .box-order .track {
    position: relative;
    height: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px;
    margin-top: 50px;
}
.orders-block .box-order .track .step.active .icon {
    background: #e38ea5;
    color: #fff;
}
.orders-block .box-order .track .icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: relative;
    border-radius: 100%;
}
.orders-block .box-order .track .step.active .text {
    color: #000;
}
.orders-block .box-order .track .step.active .text {
    font-weight: 400;
}
.orders-block .box-order .track .text {
    display: block;
    margin-top: 7px;
}
.orders-block .box-order .track .icon {
    background: #f9eaee;
    color: #e38ea5;
}
.orders-block .box-order .track .icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: relative;
    border-radius: 100%;
}
.owl-theme .owl-nav {
    margin-top: 0;
    height: 0;
}
.cart-quantity{
    font-size: 0.8rem;
    padding: 5px;
    top: -10px;
    left: -10px;
    width: 30px;
    height: 30px;
}
.success-page i {
    font-size: 50px;
    padding: 20px;
    border-radius: 50%;
}
.not-success-page i {
    font-size: 50px;
    padding: 20px;
    border-radius: 50%;
    width: 90px;
}
.item-product-title {
    height: 72px;
}
.item-off{
    border:5px solid var(--main-color-bg5);
    top: -27px;
}
.img-off{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.owl-carousel .owl-item img {
    height: 100%;
}
.sections-slider.owl-carousel .owl-nav button.owl-next, .sections-slider.owl-carousel .owl-nav button.owl-prev, .sections-slider.owl-carousel button.owl-dot {
    display: none;
}
.header-slider .jc-slider .animated {
    animation-duration: 0.5s;
}
.header-slider .slider-title {
    margin-top: 25%;
    width: 100%;
    display: block;
}
.button-applepay-tap{-webkit-appearance:-apple-pay-button;cursor:pointer;display:block;height:48px;min-height:30px;width:100%}.button-applepay-tap:disabled{cursor:default}.black{-apple-pay-button-style:#000}.white,.whiteOutline{-apple-pay-button-style:#fff}.whiteOutline{border:1px solid gray}
