input {
    box-shadow: none;
    outline: none;
    -webkit-appearance: none;
}

.banner_carousel_root_wrapper {
    /* min-height: 20.75vw; */
    min-height: 400px;
    padding-left: 20px;
    padding-right: 20px;
}

.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    top: calc((100% - 80px) / 2);
    /* bottom: 0; */
    margin: 0 -17px !important;
    width: calc(100% + 35px);
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    z-index: 99;
    pointer-events: none;
    transition: .3s opacity ease-in-out;
}

.owl-theme .owl-stage {
    display: flex;
}

.owl-theme .owl-stage>div {
    min-height: 100%;
}

body .carousel .slide {
    background: transparent;
}

body .carousel .control-prev.control-arrow:hover,
body .carousel .control-next.control-arrow:hover {
    background: none;
}

body .carousel .control-dots {
    bottom: 20px;
}

body .carousel .control-dots .dot {
    background: rgba(43, 43, 43, 1);
    box-shadow: none;
    outline: none;
}

body .carousel .control-dots .dot.selected {
    background: rgba(229, 0, 25, 1);
}

.carousel .control-prev.control-arrow,
.carousel .control-next.control-arrow {
    width: 120px;
    pointer-events: all;
}

.carousel .control-prev.control-arrow:before {
    border-top: 0px !important;
    border-bottom: 2px solid white !important;
    border-right: 2px solid white !important;
    display: inline-block;
    padding: 6px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

body div.medium_img_wraper .carousel.carousel-slider {
    overflow: initial;
}

body div.medium_img_wraper .carousel .control-prev.control-arrow:before {
    border-bottom: 2px solid #7e818c !important;
    border-right: 2px solid #7e818c !important;
}

body div.medium_img_wraper .carousel .control-prev.control-arrow {
    left: -50px;
    bottom: auto;
    width: auto;
    padding: 15px 10px;
    /* padding: 0px; */
    top: 50%;
    transform: translate(0, -50%);
    opacity: 1;
}

.carousel .control-next.control-arrow:before {
    border-top: 0px !important;
    border-left: 0px !important;
    border-bottom: 2px solid white !important;
    border-right: 2px solid white !important;
    display: inline-block;
    padding: 6px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

body div.medium_img_wraper .carousel .control-next.control-arrow:before {
    border-bottom: 2px solid #7e818c !important;
    border-right: 2px solid #7e818c !important;
}

body div.medium_img_wraper .carousel .control-next.control-arrow {
    right: -50px;
    bottom: auto;
    width: auto;
    padding: 15px 10px;
    /* padding: 0px; */
    top: 50%;
    transform: translate(0, -50%);
    opacity: 1;
}

body div.owl-theme div.owl-nav [class*='owl-'] {
    font-size: 32px;
    pointer-events: all;
}

body div.owl-theme div.owl-nav>button {
    display: flex !important;
    width: 35px;
    margin: 0 !important;
}

body div.owl-theme div.owl-nav button span {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #ffffff80;
    position: relative;
    font-size: 0;
    box-shadow: 0px 4px 16px 0px #0000001A;
    transition: 0.3s all ease-in-out;
}

body div.owl-theme div.owl-nav button span::after {
    content: '';
    width: 12px;
    height: 12px;
    border-left: 2px solid #000000;
    border-top: 2px solid #000000;
    transition: all 0.3s ease-in-out;
    display: block;
    transform: rotate(-45deg);
    right: auto;
    left: 14px;
    position: absolute;
    top: 11px;
}

body div.owl-theme div.owl-nav button.owl-next span::after {
    transform: rotate(135deg);
    position: absolute;
    right: 14px;
    left: auto;
    top: 11px;
}


body div.owl-theme div.owl-nav [class*='owl-']:hover {
    background: transparent;
    color: black;
}


/* @media (max-width: 1390px){
  body div.owl-theme div.owl-nav{
    display: none;
  }
} */

.react-loading-skeleton {
    line-height: unset !important;
    height: 279px;
}

.skeleton_wrapper_top {
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 1;
    flex: 1;
}

/** banner slider **/
body .banner_carousel_root_wrapper .owl-carousel {
    position: relative;
}

body .banner_carousel_root_wrapper .owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

body .banner_carousel_root_wrapper .owl-carousel .owl-nav button {
    width: 100px;
    height: 200px;
    /* padding: 20px; */
    pointer-events: all;
}

body .banner_carousel_root_wrapper .owl-carousel .owl-nav button.disabled {
    opacity: 0.2;
}

body .banner_carousel_root_wrapper .owl-carousel .owl-nav button span {
    font-size: 0;
    display: block;
    height: 15px;
    width: 15px;
    border-bottom: 2px solid #fff !important;
    border-right: 2px solid #fff !important;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin: 0 auto;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

body .banner_carousel_root_wrapper .owl-carousel:hover .owl-nav button span {
    opacity: 0.3;
}

body .banner_carousel_root_wrapper .owl-carousel .owl-nav button:hover span {
    opacity: 1;
}

body .banner_carousel_root_wrapper .owl-carousel .owl-nav button.owl-prev span {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

/**tv slider**/
body .medium_img_wraper .owl-carousel {
    position: relative;
}

body .medium_img_wraper .owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    left: -5%;
    width: 110%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: none;
}

body .medium_img_wraper .owl-carousel .owl-nav button {
    width: 35px;
    height: 35px;
    padding: 20px;
    pointer-events: all;
}

body .medium_img_wraper .owl-carousel .owl-nav button.disabled {
    opacity: 0.5;
}

body .medium_img_wraper .owl-carousel .owl-nav button span {
    font-size: 0;
    display: block;
    height: 15px;
    width: 15px;
    border-bottom: 2px solid #7e818c !important;
    border-right: 2px solid #7e818c !important;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin: 0 auto;
}

body .medium_img_wraper .owl-carousel .owl-nav button.owl-prev span {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}



/** date picker **/
body .react-datepicker-popper {
    z-index: 105;
    margin: 0 !important;
}

body .react-datepicker {
    border: none;
    border-radius: 0;
    box-shadow: 0px 0px 10px rgba(221, 221, 221, 0.7490196078431373);
}

body .react-datepicker__day--selected {
    background-color: #E50019;
    color: #fff;
    border-radius: 0;
}

body .react-datepicker__triangle {
    display: none;
}

body .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before {
    border-bottom-color: #000000;
}

body .react-datepicker__day--disabled,
body .react-datepicker__month-text--disabled,
body .react-datepicker__quarter-text--disabled,
body .react-datepicker__year-text--disabled {
    color: #00000038 !important;
}

body .react-datepicker__day:hover,
body .react-datepicker__month-text:hover,
body .react-datepicker__quarter-text:hover,
body .react-datepicker__year-text:hover {
    border-radius: 0;
}

body .react-datepicker__header {
    background-color: #e50019;
    border-bottom: 1px solid #e50019;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

body .react-datepicker__current-month,
body .react-datepicker-time__header,
body .react-datepicker-year-header {
    color: #fff;
}

body .react-datepicker__navigation--previous {
    border-right-color: #fff;
}

body .react-datepicker__day-name,
body .react-datepicker__day,
body .react-datepicker__time-name {
    color: #fff;
}

body .react-datepicker__day-name:focus,
body .react-datepicker__day:focus,
body .react-datepicker__time-name:focus {
    outline: 1px solid #000;
}

body .react-datepicker__day {
    color: #000;
}

body .react-datepicker__day {
    color: rgba(43, 43, 43, 1);
}

body .react-datepicker__day--today {
    color: #9c0416;
    border-radius: 0;
}

body .react-datepicker__day--keyboard-selected {
    background-color: #9c0416;
    color: #fff;
}

body .react-datepicker__day--keyboard-selected:hover {
    background-color: #d3041c;
    color: #fff;
}

body .react-datepicker__day--selected {
    color: #fff !important;
}

body .react-datepicker__day--selected:hover,
body .react-datepicker__day--selected:focus {
    background-color: #e50019;
    border-radius: 0;
}

body .grid_slider_root .owl-nav {
    display: none;
}

body .react-responsive-modal-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

body .react-responsive-modal-modal {
    width: 600px;
    max-width: 100%;
    margin: 0;
    padding: 30px;
}

body .react-responsive-modal-modal h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: center;
}

body .react-responsive-modal-modal>div {
    display: block !important;
    /* margin-bottom: 20px; */
}

body .react-responsive-modal-modal input {
    width: 100%;
    border: none;
    background: none;
    outline: none;
    padding: 0px 20px !important;
    position: relative;
    background-color: #F5F5F5;
    border-radius: 30px;
    line-height: 46px;
    /* margin-bottom: 20px; */
}

body .react-responsive-modal-modal>div div {
    /* padding: 5px 0; */
}

body .react-responsive-modal-modal .shop_now_btn {
    background-color: #0058a3;
    border-color: #0058a3;
    color: #fff;
    font-size: 16px;
    text-align: center;
    width: 140px;
    line-height: 45px;
    margin: 15px auto 0;
    font-weight: 500;
    border-radius: 2px;
    transition: all 0.3s ease-in-out;
    display: block;
}

body .react-responsive-modal-modal .shop_now_btn[disabled] {
    opacity: 0.4;
    cursor: not-allowed;
}

body .react-responsive-modal-modal .shop_now_btn:hover {
    background-color: #013b6e;
    border-color: #013b6e;
    outline: none;
    box-shadow: none;
}

.content-right-align {
    justify-content: flex-end;
}

.cart_btn_icon {
    background: #0058a3;
    border: 1px solid #0058a3;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    position: relative;
    padding: 5px 10px 7px;
    transition: 0.2s all ease-in-out;
    transform: scale(1);
}

.cart_btn_icon svg path {
    fill: white;
}

@media (hover: hover) {
    .cart_btn_icon:hover {
        /* transform: scale(1.07); */
    }

    .cart_btn_icon:hover {
        background-color: rgb(0, 79, 147);
        border: 1px solid rgb(0, 79, 147);
    }
}

.cart_btn_icon:hover svg path {
    /* fill: #0058a3; */
}

.cart_btn_icon.loading svg,
.cart_btn_icon.mark svg {
    display: none;
}

.cart_btn_icon.loading,
.cart_btn_icon.mark {
    /* background-color: transparent;
    border: 2px solid #f3f3f396;
    border-radius: 50%;
    border-top: 2px solid #0058a3;
    width: 30px;
    height: 30px;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    position: relative;
    top: -5px;
    right: 5px; */
    position: relative;
}

.cart_btn_icon.loading::after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
    left: 43%;
    top: 30%;
    transform: translate(-50%, -50%);
    -webkit-animation: ball_loader 1s linear infinite;
    animation: ball_loader 1s linear infinite;
    z-index: 2;
}

.cart_btn_icon.mark::after {
    content: '';
    position: absolute;
    top: 35%;
    left: 53%;
    width: 13px;
    height: 7px;
    transform: rotate(-45deg) translate(-50%, -50%);
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    border-bottom-left-radius: 2px;
}

@media (max-width: 1023px) {
    .cart_btn_icon {
        width: 40px;
        height: 40px;
    }
}

.react-responsive-modal-modal .map_city_items {
    padding: 5px 10px 5px 15px;
}

.addtocart-btn {
    position: absolute;
    right: 10px;
    bottom: 13px;
}

.static-page {
    padding-top: 2em;
    padding-bottom: 2em;
}

.popup_gmap {
    margin-top: 10px;
    height: 400px;
    position: relative;
}

.city_no_text {
    margin-top: 15px;
    font-size: 12px;
    color: gray;
    line-height: 1.4;
}

.city_no_delivery {
    margin-top: 0;
    font-size: 14px;
    color: red;
    text-align: center;
}

.product_detail_popup {
    padding: 0 15px;
    font-size: 14px;
}

.product_detail_popup .richtext p {
    font-size: 14px;
    margin-bottom: 20px;
}

.product_detail_popup .richtext ul {
    font-size: 14px;
    margin-left: 15px;
}

.product_detail_popup .richtext ul li {
    list-style: disc;
    margin-bottom: 10px;
}

.product_detail {
    text-align: start;
}

.product_detail a {
    text-decoration: underline;
    font-size: 14px;
    color: gray;
}

/* Safari */

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes ball_loader {

    0%,
    100% {
        animation-timing-function: cubic-bezier(0.35, 0, 0.9, 0.45)
    }

    0% {
        transform: translate(0, 0)
    }

    50% {
        transform: translate(0, 10px);
        animation-timing-function: cubic-bezier(0, 0.35, 0.45, 0.9);
    }

    100% {
        transform: translate(0, 0);
    }
}

.ball_loader div {
    position: absolute;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #e15b64;
    left: 74px;
    top: 20px;
    animation: ball_loader 1s linear infinite;
}

body form .country_code input {
    padding-left: 42px !important;
}

.country_code>span {
    position: relative;
}

.country_code>span label {
    left: 44px;
    margin-bottom: -1px;
}

.country_code>span::before {
    content: '+968';
    position: absolute;
    left: 0;
    bottom: 16px;
    font-size: 16px;
    color: #000;
}

body form .country_code_otp input {
    padding-left: 44px !important;
}

.country_code_otp>span {
    position: relative;
}

.country_code_otp>span label {
    left: 44px;
}

.country_code_otp>span::before {
    content: '+968';
    position: absolute;
    left: 0;
    bottom: 6px;
    font-size: 16px;
    color: #000;
}

.offers-class a,
.offers-class a span {
    color: #ed022a !important;
}

.family-class a,
.family-class a span {
    color: #0077cd !important;
}

.drawer_overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    z-index: 100;
    opacity: 0;
    pointer-events: none;
    transition: .3s opacity ease;
}

.drawer_wrap.visible .drawer_overlay {
    opacity: 0.4;
    pointer-events: all;
}

.product_drawer {
    position: fixed;
    right: 0;
    width: 100%;
    max-width: 498px;
    background-color: #fff;
    padding: 60px 30px 30px 30px;
    top: 0;
    height: 100%;
    z-index: 100;
    overflow: hidden;
    overflow-y: auto;
    border-radius: 0px 0px 0px 0px;
    transform: translate3d(100%, 0, 0);
    opacity: 0;
    pointer-events: none;
    transition: .3s transform ease, .3s opacity ease;
}

.drawer_wrap.visible .product_drawer {
    transform: translate3d(0%, 0, 0);
    opacity: 1;
    pointer-events: all;
}

.product_drawer .close {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 50px;
    height: 50px;
    font-size: 0;
}

.product_drawer .close:before,
.product_drawer .close:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 20px;
    background-color: #000000;
    transform: rotate(45deg) translate(-50%, -50%);
    transform-origin: top left;
    content: '';
}

.product_drawer .close:after {
    transform: rotate(-45deg) translate(-50%, -50%);
}

.product_drawer h2 {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 20px;
}

.product_drawer .richtext {
    font-size: 16px;
    line-height: 1.55;
}

@media (max-width: 1023px) {
    body .topcatogory_wrap {
        overflow: hidden;
    }

    .home_block_carousel {
        position: relative;
    }

    body .top_category_slider {
        /* width: 115%;
        margin-right: -15%; */
    }

    .home_carousel_col.col-12 {}

    body .home_block_carousel .owl-stage {
        /* left: -75px; */
    }

    body .owl-theme .owl-stage {
        /* left: -75px !important; */
    }

    /* body .top_category_slider>div>div>div:last-child{
        margin-right: 15% !important;
    } */
    body #root div .banner_carousel_root_wrapper {
        background-color: #ffffff;
    }

    .product_drawer {
        bottom: 0;
        top: auto;
        height: calc(100% - 200px);
        border-radius: 10px 10px 0 0;
        max-width: 100%;
    }

    .product_drawer {
        transform: translate3d(0%, 20%, 0);
    }

    .drawer_wrap.visible .product_drawer {
        transform: translate3d(0%, 0%, 0);
    }
}

body .medium_img_wraper .owl-carousel .owl-nav button.owl-prev span {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.add-on-prod {
    margin-top: 5px;
    text-align: start;
}

.add-on-prod a {
    text-decoration: underline;
    font-size: 14px;
    color: gray;
}

body .owl-theme .owl-nav .disabled {
    opacity: 1;
}

body .owl-theme .owl-nav .disabled span {
    opacity: 0;
    pointer-events: none;
}

@media (max-width: 1576px) {
    .react-loading-skeleton {
        height: 245px;
    }
}

/* @media (max-width: 1376px) { */

body div.medium_img_wraper .carousel .control-prev.control-arrow {
    left: 0px;
    bottom: auto;
    width: auto;
    padding: 15px 10px;
    /* padding: 0px; */
    top: 50%;
    transform: translate(0, -50%);
    background: white;
    opacity: 1;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    box-shadow: 0 -5px 5px -5px #b2b2b2, 0 5px 5px -5px #b2b2b2, 5px 0 5px -5px #b2b2b2;
}

body div.medium_img_wraper .carousel .control-next.control-arrow {
    right: 0px;
    bottom: auto;
    width: auto;
    padding: 15px 10px;
    /* padding: 0px; */
    top: 50%;
    transform: translate(0, -50%);
    background: white;
    opacity: 1;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    box-shadow: 0 -5px 5px -5px #b2b2b2, 0 5px 5px -5px #b2b2b2, -5px 0 5px -5px #b2b2b2;
}

.owl-theme .owl-nav {
    left: 0;
    right: 0;
}

@media (max-width: 1023px) {
    .owl-theme .owl-nav {
        display: none;
    }

    body div.owl-theme {
        width: 110%;
        margin-right: -10%;
    }
}

body div.owl-theme div.owl-nav [class*='owl-'] {
    position: absolute;
    min-width: 35px;
}

body .owl-carousel .owl-nav button.owl-prev {
    left: 0;
    margin-left: 0;
    border-radius: 0px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    /* box-shadow: 0 -5px 5px -5px #b2b2b2, 0 5px 5px -5px #b2b2b2, 5px 0 5px -5px #b2b2b2; */
}

body .rtl .owl-carousel .owl-nav button.owl-prev {
    /* transform: scaleX(-1); */
}

body .owl-carousel.owl-rtl .owl-nav button.owl-prev {
    left: auto;
    right: 0;
    transform: rotate(180deg);
}

body .owl-carousel .owl-nav button.owl-next {
    right: 0;
    margin-right: 0;
    border-radius: 0px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    /* box-shadow: 0 -5px 5px -5px #b2b2b2, 0 5px 5px -5px #b2b2b2, -5px 0 5px -5px #b2b2b2; */
}

body .rtl .owl-carousel .owl-nav button.owl-next {
    /* transform: scaleX(-1); */
}

body .owl-carousel.owl-rtl .owl-nav button.owl-next {
    right: auto;
    left: 0;
    transform: rotate(180deg);
}

/** tv skider **/
body .medium_img_wraper .owl-carousel .owl-nav {
    width: 100%;
    left: 0;
}

body .medium_img_wraper .owl-carousel .owl-nav button {
    background-color: #fff;
    width: 40px;
    height: 60px;
}

body .medium_img_wraper .owl-carousel .owl-nav {
    top: 45%;
}

/** banner slider **/
body .banner_carousel_root_wrapper .owl-carousel .owl-nav button {
    box-shadow: none;
}

/* } */
@media (max-width: 1023px) {
    .banner_carousel_root_wrapper {
        min-height: 200px;
        padding-left: 15px;
        padding-right: 15px;
    }

    body .banner_carousel_root_wrapper .owl-carousel .owl-nav {
        display: none;
    }

    body .banner_carousel_root_wrapper .owl-carousel .owl-dots {
        display: block;
        text-align: center;
        /* position: absolute; */
        bottom: 10px;
        left: 0;
        right: 0;
    }

    body .banner_carousel_root_wrapper .owl-carousel .owl-dots button span {
        display: block;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        /* border-radius: 50%; */
        background-color: #CACBD0;
        margin: 15px 6px 0;
        transition: all 0.3s ease-in-out;
    }

    body .banner_carousel_root_wrapper .owl-carousel .owl-dots button.active span {
        background-color: #282C3F;
    }

    .owl-theme .owl-item .col-12 {
        max-width: 100%;
        flex: 0 0 100%;
        padding: 0;
    }

    body .owlmain-outer img {
        width: 100% !important;
    }

    .owlmain-outer .owl-dots {
        padding-top: 10px;
        text-align: center;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -10px;
        line-height: 1;
    }

    .owlmain-outer .owl-dots .owl-dot span {
        width: 8px;
        height: 8px;
        margin: 0 5px;
        border-radius: 50%;
        display: block;
        border-radius: 50%;
        background-color: #DCDEE5;
        transition: all 0.3s ease-in-out;
    }

    .owlmain-outer .owl-dots .owl-dot.active span {
        background-color: #000;
    }

    body .medium_img_wraper .owl-carousel .owl-nav {
        display: none;
    }

    body .product_detail_image_outer {
        width: 60%;
        max-width: 60%;
        flex: 0 0 60%;
        margin: 0 auto;
        min-height: 62vw;
        margin-bottom: 15px !important;
    }

    body .product_detail_image_outer>div:first-child {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    body .product_detail_image_outer>div:first-child picture img {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: auto;
        max-height: 100%;
        max-width: 100%;
        transform: translate(-50%, -50%);
        transform-origin: 0% 0%;
        object-fit: contain;
    }

    body .product_detail_image_outer .owl-stage-outer,
    body .product_detail_image_outer .owl-stage,
    body .product_detail_image_outer .owl-item {
        height: 100%;
    }

    body .product_detail_image_outer .owl-item img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }

    .dropdown-item {
        background-color: transparent !important;
    }

    .addtocart-btn {
        right: 25px;
        bottom: 20px;
    }

    .popup_gmap {
        max-height: 400px;
        height: calc(100vh - 280px);
        position: relative;
    }

}

/** top category slider **/
@media (max-width: 767px) {
    /* body .top_category_slider .owl-stage{
        left: -30px !important;
        padding-right: 0 !important;
    }
    body .home_block_carousel .owl-stage{
        left: -38px !important;
        padding-right: 0 !important;
    }
    body .owl-theme .owl-stage{
        left: -38px !important;
    } */

    .react-responsive-modal-closeButton {
        top: 3px !important;
        right: 3px !important;
        display: none;
    }

    .rtl .react-responsive-modal-closeButton,
    .rtl~.react-responsive-modal-closeButton {
        right: auto !important;
        display: none;
        left: 3px !important;
    }

    .react-responsive-modal-closeButton svg {
        max-width: 20px;
    }
}

@media (max-width: 768.98px) {
    body .banner_carousel_root_wrapper .owl-carousel .owl-nav {
        display: none;
    }

    body .banner_carousel_root_wrapper {
        min-height: 7vw;
    }

    body .react-responsive-modal-modal {
        max-width: 95%;
        padding: 15px;
    }

    body .react-responsive-modal-modal h2 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    body .react-responsive-modal-modal .pac-target-input {
        line-height: 38px !important;
    }

    body .react-responsive-modal-modal input {
        line-height: 38px;
    }

    body .react-responsive-modal-modal .shop_now_btn {
        line-height: 36px;
    }

    .product_drawer .richtext {
        font-size: 16px;
        line-height: 1.4;
    }
}


input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

* {
    letter-spacing: 0;
}


body .btn-primary {
    background-color: #0058a3 !important;
    border-color: #0058a3 !important;
}

body .btn-primary:focus {
    background-color: #0058a3 !important;
    border-color: #0058a3 !important;
    outline: none !important;
    box-shadow: none !important;
}

body .btn-primary:hover {
    background-color: #013b6e !important;
    border-color: #013b6e !important;
    outline: none !important;
    box-shadow: none !important;
}

.btn-outline-primary {
    color: #0058a3 !important;
    border-color: #0058a3 !important;
}

.btn-outline-primary:hover {
    color: #fff !important;
    background-color: #0058a3 !important;
}

/* new change */

.family-class a,
.family-class a span {
    color: #0077cd !important;
}

body .react-responsive-modal-container {
    max-height: 90vh !important;
    height: auto !important;
}

body .react-responsive-modal-container {
    display: flex;
    align-items: unset !important;
    justify-content: center;
}

.react-responsive-modal-root {

    display: flex;
    justify-content: center;
    align-items: center;
}


@media (max-width: 480px) {
    body .product_detail_image_outer {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        margin: 0 auto;
        min-height: 95vw;
    }
}

.custom-container {
    width: 100%;
    max-width: calc(100% - 12%);
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 1199px) {
    .custom-container {
        max-width: calc(100% - 5%);

    }
}

@media (max-width: 1023px) {
    .custom-container {
        max-width: 100%;

    }
}


.loader-file {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.loader-file div {
    display: flex;
    justify-content: center;
    align-items: center;
}


.location_icon {
    width: 35px;
    height: 35px;
    position: absolute;
    bottom: 23px;
    left: 15px;
    padding: 0 !important;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 3px 3px 7px -2px #0000006b;
    cursor: pointer;
    transition: .3s transform ease-in-out;
    transform: scale(1);
}

.location_icon:hover {
    transform: scale(1.03);
}

.location_icon svg {
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 2px;
}


@media (max-width: 576px) {
    .country_code>span::before {
        font-size: 16px;
        bottom: 16px;
    }
}

@media (max-width: 767px) {
    .react-responsive-modal-root {
        align-items: flex-end;
    }

    body .react-responsive-modal-container {
        width: 100%;
        border-radius: 10px 10px 0 0;
        -webkit-border-radius: 10px 10px 0 0;
    }

    body .react-responsive-modal-modal {
        width: 100%;
        max-width: 100%;
        height: 100%;
        max-height: calc(100% - 140px);
        border-radius: 10px 10px 0 0;
        -webkit-border-radius: 10px 10px 0 0;
    }

    .react-responsive-modal-closeButton {
        top: 9px !important;
        right: 10px !important;
    }
}

@media (min-width: 768px) {
    .react-responsive-modal-closeButton {
        top: 24px !important;
        right: 10px !important;
    }

    .rtl .react-responsive-modal-closeButton,
    .rtl~.react-responsive-modal-closeButton {
        right: auto !important;
        left: 10px !important;
    }
}


.xmas-theme .cart_btn_icon {
    background: var(--xmas-red) !important;
    border: 1px solid var(--xmas-red) !important;
}

.xmas-theme .cart_btn_icon:hover {
    background-color: #b90732 !important;
    border-color: #b90732 !important;
}