/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/


/*************** ADD CUSTOM CSS HERE.   ***************/

ul.product_list_widget li {
    min-height: 0px;
    overflow: hidden;
}

.cart-icon strong {
    font-size: 10px;
}

.checkout_coupon {
 display: block !important;
	border: none!important;
	padding: 0px!important;
	border-bottom: 2px solid #ddd !important;
	padding-bottom: 15px!important;
	margin-bottom: 15px!important;
}

.checkout_coupon p {
 display: none!important;
}

.woocommerce-info {
display:none;
}

.woocommerce-billing-fields {
    border-top: none;
    padding-top: 0;
}

.wcpa_cart_has_fields .variation p {
	font-size: 13px!important;
	margin: 0
}

.wcpa_cart_has_fields .variation span {
	display: none!important;
}

.wcpa_cart_has_fields .product-name {
	font-size: 15px;
}

.woocommerce-privacy-policy-text p {
	font-size: 12px;
	padding-top: 10px;
}


:root {
    --h-font-family: 'Poppins', sans-serif;
    --h-font-weight: 700;
    --h-font-style: normal;
    --h1-font-size: 32px;
    --h1-line-height: 1.25;
    --h2-font-size: 32px;
    --h2-line-height: 1.25;
    --h3-font-size: 32px;
    --h3-line-height: 1.35;
    --h4-font-size: 20px;
    --h4-line-height: 1.55;
    --p-font-family: 'Poppins', sans-serif;
    --p1-font-size: 16px;
    --p1-line-height: 1.55;
    --p2-font-size: 16px;
    --p2-line-height: 1.55;
    --p3-font-size: 14px;
    --p3-line-height: 1.55;
}

h1 {
	font-size: 32px;
}

div.tnp-field tnp-field-button {
	    text-align: center!important;
}

html {
    scroll-behavior: smooth;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    
    margin: 0;
    text-align: left;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.h1, h1 {
    font-family: var(--h-font-family);
    font-weight: var(--h-font-weight);
    font-style: var(--h-font-style);
    font-size: var(--h1-font-size);
    line-height: var(--h1-line-height)
}

.h2, h2 {
    font-family: var(--h-font-family);
    font-weight: var(--h-font-weight);
    font-style: var(--h-font-style);
    font-size: var(--h2-font-size);
    line-height: var(--h2-line-height)
}

.h3, h3 {
    font-family: var(--h-font-family);
    font-weight: var(--h-font-weight);
    font-style: var(--h-font-style);
    font-size: var(--h3-font-size);
    line-height: var(--h3-line-height)
}

.h4, h4 {
    font-family: var(--h-font-family);
    font-weight: var(--h-font-weight);
    font-style: var(--h-font-style);
    font-size: var(--h4-font-size);
    line-height: var(--h4-line-height)
}

.p, p {
    font-family: var(--p-font-family);
    font-weight: var(--p-font-weight);
    font-style: var(--p-font-style);
    font-size: var(--p1-font-size);
    line-height: var(--p1-line-height)
}
.p1 {
    font-family: var(--p-font-family);
    font-weight: var(--p-font-weight);
    font-style: var(--p-font-style);
    font-size: var(--p1-font-size);
    line-height: var(--p1-line-height)
}

.p1+.p1:not(.m-0) {
    margin-top: calc(var(--p1-font-size) * .8)
}

.p2 {
    font-family: var(--p-font-family);
    font-weight: var(--p-font-weight);
    font-style: var(--p-font-style);
    font-size: var(--p2-font-size);
    line-height: var(--p2-line-height)
}

.p2+.p2:not(.m-0) {
    margin-top: calc(var(--p2-font-size) * .8)
}

.p3 {
    font-family: var(--p-font-family);
    font-weight: var(--p-font-weight);
    font-style: var(--p-font-style);
    font-size: var(--p3-font-size);
    line-height: var(--p3-line-height)
}

.p3+.p3:not(.m-0) {
    margin-top: calc(var(--p3-font-size) * .8)
}
.button {
    padding-left: 25px;
    padding-right: 25px;
    font-weight: 400;
}
.button:hover, button:hover {
    cursor: pointer;
    transform: scale(1.04);
    transition: all .15s ease-in-out;
}
input[type='submit'], input[type="button"], button:not(.icon), .button:not(.icon) {
    border-radius: 8px;
}
body .form-minimal.quantity .qty {
    max-width: auto;
}
.categories-slider .box-label .box-text {
    margin: 5%;
    top: 0;
    position: absolute;
    height: auto;
    box-shadow: none;
    bottom: auto;
    border-radius: 10px;
    padding: 1em 1.5em;
}
.product-small.box  .box-image {
    border-radius: 8px;
}
.categories-slider .box-label .box-text .header-title {
    font-weight: 400;
    font-size: 20px;
    text-transform: initial;
}

.categories-slider .box-label .box-image {
    border-radius: calc(27px / 2);
}

.box-text {
    font-size: 1em;
}
.footer {
    padding: 50px 0 0;
}

.widget .widget-title {
    font-family: var(--p-font-family);
    font-weight: 800;
    font-size: 18px;
    line-height: var(--p1-line-height);
    margin-bottom: 10px;
    display: block;
    text-transform: none;
}
.widget .is-divider {
    display: none;
}

.widget ul.menu>li>a{
    line-height: 2em;
    font-size: 14px;
    opacity: .7;
}
.widget ul.menu>li>a:hover{
    opacity: 1;
}

.category-page-title{
    background-color: #f7f8fc;
}
.widget_nav_menu ul.menu>li+li{
    border: none!important;
}

.category-page-title .page-title-inner{
    display: block;
}

.category-page-title .flex-col:last-child{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.category-page-title .page-title-inner .page-title{
    font-size: 20px;
}

.woocommerce-result-count {
    margin: initial;
}
fieldset, input, select, textarea {
    border-radius: 4px;
}

.breadcrumbs {
    font-weight: 400;
}


.block-stock_countdown {
    color: rgb(221 60 60);
    flex-direction: column;
    margin-bottom: 4px
}

.block-stock_countdown svg {
    min-width: 22px;
    height: 22px;
    ;margin-right: 8px
}

.block-stock_countdown svg path {
    fill: #dd3c3c
}

.block-stock_countdown__progress {
    line-height: 0;
    min-width: 256px
}

.block-stock_countdown__progress progress[value] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 4px;
    width: 100%;
    color: #dd3c3c;
    border-radius: 2px;
    border: none
}

.block-stock_countdown__progress progress[value]::-webkit-progress-value {
    background: #dd3c3c;
    box-shadow: inset 0 -1px 2px rgb(0 0 0 / .1),inset 0 1px 2px rgb(255 255 255 / .25);
    border-radius: 2px
}

.block-stock_countdown__progress progress[value]::-webkit-progress-bar {
    background-color: rgb(8 23 8 / .05);
    border-radius: 2px
}

.block-stock_countdown__progress progress[value]::-moz-progress-bar {
    background-color: rgb(8 23 8 / .05);
    box-shadow: inset 0 -1px 2px rgb(0 0 0 / .1),inset 0 1px 2px rgb(255 255 255 / .25);
    border-radius: 2px
}

.block-stock_countdown p {
    margin-bottom: 0;
    font-size: 14px
}

.viewing {
    font-size: 14px;
    margin-bottom: 20px
}

.viewing svg {
    vertical-align: middle
}

.product-page-accordian .accordion-inner {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0
}

.product-page-accordian .accordion-title.active {
    background: transparent!important;
    color: #031a1c!important;
    border-top: 1px solid rgb(221, 221, 221);
}

.product-page-accordian .accordion-item:first-child .accordion-title {
    border-top: none
}

.accordion-title {
    font-size: 15px;
    font-weight: 600;
    padding-top: 24px;
    padding-bottom: 24px;
    text-transform: uppercase
}
.accordion .toggle {
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
    opacity: 1;
    left: auto;
    right: 0;
}

.accordion .accordion-title.active .toggle i:before{
    content: "";
}

.share-icons-title {
    font-size: 15px;
    font-weight: 500!important;
    color: #031a1c
}
.social-icons {
    text-align: left;
}
.social-icons a {
    color: #031a1c
}

.custom-product-page .row:not(.full-content), .custom-product-page .container{
    max-width: 1120px!important;
}

.related.product-section > .row{
    max-width: 100%!important;
}

.header-inner.container{
    max-width: 100%;
}


body .ux-buy-now-button.button, body .button.single_add_to_cart_button{
    width: 100%;
    margin-bottom: 15px;
}


.header-nav.header-nav-main.nav-right a{
    transition: all .15s ease-in-out;
    display: block;
}

.header-nav.header-nav-main.nav-right>li>a:hover,
.header-button > a:hover{
    transform: scale(1.2)!important;
}

.account-link.account-login{
    line-height: 16px;
    padding: 10px 0;
}
[data-icon-label]:after{
    top: 0 !important;
}

.cart .ux-quantity{
    margin-bottom: 15px;
}
.cart .ux-quantity.form-minimal.quantity input{
    min-width: 40px;
    min-height: 48px;
}

.product-page-price span.amount {
    color: #1b0a1f;;
    font-weight: 400;
    white-space: nowrap;
}
body .woocommerce-Price-currencySymbol {
    font-size: 1em!important;
}

/* Satisfaction Guarantee */
.block-guarantee {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    justify-content: space-between;
    padding: 16px;
    border-radius: 8px;
    border: 1px solid rgba(27, 10, 31, 0.12);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    margin: 10px 0
}

.block-guarantee-left {
    flex-shrink: 0;
}

.block-guarantee-left img {
    width: 64px;
    height: auto;
}

.block-guarantee-right {
    flex-grow: 1;
    flex-basis: 1px;
}

.block-guarantee-right p {
    font-size: 14px;
    margin-bottom: 12px;
}

.block-guarantee-right p:last-child {
    margin-bottom: 0;
}

.block-guarantee-right p:first-child {
    margin-top: 0;
}

.why-buy .box-text-inner p:last-child {
    color: #fff;
}

.why-buy .box-text-inner p+p{
    font-size: 14px;
}
.product-section {
    border-top: none;
}

.product-thumbnails.thumbnails.slider{
    max-width: 80%!important;
    margin: 0 auto;
}
.product-thumbnails img {
    opacity: 1;
    border: 2px solid transparent;
    margin-bottom: 0;
    transition: all .6s;
}
.product-thumbnails a {
    border: none;
}
.product-thumbnails .is-nav-selected a img, .product-thumbnails a:hover img {
    border: 2px solid rgba(0, 0, 0, .8);
    transform: none;
}


body .wcpa_form_outer .wcpa_form_item .color-group .wcpa_color label {
    font-weight: 400;
    
}

body .wcpa_form_outer .wcpa_form_item .color-group.color-inline .wcpa_color label span{
    text-transform: uppercase;
    padding: 0px 14px;
    height: 40px !important;
    line-height: 40px !important;
    border-radius: 8px;
}
body .wcpa_form_outer .wcpa_form_item .color-group .wcpa_color input:checked+label span {
    border: 1px solid #8b1414;
    background-color: #8b1414 !important;
    box-shadow: none;
    color: #fff;
}

body .ux-buy-now-button.button{
    background-color: #8b1414 !important;
    
}

.salesgen-upsell-options.active .sizechart-ct{
	display:none !important
}
.sizechart-ct{
	margin: 0;
    position: absolute;
    top: 0;
    right: 0;
}
.sizechart-ct button{
	 position: absolute;
    right: 40px;
    top: -22px;
    font-size: 13px;
    text-decoration: underline;
    font-weight: 500;
    color: #e10a0b !important;
    cursor: pointer;
    z-index: 99;
	white-space:nowrap;
}
.wpb-psc-size-content table{
	border-collapse: collapse;
}
.wpb-psc-size-content h2{
	text-align:center;
}
.wpb-psc-size-content thead th,.wpb-psc-size-content tbody td {
    border: 1px solid #000;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
}
.wpb-psc-table-style-true .wpb-psc-content-wrapper .wpb-psc-table{
	display:none;
}
.wcpa_form_outer .wcpa_row {
    position: relative;
}
.wcpa_form_outer label {
    font-weight: 400;
	font-size: 15px;
    margin: 0;
}
.wcpa_form_item > label:after {
    content: ":";
    margin: 0 3px;
}
.wcpa_form_outer .wcpa_form_item .wcpa_helptext {
    font-size: 1em;
}
.wcpa_form_item {
    margin: 0 0 1em;
}
body .wcpa_form_outer .wcpa_form_item > div > div {
    margin: .5em .5em .5em 0 !important;
}

.ux-mini-cart-qty input {
    min-width: 40px;
    min-height: 40px;
}
.ux-mini-cart-qty-remove {
    display: flex;
}
body ul .ux-mini-cart-qty .quantity {
    font-size: 1em!important;
    opacity: 1!important;
}
a.remove{
    background-color: #e5e5e5;
    border-color: #e5e5e5!important;
    width: 40px;
    height: 40px;
    line-height: 33px !important;
    margin-right: 0;
    margin-left: auto;
}
a.remove svg{
    overflow: hidden;
    vertical-align: middle;
    opacity: 0.4;
}
a.remove:hover svg{
    opacity: 1;
}

p.woocommerce-mini-cart__buttons.buttons {
    display: flex;
    gap: 10px;
}

p.woocommerce-mini-cart__buttons.buttons a{
    text-transform: initial;
}
.button.wc-forward{
    background-color: transparent;
    color: #1b0a1f;
    border: 1px solid #dd3c3c;
}

.button.wc-forward.checkout{
    
    color: #fff;
    
}

.button.wc-forward:not(.checkout):hover{
    background-color: #1b0a1f;
    color: #fff;
}
.cart-popup-inner {
    padding:0;
}

.widget_shopping_cart_content{
    padding: 15px;
}
.cart-popup-title span{
    font-size: 1em;
    font-weight: 700;
    color: #1b0a1f;
    letter-spacing: 0;
}
.cart-popup-title {
    border-bottom: 1px solid #e5e5e5;
    padding: 15px;
    text-align: left;
    font-size: 1em;
}

p.woocommerce-mini-cart__total.total {
    border: none;
    text-transform: uppercase;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
p.woocommerce-mini-cart__total.total .woocommerce-Price-amount.amount{
    color: #552060;
    font-size: 18px;
}
.md-12{
    font-size: 12px;
}
.opacity-72{
    opacity: 0.72;
}
.shipping-fee{
    margin-top: 10px;
}
.logo a {
    font-size: 20px;
}

.cart-item.has-icon a::after{
    background-color: #fff!important;
    color: #1b0a1f;
}

a.account-link-mobile {
    border: none !important;
    vertical-align: middle;
    padding: 18px 0 !important;
    display: block;
    line-height: 1em !important;
}

.cart_totals .totals{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cart_totals .totals__total{
    font-size: 14px;
    color: var(--primary-color);
}

.cart_totals  .totals__total-value .amount{
    font-size: 18px;
}
.cart_totals .wc-proceed-to-checkout {
    margin: 0;
}
.cart-container.container {
    padding-top: 0;
}
.wc-proceed-to-checkout .checkout-button{
    background-color: #1b0a1f!important;
    color: #fff;
    border-radius: 0px;
    height: 48px;
    line-height: 48px;
    text-transform: initial;
}

.free-shipping-notice {
font-size: 14px;
padding: 10px 20px 20px;
text-align: center;
}

.free-shipping-text {
margin-bottom: 6px;
font-weight: 400;
font-size: 14px;
}

.free-shipping-bar-wrapper {
height: 8px;
background-color: #e2e2e2;
border-radius: 5px;
overflow: hidden;
}

.free-shipping-bar {
height: 100%;
background-image: linear-gradient(-45deg,rgba(252, 247, 247,.15) 25%,transparent 0,transparent 50%,rgba(252, 247, 247,.15) 0,rgba(252, 247, 247,.15) 75%,transparent 0,transparent);
background-color: #178b00;
background-size: 1rem 1rem;
animation: shipping-stripe-left 5s linear infinite;
border-radius: 5px 0 0 5px;
}

@keyframes shipping-stripe-left {
0% {
    background-position: 0 0;
}
100% {
    background-position: 20px 0;
}
}

.cart-container.page-checkout .free-shipping-notice{
    background: #f7f8fc;
    border-radius: 4px;
    box-shadow: 4px 4px 12px -4px rgba(0, 0, 0, 0);
    margin-bottom: 20px;
    padding: 20px 30px 40px;
    margin-top: 20px;
}

.free-shipping-text .amount{
    font-weight: 700;
    color: #000;
}

.checkout-breadcrumbs{
    display: none;
}
td, th {
    font-size: 1em;
}

.slider-nav-outside .flickity-prev-next-button svg {
    fill: #000000;
    border: 1px solid #FFFFFF;
    background-color: #FFFFFF;
}
body .slider-nav-outside  .flickity-prev-next-button.previous {
    left: -2%;
}
body .flickity-prev-next-button {
    width: 50px;
    margin-top: 0!important;
    height: 100%;
    top:0;
    bottom:0;
}
.section-title-normal {
    border-bottom: none;
}
.section-title-normal span{
    text-transform: none;
    border: none;
}
.section-title a {
    display: block;
    font-size: 1rem;
    margin-left: auto;
    padding-left: 15px;
    font-weight: 400;
    color: #dd3c3c;
}

/** Countdown timer with labels below numbers in the header */
.sg-countdown-timer {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.sg-countdown-text {
    font-size: 20px;
    font-weight: 400;
}

.sg-countdown-part {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.sg-countdown-label {
    font-size: 9px;
    font-weight: 400;
}

.sg-countdown-number {
    font-size: 18px;
    font-weight: 700;
}
body .button.single_add_to_cart_button {
    width: calc(100% - 102px);
    margin-left: 8px;
}
form {
    margin-bottom: 0 !important;
}

.ivole-meter {
    height: 9px;
    border-radius: 6px;
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .4), inset 0 0 0 1px rgba(0, 0, 0, .1);
}
.woocommerce-variation-add-to-cart, form.cart {
    gap: 0;
}
.btn-animation-glow:not(.loading-spinner):before,
.btn-animation-glow:not(.loading-spinner):before {
  animation: glow-before 2.7s;
  animation-delay: var(--btn-animation-delay);
  animation-iteration-count: var(--btn-animation-iteration-count);
}
.btn-animation-glow:not(.loading-spinner):after,
.btn-animation-glow:not(.loading-spinner):after {
  animation: glow-after 2.7s;
  animation-delay: var(--btn-animation-delay);
  animation-iteration-count: var(--btn-animation-iteration-count);
}
.btn-animation-hover-glow:not(.loading-spinner):hover:before,
.btn-animation-hover-glow:not(.loading-spinner):hover:before {
  animation: glow-hover-before 0.7s;
}
.btn-animation-hover-glow:not(.loading-spinner):hover:after,
.btn-animation-hover-glow:not(.loading-spinner):hover:after {
  animation: glow-hover-after 0.7s;
  border-radius: var(--btn-animation-border-radius);
}
.btn-animation-shake,
.btn-animation-shake {
  animation: shake 5.6s;
  animation-delay: var(--btn-animation-delay);
  animation-iteration-count: var(--btn-animation-iteration-count);
}
.btn-animation-hover-shake:hover,
.btn-animation-hover-shake:hover {
  animation: hover-shake 0.6s;
}
.btn-animation-glow:not(.loading-spinner):before,
.btn-animation-glow:not(.loading-spinner):before,
.btn-animation-hover-glow:not(.loading-spinner):before,
.btn-animation-hover-glow:not(.loading-spinner):before,
.btn-animation-preview-glow:not(.loading-spinner):before,
.btn-animation-preview-glow:not(.loading-spinner):before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #8b1414;
  border: 0px solid #dd3c3c;
  border-width: 0;
  border-radius: 0;
  z-index: 0;
}
.btn-animation-glow:not(.loading-spinner):after,
.btn-animation-glow:not(.loading-spinner):after,
.btn-animation-hover-glow:not(.loading-spinner):after,
.btn-animation-hover-glow:not(.loading-spinner):after,
.btn-animation-preview-glow:not(.loading-spinner):after,
.btn-animation-preview-glow:not(.loading-spinner):after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #8b1414;
  border: 0px solid #dd3c3c;
  border-width: 0;
  border-radius: 0;
  z-index: 0;
}

.wc-tabs.product-tabs.nav-line>li>a:before{
    top: auto;
    bottom: 0;
    height: 2px;
}
.wc-tabs.product-tabs.nav-line{
    border-bottom: 1px solid #ccc;
}
.wc-tabs.product-tabs.nav-line>li>a{
    font-size: 14px;
}
.footer-widgets .row{
    max-width: 1120px!important;
}

#footer h2 {
    font-size: 30px;
}
.accordion-title.active {
    background-color: #FFFFFF;
}
.accordion-title {
    border-bottom: 1px solid #ddd;
    border-top:0!important;
    padding-left: 0px;
}

.grid-col-1-2 .box-image img{
    height: auto;
    opacity: 1;
}
.box-image img{
    border-radius: 8px;
}
.row-grid .grid-col-1-2 .box-text {
    padding: 0 15px;
    white-space: nowrap;
    text-shadow: none;
    text-align: center;
}

.row-grid .grid-col-1-2 .box-text p, .row-grid .grid-col-1-2 .box-text p:hover
.row-grid .grid-col-1-2 .box-text a, .row-grid .grid-col-1-2 .box-text a:hover,
.row-grid .grid-col-1-2 .box-text .amount{
    color: #000;
}

/* cut text to allow 1 line and add ...*/
.row-grid .grid-col-1-2 .box-text p{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    line-clamp: 1;
    box-orient: vertical;
}

.row-grid .grid-col-1-2  .product-small.box.has-hover {
    background-color: #fff;
    border-radius: 8px;
}

.row-grid .grid-col-1-2  .overlay.fill{
    display: none;
}
@keyframes glow-before {
    0% {
      opacity: 1;
      width: 100%;
      height: 100%;
    }
    80% {
      opacity: 1;
      width: 100%;
      height: 100%;
    }
    95% {
      opacity: 0;
      width: calc(100% + 12px);
      height: calc(100% + 12px);
    }
    to {
      opacity: 0;
      width: 100%;
      height: 100%;
    }
  }
  @keyframes glow-after {
    0% {
      opacity: 1;
      width: 100%;
      height: 100%;
    }
    74% {
      opacity: 1;
      width: 100%;
      height: 100%;
    }
    92.5% {
      opacity: 0;
      width: calc(100% + 24px);
      height: calc(100% + 24px);
    }
    to {
      opacity: 0;
      width: 100%;
      height: 100%;
    }
  }
  @keyframes glow-hover-before {
    0% {
      opacity: 1;
      width: 100%;
      height: 100%;
    }
    25% {
      opacity: 1;
      width: 100%;
      height: 100%;
    }
    95% {
      opacity: 0;
      width: calc(100% + 12px);
      height: calc(100% + 12px);
    }
    to {
      opacity: 0;
      width: 100%;
      height: 100%;
    }
  }
  @keyframes glow-hover-after {
    0% {
      opacity: 1;
      width: 100%;
      height: 100%;
    }
    71.4% {
      opacity: 0;
      width: calc(100% + 24px);
      height: calc(100% + 24px);
    }
    to {
      opacity: 0;
      width: 100%;
      height: 100%;
    }
  }
  @keyframes hover-glow {
    0% {
      box-shadow: 0 0 rgba(139, 20, 20, 0.8);
    }
    65% {
      box-shadow: 0 0 0 15px rgba(139, 20, 20, 0);
    }
    to {
      box-shadow: 0 0 rgba(139, 20, 20, 0);
    }
  }
  @keyframes shake {
    0% {
      transform: rotate(0);
    }
    90% {
      transform: rotate(0);
    }
    92% {
      transform: rotate(5deg);
    }
    94% {
      transform: rotate(-5deg);
    }
    96% {
      transform: rotate(5deg);
    }
    98% {
      transform: rotate(-5deg);
    }
    to {
      transform: rotate(0);
    }
  }
  @keyframes hover-shake {
    0% {
      transform: rotate(0);
    }
    20% {
      transform: rotate(5deg);
    }
    40% {
      transform: rotate(-5deg);
    }
    60% {
      transform: rotate(5deg);
    }
    80% {
      transform: rotate(-5deg);
    }
    to {
      transform: rotate(0);
    }
  }
@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
    :root {
        --h-font-family: 'Inter', sans-serif;
        --h-font-weight: 700;
        --h-font-style: normal;
        --h1-font-size: 20px;
        --h1-line-height: 1.55;
        --h2-font-size: 44.8px;
        --h2-line-height: 1.25;
        --h3-font-size: 32px;
        --h3-line-height: 1.35;
        --h4-font-size: 20px;
        --h4-line-height: 1.55;
    }

    .product-thumbnails.thumbnails.slider{
        max-width: 100%!important;
    }
    .cart-item.has-icon a::after{
        top:0px!important;
    }
	.col {
        padding-bottom: 10px;
    }
	h2, .h2 {
        font-size: 1.8em !important;
    }
	
	
	body .wt-related-products .owl-nav {
		display: none!important;
	}
}
.salesgen-upsell-bundle {
    margin-top: 20px;
}
.salesgen-upsell-bundle h2 {
    font-size: 1.2rem;
}
.slider-nav-circle.slider:hover .flickity-prev-next-button {
    opacity: 1;
}
body .wt-related-products .owl-dots {
		display: block !important;
	}
@media only screen and (min-width: 850px) {
    .mfp-ready .mfp-close {
        opacity: .6;
        top: 60px !important;
        right: 30px;
        border-radius: 50% !important;
        background-color: #3d3d3d;
        width: 28px;
        height: 28px;
        vertical-align: middle;
        color: #000;
        padding: 3px;
        line-height: 0px !important;
    }
    .mfp-content.off-canvas-cart{
        background-color: #fff;
        margin: 20px;
        border-radius: 8px;
    }


    .mfp-close svg {
        pointer-events: none;
        width: 75%;
        line-height: 1px;
        fill: #000000;
        color: #ffffff;
        height: 21px;
    }
    .mfp-content.off-canvas-cart{
        border-radius: 8px;
    }

    .cart-popup-inner--sticky {
        min-height: calc(100vh - 40px - var(--wp-admin--admin-bar--height, 0px));
    }
}