.btn-gradient:hover:after {
    transform: skewX(-45deg) translateX(100%);
}
.btn-gradient.btn-primary {
    background: linear-gradient(135deg, #3b8df1, #5449ff);
}
.btn-gradient.btn-secondary {
    background: linear-gradient(135deg, #ffa35f, #ef5454);
}
.btn-gradient.btn-alert {
    background: linear-gradient(135deg, #f85283, #b33c9e);
}
.btn-gradient.btn-success {
    background: linear-gradient(135deg, #a0ec69, #87cf47);
}
.btn-gradient.btn-dark {
    background: linear-gradient(135deg, #666, #222);
}
.btn-icon-left i, .btn-icon-right i, .btn-reveal-left i, .btn-reveal-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;
}
.btn-reveal-left i {
    opacity: 0;
    margin-left: -1em;
    transform: translateX(0.5em);
    margin-right: 0;
    transition: transform 0.3s, opacity 0.3s, margin 0.3s;
}
.btn-reveal-left:active i, .btn-reveal-left:focus i, .btn-reveal-left:hover i {
    opacity: 1;
    margin-left: 0;
    transform: translateX(0);
    margin-right: 0.7rem;
}
.btn-reveal-right i {
    opacity: 0;
    margin-right: -1em;
    transform: translateX(-0.5em);
    margin-left: 0;
    transition: transform 0.3s, opacity 0.3s, margin 0.3s;
}
.btn-reveal-right:active i, .btn-reveal-right:focus i, .btn-reveal-right:hover i {
    opacity: 1;
    margin-left: 0.7rem;
    transform: translateX(0);
    margin-right: 0;
}
.btn-slide-left:active i, .btn-slide-left:focus i, .btn-slide-left:hover i {
    animation: 0.5s ease slideLeft;
}
.btn-slide-right:active i, .btn-slide-right:focus i, .btn-slide-right:hover i {
    animation: 0.5s ease slideRight;
}
.btn-slide-up:active i, .btn-slide-up:focus i, .btn-slide-up:hover i {
    animation: 0.5s ease slideUp;
}
.btn-slide-down:active i, .btn-slide-down:focus i, .btn-slide-down:hover i {
    animation: 0.5s ease slideDown;
}
.btn-infinite:hover i {
    animation-iteration-count: infinite;
}
@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-shadow-lg {
    box-shadow: 0 13px 20px -10px rgba(0, 0, 0, 0.15);
}
.btn-shadow-lg:active, .btn-shadow-lg:focus, .btn-shadow-lg:hover {
    box-shadow: 0 13px 20px -10px rgba(0, 0, 0, 0.2);
}
.btn-shadow {
    box-shadow: 0 15px 20px -15px rgba(0, 0, 0, 0.15);
}
.btn-shadow:active, .btn-shadow:focus, .btn-shadow:hover {
    box-shadow: 0 15px 20px -15px rgba(0, 0, 0, 0.2);
}
.btn-shadow-sm {
    box-shadow: 0 17px 20px -20px rgba(0, 0, 0, 0.15);
}
.btn-shadow-sm:active, .btn-shadow-sm:focus, .btn-shadow-sm:hover {
    box-shadow: 0 17px 20px -20px rgba(0, 0, 0, 0.2);
}
.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.btn-underline-visible:after {
    transform: scaleX(1);
}
.btn-underline.btn-underline-width-sm:after {
    height: 1px;
    border-bottom: 0;
}
.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-block {
    display: block;
    padding-left: 0;
    padding-right: 0;
    width: 100%}
.btn.btn-ellipse {
    border-radius: 3rem;
}
.btn.btn-lg {
    padding: 1.5em 3.42em;
}
.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: #ff9900;
    background-color: #ff9900;
}
.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
    color: #fff;
    border-color: #06dbb1;
    background-color: #06dbb1;
}
.btn-primary.btn-solid {
    color: #ff9900;
    border-color: #fff;
    background-color: #fff;
}
.btn-primary.btn-solid:active, .btn-primary.btn-solid:focus, .btn-primary.btn-solid:hover {
    border-color: #ff9900;
    background-color: #ff9900;
    color: #fff;
}
.btn-primary.btn-outline {
    color: #ff9900;
    border-color: #ff9900;
    background-color: transparent;
}
.btn-primary.btn-outline:active, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:hover {
    background-color: #ff9900;
    color: #fff;
}
.btn-primary.btn-link {
    background-color: transparent;
    color: #ff9900;
}
.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: #ff9900;
}
.btn-secondary {
    color: #fff;
    border-color: #d26e4b;
    background-color: #d26e4b;
}
.btn-secondary:active, .btn-secondary:focus, .btn-secondary:hover {
    color: #fff;
    border-color: #d98568;
    background-color: #d98568;
}
.btn-secondary.btn-solid {
    color: #d26e4b;
    border-color: #fff;
    background-color: #fff;
}
.btn-secondary.btn-solid:active, .btn-secondary.btn-solid:focus, .btn-secondary.btn-solid:hover {
    border-color: #d26e4b;
    background-color: #d26e4b;
    color: #fff;
}
.btn-secondary.btn-outline {
    color: #d26e4b;
    border-color: #d26e4b;
    background-color: transparent;
}
.btn-secondary.btn-outline:active, .btn-secondary.btn-outline:focus, .btn-secondary.btn-outline:hover {
    background-color: #d26e4b;
    color: #fff;
}
.btn-secondary.btn-link {
    background-color: transparent;
    color: #d26e4b;
}
.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: #d26e4b;
}
.btn-alert {
    color: #fff;
    border-color: #b10001;
    background-color: #b10001;
}
.btn-alert:active, .btn-alert:focus, .btn-alert:hover {
    color: #fff;
    border-color: #d50001;
    background-color: #d50001;
}
.btn-alert.btn-solid {
    color: #b10001;
    border-color: #fff;
    background-color: #fff;
}
.btn-alert.btn-solid:active, .btn-alert.btn-solid:focus, .btn-alert.btn-solid:hover {
    border-color: #b10001;
    background-color: #b10001;
    color: #fff;
}
.btn-alert.btn-outline {
    color: #b10001;
    border-color: #b10001;
    background-color: transparent;
}
.btn-alert.btn-outline:active, .btn-alert.btn-outline:focus, .btn-alert.btn-outline:hover {
    background-color: #b10001;
    color: #fff;
}
.btn-alert.btn-link {
    background-color: transparent;
    color: #b10001;
}
.btn-alert.btn-link:active, .btn-alert.btn-link:focus, .btn-alert.btn-link:hover {
    color: #222;
}
.btn-alert.btn-underline:active, .btn-alert.btn-underline:focus, .btn-alert.btn-underline:hover {
    color: #b10001;
}
.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-solid {
    color: #a8c26e;
    border-color: #fff;
    background-color: #fff;
}
.btn-success.btn-solid:active, .btn-success.btn-solid:focus, .btn-success.btn-solid:hover {
    border-color: #a8c26e;
    background-color: #a8c26e;
    color: #fff;
}
.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: #222;
    background-color: #222;
}
.btn-dark:active, .btn-dark:focus, .btn-dark:hover {
    color: #fff;
    border-color: #343434;
    background-color: #343434;
}
.btn-dark.btn-solid {
    color: #222;
    border-color: #fff;
    background-color: #fff;
}
.btn-dark.btn-solid:active, .btn-dark.btn-solid:focus, .btn-dark.btn-solid:hover {
    border-color: #222;
    background-color: #222;
    color: #fff;
}
.btn-dark.btn-outline {
    color: #222;
    border-color: #222;
    background-color: transparent;
}
.btn-dark.btn-outline:active, .btn-dark.btn-outline:focus, .btn-dark.btn-outline:hover {
    background-color: #222;
    color: #fff;
}
.btn-dark.btn-link {
    background-color: transparent;
    color: #222;
}
.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: #222;
}
.btn-white {
    color: #222;
    background-color: #fff;
    border-color: #fff;
}
.btn-white:active, .btn-white:focus, .btn-white:hover {
    color: #fff;
    border-color: #ff9900;
    background-color: #ff9900;
}
.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: #ff9900;
    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-solid {
    color: #050505;
    border-color: #fff;
    background-color: #fff;
}
.dark-theme .btn-dark.btn-solid:active, .dark-theme .btn-dark.btn-solid:focus, .dark-theme .btn-dark.btn-solid:hover {
    border-color: #050505;
    background-color: #050505;
    color: #fff;
}
.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;
}
.equal-height .product {
    height: 100%}
.product-shadow {
    transition: box-shadow 0.3s;
}
.product-shadow:hover {
    box-shadow: 0 15px 25px -20px rgba(0, 0, 0, 0.5);
}
.product-label-round .product-label {
    padding: 0.5rem 1.1rem;
    border-radius: 1rem;
}
.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-new {
    background: #ff9900;
}
.product-label.label-sale {
    background: #d26e4b;
}
.product-label.label-top {
    background: #ff9900;
}
.product-label.label-stock {
    background: #999;
}
.btn-product-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.6rem;
    height: 3.6rem;
    margin-bottom: 0.5rem;
    border: 1px solid #e1e1e1;
    border-radius: 50%;
    background-color: #fff;
    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 {
    border-color: #ff9900;
    color: #fff;
    background-color: #ff9900;
}
.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: #ff9900;
    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: #00b8ff;
    padding-top: 0.6rem;
    padding-bottom: 2rem;
}
.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: #ff9900;
}
.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 {
    color: #fff;
     margin-top: 20px;
    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: #ff9900;
}
.product-name {
    margin-bottom: 0.3rem;
    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: #ff9900;
}
.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: #222;
}
.product-price .old-price {
    color: #aaa;
}
.product-price .new-price {
    margin-right: 1rem;
    text-decoration: none;
     color: #fff;
}
.dark-theme .old-price {
    color: #666;
}
.dark-theme .product.product-with-qty .quantity, .dark-theme .product.product-with-qty button {
    color: #999;
}
.dark-theme .rating-reviews {
    color: #999;
}
.dark-theme .ratings-full:before {
    color: #666;
}
.ratings-container {
    display: flex;
    align-items: center;
    margin-left: 1px;
    line-height: 1.1;
    margin-bottom: 1.2rem;
    font-size: 11px;
    letter-spacing: 0.2em;
}
.ratings-full {
    cursor: pointer;
}
.ratings, .ratings-full {
    position: relative;
    font-family: "riode"}
.ratings-full+.rating-reviews {
    margin-left: 1rem;
}
.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: #d26e4b;
    font-family: "riode"}
.rating-reviews {
    margin: 2px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.1rem;
    color: #aaa;
    letter-spacing: 0;
    text-transform: capitalize;
}
.rating-reviews:hover {
    color: #ff9900;
}
.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: #222;
    transition: 0.3s;
    border: 1px solid #e1e1e1;
}
.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: #222;
    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: #222;
    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: #ff9900;
}
.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-classic .btn-quickview {
    opacity: 1;
}
.product-classic .btn-quickview i:before {
    content: ""}
.product-classic .btn-wishlist {
    margin: 0 0 0 1.6rem;
}
.product-classic .btn-quickview, .product-classic .btn-wishlist {
    transform: translateX(-200%);
    opacity: 0;
    visibility: hidden;
    transition: transform 0.3s, opacity 0.3s, visibility 0.3s, color 0.3s, background-color 0.3s, border-color 0.3s;
}
.product-classic .btn-quickview {
    transition: transform 0.5s, opacity 0.5s, visibility 0.5s, color 0.3s, background-color 0.3s, border-color 0.3s;
}
.product-classic:hover .btn-quickview, .product-classic:hover .btn-wishlist {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}
.product-classic .product-details {
    padding-left: 0;
}
.product-classic .ratings-container {
    margin-bottom: 1.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: #fff;
}
.product-slideup-content .product-details {
    padding-bottom: 1px;
    background-color: #fff;
    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 .product-details {
    padding-bottom: 0;
    background-color: #fff;
    transition: transform 0.3s;
}
.product-slideup .ratings-container {
    margin-bottom: 0;
}
.product-slideup .btn-quickview, .product-slideup .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 .btn-quickview {
    transform: translateX(-200%);
}
.product-slideup .btn-wishlist {
    transform: translateX(200%);
}
.product-slideup .product-action {
    display: flex;
    position: absolute;
    padding-top: 1.5rem;
    top: 100%;
    bottom: auto;
    visibility: hidden;
    opacity: 0;
}
.product-slideup:hover {
    transform: translateY(-58px);
}
.product-slideup:hover .btn-quickview, .product-slideup:hover .btn-wishlist {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}
.product-slideup:hover .product-action {
    visibility: visible;
    opacity: 1;
}
.product-slideup-content .btn-cart, .product-slideup .btn-cart {
    margin-right: 0;
}
.product-slideup-content .btn-wishlist, .product-slideup .btn-wishlist {
    position: static;
    margin: 0 1.6rem 0 0;
}
.split-line {
    overflow: hidden;
}
.product-image-gap {
    padding: 0.9rem;
    border: 1px solid #e1e1e1;
    background-color: #fff;
}
.product-image-gap .product-details {
    padding: 1.8rem 1rem 1rem;
}
.product-image-gap .ratings-container {
    margin-bottom: 0;
}
.product-image-gap:hover {
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
}
@media (max-width:479px) {
    .product-image-gap .product-details {
    padding: 1.8rem 0 1rem;
}
}.product-list {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
}
.product-list .product-media {
    flex: 0 0 28rem;
    max-width: 28rem;
    margin: 0 2rem 0 0;
}
.product-list .product-details {
    padding: 0;
    flex: 1;
}
.product-list .product-label {
    font-size: 1.1rem;
}
.product-list .btn-quickview {
    opacity: 1;
}
.product-list .btn-wishlist {
    margin: 0 0 0 0.8rem;
}
.product-list .btn-quickview, .product-list .btn-wishlist {
    transform: translateX(-200%);
    opacity: 0;
    visibility: hidden;
    transition: transform 0.3s, opacity 0.3s, visibility 0.3s, color 0.3s, background-color 0.3s;
}
.product-list .btn-quickview {
    transition: transform 0.5s, opacity 0.5s, visibility 0.5s, color 0.3s, background-color 0.3s;
}
.product-list .ratings-container {
    margin-bottom: 0.8rem;
}
.product-list .product-name {
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: -0.025em;
    color: #222;
}
.product-list .product-price {
    font-size: 1.8rem;
    font-weight: 600;
}
.product-list .product-short-desc {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 2rem;
    text-transform: none;
    font-size: 1.4rem;
    line-height: 1.78;
    color: #666;
}
.product-list:hover .btn-quickview, .product-list:hover .btn-wishlist {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}
.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: #222;
    padding-left: 0;
}
.product-list-sm .product-name:hover {
    color: #ff9900;
}
.product-list-sm .ratings-container {
    margin: 0;
}
.product-list-sm .product-price {
    font-size: 1.4rem;
}
.product-list-sm+.product-list {
    margin-top: 2rem;
}
.product-list-sm .btn-cart {
    margin-top: 2rem;
    height: 3.3rem;
    max-width: 11.7rem;
    border: 1px solid #d7d7d7;
    color: #d26e4b;
    background: transparent;
    font-size: 1.2rem;
}
.product-list-sm .btn-cart:hover {
    border-color: #d26e4b;
    background: #d26e4b;
}
.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.shadow-media:hover .product-media {
    box-shadow: 0px 20px 20px -16px rgba(0, 0, 0, 0.5);
}
.product.cart-full .product-price, .product.product-with-qty .product-details .product-price {
    margin-bottom: 1rem;
}
.product.cart-full .btn-cart, .product.product-with-qty .product-details .btn-cart {
    padding: 0;
    border-color: #ebebeb;
}
.product.cart-full .btn-cart:active, .product.cart-full .btn-cart:focus, .product.cart-full .btn-cart:hover, .product.product-with-qty .product-details .btn-cart:active, .product.product-with-qty .product-details .btn-cart:focus, .product.product-with-qty .product-details .btn-cart:hover {
    background-color: #ff9900;
    border-color: #ff9900;
    color: #fff;
}
.product.cart-full .btn-cart {
    max-width: none;
    width: 100%}
.product.product-with-qty .product-details {
    padding-left: 0;
    padding-right: 0;
}
.product.product-with-qty .btn-cart {
    max-width: 12.3rem;
    margin-right: 0;
}
.product.product-with-qty .btn-cart i {
    display: none;
}
.product.product-with-qty .product-quantity {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 2rem;
}
.product.product-with-qty button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    color: #333;
    font-size: 1rem;
    width: 24px;
    height: 24px;
    border-radius: 0.3rem;
    border: none;
    background: #f4f4f4;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
}
.product.product-with-qty button:hover {
    background-color: #ff9900;
    color: #fff;
}
.product.product-with-qty .quantity {
    min-height: auto;
    width: 3.2rem;
    padding: 0;
    font-weight: 700;
    font-size: 1.2rem;
    border: none;
    text-align: center;
    color: #222;
}
.product.product-variable:not(.cart-full) .btn-cart:after {
    display: none;
    font-family: "riode";
    content: "";
    font-size: 1.8rem;
    font-weight: 400;
}
.product:hover.product-with-qty .btn-cart {
    background-color: transparent;
    color: #222;
}
@media (max-width:575px) {
    .product-list {
    display: block;
}
.product-list .product-media {
    margin: 0;
    max-width: 100%}
.product-list .product-details {
    padding: 1.8rem 0 2rem;
}
.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.product-with-qty .product-details .btn-cart {
    max-width: 4.2rem;
    padding: 0.78em 0;
}
.product.product-with-qty .btn-cart i {
    display: block;
}
.product.product-with-qty .product-quantity {
    margin-right: 1rem;
}
.cart-full .product-details .btn-cart span {
    display: inline;
}
.cart-full .btn-cart i {
    display: none;
}
.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;
}
}.product-filters {
    margin-right: 1.5rem;
}
.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.inner-banner:before {
    content: "";
    position: absolute;
    left: 1rem;
    right: 1rem;
    top: 1rem;
    bottom: 1rem;
    border: 2px solid rgba(225, 225, 225, 0.3);
    z-index: 1;
}
.banner.inner-banner .banner-content {
    z-index: 2;
}
.banner .banner-content {
    position: relative;
}
.banner-radius {
    border-radius: 1rem;
    overflow: hidden;
}
.banner-subtitle {
    letter-spacing: -0.025em;
    line-height: 1;
}
.banner-price-info, .banner-title {
    line-height: 1;
}
.banner-fixed>.banner-content, .banner-fixed>.container, .banner-fixed>.container-fluid {
    position: absolute;
    z-index: 1;
}
.banner-fixed>.container, .banner-fixed>.container-fluid {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.banner-fixed.content-middle .banner-content {
    top: 50%;
    transform: translateY(-50%);
}
.banner-fixed.content-center .banner-content {
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
}
.banner-fixed.content-center.content-middle .banner-content {
    transform: translate(-50%, -50%);
}
@media (-ms-high-contrast:none), screen and (-ms-high-contrast:active) {
    .intro-slider .banner img {
    height: 100%;
    width: 100%}
}.video-banner {
    position: relative;
}
.video-banner .btn-play {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    line-height: 49px;
    width: 51px;
    height: 51px;
    font-size: 22px;
    border-radius: 50%;
    border: 1px solid;
    transition: background-color 0.3s, border-color 0.3s;
}
.video-banner .btn-play:hover {
    background-color: #ff9900;
    border-color: #ff9900;
}
.banner-button-hide .banner-content {
    transition: padding 0.3s;
}
.banner-button-hide .btn {
    position: absolute;
    bottom: 0;
    transform: translateX(-50%);
    left: 50%;
    transition: 0.3s;
}
.banner-button-hide:not(:hover) .btn {
    margin: 0;
    visibility: hidden;
    opacity: 0;
}
.banner-button-hide:hover .banner-content {
    padding-bottom: 6.2rem;
}
@media (max-width:991px) {
    .banner {
    font-size: 8px;
}
}@media (max-width:479px) {
    .banner {
    font-size: 7px;
}
}.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: #222;
}
.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;
}
.icon-border .icon-box-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 5.2rem;
    height: 5.2rem;
    border-radius: 50%;
    border: 1px solid #222;
    font-size: 2.5rem;
}
.icon-border svg {
    height: 2.4rem;
}
.icon-inversed .icon-box-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    background-color: #ff9900;
    color: #fff;
    font-size: 2.5rem;
}
.icon-inversed svg {
    height: 2.4rem;
    fill: white;
}
.icon-solid .icon-box-icon {
    font-size: 4.8rem;
    color: #ff9900;
}
.icon-solid svg {
    width: 5.4rem;
    height: 5.4rem;
    fill: #ff9900;
}
.icon-solid.icon-box-side {
    align-items: flex-start;
}
.icon-solid.icon-box-side svg {
    width: 4.8rem;
    height: 4.8rem;
}
.icon-box-tiny .icon-box-icon {
    margin: 0 1rem 0 0;
    font-size: 2.8rem;
}
.icon-box-tiny svg {
    height: 2.8rem;
    width: 2.8rem;
}
.icon-box-tiny .icon-box-title {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
@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;
}
}.category {
    position: relative;
    font-size: 1rem;
}
.category img {
    border-top-left-radius:  13px;
    border-bottom-left-radius:  13px;
     display: block;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.category .category-name {
    margin-bottom: 0.3rem;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.2;
    color: inherit;
    text-transform: capitalize;
}
.category .category-name a {
    color: inherit;
}
.category .category-count {
    font-size: 1.2rem;
    line-height: 1.2;
}
.category-rounded .category-media {
    overflow: hidden;
    border-radius: 1rem;
}
.category-content {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    transition: background 0.3s;
}
.category-absolute .category-content {
    cursor: pointer;
    position: absolute;
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    height: 5.2rem;
    border-radius: 0 0 1rem 1rem;
    overflow: hidden;
}
.category-absolute .btn {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transform: translateY(100%);
    opacity: 0;
    transition: transform 0.3s, opacity 0.3s;
    line-height: 1;
}
.category-absolute .category-content:hover .btn {
    transform: translateY(0);
    opacity: 1;
}
.category-default .category-content {
    background-color: #fff;
    border-radius: 3px;
}
.category-default .category-name, .category-light .category-name {
    margin-bottom: 0;
    color: #222;
    letter-spacing: -0.025em;
}
.category-badge .btn, .category-default .btn {
    padding: 0;
    line-height: 5rem;
}
.category-default1 .category-content {
    background-color: #fff;
    color: #222;
}
.category-default1 .category-name {
    margin: 0;
}
.category-default1:hover .category-content {
    background-color: #ff9900;
    color: #fff;
}
.category-light .category-name {
    padding: 1.8rem 3.9rem;
    background-color: #fff;
    border-radius: 0.3rem;
    transition: background-color 0.3s, padding 0.3s;
}
.category-light .category-name a {
    position: relative;
    transition: padding 0.3s;
}
.category-light .category-name a:after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-family: "riode";
    font-size: 1.6rem;
    font-weight: 400;
    opacity: 0;
    transition: opacity 0.3s;
}
.category-light:hover .category-name {
    padding-left: 2.8rem;
    padding-right: 2.7rem;
    background-color: #ff9900;
    color: #fff;
}
.category-light:hover .category-name a {
    padding-right: 2.3rem;
}
.category-light:hover .category-name a:after {
    opacity: 1;
}
.category-icon {
    color: #222;
    text-align: center;
    transition: border 0.3s;
    border-radius: 0.3rem;
}
.category-icon i {
    margin-bottom: 1.3rem;
    font-size: 4.2rem;
    color: #666;
    transition: transform 0.3s;
}
.category-icon .category-name {
    margin: 0;
    color: #222;
}
.category-icon:hover i {
    transform: translateY(-4px);
}
.category-icon:hover .category-content {
    background: transparent;
}
.category-icon-inline {
    display: inline-flex;
    align-items: center;
}
.category-icon-inline .category-media {
    font-size: 3.2rem;
    line-height: 1;
    color: #444;
    transition: color 0.3s;
}
.category-icon-inline .category-media i {
    margin-right: 0.8rem;
}
.category-icon-inline .category-media svg {
    display: block;
    margin-right: 1rem;
    width: 3.5rem;
    height: 3.9rem;
    stroke: #444;
    fill: #444;
    transition: stroke 0.3s;
}
.category-icon-inline .category-name {
    margin: 0;
    text-transform: none;
    text-align: left;
    font-size: 1.3rem;
    font-weight: inherit;
    font-family: inherit;
    line-height: 1.08;
    color: inherit;
    transition: color 0.3s;
}
.category-icon-inline:hover .category-media, .category-icon-inline:hover .category-name {
    color: #ff9900;
}
.category-icon-inline:hover svg {
    stroke: #ff9900;
    fill: #ff9900;
}
.category-icon-inline:hover i, .category-icon-inline:hover svg {
    animation: slideUpShorter 0.6s;
}
@keyframes slideUpShorter {
    0% {
    transform: translateY(0);
}
50% {
    transform: translateY(-4px);
}
to {
    transform: translateY(0);
}
}.ellipse-section .owl-stage-outer {
    padding: 5rem;
    margin: -5rem;
}
.category-ellipse .category-media {
    border-radius: 50%;
    overflow: hidden;
    padding: 1.2rem;
    background-color: #fff;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
    text-align: center;
}
.category-ellipse img {
    transform: rotateZ(-10deg) translateX(-14px);
    transition: transform 0.3s;
}
.category-ellipse .category-content {
    padding-top: 2rem;
}
.category-ellipse .category-name {
    letter-spacing: -0.025em;
    color: #222;
}
.category-ellipse .category-name:hover {
    color: #ff9900;
}
.category-ellipse .category-count {
    text-transform: uppercase;
}
.category-ellipse:hover img {
    transform: rotateZ(0) translateX(0);
}
.cat-content-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #222;
    cursor: pointer;
    background-color: #eaf0f9;
}
.category-ellipse2 .category-media {
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
}
.category-ellipse2 .category-content {
    width: 100%;
    min-height: 25%;
    background-color: #fff;
}
.category-ellipse2 .category-name:hover a {
    color: #ff9900;
}
.dark-cta-section {
    background-color: #313438;
}
.category-classic .category-media {
    overflow: hidden;
    border-radius: 1.1rem;
}
.category-classic .category-content {
    right: 0;
    background-color: rgba(38, 38, 38, 0.808);
    color: #fff;
    border-radius: 0 0 1rem 1rem;
}
.category-classic .category-name {
    margin-bottom: 0;
    text-transform: uppercase;
}
.category-i-over figure:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #ff9900;
    opacity: 0.9;
    border-radius: 1rem;
}
.category-i-over figure i {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 50%;
    top: 37.5%;
    transform: translate(-50%, -50%);
    width: 10rem;
    height: 10rem;
    margin-bottom: 0;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.15);
    box-shadow: 0 5px 15px 0 #ff9900;
    font-size: 4.2rem;
    z-index: 1;
    color: #fff;
}
.category-classic .category-content, .category-i-over .category-content {
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 25%}
.category-classic .category-count, .category-i-over .category-count {
    display: block;
    opacity: 0;
    line-height: 0;
    visibility: hidden;
    transition: opacity 0.3s, line-height 0.3s, visibility 0.3s, padding 0.3s;
}
.category-classic:hover .category-count, .category-i-over:hover .category-count {
    visibility: visible;
    line-height: 1.2;
    opacity: 1;
    padding-top: 4px;
}
.category-center img {
    border-radius: 0;
}
.category-center .category-content {
    bottom: auto;
    height: auto;
    top: 50%;
    transform: translateY(-50%);
}
.category-center .category-name {
    font-size: 2.6rem;
    color: #fff;
}
.category-center .owl-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.category-group-icon, .category-group-image {
    display: flex;
    align-items: center;
    background-color:  #ffecd0;
    border: 1px solid #00B4D8;
    border-radius: 13px;
}
.category-group-icon>*, .category-group-image>* {
    flex: 1;
}
.category-group-icon li:not(:last-child), .category-group-image li:not(:last-child) {
    margin-bottom: 0.9rem;
}
.category-group-image {
    color: #666;
}
.category-group-image .category-content {
    position: static;
    max-width: 50%;
    flex: 0 0 50%;
    padding: 2.3rem 1rem 2.3rem 12px;
    background: transparent;
    text-align: left;
    align-items: flex-start;
}
.category-group-image .category-name {
    width: 100%;
    margin-bottom: 1.5rem;
    text-transform: none;
    font-size: 1.6rem;
    font-weight: 700;
    color: #222;
    letter-spacing: -0.01em;
}
.category-group-image a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%}
.category-group-image .category-list {
    font-size: 1.3rem;
    line-height: 1.2;
    width: 100%}
.category-group-image .category-list a {
    position: relative;
    display: inline-block;
    transition: text-decoration 0.3s;
}
.category-group-image .category-list a:hover {
    color: #222;
    text-decoration: underline;
}
.category-group-image .category-list a:active {
    color: #ff9900;
}
.category-group-image:hover .category-name {
    margin-bottom: 1.5rem;
}
.category-group-image:hover .category-content {
    background: transparent;
}
.category-group-icon {
    display: flex;
    align-items: center;
    border: 0;
    color: #fff;
}
.category-group-icon>* {
    flex: 1;
}
.category-group-icon .category-media {
    text-align: center;
}
.category-group-icon .category-media i {
    display: inline-block;
    font-size: 6.8rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.8rem;
    line-height: 1;
    transition: transform 0.3s;
    color: #fff;
}
.category-group-icon>a {
    padding-right: 1rem;
}
.category-group-icon>a:hover i {
    transform: translateY(-0.5rem);
}
.category-group-icon .category-content {
    padding: 28px 0px 28px 10px;
    background: transparent;
    text-align: left;
    align-items: flex-start;
}
.category-group-icon .category-name {
    margin-bottom: 0;
    text-align: center;
    letter-spacing: -0.025em;
    text-transform: uppercase;
    color: #fff;
}
.category-group-icon .category-list {
    font-size: 1.3rem;
    line-height: 1.2;
}
.category-group-icon .category-list li {
    white-space: nowrap;
}
.category-group-icon .category-list li:before {
    content: "";
    padding-right: 0.8rem;
    font-family: "Font Awesome 5 Free";
    font-size: 1.3rem;
    font-weight: 600;
    color: #fff;
}
.category-group-icon .category-list a {
    position: relative;
    display: inline-block;
    transition: text-decoration 0.3s;
}
.category-group-icon .category-list a:hover {
    color: inherit;
    text-decoration: underline;
}
.category-group-icon:hover .category-name {
    margin-bottom: 0;
}
.category-group-icon:hover .category-content {
    background: transparent;
}
.category-banner {
    overflow: hidden;
    color: #222;
}
.category-banner.text-white .btn {
    color: #fff;
}
.category-banner .category-content {
    top: 4.5rem;
    left: 5rem;
    bottom: auto;
    width: auto;
    height: auto;
    align-items: flex-start;
    z-index: 1;
    background-color: transparent;
    transition: top 0.3s, padding 0.3s;
}
.category-banner .category-name {
    text-transform: none;
    text-align: left;
    font-size: 2rem;
    font-weight: 700;
    font-family: inherit;
    letter-spacing: -0.025em;
}
.category-banner .category-count {
    visibility: visible;
    opacity: 1;
    font-size: 1.4rem;
    line-height: 1.2;
    transition: color 0.3s;
    z-index: 1;
}
.category-banner .btn {
    top: auto;
    right: auto;
    transform: none;
}
.category-banner:hover .category-content {
    top: 3rem;
    padding-bottom: 3rem;
    background-color: transparent;
}
.category-banner:hover .btn {
    opacity: 1;
}
.category-badge .category-content {
    padding: 1.4rem 4rem;
    left: 2rem;
    right: auto;
    bottom: 2rem;
    background-color: #fff;
}
.category-badge .category-name {
    margin-bottom: 0;
    font-weight: 700;
    letter-spacing: 0.007em;
    color: #222;
}
.category-overlay .category-content {
    align-items: center;
    width: 100%}
.category-overlay .category-count {
    padding: 0;
    line-height: 0;
    opacity: 0;
    transform: translateY(-1rem);
    transition: transform 0.3s, opacity 0.3s, line-height 0.3s, padding 0.3s;
}
.category-overlay .category-name {
    margin: 0;
}
.category-overlay:hover .category-content {
    padding: 0;
    top: 50%}
.category-overlay:hover .category-count {
    padding-top: 1rem;
    transform: translateY(0);
    opacity: 1;
}
.category-block {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 10.7rem;
    padding: 1.5rem;
    color: #fff;
    background-color: #333;
    transition: background-color 0.3s;
}
.category-block .category-name {
    margin: 0;
    text-align: center;
    font-weight: 400;
    line-height: 1.7rem;
    text-transform: none;
}
.category-block:hover {
    background-color: #ff9900;
}
.category-block:hover .category-name {
    color: #fff;
}
@media (max-width:1300px) {
    .ellipse-section .owl-stage-outer {
    padding: 5rem 3rem;
    margin: 5rem -3rem;
}
}@media (max-width:1199px) {
    .ellipse-section .owl-stage-outer {
    padding: 5rem 2rem;
    margin: -5rem -2rem;
}
}@media (max-width:479px) {
    .ellipse-section .owl-stage-outer {
    padding: 5rem 1.5rem;
    margin: -5rem -1.5rem;
}
}.post {
    font-family: Poppins, sans-serif;
}
.post .btn i {
    margin-left: 6px;
}
.post .btn i:before {
    margin: 0;
}
.post .post-details>:last-child {
    margin-bottom: 0;
}
.post-calendar {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 4.5rem;
    height: 4.7rem;
    background: rgba(255, 255, 255, 0.8);
    color: #222;
    font-weight: 600;
    line-height: 1;
    border-radius: 0.3rem;
}
.post-calendar .post-day {
    display: block;
    margin-bottom: 1px;
    font-size: 1.6rem;
}
.post-calendar .post-month {
    display: block;
    margin-left: 2px;
    font-size: 1rem;
}
.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-media .post-calendar {
    position: absolute;
    left: 2rem;
    top: 2rem;
}
.post-media .owl-dots {
    bottom: 2.5rem;
}
.post-media .owl-dots .owl-dot span {
    border-color: #fff;
    background-color: transparent;
}
.post-media .owl-dots .owl-dot:hover span {
    border-color: #fff;
    background-color: #fff;
}
.post-details {
    padding: 1.7rem 0 1.7rem;
}
.post-meta {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-size: 1.3rem;
    font-weight: inherit;
    line-height: 1.2;
    color: #999;
}
.post-meta a, .post-meta span {
    font-weight: 600;
    color: #222;
}
.post-meta a {
    text-transform: capitalize;
}
.post-meta a:hover {
    color: #ff9900;
}
.post-meta span {
    transition: color 0.3s;
}
.post-meta .post-author {
    text-transform: uppercase;
}
.post-meta .post-comment {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-size: 1.3rem;
    font-weight: inherit;
    line-height: 1.2;
    color: #999;
}
.post-meta .post-comment:hover span {
    color: inherit;
}
.post-title {
    margin-bottom: 1.7rem;
    text-transform: none;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0;
    margin-left: -2px;
    padding-left: 2px;
}
.post-content {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 1.8rem;
    line-height: 1.72;
    letter-spacing: 0;
    color: #666;
}
@media (min-width:576px) {
    .post-classic .post-title {
    font-size: 2.4rem;
}
}.post-sm .post-details {
    padding: 2.2rem 0.3rem 2rem;
}
.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: ""}
.post-list {
    margin-bottom: 2rem;
}
.post-list .post-details {
    padding: 2rem 0;
}
.post-list img {
    min-height: 20rem;
    object-fit: cover;
}
@media (min-width:576px) {
    .post-list {
    display: flex;
    align-items: center;
}
.post-list .post-media {
    margin-right: 2rem;
}
.post-list .post-details, .post-list .post-media {
    width: calc(50% - 1rem);
}
}.post-list-xs {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
    margin-left: 2px;
}
.post-list-xs .post-calendar {
    color: #ccc;
    border-color: #ccc;
    background-color: transparent;
}
.post-list-xs .post-details {
    flex: 1;
    margin: 0 0 0 2rem;
    padding: 0;
}
.post-list-xs .post-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0;
    text-transform: none;
    font-size: inherit;
    font-weight: 400;
    line-height: 1.69;
    color: inherit;
    white-space: normal;
}
.post-list-xs .post-title:hover a {
    color: #fff;
}
.post-list-sm {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
}
.post-list-sm .post-media {
    max-width: 9rem;
    flex: 0 0 9rem;
    height: 9rem;
}
.post-list-sm .post-media img {
    height: 100%;
    object-fit: cover;
}
.post-list-sm .post-details {
    padding: 0;
    margin-left: 1.6rem;
}
.post-list-sm .post-meta {
    margin-bottom: 0.4rem;
}
.post-list-sm .post-meta a {
    font-size: 1.3rem;
    font-weight: 400;
    color: #999;
}
.post-list-sm .post-title {
    margin-bottom: 0;
    white-space: normal;
    text-transform: none;
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 0;
}
.post-col .post {
    margin: 0;
    padding: 1rem 0.3rem;
}
.post-image-gap {
    padding: 2rem;
    background-color: #fff;
    transition: box-shadow 0.3s;
}
.post-image-gap .post-details {
    padding-bottom: 1rem;
}
.post-image-gap:hover {
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
}
.post-mask {
    position: relative;
}
.post-mask:before {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.75;
    background: rgba(51, 51, 51, 0.5);
    transition: all 0.3s;
    pointer-events: none;
    z-index: 1;
}
.post-mask img {
    min-height: 19rem;
}
.post-mask.gradient:before {
    height: 50%;
    background: linear-gradient(to bottom, rgba(125, 185, 232, 0) 0%, #000 100%);
}
.post-mask .post-details {
    position: absolute;
    padding: 0;
    left: 3rem;
    right: 3rem;
    bottom: 2.2rem;
    z-index: 2;
    transform: translateY(4rem);
    transition: transform 0.4s;
}
.post-mask .post-meta {
    color: #fff;
}
.post-mask .post-meta a, .post-mask .post-meta span {
    color: inherit;
}
.post-mask .post-meta a {
    font-weight: 400;
}
.post-mask .post-title {
    margin: 0;
    text-transform: none;
    line-height: 1.32;
    color: #fff;
}
.post-mask .post-title a:hover {
    color: #fff;
}
.post-mask .btn-link {
    margin-top: 1.5rem;
    opacity: 0;
    transition: opacity 0.4s;
}
.post-mask:hover .post-media a:before {
    opacity: 0.1;
}
.post-mask:hover .post-details {
    transform: translateY(0);
}
.post-mask:hover .btn-link {
    opacity: 1;
}
.post-frame {
    padding: 2rem 2rem 0;
    box-shadow: 0px 5px 20px 3px rgba(0, 0, 0, 0.05);
}
.post-frame .post-details {
    padding: 2.2rem 0 2rem;
}
.post-frame .post-content {
    margin-bottom: 1.8rem;
    line-height: 1.72;
}
ul.blog-filters {
    padding-top: 4rem;
    margin-bottom: 2rem;
    text-transform: uppercase;
    font-weight: 700;
    color: #333;
    border-top: 1px solid #e1e1e1;
}
ul.blog-filters li {
    margin-right: 2rem;
    margin-left: 2rem;
}
ul.blog-filters .nav-filter {
    letter-spacing: 0;
}
.blog-filters span {
    margin-left: 0.8rem;
    color: #aaa;
}
.blog-filters li {
    padding: 0;
    margin-right: 0.8rem;
    line-height: 2.143;
    border-bottom: 2px solid transparent;
}
.blog-filters a.nav-filter {
    border-width: 2px;
}
.post-outer .post-details {
    position: relative;
    background-color: #fff;
    width: calc(100% - 100px);
    min-width: 75%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 1rem;
    text-align: center;
    transform: translateY(-50%);
    padding: 1.7rem 0 1.7rem;
}
.post-outer .post-details .btn {
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: -0.025em;
}
.post-outer .post-meta {
    color: #222;
}
.post-outer .post-title {
    letter-spacing: -0.025em;
    margin-bottom: 1.8rem;
}
.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;
}
.owl-carousel.blog-centerzoom-carousel .owl-nav .owl-prev {
    top: 80.5%;
    left: 10.5%}
.owl-carousel.blog-centerzoom-carousel .owl-nav .owl-next {
    top: 80.5%;
    right: 10.5%}
@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%}
}.product-single-carousel, .product-thumbs-wrap {
    flex-basis: 100%;
    max-width: 100%}
.product-single-carousel .owl-nav .owl-next, .product-single-carousel .owl-nav .owl-prev {
    color: #222;
    border: 0;
}
.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, .product-thumbs .owl-nav .owl-next, .product-thumbs .owl-nav .owl-prev {
    background-color: #fff;
    color: #666;
    font-size: 1.6rem;
}
.product-thumb:before, .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-thumbs .owl-stage {
    display: flex;
}
.product-thumbs .owl-prev {
    transform: translateX(-100%);
    left: 0.5rem;
}
.product-thumbs .owl-next {
    left: auto;
    right: 0.5rem;
    transform: translateX(100%);
}
.product-thumb {
    position: relative;
    margin: 0 0.5rem;
    cursor: pointer;
    overflow: hidden;
}
.product-thumb:before {
    content: "";
    transition: border-color 0.3s;
    border: 2px solid transparent;
}
.product-thumb.active:before {
    border-color: #ff9900;
}
.product-thumb .btn-play {
    position: relative;
    display: block;
    z-index: 2;
}
.product-thumb .btn-play:before {
    content: "";
    position: absolute;
    left: -100px;
    top: -100px;
    right: -100px;
    bottom: -100px;
    background: rgba(0, 0, 0, 0.1);
    transition: background 0.3s;
}
.product-thumb .btn-play:after {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-size: 16px;
    font-weight: 800;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 2px solid #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    transition: box-shadow 0.3s;
}
.product-thumb .btn-play:hover:before {
    background: rgba(0, 0, 0, 0.2);
}
.product-thumb .btn-play:hover:after {
    box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.2);
}
.product-thumb .btn-video:after {
    content: ""}
.product-single {
    color: inherit;
}
.product-single .product-details {
    padding: 0 0 3rem;
    background-color: transparent;
}
.container-fluid .product-single .product-details {
    padding-top: 4px;
}
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.6rem;
    font-weight: 700;
    letter-spacing: -0.025em;
    white-space: normal;
    color: #222;
}
.product-single .product-price {
    display: block;
    margin-bottom: 1.1rem;
    color: #d26e4b;
    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 .rating-reviews {
    font-size: 1.2rem;
}
.product-single .rating-reviews:not(:hover) {
    color: #999;
}
.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: #222;
    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 .social-link.social-pinterest:hover {
    background-color: transparent;
    color: #bd081c;
}
.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: #ff9900;
}
.product-single .btn-compare i {
    margin-right: 0.8rem;
    font-size: 2.1rem;
}
.product-single .quantity {
    font-weight: 700;
}
.product-single .product-meta+.product-countdown-container {
    margin-top: 0.4rem;
}
.product-single .product-countdown-container {
    display: inline-flex;
    align-items: center;
    margin-bottom: 2.5rem;
    padding: 1rem 1.6rem;
    border: 1px solid #444;
    background-color: #444;
    text-transform: none;
    line-height: 1;
    color: #fff;
    border-radius: 0.3rem;
}
.product-single .product-countdown-container label {
    margin-right: 0.5rem;
    text-transform: none;
    color: #fff;
}
.product-single .product-countdown-container .product-sale-info {
    position: relative;
    padding-right: 1.5rem;
}
.product-single .product-countdown-container .product-sale-info i {
    margin-right: 0.8rem;
}
.product-single .product-countdown-container .product-sale-info:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 2.4rem;
    background: rgba(255, 255, 255, 0.2);
}
.product-single .product-countdown-container .product-sale-info+label {
    margin-left: 1.5rem;
}
.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: #ff9900;
}
.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, .dark-theme .product-form.btn-external:disabled {
    background-color: #666;
    color: #aaa;
}
.product-meta {
    margin-bottom: 1.8rem;
    color: #999;
    font-size: 1.2rem;
}
.product-meta span {
    margin: 0 1.9rem 0 3px;
}
.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: #222;
}
.product-form select {
    max-width: none;
    padding: 0.8rem 3rem 0.8rem 1.4rem;
    color: #222;
    border-color: #ebebeb;
    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, .product-form .btn-external {
    border: 0;
    flex: 1;
    min-width: 13rem;
    font-size: 1.4rem;
    border-radius: 0.3rem;
    background-color: #ff9900;
    transition: background-color 0.3s;
    color: #fff;
    cursor: pointer;
    max-width: 20.7rem;
    height: 4.5rem;
}
.product-form .btn-cart:disabled, .product-form .btn-external:disabled {
    background-color: #e4eaec;
    cursor: not-allowed;
    color: #999;
}
.product-form .btn-cart i, .product-form .btn-external i {
    margin-right: 0.8rem;
    margin-top: -1px;
    font-size: 1.8rem;
    line-height: 0;
    vertical-align: middle;
}
.product-form .btn-cart i:before, .product-form .btn-external i:before {
    margin: 0;
}
.product-form .btn-cart:hover:not(:disabled), .product-form .btn-external:hover:not(:disabled) {
    background-color: #049579;
}
.product-external .product-short-desc {
    color: #ee8204;
}
.product-external .product-form button {
    background: #ee8204;
}
.stock {
    display: inline-block;
    padding: 4px 2rem;
    margin-bottom: 2rem;
    border-radius: 2px;
    color: #fff;
    font-weight: 600;
}
.in-stock {
    background: #d26e4b;
}
.out-of-stock {
    background: #ccc;
}
.product-single .product-label.label-stock {
    white-space: nowrap;
    background: #ccc;
}
.hurryup-bar>p {
    margin-bottom: 0.5rem;
    color: #222;
    background: transparent;
    padding: 0;
}
.hurryup-bar .bar {
    position: relative;
    display: block;
    width: 100%;
    max-width: 38rem;
    height: 14px;
    background: #eee;
    border-radius: 10px;
}
.hurryup-bar .stock-bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    display: block;
    background: #d26e4b;
    border-radius: 10px;
}
.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 #eee;
}
.product-form-group td {
    padding: 2rem 0;
}
.product-form-group .item-name {
    padding-left: 2rem;
    color: #222;
    line-height: 1.4;
}
.product-form-group .item-price {
    font-weight: 600;
    color: #222;
    padding-left: 4.5rem;
}
.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: #222;
    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: #f4f4f4;
    color: #000;
}
.related-products {
    margin-top: 6.5rem;
}
@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 .product-thumb {
    margin: 0 0 1rem;
}
.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;
}
}.product-single.product-sticky-both .p-sticky {
    top: 88px;
}
.product-single.product-sticky-both .product-details {
    padding: 0;
}
.product-tabs.tab-nav-simple .nav-link {
    font-size: 2rem;
    font-weight: 700;
    text-transform: capitalize;
    color: #222;
    letter-spacing: 0;
}
.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;
}
.top-sidebar-active .category-sidebar {
    display: none;
}
.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: #fff;
    opacity: 0;
    line-height: 1.3;
    transition: transform 0.4s, opacity 0.4s;
}
.sidebar-content .widget {
    border-top: 3px solid #eee;
}
.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;
}
.sidebar-content .widget.price-with-count .filter-items>li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sidebar-content .btn-filter {
    padding: 0.86em 2em;
    border-radius: 2px;
}
.sidebar-content .btn-filter:active, .sidebar-content .btn-filter:focus, .sidebar-content .btn-filter:hover {
    background-color: #ff9900;
    border-color: #ff9900;
}
.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: #ff9900;
    border-color: #ff9900;
}
.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: #222;
}
.filter-items>li:not(:last-child) {
    border-bottom: 1px solid #eee;
}
.filter-items a {
    position: relative;
    display: block;
}
.filter-items a:hover {
    color: #ff9900;
}
.filter-items .active>a:before {
    content: "";
    color: #fff;
    background-color: #222;
    border-color: #222;
}
.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: #ff9900;
}
.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 #eee;
}
.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%}
.widget-vendor-info li span {
    display: inline-block;
    margin-left: 0;
}
.widget-vendor-info li span:first-child {
    min-width: 10.5rem;
    padding-right: 1rem;
    color: #333;
}
.widget-vendor-info li span.ratings-container {
    margin-bottom: 0;
    padding-right: 0;
    font-size: 1.3rem;
}
.widget-vendor-info .seller-name .details {
    color: #222;
}
.widget-vendor-info .filter-items li {
    display: flex;
    padding: 14px 3px 13px 0px;
}
.widget-contact-vendor .form-control {
    min-height: 4.1rem;
    padding: 1.2rem 2rem;
    border: 1px solid #e1e1e1;
    line-height: 1.5;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 300;
    color: #999;
    transition: color 0.3s, border-color 0.3s;
}
.widget-contact-vendor .form-control:focus {
    border-color: #222;
}
.widget-contact-vendor .form-control:not(:last-child) {
    margin-bottom: 1rem;
}
.widget-contact-vendor .btn {
    margin: 0.8rem 0 1.2rem;
    padding: 0.8em 1.65em;
    letter-spacing: -0.025em;
}
.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: #fff;
    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: #ff9900;
}
.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: #222;
}
.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 .purchased-title, .minipopup-box .product.product-compare.product-purchased .purchased-title {
    margin-bottom: 1.9rem;
}
.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: #ff9900;
    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: #222;
    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: #ff9900;
    font-size: 1.2rem;
}
@media (max-width:479px) {
    .minipopup-area {
    left: 9px;
}
}.overlay, .overlay-visible {
    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;
}
figure:hover .overlay-visible {
    background: rgba(5, 184, 149, 0.9);
    padding-bottom: 9rem;
}
.overlay-transparent {
    background: transparent;
}
.overlay-dark, .overlay-effect1, .overlay-effect2, .overlay-effect3, .overlay-effect4, .overlay-light {
    overflow: hidden;
}
.overlay-dark figure, .overlay-effect1 figure, .overlay-effect2 figure, .overlay-effect3 figure, .overlay-effect4 figure, .overlay-light figure {
    overflow: hidden;
}
.overlay-dark .banner, .overlay-dark figure, .overlay-effect1 .banner, .overlay-effect1 figure, .overlay-effect2 .banner, .overlay-effect2 figure, .overlay-effect3 .banner, .overlay-effect3 figure, .overlay-effect4 .banner, .overlay-effect4 figure, .overlay-light .banner, .overlay-light figure {
    position: relative;
}
.overlay-dark.banner:after, .overlay-dark figure:after, .overlay-dark figure>a:after, .overlay-effect1 figure:after, .overlay-effect1 figure>a:after, .overlay-effect1.banner:after, .overlay-effect2 figure:after, .overlay-effect2 figure>a:after, .overlay-effect2.banner:after, .overlay-effect3 figure:after, .overlay-effect3 figure>a:after, .overlay-effect3.banner:after, .overlay-effect4 figure:after, .overlay-effect4 figure>a:after, .overlay-effect4.banner:after, .overlay-light.banner:after, .overlay-light figure:after, .overlay-light figure>a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #222;
    opacity: 0;
    transition: opacity 0.3s, background 0.3s, transform 0.3s;
}
.overlay-dark.banner:hover:after, .overlay-dark:hover figure:after, .overlay-dark:hover figure>a:after, .overlay-effect1.banner:hover:after, .overlay-effect1:hover figure:after, .overlay-effect1:hover figure>a:after, .overlay-effect2.banner:hover:after, .overlay-effect2:hover figure:after, .overlay-effect2:hover figure>a:after, .overlay-effect3.banner:hover:after, .overlay-effect3:hover figure:after, .overlay-effect3:hover figure>a:after, .overlay-effect4.banner:hover:after, .overlay-effect4:hover figure:after, .overlay-effect4:hover figure>a:after, .overlay-light.banner:hover:after, .overlay-light:hover figure:after, .overlay-light:hover figure>a:after {
    opacity: 0.2;
}
.overlay-dark.banner-fixed:after, .overlay-dark.post>figure:after, .overlay-effect1.banner-fixed:after, .overlay-effect1.post>figure:after, .overlay-effect2.banner-fixed:after, .overlay-effect2.post>figure:after, .overlay-effect3.banner-fixed:after, .overlay-effect3.post>figure:after, .overlay-effect4.banner-fixed:after, .overlay-effect4.post>figure:after, .overlay-light.banner-fixed:after, .overlay-light.post>figure:after {
    content: none;
}
.overlay-dark.post>figure>a:after, .overlay-effect1.post>figure>a:after, .overlay-effect2.post>figure>a:after, .overlay-effect3.post>figure>a:after, .overlay-effect4.post>figure>a:after, .overlay-light.post>figure>a:after {
    z-index: 1;
}
.overlay-effect2 figure:before, .overlay-effect2 figure>a:before, .overlay-effect2.banner:before, .overlay-effect4 figure:before, .overlay-effect4 figure>a:before, .overlay-effect4.banner:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #fff;
    opacity: 0.2;
    transition: opacity 0.5s ease, transform 0.5s ease;
}
.overlay-effect2.banner-fixed:before, .overlay-effect2.post>figure:before, .overlay-effect4.banner-fixed:before, .overlay-effect4.post>figure:before {
    content: none;
}
.banner.overlay-light figure:after, .overlay-light figure>a:after {
    background: #ccc;
}
.banner.overlay-dark figure:after, .overlay-dark figure>a:after {
    background: #222;
}
.overlay-zoom {
    overflow: hidden;
}
.overlay-zoom figure {
    overflow: hidden;
}
.overlay-zoom img {
    transition: transform 0.3s;
}
.overlay-zoom:hover img {
    transform: scale(1.08);
}
.overlay-effect1:hover:after, .overlay-effect1:hover figure:after, .overlay-effect1:hover figure>a:after {
    transform: scale(1, 1);
    visibility: visible;
    opacity: 0;
    transition: transform 0.5s linear, opacity 0.5s linear;
}
.overlay-effect1 figure:after, .overlay-effect1 figure>a:after {
    transform: scale(0, 1);
    opacity: 0.4;
    background-color: #fff;
    visibility: hidden;
}
.overlay-effect2:hover:after, .overlay-effect2:hover:before, .overlay-effect2:hover figure:after, .overlay-effect2:hover figure:before, .overlay-effect2:hover figure>a:after, .overlay-effect2:hover figure>a:before {
    opacity: 0;
    transform: none;
}
.overlay-effect2 figure:after, .overlay-effect2 figure>a:after {
    transform: translateX(-100%);
    background-color: #fff;
    opacity: 0.2;
    transition: transform 0.9s ease, opacity 0.9s ease;
}
.overlay-effect2 figure:before, .overlay-effect2 figure>a:before {
    transform: translateX(100%);
    transition: transform 0.9s ease, opacity 0.9s ease;
}
.overlay-effect3:hover:after, .overlay-effect3:hover figure:after, .overlay-effect3:hover figure>a:after {
    top: 100%;
    left: -100%;
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 200%, 0);
}
.overlay-effect3 figure:after, .overlay-effect3 figure>a:after {
    left: 50%;
    width: 120%;
    height: 60px;
    background-color: #fff;
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -150%, 0);
    transition: 0.5s linear, top 0.5s linear, left 0.5s linear;
}
.overlay-effect4:hover:after, .overlay-effect4:hover:before, .overlay-effect4:hover figure:after, .overlay-effect4:hover figure:before, .overlay-effect4:hover figure>a:after, .overlay-effect4:hover figure>a:before {
    transform: scale(1, 1);
}
.overlay-effect4 figure:after, .overlay-effect4 figure>a:after {
    transform: scale(0, 1);
    background-color: #fff;
}
.overlay-effect4 figure:before, .overlay-effect4 figure>a:before {
    transform: scale(1, 0);
    transition: transform 0.3s;
}
.overlay-filter img {
    transition: filter 0.4s;
}
.overlay-blur:hover img {
    filter: blur(4px);
}
.overlay-brightness:hover img {
    filter: brightness(1.5);
}
.overlay-contrast:hover img {
    filter: contrast(1.5);
}
.overlay-grayscale:hover img {
    filter: grayscale(1);
}
.overlay-hue:hover img {
    filter: hue-rotate(270deg);
}
.overlay-opacity:hover img {
    filter: opacity(0.5);
}
.overlay-saturate:hover img {
    filter: saturate(3);
}
.overlay-sepia:hover img {
    filter: sepia(0.5);
}
.particle-effect {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.snowfall {
    background-image: url(../images/effects/s1.png), url(../images/effects/s2.png), url(../images/effects/s3.png);
    animation: snow 10s linear infinite;
    z-index: 1;
}
@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;
}
}.sparkle {
    background-image: url(../images/effects/sparkle1.png), url(../images/effects/sparkle2.png);
    animation: sparkle 60s linear infinite;
}
@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);
}
}.kenBurnsToRight {
    animation-name: kenBurnsToRight;
    animation-timing-function: linear;
    animation-fill-mode: both;
    transform-origin: right;
}
.kenBurnsToLeft {
    animation-name: kenBurnsToLeft;
    animation-timing-function: linear;
    animation-fill-mode: both;
    transform-origin: left;
}
.kenBurnsToLeftTop {
    animation-name: kenBurnsToLeft;
    animation-timing-function: linear;
    animation-fill-mode: both;
    transform-origin: left top;
}
.kenBurnsToRightTop {
    animation-name: kenBurnsToRight;
    animation-timing-function: linear;
    animation-fill-mode: both;
    transform-origin: right top;
}
.header {
    font-family: Poppins, sans-serif;
    letter-spacing: -0.025em;
    background: #fff;
}
.header .container, .header .container-fluid, .header .inner-wrap {
    display: flex;
    align-items: center;
}
.header .inner-wrap {
    width: 100%}
.header-transparent {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 20;
    background: transparent;
}
.header-transparent .fixed {
    background: #222;
}
.header-bottom, .header-middle, .header-top {
    display: flex;
}
.header-border {
    border-bottom: 1px solid #e1e1e1;
}
.has-center .header-left, .has-center .header-right {
    flex: 1;
}
.has-center .header-right {
    justify-content: flex-end;
}
.has-center .header-center {
    margin-left: 2rem;
    margin-right: 2rem;
}
.header-left {
    flex: 1;
}
.header-center, .header-left, .header-right {
    display: flex;
    align-items: center;
}
.header-right {
    margin-left: auto;
}
.header-right .cart {
    

background-color:  #ffa70f;
    padding:  10px;
    

}
.header-right a {
    display: flex;
    align-items: center;
}
.header-top {
    padding-bottom: 1px;
    border-bottom: 1px solid #e1e1e1;
    font-size: 16px;
    letter-spacing: -0.025em;
     background-color:  #00b4d8;
    color: #fff;
}
.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;
}
.currency-dropdown a, .language-dropdown a {
    white-space: nowrap;
}
.header-middle {
    padding-top: 1.7rem;
    padding-bottom: 2.6rem;
    color: #222;
    background: #fff;
    font-size: 1.2rem;
    font-weight: 700;
}
.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.3rem;
}
.header-middle .login-link:hover {
    color: #ff9900;
}
.header-middle .logo {
    margin-right: 8.2rem;
    margin-bottom: 0.1rem;
}
.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: 0.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: 18px;
    font-weight: 700;
    color: #222;
    letter-spacing: -0.0428em;
    line-height: 1;
}
.logo {
    max-width: 200px;
}
.logo img {
    display: block;
}
.header-bottom {
    padding-bottom: 1.5rem;
    color: #fff;
    background: #00B4D8;
    font-size: 1.4rem;
    font-weight: 600;
}
.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 {
    font-family:  'Merriweather',  serif;
    margin: 0;
    padding: 1.1rem 0;
    font-size: inherit;
    font-weight: 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: #ff9900;
    border: 0;
    color: #fff;
    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: #f4f4f4;
}
.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: #fff;
    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: #ff9900;
}
.header-search.hs-toggle .form-control {
    padding: 1.4rem 2rem;
    background-color: #f4f4f4;
}
.header-search.hs-toggle .btn-search {
    background-color: #f4f4f4;
    min-width: 5rem;
    font-size: 1.8rem;
    color: #222;
    border-radius: 0;
}
.header-search.hs-toggle .btn-search i {
    margin-bottom: 0.4rem;
    font-size: inherit;
}
.header-search.hs-expanded {
    max-width: 65rem;
    width: 100%;
    margin: 0 auto;
    flex: 1;
}
.header-search.hs-expanded .input-wrapper {
    width: 100%;
    border: 2px solid #ff9900;
    border-radius: 0.5rem;
    height: 4.5rem;
}
.header-search.hs-expanded .select-box {
    width: 13.2rem;
    border-radius: 0.5rem 0 0 0.5rem;
    color: #666;
}
.header-search.hs-expanded .select-box, .header-search.hs-expanded .select-box select {
    cursor: pointer;
}
.header-search.hs-expanded .select-box:before {
    right: 11px;
    font-size: 1rem;
}
.header-search.hs-expanded .select-box:after {
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    right: -3px;
    height: 25px;
    border-right: 1px solid #e1e1e1;
}
.header-search.hs-expanded input.form-control {
    flex: 1;
    min-height: 100%;
    padding-left: 1.9rem;
    padding-right: 1.9rem;
    letter-spacing: 0;
    color: #ababab;
    background-color: #f4f4f4;
}
.header-search.hs-expanded .btn-search {
    min-width: 4.7rem;
    background-color: #f4f4f4;
    color: #444;
    font-size: 1.6rem;
}
.header-search.hs-expanded .btn-search:hover {
    color: #ff9900;
}
.header-search.search-left .input-wrapper {
    left: 0;
    right: auto;
}
.header-search.hs-simple {
    flex: 1;
    margin-right: 2rem;
    max-width: 70.2rem;
}
.header-search.hs-simple input.form-control {
    padding: 0 5rem 0 1.55rem;
    border-radius: 5px;
    border: 2px solid;
    border-color: #e1e1e1;
    font-family: inherit;
    background-color: #fff;
    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: #ff9900;
}
.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;
}
.hs-toggle.dir-up:after {
    top: auto;
    bottom: 100%;
    border-bottom-color: transparent;
    border-top-color: #fff;
}
.hs-toggle.dir-up .input-wrapper {
    top: auto;
    bottom: 100%;
    transform: translate3d(0, 10px, 0);
}
.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;
}
.search-toggle.with-label {
    display: inline-flex;
    align-items: center;
}
.search-toggle.with-label i {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 2px;
    font-size: 1.6rem;
}
.search-toggle.with-label span {
    margin-left: 0.5rem;
    cursor: pointer;
    font-weight: inherit;
    letter-spacing: inherit;
    text-transform: uppercase;
}
.main-nav {
    margin: 0 0 0 0.3rem;
}
.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: #ff9900;
}
.wishlist {
    margin-right: 1.5rem;
}
.wishlist i {
    font-size: 2.8rem;
    cursor: pointer;
}
.wishlist:hover {
    color: #ff9900;
}
@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 !important;
    margin-right: 2rem;
    font-size: 2.5rem;
    color: #222;
}
.mobile-menu-toggle.menu-bar:after, .mobile-menu-toggle.menu-bar:before {
    content: "";
    display: block;
    width: 100%}
.mobile-menu-toggle.menu-bar:before {
    height: 11px;
    border-top: 2px solid;
    border-bottom: 2px solid;
}
.mobile-menu-toggle.menu-bar:after {
    height: 9px;
    border-bottom: 2px solid;
}
@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 .header-center {
    margin-left: auto;
    margin-right: auto;
}
.header-middle .compare, .header-middle .icon-box {
    margin-right: 1.5rem;
}
.mobile-menu-toggle {
    display: block !important;
}
}
@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-down {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.label-down i {
    display: inline-block;
}
.label-down span {
    display: block;
}
.label-down i+span {
    margin-top: 0.7rem;
}
.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;
}
.mobile-link {
    display: block;
    margin-right: 0;
    margin-bottom: -3px;
}
.mobile-link i {
    font-size: 2.4rem;
}
.mobile-link+.mobile-link {
    margin-left: 2rem;
}
.mobile-link:hover {
    color: #ff9900;
}
@media (min-width:768px) {
    .mobile-link {
    display: none;
}
}.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: #ff9900;
}
.dropdown a {
    display: flex;
    align-items: center;
}
.dropdown a .dropdown-image {
    max-width: 1.4rem;
    margin-right: 0.7rem;
    height: auto;
}
.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: #ff9900;
     background-color:  #b3f2ff;
}
.dropdown.dir-up:after {
    border-bottom-color: transparent;
    border-top: 11px solid #fff;
    transform: translate3d(-50%, 8px, 0);
}
.dropdown.dir-up.show .dropdown-box, .dropdown.dir-up:hover .dropdown-box {
    top: auto;
    bottom: 100%}
.dropdown.dir-up.show:after, .dropdown.dir-up:hover:after {
    top: auto;
    bottom: calc(100% - 20px);
    transform: translate3d(-50%, 0, 0);
}
.dropdown-box {
    position: absolute;
    right: 0;
    top: -9999px;
    margin: 0;
    padding: 0.5rem 0;
    color: #666;
    background-color: #fff;
    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;
}
@media (min-width:992px) {
    .dropdown-expanded: after {
    content: none;
}
.dropdown-expanded:before {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    left: -2.1rem;
    width: 1px;
    height: 2.5rem;
    background-color: #e1e1e1;
}
.dropdown-expanded>a {
    display: none;
}
.dropdown-expanded .dropdown-box {
    position: static;
    display: flex;
    visibility: visible;
    opacity: 1;
    background-color: transparent;
    box-shadow: none;
    border: 0;
    padding: 9px 0;
    transform: none;
    color: inherit;
}
.dropdown-expanded .dropdown-box a {
    padding: 0;
    letter-spacing: -0.025em;
}
.dropdown-expanded .dropdown-box>li {
    margin-right: 2.3rem;
}
.dropdown-expanded .dropdown-box>li:last-child {
    margin-right: 0;
}
}@media (max-width:991px) {
    .dropdown.dropdown-expanded li: hover>a {
    color: #ff9900;
}
}.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.6rem 0 0.7rem;
}
.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 .minicart-icon {
    display: inline-block;
    font-size: 1.2rem;
    color: #ff9900;
}
.cart-dropdown .minicart-icon2 {
    display: inline-block;
    font-size: 1.2rem;
    color: #ff9900;
}
.cart-dropdown .cart-count {
    display: inline-block;
    transition: color 0.4s;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 25px;
    color: #ff9900;
}
.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: #666;
    font-weight: 400;
}
.cart-dropdown .cart-total .price {
    font-weight: 700;
    font-size: 1.6rem;
    color: #222;
}
.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 #ff9900;
    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: #ff9900;
}
.cart-dropdown i {
    font-size: 2.4rem;
}
.cart-dropdown:hover .minicart-icon {
    background: #ff9900;
}
.cart-dropdown:hover .minicart-icon:before {
    transform: rotateY(180deg);
}
.cart-dropdown:hover .cart-count {
    color: #fff;
}
.cart-dropdown.cart-dropdown-white .cart-count, .cart-dropdown.cart-dropdown-white .cart-label, .cart-dropdown.cart-dropdown-white .cart-price {
    color: #fff;
}
.cart-dropdown.cart-dropdown-white .minicart-icon {
    border-color: #fff;
}
.cart-dropdown.cart-dropdown-white:hover .minicart-icon {
    background-color: #fff;
}
.cart-dropdown.cart-dropdown-white:hover .cart-count {
    color: #ff9900;
}
.cart-dropdown.type2 .cart-toggle {
    align-items: center;
}
.cart-dropdown.type2:hover {
    color: #ff9900;
}
.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: #ff9900;
    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: #ff9900;
    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;
}
.compare-dropdown .compare-btn {
    display: flex;
    justify-content: center;
    border-radius: 3px;
    padding: 0.9em 2em;
    line-height: 1.5;
    letter-spacing: 0.01em;
    font-weight: 700;
}
.wishlist-dropdown .wishlist-toggle:after {
    content: none;
}
.wishlist-dropdown .wishlist-btn {
    display: flex;
    justify-content: center;
    border-radius: 3px;
    padding: 0.9em 2em;
    line-height: 1.5;
    letter-spacing: 0.01em;
    font-weight: 700;
}
.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 .dropdown-box .login-popup {
    padding: 0;
}
.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 #e1e1e1;
    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: #ff9900;
}
.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-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 1.3rem;
    border-bottom: 1px solid #edeef0;
}
.product.product-cart-header a, .product.product-cart-header span {
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -0.025em;
    line-height: 1;
    color: #222529;
}
.product.product-cart-header a {
    padding: 0;
    padding-bottom: 0;
    color: #222529;
    line-height: 1;
}
.product.product-cart-header a:hover {
    text-decoration: underline;
}
.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: #ff9900;
}
.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: #222;
}
.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: #fff;
    color: #222;
    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: #ff9900;
    border-color: #ff9900;
}
.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.5rem 1.55rem 1.4rem;
    background: #ff9900;
}
.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: #f4f4f4;
    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: #f4f4f4;
    visibility: hidden;
    top: calc(100% - 20px);
}
.category-dropdown.menu-fixed .dropdown-box, .category-dropdown.menu-fixed:after {
    visibility: hidden;
}
.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);
}
.category-dropdown.has-border:after {
    border-bottom-color: #fff;
}
.category-dropdown.has-border:after, .category-dropdown.has-border:before {
    position: absolute;
    z-index: 1000;
    top: -9999px;
    transform: translateX(-50%);
    border: 11px solid transparent;
    border-bottom: 11px solid #e1e1e1;
    transition: opacity 0.4s ease;
    visibility: hidden;
    opacity: 0;
    cursor: pointer;
}
.category-dropdown.has-border .dropdown-box {
    background-color: #fff;
    border: 1px solid #e1e1e1;
}
.category-dropdown.has-border.menu-fixed:before {
    visibility: visible;
    opacity: 1;
}
.sticky-header:not(.fixed) .category-dropdown.menu-fixed:after {
    top: 100%;
    transform: translate3d(-50%, 0, 0);
}
.sticky-header:not(.fixed) .category-dropdown.menu-fixed .dropdown-box {
    top: calc(100% + 20px);
    transform: none;
}
.sticky-header:not(.fixed) .category-dropdown.menu-fixed .dropdown-box, .sticky-header:not(.fixed) .category-dropdown.menu-fixed:after {
    visibility: visible;
    opacity: 1;
}
.sticky-header:not(.fixed) .category-dropdown.menu-fixed.has-border:before {
    top: calc(100% - 1px);
    visibility: visible;
    opacity: 1;
}
@media (-webkit-min-device-pixel-ratio:1.5), (min--moz-device-pixel-ratio:1.5), (min-device-pixel-ratio:1.5) {
    .sticky-header: not(.fixed) .category-dropdown.menu-fixed.has-border:before {
    top: calc(100% - 2px);
}
}.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: #fff;
    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 6px 0.7rem 1rem;
     width: 100%}
.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: #fff;
}
.menu li>ul li {
    padding: 0 0rem;
}
.menu>li.submenu-container .megamenu {
    width: 1180px;
}
.menu .active>a:not(.menu-title), .menu li:hover>a:not(.menu-title) {
    color: #ff9900;
}
.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: 3.1rem;
}
.menu>li:last-child {
    margin-right: 0;
}
.menu>li>a {
    position: relative;
    padding: 2rem 0;
    letter-spacing: inherit;
    line-height: 1;
    text-transform: uppercase;
}
.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;
}
.menu.no-arrow>li>a:after {
    content: none;
}
.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: ""}
.vertical-menu {
    display: block;
    min-width: 28rem;
}
.vertical-menu>li {
    margin-right: 0;
    padding: 0 2rem;
}
.vertical-menu>li .megamenu, .vertical-menu>li>ul {
    transform: translate3d(-15px, 0, 0);
}
.vertical-menu>li>a {
    display: inline-block;
}
.vertical-menu>li>a:after {
    content: none;
}
.vertical-menu>li.show .megamenu, .vertical-menu>li.show>ul, .vertical-menu>li:hover .megamenu, .vertical-menu>li:hover>ul {
    left: 100%;
    top: -1rem;
}
.vertical-menu>.submenu:after {
    border: 11px solid transparent;
    border-right: 11px solid #fff;
}
.vertical-menu>.submenu.show:after, .vertical-menu>.submenu:hover:after {
    top: 50%;
    left: calc(100% - 20px);
    transform: translate3d(0, -50%, 0);
}
.vertical-menu>.submenu>a:after {
    position: absolute;
    line-height: 0;
    content: ""}
.vertical-menu.no-arrow>li {
    display: flex;
}
.vertical-menu.no-arrow>li>a:after {
    content: none;
}
.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);
}
.menu-active-underline>li>a:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 9px;
    left: 0;
    width: 100%;
    border-bottom: 2px solid;
    transform-origin: right center;
    transform: scale(0, 1);
    transition: transform 0.3s;
}
.menu-active-underline>li.active>a, .menu-active-underline>li:hover>a {
    color: inherit;
}
.menu-active-underline>li.active>a:before, .menu-active-underline>li:hover>a:before {
    transform-origin: left center;
    transform: scale(1, 1);
}
.main-nav {
    margin: 0 0 0 0.3rem;
}
.megamenu {
    display: flex;
    padding: 1rem;
    min-width: 94rem;
    background: #fff;
}
.megamenu ul {
    padding: 0;
}
.megamenu .row {
    flex: 1;
    padding: 0 1rem;
}
.megamenu .row>* {
    padding: 1.8rem 1rem 0.8rem;
}
.megamenu .menu-banner {
    padding: 0;
    overflow: hidden;
}
.megamenu .menu-banner figure {
    height: 100%}
.megamenu .menu-banner img {
    height: 100%;
    object-fit: cover;
}
.megamenu .menu-banner .btn-link:hover {
    color: #ff9900;
}
.menu-banner1 .banner-content {
    left: 9%}
.menu-banner1 .banner-subtitle, .menu-banner1 .banner-title {
    font-size: 3.6rem;
}
.menu-banner1 .banner-subtitle {
    margin-bottom: 0.4rem;
}
.menu-banner1 .banner-title {
    margin-bottom: 1.8rem;
    padding-left: 1.2rem;
    position: relative;
}
.menu-banner1 .banner-title span {
    display: inline-block;
    position: absolute;
    left: -0.9rem;
    top: 50%;
    font-size: 1.2rem;
    line-height: 1;
    transform: rotateZ(-90deg) translateX(0.6rem);
    letter-spacing: -0.1em;
}
.menu-banner2 .banner-content {
    bottom: 10%}
.menu-banner2 .banner-title {
    margin-bottom: 0.6rem;
    font-size: 2.6rem;
}
.menu-banner2 .banner-subtitle {
    font-size: 1.6rem;
}
.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;
}
.tip.tip-hot {
    background-color: #d26e4b;
}
.tip.tip-new {
    background-color: #ff9900;
}
.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: #ff9900;
    border-color: #ff9900;
    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: #ff9900;
    border-color: #ff9900;
}
.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-title {
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    font-size: 1.4rem;
    font-weight: 700;
    color: #fff;
}
.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;
}
}.category-menu {
    background: transparent;
}
.category-menu .menu-title {
    background-color:  #ff9900;
    padding: 0.7rem 2rem 0.7rem;
    margin: 0;
    text-transform: capitalize;
    font-size: 1.8rem;
    font-weight: 700;
    font-family: Poppins, sans-serif;
    line-height: 1;
    letter-spacing: -0.05em;
    color: #222;
}
.category-menu .menu-body:last-child li:last-child {
    border: 0;
}
.category-menu i {
    vertical-align: middle;
    line-height: 0;
    margin-right: 1rem;
    padding-left: 0.2rem;
    font-size: 2rem;
    color: #666;
}
.category-menu>li>a {
    display: block;
    padding: 1.6rem 2px 1.5rem 2rem;
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 1;
    letter-spacing: -0.01em;
    text-transform: none;
    color: #222;
    min-height: 4.4rem;
}
.category-menu>li:not(:last-child)>a {
    border-bottom: 1px solid #e4e5e5;
}
.category-menu li:hover>a:not(.menu-title) {
    color: #ff9900;
}
.category-menu li:hover>a:not(.menu-title) i {
    color: inherit;
}
.category-menu .submenu>a:after {
    font-size: 1rem;
}
.category-menu .submenu .megamenu {
    min-width: 68.5rem;
    padding: 0 0 0 0.9rem;
}
.category-menu .submenu .megamenu>li {
    padding: 0 1rem;
    flex: 1;
}
.category-menu .submenu .megamenu>li:last-child {
    padding-right: 0;
    flex: none;
}
.category-menu .submenu .megamenu .menu-title {
    padding: 2.7rem 0rem 0.2rem;
    font-size: 1.4rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: -0.025em;
}
.category-menu .submenu .megamenu .divider {
    height: 1px;
    width: 100%;
    margin: 0;
}
.category-menu .submenu .megamenu ul {
    position: relative;
    left: 0;
    top: 0;
    padding: 0;
    font-size: 1.3rem;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    min-width: auto;
    z-index: auto;
    transform: none;
}
.category-menu .submenu .megamenu ul li {
    padding: 0;
    line-height: 1.2;
}
.category-menu .submenu .megamenu ul li a {
    padding: 0.7rem 0;
}
.category-menu .submenu .megamenu .menu-banner .banner-content {
    left: 3rem;
}
.category-menu .submenu .megamenu .menu-banner .banner-subtitle {
    font-size: 1.4rem;
}
.category-menu .submenu .megamenu .menu-banner .banner-title {
    font-size: 2.4rem;
    line-height: 1.2;
    margin-bottom: 2.8rem;
}
.category-menu .submenu .megamenu .menu-banner .btn-md {
    padding: 0.7em 1.41em 0.7em 1.41em;
}
.category-menu .submenu .megamenu .menu-banner5 .banner-content {
    top: 2.6rem;
}
.category-menu .submenu .megamenu .menu-banner5 .banner-subtitle {
    margin-bottom: 1.1rem;
}
.category-menu .submenu .megamenu .menu-banner5 .banner-title {
    line-height: 1.25;
}
.category-menu .submenu .megamenu.type2 {
    display: block;
    min-width: 88rem;
    padding: 0 1rem 2rem;
}
.category-menu .submenu .megamenu.type2 .menu-title {
    padding-top: 1.5rem;
}
.category-menu .submenu .megamenu.type2 figure {
    text-align: center;
}
.category-menu ul {
    padding: 2rem 0;
    background: #fff;
    font-family: Poppins, sans-serif;
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: 0;
    color: #666;
}
@media (max-width:1199px) {
    .category-menu .submenu .megamenu.type2 {
    min-width: 72rem;
}
}.footer {
    font-family: Poppins, sans-serif;
    font-size: 16px;
    background: #222;
}
.footer p {
    font-size: 14px;
        text-align:  justify;
    color: #fff;
}
.footer a:not(.social-link):hover {
    color: #fff;
}
.footer .social-link {
    letter-spacing: 0.005em;
    color: #999;
    border: 2px solid #999;
}
.footer .social-link:hover {
    color: #fff;
}
.footer .widget-title {
    border-bottom: none;
}
.dark-theme .footer {
    background-color: #181818;
}
.dark-theme .footer-middle, .dark-theme .footer-top {
    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-top {
    padding: 4rem 0;
    border-bottom: 1px solid #333;
}
.footer-middle {
    padding: 2.2rem 0 1.8rem;
    letter-spacing: 0;
    border-bottom: 1px solid #333;
}
.footer-middle .widget {
    margin-bottom: 3rem;
}
.footer-middle .widget-title {
    padding: 0.6rem 0;
    margin-bottom: 0.9rem;
    font-family: inherit;
    font-size: 23px;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: capitalize;
    color: #FF9900;
}
.footer-middle .widget-body {
    padding: 8px 0 0;
    color: #999;
}
.footer-middle .widget-body li {
    line-height: 1.2;
    margin-bottom: 15px;
     color: #fff;
}
.footer-middle .widget-body li:last-child {
    margin-bottom: 0;
}
.footer-middle .widget-instagram .widget-body {
    padding-top: 0;
    margin: -5px;
}
.footer-middle .widget-instagram .col-3 {
    padding: 5px;
}
.footer-middle .widget-instagram img {
    display: block;
    width: 100%;
    height: auto;
}
.footer-middle label {
    font-weight: 500;
    text-transform: uppercase;
    color: #ccc;
}
.widget.widget-info a {
    font-weight: 500;
}
.footer-main {
    padding: 2.6rem 0 0.4rem;
}
.footer-bottom {
    padding: 0.7rem 0 0.8rem;
}
.footer-bottom, .footer-bottom .container, .footer-bottom .container-fluid {
    display: flex;
    align-items: center;
}
.footer-bottom .footer-left, .footer-bottom .footer-right {
    flex: 1;
}
.footer-bottom .footer-left {
    display: flex;
}
.footer-bottom .footer-right {
    display: flex;
    justify-content: flex-end;
}
@media (max-width:991px) {
    .footer-top .logo-footer {
    margin-bottom: 2.7rem;
}
.footer-top .logo-footer img {
    margin-left: auto;
    margin-right: auto;
}
.newsletter-info {
    margin-bottom: 2rem;
}
.footer-middle {
    padding: 4.8rem 0 4.8rem;
}
.footer-middle .widget-body {
    padding: 0;
}
.footer-bottom, .footer-bottom>.container {
    display: block;
}
.footer-bottom .footer-left, .footer-bottom .footer-right {
    justify-content: center;
}
.footer-bottom .footer-center, .footer-bottom .footer-left {
    margin-bottom: 2.7rem;
}
.footer-center {
    text-align: center;
}
}.footer .copyright {
    margin: 0;
    font-size: 13px;
    font-weight: 200;
    letter-spacing: -0.01em;
    line-height: 1.5;
}
.widget-newsletter .newsletter-info {
    max-width: 35rem;
    width: 100%}
.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: #e1e1e1;
}
.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-category .category-box {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    margin-bottom: 2rem;
}
.footer .widget-category .category-name {
    margin-bottom: 0;
    margin-right: 2.4rem;
    font-size: 1.4rem;
    letter-spacing: 0;
    color: #ccc;
}
.footer .widget-category a {
    display: inline-block;
    position: relative;
    margin-right: 2rem;
    font-size: 1.3rem;
    font-weight: 400;
    color: #999;
}
.footer .widget-category a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    border-bottom: 1px solid;
    transform: scaleX(0);
    transition: transform 0.3s;
}
.footer .widget-category a:hover:before {
    transform: scale(1);
}
.footer .widget-category a:not(:last-child):after {
    content: "";
    position: absolute;
    height: 14px;
    margin-left: 1rem;
    top: 50%;
    border-left: 1px solid #454545;
    transform: translateY(-50%);
}
.footer .widget-about .logo-footer {
    display: block;
    margin-bottom: 1.6rem;
}
.footer .widget-about p {
    margin-bottom: 3rem;
    color: #999;
    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: #222;
}
.sticky-footer .hs-toggle .input-wrapper {
    min-width: 29rem;
    right: 1.5rem;
    margin-bottom: 2rem;
}
.sticky-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 1.5rem 0 1.3rem;
}
.sticky-link i {
    width: 2.3rem;
    height: 2.4rem;
    text-align: center;
    font-size: 2.3rem;
    line-height: 1;
    transform: translateY(0);
    transition: transform 0.35s ease;
}
.sticky-link i.d-icon-search {
    font-size: 1.9rem;
}
.sticky-link span {
    margin-top: 0.8rem;
    font-size: 1rem;
    line-height: 1;
    letter-spacing: 0.025em;
    text-transform: uppercase;
}
.sticky-link.active {
    color: #222;
}
.sticky-link:hover {
    color: #222;
}
.sticky-link:hover i {
    transform: translateY(-5px);
}
@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;
}
}.shop-banner-default .banner-subtitle, .shop-boxed-banner .banner-subtitle {
    margin-bottom: 0.6rem;
    font-size: 2em;
}
.shop-banner-default .banner-title, .shop-boxed-banner .banner-title {
    margin-bottom: 2.4rem;
    font-size: 4em;
    letter-spacing: -0.035em;
}
.shop-banner-default .btn, .shop-boxed-banner .btn {
    padding: 1.2em 2.8em;
    border-color: #919EB2;
}
.shop-banner-default .btn i, .shop-boxed-banner .btn i {
    vertical-align: middle;
    margin-left: 0.7rem;
    font-size: 2.2rem;
}
.shop-banner-default .btn:active, .shop-banner-default .btn:focus, .shop-banner-default .btn:hover, .shop-boxed-banner .btn:active, .shop-boxed-banner .btn:focus, .shop-boxed-banner .btn:hover {
    border-color: #fff;
}
.shop-banner-default {
    padding: 7.5rem 5.7% 8.3rem;
}
.shop-boxed-banner {
    padding: 7.4rem 7% 8.4rem;
}
.cph-header {
    min-height: 350px;
    height: auto;
}
.cph-header .category img {
    width: 80px;
    height: 80px;
    border-radius: 50%}
.cph-header .category-icon {
    padding: 1.7rem 1rem;
}
.toolbox, .toolbox-item, .toolbox-item-full, .toolbox-left, .toolbox-right {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.toolbox {
    position: relative;
    z-index: 21;
    justify-content: space-between;
}
.toolbox.toolbox-pagination {
    z-index: 20;
}
.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: #ebebeb;
    z-index: 0;
}
.toolbox .select-box .form-control {
    color: #222;
}
.toolbox .select-box:before {
    font-size: 1rem;
    right: 1rem;
    z-index: 0;
}
.toolbox .toolbox-sort .form-control {
    max-width: 15rem;
    padding-left: 1.4rem;
}
.toolbox .toolbox-sort:before {
    right: 1.4rem;
    z-index: 0;
}
.toolbox-item {
    flex-wrap: nowrap;
    margin-bottom: 1rem;
}
.toolbox-item label {
    color: #222;
}
.toolbox-item-full {
    flex-basis: 100%}
.btn-layout {
    color: #dadada;
    font-size: 22px;
    padding: 0 2px;
}
.btn-layout:last-child {
    padding-right: 0;
}
.btn-layout.active, .btn-layout:hover {
    color: #333;
}
.btn-layout+.btn-layout {
    margin-left: 2px;
}
.select-menu {
    color: #222;
}
.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 #eee;
    width: 11px;
}
.select-menu ul {
    top: 100%;
    z-index: 1000;
    width: 18rem;
    margin-top: 1rem;
    padding: 1rem 1.4rem 1rem;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
}
.select-menu ul:before {
    top: -6px;
    left: 22px;
    height: 11px;
    border-width: 1px 0 0 1px;
    background-color: #fff;
    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;
}
.dark-theme .btn-layout {
    color: #666;
}
.dark-theme .btn-layout.active, .dark-theme .btn-layout:hover {
    color: #ff9900;
}
.select-menu-toggle, .select-menu select {
    position: relative;
    border: 1px solid #ebebeb;
    padding: 0.8rem 4rem 0.8rem 1.4rem;
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: -0.03em;
}
.select-menu-toggle {
    border-radius: 2px;
}
.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: #222;
    background: #eee;
    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-pagination {
    position: relative;
    margin-bottom: 1rem;
    padding: 2.5rem 0.2rem;
    border-top: 1px solid #e1e1e1;
}
.toolbox-horizontal .show-info {
    color: #999;
    font-size: inherit;
}
.toolbox-horizontal.fixed .sidebar-content, .toolbox-horizontal.fixed .sidebar-overlay {
    min-height: 100vh;
}
.left-sidebar-toggle, .right-sidebar-toggle, .sidebar-content .filter-actions .sidebar-toggle-btn, .toolbox .top-sidebar-toggle {
    padding: 0.61em 0.92em 0.61em;
    margin-right: 2rem;
    font-weight: 700;
    line-height: 1.2;
}
.left-sidebar-toggle .d-icon-filter-2, .right-sidebar-toggle .d-icon-filter-2, .sidebar-content .filter-actions .sidebar-toggle-btn .d-icon-filter-2, .toolbox .top-sidebar-toggle .d-icon-filter-2 {
    font-size: 1.4rem;
}
.left-sidebar-toggle .d-icon-filter-2:before, .right-sidebar-toggle .d-icon-filter-2:before, .sidebar-content .filter-actions .sidebar-toggle-btn .d-icon-filter-2:before, .toolbox .top-sidebar-toggle .d-icon-filter-2:before {
    font-weight: 600;
}
.toolbox .toolbox-left .left-sidebar-toggle {
    font-weight: 600;
}
.toolbox-item.right-sidebar-toggle {
    margin-right: 0;
}
.toolbox-wrap {
    display: flex;
    flex-direction: column-reverse;
    line-height: 1.3;
}
.toolbox-wrap .toolbox>* {
    line-height: 37px;
}
.toolbox-wrap .toolbox-layout {
    display: flex;
}
.toolbox-wrap option {
    text-transform: none;
}
.toolbox-wrap .toolbox-layout {
    display: flex;
}
.toolbox-wrap .sidebar-content .widget-title {
    padding-bottom: 1rem;
}
.sticky-toolbox.fixed {
    position: fixed;
    background-color: #fff;
    padding: 1rem 2rem 0;
}
.widget .widget-body .filter-actions {
    display: block;
    padding: 0 0 1.5rem 0.2rem;
}
.filter-price-text {
    font-size: 1.3rem;
    color: #222;
}
.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: #222;
    transition: color 0.3s;
}
.filter-clean:hover {
    color: #ff9900;
}
.shop-sidebar {
    position: relative;
}
.shop-sidebar .btn-outline:not(:hover) {
    color: #ff9900;
    background-color: #fff;
}
.shop-sidebar .left-sidebar-toggle, .shop-sidebar .sidebar-toggle-btn {
    padding: 0.8em 1.04em;
}
.shop-sidebar .filter-actions {
    display: flex;
    align-items: center;
    padding-right: 0.6rem;
    margin-bottom: 2rem;
}
.btn-icon-right i {
    margin-left: 0.8rem;
    font-size: 1.8rem;
}
@media (min-width:576px) {
    .toolbox-horizontal .toolbox-left {
    margin-right: auto;
}
.mr-sm-auto {
    margin-right: auto!important;
}
}@media (min-width:992px) {
    .sidebar-fixed {
    transition: margin 0.4s;
}
.sidebar-fixed .filter-actions:first-child {
    padding-top: 3rem;
}
.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;
}
.sidebar-toggle-remain .toggle-remain {
    position: absolute;
    transition: 0.4s;
    left: 0;
}
}@media (min-width:992px) and (-ms-high-contrast:active), (min-width:992px) and (-ms-high-contrast:none) {
    .sidebar-toggle-remain .toggle-remain {
    top: 2.7rem;
}
}@media (min-width:992px) {
    .sidebar-toggle-remain .filter-clean {
    line-height: 3.7rem;
}
}@media (min-width:992px) {
    .sidebar-toggle-remain.sidebar .toggle-remain i {
    transition: transform 0.3s;
}
.sidebar-toggle-remain.sidebar.closed .toggle-remain {
    left: calc(100% + 30px);
}
.sidebar-toggle-remain.sidebar.closed .toggle-remain i {
    transform: rotateY(180deg);
}
.sidebar-toggle-remain.sidebar.closed+*>.toolbox:first-child {
    margin-left: 10.8rem;
}
.sidebar-toggle-remain.sidebar .toggle-remain:before {
    content: "";
    position: absolute;
    background-color: #fff;
    right: calc(100% + 2px);
    width: 20px;
    bottom: -2px;
    top: -2px;
}
}@media (min-width:992px) {
    .sidebar-toggle-remain.right-sidebar.closed .toggle-remain {
    left: -3rem;
    transform: translateX(-100%);
}
.sidebar-toggle-remain.right-sidebar.closed .toggle-remain i:before {
    content: ""}
.sidebar-toggle-remain.right-sidebar.closed+*>.toolbox:first-child {
    padding-right: 11rem;
}
}@media (min-width:992px) {
    .toolbox-wrap .sidebar-content {
    border-top: 3px solid #eee;
    transition: border 0.3s;
}
.toolbox-wrap .sidebar-content>div {
    border-bottom: 3px solid #eee;
}
.toolbox-wrap .sidebar-content .widget {
    border: none;
}
}@media (min-width:992px) {
    .shop-sidebar .filter-actions {
    margin-bottom: 0;
}
}@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: #222;
    border-bottom: none;
}
.toolbox-horizontal .widget .widget-title {
    position: relative;
    border: 1px solid #ebebeb;
    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 #eee;
}
.toolbox-horizontal .widget ul {
    top: 100%;
    z-index: 1000;
    width: 21rem;
    margin-top: 1rem;
    padding: 1rem 1.4rem;
    background-color: #fff;
    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: #fff;
    transform: rotate(45deg);
}
.toolbox-horizontal .widget ul li {
    display: flex;
    justify-content: space-between;
}
}@media (min-width:992px) {
    .toolbox-wrap .filter-actions: first-child {
    padding: 0;
}
.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 .select-menu-toggle {
    display: block;
    border-width: 3px 0 0;
    padding: 2rem 2px 1.6rem;
    font-size: 1.5rem;
    font-weight: 600;
    text-transform: capitalize;
}
.sidebar-content .toolbox-item:first-child a {
    border: none;
}
}@media (max-width:767px) {
    .toolbox-item.show-info, .toolbox-item>span, .toolbox-item label {
    display: none;
}
}@media (max-width:575px) {
    .toolbox-item.select-box {
    margin-right: 0;
}
.toolbox-item.select-box~.toolbox-item.right-sidebar-toggle {
    margin-left: 1rem;
}
.toolbox-item.toolbox-layout {
    display: none;
}
.sticky-sidebar .filter-actions .sidebar-toggle-btn, .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;
}
.toolbox-horizontal .toolbox-item.toolbox-show {
    margin-right: 0;
}
.toolbox-pagination {
    flex-direction: column;
}
.toolbox-pagination>.show-info {
    margin-right: 0;
}
.toolbox-pagination>:not(:last-child) {
    margin-bottom: 1rem;
}
}@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: #222;
}
.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.product-gallery-sticky {
    top: 2rem;
    padding-bottom: 3rem;
    transition: top 0.3s;
}
.sticky-header-active .product-gallery.product-gallery-sticky {
    top: 8rem;
}
.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: #fff;
    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: #fff;
    box-shadow: inherit;
}
.product-nav-popup img {
    position: relative;
    padding-top: 5px;
    background-color: #fff;
}
.product-nav-prev .product-nav-popup:before {
    right: 6.6rem;
}
.product-tabs .nav-link {
    padding: 1rem 2.5rem;
    line-height: 1.2;
}
.product-tabs .nav-item {
    margin-right: 0;
}
.product-tabs .tab-pane {
    padding: 1.5rem 0.2rem;
    line-height: 1.86;
}
.product-footer+.product-tabs {
    margin-top: 2.5rem;
}
.product-status .list-type li, .product-tabs .tab-pane .list-type li {
    padding-left: 3rem;
}
.product-status {
    line-height: 2;
}
#product-tab-description .description-title, .card-description .description-title {
    font-size: 2rem;
    line-height: 24px;
}
#product-tab-description .description-title~p, .card-description .description-title~p {
    line-height: 1.86;
}
#product-tab-description li, .card-description li {
    position: relative;
    padding-left: 2.4rem;
}
#product-tab-description li:before, .card-description li:before {
    position: absolute;
    display: block;
    left: 3px;
    top: 2px;
    content: "";
    font-family: "riode";
    font-weight: 700;
    font-size: 1.2rem;
    color: #222;
}
#product-tab-description .table tbody, .card-description .table tbody {
    line-height: 1.8;
}
#product-tab-description .table td, #product-tab-description .table th, .card-description .table td, .card-description .table th {
    padding: 10px;
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid #e9e9e9;
}
@media (min-width:768px) {
    #product-tab-description .pl-md-6, .card-description .pl-md-6 {
    padding-left: 3rem!important;
}
}#product-tab-description .btn-play, .card-description .btn-play {
    display: flex;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    align-items: center;
    justify-content: center;
    padding: 0;
    font-size: 35px;
    width: 78px;
    height: 78px;
    border-radius: 50%;
    background-color: #222;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    color: #fff;
}
#product-tab-description .icon-box-icon, .card-description .icon-box-icon {
    font-size: 3rem;
    border-color: #cdcdcd;
}
#product-tab-description .icon-box-content p, .card-description .icon-box-content p {
    font-size: 1.3rem;
    color: #999;
}
#product-tab-description .divider, .card-description .divider {
    margin: 1.3rem 0 1.3rem;
    height: 4.4rem;
}
#product-tab-description figure img, .card-description figure img {
    vertical-align: middle;
}
#product-tab-description .icon-box-icon, .card-body .icon-box-icon {
    width: 5.1rem;
    height: 5.1rem;
    margin-right: 2rem;
}
#product-tab-description .icon-box-icon .d-icon-truck, .card-body .icon-box-icon .d-icon-truck {
    font-size: 3.6rem;
}
#product-tab-description .icon-box-title, .card-body .icon-box-title {
    margin-bottom: 0.2rem;
}
#product-tab-description .icon-box-wrap {
    max-width: 559px;
}
#product-tab-additional label, .card-additional label {
    display: inline-block;
    min-width: 20rem;
    color: #222;
}
#product-tab-additional p, .card-additional p {
    display: inline-block;
    margin-bottom: 0;
}
#product-tab-size-guide, .card-sizeguide {
    display: block;
}
#product-tab-size-guide .size-image, .card-sizeguide .size-image {
    flex: 0 0 36%;
    text-align: center;
    padding: 0 10px;
}
#product-tab-size-guide .size-table, .card-sizeguide .size-table {
    flex: 1;
    font-size: 14px;
    text-transform: uppercase;
    color: #21293c;
}
#product-tab-size-guide .size-table thead th, .card-sizeguide .size-table thead th {
    padding: 30px 0 30px 10px;
    font-weight: 600;
    background: #f4f4f2;
    text-align: left;
}
#product-tab-size-guide .size-table tbody tr>*, .card-sizeguide .size-table tbody tr>* {
    padding: 12px 0 12px 10px;
    font-weight: 700;
    text-align: left;
}
#product-tab-size-guide .size-table tbody tr:nth-child(2n), .card-sizeguide .size-table tbody tr:nth-child(2n) {
    background-color: #ebebeb;
}
#product-tab-reviews .comments-list li, .card-reviews .comments-list li {
    padding-bottom: 3rem;
    margin-bottom: 3rem;
    border-bottom: 1px solid #e1e1e1;
}
#product-tab-reviews .comments, .card-reviews .comments {
    padding: 1rem;
}
#product-tab-reviews .comment p, .card-reviews .comment p {
    margin-bottom: 0;
}
#product-tab-reviews .comment-rating, .card-reviews .comment-rating {
    right: 0;
    top: 3rem;
    font-size: 1.2rem;
    margin-bottom: 1rem;
}
#product-tab-reviews .ratings-full, .card-reviews .ratings-full {
    margin-right: 0;
}
#product-tab-reviews .reply, .card-reviews .reply {
    margin-bottom: 0;
}
#product-tab-reviews .reply p, .card-reviews .reply p {
    margin-bottom: 2.5rem;
    font-size: 1.3rem;
    color: #666;
}
#product-tab-reviews .reply .btn, .card-reviews .reply .btn {
    padding: 1.2em 2.97em;
}
#product-tab-reviews .reply .btn i, .card-reviews .reply .btn i {
    font-size: 1.9rem;
    margin-left: 1rem;
}
#product-tab-reviews .form-checkbox, .card-reviews .form-checkbox {
    font-size: 1.3rem;
}
#product-tab-reviews .form-control-label, .card-reviews .form-control-label {
    padding-left: 0;
}
#product-tab-reviews .form-control-label:before, .card-reviews .form-control-label:before {
    display: inline-block;
    position: relative;
    transform: none;
    vertical-align: middle;
    margin-right: 0.5rem;
}
#product-tab-reviews .btn.btn-link.active, #product-tab-reviews .btn.btn-link:hover, .card-reviews .btn.btn-link.active, .card-reviews .btn.btn-link:hover {
    color: #ff9900;
}
#product-tab-reviews {
    padding-top: 3rem;
}
.product-details .collapse:after {
    color: #ff9900;
}
.accordion-border .card {
    padding: 0 1.3rem;
}
.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: #d26e4b;
}
.rating-stars .star-1 {
    z-index: 10;
}
.rating-stars .star-2 {
    z-index: 9;
}
.rating-stars .star-3 {
    z-index: 8;
}
.rating-stars .star-4 {
    z-index: 7;
}
.rating-stars .start-5 {
    z-index: 6;
}
.rating-stars .star-1:before {
    width: 20%}
.rating-stars .star-2:before {
    width: 40%}
.rating-stars .star-3:before {
    width: 60%}
.rating-stars .star-4:before {
    width: 80%}
.rating-stars .star-5:before {
    content: ""}
.product-sticky-content:not(.fixed) .sticky-product-details {
    display: none;
}
.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;
}
.sticky-product-details {
    display: flex;
    align-items: center;
}
.sticky-product-details img {
    display: block;
    width: 9rem;
    height: 9rem;
}
.sticky-product-details .product-image {
    margin-right: 1rem;
    max-width: 9rem;
}
.sticky-product-details .product-title {
    margin-bottom: 0.5rem;
    font-weight: 700;
}
.sticky-product-details .product-price {
    font-weight: 600;
}
.sticky-product-details .product-price, .sticky-product-details .product-title {
    font-size: 2rem;
}
.sticky-product-details .product-price, .sticky-product-details .ratings-container {
    margin-bottom: 0;
}
.sticky-product-details .product-info {
    display: flex;
}
.sticky-product-details .product-price {
    margin-right: 2rem;
}
aside .service-list {
    padding: 0 2rem;
    border: 1px solid #eee;
}
aside .service-list>* {
    justify-content: flex-start;
    padding: 2.2rem 0;
}
aside .service-list>:not(:last-child) {
    border-bottom: 1px solid #e1e1e1;
}
aside .service-list i {
    margin-left: 5px;
    font-size: 3.2rem;
}
aside .service-list .icon-box-title {
    font-size: 1.5rem;
    letter-spacing: 0;
    line-height: 1.2;
}
aside .service-list p {
    line-height: 1.2;
}
aside .service-list .icon-box1 i {
    margin-left: 0;
    font-size: 3.7rem;
}
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;
}
aside .owl-nav-top .owl-nav {
    top: -5.1rem;
}
aside .owl-nav-top .owl-nav i {
    padding: 0.1rem;
    font-size: 1.2rem;
}
aside .owl-nav-top .owl-nav i:before {
    font-weight: 600;
}
.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-action {
    position: absolute;
    right: -10px;
    top: -10px;
    height: 22px;
    width: 22px;
    display: flex;
    justify-content: center;
    line-height: 22px;
    font-size: 10px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    transition: box-shadow 0.3s;
}
.review-form-section .btn-action:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
}
.review-form-section .btn-upload:before {
    content: ""}
.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;
}
.avg-rating-container {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}
.avg-rating-container mark {
    font-size: 6rem;
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1;
    color: #ff9900;
    background: none;
    margin-right: 1.8rem;
}
.avg-rating-container .rating-reviews:hover {
    color: #999;
}
.ratings-item {
    display: flex;
    align-items: center;
}
.ratings-item .ratings-container {
    margin-right: 1.8rem;
}
.ratings-item .progress-value {
    margin-left: 2rem;
}
.rating-percent {
    background: #eee;
    height: 0.8rem;
    width: 20rem;
    max-width: 100%;
    border-radius: 1rem;
}
.rating-percent span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: #999;
}
.comments .toolbox {
    padding: 0 0 1rem;
    margin-bottom: 3rem;
    border-bottom: 1px solid #e1e1e1;
}
.comments .toolbox .btn {
    font-size: 1.3rem;
    padding: 0.82em 1.08em;
}
.comments .toolbox .toolbox-sort .form-control {
    min-width: 15rem;
}
.comments .toolbox-pagination {
    border: none;
}
.comments .page-item {
    margin-bottom: 0;
}
.comments .file-input-wrappers {
    display: flex;
}
.comments .file-input-wrappers>* {
    width: 6rem;
    height: 6rem;
    margin-right: 1rem;
    cursor: zoom-in;
}
.comments .file-input-wrappers img {
    height: 100%}
.comments .feeling i {
    font-size: 1.4rem;
}
.comments .btn-play {
    display: flex;
    justify-content: center;
    align-items: center;
}
.comments .btn-play i {
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    background: rgba(0, 0, 0, 0.7);
}
.review-form-section .review-form-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    right: -100%;
    background-color: #fff;
    z-index: 1101;
    box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.1);
    padding: 3rem;
    transition: right 0.3s;
    overflow: auto;
}
.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-form-wrapper {
    right: 0;
}
.review-form-section.opened .review-overlay {
    opacity: 1;
    visibility: visible;
}
@media (max-width:575px) {
    #product-tab-reviews .comments-list>ul, .card-body .comments-list>ul {
    padding: 0;
}
#product-tab-reviews .comment-body, .card-body .comment-body {
    padding-left: 1.5rem;
}
#product-tab-additional label {
    min-width: 13rem;
}
}@media (min-width:576px) {
    #product-tab-size-guide .size-table tbody th, #product-tab-size-guide thead th: first-child, .card-sizeguide .size-table tbody th, .card-sizeguide thead th:first-child {
    padding-left: 3rem;
}
#product-tab-size-guide {
    display: flex;
}
}@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 (min-width:1600px) {
    .container-fluid .product-thumbs.owl-carousel {
    width: calc(100% + 20px);
    margin: 0 -10px;
}
.container-fluid .product-thumb {
    margin: 0 10px;
}
.container-fluid .product-thumbs-wrap {
    margin-top: 20px;
}
.container-fluid .product-thumbs .owl-prev {
    left: 10px;
}
.container-fluid .product-thumbs .owl-next {
    right: 10px;
}
.container-fluid .pg-vertical .product-thumb {
    margin: 0 0 20px;
}
.container-fluid .pg-vertical .product-thumbs-wrap {
    margin: 0 20px 0 0;
}
.container-fluid .pg-vertical .product-single-carousel {
    max-width: calc(100% - 129px);
}
}@media (min-width:992px) and (max-width:1199px) {
    aside .service-list {
    padding: 0 1rem;
}
}@media (min-width:768px) and (max-width:1035px) {
    .product-single #product-tab-size-guide {
    display: block;
}
}@media (max-width:991px) {
    aside .service-list .icon-box-side {
    flex-direction: row;
}
aside .service-list .icon-box-side .icon-box-icon {
    padding: 0;
    margin: 0 2rem 0 0;
}
aside .service-list .icon-box-side .icon-box-content {
    text-align: left;
}
}.product-sticky-both .btn-cart {
    margin-bottom: 1rem;
}
.product-sticky-both .product-action {
    display: flex;
}
.product-sticky-both .btn-wishlist {
    margin-bottom: 1rem;
}
@media (min-width:992px) {
    .product-sticky-both .btn-cart {
    max-width: 100%}
.product-sticky-both .product-form .p-relative, .product-sticky-both .product-form .select-box {
    margin-right: 0;
    width: 100%}
.product-sticky-both .product-form select {
    flex: 1;
    width: 100%}
}@media (max-width:991px) {
    #product-tab-description .icon-box-side, .card-body .icon-box-side {
    flex-direction: row;
}
#product-tab-description .icon-box-icon, .card-body .icon-box-icon {
    display: inline-flex;
    margin-bottom: 0;
    padding: 0;
}
#product-tab-description .icon-box-content, .card-body .icon-box-content {
    text-align: left;
}
.review-form-wrapper {
    width: 45rem;
}
}@media (max-width:575px) {
    .review-form-wrapper {
    width: 30rem;
}
.review-form-wrapper .file-input-wrapper {
    width: 6rem;
    height: 6rem;
}
.review-form-wrapper .file-input {
    margin-right: 1rem;
}
}.dark-theme .avg-rating-title, .dark-theme .product-nav .product-name, .dark-theme .progress-value {
    color: #999;
}
.dark-theme .size-image img {
    filter: invert(1);
}
.dark-theme .size-table {
    color: #fff;
}
.dark-theme .size-table thead th {
    background: #999;
}
.dark-theme .size-table tbody tr:nth-child(2n) {
    background-color: #999;
}
.dark-theme .rating-percent {
    background: #999;
}
.dark-theme .rating-percent span {
    background: #fff;
}
.title.border-1:after {
    height: 1px;
}
.title-line:after {
    background-color: #eee;
}
.header-top .dropdown-expanded:before {
    display: none;
}
.header-top .dropdown-box a {
    text-transform: uppercase;
    letter-spacing: -0.3px;
}
.header-middle .header-center {
    flex: 1;
    justify-content: center;
}
.header-middle .icon-box-title {
    margin-bottom: 0.6rem;
}
.header-middle .icon-box-icon {
    font-size: 2.9rem;
    margin-right: 0.5rem;
}
.header-search .btn-search i {
    margin: 0 0 2px;
}
.header-search.hs-simple .btn-search {
    right: 3px;
}
.currency-dropdown>a:after, .language-dropdown>a:after {
    font-size: 1.1rem;
}
.currency-dropdown .dropdown-box, .language-dropdown .dropdown-box {
    font-weight: 400;
}
.category-dropdown {
    min-width: 28rem;
}
.category-dropdown>a span {
    flex: 1;
    font-weight: 500;
}
.category-dropdown>a i {
    font-size: 2.5rem;
}
.category-dropdown.has-border:hover:after, .category-dropdown.has-border:hover:before {
    visibility: visible;
    opacity: 1;
}
.category-dropdown.has-border:hover:before {
    top: calc(100% - 22px);
}
.category-dropdown.has-border:hover:after {
    top: calc(100% - 21px);
    border-bottom-color: #fff;
}
.category-dropdown.fixed .dropdown-box {
    top: calc(100% + 20px);
    transform: none;
    opacity: 1;
    padding-bottom: 1px;
    border: 1px solid #edeef0;
}
.category-dropdown.fixed.has-border:after, .category-dropdown.fixed.has-border:before {
    visibility: visible;
}
.category-dropdown.fixed.has-border:before {
    top: calc(100% - 2px);
}
.category-dropdown.fixed.has-border:after {
    top: calc(100% - 1px);
    border-bottom-color: #f90;
}
.category-dropdown.fixed:hover .dropdown-box {
    top: calc(100% + 0px);
}
.vertical-menu li {
    padding: 0;
}
.vertical-menu li.submenu>a:after {
    right: 2.5rem;
}
.category-menu .menu-title {
    line-height: 2.15;
}
.intro-section .banner-content {
    padding: 0 1.5rem;
    width: 100%}
.intro-slider .banner img {
    height: 46rem;
    object-fit: cover;
}
.intro-slider .banner-subtitle {
    font-size: 2em;
}
.intro-slider .btn {
    padding: 0.93em 1.93em 0.93em 1.93em;
}
.intro-slider .owl-dots {
    bottom: 3rem;
}
.intro-slider.owl-theme .owl-dots .owl-dot span {
    border-color: #f0f1f2;
    background-color: #f0f1f2;
}
.intro-slider.owl-theme .owl-dots .owl-dot.active span {
    background-color: #fff;
    border-color: #fff;
}
.intro-slide1 .banner-content {
    height: 100%;
    padding: 4.7rem 1.5rem 6.6rem;
}
.intro-slide1 .banner-price-info, .intro-slide1 .banner-title {
    font-size: 3em;
}
.intro-slide1 .banner-title {
    margin-bottom: 0.8rem;
    letter-spacing: -0.15px;
    font-weight: 700;
}
.intro-slide1 p {
    margin-bottom: 4px;
    line-height: 1;
}
.intro-slide1 .banner-subtitle {
    margin-bottom: 0.9rem;
    letter-spacing: -0.6px;
}
.intro-slide2 .banner-subtitle {
    margin-bottom: 1.3rem;
}
.intro-slide2 .banner-title {
    font-size: 3.6em;
}
.intro-slide2 p {
    font-size: 1.8em;
}
.intro-banner {
    overflow: hidden;
    height: 46rem;
    background-color: #edf0f4;
}
.intro-banner figure {
    position: static;
}
.intro-banner figure img {
    position: absolute;
    padding-left: 2rem;
    top: 25%;
    max-width: none;
    width: auto;
}
.intro-banner .banner-content {
    height: 100%;
    padding: 3.3rem 1.5rem;
}
.intro-banner p:after {
    content: " ";
    display: block;
    margin: 1.2rem auto 0;
    width: 7.7rem;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.intro-banner .banner-subtitle, .intro-banner p span {
    font-size: 1.6rem;
}
.intro-banner .banner-title {
    font-size: 2em;
}
.intro-banner:before {
    content: "";
    display: block;
    right: 0;
    left: 0;
    top: 0;
    height: 34%;
    background-color: #ff9900;
}
.categories .category-content {
    cursor: auto;
}
.categories .category-name {
    font-weight: 600;
    letter-spacing: 0;
}
.categories li:not(:last-child) {
    margin-bottom: 0.8rem;
}
.banner-group img {
    min-height: 20rem;
    object-fit: cover;
}
.banner-group .banner-content {
    padding: 0 1.5rem 0 6.9%;
    width: 100%}
.banner-group .banner-title {
    margin-bottom: 0.8rem;
    font-size: 2.4em;
}
.banner-group p {
    max-width: 40rem;
    line-height: 1.43;
    opacity: 0.9;
}
.banner-group .btn {
    margin-right: 1.8rem;
}
.banner-group .btn i {
    margin-left: 0.7rem;
    margin-bottom: 0;
    font-size: 1.4rem;
}
.product-wrapper figure {
    height: 100%}
.product-wrapper figure img {
    height: 100%;
    object-fit: cover;
}
.product-wrapper .banner-content {
    top: 8.2%;
    padding: 0 11.1%;
    width: 100%}
.product-wrapper .banner-subtitle {
    font-size: 1.4rem;
    text-transform: uppercase;
}
.product-wrapper .banner-title {
    margin-bottom: 1.6rem;
    font-size: 2.4rem;
    font-weight: 800;
    letter-spacing: -0.9px;
}
.product-wrapper .banner-title span {
    margin-top: 0.4rem;
}
.product-wrapper .category-filters {
    padding: 4.5rem 0.5rem 4.5rem 2.4rem;
    border-right: 1px solid #eaebed;
    align-items: flex-start;
    background-color: #fff;
    height: 100%}
.product-wrapper .category-title {
    margin-bottom: 1.6rem;
    font-size: 2rem;
    letter-spacing: -0.025em;
}
.product-wrapper .cateogry-list {
    margin: 0;
    padding: 0;
    list-style: none;
    flex: 1;
    font-size: 1.4rem;
}
.product-wrapper .cateogry-list li {
    margin-bottom: 1rem;
}
.product-wrapper .cateogry-list li.active, .product-wrapper .cateogry-list li:hover {
    color: #ff9900;
}
.product-wrapper .cateogry-list a {
    display: block;
}
.product-wrapper .product {
    background-color: #fff;
}
.row.line-grid {
    margin: 0 0 -2px 0;
    padding: 0 0 1px;
}
.row.line-grid>* {
    border-bottom: 1px solid #eaebed;
    border-left: 1px solid #eaebed;
}
.home .service-list {
    padding: 2.8rem 0 3.2rem;
    border-bottom: 1px solid #eee;
}
.home .service-list .icon-box-icon {
    margin-bottom: 1.3rem;
    font-size: 3.6rem;
    height: 40px;
    line-height: 40px;
    color: #ff9900;
}
.home .service-list .icon-box-title {
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: none;
    margin-bottom: 2px;
}
.home .service-list p {
    line-height: 1.28;
    margin-top: -3px;
    letter-spacing: -0.025em;
}
.post-details .btn, .post-meta a {
    text-transform: none;
}
.post-details .btn {
    font-weight: 400;
    font-size: 1.4rem;
}
.post-details .btn i {
    margin-bottom: 1px;
}
.footer .widget.widget-info a, .footer .widget.widget-info label {
    font-weight: 400;
     margin-right: 13px;
}
.footer .widget-newsletter .btn.btn-md {
    font-size: 1.4rem;
    padding: 0.84em 1.5em;
    border-radius: 3px;
}
@media (max-width:1199px) {
    .product-wrapper .products-banner {
    border-bottom: 1px solid #eee;
}
.product-wrapper .category-filters {
    min-height: 45rem;
}
.product-wrapper .banner {
    height: 100%;
    min-height: 30rem;
}
.product-wrapper .line-grid {
    margin: 0 0 -2px -2px;
    padding: 0 0 1px 1px;
}
}@media (min-width:992px) {
    .header-top .currency-dropdown, .header-top .language-dropdown {
    display: none;
}
.product-wrapper .products-banner {
    max-width: 42.371%;
    flex-basis: 42.371%}
.product-wrapper .products-box {
    max-width: 57.629%;
    flex-basis: 57.629%}
.products-banner .col-xs-6:not(.banner) {
    max-width: 48.4%;
    flex-basis: 48.4%}
.products-banner .banner {
    max-width: 51.6%;
    flex-basis: 51.6%}
.text-lg-center {
    text-align: center;
}
}@media (max-width:991px) {
    .header-bottom {
    display: none;
}
.header-middle .header-center {
    flex: auto;
}
.header-middle .wishlist {
    margin-right: 2rem;
}
.main.bt-lg-none {
    border-top: 1px solid #ebebeb;
}
}@media (max-width:479px) {
    .product-wrapper .category-filters .btn {
    font-size: 1.2rem;
}
.product-wrapper .category-filters a {
    white-space: nowrap;
}
.product-wrapper .banner {
    background-position-y: 68%;
    min-height: 29rem;
    height: 29rem;
}
.product-wrapper .banner-content {
    top: 26%}
.banner-group img {
    min-height: 30rem;
}
}@media (min-width:992px) {
    .header-border {
    border-bottom: none;
}
.dropdown-expanded .dropdown-box>li {
    margin-right: 2.6rem;
}
.intro-slider {
}
}
.breadcrumb-sm {
    padding: 1.7rem 0 1.6rem;
}
.shop-banner {
    padding: 8.1rem 1.5rem 7.7rem 9.1%}
.shop-banner .banner-subtitle {
    font-size: 2em;
    line-height: 1.3;
}
.shop-banner .banner-title {
    margin-bottom: 2.2rem;
    font-size: 3.6em;
}
.toolbox.sticky-toolbox {
    padding-top: 3.7rem;
}
.toolbox.sticky-toolbox.fixed {
    padding: 1rem 1.5rem 0;
}
.product-wrap {
    margin-bottom: 0;
    border-bottom-color: #ebebeb;
}
.product-wrap:after {
    height: 100%}
.toolbox-pagination {
    border-top: none;
}
.product-navigation {
    padding: 1.2rem 2px 0.3rem;
}
.single-product .product-wrapper .owl-carousel {
    border-bottom: 1px solid #ebebeb;
}
.right-sidebar .service-list .icon-box-title {
    font-size: 1.4rem;
    margin-bottom: 3px;
}
.right-sidebar .banner-content {
    top: 12%}
.right-sidebar .owl-nav-top .owl-nav {
    top: -5.7rem;
}
.right-sidebar .widget-title {
    text-transform: none;
}
.single-product .title {
    font-size: 2.4rem;
}
.category img {
    
	width:  47%;
    
    margin-bottom:  10px;
    
}
.social-link.social-instagram: hover {
    

    border-color:  #405de6;
    

    color:  #fff;
    

    background:  -webkit-linear-gradient(bottom left,  #405de6,  #5851db,  #833ab4,  #c13584,  #e1306c,  #fd1d1d);
    

    background:  -o-linear-gradient(bottom left,  #405de6,  #5851db,  #833ab4,  #c13584,  #e1306c,  #fd1d1d);
    

    background:  linear-gradient(to top right,  #405de6,  #5851db,  #833ab4,  #c13584,  #e1306c,  #fd1d1d);
    

}

.mob-only {
    

display: none;
    

}

@media (max-width: 768px) {
    

    .product-wrapper .category-filters  {
    

        display:  none !important;
    

}


    .mob-only {
    

        display: block !important;
    

}


    .intro-slider .banner img {
    

        height:  29rem;
    

}


    .footer-middle .widget-body li {
    

        font-size: 14px;
    

}


}