/*
Theme Name: GearStore
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.431
*/
:root {    /* ANIMATIONS */		--m-duration-short: .1s;    --m-duration-default: .25s;    --m-duration-long: .5s;    --m-duration-image: .65s;    --m-duration-animate: 1s;    --m-animation-duration: 100ms;    --m-animation-fade-in-up: m-fade-in-up var(--m-animation-duration) cubic-bezier(0, 0, 0.3, 1) forwards;    --m-animation-fade-in-left: m-fade-in-left var(--m-animation-duration) cubic-bezier(0, 0, 0.3, 1) forwards;    --m-animation-fade-in-right: m-fade-in-right var(--m-animation-duration) cubic-bezier(0, 0, 0.3, 1) forwards;    --m-animation-fade-in-left-rtl: m-fade-in-left-rtl var(--m-animation-duration) cubic-bezier(0, 0, 0.3, 1) forwards;    --m-animation-fade-in-right-rtl: m-fade-in-right-rtl var(--m-animation-duration) cubic-bezier(0, 0, 0.3, 1) forwards;    --m-animation-fade-in: m-fade-in calc(var(--m-animation-duration) * 2) cubic-bezier(0, 0, 0.3, 1);    --m-animation-zoom-fade: m-zoom-fade var(--m-animation-duration) ease forwards;		/* BODY */		--base-line-height: 25;		/* PRIMARY COLORS */		--color-primary: #000000;		--plyr-color-main: #000000;		--color-primary-darker: #333333;		/* TEXT COLORS */		--color-body-text: #000000;		--color-heading-text: #000000;		--color-sub-text: #000000;		--color-text-link: #000000;		--color-text-link-hover: #999999;		--color-text-form-field: #000000;		/* BUTTON COLORS */		--color-btn-bg:  #ffd400;		--color-btn-bg-hover: #000000;		--color-btn-text: #000000;		--color-btn-text-hover: #ffffff;		--color-btn-secondary-border: #000000;		--color-btn-secondary-text: #000000;		--btn-letter-spacing: 0px;		--btn-border-radius: 5px;		--btn-border-width: 1px;		--btn-line-height: 23px;				/* PRODUCT COLORS */		--product-title-color: #000000;		--product-sale-price-color: #666666;		--product-regular-price-color: #00b90b;		--product-type-color: #666666;		--product-desc-color: #000000;		/* TOPBAR COLORS */		--color-topbar-background: #ffffff;		--color-topbar-text: #000000;		/* MENU BAR COLORS */		--color-menu-background: #000000;		--color-menu-text: #f8f8f8;		/* BORDER COLORS */		--color-border: #dedede;		--color-border-black: rgba(0,0,0,1);		/* FOOTER COLORS */		--color-footer-text: #000000;		--color-footer-subtext: #666666;		--color-footer-background: #f5f5f5;		--color-footer-link: #666666;		--color-footer-link-hover: #000000;		--color-footer-background-mobile: #F5F5F5;		/* FOOTER BOTTOM COLORS */		--color-footer-bottom-text: #000;		--color-footer-bottom-background: #f5f5f5;		--color-footer-bottom-background-mobile: #F5F5F5;		/* HEADER */		--color-header-text: #ffffff;		--color-header-sub-text: 255, 255, 255;		--color-header-transparent-text: #ffffff;		--color-main-background: #ffffff;		--color-field-background: #ffffff;		--color-header-background: #000000;		--color-cart-wishlist-count: #ffffff;		--bg-cart-wishlist-count: #da3f3f;		/* TOOLTIP */		--bg-color-tooltip: #000000;		--text-color-tooltip: #ffffff;		/* OVERLAY */		--color-image-overlay: #000000;		--opacity-image-overlay: 0.2;		/* Notification */		--color-success: #3a8735;		--color-warning: #ff706b;		--color-info: #959595;		/* CUSTOM COLOR */		--text-black: 0,0,0;		--text-white: 255,255,255;		--bg-black: 0,0,0;		--bg-white: 255,255,255;		--rounded-full: 9999px;		--bg-card-placeholder: rgba(243,243,243,1);		--arrow-select-box: url(//gearcarcover.com/cdn/shop/t/33/assets/ar-down.svg?v=92728264558441377851698375788);		/* FONT SIZES */		--font-base-size: 16;		--font-btn-size: 16px;		--font-btn-weight: 500;		--font-h1-desktop: 60;		--font-h1-tablet: 42;		--font-h1-mobile: 36;		--font-h2-desktop: 42;		--font-h2-tablet: 33;		--font-h2-mobile: 29;		--font-h3-desktop: 30;		--font-h3-tablet: 24;		--font-h3-mobile: 21;		--font-h4-desktop: 22;		--font-h4-tablet: 17;		--font-h4-mobile: 17;		--font-h5-desktop: 15;		--font-h5-mobile: 14;		--font-h6-desktop: 14;		--font-h6-mobile: 14;		--heading-letter-spacing: 0px;    	--arrow-down-url: url(//gearcarcover.com/cdn/shop/t/33/assets/arrow-down.svg?v=157552497485556416461698375785);    	--arrow-down-white-url: url(//gearcarcover.com/cdn/shop/t/33/assets/arrow-down-white.svg?v=70535736727834135531698375787);    	--product-title-line-clamp: 1;		--spacing-sections-desktop: 100px;    --spacing-sections-laptop: 80px;    --spacing-sections-tablet: 60px;    --spacing-sections-mobile: 48px;				/* LAYOUT */		--container-width: 1200px;    --fluid-container-width: 1620px;    --fluid-container-offset: 65px;	}
/*************** ADD CUSTOM CSS HERE.   ***************/
html {
    font-size: calc(var(--font-base-size, 16) * 1px);
    -webkit-font-smoothing: antialiased;
    height: 100%;
    scroll-behavior: smooth;
}
body {
    margin: 0;
    font-family: var(--font-stack-body);
    font-weight: var(--font-weight-body);
    font-style: var(--font-style-body);
    color: var(--color-body-text);
    font-size: calc(var(--font-base-size, 16) * 1px);
    line-height: calc(var(--base-line-height) * 1px);
    background-color: #ffffff;
    position: relative;
    min-height: 100%;
}

h1,
h2,
h3,
h4,
h5, 
h6 {
  font-family: var(--font-stack-header);
  font-weight: var(--font-weight-header);
  font-style: var(--font-style-header);
  color: var(--color-heading-text);
  line-height: normal;
  letter-spacing: var(--heading-letter-spacing);
}
h1, .h1 {
  font-size:calc(((var(--font-h1-mobile))/ (var(--font-base-size))) * 1rem);
  line-height: 1.278;
}

h2, .h2 {
  font-size:calc(((var(--font-h2-mobile))/ (var(--font-base-size))) * 1rem);
  line-height: 1.267;
}

h3, .h3 {
  font-size: calc(((var(--font-h3-mobile)) / (var(--font-base-size))) * 1rem);
  line-height: 1.36;
}

h4, .h4 {
  font-size: calc(((var(--font-h4-mobile)) / (var(--font-base-size))) * 1rem);
  line-height: 1.4;
}

h5, .h5 {
  font-size: calc(((var(--font-h5-mobile)) / (var(--font-base-size))) * 1rem);
  line-height: 1.5;
}

h6, .h6 {
  font-size: calc(((var(--font-h6-mobile)) / (var(--font-base-size))) * 1rem);
  line-height: 1.5;
}

@media only screen and (min-width: 768px) {
  .h1, h1{
    font-size:calc(((var(--font-h1-tablet))/ (var(--font-base-size))) * 1rem);
    line-height: 1.238;
  }
  .h2, h2{
    font-size:calc(((var(--font-h2-tablet))/ (var(--font-base-size))) * 1rem);
    line-height: 1.235;
  }
  h3, .h3 {
    font-size: calc(((var(--font-h3-tablet)) / (var(--font-base-size))) * 1rem);
    line-height: 1.36;
  }
  h4, .h4 {
    font-size: calc(((var(--font-h4-tablet)) / (var(--font-base-size))) * 1rem);
    line-height: 1.4;
  }
}

@media only screen and (min-width: 1280px){
  .h1, h1{
    font-size:calc(((var(--font-h1-desktop))/ (var(--font-base-size))) * 1rem);
    line-height: 1.167;
  }
  .h2, h2{
    font-size:calc(((var(--font-h2-desktop))/ (var(--font-base-size))) * 1rem);
    line-height: 1.238;
  }
  h3, .h3 {
    font-size: calc(((var(--font-h3-desktop)) / (var(--font-base-size))) * 1rem);
    line-height: 1.278;
  }
  h4, .h4 {
    font-size: calc(((var(--font-h4-desktop)) / (var(--font-base-size))) * 1rem);
    line-height: 1.333;
  }
  h5, .h5 {
    font-size: calc(((var(--font-h5-desktop)) / (var(--font-base-size))) * 1rem);
  }
  h6, .h6 {
    font-size: calc(((var(--font-h6-desktop)) / (var(--font-base-size))) * 1rem);
  }
}
del span.amount,
.price del, .product_list_widget del, del .woocommerce-Price-amount{
    font-size: 12px;
}
label, legend {
    display: block;
    font-size: 13px;
}
.breadcrumbs {
    text-transform: none;
    font-size: 12px;
}
a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 2em;
    white-space: nowrap;
    line-height: 1;
    margin-top: 10px;
}
.products-listing .nav>li.tab>a {
  padding: 2px 0;
  font-weight: 300
  font-size: 1.125em;
}
.nav-line-bottom>li.tab>a:before{
  height: 2px
}
.products-listing .nav>li.tab {
    margin: 0 20px;
}

.font-weight-500{
  font-weight: 500;
}
#footer ul.menu>li+li{
    border: none!important;
}
.widget .is-divider{
  display: none;
}
body span.widget-title {
    font-size: 1em;
    font-weight: 500;
    text-transform: uppercase;
}
.payment-icons .payment-icon {
  background: none;
  opacity: 1;
}
.payment-icons .payment-icon svg {
    height: 26px;
}
span.amount {
    color: #00b90b;
  font-weight: 400;
}
.box-text {
    font-size: 1em;
}
.nav-pagination>li>a, .nav-pagination>li>span {
    border: 2px solid #ffffff;
    font-size: 1.1em;
    font-weight: 400;
    height: 2.75em;
    line-height: 2.5em;
    min-width: 2.75em;
}
.nav-pagination>li>.current, .nav-pagination>li>a:hover, .nav-pagination>li>span:hover {
    background-color: #f3f3f3;
    border-color: #f3f3f3;
    color: #000000;
}
.product-tabs .row{
  max-width: 1120px;
}
.price ins {
    margin-right: 6px;
}
.product-price-container ins .amount , .price.product-page-price  > .amount {
    font-size: 18px;
    font-weight: 700;
}

.woocommerce-tabs .nav-line>li>a:before{
  height: 2px;
  top: auto;
  bottom: 0;
}
.woocommerce-tabs .nav-line>li>a{
  padding: 10px 0 4px 0;
  font-size: 12px;
  font-weight: 700;
}
.woocommerce-tabs > ul {
    border-bottom: 1px solid #e5e5e5;
}


.cart .quantity{
    max-width: 200px;
}
.form-minimal.quantity .qty {
    max-width: 100px;
    width: 70px;
    height: 46px;
  line-height: 46px;

}

body .single_add_to_cart_button.button{
  width: calc(100% - 209px);
  height: 46px;
  line-height: 46px;
  font-size: 13px;
  text-transform: uppercase;
}
.single_add_to_cart_button.button svg {
    width: 18px;
    height: 17px;
    vertical-align: sub;
    margin-right: 7px;
}
.payment-icons img{
  margin: 0 10px;
}


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{
    
    padding: 0px 14px;
    height: 30px !important;
    line-height: 30px !important;
    border-radius: 8px;
}
body .wcpa_form_outer .wcpa_form_item .color-group .wcpa_color input:checked+label span {
    border: 1px solid #00215e;
    background-color: #00215e!important;
    box-shadow: none;
    color: #fff;
}

.wcpa_form_outer .wcpa_form_item .wcpa_helptext {
    font-size: 13px;
}

.wcpa_form_outer label {
    margin-bottom: 0;
}
.wcpa_form_outer .wcpa_form_item .color-group .wcpa_color {
    margin: 0 .2em .5em 0;
}
.wcpa_form_item {
    margin: 0 0 .3em;
}
.float-position {
    position: absolute;
    left: 180px;
    z-index: 9;
    top: -1px;
}
.wcpa_form_outer .wcpa_row {
    position: relative;
}

a.size-chart-icon {
    font-size: 12px;
    text-decoration: underline;
}

.salesgen-upsell-bundle > h2 {
    font-size: 20px;
}

body .button.salesgen-add-bundle {
    height: 46px;
    line-height: 46px;
    font-weight: 500;
}
body .button.salesgen-select-options {
    color: #000000 !important;
    height: 32px !important;
    line-height: 32px;
    max-height: 32px;
    font-weight: 500;
}
body .button.salesgen-select-options:hover {
    background-color: #eeeeee !important;
    box-shadow: none;
}
h1.entry-title {
    font-size: 23px;
}
.product-section-title-related {
    text-transform: capitalize;
    text-align: center;
    font-size: 24px;
}
body .product-section {
    border-top: none;
}

.product-thumbnails a {
    border: 1px solid #e3e3e3;
    border-radius: 8px;
}
.product-thumbnails .is-nav-selected a{
  border: 2px solid #000;
}

.items-center{
  align-items: center;
}
.justify-start{
  justify-content: flex-start;
}
.gear-warning {
    background-color: #fff8dc;
    color: #8a5d00;
    font-size: 12px;
    border-radius: 6px;
    text-align: center;
    border: 1px solid #ffecb5;
}


.font-weight-500, .font-weight-500 *{
  font-weight: 500;
}
.social-icons span {
    font-weight: 500;
}
.social-icons {
    color: #272727;
}
.share-icons a {
    margin: 0 10px !important;
}

.cart-container.container {
    max-width: 1200px;
}
.cart-container .form-minimal.quantity .qty {
  width: 30px;
}
.cart-container .quantity .minus, .cart-container .quantity .plus{
  padding-left: 10px;
  padding-right: 10px;
}
td.product-price .amount, td.product-price ins .amount{
  font-weight: 700;
}
.cart-wrapper .shop_table thead{
    display: none;
}
.checkout-button.wc-forward {
    border-radius: 8px;
    line-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}
.checkout-button.wc-forward svg{
    width: 30px;
    height: 25px;
}
a.remove {
  border: none;
  height: 36px;
  line-height: 42px !important;
  width: auto;
  display: inline-block;
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: none;
  font-size: 12px !important;
  font-weight: 400;
  color: #616161;
}
.shop_table .cart_item td.product-name {
    vertical-align: top;
    position: relative;
}
.shop_table .cart_item td {
    vertical-align: top;
}
.shop_table .amount{
  color: #000;
}
.cart_totals .totals {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cart_totals .wc-proceed-to-checkout {
    margin: 0;
}
.cart_totals .totals * {
    padding: 0;
    margin: 0;
}
.tax-note {
    font-size: 13px;
    margin: 0;
    color: #4d4d4d;
}

dl.variation dd {
    display: inline;
}
dl p{
  margin: 0!important;
}
.wcpa_cart_val {
    word-break: break-all;
    display: inline-block;
}
.woocommerce td.product-name dl.variation dt {
    float: left;
    clear: none;
}
.woocommerce td.product-name dl.variation dd {

}
.woocommerce td.product-name dl.variation .wcpa_cart_val {
    float: none;
    clear: none;
    margin: 0;
    display: inline-block;
}
.variation dd {
    margin-right: 1rem; /* khoảng cách giữa cặp này và cặp sau */
}

.variation dd::after {
    content: "\A"; /* xuống dòng sau mỗi cặp */
    white-space: pre;
}
.checkout-breadcrumbs{
  display: none;
}

.checkout-page-title.page-title{
  display: none;
}
.ux-mini-cart-qty .amount{
  color: #000;
  font-weight: 700;
}
.ux-mini-cart-qty input{
  height: 30px!important;
  line-height: 30px!important;
  min-height: 30px;
}
body .ux-quantity{
  opacity: 1!important;
}
body .ux-mini-cart-qty:hover input{
  border-color: #666!important;
}
.widget_shopping_cart_content ul.product_list_widget li a.remove {
    position: initial;
    line-height: 1em !important;
    height: auto !important;
    font-size: 14px !important;
}
.widget_shopping_cart_content ul.product_list_widget li a:not(.remove) {
    font-size: 13px;
}
.ux-mini-cart-qty-remove{
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
}
.woocommerce-mini-cart-item .ux-mini-cart-qty {
    margin-right: 10px;
}
body .cart-popup-inner{
  padding: 0;
}
.cart-popup-inner .ux-mini-cart-footer{
    padding: 20px;
}
ul.product_list_widget li {
    padding: 10px 0 5px 110px;
}
ul.product_list_widget li img {
    height: 100px;
    width: 100px;
}
.cart-popup-inner .woocommerce-mini-cart.product_list_widget  {
    padding: 10px;
}
.cart-popup-title.text-center {
  padding-top: 20px;
  
}
.cart-popup-inner .woocommerce-mini-cart{
  border-top: 1px solid #ececec;
}
.widget_shopping_cart ul.product_list_widget li {
    padding-right: 0px;
}
body .woocommerce-mini-cart-item .variation {
    margin-bottom: 0px;
}

.page-template-default.page .row{
  max-width: 1200px;
}

#wide-nav .flex-col.flex-center{

  width: 90%;
}

#wide-nav .form-flat input.search-field{
    background-color: #fff;
    border-radius: 8px;
    height: 40px;
    padding-left: 30px;
    border: 1px solid #ddd;
    font-size: 14px;
}
#wide-nav .form-flat input.search-field:hover, #wide-nav .form-flat input.search-field:focus{
  border: 1px solid #a6a6a6;
}

body #wide-nav .searchform .flex-row.relative{
  flex-direction: row-reverse;
}

body #wide-nav .searchform-wrapper.ux-search-box.form-flat .flex-col:last-of-type {
    margin-right: -2.9em;
    margin-left: auto;
}
.searchform .ux-search-submit{
  opacity: .6;
}

.searchform:hover .ux-search-submit{
  opacity: 1;
}

.nav-line-bottom>li>a:before{
  height: 2px;
}

.product-price-container .price > .amount, .product-price-container .price ins .amount{
  color: #fc4d11;
}
.price-note {
    margin-bottom: 8px;
}
.price-note p{
  margin: 0;
  padding: 0;
}
p.price{
    margin-bottom: 7px;
}
.price del, .product_list_widget del, del .woocommerce-Price-amount {
    color: #505050;
}
.custom-html-widget p {
    margin-bottom: 8px;
}
body .header-cart-icon img[width="1"][height="1"] {
    width: 24px;
}
body .header:not(.transparent) .header-nav-main.nav > li > a {
    color: #000000;
}

.widget_shopping_cart .amount{
  color: #00215e;
  font-weight: 700;
}

.widget_shopping_cart .amount{
  color: #00215e;
}

.woocommerce-mini-cart__buttons.buttons .button{
  display: none;
}
.woocommerce-mini-cart__buttons.buttons{
  margin-bottom: 0;
}
.woocommerce-mini-cart__buttons.buttons .button.checkout{

  display: block;
  height: 46px;
  line-height: 46px;

}

body .widget_shopping_cart p.total {
    border-bottom: none;
}

.trust-badges-checkout {
    font-style: italic;
    font-size: 14px;
    text-align: center;
}
.off-canvas-cart .ux-mini-cart-footer {
    padding: 10px 20px 10px;
    margin: 0;
}
.mfp-content.off-canvas-cart{
  background-color: #fff!important;
}

.mobile-nav.nav a{
  color: #000;
}

.cart-popup-title>span {
    display: block;
    font-size: 20px;
    color: #000;
}
.header .flex-row {
    padding: 0px 45px;
}

.header .flex-col.hide-for-medium.flex-right .nav-line-bottom>li>a:before{
  display: none!important;
}
.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: rgba(92, 253, 125, 0.12);
  border-radius: 4px;
  box-shadow: 4px 4px 12px -4px rgba(0, 0, 0, 0);
  margin-bottom: 20px;
  padding: 10px 30px 40px;
}

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

body .button.refund-button{
  height: 50px;
  line-height: 50px;
  color: #000;
  font-size: 16px;
}
body .refund-button:hover{
  color: #000;
  background-color: #fff;
}
ins .woocommerce-Price-amount{
  font-weight: 700;
}

.marquee {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box
}

.marquee>* {
    display: inline-block;
    animation: marquee 30s linear infinite;
    box-sizing: content-box;
    width: 100%;
}

.marquee:hover>* {
    animation-play-state: paused;
}
.marquee-content p {
    display: inline;
    font-size: 14px;
}
.marquee-content {
    display: flex;
    gap: 40px;
}

.searchform .flex-row{
  padding: 0 !important;
}

body .berocket_better_labels.berocket_better_labels_image {
    top: 20px !important;
    right: 20px !important;
}

.estimate-shipping{
  font-size: 12px;
  margin-bottom: 10px;
}
.text-bold{
  font-weight: 700;
}
.estimate-shipping-icon{
  height: 16px;
  margin-right: 10px;
}
.eta-country {
    opacity: .48;
}
.align-items-center{
  align-items: center;
}
@keyframes marquee {
    0% {
        transform: translateX(0%)
    }

    100% {
        transform: translateX(-50%)
    }
}
@media screen and (max-width: 499px){
  body .single_add_to_cart_button.button {
    width: 100%;
    margin-top: 10px;
  }
  .header .flex-row{
    padding: 0px 15px;
  }
  body .medium-logo-center .logo img {
      margin: 0;
  }

  .float-position {
    right: 40px;
    left: auto;
  }
	body .mfp-bg.mfp-ready{
    opacity: 0;
}
.off-canvas-left .mfp-content{
    width: 100%;
    box-shadow: none;
    background: #fff;
    top: 100px;
}
	
body .nav-slide{
	padding-top: 0;
}

.off-canvas:not(.off-canvas-center) .nav-vertical > li>a {
    font-weight: 500;
    color: #000;
    padding: 6px 15px 6px 20px;
	text-transform: uppercase;
	font-size: 12px;
}

.nav-slide-header .toggle {
    font-weight: 500;
	text-transform: uppercase;
	font-size: 12px;
	padding-left: 20px;
}
.off-canvas-left.main-menu-overlay+.mfp-ready .mfp-close {
    opacity: 1;
    left: 10px;
    top: 50px;
    background: #fff;
    color: #000;
}
	.mobile-sidebar-levels-2 .nav > li > ul > li > a {
    	font-weight: 500 !important;
        color: #000 !important;
		font-size: 12px!important;
	    padding: 5px 10px 5px 20px !important;
	}
}
.br_alabel > span b {
    font-weight: 500;
	padding: 0 6px;
}
.mfp-bg.mfp-ready {
	background: #0b0b0b!important;
}
.berocket_better_labels .berocket_better_labels_line {
    line-height: 2em;
    height: 40px;
    display: block;
}
@media screen and (min-width: 1200px){
  .custom-product-page > .row {
      padding: 0px 45px;
  }
  .stuck {
    position: static!important;
}
}
@media (min-width: 850px) {
    .is-sticky-column {
		top: 30px !important;
    }
}

@media screen and (max-width: 499px) {
    body .mfp-bg.mfp-ready {
		opacity: .9!important;
    }
}