
.input {
    padding: 6px;
    margin-left: 1px;
    line-height: inherit;
    color: inherit;
    height: auto
}


.accordion {
    box-shadow: 0 0 2px 0 hsla(0, 0%, 50.2%, .308);
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    border-radius: 4px
}

.accordion__header {
    background: #fff;
    padding: 15px;
    cursor: pointer;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid hsla(0, 0%, 50.2%, .493)
}

.accordion__header--active {
    background: #efefef
}

.accordion__content {
    background: #fff;
    padding-left: 25px;
    transition: .3s
}

.accordion__content li {
    list-style: default
}

.sub_child_tile {
    display: flex;
    flex: 1
}

.childrenList {
    flex-basis: 18%;
    padding: 15px
}

.childrenList__title {
    font-weight: 500;
    color: #ff7a00;
    font-size: 14px;
    display: flex
}

.childrenList__title span {
    white-space: nowrap
}

.childrenList__subchild_list {
    padding: 0 0 0 10px;
    font-size: 13px;
    color: #606060;
    font-weight: 400;
    line-height: 2em;
    display: block
}

.img_list {
    width: 180px
}

.childClass {
    padding-left: 25px !important
}

.desktopmenu {
    box-shadow: 0 1px 5px rgba(0, 0, 0, .1607843137254902);
    border-radius: 0 0 10px 10px;
    background: #fff;
    position: relative;
    display: flex;
    justify-content: center;
    z-index: 2
}

.desktopmenu__menu_section {
    padding: 0
}

.desktopmenu__menu_section .dropdown {
    position: absolute;
    display: none;
    left: 0;
    right: 0;
    top: 42px;
    width: 90%;
    margin: auto;
    background: #fff;
    box-shadow: 0 5px 10px 0 #c5c5c5
}

.desktopmenu__menu_section:hover .dropdown {
    display: block
}

.desktopmenu__menu_section:hover .subChildTitle {
    color: #ff7a00
}

.desktopmenu__menu_section .subChildTitle {
    color: #000;
    padding: 10px;
    font-size: 15px;
    font-weight: 500;
    display: block
}

.desktopmenu__menu_section .subChildTitle:hover {
    color: #ff7a00
}

.dummy-style {
    color: "#000"
}

.dummy-style {
    color: "#000"
}

.foo-bar {
    background-color: red
}

.dummy-style {
    color: "#000"
}

.laiJVr {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px
}

.cCVPOF {
    flex-direction: column;
    flex: 1
}

.cCVPOF,
.cCVPOF .stepcounter {
    position: relative;
    display: flex;
    align-items: center
}

.cCVPOF .stepcounter {
    z-index: 5;
    justify-content: center;
    width: 35px;
    height: 35px;
    padding: 10px;
    border-radius: 50%;
    background: #ccc;
    margin-bottom: 6px
}

.cCVPOF:after {
    position: absolute;
    content: "";
    border-bottom: 2px solid #ccc;
    width: 100%;
    top: 17px;
    left: 50%;
    z-index: 2
}

.cCVPOF.completed .stepcounter {
    background-color: #4bb543
}

.cCVPOF.completed:before {
    position: absolute;
    content: "";
    border-bottom: 2px solid #4bb543;
    width: 100%;
    top: 17px;
    left: -50%;
    z-index: 3
}

.cCVPOF:first-child:before,
.cCVPOF:last-child:after {
    content: none
}

.vertical_order {
    height: 73px
}

.vertical_order,
.vertical_order .stepcounter {
    position: relative;
    display: flex;
    align-items: center
}

.vertical_order .stepcounter {
    z-index: 5;
    justify-content: center;
    width: 35px;
    height: 35px;
    padding: 10px;
    border-radius: 50%;
    background: #ccc;
    margin-bottom: 6px
}

.vertical_order:after {
    position: absolute;
    content: "";
    border-left: 2px solid #ccc !important;
    height: 100% !important;
    top: 17px;
    left: 17px;
    z-index: 2
}

.vertical_order.completed .stepcounter {
    background-color: #4bb543
}

.vertical_order.completed:before {
    position: absolute;
    content: "";
    border-left: 2px solid #4bb543;
    height: 100% !important;
    top: -34px;
    left: 17px;
    z-index: 3
}

.vertical_order:first-child:before,
.vertical_order:last-child:after {
    content: none
}

.range_desktop {
    position: relative;
    display: flex;
    margin: 10px 10px 0
}

.slider {
    width: 100%
}

.slider__range,
.slider__track {
    position: absolute;
    top: 81px;
    border-radius: 3px;
    height: 5px
}

.slider__track {
    background-color: #ced4da;
    width: 100%;
    z-index: 1
}

.slider__range {
    background-color: #ff7a00;
    z-index: 2
}

.slider__left,
.slider__right {
    color: #000;
    font-size: 12px;
    margin-top: 20px
}

.range_desktop .thumb_left,
.range_desktop .thumb_left::-webkit-slider-thumb,
.range_desktop .thumb_right,
.range_desktop .thumb_right::-webkit-slider-thumb {
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent
}

.thumb_left {
    z-index: 3
}

.thumb_left,
.thumb_right {
    pointer-events: none;
    position: absolute;
    height: 0;
    width: 100%;
    outline: none;
    top: 81px
}

.thumb_right {
    z-index: 4
}

.range_desktop .thumb_left::-webkit-slider-thumb,
.range_desktop .thumb_right::-webkit-slider-thumb {
    background-color: #f1f5f7;
    border: none;
    border-radius: 50%;
    box-shadow: 0 0 1px 1px #ced4da;
    cursor: pointer;
    height: 18px;
    width: 18px;
    margin-top: 4px;
    pointer-events: all;
    position: relative
}

.range_desktop input::-moz-range-thumb {
    background-color: #f1f5f7;
    border: none;
    border-radius: 50%;
    box-shadow: 0 0 1px 1px #ced4da;
    cursor: pointer;
    height: 18px;
    width: 18px;
    margin-top: 4px;
    pointer-events: all;
    position: relative
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    z-index: 999
}

.modal_main {
    position: fixed;
    background: #fff;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: relative
}

.modal_main button {
    border-radius: 50px;
    width: 22px;
    height: 22px;
    top: -8px;
    right: -6px;
    position: absolute;
    cursor: pointer;
    background: #fff 0 0 no-repeat padding-box;
    opacity: 1
}

.modal_main button i {
    font-size: 12px;
    display: block
}

.display-block {
    display: block
}

.display-none {
    display: none
}

.menushow {
    display: block
}

.menuhide {
    display: none
}

.menu_main {
    line-height: 28px;
    background: #fff;
    margin-bottom: 1px;
    padding: 6px 25px;
    color: #000;
    cursor: pointer;
    border-radius: 0 0 20px 20px;
    box-shadow: 0 0 10px 0 rgb(0 0 0/20%);
    display: inline-block
}

.button {
    border: none;
    color: #fff;
    padding: 12px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    width: 100%
}

.primary {
    background-color: #007bff
}

.secondary {
    background-color: #6c757d
}

.success {
    background-color: #28a745
}

.danger {
    background-color: #dc3545
}

.spinner {
    -webkit-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite;
    z-index: 2
}

.spinner .path {
    stroke: #93bfec;
    stroke-linecap: round;
    -webkit-animation: dash 1.5s ease-in-out infinite;
    animation: dash 1.5s ease-in-out infinite
}

@-webkit-keyframes dash {
    0% {
        stroke-dasharray: 1, 150;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -35
    }

    to {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -124
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 150;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -35
    }

    to {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -124
    }
}

.tabs__header {
    width: 100%
}

.tabs__header__horizontal {
    display: block
}

.tabs__header__vertical {
    display: flex
}

.display_button {
    display: none
}

.flexy_grids {
    padding: 8px
}

.tabs__header--default .flexy_grids {
    background: #3b3b3b;
    color: #fff;
    border-right: 1px solid #8c8c8c
}

.tabs__header__vertical .tabs__header__horizontal__flex {
    width: 25%
}

.tabs__header__vertical .tabs__content {
    width: 75%
}

.tabs__header--default .tabs__header__item--active {
    background: #ff6c00;
    color: #fff
}

.tabs__header--lean__item--active {
    border-bottom: 2px solid #ff6c00
}

.tabs__header--list .flexy_grids {
    background: #f5f5f5;
    border-top: 1px solid #fff
}

.tabs__header--list__item--active {
    background: #ffdccb !important
}

.tabs__header__vertical .flexy_grids {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.tabs__header__vertical .angle_right {
    display: block
}

@media (max-width:768px) {
    .tabs__header__vertical .tabs__header__horizontal__flex {
        width: 100%
    }

    .tabs__header__horizontal .tabs__header__horizontal__flex {
        display: block
    }

    .tabs__header__vertical .tabs__content {
        width: 100%
    }

    .tabs__header__vertical .showDiv {
        display: block;
        height: 170px;
        position: absolute;
        top: 41px;
        background: #f1f1f1;
        color: #000;
        left: 0;
        right: 0
    }

    .tabs__header__vertical {
        display: block;
        position: relative
    }

    .tabs__header__vertical .hideDiv {
        display: none
    }

    .display_button {
        display: block
    }

    .tabs__header__vertical .angle_right {
        display: none
    }
}

.stars {
    display: flex
}

.model {
    overflow: hidden;
    z-index: 10
}

.model,
.model__close {
    position: fixed;
    width: 100vw;
    top: 0
}

.model__close {
    height: 100vh;
    z-index: 100;
    left: 0;
    background-color: rgba(0, 0, 0, .157)
}

.model__child {
    z-index: 101;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff
}

.count_button {
    display: flex;
    border: 1px solid grey;
    border-radius: 5px
}

.count_button span {
    display: inline-block;
    padding: 2px 20px;
    border-left: 1px solid grey;
    border-right: 1px solid grey;
    display: flex;
    justify-content: center;
    align-items: center
}

.count_button button {
    flex: 1;
    padding: 5px 20px;
    font-size: 20px;
    font-weight: 600
}

.count_button__left {
    border-radius: 5px 0 0 5px
}

.count_button__right {
    border-radius: 0 5px 5px 0
}

.app_bar {
    background-image: linear-gradient(to top right, #ff4a25, #ff7a00);
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    display: -ms-grid;
    display: grid;
    grid-gap: 10px;
    align-items: center;
    padding: 5px 20px;
    z-index: 3
}

.app_bar__search {
    background: #fff;
    color: #000
}

.app_bar .caption {
    color: hsla(0, 0%, 100%, .541);
    font-size: 12px
}

.app_bar__search {
    display: flex;
    align-items: center;
    border-radius: 5px;
    padding: 3px;
    max-width: 500px;
    min-width: auto;
    position: relative
}

.app_bar__search:focus-within .app_bar__search__suggestions {
    display: block
}

.app_bar__search input {
    width: 100%;
    flex: 1;
    outline: none;
    background: transparent;
    padding: 0 20px
}

.app_bar__search__suggestions {
    position: absolute;
    background: #fff;
    width: 100%;
    height: auto;
    top: 40px;
    border-radius: 4px;
    cursor: pointer;
    display: none
}

.app_bar__search__suggestions__image {
    height: 50px;
    min-width: 40px;
    position: relative;
    background-size: contain;
    background-position: 50%
}

.app_bar__search__suggestions__name {
    font-size: 12px
}

.app_bar__search__suggestions li {
    padding: 5px;
    border-bottom: 1px solid grey;
    display: flex;
    align-items: center
}

.app_bar .name {
    color: #fff
}

.app_bar__account {
    display: flex
}

.app_bar .avatar {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat
}

.button_group {
    border: 2px solid rgba(0, 0, 0, .623);
    padding: 8px 20px;
    font-size: 12px
}

.button_group--selected {
    color: #ff6c00;
    border: 2px solid #ff6c00
}

.image_btn {
    height: 120px;
    width: 80px;
    display: flex;
    flex-direction: column;
    text-align: center
}

.image_btn--selected .image_btn__name {
    color: #ff6c00
}

.image_btn__image {
    height: 80px;
    width: 80px;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    transition: .3s
}

.image_btn__name {
    font-size: 12px;
    color: #000
}

.dummy-style {
    color: "#000"
}

.plain,
.scroller--overflow,
.scroller--solo {
    border-radius: 5px;
    box-shadow: 2px 2px 4px 0 grey;
    background: #fff1e5;
    position: relative;
    box-sizing: border-box;
    padding: 10px 40px;
    margin: 0 auto
}

.plain .solo_btn,
.scroller--overflow .solo_btn,
.scroller--solo .solo_btn {
    position: absolute;
    z-index: 1;
    background: hsla(0, 0%, 100%, .596);
    padding: 5px;
    top: 50%;
    transform: translateY(-50%);
    height: 90%
}

.plain .solo_btn--left,
.scroller--overflow .solo_btn--left,
.scroller--solo .solo_btn--left {
    left: 0
}

.plain .solo_btn--right,
.scroller--overflow .solo_btn--right,
.scroller--solo .solo_btn--right {
    right: 0
}

.products {
    background: #fff;
    margin-bottom: 20px;
    padding: 20px;
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .1), -1px -1px 2px 0 rgba(0, 0, 0, .1)
}

.scroller {
    max-width: 100%;
    width: 100%
}

.scroller--overflow {
    background: #fff;
    padding: 0;
    box-shadow: none
}

.scroller__action {
    display: flex;
    align-items: center
}

.scroller .title {
    font-size: 26px
}

.scroller__wrapper {
    display: -ms-grid;
    display: grid;
    grid-gap: 1rem;
    overflow: auto;
    width: 100%;
    position: relative
}

.scroller__head {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 10px;
    background: #f5f5f5 0 0 no-repeat padding-box;
    margin-bottom: 15px
}

.scroller__head .spacer {
    flex: 1
}

.scroller__head .title {
    font: normal normal 700 16px/21px Roboto
}

.scroller button:hover {
    background: #eee
}

.scroller button:active {
    background: #fff
}

.scroller button svg {
    height: 16px
}

.scroller .btn_left {
    box-shadow: inset 1px 1px 4px 0 grey
}

.scroller .btn_left,
.scroller .btn_right {
    padding: 8px 6px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 6px;
    font-size: 12px;
    width: 30px;
    height: 30px
}

.scroller .btn_right {
    margin-left: 10px;
    box-shadow: 1px 1px 4px 0 grey
}

.scroller .show_all {
    font-size: 14px;
    text-transform: capitalize;
    position: relative;
    display: inline-block;
    padding-right: 18px;
    color: #707070
}

.dummy-style {
    color: "#000"
}

.button_group {
    border: 2px solid transparent;
    padding: 8px 20px;
    font-size: 12px
}

.button_group--selected {
    color: #ff6c00;
    border: 2px solid #ff6c00
}

.image_btn {
    height: 120px;
    width: 80px;
    display: flex;
    flex-direction: column;
    text-align: center
}

.image_btn--selected .image_btn__name {
    color: #ff6c00
}

.image_btn__image {
    height: 80px;
    width: 80px;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    transition: .3s
}

.image_btn__name {
    font-size: 12px;
    color: #000
}

.dummy-style {
    color: "#000"
}

div:focus {
    background-color: #1d4e64
}

.location_seeall {
    padding: 5px;
    color: #0078ff;
    margin: 0 5px
}

.location_text {
    font-size: 14px;
    font-family: Roboto\, light
}

.location_text span {
    font-size: 10px
}

.location_text p {
    font-size: 12px
}

.arrow_btn {
    padding: 5px !important;
    border: 1px solid #ccc !important;
    color: #adacac !important;
    margin: 0 5px !important;
    border-radius: 5px !important
}

.location_slide {
    width: 300px;
    margin: 0 auto 25px
}

.location_border {
    border: 1px solid #ccc
}

.list_datas {
    padding: 0 !important
}

.location_staricon {
    font-size: medium !important;
    color: #fa6c21
}

@media screen and (max-width:480px) {
    .location_heads {
        width: 100px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: inline-block
    }
}

@media screen and (max-width:767px) and (min-width:481px) {
    .location_heads {
        width: 100px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: inline-block
    }
}

.progress_bar {
    width: 100%;
    height: 8px;
    background-color: #d6d6d6;
    position: relative;
    border-radius: 5px;
    overflow: hidden
}

.progress_bar .progress {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    max-width: 100%;
    border-radius: 5px
}

.logoback {
    background: #fb6c21
}

.button_close {
    padding: 0 5px;
    background: #fff;
    border-radius: 30px;
    right: -40px
}

.login_inputs {
    border: 1px solid #ccc;
    margin: 5px;
    text-align: center;
    width: 50px;
    height: 50px
}

.login_button {
    background-image: linear-gradient(red, #ff7a00);
    border-radius: 10px
}

.verifyborder {
    border: 1px solid #038b00
}

.verifyborder:focus-visible {
    border: 1px solid #fb6c21
}

.recent_color {
    color: #ff7a00
}

.card_seeall {
    padding: 5px;
    color: #0078ff;
    margin: 0 5px
}

.arrow_btn {
    padding: 5px !important;
    border: 1px solid #ccc !important;
    color: #adacac !important;
    margin: 0 5px !important;
    border-radius: 5px !important
}

.card_slide {
    width: 200px;
    margin: 0 auto 25px
}

.card_border {
    border: 1px solid #ccc
}

.card__heart_icon {
    position: absolute;
    right: 10px;
    width: 15px;
    cursor: pointer
}

.list_datas {
    padding: 0 !important
}

.card_staricon {
    font-size: medium !important;
    color: #ff7a00;
    width: 13px
}

@media screen and (max-width:480px) {
    .card_heads {
        width: 100px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: inline-block
    }
}

@media screen and (max-width:767px) and (min-width:481px) {
    .card_heads {
        width: 100px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: inline-block
    }
}

.tooltip {
    position: relative;
    display: inline-block
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: auto;
    background-color: #f5f5f5;
    color: #5e5c5c;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    font-size: x-small;
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 20%;
    margin-left: -60px
}

.tooltip:hover .tooltiptext {
    visibility: visible
}

.searchwrapper {
    display: block;
    align-items: center;
    background-color: var(--background-color-dark);
    border-radius: 8px;
    padding-left: 16px;
    color: var(--text-color-secondary);
    border: 1px solid #f4f4f4
}

.searchwrapper .input {
    border: none;
    background-color: transparent;
    padding: 10px;
    width: 100%;
    height: 100%;
    outline: none
}

.searchwrapper .input:active,
.searchwrapper:focus-visible {
    border: none
}

.divider {
    border-left: 1px solid #ccc;
    padding: 2px 10px
}

@media (max-width:900px) {
    .divider {
        transform: rotate(90deg);
        height: 2px;
        margin: 0 auto
    }
}

.blog_seeall {
    padding: 5px;
    color: #0078ff;
    margin: 0 5px
}

.blog_text {
    font-size: 14px;
    font-family: Roboto\, light
}

.arrow_btn {
    padding: 5px !important;
    border: 1px solid #ccc !important;
    color: #adacac !important;
    margin: 0 5px !important;
    border-radius: 5px !important
}

.blog_slide {
    width: 300px;
    margin: 0 auto 25px
}

.blog_border {
    border: 1px solid #ccc
}

.list_datas {
    padding: 0 !important
}

.blog_staricon {
    font-size: medium !important;
    color: #fa6c21
}

@media screen and (max-width:480px) {
    .blog_heads {
        width: 100px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: inline-block
    }
}

@media screen and (max-width:767px) and (min-width:481px) {
    .blog_heads {
        width: 100px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: inline-block
    }
}

/* ! tailwindcss v2.2.14 | MIT License | https://tailwindcss.com */

/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
html {
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji
}

hr {
    height: 0;
    color: inherit
}

abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
pre,
samp {
    font-family: ui-monospace, SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

table {
    text-indent: 0;
    border-color: inherit
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
select {
    text-transform: none
}

[type=button],
[type=submit],
button {
    -webkit-appearance: button
}

legend {
    padding: 0
}

progress {
    vertical-align: baseline
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

summary {
    display: list-item
}

blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
    margin: 0
}

button {
    background-color: transparent;
    background-image: none
}

fieldset,
ol,
ul {
    margin: 0;
    padding: 0
}

ol,
ul {
    list-style: none
}

html {
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    line-height: 1.5
}

body {
    font-family: inherit;
    line-height: inherit
}

*,
:after,
:before {
    box-sizing: border-box;
    border: 0 solid
}

hr {
    border-top-width: 1px
}

img {
    border-style: solid
}

textarea {
    resize: vertical
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    color: #9ca3af
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    opacity: 1;
    color: #9ca3af
}

input::placeholder,
textarea::placeholder {
    opacity: 1;
    color: #9ca3af
}

button {
    cursor: pointer
}

table {
    border-collapse: collapse
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit
}

a {
    color: inherit;
    text-decoration: inherit
}

button,
input,
optgroup,
select,
textarea {
    padding: 0;
    line-height: inherit;
    color: inherit
}

code,
kbd,
pre,
samp {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
    display: block;
    vertical-align: middle
}

img,
video {
    max-width: 100%;
    height: auto
}

*,
:after,
:before {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity))
}

.container {
    width: 100%
}

@media (min-width:640px) {
    .container {
        max-width: 640px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 768px
    }
}

@media (min-width:1024px) {
    .container {
        max-width: 1024px
    }
}





.fixed {
    position: fixed
}

.absolute {
    position: absolute
}

.relative {
    position: relative
}

.inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.z-50 {
    z-index: 50
}

.m-1 {
    margin: .25rem
}

.m-3 {
    margin: .75rem
}

.m-4 {
    margin: 1rem
}

.m-auto {
    margin: auto
}

.mx-2 {
    margin-left: .5rem;
    margin-right: .5rem
}

.mx-auto {
    margin-left: auto;
    margin-right: auto
}

.my-3 {
    margin-top: .75rem;
    margin-bottom: .75rem
}

.my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem
}

.my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem
}

.my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem
}

.mt-1 {
    margin-top: .25rem
}

.mt-2 {
    margin-top: .5rem
}

.mt-3 {
    margin-top: .75rem
}

.mt-4 {
    margin-top: 1rem
}

.mt-5 {
    margin-top: 1.25rem
}

.mt-6 {
    margin-top: 1.5rem
}

.mt-8 {
    margin-top: 2rem
}

.mt-10 {
    margin-top: 2.5rem
}

.mr-1 {
    margin-right: .25rem
}

.mr-2 {
    margin-right: .5rem
}

.mb-2 {
    margin-bottom: .5rem
}

.mb-3 {
    margin-bottom: .75rem
}

.mb-4 {
    margin-bottom: 1rem
}

.mb-8 {
    margin-bottom: 2rem
}

.ml-2 {
    margin-left: .5rem
}

.ml-3 {
    margin-left: .75rem
}

.ml-auto {
    margin-left: auto
}

.inline-block {
    display: inline-block
}

.flex {
    display: flex
}

.inline-flex {
    display: inline-flex
}

.table {
    display: table
}

.grid {
    display: grid
}

.h-5 {
    height: 1.25rem
}

.h-6 {
    height: 1.5rem
}

.h-8 {
    height: 2rem
}

.h-24 {
    height: 6rem
}

.h-72 {
    height: 18rem
}

.h-auto {
    height: auto
}

.w-5 {
    width: 1.25rem
}

.w-64 {
    width: 16rem
}

.w-72 {
    width: 18rem
}

.w-auto {
    width: auto
}

.w-1\/2 {
    width: 50%
}

.w-1\/3 {
    width: 33.333333%
}

.w-2\/3 {
    width: 66.666667%
}

.w-3\/4 {
    width: 75%
}

.w-2\/5 {
    width: 40%
}

.w-full {
    width: 100%
}

.w-max {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.max-w-xl {
    max-width: 36rem
}

.max-w-2xl {
    max-width: 42rem
}

.flex-1 {
    flex: 1 1 0%
}

.flex-auto {
    flex: 1 1 auto
}

.flex-initial {
    flex: 0 1 auto
}

.flex-grow {
    flex-grow: 1
}

.transform {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.rotate-90 {
    --tw-rotate: 90deg
}

@-webkit-keyframes spin {
    to {
        transform: rotate(1turn)
    }
}

@keyframes spin {
    to {
        transform: rotate(1turn)
    }
}

@-webkit-keyframes ping {

    75%,
    to {
        transform: scale(2);
        opacity: 0
    }
}

@keyframes ping {

    75%,
    to {
        transform: scale(2);
        opacity: 0
    }
}

@-webkit-keyframes pulse {
    50% {
        opacity: .5
    }
}

@keyframes pulse {
    50% {
        opacity: .5
    }
}

@-webkit-keyframes bounce {

    0%,
    to {
        transform: translateY(-25%);
        -webkit-animation-timing-function: cubic-bezier(.8, 0, 1, 1);
        animation-timing-function: cubic-bezier(.8, 0, 1, 1)
    }

    50% {
        transform: none;
        -webkit-animation-timing-function: cubic-bezier(0, 0, .2, 1);
        animation-timing-function: cubic-bezier(0, 0, .2, 1)
    }
}

@keyframes bounce {

    0%,
    to {
        transform: translateY(-25%);
        -webkit-animation-timing-function: cubic-bezier(.8, 0, 1, 1);
        animation-timing-function: cubic-bezier(.8, 0, 1, 1)
    }

    50% {
        transform: none;
        -webkit-animation-timing-function: cubic-bezier(0, 0, .2, 1);
        animation-timing-function: cubic-bezier(0, 0, .2, 1)
    }
}

.list-none {
    list-style-type: none
}

.grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr))
}

.flex-row {
    flex-direction: row
}

.flex-col {
    flex-direction: column
}

.flex-wrap {
    flex-wrap: wrap
}

.items-start {
    align-items: flex-start
}

.items-center {
    align-items: center
}

.justify-start {
    justify-content: flex-start
}

.justify-center {
    justify-content: center
}

.justify-between {
    justify-content: space-between
}

.space-x-1>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem*var(--tw-space-x-reverse));
    margin-left: calc(0.25rem*(1 - var(--tw-space-x-reverse)))
}

.space-x-4>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem*var(--tw-space-x-reverse));
    margin-left: calc(1rem*(1 - var(--tw-space-x-reverse)))
}

.space-x-16>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(4rem*var(--tw-space-x-reverse));
    margin-left: calc(4rem*(1 - var(--tw-space-x-reverse)))
}

.overflow-hidden {
    overflow: hidden
}

.overflow-y-auto {
    overflow-y: auto
}

.overflow-x-hidden {
    overflow-x: hidden
}

.overflow-y-scroll {
    overflow-y: scroll
}

.truncate {
    overflow: hidden;
    white-space: nowrap
}

.overflow-ellipsis,
.truncate {
    text-overflow: ellipsis
}

.whitespace-nowrap {
    white-space: nowrap
}

.rounded-sm {
    border-radius: .125rem
}

.rounded {
    border-radius: .25rem
}

.rounded-md {
    border-radius: .375rem
}

.rounded-lg {
    border-radius: .5rem
}

.rounded-3xl {
    border-radius: 1.5rem
}

.rounded-t {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.rounded-b {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.border-0 {
    border-width: 0
}

.border {
    border-width: 1px
}

.border-b {
    border-bottom-width: 1px
}

.border-dashed {
    border-style: dashed
}

.border-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity))
}

.border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity))
}

.border-gray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity))
}

.bg-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity))
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
}

.bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity))
}

.bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity))
}

.bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity))
}

.bg-gray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity))
}

.p-0 {
    padding: 0
}

.p-1 {
    padding: .25rem
}

.p-2 {
    padding: .5rem
}

.p-4 {
    padding: 1rem
}

.p-5 {
    padding: 1.25rem
}

.p-6 {
    padding: 1.5rem
}

.px-1 {
    padding-left: .25rem;
    padding-right: .25rem
}

.px-2 {
    padding-left: .5rem;
    padding-right: .5rem
}

.px-3 {
    padding-left: .75rem;
    padding-right: .75rem
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem
}

.py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem
}

.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.pt-1 {
    padding-top: .25rem
}

.pt-4 {
    padding-top: 1rem
}

.pr-1 {
    padding-right: .25rem
}

.pb-1 {
    padding-bottom: .25rem
}

.pl-1 {
    padding-left: .25rem
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-xs {
    font-size: .75rem;
    line-height: 1rem
}

.text-sm {
    font-size: .875rem;
    line-height: 1.25rem
}

.text-base {
    font-size: 1rem;
    line-height: 1.5rem
}

.text-lg {
    font-size: 1.125rem
}

.text-lg,
.text-xl {
    line-height: 1.75rem
}

.text-xl {
    font-size: 1.25rem
}

.font-normal {
    font-weight: 400
}

.font-medium {
    font-weight: 500
}

.font-semibold {
    font-weight: 600
}

.font-bold {
    font-weight: 700
}

.uppercase {
    text-transform: uppercase
}

.capitalize {
    text-transform: capitalize
}

.leading-3 {
    line-height: .75rem
}

.leading-4 {
    line-height: 1rem
}

.leading-5 {
    line-height: 1.25rem
}

.leading-10 {
    line-height: 2.5rem
}

.leading-tight {
    line-height: 1.25
}

.leading-snug {
    line-height: 1.375
}

.leading-normal {
    line-height: 1.5
}

.text-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity))
}

.text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
}

.text-gray-400 {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity))
}

.text-gray-500 {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity))
}

.text-yellow-600 {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity))
}

.text-green-400 {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity))
}

.text-green-700 {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity))
}

.line-through {
    text-decoration: line-through
}

.hover\:opacity-75:hover {
    opacity: .75
}

*,
:after,
:before {
    --tw-shadow: 0 0 transparent
}

.shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05)
}

.shadow,
.shadow-sm {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
}

.shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06)
}

.shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)
}

.shadow-lg,
.shadow-md {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
}

.shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)
}

.focus\:outline-none:focus,
.outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px
}

*,
:after,
:before {
    --tw-ring-inset: var(--tw-empty,
            /*!*/
            /*!*/
        );
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59, 130, 246, 0.5);
    --tw-ring-offset-shadow: 0 0 transparent;
    --tw-ring-shadow: 0 0 transparent
}

.focus\:ring-2:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent)
}

.focus\:ring-blue-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity))
}

.filter {
    --tw-blur: var(--tw-empty,
            /*!*/
            /*!*/
        );
    --tw-brightness: var(--tw-empty,
            /*!*/
            /*!*/
        );
    --tw-contrast: var(--tw-empty,
            /*!*/
            /*!*/
        );
    --tw-grayscale: var(--tw-empty,
            /*!*/
            /*!*/
        );
    --tw-hue-rotate: var(--tw-empty,
            /*!*/
            /*!*/
        );
    --tw-invert: var(--tw-empty,
            /*!*/
            /*!*/
        );
    --tw-saturate: var(--tw-empty,
            /*!*/
            /*!*/
        );
    --tw-sepia: var(--tw-empty,
            /*!*/
            /*!*/
        );
    --tw-drop-shadow: var(--tw-empty,
            /*!*/
            /*!*/
        );
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

@media (min-width:640px) {
    .sm\:flex {
        display: flex
    }

    .sm\:px-5 {
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }

    .sm\:py-2 {
        padding-top: .5rem;
        padding-bottom: .5rem
    }

    .sm\:text-sm {
        font-size: .875rem;
        line-height: 1.25rem
    }
}

@media (min-width:768px) {
    .md\:flex {
        display: flex
    }

    .md\:flex-row {
        flex-direction: row
    }

    .md\:items-center {
        align-items: center
    }

    .md\:px-12 {
        padding-left: 3rem;
        padding-right: 3rem
    }

    .md\:py-2 {
        padding-top: .5rem;
        padding-bottom: .5rem
    }

    .md\:text-sm {
        font-size: .875rem;
        line-height: 1.25rem
    }
}

@media (min-width:1024px) {
    .lg\:static {
        position: static
    }

    .lg\:block {
        display: block
    }

    .lg\:flex {
        display: flex
    }

    .lg\:h-32 {
        height: 8rem
    }

    .lg\:w-auto {
        width: auto
    }

    .lg\:flex-grow {
        flex-grow: 1
    }

    .lg\:flex-row {
        flex-direction: row
    }

    .lg\:justify-start {
        justify-content: flex-start
    }

    .lg\:rounded-r {
        border-top-right-radius: .25rem;
        border-bottom-right-radius: .25rem
    }

    .lg\:rounded-b-none {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

    .lg\:px-12 {
        padding-left: 3rem;
        padding-right: 3rem
    }

    .lg\:py-2 {
        padding-top: .5rem;
        padding-bottom: .5rem
    }

    .lg\:text-sm {
        font-size: .875rem;
        line-height: 1.25rem
    }
}



/* @charset "UTF-8"; */

@font-face {
    font-family: revicons;
    fallback: fallback;
    src: url(/_next/static/media/revicons.e8746a624ed098489406e6113d185258.woff) format("woff"), url(/_next/static/media/revicons.57fd05d4ae650374c8deeff7c4aae380.ttf) format("ttf"), url(/_next/static/media/revicons.a77de540a38981833f9e31bd4c365cc6.eot) format("ttf")
}

.react-multi-carousel-list {
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative
}

.react-multi-carousel-track {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    position: relative;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform, transition
}

.react-multiple-carousel__arrow {
    position: absolute;
    outline: 0;
    transition: all .5s;
    border-radius: 35px;
    z-index: 1000;
    border: 0;
    background: rgba(0, 0, 0, .5);
    min-width: 43px;
    min-height: 43px;
    opacity: 1;
    cursor: pointer
}

.react-multiple-carousel__arrow:hover {
    background: rgba(0, 0, 0, .8)
}

.react-multiple-carousel__arrow:before {
    font-size: 20px;
    color: #fff;
    display: block;
    font-family: revicons;
    text-align: center;
    z-index: 2;
    position: relative
}

.react-multiple-carousel__arrow:disabled {
    cursor: default;
    background: rgba(0, 0, 0, .5)
}

.react-multiple-carousel__arrow--left {
    left: calc(4% + 1px)
}

.react-multiple-carousel__arrow--left:before {
    content: "\e824"
}

.react-multiple-carousel__arrow--right {
    right: calc(4% + 1px)
}

.react-multiple-carousel__arrow--right:before {
    content: "\e825"
}

.react-multi-carousel-dot-list {
    position: absolute;
    bottom: 0;
    display: flex;
    left: 0;
    right: 0;
    justify-content: center;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.react-multi-carousel-dot button {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    opacity: 1;
    box-shadow: none;
    transition: background .5s;
    border: 2px solid grey;
    padding: 0;
    margin: 0 6px 0 0;
    outline: 0;
    cursor: pointer
}

.react-multi-carousel-dot--active button,
.react-multi-carousel-dot button:hover:active {
    background: #080808
}

.react-multi-carousel-item {
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

@media(-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .react-multi-carousel-item {
        flex-shrink: 0 !important
    }

    .react-multi-carousel-track {
        overflow: visible !important
    }
}

.slick_button__bar__1nDqh {
    text-align: center
}

.slick_button__bar__1nDqh li.slick-active {
    background: #ff5f2a !important
}

.slick_button__bar__1nDqh li {
    display: inline-block;
    font-size: 0;
    background: #c4c4c4;
    width: 5px;
    height: 5px;
    margin: 0 6px;
    border-radius: 10px
}

.slick_button__bar__1nDqh li button {
    display: none
}

.showcase-carousel_showcase_carousel__1Gwmp {
    position: relative;
    width: 100%;
    z-index: 1
}

.showcase-carousel_showcase_carousel__like__5rDrK {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
    height: 20px;
    width: 20px
}

.showcase-carousel_showcase_carousel__selected_image__1ZG_e {
    border: .2px solid #bebebe
}

.showcase-carousel_showcase_carousel__selected_image__1ZG_e img {
    position: relative;
    height: 100% !important;
    margin: 0 auto;
    padding: 10px 10px 10px 10px;
}

.showcase-carousel_showcase_carousel__selected_image__img__3cBit {
    background-size: contain;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: 50%
}

.showcase-carousel_showcase_carousel__selected_image__img__3cBit .showcase-carousel_hasMore__1ROwJ {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex
}

.showcase-carousel_showcase_carousel__selected_image__img__3cBit .showcase-carousel_hasMore__1ROwJ div {
    height: 10px;
    width: 10px;
    border-radius: 10px;
    background: grey;
    margin: 0 2px
}

.showcase-carousel_showcase_carousel__selected_image__img__3cBit .showcase-carousel_hasMore__1ROwJ div:first-child {
    width: 20px
}

@media(min-width:600px) {
    .showcase-carousel_showcase_carousel__selected_image__1ZG_e {
        min-height: 424px;
        width: 100%;
        height: 100%
    }
}

@media(max-width:600px) {
    .showcase-carousel_showcase_carousel__selected_image__1ZG_e {
        min-height: 400px;
        outline: none;
        border: none
    }
}

.showcase-carousel_showcase_carousel__selected_image__image__3TW3h {
    flex: 0 0 100%
}

.showcase-carousel_showcase_carousel__selected_image__perimeter__25XGB {
    max-width: 1024px;
    margin: 0 auto;
    display: flex;
    flex-direction: column
}

.showcase-carousel_showcase_carousel__action_wrapper__2G6Ip {
    margin: 0 -8px
}

.showcase-carousel_showcase_carousel__action_wrapper__2G6Ip::-webkit-scrollbar {
    width: 10px;
    height: 0
}

.showcase-carousel_showcase_carousel__action_wrapper__2G6Ip::-webkit-scrollbar-track {
    border-radius: 10px;
    height: 0
}

.showcase-carousel_showcase_carousel__action_wrapper__2G6Ip::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #6d6d6d;
    height: 0
}

.showcase-carousel_showcase_carousel__mini_image__1oZIj {
    margin: 16px auto 0;
    z-index: 2;
    text-align: center
}

.showcase-carousel_showcase_carousel__mini_image__item__1GxT4 {
    position: relative;
    height: 107px;
    width: 88px;
    background-repeat: no-repeat;
    background-position: 50%;
    border: .2px solid #bebebe;
    background-size: contain;
    transition: .3s
}

.showcase-carousel_showcase_carousel__mini_image__item__slick-track__3ixZt {
    width: 400px !important
}

.showcase-carousel_showcase_carousel__mini_image__item__1GxT4:hover {
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .1607843137254902)
}

.showcase-carousel_perimeter__3KvUh {
    max-width: 1024px;
    margin: 0 auto;
    display: flex;
    flex-direction: column
}

.showcase-carousel_js-image-zoom__zoomed-image__2RAjI {
    z-index: 9
}

.showcase-carousel_slick-track__34fy_ {
    width: 400px !important
}

.showcase-carousel_slick-arrow__3ziPe .showcase-carousel_slick-next__1Z06P {
    display: none
}

.showcase-carousel_slick-active__2F9ET,
.showcase-carousel_slick-current__2CYdl {
    box-shadow: 0 3px 5px rgba(0, 0, 0, .16);
    border: 1px solid #7a1212
}

.showcase-carousel_hovereffect__2dKOf .showcase-carousel_slick-active__2F9ET,
.showcase-carousel_slick-slide__BASu7.showcase-carousel_slick-center__WgDTt img {
    border: 1px solid #7a1212
}

.showcase-carousel_react-multiple-carousel__arrow__1WVBX {
    display: none
}

.showcase-carousel_imageShowcaseOverlay__3RdV8 {
    height: 100vh;
    width: 100vw;
    overflow-x: auto;
    background: #fff;
    display: grid;
    overflow-y: hidden;
    grid-template-columns: repeat(4, 100vw)
}

.showcase-carousel_imageShowcaseOverlay__img__35iQG {
    height: 100vh;
    width: 100vw;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    position: relative
}

.showcase-carousel_imageShowcaseOverlay__img__35iQG span {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%)
}

.showcase-carousel_popup_overlay__1wJNb {
    left: 0;
    top: 0;
    right: 0;
    transform: none
}

.showcase-carousel_close__3jiAg {
    position: fixed;
    top: 10px;
    left: 10px;
    border-radius: 50%;
    box-shadow: 0 0 5px 0 grey;
    padding: 5px;
    background: #fff
}

@media(max-width:1250px) {
    .showcase-carousel_showcase_carousel__1Gwmp {
        width: 400px;
        display: block;
        margin: auto;
        padding: 0
    }

    .showcase-carousel_slider_mobile_responsive__2duO0 {
        width: 100%;
        margin: 0 auto 15px;
        border: .2px solid #bebebe
    }
}

@media(max-width:736px) {
    .showcase-carousel_slider_mobile_responsive__2duO0 {
        margin: 0 auto 5px;
        border: none
    }
}

@media(max-width:484px) {
    .showcase-carousel_showcase_carousel__1Gwmp {
        width: 100%;
        padding-left: 0
    }

    .showcase-carousel_slider_mobile_responsive__2duO0 {
        border: none
    }
}

.terms-model_offer_model__1oFSS {
    background: #fff;
    min-width: 700px;
    min-height: 400px;
    overflow-y: scroll;
    display: block
}

@media(min-width:400px)and (max-width:600px) {
    .terms-model_offer_model__1oFSS {
        min-width: 400px;
        min-height: 400px
    }
}

@media(min-width:0px)and (max-width:400px) {
    .terms-model_offer_model__1oFSS {
        min-width: 305px;
        min-height: 400px
    }
}

.terms-model_offer_model__1oFSS h2 {
    background: #f5f5f5;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .1607843137254902);
    text-align: center;
    font-weight: 700;
    padding: 10px;
    color: #f60 !important;
    position: fixed;
    width: 100%
}

.terms-model_offer_model__1oFSS h2 span {
    color: #ff6c00 !important
}

.terms-model_offer_model__1oFSS div {
    margin: 50px 10px
}

.terms-model_offer_model__1oFSS div div {
    margin-left: 13px
}

.terms-model_offer_model__1oFSS div div li {
    padding-left: 0;
    list-style-type: disc
}

.terms-model_offer_model__1oFSS div br {
    display: none
}

.terms-model_offer_model__1oFSS h3 {
    font-weight: 700;
    padding: 10px 0;
    font-size: 14px
}

.terms-model_offer_model__1oFSS h3 span {
    font-size: 20px
}

.terms-model_offer_model__1oFSS li {
    padding-left: 2%;
    line-height: 2em !important
}

.terms-model_offer_model__tile__1LqjG {
    padding: 6px 10px;
    background: #f2f2f2
}

.terms-model_offer_model__tile--selected__1Io-0 {
    background: #ffdccb
}

.terms-model_offer_model__tab__3ZaQ4 {
    max-height: 300px;
    min-height: 300px;
    overflow-y: auto
}

.terms-model_offer_model__content__QSu41 {
    flex: 1
}

.adld-list-item_adldListItem__1zoRf .adld-list-item_title__13Quk {
    display: flex;
    align-items: baseline;
    padding-bottom: 10px;
    font-weight: 600
}

.adld-list-item_adldListItem__1zoRf .adld-list-item_checkbox__2ck7e {
    width: 60px
}

.adld-list-item_adldListItemContainer__3OI25 {
    max-width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    font-size: 12px
}

.adld-list-item_adldListItemContainer__3OI25 span input {
    vertical-align: middle
}

.adld-list-item_adldListItemContainer__3OI25 .adld-list-item_plan_name_adld__1RkIA {
    flex: 1
}

.adld-list-item_adldListItemContainer__3OI25 select {
    flex: 1;
    padding: 5px 10px;
    border-radius: 4px;
    background: #fff;
    cursor: pointer;
    box-shadow: 0 0 0 1px grey;
    margin-bottom: 14px
}

.adld-list-item_adldListItemContainer__3OI25 select:focus {
    box-shadow: 0 0 0 2px #72faf3
}

.adld-list-item_adldListItemContainer__3OI25 .adld-list-item_selected__5pGkb {
    display: flex;
    align-items: center
}

.adld-list-item_adldListItemContainer__3OI25 .adld-list-item_selected__5pGkb .adld-list-item_price__16OIJ {
    color: green;
    font-weight: 600
}

.adld-list-item_adldListItemContainer__3OI25 .adld-list-item_selected__5pGkb .adld-list-item_name__2FK5M {
    width: 72%
}

.adld-list-item_poorvika_mrp__JidXS {
    color: #1f8b15;
    font-size: 13px;
    font-weight: 600;
    margin-left: 8px
}

.adld-list-item_adldListItem_cursor__2OVzp {
    cursor: pointer
}

.divider_divider__1ATmF {
    border-bottom: 1px solid #ccc;
    height: 100%;
    padding: 5px
}

@media(max-width:900px) {
    .divider_divider__1ATmF {
        height: 2px;
        margin: 0 auto
    }
}

.share_share_icons_list__3XPvJ {
    position: absolute;
    width: 175px;
    z-index: 2;
    box-shadow: 0 0 10px rgba(0, 0, 0, .26);
    padding: 12px 8px;
    background: #fff;
    right: 0;
    left: -31px;
    top: 35px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.share_share_icons_list__3XPvJ :before {
    position: absolute;
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    top: -9px;
    margin: auto;
    left: 0;
    right: 0;
    border-color: transparent transparent #fff;
    border-style: solid;
    border-width: 0 13px 15px
}

@media(max-width:991px) {
    .share_share_icons_list__3XPvJ {
        left: 52px
    }
}

@media(max-width:768px) {
    .share_share_icons_list__3XPvJ {
        left: 17px
    }
}

@media(max-width:767px) {
    .share_share_icons_list__3XPvJ {
        flex-direction: column;
        left: 35%;
        width: 55px
    }

    .share_share_icons_list__3XPvJ img {
        margin-bottom: 10px
    }
}

.bought-togather_bought_grids__2CUe- {
    display: flex;
    width: 100%;
    margin-top: 20px
}

.bought-togather_bought_grids__2CUe- img {
    width: 43px;
    height: 43px;
    margin: 0 10px;
    border: .5px solid #efefef
}

.bought-togather_together_text__3Kh40 {
    color: #ff7a00;
    flex: 1
}

.bought-togather_frequently_right_grids__3PfMx {
    flex: 1
}

.bought-togather_frequently_right_grids__3PfMx .bought-togather_tooltip__1hfDc {
    display: flex;
    line-height: normal
}

.bought-togather_frequently_right_grids__3PfMx .bought-togather_tooltip__1hfDc a {
    flex: 1
}

.bought-togather_frequently_right_grids__3PfMx .bought-togather_tooltip__1hfDc small {
    font-weight: 300;
    color: #000;
    font-size: 12px
}

.bought-togather_frequently_right_grids__3PfMx .bought-togather_option_value__2IWGM {
    font-size: 12px;
    color: #707070
}

.bought-togather_buy_together__3FtGG {
    display: flex
}

.bought-togather_buy_together__3FtGG small {
    font-weight: 500;
    font-size: 12px
}

.bought-togather_name_text__yFNOK {
    font-size: 12px;
    color: #000;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 120px
}

@media(max-width:375px) {
    .bought-togather_name_text__yFNOK {
        width: 158px
    }
}

.bought-togather_checked_frequently__2L_tX .bought-togather_name_text__yFNOK {
    font-weight: 600 !important
}

.bought-togather_bought_grids__2CUe- .bought-togather_name_text__yFNOK {
    font-weight: 400
}

.bought-togather_checked_frequently__2L_tX .bought-togather_together_text__3Kh40 {
    font-weight: 600 !important;
    font-size: 11px !important
}

.bought-togather_bought_grids__2CUe- .bought-togather_together_text__3Kh40 {
    font-weight: 400;
    font-size: 12px
}

.bought-togather_checked_frequently__2L_tX .bought-togather_buy_together__3FtGG small {
    color: #ff7a00 !important
}

.bought-togather_bought_grids__2CUe- .bought-togather_buy_together__3FtGG small {
    color: #3b3b3b
}

.bought-togather_scroll_hide__Ad4hS {
    overflow-y: scroll
}

.bought-togather_scroll_hide__Ad4hS::-webkit-scrollbar {
    width: 5px
}

.bought-togather_scroll_hide__Ad4hS::-webkit-scrollbar-track {
    box-shadow: inset 0 0 0 rgba(0, 0, 0, .3)
}

.bought-togather_scroll_hide__Ad4hS::-webkit-scrollbar-thumb {
    background-color: #cbcbcb;
    border-radius: 5px
}

.bought-togather_frequently_buy_cursor__1PKnS:hover {
    cursor: pointer
}

.notify-btn_button_out_of_stock__cfMjR {
    background: #cc4600;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .1607843137254902);
    color: #fff;
    display: block;
    width: 100%;
    font-weight: 500;
    border-radius: 0;
    font-size: 16px;
    padding: 12px 0
}

.product-buy-option_product_overlap__3LwlO {
    position: relative;
    background: #f5f5f5;
    border: .5px solid #bebebe;
    margin: 10px 0 0;
    font-size: 14px;
    font-weight: 600;
    color: #3b3b3b;
    padding: 10px 24px
}

.product-buy-option_product_overlap__3LwlO .product-buy-option_view_summary__3H_0e {
    display: block;
    font-size: 11px;
    position: absolute;
    bottom: -2px;
    right: 11px;
    color: #1e95eb;
    font-weight: 400;
    cursor: pointer
}

.product-buy-option_share_fav__3hYSB {
    font-size: 12px;
    color: #707070;
    text-transform: capitalize;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .2);
    margin-top: 16px
}

.product-buy-option_share_fav__3hYSB svg {
    width: 12px;
    color: #707070
}

.product-buy-option_share_content__2-gBi {
    text-align: center;
    display: inline-block;
    width: 33%;
    vertical-align: middle;
    margin: 10px 0
}

.product-buy-option_share_content__2-gBi:nth-child(2) {
    border-left: 1px solid #707070;
    border-right: 1px solid #707070
}

.product-buy-option_back_color__1Kmgm {
    background: #fff8f8
}

.product-buy-option_view_summary__3H_0e {
    display: none
}

.product-buy-option_overlap_cart__scFU_ {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 67%;
    font-size: 12px;
    color: "#3B3B3B"
}

.product-buy-option_product_buy_option__29lUi {
    border: .5px solid #bebebe;
    padding: 16px 0;
    background: #fafafa
}

.product-buy-option_product_buy_option__29lUi h1 {
    font-size: 18px;
    font-weight: 500
}

.product-buy-option_radio__2xyHv {
    display: block;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 20px 14px;
    background: #e7e7e7;
    margin: 5px 0
}

.product-buy-option_radio__2xyHv .product-buy-option_input__2dSwj {
    padding-right: 10px
}

.product-buy-option_radio__2xyHv .product-buy-option_text__1H1eh {
    flex: 1;
    padding-left: 10px
}

.product-buy-option_protect_text__17bTX small {
    color: #1f8b15
}

.product-buy-option_button_text__3iLHp {
    margin: 0 auto;
    width: 100%
}

.product-buy-option_summary_text__3gevV {
    opacity: 1;
    border-radius: 3px;
    padding: 20px;
    width: 100%;
    background: #fff;
    position: absolute;
    right: 0;
    bottom: 42px;
    border: .5px solid #bebebe;
    margin: auto;
    z-index: 1;
    height: auto;
    overflow-y: scroll
}

@media(max-width:768px) {
    .product-buy-option_product_buy_option__29lUi {
        padding: 11px 0
    }

    .product-buy-option_product_button_fixed__1Zq4Q {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 9
    }

    .product-buy-option_button_flex__18Zfe {
        display: flex
    }
}

.product-buy-option_productActionBtn__2kC9h {
    z-index: 5;
    background: #fff
}

@media(max-width:1250px) {
    .product-buy-option_productActionBtn__2kC9h {
        position: fixed;
        bottom: 0;
        left: 0;
        display: flex;
        flex-direction: row-reverse
    }
}

.product-buy-option_tooltip__a_oP1 {
    position: relative
}

.product-buy-option_tooltip__a_oP1 .product-buy-option_tooltiptext__1MsJu {
    visibility: hidden;
    width: auto;
    background-color: #f5f5f5;
    color: #5e5c5c;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    font-size: x-small;
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 2%;
    margin-left: -60px
}

.product-buy-option_tooltip__a_oP1:hover .product-buy-option_tooltiptext__1MsJu {
    visibility: visible
}

.product-buy-option_btn_gradient__pbv5s {
    background: linear-gradient(180deg, #ff7631 0, #ff4b23);
    font-size: 16px;
    font-weight: 500;
    padding: 12px
}

.product-buy-option_btn_gradient_green__BhUZq {
    background: linear-gradient(180deg, #00963e 0, #104114);
    font-size: 16px;
    font-weight: 500;
    padding: 12px
}

.product-buy-option_variant_store_green__21kIB {
    background: linear-gradient(90deg, #1e5799 0, #2ec949 0, #1fab38 50%, #158e29 100%, #158e29 0, #207cca 0)
}

.product-buy-option_button_out_of_stock__E39im {
    background: #cc4600;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .1607843137254902);
    color: #fff;
    display: block;
    width: 100%;
    font-weight: 500;
    border-radius: 0;
    font-size: 16px;
    padding: 12px 0
}

.product-buy-option_button_space__3AWI7 {
    margin-top: 10px
}

.product-buy-option_add_to_cart_new__2LOd6 {
    background: #f5f5f5;
    font-size: 14px;
    font-weight: 500;
    color: grey;
    padding: 14px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .1607843137254902);
    width: 100%
}

.product-buy-option_buy_icon_right__DPOHu {
    position: absolute;
    right: 25px;
    top: 16px;
    bottom: 0
}

@media(max-width:414px) {
    .product-buy-option_buy_icon_right__DPOHu {
        right: 35px;
        top: 14px
    }
}

@media(max-width:375px) {
    .product-buy-option_buy_icon_right__DPOHu {
        right: 12px
    }
}

@media(max-width:1250px) {
    .product-buy-option_button_space__3AWI7 {
        margin: 0
    }
}

.product-buy-option_product_left__36lBj h5 {
    font-weight: 500;
    font-size: 14px;
    color: #000;
    text-decoration: underline
}

.product-buy-option_bought_grids__3NuQ6 {
    display: flex;
    width: 100%;
    margin-top: 20px
}

.product-buy-option_bought_grids__3NuQ6 img {
    width: 43px;
    height: 43px;
    margin: 0 10px;
    border: .5px solid #efefef
}

.product-buy-option_frequently_right_grids__1z7cr {
    flex: 1
}

.product-buy-option_frequently_right_grids__1z7cr .product-buy-option_tooltip__a_oP1 {
    display: flex;
    line-height: normal
}

.product-buy-option_frequently_right_grids__1z7cr .product-buy-option_tooltip__a_oP1 a {
    flex: 1
}

.product-buy-option_frequently_right_grids__1z7cr .product-buy-option_tooltip__a_oP1 small {
    font-weight: 300;
    color: #000;
    font-size: 12px
}

.product-buy-option_frequently_right_grids__1z7cr .product-buy-option_option_value__1MdvM {
    font-size: 12px;
    color: #707070
}

.product-buy-option_buy_together__GHiY3 {
    display: flex
}

.product-buy-option_buy_together__GHiY3 small {
    font-weight: 500;
    font-size: 12px;
    color: #3b3b3b
}

.product-buy-option_padding_right__1f75A {
    padding: 10px
}

@media(max-width:1250px) {
    .product-buy-option_buy_zindex__2dpH6 {
        z-index: 3
    }
}

.product-buy-option_notify_me_model__1EYAQ {
    padding: 30px;
    position: relative
}

.product-buy-option_notify_me_model__1EYAQ label input {
    display: none
}

.product-buy-option_notify_me_model__1EYAQ label i {
    height: 17px;
    width: 17px;
    border: 1.5px solid #eb6441;
    display: inline-block;
    position: relative;
    border-radius: 5px;
    margin-top: 3px
}

.product-buy-option_notify_me_model__1EYAQ [type=checkbox]:checked+i {
    background: #eb6441
}

.product-buy-option_notify_me_model__1EYAQ [type=checkbox]:checked+i:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: inline-block;
    transform: rotate(45deg);
    height: 12px;
    width: 6px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff
}

@media(max-width:375px) {
    .product-buy-option_notify_me_model__1EYAQ {
        padding: 25px 18px 18px
    }
}

.product-buy-option_notify_me_model__1EYAQ h2 {
    color: #373737;
    text-align: center;
    font-weight: 500;
    font-size: 18px
}

.product-buy-option_notify_me_model__1EYAQ h6 {
    color: #939393;
    text-align: center;
    border-bottom: 1px solid #ccc;
    font-size: 12px;
    padding: 2px 0 10px;
    margin-bottom: 22px
}

.product-buy-option_notify_me_model__1EYAQ p {
    color: #373737;
    font-weight: 500;
    font-size: 16px;
    margin: 4px 0 10px
}

.product-buy-option_close_notify__H8eVW {
    top: 16px;
    background: #ededed;
    border-radius: 5px;
    padding: 3px
}

.product-buy-option_notify_me_model_class__3V2tO {
    border-radius: 15px;
    width: 370px
}

@media(max-width:640px) {
    .product-buy-option_notify_me_model_class__3V2tO {
        width: 400px
    }
}

@media(max-width:475px) {
    .product-buy-option_notify_me_model_class__3V2tO {
        width: 375px
    }
}

@media(max-width:414px) {
    .product-buy-option_notify_me_model_class__3V2tO {
        width: 90%;
        margin: 0 auto
    }
}

.product-buy-option_chat_bubble__33QZm {
    background: #fff0d1;
    color: #ffa933
}

.product-buy-option_chat_bubble__33QZm,
.product-buy-option_email_bubble__3z0V_,
.product-buy-option_whats_bubble__14cVd {
    font-size: 11px;
    font-weight: 500;
    padding: 2px 8px;
    border-radius: 7px;
    margin-left: 5px
}

.product-buy-option_chat_bubble__33QZm svg,
.product-buy-option_email_bubble__3z0V_ svg,
.product-buy-option_whats_bubble__14cVd svg {
    display: inline-block
}

.product-buy-option_chat_bubble__33QZm span,
.product-buy-option_email_bubble__3z0V_ span,
.product-buy-option_whats_bubble__14cVd span {
    margin-left: 5px
}

.product-buy-option_email_bubble__3z0V_ {
    background: #dbf1fe;
    color: #1377c4
}

.product-buy-option_whats_bubble__14cVd {
    background: #d7ffc4;
    color: #30b400
}

.product-buy-option_privacy_terms__2--rZ {
    text-align: center;
    color: #db6c4c;
    font-size: 12px;
    margin-top: 10px
}

.product-buy-option_notify_btn_submit__1ORvJ {
    background: #eb6441;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    padding: 6px 41px;
    margin-top: 18px;
    letter-spacing: 1px
}

.product-buy-option_form_style__eQSq5 input {
    background: #ededed;
    padding: 7px 10px;
    border-radius: 6px;
    font-size: 13px;
    width: 100%;
    outline: none;
    height: inherit
}

.product-buy-option_form_style__eQSq5 label {
    display: none
}

.product-buy-option_error_notify_msg__ewepH {
    color: #db6c4c !important;
    font-size: 12px !important;
    margin-bottom: 0 !important
}

.product-buy-option_disabled_notify__2tX0_ {
    opacity: .7;
    cursor: not-allowed;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.horizontal-scroll-wrapper_plain__2afny,
.horizontal-scroll-wrapper_scroller--overflow__2BzKx,
.horizontal-scroll-wrapper_scroller--solo__2Aja4 {
    border-radius: 5px;
    box-shadow: 2px 2px 4px 0 grey;
    background: #fff1e5;
    position: relative;
    box-sizing: border-box;
    padding: 10px 40px;
    margin: 0 auto
}

@media(max-width:600px) {

    .horizontal-scroll-wrapper_plain__2afny,
    .horizontal-scroll-wrapper_scroller--overflow__2BzKx,
    .horizontal-scroll-wrapper_scroller--solo__2Aja4 {
        padding: 10px
    }
}

.horizontal-scroll-wrapper_plain__2afny .horizontal-scroll-wrapper_solo_btn__Ko35l,
.horizontal-scroll-wrapper_scroller--overflow__2BzKx .horizontal-scroll-wrapper_solo_btn__Ko35l,
.horizontal-scroll-wrapper_scroller--solo__2Aja4 .horizontal-scroll-wrapper_solo_btn__Ko35l {
    position: absolute;
    z-index: 1;
    background: hsla(0, 0%, 100%, .596);
    padding: 5px;
    top: 50%;
    transform: translateY(-50%);
    height: 90%
}

.horizontal-scroll-wrapper_plain__2afny .horizontal-scroll-wrapper_solo_btn--left__2LuXs,
.horizontal-scroll-wrapper_scroller--overflow__2BzKx .horizontal-scroll-wrapper_solo_btn--left__2LuXs,
.horizontal-scroll-wrapper_scroller--solo__2Aja4 .horizontal-scroll-wrapper_solo_btn--left__2LuXs {
    left: 0
}

.horizontal-scroll-wrapper_plain__2afny .horizontal-scroll-wrapper_solo_btn--right__zYaoR,
.horizontal-scroll-wrapper_scroller--overflow__2BzKx .horizontal-scroll-wrapper_solo_btn--right__zYaoR,
.horizontal-scroll-wrapper_scroller--solo__2Aja4 .horizontal-scroll-wrapper_solo_btn--right__zYaoR {
    right: 0
}

@media(max-width:600px) {
    .horizontal-scroll-wrapper_products__1d_We {
        padding: 40px 0
    }
}

.horizontal-scroll-wrapper_scroller__3Hj6E {
    max-width: 100%;
    width: 100%;
    padding: 0 5px
}

@media(max-width:600px) {
    .horizontal-scroll-wrapper_scroller__3Hj6E {
        padding: 0
    }
}

.horizontal-scroll-wrapper_scroller--overflow__2BzKx {
    background: #fff;
    padding: 0;
    box-shadow: none
}

.horizontal-scroll-wrapper_scroller__action__LbJ6X {
    display: flex;
    align-items: center
}

.horizontal-scroll-wrapper_scroller__3Hj6E .horizontal-scroll-wrapper_title__iIrUG {
    font-size: 20px;
    font-weight: 600;
    color: #000
}

@media(max-width:600px) {
    .horizontal-scroll-wrapper_scroller__3Hj6E .horizontal-scroll-wrapper_title__iIrUG {
        font-size: 14px
    }
}

.horizontal-scroll-wrapper_scroller__wrapper__1BBM4 {
    display: grid;
    grid-gap: 1rem;
    overflow: auto;
    overflow-x: scroll;
    width: 100%;
    position: relative;
    scrollbar-width: none;
    font-size: 0
}

.horizontal-scroll-wrapper_scroller__wrapper__1BBM4::-webkit-scrollbar {
    width: 10px;
    height: 0
}

.horizontal-scroll-wrapper_scroller__wrapper__1BBM4::-webkit-scrollbar-track {
    background-color: #ebebeb;
    border-radius: 10px;
    height: 0
}

.horizontal-scroll-wrapper_scroller__wrapper__1BBM4::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #6d6d6d;
    height: 0
}

.horizontal-scroll-wrapper_scroller__wrapper__1BBM4 ::-moz-scrollbar {
    width: 0;
    height: 0;
    -moz-appearance: none !important;
    scrollbar-width: none;
    scrollbar-color: #fff
}

.horizontal-scroll-wrapper_scroller__wrapper__1BBM4 ::-moz-scrollbar-track {
    -moz-box-shadow: inset 0 0 0 rgba(252, 250, 250, .3);
    -moz-appearance: none !important;
    scrollbar-width: none;
    scrollbar-color: #fff
}

.horizontal-scroll-wrapper_scroller__wrapper__1BBM4 ::-moz-scrollbar-thumb {
    background: #fff;
    outline: 1px solid #fafbfc;
    -moz-appearance: none !important;
    scrollbar-width: none;
    scrollbar-color: #fff
}

.horizontal-scroll-wrapper_scroller__wrapper__1BBM4 ::-webkit-scrollbar {
    width: 0;
    height: 0
}

.horizontal-scroll-wrapper_scroller__wrapper__1BBM4 ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0 rgba(252, 250, 250, .3)
}

.horizontal-scroll-wrapper_scroller__wrapper__1BBM4 ::-webkit-scrollbar-thumb {
    background: #fff;
    outline: 1px solid #fafbfc
}

.horizontal-scroll-wrapper_scroller__head__FDnXu {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 10px;
    background: #f5f5f5 0 0 no-repeat padding-box;
    margin-bottom: 15px
}

@media(max-width:600px) {
    .horizontal-scroll-wrapper_scroller__head__FDnXu {
        padding: 10px
    }
}

.horizontal-scroll-wrapper_scroller__head__FDnXu .horizontal-scroll-wrapper_spacer__89beZ {
    flex: 1
}

@media(max-width:600px) {
    .horizontal-scroll-wrapper_scroller__3Hj6E button {
        display: inline-block
    }
}

.horizontal-scroll-wrapper_scroller__3Hj6E button:hover {
    background: #eee
}

.horizontal-scroll-wrapper_scroller__3Hj6E button:active {
    background: #fff
}

.horizontal-scroll-wrapper_scroller__3Hj6E button svg {
    height: 16px
}

.horizontal-scroll-wrapper_scroller__3Hj6E .horizontal-scroll-wrapper_btn_left__3WCzU {
    padding: 8px 6px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 6px;
    font-size: 12px
}

.horizontal-scroll-wrapper_scroller__3Hj6E .horizontal-scroll-wrapper_btn_right__1ITNO {
    margin-left: 10px;
    padding: 8px 6px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 6px;
    font-size: 12px
}

.horizontal-scroll-wrapper_scroller__3Hj6E .horizontal-scroll-wrapper_show_all__1L5jT {
    font-size: 14px;
    text-transform: capitalize;
    position: relative;
    display: inline-block;
    padding-right: 18px;
    color: #707070
}

.horizontal-scroll-wrapper_scroller_pad__3wejA {
    padding: 0 28px !important
}

@media(max-width:600px) {
    .horizontal-scroll-wrapper_scroller_pad__3wejA {
        padding: 0 28px !important
    }
}

.horizontal-scroll-wrapper_overflow_btn_right__3IAJW {
    position: absolute;
    top: 0;
    border: none;
    bottom: 0;
    background: #fff;
    right: 0;
    display: block;
    margin: 0
}

.horizontal-scroll-wrapper_overflow_btn_right__3IAJW:hover {
    background: 0 0 !important
}

.horizontal-scroll-wrapper_overflow_btn_left__3Ul5_ {
    position: absolute;
    top: 0;
    border: none;
    bottom: 0;
    background: #fff;
    left: 0;
    display: block;
    margin: 0
}

.horizontal-scroll-wrapper_overflow_btn_left__3Ul5_:hover {
    background: 0 0 !important
}

.accordion_accordion__7KkXQ {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    border-radius: 4px;
    border: 2px solid #cecece !important
}

.accordion_accordion__header__15GvP {
    background: #fff;
    padding: 15px;
    font-size: 15px;
    cursor: pointer;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid hsla(0, 0%, 50.2%, .493)
}

.accordion_accordion__header--active__1g4rA {
    background: #efefef
}

.accordion_accordion__content__1itzx {
    background: #fff;
    padding-left: 25px;
    transition: .3s
}

.accordion_accordion__content__1itzx li {
    list-style: default
}

.tabs_tabs__header__1o6XP {
    width: 100%
}

.tabs_tabs__header__horizontal__3R-Pj {
    display: block;
    overflow-y: hidden
}

.tabs_tabs__header__vertical___uv3l {
    display: flex
}

.tabs_display_button__FVq6g {
    display: none
}

.tabs_flexy_grids__2T28S {
    padding: 8px
}

.tabs_tabs__header--default__2hn3L .tabs_flexy_grids__2T28S {
    background: #3b3b3b;
    color: #fff;
    border-right: 1px solid #8c8c8c;
    padding: 10px 36px
}

@media(max-width:736px) {
    .tabs_tabs__header--default__2hn3L .tabs_flexy_grids__2T28S {
        padding: 10px
    }
}

.tabs_tabs__header__vertical___uv3l .tabs_tabs__header__horizontal__flex__7cBFl {
    width: 25%
}

.tabs_tabs__header__vertical___uv3l .tabs_tabs__content__1xprf {
    width: 75%
}

.tabs_tabs__header--default__2hn3L .tabs_tabs__header__item--active__IA8ds {
    background: #ff6c00;
    color: #fff
}

.tabs_tabs__header--lean__item--active__1phX0 {
    border-bottom: 2px solid #ff6c00
}

.tabs_tabs__header--list__1LSCD .tabs_flexy_grids__2T28S {
    background: #f5f5f5;
    border-top: 1px solid #fff
}

.tabs_tabs__header--list__item--active___a3fh {
    background: #ffdccb !important
}

.tabs_tabs__header__vertical___uv3l .tabs_flexy_grids__2T28S {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.tabs_tabs__header__vertical___uv3l .tabs_angle_right__ff5yb {
    display: block
}

@media(max-width:500px) {
    .tabs_tabs__header__horizontal__3R-Pj .tabs_tabs__header__horizontal__flex__7cBFl {
        display: block
    }
}

@media(max-width:768px) {
    .tabs_tabs__header__vertical___uv3l .tabs_tabs__header__horizontal__flex__7cBFl {
        width: 100%
    }

    .tabs_tabs__header__horizontal__3R-Pj .tabs_tabs__header__horizontal__flex__7cBFl {
        display: block
    }

    .tabs_tabs__header__vertical___uv3l .tabs_tabs__content__1xprf {
        width: 100%
    }

    .tabs_tabs__header__vertical___uv3l .tabs_showDiv__1TBkJ {
        display: block;
        height: 170px;
        position: absolute;
        top: 41px;
        background: #f1f1f1;
        color: #000;
        left: 0;
        right: 0
    }

    .tabs_tabs__header__vertical___uv3l {
        display: block;
        position: relative
    }

    .tabs_tabs__header__vertical___uv3l .tabs_hideDiv__28Ekl {
        display: none
    }

    .tabs_display_button__FVq6g {
        display: block
    }

    .tabs_tabs__header__vertical___uv3l .tabs_angle_right__ff5yb {
        display: none
    }
}

@media(max-width:700px) {
    .tabs_tab_width__25I6x {
        width: 100%
    }
}

@media(max-width:484px) {
    .tabs_tab_width__25I6x {
        display: block;
        white-space: nowrap;
        overflow-x: scroll
    }
}

.tabs_tab_width__25I6x .tabs_flexy_grids__2T28S {
    display: inline-block
}

.table_table_head__2CaLy {
    text-transform: capitalize;
    font-size: 13px;
    padding: 10px 4px;
    border: 1px solid #ccc;
    background: #fedccb;
    font-weight: 500;
    color: #202020;
    text-align: center;
    white-space: nowrap
}

@media(max-width:736px) {
    .table_table_head__2CaLy {
        white-space: inherit
    }
}

.table_product_color__2fGLD {
    color: green;
    margin-left: 5px
}

.table_table_td__2lZZy {
    text-transform: capitalize;
    font-size: 13px;
    padding: 10px 4px;
    border: 1px solid #ccc;
    text-align: center;
    font-weight: 500;
    color: #202020;
    white-space: nowrap
}

.table_tableName__3sTmQ {
    color: #ff6c00
}

.table_offer_border__3P265 {
    border-top: 1px solid #ccc
}

@media(max-width:414px) {
    .table_table_mobile_border__1k3eM {
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
        padding: 0 10px
    }
}

.offer-model_offer_model__1njUa {
    background: #fff;
    min-width: 700px;
    min-height: 400px;
    overflow-y: scroll;
    display: block;
    font-size: 13px;
    line-height: 2em
}

@media(min-width:400px)and (max-width:600px) {
    .offer-model_offer_model__1njUa {
        min-width: inherit;
        min-height: 400px;
        width: 100%
    }
}

@media(min-width:0px)and (max-width:400px) {
    .offer-model_offer_model__1njUa {
        min-width: inherit;
        width: 100%;
        min-height: 400px
    }
}

.offer-model_offer_model__1njUa h2 {
    background: #f5f5f5;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .1607843137254902);
    text-align: center;
    font-weight: 700;
    padding: 10px;
    color: #f60 !important;
    width: 100%;
    top: -44px;
    font-size: 14px;
    position: fixed
}

.offer-model_offer_model__1njUa h2 span {
    color: #ff6c00 !important
}

.offer-model_offer_model__1njUa div {
    margin: 10px
}

.offer-model_offer_model__1njUa div div {
    margin-left: 13px
}

.offer-model_offer_model__1njUa div div li {
    padding-left: 0;
    list-style-type: disc
}

.offer-model_offer_model__1njUa div br {
    display: none
}

.offer-model_offer_model__1njUa h3 {
    font-weight: 700;
    padding: 10px 0;
    font-size: 14px
}

.offer-model_offer_model__1njUa h3 span {
    font-size: 20px
}

.offer-model_offer_model__1njUa li {
    list-style: none;
    line-height: 40px;
    padding-left: 2%
}

.offer-model_offer_model__tile__Z-TQE {
    padding: 6px 10px;
    background: #f2f2f2
}

.offer-model_offer_model__tile--selected__3-KJ4 {
    background: #ffdccb
}

.offer-model_offer_model__tab__14K8v {
    max-height: 300px;
    min-height: 300px;
    overflow-y: auto
}

.offer-model_offer_model__content__1tTdz {
    flex: 1
}

@media(max-width:736px) {
    .offer-model_terms_full_model__3KSe9 {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        transform: inherit
    }

    .offer-model_model_child_name__1srwZ {
        width: 100%
    }
}

.emimodel_model__2_pBO {
    right: 0;
    overflow: hidden;
    z-index: 10
}

.emimodel_model__2_pBO,
.emimodel_model__close__Ywea7 {
    position: fixed;
    width: 100vw;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .47843137254901963)
}

.emimodel_model__close__Ywea7 {
    height: 100vh;
    z-index: 100
}

.emimodel_model__child__2Gs2x {
    z-index: 101;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 85%
}

@media(max-width:768px) {
    .emimodel_model__child__2Gs2x {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        transform: inherit;
        width: 100%;
        overflow-y: scroll
    }
}

.emimodel_model__child__2Gs2x h2 {
    color: #f60 !important
}

@media(max-width:980px) {
    .emimodel_model__child__2Gs2x h2 {
        top: -18px;
        right: -18px;
        color: #fff !important
    }
}

.offer-card_offerCard__1FQT1 {
    cursor: pointer;
    width: 185px;
    height: 89px;
    border: 1px dashed #707070;
    padding: 5px;
    border-radius: 5px;
    margin-right: 15px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .16)
}

.offer-card_offerCard__1FQT1 span span {
    font-size: 12px !important;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block
}

.offer-card_offerCard__1FQT1 span div span {
    text-overflow: clip;
    overflow: initial;
    white-space: normal;
    display: block;
    margin-top: 3px
}

.offer-card_offerCard__1FQT1 p {
    font-size: 8px;
    color: #fb6c21
}

.offer-card_emi_tc__BZGIA {
    background: #fff6f2;
    color: #fb6c21;
    border-radius: 0;
    padding: 3px 6px;
    font-weight: 500
}

.offer-card_emi_pos_rel__3RHq1 {
    position: relative
}

.offer-card_emi_pos_abs__TrhYY {
    position: absolute;
    font-size: 12px;
    color: #3b3b3b;
    left: 75px;
    bottom: 0
}

.offer-card_view_offer_model__KSrZP {
    width: 500px
}

.offer-list-item_emi_tc_btn__2tkY5 {
    font-size: 8px;
    color: #fb6c21
}

.offer-list-item_emi_pos_rel__fNEVM {
    position: relative
}

.offer-list-item_emi_pos_abs__3_Dkl {
    position: absolute;
    font-size: 12px;
    color: #3b3b3b;
    left: 75px;
    bottom: 0;
    white-space: nowrap
}

.offer-list-item_emi_btn__1O6Ed {
    background: #fff6f2;
    color: #fb6c21;
    border-radius: 0;
    padding: 3px 6px;
    font-weight: 500;
    font-size: 8px
}

.offer-list-item_inner_emi__3rceK {
    z-index: 101;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 85%
}

@media(max-width:768px) {

    .offer-list-item_inner_emi__3rceK,
    .offer-list-item_offer_list_model_class__YhJ0V {
        top: 0;
        left: 0;
        bottom: 0;
        transform: inherit;
        overflow-y: scroll
    }

    .offer-list-item_inner_emi__3rceK {
        position: fixed;
        right: 0;
        width: 100%
    }
}

@media(max-width:736px) {
    .offer-list-item_inner_emi__3rceK {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        transform: inherit;
        width: 100%
    }
}

.offer-list_cashback_popup__31x8Y h2 {
    background: #f5f5f5;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    text-align: center;
    font-weight: 700;
    padding: 10px;
    color: #f60 !important;
    font-size: 14px
}

.offer-list_offer_list_model__2RUmx {
    background: #fff;
    min-width: 500px;
    height: 400px;
    overflow-y: scroll;
    display: block
}

@media(max-width:736px) {
    .offer-list_offer_list_model__2RUmx {
        height: 100vh
    }
}

@media(max-width:568px) {
    .offer-list_offer_list_model__2RUmx {
        min-width: 400px
    }
}

@media(max-width:414px) {
    .offer-list_offer_list_model__2RUmx {
        min-width: 300px
    }
}

.offers_offer_scroll__1BcBe {
    overflow-y: auto;
    scrollbar-color: #fff;
    display: flex;
    scrollbar-width: none;
    position: relative
}

.offers_available_carousel__2G-ma {
    padding: 0
}

@media(max-width:768px) {

    .offers_cashback_model__2LbYu,
    .offers_offer_model_class__2OXtN {
        top: 0;
        left: 0;
        transform: inherit;
        right: 0;
        bottom: 0
    }

    .offers_cashback_model__2LbYu {
        width: 100%
    }
}

.bread-crub_bread_crub__U7DkD {
    display: flex;
    align-items: center;
    padding: 10px 0;
    flex-wrap: wrap;
    font-size: 13px;
    line-height: 16px;
    white-space: nowrap;
    width: 100%;
    display: block;
    overflow-x: scroll;
    line-height: 13px
}

.bread-crub_bread_crub__U7DkD::-webkit-scrollbar {
    width: 10px;
    height: 0
}

.bread-crub_bread_crub__U7DkD::-webkit-scrollbar-track {
    background-color: #ebebeb;
    border-radius: 10px;
    height: 0
}

.bread-crub_bread_crub__U7DkD::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #6d6d6d;
    height: 0
}

.bread-crub_bread_crub__U7DkD ::-moz-scrollbar {
    width: 0;
    height: 0;
    -moz-appearance: none !important;
    scrollbar-width: none;
    scrollbar-color: #fff
}

.bread-crub_bread_crub__U7DkD ::-moz-scrollbar-track {
    -moz-box-shadow: inset 0 0 0 rgba(252, 250, 250, .3);
    -moz-appearance: none !important;
    scrollbar-width: none;
    scrollbar-color: #fff
}

.bread-crub_bread_crub__U7DkD ::-moz-scrollbar-thumb {
    background: #fff;
    outline: 1px solid #fafbfc;
    -moz-appearance: none !important;
    scrollbar-width: none;
    scrollbar-color: #fff
}

.bread-crub_bread_crub__U7DkD ::-webkit-scrollbar {
    width: 0;
    height: 0
}

.bread-crub_bread_crub__U7DkD ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0 rgba(252, 250, 250, .3)
}

.bread-crub_bread_crub__U7DkD ::-webkit-scrollbar-thumb {
    background: #fff;
    outline: 1px solid #fafbfc
}

.bread-crub_bread_crub__link__3HoXa {
    color: #a2a2a2;
    font-size: 12px;
    text-transform: capitalize
}

.bread-crub_bread_crub__link__3HoXa i {
    display: inline-block;
    position: relative;
    padding: 0 5px;
    vertical-align: top
}

.bread-crub_bread_crub__link__3HoXa i svg {
    width: 12px;
    height: 12px
}

.bread-crub_bread_crub__link__active__19BSI {
    color: #fb6c21
}

@media(max-width:500px) {
    .bread-crub_bread_crub__link__3HoXa :last-child {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }
}

.bread-crub_bread_crub__U7DkD .bread-crub_bread_length__2dSjT {
    display: inline-block;
    overflow: hidden;
    max-width: 100%;
    position: relative
}

.replace-gst-warranty_replace_gst_warranty__1FmQ5 {
    background: #fff;
    max-width: 500px;
    height: 400px;
    overflow-y: scroll;
    display: block
}

@media(max-width:568px) {
    .replace-gst-warranty_replace_gst_warranty__1FmQ5 {
        max-width: inherit;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        transform: translate(0)
    }
}

.replace-gst-warranty_policy_head__29uL0 {
    background: #f5f5f5;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    text-align: center;
    font-weight: 700;
    padding: 10px;
    color: #f60 !important;
    font-size: 14px;
    position: relative
}

.replace-gst-warranty_know_more__23cP- {
    font-weight: 700;
    padding: 17px 15px;
    color: #f60 !important;
    font-size: 14px;
    border-top: 1px solid #ccc;
    text-align: right
}

@media(max-width:568px) {
    .replace-gst-warranty_know_more__23cP- {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background: #fff
    }
}

.replace-gst-warranty_return_carousel__236bQ {
    padding: 0;
    grid-gap: .5rem !important
}

.replace-gst-warranty_return_carousel__236bQ button:hover {
    background: 0 0
}

@media(max-width:568px) {
    .replace-gst-warranty_return_carousel__236bQ {
        grid-template-columns: repeat(6, 150px) !important
    }
}

.replace-gst-warranty_offer_scroll__1AwiL {
    overflow-y: auto;
    scrollbar-color: #fff;
    display: flex;
    scrollbar-width: none;
    position: relative
}

@media(max-width:568px) {
    .replace-gst-warranty_scroll_height__99jnG {
        padding-bottom: 113px;
        height: 100vh
    }

    .replace-gst-warranty_tc_height__IBy9Y {
        height: 90vh !important
    }
}

.center-content_bread_product__1TApv {
    padding: 0 0 9px
}

.center-content_center_content__DqvKA .center-content_product_name__UmIST {
    font-size: 20px;
    color: #000;
    font-weight: 500;
    line-height: normal
}

.center-content_center_content__DqvKA .center-content_price_stock__2wyi8 b {
    font-size: 15px
}

.center-content_item_code__3s1nf {
    font-size: 12px;
    color: #707070
}

.center-content_price_special__3kgSV b {
    font-size: 18px;
    font-weight: 800;
    padding-right: 15px;
    color: #fb6c21;
    vertical-align: middle
}

.center-content_price_special__3kgSV s {
    font-size: 12px;
    padding-right: 15px;
    color: #000;
    vertical-align: middle
}

.center-content_price_special__3kgSV span {
    padding: 2px 4px;
    color: #fff;
    background: #279e3b;
    border-radius: 2px;
    font-size: 12px;
    font-weight: 600;
    vertical-align: middle;
    line-height: normal
}

.center-content_pre_order_amt__3hZ7q {
    margin: 10px 0 0;
    text-align: center;
    background: linear-gradient(90deg, #2ec949 0, #1fab38 50%, #158e29 100%, #158e29 0 100%);
    color: #fff;
    text-transform: capitalize;
    display: inline-block;
    padding: 1px 12px;
    font-size: 13px;
    line-height: 26px;
    font-weight: 500;
    letter-spacing: 1px;
    border-radius: 3px
}

.center-content_rating_reviews__3BmEi {
    margin: auto;
    cursor: pointer
}

.center-content_rating_reviews__3BmEi p {
    color: #1f8b15;
    font-size: 16px;
    font-weight: 500;
    line-height: normal
}

.center-content_rating_reviews__3BmEi span {
    color: #707070;
    font-size: 12px;
    margin-left: 10px
}

.center-content_color_options__1Fkq7 h4,
.center-content_storage_options__3-g0K h4 {
    font-weight: 500;
    color: #000;
    font-size: 14px;
    margin: 16px 0 6px
}

.center-content_color_options__1Fkq7 button {
    width: 48px;
    font-size: 12px;
    font-weight: 400;
    margin: 0 13px 0 0;
    white-space: normal
}

.center-content_pricedata__W4GDe {
    color: #878787 !important;
    font-weight: 400;
    font-size: 10px !important;
    text-decoration: none
}

.center-content_price_aligndata__XfRwi {
    display: inline-grid
}

.center-content_special_price__1ktHQ {
    text-decoration: none !important
}

@media(max-width:1024px) {
    .center-content_center_content__DqvKA .center-content_product_name__UmIST {
        font-size: 16px
    }
}

@media(max-width:991px) {
    .center-content_seperate_container__hdQSM {
        padding: 0 15px
    }
}

@media(max-width:736px) {
    .center-content_bread_product__1TApv {
        position: absolute;
        top: 20px;
        left: 10px;
        right: 0;
        z-index: 1
    }

    .center-content_center_content__DqvKA .center-content_product_name__UmIST {
        margin-top: 25px
    }

    .center-content_center_content__DqvKA h3 {
        font-size: 16px
    }
}

.main-detail_product_container__3tixi {
    width: 1315px;
    padding: 0 15px;
    margin: 0 auto
}

.main-detail_product_top_grids__FZDCD {
    display: flex;
    padding: 30px 0
}

.main-detail_product_right__-D7ft {
    width: 68.5%;
    display: flex
}

.main-detail_product_left__rsp5r {
    max-height: 600px;
    top: 20px;
    position: sticky;
    position: -moz-sticky;
    z-index: 1;
    width: 31.5%
}

.main-detail_product_detail__1PrSt {
    padding: 0 80px 0 30px;
    width: 65%
}

.main-detail_product_detail__1PrSt::-webkit-scrollbar {
    width: 10px;
    height: 0
}

.main-detail_product_detail__1PrSt::-webkit-scrollbar-track {
    background-color: #ebebeb;
    border-radius: 10px;
    height: 0
}

.main-detail_product_detail__1PrSt::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #6d6d6d;
    height: 0
}

.main-detail_product_detail__1PrSt ::-moz-scrollbar {
    width: 0;
    height: 0;
    -moz-appearance: none !important;
    scrollbar-width: none;
    scrollbar-color: #fff
}

.main-detail_product_detail__1PrSt ::-moz-scrollbar-track {
    -moz-box-shadow: inset 0 0 0 rgba(252, 250, 250, .3);
    -moz-appearance: none !important;
    scrollbar-width: none;
    scrollbar-color: #fff
}

.main-detail_product_detail__1PrSt ::-moz-scrollbar-thumb {
    background: #fff;
    outline: 1px solid #fafbfc;
    -moz-appearance: none !important;
    scrollbar-width: none;
    scrollbar-color: #fff
}

.main-detail_product_detail__1PrSt ::-webkit-scrollbar {
    width: 0;
    height: 0
}

.main-detail_product_detail__1PrSt ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0 rgba(252, 250, 250, .3)
}

.main-detail_product_detail__1PrSt ::-webkit-scrollbar-thumb {
    background: #fff;
    outline: 1px solid #fafbfc
}

.main-detail_frequently_buy__2apOS {
    width: 35%
}

@media(max-width:1360px) {
    .main-detail_product_container__3tixi {
        width: 1200px
    }
}

@media(max-width:1250px) {

    .main-detail_product_container__3tixi,
    .main-detail_product_left__rsp5r,
    .main-detail_product_right__-D7ft {
        width: 100%
    }

    .main-detail_product_left__rsp5r {
        position: inherit;
        position: -webkit-inherit;
        position: -moz-inherit
    }

    .main-detail_product_top_grids__FZDCD {
        display: flex;
        flex-direction: column;
        padding: 30px 0 15px;
        position: relative
    }

    .main-detail_product_detail__1PrSt {
        padding: 0 45px 0 0
    }
}

@media(max-width:991px) {
    .main-detail_product_detail__1PrSt {
        padding: 0;
        width: 100%
    }

    .main-detail_frequently_buy__2apOS {
        width: 100%;
        margin-top: 10px;
        padding: 0 15px
    }

    .main-detail_product_right__-D7ft {
        flex-direction: column
    }

    .main-detail_product_left__rsp5r {
        padding: 0 15px
    }

    .main-detail_product_container__3tixi {
        width: 100%;
        padding: 0
    }
}

.detail-specs_detail_specs__2KtH- h3 {
    padding: 10px;
    background: #f5f5f5;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 600;
    color: #000
}

@media(max-width:991px) {
    .detail-specs_detail_specs__2KtH- h3 {
        font-size: 15px
    }
}

.detail-specs_detail_specs__section__3JzIU {
    display: grid;
    border-bottom: 1px solid #dcdcdc
}

@media(min-width:600px) {
    .detail-specs_detail_specs__section__3JzIU {
        grid-template-columns: 200px 1fr
    }
}

.detail-specs_detail_specs__section__name__1bCVp {
    background: #f5f5f5;
    padding: 5px 18px;
    font-size: 14px;
    font-weight: 500
}

.detail-specs_detail_specs__section__table__1ZKHd {
    min-width: 100%
}

.detail-specs_detail_specs__section__table__tr__1BwXa {
    width: 100%;
    display: grid
}

.detail-specs_detail_specs__section__table__tr__1BwXa:nth-child(2n) {
    background: #f5f5f5
}

@media(min-width:600px) {
    .detail-specs_detail_specs__section__table__tr__1BwXa {
        grid-template-columns: 200px 1fr;
        border-width: 1px;
        border-bottom: 0
    }
}

@media(max-width:600px) {
    .detail-specs_detail_specs__section__table__tr__1BwXa {
        grid-template-columns: 100px 1fr;
        border-width: 1px;
        border-bottom: 0
    }
}

.detail-specs_detail_specs__section__table__td__9MFgT {
    padding: 10px 16px;
    line-height: 20px;
    font-size: 14px
}

.detail-specs_detail_specs__section__table__td__9MFgT:nth-child(odd) {
    border-right: 1px solid #f5f5f5
}

.detail-specs_detail_specs__2KtH- .detail-specs_text__17kw- {
    display: inline;
    width: 100%
}

.detail-specs_detail_specs__2KtH- .detail-specs_hide__QA-Ct {
    color: silver;
    cursor: pointer
}

.detail-specs_specs_height__20aD_ {
    top: -150px;
    display: block
}

@media(max-width:735px) {
    .detail-specs_specs_height__20aD_ {
        top: -91px;
        display: block
    }
}

.detail-specs_not_found_text__buNXM {
    padding-top: 30px
}

.videos_video_section__20WlG h1 {
    text-align: center
}

.videos_video_section__title__1xq1U {
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    background: #8e8e8e;
    padding: 10px;
    color: #fff
}

@media(min-width:0px)and (max-width:790px) {
    .videos_video_section__title__1xq1U {
        font-size: 15px
    }
}

.videos_not_found_text__2Qjk4 {
    align-items: center;
    padding-top: 50px;
    justify-content: center
}

.videos_video_height__1FBnz {
    top: -150px;
    display: block
}

@media(max-width:735px) {
    .videos_video_height__1FBnz {
        top: -91px;
        display: block
    }
}

.videos_video_product_model__35vhy,
.videos_video_section__20WlG iframe {
    width: 700px;
    height: 400px
}

.videos_card__video__thumbnail__3QSZZ {
    width: 500px;
    height: 300px;
    margin: auto;
    border-radius: 8px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center
}

@media(max-width:736px) {

    .videos_video_product_model__35vhy,
    .videos_video_section__20WlG iframe {
        width: 500px;
        height: 280px
    }
}

@media(max-width:536px) {

    .videos_video_product_model__35vhy,
    .videos_video_section__20WlG iframe {
        width: 400px;
        height: 225px
    }

    .videos_card__video__thumbnail__3QSZZ {
        width: 400px;
        height: 220px
    }
}

@media(max-width:414px) {

    .videos_video_product_model__35vhy,
    .videos_video_section__20WlG iframe {
        width: 375px;
        height: 215px
    }

    .videos_card__video__thumbnail__3QSZZ {
        width: 320px;
        height: 175px
    }
}

@media(max-width:375px) {

    .videos_video_product_model__35vhy,
    .videos_video_section__20WlG iframe {
        width: 100%;
        height: 177px
    }
}

.stars_starbar__rLnNl,
.stars_stars__1cASG {
    display: flex
}

.stars_starbar__rLnNl button,
.stars_starbar__rLnNl span {
    background-color: #ddd;
    border: .1px solid #ececec
}

.stars_starbar__rLnNl span:first-child,
.stars_starbar__rLnNl span:first-child svg {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px
}

.stars_starbar__rLnNl span:nth-child(5),
.stars_starbar__rLnNl span:nth-child(5) svg {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px
}

.rated-card_section_divider__2IV8a:before {
    content: "VS";
    width: 2.8rem;
    height: 2.8rem;
    background: #f6f6f7;
    border-radius: 100%;
    position: absolute;
    top: -1.25rem;
    left: calc(50% - 1.55rem);
    color: rgba(51, 51, 51, .5);
    line-height: 2.5rem;
    text-indent: .7rem;
    font-size: 1.1rem;
    border: 1px solid #333
}

.rated-card_frequent__3fbqJ {
    box-shadow: 0 0 5px rgba(0, 0, 0, .1607843137254902);
    background: #f5f5f5 0 0 no-repeat padding-box
}

.image-viewer_image__17RKb {
    border: 1px solid #000
}

.LatestReview_title_text__1rTl4 {
    color: green
}

.LatestReview_review_images__3bVW5 {
    scrollbar-color: #fff;
    display: flex;
    overflow-x: scroll;
    scrollbar-width: none
}

.LatestReview_review_images__3bVW5::-webkit-scrollbar {
    width: 10px;
    height: 0
}

.LatestReview_review_images__3bVW5::-webkit-scrollbar-track {
    background-color: #ebebeb;
    border-radius: 10px;
    height: 0
}

.LatestReview_review_images__3bVW5::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #6d6d6d;
    height: 0
}

.LatestReview_review_images__3bVW5 ::-moz-scrollbar {
    width: 0;
    height: 0;
    -moz-appearance: none !important;
    scrollbar-width: none;
    scrollbar-color: #fff
}

.LatestReview_review_images__3bVW5 ::-moz-scrollbar-track {
    -moz-box-shadow: inset 0 0 0 rgba(252, 250, 250, .3);
    -moz-appearance: none !important;
    scrollbar-width: none;
    scrollbar-color: #fff
}

.LatestReview_review_images__3bVW5 ::-moz-scrollbar-thumb {
    background: #fff;
    outline: 1px solid #fafbfc;
    -moz-appearance: none !important;
    scrollbar-width: none;
    scrollbar-color: #fff
}

.LatestReview_review_images__3bVW5 ::-webkit-scrollbar {
    width: 0;
    height: 0
}

.LatestReview_review_images__3bVW5 ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0 rgba(252, 250, 250, .3)
}

.LatestReview_review_images__3bVW5 ::-webkit-scrollbar-thumb {
    background: #fff;
    outline: 1px solid #fafbfc
}

.LatestReview_review_scroll__1sjos ::-moz-scrollbar {
    width: 0;
    height: 0;
    -moz-appearance: none !important;
    scrollbar-width: none;
    scrollbar-color: #fff
}

.LatestReview_review_scroll__1sjos ::-moz-scrollbar-track {
    -moz-box-shadow: inset 0 0 0 rgba(252, 250, 250, .3);
    -moz-appearance: none !important;
    scrollbar-width: none;
    scrollbar-color: #fff
}

.LatestReview_review_scroll__1sjos ::-moz-scrollbar-thumb {
    background: #fff;
    outline: 1px solid #fafbfc;
    -moz-appearance: none !important;
    scrollbar-width: none;
    scrollbar-color: #fff
}

.LatestReview_review_scroll__1sjos ::-webkit-scrollbar {
    width: 0;
    height: 0
}

.LatestReview_review_scroll__1sjos ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0 rgba(252, 250, 250, .3)
}

.LatestReview_review_scroll__1sjos ::-webkit-scrollbar-thumb {
    background: #fff;
    outline: 1px solid #fafbfc
}

.LatestReview_review_title__3-cdg {
    font-size: 20px
}

@media(max-width:400px) {
    .LatestReview_review_title__3-cdg {
        font-size: x-small
    }
}

@media(max-width:600px) {
    .LatestReview_review_title__3-cdg {
        font-size: medium
    }
}

.LatestReview_styles-module_wrapper__1I_qj__1d1w3 {
    z-index: 3px !important
}

.FilterReviewProductDetail_filter__2KFM5 {
    background: #f5f5f5 0 0 no-repeat padding-box
}

@media(min-width:1230px) {
    .FilterReviewProductDetail_filter__2KFM5 {
        width: 100%
    }
}

.FilterReviewProductDetail_filter_list__1j6kh {
    background: #f5f5f5 0 0 no-repeat;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1607843137254902)
}

@media(min-width:1230px) {
    .FilterReviewProductDetail_filter_box__Jw9wa {
        width: 100%
    }
}

.FilterReviewProductDetail_filter_box__Jw9wa .FilterReviewProductDetail_filter_list__1j6kh ul li {
    display: inline;
    background: #f5f5f5 0 0 no-repeat;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1607843137254902)
}

.FilterReviewProductDetail_filter_box__Jw9wa .FilterReviewProductDetail_radio_toolbar__39Phf input[type=radio] {
    opacity: 0;
    position: fixed;
    width: 0
}

.FilterReviewProductDetail_filter_box__Jw9wa label {
    display: inline-block;
    background-color: #ddd;
    padding: 10px 20px;
    font-family: sans-serif, Arial;
    font-display: swap;
    font-size: 16px;
    border: 2px solid #444;
    border-radius: 4px
}

.FilterReviewProductDetail_filter_box__Jw9wa label ::-moz-selection {
    background-color: bisque
}

.FilterReviewProductDetail_filter_box__Jw9wa label ::selection {
    background-color: bisque
}

.FilterReviewProductDetail_radio_toolbar__39Phf label {
    box-shadow: 0 0 5px rgba(0, 0, 0, .1607843137254902)
}

.FilterReviewProductDetail_radio_toolbar__39Phf label:active .FilterReviewProductDetail_radio_toolbar__39Phf label:checked,
.FilterReviewProductDetail_radio_toolbar__39Phf label:focus,
.FilterReviewProductDetail_radio_toolbar__39Phf label:hover {
    background-color: #fecaca
}

.FilterReviewProductDetail_radio_toolbar__39Phf label label :after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: orange;
    content: "";
    display: inline-block;
    visibility: visible;
    border: 2px solid #fff
}

.FilterReviewProductDetail_radio_toolbar__39Phf:checked,
.FilterReviewProductDetail_radio_toolbar__39Phf label:checked {
    background-color: orange
}

.FilterReviewProductDetail_radio_toolbar__39Phf label:active {
    background-color: #fecaca
}

.FilterReviewProductDetail_notSelected__3v89x {
    background-color: #f8fafa
}

.FilterReviewProductDetail_answerGroup__3_xH1 label:hover {
    background-color: #a3b1b2;
    box-shadow: 0 .2rem #87999a
}

.FilterReviewProductDetail_selected__1hx83 {
    background-color: #fecaca;
    box-shadow: 0 .2rem #87999a
}

.slick-slider {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list,
.slick-slider {
    position: relative;
    display: block
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    transform: translateZ(0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ""
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
    background: #fff url(/_next/static/media/ajax-loader.fb6f3c230cb846e25247dfaa1da94d8f.gif) 50% no-repeat
}

@font-face {
    font-family: slick;
    font-weight: 400;
    font-style: normal;
    src: url(/_next/static/media/slick.a4e97f5a2a64f0ab132323fbeb33ae29.eot);
    src: url(/_next/static/media/slick.a4e97f5a2a64f0ab132323fbeb33ae29.eot?#iefix) format("embedded-opentype"), url(/_next/static/media/slick.295183786cd8a138986521d9f388a286.woff) format("woff"), url(/_next/static/media/slick.c94f7671dcc99dce43e22a89f486f7c2.ttf) format("truetype"), url(/_next/static/media/slick.2630a3e3eab21c607e21576571b95b9d.svg#slick) format("svg")
}

.slick-next,
.slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    transform: translateY(-50%);
    cursor: pointer;
    border: none
}

.slick-next,
.slick-next:focus,
.slick-next:hover,
.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
    color: transparent;
    outline: none;
    background: 0 0
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,
.slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    right: -25px;
    left: auto
}

.slick-prev:before {
    content: "←"
}

[dir=rtl] .slick-prev:before {
    content: "→"
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    right: auto;
    left: -25px
}

.slick-next:before {
    content: "→"
}

[dir=rtl] .slick-next:before {
    content: "←"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0
}

.slick-dots li,
.slick-dots li button {
    width: 20px;
    height: 20px;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    padding: 5px;
    color: transparent;
    border: 0;
    outline: none;
    background: 0 0
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: none
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "•";
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000
}

.Reviewimage-carousel_mobile_banner__N1dRL div {
    overflow: inherit !important;
    padding-top: 0 !important
}

.Reviewimage-carousel_image_responsivedata__3Rfnq {
    width: 100% !important;
    height: 500px !important;
    position: inherit !important;
    -o-object-fit: contain;
    object-fit: contain
}

.Reviewimage-carousel_display_carousel__17di7 {
    display: flex !important
}

.Reviewimage-carousel_image_border__2DDW5 {
    border-radius: 50px
}

.Reviewimage-carousel_review_imagehead__3YbFO {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    border-bottom: 1px solid #ccc
}

.Reviewimage-carousel_col-span-2__3vQYE {
    grid-column: span 2/span 2
}

.Reviewimage-carousel_avatar_content__3nzBh {
    grid-column: span 6/span 6
}

.Reviewimage-carousel_avatar_contentdays__3kwLl {
    grid-column: span 4/span 4
}

.Reviewimage-carousel_review_whitespace__2BV95 {
    white-space: pre-wrap
}

.Reviewimage-carousel_mobile_banner__N1dRL {
    background: #000;
    padding: 20px 0;
    width: 62.7% !important
}

.Reviewimage-carousel_review_scroll__3sVZ6 {
    width: 37.3% !important;
    z-index: 9999 !important;
    background-color: #fff !important;
    overflow-y: scroll;
    height: 540px
}

.Reviewimage-carousel_review_scroll__3sVZ6:focus,
.Reviewimage-carousel_review_scroll__3sVZ6:hover {
    background-color: #fff !important
}

.Reviewimage-carousel_rating_overflow__1a_2u {
    width: 500px;
    overflow-x: scroll;
    white-space: nowrap
}

.Reviewimage-carousel_rating_overflow__1a_2u::-webkit-scrollbar {
    width: 10px;
    height: 0
}

.Reviewimage-carousel_rating_overflow__1a_2u::-webkit-scrollbar-track {
    background-color: #ebebeb;
    border-radius: 10px;
    height: 0
}

.Reviewimage-carousel_rating_overflow__1a_2u::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #6d6d6d;
    height: 0
}

.Reviewimage-carousel_rating_overflow__1a_2u ::-moz-scrollbar {
    width: 0;
    height: 0;
    -moz-appearance: none !important;
    scrollbar-width: none;
    scrollbar-color: #fff
}

.Reviewimage-carousel_rating_overflow__1a_2u ::-moz-scrollbar-track {
    -moz-box-shadow: inset 0 0 0 rgba(252, 250, 250, .3);
    -moz-appearance: none !important;
    scrollbar-width: none;
    scrollbar-color: #fff
}

.Reviewimage-carousel_rating_overflow__1a_2u ::-moz-scrollbar-thumb {
    background: #fff;
    outline: 1px solid #fafbfc;
    -moz-appearance: none !important;
    scrollbar-width: none;
    scrollbar-color: #fff
}

.Reviewimage-carousel_rating_overflow__1a_2u ::-webkit-scrollbar {
    width: 0;
    height: 0
}

.Reviewimage-carousel_rating_overflow__1a_2u ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0 rgba(252, 250, 250, .3)
}

.Reviewimage-carousel_rating_overflow__1a_2u ::-webkit-scrollbar-thumb {
    background: #fff;
    outline: 1px solid #fafbfc
}

@media(max-width:425px) {
    .Reviewimage-carousel_rating_overflow__1a_2u {
        width: 375px !important
    }
}

@media(max-width:640px) {
    .Reviewimage-carousel_display_carousel__17di7 {
        display: inline-block !important
    }

    .Reviewimage-carousel_rating_overflow__1a_2u {
        width: 100% !important;
        overflow-x: scroll;
        white-space: normal;
        display: inline-block;
        overflow: auto;
        text-align: left
    }

    .Reviewimage-carousel_image_responsivedata__3Rfnq {
        height: 270px !important;
        -o-object-fit: contain;
        object-fit: contain;
        background-color: #000
    }

    .Reviewimage-carousel_review_whitespace__2BV95 {
        white-space: pre-wrap;
        height: 200px;
        overflow-y: scroll
    }

    .Reviewimage-carousel_mobile_scroll__2DXcO {
        height: 350px;
        overflow: scroll;
        overflow-y: scroll;
        display: inline-grid
    }

    .Reviewimage-carousel_avatar_content__3nzBh {
        text-align: left;
        margin-left: 10px
    }

    .Reviewimage-carousel_mobile_banner__N1dRL {
        background: #000;
        padding: 20px 0;
        width: 100% !important
    }

    .Reviewimage-carousel_review_scroll__3sVZ6 {
        width: 100% !important;
        z-index: 9999 !important;
        position: relative;
        height: auto !important
    }

    .Reviewimage-carousel_review_scrollview__3m9qE {
        overflow-y: scroll;
        height: 95vh
    }
}

@media(min-width:701px)and (max-width:900px) {
    .Reviewimage-carousel_rating_overflow__1a_2u {
        width: 280px;
        overflow-x: scroll;
        white-space: nowrap
    }
}

@media(min-width:900px)and (max-width:1024px) {
    .Reviewimage-carousel_image_responsivedata__3Rfnq {
        height: 450px !important;
        -o-object-fit: contain;
        object-fit: contain
    }
}

@media(min-width:1025px)and (max-width:1200px) {
    .Reviewimage-carousel_rating_overflow__1a_2u {
        display: block;
        white-space: pre-wrap;
        width: 100%
    }
}

@media(min-width:1201px)and (max-width:1400px) {
    .Reviewimage-carousel_rating_overflow__1a_2u {
        display: block;
        white-space: pre-wrap;
        width: 100%
    }
}

@media(min-width:1401px) {
    .Reviewimage-carousel_rating_overflow__1a_2u {
        display: block;
        white-space: pre-wrap;
        width: 100%
    }
}

.Reviewimage-popup_location_form__2ZKYT {
    max-width: 414px;
    padding-bottom: 20px
}

.Reviewimage-popup_location_form__2ZKYT form {
    padding: 20px
}

.Reviewimage-popup_location_form__2ZKYT h1 {
    color: #f46b27;
    font-size: 23px;
    font-weight: 600;
    margin: 16px 0
}

.Reviewimage-popup_location_form__2ZKYT p {
    margin-bottom: 12px
}

.Reviewimage-popup_location_form__content__1oLny {
    display: flex;
    align-items: center
}

.Reviewimage-popup_location_form__content__btn__BFbZu {
    color: #fff;
    background: #333235;
    padding: 9px 40px
}

.Reviewimage-popup_location_form__content__btn__BFbZu:disabled {
    color: #fff;
    background: #858484;
    padding: 9px 40px;
    cursor: none
}

.Reviewimage-popup_shareclose__15aUD {
    position: absolute;
    right: 0;
    margin-top: -30px;
    background: #fff;
    margin-right: -30px;
    border-radius: 20px
}

.Reviewimage-popup_closebutton__1MOjU {
    width: 25px;
    height: 25px
}

.Reviewimage-popup_check__3VmVs label {
    display: flex;
    flex-direction: row-reverse
}

.Reviewimage-popup_share_text__3Ibmk h4 {
    color: #fb6c21
}

.Reviewimage-popup_review_head__3HPbx {
    background: #f5f5f5;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    text-align: center;
    font-weight: 700;
    padding: 10px;
    color: #f60 !important;
    font-size: 14px;
    text-transform: capitalize
}

.Reviewimage-popup_review_borderimage__2RrU6 {
    border-radius: 5px;
    border: 1px solid #707070 !important
}

.Reviewimage-popup_review_overflow__37oX2 {
    display: block;
    padding: 15px
}

.Reviewimage-popup_share_input__1enVj {
    border: 1px solid #707070;
    padding: 0;
    margin: 0;
    flex: 1;
    border-radius: 0
}

.Reviewimage-popup_share_input__1enVj input {
    padding: 10px 10px 11px
}

.Reviewimage-popup_share_input__1enVj:hover {
    background: 0 0;
    border: 1px solid #707070
}

.Reviewimage-popup_custom_model__1N5Gh {
    width: 55%
}

img.Reviewimage-popup_image_data__3qOwc {
    display: inline-block !important;
    width: 124px !important;
    height: 124px !important;
    border: 1px solid grey !important;
    margin: 5px !important
}

@media(max-width:640px) {
    .Reviewimage-popup_custom_model__1N5Gh {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        transform: translate(0);
        background: #fff;
        width: -moz-max-content;
        right: 0;
        bottom: 0
    }

    .Reviewimage-popup_review_overflow__37oX2 {
        height: 90%;
        overflow-y: scroll;
        padding: 15px;
        display: grid;
        grid-template-columns: repeat(3, 120px);
        grid-auto-rows: min-content;
        justify-items: center;
        grid-row-gap: 1px;
        grid-column-gap: 0;
        margin-top: 30px;
        position: absolute
    }

    .Reviewimage-popup_review_head__3HPbx {
        display: flex;
        position: fixed;
        z-index: 999;
        left: 0;
        right: 0;
        top: 0
    }

    .Reviewimage-popup_icon_width__1u147 svg {
        width: 20px;
        height: 20px;
        margin-right: 50px
    }

    .Reviewimage-popup_review_width__1eRmY {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }
}

@media(min-width:641px) {
    .Reviewimage-popup_review_width__1eRmY {
        grid-template-columns: repeat(6, minmax(0, 1fr))
    }
}

@media(min-width:640px)and (max-width:900px) {
    .Reviewimage-popup_custom_model__1N5Gh {
        width: 90%
    }

    .Reviewimage-popup_icon_width__1u147 {
        display: none
    }
}

@media(min-width:900px)and (max-width:1024px) {
    .Reviewimage-popup_custom_model__1N5Gh {
        width: 95%
    }

    .Reviewimage-popup_icon_width__1u147 {
        display: none
    }
}

@media(min-width:1025px)and (max-width:1200px) {
    .Reviewimage-popup_custom_model__1N5Gh {
        width: 90%
    }

    .Reviewimage-popup_icon_width__1u147 {
        display: none
    }
}

@media(min-width:1201px)and (max-width:1400px) {
    .Reviewimage-popup_custom_model__1N5Gh {
        width: 85%
    }

    .Reviewimage-popup_icon_width__1u147 {
        display: none
    }
}

@media(min-width:1401px)and (max-width:1600px) {
    .Reviewimage-popup_custom_model__1N5Gh {
        width: 70%
    }

    .Reviewimage-popup_icon_width__1u147 {
        display: none
    }
}

@media(min-width:1601px)and (max-width:2100px) {
    .Reviewimage-popup_custom_model__1N5Gh {
        width: 61%
    }

    .Reviewimage-popup_icon_width__1u147 {
        display: none
    }
}

@media(min-width:2101px) {
    .Reviewimage-popup_custom_model__1N5Gh {
        width: 50%
    }

    .Reviewimage-popup_icon_width__1u147 {
        display: none
    }
}

.ReviewImages_review_imagewidth__1GA4X {
    margin: 10px !important;
    cursor: pointer
}

.ReviewImages_review_image__1TIHH {
    font-size: 16px;
    text-decoration: underline;
    font-weight: 700;
    color: #3b3b3b;
    text-transform: capitalize;
    margin-bottom: 15px !important
}

.ReviewImages_image_overlay__2WUEJ {
    position: relative !important;
    text-align: center !important;
    color: #3b3b3b !important;
    display: flex
}

.ReviewImages_overlay_text__gjZ8Z:before {
    background-color: #000 !important
}

.ReviewImages_image_overlay__2WUEJ:hover {
    cursor: pointer
}

.ReviewImages_overlay_text__gjZ8Z {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    color: #fff;
    font-size: 14px
}

.ReviewImages_overlay_text__gjZ8Z:hover {
    background: rgba(0, 0, 0, .491)
}

.ReviewImages_review_background__1_OGn {
    position: relative;
    margin-left: 10px
}

.ReviewImages_image__q9Vmv {
    display: block;
    width: 100%;
    height: auto
}

.ReviewImages_overlay__2kbxH {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: rgba(0, 0, 0, .6901960784313725);
    cursor: pointer
}

.ReviewImages_review_background__1_OGn .ReviewImages_overlay__2kbxH {
    opacity: 1
}

.ReviewImages_text__12Ae1 {
    color: #fff;
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center
}

.ReviewImages_image_display__NYxaF {
    display: flex;
    width: 100%
}

@media(max-width:640px) {
    .ReviewImages_image_display__NYxaF {
        padding-bottom: 1rem;
        padding-top: 1rem;
        white-space: nowrap;
        overflow-x: scroll;
        overscroll-behavior-y: none;
        text-align: center;
        display: block
    }

    .ReviewImages_review_background__1_OGn {
        position: relative;
        margin-left: 10px;
        display: inline-flex
    }
}

.Filtering_checked_background__15ybr {
    background-color: #7fffd4
}

.Filtering_review_scroll__3j07Y {
    height: auto;
    scrollbar-width: 1px;
    scrollbar-color: #e60c0c
}

.Filtering_review_scroll__3j07Y ::-moz-scrollbar-track {
    -moz-box-shadow: inset 0 0 0 rgba(252, 250, 250, .3);
    -moz-appearance: none !important;
    scrollbar-width: none;
    scrollbar-color: #fff
}

.Filtering_review_scroll__3j07Y ::-moz-scrollbar-thumb {
    background: #fff;
    outline: 1px solid #fafbfc;
    -moz-appearance: none !important;
    scrollbar-width: none;
    scrollbar-color: #fff
}

.Filtering_review_scroll__3j07Y ::-webkit-scrollbar {
    width: 0;
    height: 0
}

.Filtering_review_scroll__3j07Y ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0 rgba(252, 250, 250, .3)
}

.Filtering_review_scroll__3j07Y ::-webkit-scrollbar-thumb {
    background: #fff;
    outline: 1px solid #fafbfc
}

.progress-bar_progress_bar__6Y0ik {
    width: 100%;
    height: 8px;
    background-color: #d6d6d6;
    position: relative;
    border-radius: 5px;
    overflow: hidden
}

.progress-bar_progress_bar__progress__picWT {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    max-width: 100%;
    border-radius: 5px
}

.rating-progress-bar_rating_progress_bar__ZhM1b {
    max-width: 430px;
    margin: 0 auto
}

@media(max-width:736px) {
    .rating-progress-bar_rating_progress_bar__ZhM1b {
        max-width: 300px
    }
}

@media(max-width:640px) {
    .rating-progress-bar_rating_progress_bar__ZhM1b {
        max-width: 250px
    }
}

@media(max-width:568px) {
    .rating-progress-bar_rating_progress_bar__ZhM1b {
        max-width: none;
        padding: 0 15px
    }
}

.rating-progress-bar_rating_progress_bar__tile__3TRfv {
    display: flex;
    margin: 25px 0;
    align-items: center
}

.rating-progress-bar_rating_progress_bar__tile__progress__3qTGv {
    width: 185px
}

@media(max-width:736px) {
    .rating-progress-bar_rating_progress_bar__tile__progress__3qTGv {
        width: 160px
    }
}

@media(max-width:640px) {
    .rating-progress-bar_rating_progress_bar__tile__progress__3qTGv {
        width: 95px
    }
}

@media(max-width:568px) {
    .rating-progress-bar_rating_progress_bar__tile__progress__3qTGv {
        width: 100%
    }

    .rating-progress-bar_rating_progress_bar__tile__3TRfv {
        display: block;
        position: relative
    }
}

@media(max-width:484px) {
    .rating-progress-bar_rating_progress_bar__tile__3TRfv {
        margin: 0 0 15px
    }
}

.rating-progress-bar_rating_progress_bar__tile__name__1sRu2 {
    font-size: 16px;
    font-weight: 500;
    width: 60px
}

@media(max-width:484px) {
    .rating-progress-bar_rating_progress_bar__tile__name__1sRu2 {
        font-size: 14px
    }
}

.rating-progress-bar_rating_progress_bar__tile__review__1wX8b {
    font-size: 12px;
    color: #4d4f5c;
    margin-left: 14px
}

@media(max-width:568px) {
    .rating-progress-bar_rating_progress_bar__tile__review__1wX8b {
        position: absolute;
        right: 0;
        top: 2px
    }
}

.Ratings_reviews_wrp__grid__2xBtb {
    background-color: #fff;
    grid-gap: 0;
    max-width: 98% !important;
    padding: 0 20px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 360px 1fr 344px;
    grid-template-areas: "image details options" "image details options"
}

.Ratings_reviews_wrp__2PdrD .Ratings_MuiSvgIcon-root__1V3ye {
    width: 2.9rem;
    height: 2.2rem;
    color: #f9a408
}

.Ratings_reviews_wrp__2PdrD h2 {
    color: #fa4f25
}

.Ratings_reviews_wrp__2PdrD .Ratings_MuiButton_contained__1fm9B {
    color: #fff !important;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12) !important;
    background-color: #ff5e16 !important;
    padding-left: 10% !important;
    padding-right: 10% !important;
    text-transform: none !important;
    width: 70%;
    margin: 10px 10px 10px 15% !important
}

.Ratings_percent__15Irc {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.Ratings_reviews_wrp__2PdrD ul li {
    display: inline;
    padding-right: 24px;
    line-height: 43px
}

.Ratings_rating-icon__ux5_R {
    background-color: #f1f1f1
}

.Ratings_readmore__-CKz1 .Ratings_MuiButton_contained__1fm9B,
.Ratings_readmore__-CKz1 .Ratings_MuiButton_label__3k1iv {
    font-size: small !important;
    text-transform: capitalize !important;
    width: 100%
}

.Ratings_review_search__1DNNz .Ratings_MuiRating_root__N__A9 {
    color: #149a57 !important
}

.Ratings_rev_sec__1R8Za {
    padding: 31px
}

.Ratings_readmore__-CKz1 {
    padding: 10px
}

.Ratings_review_left__23jX2 {
    width: 100%
}

.Ratings_review_search__1DNNz .Ratings_MuiSvgIcon_root__3J3Lc {
    fill: currentColor;
    width: 1em;
    height: 1em;
    display: inline-block;
    font-size: 1.5rem;
    transition: fill .2s cubic-bezier(.4, 0, .2, 1) 0ms;
    flex-shrink: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    margin-left: 10px
}

.Ratings_review_search__1DNNz .Ratings_MuiInputBase_root__5VIQi {
    color: rgba(0, 0, 0, .87);
    cursor: text;
    width: 81%;
    display: inline-flex;
    position: relative;
    font-size: 1rem;
    box-sizing: border-box;
    align-items: center;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-display: swap;
    font-weight: 400;
    line-height: 1.1876em;
    letter-spacing: .00938em
}

.Ratings_rating_icon__2DNlc .Ratings_MuiSvgIcon-root__1V3ye {
    vertical-align: unset !important;
    width: 15px !important;
    height: 15px !important;
    margin-left: 1px
}

.Ratings_review_icon__11U8p .Ratings_MuiSvgIcon-root__1V3ye {
    vertical-align: unset !important;
    width: 19px !important;
    height: 19px !important;
    margin-left: 6px
}

.Ratings_battery__19AKW li {
    display: block;
    float: left;
    width: 15px;
    height: 6px;
    margin-right: 1px;
    border-radius: 10%
}

.Ratings_battery__19AKW li:nth-child(-n+2),
.Ratings_battery__19AKW li:nth-child(-n+3),
.Ratings_battery__19AKW li:nth-child(-n+4) {
    background: hsla(0, 0%, 100%, .9);
    box-shadow: inset 0 0 10px 2px #ff5e16, 0 0 20px #ff5e16
}

.Ratings_battery__19AKW li:nth-child(n+4) {
    box-shadow: inset 0 0 10px 1px hsla(0, 0%, 42.7%, .267), 0 0 20px hsla(0, 0%, 42.7%, .267)
}

.Ratings_section_divider__1VG9a:before {
    content: "VS";
    width: 2.8rem;
    height: 2.8rem;
    background: #f6f6f7;
    border-radius: 100%;
    position: absolute;
    top: -1.25rem;
    left: calc(50% - 1.55rem);
    color: rgba(51, 51, 51, .5);
    line-height: 2.5rem;
    text-indent: .7rem;
    font-size: 1.1rem;
    border: 1px solid #333
}

.Ratings_percentreview__2lgLJ {
    color: #039603
}

.Ratings_startreview__1elJl {
    color: #f9a408
}

@media only screen and (max-width:746px) {
    .Ratings_reviews_wrp__2PdrD .Ratings_MuiButton-root__1F0Tg {
        width: 64px !important;
        min-width: none !important
    }

    .Ratings_reviews_wrp__2PdrD button {
        color: #fff !important;
        box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12) !important;
        background-color: #ff5e16 !important;
        text-transform: none !important;
        width: 200% !important;
        margin: 0 auto 0 0 !important
    }

    .Ratings_review_divider__1m0MZ {
        border-top: 1px solid rgba(146, 145, 145, .6196078431372549)
    }

    .Ratings_review_list__1Mzzo {
        width: 100%
    }
}

.Ratings_review_section__3f1y7 .Ratings_span_1__251_o {
    color: #ff7a00
}

.Ratings_review_section__3f1y7 h1 {
    text-align: center
}

.Ratings_review_section__title__3_tqa {
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    background: #8e8e8e;
    padding: 10px;
    color: #fff
}

@media(min-width:0px)and (max-width:790px) {
    .Ratings_review_section__title__3_tqa {
        font-size: 15px
    }
}

.Ratings_review_section__head__ZwqYn {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 1fr;
    background-color: #f7f7f7;
    border-bottom: 1px solid hsla(0, 0%, 50.2%, .534)
}

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

@media(max-width:568px) {
    .Ratings_review_section__head__write__3aGC6 {
        padding: 0 15px
    }
}

@media(min-width:600px) {
    .Ratings_review_section__head__write__3aGC6 {
        min-width: 300px
    }
}

.Ratings_review_section__3f1y7 .Ratings_title__3ledI {
    font-weight: 500;
    font-size: 24px;
    margin: 20px 0
}

.Ratings_review_section__action__UdwFc {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 20px 0
}

.Ratings_stare_wrapper__2m8M- {
    display: flex;
    align-items: center;
    font-size: 32px;
    font-weight: 600;
    justify-content: center
}

@media(max-width:484px) {
    .Ratings_stare_wrapper__2m8M- {
        font-size: 26px
    }

    .Ratings_stare_wrapper__2m8M- svg {
        width: 30px !important;
        height: 30px !important
    }
}

.Ratings_stare_wrapper__2m8M- span {
    padding-right: 5px;
    display: inline-block
}

.Ratings_stare_wrapper__2m8M- span:nth-of-type(odd) {
    color: #ff7a00
}

.Ratings_reviews__3cNjA {
    padding: 20px 10px;
    display: inline-block
}

.Ratings_button_section__3LumT {
    min-width: 300px;
    align-self: center
}

@media(max-width:640px) {
    .Ratings_button_section__3LumT {
        min-width: 250px
    }
}

@media(max-width:540px) {
    .Ratings_button_section__3LumT {
        min-width: 114%
    }
}

@media(max-width:440px) {
    .Ratings_button_section__3LumT {
        min-width: 121%
    }
}

@media(max-width:375px) {
    .Ratings_button_section__3LumT {
        min-width: 123%
    }
}

.Ratings_no_review_button__4sCdD {
    margin: 0 auto
}

.Ratings_no_review_button__4sCdD button {
    color: #fff !important;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12) !important;
    background-color: #ff5e16 !important;
    text-transform: none !important;
    width: 100% !important;
    margin: 0 auto 0 0 !important
}

.Ratings_review_height__36GPT {
    top: -150px;
    display: block
}

@media(max-width:735px) {
    .Ratings_review_height__36GPT {
        top: -91px;
        display: block
    }
}

.Ratings_ant-radio-button___E9GS {
    display: none
}

.Ratings_reviewpage__3xVVI {
    margin: 0 auto;
    padding: 10px
}

.home_contact_titlehead__32itE {
    box-shadow: 0 0 5px -1px rgba(0, 0, 0, .24);
    padding: 27px 20px;
    margin-bottom: 20px;
    background: #fff;
    width: 100%;
    margin-left: auto
}

.home_contact_button__2nW8X {
    padding: 9px 20px;
    background: #ff9f00
}

.home_contact_inputchange__30SWO input {
    padding: .5rem;
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    border-radius: .375rem;
    width: 100%
}

.home_contact_inputchange__30SWO label {
    display: none
}

.home_contact_inputchange__30SWO input:hover .home_contact_inputchange__30SWO input:focus {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important
}

.home_contact_inputchange__30SWO textarea {
    padding: .5rem;
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    border-radius: .375rem;
    width: 100%
}

.home_contact_alertmessage__22RiF {
    padding: 14px;
    color: #fff;
    font-weight: 600;
    background: #463c3a;
    text-align: center;
    margin-bottom: 15px
}

@media(max-width:767px) {
    .home_contact_titlehead__32itE {
        width: 100%;
        padding: 10px
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .home_contact_titlehead__32itE {
        width: 100%
    }
}

.home_gstbutton__3mCO9 {
    background: transparent linear-gradient(180deg, #ff7a00, #ff4a25) 0 0 no-repeat padding-box;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .1607843137254902);
    border-radius: 5px;
    width: 100%;
    margin: 5px;
    display: flex;
    justify-content: center;
    align-items: center
}

.home_gstdata__3W4Fh {
    font-size: 11px;
    text-align: left;
    color: #3c3c3c;
    position: absolute;
    bottom: 10%
}

.home_gst_color__ZH-qZ {
    color: #3b3b3b;
    box-shadow: none;
    background: #f6f6f6
}

.home_billingdata__QCfUs {
    color: #2874f0
}

.home_menu_dataheight__2rhP6.home_mobilemenu__3jvHs {
    font-size: 50px
}

.home_menu_dataheighthidden__19Hfi {
    font-size: 20px
}

.home_brand__3Ut2h {
    padding: 20px 0
}

.home_socialautoplay__1CEnY .home_slick-slide__gliDz {
    padding: 0 !important
}

.home_container__2W4JU {
    max-width: 1600px;
    margin: 0 auto
}

.home_home_backcolor__2F2OU {
    background: #fff;
    margin: 30px 10px;
    padding: 7px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .1607843137254902);
    opacity: 1
}

.home_landing_whatsapp__mYmNa {
    fill: #fff !important;
    width: 32px !important;
    height: 32px !important
}

.home_whatsapp_color__b-zoA {
    background: #09d261 !important
}

.home_home_sidebanner__3DEB7 {
    width: 14%
}

.home_home_sidebanner_slider__1PjNO {
    width: 86%
}

.home_reverse__130NJ {
    flex-direction: row-reverse
}

.home_overflow_menu__2e45N {
    display: none
}

.home_home_iframe__qQVXq {
    width: 560px;
    height: 315px
}

@media(max-width:768px) {
    .home_home_sidebanner__3DEB7 {
        display: none
    }

    .home_home_sidebanner_slider__1PjNO {
        width: 100% !important
    }

    .home_home_backcolor__2F2OU {
        margin: 10px 0
    }
}

@media(max-width:900px) {
    .home_home_sidebanner__3DEB7 {
        width: 30%
    }

    .home_home_sidebanner_slider__1PjNO {
        width: 70%
    }
}

@media(min-width:901px)and (max-width:1200px) {
    .home_home_sidebanner__3DEB7 {
        width: 25%
    }

    .home_home_sidebanner_slider__1PjNO {
        width: 75%
    }
}

@media(min-width:1201px)and (max-width:1400px) {
    .home_home_sidebanner__3DEB7 {
        width: 20%
    }

    .home_home_sidebanner_slider__1PjNO {
        width: 80%
    }
}

@media(min-width:1401px)and (max-width:1600px) {
    .home_home_sidebanner__3DEB7 {
        width: 18%
    }

    .home_home_sidebanner_slider__1PjNO {
        width: 82%
    }
}

@media(min-width:1601px)and (max-width:1800px) {
    .home_home_sidebanner__3DEB7 {
        width: 15%
    }

    .home_home_sidebanner_slider__1PjNO {
        width: 85%
    }
}

@media(min-width:1801px)and (max-width:7680px) {
    .home_home_sidebanner__3DEB7 {
        width: 14%
    }

    .home_home_sidebanner_slider__1PjNO {
        width: 86%
    }
}

.home_video_product_model__2HfFp {
    width: 700px;
    height: 400px
}

@media(max-width:736px) {
    .home_video_product_model__2HfFp {
        width: 500px;
        height: 280px
    }

    .home_overflow_menu__2e45N {
        display: block
    }
}

@media(max-width:600px) {
    .home_home_iframe__qQVXq {
        width: 500px;
        height: 305px
    }
}

@media(max-width:536px) {
    .home_home_iframe__qQVXq {
        width: 400px;
        height: 280px
    }

    .home_video_product_model__2HfFp {
        width: 400px;
        height: 225px
    }
}

@media(max-width:475px) {
    .home_home_iframe__qQVXq {
        width: 370px;
        height: 275px
    }
}

@media(max-width:414px) {
    .home_video_product_model__2HfFp {
        width: 375px;
        height: 215px
    }
}

@media(max-width:375px) {
    .home_video_product_model__2HfFp {
        width: 100%;
        height: 177px
    }

    .home_home_iframe__qQVXq {
        width: 100%;
        height: 215px
    }
}

.home_overflow_menu__2e45N::-webkit-scrollbar {
    width: 10px;
    height: 0
}

.home_overflow_menu__2e45N::-webkit-scrollbar-track {
    background-color: #ebebeb;
    border-radius: 10px;
    height: 0
}

.home_overflow_menu__2e45N::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #6d6d6d;
    height: 0
}

.home_overflow_menu__2e45N ::-moz-scrollbar {
    width: 0;
    height: 0;
    -moz-appearance: none !important;
    scrollbar-width: none;
    scrollbar-color: #fff
}

.home_overflow_menu__2e45N ::-moz-scrollbar-track {
    -moz-box-shadow: inset 0 0 0 rgba(252, 250, 250, .3);
    -moz-appearance: none !important;
    scrollbar-width: none;
    scrollbar-color: #fff
}

.home_overflow_menu__2e45N ::-moz-scrollbar-thumb {
    background: #fff;
    outline: 1px solid #fafbfc;
    -moz-appearance: none !important;
    scrollbar-width: none;
    scrollbar-color: #fff
}

.home_overflow_menu__2e45N ::-webkit-scrollbar {
    width: 0;
    height: 0
}

.home_overflow_menu__2e45N ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0 rgba(252, 250, 250, .3)
}

.home_overflow_menu__2e45N ::-webkit-scrollbar-thumb {
    background: #fff;
    outline: 1px solid #fafbfc
}

.home_shareclose__3yx4U {
    position: absolute;
    right: 0;
    margin-top: -30px;
    background: #fff;
    margin-right: -30px;
    border-radius: 20px
}

.home_closebutton__199NL {
    width: 25px;
    height: 25px
}

.search-list_searchfilterRight__ndT1J {
    width: calc(100% - 276px);
    padding-right: 15px
}

.search-list_searchfilterLeft__6eAik {
    width: 276px;
    box-shadow: 0 0 3px #aaa;
    margin-left: 15px
}

.search-list_searchcontainer__1SX4s {
    max-width: 1600px;
    margin: auto
}

.search-list_no_products__tGssC {
    background: url(https://img.poorvika.com/appScreen/Noproduct.png) no-repeat 50%;
    min-height: 450px;
    background-size: contain
}

.search-list_filter_queries__1A130 {
    background: #ecfeea;
    color: #000;
    border-radius: 3px;
    margin: 0 7px 8px 0;
    display: inline-flex;
    border: 1px solid #50ce1c;
    padding: 2px 6px;
    font-size: 12px;
    font-weight: 400;
    align-items: center
}

.search-list_filter_queries__1A130 svg {
    background: #000;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    padding: 2px
}

@media(max-width:736px) {
    .search-list_filter_queries__1A130 {
        display: none !important
    }
}

.search-list_mobile_top_button__1MGOC,
.search-list_sort_bottom_drawer__1qNFp {
    display: none
}

@media(max-width:1600px) {
    .search-list_searchfilterRight__ndT1J {
        padding-right: 0
    }

    .search-list_searchfilterLeft__6eAik {
        margin-left: 0
    }
}

@media(max-width:736px) {
    .search-list_open_sort_bottom_bar__2QQkE {
        bottom: 0;
        z-index: 10;
        width: 100%;
        left: 0;
        right: 0;
        display: block
    }

    .search-list_open_sort_bottom_bar__2QQkE,
    .search-list_sort_bottom_drawer__1qNFp {
        background: #fff;
        position: fixed;
        transition: transform .3s ease-out;
        overflow-y: scroll
    }

    .search-list_sort_bottom_drawer__1qNFp {
        height: 100vh;
        bottom: -100%;
        display: none
    }

    .search-list_sort_desktop__3X-LY {
        display: none
    }

    .search-list_mobile_top_button__1MGOC {
        display: block
    }

    .search-list_searchfilterLeft__6eAik {
        display: none
    }

    .search-list_searchfilterRight__ndT1J {
        width: 100%
    }
}

@media(max-width:640px) {
    .search-list_searchcontainer__1SX4s {
        padding-top: 47px
    }
}

.search-list_filter_count__25dE5 {
    position: absolute;
    top: -3px;
    left: 12px;
    color: #fff;
    background: #289e3b;
    width: 16px;
    font-size: 9px;
    height: 16px;
    line-height: 15px;
    border-radius: 50%;
    border: 1px solid #fff
}






@font-face {
    font-family: 'rbicon';
    src: url(chrome-extension://dipiagiiohfljcicegpgffpbnjmgjcnf/fonts/rbicon.woff2) format("woff2");
    font-weight: normal;
    font-style: normal;
}

.styles-module_wrapper__1I_qj {
    z-index: 1;
    display: flex;
    align-items: center;
    position: fixed;
    padding: 0px 60px 0px 60px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    box-sizing: border-box;
}

.styles-module_content__2jwZj {
    margin: auto;
    padding: 0;
    width: 90%;
    height: 100%;
    max-height: 100%;
    text-align: center;
}

.styles-module_slide__1zrfk {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.styles-module_image__2hdkJ {
    max-height: 100%;
    max-width: 100%;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}

.styles-module_close__2I1sI {
    color: white;
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 40px;
    font-weight: bold;
    opacity: 0.2;
    cursor: pointer;
}

.styles-module_close__2I1sI:hover {
    opacity: 1;
}

.styles-module_navigation__1pqAE {
    height: 80%;
    color: white;
    cursor: pointer;
    position: absolute;
    font-size: 60px;
    line-height: 60px;
    font-weight: bold;
    display: flex;
    align-items: center;
    opacity: 0.2;
    padding: 0 15px;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}

.styles-module_navigation__1pqAE:hover {
    opacity: 1;
}

@media (hover: none) {
    .styles-module_navigation__1pqAE:hover {
        opacity: 0.2;
    }
}

.styles-module_prev__KqFRp {
    left: 0;
}

.styles-module_next__1uQwZ {
    right: 0;
}

@media (max-width: 900px) {
    .styles-module_wrapper__1I_qj {
        padding: 0;
    }
}


#nprogress {
    pointer-events: none;
}

#nprogress .bar {
    background: #fff;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
}

#nprogress .peg {
    display: block;
    position: absolute;
    right: 0px;
    width: 100px;
    height: 100%;
    box-shadow: 0 0 10px #fff, 0 0 5px #fff;
    opacity: 1;
    -webkit-transform: rotate(3deg) translate(0px, -4px);
    -ms-transform: rotate(3deg) translate(0px, -4px);
    transform: rotate(3deg) translate(0px, -4px);
}

#nprogress .spinner {
    display: block;
    position: fixed;
    z-index: 1031;
    top: 15px;
    right: 15px;
}

#nprogress .spinner-icon {
    width: 18px;
    height: 18px;
    box-sizing: border-box;
    border: solid 2px transparent;
    border-top-color: #fff;
    border-left-color: #fff;
    border-radius: 50%;
    -webkit-animation: nprogresss-spinner 400ms linear infinite;
    animation: nprogress-spinner 400ms linear infinite;
}

.nprogress-custom-parent {
    overflow: hidden;
    position: relative;
}

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
    position: absolute;
}

@-webkit-keyframes nprogress-spinner {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes nprogress-spinner {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
