@charset "UTF-8";

.flatpickr-calendar {
    background: transparent;
    opacity: 0;
    display: none;
    text-align: center;
    visibility: hidden;
    padding: 0;
    animation: none;
    direction: ltr;
    border: 0;
    font-size: 14px;
    line-height: 24px;
    border-radius: 5px;
    position: absolute;
    width: 307.875px;
    box-sizing: border-box;
    touch-action: manipulation;
    background: #fff;
    box-shadow: 1px 0 #e6e6e6, -1px 0 #e6e6e6, 0 1px #e6e6e6, 0 -1px #e6e6e6, 0 3px 13px #00000014
}

.flatpickr-calendar.open,
.flatpickr-calendar.inline {
    opacity: 1;
    max-height: 640px;
    visibility: visible
}

.flatpickr-calendar.open {
    display: inline-block;
    z-index: 99999
}

.flatpickr-calendar.animate.open {
    animation: fpFadeInDown .3s cubic-bezier(.23, 1, .32, 1)
}

.flatpickr-calendar.inline {
    display: block;
    position: relative;
    top: 2px
}

.flatpickr-calendar.static {
    position: absolute;
    top: calc(100% + 2px)
}

.flatpickr-calendar.static.open {
    z-index: 999;
    display: block
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
    box-shadow: none !important
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
    box-shadow: -2px 0 #e6e6e6, 5px 0 #e6e6e6
}

.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.flatpickr-calendar .hasWeeks .dayContainer {
    border-left: 0
}

.flatpickr-calendar.hasTime .flatpickr-time {
    height: 40px;
    border-top: 1px solid #e6e6e6
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
    height: auto
}

.flatpickr-calendar:before,
.flatpickr-calendar:after {
    position: absolute;
    display: block;
    pointer-events: none;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    left: 22px
}

.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.arrowRight:before,
.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.arrowRight:after {
    left: auto;
    right: 22px
}

.flatpickr-calendar.arrowCenter:before,
.flatpickr-calendar.arrowCenter:after {
    left: 50%;
    right: 50%
}

.flatpickr-calendar:before {
    border-width: 5px;
    margin: 0 -5px
}

.flatpickr-calendar:after {
    border-width: 4px;
    margin: 0 -4px
}

.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
    bottom: 100%
}

.flatpickr-calendar.arrowTop:before {
    border-bottom-color: #e6e6e6
}

.flatpickr-calendar.arrowTop:after {
    border-bottom-color: #fff
}

.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
    top: 100%
}

.flatpickr-calendar.arrowBottom:before {
    border-top-color: #e6e6e6
}

.flatpickr-calendar.arrowBottom:after {
    border-top-color: #fff
}

.flatpickr-calendar:focus {
    outline: 0
}

.flatpickr-wrapper {
    position: relative;
    display: inline-block
}

.flatpickr-months {
    display: flex
}

.flatpickr-months .flatpickr-month {
    background: transparent;
    color: #000000e6;
    fill: #000000e6;
    height: 34px;
    line-height: 1;
    text-align: center;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    overflow: hidden;
    flex: 1
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    text-decoration: none;
    cursor: pointer;
    position: absolute;
    top: 0;
    height: 34px;
    padding: 10px;
    z-index: 3;
    color: #000000e6;
    fill: #000000e6
}

.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
    display: none
}

.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
    position: relative
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
    left: 0
}

.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
    right: 0
}

.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
    color: #959ea9
}

.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
    fill: #f64747
}

.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
    width: 14px;
    height: 14px
}

.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
    transition: fill .1s;
    fill: inherit
}

.numInputWrapper {
    position: relative;
    height: auto
}

.numInputWrapper input,
.numInputWrapper span {
    display: inline-block
}

.numInputWrapper input {
    width: 100%
}

.numInputWrapper input::-ms-clear {
    display: none
}

.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none
}

.numInputWrapper span {
    position: absolute;
    right: 0;
    width: 14px;
    padding: 0 4px 0 2px;
    height: 50%;
    line-height: 50%;
    opacity: 0;
    cursor: pointer;
    border: 1px solid rgba(57, 57, 57, .15);
    box-sizing: border-box
}

.numInputWrapper span:hover {
    background: #0000001a
}

.numInputWrapper span:active {
    background: #0003
}

.numInputWrapper span:after {
    display: block;
    content: "";
    position: absolute
}

.numInputWrapper span.arrowUp {
    top: 0;
    border-bottom: 0
}

.numInputWrapper span.arrowUp:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid rgba(57, 57, 57, .6);
    top: 26%
}

.numInputWrapper span.arrowDown {
    top: 50%
}

.numInputWrapper span.arrowDown:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid rgba(57, 57, 57, .6);
    top: 40%
}

.numInputWrapper span svg {
    width: inherit;
    height: auto
}

.numInputWrapper span svg path {
    fill: #00000080
}

.numInputWrapper:hover {
    background: #0000000d
}

.numInputWrapper:hover span {
    opacity: 1
}

.flatpickr-current-month {
    font-size: 135%;
    line-height: inherit;
    font-weight: 300;
    color: inherit;
    position: absolute;
    width: 75%;
    left: 12.5%;
    padding: 7.48px 0 0;
    line-height: 1;
    height: 34px;
    display: inline-block;
    text-align: center;
    transform: translateZ(0)
}

.flatpickr-current-month span.cur-month {
    font-family: inherit;
    font-weight: 700;
    color: inherit;
    display: inline-block;
    margin-left: .5ch;
    padding: 0
}

.flatpickr-current-month span.cur-month:hover {
    background: #0000000d
}

.flatpickr-current-month .numInputWrapper {
    width: 6ch;
    width: 7ch�;
    display: inline-block
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
    border-bottom-color: #000000e6
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
    border-top-color: #000000e6
}

.flatpickr-current-month input.cur-year {
    background: transparent;
    box-sizing: border-box;
    color: inherit;
    cursor: text;
    padding: 0 0 0 .5ch;
    margin: 0;
    display: inline-block;
    font-size: inherit;
    font-family: inherit;
    font-weight: 300;
    line-height: inherit;
    height: auto;
    border: 0;
    border-radius: 0;
    vertical-align: initial;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield
}

.flatpickr-current-month input.cur-year:focus {
    outline: 0
}

.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
    font-size: 100%;
    color: #00000080;
    background: transparent;
    pointer-events: none
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
    appearance: menulist;
    background: transparent;
    border: none;
    border-radius: 0;
    box-sizing: border-box;
    color: inherit;
    cursor: pointer;
    font-size: inherit;
    font-family: inherit;
    font-weight: 300;
    height: auto;
    line-height: inherit;
    margin: -1px 0 0;
    outline: none;
    padding: 0 0 0 .5ch;
    position: relative;
    vertical-align: initial;
    -webkit-box-sizing: border-box;
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    width: auto
}

.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
    outline: none
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
    background: #0000000d
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
    background-color: transparent;
    outline: none;
    padding: 0
}

.flatpickr-weekdays {
    background: transparent;
    text-align: center;
    overflow: hidden;
    width: 100%;
    display: flex;
    align-items: center;
    height: 28px
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
    display: flex;
    flex: 1
}

span.flatpickr-weekday {
    cursor: default;
    font-size: 90%;
    background: transparent;
    color: #0000008a;
    line-height: 1;
    margin: 0;
    text-align: center;
    display: block;
    flex: 1;
    font-weight: bolder
}

.dayContainer,
.flatpickr-weeks {
    padding: 1px 0 0
}

.flatpickr-days {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    width: 307.875px
}

.flatpickr-days:focus {
    outline: 0
}

.dayContainer {
    padding: 0;
    outline: 0;
    text-align: left;
    width: 307.875px;
    min-width: 307.875px;
    max-width: 307.875px;
    box-sizing: border-box;
    display: inline-block;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: space-around;
    transform: translateZ(0);
    opacity: 1
}

.dayContainer+.dayContainer {
    box-shadow: -1px 0 #e6e6e6
}

.flatpickr-day {
    background: none;
    border: 1px solid transparent;
    border-radius: 150px;
    box-sizing: border-box;
    color: #393939;
    cursor: pointer;
    font-weight: 400;
    width: 14.2857143%;
    flex-basis: 14.2857143%;
    max-width: 39px;
    height: 39px;
    line-height: 39px;
    margin: 0;
    display: inline-block;
    position: relative;
    justify-content: center;
    text-align: center
}

.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
    cursor: pointer;
    outline: 0;
    background: #e6e6e6;
    border-color: #e6e6e6
}

.flatpickr-day.today {
    border-color: #959ea9
}

.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
    border-color: #959ea9;
    background: #959ea9;
    color: #fff
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
    background: #569ff7;
    box-shadow: none;
    color: #fff;
    border-color: #569ff7
}

.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
    border-radius: 50px 0 0 50px
}

.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
    border-radius: 0 50px 50px 0
}

.flatpickr-day.selected.startRange+.endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange+.endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange+.endRange:not(:nth-child(7n+1)) {
    box-shadow: -10px 0 #569ff7
}

.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
    border-radius: 50px
}

.flatpickr-day.inRange {
    border-radius: 0;
    box-shadow: -5px 0 #e6e6e6, 5px 0 #e6e6e6
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
    color: #3939394d;
    background: transparent;
    border-color: transparent;
    cursor: default
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
    cursor: not-allowed;
    color: #3939391a
}

.flatpickr-day.week.selected {
    border-radius: 0;
    box-shadow: -5px 0 #569ff7, 5px 0 #569ff7
}

.flatpickr-day.hidden {
    visibility: hidden
}

.rangeMode .flatpickr-day {
    margin-top: 1px
}

.flatpickr-weekwrapper {
    float: left
}

.flatpickr-weekwrapper .flatpickr-weeks {
    padding: 0 12px;
    box-shadow: 1px 0 #e6e6e6
}

.flatpickr-weekwrapper .flatpickr-weekday {
    float: none;
    width: 100%;
    line-height: 28px
}

.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
    display: block;
    width: 100%;
    max-width: none;
    color: #3939394d;
    background: transparent;
    cursor: default;
    border: none
}

.flatpickr-innerContainer {
    display: block;
    display: flex;
    box-sizing: border-box;
    overflow: hidden
}

.flatpickr-rContainer {
    display: inline-block;
    padding: 0;
    box-sizing: border-box
}

.flatpickr-time {
    text-align: center;
    outline: 0;
    display: block;
    height: 0;
    line-height: 40px;
    max-height: 40px;
    box-sizing: border-box;
    overflow: hidden;
    display: flex
}

.flatpickr-time:after {
    content: "";
    display: table;
    clear: both
}

.flatpickr-time .numInputWrapper {
    flex: 1;
    width: 40%;
    height: 40px;
    float: left
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
    border-bottom-color: #393939
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
    border-top-color: #393939
}

.flatpickr-time.hasSeconds .numInputWrapper {
    width: 26%
}

.flatpickr-time.time24hr .numInputWrapper {
    width: 49%
}

.flatpickr-time input {
    background: transparent;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    text-align: center;
    margin: 0;
    padding: 0;
    height: inherit;
    line-height: inherit;
    color: #393939;
    font-size: 14px;
    position: relative;
    box-sizing: border-box;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield
}

.flatpickr-time input.flatpickr-hour {
    font-weight: 700
}

.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
    font-weight: 400
}

.flatpickr-time input:focus {
    outline: 0;
    border: 0
}

.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
    height: inherit;
    float: left;
    line-height: inherit;
    color: #393939;
    font-weight: 700;
    width: 2%;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    align-self: center
}

.flatpickr-time .flatpickr-am-pm {
    outline: 0;
    width: 18%;
    cursor: pointer;
    text-align: center;
    font-weight: 400
}

.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
    background: #eee
}

.flatpickr-input[readonly] {
    cursor: pointer
}

@keyframes fpFadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -20px, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.glightbox-container {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999 !important;
    overflow: hidden;
    touch-action: none;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    backface-visibility: hidden;
    outline: none
}

.glightbox-container.inactive {
    display: none
}

.glightbox-container .gcontainer {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 9999;
    overflow: hidden
}

.glightbox-container .gslider {
    transition: transform .4s ease;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    position: relative;
    overflow: hidden;
    display: flex !important;
    justify-content: center;
    align-items: center;
    transform: translateZ(0)
}

.glightbox-container .gslide {
    width: 100%;
    position: absolute;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0
}

.glightbox-container .gslide.current {
    opacity: 1;
    z-index: 99999;
    position: relative
}

.glightbox-container .gslide.prev {
    opacity: 1;
    z-index: 9999
}

.glightbox-container .gslide-inner-content {
    width: 100%
}

.glightbox-container .ginner-container {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    max-width: 100%;
    margin: auto;
    height: 100vh
}

.glightbox-container .ginner-container.gvideo-container {
    width: 100%
}

.glightbox-container .ginner-container.desc-bottom,
.glightbox-container .ginner-container.desc-top {
    flex-direction: column
}

.glightbox-container .ginner-container.desc-left,
.glightbox-container .ginner-container.desc-right {
    max-width: 100% !important
}

.gslide iframe,
.gslide video {
    outline: none !important;
    border: none;
    min-height: 165px;
    -webkit-overflow-scrolling: touch;
    touch-action: auto
}

.gslide:not(.current) {
    pointer-events: none
}

.gslide-image {
    align-items: center
}

.gslide-image img {
    max-height: 100vh;
    display: block;
    padding: 0;
    float: none;
    outline: none;
    border: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    max-width: 100vw;
    width: auto;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    touch-action: none;
    margin: auto;
    min-width: 200px
}

.desc-top .gslide-image img,
.desc-bottom .gslide-image img {
    width: auto
}

.desc-left .gslide-image img,
.desc-right .gslide-image img {
    width: auto;
    max-width: 100%
}

.gslide-image img.zoomable {
    position: relative
}

.gslide-image img.dragging {
    cursor: grabbing !important;
    transition: none
}

.gslide-video {
    position: relative;
    max-width: 100vh;
    width: 100% !important
}

.gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster {
    display: none
}

.gslide-video .gvideo-wrapper {
    width: 100%;
    margin: auto
}

.gslide-video:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ff000057;
    display: none
}

.gslide-video.playing:before {
    display: none
}

.gslide-video.fullscreen {
    max-width: 100% !important;
    min-width: 100%;
    height: 75vh
}

.gslide-video.fullscreen video {
    max-width: 100% !important;
    width: 100% !important
}

.gslide-inline {
    background: #fff;
    text-align: left;
    max-height: calc(100vh - 40px);
    overflow: auto;
    max-width: 100%;
    margin: auto
}

.gslide-inline .ginlined-content {
    padding: 20px;
    width: 100%
}

.gslide-inline .dragging {
    cursor: grabbing !important;
    transition: none
}

.ginlined-content {
    overflow: auto;
    display: block !important;
    opacity: 1
}

.gslide-external {
    display: flex;
    width: 100%;
    min-width: 100%;
    background: #fff;
    padding: 0;
    overflow: auto;
    max-height: 75vh;
    height: 100%
}

.gslide-media {
    display: flex;
    width: auto
}

.zoomed .gslide-media {
    box-shadow: none !important
}

.desc-top .gslide-media,
.desc-bottom .gslide-media {
    margin: 0 auto;
    flex-direction: column
}

.gslide-description {
    position: relative;
    flex: 1 0 100%
}

.gslide-description.description-left,
.gslide-description.description-right {
    max-width: 100%
}

.gslide-description.description-bottom,
.gslide-description.description-top {
    margin: 0 auto;
    width: 100%
}

.gslide-description p {
    margin-bottom: 12px
}

.gslide-description p:last-child {
    margin-bottom: 0
}

.zoomed .gslide-description,
.glightbox-button-hidden {
    display: none
}

.glightbox-mobile .glightbox-container .gslide-description {
    height: auto !important;
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 19px 11px 50px;
    max-width: 100vw !important;
    order: 2 !important;
    max-height: 78vh;
    overflow: auto !important;
    background: linear-gradient(to bottom, #0000, #000000bf);
    transition: opacity .3s linear
}

.glightbox-mobile .glightbox-container .gslide-title {
    color: #fff;
    font-size: 1em
}

.glightbox-mobile .glightbox-container .gslide-desc {
    color: #a1a1a1
}

.glightbox-mobile .glightbox-container .gslide-desc a {
    color: #fff;
    font-weight: 700
}

.glightbox-mobile .glightbox-container .gslide-desc * {
    color: inherit
}

.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
    color: #fff;
    opacity: .4
}

.gdesc-open .gslide-media {
    transition: opacity .5s ease;
    opacity: .4
}

.gdesc-open .gdesc-inner {
    padding-bottom: 30px
}

.gdesc-closed .gslide-media {
    transition: opacity .5s ease;
    opacity: 1
}

.greset {
    transition: all .3s ease
}

.gabsolute {
    position: absolute
}

.grelative {
    position: relative
}

.glightbox-desc {
    display: none !important
}

.glightbox-open {
    overflow: hidden
}

.gloader {
    height: 25px;
    width: 25px;
    animation: lightboxLoader .8s infinite linear;
    border: 2px solid #fff;
    border-right-color: transparent;
    border-radius: 50%;
    position: absolute;
    display: block;
    z-index: 9999;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 47%
}

.goverlay {
    width: 100%;
    height: calc(100vh + 1px);
    position: fixed;
    top: -1px;
    left: 0;
    background: #000;
    will-change: opacity
}

.glightbox-mobile .goverlay {
    background: #000
}

.gprev,
.gnext,
.gclose {
    z-index: 99999;
    cursor: pointer;
    width: 26px;
    height: 44px;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.gprev svg,
.gnext svg,
.gclose svg {
    display: block;
    width: 25px;
    height: auto;
    margin: 0;
    padding: 0
}

.gprev.disabled,
.gnext.disabled,
.gclose.disabled {
    opacity: .1
}

.gprev .garrow,
.gnext .garrow,
.gclose .garrow {
    stroke: #fff
}

.gbtn.focused {
    outline: 2px solid #0f3d81
}

iframe.wait-autoplay {
    opacity: 0
}

.glightbox-closing .gnext,
.glightbox-closing .gprev,
.glightbox-closing .gclose {
    opacity: 0 !important
}

.glightbox-clean .gslide-description {
    background: #fff
}

.glightbox-clean .gdesc-inner {
    padding: 22px 20px
}

.glightbox-clean .gslide-title {
    font-size: 1em;
    font-weight: 400;
    font-family: arial;
    color: #000;
    margin-bottom: 19px;
    line-height: 1.4em
}

.glightbox-clean .gslide-desc {
    font-size: .86em;
    margin-bottom: 0;
    font-family: arial;
    line-height: 1.4em
}

.glightbox-clean .gslide-video {
    background: #000
}

.glightbox-clean .gprev,
.glightbox-clean .gnext,
.glightbox-clean .gclose {
    background-color: #000000bf;
    border-radius: 4px
}

.glightbox-clean .gprev path,
.glightbox-clean .gnext path,
.glightbox-clean .gclose path {
    fill: #fff
}

.glightbox-clean .gprev {
    position: absolute;
    top: -100%;
    left: 30px;
    width: 40px;
    height: 50px
}

.glightbox-clean .gnext {
    position: absolute;
    top: -100%;
    right: 30px;
    width: 40px;
    height: 50px
}

.glightbox-clean .gclose {
    width: 35px;
    height: 35px;
    top: 15px;
    right: 10px;
    position: absolute
}

.glightbox-clean .gclose svg {
    width: 18px;
    height: auto
}

.glightbox-clean .gclose:hover {
    opacity: 1
}

.gfadeIn {
    animation: gfadeIn .5s ease
}

.gfadeOut {
    animation: gfadeOut .5s ease
}

.gslideOutLeft {
    animation: gslideOutLeft .3s ease
}

.gslideInLeft {
    animation: gslideInLeft .3s ease
}

.gslideOutRight {
    animation: gslideOutRight .3s ease
}

.gslideInRight {
    animation: gslideInRight .3s ease
}

.gzoomIn {
    animation: gzoomIn .5s ease
}

.gzoomOut {
    animation: gzoomOut .5s ease
}

@keyframes lightboxLoader {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

@keyframes gfadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes gfadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes gslideInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-60%, 0, 0)
    }

    to {
        visibility: visible;
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes gslideOutLeft {
    0% {
        opacity: 1;
        visibility: visible;
        transform: translateZ(0)
    }

    to {
        transform: translate3d(-60%, 0, 0);
        opacity: 0;
        visibility: hidden
    }
}

@keyframes gslideInRight {
    0% {
        opacity: 0;
        visibility: visible;
        transform: translate3d(60%, 0, 0)
    }

    to {
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes gslideOutRight {
    0% {
        opacity: 1;
        visibility: visible;
        transform: translateZ(0)
    }

    to {
        transform: translate3d(60%, 0, 0);
        opacity: 0
    }
}

@keyframes gzoomIn {
    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 1
    }
}

@keyframes gzoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 0
    }
}

@media (min-width: 769px) {
    .glightbox-container .ginner-container {
        width: auto;
        height: auto;
        flex-direction: row
    }

    .glightbox-container .ginner-container.desc-top .gslide-description {
        order: 0
    }

    .glightbox-container .ginner-container.desc-top .gslide-image,
    .glightbox-container .ginner-container.desc-top .gslide-image img {
        order: 1
    }

    .glightbox-container .ginner-container.desc-left .gslide-description {
        order: 0
    }

    .glightbox-container .ginner-container.desc-left .gslide-image {
        order: 1
    }

    .gslide-image img {
        max-height: 97vh;
        max-width: 100%
    }

    .gslide-image img.zoomable {
        cursor: zoom-in
    }

    .zoomed .gslide-image img.zoomable {
        cursor: grab
    }

    .gslide-inline {
        max-height: 95vh
    }

    .gslide-external {
        max-height: 100vh
    }

    .gslide-description.description-left,
    .gslide-description.description-right {
        max-width: 275px
    }

    .glightbox-open {
        height: auto
    }

    .goverlay {
        background: #000000eb
    }

    .glightbox-clean .gslide-media {
        box-shadow: 1px 2px 9px #000000a6
    }

    .glightbox-clean .description-left .gdesc-inner,
    .glightbox-clean .description-right .gdesc-inner {
        position: absolute;
        height: 100%;
        overflow-y: auto
    }

    .glightbox-clean .gprev,
    .glightbox-clean .gnext,
    .glightbox-clean .gclose {
        background-color: #00000052
    }

    .glightbox-clean .gprev:hover,
    .glightbox-clean .gnext:hover,
    .glightbox-clean .gclose:hover {
        background-color: #000000b3
    }

    .glightbox-clean .gprev,
    .glightbox-clean .gnext {
        top: 45%
    }
}

@media (min-width: 992px) {
    .glightbox-clean .gclose {
        opacity: .7;
        right: 20px
    }
}

@media screen and (max-height: 420px) {
    .goverlay {
        background: #000
    }
}

@keyframes drift-fadeZoomIn {
    0% {
        transform: scale(1.5);
        opacity: 0
    }

    to {
        transform: scale(1);
        opacity: 1
    }
}

@keyframes drift-fadeZoomOut {
    0% {
        transform: scale(1);
        opacity: 1
    }

    15% {
        transform: scale(1.1);
        opacity: 1
    }

    to {
        transform: scale(.5);
        opacity: 0
    }
}

@keyframes drift-loader-rotate {
    0% {
        transform: translate(-50%, -50%) rotate(0)
    }

    50% {
        transform: translate(-50%, -50%) rotate(-180deg)
    }

    to {
        transform: translate(-50%, -50%) rotate(-360deg)
    }
}

@keyframes drift-loader-before {
    0% {
        transform: scale(1)
    }

    10% {
        transform: scale(1.2) translate(6px)
    }

    25% {
        transform: scale(1.3) translate(8px)
    }

    40% {
        transform: scale(1.2) translate(6px)
    }

    50% {
        transform: scale(1)
    }

    60% {
        transform: scale(.8) translate(6px)
    }

    75% {
        transform: scale(.7) translate(8px)
    }

    90% {
        transform: scale(.8) translate(6px)
    }

    to {
        transform: scale(1)
    }
}

@keyframes drift-loader-after {
    0% {
        transform: scale(1)
    }

    10% {
        transform: scale(1.2) translate(-6px)
    }

    25% {
        transform: scale(1.3) translate(-8px)
    }

    40% {
        transform: scale(1.2) translate(-6px)
    }

    50% {
        transform: scale(1)
    }

    60% {
        transform: scale(.8) translate(-6px)
    }

    75% {
        transform: scale(.7) translate(-8px)
    }

    90% {
        transform: scale(.8) translate(-6px)
    }

    to {
        transform: scale(1)
    }
}

.drift-zoom-pane {
    background: #00000080;
    transform: translateZ(0);
    -webkit-transform: translate3d(0, 0, 0)
}

.drift-zoom-pane.drift-opening {
    animation: drift-fadeZoomIn .18s ease-out;
    -webkit-animation: drift-fadeZoomIn .18s ease-out
}

.drift-zoom-pane.drift-closing {
    animation: drift-fadeZoomOut .21s ease-in;
    -webkit-animation: drift-fadeZoomOut .21s ease-in
}

.drift-zoom-pane.drift-inline {
    position: absolute;
    width: 150px;
    height: 150px;
    border-radius: 75px;
    box-shadow: 0 6px 18px #0000004d
}

.drift-loading .drift-zoom-pane-loader {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 66px;
    height: 20px;
    animation: drift-loader-rotate 1.8s infinite linear;
    -webkit-animation: drift-loader-rotate 1.8s infinite linear
}

.drift-zoom-pane-loader:before,
.drift-zoom-pane-loader:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    border-radius: 20px;
    background: #ffffffe6
}

.drift-zoom-pane-loader:before {
    left: 0;
    animation: drift-loader-before 1.8s infinite linear;
    -webkit-animation: drift-loader-before 1.8s infinite linear
}

.drift-zoom-pane-loader:after {
    right: 0;
    animation: drift-loader-after 1.8s infinite linear;
    -webkit-animation: drift-loader-after 1.8s infinite linear;
    animation-delay: -.9s;
    -webkit-animation-delay: -.9s
}

.drift-bounding-box {
    background-color: #0006
}

.drift-bounding-box {
    background: var(--color-primary-alpha-30);
    z-index: 7
}

.drift-zoom-pane {
    background: var(--color-white);
    border-radius: var(--radius-default);
    box-shadow: 0 0 3px #00000026;
    z-index: 7
}

.ltr .drift-zoom-pane {
    left: 100%
}

.rtl .drift-zoom-pane {
    right: 100%
}

.drift-zoom-pane-loader:before,
.drift-zoom-pane-loader:after {
    background: var(--color-primary)
}

.rtl .drift-zoom-pane.mobile-drift-zoom-pane {
    right: auto
}

.rtl .drift-zoom-pane img {
    left: 0
}

.custom-page-content h1,
.custom-page-content h2,
.custom-page-content h3,
.custom-page-content h4,
.custom-page-content h5,
.custom-page-content h6 {
    margin-bottom: 14px
}

.custom-page-content p {
    line-height: 24px;
    color: var(--color-gray)
}

.custom-page-content ul,
.custom-page-content ol {
    overflow: hidden
}

.ltr .custom-page-content ul,
.ltr .custom-page-content ol {
    padding-left: 16px
}

.rtl .custom-page-content ul,
.rtl .custom-page-content ol {
    padding-right: 16px
}

.custom-page-content ul li,
.custom-page-content ol li {
    margin-bottom: 9px;
    color: var(--color-gray)
}

.custom-page-content b,
.custom-page-content strong,
.custom-page-content em {
    font-weight: var(--font-medium)
}

.custom-page-content a {
    color: var(--color-primary)
}

.custom-page-content a:hover {
    color: var(--color-primary-hover)
}

.custom-page-content img {
    height: auto;
    max-width: 100%;
    max-height: 100%
}

.custom-page-content iframe {
    border: none;
    max-width: 100%
}

.custom-page-content table {
    border: 1px solid var(--color-gray-lite);
    max-width: 100%
}

.custom-page-content th {
    font-weight: var(--font-medium);
    padding: 12px 15px;
    border-bottom: 1px solid var(--color-gray-lite)
}

.ltr .custom-page-content th {
    border-right: 1px solid var(--color-gray-lite)
}

.rtl .custom-page-content th {
    border-left: 1px solid var(--color-gray-lite)
}

.custom-page-content td {
    padding: 12px 15px;
    vertical-align: middle;
    border-bottom: 1px solid var(--color-gray-lite)
}

.ltr .custom-page-content td {
    border-right: 1px solid var(--color-gray-lite)
}

.rtl .custom-page-content td {
    border-left: 1px solid var(--color-gray-lite)
}

.custom-page-wrap,
.description {
    padding-top: 46px
}

@media screen and (max-width: 991px) {
    .description {
        padding-top: 25px
    }
}

@media screen and (max-width: 767px) {
    .custom-page-content img {
        width: 100%
    }
}

.product-details-top {
    margin-bottom: 20px
}

.product-details-top>div {
    position: relative
}

.product-details-top .right-sidebar {
    width: 285px;
    min-width: 285px
}

.ltr .product-details-top .right-sidebar {
    padding-left: 15px
}

.rtl .product-details-top .right-sidebar {
    padding-right: 15px
}

.product-details-top .right-sidebar .feature-list {
    flex-direction: column;
    margin-top: 0
}

.product-details-top .right-sidebar .feature-list .single-feature {
    margin-bottom: 20px;
    justify-content: flex-start
}

.product-details-top .right-sidebar .feature-list .single-feature:last-child {
    margin-bottom: 0
}

@media screen and (max-width: 1350px) {
    .product-details-top .right-sidebar {
        display: none
    }
}

@media screen and (max-width: 991px) {
    .product-details-top {
        margin-bottom: 20px
    }

    .product-details-top>div {
        position: unset
    }
}

.product-gallery {
    width: 60%;
    top: 0;
    position: relative;
    z-index: 1;
    display: flex;
    gap: 15px;
    align-items: stretch
}

.ltr .product-gallery {
    padding-right: 0
}

.rtl .product-gallery {
    padding-left: 0
}

.product-gallery .drift-zoom-pane {
    top: 1px;
    height: 500px;
    width: 67%;
    border-radius: unset
}

.ltr .product-gallery .drift-zoom-pane {
    left: 23%
}

.rtl .product-gallery .drift-zoom-pane {
    right: 23%
}

@media (max-width: 1160px) {
    .product-gallery .drift-zoom-pane {
        display: none
    }
}

.product-gallery .drift-zoom-pane.drift-opening,
.product-gallery .drift-zoom-pane.drift-closing {
    animation: noop 1ms
}

.product-gallery-preview-wrap {
    flex: 1;
    border: 1px solid var(--color-gray-lite);
    border-radius: var(--radius-default)
}

.product-gallery-preview-wrap.visible-variation-image .product-gallery-preview {
    opacity: 0;
    visibility: hidden
}

.product-gallery-preview-wrap .variation-image {
    position: absolute;
    top: 50%;
    max-height: 100%;
    max-width: 100%;
    z-index: 1
}

.ltr .product-gallery-preview-wrap .variation-image {
    left: 50%;
    transform: translate(-50%, -50%)
}

.rtl .product-gallery-preview-wrap .variation-image {
    right: 50%;
    transform: translate(50%, -50%)
}

.product-gallery-preview {
    transition: var(--transition-150)
}

.product-gallery-preview .swiper-button-next,
.product-gallery-preview .swiper-button-prev {
    transition: var(--transition-150);
    height: 30px;
    width: 30px;
    background: var(--color-primary);
    border-radius: 50%;
    top: 50%;
    bottom: 0;
    transform: translateY(-50%);
    margin: 0
}

.ltr .product-gallery-preview .swiper-button-next,
.ltr .product-gallery-preview .swiper-button-prev {
    left: 15px
}

.rtl .product-gallery-preview .swiper-button-next,
.rtl .product-gallery-preview .swiper-button-prev {
    right: 15px
}

.product-gallery-preview .swiper-button-next:after,
.product-gallery-preview .swiper-button-prev:after {
    font-size: 10px;
    font-weight: 600;
    color: var(--color-white)
}

.ltr .product-gallery-preview .swiper-button-next:after,
.ltr .product-gallery-preview .swiper-button-prev:after {
    padding-right: 2px
}

.rtl .product-gallery-preview .swiper-button-next:after,
.rtl .product-gallery-preview .swiper-button-prev:after {
    padding-left: 2px
}

.ltr .product-gallery-preview .swiper-button-next {
    left: unset;
    right: 15px
}

.rtl .product-gallery-preview .swiper-button-next {
    right: unset;
    left: 15px
}

.ltr .product-gallery-preview .swiper-button-next:after {
    padding-right: unset;
    padding-left: 2px
}

.rtl .product-gallery-preview .swiper-button-next:after {
    padding-left: unset;
    padding-right: 2px
}

.product-gallery-preview .gallery-preview-slide {
    position: relative
}

.product-gallery-preview .gallery-preview-item {
    position: relative;
    display: flex;
    width: 100%;
    height: 500px;
    background: var(--color-white);
    transition: none;
    cursor: crosshair
}

.product-gallery-preview .gallery-preview-item>img {
    position: absolute;
    top: 50%;
    max-height: 100%;
    max-width: 100%;
       right: 50%;
    transform: translate(50%, -50%)
}

.ltr .product-gallery-preview .gallery-preview-item>img {
    left: 50%;
    transform: translate(-50%, -50%)
}

.rtl .product-gallery-preview .gallery-preview-item>img {
    right: 50%;
    transform: translate(50%, -50%)
}


.product-gallery-preview .gallery-preview-item>video {
    position: absolute;
    top: 50%;
    max-height: 100%;
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.ltr .product-gallery-preview .gallery-preview-item>video {
    left: 50%;
    transform: translate(-50%, -50%)
}

.rtl .product-gallery-preview .gallery-preview-item>video {
    right: 50%;
    transform: translate(50%, -50%)
}

.product-gallery-preview .gallery-preview-item .image-placeholder {
    width: 130px
}

.product-gallery-preview .video-slide .gallery-preview-item {
    cursor: default
}

.product-gallery-preview .gallery-view-icon {
    position: absolute;
    top: 15px;
    height: 30px;
    width: 30px;
    display: none;
    justify-content: center;
    align-items: center;
    color: var(--color-white);
    background: var(--color-primary);
    border-radius: var(--radius-full);
    z-index: 1;
    transition: none;
    cursor: pointer
}

.ltr .product-gallery-preview .gallery-view-icon {
    right: 15px;
    transform: rotateY(180deg)
}

.rtl .product-gallery-preview .gallery-view-icon {
    left: 15px;
    transform: rotateY(-180deg)
}

.product-gallery-preview .gallery-view-icon>i {
    font-size: 16px;
    transition: none
}

.product-gallery-preview-pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin: 15px 0 0;
    min-height: 12px
}

.product-gallery-preview-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin: 0;
    background: var(--color-gray-300);
    opacity: 1;
    transition: background var(--transition-150)
}

.product-gallery-preview-pagination .swiper-pagination-bullet-active {
    background: var(--color-gray-900)
}

.product-gallery-thumbnail {
    width: 90px;
    flex-shrink: 0;
    position: relative;
    align-self: stretch;
    overflow: hidden;
    --fade-height: 180px;
    --fade-color: #fff;
    --fade-duration: .22s;
    --fade-ease: ease
}

.product-gallery-thumbnail:not(.swiper-initialized) {
    height: auto;
    overflow: visible;
    display: flex;
    flex-direction: column;
    gap: 10px
}

.product-gallery-thumbnail:not(.swiper-initialized) .swiper-slide {
    width: 100%;
    margin: 0
}

.product-gallery-thumbnail:not(.swiper-initialized) .swiper-button-next,
.product-gallery-thumbnail:not(.swiper-initialized) .swiper-button-prev {
    display: none
}

.product-gallery-thumbnail:before,
.product-gallery-thumbnail:after {
    content: "";
    position: absolute;
    width: 100%;
    height: var(--fade-height);
    z-index: 2;
    pointer-events: none;
    opacity: 1;
    transition: opacity var(--fade-duration) var(--fade-ease)
}

.ltr .product-gallery-thumbnail:before,
.ltr .product-gallery-thumbnail:after {
    left: 0
}

.rtl .product-gallery-thumbnail:before,
.rtl .product-gallery-thumbnail:after {
    right: 0
}

@media (max-width: 991px) {

    .product-gallery-thumbnail:before,
    .product-gallery-thumbnail:after {
        content: none
    }
}

.product-gallery-thumbnail:before {
    top: 0;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, var(--fade-color) 100%)
}

.product-gallery-thumbnail:after {
    bottom: 0
}

.ltr .product-gallery-thumbnail:after {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, var(--fade-color) 100%)
}

.rtl .product-gallery-thumbnail:after {
    background: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, var(--fade-color) 100%)
}

@supports selector(:has(*)) {
    .product-gallery-thumbnail:has(.swiper-button-prev.swiper-button-disabled):before {
        opacity: 0
    }

    .product-gallery-thumbnail:has(.swiper-button-next.swiper-button-disabled):after {
        opacity: 0
    }
}

.product-gallery-thumbnail.prev-disabled:before {
    opacity: 0
}

.product-gallery-thumbnail.next-disabled:after {
    opacity: 0
}

.product-gallery-thumbnail .swiper-wrapper {
    height: 100%
}

.product-gallery-thumbnail .swiper-slide {
    height: auto
}

.ltr .product-gallery-thumbnail .swiper-slide {
    margin-right: 0
}

.rtl .product-gallery-thumbnail .swiper-slide {
    margin-left: 0
}

.product-gallery-thumbnail .swiper-button-next,
.product-gallery-thumbnail .swiper-button-prev {
    transition: var(--transition-150);
    height: 36px;
    width: 36px;
    background: #fff;
    border-radius: 50%;
    margin: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--color-gray-300)
}

.ltr .product-gallery-thumbnail .swiper-button-next,
.ltr .product-gallery-thumbnail .swiper-button-prev {
    left: 50%
}

.rtl .product-gallery-thumbnail .swiper-button-next,
.rtl .product-gallery-thumbnail .swiper-button-prev {
    right: 50%
}

.product-gallery-thumbnail .swiper-button-next:after,
.product-gallery-thumbnail .swiper-button-prev:after {
    font-size: 12px;
    font-weight: 500;
    color: var(--color-gray-700)
}

.product-gallery-thumbnail .swiper-button-prev {
    top: 8px;
    bottom: unset
}

.ltr .product-gallery-thumbnail .swiper-button-prev {
    transform: translate(-50%)
}

.rtl .product-gallery-thumbnail .swiper-button-prev {
    transform: translate(50%)
}

@media (max-width: 991px) {
    .ltr .product-gallery-thumbnail .swiper-button-prev {
        transform: translate(0) translateY(-50%) rotate(-90deg) !important
    }

    .rtl .product-gallery-thumbnail .swiper-button-prev {
        transform: translate(0) translateY(-50%) rotate(90deg) !important
    }
}

.ltr .product-gallery-thumbnail .swiper-button-prev:after {
    transform: rotate(90deg)
}

.rtl .product-gallery-thumbnail .swiper-button-prev:after {
    transform: rotate(-90deg)
}

.product-gallery-thumbnail .swiper-button-next {
    bottom: 8px;
    top: unset
}

.ltr .product-gallery-thumbnail .swiper-button-next {
    transform: translate(-50%)
}

.rtl .product-gallery-thumbnail .swiper-button-next {
    transform: translate(50%)
}

@media (max-width: 991px) {
    .ltr .product-gallery-thumbnail .swiper-button-next {
        transform: translate(0) translateY(-50%) rotate(-90deg) !important
    }

    .rtl .product-gallery-thumbnail .swiper-button-next {
        transform: translate(0) translateY(-50%) rotate(90deg) !important
    }
}

.ltr .product-gallery-thumbnail .swiper-button-next:after {
    transform: rotate(90deg)
}

.rtl .product-gallery-thumbnail .swiper-button-next:after {
    transform: rotate(-90deg)
}

.product-gallery-thumbnail .swiper-slide-active:only-child .gallery-thumbnail-item {
    border-color: var(--color-primary)
}

.product-gallery-thumbnail .swiper-slide-thumb-active .gallery-thumbnail-item {
    border-color: var(--color-primary)
}

.product-gallery-thumbnail .gallery-thumbnail-item {
    position: relative;
    padding-bottom: 100%;
    border: 1px solid var(--color-gray-lite);
    border-radius: var(--radius-default);
    overflow: hidden;
    transition: var(--transition-150);
    cursor: pointer
}

.product-gallery-thumbnail .gallery-thumbnail-item.active {
    border-color: var(--color-primary)
}

.product-gallery-thumbnail .gallery-thumbnail-item img {
    position: absolute;
    top: 50%;
    max-height: 100px;
    max-width: 100px;
     left: 50%;
    transform: translate(-50%, -50%)
}

.ltr .product-gallery-thumbnail .gallery-thumbnail-item img {
    left: 50%;
    transform: translate(-50%, -50%)
}

.rtl .product-gallery-thumbnail .gallery-thumbnail-item img {
    right: 50%;
    transform: translate(50%, -50%)
}

.product-gallery-thumbnail .gallery-thumbnail-item video {
    position: absolute;
    top: 50%;
    max-height: 100%;
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.ltr .product-gallery-thumbnail .gallery-thumbnail-item video {
    left: 50%;
    transform: translate(-50%, -50%)
}

.rtl .product-gallery-thumbnail .gallery-thumbnail-item video {
    right: 50%;
    transform: translate(50%, -50%)
}

.product-gallery-thumbnail .gallery-thumbnail-item .image-placeholder {
    max-height: 60%;
    max-width: 60%
}

.product-gallery-thumbnail .gallery-thumbnail-item.video-thumbnail .video-play-icon {
    position: absolute;
    top: 50%;
    z-index: 2;
    pointer-events: none;
    color: var(--color-white);
    background: #0009;
    border-radius: var(--radius-full);
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center
}

.ltr .product-gallery-thumbnail .gallery-thumbnail-item.video-thumbnail .video-play-icon {
    left: 50%;
    transform: translate(-50%, -50%)
}

.rtl .product-gallery-thumbnail .gallery-thumbnail-item.video-thumbnail .video-play-icon {
    right: 50%;
    transform: translate(50%, -50%)
}

.product-gallery-thumbnail .gallery-thumbnail-item.video-thumbnail .video-play-icon svg {
    width: 16px;
    height: 16px
}

@media screen and (min-width: 992px) {
    .product-gallery-thumbnail {
        height: 100%;
        max-height: 100%
    }
}

@media screen and (max-width: 991px) {
    .product-gallery {
        width: 100%;
        position: unset !important;
        z-index: unset;
        flex-direction: column-reverse;
        gap: 12px
    }

    .ltr .product-gallery {
        padding-right: unset
    }

    .rtl .product-gallery {
        padding-left: unset
    }

    .product-gallery-thumbnail {
        width: 100%;
        padding: 0;
        height: auto
    }

    .product-gallery-thumbnail:not(.swiper-initialized) {
        flex-direction: row;
        gap: 0;
        margin-right: -5px;
        margin-left: -5px
    }

    .product-gallery-thumbnail:not(.swiper-initialized) .swiper-slide {
        max-width: calc(14.285% - 10px);
        width: auto;
        margin-right: 5px !important;
        margin-left: 5px
    }

    .product-gallery-thumbnail .swiper-button-next,
    .product-gallery-thumbnail .swiper-button-prev {
        top: 50%;
        bottom: unset;
        transform: translateY(-50%)
    }

    .ltr .product-gallery-thumbnail .swiper-button-next,
    .ltr .product-gallery-thumbnail .swiper-button-prev {
        left: 10px
    }

    .rtl .product-gallery-thumbnail .swiper-button-next,
    .rtl .product-gallery-thumbnail .swiper-button-prev {
        right: 10px
    }

    .product-gallery-thumbnail .swiper-button-prev:after {
        transform: none
    }

    .product-gallery-thumbnail .swiper-button-next,
    .product-gallery-thumbnail .swiper-button-prev {
        display: flex
    }

    .product-gallery-thumbnail .swiper-button-next:after {
        transform: none
    }

    .ltr .product-gallery-thumbnail .swiper-button-next {
        left: unset;
        right: 10px
    }

    .rtl .product-gallery-thumbnail .swiper-button-next {
        right: unset;
        left: 10px
    }

    .product-gallery-preview .gallery-view-icon {
        display: flex
    }
}

@media screen and (max-width: 600px) {
    .product-gallery {
        width: 100%;
        min-width: 100%
    }

    .ltr .product-gallery {
        padding-right: 0
    }

    .rtl .product-gallery {
        padding-left: 0
    }
}

@media screen and (max-width: 576px) {
    .product-gallery-thumbnail:not(.swiper-initialized) .swiper-slide {
        max-width: calc(16.66% - 10px)
    }

    .product-gallery-preview-wrap {
        border: unset
    }

    .product-gallery-preview .gallery-view-icon {
        top: 0
    }

    .ltr .product-gallery-preview .gallery-view-icon {
        right: 0
    }

    .rtl .product-gallery-preview .gallery-view-icon {
        left: 0
    }
}

@media screen and (max-width: 450px) {
    .product-gallery-thumbnail:not(.swiper-initialized) .swiper-slide {
        max-width: calc(25% - 10px)
    }
}

.product-details-info {
    padding: 0 15px;
    width: 40%
}

.product-details-info .details-info-top {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.ltr .product-details-info .details-info-top {
    text-align: left
}

.rtl .product-details-info .details-info-top {
    text-align: right
}

.product-details-info .product-detail-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: flex-start;
    margin-bottom: 8px
}

.product-details-info .product-detail-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 4px 8px;
    border-radius: 20px;
    min-height: 24px;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 1em;
    text-align: center;
    text-decoration: none
}

.product-details-info .product-detail-badge .badge-label {
    color: #000
}

.product-details-info .product-detail-badge .badge-value {
    white-space: nowrap
}

.product-details-info .product-detail-badge.brand-badge {
    background: #eef5fb
}

.product-details-info .product-detail-badge.brand-badge .brand-value {
    color: #0068e1
}

.product-details-info .product-detail-badge.brand-badge:hover {
    opacity: .9
}

.product-details-info .product-detail-badge.origin-badge {
    background: #eef5fb
}

.product-details-info .product-detail-badge.origin-badge .badge-label {
    color: #0068e1
}

.product-details-info .product-detail-badge.origin-badge .origin-value {
    color: #000
}

.product-details-info .product-detail-badge.category-badge {
    background: #fdf0ed;
    padding: 4px 8px
}

.product-details-info .product-detail-badge.category-badge .category-value {
    color: #e41e27
}

.product-details-info .product-detail-badge.category-badge:hover {
    opacity: .9
}

.product-details-info .product-name {
    font-size: 24px;
    line-height: 32px
}

.product-details-info .product-rating {
    font-size: 16px;
    margin-bottom: 9px
}

.product-details-info .product-rating .rating-count {
    font-size: 14px;
    margin-top: 3px
}

.product-details-info .product-rating+.brief-description {
    margin-top: 10px
}

.product-details-info .product-rating+.details-info-top-actions {
    margin-top: 8px
}

.product-details-info .availability {
    margin-bottom: 14px
}

.product-details-info .availability.in-stock {
    color: var(--color-green)
}

.product-details-info .availability.out-of-stock {
    color: var(--color-red)
}

.product-details-info .availability+.details-info-top-actions {
    margin-top: -2px
}

.product-details-info .brief-description {
    margin-bottom: 12px;
    color: var(--color-gray)
}

.product-details-info .details-info-top-actions {
    display: flex;
    align-items: center
}

.product-details-info .details-info-top-actions .btn {
    padding: 0;
    color: var(--color-gray);
    display: flex;
    align-items: center
}

.product-details-info .details-info-top-actions .btn:hover {
    color: var(--color-primary)
}

.product-details-info .details-info-top-actions .btn>svg {
    width: 16px;
    height: 16px
}

.ltr .product-details-info .details-info-top-actions .btn>svg {
    margin-right: 5px
}

.rtl .product-details-info .details-info-top-actions .btn>svg {
    margin-left: 5px
}

.ltr .product-details-info .details-info-top-actions .btn-wishlist {
    margin-right: 25px
}

.rtl .product-details-info .details-info-top-actions .btn-wishlist {
    margin-left: 25px
}

.product-details-info .details-info-top-actions .btn-wishlist,
.product-details-info .details-info-top-actions .btn-compare {
    font-weight: var(--font-medium)
}

.product-details-info .product-price {
    display: flex;
    align-items: center;
    gap: 12px
}

.product-details-info .product-price .previous-price {
    font-size: 24px;
    font-weight: var(--font-medium);
    line-height: 1;
    color: var(--color-primary);
    text-decoration: none
}

.product-details-info .product-price .special-price {
    font-size: 32px;
    font-weight: var(--font-semibold);
    line-height: 24px;
    max-width: 100%;
    display: inline-block;
    white-space: nowrap;
    color: var(--color-brand-secondary-600)
}

.ltr .product-details-info .product-price .special-price {
    margin-right: 0
}

.rtl .product-details-info .product-price .special-price {
    margin-left: 0
}

.product-details-info .product-price .special-price+.previous-price {
    font-size: 20px;
    font-weight: var(--font-normal);
    line-height: 22.5px;
    color: var(--color-gray);
    text-decoration: line-through
}

.product-details-info .product-price.has-sale .special-price {
    font-family: Poppins, sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.267;
    color: #d63832
}

.product-details-info .product-price.has-sale .previous-price {
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.125;
    color: #6e6e6e;
    text-decoration: line-through
}

.product-details-info .product-price.has-sale .sale-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1px 6px 2px;
    background-color: #e41e27;
    border-radius: 4px;
    font-family: Poppins, sans-serif;
    font-size: 10px;
    font-weight: 600;
    line-height: 1.8;
    color: #fff;
    text-transform: uppercase
}

.product-details-info .product-variants {
    padding-bottom: 10px
}

.product-details-info .product-variants .form-group .extra-price {
    font-weight: var(--font-medium);
    color: var(--color-gray)
}

.ltr .product-details-info .product-variants .form-group .form-custom-radio .extra-price {
    margin-left: 4px
}

.rtl .product-details-info .product-variants .form-group .form-custom-radio .extra-price {
    margin-right: 4px
}

.product-details-info .product-variants .form-group.variant-select .col-lg-18:last-child {
    width: -moz-max-content;
    width: max-content;
    max-width: 100%
}

.product-details-info .product-variants .form-group.variant-select .col-lg-18:last-child>div {
    position: relative;
    width: -moz-max-content;
    width: max-content
}

.product-details-info .product-variants .form-group.variant-select .col-lg-18:last-child>div:after {
    content: "";
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" class="feather feather-chevron-down" fill="none" height="18" width="18" stroke="grey" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24"><polyline points="6 9 12 15 18 9"/></svg>');
    background-position: center;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.ltr .product-details-info .product-variants .form-group.variant-select .col-lg-18:last-child>div:after {
    right: 10px
}

.rtl .product-details-info .product-variants .form-group.variant-select .col-lg-18:last-child>div:after {
    left: 10px
}

.product-details-info .product-variants .form-group.variant-select .col-lg-18 .form-control {
    width: auto;
    max-width: 100%;
    line-height: 1
}

.ltr .product-details-info .product-variants .form-group.variant-select .col-lg-18 .form-control {
    padding-right: 35px
}

.rtl .product-details-info .product-variants .form-group.variant-select .col-lg-18 .form-control {
    padding-left: 35px
}

.product-details-info .product-variants .variant-check {
    margin: -1px 0 7px
}

.product-details-info .product-variants .variant-check .error-message {
    margin: -7px 0 8px
}

.product-details-info .product-variants .variant-radio {
    margin: -2px 0 8px
}

.product-details-info .product-variants .variant-radio .error-message {
    margin: -6px 0 7px
}

.product-details-info .product-variants .variant-input textarea {
    height: 100px
}

.product-details-info .product-variants .variant-input,
.product-details-info .product-variants .variant-select {
    margin-bottom: 20px
}

.product-details-info .product-variants .variant-input label,
.product-details-info .product-variants .variant-select label {
    padding-top: 12px
}

.product-details-info .product-variants .variant-input .error-message,
.product-details-info .product-variants .variant-select .error-message {
    margin: 6px 0 -5px
}

.product-details-info .product-variants .variant-custom-selection {
    margin-bottom: 10px
}

.product-details-info .product-variants .variant-custom-selection .variation-label {
    margin-bottom: 12px;
    font-weight: 600;
    color: var(--color-dark)
}

.ltr .product-details-info .product-variants .variant-custom-selection .variation-label {
    padding-left: 5px
}

.rtl .product-details-info .product-variants .variant-custom-selection .variation-label {
    padding-right: 5px
}

.product-details-info .product-variants .variant-custom-selection .error-message {
    margin: -4px 0 5px
}

.product-details-info .product-variants .custom-selection {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 10px
}

.product-details-info .product-variants .custom-selection>li {
    font-size: 12px;
    min-width: 50px;
    position: relative;
    display: flex;
    flex: 0 0 calc(25% - 5px);
    padding: 8px;
    color: var(--color-dark);
    justify-content: start;
    box-shadow: 0 0 0 1px var(--border-color-5);
    border-radius: var(--radius-default);
    transition: .1s ease-in-out;
    overflow: hidden;
    cursor: pointer
}

.ltr .product-details-info .product-variants .custom-selection>li:last-child {
    margin-right: 0
}

.rtl .product-details-info .product-variants .custom-selection>li:last-child {
    margin-left: 0
}

.ltr .product-details-info .product-variants .custom-selection>li:nth-child(2n) {
    margin-right: 0
}

.rtl .product-details-info .product-variants .custom-selection>li:nth-child(2n) {
    margin-left: 0
}

.product-details-info .product-variants .custom-selection>li:hover {
    box-shadow: 0 0 0 2px var(--color-primary-alpha-80)
}

.product-details-info .product-variants .custom-selection>li.active {
    cursor: default;
    box-shadow: 0 0 0 2px var(--color-primary-alpha-80)
}

.product-details-info .product-variants .custom-selection>li.disabled {
    opacity: .6
}

.product-details-info .product-variants .custom-selection>li.variation-color {
    height: 40px;
    width: 40px;
    min-width: auto;
    padding: 0;
    border-radius: var(--radius-default)
}

.product-details-info .product-variants .custom-selection>li.variation-color>div {
    position: absolute;
    top: 50%;
    height: 36px;
    width: 36px;
    border-radius: 6px
}

.ltr .product-details-info .product-variants .custom-selection>li.variation-color>div {
    left: 50%;
    transform: translate(-50%, -50%)
}

.rtl .product-details-info .product-variants .custom-selection>li.variation-color>div {
    right: 50%;
    transform: translate(50%, -50%)
}

.product-details-info .product-variants .custom-selection>li.variation-image {
    height: 50px;
    width: 50px;
    min-width: auto;
    padding: 0
}

.product-details-info .product-variants .custom-selection>li.variation-image img {
    position: absolute;
    top: 50%;
    max-height: 100%;
    max-width: 100%
}

.ltr .product-details-info .product-variants .custom-selection>li.variation-image img {
    left: 50%;
    transform: translate(-50%, -50%)
}

.rtl .product-details-info .product-variants .custom-selection>li.variation-image img {
    right: 50%;
    transform: translate(50%, -50%)
}

.product-details-info .product-variants .custom-selection>.variation-text {
    display: flex;
    flex-direction: column
}

.product-details-info .product-variants .custom-selection>.variation-text .previous-price {
    font-weight: var(--font-medium);
    color: var(--color-dark);
    text-decoration: none
}

.product-details-info .product-variants .custom-selection>.variation-text .special-price {
    color: var(--color-dark);
    font-weight: var(--font-medium)
}

.product-details-info .product-variants .custom-selection>.variation-text .special-price+.previous-price {
    font-weight: 400;
    line-height: 1;
    color: var(--color-gray-500);
    text-decoration: line-through
}

.product-details-info .details-info-middle-actions {
    display: flex
}

.product-details-info .details-info-middle-actions .btn-add-to-cart {
    flex-grow: 1;
    text-transform: uppercase;
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 9999px;
    font-size: 18px;
    font-weight: var(--font-semibold)
}

.ltr .product-details-info .details-info-middle-actions .btn-add-to-cart>i {
    margin-right: 6px
}

.rtl .product-details-info .details-info-middle-actions .btn-add-to-cart>i {
    margin-left: 6px
}

.product-details-info .details-info-middle-actions .btn-add-to-cart:disabled {
    background: #efeef1;
    color: #cac7d1
}

.product-details-info .details-info-middle-actions .btn-add-to-cart.btn-loading:after {
    width: 20px;
    height: 20px;
    -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 1.3px), #fff 0);
    mask: radial-gradient(farthest-side, transparent calc(100% - 1.3px), #fff 0)
}

.product-details-info .details-info-middle-actions .product-quantity-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-grow: 1;
    border-radius: 9999px;
    border: 1px solid var(--color-primary);
    background: var(--color-primary, #204396);
    box-shadow: 0 1px 2px #1018280d
}

.product-details-info .details-info-middle-actions .product-quantity-wrapper>span {
    color: var(--White, #FFF);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px
}

.product-details-info .details-info-middle-actions .product-quantity-wrapper .btn-number {
    padding: 4px 22px
}

.product-details-info .number-picker-lg {
    display: inline-flex;
    align-items: center
}

.product-details-info .number-picker-lg label {
    font-weight: var(--font-medium)
}

.ltr .product-details-info .number-picker-lg label {
    margin-right: 20px
}

.rtl .product-details-info .number-picker-lg label {
    margin-left: 20px
}

.product-details-info .number-picker-lg .input-group-quantity {
    position: relative
}

.product-details-info .number-picker-lg .input-group-quantity .input-quantity {
    font-size: 15px;
    height: 45px;
    width: 100px;
    text-align: center
}

.ltr .product-details-info .number-picker-lg .input-group-quantity .input-quantity {
    padding: 10px 39px 10px 10px
}

.rtl .product-details-info .number-picker-lg .input-group-quantity .input-quantity {
    padding: 10px 10px 10px 39px
}

.product-details-info .number-picker-lg .input-group-quantity .input-quantity:focus {
    outline: 0;
    border-color: var(--color-gray-lite)
}

.product-details-info .number-picker-lg .input-group-quantity .input-quantity[disabled] {
    color: var(--color-gray-dark)
}

.product-details-info .number-picker-lg .input-group-quantity .btn-wrapper {
    position: absolute;
    top: 0
}

.ltr .product-details-info .number-picker-lg .input-group-quantity .btn-wrapper {
    right: 0
}

.rtl .product-details-info .number-picker-lg .input-group-quantity .btn-wrapper {
    left: 0
}

.product-details-info .number-picker-lg .input-group-quantity .btn-wrapper .btn-number {
    position: absolute;
    width: 30px;
    padding: 0;
    line-height: 18px;
    background: none;
    border: 1px solid var(--color-gray-lite);
    border-radius: 0
}

.ltr .product-details-info .number-picker-lg .input-group-quantity .btn-wrapper .btn-number {
    right: 0
}

.rtl .product-details-info .number-picker-lg .input-group-quantity .btn-wrapper .btn-number {
    left: 0
}

.product-details-info .number-picker-lg .input-group-quantity .btn-wrapper .btn-number:hover {
    color: var(--color-primary)
}

.product-details-info .number-picker-lg .input-group-quantity .btn-wrapper .btn-number[disabled],
.product-details-info .number-picker-lg .input-group-quantity .btn-wrapper .btn-number[disabled]:hover {
    color: var(--color-gray-dark)
}

.product-details-info .number-picker-lg .input-group-quantity .btn-wrapper .btn-plus {
    top: 0;
    height: 24px
}

.ltr .product-details-info .number-picker-lg .input-group-quantity .btn-wrapper .btn-plus {
    border-top-right-radius: var(--radius-default)
}

.rtl .product-details-info .number-picker-lg .input-group-quantity .btn-wrapper .btn-plus {
    border-top-left-radius: var(--radius-default)
}

.product-details-info .number-picker-lg .input-group-quantity .btn-wrapper .btn-minus {
    top: 23px;
    height: 22px
}

.ltr .product-details-info .number-picker-lg .input-group-quantity .btn-wrapper .btn-minus {
    border-bottom-right-radius: var(--radius-default)
}

.rtl .product-details-info .number-picker-lg .input-group-quantity .btn-wrapper .btn-minus {
    border-bottom-left-radius: var(--radius-default)
}

.product-details-info .details-info-bottom {
    margin-top: 16px
}

.product-details-info .details-info-bottom img {
    width: 100%;
    height: auto
}

.product-details-info .additional-info {
    display: flex;
    flex-direction: column;
    padding: 5px 0
}

.ltr .product-details-info .additional-info {
    margin: 0 0 -6px -12px
}

.rtl .product-details-info .additional-info {
    margin: 0 -12px -6px 0
}

.product-details-info .additional-info li {
    margin-bottom: 4px;
    padding: 0 12px
}

.product-details-info .additional-info li:last-child {
    margin-bottom: 0
}

.product-details-info .additional-info li label {
    margin-bottom: 0
}

.ltr .product-details-info .additional-info li label {
    margin-right: 5px
}

.rtl .product-details-info .additional-info li label {
    margin-left: 5px
}

.product-details-info .additional-info li a {
    color: var(--color-primary)
}

.product-details-info .additional-info li a:hover {
    color: var(--color-primary-hover)
}

.product-details-info .additional-info .sku {
    color: var(--color-primary)
}

.product-details-info .additional-info .sku label {
    color: var(--color-black)
}

.product-details-info .social-share {
    display: flex;
    align-items: center
}

.product-details-info .social-share label {
    margin-bottom: 0
}

.ltr .product-details-info .social-share .social-links {
    margin-left: 15px
}

.rtl .product-details-info .social-share .social-links {
    margin-right: 15px
}

@media screen and (max-width: 1350px) {
    .ltr .product-details-info {
        padding-left: 15px;
        padding-right: 0
    }

    .rtl .product-details-info {
        padding-right: 15px;
        padding-left: 0
    }
}

@media screen and (max-width: 991px) {
    .product-details-info {
        width: 100%;
        margin-top: 34px
    }

    .ltr .product-details-info {
        padding-left: 0
    }

    .rtl .product-details-info {
        padding-right: 0
    }

    .product-details-info .product-name {
        font-size: 22px;
        line-height: 26px
    }

    .product-details-info .product-variants {
        margin-top: -5px
    }

    .product-details-info .product-variants .variant-custom-selection label {
        padding-top: 0
    }

    .product-details-info .product-variants .variant-check,
    .product-details-info .product-variants .variant-radio {
        margin-top: 0
    }

    .product-details-info .product-variants .variant-check label,
    .product-details-info .product-variants .variant-radio label {
        margin-bottom: 8px
    }

    .product-details-info .product-variants .variant-input label,
    .product-details-info .product-variants .variant-select label {
        padding-top: 0
    }
}

@media screen and (max-width: 400px) {
    .product-details-info .product-name {
        font-size: 20px;
        line-height: 24px
    }

    .product-details-info .number-picker-lg label {
        display: none
    }

    .product-details-info .btn-add-to-cart {
        width: 100%
    }

    .ltr .product-details-info .btn-add-to-cart {
        margin-left: 15px
    }

    .rtl .product-details-info .btn-add-to-cart {
        margin-right: 15px
    }
}

.section-wrapper .title {
    color: var(--Text-Black, #0D0C0D);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 20px
}

.section-wrapper .product-description .image {
    text-align: start;
    padding: 0 8%
}

.section-wrapper .product-description .image img {
    width: 100%;
    height: auto
}

.section-wrapper .product-description p {
    margin-top: 24px
}

.section-wrapper .product-description p strong {
    font-weight: var(--font-semibold)
}

.section-wrapper .product-reviews-wrapper .product-reviews {
    display: flex;
    position: relative;
    z-index: 0;
    --fade-width: 144px;
    --fade-color: #fff;
    --fade-duration: .22s;
    --fade-ease: ease
}

.section-wrapper .product-reviews-wrapper .product-reviews:before,
.section-wrapper .product-reviews-wrapper .product-reviews:after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: var(--fade-width);
    z-index: 2;
    pointer-events: none;
    opacity: 1;
    transition: opacity var(--fade-duration) var(--fade-ease)
}

@media (max-width: 991px) {

    .section-wrapper .product-reviews-wrapper .product-reviews:before,
    .section-wrapper .product-reviews-wrapper .product-reviews:after {
        content: none
    }
}

.ltr .section-wrapper .product-reviews-wrapper .product-reviews:before {
    left: 0;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, var(--fade-color) 100%)
}

.rtl .section-wrapper .product-reviews-wrapper .product-reviews:before {
    right: 0;
    background: linear-gradient(-270deg, rgba(255, 255, 255, 0) 0%, var(--fade-color) 100%)
}

.ltr .section-wrapper .product-reviews-wrapper .product-reviews:after {
    right: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, var(--fade-color) 100%)
}

.rtl .section-wrapper .product-reviews-wrapper .product-reviews:after {
    left: 0;
    background: linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, var(--fade-color) 100%)
}

@supports selector(:has(*)) {
    .section-wrapper .product-reviews-wrapper .product-reviews:has(.swiper-button-prev.swiper-button-disabled):before {
        opacity: 0
    }

    .section-wrapper .product-reviews-wrapper .product-reviews:has(.swiper-button-next.swiper-button-disabled):after {
        opacity: 0
    }
}

.section-wrapper .product-reviews-wrapper .product-reviews.prev-disabled:before {
    opacity: 0
}

.section-wrapper .product-reviews-wrapper .product-reviews.next-disabled:after {
    opacity: 0
}

.section-wrapper .product-reviews-wrapper .product-reviews .swiper-button-next,
.section-wrapper .product-reviews-wrapper .product-reviews .swiper-button-prev {
    height: 36px;
    width: 36px;
    background: var(--White, #FFF);
    border: 1px solid var(--color-gray-300);
    border-radius: 50%;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 1;
    visibility: visible;
    transition: var(--transition-150);
    box-shadow: 0 1px 2px #1018280d
}

.section-wrapper .product-reviews-wrapper .product-reviews .swiper-button-next:after,
.section-wrapper .product-reviews-wrapper .product-reviews .swiper-button-prev:after {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 12px;
    font-weight: 500;
    -webkit-text-stroke: 1.5px var(--color-gray-700)
}

.section-wrapper .product-reviews-wrapper .product-reviews .swiper-button-next.swiper-button-disabled,
.section-wrapper .product-reviews-wrapper .product-reviews .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
    visibility: hidden
}

.section-wrapper .product-reviews-wrapper .product-review-card {
    border-radius: 8px;
    border: 1px solid #EBEBEB;
    background: #fff;
    overflow: hidden;
    height: 144px;
    width: 320px;
    display: flex;
    gap: 12px
}

.section-wrapper .product-reviews-wrapper .product-review-card .product-review-left {
    flex: 0 0 40%;
    height: 100%;
    border-radius: 8px;
    overflow: hidden
}

.section-wrapper .product-reviews-wrapper .product-review-card .product-review-left img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.section-wrapper .product-reviews-wrapper .product-review-card .product-review-right {
    flex: 0 0 60%
}

.ltr .section-wrapper .product-reviews-wrapper .product-review-card .product-review-right {
    padding: 16px 20px 0 0
}

.rtl .section-wrapper .product-reviews-wrapper .product-review-card .product-review-right {
    padding: 16px 0 0 20px
}

.section-wrapper .product-reviews-wrapper .product-review-card .product-review-right .reviewer-info {
    display: flex;
    gap: 4px
}

.section-wrapper .product-reviews-wrapper .product-review-card .product-review-right .reviewer-info img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.section-wrapper .description-ingredients {
    align-items: flex-start;
    --sticky-card-offset: clamp(80px, 5vw + 40px, 120px)
}

.section-wrapper .description-card {
    overflow: hidden;
    flex-grow: 1
}

.section-wrapper .ingredients-card {
    --sticky-card-offset: 142px;
    position: sticky;
    top: var(--sticky-card-offset);
    flex-grow: 0;
    flex-shrink: 0;
    width: 30%;
    max-width: 360px;
    height: -moz-fit-content;
    height: fit-content
}

@media (max-width: 991.98px) {
    .section-wrapper .ingredients-card {
        position: static;
        top: auto;
        width: 100%;
        max-width: none
    }
}

#fullReviewsModal .modal-header {
    padding: 24px 24px 0;
    border-bottom: 0
}

@media (max-width: 991.98px) {
    #fullReviewsModal .modal-header {
        padding: 16px 16px 0
    }
}

#fullReviewsModal .modal-body {
    padding: 0 24px;
    max-height: 75vh;
    overflow: auto
}

@media (max-width: 1199.98px) {
    #fullReviewsModal .modal-body {
        max-height: 65vh;
        padding: 0 16px
    }
}

@media (max-width: 991.98px) {
    #fullReviewsModal .modal-body {
        max-height: 45vh;
        padding: 0 16px
    }
}

#fullReviewsModal .modal-body .review-detail-wrapper {
    border-bottom: 1px solid var(--color-gray-200)
}

#fullReviewsModal .modal-body .review-detail-wrapper:last-of-type {
    border-bottom: none
}

#fullReviewsModal .modal-body .review-detail-wrapper .review-detail-header {
    display: flex;
    gap: 6px
}

#fullReviewsModal .modal-body .review-detail-wrapper .review-detail-header img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

#fullReviewsModal .modal-body .review-detail-wrapper .review-detail-content .img-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px
}

#fullReviewsModal .modal-body .review-detail-wrapper .review-detail-content .img-list img {
    width: 104px;
    height: 104px;
    border-radius: 8px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

#fullReviewsModal .modal-footer {
    border-top: 1px solid var(--Gray-100, #F2F4F7);
    background: #fff;
    box-shadow: 0 32px 64px -12px #0a0d1224;
    padding: 16px;
    display: flex;
    justify-content: space-between;
    gap: 8px;
    flex-wrap: nowrap
}

#fullReviewsModal .modal-footer>* {
    margin: unset
}

#fullReviewsModal .modal-footer img {
    width: 40px;
    height: 40px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

#fullReviewsModal .modal-footer .product-info {
    flex-grow: 1
}

#fullReviewsModal .modal-footer .product-info .product-price {
    display: flex;
    align-items: center;
    gap: 8px
}

#fullReviewsModal .modal-footer .product-info .product-price .previous-price {
    font-size: 14px;
    font-weight: var(--font-medium);
    color: var(--color-red);
    text-decoration: none
}

#fullReviewsModal .modal-footer .product-info .product-price .special-price {
    font-size: 14px;
    font-weight: var(--font-semibold);
    max-width: 100%;
    display: inline-block;
    white-space: nowrap;
    color: var(--color-red)
}

.ltr #fullReviewsModal .modal-footer .product-info .product-price .special-price {
    margin-right: 0
}

.rtl #fullReviewsModal .modal-footer .product-info .product-price .special-price {
    margin-left: 0
}

#fullReviewsModal .modal-footer .product-info .product-price .special-price+.previous-price {
    font-size: 12px;
    font-weight: var(--font-normal);
    color: var(--color-gray);
    text-decoration: line-through
}

#sharePopupModal .modal-content {
    padding: 24px 24px 32px
}

@media (max-width: 991.98px) {
    #sharePopupModal .modal-content {
        padding: 16px 16px 20px
    }
}

#sharePopupModal .modal-header {
    padding: 0;
    border-bottom: 0
}

#sharePopupModal .modal-body {
    padding: 0
}

#sharePopupModal .modal-footer {
    border-top: 0;
    background: #fff;
    padding: 0
}

.product-details-bottom {
    display: flex
}

.product-details-bottom .vertical-products {
    margin-top: 14px
}

.product-details-bottom .left-sidebar {
    width: 285px;
    min-width: 285px
}

.ltr .product-details-bottom .left-sidebar {
    padding-right: 15px
}

.rtl .product-details-bottom .left-sidebar {
    padding-left: 15px
}

.product-details-bottom .left-sidebar .banner {
    margin-top: 40px;
    position: relative
}

.product-details-bottom .left-sidebar .banner img {
    width: 100%;
    border-radius: 8px;
    transition: .8s ease
}

.product-details-bottom .product-details-bottom-inner {
    width: calc(100% - 282px)
}

.ltr .product-details-bottom .product-details-bottom-inner {
    padding-left: 15px
}

.rtl .product-details-bottom .product-details-bottom-inner {
    padding-right: 15px
}

.product-details-bottom .product-details-bottom-inner .landscape-products .swiper-slide {
    width: 16.66%
}

.product-details-bottom .product-details-bottom-inner .landscape-products .product-card {
    min-height: 240px
}

.product-details-tab hr {
    display: none;
    z-index: 1
}

.product-details-tab .description .content {
    height: auto;
    max-height: 400px;
    overflow-y: hidden;
    position: relative
}

.product-details-tab .description .content:after {
    content: "";
    display: block;
    width: 100%;
    height: 120px;
    position: absolute;
    bottom: 0
}

.ltr .product-details-tab .description .content:after {
    background: linear-gradient(180deg, #fff0 0, #fff);
    left: 0
}

.rtl .product-details-tab .description .content:after {
    background: linear-gradient(-180deg, #fff0 0, #fff);
    right: 0
}

.product-details-tab .description .content.active {
    height: auto;
    max-height: unset
}

.product-details-tab .description .content.active:after {
    display: none
}

.product-details-tab .description .content.less-content:after {
    display: none
}

.product-details-tab .description .btn-show-more {
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    padding: 4px 18px;
    font-size: 14px;
    opacity: 0;
    visibility: hidden;
    display: block;
    border: 1px solid var(--color-primary)
}

.product-details-tab .description .btn-show-more.show {
    opacity: 1;
    visibility: visible
}

.product-details-tab .tabs {
    justify-content: center;
    border-bottom: 1px solid var(--color-gray-lite)
}

.product-details-tab .tabs .nav-item {
    margin: 0 26px
}

.product-details-tab .tabs .nav-item.active .nav-link:before {
    width: 100%
}

.product-details-tab .tabs .nav-item.active .nav-link:after {
    opacity: 1
}

.product-details-tab .tabs .nav-link {
    font-size: 20px;
    font-weight: var(--font-medium);
    padding: 15px 3px;
    color: var(--color-black)
}

.product-details-tab .tabs .nav-link:after,
.product-details-tab .tabs .nav-link:before {
    z-index: 2;
    transition: var(--transition-150)
}

@media screen and (max-width: 1600px) {
    .product-details-bottom .product-details-bottom-inner .landscape-products .swiper-slide {
        width: 20%
    }
}

@media screen and (max-width: 1300px) {
    .product-details-bottom .product-details-bottom-inner .landscape-products .swiper-slide {
        width: 25%
    }
}

@media screen and (max-width: 1100px) {
    .product-details-bottom .product-details-bottom-inner .landscape-products .swiper-slide {
        width: 33.33%
    }
}

@media screen and (max-width: 991px) {
    .product-details-bottom .left-sidebar {
        width: 100%;
        min-width: 0
    }

    .product-details-bottom .left-sidebar .vertical-products {
        margin-top: 44px
    }

    .product-details-bottom .product-details-bottom-inner {
        width: 100%
    }

    .ltr .product-details-bottom .product-details-bottom-inner {
        padding-left: 0
    }

    .rtl .product-details-bottom .product-details-bottom-inner {
        padding-right: 0
    }

    .product-details-bottom .product-details-bottom-inner .landscape-products .swiper-slide {
        width: 25%
    }

    .product-details-bottom .product-details-tab {
        margin-bottom: -15px
    }
}

@media screen and (max-width: 880px) {
    .product-details-bottom .product-details-bottom-inner .landscape-products .swiper-slide {
        width: 33.33%
    }
}

@media screen and (max-width: 767px) {
    .product-details-tab {
        position: relative
    }

    .product-details-tab .product-details-tab-overflow {
        overflow: auto;
        padding-bottom: 10px
    }

    .product-details-tab .product-details-tab-overflow::-webkit-scrollbar {
        width: 0px;
        height: 0px
    }

    .product-details-tab .product-details-tab-overflow::-webkit-scrollbar-track,
    .product-details-tab .product-details-tab-overflow::-webkit-scrollbar-thumb,
    .product-details-tab .product-details-tab-overflow::-webkit-scrollbar-thumb:hover {
        background: transparent
    }

    .product-details-tab .product-details-tab-overflow .nav-tabs {
        flex-wrap: nowrap;
        flex-direction: row;
        justify-content: unset;
        margin-left: auto;
        margin-right: auto;
        width: -moz-max-content;
        width: max-content;
        position: relative;
        z-index: 2
    }

    .product-details-tab .product-details-tab-overflow .nav-tabs .nav-item {
        white-space: nowrap
    }

    .product-details-tab .product-details-tab-overflow hr {
        display: block;
        height: 0;
        background: transparent;
        position: absolute;
        width: 100%;
        top: 39px;
        border: unset;
        border-bottom: 1px solid #e5e5e5;
        opacity: 1
    }

    .ltr .product-details-tab .product-details-tab-overflow hr {
        left: 0
    }

    .rtl .product-details-tab .product-details-tab-overflow hr {
        right: 0
    }
}

@media screen and (max-width: 640px) {
    .product-details-bottom .product-details-bottom-inner .landscape-products .swiper-slide {
        width: 50%
    }
}

.specification {
    padding-top: 51px
}

.specification .specification-inner {
    border: 1px solid var(--color-gray-lite);
    border-radius: var(--radius-default);
    overflow: hidden
}

.specification .title {
    padding: 15px 20px;
    background: var(--color-white-dark)
}

.specification-list {
    padding: 25px 20px !important
}

.specification-list li {
    display: flex;
    margin-bottom: 18px
}

.specification-list li:last-child {
    margin-bottom: 0
}

.specification-list label {
    font-weight: var(--font-medium);
    line-height: 23px;
    width: 190px;
    min-width: 190px;
    margin-bottom: 0
}

.specification-list span {
    line-height: 23px;
    color: var(--color-gray)
}

@media screen and (max-width: 991px) {
    .specification {
        padding: 25px 0 15px
    }
}

@media screen and (max-width: 767px) {
    .specification-list li {
        flex-direction: column
    }

    .specification-list label {
        margin-bottom: 3px
    }
}

.product-details-tab .reviews {
    padding-top: 45px
}

.product-details-tab .reviews .pagination {
    margin-top: 11px
}

.review-form .title {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 28px
}

.review-form .rating-input {
    font-size: 26px;
    line-height: 20px;
    position: relative;
    display: flex;
    margin: -1px 0 -2px;
    flex-direction: row-reverse;
    justify-content: flex-end
}

.review-form .rating-input label {
    font-size: 20px;
    margin-bottom: 0;
    color: var(--color-gray-lite);
    cursor: pointer;
    transition: var(--transition-150)
}

.review-form .rating-input label:hover,
.review-form .rating-input label:focus {
    color: var(--color-yellow)
}

.review-form .rating-input label:hover~label,
.review-form .rating-input label:focus~label {
    color: var(--color-yellow)
}

.review-form .rating-input input[type=radio] {
    display: none
}

.review-form .rating-input input[type=radio]:checked~label {
    color: var(--color-yellow)
}

.review-form #comment {
    height: 100px
}

.review-form .btn-submit {
    padding: 7px 30px;
    font-size: 14px
}

.user-review-wrap {
    margin-top: 4px;
    margin-bottom: 25px
}

.user-review-wrap.loading:after {
    border-width: 2px
}

.user-review-wrap .empty-message {
    display: flex;
    padding: 35px 0 40px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center
}

.user-review-wrap .empty-message svg {
    height: 80px;
    width: 80px;
    margin-bottom: 16px
}

.user-review-wrap .empty-message svg path {
    stroke-width: 3px;
    fill: var(--color-primary);
    stroke: var(--color-primary)
}

.user-review-wrap .empty-message>span {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    display: block
}

.user-review {
    margin-bottom: 27px
}

.user-review .user-review-header {
    display: flex;
    margin-bottom: 10px
}

.user-review .user-review-header .user-avatar {
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: var(--color-primary);
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1
}

.ltr .user-review .user-review-header .user-avatar {
    margin-right: 12px
}

.rtl .user-review .user-review-header .user-avatar {
    margin-left: 12px
}

.user-review .user-review-header .user-review-top {
    width: calc(100% - 50px)
}

.user-review .user-review-header .product-rating .back-stars i {
    font-size: 14px
}

.user-review .user-name {
    font-size: 16px;
    margin-top: 1px;
    margin-bottom: 3px
}

.user-review .reviewer-message {
    font-size: 14px;
    color: var(--color-gray);
    margin-bottom: 7px
}

.ltr .user-review .reviewer-message {
    padding-left: 52px
}

.rtl .user-review .reviewer-message {
    padding-right: 52px
}

.user-review .review-date,
.user-review .review-approval {
    font-size: 13px;
    color: var(--color-gray-dark);
    display: block
}

.ltr .user-review .review-date,
.ltr .user-review .review-approval {
    padding-left: 52px
}

.rtl .user-review .review-date,
.rtl .user-review .review-approval {
    padding-right: 52px
}

@media screen and (max-width: 1199px) {
    .user-review-wrap {
        margin: 48px 0 25px
    }
}

@media screen and (max-width: 991px) {
    .product-details-tab .reviews {
        padding-top: 20px
    }
}

@media (max-width: 639px) {
    .landscape-left-tab-products .swiper-wrapper {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0;
        transform: translateZ(0) !important
    }

    .landscape-left-tab-products .swiper-slide {
        width: 100% !important;
        margin-bottom: 15px
    }
}

[x-cloak] {
    display: none !important
}

.price-cell .special-price-wrapper,
.price-item .special-price-wrapper,
.price-row-mobile .special-price-wrapper {
    display: flex;
    gap: 6px
}

.price-cell .special-price-wrapper.flex-column,
.price-item .special-price-wrapper.flex-column,
.price-row-mobile .special-price-wrapper.flex-column {
    flex-direction: column
}

.price-cell .special-price-wrapper.align-items-start,
.price-item .special-price-wrapper.align-items-start,
.price-row-mobile .special-price-wrapper.align-items-start {
    align-items: flex-start
}

.price-cell .special-price-wrapper.align-items-center,
.price-item .special-price-wrapper.align-items-center,
.price-row-mobile .special-price-wrapper.align-items-center {
    align-items: center
}

.price-cell .special-price-wrapper.flex-wrap,
.price-item .special-price-wrapper.flex-wrap,
.price-row-mobile .special-price-wrapper.flex-wrap {
    flex-wrap: wrap
}

.price-cell .price-special,
.price-item .price-special,
.price-row-mobile .price-special {
    color: #d63832 !important;
    font-size: 14px !important;
    line-height: 1.43 !important
}

.price-cell .price-previous,
.price-item .price-previous,
.price-row-mobile .price-previous {
    color: #667085 !important;
    font-size: 12px !important;
    line-height: 1.5 !important;
    text-decoration: line-through !important
}

@media (min-width: 1024px) {

    .price-cell .price-special,
    .price-item .price-special,
    .price-row-mobile .price-special {
        font-size: 15px !important
    }

    .price-cell .price-previous,
    .price-item .price-previous,
    .price-row-mobile .price-previous {
        font-size: 13px !important
    }
}

.invisible {
    visibility: hidden !important
}

.product-details-wrap {
    margin-top: 50px
}

.guide-icon-tooltip {
    position: relative;
    cursor: pointer;
    border: none;
    background: none;
    padding: 0
}

.guide-icon-tooltip:hover {
    opacity: .7
}

.product-tooltip-global .tooltip-content {
    width: -moz-fit-content;
    width: fit-content;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 12px #00000026;
    padding: 8px 12px;
    border: 1px solid rgba(0, 0, 0, .06);
    position: relative
}

.product-tooltip-global .tooltip-content .tooltip-header {
    font-size: 12px;
    color: #374151;
    line-height: 1.25;
    margin-bottom: 4px
}

.product-tooltip-global .tooltip-content .tooltip-pricing {
    border-top: 1px solid #eee;
    padding-top: 4px;
    margin-top: 4px
}

.product-tooltip-global .tooltip-content .tooltip-pricing .pricing-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4px 6px;
    border-radius: 3px
}

.product-tooltip-global .tooltip-content .tooltip-pricing .pricing-row.highlighted {
    background-color: #e5e7eb
}

.product-tooltip-global .tooltip-content .tooltip-pricing .pricing-row .quantity,
.product-tooltip-global .tooltip-content .tooltip-pricing .pricing-row .price {
    font-size: 12px;
    color: #374151;
    line-height: 1.25
}

.product-tooltip-global .tooltip-content .tooltip-pricing .pricing-row .quantity {
    min-width: 28px
}

.ltr .product-tooltip-global .tooltip-content .tooltip-pricing .pricing-row .quantity {
    padding-right: 10px
}

.rtl .product-tooltip-global .tooltip-content .tooltip-pricing .pricing-row .quantity {
    padding-left: 10px
}

.product-tooltip-global .tooltip-content .tooltip-pricing .pricing-row .price {
    white-space: nowrap
}

.product-tooltip-global .tooltip-content--variants {
    width: -moz-fit-content;
    width: fit-content;
    white-space: nowrap
}

.product-tooltip-global .tooltip-arrow {
    position: absolute;
    width: 14px;
    height: 8px
}

.ltr .product-tooltip-global .tooltip-arrow {
    left: 50%;
    transform: translate(-50%)
}

.rtl .product-tooltip-global .tooltip-arrow {
    right: 50%;
    transform: translate(50%)
}

.product-tooltip-global .tooltip-arrow svg {
    width: 14px;
    height: 8px;
    display: block
}

.product-tooltip-global[data-arrow-position=bottom] .tooltip-arrow {
    bottom: -8px
}

.product-tooltip-global[data-arrow-position=bottom] .tooltip-arrow svg {
    transform: rotate(0)
}

.product-tooltip-global[data-arrow-position=top] .tooltip-arrow {
    top: -8px
}

.ltr .product-tooltip-global[data-arrow-position=top] .tooltip-arrow svg {
    transform: rotate(180deg)
}

.rtl .product-tooltip-global[data-arrow-position=top] .tooltip-arrow svg {
    transform: rotate(-180deg)
}

.pdp-row {
    padding: 0 20px
}

@media (min-width: 992px) {
    .pdp-row {
        display: flex;
        align-items: center
    }

    .pdp-row>.col-6:first-child {
        flex: 0 0 33.33%;
        max-width: 33.33%
    }

    .pdp-row>.col-5 {
        flex: 0 0 27.78%;
        max-width: 27.78%;
        display: flex;
        justify-content: center
    }

    .pdp-row>.col-7 {
        flex: 0 0 38.89%;
        max-width: 38.89%
    }
}

.btn-pdp-view-cart,
.btn-remove-all,
.btn-remove-all-confirm,
.btn-cancel-remove-all-confirm {
    padding: 8px 16px;
    border: 1px solid rgb(208, 213, 221);
    color: #d63832;
    box-shadow: 0 4px 10px #1018280d;
    background-color: #fff;
    border-radius: 999px;
    transition: .3s;
    white-space: nowrap
}

.btn-remove-all-confirm {
    color: #d63832;
    box-shadow: #1018280d;
    border: 1px solid rgb(208, 213, 221)
}

.btn-remove-all-confirm:hover {
    color: #fff;
    background-color: #d63832;
    border: 1px solid rgb(214, 56, 50)
}

.btn-remove-all,
.btn-cancel-remove-all-confirm {
    border: none;
    color: #475467;
    box-shadow: none
}

.btn-remove-all i,
.btn-remove-all-confirm i {
    font-size: 23px;
    align-items: center;
    text-align: center
}

.btn-remove-all:hover,
.btn-cancel-remove-all-confirm:hover {
    color: #1c1f24
}

.btn-pdp-view-cart:hover {
    color: #fff;
    background-color: #d63832;
    border: 1px solid rgb(214, 56, 50)
}

.price-cell span,
.total-cell span {
    color: var(--color-brand-secondary-600);
    font-weight: 400
}

.gallery-preview-item {
    height: 570px !important
}

.product-gallery-preview-pagination,
.category-item-table-mobile {
    display: none !important
}

@media (min-width: 992px) {
    .product-details-wrap .product-variants-section .table-responsive {
        display: block
    }

    .product-details-wrap .product-variants-section .table {
        table-layout: fixed;
        width: 100%
    }

    .product-details-wrap .product-variants-section .table thead th:nth-child(1),
    .product-details-wrap .product-variants-section .table tbody td:nth-child(1) {
        width: 33.33%
    }

    .product-details-wrap .product-variants-section .table thead th:nth-child(2),
    .product-details-wrap .product-variants-section .table tbody td:nth-child(2) {
        width: 27.78%;
        text-align: center
    }

    .product-details-wrap .product-variants-section .table thead th:nth-child(3),
    .product-details-wrap .product-variants-section .table tbody td:nth-child(3) {
        width: 19.44%
    }

    .product-details-wrap .product-variants-section .table thead th:nth-child(4),
    .product-details-wrap .product-variants-section .table tbody td:nth-child(4) {
        width: 19.45%
    }

    .product-details-wrap .product-variants-section .quantity-product-desktop-table {
        justify-content: center
    }

    .product-details-wrap .product-variants-section .quantity-product-desktop-table>.d-flex {
        min-width: 160px;
        justify-content: center
    }
}

@media (max-width: 991.98px) {
    .product-details-wrap .product-variants-section {
        border: 1px solid #E5E7EB;
        border-radius: .75rem
    }

    .product-details-wrap .product-variants-section .limit-1-line {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .product-details-wrap .product-variants-section:before {
        content: "Variation";
        display: block;
        padding: 12px 16px;
        font-size: 14px;
        font-weight: 700;
        color: var(--color-gray-600);
        background-color: #f9fafb;
        border-bottom: 1px solid #E5E7EB
    }

    .product-details-wrap .product-variants-section .table-responsive,
    .product-details-wrap .product-variants-section .table-responsive .table {
        display: block;
        border: none
    }

    .product-details-wrap .product-variants-section .table-responsive .table thead {
        display: none
    }

    .product-details-wrap .product-variants-section .table-responsive .table tbody {
        display: block
    }

    .product-details-wrap .product-variants-section .table-responsive .table tbody tr {
        display: flex;
        flex-wrap: wrap;
        padding: 1.25rem 1rem;
        border-bottom: 1px solid #E5E7EB
    }

    .product-details-wrap .product-variants-section .table-responsive .table tbody tr:last-child {
        border-bottom: none
    }

    .product-details-wrap .product-variants-section .table-responsive .table tbody tr td {
        display: block;
        padding: 0 !important;
        border: none;
        box-sizing: border-box;
        min-width: 75px
    }

    .product-details-wrap .product-variants-section .table-responsive .table tbody tr td:before {
        content: none
    }

    .product-details-wrap .product-variants-section .table-responsive .table tbody tr td:nth-child(1) {
        order: 1;
        width: 100%;
        margin-bottom: .75rem
    }

    .product-details-wrap .product-variants-section .table-responsive .table tbody tr td:nth-child(1) .d-flex {
        gap: .5rem !important
    }

    .product-details-wrap .product-variants-section .table-responsive .table tbody tr td:nth-child(1) .d-flex img {
        width: 48px !important;
        height: 48px !important;
        border-radius: .25rem;
        -o-object-fit: cover;
        object-fit: cover
    }

    .product-details-wrap .product-variants-section .table-responsive .table tbody tr td:nth-child(1) .d-flex>div span {
        font-size: 12px
    }

    .product-details-wrap .product-variants-section .table-responsive .table tbody tr td:nth-child(1) .d-flex>div span:first-child {
        font-weight: 600;
        color: #1f2937;
        margin-bottom: .25rem;
        line-height: 1.5;
        width: 100%
    }

    .product-details-wrap .product-variants-section .table-responsive .table tbody tr td:nth-child(2) {
        order: 2;
        width: 100%;
        margin-top: -10px;
        margin-bottom: .75rem
    }

    .ltr .product-details-wrap .product-variants-section .table-responsive .table tbody tr td:nth-child(2) {
        margin-left: 55px
    }

    .rtl .product-details-wrap .product-variants-section .table-responsive .table tbody tr td:nth-child(2) {
        margin-right: 55px
    }

    .product-details-wrap .product-variants-section .table-responsive .table tbody tr td.auth-price-cell {
        order: 3;
        width: 32%;
        margin-bottom: 25px
    }

    .ltr .product-details-wrap .product-variants-section .table-responsive .table tbody tr td.auth-price-cell {
        padding-right: .5rem;
        margin-left: 55px
    }

    .rtl .product-details-wrap .product-variants-section .table-responsive .table tbody tr td.auth-price-cell {
        padding-left: .5rem;
        margin-right: 55px
    }

    .product-details-wrap .product-variants-section .table-responsive .table tbody tr td.auth-price-cell:before {
        content: "Price";
        display: block;
        font-size: 10px;
        color: #6b7280;
        line-height: 1.5;
        margin-bottom: 8px
    }

    .product-details-wrap .product-variants-section .table-responsive .table tbody tr td.auth-price-cell span {
        font-weight: 500;
        color: #1e3fba;
        line-height: 1.5
    }

    .product-details-wrap .product-variants-section .table-responsive .table tbody tr td.guest-price-cell {
        order: 3;
        width: 32%;
        margin-bottom: 25px
    }

    .ltr .product-details-wrap .product-variants-section .table-responsive .table tbody tr td.guest-price-cell {
        padding-right: .5rem;
        margin-left: 55px
    }

    .rtl .product-details-wrap .product-variants-section .table-responsive .table tbody tr td.guest-price-cell {
        padding-left: .5rem;
        margin-right: 55px
    }

    .product-details-wrap .product-variants-section .table-responsive .table tbody tr td.guest-price-cell:before {
        content: "Price";
        display: block;
        font-size: 10px;
        color: #6b7280;
        line-height: 1.5;
        margin-bottom: 8px
    }

    .product-details-wrap .product-variants-section .table-responsive .table tbody tr td.guest-price-cell a.guest-login-link {
        font-weight: 500;
        line-height: 1.5;
        font-size: 12px
    }

    .product-details-wrap .product-variants-section .table-responsive .table tbody tr td:nth-child(4) {
        order: 4;
        width: 30%;
        margin-bottom: 25px
    }

    .ltr .product-details-wrap .product-variants-section .table-responsive .table tbody tr td:nth-child(4) {
        text-align: left;
        padding-left: 55px !important
    }

    .rtl .product-details-wrap .product-variants-section .table-responsive .table tbody tr td:nth-child(4) {
        text-align: right;
        padding-right: 55px !important
    }

    .product-details-wrap .product-variants-section .table-responsive .table tbody tr td:nth-child(4):before {
        content: "Item Total";
        display: block;
        font-size: 10px;
        color: #6b7280;
        line-height: 1.5;
        margin-bottom: 8px
    }

    .product-details-wrap .product-variants-section .table-responsive .table tbody tr td:nth-child(4) span {
        font-weight: 500;
        color: #1f2937;
        line-height: 1.5
    }

    .product-details-wrap .product-variants-section .table-responsive .table tbody tr td.guest-srp-cell {
        order: 5;
        width: 45%;
        margin-bottom: .75rem
    }

    .ltr .product-details-wrap .product-variants-section .table-responsive .table tbody tr td.guest-srp-cell {
        padding-right: .5rem;
        padding-left: 55px !important
    }

    .rtl .product-details-wrap .product-variants-section .table-responsive .table tbody tr td.guest-srp-cell {
        padding-left: .5rem;
        padding-right: 55px !important
    }

    .product-details-wrap .product-variants-section .table-responsive .table tbody tr td.guest-srp-cell:before {
        content: "Suggested Retail Price";
        display: block;
        font-size: 10px;
        color: #6b7280;
        line-height: 1.5;
        margin-bottom: 8px
    }

    .product-details-wrap .product-variants-section .table-responsive .table tbody tr td.guest-srp-cell span {
        font-weight: 500;
        color: #1f2937;
        line-height: 1.5
    }

    .product-details-wrap .product-variants-section .table-responsive .table tbody tr td:nth-child(6) {
        order: 6;
        width: 25%;
        text-align: left;
        margin-bottom: .75rem;
        padding: 0 .25rem;
        border-left: 1px solid rgb(228, 231, 236);
        padding-left: 10px !important;
        border-right: 1px solid rgb(228, 231, 236);
        padding-right: 10px !important
    }

    .ltr .product-details-wrap .product-variants-section .table-responsive .table tbody tr td:nth-child(6) {
        text-align: left
    }

    .rtl .product-details-wrap .product-variants-section .table-responsive .table tbody tr td:nth-child(6) {
        text-align: right
    }

    .product-details-wrap .product-variants-section .table-responsive .table tbody tr td:nth-child(6):before {
        content: "Gross Profit";
        display: block;
        font-size: 10px;
        color: #6b7280;
        line-height: 1.5;
        margin-bottom: 8px
    }

    .product-details-wrap .product-variants-section .table-responsive .table tbody tr td:nth-child(6) span {
        font-weight: 500;
        color: #1f2937;
        line-height: 1.5
    }

    .product-details-wrap .product-variants-section .table-responsive .table tbody tr td:nth-child(7) {
        order: 7;
        width: 25%;
        margin-bottom: 1rem
    }

    .ltr .product-details-wrap .product-variants-section .table-responsive .table tbody tr td:nth-child(7) {
        text-align: left;
        padding-left: 25px !important
    }

    .rtl .product-details-wrap .product-variants-section .table-responsive .table tbody tr td:nth-child(7) {
        text-align: right;
        padding-right: 25px !important
    }

    .product-details-wrap .product-variants-section .table-responsive .table tbody tr td:nth-child(7):before {
        content: "Margin";
        display: block;
        font-size: 10px;
        color: #6b7280;
        line-height: 1.5;
        margin-bottom: 8px
    }

    .product-details-wrap .product-variants-section .table-responsive .table tbody tr td:nth-child(7) span {
        font-weight: 500;
        color: #1f2937;
        line-height: 1.5
    }

    .product-details-wrap .product-variants-section .guide-icon-tooltip {
        font-size: 10px;
        color: #9ca3af;
        text-decoration: underline;
        align-items: center;
        gap: .375rem;
        margin-top: 0
    }

    .product-details-wrap .product-variants-section .guide-icon-tooltip svg {
        width: 16px;
        height: 16px;
        flex-shrink: 0
    }

    .product-details-wrap .product-variants-section tbody tr td:nth-child(2) .guide-icon-tooltip {
        display: flex !important;
        justify-content: center
    }

    .product-details-wrap .product-variants-section .icon-guide-tooltip {
        display: none !important
    }

    .product-details-wrap .product-variants-section .icon-guide-tooltip-mobi {
        display: flex !important;
        margin-top: 5px;
        margin-bottom: 10px
    }
}

.product-details-wrap .icon-guide-tooltip-mobi {
    display: none !important
}

.product-details-wrap .icon-guide-tooltip-mobi .volume-text {
    font-size: 11x !important
}

.badge-primary {
    background-color: #eef5fb !important
}

.product-details-tags a {
    padding: 5px 10px !important
}

.product-price {
    margin-bottom: 0
}

.product-gallery {
    width: 55%
}

.btn-w-100 {
    width: 100% !important;
    text-align: center
}

.quantity-product-mobile-table {
    display: none !important
}

.mobile-sticky-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: #fff;
    box-shadow: 0 -2px 8px #00000014
}

.badge-secondary {
    border: 1px solid rgb(228, 231, 236);
    background-color: #f2f4f7
}

.category-item-table-mobile,
.info-icon-tooltip-mobile {
    display: none !important
}

.limit-1-line {
    color: #101828 !important;
    cursor: pointer
}

.popup-modal {
    max-height: calc(100vh - 48px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-gutter: stable;
    box-sizing: border-box
}

.remove-control {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 140px
}

.btn-remove-all,
.btn-remove-all.loading {
    min-width: 140px;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.btn-remove-all.placeholder {
    visibility: hidden;
    height: 36px
}

.remove-control-desktop {
    display: flex;
    align-items: center;
    gap: 12px
}

.btn-remove-all-desktop,
.btn-remove-all-desktop.loading {
    min-width: 140px;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.btn-remove-all-desktop.placeholder {
    visibility: hidden;
    height: 36px
}

.quantity-control,
.quantity-control-mobile {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-width: 110px;
    justify-content: center;
    white-space: nowrap
}

.variations-table {
    width: 100%;
    table-layout: fixed
}

.quantity-display {
    display: inline-block;
    min-width: 48px;
    text-align: center;
    font-variant-numeric: tabular-nums;
    white-space: nowrap
}

.delete-icon,
.btn-delete-mobile {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

tbody#variationsBody tr,
.variations-table tbody tr {
    align-items: center;
    min-height: 72px
}

.price-cell span,
.total-cell span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

@media (max-width: 991.98px) {
    .category-item-table-mobile {
        display: flex !important;
        font-weight: 500;
        margin-bottom: 10px
    }

    .product-gallery-thumbnail {
        display: none !important
    }

    .product-gallery {
        display: block
    }

    .product-gallery-preview {
        width: 100%
    }

    .product-gallery-preview .swiper-slide {
        display: flex;
        justify-content: center
    }

    .gallery-preview-slide {
        width: 100%;
        max-width: 100%
    }

    .gallery-preview-item {
        width: 100%;
        background: #fff;
        border-radius: 12px;
        padding: 10px;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .gallery-preview-item img {
        width: 100%;
        height: auto;
        -o-object-fit: contain;
        object-fit: contain
    }

    .product-gallery-preview .swiper-button-next,
    .product-gallery-preview .swiper-button-prev {
        width: 37px !important;
        height: 37px !important;
        border-radius: 50% !important;
        background: #fff !important;
        box-shadow: 0 0 6px #00000026 !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
        border: 1px solid rgb(208, 213, 221) !important
    }

    .product-gallery-preview .swiper-button-next:after,
    .product-gallery-preview .swiper-button-prev:after {
        font-size: 16px !important;
        color: #444 !important
    }

    .product-gallery-preview-pagination {
        position: static;
        margin-top: 10px;
        text-align: center
    }

    .swiper-pagination-bullet-active {
        background: #000 !important
    }

    .ltr .swiper {
        margin-left: 1px !important
    }

    .rtl .swiper {
        margin-right: 1px !important
    }

    .product-gallery {
        width: 100%
    }

    .info-icon-tooltip-mobile {
        display: flex !important
    }
}

.product-name-mobile {
    display: none;
    white-space: nowrap;
    overflow: hidden;
    font-size: 18px;
    white-space: normal
}

.pdp-mobile {
    display: none
}

.pdp-desktop-information {
    display: block
}

.pdp-desktop-information .product-coming-soon {
    font-size: 30px;
    font-weight: 600
}

.product-eta-desktop {
    color: #d63832;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px
}

.btn-select-option-pdp {
    width: 100%;
    padding: 8px 16px;
    border: none;
    color: #fff;
    background-color: #d63832;
    border-radius: 999px;
    transition: .3s;
    margin-top: 15px;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px
}

.btn-select-option-pdp:hover {
    background-color: #c8312c
}

.product-specification-title {
    margin-top: 0 !important
}

.details-info-middle {
    border-top: 1px solid var(--border-color-lite) !important
}

.product-variants-section tbody tr td:nth-child(2) {
    position: relative
}

.product-variants-section tbody tr td:nth-child(2) .icon-guide-tooltip {
    position: absolute;
    z-index: 1
}

.ltr .product-variants-section tbody tr td:nth-child(2) .icon-guide-tooltip {
    left: 0
}

.rtl .product-variants-section tbody tr td:nth-child(2) .icon-guide-tooltip {
    right: 0
}

@media screen and (max-width: 991px) {

    .pdp-desktop-information,
    .product-eta-desktop {
        display: none !important
    }

    .pdp-mobile {
        display: block;
        margin-top: 10px
    }

    .pdp-mobile .product-eta {
        color: #d63832;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px;
        padding-bottom: 10px
    }

    .pdp-mobile .product-coming-soon {
        font-size: 24px;
        font-weight: 600
    }

    .text-top-seller {
        font-size: 12px !important
    }

    .shop-more {
        display: none
    }

    .product-specification-pdp {
        margin: 0 !important
    }

    .details-info-top {
        margin-bottom: 10px
    }

    .details-info-middle {
        padding: 0 !important
    }

    .product-details-wrap {
        margin-top: 20px !important
    }

    .details-info-middle {
        border-top: none !important
    }

    .gallery-preview-item {
        height: 225px !important
    }

    .quantity-product-desktop-table {
        display: none !important
    }

    .quantity-product-mobile-table {
        display: block !important
    }

    .quantity-mobile-wrapper {
        display: flex !important;
        flex-direction: column !important;
        gap: 6px !important;
        align-items: flex-start !important
    }

    .quantity-mobile-wrapper .info-icon-tooltip-mobile {
        order: 1;
        display: flex !important;
        margin-bottom: 0
    }

    .quantity-mobile-wrapper .info-icon-tooltip-mobile.is-hidden-volume {
        display: none !important
    }

    .quantity-mobile-wrapper .quantity-product-desktop-table {
        order: 2;
        width: 100%;
        display: flex !important
    }

    .quantity-mobile-wrapper .quantity-product-desktop-table .icon-guide-tooltip.is-hidden-volume {
        display: none !important
    }

    .quantity-mobile-wrapper .quantity-product-desktop-table .d-flex {
        gap: 6px !important
    }

    .quantity-mobile-wrapper .quantity-product-desktop-table input[type=number] {
        font-size: 14px !important;
        font-weight: 500 !important;
        min-width: 50px !important;
        height: 32px !important;
        text-align: center !important;
        padding: 4px 8px !important
    }

    .quantity-mobile-wrapper .quantity-product-desktop-table .btn-inc,
    .quantity-mobile-wrapper .quantity-product-desktop-table .btn-dec {
        width: 32px !important;
        height: 32px !important;
        font-size: 18px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important
    }

    .quantity-mobile-wrapper .quantity-product-desktop-table .delete-icon {
        width: 32px !important;
        height: 32px !important;
        font-size: 20px !important
    }

    .remove-all-confirm-box {
        flex-direction: column
    }

    .btn-remove-all-confirm {
        width: 100%;
        justify-content: center;
        margin: 5px 0
    }

    .th-quantity-pdp {
        min-width: 0
    }
}

@media screen and (max-width: 767px) {
    .product-name-desktop {
        display: none
    }

    .product-name-mobile {
        display: block
    }
}

.product-list-card .product-card {
    margin: 0
}

.grid-view-products {
    display: flex;
    flex-wrap: wrap
}

.grid-view-products .grid-view-products-item {
    width: 16.66%;
    padding: 6px
}

@media screen and (max-width: 1300px) {
    .grid-view-products .grid-view-products-item {
        width: 25%
    }
}

@media screen and (max-width: 1100px) {
    .grid-view-products .grid-view-products-item {
        width: 33.33%
    }
}

@media screen and (max-width: 991px) {
    .grid-view-products .grid-view-products-item {
        width: 25%
    }
}

@media screen and (max-width: 830px) {
    .grid-view-products .grid-view-products-item {
        width: 33.33%;
        padding: 6px
    }

    .product-card__cta span {
        font-size: 12px
    }

    .product-card .btn-add-to-cart svg {
        width: 15px;
        height: 15px
    }
}

@media screen and (max-width: 576px) {
    .grid-view-products .grid-view-products-item {
        width: 50%
    }
}

.section-title-category {
    font-weight: 600
}

input[type=number] {
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    appearance: textfield
}

input[type=number]:focus {
    outline: none
}

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

input[type=number],
.quantity-control-mobile input[type=number],
.table-quick-order input[type=number] {
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    appearance: textfield
}

.quantity-control-mobile input[type=number]::-webkit-outer-spin-button,
.quantity-control-mobile input[type=number]::-webkit-inner-spin-button,
.table-quick-order input[type=number]::-webkit-outer-spin-button,
.table-quick-order input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.product-is-fresh {
    display: flex;
    flex-direction: row;
    gap: 12px;
    padding: 12px 20px;
    border-radius: 12px;
    border: 1px solid #FEF0C7;
    background: #fff5eb;
    margin-bottom: 24px;
    align-items: center
}

.span-is-fresh {
    display: flex;
    align-items: center;
    background-color: var(--color-primary);
    color: #fff;
    border-radius: 5px;
    padding: 2px 8px;
    font-weight: 600
}

.span-note {
    color: #890001
}

@media screen and (max-width: 767px) {
    .product-is-fresh {
        padding: 10px 16px
    }

    .span-is-fresh,
    .span-note {
        font-size: 12px
    }
}

.noUi-target,.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-user-select: none;
    touch-action: none;
    -moz-user-select: none;
    user-select: none;
    box-sizing: border-box
}

.noUi-target {
    position: relative
}

.noUi-base,.noUi-connects {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1
}

.noUi-connects {
    overflow: hidden;
    z-index: 0
}

.noUi-connect,.noUi-origin {
    will-change: transform;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -webkit-transform-style: preserve-3d;
    transform-origin: 0 0;
    transform-style: flat
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
    left: 0;
    right: auto
}

.noUi-vertical .noUi-origin {
    top: -100%;
    width: 0
}

.noUi-horizontal .noUi-origin {
    height: 0
}

.noUi-handle {
    backface-visibility: hidden;
    position: absolute
}

.noUi-touch-area {
    height: 100%;
    width: 100%
}

.noUi-state-tap .noUi-connect,.noUi-state-tap .noUi-origin {
    transition: transform .3s
}

.noUi-state-drag * {
    cursor: inherit!important
}

.noUi-horizontal {
    height: 18px
}

.noUi-horizontal .noUi-handle {
    width: 34px;
    height: 28px;
    right: -17px;
    top: -6px
}

.noUi-vertical {
    width: 18px
}

.noUi-vertical .noUi-handle {
    width: 28px;
    height: 34px;
    right: -6px;
    bottom: -17px
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
    left: -17px;
    right: auto
}

.noUi-target {
    background: #fafafa;
    border-radius: 4px;
    border: 1px solid #D3D3D3;
    box-shadow: inset 0 1px 1px #f0f0f0,0 3px 6px -5px #bbb
}

.noUi-connects {
    border-radius: 3px
}

.noUi-connect {
    background: #3fb8af
}

.noUi-draggable {
    cursor: ew-resize
}

.noUi-vertical .noUi-draggable {
    cursor: ns-resize
}

.noUi-handle {
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background: #fff;
    cursor: default;
    box-shadow: inset 0 0 1px #fff,inset 0 1px 7px #ebebeb,0 3px 6px -3px #bbb
}

.noUi-active {
    box-shadow: inset 0 0 1px #fff,inset 0 1px 7px #ddd,0 3px 6px -3px #bbb
}

.noUi-handle:before,.noUi-handle:after {
    content: "";
    display: block;
    position: absolute;
    height: 14px;
    width: 1px;
    background: #e8e7e6;
    left: 14px;
    top: 6px
}

.noUi-handle:after {
    left: 17px
}

.noUi-vertical .noUi-handle:before,.noUi-vertical .noUi-handle:after {
    width: 14px;
    height: 1px;
    left: 6px;
    top: 14px
}

.noUi-vertical .noUi-handle:after {
    top: 17px
}

[disabled] .noUi-connect {
    background: #b8b8b8
}

[disabled].noUi-target,[disabled].noUi-handle,[disabled] .noUi-handle {
    cursor: not-allowed
}

.noUi-pips,.noUi-pips * {
    box-sizing: border-box
}

.noUi-pips {
    position: absolute;
    color: #999
}

.noUi-value {
    position: absolute;
    white-space: nowrap;
    text-align: center
}

.noUi-value-sub {
    color: #ccc;
    font-size: 10px
}

.noUi-marker {
    position: absolute;
    background: #ccc
}

.noUi-marker-sub,.noUi-marker-large {
    background: #aaa
}

.noUi-pips-horizontal {
    padding: 10px 0;
    height: 80px;
    top: 100%;
    left: 0;
    width: 100%
}

.noUi-value-horizontal {
    transform: translate(-50%,50%)
}

.noUi-rtl .noUi-value-horizontal {
    transform: translate(50%,50%)
}

.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px
}

.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 15px
}

.noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%
}

.noUi-value-vertical {
    transform: translateY(-50%);
    padding-left: 25px
}

.noUi-rtl .noUi-value-vertical {
    transform: translateY(50%)
}

.noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px
}

.noUi-marker-vertical.noUi-marker-sub {
    width: 10px
}

.noUi-marker-vertical.noUi-marker-large {
    width: 15px
}

.noUi-tooltip {
    display: block;
    position: absolute;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background: #fff;
    color: #000;
    padding: 5px;
    text-align: center;
    white-space: nowrap
}

.noUi-horizontal .noUi-tooltip {
    transform: translate(-50%);
    left: 50%;
    bottom: 120%
}

.noUi-vertical .noUi-tooltip {
    transform: translateY(-50%);
    top: 50%;
    right: 120%
}

.noUi-horizontal .noUi-origin>.noUi-tooltip {
    transform: translate(50%);
    left: auto;
    bottom: 10px
}

.noUi-vertical .noUi-origin>.noUi-tooltip {
    transform: translateY(-18px);
    top: auto;
    right: 28px
}

.product-search-left {
    width: 263px;
    min-width: 263px
}

.ltr .product-search-left {
    margin: -6px 30px 0 0
}

.rtl .product-search-left {
    margin: -6px 0 0 30px
}

.product-search-left .section-title {
    margin-bottom: 24px;
    padding-bottom: 13px;
    border-bottom: 1px solid var(--border-color-lite)
}

.product-search-left .vertical-products {
    margin-top: 29px
}

.product-search-left .vertical-products .section-title {
    margin-bottom: 0;
    border-bottom: none
}

@media screen and (max-width: 1400px) {
    .product-search-left {
        width:246px;
        min-width: 246px
    }
}

@media screen and (max-width: 991px) {
    .product-search-left {
        width:100%;
        min-width: 0;
        margin: 0
    }

    .product-search-left .vertical-products {
        margin-top: 44px
    }
}

.product-search-right {
    width: 100%
}

.product-search-right .search-result {
    min-height: 80dvh
}

.product-search-right .categories-banner {
    display: block;
    margin-top: 40px
}

.product-search-right .categories-banner:before,.product-search-right .categories-banner:after {
    content: none
}

.product-search-right .categories-banner:hover>img {
    transform: scale(1)
}

.product-search-right .categories-banner>img {
    width: 100%;
    border-radius: var(--radius-default)
}

.product-search-right .categories-banner__desktop {
    display: block
}

.product-search-right .categories-banner__mobile {
    display: none
}

@media screen and (max-width: 991px) {
    .product-search-right {
        margin-top:10px
    }

    .product-search-right .categories-banner__desktop {
        display: none
    }

    .product-search-right .categories-banner__mobile {
        display: block
    }
}

.browse-categories-wrap {
    margin-bottom: 30px
}

.ltr .browse-categories {
    margin: -7px 0 0 -5px
}

.rtl .browse-categories {
    margin: -7px -5px 0 0
}

.browse-categories li {
    display: block;
    padding: 8px 0
}

.browse-categories li.active>a {
    color: var(--color-primary)
}

.browse-categories li a {
    display: block;
    color: var(--color-gray);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: .15s ease-in-out
}

.ltr .browse-categories li a {
    margin-left: 25px
}

.rtl .browse-categories li a {
    margin-right: 25px
}

.browse-categories li a:hover,.browse-categories li a.active {
    color: var(--color-primary)
}

.browse-categories li i {
    font-size: 14px;
    margin-top: 4px;
    cursor: pointer;
    transform: rotate(0);
    transition: .15s ease-in-out
}

.ltr .browse-categories li i {
    float: left
}

.rtl .browse-categories li i {
    float: right
}

.browse-categories li i.open {
    color: var(--color-primary)
}

.ltr .browse-categories li i.open {
    transform: rotate(90deg)
}

.rtl .browse-categories li i.open {
    transform: rotate(-90deg)
}

.browse-categories li ul {
    list-style: none;
    display: none;
    padding-top: 8px
}

.ltr .browse-categories li ul {
    margin-left: 10px;
    padding-left: 0
}

.rtl .browse-categories li ul {
    margin-right: 10px;
    padding-right: 0
}

.browse-categories li ul li {
    padding-bottom: 0
}

.browse-categories li ul li:first-child {
    padding-top: 0
}

.product-filter-sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    display: flex;
    justify-content: flex-start;
    pointer-events: none;
    opacity: 0;
    transition: opacity .2s ease;
    z-index: 999999;
    background: rgba(0, 0, 0, 0.4)
}

.product-filter-sidebar--open {
    pointer-events: auto !important;
    opacity: 1 !important
}

.product-filter-sidebar__panel {
    display: flex;
    flex-direction: column;
    width: 329px;
    max-width: 85%;
    background: #fff;
    border-radius: 0;
    box-shadow: 4px 0 15px rgba(0, 0, 0, 0.1);
    transition: transform .3s ease;
    height: 100%;
    position: relative;
    z-index: 1000000
}

.ltr .product-filter-sidebar__panel {
    transform: translateX(-100%)
}

.product-filter-sidebar--open .product-filter-sidebar__panel {
    transform: translateX(0) !important
}

.product-filter-sidebar__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    border-bottom: 1px solid #F2F4F7;
    flex-shrink: 0
}

.product-filter-sidebar__title {
    display: inline-flex;
    align-items: center;
    font-family: Poppins,sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.56;
    color: #000;
    gap: 4px
}

.product-filter-sidebar__title svg {
    width: 20px;
    height: 20px;
    color: #000
}

.product-filter-sidebar__close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    padding: 0;
    border: none;
    border-radius: 0;
    background: transparent;
    color: #000;
    cursor: pointer;
    transition: opacity .15s ease
}

.product-filter-sidebar__close svg {
    width: 24px;
    height: 24px
}

.product-filter-sidebar__close:hover {
    opacity: .7
}

.product-filter-sidebar__body {
    flex: 1;
    padding: 0;
    overflow-y: auto
}

.product-filter-sidebar__body.custom-scrollbar {
    overflow-y: auto
}

.product-filter-sidebar__body.custom-scrollbar::-webkit-scrollbar {
    width: 6px
}

.product-filter-sidebar__body.custom-scrollbar::-webkit-scrollbar-track {
    background: #f9fafb
}

.product-filter-sidebar__body.custom-scrollbar::-webkit-scrollbar-thumb {
    background: #d0d5dd;
    border-radius: 3px
}

.product-filter-sidebar__body.custom-scrollbar::-webkit-scrollbar-thumb:hover {
    background: #98a2b3
}

.product-filter-sidebar__footer {
    padding: 16px;
    border-top: none;
    background: #fff;
    box-shadow: 0 0 4px #00000040;
    flex-shrink: 0
}

.product-filter-sidebar__action {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px 14px;
    border: 1px solid #E41E27;
    border-radius: 9999px;
    background: #e41e27;
    color: #fff;
    font-family: Poppins,sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.43;
    box-shadow: 0 1px 2px #1018280d;
    transition: all .15s ease;
    cursor: pointer
}

.product-filter-sidebar__action:hover {
    background: #c91a22;
    border-color: #c91a22
}

.product-filter-sidebar--open {
    pointer-events: auto;
    opacity: 1
}

.product-filter-sidebar--open .product-filter-sidebar__panel {
    transform: translate(0)
}

@media (max-width: 991.98px) {
    .product-filter-sidebar {
        width:100%
    }

    .ltr .product-filter-sidebar {
        right: 0
    }

    .rtl .product-filter-sidebar {
        left: 0
    }

    .product-filter-sidebar__panel {
        width: min(329px,85%);
        border-radius: 0
    }
}

.selected-filters {
    padding: 16px 20px;
    border-bottom: 1px solid #E4E7EC
}

.selected-filters__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px
}

.selected-filters__title {
    font-family: Poppins,sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.43;
    color: #101828;
    margin: 0
}

.selected-filters__clear {
    padding: 0;
    border: none;
    background: transparent;
    font-family: Poppins,sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.43;
    color: #e41e27;
    cursor: pointer;
    transition: opacity .15s ease
}

.selected-filters__clear:hover {
    opacity: .8;
    text-decoration: underline
}

.selected-filters__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px
}

.filter-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 2px 8px;
    background: #f2f4f7;
    border: 1px solid #E4E7EC;
    border-radius: 16px;
    font-family: Poppins,sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
    color: #344054
}

.filter-badge__close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 12px;
    height: 12px;
    padding: 0;
    border: none;
    background: transparent;
    color: #667085;
    cursor: pointer;
    transition: color .15s ease
}

.ltr .filter-badge__close {
    margin-left: 2px
}

.rtl .filter-badge__close {
    margin-right: 2px
}

.filter-badge__close svg {
    width: 12px;
    height: 12px
}

.filter-badge__close:hover {
    color: #344054
}

.filter-divider {
    height: 1px;
    background: #e4e7ec;
    margin: 0 20px
}

.filter-group {
    padding: 16px 20px
}

.filter-group__header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 0;
    margin-bottom: 8px;
    border: none;
    background: transparent;
    font-family: Poppins,sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.43;
    color: #101828;
    cursor: pointer;
    transition: color .15s ease
}

.filter-group__header:hover {
    color: #667085
}

.filter-group__header svg {
    width: 24px;
    height: 24px;
    color: #000;
    transition: transform .15s ease
}

.ltr .filter-group__header svg.is-open {
    transform: rotate(180deg)
}

.rtl .filter-group__header svg.is-open {
    transform: rotate(-180deg)
}

.filter-group__content {
    padding-top: 0
}

.filter-group__options {
    display: flex;
    flex-direction: column;
    gap: 0;
    max-height: none
}

.filter-group__options.custom-scrollbar {
    overflow-y: visible
}

.filter-group__more {
    margin-top: 0;
    padding: 5px 0;
    border: none;
    background: transparent;
    color: #e41e27;
    font-family: Poppins,sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.43;
    cursor: pointer;
    transition: opacity .15s ease
}

.ltr .filter-group__more {
    text-align: left
}

.rtl .filter-group__more {
    text-align: right
}

.filter-group__more:hover {
    opacity: .8
}

.filter-option {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 5px 0
}

.filter-option__input {
    width: 16px;
    height: 16px;
    margin: 0;
    border-radius: 4px;
    border: 1px solid #D0D5DD;
    background: #fff;
    cursor: pointer;
    transition: all .15s ease
}

.filter-option__input:checked {
    background: #e41e27;
    border-color: #e41e27;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 6.5L4.5 9L10 3' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px
}

.filter-option__input:focus {
    outline: none;
    box-shadow: 0 0 0 3px #e41e271a
}

.filter-option__input[type=radio] {
    border-radius: 8px
}

.filter-option__input[type=radio]:checked {
    background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='3' cy='3' r='3' fill='white'/%3E%3C/svg%3E");
    background-size: 6px
}

.filter-option__label {
    margin: 0;
    font-family: Poppins,sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.43;
    color: #344054;
    cursor: pointer;
    transition: color .15s ease
}

.filter-option__label:hover {
    color: #101828
}

.filter-price__value {
    font-family: Poppins,sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.43;
    color: #000;
    margin-bottom: 11px;
    padding: 10px;
    text-align: center;
    background: #f9fafb;
    border-radius: 8px
}

.filter-price__slider {
    margin-bottom: 8px;
    padding: 0 8px
}

.filter-price__scale {
    display: flex;
    justify-content: space-between;
    font-family: Poppins,sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.43;
    color: #344054
}

.filter-price .noUi-target {
    height: 4px;
    border: none;
    border-radius: 2px;
    box-shadow: none;
    background: #e4e7ec
}

.filter-price .noUi-connect {
    background: #e41e27
}

.filter-price .noUi-horizontal .noUi-handle {
    top: 50%
}

.ltr .filter-price .noUi-horizontal .noUi-handle {
    right: -10px
}

.rtl .filter-price .noUi-horizontal .noUi-handle {
    left: -10px
}

.filter-price .noUi-handle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 3px solid #E41E27;
    background: #fff;
    box-shadow: 0 2px 4px #1018281a;
    cursor: grab;
    transform: translateY(-50%);
    transition: box-shadow .2s ease,border-color .2s ease
}

.filter-price .noUi-handle:active {
    cursor: grabbing;
    box-shadow: 0 4px 8px #e41e274d;
    border-color: #c41820
}

.filter-price .noUi-handle:before,.filter-price .noUi-handle:after {
    display: none
}

.filter-price .noUi-handle:hover {
    box-shadow: 0 3px 6px #e41e2740;
    border-color: #c41820
}

.filter-price .noUi-handle:focus {
    outline: none;
    box-shadow: 0 0 0 4px #e41e2726
}

.search-result-heading {
    margin-bottom: 24px
}

.search-result-heading h1 {
    font-family: Poppins,sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    color: #101828;
    margin: 0;
    display: inline-block
}

.ltr .search-result-heading h1 {
    text-align: left
}

.rtl .search-result-heading h1 {
    text-align: right
}

.search-result-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px
}

.search-result-top .content-left {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px
}

.search-result-top .content-left .mobile-view-filter {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px 14px;
    background: #fff;
    border: 1px solid #D0D5DD;
    border-radius: 9999px;
    box-shadow: 0 1px 2px #1018280d;
    font-size: 14px;
    font-weight: 500;
    font-family: Poppins,sans-serif;
    line-height: 1.43;
    color: #344054;
    cursor: pointer;
    transition: all .2s ease
}

.search-result-top .content-left .mobile-view-filter:hover {
    background: #f9fafb;
    border-color: #98a2b3
}

.search-result-top .content-left .mobile-view-filter>i {
    font-size: 20px;
    margin: 0;
    color: #344054
}

.search-result-top .content-left>h4 {
    font-family: Poppins,sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.56;
    color: #667085;
    margin: 0;
    white-space: nowrap
}

.ltr .search-result-top .content-left>h4 {
    padding-right: 0
}

.rtl .search-result-top .content-left>h4 {
    padding-left: 0
}

.search-result-top .content-left>h4>span {
    font-weight: 500;
    color: #344054
}

.search-result-top .content-right,.search-result-top .sorting-bar {
    display: flex;
    align-items: center;
    gap: 10px
}

.search-result-top .sorting-bar .mobile-view-filter-dropdown {
    display: flex;
    gap: 10px
}

.search-result-top .sorting-bar .mobile-view-filter-dropdown .custom-dropdown .dropdown-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px 14px;
    background: #fff;
    border: 1px solid #D0D5DD;
    border-radius: 9999px;
    box-shadow: 0 1px 2px #1018280d;
    font-size: 14px;
    font-weight: 500;
    font-family: Poppins,sans-serif;
    line-height: 1.43;
    color: #344054;
    transition: all .2s ease;
    white-space: nowrap
}

.search-result-top .sorting-bar .mobile-view-filter-dropdown .custom-dropdown .dropdown-toggle:hover {
    background: #f9fafb;
    border-color: #98a2b3
}

.search-result-top .sorting-bar .mobile-view-filter-dropdown .custom-dropdown .dropdown-toggle:active,.search-result-top .sorting-bar .mobile-view-filter-dropdown .custom-dropdown .dropdown-toggle.show {
    border-color: #e41e27;
    background: #fff
}

.search-result-top .sorting-bar .mobile-view-filter-dropdown .custom-dropdown .dropdown-toggle>i {
    font-size: 20px;
    margin: 0;
    color: #344054
}

.search-result-top .sorting-bar .mobile-view-filter-dropdown .custom-dropdown .dropdown-toggle span {
    color: #344054
}

.search-result-top .sorting-bar .mobile-view-filter-dropdown .custom-dropdown.show .dropdown-toggle {
    border-color: #e41e27
}

.search-result-top .sorting-bar .mobile-view-filter-dropdown .custom-dropdown .dropdown-menu {
    border: 1px solid #E4E7EC;
    border-radius: 8px;
    box-shadow: 0 4px 6px -2px #10182808,0 12px 16px -4px #10182814;
    padding: 4px;
    margin-top: 8px
}

.search-result-top .sorting-bar .mobile-view-filter-dropdown .custom-dropdown .dropdown-menu .dropdown-item {
    padding: 10px 12px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 400;
    font-family: Poppins,sans-serif;
    color: #344054;
    cursor: pointer;
    transition: all .15s ease
}

.search-result-top .sorting-bar .mobile-view-filter-dropdown .custom-dropdown .dropdown-menu .dropdown-item:hover {
    background: #f9fafb;
    color: #e41e27
}

.search-result-top .sorting-bar .mobile-view-filter-dropdown .custom-dropdown .dropdown-menu .dropdown-item.active {
    background: #fce8e9;
    color: #e41e27;
    font-weight: 500
}

.search-result-top .sorting-bar .view-type {
    display: flex;
    align-items: center;
    gap: 13px
}

.ltr .search-result-top .sorting-bar .view-type {
    margin-right: 0
}

.rtl .search-result-top .sorting-bar .view-type {
    margin-left: 0
}

.search-result-top .sorting-bar .btn-grid-view,.search-result-top .sorting-bar .btn-list-view {
    font-size: 24px;
    display: flex;
    padding: 0;
    color: #98a2b3;
    align-items: center;
    transition: all .2s ease;
    background: transparent;
    border: none
}

.search-result-top .sorting-bar .btn-grid-view:hover,.search-result-top .sorting-bar .btn-list-view:hover {
    color: #667085
}

.search-result-top .sorting-bar .btn-grid-view.active,.search-result-top .sorting-bar .btn-list-view.active {
    color: #e41e27
}

.search-result-top .sorting-bar .form-group {
    margin-bottom: 0
}

.search-result-top .sorting-bar .form-group .current {
    position: relative
}

.search-result-top .sorting-bar .form-group .list {
    top: 49px!important
}

.ltr .search-result-top .sorting-bar .form-group .list:before {
    left: unset;
    right: 20px
}

.rtl .search-result-top .sorting-bar .form-group .list:before {
    right: unset;
    left: 20px
}

.search-result-middle {
    position: relative
}

.search-result-middle.empty {
    display: flex;
    width: 100%;
    min-height: 600px;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.search-result-middle.loading:after {
    height: 40px;
    width: 40px
}

.search-result-middle .empty-message {
    display: flex;
    padding: 32px 0 0;
    align-items: center;
    flex-direction: column;
    text-align: center;
    gap: 32px;
    width: 100%
}

.search-result-middle .empty-message svg {
    width: 200px;
    height: 197px;
    flex-shrink: 0
}

.search-result-middle .empty-message__description {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 731px
}

.search-result-middle .empty-message__description h2 {
    font-family: Poppins,sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    color: #000;
    margin: 0;
    text-align: center
}

.search-result-middle .empty-message__description p {
    font-family: Poppins,sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    margin: 0;
    text-align: center
}

.search-result-bottom {
    display: flex;
    margin-top: 20px;
    justify-content: space-between;
    align-items: center
}

.search-result-bottom .showing-results {
    line-height: 39px;
    color: var(--color-gray)
}

@media screen and (max-width: 991px) {
    .search-result-top {
        flex-wrap:wrap;
        gap: 15px
    }

    .search-result-top .content-left {
        order: 1;
        width: unset;
        flex-wrap: wrap;
        gap: 4px
    }

    .search-result-top .content-left .mobile-view-filter {
        display: inline-flex;
        order: 1
    }

    .search-result-top .content-left .mobile-view-filter-dropdown {
        display: flex;
        order: 2;
        gap: 4px
    }

    .search-result-top .content-left .mobile-view-filter-dropdown .custom-dropdown .dropdown-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 4px;
        padding: 8px 14px;
        background: #fff;
        border: 1px solid #D0D5DD;
        border-radius: 9999px;
        box-shadow: 0 1px 2px #1018280d;
        font-size: 14px;
        font-weight: 500;
        font-family: Poppins,sans-serif;
        line-height: 1.43;
        color: #344054;
        transition: all .2s ease;
        white-space: nowrap
    }

    .search-result-top .content-left .mobile-view-filter-dropdown .custom-dropdown .dropdown-toggle:hover {
        background: #f9fafb;
        border-color: #98a2b3
    }

    .search-result-top .content-left .mobile-view-filter-dropdown .custom-dropdown .dropdown-toggle:active,.search-result-top .content-left .mobile-view-filter-dropdown .custom-dropdown .dropdown-toggle.show {
        border-color: #e41e27;
        background: #fff
    }

    .search-result-top .content-left .mobile-view-filter-dropdown .custom-dropdown .dropdown-toggle>i {
        font-size: 20px;
        margin: 0;
        color: #344054
    }

    .search-result-top .content-left .mobile-view-filter-dropdown .custom-dropdown .dropdown-toggle span {
        color: #344054
    }

    .search-result-top .content-left .mobile-view-filter-dropdown .custom-dropdown.show .dropdown-toggle {
        border-color: #e41e27
    }

    .search-result-top .content-left .mobile-view-filter-dropdown .custom-dropdown .dropdown-menu {
        border: 1px solid #E4E7EC;
        border-radius: 8px;
        box-shadow: 0 4px 6px -2px #10182808,0 12px 16px -4px #10182814;
        padding: 4px;
        margin-top: 8px
    }

    .search-result-top .content-left .mobile-view-filter-dropdown .custom-dropdown .dropdown-menu .dropdown-item {
        padding: 10px 12px;
        border-radius: 6px;
        font-size: 14px;
        font-weight: 400;
        font-family: Poppins,sans-serif;
        color: #344054;
        cursor: pointer;
        transition: all .15s ease
    }

    .search-result-top .content-left .mobile-view-filter-dropdown .custom-dropdown .dropdown-menu .dropdown-item:hover {
        background: #f9fafb;
        color: #e41e27
    }

    .search-result-top .content-left .mobile-view-filter-dropdown .custom-dropdown .dropdown-menu .dropdown-item.active {
        background: #fce8e9;
        color: #e41e27;
        font-weight: 500
    }

    .search-result-top .content-left>h4 {
        display: none
    }

    .search-result-top .content-right {
        order: 2;
        /* width: 100% */
    }

    .search-result-top .sorting-bar {
        width: 100%;
        justify-content: space-between
    }

    .search-result-top .sorting-bar .view-type {
        order: 1
    }

    .search-result-top .sorting-bar .mobile-view-filter-dropdown {
        display: none
    }

    .search-result-middle.empty {
        min-height: 230px
    }

    .search-result-bottom {
        flex-direction: column
    }

    .search-result-bottom .showing-results+.pagination {
        margin-top: -3px
    }
}

@media screen and (max-width: 550px) {
    .search-result-top .content-left {
        gap:4px
    }

    .search-result-top .content-left .mobile-view-filter {
        width: auto;
        justify-content: center
    }

    .search-result-top .content-left .mobile-view-filter-dropdown,.search-result-top .content-left .mobile-view-filter-dropdown .custom-dropdown {
        width: auto
    }

    .search-result-top .content-left .mobile-view-filter-dropdown .custom-dropdown .dropdown-toggle {
        width: auto;
        justify-content: center
    }

    .search-result-top .content-left .mobile-view-filter-dropdown .custom-dropdown .dropdown-toggle span {
        white-space: nowrap
    }

    .search-result-top .content-left>h4 {
        display: none
    }

    .search-result-top .sorting-bar {
        flex-direction: column;
        gap: 10px
    }

    .search-result-top .sorting-bar>.view-type {
        width: 100%;
        justify-content: center;
        margin-bottom: 0
    }

    .search-result-top .sorting-bar>.mobile-view-filter-dropdown {
        display: none
    }
}

.grid-view-products {
    display: flex;
    flex-wrap: wrap;
    margin: -6px -6px 0
}

.grid-view-products .grid-view-products-item {
    display: flex;
    padding: 6px
}

.grid-view-products .product-card {
    width: 100%;
    margin: 0
}

.grid-view-products .grid-view-products-item {
    width: 200px
}

@media screen and (max-width: 1760px) {
    .grid-view-products .grid-view-products-item {
        width:200px
    }

    .grid-view-products .grid-view-product-skeleton:nth-child(10)~.grid-view-product-skeleton {
        display: none
    }
}

@media screen and (max-width: 1300px) {
    .grid-view-products .grid-view-products-item {
        width:25%
    }

    .grid-view-products .grid-view-product-skeleton:nth-child(8)~.grid-view-product-skeleton {
        display: none
    }
}

@media screen and (max-width: 1100px) {
    .grid-view-products .grid-view-products-item {
        width:33.33%
    }

    .grid-view-products .grid-view-product-skeleton:nth-child(6)~.grid-view-product-skeleton {
        display: none
    }
}

@media screen and (max-width: 991px) {
    .grid-view-products .grid-view-products-item {
        width:25%
    }

    .grid-view-products .grid-view-product-skeleton {
        display: flex!important
    }

    .grid-view-products .grid-view-product-skeleton:nth-child(8)~.grid-view-product-skeleton {
        display: none!important
    }
}

@media screen and (max-width: 830px) {
    .grid-view-products .grid-view-products-item {
        width:33.33%
    }

    .grid-view-products .grid-view-product-skeleton:nth-child(6)~.grid-view-product-skeleton {
        display: none!important
    }
}

@media screen and (max-width: 576px) {
    .grid-view-products .grid-view-products-item {
        width:50%
    }

    .grid-view-products .grid-view-product-skeleton:nth-child(4)~.grid-view-product-skeleton {
        display: none!important
    }
}

.list-view-products {
    display: flex;
    flex-wrap: wrap;
    margin: -10px -10px 0
}

.list-view-products-item {
    display: flex;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 10px
}

.list-view-product-card {
    display: flex;
    width: 100%;
    padding: 12px;
    border: 1px solid var(--border-color);
    border-radius: var(--radius-default);
    transition: var(--transition-150)
}

.list-view-product-card:hover {
    z-index: 1
}

.list-view-product-card .product-card-left {
    align-self: flex-start
}

.list-view-product-card .product-card-left .product-badge {
    top: 0
}

.list-view-product-card .product-card-right {
    flex-grow: 1
}

.ltr .list-view-product-card .product-card-right {
    padding: 6px 0 11px 15px
}

.rtl .list-view-product-card .product-card-right {
    padding: 6px 15px 11px 0
}

.list-view-product-card .product-card-right .product-card-actions-parent {
    display: flex;
    align-items: center
}

.list-view-product-card .product-card-right .product-name-and-rating {
    margin-bottom: 15px
}

.list-view-product-card .product-card-countdown {
    position: absolute;
    top: 50%;
    transition: var(--transition-200)
}

.ltr .list-view-product-card .product-card-countdown {
    left: 50%;
    transform: translate(-50%,-50%)
}

.rtl .list-view-product-card .product-card-countdown {
    right: 50%;
    transform: translate(50%,-50%)
}

.list-view-product-card .product-card-countdown.countdown .countdown-section {
    width: auto
}

.ltr .list-view-product-card .product-card-countdown.countdown .countdown-section {
    margin-right: 10px
}

.rtl .list-view-product-card .product-card-countdown.countdown .countdown-section {
    margin-left: 10px
}

.list-view-product-card .product-card-countdown.countdown .countdown-amount {
    height: 38px;
    width: 38px;
    color: var(--color-white);
    margin: 0;
    background: var(--color-primary-alpha-80)
}

.list-view-product-card .product-card-countdown.countdown .countdown-period {
    display: none
}

.list-view-product-card .product-name {
    display: flex;
    margin-bottom: 4px;
    align-items: center;
    z-index: 1
}

.list-view-product-card .product-name span {
    font-size: 16px;
    font-weight: var(--font-medium);
    line-height: 22px;
    max-height: 48px;
    display: block;
    display: -webkit-box;
    color: var(--color-black);
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: var(--transition-150);
    text-decoration-line: underline;
    text-decoration-color: transparent
}

.list-view-product-card .product-name:hover span {
    text-decoration-color: var(--color-black)
}

.list-view-product-card .product-rating .reviews,.list-view-product-card .product-rating .rating-count {
    font-size: 13px;
    line-height: 1;
    font-weight: var(--font-medium);
    color: var(--color-gray)
}

.ltr .list-view-product-card .product-rating .reviews,.ltr .list-view-product-card .product-rating .rating-count {
    margin: 0 0 0 5px
}

.rtl .list-view-product-card .product-rating .reviews,.rtl .list-view-product-card .product-rating .rating-count {
    margin: 0 5px 0 0
}

.list-view-product-card .product-rating .back-stars i {
    font-size: 14px
}

.list-view-product-card .product-price {
    font-size: 18px;
    line-height: 26px;
    font-weight: var(--font-medium);
    margin-bottom: 11px;
    justify-content: flex-start
}

.list-view-product-card .product-price .previous-price {
    font-size: 14px;
    font-weight: var(--font-normal)
}

.list-view-product-card .btn-add-to-cart {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    padding: 8px 20px;
    background: var(--color-primary);
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: var(--color-white);
    transition: var(--transition-150)
}

.ltr .list-view-product-card .btn-add-to-cart {
    margin-right: 5px
}

.rtl .list-view-product-card .btn-add-to-cart {
    margin-left: 5px
}

.list-view-product-card .btn-add-to-cart.btn-loading svg {
    visibility: hidden;
    opacity: 0
}

.list-view-product-card .btn-add-to-cart>i {
    font-size: 15px;
    vertical-align: top;
    color: var(--color-white)
}

.ltr .list-view-product-card .btn-add-to-cart>i {
    margin-right: 8px
}

.rtl .list-view-product-card .btn-add-to-cart>i {
    margin-left: 8px
}

.list-view-product-card .btn-add-to-cart>svg {
    width: 15px;
    height: 15px
}

.ltr .list-view-product-card .btn-add-to-cart>svg {
    margin-right: 8px
}

.rtl .list-view-product-card .btn-add-to-cart>svg {
    margin-left: 8px
}

.list-view-product-card .btn-add-to-cart>svg path {
    stroke: var(--color-white)
}

.list-view-product-card .btn-add-to-cart:hover {
    background: var(--color-primary-hover)
}

.list-view-product-card .btn-add-to-cart[disabled=disabled] {
    background: #efeef1;
    color: #cac7d1;
    border-color: #efeef1
}

.list-view-product-card .btn-add-to-cart[disabled=disabled]>svg path {
    stroke: #cac7d1
}

.list-view-product-card .product-card-actions {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    flex-direction: column;
    transition: var(--transition-150)
}

.ltr .list-view-product-card .product-card-actions {
    right: 0
}

.rtl .list-view-product-card .product-card-actions {
    left: 0
}

.list-view-product-card .product-card-actions .btn {
    display: flex;
    align-items: center;
    padding: 0;
    color: var(--color-gray)
}

.list-view-product-card .product-card-actions .btn:hover {
    color: var(--color-primary)
}

.list-view-product-card .product-card-actions .btn:hover>i {
    color: var(--color-gray)
}

.list-view-product-card .product-card-actions .btn>svg {
    width: 16px;
    height: 16px
}

.ltr .list-view-product-card .product-card-actions .btn>svg {
    margin-right: 4px
}

.rtl .list-view-product-card .product-card-actions .btn>svg {
    margin-left: 4px
}

.list-view-product-card .product-card-actions .btn-compare,.list-view-product-card .product-card-actions .btn-wishlist {
    width: 28px;
    height: 28px;
    border-radius: 6px;
    padding: 0;
    background: var(--color-black);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2px;
    transition: var(--transition-150);
    transform: scale(.5);
    visibility: hidden;
    opacity: 0
}

.list-view-product-card .product-card-actions .btn-compare svg,.list-view-product-card .product-card-actions .btn-wishlist svg {
    width: 14px;
    height: 14px
}

.ltr .list-view-product-card .product-card-actions .btn-compare svg,.ltr .list-view-product-card .product-card-actions .btn-wishlist svg {
    margin-right: 0
}

.rtl .list-view-product-card .product-card-actions .btn-compare svg,.rtl .list-view-product-card .product-card-actions .btn-wishlist svg {
    margin-left: 0
}

.list-view-product-card .product-card-actions .btn-compare svg path,.list-view-product-card .product-card-actions .btn-wishlist svg path {
    stroke: var(--color-white);
    transition: var(--transition-150)
}

.list-view-product-card .product-card-actions .btn-compare:hover,.list-view-product-card .product-card-actions .btn-wishlist:hover {
    background: var(--color-primary)
}

.list-view-product-card .product-card-actions .btn-compare.added,.list-view-product-card .product-card-actions .btn-wishlist.added {
    background: var(--color-primary);
    transition: var(--transition-150)
}

.list-view-product-card .product-card-actions .btn-compare.added svg path,.list-view-product-card .product-card-actions .btn-wishlist.added svg path {
    stroke: var(--color-white)
}

.list-view-product-card .product-card-actions .btn-wishlist.added {
    transform: scale(1);
    visibility: visible;
    opacity: 1;
    background: transparent
}

.list-view-product-card .product-card-actions .btn-wishlist.added svg path {
    stroke: unset;
    fill: var(--color-primary)
}

.list-view-product-card .product-card-actions .btn-wishlist svg path {
    stroke-width: 2.2
}

.list-view-product-card:hover .product-card-actions .btn-compare,.list-view-product-card:hover .product-card-actions .btn-wishlist {
    transform: scale(1);
    visibility: visible;
    opacity: 1
}

.list-view-product-card:hover .product-card-actions .btn-compare.added,.list-view-product-card:hover .product-card-actions .btn-wishlist.added {
    background: var(--color-primary)
}

.list-view-product-card:hover .product-card-actions .btn-compare.added svg path,.list-view-product-card:hover .product-card-actions .btn-wishlist.added svg path {
    stroke: var(--color-white)!important
}

.list-view-product-card:hover .product-card-actions .btn-wishlist.added {
    background: var(--color-primary)
}

.list-view-product-card:hover .product-card-actions .btn-wishlist.added svg path {
    fill: var(--color-white)!important
}

.list-view-product-card .product-image {
    position: relative;
    width: 170px;
    padding-bottom: 100%;
    transition: var(--transition-150)
}

.list-view-product-card .product-image .image-placeholder {
    height: 85px;
    width: 85px
}

@media screen and (max-width: 1400px) {
    .list-view-products-item {
        flex:0 0 100%;
        max-width: 100%
    }
}

@media screen and (max-width: 576px) {
    .list-view-product-card {
        flex-direction:column
    }

    .list-view-product-card .product-card-left {
        width: 100%;
        margin-bottom: 20px
    }

    .list-view-product-card .product-card-left .product-image {
        width: 100%
    }

    .ltr .list-view-product-card .product-card-right {
        margin-left: 0;
        padding-left: 0
    }

    .rtl .list-view-product-card .product-card-right {
        margin-right: 0;
        padding-right: 0
    }

    [dir] .list-view-product-card .product-card-right {
        padding: 0
    }
}

.product-search-wrap {
    margin-top: 12px;
}

@media (min-width: 992px) {
    .product-search-wrap {
        min-height: 90vh;
    }
}

.ltr .product-search-wrap {
    padding-left: 12px;
    margin-left: 241px
}

.rtl .product-search-wrap {
    margin-right: 241px
}

@media (max-width: 991.98px) {
    .ltr .product-search-wrap {
        padding-left: 0;
        margin-left:0
    }

    .rtl .product-search-wrap {
        margin-right: 0
    }
}

.product-search-wrap .product-search {
    display: flex;
    min-height: 90dvh
}

@media (max-width: 991.98px) {
    .product-search-wrap .product-search {
        flex-direction:column-reverse
    }
}

.top-brand-list .swiper-slide {
    width: 284px
}

.top-category-item {
    display: flex;
    flex-direction: column;
    gap: 10px;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    background: #f4f6fb;
    overflow: hidden;
    box-sizing: border-box
}

.top-category-item:hover {
    outline: 1px solid var(--color-primary);
    outline-offset: 2px
}

.top-brand-banner {
    width: 100%;
    height: 96px;
    position: relative;
    background: #f4f6fb;
    border-radius: 0
}

.top-brand-banner img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.top-category-title {
    position: absolute;
    top: 8px;
    padding: 4px 16px;
    background: #fff;
    border-radius: 999px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    white-space: nowrap;
    color: #000
}

.ltr .top-category-title {
    left: 16px
}

.rtl .top-category-title {
    right: 16px
}

.top-category-item.is-active {
    outline: 1px solid var(--color-primary);
    outline-offset: 2px
}

.top-category-pill-list {
    display: flex;
    gap: 8px;
    padding: 8px 0;
    overflow-x: auto;
    white-space: nowrap
}

.top-category-pill-list::-webkit-scrollbar {
    display: none
}

.top-category-pill {
    flex: 0 0 auto;
    padding: 8px 16px;
    border-radius: 999px;
    border: 1px solid #e5e7eb;
    background: #fff;
    font-size: 14px;
    font-weight: 500;
    color: #111827;
    text-decoration: none
}

.top-category-pill.is-active {
    background: var(--color-primary);
    border-color: var(--color-primary);
    color: #fff
}

.image-desktop-banner {
    width: 100%;
    height: 130px;
    -o-object-fit: cover;
    object-fit: cover
}

.active-filter {
    background: var(--color-primary)!important;
    color: #fff!important;
    border: 1px solid var(--color-primary)!important
}

.active-filter path {
    stroke: #fff!important
}

.grid-view-products .grid-view-products-item {
    width: 16.66%
}

@media screen and (max-width: 1300px) {
    .grid-view-products .grid-view-products-item {
        width:25%
    }
}

@media screen and (max-width: 1100px) {
    .grid-view-products .grid-view-products-item {
        width:33.33%
    }
}

@media screen and (max-width: 991px) {
    .grid-view-products .grid-view-products-item {
        width:25%
    }
}

@media screen and (max-width: 830px) {
    .grid-view-products .grid-view-products-item {
        width:33.33%
    }

    .product-card__cta span {
        font-size: 12px
    }

    .product-card .btn-add-to-cart svg {
        width: 15px;
        height: 15px
    }

    .product-card .product-card__price--current {
        font-size: clamp(13px,4vw,14px)
    }

    .product-card__price-note {
        font-size: 10px
    }
}

@media screen and (max-width: 576px) {
    .grid-view-products .grid-view-products-item {
        width:50%
    }
}
