@charset "UTF-8";

.owl-carousel .owl-item img {
    height: auto
}

.owl-carousel:not(.owl-loaded) {
    flex-wrap: nowrap;
    overflow: hidden
}

.owl-carousel:not(.owl-loaded)[class*=cols-]:not(.gutter-no) {
    margin-left: -10px !important;
    margin-right: -10px !important;
    width: auto
}

.brand-carousel .owl-item img {
    width: auto;
    margin: auto
}

.brand-carousel:not(.loaded) {
    text-align: center;
    align-items: center
}

.owl-carousel .slide-animate {
    transform: translate3d(0, 0, 0) scale(1);
    will-change: filter, transform, opacity;
    visibility: hidden;
    opacity: 0
}

.owl-carousel .slide-animate.show-content {
    visibility: visible;
    opacity: 1
}

.rotate-slider {
    padding-left: 17.9%
}

.rotate-slider .owl-item {
    transition: 1s;
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.1)
}

.rotate-slider .owl-item:not(.active) {
    transform: scale(0.8) translateX(100%);
    transform-origin: left
}

*,
:after,
:before {
    box-sizing: inherit
}

html {
    font-size: 62.5%;
    font-size-adjust: 100%;
    font-weight: 400;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

html.dark-theme {
    background-color: #151515
}

body {
    margin: 0;
    overflow-x: hidden;
    font-family: Poppins, sans-serif;
    font-size: 1.4rem;
    line-height: 1.6;
    color: #666
}

main {
    display: block;
    position: relative;
    background-color: #151515
}

body:not(.loaded) * {
    transition: all 0s !important
}

.page-wrapper {
    position: relative;
    transition: margin 0.4s
}

table {
    width: 100%;
    border-collapse: collapse
}

table td,
table th {
    padding: 0
}

.section {
    padding: 7rem 0
}

.parallax {
    background-color: #3c3f41
}

ul {
    padding-left: 1.5em
}

.breadcrumb,
.category ul,
.dropdown-box,
.filter-items,
.list,
.menu,
.menu ul,
.mobile-menu,
.mobile-menu ul,
.nav,
.nav-filters,
.nav ul,
.pagination,
.product-nav,
.select-menu>ul,
.widget-body,
.widget-body ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

a {
    text-decoration: none;
    color: inherit;
    transition: color 0.3s
}

a:hover {
    color: #fabf00
}

figure {
    margin: 0
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle
}

hr {
    margin-bottom: 2rem;
    border: 0;
    border-top: 1px solid #666
}

input {
    -webkit-appearance: none;
    border: 0;
    padding: 0;
    font-family: Poppins, sans-serif
}

input:focus {
    outline: 0
}

.input-group>button,
.input-group>input,
.input-wrapper>button,
.input-wrapper>input {
    margin: 0px
}

i {
    font-style: normal
}

button:focus {
    outline: none
}

.scrollable,
.sidebar-content {
    -webkit-overflow-scrolling: touch
}

.scrollable::-webkit-scrollbar,
.sidebar-content::-webkit-scrollbar {
    height: 7px;
    width: 4px
}

.scrollable::-webkit-scrollbar-thumb,
.sidebar-content::-webkit-scrollbar-thumb {
    margin-right: 2px;
    background: rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    cursor: pointer
}

@keyframes bouncedelay {

    0%,
    80%,
    to {
        transform: scale(1)
    }

    40% {
        transform: scale(1.2)
    }
}

@keyframes rotatedelay {
    0% {
        transform: rotateZ(0)
    }

    to {
        transform: rotateZ(360deg)
    }
}

@keyframes reveal-1 {
    0% {
        transform: rotate3d(0, 0, 1, 135deg) translate3d(0, 0, 0);
        border-radius: 50%
    }

    20% {
        transform: rotate3d(0, 0, 1, 135deg) translate3d(55%, 55%, 0);
        border-radius: 0
    }

    80% {
        transform: rotate3d(0, 0, 1, 495deg) translate3d(55%, 55%, 0);
        border-radius: 0
    }

    to {
        transform: rotate3d(0, 0, 1, 495deg) translate3d(0, 0, 0);
        border-radius: 50%
    }
}

@keyframes reveal-2 {
    0% {
        transform: rotate3d(0, 0, 1, 135deg) translate3d(0, 0, 0);
        border-radius: 50%
    }

    20% {
        transform: rotate3d(0, 0, 1, 135deg) translate3d(55%, -55%, 0);
        border-radius: 0
    }

    80% {
        transform: rotate3d(0, 0, 1, 495deg) translate3d(55%, -55%, 0);
        border-radius: 0
    }

    to {
        transform: rotate3d(0, 0, 1, 495deg) translate3d(0, 0, 0);
        border-radius: 50%
    }
}

@keyframes reveal-3 {
    0% {
        transform: rotate3d(0, 0, 1, 135deg) translate3d(0, 0, 0);
        border-radius: 50%
    }

    20% {
        transform: rotate3d(0, 0, 1, 135deg) translate3d(-55%, -55%, 0);
        border-radius: 0
    }

    80% {
        transform: rotate3d(0, 0, 1, 495deg) translate3d(-55%, -55%, 0);
        border-radius: 0
    }

    to {
        transform: rotate3d(0, 0, 1, 495deg) translate3d(0, 0, 0);
        border-radius: 50%
    }
}

@keyframes reveal-4 {
    0% {
        transform: rotate3d(0, 0, 1, 135deg) translate3d(0, 0, 0);
        border-radius: 50%
    }

    20% {
        transform: rotate3d(0, 0, 1, 135deg) translate3d(-55%, 55%, 0);
        border-radius: 0
    }

    80% {
        transform: rotate3d(0, 0, 1, 495deg) translate3d(-55%, 55%, 0);
        border-radius: 0
    }

    to {
        transform: rotate3d(0, 0, 1, 495deg) translate3d(0, 0, 0);
        border-radius: 50%
    }
}

.appear-animate {
    transform: translate3d(0, 0, 0) scale(1);
    will-change: transform, filter, opacity
}

.fade {
    opacity: 0;
    transition: opacity 0.5s
}

.fade.in {
    opacity: 1
}

.scroll-top {
    position: fixed;
    text-align: center;
    bottom: 30px;
    left: auto;
    right: 30px;
    width: 60px;
    height: 60px;
    font-size: 27px;
    opacity: 0;
    visibility: hidden;
    transition: transform 0.3s, visibility 0.3s, opacity 0.3s;
    color: #fff;
    transform: translateY(40px);
    border-radius: 3px;
    z-index: 999;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    line-height: 60px;
    background-color: #222
}

.scroll-top:hover {
    color: #fff
}

.scroll-top i {
    font-weight: 900;
    line-height: inherit
}

@media (min-width:768px) {
    .scroll-top.show {
        visibility: visible;
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes fixedTop {
    0% {
        transform: translateY(-100%);
        transform-origin: center top 0px
    }

    to {
        transform: translateY(0)
    }
}

@keyframes fixedBottom {
    0% {
        transform: translateY(100%);
        transform-origin: center top 0px
    }

    to {
        transform: translateY(0)
    }
}

.sticky-content.fix-top {
    top: 0
}

.sticky-content.fix-bottom {
    bottom: 0
}

.sticky-content.fixed {
    position: fixed;
    opacity: 1;
    left: 0;
    right: 0;
    background-color: #151515;
    z-index: 1051;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1)
}

.sticky-content.fixed.fix-top {
    animation: fixedTop 0.4s
}

.sticky-content.fixed.fix-bottom {
    animation: fixedBottom 0.4s
}

.load-more-overlay.loading:after,
.loading:not(.load-more-overlay) {
    animation: spin 650ms infinite linear;
    border: 2px solid transparent;
    border-radius: 32px;
    border-top: 2px solid rgba(0, 0, 0, 0.4) !important;
    border-right: 2px solid rgba(0, 0, 0, 0.4) !important;
    border-bottom: 2px solid rgba(0, 0, 0, 0.4) !important;
    content: "";
    display: block;
    height: 21px;
    top: 50%;
    margin-top: -11px;
    left: 50%;
    margin-left: -10px;
    right: auto;
    position: absolute;
    width: 21px
}

.dark-theme .load-more-overlay.loading:after,
.dark-theme .loading:not(.load-more-overlay) {
    border-radius: 32px;
    border-top: 2px solid rgba(255, 255, 255, 0.6) !important;
    border-right: 2px solid rgba(255, 255, 255, 0.6) !important;
    border-bottom: 2px solid rgba(255, 255, 255, 0.6) !important
}

.load-more-overlay {
    position: relative
}

.load-more-overlay.loading:after {
    content: ""
}

.load-more-overlay:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #151515;
    opacity: 0.8
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(359deg)
    }
}

.d-loading {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.6);
    z-index: 10
}

.d-loading.small i {
    position: absolute;
    left: calc(50% - 10px);
    top: calc(50% - 10px);
    width: 20px;
    height: 20px
}

.d-loading i {
    position: absolute;
    left: calc(50% - 17px);
    top: calc(50% - 17px);
    width: 34px;
    height: 34px;
    border: 2px solid transparent;
    border-top-color: #fabf00;
    border-radius: 50%;
    animation: spin 0.75s infinite linear
}

.d-loading i:before {
    content: "";
    top: -2px;
    left: -2px;
    position: absolute;
    width: inherit;
    height: inherit;
    border: inherit;
    border-radius: inherit;
    animation: spin 1.5s infinite ease
}

.w-100 {
    width: 100% !important
}

.h-100 {
    height: 100% !important
}

.d-none {
    display: none !important
}

.d-block {
    display: block !important
}

.d-inline-block {
    display: inline-block !important
}

.d-flex {
    display: flex !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.align-items-center {
    align-items: center !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.overflow-hidden {
    overflow: hidden !important
}

@media (min-width:1200px) {

    .d-xl-block {
        display: block !important
    }

    .d-xl-flex {
        display: flex !important
    }
}

@media (max-width:991px) {
    .d-lg-show {
        display: none !important
    }
}

.font-weight-bolder {
    font-weight: 800 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-weight-semi-bold {
    font-weight: 600 !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-light {
    font-weight: 300 !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.text-normal {
    text-transform: none !important
}

.text-left {
    text-align: left !important
}

.text-center {
    text-align: center !important
}

.text-right {
    text-align: right !important
}

.text-white {
    color: #fff !important
}

.text-grey {
    color: #999 !important
}

.text-dark {
    color: #fff !important
}

.text-black {
    color: #000 !important
}

.text-primary {
    color: #fabf00 !important
}

.ls-s {
    letter-spacing: -0.01em !important
}

.ls-m {
    letter-spacing: -0.025em !important
}

.ls-l {
    letter-spacing: -0.05em !important
}

.ls-normal {
    letter-spacing: 0 !important
}

.lh-1 {
    line-height: 1 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-light {
    background-color: #ccc !important
}

.bg-primary {
    background-color: #fabf00 !important
}

.border-no {
    border: none !important
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-weight: 400;
    margin: 0 0 2rem
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    line-height: 1.4;
    color: #fff
}

h1 {
    font-size: 4rem
}

h2 {
    font-size: 3.4rem
}

h3 {
    font-size: 3rem
}

h4 {
    font-size: 2.4rem
}

h5 {
    font-size: 1.8rem
}

h6 {
    font-size: 1.5rem
}

p {
    font-family: Poppins, sans-serif;
    font-size: 1.4rem;
    line-height: 1.86
}

blockquote {
    margin: 0
}

.list {
    font-size: 1.4rem;
    line-height: 1.86;
    color: #666
}

.container {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto
}

@media (max-width:479px) {

    .container {
        padding-left: 15px;
        padding-right: 15px
    }
}

.container {
    max-width: 1220px
}

.divider {
    display: inline-block;
    vertical-align: middle;
    margin-right: 1.5rem;
    height: 2.5rem;
    width: 1px;
    background-color: #333
}

.dark-theme .divider {
    background-color: #fff3
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px
}

.row>* {
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px
}

.gutter-lg {
    margin-left: -15px;
    margin-right: -15px
}

.gutter-lg>* {
    padding-right: 15px;
    padding-left: 15px
}

.gutter-sm {
    margin-left: -5px;
    margin-right: -5px
}

.gutter-sm>* {
    padding-right: 5px;
    padding-left: 5px
}

.gutter-no {
    margin-left: 0;
    margin-right: 0
}

.gutter-no>* {
    padding-right: 0;
    padding-left: 0
}

.cols-1>* {
    max-width: 100%;
    flex: 0 0 100%
}

.cols-2>* {
    max-width: 50%;
    flex: 0 0 50%
}

.cols-3>* {
    max-width: 33.3333%;
    flex: 0 0 33.3333%
}

.cols-4>* {
    max-width: 25%;
    flex: 0 0 25%
}

@media (min-width:576px) {

    .cols-sm-2>* {
        max-width: 50%;
        flex: 0 0 50%
    }

    .cols-sm-3>* {
        max-width: 33.3333%;
        flex: 0 0 33.3333%
    }
}

@media (min-width:768px) {

    .cols-md-4>* {
        max-width: 25%;
        flex: 0 0 25%
    }
}

@media (min-width:992px) {

    .cols-lg-3>* {
        max-width: 33.3333%;
        flex: 0 0 33.3333%
    }

    .cols-lg-5>* {
        max-width: 20%;
        flex: 0 0 20%
    }
}

@media (min-width:1200px) {

    .cols-xl-2>* {
        max-width: 50%;
        flex: 0 0 50%
    }

    .cols-xl-5>* {
        max-width: 20%;
        flex: 0 0 20%
    }

    .cols-xl-6>* {
        max-width: 16.6667%;
        flex: 0 0 16.6667%
    }
}

.col-3 {
    max-width: 25%;
    flex: 0 0 25%
}

.col-4 {
    max-width: 33.3333%;
    flex: 0 0 33.3333%
}

.col-6 {
    max-width: 50%;
    flex: 0 0 50%
}

.col-9 {
    max-width: 75%;
    flex: 0 0 75%
}

.col-12 {
    max-width: 100%;
    flex: 0 0 100%
}

@media (min-width:576px) {

    .col-sm-4 {
        max-width: 33.3333%;
        flex: 0 0 33.3333%
    }

    .col-sm-6 {
        max-width: 50%;
        flex: 0 0 50%
    }

    .col-sm-12 {
        max-width: 100%;
        flex: 0 0 100%
    }
}

@media (min-width:768px) {

    .col-md-2 {
        max-width: 16.6667%;
        flex: 0 0 16.6667%
    }

    .col-md-4 {
        max-width: 33.3333%;
        flex: 0 0 33.3333%
    }

    .col-md-5 {
        max-width: 41.6667%;
        flex: 0 0 41.6667%
    }

    .col-md-6 {
        max-width: 50%;
        flex: 0 0 50%
    }

    .col-md-7 {
        max-width: 58.3333%;
        flex: 0 0 58.3333%
    }

    .col-md-8 {
        max-width: 66.6667%;
        flex: 0 0 66.6667%
    }

    .col-md-12 {
        max-width: 100%;
        flex: 0 0 100%
    }
}

@media (min-width:992px) {

    .col-lg-3 {
        max-width: 25%;
        flex: 0 0 25%
    }

    .col-lg-4 {
        max-width: 33.3333%;
        flex: 0 0 33.3333%
    }

    .col-lg-5 {
        max-width: 41.6667%;
        flex: 0 0 41.6667%
    }

    .col-lg-6 {
        max-width: 50%;
        flex: 0 0 50%
    }

    .col-lg-7 {
        max-width: 58.3333%;
        flex: 0 0 58.3333%
    }

    .col-lg-8 {
        max-width: 66.6667%;
        flex: 0 0 66.6667%
    }

    .col-lg-9 {
        max-width: 75%;
        flex: 0 0 75%
    }

    .col-lg-12 {
        max-width: 100%;
        flex: 0 0 100%
    }
}

@media (min-width:1200px) {

    .col-xl-2 {
        max-width: 16.6667%;
        flex: 0 0 16.6667%
    }

    .col-xl-3 {
        max-width: 25%;
        flex: 0 0 25%
    }

    .col-xl-12 {
        max-width: 100%;
        flex: 0 0 100%
    }
}

@media (min-width:768px) {

    .order-md-last {
        order: 9
    }
}

.grid {
    margin: -1rem
}

.grid .banner,
.grid .banner img,
.grid .category,
.grid .category>a,
.grid .category img,
.grid figure {
    height: 100%
}

.grid img {
    object-fit: cover
}

.grid .grid-item {
    padding: 1rem;
    transform: translate3d(0, 0, 0)
}

.grid.gutter-sm {
    margin: -0.5rem
}

.grid.gutter-sm .grid-item {
    padding: 0.5rem
}

.grid.gutter-no {
    margin: 0
}

.grid.gutter-no .grid-item {
    padding: 0
}

.grid:after {
    content: "";
    display: block;
    clear: both
}

.grid.grid-float {
    display: block !important
}

.grid.grid-float .grid-item {
    float: left
}

.mt-0 {
    margin-top: 0rem !important
}

.mb-0 {
    margin-bottom: 0rem !important
}

.pb-0 {
    padding-bottom: 0rem !important
}

.mt-1 {
    margin-top: 0.5rem !important
}

.mb-1 {
    margin-bottom: 0.5rem !important
}

.pt-1 {
    padding-top: 0.5rem !important
}

.pb-1 {
    padding-bottom: 0.5rem !important
}

.mt-2 {
    margin-top: 1rem !important
}

.mb-2 {
    margin-bottom: 1rem !important
}

.pt-2 {
    padding-top: 1rem !important
}

.pb-2 {
    padding-bottom: 1rem !important
}

.mt-3 {
    margin-top: 1.5rem !important
}

.mb-3 {
    margin-bottom: 1.5rem !important
}

.pt-3 {
    padding-top: 1.5rem !important
}

.pb-3 {
    padding-bottom: 1.5rem !important
}

.mt-4 {
    margin-top: 2rem !important
}

.mb-4 {
    margin-bottom: 2rem !important
}

.pt-4 {
    padding-top: 2rem !important
}

.pb-4 {
    padding-bottom: 2rem !important
}

.mb-5 {
    margin-bottom: 2.5rem !important
}

.mb-6 {
    margin-bottom: 3rem !important
}

.pb-6 {
    padding-bottom: 3rem !important
}

.mt-7 {
    margin-top: 3.5rem !important
}

.pt-7 {
    padding-top: 3.5rem !important
}

.mt-8 {
    margin-top: 4rem !important
}

.mb-8 {
    margin-bottom: 4rem !important
}

.mt-10 {
    margin-top: 5rem !important
}

.mb-10 {
    margin-bottom: 5rem !important
}

.pt-10 {
    padding-top: 5rem !important
}

.pb-10 {
    padding-bottom: 5rem !important
}

.mr-0 {
    margin-right: 0rem !important
}

.pl-0 {
    padding-left: 0rem !important
}

.mr-1 {
    margin-right: 0.5rem !important
}

.ml-2 {
    margin-left: 1rem !important
}

.mr-2 {
    margin-right: 1rem !important
}

.mr-4 {
    margin-right: 2rem !important
}

.pl-4 {
    padding-left: 2rem !important
}

.pr-4 {
    padding-right: 2rem !important
}

.ml-5 {
    margin-left: 2.5rem !important
}

.mr-5 {
    margin-right: 2.5rem !important
}

.ml-6 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.ml-auto {
    margin-left: auto !important
}

@media (min-width:768px) {

    .mb-md-0 {
        margin-bottom: 0rem !important
    }

    .pt-md-0 {
        padding-top: 0rem !important
    }

    .ml-md-3 {
        margin-left: 1.5rem !important
    }

    .mb-md-5 {
        margin-bottom: 2.5rem !important
    }
}

@media (min-width:992px) {

    .mr-lg-2 {
        margin-right: 1rem !important
    }

    .pr-lg-4 {
        padding-right: 2rem !important
    }
}

@media (min-width:1200px) {

    .mb-xl-0 {
        margin-bottom: 0rem !important
    }
}

.accordion {
    overflow: hidden
}

.accordion .collapsed,
.accordion .expanding {
    display: none
}

.card-header {
    text-transform: capitalize;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1;
    color: #fff
}

.card-header a {
    display: flex;
    align-items: center;
    position: relative;
    padding: 1.8rem 0.5rem
}

.card-header a:hover {
    color: #fabf00
}

.card-header a:hover span {
    color: #fabf00
}

.card-header a:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0.5rem;
    font-family: "riode";
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: -0.01em;
    color: #fff
}

.card-header .collapse {
    color: #fabf00
}

.expand:after {
    content: ""
}

.collapse:after {
    content: ""
}

.card-body {
    padding: 0rem 0.5rem
}

.card {
    background-color: transparent
}

.accordion-simple .card {
    border-top: 1px solid #333
}

.alert {
    position: relative;
    padding: 1.6rem 3.8rem 1.6rem 1.8rem;
    border: 1px solid #fff;
    font-size: 1.4rem;
    line-height: 1.75
}

.alert .btn-close {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 2.1rem;
    transform: translateY(-50%);
    margin-top: -0.1rem;
    font-size: 1.5rem;
    line-height: 0
}

.btn-close {
    transition: color 0.3s
}

.btn-close:hover {
    color: #000
}

.alert-primary {
    background-color: #fabf00;
    border-color: #fabf00;
    color: #fabf00
}

.alert-warning {
    background-color: #fabf00;
    border-color: #fabf00;
    color: #fabf00
}

.alert-simple {
    background-color: transparent;
    border-style: dashed;
    border-color: #cacbcc
}

.alert-dark {
    color: #fff
}

.alert-dark .btn-close {
    color: #fff
}

.alert-icon {
    padding: 1.5rem 3.9rem 1.5rem 1.9rem
}

.alert-icon>i {
    vertical-align: middle;
    margin-right: 1.2rem;
    line-height: 1;
    font-size: 2.4rem;
    font-weight: 600
}

.alert-light.alert-primary {
    background-color: #edf4f9;
    border-color: #edf4f9
}

.alert-light.alert-warning {
    background-color: #fff5eb;
    border-color: #fff5eb
}

.alert-message {
    display: block;
    padding: 1.3rem 3.9rem 1.9rem 1.9rem
}

.alert-message .btn-close {
    position: absolute;
    transform: translateY(0);
    top: 2.7rem;
    right: 2.1rem;
    font-size: 1.4rem
}

.alert-message p {
    margin: 0;
    padding-right: 2rem;
    line-height: 1.7
}

.alert-btn:not(.alert-message) {
    padding: 0.9rem 3.9rem 0.9rem 0.9rem
}

.alert-btn .btn:not(.btn-close) {
    margin-right: 1rem;
    padding: 0.73em 1.61em
}

.alert-btn.alert-message p {
    margin-bottom: 1rem
}

.alert-btn.alert-dark.alert-warning .btn:not(.btn-close) {
    background-color: transparent;
    padding: 0.7em 1.43em;
    border-width: 3px;
    color: #fff
}

.alert-btn.alert-dark.alert-warning .btn:not(.btn-close):hover {
    border-color: #df7f50;
    background: #df7f50
}

.alert-btn.alert-light.alert-warning .btn:not(.btn-close) {
    color: #fabf00;
    background-color: #222;
    border-color: #222
}

.alert-btn.alert-light.alert-warning .btn:not(.btn-close):hover {
    color: #fff;
    background-color: #fabf00;
    border-color: #fabf00
}

@keyframes maskUp {
    0% {
        transform: translate(0, 100%)
    }

    to {
        transform: translate(0, 0)
    }
}

@keyframes maskRight {
    0% {
        transform: translate(-100%, 0)
    }

    to {
        transform: translate(0, 0)
    }
}

@keyframes maskDown {
    0% {
        transform: translate(0, -100%)
    }

    to {
        transform: translate(0, 0)
    }
}

@keyframes maskLeft {
    0% {
        transform: translate(100%, 0)
    }

    to {
        transform: translate(0, 0)
    }
}

@keyframes fadeInUpShorter {
    0% {
        opacity: 0;
        transform: translate(0, 50px);
        transform-origin: 0 0
    }

    to {
        opacity: 1;
        transform: none
    }
}

@keyframes fadeInLeftShorter {
    0% {
        opacity: 0;
        transform: translate(50px, 0);
        transform-origin: 0 0
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInLeftShorter {
    animation-name: fadeInLeftShorter
}

@keyframes fadeInRightShorter {
    0% {
        opacity: 0;
        transform: translate(-50px, 0);
        transform-origin: 0 0
    }

    to {
        opacity: 1;
        transform: none
    }
}

@keyframes fadeInDownShorter {
    0% {
        opacity: 0;
        transform: translate(0, -50px);
        transform-origin: 0 0
    }

    to {
        opacity: 1;
        transform: none
    }
}

@keyframes blurIn {
    0% {
        opacity: 0;
        filter: blur(20px);
        transform: scale(1.2)
    }

    to {
        opacity: 1;
        filter: blur(0);
        transform: none
    }
}

@keyframes grayOut {
    0% {
        opacity: 1;
        filter: grayscale(0)
    }

    15% {
        filter: grayscale(100%)
    }

    to {
        opacity: 0;
        filter: grayscale(100%)
    }
}

@keyframes dotPulse {
    0% {
        opacity: 1;
        transform: scale(0.2)
    }

    to {
        opacity: 0;
        transform: scale(1)
    }
}

@keyframes slideInUp {
    0% {
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes slideInDown {
    0% {
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes slideInLeft {
    0% {
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes slideInRight {
    0% {
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes flipInX {
    0% {
        animation-timing-function: ease-in;
        opacity: 0;
        transform: perspective(400px) rotateX(90deg)
    }

    to {
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    0% {
        animation-timing-function: ease-in;
        opacity: 0;
        transform: perspective(400px) rotateY(90deg)
    }

    to {
        transform: perspective(400px)
    }
}

@keyframes flipOutY {
    0% {
        animation-timing-function: ease-out;
        transform: perspective(400px)
    }

    to {
        opacity: 0;
        transform: perspective(400px) rotateY(90deg)
    }
}

@keyframes brightIn {
    0% {
        animation-timing-function: ease-in;
        filter: brightness(0%)
    }

    to {
        filter: brightness(100%)
    }
}

.appear-animate {
    visibility: hidden;
    opacity: 0
}

.appear-animation-visible {
    visibility: visible;
    opacity: 1
}

@-webkit-keyframes zoomInShorter {
    0% {
        -webkit-transform: scale3d(0.8, 0.8, 0.8);
        opacity: 0;
        transform: scale3d(0.8, 0.8, 0.8)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomInShorter {
    0% {
        -webkit-transform: scale3d(0.8, 0.8, 0.8);
        opacity: 0;
        transform: scale3d(0.8, 0.8, 0.8)
    }

    50% {
        opacity: 1
    }
}

.zoomInShorter {
    -webkit-animation-name: zoomInShorter;
    animation-name: zoomInShorter
}

@keyframes bounceInUp {

    60%,
    75%,
    90%,
    0%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }

    75% {
        transform: translate3d(0, 10px, 0)
    }

    90% {
        transform: translate3d(0, -5px, 0)
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideZoomIn {
    0% {
        transform: scale3d(1, 1, 1);
        opacity: 1
    }

    to {
        transform: scale3d(1.1, 1.1, 1);
        opacity: 1
    }
}

@keyframes rotateStar {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

.comment {
    position: relative;
    display: flex;
    align-items: flex-start
}

.comment p:last-child {
    margin-bottom: 0
}

.banner {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    font-size: 1rem
}

.banner figure img {
    display: block;
    width: 100%;
    height: auto
}

.banner .banner-content {
    position: relative
}

.banner-radius {
    border-radius: 1rem;
    overflow: hidden
}

.banner-subtitle {
    letter-spacing: -0.025em;
    line-height: 1
}


.banner-title {
    line-height: 1
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
    .intro-slider .banner img {
        height: 100%;
        width: 100%
    }
}

@media (max-width:991px) {
    .banner {
        font-size: 8px
    }
}

@media (max-width:479px) {
    .banner {
        font-size: 7px
    }
}

.btn {
    display: inline-block;
    border: 2px solid #e4eaec;
    background-color: #e4eaec;
    color: #222;
    outline: 0;
    padding: 1.22em 2.78em;
    font-weight: 700;
    font-size: 1.4rem;
    font-family: Poppins, sans-serif;
    letter-spacing: 0;
    line-height: 1.2;
    text-transform: uppercase;
    text-align: center;
    transition: color 0.3s, border-color 0.3s, background-color 0.3s, box-shadow 0.3s;
    white-space: nowrap;
    cursor: pointer
}

.btn:active,
.btn:focus,
.btn:hover {
    color: #222;
    border-color: #cfdadd;
    background-color: #cfdadd
}

.btn i {
    display: inline-block;
    vertical-align: middle;
    margin-left: 0.4rem;
    line-height: 0;
    font-size: 1.9rem
}

.btn i:before {
    margin: 0
}

.btn-outline {
    border: 2px solid #e4eaec;
    color: #fff;
    background-color: transparent
}

.btn-outline:active,
.btn-outline:focus,
.btn-outline:hover {
    border-color: #666;
    background-color: #666;
    color: #fff
}

.btn-icon-left i,
.btn-icon-right i {
    line-height: 0
}

.btn-icon-right {
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.btn-icon-right i {
    margin-left: 0.7rem
}

.btn-icon-left {
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.btn-icon-left i {
    margin-right: 0.7rem;
    margin-left: 0
}

@keyframes slideLeft {
    0% {
        transform: translateX(0)
    }

    50% {
        transform: translateX(-0.5em)
    }

    to {
        transform: translateX(0)
    }
}

@keyframes slideRight {
    0% {
        transform: translateX(0)
    }

    50% {
        transform: translateX(0.5em)
    }

    to {
        transform: translateX(0)
    }
}

@keyframes slideUp {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-0.5em)
    }

    to {
        transform: translateY(0)
    }
}

@keyframes slideDown {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(0.5em)
    }

    to {
        transform: translateY(0)
    }
}

.btn-underline:active:after,
.btn-underline:focus:after,
.btn-underline:hover:after {
    transform: scaleX(1)
}

.btn-underline:after {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1px;
    width: 100%;
    border-bottom: 2px solid;
    transform: scaleX(0);
    transition: transform 0.3s;
    content: ""
}

.btn-underline i {
    margin-bottom: 2px
}

.btn-underline.sm:after {
    width: 46%
}

.btn-underline.lg:after {
    margin-left: -16.5%;
    margin-right: -16.5%;
    width: 133%
}

.btn-link {
    padding: 0;
    color: #222;
    border: 0;
    background-color: transparent
}

.btn-link:active,
.btn-link:focus,
.btn-link:hover {
    background-color: transparent
}

.btn-disabled {
    cursor: not-allowed;
    background-color: #e4eaec !important;
    color: #999 !important;
    border-color: #e4eaec !important;
    box-shadow: none !important
}

.btn-disabled:after,
.btn-disabled:before {
    content: none !important
}

.btn.btn-rounded {
    border-radius: 3px
}

.btn.btn-rounded:after,
.btn.btn-rounded:before {
    border-radius: 3px
}

.btn.btn-md {
    padding: 1.07em 2.15em;
    font-size: 1.3rem
}

.btn.btn-sm {
    padding: 0.92em 1.61em;
    font-size: 1.3rem
}

.btn.btn-link {
    padding: 0
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .btn.btn-link {
        overflow: visible
    }
}

.btn-primary {
    color: #fff;
    border-color: #fabf00;
    background-color: #fabf00
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
    color: #fff;
    border-color: #ffca1f;
    background-color: #ffca1f
}

.btn-primary.btn-outline {
    color: #fabf00;
    border-color: #fabf00;
    background-color: transparent
}

.btn-primary.btn-outline:active,
.btn-primary.btn-outline:focus,
.btn-primary.btn-outline:hover {
    background-color: #fabf00;
    color: #fff
}

.btn-primary.btn-link {
    background-color: transparent;
    color: #fabf00
}

.btn-primary.btn-link:active,
.btn-primary.btn-link:focus,
.btn-primary.btn-link:hover {
    color: #222
}

.btn-primary.btn-underline:active,
.btn-primary.btn-underline:focus,
.btn-primary.btn-underline:hover {
    color: #fabf00
}

.btn-secondary {
    color: #fff;
    border-color: #fabf00;
    background-color: #fabf00
}

.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:hover {
    color: #fff;
    border-color: #ffca1f;
    background-color: #ffca1f
}

.btn-secondary.btn-outline {
    color: #fabf00;
    border-color: #fabf00;
    background-color: transparent
}

.btn-secondary.btn-outline:active,
.btn-secondary.btn-outline:focus,
.btn-secondary.btn-outline:hover {
    background-color: #fabf00;
    color: #fff
}

.btn-secondary.btn-link {
    background-color: transparent;
    color: #fabf00
}

.btn-secondary.btn-link:active,
.btn-secondary.btn-link:focus,
.btn-secondary.btn-link:hover {
    color: #222
}

.btn-secondary.btn-underline:active,
.btn-secondary.btn-underline:focus,
.btn-secondary.btn-underline:hover {
    color: #fabf00
}

.btn-success {
    color: #fff;
    border-color: #a8c26e;
    background-color: #a8c26e
}

.btn-success:active,
.btn-success:focus,
.btn-success:hover {
    color: #fff;
    border-color: #b7cd87;
    background-color: #b7cd87
}

.btn-success.btn-outline {
    color: #a8c26e;
    border-color: #a8c26e;
    background-color: transparent
}

.btn-success.btn-outline:active,
.btn-success.btn-outline:focus,
.btn-success.btn-outline:hover {
    background-color: #a8c26e;
    color: #fff
}

.btn-success.btn-link {
    background-color: transparent;
    color: #a8c26e
}

.btn-success.btn-link:active,
.btn-success.btn-link:focus,
.btn-success.btn-link:hover {
    color: #222
}

.btn-success.btn-underline:active,
.btn-success.btn-underline:focus,
.btn-success.btn-underline:hover {
    color: #a8c26e
}

.btn-dark {
    color: #fff;
    border-color: #fff;
    background-color: #fff
}

.btn-dark:active,
.btn-dark:focus,
.btn-dark:hover {
    color: #fff;
    border-color: white;
    background-color: white
}

.btn-dark.btn-outline {
    color: #fff;
    border-color: #fff;
    background-color: transparent
}

.btn-dark.btn-outline:active,
.btn-dark.btn-outline:focus,
.btn-dark.btn-outline:hover {
    background-color: #fff;
    color: #fff
}

.btn-dark.btn-link {
    background-color: transparent;
    color: #fff
}

.btn-dark.btn-link:active,
.btn-dark.btn-link:focus,
.btn-dark.btn-link:hover {
    color: #222
}

.btn-dark.btn-underline:active,
.btn-dark.btn-underline:focus,
.btn-dark.btn-underline:hover {
    color: #fff
}

.btn-white {
    color: #222;
    background-color: #fff;
    border-color: #fff
}

.btn-white:active,
.btn-white:focus,
.btn-white:hover {
    color: #fff;
    border-color: #fabf00;
    background-color: #fabf00
}

.btn-white.btn-outline {
    color: #fff;
    background-color: transparent;
    border-color: #fff
}

.btn-white.btn-outline:active,
.btn-white.btn-outline:focus,
.btn-white.btn-outline:hover {
    color: #fabf00;
    background-color: #fff
}

.btn-white.btn-link {
    color: #fff;
    background-color: transparent
}

.btn-white.btn-link:active,
.btn-white.btn-link:focus,
.btn-white.btn-link:hover {
    color: #fff;
    background-color: transparent
}

.dark-theme .btn-outline:not(:hover),
.dark-theme .btn-white:not(:hover) {
    border-color: #666;
    color: #fff
}

.dark-theme .btn-link:not(.btn-primary) {
    color: #d7d7d7
}

.dark-theme .btn-dark {
    color: #fff;
    border-color: #050505;
    background-color: #050505
}

.dark-theme .btn-dark:active,
.dark-theme .btn-dark:focus,
.dark-theme .btn-dark:hover {
    color: #fff;
    border-color: #171717;
    background-color: #171717
}

.dark-theme .btn-dark.btn-outline {
    color: #050505;
    border-color: #050505;
    background-color: transparent
}

.dark-theme .btn-dark.btn-outline:active,
.dark-theme .btn-dark.btn-outline:focus,
.dark-theme .btn-dark.btn-outline:hover {
    background-color: #050505;
    color: #fff
}

.dark-theme .btn-dark.btn-link {
    background-color: transparent;
    color: #050505
}

.dark-theme .btn-dark.btn-link:active,
.dark-theme .btn-dark.btn-link:focus,
.dark-theme .btn-dark.btn-link:hover {
    color: #222
}

.dark-theme .btn-dark.btn-underline:active,
.dark-theme .btn-dark.btn-underline:focus,
.dark-theme .btn-dark.btn-underline:hover {
    color: #050505
}

.post {
    font-family: Poppins, sans-serif
}

.post .btn i {
    margin-left: 8px
}

.post .btn i:before {
    margin: 0
}

.post .post-details>:last-child {
    margin-bottom: 0
}

.post-media {
    position: relative;
    width: 100%;
    margin-bottom: 0;
    overflow: hidden;
    border-radius: 0.3rem
}

.post-media img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.3s
}

.post-details {
    padding: 1.3rem 1.7rem 2.3rem 2rem
}

.post-title {
    margin-bottom: 0.5rem;
    text-transform: capitalize;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: -0.025em
}

.post-content {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 1.8rem;
    line-height: 1.72;
    letter-spacing: 0;
    color: #666
}

.inner-video .post-media {
    position: relative
}

.inner-video .video-play {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: color 0.3s, opacity 0.3s;
    font-family: "Font Awesome 5 Free";
    font-size: 6rem;
    color: #fff;
    cursor: pointer;
    z-index: 10
}

.inner-video .video-play:before {
    content: ""
}

.inner-video video {
    display: none;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 100%;
    object-fit: cover
}

.inner-video.paused video,
.inner-video.playing video {
    display: block
}

.inner-video.paused .video-play,
.inner-video.playing .video-play {
    opacity: 0
}

.inner-video.paused .video-play:before,
.inner-video.playing .video-play:before {
    content: ""
}

.inner-video.paused .post-media,
.inner-video.playing .post-media {
    background-color: #000
}

.inner-video.paused .post-media:hover .video-play,
.inner-video.playing .post-media:hover .video-play {
    opacity: 1
}

.inner-video.paused img,
.inner-video.playing img {
    visibility: hidden
}

.inner-video.paused .video-play {
    opacity: 1
}

.inner-video.paused .video-play:before {
    content: ""
}

.owl-carousel.blog-centerzoom-carousel .post {
    position: relative
}

.owl-carousel.blog-centerzoom-carousel .post-details {
    background-color: #1d1d1d
}

.owl-carousel.blog-centerzoom-carousel .btn {
    font-size: 13px
}

@media (min-width:992px) {
    .owl-carousel.blog-centerzoom-carousel .owl-item {
        padding-bottom: 300px
    }

    .owl-carousel.blog-centerzoom-carousel .post-details {
        position: absolute
    }

    .owl-carousel.blog-centerzoom-carousel .owl-item .post-media {
        transform: scale(0.75);
        transition: transform 0.2s;
        transform-origin: top center
    }

    .owl-carousel.blog-centerzoom-carousel .owl-item .post-details {
        width: 75%;
        top: 75%;
        transition: width 0.2s, top 0.2s, left 0.2s
    }

    .owl-carousel.blog-centerzoom-carousel .center .post-media {
        transform: scale(1.5)
    }

    .owl-carousel.blog-centerzoom-carousel .center .post-details {
        top: 150%;
        width: 150%;
        left: -25%
    }

    .owl-carousel.blog-centerzoom-carousel .active+.owl-item:not(.active) .post-media,
    .owl-carousel.blog-centerzoom-carousel .owl-item:not(.active)+.owl-item:not(.active) .post-media {
        transform-origin: top left
    }

    .owl-carousel.blog-centerzoom-carousel .owl-item:not(.active)+.active .post-media {
        transform-origin: top left
    }

    .owl-carousel.blog-centerzoom-carousel .center+.active .post-media {
        transform-origin: top right
    }

    .owl-carousel.blog-centerzoom-carousel .center+.active .post-details {
        left: 25%
    }
}

.category {
    position: relative;
    font-size: 1rem
}

.category img {
    display: block;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto
}

@keyframes slideUpShorter {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-4px)
    }

    to {
        transform: translateY(0)
    }
}

@font-face {
    font-family: "riode";
    src: url("../fonts/riode.eot?5gap68");
    src: url("../fonts/riode.eot?5gap68#iefix") format("embedded-opentype"), url("../fonts/riode.ttf?5gap68") format("truetype"), url("../fonts/riode.woff?5gap68") format("woff"), url("../fonts/riode.svg?5gap68#riode") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block
}

[class*=" d-icon-"],
[class^=d-icon-] {
    display: inline-block;
    line-height: 1
}

[class*=" d-icon-"]:before,
[class^=d-icon-]:before {
    font-family: "riode" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.d-icon-truck:before {
    content: ""
}

.d-icon-lock:before {
    content: ""
}

.d-icon-percent:before {
    content: ""
}

.d-icon-card:before {
    content: ""
}

.d-icon-bars2:before {
    content: ""
}

.d-icon-phone:before {
    content: ""
}

.d-icon-search:before {
    content: ""
}

.d-icon-bag:before {
    content: ""
}

.d-icon-map:before {
    content: ""
}

.d-icon-info:before {
    content: ""
}

.d-icon-zoom:before {
    content: ""
}

.d-icon-angle-right:before {
    content: ""
}

.d-icon-angle-left:before {
    content: ""
}

.d-icon-heart:before {
    content: ""
}

.d-icon-heart-full:before {
    content: ""
}

.d-icon-home:before {
    content: ""
}

.d-icon-headphone:before {
    content: ""
}

.d-icon-minus:before {
    content: ""
}

.d-icon-plus:before {
    content: ""
}

.d-icon-times:before {
    content: ""
}

.d-icon-arrow-left:before {
    content: ""
}

.d-icon-arrow-right:before {
    content: ""
}

.d-icon-arrow-up:before {
    content: ""
}

.form .form-control {
    margin-bottom: 2rem
}

.form-control {
    display: block;
    width: 100%;
    min-height: 4.5rem;
    padding: 0.85rem 2rem;
    border: 1px solid #e3e3e3;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 400;
    color: #fff;
    background-color: #060606;
    border-radius: 0;
    box-shadow: none;
    outline: 0
}

.form-control::placeholder {
    color: inherit;
    transition: color 0.3s
}

.form-control::-webkit-input-placeholder {
    color: inherit;
    transition: color 0.3s
}

.form-control::-moz-placeholder {
    color: inherit;
    transition: color 0.3s
}

.form-control:focus::placeholder {
    color: transparent
}

.form-control:focus::-webkit-input-placeholder {
    color: transparent
}

.form-control:focus::-moz-placeholder {
    color: transparent
}

textarea {
    font-family: inherit;
    min-width: 100%;
    max-width: 100%
}

.custom-checkbox {
    position: absolute;
    opacity: 0
}

.custom-checkbox+label {
    display: block;
    position: relative;
    padding-left: 2.4rem;
    cursor: pointer
}

.custom-checkbox+label:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 18px;
    height: 18px;
    line-height: 17px;
    border: 1px solid #333;
    border-radius: 2px
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .custom-checkbox+label:before {
        line-height: 14px
    }
}

.custom-checkbox:checked+label:before {
    content: "";
    border-color: #141416;
    background: #141416;
    color: #fff;
    font-size: 9px;
    font-weight: 600;
    font-family: "Font Awesome 5 Free";
    text-align: center
}

.select-box,
.select-menu {
    position: relative
}

.select-box select,
.select-menu select {
    position: relative;
    max-width: 14rem;
    min-height: auto;
    width: auto;
    height: 100%;
    padding-left: 9px;
    padding-right: 25px;
    border: 1px solid #d7d7d7;
    border-radius: 2px;
    color: inherit;
    background-color: transparent;
    font-size: 1.2rem;
    font-family: inherit;
    letter-spacing: inherit;
    z-index: 1;
    -moz-appearance: none;
    -webkit-appearance: none
}

.select-box select:focus,
.select-menu select:focus {
    outline: none
}

.select-box:before,
.select-menu:before {
    content: "";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    font-weight: 900;
    font-size: 9px;
    right: 8px;
    top: 50%;
    transform: translateY(-50%)
}

.select-box option {
    font-size: 1.2rem
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    select::-ms-expand {
        display: none
    }

    select:focus::-ms-value {
        background: transparent;
        color: currentColor
    }
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none
}

.quantity {
    -moz-appearance: textfield;
    max-width: 48px
}

.input-group {
    display: inline-flex;
    width: 11rem;
    height: 4.5rem
}

.input-group .form-control {
    flex: 1;
    padding: 0;
    height: inherit;
    font-size: 1.4rem;
    border: solid #333;
    border-width: 1px 0;
    color: #999;
    text-align: center
}

.input-group button {
    padding: 0;
    width: 3.1rem;
    border: 1px solid #333;
    font-size: 1.2rem;
    color: #999;
    background-color: transparent;
    cursor: pointer;
    -webkit-appearance: none
}

.custom-radio {
    position: relative
}

.custom-radio input {
    display: none
}

input[type=radio]~label {
    padding-left: 2.5rem
}

input[type=radio]~label:after,
input[type=radio]~label:before {
    position: absolute;
    content: "";
    display: inline-block;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%)
}

input[type=radio]~label:before {
    left: 0;
    width: 1.8rem;
    height: 1.8rem;
    background-color: #222;
    border: 1px solid #cdcdcd
}

input[type=radio]~label:after {
    width: 0.8rem;
    height: 0.8rem;
    left: 0.5rem;
    background: #666;
    opacity: 0
}

input[type=radio]:checked~label:after {
    opacity: 1
}

.input-wrapper input.form-control {
    flex: 1;
    min-width: 40px;
    font-size: 1.2rem
}

.input-wrapper-inline {
    display: flex;
    position: relative;
    max-width: 61.3rem;
    width: 100%;
    height: 45px
}

.input-wrapper-inline .btn {
    line-height: 1
}

.input-wrapper-round {}

.input-wrapper-round .form-control {
    position: relative;
    border-radius: 2.4rem
}

.input-wrapper-round .btn {
    border-radius: 2.4rem;
    line-height: 1
}

.input-wrapper-round.input-wrapper-inline .form-control {
    border-radius: 2.4rem 0 0 2.4rem
}

.input-wrapper-round.input-wrapper-inline .btn {
    border-radius: 0 2.4rem 2.4rem 0
}

.dark-theme .form-control:focus option {
    background-color: #151515
}

.icon-box .icon-box-title {
    margin: 0 0 0.7rem;
    text-transform: uppercase;
    font-size: 1.5rem;
    letter-spacing: -0.025em;
    line-height: 1.6
}

.icon-box p {
    margin: 0;
    font-size: 1.4rem;
    line-height: 1.72;
    letter-spacing: 0;
    color: #666
}

.icon-box i:before {
    margin: 0
}

.icon-box .icon-box-content {
    text-align: center
}

.icon-box-icon {
    display: inline-block;
    margin-bottom: 2.6rem;
    font-size: 3.4rem;
    font-weight: 600;
    line-height: 0;
    color: #fff
}

.icon-box-icon svg {
    height: 3.4rem;
    width: 4.8rem
}

.icon-box-side {
    display: flex;
    align-items: center;
    justify-content: center
}

.icon-box-side .icon-box-content {
    text-align: left
}

.icon-box-side .icon-box-icon {
    margin-right: 1.5rem;
    margin-bottom: 0
}

.icon-box-side .icon-box-title {
    margin: 0
}

@media (max-width:991px) {
    .icon-box-side {
        flex-direction: column
    }

    .icon-box-side .icon-box-icon {
        display: inline-block;
        margin: 0 0 2rem 0;
        padding: 2rem
    }

    .icon-box-side .icon-box-content {
        text-align: center
    }
}

.pagination {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 1.4rem;
    letter-spacing: 0.01em;
    justify-content: center;
    color: #fff
}

.page-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 3rem;
    height: 4rem;
    padding: 0 0.3rem;
    line-height: 1;
    background-color: transparent;
    border: 0.1rem solid transparent;
    transition: border 0.3s
}

.active>.page-link,
:hover:not(.disabled)>.page-link {
    border-color: #dadada;
    color: #fff
}

.disabled>.page-link {
    color: #aaa
}

.page-item:not(:last-child) {
    margin-right: 0.5rem
}

.page-subtitle {
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    font-size: 2rem;
    line-height: 1.2
}

.page-title {
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 4rem;
    line-height: 1.125;
    color: #fff
}

.page-title+.breadcrumb {
    padding: 1em 0
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #666;
    font-family: Poppins, sans-serif;
    font-size: 1.4rem
}

.breadcrumb a {
    color: inherit
}

.breadcrumb a:hover {
    color: #fff
}

.breadcrumb li:not(:last-child) a {
    color: #999;
    transition: color 0.3s
}

.breadcrumb li:hover:not(:last-child) a {
    color: #fff
}

.breadcrumb .delimiter {
    margin: 0 0.7em;
    font-size: 1.19rem;
    opacity: 0.5
}

.breadcrumb li:not(:last-child):after {
    content: "";
    position: relative;
    margin: 0 0.6em;
    font-size: 1.2rem;
    font-weight: 600;
    font-family: "Font Awesome 5 Free";
    color: #999
}

.breadcrumb li:last-child {
    color: #fff
}

.page-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height:200px; 
    padding: 3em 1em;
    background-position: center;
    background-size: cover;
    text-align: center;
    color: #fff
}

.page-header .breadcrumb {
    justify-content: center
}

.page-header .breadcrumb li:not(:last-child):after {
    content: none
}

.page-header>.breadcrumb li,
.page-header>.breadcrumb li a,
.page-header>.page-subtitle,
.page-header>.page-title {
    color: #fff
}

.page-header>.breadcrumb li:not(:last-child) a {
    opacity: 0.5;
    transition: opacity 0.3s
}

.page-header>.breadcrumb li:hover a {
    color: #fff;
    opacity: 1
}

@media (max-width:767px) {
    .page-title {
        font-size: 3.6rem
    }
}

.mfp-wrap {
    z-index: 3000
}


.pswp__button--arrow--left,
.pswp__button--arrow--right {
    width: 4.8rem;
    height: 4.8rem;
    color: #fff;
    border-radius: 50%;
    font-size: 2.4rem;
    font-weight: 900;
    font-family: "riode";
    text-align: center;
    opacity: 0.5;
    right: 10%;
    transition: opacity 0.3s;
    border: 2px solid
}

.pswp__ui>button:before {
    background: transparent;
    position: static;
    line-height: 44px
}

.pswp__ui>button.pswp__button--arrow--left:before {
    margin-right: 3px
}

.pswp__ui>button.pswp__button--arrow--right:before {
    margin-left: 3px
}

.pswp__ui>button:hover {
    opacity: 1
}

.pswp__button--arrow--right:before {
    content: "";
    font-family: "riode"
}


.pswp__button--arrow--left {
    left: 10%
}


.pswp__button--arrow--left:before {
    content: "";
    font-family: "riode"
}

.mfp-content>* {
    position: relative;
    margin: auto;
    background-color: #222;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
    opacity: 0
}

.newsletter-popup {
    text-align: center;
    background-size: cover;
    border-radius: 1rem
}

.newsletter-popup .btn {
    min-width: auto;
    padding: 0.5em 1.5em;
    font-size: 1.3rem
}

.newsletter-popup p {
    max-width: 100%;
    margin: 0 0.2rem 2.5rem;
    font-size: 1.4rem;
    line-height: 1.7
}

.newsletter-popup label {
    display: inline;
    font-size: 1.2rem
}

.newsletter-popup label:before {
    border-color: #666
}

.newsletter-popup .email {
    border: 0;
    color: #999;
    background: #333
}

.newsletter-popup .form-control {
    border: 1px solid #fff;
    background-color: #222;
    border-right: none
}

.newsletter-popup .input-wrapper-inline {
    margin-bottom: 2.6rem;
    height: 4.6rem
}

.newsletter-popup .input-wrapper-inline .form-control {
    margin: 0;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    border-radius: 0.3rem 0 0 0.3rem
}

.newsletter-popup .input-wrapper-inline .btn {
    margin: 0;
    border-radius: 0 0.3rem 0.3rem 0
}

.newsletter-popup .custom-checkbox+label {
    padding-left: 2.6rem
}

.newsletter-pop3 {
    border-radius: 1rem;
    max-width: 54rem;
    padding: 5.4rem 4rem 2.8rem
}

.newsletter-pop3 h2 {
    font-size: 24px;
    line-height: 1.25;
    margin-bottom: 0
}

.newsletter-pop3 p {
    margin: 8px 21px 24px;
    font-size: 14px;
    line-height: 1.7
}

.newsletter-pop3 .input-wrapper-inline {
    flex-direction: column;
    align-items: center;
    height: unset;
    margin-bottom: 4.8rem
}

.newsletter-pop3 .input-wrapper-inline .btn {
    margin-top: 2rem;
    padding: 1.4rem 4.4rem;
    border-radius: 0.3rem
}

.newsletter-pop3 .form-control {
    border: 1px solid #333;
    max-width: 46rem
}

.newsletter-pop3 .form-control::placeholder {
    text-align: center
}

.newsletter-pop3 .form-check {
    justify-content: space-between;
    align-items: center
}

.newsletter-pop3 .form-privacy {
    text-decoration: underline
}

@media (max-width:575px) {
    .newsletter-pop3 {
        padding: 5.4rem 2rem 2.8rem
    }

    .newsletter-pop3 p {
        margin: 8px 5px 24px
    }

    .newsletter-pop3 .form-check {
        flex-direction: column
    }
}

.mfp-product .mfp-content {
    max-width: 98.8rem;
    margin: auto
}

.mfp-product .product {
    background-color: #222;
    margin-bottom: 2rem;
    padding: 3rem 1.5rem;
    border-radius: 1rem
}

.mfp-product .product-single .product-details {
    padding: 0
}

.mfp-product .product-details {
    position: absolute;
    overflow-y: auto;
    height: 100%;
    top: 0
}

.dark-theme .mfp-content .product {
    background-color: #141416
}

.dark-theme .newsletter-popup .form-privacy,
.dark-theme .newsletter-popup label {
    color: #999
}

.pswp__bg {
    background-color: rgba(0, 0, 0, 0.7)
}

.pswp__caption__center {
    text-align: center
}

.mfp-flip-popup .mfp-content {
    transition: 0.3s ease-out;
    transform: translateY(-20px) perspective(600px) rotateX(20deg)
}

.mfp-content video {
    width: 100%;
    height: 100%
}

.mfp-video-popup .mfp-content {
    max-width: 1000px
}

.mfp-video-popup {
    z-index: 10000
}

.mfp-img-popup .mfp-content {
    width: unset
}

@media (max-width:767px) {
    .mfp-product .product {
        padding: 2rem 1rem
    }

    .mfp-product .product-details {
        position: relative
    }
}

@media (min-width:768px) {
    .mfp-product .row {
        margin: 0 -1.5rem
    }

    .mfp-product .row>.col-md-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

    .mfp-product .product-gallery {
        margin-bottom: 0
    }
}

.text-center .product-details {
    padding-left: 0.5rem;
    padding-right: 0.5rem
}

.product-wrap {
    margin-bottom: 2rem
}

.product {
    position: relative;
    overflow: hidden;
    font-family: Poppins, sans-serif;
    font-size: 1.4rem;
    color: #999;
    transition: 0.3s
}

.product:hover .product-action,
.product:hover .product-action-vertical {
    visibility: visible;
    opacity: 1
}

.product-media:hover img:first-child {
    opacity: 0
}

.product-media:hover img:last-child {
    opacity: 1
}

.product-media {
    position: relative;
    margin-bottom: 0;
    transition: box-shadow 0.3s
}

.product-media img {
    display: block;
    width: 100%;
    height: auto;
    transition: all 0.5s
}

.product-media img:last-child {
    position: absolute;
    opacity: 0;
    left: 0;
    right: 0;
    top: 0;
    left: 0;
    object-fit: cover
}

.product-media img:first-child {
    position: relative;
    opacity: 1
}

.product-label-group {
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 2rem;
    top: 2rem;
    max-width: 10rem
}

.product-label {
    display: inline-block;
    text-align: center;
    margin-bottom: 0.5rem;
    padding: 0.5rem 1.1rem;
    font-size: 1.1rem;
    border-radius: 2px;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    text-transform: uppercase
}

.product-label.label-sale {
    background: #fabf00
}

.btn-product-icon {
    display: flex;
    align-items: center;
    justify-content: center;
/*    width: 3.6rem;
    height: 3.6rem;
*/    margin-bottom: 0.5rem;
/*    border: 1px solid #333;
    border-radius: 50%;*/
    /*background-color: #222;*/
    color: #999;
    font-size: 1.6rem;
    font-weight: 700;
    transition: border-color 0.3s, color 0.3s, background-color 0.3s
}

.btn-product-icon:hover {
    color: #fabf00;
}

.btn-product-icon:not(.btn-wishlist) i {
    margin-bottom: 2px
}

.btn-product-icon.btn-quickview i {
    font-size: inherit
}

.btn-product-icon.btn-compare i {
    font-size: 1.8rem
}

.btn-product {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    padding: 1.14em 0;
    background-color: #fabf00;
    color: #fff;
    font-family: Poppins, sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.025em;
    text-transform: uppercase;
    transition: opacity 0.3s
}

.btn-product:hover {
    color: #fff
}

.btn-quickview {
    opacity: 0.8;
    transition: opacity 0.3s
}

.btn-quickview:hover {
    opacity: 1
}

.btn-quickview i {
    font-size: 1.4rem
}

.btn-wishlist {
    line-height: 1
}

.btn-wishlist.loading:after,
.btn-wishlist.loading:before {
    z-index: 1
}

.product-action-vertical {
    position: absolute;
    top: 15px;
    right: 15px;
    transition: opacity 0.3s, visibility 0.3s;
    opacity: 0;
    visibility: hidden
}

.product-action-vertical .btn-wishlist.loading {
    overflow: hidden
}

.product-action {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    background-color: transparent;
    z-index: 10;
    transition: opacity 0.3s, visibility 0.3s;
    opacity: 0
}

.product-details {
    position: relative;
    background-color: #222;
    padding-top: 1.6rem;
    padding-bottom: 1.8rem
}

.product-details>.btn-wishlist {
    position: absolute;
    top: 1.2rem;
    right: 0;
    color: #999;
    z-index: 1;
    font-size: 1.6rem
}

.product-details>.btn-wishlist i {
    display: inline-block;
    margin: 0;
    transition: transform 0.3s
}

.product-details>.btn-wishlist:hover {
    color: #fabf00
}

.product-details>.btn-wishlist:hover i {
    transform: rotateY(180deg)
}

.product-details>:last-child {
    margin-bottom: 0
}

.product-details .product-action {
    position: relative;
    opacity: 1;
    visibility: visible
}

.product-cat {
    margin-bottom: 0.5rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.product-cat a:hover {
    color: #fabf00
}

.product-name {
    margin-bottom: 0.4rem;
    font-family: inherit;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: -0.01em;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.product-name a:hover {
    color: #fabf00
}

.product-price {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 0.3rem;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.86;
    color: #fff
}

.product-price .old-price {
    color: #aaa
}

.product-price .new-price {
    margin-right: 1rem;
    text-decoration: none
}

.dark-theme .old-price {
    color: #666
}

.dark-theme .ratings-full:before {
    color: #666
}

.ratings-container {
    display: flex;
    align-items: center;
    margin-left: 1px;
    line-height: 1.1;
    margin-bottom: 1.8rem;
    font-size: 11px;
    letter-spacing: 0.2em
}

.ratings-full {
    cursor: pointer
}

.ratings,
.ratings-full {
    position: relative;
    font-family: "riode"
}

.ratings-full:before {
    content: """""""""";
    color: rgba(0, 0, 0, 0.16);
    font-family: "riode"
}

.ratings-full:hover .tooltiptext {
    visibility: visible;
    opacity: 1
}

.ratings {
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    overflow: hidden
}

.ratings:before {
    content: """""""""";
    color: #fabf00;
    font-family: "riode"
}

.product-variations {
    display: flex
}

.ratings-container+.product-variations {
    margin-top: -5px
}

.product-variations>a:not(.size-guide) {
    display: inline-block;
    position: relative;
    margin: 3px 5px 3px 0;
    padding: 0 5px;
    border-radius: 2px;
    background-color: transparent;
    background-size: cover;
    font-size: 1.2rem;
    font-family: inherit;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    width: 2.6rem;
    height: 2.6rem;
    color: #fff;
    transition: 0.3s;
    border: 1px solid #333
}

.product-variations>a:not(.size-guide):last-child {
    margin-right: 0
}

.product-variations .color:not(.active) {
    border: none
}

.product-variations>a.active,
.product-variations>a:not(.size-guide):hover {
    border: 1px solid;
    box-shadow: inset 0 0 0 2px #fff
}

.product-details .product-action,
.product-hide-details .product-action {
    position: relative;
    opacity: 1
}

.product-details .product-action .btn-wishlist,
.product-hide-details .product-action .btn-wishlist {
    position: static
}

.product-details .btn-cart,
.product-hide-details .btn-cart {
    display: block;
    max-width: 14rem;
    line-height: 2.9;
    padding: 0 0.6em;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
    background-color: transparent;
    border: 2px solid #ccc;
    margin-right: 5px;
    border-radius: 0.3rem
}

.product-details .btn-cart i,
.product-hide-details .btn-cart i {
    margin-right: 0.8rem;
    font-size: 1.8rem
}

.product-details .btn-cart,
.product-hide-details .btn-cart {
    flex: 1;
    height: 4.2rem;
    font-size: 1.3rem;
    transition: color 0.3s, background-color 0.3s, border-color 0.3s;
    z-index: 1
}

.product-details .btn-quickview,
.product-hide-details .btn-quickview {
    margin: 0 0 0 1.6rem
}

.product-details .btn-product-icon,
.product-hide-details .btn-product-icon {
    width: auto;
    border: 0;
    background-color: transparent;
    color: #fff;
    transition: color 0.3s, background-color 0.3s, visibility 0.3s
}

.product-details .btn-product-icon i,
.product-hide-details .btn-product-icon i {
    font-size: 1.8rem
}

.product-details .btn-product-icon:hover,
.product-hide-details .btn-product-icon:hover {
    color: #fabf00
}

.product:hover .product-action .btn-cart {
    color: #fff;
    background-color: #444;
    border-color: #444
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {

    .product-details .btn-cart,
    .product-hide-details .btn-cart {
        flex: 0 0 12.3rem
    }
}

@media (-ms-high-contrast:none) and (max-width:575px),
screen and (-ms-high-contrast:active) and (max-width:575px) {

    .product-details .btn-cart,
    .product-hide-details .btn-cart {
        flex: 0 0 9.5rem
    }
}

.product-slideup-content {
    overflow: hidden
}

.product-slideup-content .product-hide-details {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    transition: transform 0.3s;
    background-color: #222
}

.product-slideup-content .product-details {
    padding-bottom: 1px;
    background-color: #222;
    transition: transform 0.3s
}

.product-slideup-content .btn-quickview,
.product-slideup-content .btn-wishlist {
    opacity: 0;
    visibility: hidden;
    transition: transform 0.4s, opacity 0.3s, visibility 0.3s, color 0.3s, background-color 0.3s
}

.product-slideup-content .btn-quickview {
    transform: translateX(-200%)
}

.product-slideup-content .btn-wishlist {
    transform: translateX(200%)
}

.product-slideup-content:hover .btn-quickview,
.product-slideup-content:hover .btn-wishlist {
    transform: translateX(0);
    opacity: 1;
    visibility: visible
}

.product-slideup-content .btn-cart {
    margin-right: 0
}

.product-slideup-content .btn-wishlist {
    position: static;
    margin: 0 1.6rem 0 0
}

.product-list-sm {
    display: flex;
    align-items: center;
    margin-bottom: 2rem
}

.product-list-sm .product-media {
    flex: 0 0 10rem;
    max-width: 10rem;
    margin: 0 1rem 0 0
}

.product-list-sm .product-details {
    flex: 0 0 calc(100% - 10rem);
    max-width: calc(100% - 10rem);
    padding: 0
}

.product-list-sm .product-name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0.7rem;
    white-space: normal;
    color: #fff;
    padding-left: 0
}

.product-list-sm .product-name:hover {
    color: #fabf00
}

.product-list-sm .ratings-container {
    margin: 0
}

.product-list-sm .product-price {
    font-size: 1.4rem
}

.product-list-sm .btn-cart {
    margin-top: 2rem;
    height: 3.3rem;
    max-width: 11.7rem;
    border: 1px solid #d7d7d7;
    color: #fabf00;
    background: transparent;
    font-size: 1.2rem
}

.product-list-sm .btn-cart:hover {
    border-color: #fabf00;
    background: #fabf00
}

.product.text-center .product-cat {
    padding: 0
}

.product.text-center .product-action,
.product.text-center .product-price,
.product.text-center .product-variations,
.product.text-center .ratings-container {
    justify-content: center
}

.product.product-variable:not(.cart-full) .btn-cart:after {
    display: none;
    font-family: "riode";
    content: "";
    font-size: 1.8rem;
    font-weight: 400
}

@media (max-width:575px) {

    .product-action-vertical {
        top: 10px;
        right: 10px
    }
}

@media (max-width:479px) {

    .product-details .btn-cart,
    .product-hide-details .btn-cart {
        max-width: 4.2rem;
        display: flex
    }

    .product-details .btn-cart span,
    .product-hide-details .btn-cart span {
        display: none
    }

    .product-details .btn-cart i,
    .product-hide-details .btn-cart i {
        margin-right: 0
    }

    .product-label-group {
        left: 1.2rem;
        top: 1.2rem
    }

    .btn-quickview {
        font-size: 1.1rem
    }

    .btn-product-icon {
        width: 3.2rem;
        height: 3.2rem;
        font-size: 1.3rem
    }

    .product.product-variable:not(.cart-full) .btn-cart:after {
        display: block
    }

    .product.product-variable:not(.cart-full) .btn-cart i {
        display: none
    }
}

.social-links {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center
}

.social-link {
    margin: 2px 8px 2px 0;
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 1.5rem;
    border-radius: 50%;
    border: 2px solid #ccc;
    color: inherit;
    transition: color 0.4s, border 0.4s, background 0.4s;
    text-align: center
}

.social-link:last-child {
    margin-right: 0
}

.social-link i {
    letter-spacing: -0.001em;
    line-height: 1
}

.social-link:hover {
    background: #fabf00;
    border-color: #fabf00;
    color: #fff
}

.social-link.social-facebook:hover {
    background: #3b5998;
    border-color: #3b5998
}

.social-link.social-twitter:hover {
    background: #1da1f2;
    border-color: #1da1f2
}

.social-link.social-linkedin:hover {
    background: #0073b2;
    border-color: #0073b2
}

.tab-content {
    background-color: transparent
}

.nav-tabs {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #333
}

.nav-tabs .nav-item .nav-link.active,
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-item:hover .nav-link {
    color: #fff
}

.nav-link {
    display: block;
    margin-bottom: -0.1rem;
    padding: 1.6rem 0.2rem;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    border-radius: 0;
    border: 0;
    transition: border 0.35s, color 0.35s, background-color 0.35s
}

.nav-item:not(:last-child) {
    margin-right: 2.5rem
}

.tab-content {
    position: relative
}

.tab-content>.tab-pane {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 0 !important;
    opacity: 0;
    z-index: -1;
    transition: visibility 0.3s, opacity 0.3s
}

.tab-content>.tab-pane:not(.active) {
    overflow: hidden;
    visibility: hidden
}

.tab-content>.active {
    position: relative;
    height: auto !important;
    opacity: 1;
    z-index: auto
}

.tab-pane {
    padding: 2.3rem 0;
    line-height: 1.72;
    color: #666
}

.tab-pane p {
    line-height: 1.72
}

@media (max-width:767px) {
    .nav-link {
        font-size: 1.4rem
    }
}

.nav-filters {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    color: #666
}

.nav-filters li:not(:last-child) {
    margin-right: 1.8rem
}

.nav-filter {
    display: inline-block;
    position: relative;
    padding: 0.5rem 0;
    font-size: 1.4rem;
    letter-spacing: -0.01em;
    line-height: 1;
    transition: color 0.3s
}

.nav-filter.active {
    color: #fabf00
}

.title {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    align-items: center;
    text-align: center;
    line-height: 1.1;
    margin-bottom: 2.6rem;
    text-transform: capitalize;
    font-size: 2.6rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.025em;
    color: #fff;
    font-family: "Rammetto One", sans-serif
}

.title-line:after {
    flex: 1;
    margin-left: 3rem;
    content: "";
    height: 2px;
    background-color: #333
}

.title-line.title-underline:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1
}

@media (max-width:479px) {
    .title-line:before {
        margin-right: 1.5rem
    }

    .title-line:after {
        margin-left: 1.5rem
    }
}

.title-underline {
    display: block;
    text-align: left
}

.title-underline:after {
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1
}

.title-underline span {
    display: inline-block;
    position: relative;
    z-index: 2;
    line-height: 2.28
}

.title-underline span:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    bottom: 0;
    background-color: #fabf00
}

.title-simple {
    display: block
}

.title-simple:after,
.title-simple:before {
    content: none
}

.tooltiptext {
    font-family: Poppins, sans-serif;
    position: absolute;
    padding: 1rem 0.7rem;
    bottom: 150%;
    left: 48%;
    background-color: #333;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: 0.01em;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    transform: translateX(-50%);
    z-index: 1;
    transition: opacity 0.3s
}


.tooltip-top:after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -6px;
    border-width: 6px;
    border-style: solid
}

.tooltip-top:after {
    top: 96%;
    border-color: #333 transparent transparent transparent
}

.widget-title {
    margin-bottom: 2rem;
    padding: 1.1rem 0;
    font-size: 1.6rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
    border-bottom: 1px solid #333;
    letter-spacing: -0.025em
}

.product-single-carousel,
.product-thumbs-wrap {
    flex-basis: 100%;
    max-width: 100%
}

.product-image {
    position: relative
}

.product-thumbs-wrap {
    position: relative;
    margin-top: 1rem;
    overflow: hidden
}

.product-thumbs-wrap img {
    display: block
}

.product-thumbs-wrap button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.4rem;
    border: 0;
    transition: opacity 0.3s, transform 0.3s;
    z-index: 1;
    opacity: 0;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
    -webkit-appearance: none;
    cursor: pointer
}

.product-thumbs-wrap:hover button:not(.disabled) {
    opacity: 0.9;
    transform: none
}

.product-thumbs-wrap button:not(.disabled):hover {
    opacity: 1
}

.product-thumbs-wrap>button {
    display: none
}

.product-thumbs-wrap button {
    background-color: #222;
    color: #666;
    font-size: 1.6rem
}


.product-thumbs-wrap button {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.product-thumbs {
    transition: top 0.3s ease-out;
    display: flex
}

.product-thumbs.owl-carousel {
    margin: 0 -0.5rem;
    width: calc(100% + 1rem)
}

.product-single {
    color: inherit
}

.product-single .product-details {
    padding: 0 0 3rem;
    background-color: transparent
}

aside+div .product-single .product-details {
    padding-top: 2px
}

.product-single .product-cat {
    margin-bottom: 1.3rem;
    color: #999;
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: -0.025em
}

.product-single .product-cat span {
    margin-right: 0.7rem
}

.product-single .product-name {
    margin-bottom: 0.6rem;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 0;
    white-space: normal;
    color: #fff;
    margin: 1px 0 19px 2px
}

.product-single .product-price {
    display: block;
    margin-bottom: 1.1rem;
    color: #fabf00;
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1
}

.product-single .old-price {
    font-size: 2.4rem;
    font-weight: 600
}

.product-single .ratings-container {
    margin-bottom: 1.7rem;
    font-size: 14px
}

.product-single .ratings-container .ratings:before {
    color: #666
}

.product-single .ratings-full {
    margin-top: -2px
}

.product-single label {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase
}

.product-single .product-action {
    display: inline-block
}

.product-single .product-action .btn-wishlist {
    position: relative
}

.product-single .divider {
    margin-left: -1rem;
    margin-right: 1.8rem
}

.product-single .social-links {
    color: #999
}

.product-single .social-link {
    border: none
}

.product-single .social-link.social-facebook:hover {
    background-color: transparent;
    color: #3b5998
}

.product-single .social-link.social-twitter:hover {
    background-color: transparent;
    color: #1da1f2
}

.product-single .product-footer>* {
    margin-bottom: 1rem
}

.product-single .btn-compare,
.product-single .btn-wishlist {
    display: inline-block;
    padding: 0.5rem 0;
    font-weight: 400;
    font-size: 1.4rem;
    background-color: transparent;
    transition: color 0.3s;
    text-transform: none;
    color: #666
}

.product-single .btn-compare i,
.product-single .btn-wishlist i {
    display: inline-block;
    margin: 0 0.5rem 0.3rem 0;
    vertical-align: middle;
    font-size: 1.8rem;
    line-height: 0
}

.product-single .btn-compare:hover,
.product-single .btn-wishlist:hover {
    color: #fabf00
}

.product-single .btn-compare i {
    margin-right: 0.8rem;
    font-size: 2.1rem
}

.product-single .quantity {
    font-weight: 700
}

.product-single .product-label-group {
    top: 2rem;
    left: 2.5rem;
    z-index: 2;
    align-items: flex-start
}

.product-single .product-label {
    color: #fff
}

.product-single .product-variations>a:not(.size-guide) {
    width: 3rem;
    height: 3rem
}

.product-single .color {
    border: 0
}

.product-single .size {
    width: 3.6rem
}

.product-single .accordion ul {
    list-style: none;
    padding-left: 0
}

.product-single .rating-form label,
.product-single form label {
    font-weight: 400;
    font-size: 1.3rem;
    text-transform: none;
    color: #666
}

.dark-theme .ratings-container .ratings:before {
    color: #fabf00
}

.dark-theme .social-links {
    color: #666
}

.dark-theme .btn-compare,
.dark-theme .btn-wishlist {
    color: #999
}

.dark-theme .btn-compare.added,
.dark-theme .btn-wishlist.added {
    color: #fff
}

.dark-theme .product-variation-clean:not(:hover) {
    color: #fff
}

.dark-theme .product-form.btn-cart:disabled {
    background-color: #666;
    color: #aaa
}

.product-form {
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
    line-height: 3rem;
    margin: 0 0 1rem
}

.product-form>label {
    min-width: 7rem;
    margin-bottom: 1rem;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.025em
}

.product-form.product-variations {
    line-height: 37px
}

.product-form .select-box:before {
    right: 1.4rem;
    font-size: 1.2rem;
    color: #fff
}

.product-form select {
    max-width: none;
    padding: 0.8rem 3rem 0.8rem 1.4rem;
    color: #fff;
    border-color: #333;
    font-size: 1.3rem
}

.product-form .product-variations {
    display: block;
    margin-top: -3px;
    margin-bottom: -3px
}

.product-form.product-qty {
    line-height: 4.5rem
}

.product-form .quantity-minus {
    border-radius: 0.3rem 0 0 0.3rem
}

.product-form .quantity-plus {
    border-radius: 0 0.3rem 0.3rem 0
}

.product-form .input-group {
    margin-right: 1rem
}

.product-form .btn-cart {
    border: 0;
    flex: 1;
    min-width: 13rem;
    font-size: 1.4rem;
    border-radius: 0.3rem;
    background-color: #fabf00;
    transition: background-color 0.3s;
    color: #fff;
    cursor: pointer;
    max-width: 20.7rem;
    height: 4.5rem
}

.product-form .btn-cart:disabled {
    background-color: #e4eaec;
    cursor: not-allowed;
    color: #999
}

.product-form .btn-cart i {
    margin-right: 0.8rem;
    margin-top: -1px;
    font-size: 1.8rem;
    line-height: 0;
    vertical-align: middle
}

.product-form .btn-cart i:before {
    margin: 0
}

.product-form .btn-cart:hover:not(:disabled) {
    background-color: #d6a400
}

.product-form-group {
    position: relative;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    flex: 1
}

.product-form-group>* {
    margin-bottom: 1rem
}

.product-form-group .product-variations {
    margin-bottom: 7px
}

.product-form-group tr {
    border-bottom: 1px solid #666
}

.product-form-group td {
    padding: 2rem 0
}

.size-guide {
    display: inline-flex;
    align-items: center;
    font-weight: 300
}

.size-guide i {
    margin-right: 0.8rem;
    font-size: 2.1rem;
    color: #666
}

.select-box+.size-guide {
    margin-left: 10px
}

.product-variation-price {
    display: none;
    padding-top: 25px
}

.product-variation-price span {
    margin-bottom: 1rem;
    color: #fff;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: -0.025em
}

.product-variation-clean {
    display: block;
    position: absolute;
    margin-top: 1rem;
    padding: 0.3em 1em;
    left: 0;
    top: calc(100% - 10px);
    font-size: 1rem;
    line-height: 1.6;
    background: #333;
    color: #000
}

@media (min-width:992px) {
    .pg-vertical .product-thumbs-wrap {
        order: -1;
        max-width: 109px;
        margin: 0 1rem 0 0
    }

    .pg-vertical .product-single-carousel {
        max-width: calc(100% - 119px)
    }

    .pg-vertical .product-thumbs {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }

    .pg-vertical .thumb-down,
    .pg-vertical .thumb-up {
        display: flex;
        width: 100%;
        height: 2.4rem
    }

    .pg-vertical .thumb-up {
        transform: translateY(-100%)
    }

    .pg-vertical .thumb-up i:before {
        content: ""
    }

    .pg-vertical .thumb-down {
        top: auto;
        transform: translateY(100%)
    }

    .pg-vertical .thumb-down i:before {
        content: ""
    }

    .pg-vertical .product-label-group {
        left: 14rem
    }
}

.minipopup-area {
    position: fixed;
    left: 30px;
    bottom: 30px;
    z-index: 9999
}

.dark-theme .minipopup-box {
    background-color: #222
}

.dark-theme .minipopup-box .price-box>.product-price,
.dark-theme .minipopup-box .product.product-cart .product-name,
.dark-theme .minipopup-box .product.product-cart .product-quantity,
.dark-theme .minipopup-box .product.product-compare .product-name,
.dark-theme .minipopup-box .product.product-compare .product-quantity {
    color: #999
}

.dark-theme .minipopup-box .minipopup-title {
    color: #fff
}

.minipopup-box {
    position: absolute;
    left: -8rem;
    width: 303px;
    padding: 2rem;
    background-color: #222;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-100%);
    opacity: 0;
    transition: opacity 0.3s, left 0.3s ease-out, transform 0.3s;
    z-index: 9999
}

.minipopup-box.show {
    opacity: 1;
    left: 0
}

.minipopup-box.focus {
    transform: scale(0.98) translateY(-100%)
}

.minipopup-box .product.product-cart,
.minipopup-box .product.product-compare {
    margin-top: 0
}

.minipopup-box .product.product-cart .product-name,
.minipopup-box .product.product-compare .product-name {
    display: block;
    font-size: 1.4rem;
    margin-bottom: 3px;
    color: #000;
    font-weight: 400
}

.minipopup-box .product.product-cart,
.minipopup-box .product.product-compare {
    margin-top: 0
}

.minipopup-box .product.product-cart .product-media,
.minipopup-box .product.product-compare .product-media {
    margin-right: 1.7rem;
    height: 9rem
}

.minipopup-box .product.product-cart .product-detail,
.minipopup-box .product.product-compare .product-detail {
    margin-top: 0.3rem
}

.minipopup-box .product.product-cart .product-name,
.minipopup-box .product.product-compare .product-name {
    display: block;
    font-size: 1.4rem;
    margin-bottom: 1.1rem;
    color: #000;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: -0.025em
}

.minipopup-box .product.product-cart .product-name:hover,
.minipopup-box .product.product-compare .product-name:hover {
    color: #fabf00
}

.minipopup-box .product.product-cart .product-price,
.minipopup-box .product.product-compare .product-price {
    margin-bottom: -0.2rem;
    font-size: 1.3rem
}

.minipopup-box .product.product-cart .product-quantity,
.minipopup-box .product.product-compare .product-quantity {
    margin-right: 0.7rem;
    font-size: 1.4rem;
    font-weight: 600;
    color: #fff
}

.minipopup-box .product.product-cart .product-quantity:after,
.minipopup-box .product.product-compare .product-quantity:after {
    margin: 0 0 -0.2rem 0.7rem;
    font-size: 1.2rem
}

.minipopup-box .product.product-cart.product-purchased .product-detail,
.minipopup-box .product.product-compare.product-purchased .product-detail {
    margin-top: 0.1rem
}

.minipopup-box .product.product-cart.product-purchased .product-name,
.minipopup-box .product.product-compare.product-purchased .product-name {
    margin-bottom: 1.2rem
}

.minipopup-box img {
    max-width: 9rem;
    max-height: 9rem
}

.minipopup-box .ratings-container {
    margin-bottom: 0
}

.minipopup-box .product-price {
    color: #fabf00;
    margin-bottom: 3px
}

.minipopup-box .action-group {
    justify-content: space-around;
    margin-top: 2rem
}

.minipopup-box .btn.btn-sm {
    padding: 0.92em 2.07em;
    font-weight: 600;
    letter-spacing: -0.025em;
    border-width: 1px
}

.minipopup-box .btn.btn-outline {
    margin-right: 0.7rem;
    padding: 0.92em 2.2em
}

.minipopup-title {
    margin-bottom: 1.5rem;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    letter-spacing: -0.035em;
    line-height: 1
}

.minipopup-title .btn {
    margin-left: 1rem
}

.purchased-time {
    color: #fabf00;
    font-size: 1.2rem
}

@media (max-width:479px) {
    .minipopup-area {
        left: 9px
    }
}

.page-content.with-sidebar {
    padding-bottom: 10rem;
    overflow: hidden
}

.right-sidebar-active .right-sidebar .sidebar-close,
.right-sidebar-active .right-sidebar .sidebar-overlay,
.sidebar-active .sidebar .sidebar-close,
.sidebar-active .sidebar .sidebar-overlay,
.top-sidebar-active .top-sidebar .sidebar-close,
.top-sidebar-active .top-sidebar .sidebar-overlay {
    visibility: visible;
    opacity: 1
}

.right-sidebar-active .right-sidebar .sidebar-content,
.sidebar-active .sidebar .sidebar-content,
.top-sidebar-active .top-sidebar .sidebar-content {
    transform: translateX(0);
    opacity: 1
}

.sidebar-active .page-wrapper {
    margin-left: 250px;
    margin-right: -250px
}

.right-sidebar-active .page-wrapper {
    margin-left: -250px;
    margin-right: 250px
}

.sidebar-content,
.sidebar-overlay,
.sidebar-toggle {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1200
}

.sidebar-overlay {
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    visibility: hidden;
    transition: visibility 0.4s, opacity 0.4s
}

.sidebar-close {
    opacity: 0;
    visibility: hidden;
    transition: visibility 0.4s, opacity 0.4s
}

.sidebar-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    top: 160px;
    width: 40px;
    height: 40px;
    font-size: 1.4rem;
    color: #fff;
    background-color: rgba(28, 26, 26, 0.8)
}

.sidebar-close {
    position: fixed;
    margin: 0;
    left: calc(100vw - 52px);
    top: 12px;
    font-size: 3.5rem;
    color: #ccc;
    z-index: 1201
}

.sidebar-close:hover {
    color: #ccc
}

.sidebar-content {
    bottom: 0;
    width: 30rem;
    padding: 2rem;
    transform: translateX(-100%);
    overflow: auto;
    background-color: #151515;
    opacity: 0;
    line-height: 1.3;
    transition: transform 0.4s, opacity 0.4s
}

.sidebar-content .widget {
    border-top: 3px solid #666
}

.sidebar-content .widget-body {
    margin-bottom: 1.8rem;
    opacity: 1;
    transition: opacity 0.3s
}

.sidebar-content .sidebar-close {
    display: flex;
    position: static;
    align-items: center;
    margin-bottom: 2rem;
    text-transform: uppercase;
    letter-spacing: -0.025em;
    line-height: 1
}

.sidebar-content .d-icon-times {
    width: 1.6rem;
    height: 1.6rem;
    margin-right: 0.6rem
}

.right-sidebar {
    order: 2
}

.right-sidebar .sidebar-toggle {
    left: auto;
    right: 0
}

.right-sidebar .sidebar-close {
    left: 50px
}

.right-sidebar .sidebar-content {
    transform: translateX(100%);
    left: auto;
    right: 0
}

@media (max-width:991px) {
    .right-sidebar .sidebar-close {
        left: 20px
    }
}

@media (min-width:992px) {

    .sidebar-fixed .sidebar-close,
    .sidebar-fixed .sidebar-overlay,
    .sidebar-fixed .sidebar-toggle {
        display: none
    }

    .sidebar-fixed .sidebar-content {
        position: relative;
        overflow: visible;
        padding: 0;
        opacity: 1;
        z-index: 22
    }

    .sidebar-fixed .sidebar-content {
        width: auto;
        transform: none
    }
}

.right-sidebar .sidebar-content::-webkit-scrollbar {
    width: 0
}

.tag {
    display: inline-block;
    padding: 0.6rem 1.3rem;
    margin: 0.5rem 1rem 0.5rem 0;
    border: 1px solid #ccc;
    font-size: 1.2rem;
    line-height: 1.35;
    letter-spacing: -0.01em;
    transition: color 0.3s, border-color 0.3s
}

.tag:hover {
    color: #fabf00;
    border-color: #fabf00
}

.sidebar-content .form-control {
    border-color: #ccc;
    border-radius: 0.3rem
}

.widget-collapsible>.widget-title.collapsed {
    padding-bottom: 2.7rem
}

.widget-collapsible>.widget-title.collapsed .widget-collapsible>.widget-title {
    padding-bottom: 0
}

.widget-collapsible .toggle-btn {
    display: block;
    position: absolute;
    top: 36px;
    right: 12px;
    padding: 0;
    width: 10px;
    opacity: 1
}

.widget-collapsible .toggle-btn:after,
.widget-collapsible .toggle-btn:before {
    content: "";
    position: absolute;
    border-top: 2px solid #666;
    width: 10px;
    transition: transform 0.3s
}

.widget-collapsible>.collapsed .toggle-btn:before {
    transform: rotate(90deg)
}

.widget-collapsible>.collapsed .toggle-btn:after {
    transform: rotate(180deg)
}

.widget-collapsible .collapsed~.widget-body {
    opacity: 0.1
}

.widget-collapsible p {
    margin-bottom: 0;
    color: #aaa;
    line-height: 1.86
}

.toolbox-wrap .widget-title,
.widget-collapsible .widget-title {
    position: relative;
    cursor: pointer;
    margin: 0;
    padding: 2.6rem 0.3rem 1.8rem;
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: -0.03em;
    text-transform: none;
    border: none;
    transition: padding 0.3s
}

.filter-items.search-ul li {
    padding: 13.5px 3px
}

.filter-items li {
    padding: 13px 3px 13px 30px;
    font-size: 1.3rem;
    color: #fff
}

.filter-items>li:not(:last-child) {
    border-bottom: 1px solid #666
}

.filter-items a {
    position: relative;
    display: block
}

.filter-items a:hover {
    color: #fabf00
}

.filter-items .active>a:before {
    content: "";
    color: #fff;
    background-color: #141416;
    border-color: #141416
}

.filter-items.search-ul a:before {
    content: none
}

.filter-items .children li {
    padding: 5.5px 0
}

.filter-items li span {
    margin-left: 0.5rem;
    color: #aaa
}

.filter-items .with-ul>a>i {
    content: "";
    position: absolute;
    top: 50%;
    right: 0.7rem;
    line-height: 0;
    margin: -1.3rem -3px 0 0;
    padding: 1.2rem 5px;
    font-size: 1.2rem;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    transition: transform 0.3s
}

.filter-items .show>a {
    color: #fabf00
}

.filter-items .show>a i {
    transform: rotate(-180deg)
}

.filter-items ul {
    display: none;
    position: relative;
    margin: 1rem 0 -0.5rem;
    padding-left: 1.3rem
}

.filter-items ul:before {
    content: "";
    position: absolute;
    left: 2px;
    top: 4px;
    bottom: 3px;
    border-left: 1px solid #666
}

.filter-items .color {
    top: 50%;
    display: inline-block;
    margin-right: 0.8rem;
    margin-top: -4.5px;
    width: 0.9rem;
    height: 0.9rem;
    border-radius: 50%
}

.overlay {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    transition: padding 0.3s ease-out, background-color 0.3s, opacity 0.3s
}

.overlay {
    padding-top: 10rem;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0
}

a>.overlay {
    cursor: pointer
}

figure:hover .overlay {
    padding-top: 0;
    opacity: 1
}

.overlay.social-links {
    flex-direction: row
}

.overlay .social-links {
    justify-content: center
}

.overlay a:hover {
    color: #fff;
    text-decoration: underline
}

.overlay a.social-link {
    border-color: #fff
}

.overlay .social-link:hover {
    color: #fff;
    text-decoration: none
}

@keyframes snow {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px
    }

    50% {
        background-position: 500px 500px, 100px 300px, -200px 250px
    }

    to {
        background-position: 400px 800px, 300px 600px, -200px 400px
    }
}

@keyframes sparkle {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px
    }

    to {
        background-position: -500px -1000px, -400px -400px, 300px 300px
    }
}

@keyframes kenBurnsToRight {
    0% {
        transform: scale(1.2)
    }

    to {
        transform: scale(1)
    }
}

@keyframes kenBurnsToLeft {
    0% {
        transform: scale(1.2)
    }

    to {
        transform: scale(1)
    }
}

.store {
    font-size: 1.3rem;
    line-height: 1.85;
    text-align: center;
    margin-bottom: 2rem
}

.store a.social-link {
    border-color: transparent
}

.store h4 {
    margin-bottom: 0;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: -0.025em;
    text-transform: uppercase
}

.store figure {
    position: relative
}

.store img {
    width: 100%;
    display: block
}

.header {
    font-family: Poppins, sans-serif;
    letter-spacing: -0.025em;
    background: #191919
}

.header .container {
    display: flex;
    align-items: center
}

.header-transparent {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 20;
    background: transparent
}

.header-transparent .fixed {
    background: #141416
}

.header-bottom,
.header-middle,
.header-top {
    display: flex
}

.header-left {
    flex: 1
}


.header-left,
.header-right {
    display: flex;
    align-items: center
}

.header-right {
    margin-left: auto
}

.header-right a {
    display: flex;
    align-items: center
}

.header-top {
    border-bottom: 1px solid #333;
    font-size: 1.2rem;
    letter-spacing: -0.025em
}

.header-top .header-right>* {
    margin-left: 2.3rem
}

.header-top .header-right>:first-child {
    margin-left: 0
}

.header-top .divider {
    margin: 0 -0.3rem 0 2rem
}

.header-top .contact {
    margin-right: 0.2rem;
    line-height: 1
}

.header-top .contact i {
    margin-right: 0.7rem;
    font-size: 1.7rem
}

.header-top .help {
    line-height: 1
}

.header-top .help i {
    margin-right: 0.7rem;
    font-size: 1.7rem
}

.header-top .login-link,
.header-top .login-toggle,
.header-top .register-link,
.header-top .register-toggle {
    cursor: pointer
}

.header-top .login-link i,
.header-top .login-toggle i,
.header-top .register-link i,
.header-top .register-toggle i {
    margin-right: 0.9rem;
    font-size: 1.5rem
}

.header-top .delimiter {
    margin: 0 0.5rem;
    color: #aaa
}

.header-top .wishlist {
    margin-right: 2rem
}

.header-top .wishlist i {
    margin-right: 0.6rem;
    font-size: 1.7rem
}

.header-middle {
    padding-top: 1rem;
    padding-bottom: 1rem;
    color: #fff;
    background: transparent;
    font-size: 1.4rem;
    font-weight: 700;
    border: none
}

.header-middle .login-link {
    display: flex;
    align-items: center;
    margin-right: 2rem;
    padding-bottom: 0.2rem
}

.header-middle .login-link span {
    cursor: pointer
}

.header-middle .login-link i {
    font-size: 2.2rem
}

.header-middle .login-link:hover {
    color: #fabf00
}

.header-middle .logo {
    margin-right: 0;
    margin-bottom: 0;
    margin-top: 1px
}

.header-middle .compare {
    margin-right: 3.5rem
}

.header-middle .compare i {
    font-size: 3.2rem;
    margin-bottom: 0.1rem
}

.header-middle .main-nav {
    margin-right: 1.5rem
}

.header-middle .header-right .cart-dropdown>a:after {
    content: none
}

.header-middle .icon-box {
    margin-right: 1.8rem;
    padding-bottom: 0.1rem;
    transition: none
}

.header-middle .icon-box:hover .icon-box-icon,
.header-middle .icon-box:hover .icon-box-title,
.header-middle .icon-box:hover p {
    color: inherit
}

.header-middle .icon-box-icon,
.header-middle .icon-box-title,
.header-middle p {
    transition: color 0.3s
}

.header-middle .icon-box-icon {
    margin-bottom: 0;
    padding: 0;
    font-size: 3rem
}

.header-middle .icon-box-title {
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 1;
    letter-spacing: -0.027em
}

.header-middle p {
    font-size: 1.4rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.0428em;
    line-height: 1
}

.logo {
    max-width: 200px
}

.logo img {
    display: block
}

.header-bottom {
    /*padding-bottom: 1.5rem;*/
    color: #fff;
    background: #222;
    font-size: 1.4rem;
    font-weight: 700
}

.header-bottom .header-right {
    margin-right: 0.3rem
}

.header-bottom .header-right i {
    margin-right: 1rem;
    font-size: 2.4rem;
    font-weight: 700
}

.welcome-msg {
    margin: 0;
    padding: 1.1rem 0;
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    letter-spacing: -0.0125em;
    line-height: 1.5;
    white-space: nowrap
}

.header-search {
    position: relative
}

.header-search .input-wrapper {
    display: flex;
    position: relative
}

.header-search input.form-control {
    flex: 1;
    min-width: 40px;
    padding: 1.1rem 1.5rem;
    border: 0;
    background-color: #eee;
    font-size: 1.3rem;
    letter-spacing: inherit
}

.header-search .btn-search {
    padding: 0;
    min-width: 40px;
    background-color: #fabf00;
    border: 0;
    color: #151515;
    font-size: 2rem
}

.header-search .btn-search i {
    margin: 0 0.1rem 0.6rem 0;
    vertical-align: middle;
    font-size: 2rem
}

.header-search .select-box {
    background-color: #333
}

.header-search .select-box select {
    position: relative;
    padding-left: 1.1rem;
    padding-right: 3rem;
    border: 0;
    font-weight: 400;
    font-size: 1.3rem;
    letter-spacing: 0;
    z-index: 1
}

.header-search.hs-toggle .input-wrapper {
    position: absolute;
    right: -1.5rem;
    top: 100%;
    min-width: 31rem;
    padding: 1.5rem;
    height: auto;
    background-color: #222;
    box-shadow: 0 2px 35px rgba(0, 0, 0, 0.1);
    visibility: hidden;
    opacity: 0;
    transform: translate3d(0, -10px, 0);
    z-index: 100;
    transition: transform 0.4s 0.2s, visibility 0.4s 0.2s, opacity 0.4s 0.2s
}

.header-search.hs-toggle:hover {
    color: #fabf00
}

.header-search.hs-toggle .form-control {
    padding: 1.4rem 2rem;
    background-color: #333
}

.header-search.hs-toggle .btn-search {
    background-color: #333;
    min-width: 5rem;
    font-size: 1.8rem;
    color: #fff;
    border-radius: 0
}

.header-search.hs-toggle .btn-search i {
    margin-bottom: 0.4rem;
    font-size: inherit
}

.header-search.hs-simple {
    flex: 1;
    margin-right: 2rem;
    max-width: 52.2rem
}

.header-search.hs-simple input.form-control {
    padding: 0 5rem 0 1.55rem;
    border-radius: 5px;
    border: 2px solid;
    border-color: #fabf00;
    font-family: inherit;
    background-color: #151515;
    color: #999
}

.header-search.hs-simple .btn-search {
    position: absolute;
    background: transparent;
    color: #333;
    min-width: 48px;
    height: 100%;
    border-radius: 5px;
    right: 0
}

.header-search.hs-simple .btn-search:hover {
    color: #fabf00
}

.header-search.hs-toggle.show .input-wrapper,
.header .header-search.hs-toggle:hover .input-wrapper {
    transform: translate3d(0, 0, 0);
    visibility: visible;
    transition: transform 0.4s;
    opacity: 1
}

.mobile-search {
    display: none
}

.mobile-search .search-toggle i {
    font-size: 2rem;
    vertical-align: middle
}

.search-toggle {
    display: inline-block;
    vertical-align: middle;
    padding: 1.1rem 0;
    transition: color 0.3s
}

.search-toggle span {
    cursor: pointer
}

.search-toggle i {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 0.9
}

.main-nav {
    margin: 0
}

.call {
    display: flex;
    align-items: center
}

.call span {
    font-weight: inherit;
    text-transform: uppercase;
    cursor: pointer
}

.call i+span {
    margin-left: 0.9rem
}

.call i {
    margin: 0 0.2rem 0.2rem 0;
    font-size: 1.8rem;
    cursor: pointer
}

.call:hover {
    color: #fabf00
}

.wishlist {
    margin-right: 1.5rem
}

.wishlist i {
    font-size: 2.2rem;
    cursor: pointer
}

.wishlist:hover {
    color: #fabf00
}

@keyframes fixedTop {
    0% {
        margin-top: -60px
    }

    to {
        margin-top: 0
    }
}

@keyframes fixedBottom {
    0% {
        transform: translateY(100%);
        transform-origin: center top 0px
    }

    to {
        transform: translateY(0)
    }
}

.sticky-header.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    padding-top: 1.5rem;
    padding-bottom: 1.4rem;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    z-index: 1100;
    animation: fixedTop 0.4s
}

@media (max-width:991px) {
    .sticky-wrapper {
        height: auto !important
    }
}

.mobile-menu-toggle {
    display: none;
    margin-right: 2rem;
    font-size: 2.5rem;
    color: #fff
}

@media (max-width:1199px) {
    .main-nav .menu>li {
        margin-right: 1.5rem
    }

    .header-middle .logo {
        margin-right: 2rem
    }
}

@media (max-width:991px) {
    .header .main-nav {
        display: none
    }

    .header-top .header-left {
        margin-right: 2rem
    }

    .header-middle .header-right {
        justify-content: flex-end
    }

    .header-middle .header-right .divider {
        display: none
    }

    .header-middle .compare,
    .header-middle .icon-box {
        margin-right: 1.5rem
    }

    .mobile-menu-toggle {
        display: block
    }
}

@media (max-width:767px) {
    .header-middle .mobile-search {
        display: block
    }

    .header-middle .header-search {
        display: none
    }

    .header-top .delimiter,
    .header-top .divider,
    .header-top .login-link,
    .header-top .register-link {
        display: none
    }
}

@media (max-width:480px) {
    .header-top .header-left {
        position: relative;
        overflow: hidden
    }

    .header-middle .logo {
        margin-right: 0
    }

    .header-middle .divider,
    .header-middle .wishlist {
        display: none
    }

    .header-middle .icon-box {
        margin-right: 1rem
    }

    .welcome-msg {
        transform: translateX(0);
        animation: 6s linear 2s 1 show_msg_first, 12s linear 8s infinite show_msg
    }
}

@keyframes show_msg_first {
    0% {
        transform: translateX(0%)
    }

    to {
        transform: translateX(-100%)
    }
}

@keyframes show_msg {
    0% {
        transform: translateX(100%)
    }

    to {
        transform: translateX(-100%)
    }
}

.label-block span {
    display: block
}

.label-block .cart-name {
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
    font-weight: 400;
    text-transform: capitalize
}

.label-block .cart-name :after {
    content: none
}

.label-block .cart-price {
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: -0.05em
}

.label-block.cart-toggle i {
    font-size: 3rem
}

.dropdown {
    position: relative
}

.dropdown .product {
    overflow: unset
}

.dropdown.show .dropdown-box,
.dropdown:hover .dropdown-box {
    visibility: visible;
    opacity: 1;
    top: 99%
}

.dropdown.show .dropdown-box,
.dropdown:hover .dropdown-box {
    transform: translate3d(0, 0, 0)
}

.dropdown.show>a,
.dropdown:hover>a {
    color: #fabf00
}

.dropdown a {
    display: flex;
    align-items: center
}

.dropdown>a {
    line-height: 1;
    padding: 9px 0
}

.dropdown>a:after {
    display: inline-block;
    margin-left: 8px;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 10px;
    line-height: 1;
    content: ""
}

.dropdown li.active>a,
.dropdown li:hover>a {
    color: #fabf00
}

.dropdown-box {
    position: absolute;
    right: 0;
    top: -9999px;
    margin: 0;
    padding: 0.5rem 0;
    color: #fff;
    background-color: #222;
    box-shadow: 0 5px 30px 2px rgba(0, 0, 0, 0.2);
    visibility: hidden;
    opacity: 0;
    z-index: 19;
    transition: transform 0.2s ease-out, opacity 0.2s, visibility 0.2s;
    transform: translate3d(0, -10px, 0)
}

.dropdown-box a {
    font-weight: 400;
    padding: 0.6rem 1rem
}

.dropdown-box li {
    font-size: inherit;
    line-height: 1.1
}

.dropdown:not(.category-dropdown):not(.off-canvas) .dropdown-box {
    z-index: 1061
}

.cart-dropdown .dropdown-box,
.compare-dropdown .dropdown-box,
.wishlist-dropdown .dropdown-box {
    right: -1rem;
    padding: 3rem;
    min-width: 33.5rem
}

.cart-dropdown .products,
.compare-dropdown .products,
.wishlist-dropdown .products {
    max-height: 360px;
    overflow-x: hidden;
    margin-right: -5px;
    padding-right: 1rem
}

.cart-dropdown>a {
    padding: 0.7rem 0
}

.cart-dropdown .cart-toggle {
    padding: 0.7rem 0 0.6rem
}

.cart-dropdown .cart-toggle:after {
    content: none
}

.cart-dropdown .cart-label {
    display: block;
    cursor: pointer;
    margin: 0 1rem 0 0;
    font-weight: inherit;
    text-transform: uppercase;
    letter-spacing: -0.025em
}

.cart-dropdown .cart-count {
    display: inline-block;
    transition: color 0.4s;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 25px;
    color: #fabf00
}

.cart-dropdown .cart-total {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
    margin-bottom: 2.1rem;
    padding: 1.7rem 0 1.5rem;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: #edeef0;
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: normal
}

.cart-dropdown .cart-total label {
    margin: 0 auto 0 0.3rem;
    line-height: inherit;
    color: #fff;
    font-weight: 400
}

.cart-dropdown .cart-total .price {
    font-weight: 700;
    font-size: 1.6rem;
    color: #fff
}

.cart-dropdown .cart-action {
    column-gap: 10px;
    text-align: center
}

.cart-dropdown .cart-action .btn {
    display: flex;
    justify-content: center;
    border-radius: 3px;
    padding: 0.9em 2em;
    line-height: 1.5;
    letter-spacing: 0.01em;
    font-weight: 700
}

.cart-dropdown .cart-action .btn.btn-link {
    display: inline-block;
    margin-bottom: 2rem;
    padding: 0;
    border-bottom: 2px solid #fabf00;
    border-radius: 0;
    text-transform: capitalize;
    line-height: 1.3
}

.cart-dropdown .cart-action .btn.btn-link:active,
.cart-dropdown .cart-action .btn.btn-link:focus,
.cart-dropdown .cart-action .btn.btn-link:hover {
    color: #fabf00
}

.cart-dropdown i {
    font-size: 2.4rem
}

.cart-dropdown:hover .cart-count {
    color: #fff
}

.cart-dropdown.type2 .cart-toggle {
    align-items: center
}

.cart-dropdown.type2:hover {
    color: #fabf00
}

.cart-dropdown.type2 .cart-count {
    position: absolute;
    right: -8px;
    top: 3px;
    width: 1.5rem;
    height: 1.5rem;
    font-size: 0.9rem;
    line-height: 1.7;
    text-align: center;
    border-radius: 50%;
    background-color: #fabf00;
    color: #fff;
    z-index: 1
}

.cart-dropdown.type2 .label-block .cart-count {
    width: 1.9rem;
    height: 1.9rem;
    font-size: 1.1rem;
    line-height: 1.8rem
}

.cart-dropdown.type3 .cart-toggle {
    padding: 1.5rem 1.5rem 1.5rem 1.5rem;
    background-color: #fabf00;
    color: rgba(255, 255, 255, 0.8);
    transition: 0.3s
}

.cart-dropdown.type3 .cart-toggle i {
    font-size: 1.5rem;
    margin-right: 7px
}

.dark-theme .cart-dropdown .cart-total {
    border-color: #333
}

.compare-dropdown .compare-toggle:after {
    content: none
}

.wishlist-dropdown .wishlist-toggle:after {
    content: none
}

.header-top .login-dropdown {
    margin-left: 0
}

.off-canvas .dropdown-box {
    position: fixed;
    top: 0;
    right: -34rem;
    max-width: 34rem;
    width: 100%;
    height: 100vh;
    min-width: auto;
    padding: 2.9rem 3rem;
    opacity: 1;
    visibility: visible;
    transition: right 0.3s;
    transform: none;
    z-index: 2999;
    box-shadow: none;
    overflow-x: hidden;
    overflow-y: auto
}

.off-canvas .canvas-overlay {
    position: fixed;
    left: 0;
    width: 100vw;
    top: -10vh;
    height: 120vh;
    background: rgba(0, 0, 0, 0.3);
    z-index: 2998;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s
}

.off-canvas .canvas-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #333;
    padding-bottom: 1.3rem
}

.off-canvas .canvas-title {
    margin-bottom: 0;
    font-size: 1.6rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -0.018em
}

.off-canvas .btn-close {
    font-size: 12px;
    font-weight: 600;
    color: #999
}

.off-canvas .btn-close:active,
.off-canvas .btn-close:focus,
.off-canvas .btn-close:hover {
    color: #fabf00
}

.off-canvas .btn-close i {
    margin-right: 0;
    font-size: 1.9rem
}

.off-canvas .product-cart,
.off-canvas .product-compare,
.off-canvas .product-wishlist {
    margin-top: 2rem
}

.off-canvas.opened .dropdown-box {
    right: 0
}

.off-canvas.opened .canvas-overlay {
    opacity: 1;
    visibility: visible
}

.off-canvas:hover .dropdown-box {
    top: 0
}

@media (max-width:479px) {
    .off-canvas .dropdown-box {
        max-width: 30.4rem
    }
}

.product.product-cart,
.product.product-compare,
.product.product-wishlist {
    display: flex;
    align-items: center;
    font-size: 1.3rem
}

.product.product-cart:not(:first-child),
.product.product-compare:not(:first-child),
.product.product-wishlist:not(:first-child) {
    margin-top: 2rem
}

.product.product-cart .product-media,
.product.product-compare .product-media,
.product.product-wishlist .product-media {
    position: static;
    width: 8rem;
    margin-right: 2.5rem
}

.product.product-cart .product-media a,
.product.product-compare .product-media a,
.product.product-wishlist .product-media a {
    display: block;
    height: 100%;
    padding: 0
}

.product.product-cart .product-media img,
.product.product-compare .product-media img,
.product.product-wishlist .product-media img {
    height: 100%
}

.product.product-cart .product-detail,
.product.product-compare .product-detail,
.product.product-wishlist .product-detail {
    flex: 1;
    margin: 0 1rem 0rem 0
}

.product.product-cart .product-name,
.product.product-compare .product-name,
.product.product-wishlist .product-name {
    white-space: normal;
    padding: 0;
    margin-bottom: 0.9rem;
    margin-right: 1rem;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.34;
    letter-spacing: -0.35px;
    font-family: Poppins, sans-serif;
    color: #666
}

.product.product-cart .product-name:hover,
.product.product-compare .product-name:hover,
.product.product-wishlist .product-name:hover {
    color: #fabf00
}

.product.product-cart .price-box,
.product.product-compare .price-box,
.product.product-wishlist .price-box {
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    line-height: 1
}

.product.product-cart .product-price,
.product.product-compare .product-price,
.product.product-wishlist .product-price {
    font-size: 1.6rem;
    letter-spacing: -0.35px
}

.product.product-cart .product-quantity,
.product.product-compare .product-quantity,
.product.product-wishlist .product-quantity {
    align-items: center;
    display: flex;
    margin-right: 1rem;
    font-weight: 400
}

.product.product-cart .product-quantity:after,
.product.product-compare .product-quantity:after,
.product.product-wishlist .product-quantity:after {
    margin-left: 1rem;
    content: "X";
    text-transform: none;
    line-height: 0;
    font-size: 1.5rem
}

.product.product-cart .product-price,
.product.product-compare .product-price,
.product.product-wishlist .product-price {
    margin: 0;
    color: #fff
}

.product.product-cart .btn-close,
.product.product-compare .btn-close,
.product.product-wishlist .btn-close {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 2.2rem;
    height: 2.2rem;
    right: -0.4rem;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    background-color: #222;
    color: #fff;
    font-size: 1.2rem;
    border: 1px solid #ccc
}

.product.product-cart .btn-close i,
.product.product-compare .btn-close i,
.product.product-wishlist .btn-close i {
    margin-right: 4px;
    margin-top: 0px;
    font-size: 1.2rem
}

.product.product-cart .btn-close:hover,
.product.product-compare .btn-close:hover,
.product.product-wishlist .btn-close:hover {
    color: #fabf00;
    border-color: #fabf00
}

.product.product-cart:last-child,
.product.product-compare:last-child,
.product.product-wishlist:last-child {
    margin-bottom: 0
}

@media (max-width:991px) {
    .cart-dropdown .cart-label {
        display: none
    }
}

@media (max-width:575px) {

    .cart-dropdown .product .product-media,
    .compare-dropdown .product .product-media {
        margin-right: 1rem
    }

    .cart-dropdown .dropdown-box,
    .compare-dropdown .dropdown-box {
        min-width: 31rem
    }

    .cart-dropdown .cart-total,
    .compare-dropdown .cart-total {
        font-size: 1.3rem
    }
}

.category-dropdown>a {
    padding: 1.7rem 1.7rem;
    background: #fabf00
}

.category-dropdown>a:after {
    content: none
}

.category-dropdown>a i {
    font-size: 1.8rem
}

.category-dropdown>a span {
    margin-left: 1rem
}

.category-dropdown .dropdown-box {
    padding: 0;
    left: 0;
    min-width: 12rem;
    box-shadow: none;
    background-color: #333;
    transition: opacity 0.2s, z-index 0s, transform 0.2s ease-out;
    visibility: hidden;
    top: 100%
}

.category-dropdown:after,
.category-dropdown:before {
    left: 25px
}

.category-dropdown:after {
    border-bottom-color: #333;
    visibility: hidden;
    top: calc(100% - 20px)
}

.category-dropdown.dropdown.show .dropdown-box {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transform: translate3d(0, 0, 0);
    transition: opacity 0.5s, z-index 0s, transform 0s
}

.category-dropdown.dropdown.show .dropdown-box,
.category-dropdown.dropdown.show:after {
    visibility: visible
}

.category-dropdown.dropdown.show:after {
    transform: translate3d(-50%, 0, 0)
}

.menu {
    display: flex;
    align-items: center
}

.menu a {
    display: inline-block
}

.menu .menu-title {
    margin-bottom: 1rem;
    padding: 0 1rem;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase
}

.menu ul {
    padding: 2rem 0;
    background: #222;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    color: #666
}

.menu li {
    position: relative;
    line-height: 1.5
}

.menu li a {
    padding: 0.7rem 0 0.7rem 1rem
}

.menu li .megamenu,
.menu li>ul {
    position: absolute;
    top: -9999px;
    left: 100%;
    margin: 0;
    box-shadow: 0 2px 35px rgba(0, 0, 0, 0.1);
    z-index: 1041;
    visibility: hidden;
    opacity: 0;
    transition: transform 0.2s ease-out;
    transform: translate3d(0, -10px, 0)
}

.menu li>ul {
    min-width: 22.6rem;
    background: #222
}

.menu li>ul li {
    padding: 0 2rem
}

.menu>li.submenu-container .megamenu {
    width: 1180px
}

.menu .active>a:not(.menu-title),
.menu li:hover>a:not(.menu-title) {
    color: #fabf00
}

.menu .show .megamenu,
.menu .show>ul,
.menu li:hover .megamenu,
.menu li:hover>ul {
    visibility: visible;
    opacity: 1;
    top: -2rem;
    transform: translate3d(0, 0, 0)
}

.menu>li {
    margin-right: 3rem
}

.menu>li:last-child {
    margin-right: 0
}

.menu>li>a {
    position: relative;
    padding: 1.3rem 0;
    font-weight: 600;
    letter-spacing: inherit;
    line-height: 1;
    text-transform: capitalize
}

.menu>li>a:after {
    margin-left: 0.8rem
}

.menu>li .megamenu,
.menu>li>ul {
    left: -1.9rem
}

.menu>li.show .megamenu,
.menu>li.show>ul,
.menu>li:hover .megamenu,
.menu>li:hover>ul {
    top: 100%
}

.menu .submenu>a {
    position: relative;
    display: block
}

.menu>.submenu>a {
    z-index: 10
}

.menu>.submenu>a:after {
    position: static;
    content: "";
    margin-top: 0
}

.submenu>a:after {
    display: inline-block;
    position: absolute;
    margin-top: 2px;
    right: 0.5rem;
    top: 50%;
    line-height: 0;
    vertical-align: middle;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: 1.1rem;
    color: inherit;
    content: ""
}

.toggle-menu {
    display: block
}

.toggle-menu>li {
    margin-right: 0
}

.toggle-menu .submenu:after,
.toggle-menu .submenu>a:after {
    content: none
}

.toggle-menu .submenu li {
    padding: 0 0.5rem
}

.toggle-menu li>ul {
    display: none;
    position: static;
    visibility: visible;
    opacity: 1;
    transform: none;
    background: transparent;
    box-shadow: none
}

.toggle-btn {
    display: block;
    position: absolute;
    padding: 6px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.6
}

.toggle-btn:before {
    content: "";
    display: block;
    font-size: 1rem;
    font-weight: 600;
    font-family: "Font Awesome 5 Free";
    line-height: 1;
    transition: transform 0.5s
}

.show>a .toggle-btn:before {
    transform: rotate(630deg)
}

.main-nav {
    margin: 0
}

.megamenu {
    display: flex;
    padding: 1rem;
    min-width: 94rem;
    background: #222
}

.megamenu ul {
    padding: 0
}

.megamenu .row {
    flex: 1;
    padding: 0 1rem
}

.megamenu .row>* {
    padding: 1.8rem 1rem 0.8rem
}

.tip {
    display: inline-block;
    position: relative;
    top: -1px;
    left: 7px;
    padding: 0.3rem 0.5rem;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    border-radius: 2px
}

.mobile-menu-wrapper {
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    font-family: Poppins, sans-serif;
    transition: visibility 0.4s
}

.mobile-menu-container {
    max-width: 296px;
    padding: 2rem 1.5rem;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background: #222529;
    box-shadow: 1px 0 5px rgba(0, 0, 0, 0.5);
    transform: translateX(-296px);
    transition: transform 0.4s
}

.mobile-menu-container .input-wrapper {
    display: flex;
    margin-bottom: 0.6rem;
    height: 4rem
}

.mobile-menu-container .input-wrapper .form-control {
    min-height: 4rem;
    color: #7a8088;
    border: 1px solid;
    border-color: #2e3237;
    border-right: 0;
    background-color: transparent
}

.mobile-menu-container .input-wrapper .btn-search {
    padding: 0;
    width: 4rem;
    background-color: #fabf00;
    border-color: #fabf00;
    color: #fff;
    font-size: 1.4rem;
    border-radius: 3px
}

.mobile-menu-container .input-wrapper .btn-search i {
    margin: 0 0 0.5rem;
    font-size: inherit
}

.mobile-menu-container .mobile-menu {
    margin-bottom: 0.5rem;
    background: #222529
}

.mobile-menu-container .tab {
    margin-top: 3rem
}

.mobile-menu-container .tab-content {
    background-color: transparent
}

.mobile-menu-container .nav {
    border-width: 2px
}

.mobile-menu-container .nav-link {
    margin-bottom: -2px;
    color: #fff;
    font-size: 13px;
    padding: 10px
}

.mobile-menu-container .tab-pane {
    padding-top: 10px
}

.mobile-menu-container .nav-item:hover .nav-link {
    color: #fff;
    border-color: transparent
}

.mobile-menu-container .nav-item .nav-link.active,
.mobile-menu-container .nav-item.show .nav-link {
    color: #fabf00;
    border-color: #fabf00
}

.mobile-menu-container .nav-item+.nav-item {
    margin-left: 1px
}

.mobile-menu-container.scrollable::-webkit-scrollbar-thumb,
.mobile-menu-container .sidebar-content::-webkit-scrollbar-thumb {
    margin-right: 2px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 7px;
    cursor: pointer
}

.mobile-menu {
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: -0.025em;
    color: #e1e1e1;
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: -0.025em
}

.mobile-menu ul {
    display: none;
    width: 100%
}

.mobile-menu>li:first-child {
    padding-top: 0.5rem
}

.mobile-menu>li:last-child {
    padding-bottom: 0.5rem
}

.mobile-menu li a {
    display: block;
    position: relative;
    padding: 1.3rem 0.6rem 1.3rem 1rem
}

.mobile-menu li i {
    display: inline-block;
    margin-bottom: 1px;
    font-size: 2rem;
    margin-right: 1rem;
    line-height: 0;
    vertical-align: middle
}

.mobile-menu li li a {
    padding-left: 2.4rem
}

.mobile-menu li li li a {
    padding-left: 3.6rem
}

.mobile-menu li:not(:last-child) {
    border-bottom: 1px solid #2e3237
}

.mobile-menu-overlay {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: 0;
    transition: opacity 0.4s
}

.mobile-menu-close {
    position: fixed;
    left: calc(100vw - 50px);
    top: 25px;
    z-index: 10001;
    transition: opacity 0.3s;
    opacity: 0
}

.mobile-menu-close i {
    font-size: 2.8rem;
    color: #e1e1e1
}

.mmenu-anim {
    transform: translateY(30%)
}

.mmenu-anim,
.mmenu-anim>li {
    transition: transform 0.4s, opacity 0.3s;
    transition-timing-function: cubic-bezier(0.5, 0, 0.3, 1)
}

.mmenu-anim>li:nth-child(0) {
    opacity: 0;
    transform: translateY(0px)
}

.mmenu-anim>li:first-child {
    opacity: 0;
    transform: translateY(50px)
}

.mmenu-anim>li:nth-child(2) {
    opacity: 0;
    transform: translateY(100px)
}

.mmenu-anim>li:nth-child(3) {
    opacity: 0;
    transform: translateY(150px)
}

.mmenu-anim>li:nth-child(4) {
    opacity: 0;
    transform: translateY(200px)
}

.mmenu-anim>li:nth-child(5) {
    opacity: 0;
    transform: translateY(250px)
}

.mmenu-anim>li:nth-child(6) {
    opacity: 0;
    transform: translateY(300px)
}

.mmenu-anim>li:nth-child(7) {
    opacity: 0;
    transform: translateY(350px)
}

.mmenu-anim>li:nth-child(8) {
    opacity: 0;
    transform: translateY(400px)
}

.mmenu-anim>li:nth-child(9) {
    opacity: 0;
    transform: translateY(450px)
}

.mmenu-anim>li:nth-child(10) {
    opacity: 0;
    transform: translateY(500px)
}

.mmenu-anim>li:nth-child(11) {
    opacity: 0;
    transform: translateY(550px)
}

.mmenu-anim>li:nth-child(12) {
    opacity: 0;
    transform: translateY(600px)
}

.mmenu-active {
    overflow: hidden
}

.mmenu-active .mmenu-anim,
.mmenu-active .mmenu-anim>li {
    opacity: 1;
    transform: translateY(0)
}

.mmenu-active .page-wrapper {
    margin-left: 296px;
    margin-right: -296px
}

.mmenu-active .mobile-menu-wrapper {
    visibility: visible
}

.mmenu-active .mobile-menu-container {
    transform: translateX(0)
}

.mmenu-active .mobile-menu-overlay {
    opacity: 0.8
}

.mmenu-active .mobile-menu-close {
    opacity: 1
}

@media (max-width:400px) {
    .mobile-menu-close {
        left: calc(100vw - 40px);
        top: 10px
    }
}

.footer {
    font-family: Poppins, sans-serif;
    font-size: 1.3rem;
    background: #141416
}

.footer p {
    font-size: inherit
}

.footer a:not(.social-link):hover {
    color: #fff
}

.footer .social-link {
    letter-spacing: 0.005em;
    color: #999;
    border: 1px solid #999
}

.footer .social-link:hover {
    color: #fff
}

.footer .widget-title {
    border-bottom: none
}

.dark-theme .footer {
    background-color: #181818
}

.dark-theme .footer-middle {
    border-color: #282828
}

.dark-theme .sticky-footer .header-search.show,
.dark-theme .sticky-footer .header-search:hover {
    color: #fff
}

.logo-footer,
.logo-footer img {
    display: block
}

.footer-middle {
    padding: 7.1rem 0 3.3rem;
    border-bottom: 1px solid #fff
}

.footer-middle .widget {
    margin-bottom: 3rem
}

.footer-middle .widget-title {
    padding: 0.6rem 0;
    margin-bottom: 1rem;
    font-family: inherit;
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: capitalize;
    color: #e1e1e1
}

.footer-middle .widget-body {
    padding: 8px 0 0;
    color: #999
}

.footer-middle .widget-body li {
    line-height: 1.2;
    margin-bottom: 15px
}

.footer-middle .widget-body li:last-child {
    margin-bottom: 0
}

.footer-middle label {
    font-weight: 500;
    text-transform: uppercase;
    color: #ccc
}

.footer-bottom {
    padding: 3.4rem 0 3.3rem
}

.footer-bottom,
.footer-bottom .container {
    display: flex;
    align-items: center
}

@media (max-width:991px) {

    .footer-middle {
        padding: 4.8rem 0 4.8rem
    }

    .footer-middle .widget-body {
        padding: 0
    }

    .footer-bottom,
    .footer-bottom>.container {
        display: block
    }
}

.footer .copyright {
    margin: 0;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: -0.01em;
    line-height: 1.5
}

.widget-newsletter .input-wrapper-inline {
    height: 4.9rem
}

.widget-newsletter .input-wrapper {
    max-width: 48rem
}

.widget-newsletter input {
    min-height: 100%;
    border: 0;
    border-radius: 0.3rem 0 0 0.3rem;
    color: #999;
    background: #2c2c2c
}

.widget-newsletter .btn {
    padding: 1.2em 1.33em 1.07em
}

.widget-newsletter .btn i {
    font-size: 1.6rem;
    margin: -0.4rem 0 0 0.6rem
}

.widget-newsletter .widget-title {
    padding: 0;
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: -0.015em;
    text-transform: inherit;
    line-height: 1;
    color: #fff
}

.widget-newsletter p {
    margin-bottom: 0.1rem;
    font-family: inherit;
    font-size: 1.4rem;
    letter-spacing: -0.005em;
    line-height: 1.23;
    color: #999
}

.footer .widget-about .logo-footer {
    display: block;
    margin-bottom: 1.6rem
}

.footer .widget-about p {
    margin-bottom: 2.6rem;
    color: #666;
    line-height: 1.85;
    letter-spacing: -0.025em
}

.footer .widget-about .widget-body {
    padding: 0
}

.payment img {
    display: block
}

.sticky-footer {
    display: flex
}

.sticky-footer>* {
    flex: 1
}

.sticky-footer .search-toggle {
    padding: 0;
    color: inherit
}

.sticky-footer .header-search.show,
.sticky-footer .header-search:hover {
    color: #141416
}

.sticky-footer .hs-toggle .input-wrapper {
    min-width: 29rem;
    right: 1.5rem;
    margin-bottom: 2rem
}

@media (min-width:576px) {
    .sticky-footer {
        padding: 0 4rem
    }
}

@media (min-width:768px) {
    .sticky-footer {
        display: none
    }
}

@media (max-width:991px) {
    .footer-middle .row>div:last-child .widget {
        margin-bottom: 1rem
    }
}

.toolbox,
.toolbox-item,
.toolbox-left,
.toolbox-right {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.toolbox {
    position: relative;
    z-index: 21;
    justify-content: space-between
}

.toolbox {
    font-size: 1.3rem;
    line-height: 1.5;
    padding: 3.5rem 0.2rem 1rem;
    transition: margin 0.4s;
    background-color: transparent
}

.toolbox.sticky-toolbox {
    padding-top: 3rem
}

.toolbox-left>:not(:last-child),
.toolbox-right>:not(:last-child),
.toolbox>:not(:last-child) {
    margin-right: 1.8rem
}

.toolbox label {
    margin-right: 0.8rem;
    font-weight: 600;
    text-transform: uppercase
}

.toolbox select {
    cursor: pointer;
    padding-top: 0.85rem;
    padding-bottom: 0.85rem;
    border-color: #333;
    z-index: 0
}

.toolbox .select-box .form-control {
    color: #fff
}

.toolbox .select-box:before {
    font-size: 1rem;
    right: 1rem;
    z-index: 1
}

.toolbox .toolbox-sort .form-control {
    max-width: 15rem;
    padding-left: 1.4rem
}

.toolbox .toolbox-sort:before {
    right: 1.4rem;
    z-index: 2
}

.toolbox-item {
    flex-wrap: nowrap;
    margin-bottom: 1rem
}

.toolbox-item label {
    color: #fff
}

.select-menu {
    color: #fff
}

.select-menu:before {
    right: 1.25em;
    font-size: 1.2rem;
    margin-top: 1px
}

.select-menu ul,
.select-menu ul:before {
    content: "";
    position: absolute;
    border: 1px solid #666;
    width: 11px
}

.select-menu ul {
    top: 100%;
    z-index: 1000;
    width: 18rem;
    margin-top: 1rem;
    padding: 1rem 1.4rem 1rem;
    background-color: #151515;
    opacity: 0;
    visibility: hidden
}

.select-menu ul:before {
    top: -6px;
    left: 22px;
    height: 11px;
    border-width: 1px 0 0 1px;
    background-color: #151515;
    transform: rotate(45deg)
}

.select-menu.opened>ul {
    opacity: 1;
    visibility: visible
}

.dark-theme .select-menu {
    color: #999
}

.dark-theme select.form-control {
    background-color: transparent
}

.dark-theme .toolbox-item label {
    color: #999
}

.dark-theme .toolbox .select-box .form-control {
    color: #999
}


.select-menu select {
    position: relative;
    border: 1px solid #333;
    padding: 0.8rem 4rem 0.8rem 1.4rem;
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: -0.03em
}

.select-menu select {
    max-width: 17.2rem;
    padding: 0.85rem 2.6rem 0.85rem 0.9rem
}

.select-item {
    padding: 6px 0.7rem 4px 1.2rem;
    color: #fff;
    background: #666;
    letter-spacing: -0.01em
}

.select-item i {
    padding: 0.5rem 0.6rem 0.7rem;
    margin-left: 5px;
    font-size: 9px;
    vertical-align: middle
}

.select-items {
    display: none
}

.toolbox+.select-items {
    font-size: 1.2rem;
    margin: 2px 0 1.8rem
}

.select-items>* {
    display: inline-block;
    margin: 0 0.8rem 0.5rem 0
}

.select-items .filter-clean {
    margin-left: 1.2rem
}

.sticky-content-wrapper+.select-items {
    font-size: 1.2rem;
    margin: 2px 0 1.8rem
}

.toolbox-horizontal.fixed .sidebar-content,
.toolbox-horizontal.fixed .sidebar-overlay {
    min-height: 100vh
}

.left-sidebar-toggle {
    padding: 0.61em 0.92em 0.61em;
    margin-right: 2rem;
    font-weight: 700;
    line-height: 1.2
}

.toolbox .toolbox-left .left-sidebar-toggle {
    font-weight: 600
}

.toolbox-wrap {
    display: flex;
    flex-direction: column-reverse;
    line-height: 1.3
}

.toolbox-wrap .toolbox>* {
    line-height: 37px
}

.toolbox-wrap option {
    text-transform: none
}

.toolbox-wrap .sidebar-content .widget-title {
    padding-bottom: 1rem
}

.sticky-toolbox.fixed {
    position: fixed;
    background-color: #222;
    padding: 1rem 2rem 0
}

.filter-items a:before {
    content: "";
    position: absolute;
    border: 1px solid #999;
    width: 18px;
    height: 18px;
    border-radius: 2px;
    top: 50%;
    transform: translateY(-50%);
    left: -2.7rem;
    font-size: 0.7em;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    text-align: center;
    text-indent: 1px;
    line-height: 1.7em
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min--moz-device-pixel-ratio:1.5),
(min-device-pixel-ratio:1.5) {
    .filter-items a:before {
        text-indent: 0
    }
}

.toolbox .btn-link {
    padding: 0
}

.filter-clean {
    font-size: 1.4rem;
    margin-left: auto;
    color: #fff;
    transition: color 0.3s
}

.filter-clean:hover {
    color: #fabf00
}

.shop-sidebar {
    position: relative
}

.shop-sidebar .btn-outline:not(:hover) {
    color: #fabf00;
    background-color: #222
}

.shop-sidebar .left-sidebar-toggle,
.shop-sidebar .sidebar-toggle-btn {
    padding: 0.8em 1.04em
}

.btn-icon-right i {
    margin-left: 0.8rem;
    font-size: 1.8rem
}

@media (min-width:576px) {
    .toolbox-horizontal .toolbox-left {
        margin-right: auto
    }
}

@media (min-width:992px) {
    .sidebar-fixed {
        transition: margin 0.4s
    }

    .sidebar-fixed+.main-content {
        transition: flex-basis 0.4s, max-width 0.4s
    }

    .sticky-sidebar-wrapper.closed {
        height: 0
    }

    .closed.sidebar {
        margin-left: -25%
    }

    .closed.right-sidebar {
        margin-right: -25%
    }

    .closed+.main-content {
        max-width: 100%;
        flex-basis: 100%
    }

    .main-content-wrap {
        overflow: hidden
    }
}

@media (min-width:992px) {
    .sidebar-toggle-remain .filter-clean {
        line-height: 3.7rem
    }
}

@media (min-width:992px) {

    .sidebar-toggle-remain.sidebar.closed+*>.toolbox:first-child {
        margin-left: 10.8rem
    }
}

@media (min-width:992px) {

    .sidebar-toggle-remain.right-sidebar.closed+*>.toolbox:first-child {
        padding-right: 11rem
    }
}

@media (min-width:992px) {
    .toolbox-wrap .sidebar-content {
        border-top: 3px solid #666;
        transition: border 0.3s
    }

    .toolbox-wrap .sidebar-content>div {
        border-bottom: 3px solid #666
    }

    .toolbox-wrap .sidebar-content .widget {
        border: none
    }
}

@media (min-width:992px) {
    .toolbox .sidebar-content {
        max-width: none
    }
}

@media (min-width:992px) {
    .toolbox-horizontal .sidebar-fixed .sidebar-content {
        padding-bottom: 0
    }

    .toolbox-horizontal .widget {
        position: relative;
        margin-bottom: 1rem;
        color: #fff;
        border-bottom: none
    }

    .toolbox-horizontal .widget .widget-title {
        position: relative;
        border: 1px solid #333;
        padding: 8px 4rem 8px 1.4rem;
        margin-bottom: 0;
        font-size: 1.2rem;
        line-height: 1.5;
        font-weight: 400;
        text-transform: capitalize;
        border-radius: 2px
    }

    .toolbox-horizontal .widget:before {
        content: "";
        font-family: "Font Awesome 5 free";
        position: absolute;
        top: 50%;
        right: 1.25em;
        margin-top: 1px;
        transform: translateY(-50%);
        font-size: 1.2rem;
        font-weight: 900
    }

    .toolbox-horizontal .widget.opened>ul {
        opacity: 1;
        visibility: visible
    }

    .toolbox-horizontal .widget ul,
    .toolbox-horizontal .widget ul:before {
        content: "";
        position: absolute;
        border: 1px solid #666
    }

    .toolbox-horizontal .widget ul {
        top: 100%;
        z-index: 1000;
        width: 21rem;
        margin-top: 1rem;
        padding: 1rem 1.4rem;
        background-color: #222;
        opacity: 0;
        visibility: hidden
    }

    .toolbox-horizontal .widget ul:before {
        top: -6px;
        left: 22px;
        height: 11px;
        width: 11px;
        border-width: 1px 0 0 1px;
        background-color: #222;
        transform: rotate(45deg)
    }

    .toolbox-horizontal .widget ul li {
        display: flex;
        justify-content: space-between
    }
}

@media (min-width:992px) {

    .toolbox-wrap .sidebar-toggle-btn {
        display: none
    }

    .toolbox-wrap>.closed {
        margin: 0
    }

    .toolbox-wrap>.closed .sidebar-content {
        display: none;
        border-color: transparent;
        background: transparent
    }

    .toolbox-wrap .filter-clean {
        display: none;
        position: absolute;
        right: 0;
        top: -40px
    }
}

@media (min-width:1200px) {
    .select-menu:not(:last-child):not(.toolbox-show) {
        margin-right: 2rem
    }

    .toolbox .shop-sidebar {
        margin-right: 2rem
    }
}

@media (max-width:991px) {
    .toolbox .sidebar-fixed {
        margin-right: 0
    }

    .toolbox .sidebar-content {
        display: block
    }

    .sidebar-content .select-menu {
        display: block;
        margin: 0;
        font-size: 1.4rem
    }

    .sidebar-content .select-menu ul {
        position: static;
        width: 100%;
        padding: 0;
        border: 0;
        color: #666;
        margin: 0 0 1.1rem;
        opacity: 1;
        visibility: visible
    }

    .sidebar-content .select-menu ul a:before {
        width: 18px;
        height: 18px;
        margin-top: 0
    }

    .sidebar-content .select-menu:before,
    .sidebar-content .select-menu>a:before,
    .sidebar-content .select-menu ul:before {
        content: none
    }

    .sidebar-content .toolbox-item:first-child a {
        border: none
    }
}

@media (max-width:767px) {

    
    .toolbox-item>span,
    .toolbox-item label {
        display: none
    }
}

@media (max-width:575px) {
    .toolbox-item.select-box {
        margin-right: 0
    }

    
    .toolbox .toolbox-left .left-sidebar-toggle {
        margin-right: 1rem
    }

    .toolbox .toolbox-left {
        margin: 0
    }

    .toolbox .left-sidebar-toggle {
        margin-right: 0.5rem
    }

    .toolbox .toolbox-sort .form-control {
        max-width: 12.8rem
    }

    .toolbox-horizontal {
        justify-content: flex-start;
        flex-direction: row
    }

    .toolbox-horizontal .toolbox-left {
        margin-right: auto
    }

    .toolbox-horizontal .toolbox-right {
        margin-left: auto
    }
}

@media (max-width:479px) {
    .sticky-toolbox.fixed {
        padding: 1rem 1.5rem 0
    }

    .toolbox {
        padding-right: 0;
        padding-left: 0
    }

    .toolbox .toolbox-sort .form-control {
        max-width: 12.5rem;
        padding-left: 1rem
    }

    .toolbox select {
        padding-top: 0.63rem;
        padding-bottom: 0.63rem;
        padding-right: 2rem
    }

    .toolbox .btn-sm.toolbox-item,
    .toolbox .btn.toolbox-item {
        font-size: 1.2rem;
        padding: 0.61em 0.92em 0.61em
    }
}

.cart-added-alert {
    display: none;
    margin-bottom: 1rem
}

.container>.cart-added-alert:first-child {
    margin-top: -1rem
}

.cart-added-alert span {
    color: #fff
}

.cart-added-alert .btn-success,
.cart-added-alert span {
    vertical-align: middle
}

.product-details .product-navigation {
    padding: 0.2rem 2px 0.3rem
}

.product-gallery {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 3rem;
    position: sticky
}

.product-gallery.row>* {
    display: flex;
    align-items: center
}

.product-gallery.row .product-image-full {
    right: 2rem
}

.product-image-full {
    display: block;
    position: absolute;
    padding: 1rem;
    right: 1rem;
    bottom: 1rem;
    color: #999;
    font-size: 2rem;
    line-height: 1;
    opacity: 0;
    transition: opacity 0.3s;
    z-index: 1
}

:hover>.product-image-full {
    opacity: 1
}

.product-navigation {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 2rem 2px 1.1rem
}

.product-navigation .breadcrumb {
    margin: 0 2rem 1rem 0;
    font-size: inherit
}

.product-navigation .product-nav {
    margin-bottom: 1rem
}

.product-nav {
    display: flex;
    position: relative;
    color: #999
}

.product-nav i {
    vertical-align: middle;
    font-size: 1.9rem;
    line-height: 0
}

.product-nav li+li {
    margin-left: 2rem
}

.product-nav .product-nav-next>a,
.product-nav .product-nav-prev>a {
    display: flex;
    align-items: center
}

.product-nav .product-nav-prev i {
    margin-right: 2px
}

.product-nav .product-nav-next i {
    margin-left: 2px
}

.product-nav .product-name {
    padding-right: 0;
    color: #666;
    font-size: 1.2rem;
    font-weight: 400;
    white-space: normal
}

.product-nav li:hover .product-nav-popup {
    opacity: 1;
    visibility: visible;
    transform: none
}

.product-nav-popup {
    position: absolute;
    top: 126%;
    right: 16px;
    z-index: 30;
    width: 120px;
    padding: 0 5px 5px;
    line-height: 1.5;
    text-align: center;
    background-color: #222;
    box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.1);
    visibility: hidden;
    opacity: 0;
    transform: scale(0.9);
    transform-origin: top;
    transition: opacity 0.3s, transform 0.3s
}

.product-nav-popup:before {
    content: "";
    position: absolute;
    top: -8px;
    right: 18px;
    width: 16px;
    height: 16px;
    transform: rotate(45deg);
    background-color: #222;
    box-shadow: inherit
}

.product-nav-popup img {
    position: relative;
    padding-top: 5px;
    background-color: #222
}

.product-nav-prev .product-nav-popup:before {
    right: 6.6rem
}


.card-description li {
    position: relative;
    padding-left: 2.4rem
}


.card-description li:before {
    position: absolute;
    display: block;
    left: 3px;
    top: 2px;
    content: "";
    font-family: "riode";
    font-weight: 700;
    font-size: 1.2rem;
    color: #fff
}


.card-description .table tbody {
    line-height: 1.8
}


.card-description .table td,
.card-description .table th {
    padding: 10px;
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid #e9e9e9
}


.card-description .icon-box-icon {
    font-size: 3rem;
    border-color: #cdcdcd
}


.card-description .icon-box-content p {
    font-size: 1.3rem;
    color: #999
}


.card-description .divider {
    margin: 1.3rem 0 1.3rem;
    height: 4.4rem
}


.card-description figure img {
    vertical-align: middle
}


.card-body .icon-box-icon {
    width: 5.1rem;
    height: 5.1rem;
    margin-right: 2rem
}


.card-body .icon-box-icon .d-icon-truck {
    font-size: 3.6rem
}


.card-body .icon-box-title {
    margin-bottom: 0.2rem
}

.product-details .collapse:after {
    color: #fabf00
}

.rating-form {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 2.2rem
}

.rating-form label {
    margin-right: 1rem
}

.rating-stars {
    display: flex;
    position: relative;
    height: 14px;
    font-size: 1.4rem
}

.rating-stars a {
    color: #999;
    text-indent: -9999px;
    letter-spacing: 1px;
    width: 16px;
    letter-spacing: 0.2em
}

.rating-stars a:before {
    content: "";
    position: absolute;
    left: 0;
    height: 14px;
    line-height: 1;
    font-family: "riode";
    text-indent: 0;
    overflow: hidden;
    white-space: nowrap
}

.rating-stars a.active:before,
.rating-stars a:hover:before {
    content: "";
    color: #fabf00
}

.product-sticky-content:not(.fixed) .container {
    padding: 0
}

.product-sticky-content.fixed {
    padding: 1rem 0
}

.product-sticky-content.fixed .container {
    display: flex;
    align-items: center
}

.product-sticky-content.fixed .product-form {
    flex: 1
}

.product-sticky-content.fixed .product-form-group {
    justify-content: flex-end
}

.product-sticky-content.fixed .product-form,
.product-sticky-content.fixed .product-form-group>* {
    margin-bottom: 0
}

.product-sticky-content.fixed .product-form>label {
    display: none
}

.product-sticky-content.fixed .input-group {
    margin-right: 0.8rem
}

aside .banner-content {
    left: 5%;
    top: 12%;
    width: 90%
}

aside .banner-subtitle {
    font-weight: 500;
    font-size: 16px;
    color: #777777
}

aside .banner-title {
    font-size: 2.3rem;
    line-height: 1.4em
}

.review-form-section .review-medias {
    margin-top: 3rem;
    margin-bottom: 1rem
}

.review-form-section .review-medias>.btn {
    display: flex;
    align-items: center
}

.review-form-section .file-input {
    position: relative;
    margin-right: 2rem;
    padding: 0;
    width: auto;
    background-repeat: no-repeat;
    background-size: cover
}

.review-form-section .file-input-wrapper {
    display: block;
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
    background-size: cover
}

.review-form-section input[type=file] {
    width: 0 !important;
    height: 0 !important;
    overflow: hidden;
    opacity: 0
}

.review-form-section .btn-remove {
    top: auto;
    bottom: -10px
}

.review-form-section .btn-remove:before {
    content: "";
    font-size: 12px
}

.review-medias {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap
}

.review-form-section .review-overlay {
    position: fixed;
    left: 0;
    width: 100vw;
    top: -10vh;
    height: 120vh;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1100;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s
}

.review-form-section.opened .review-overlay {
    opacity: 1;
    visibility: visible
}

@media (min-width:992px) {
    .product-form select {
        width: 20rem
    }

    .product-single .product-details {
        padding-left: 1rem
    }

    .product-details.row {
        padding-left: 0
    }

    .product-details.row>:last-child {
        padding-left: 2rem
    }
}

@media (max-width:991px) {

    
    .card-body .icon-box-side {
        flex-direction: row
    }

    
    .card-body .icon-box-icon {
        display: inline-flex;
        margin-bottom: 0;
        padding: 0
    }

    
    .card-body .icon-box-content {
        text-align: left
    }
}


.dark-theme .product-nav .product-name {
    color: #999
}

.header .divider {
    max-height: 2rem
}

.header .cart-toggle i,
.header .search-toggle i {
    font-size: 22px
}

.menu>li {
    white-space: nowrap
}

@media (max-width:1199px) {
    .menu>li:last-child {
        display: none
    }
}

.dropdown:not(.cart-dropdown)>a {
    letter-spacing: 0.025em;
    font-weight: 600
}

.dropdown:not(.cart-dropdown)>a:after {
    margin-left: 6px
}

@media (max-width:575px) {
    .dropdown:not(.cart-dropdown) {
        display: none
    }
}

.footer .widget-about .widget-body a:not(:hover) {
    color: #666
}

.footer .widget:not(.widget-about) {
    margin-top: 0.8rem
}

.footer .widget-newsletter {
    margin: 12px 0 28px
}

.footer .widget-newsletter .btn {
    border-radius: 0 0.3rem 0.3rem 0;
    font-size: 13px;
    border-radius: 0px
}

.footer .widget-newsletter .btn i {
    margin-left: 3px
}

.footer .social-link {
    width: 29px;
    height: 29px
}

.home {
    padding-top: 98px
}

@keyframes strokeAppear1 {
    0% {
        stroke-dashoffset: 1000
    }

    to {
        stroke-dashoffset: 0
    }
}

@keyframes strokeAppear2 {
    0% {
        stroke-dashoffset: 2500
    }

    to {
        stroke-dashoffset: 0
    }
}

.banner-section .grid .grid-item {
    padding: 0rem;
    transform: translate3d(0, 0, 0)
}

.banner-section .banner-title {
    line-height: 1.2
}

.feature-section .feature-list {
    list-style: none
}

.feature-section .feature-list li {
    display: flex;
    align-items: center;
    font-size: 16px;
    padding: 15px 0 16px
}

.feature-section .feature-list-icon i {
    width: 17px;
    height: 17px;
    border: 4px solid #333;
    border-radius: 50%;
    color: #fabf00;
    font-size: 9px;
    margin-right: 6px
}

.feature-section svg {
    max-width: 100%
}

.page-link {
    transition: border-color 0.3s, background-color 0.3s
}

.page-item {
    color: #666
}

.page-item.active a,
.page-item:hover:not(.disabled)>.page-link {
    background-color: #fabf00;
    border-color: #fabf00;
    color: #fff
}

.product {
    margin-bottom: 20px
}

.product-single {
    padding-top: 1px
}

.product-single .breadcrumb li:not(:last-child) a {
    color: #666
}

.product-single .breadcrumb li:hover:not(:last-child) a {
    color: #fff
}

.product-single .product-nav {
    color: #666
}

.product-single .card-header a:not(:hover) span {
    color: #999;
    transition: color 0.3s
}

.product-single .product-footer .divider {
    height: 18px
}

.product-single .card-description li:before {
    color: #fabf00
}