@import "https://fonts.maateen.me/solaiman-lipi/font.css";
@import "https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap";

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-bottom: 20px;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.owl-height {
    transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 0.4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(/build/assets/owl.video.play-04360456.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

/*!
 * Mmenu Light
 * mmenujs.com/mmenu-light
 *
 * Copyright (c) Fred Heusschen
 * www.frebsite.nl
 *
 * License: CC-BY-4.0
 * http://creativecommons.org/licenses/by/4.0/
 */
:root {
    --mm-ocd-width: 80%;
    --mm-ocd-min-width: 200px;
    --mm-ocd-max-width: 440px;
}

body.mm-ocd-opened {
    overflow-y: hidden;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
}

.mm-ocd {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 100%;
    left: 0;
    z-index: 9999;
    overflow: hidden;
    -ms-scroll-chaining: none;
    overscroll-behavior: contain;
    background: rgba(0, 0, 0, 0);
    -webkit-transition-property: bottom, background-color;
    -o-transition-property: bottom, background-color;
    transition-property: bottom, background-color;
    -webkit-transition-duration: 0s, 0.3s;
    -o-transition-duration: 0s, 0.3s;
    transition-duration: 0s, 0.3s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-delay: 0.45s, 0.15s;
    -o-transition-delay: 0.45s, 0.15s;
    transition-delay: 0.45s, 0.15s;
}

.mm-ocd--open {
    bottom: 0;
    background: rgba(0, 0, 0, 0.25);
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.mm-ocd__content {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2;
    width: 80%;
    width: var(--mm-ocd-width);
    min-width: 200px;
    min-width: var(--mm-ocd-min-width);
    max-width: 440px;
    max-width: var(--mm-ocd-max-width);
    background: #fff;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property:
        transform,
        -webkit-transform;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}

.mm-ocd--left .mm-ocd__content {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.mm-ocd--right .mm-ocd__content {
    right: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.mm-ocd--open .mm-ocd__content {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translateZ(0);
}

.mm-ocd__backdrop {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 3;
    width: 20%;
    width: calc(100% - var(--mm-ocd-width));
    min-width: calc(100% - 440px);
    min-width: calc(100% - var(--mm-ocd-max-width));
    max-width: calc(100% - 200px);
    max-width: calc(100% - var(--mm-ocd-min-width));
    background: rgba(3, 2, 1, 0);
}

.mm-ocd--left .mm-ocd__backdrop {
    right: 0;
}

.mm-ocd--right .mm-ocd__backdrop {
    left: 0;
}

.mm-spn,
.mm-spn a,
.mm-spn li,
.mm-spn span,
.mm-spn ul {
    display: block;
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

:root {
    --mm-spn-item-height: 50px;
    --mm-spn-item-indent: 20px;
    --mm-spn-line-height: 24px;
}

.mm-spn {
    width: 100%;
    height: 100%;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    overflow: hidden;
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translate(0);
}

.mm-spn ul {
    -webkit-overflow-scrolling: touch;
    position: fixed;
    top: 0;
    left: 100%;
    bottom: 0;
    z-index: 2;
    width: 130%;
    padding-right: 30%;
    line-height: 24px;
    line-height: var(--mm-spn-line-height);
    overflow: visible;
    overflow-y: auto;
    background: inherit;
    -webkit-transition: left 0.3s ease 0s;
    -o-transition: left 0.3s ease 0s;
    transition: left 0.3s ease 0s;
    cursor: default;
}

.mm-spn ul:after {
    content: "";
    display: block;
    height: 50px;
    height: var(--mm-spn-item-height);
}

.mm-spn>ul {
    left: 0;
}

.mm-spn ul.mm-spn--open {
    left: 0;
}

.mm-spn ul.mm-spn--parent {
    left: -30%;
    overflow-y: hidden;
}

.mm-spn li {
    position: relative;
    background: inherit;
    cursor: pointer;
}

.mm-spn li:before {
    content: "";
    display: block;
    position: absolute;
    top: 25px;
    top: calc(var(--mm-spn-item-height) / 2);
    right: 25px;
    right: calc(var(--mm-spn-item-height) / 2);
    z-index: 0;
    width: 10px;
    height: 10px;
    border-top: 2px solid;
    border-right: 2px solid;
    -webkit-transform: rotate(45deg) translate(0, -50%);
    -ms-transform: rotate(45deg) translate(0, -50%);
    transform: rotate(45deg) translateY(-50%);
    opacity: 0.4;
}

.mm-spn li:after {
    content: "";
    display: block;
    margin-left: 20px;
    margin-left: var(--mm-spn-item-indent);
    border-top: 1px solid;
    opacity: 0.15;
}

.mm-spn a,
.mm-spn span {
    position: relative;
    z-index: 1;
    padding: 13px 20px;
    padding: calc((var(--mm-spn-item-height) - var(--mm-spn-line-height)) / 2) var(--mm-spn-item-indent);
}

.mm-spn a {
    background: inherit;
    color: inherit;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
}

.mm-spn a:not(:last-child) {
    width: calc(100% - 50px);
    width: calc(100% - var(--mm-spn-item-height));
}

.mm-spn a:not(:last-child):after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border-right: 1px solid;
    opacity: 0.15;
}

.mm-spn span {
    background: 0 0;
}

.mm-spn.mm-spn--navbar {
    cursor: pointer;
}

.mm-spn.mm-spn--navbar:before {
    content: "";
    display: block;
    position: absolute;
    top: 25px;
    top: calc(var(--mm-spn-item-height) / 2);
    left: 20px;
    left: var(--mm-spn-item-indent);
    width: 10px;
    height: 10px;
    margin-top: 2px;
    border-top: 2px solid;
    border-left: 2px solid;
    -webkit-transform: rotate(-45deg) translate(50%, -50%);
    -ms-transform: rotate(-45deg) translate(50%, -50%);
    transform: rotate(-45deg) translate(50%, -50%);
    opacity: 0.4;
}

.mm-spn.mm-spn--navbar.mm-spn--main {
    cursor: default;
}

.mm-spn.mm-spn--navbar.mm-spn--main:before {
    content: none;
    display: none;
}

.mm-spn.mm-spn--navbar:after {
    content: attr(data-mm-spn-title);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 50px;
    height: var(--mm-spn-item-height);
    padding: 0 40px;
    padding: 0 calc(var(--mm-spn-item-indent) * 2);
    line-height: 50px;
    line-height: var(--mm-spn-item-height);
    opacity: 0.4;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.mm-spn.mm-spn--navbar.mm-spn--main:after {
    padding-left: 20px;
    padding-left: var(--mm-spn-item-indent);
}

.mm-spn.mm-spn--navbar ul {
    top: 51px;
    top: calc(var(--mm-spn-item-height) + 1px);
}

.mm-spn.mm-spn--navbar ul:before {
    content: "";
    display: block;
    position: fixed;
    top: inherit;
    z-index: 2;
    width: 100%;
    border-top: 1px solid currentColor;
    opacity: 0.15;
}

.mm-spn.mm-spn--light {
    color: #444;
    background: #f3f3f3;
}

.mm-spn.mm-spn--dark {
    color: #ddd;
    background: #333;
}

.mm-spn.mm-spn--vertical {
    overflow-y: auto;
}

.mm-spn.mm-spn--vertical ul {
    width: 100%;
    padding-right: 0;
    position: static;
}

.mm-spn.mm-spn--vertical ul ul {
    display: none;
    padding-left: 20px;
    padding-left: var(--mm-spn-item-indent);
}

.mm-spn.mm-spn--vertical ul ul:after {
    height: 25px;
    height: calc(var(--mm-spn-item-height) / 2);
}

.mm-spn.mm-spn--vertical ul.mm-spn--open {
    display: block;
}

.mm-spn.mm-spn--vertical li.mm-spn--open:before {
    -webkit-transform: rotate(135deg) translate(-50%, 0);
    -ms-transform: rotate(135deg) translate(-50%, 0);
    transform: rotate(135deg) translate(-50%);
}

.mm-spn.mm-spn--vertical ul ul li:last-child:after {
    content: none;
    display: none;
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav {
    margin-top: 10px;
}

.owl-theme .owl-nav [class*="owl-"] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
    background: #869791;
    color: #fff;
    text-decoration: none;
}

.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 0.2s ease;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}

.cd-container {
    position: relative;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

.cd-container:after {
    content: "";
    display: table;
    clear: both;
}

.cd-img-replace {
    display: inline-block;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}

#cd-hamburger-menu {
    left: 0;
}

#cd-hamburger-menu a {
    background: #26292f url(../img/cd-hamburger-menu.svg) no-repeat center center;
}

@media only screen and (min-width: 1200px) {
    #cd-hamburger-menu {
        display: none;
    }
}

#main-nav,
#cd-cart {
    position: fixed;
    top: 0;
    height: 100%;
    width: 260px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    box-shadow: 0 0 20px #0003;
    z-index: 9999;
}

@media only screen and (min-width: 768px) {

    #main-nav,
    #cd-cart {
        width: 350px;
    }
}

@media only screen and (min-width: 1200px) {

    #main-nav,
    #cd-cart {
        width: 30%;
    }
}

#main-nav {
    left: -100%;
    background: #fff;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    transition: left 0.3s;
}

#main-nav.speed-in {
    left: 0;
}

#main-nav ul a {
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0 1em;
    border-bottom: 1px solid #e0e6ef;
}

#main-nav ul .current {
    box-shadow: inset 3px 0 #435779;
}

@media only screen and (min-width: 1200px) {
    #main-nav {
        position: absolute;
        height: auto;
        width: auto;
        left: auto;
        right: 8em;
        padding-top: 0;
        top: 0;
        background: transparent;
        box-shadow: none;
        line-height: 80px;
        z-index: 4;
    }

    #main-nav li {
        display: inline-block;
        margin-left: 1em;
    }

    #main-nav ul a {
        display: inline-block;
        height: auto;
        line-height: 1;
        padding: 1em 1.4em;
        border-bottom: none;
        color: #fffc;
        border-radius: 0.25em;
    }

    #main-nav ul a.current {
        box-shadow: none;
        background: #435779;
        color: #fff;
    }

    .no-touch #main-nav ul a:hover {
        background: #435779;
        color: #fff;
    }
}

.no-js #main-nav {
    position: fixed;
}

#cd-cart {
    right: -100%;
    background: #fff;
    -webkit-transition: right 0.3s;
    -moz-transition: right 0.3s;
    transition: right 0.3s;
}

#cd-cart.speed-in {
    right: 0;
}

#cd-cart>* {
    padding: 0 1em;
}

#cd-cart h2 {
    font-size: 14px;
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
    background: #ff2e98;
    margin: 0;
    padding: 10px;
    color: #fff;
    text-align: center;
}

#cd-cart .cd-cart-items {
    padding: 0;
}

#cd-cart .cd-cart-items li {
    position: relative;
    padding: 1em;
    border-top: 1px solid #e0e6ef;
    color: #1f476e;
    font-weight: 700;
}

#cd-cart .cd-cart-items li:last-child {
    border-bottom: 1px solid #e0e6ef;
}

#cd-cart .cd-qty,
#cd-cart .cd-price {
    color: #a5aebc;
}

#cd-cart .cd-price {
    margin-top: 0.4em;
    color: #ce2b2b;
    font-weight: 700;
    font-size: 18px;
}

#cd-cart .cd-item-remove {
    position: absolute;
    right: 1em;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: url(../img/cd-remove-item.svg) no-repeat center center;
    background-color: #ffd9a3;
}

.no-touch #cd-cart .cd-item-remove:hover {
    background-color: #e0e6ef;
}

#cd-cart .cd-cart-total {
    padding-top: 1em;
    padding-bottom: 1em;
    font-weight: 700;
    color: #ce2b2b;
    font-size: 20px;
    text-transform: uppercase;
}

#cd-cart .cd-cart-total span {
    float: right;
}

#cd-cart .cd-cart-total:after {
    content: "";
    display: table;
    clear: both;
}

#cd-cart .checkout-btn {
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #1f476e;
    color: #fff;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
}

.no-touch #cd-cart .checkout-btn:hover {
    background: #a2dda8;
}

#cd-cart .cd-go-to-cart {
    text-align: center;
    margin: 1em 0;
}

#cd-cart .cd-go-to-cart a {
    text-decoration: underline;
}

@media only screen and (min-width: 1200px) {
    #cd-cart>* {
        padding: 0 2em;
    }

    #cd-cart .cd-cart-items li {
        padding: 1em 2em;
    }

    #cd-cart .cd-item-remove {
        right: 2em;
    }
}

main {
    position: relative;
    min-height: 100%;
    background: #eeeff7;
    padding-top: 70px;
    z-index: 1;
}

@media only screen and (min-width: 768px) {
    main {
        padding-top: 90px;
    }
}

@media only screen and (min-width: 1200px) {
    main {
        padding-top: 120px;
    }
}

#cd-gallery-items li {
    margin-bottom: 1.5em;
}

#cd-gallery-items li img {
    width: 100%;
    display: block;
    border-radius: 0.25em;
}

@media only screen and (min-width: 768px) {
    #cd-gallery-items li {
        width: 48%;
        float: left;
        margin-bottom: 2em;
        margin-right: 4%;
    }

    #cd-gallery-items li:nth-child(2n) {
        margin-right: 0;
    }
}

@media only screen and (min-width: 1200px) {
    #cd-gallery-items li {
        width: 31%;
        float: left;
        margin-bottom: 2.5em;
        margin-right: 3.5%;
    }

    #cd-gallery-items li:nth-child(2n) {
        margin-right: 3.5%;
    }

    #cd-gallery-items li:nth-child(3n) {
        margin-right: 0;
    }
}

#cd-shadow-layer {
    position: fixed;
    min-height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(67, 87, 121, 0.6);
    cursor: pointer;
    z-index: 999;
    display: none;
}

#cd-shadow-layer.is-visible {
    display: block;
    -webkit-animation: cd-fade-in 0.3s;
    -moz-animation: cd-fade-in 0.3s;
    animation: cd-fade-in 0.3s;
}

@-webkit-keyframes cd-fade-in {
    0% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes cd-fade-in {
    0% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes cd-fade-in {
    0% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.xzoom-source img,
.xzoom-preview img,
.xzoom-lens img {
    display: block;
    max-width: none;
    max-height: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

.xzoom-container {
    display: inline-block;
}

.xzoom-thumbs {
    text-align: center;
    margin-bottom: 10px;
}

.xzoom,
.xzoom2,
.xzoom3,
.xzoom4,
.xzoom5 {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px #00000080;
}

.xzoom-gallery,
.xzoom-gallery2,
.xzoom-gallery3,
.xzoom-gallery4,
.xzoom-gallery5 {
    border: 1px solid #cecece;
    margin-left: 5px;
    margin-bottom: 10px;
}

.xzoom-source,
.xzoom-hidden {
    display: block;
    position: static;
    float: none;
    clear: both;
}

.xzoom-hidden {
    overflow: hidden;
}

.xzoom-preview {
    border: 1px solid #888;
    background: #2f4f4f;
    box-shadow: -0px -0px 10px #00000080;
}

.xzoom-lens {
    border: 1px solid #555;
    box-shadow: -0px -0px 10px #00000080;
    cursor: crosshair;
}

.xzoom-loading {
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 100%;
    opacity: 0.7;
    background: url(../images/xloading.gif);
    width: 48px;
    height: 48px;
}

.xactive {
    -webkit-box-shadow: 0px 0px 3px 0px rgba(74, 169, 210, 1);
    -moz-box-shadow: 0px 0px 3px 0px rgba(74, 169, 210, 1);
    box-shadow: 0 0 3px #4aa9d2;
    border: 1px solid #4aaad2;
}

.xzoom-caption {
    position: absolute;
    bottom: -43px;
    left: 0;
    background: #000;
    width: 100%;
    text-align: left;
}

.xzoom-caption span {
    color: #fff;
    font-family: Arial, sans-serif;
    display: block;
    font-size: 0.75em;
    font-weight: 700;
    padding: 10px;
}

:root {
    --ogenix-font: "Manrope", sans-serif;
    --ogenix-font-two: "Caveat", cursive;
    --ogenix-reey-font: "reeyregular";
    --ogenix-white: #ffffff;
    --ogenix-white-rgb: 255, 255, 255;
    --ogenix-base: #1e466d;
    --ogenix-base-rgb: 80, 167, 44;
    --ogenix-black: #1e466d;
    --ogenix-black-rgb: 42, 73, 29;
    --ogenix-primary: #ff2e98;
    --ogenix-primary-rgb: 255, 189, 60;
    --ogenix-gray: #7d8978;
    --ogenix-gray-rgb: 125, 137, 120;
    --ogenix-extra: #f3f3ed;
    --ogenix-extra-rgb: 243, 243, 237;
    --ogenix-bdr-color: #eaeae2;
    --ogenix-bdr-color-rgb: 234, 234, 226;
    --ogenix-letter-spacing: -0.04em;
    --ogenix-bdr-radius: 6px;
}

.bag-orange {
    background-color: #ff2e98;
    color: #fff;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
}

body {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: Roboto, Helvetica, Arial, sans-serif, SolaimanLipi;
    font-size: 16px;
    background-color: #f7f7f7;
}

body a:hover {
    text-decoration: none;
}

a,
h1,
h2,
h3,
h5,
h6,
p {
    font-family: Roboto, SolaimanLipi;
}

.no-border-radius {
    border-radius: 0;
}

.navbar.top-nav .navbar-nav .nav-link,
.blo-box .blog-overflow-content,
.blog-overflow-content p,
.single-products .book-block-footer,
.single-products img,
.footer-social li a,
.footer_menus ul li a,
.blog-squre .post-info,
.blog-squre img,
.single_service_category,
.single_profile {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.navbar.to-section-nav .navbar-nav {
    margin-left: auto;
    margin-right: auto;
}

.navbar.top-nav {
    border-bottom: 1px solid #ddd;
}

.navbar.top-nav .navbar-nav {
    margin-left: auto;
}

.navbar.top-nav .navbar-brand span {
    color: #ce2b2b;
}

.navbar.top-nav .navbar-nav .nav-link {
    color: #000;
    font-weight: 400;
}

.navbar.top-nav .navbar-nav .nav-link:focus,
.navbar.top-nav .navbar-nav .nav-link:hover,
.navbar.top-nav .navbar-nav .active>.nav-link {
    color: #ce2b2b;
    border-color: #ce2b2b;
}

.top-nav-brand {
    margin-top: -5px;
    margin-bottom: -5px;
}

.top-nav-brand img {
    max-height: 53px;
}

.header_top_menu_bar {
    box-shadow: 0 15px 10px -15px #c3c1c180;
    padding: 5px 0;
    z-index: 100;
    background: #fff;
}

.header_top_menu_bar {
    background: #ff2e98;
}

.left_menu ul li {
    padding: 0;
    background: #ffb44b;
    border-color: #ce2b2b;
    position: relative;
}

.left_menu ul li a {
    padding: 5px 10px;
    display: block;
    color: #fff;
}

.left_menu ul li:hover {
    background: #d98003;
}

.left_menu ul li:hover ul.sub_menu {
    display: block;
}

.left_menu ul li:first-child {
    border-radius: 0;
}

.left_menu ul li ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 200px;
    width: 250px;
    z-index: 2;
    border: 1px solid #ce2b2b;
    display: none;
    top: 0;
}

.left_menu ul li ul li {
    border-bottom: 1px solid #ce2b2b;
}

.left_menu ul li ul li:last-child {
    border-bottom: 0;
}

.left_menu ul li ul li ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
}

.left_menu ul li ul li:hover ul.third_menu {
    display: block;
}

.top_category_button {
    list-style: none;
}

.top_category_button a {
    display: block;
    text-decoration: none;
    background: #ff2e98;
    color: #fff;
    padding: 7px;
}

.slider_section {
    position: relative;

    .banner-slider--img {
        height: 400px;
    }
}

.item h4 {
    min-height: 500px;
    background: red;
}

.slider_section .owl-carousel .item {
    position: relative;
}

.slider_section .owl-carousel .caption {
    position: absolute;
    top: 0;
    color: #fff;
    padding-top: 5%;
    padding-bottom: 5%;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00000070;
    margin: 0;
}

.slider_section .owl-carousel .caption h3 {
    color: #ffec00;
    font-size: 18px;
    margin-bottom: 0;
    line-height: 18px;
}

.owl-theme .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    margin: 0 3px;
}

.slider_section .owl-theme .owl-dots {
    position: absolute;
    bottom: 20px;
    width: 100%;
}

.slider_section .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 0;
    left: 0;
    color: #ce2b2b;
    font-size: 50px;
    height: 100%;
    margin: 0;
    padding: 41px !important;
    border-radius: 0;
    outline: none;
}

.slider_section .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 0;
    right: 0;
    color: #ce2b2b;
    font-size: 50px;
    height: 100%;
    margin: 0;
    padding: 41px !important;
    border-radius: 0;
    outline: none;
}

.slider_section .owl-theme .owl-nav [class*="owl-"]:hover {
    background-color: #ce2b2b4f;
}

.owl-theme .owl-dots button.owl-dot span {
    background: #d9d9d9;
}

.owl-theme .owl-dots button.owl-dot.active span {
    background: #0033a0;
}

.btn.btn-yellow {
    background-color: #ff2e98;
    border-color: #ff2e98;
    border-radius: 0;
    color: #fff;
}

.section_title {
    background-color: #ff2e98;
    padding: 22px 0;
    border-top: 5px solid;
    border-color: #c60065;
}

.category_title {
    position: relative;
    min-height: 36px;
    margin-bottom: 0;
}

.category_title a {
    display: block;
    color: #fff;
    width: 100%;
    text-align: center;
    position: absolute;
    z-index: 2;
}

.category_title span {
    display: inline-block;
    overflow: hidden;
    padding: 0 15px;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
}

.category_title a.left-title {
    left: 0;
    text-align: left;
}

.category_title a.left-title span {
    padding-left: 0;
}

.section_title_image {
    display: block;
    position: relative;
}

.section_title_image img {
    max-height: 140px;
    position: absolute;
    left: 0;
    top: -82px;
}

.blo-box {
    position: relative;
    border-bottom: 1px solid #ddd;
}

.blo-box img {
    width: 100%;
}

.blo-box .blog-overflow-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #fff;
    padding: 5px 20px;
    overflow: hidden;
    height: 60px;
    opacity: 0.8;
}

.blo-box .blog-overflow-content h1 {
    margin: 0;
    padding: 0;
    font-size: 22px;
    display: block;
    overflow: hidden;
    height: 53px;
}

.blo-box .blog-overflow-content p {
    margin: 0 0 5px;
    display: block;
    overflow: hidden;
    height: 44px;
    font-size: 14px;
    width: 0px;
}

.blo-box .blog-overflow-content h1 a {
    color: #212529;
}

.blo-box:hover .blog-overflow-content {
    height: 150px;
    opacity: 1;
}

.blo-box:hover .blog-overflow-content p {
    width: 100%;
}

.blo-box:hover img {
    opacity: 0.8;
}

.blog-squre {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}

.blog-squre img {
    width: 100%;
    transform: scale(1.2);
}

.blog-squre .post-info {
    color: #fff;
    visibility: visible;
    opacity: 1;
    text-shadow: none;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-flow: column;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px;
    background: rgba(23, 23, 23, 0.6);
}

.blog-squre .post-info .post-title {
    width: 100%;
}

.blog-squre .post-info .btn-date {
    color: #fff;
}

.blog-squre .post-info h1 {
    color: #fff;
    font-size: 25px;
}

.blog-squre .post-info h1 a {
    color: #fff;
}

.blog-squre:hover img {
    transform: scale(1);
}

.blog-squre:hover .post-info {
    opacity: 0;
}

.blog-squre .pos-link {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.books_section,
.books_section .category_title span {
    background: #eee;
}

.single-products {
    text-align: center;
    overflow: hidden;
    border: 1px solid #fff;
    border-radius: 10px;
}

.single-products img {
    width: 100%;
}

.single-products .book-block-footer {
    position: absolute;
    bottom: 0;
    padding: 15px 0;
    background: #ce1126;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.single-products .book-block-footer h1 {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}

.single-products .book-block-footer h1 a {
    text-decoration: none;
    font-size: 28px;
    font-weight: 500;
    -webkit-line-clamp: 2;
    color: #fff;
    letter-spacing: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    text-transform: uppercase;
    text-align: center;
}

.single-products .book-block-footer p {
    margin-bottom: 3px;
    color: #666;
    font-size: 14px;
}

.single-products .book-block-footer .button-block {
    display: block;
    overflow: hidden;
    padding-top: 10px;
}

.pricing {
    display: block;
    overflow: hidden;
    width: 100%;
}

footer {
    color: #212529;
}

.footer_top {
    background: #1f476e;
}

.footer-brand {
    color: #212529;
    font-size: 20px;
}

.footer-brand:hover {
    color: #212529;
}

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

.footer_menus ul li a {
    color: #cdcdcd;
    display: block;
    text-decoration: none;
    font-size: 18px;
}

.footer_menus ul li a:hover {
    color: #ce2b2b;
}

.developed-by a,
.developed-by a:hover {
    color: #212529;
}

.footer-social {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
}

.footer-social li {
    float: left;
}

.footer-social li a {
    color: #fff;
    display: flex !important;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 24px !important;
    background: #1f476e;
    padding: 5px;
    width: 44px;
    height: 44px;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
}

.footer-social li a:hover {
    background: #ce2b2b;
    color: #fff !important;
}

.footer-brand span {
    color: #ce2b2b;
}

.footer_middle {
    background: #1f476e;
}

.category_header {
    position: relative;
    min-height: 100px;
    background: #1e466d;
}

.category_header img {
    width: 100%;
    background-color: #000;
    height: 300px;
}

.cat_caption {
    width: 100%;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-flow: column;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px;
    background-color: #0000000f;
}

.cat_caption h1 {
    color: #fff;
    font-size: 25px;
}

.cat_caption .breadcrumb {
    background: none;
    display: block;
    width: 100%;
    overflow: hidden;
    margin-bottom: 0;
}

.cat_caption .breadcrumb .breadcrumb-item {
    display: inline-block;
}

.cat_caption .breadcrumb .breadcrumb-item a {
    color: #ffec00;
}

.cat_caption .date {
    margin: 0;
    color: #6f6f6f;
    font-size: 14px;
}

.left-box-content {
    z-index: 8;
}

.left-box-content h1 {
    font-size: 30px;
    margin-top: 15px;
}

.left-box-content h1 a {
    text-decoration: none;
    color: #fff;
    display: block;
}

.left-box-content p {
    margin-bottom: 5px;
}

.single-products .book-block-footer p.price-tag {
    font-weight: 700;
    font-size: 16px;
    display: inline-block;
    color: red;
    padding: 0 7px;
}

.single-products .book-block-footer p.price-tag.overright {
    color: #888;
    text-decoration: #000 line-through;
}

.single-products .book-block-footer p.rattings .fa {
    color: orange;
}

.single-products .book-block-footer p.rattings .fas {
    color: #888;
}

.single-products:hover img {
    transform: scale(1.1);
}

#product-carosel .owl-nav button.owl-prev {
    position: absolute;
    top: 0;
    left: 0;
    color: #000;
    font-size: 50px;
    height: 100%;
    margin: 0;
    border-radius: 0;
    outline: none;
}

#product-carosel .owl-nav button.owl-next {
    position: absolute;
    top: 0;
    right: 0;
    color: #000;
    font-size: 50px;
    height: 100%;
    margin: 0;
    border-radius: 0;
    outline: none;
}

#product-carosel .owl-nav button span {
    background: #0000006e;
    color: #fff;
    padding: 5px 15px;
}

#product-carosel .owl-nav [class*="owl-"]:hover {
    background: none;
}

#product-carosel .owl-nav [class*="owl-"]:hover button span {
    background: #000;
}

.gray_section,
.gray_section .category_title span {
    background: #eee;
}

.left-box-content .button-block {
    margin-top: 15px;
}

.btn.btn-yellow.background-transparent {
    background-color: transparent;
    margin-right: 10px;
}

.contact_contant {
    border: 1px solid #ddd;
    border-radius: 10px;
    display: block;
    overflow: hidden;
}

.contact_us_page {
    background: #ddd;
}

.contact_contant {
    background: #fff;
}

.page_heading {
    position: relative;
}

.page_heading .page_caption {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    color: #fff;
    background: #000000ad;
    bottom: 0;
    padding-top: 8%;
}

.page_heading .page_caption h1 {
    text-transform: uppercase;
    font-weight: 300;
}

.custom_group_icon {
    padding: 2px 10px;
    font-size: 30px;
    background: orange;
    color: #fff;
    border: none;
}

.mobile_nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mobile_nav li {
    display: inline-block;
}

.mobile_nav li a {
    color: #000;
    padding: 10px 5px;
}

.mobile_nav li:first-child a {
    padding-left: 15px;
}

.profile_picture {
    position: absolute;
    z-index: 2;
    width: 100px;
    height: 100px;
    background: #ddd;
    border-radius: 5px;
    border: 1px solid #000;
    left: 5%;
    bottom: -10%;
    overflow: hidden;
}

.footer_section {
    background: #1f486e;
    padding: 66px 0 40px 0;
    margin-top: 24px;

    .footer--logo {
        max-width: 256px;
        height: auto;
        margin-bottom: 20px;
    }
}

.footer_section .footer_widget h1 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
}

.footer_section .footer_widget p,
.footer_section .footer_widget a {
    font-size: 14px;
    color: #fff;
    word-break: break-word;
}

.footer_section .footer_widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 12px;
}

.footer_section .footer_widget ul li a {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    display: block;
}

.footer_section .footer_widget ul li a:hover {
    text-decoration: underline;
}

.footer_widget {
    padding-right: 15px;
}

.footer_section .col-sm-3:last-child .footer_widget {
    border-right: none;
}

.footer_bottom_section {
    background: #df0071;
    font-size: 14px;
    color: #fff;
}

.footer_bottom_section p {
    margin: 0;
    font-size: 14px;
    color: #1d1d1d;
}

.footer_bottom_section a {
    margin: 0;
    font-size: 14px;
    color: #ce2b2b;
}

.scroll_top .top .go-top {
    position: fixed;
    bottom: 1em;
    right: 0;
    text-decoration: none;
    color: #ce2b2b;
    font-size: 40px;
    padding-right: 1.5rem;
    padding-bottom: 1.5rem;
    z-index: 9;
}

.p-thumb--wrap {
    background-color: #fff;
    padding: 8px;
    border-radius: 4px;
}

.dashboard_button {
    border: 1px solid #ddd;
    display: block;
    overflow: hidden;
    color: #ce2b2b;
    padding: 15px;
}

.dashboard_button p {
    color: #444;
    margin: 0;
}

.about_content h1 {
    color: #444;
    font-weight: 700;
    font-size: 30px;
}

.about_content h1 span {
    color: #ce2b2b;
}

.home_about_blocks img {
    width: 100%;
}

.home_about_blocks h1 {
    font-size: 25px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #222;
}

.home_about_blocks p {
    color: #888;
    font-size: 15px;
}

.left-bar-tabs .card {
    border: none;
}

.left-bar-tabs.accordion>.card>.card-header {
    padding: 0;
    margin: 0;
    border: none;
}

.left-bar-tabs.accordion>.card>.card-header .btn {
    margin: 0;
    padding: 5px;
    text-align: center;
    display: block;
    width: 100%;
    color: #fff;
    background: #ce2b2b;
    border: none;
    border-radius: 0;
    text-decoration: none;
    border-bottom: 1px solid #d57c00;
}

.left-bar-tabs .card-body {
    border: none;
    border-radius: 0;
    padding: 0;
    margin: 0;
}

.sinlge-product-right .pricing p.price-tag {
    font-weight: 700;
    font-size: 25px;
    margin: 0 15px 0 0;
    float: left;
    color: #343a40;
}

.sinlge-product-right .pricing p.price-tag.overright {
    color: #888;
    text-decoration: #000 line-through;
    font-weight: 400;
}

.sinlge-product-right .rattings {
    font-size: 14px;
    color: #ce2b2b;
}

.panel.panel-default {
    border: 1px solid #ddd;
    padding: 5px;
    margin-top: 15px;
}

.custom_breadcrumbs ol {
    margin-bottom: 0;
}

.pagination.custom_pagination {
    padding-bottom: 0;
    margin-bottom: 0;
}

.single_counter_box a {
    display: block;
    overflow: hidden;
    color: #fff;
    border: 1px solid #ff9600;
    padding: 5px;
    background: rgb(250, 150, 10);
    background: radial-gradient(circle,
            rgba(250, 150, 10, 1) 0%,
            rgba(250, 143, 10, 1) 50%,
            rgba(208, 122, 0, 1) 100%);
}

.counter_icon {
    font-size: 50px;
}

.counter_content h3 {
    font-size: 18px;
}

.counter_content p {
    font-size: 30px;
    color: #000;
    font-weight: 700;
    margin-bottom: 0;
}

.social_services_category {
    background: #1e466d;
}

.social_services_category .category_title span {
    color: #fff;
    background: #1e466d;
}

.single_service_category {
    overflow: hidden;
    color: #1e466d;
    padding: 5px;
    border-radius: 5px;
    background: #fff;
    min-height: 82px;
    display: table;
    width: 100%;
}

.single_service_category:hover,
.single_service_category.active {
    background: #ce2b2b;
    color: #fff;
    transform: scale(1.15);
}

.single_service_category h1 {
    font-size: 25px;
    vertical-align: middle;
    line-height: normal;
    display: table-cell;
}

.cart_item_row button {
    padding: 0 3px;
}

.single_profile {
    display: table;
    width: 100%;
    border: 1px solid #ffd69e;
    border-radius: 40px;
    color: #1e466d;
    cursor: pointer;
}

.single_profile img {
    width: 80px;
    height: 80px;
    display: table-cell;
    vertical-align: middle;
}

.single_profile h5 {
    display: table-cell;
    vertical-align: middle;
    font-weight: 400;
    margin-left: 10px;
}

.single_profile:hover {
    background: #ffd69e;
}

.shipping_title {
    font-size: 23px;
    padding: 5px 10px;
    box-shadow: 0 5px 14px -12px #000;
    border: 1px solid #ddd;
    color: #ce2b2b;
}

.cart_delete_button {
    position: relative;
}

.cart_delete_button span {
    position: absolute;
    left: 0;
    top: 0;
    background: #ddd;
    padding: 5px 0 5px 5px;
    text-align: center;
    display: block;
}

.small_table_padding.table>tbody>tr>td,
.small_table_padding.table>tbody>tr>th,
.small_table_padding.table>tfoot>tr>td,
.small_table_padding.table>tfoot>tr>th,
.small_table_padding.table>thead>tr>td,
.small_table_padding.table>thead>tr>th {
    padding: 5px;
}

.achivment-timer {
    font-size: 20px;
    background: #000;
    padding: 5px;
    border-radius: 5px;
}

.achivment-timer p#achivment-timer {
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
    color: red;
}

.achivment-timer p {
    color: #fff;
    margin: 0;
}

.achivment-timer p#achivment-timer span {
    border: 1px solid #666;
    padding: 3px;
    border-radius: 3px;
    margin-right: 5px;
}

.navbar .navbar-nav.top_mobile_login_nav {
    margin-left: 0;
    display: none;
}

.navbar .navbar-nav.top_mobile_login_nav li.nav-item {
    display: inline-block;
}

.navbar .navbar-nav.top_mobile_login_nav li.nav-item a.nav-link {
    padding-right: 5px;
}

.mm-spn.mm-spn--navbar:after {
    background: #ff2e98;
    opacity: 1;
    color: #fff;
    font-weight: 700;
}

.mm-spn.mm-spn--navbar:before {
    opacity: 1;
    color: #fff;
    z-index: 2;
}

.mm-spn.mm-spn--light {
    color: #ff2e98;
    background: #fff;
}

.mm-spn li:before {
    opacity: 1;
    color: #ff2e98;
}

.mm-spn a:hover {
    color: #000;
}

.footer_nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999;
}

.submit_model_view {
    position: relative;
}

.submit_model_view .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0000000d;
    color: #4d4d4d;
    text-align: center;
    display: block;
    overflow: hidden;
}

.submit_model_view .overlay .spin_icon {
    font-size: 50px;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
}

.submit_model_view .overlay .spin_icon.icon_add_cart_done {
    background: #fff;
}

.submit_model_view .overlay .spin_icon.icon_add_cart_done svg {
    color: green;
    font-size: 150px;
}

.submit_model_view .overlay .spin_icon svg {
    font-size: 50px;
}

.single-products {
    position: relative;
}

.search-dropdown {
    display: block;
    width: 100%;
    position: absolute;
    top: 38px;
    left: 0;
}

.search-dropdown .list-group {
    border-radius: 0;
}

.search-dropdown .list-group a {
    padding: 0.5rem 1.25rem;
}

.contact_contant .card {
    border: 1px solid #3166ac40;
}

.member-box {
    position: relative;
    overflow: hidden;
}

.member-box:before {
    content: "";
    position: absolute;
    width: 16rem;
    height: 8rem;
    top: -8%;
    right: 28%;
    border: 25px solid #2690ff54;
    border-radius: 49%;
    transform: rotate(41deg);
}

span.shape {
    background: url(http://e-cab.net/public/web/img/elements/Pattern.png);
    position: absolute;
    bottom: -4px;
    height: 133px;
    width: 133px;
    background-repeat: no-repeat;
    right: 43px;
    z-index: -1;
    opacity: 0.8;
    background-size: contain;
    filter: brightness(0.5);
}

img.card-img-top {
    object-fit: cover;
    object-position: top;
    width: 100%;
    margin: 4px auto;
    position: relative;
    padding: 5px;
}

.card.member-box .card-body {
    height: 168px;
    overflow: hidden;
}

.card .card-body {
    background: #fff !important;
}

.card.member-box .card-body h4.member-title {
    font-size: 16px;
    font-weight: 700;
    margin: 9px 0;
    color: #000 !important;
    text-align: left;
}

.member-box .card-body strong {
    font-weight: 700;
    color: #000;
}

.member-box .card-body span {
    color: #757575;
}

.team_social_menu {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.team_social_menu li {
    display: inline-block;
}

.team_social_menu li a {
    background: #747474;
    color: #fff;
    padding: 5px;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: block;
    text-align: center;
}

.team_social_menu li a:hover {
    background: #ce2b2b;
}

.top_phone a {
    font-weight: 700;
    font-size: 20px;
    text-decoration: none;
    color: #ce2b2b;
}

.top_phone a {
    color: #fff;
}

.topbar {
    background: #ff2e98;
    height: 40px;
    font-size: 14px;
    transition: all 0.5s;
    color: #fff;
    padding: 0;
}

.topbar .contact-info i {
    font-style: normal;
    color: #fff;
    line-height: 0;
}

.topbar .contact-info i a,
.topbar .contact-info i span {
    padding-left: 5px;
    color: #fff;
}

@media (max-width: 575px) {

    .topbar .contact-info i a,
    .topbar .contact-info i span {
        font-size: 13px;
    }
}

.topbar .contact-info i a {
    line-height: 0;
    transition: 0.3s;
}

.topbar .contact-info i a:hover {
    color: #fff;
    text-decoration: underline;
}

.topbar .social-links a {
    color: #ffffffb3;
    line-height: 0;
    transition: 0.3s;
    margin-left: 20px;
}

.topbar .social-links a:hover {
    color: #fff;
}

.header_top_menu_bar .navbar-nav .nav-item {
    padding-left: 10px;
    padding-right: 10px;
}

.header_top_menu_bar .navbar-nav .nav-item .nav-link {
    border-radius: 20px;
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid #fff;
}

.header_top_menu_bar .navbar-nav .nav-item .nav-link {
    border: 1px solid #fc7995;
    color: #fff;
}

.pink_link {
    background: #ff2e98;
    color: #fff;
}

.medicin_link {
    background: #2cbcae;
    color: #fff;
}

.product__all-single {
    position: relative;
    display: block;
    background-color: #f4f4f4;
    text-align: center;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 1;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    padding: 25px 22px;

    &:hover {
        background-color: #fff;
    }
}

.product__all-single-inner {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}

.product__all-single-inner .discount_box {
    background: #ff2e98d4;
    color: #fff;
    display: inline-block;
    padding: 1px 10px;
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 2;
}

.product__all-price .delete_price {
    color: #666;
}

.product__all-img {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 100%;
    height: 254px;
    background-color: transparent;
    z-index: 1;
    transition: 0.2s linear;
    border-radius: 22px;
}

.product__all-img img {
    transition: all 0.5s ease;
    max-height: 175px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product__all-single:hover .product__all-img img {
    transform: scale(1.05);
}

.product__all-content {
    position: relative;
    display: block;
    text-align: center;
    margin-top: 16px;
}

.product__all-review {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ce2b2b;
}

.product__all-review i {
    color: #ffbc3b;
    font-size: 11px;
}

.product__all-review i+i {
    margin-left: 4px;
}

.product__all-title {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    margin-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
    height: 38px;
    letter-spacing: 0;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: unset !important;
    min-height: unset !important;

    background-color: transparent !important;
}

.product__all-title a {
    color: #000;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.product__all-title a:hover {
    color: var(--ogenix-base);
}

.product__all-size {
    font-size: 14px;
    font-weight: 400;
    color: #444;
    margin-bottom: 0;
    height: 30px;
    overflow: hidden;
}

.product__all-price {
    font-weight: 600;
    line-height: 25px;
    color: #0033a0;
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
}

.product__all-btn-box {
    position: relative;
    display: block;
    margin-top: 15px;
    z-index: 2;
}

.product__all-btn {
    font-weight: 700;
    padding: 5px 30px;
    background-color: var(--ogenix-base);
}

.product__all-btn:before {
    background-color: #f68b1e;
    width: 50px;
}

.products__all-icon-boxes {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2;
    display: flex;
    align-items: center;
    flex-direction: column;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(20deg) translateX(100%);
    -ms-transform: perspective(400px) rotateX(20deg) translateX(100%);
    transform: perspective(400px) rotateX(20deg) translate(100%);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    transition-delay: 0.1s;
    transition-timing-function: ease-in-out;
    transition-duration: 0.5s;
    transition-property: all;
    z-index: 1;
}

.product__all-single:hover .products__all-icon-boxes {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg) translateX(0%);
    -ms-transform: perspective(400px) rotateX(0deg) translateX(0%);
    transform: perspective(400px) rotateX(0) translate(-0%);
    transition-delay: 0.3s;
    transition-timing-function: ease-in-out;
    transition-duration: 0.5s;
    transition-property: all;
}

.products__all-icon-boxes a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    background-color: #f3f3ed;
    border-radius: 50%;
    font-size: 14px;
    color: #ce2b2b;
    transition: all 0.2s linear;
    transition-delay: 0.1s;
}

.products__all-icon-boxes a:hover {
    background-color: var(--ogenix-base);
    color: var(--ogenix-white);
}

.products__all-icon-boxes a+a {
    margin-top: 10px;
}

.thm-btn {
    position: relative;
    outline: none;
    background-color: #ce1126;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    transition: all 0.5s linear;
    overflow: hidden;
    z-index: 1;
    display: block;
    border-radius: 8px;
}

.categories-two__single {
    display: block;
    text-align: center;
}

.categories-two__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 98px;
    height: 98px;
    position: relative;
    border-radius: 50%;
    margin: 0 auto;
}

.categories-two__icon span {
    display: inline-block;
    font-size: 60px;
    color: var(--accent-color);
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    position: relative;
}

.categories-two__single:hover .categories-two__icon span {
    transform: scale(0.9);
    color: #fff;
}

.categories-two__title {
    font-size: 16px;
    font-weight: 500;
    margin-top: 30px;
    color: #000;
}

.categories-two__title a {
    color: var(--ogenix-black);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.categories-two__title a:hover {
    color: var(--accent-color);
}

.categories-two__single.concern_category {
    padding: 0;
}

.categories-two__single.concern_category .categories-two__icon {
    width: 100%;
    height: auto;
}

.categories-two__single.concern_category .categories-two__icon img {
    border-radius: 8px;
    width: 100%;
    height: auto;
}

.list-group-item.active {
    background-color: #ff2e98;
    border-color: #ff2e98;
}

.upload_prescriptin_btn a {
    padding: 7px 15px;
    font-size: 18px;
    border-radius: 7px;
    display: block;
    margin-bottom: 15px;
    font-weight: 500;
}

.b-example-divider {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
    background-color: #0000001a;
    border: solid rgba(0, 0, 0, 0.15);
    border-width: 1px 0;
    box-shadow:
        inset 0 0.5em 1.5em #0000001a,
        inset 0 0.125em 0.5em #00000026;
}

.bi {
    vertical-align: -0.125em;
    pointer-events: none;
    fill: currentColor;
}

.dropdown-toggle {
    outline: 0;
}

.nav-flush .nav-link {
    border-radius: 0;
}

.btn-toggle {
    display: flex;
    align-items: center;
    padding: 0.25rem 0.5rem;
    font-weight: 400;
    color: #000000a6;
    background-color: transparent;
    border: 0;
    -webkit-line-clamp: 1;
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-align: left;
    font-size: 14px;
    position: relative;
}

.btn-toggle:hover,
.btn-toggle:focus {
    color: #ce1126;
}

.btn-toggle:before {
    width: 1.25em;
    line-height: 0;
    content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
    transition: transform 0.35s ease;
    transform-origin: 0.5em 50%;
    position: absolute;
    right: 0;
}

.btn-toggle[aria-expanded="true"] {
    color: #000000d9;
}

.btn-toggle[aria-expanded="true"]:before {
    transform: rotate(90deg);
}

.btn-toggle-nav a {
    display: inline-flex;
    padding: 0.1875rem 0.5rem;
    margin-top: 0.125rem;
    margin-left: 1.25rem;
    text-decoration: none;
}

.btn-toggle-nav a:hover,
.btn-toggle-nav a:focus {
    color: #ce1126 !important;
}

.scrollarea {
    overflow-y: auto;
}

.fw-semibold {
    font-weight: 600;
}

.lh-tight {
    line-height: 1.25;
}

@media (min-width: 768px) {
    .collapse.dont-collapse-sm {
        display: block;
        height: auto !important;
        visibility: visible;
    }
}

.description_and_reviews .tab-content>.tab-pane {
    background: #fff;
    padding: 15px;
}

.description_and_reviews .nav-tabs .nav-link {
    background-color: #ff2e98;
    color: #fff;
}

.description_and_reviews .nav-link.active {
    color: #ff2e98;
    background-color: #fff;
}

.description_and_reviews .nav-item {
    margin-right: 10px;
}

.icon-pink {
    color: #ff2e98;
}

.card.pink_card .card-header,
.card.pink_card .card-footer {
    background-color: #ff2e98;
    color: #fff;
}

.new_section_title h1 {
    font-size: 28px;
    margin: 0;
    padding: 0;
    position: relative;

    &::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #ce1126;
        transform: translateY(-50%);
    }
}

.new_section_title h1 a {
    color: #000;
    text-decoration: none;
    display: inline-block;
    background-color: #f7f7f7;
    position: relative;
    z-index: 1;
    padding: 0 60px;
    font-size: 32px;
}

.owl-theme .owl-nav {
    margin-top: 0;
}

.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto;
}

.social-link {
    width: 30px;
    height: 30px;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    border-radius: 50%;
    transition: all 0.3s;
    font-size: 0.9rem;
}

@media (min-width: 0px) and (max-width: 991.98px) {
    .header_top_menu_bar {
        background: #fff;
    }

    .header_top_menu_bar .navbar-nav .nav-item .nav-link {
        color: #ff2e98;
    }

    .header_top_menu_bar .navbar-nav .nav-item .nav-link.medicin_link,
    .header_top_menu_bar .navbar-nav .nav-item .nav-link.pink_link {
        color: #fff;
    }

    #slider-carousel .owl-item img {
        min-height: 220px;
        object-fit: cover;
    }
}

@media (max-width: 575.98px) {
    .page_heading .page_caption h1.user_signup {
        font-size: 16px;
    }

    .page_heading .page_caption {
        padding-top: 15px;
        padding-right: 15px;
    }

    .page_heading .page_caption p {
        font-size: 14px;
        margin: 0;
    }

    .navbar .navbar-nav.top_mobile_login_nav {
        display: inline-block !important;
        margin-left: 0;
    }

    .category_title span {
        font-size: 20px;
        padding-top: 5px;
    }

    .section_title_image img {
        max-height: 85px;
        top: -27px;
    }

    .category_title a {
        text-align: right;
    }
}

@media (max-width: 767.98px) {
    .page_heading .page_caption h1.user_signup {
        font-size: 16px;
    }

    .page_heading .page_caption {
        padding-top: 15px;
        padding-right: 15px;
    }

    .page_heading .page_caption p {
        font-size: 14px;
        margin: 0;
    }

    .navbar .navbar-nav.top_mobile_login_nav {
        display: inline-block !important;
        margin-left: 0;
    }

    .category_title span {
        font-size: 20px;
        padding-top: 5px;
    }

    .category_title a {
        text-align: right;
    }

    .section_title_image img {
        max-height: 85px;
        top: -27px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1440px;
    }
}

.header {
    position: relative;
    top: 0px;
    z-index: 5;
    padding: 0;
    width: 100%;
    background: #ffffff;
    box-shadow: 0px -10px 16px 8px rgba(0, 0, 0, 0.25);

    .p-search-input--wrap {
        width: 600px;
    }
}

.header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid #cdcdcf;
}

@media screen and (max-width: 991px) {
    .header {
        top: 0px;
        padding: 0px;
        position: relative;
        left: 0;
        right: 0;
        z-index: 7;
    }
}

@media screen and (max-width: 575px) {
    .header {
        padding: 12px 0px;
    }
}

.header.fixed-header {
    position: fixed;
    top: 0px;
    animation: slide-down 0.8s;
    box-shadow:
        rgba(0, 0, 0, 0.1) 0px 4px 6px -1px,
        rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    width: 100%;
    z-index: 999;
}

.header-main-area .container-fluid {
    padding: 0 75px;
}

@media screen and (max-width: 1399px) {
    .header-main-area .container-fluid {
        padding: 0 40px;
    }
}

@media screen and (max-width: 575px) {
    .header-main-area .container-fluid {
        padding: 0 25px;
    }
}

.scrolled {
    display: none !important;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    padding: 0;
    background-color: #fff;
}

@media screen and (max-width: 991px) {
    .header {
        padding: 16px 16px;
    }
}

@media screen and (max-width: 575px) {
    .header {
        padding: 10px 15px !important;
    }
}

.header .ham__menu {
    color: #000;
    display: none;
}

@media screen and (max-width: 991px) {
    .header .ham__menu {
        display: block !important;
    }
}

.header .logo-wrapper img {
    max-width: 200px;
    filter: brightness(1);
}

@media screen and (max-width: 991px) {
    .header .logo-wrapper img {
        width: 120px;
    }
}

@media screen and (max-width: 991px) {
    .header .menu--wrap {
        display: none !important;
    }
}

.header .main-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 34px;
}

@media screen and (max-width: 991px) {
    .header .main-menu {
        display: none !important;
    }
}

@media screen and (max-width: 1199px) {
    .header .main-menu {
        margin-left: 0px;
    }
}

.header .main-menu .menu-link--wrap {
    transition: all 0.4s;
    padding: 18px 0;
}

.header .main-menu a {
    font-size: 16px;
    font-weight: 500;
    position: relative;
    text-transform: uppercase;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 6px;
}

.header .main-menu a:hover {
    color: #fff;
}

.header .main-menu a:before {
    position: absolute;
    bottom: -19px;
    content: "";
    width: 100%;
    height: 2px;
    background: #fff;
    transform: translateX(-100%);
    opacity: 0;
}

.header .main-menu a.active {
    color: #fff;
}

.header .main-menu a.active:before {
    opacity: 1;
    transform: translateX(0);
}

@media screen and (max-width: 1399px) {
    .header .main-menu a {
        font-size: 18px;
    }
}

@media screen and (max-width: 1199px) {
    .header .main-menu a {
        padding: 0px;
        font-size: 16px;
    }
}

.header .main-menu a:hover:before {
    opacity: 1;
    transition:
        0.5s transform ease,
        0.8s opacity ease;
    transform: translateX(0);
}

@media (max-width: 770px) {
    .header .menu-list-wrapper {
        display: block !important;
    }

    .header .menu-list-wrapper ul {
        gap: 0px;
    }
}

@media (max-width: 620px) {
    .header .menu-list-wrapper ul:last-child {
        display: none;
    }
}

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-150%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.header--top {
    height: 50px;
    background-color: var(--secondary);
}

.menu--dropdown {
    transform-origin: 0 0;
    transform: scale(1, 0);
    opacity: 0;
    visibility: hidden;
    top: 59px;
    left: 0px;
    z-index: 1;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px 0px;
    transition: 0.3s linear;
    background-color: #fff;
    padding: 12px;
    border-radius: 8px;
    min-width: 220px;
    margin-top: -5px;

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

.menu--dropdown li a {
    position: relative;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    display: inline-block;
    letter-spacing: -0.01em;
    text-align: start;
    width: 100%;
    color: #000 !important;
    border-bottom: 1px solid #0000001f;
    padding: 12px 0;
}

.menu--dropdown li a::before {
    content: none !important;
}

.menu--dropdown li:last-child a {
    border: none;
    padding-bottom: 0;
}

.menu-link--wrap:hover .menu--dropdown {
    visibility: visible;
    opacity: 1;
    transition: 0.3s linear;
    margin-top: 0px;
    transform: scale(1);
}

.header-btn--wrap {
    display: flex;
    align-items: center;
    gap: 16px;

    .header-search--btn {
        background-color: transparent;
        outline: 0;
        border: 0;
    }

    .btn-primary {
        background-color: #0033a0;
    }
}

.promo--section {
    background-color: #1f486e;
    padding: 50px 0;

    .col-lg-3 {
        border-right: 1px solid #ce1126;

        &:last-child {
            border: none;
        }
    }
}

.promo--card {
    .icon--wrap {
        width: 60px;
        height: 60px;
        background-color: #ce1126;
        border-radius: 50%;
        flex-shrink: 0;
    }

    h6 {
        font-size: 24px;
    }

    p {
        font-size: 18px;
    }
}

.bg--img {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.cta--section {
    .section-content--wrap {
        border-radius: 28px;
    }

    .content--wrap {
        padding: 64px 200px 74px 0;
    }

    .title {
        font-size: 48px;
        color: #000;
    }

    .description {
        font-size: 18px;
        color: #000;
    }

    .btn-primary {
        background-color: #0033a0;
        padding: 12px 32px;
        font-size: 18px;
    }
}

.product_cat_section {
    padding-top: 66px;
}

.new_section_title {
    padding-bottom: 55px;
}

.cta--section {
    padding-top: 66px;
}

.promo--section {
    margin-top: 66px;
}

.filter--box {
    background: #f4f4f4;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    padding: 8px 24px;
}

.p-search-input--wrap {
    input {
        width: 100%;
        border: 1px solid #cdcdcf;
        padding: 12px 24px 12px 54px;
        border-radius: 8px;

        &:focus {
            border: 1px solid #ce1126 !important;
            outline: 0;
        }

        &:focus-visible {
            border: 1px solid #ce1126 !important;
            outline: 0;
        }
    }

    .search--icon {
        top: 50%;
        left: 20px;
        transform: translateY(-50%);
        border: 0;
        outline: 0;
        background: transparent;
    }
}

.c-search-input--wrap {
    select {
        width: 100%;
        border: 1px solid #cdcdcf;
        padding: 12px 24px;
        border-radius: 8px;

        &:focus {
            border: 1px solid #ce1126 !important;
            outline: 0;
        }

        &:focus-visible {
            border: 1px solid #ce1126 !important;
            outline: 0;
        }

        &:focus {
            box-shadow: none;
        }
    }
}

.p-details--page {
    padding: 40px 0 140px 0;

    .breadcrumb {
        margin-bottom: 42px;
    }

    .xzoom-container {
        width: 100%;
        height: 725px;

        .main--thumb {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
    }

    .title {
        font-size: 24px;
    }
}

.quantity_box {
    width: 90px;
    border-radius: 5px;
    margin-top: 0px;
    border: 1px solid #dbdbdb;
}

.quantity_box input {
    width: 50px;
    border-radius: 0px;
    height: 34px;
    border: none;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    padding-left: 22px;
    outline: none;
    font-size: 14px;
    font-weight: 700;
    background-color: transparent;
}

.quantity_box button {
    width: 29px;
    height: 34px;
    background-color: transparent;
    font-size: 8px;
    background-color: transparent;
    border: none;
    border-top-right-radius: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
}

.rating--wrap {
    ul {
        list-style: none;
        margin: 0;
        padding: 0;
        gap: 4px;

        li {
            font-size: 20px;

            .fa-star {
                color: #ffad33;
            }
        }
    }

    p {
        color: rgba(0, 0, 0, 0.4) !important;
    }
}

.cart--btn {
    background-color: #ce1126;
    color: #fff;

    &:hover {
        background-color: #ce1126b3;
        color: #fff;
    }
}

.order--btn {
    background-color: #0033a0;
    color: #fff;

    &:hover {
        background-color: #0033a0b3;
        color: #fff;
    }
}

.stock-status {
    color: #127c3d;
    font-size: 44px;
    font-weight: 400;
}

.price-wrap--container {
    .price--wrap {
        padding-right: 25px;
        border-right: 1px solid rgba(0, 0, 0, 0.4);
    }

    .save-amount--wrap {
        padding-left: 25px;
    }

    .price {
        font-size: 24px;
    }

    .offer--price {
        font-size: 24px;
        color: rgba(0, 0, 0, 0.4) !important;
        text-decoration: line-through;
    }

    .save--amount {
        font-size: 24px;
        color: #127c3d;
    }

    .badge {
        background-color: #6155f5;
        flex-shrink: 0;
    }
}

.breadcrumb {
    li {
        a {
            color: #000;
        }

        &:last-child {
            a {
                color: #cf2b2c;
            }
        }
    }
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    color: var(--bs-breadcrumb-divider-color);
    content: ">";
}

.cart-tgl--btn {
    outline: 0;
    border: 0;
    background-color: transparent;
}

.fit--img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cart-item--card .thumb--wrap {
    width: 130px;
    height: 130px;
    border: 1px solid rgba(0, 0, 0, 0.4);
    border-radius: 8px;

    img {
        border-radius: 8px;
    }
}

.price-calculate--box {
    padding: 24px 0 0px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.4);
}

.cart-item--card .remove--item {
    top: -10px;
    right: -10px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: #fff;
    font-size: 15px;
    border: 1px solid #ce1126;
}

.sidebar-menu-list__item {
    margin: 0px 0px 8px 0px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}

.sidebar-menu-list__link .text {
    transition: 0.3s linear;
    font-size: 18px;
}

.sidebar-menu-list__link.active {
    position: relative;
}

.sidebar-menu-list__link.active .text {
    color: #ce1126;
}

.sidebar-menu-list__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    position: relative;
    width: 100%;
    color: #000 !important;
    gap: 8px;

    svg {
        color: #00000070;
    }
}

.sidebar-submenu {
    display: none;
    position: relative;
}


.sidebar-submenu-list {
    padding: 5px 0;
    list-style: none;
}

.sidebar-submenu-list__item {
    position: relative;
}

.sidebar-submenu-list__link {
    padding: 12px 0px 0px 16px;
    display: block;
    color: #000;
    border-bottom: 0 !important;
}

.sidebar-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.header--btm {
    background-color: #ce1126;
}

.mobile-footer {
    width: 100%;
    position: fixed;
    bottom: 0;
    background-color: #ce1126;
    z-index: 99999999999999999;
    left: 0;
    box-shadow: 5px 10px 18px #333e48;
    display: none;
}

.mobile-footer-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 16px 0;
}

.mobile-footer-box a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 14px;
    gap: 6px;

    &.active {
        color: #fff;
    }
}

.btn-primary {
    background-color: #0033a0;

    &:hover {
        background-color: #0033a0d9;
    }
}

.form-control {
    border: 1px solid #cdcdcf;
    padding: 12px;
    border-radius: 8px;

    &:focus-visible {
        border: 1px solid #ce1126 !important;
        outline: 0;
    }

    &:focus {
        outline: 0;
        box-shadow: none;
    }
}

.form-select {
    border: 1px solid #cdcdcf;
    padding: 12px;
    border-radius: 8px;

    &:focus-visible {
        border: 1px solid #ce1126 !important;
        outline: 0;
    }

    &:focus {
        outline: 0;
        box-shadow: none;
    }
}

@media (max-width: 1199px) {
    .header {
        .p-search-input--wrap {
            width: 400px;
        }
    }

    .cta--section {
        .content--wrap {
            padding: 64px 100px 74px 0;
        }
    }

    .footer_section {
        .footer--logo {
            max-width: 127px;
        }
    }

    .p-details--page {
        .xzoom-container {
            height: 425px;
        }
    }
}

@media (max-width: 991px) {
    .product_cat_section {
        padding-top: 36px;
    }

    .new_section_title {
        padding-bottom: 16px;
    }

    .promo--section {
        .col-lg-3 {
            border-right: 0px;
        }
    }

    .header--btm {
        background-color: #fff;
    }

    .header {
        .p-search-input--wrap {
            width: 100%;
            margin-top: 10px;
        }
    }

    .new_section_title h1 a {
        padding: 16px 32px;
    }

    .p-search-input--wrap {
        input {
            padding: 8px 24px 8px 54px;
        }
    }

    .cta--section {
        .content--wrap {
            padding: 50px;
        }
    }
}

@media (max-width: 575px) {
    .header-btn--wrap {
        display: none !important;
    }

    .header-wrapper {
        flex-direction: row-reverse;
    }

    .cart-item--offcanvas {
        margin-bottom: 70px;
    }

    .cta--section {
        .content--wrap {
            padding: 30px;

            .title {
                font-size: 30px;
            }
        }
    }

    .promo--section {
        margin-top: 66px;
        padding: 40px 0 !important;
    }

    .promo--card {
        flex-direction: column;

        .content--wrap {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }
    }

    .xzoom-thumbs a {
        width: 160px;
        height: 160px;
        display: inline-flex;
    }

    .p-details--page {
        .xzoom-container {
            height: 325px;
        }
    }

    .mobile-footer {
        display: block;
    }

    .footer_section {
        margin-bottom: 60px;
    }
}



.header.fixed-header {
    position: fixed;
    top: 0px;
    animation: slide-down 0.8s;
    width: 100%;
    z-index: 999;
}


@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-150%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}