/** Shopify CDN: Minification failed

Line 45:16 Expected ")" to end URL token
Line 605:367 Expected ":"

**/
@font-face {
    font-family: 'Lumberjack';
    src: url('https://cdn.shopify.com/s/files/1/0612/8025/6154/files/Lumberjack.eot?v=1674468473');
    src: url('https://cdn.shopify.com/s/files/1/0612/8025/6154/files/Lumberjack.eot') format('embedded-opentype'),
        url('https://cdn.shopify.com/s/files/1/0612/8025/6154/files/Lumberjack.woff2?v=1674468473') format('woff2'),
        url('https://cdn.shopify.com/s/files/1/0612/8025/6154/files/Lumberjack.woff?v=1674468473') format('woff'),
        url('https://cdn.shopify.com/s/files/1/0612/8025/6154/files/Lumberjack.ttf?v=1674468473') format('truetype'),
        url('https://cdn.shopify.com/s/files/1/0612/8025/6154/files/Lumberjack.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



/* custom font */
h2.ultimate-collection-slider-title {
    font-family: Lumberjack,sans-serif !important;
    font-size: 52px !important;
    letter-spacing: 8px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0px !important;
}
.ultimate-collection-slider-item-title {
    font-family: Lumberjack,sans-serif !important;
    font-size: 25px !important;
}
.product__info-container label.form__label {
    color: #b6bbc9 !important;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    font-size: 16px;
}
@font-face {
    font-family: "Oswald";
    src: url({{ "https://wheeliehotwood-canberra.com.au/cdn/shop/t/2/assets/oswald-font.woff" | asset_url }}) format("woff");
}
div#product_id_7457556398234 variant-selects.no-js-hidden {
    display: none;
}
div#header_frame {
    background: #000 !important;
}
h3.ultimate-testimonial-title,
h3.ultimate-faqs-title.center,
h1.title.title--primary{
  font-family: 'Lumberjack', sans-serif;
  text-transform: uppercase;
}
/* custom header -- remove this line of code to restore its default look */
form:not(#CartDrawer-Form) button.quantity__button.no-js-hidden,
form:not(#CartDrawer-Form) button.quantity__button.no-js-hidden {
  display: none;
}
header-drawer {
  display: none;
}
header#header-navi-wheelie {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
.header-phone-link {
    color: #F6FA0D !important; 
}
header#header-navi-wheelie button#trigger-overlay {
    background: transparent;
    border: 0px;
    color: #F6FA0D;
    font-size: 30px;
    cursor: pointer;
}
header#header-navi-wheelie nav.header__inline-menu {
    display: none;
}
/* Overlay style */
.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
    z-index: 1;
	background: rgba(153,204,51,0.9);
}

/* Overlay closing cross */
.overlay .overlay-close {
    cursor: pointer;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 30px;
    top: 45px;
	overflow: hidden;
	border: none;
	background: url(https://cdn.shopify.com/s/files/1/0612/8025/6154/t/1/assets/cross.png) no-repeat center center;
	text-indent: 200%;
	color: transparent;
	outline: none;
	z-index: 100;
}

/* Menu style */
.cs-button a:hover {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
}
a.menu-phone-link span:hover {
    color: #FCFF49;
}
.overlay nav {
	text-align: center;
	position: relative;
	top: 50%;
	height: 60%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.overlay ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: inline-block;
	height: 100%;
	position: relative;
}

.overlay ul li {
	display: block;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.overlay ul li a {
	font-size: 25px;
	font-weight: 300;
	display: block;
	color: #fff;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
    font-family: Lumberjack , sans-serif;
    text-decoration: none;
    position:relative;
}

.overlay ul .main_link.active .child_menu .sub_link a{
  font-size:20px;
}

.overlay ul li a span.side_show{
    position: absolute;
    left: auto;
    right: 8px;
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    transform:translateY(-50%) rotate(90deg);
  transition:transform 1s;
}
.overlay ul li a span.side_show svg{
    fill:#FCFF49;
}
#overlay-nav-menu-custom .main-navig .main_link.active a span.side_show{
  transform:translateY(-50%) rotate(-90deg);
  transition:transform 1s;
}

.overlay ul li a:hover,
.overlay ul li a:focus {
	color: #FCFF49;
}

/* Effects */
nav#overlay-nav-menu-custom {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.menu-logo-container {
    padding-bottom: 30px;
}
.overlay-genie {
	background: transparent;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity 0.3s 0.2s, visibility 0s 0.6s;
	transition: opacity 0.3s 0.2s, visibility 0s 0.6s;
}

.overlay-genie.open {
	visibility: visible;
	opacity: 1;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.overlay-genie svg {
	position: absolute;
	top: 0;
	left: 0;
}

.overlay-genie .overlay-path {
	fill: rgb(34 34 34 / 95%);
}

.overlay-genie nav {
	opacity: 0;
	-webkit-transform: scale(0.8) translateY(-48%);
	transform: scale(0.8) translateY(-48%);
	-webkit-transition: opacity 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
	transition: opacity 0.3s 0.3s, transform 0.3s 0.3s;
}

.overlay-genie .overlay-close {
	opacity: 0;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.overlay-genie.open nav,
.overlay-genie.open .overlay-close {
	opacity: 1;
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.overlay-genie.open nav {
	-webkit-transform: scale(1) translateY(-50%);
	transform: scale(1) translateY(-50%);
}

.overlay-genie.close nav,
.overlay-genie.close .overlay-close {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}
@media screen and (max-height: 30.5em) {
	.overlay nav {
		height: 70%;
		font-size: 34px;
	}
	.overlay ul li {
		min-height: 34px;
	}
}

/* Breadcrumbs */
nav.breadcrumb {
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    color: #333;
    margin-bottom:16px;
    line-height:1;
}
button#checkout {
    background: #FDFF5B;
}
.cart__warnings a {
    background: #FDFF5B;
}
/* header */
#raven-nav-menu-close-icon {
    position: absolute;
    z-index: 3;
    top: 18px;
    left: 24px;
    color: #fff;
    font-size: 50px;
    font-family: 'Open-sans';
}
#header_frame h4.header-phone span {
    font-family: 'Oswald';
    letter-spacing: 3px;
}
#header_frame h4.header-phone span:hover {
    color: #FCFF49;
}

/* video banner changes */
#Banner-template--15727197716634__image_banner video#myVideo { 
    height: 100%;
    width: 100%;
    object-fit: cover;
}     

#Banner-template--15727197716634__image_banner .banner__buttons a:hover {
    background: #000;
    color: #fff;
    border: 2px solid #000;
    transition: 0.3s;
}
#Banner-template--15727197716634__image_banner h2 span,
#Banner-template--15727197716634__image_banner .banner__text.subtitle {
    color: #fff;
    padding-bottom: 30px;
}

#Banner-template--15727197716634__image_banner .banner__text.subtitlee {
    letter-spacing: 2.5px;
    font-family: 'Roboto';
}

/* etc */
#shopify-section-template--15727197716634__1660701918acc6a517 .second-col-image {
  padding: 35px;
}

#shopify-section-template--15727197716634__1660701918acc6a517 .cs-button a:hover {
    background: #000;
    color: #fff;
    transition: 0.3s;
    border: 1px solid #000;
}

#shopify-section-template--15727197716634__1660701918acc6a517 p.cs-text.text.top, .cs-text.text {
    width: 75%;
}

#shopify-section-template--15727197716634__16611727431e8f86c9 .ultimate-faqs-list {
    max-width: 70%;
    margin: 0 auto;
}

#shopify-section-template--15727197716634__16611727431e8f86c9 h4.ultimate-faqs-item-question.ultimate-accordion-item-question:hover {
    color: #FCFF49 !important;
    font-weight: bold;
}

/* Product Changes */
section#shopify-section-template--15727197683866__main {
    padding-top: 30px;
}
section#shopify-section-template--15727197683866__main .product__description.rte.quick-add-hidden {
    font-family: 'Poppins', sans-serif;
}
section#shopify-section-template--15727197683866__main button.slider-button.slider-button--prev {
    color: #000;
    position: absolute;
    top: 35px;
    background: #f1f1f1;
    z-index: 1;
    left: -10px;
    -webkit-box-shadow: 10px 10px 34px -16px rgb(0 0 0 / 75%);
    -moz-box-shadow: 10px 10px 34px -16px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 34px -16px rgb(0 0 0 / 75%);
}
section#shopify-section-template--15727197683866__main button.slider-button.slider-button--next {
    color: #000;
    position: absolute;
    top: 35px;
    background: #f1f1f1;
    z-index: 1;
    right: -10px;
    -webkit-box-shadow: 10px 10px 34px -16px rgb(0 0 0 / 75%);
    -moz-box-shadow: 10px 10px 34px -16px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 34px -16px rgb(0 0 0 / 75%);
}
section#shopify-section-template--15727197683866__main .product-form__buttons {
    width: 100%;
    max-width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}
a#cart-icon-bubble {
    margin-left: 20px;
}
a#cart-icon-bubble .icon-cart-empty {
    display: block;
}
.header__icons {
    display: flex;
    grid-area: icons;
    justify-self: end;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;  
}
.product-form__submit {
    font-family: 'Poppins', sans-serif;
    letter-spacing: 2px;
}
.product-form__submit:hover {
    background: #333;
    color: #fff;
    transition: 0.5s;
}
#shopify-section-template--15727197683866__1661430790d7d34220 .ultimate-faqs-list {
    max-width: 70%;
    margin: 0 auto;
}
div#shopify-section-template--15727197716634__1661482950d07ced0d,
div#shopify-section-template--15727197683866__166149167003268d8d{
    padding-top: 10px;
}
.footer .custom_images {display: flex;}
.img_added img,
.img_added_new img {border: none!important;padding-left: 10px;}

/* Responsive */
@media only screen and (min-width: 767px) {
  .footer-block.grid__item.footer-block--menu.link_list-2{
    max-width: 13%;
  }
}
@media only screen and (max-width: 767px) {
  div#shopify-section-template--15727197683866__16607295622f9314e9 .heading-text {
    font-size: 45px;
  }
  div#shopify-section-template--15727197683866__16607295622f9314e9 .cs-sub-heading {
    font-size: 25px;
  }
  h2.howitworks-text__heading {
      font-size: 40px;
      padding: 0px 15px 15px 15px;
  }
  .banner__text.subtitle span {
    font-size: 15px;
    line-height:normal;
  }
   .banner__box .banner__text{
   line-height:normal;
}
  .banner__buttons {
    margin-bottom: 30px;
  }
  .full-width-image {
    background: #333 !important;
  }
  #shopify-section-template--15727197716634__1660701918acc6a517 .second-col-image {
    padding: 20px;
  }
  #shopify-section-template--15727197716634__1660701918acc6a517 .heading-text {
    font-size: 40px;
    margin-top: 0px;
  }
  #shopify-section-template--15727197716634__1660701918acc6a517 .cs-sub-heading {
    font-size: 20px;
    margin-top: 0px;
  }
  #shopify-section-template--15727197716634__1660701918acc6a517 p.cs-text.text.top, .cs-text.text {
    width: 100%;
  }
  h3.ultimate-testimonial-title, h3.ultimate-faqs-title.center {
    font-size: 40px;
  }
  #shopify-section-template--15727197716634__16611727431e8f86c9 .ultimate-faqs-list {
    max-width: 100%;
  }
  #shopify-section-template--15727197683866__1661430790d7d34220 .ultimate-faqs-list {
    max-width: 100%;
    margin: 0 auto;
  }
  section#shopify-section-template--15727197683866__main button.slider-button.slider-button--prev {
    position: relative;
    top: 0;
    left: 0;
  }
  section#shopify-section-template--15727197683866__main button.slider-button.slider-button--next {
    position: relative;
    top: 0;
    left: 0;   
  }
}
.detail-box
{
  align-items: flex-start !important;
}
.detail-box a {
    text-decoration: none;
}
.main-page-title {
    text-align: center;
}

#product_id_7509106131098 .hulkapps-volume-discount-tiers.offer-options-list{display: none;}

.template--product p.option_text {margin: 0;color: red;text-transform: initial;}
.template--product .ti-reviews-container-wrapper{padding-left: 100px; padding-right: 100px;}
.template--product .product__info-wrapper.grid__item .card__badge { display: none; }
.template--collection .card__information .price__container{ display: flex; }
.card__badge .badge{ color: black; }

.delivery-page{padding-top:80px;padding-bottom:80px;}
.delivery-page .section-header{box-shadow: 0px 4.1393px 15px rgba(0, 0, 0, 0.05);background:#fff;padding:36px 36px 50px 36px;}
.delivery-page .section-header h2{font-family: Lumberjack;font-weight: 400;font-size: 40px;margin: 0;text-align: center;padding-bottom:32px;}
.delivery-page .section-header  ul.list-dec{padding:0px;margin:0px auto;width:100%;max-width: 859px;}
.delivery-page .section-header  ul.list-dec li{font-size: 20px;font-weight: 400;letter-spacing: normal;line-height: 1.5;position:relative;padding-left:50px;}
.delivery-page .section-header  ul.list-dec li:before{position: absolute;left: 0;top: 3px;content:"";width: 24px;height: 24px;background-image: url(https://cdn.shopify.com/s/files/1/0612/8025/6154/files/star-icon.svg?v=1674469465);background-repeat: no-repeat;display: block;background-position: center;background-size: contain;}
.delivery-page .section-header ul.list-dec li:not(:last-child){padding-bottom:30px;}

.delivery-page .delivery-box-list{padding-top:20px;}
.delivery-page .delivery-box-list .list-wrap{    justify-content: space-between;display: flex;flex-wrap: wrap;}
.delivery-page .delivery-box-list .col{width:100%;max-width:calc(50% - 25px);}
.delivery-page .delivery-box-list .col .col-wrap{box-shadow: 0px 4.1393px 15px rgba(0, 0, 0, 0.05);}
.delivery-page .delivery-box-list .col-header{background-color:#000000;box-shadow: 0px 4.1393px 15px rgba(0, 0, 0, 0.05);text-align:center;padding: 32px 15px;}
.delivery-page .delivery-box-list .col-header h4{margin:0px;font-family: Lumberjack;font-weight: 400;font-size:35px;color:#F6FA0D;line-height:1;}
.delivery-page .delivery-box-list .col-content{text-align:center;padding:31px 15px 21px;}
.delivery-page .delivery-box-list .col-content .content p{margin:0px;font-weight: 400;letter-spacing: normal;line-height: 1.5;font-size: 20px;}
.delivery-page .delivery-box-list .col-content .content{padding-bottom:20px;}
.delivery-page .delivery-box-list .col-icon{display:flex;align-items: center;justify-content: center;}

.new-faq-page.ultimate-faqs .ultimate-wrapper{background:#000000;padding:80px 80px 120px 80px}
.new-faq-page.ultimate-faqs .ultimate-faqs-title{margin-bottom:50px;font-size:40px;line-height:60px;font-family: Lumberjack;font-weight: 400;text-transform:unset}

.new-faq-page.ultimate-faqs.ultimate-faqs-accordion .ultimate-faqs-item .ultimate-faqs-item-question{letter-spacing: normal;padding:15px 60px 15px 80px;line-height:30px;font-weight:400}
.new-faq-page.ultimate-faqs.ultimate-faqs-accordion .ultimate-faqs-item .ultimate-faqs-item-question:before{content:'';width:24px;height:24px;background-image:url('https://cdn.shopify.com/s/files/1/0612/8025/6154/files/faq_star_icon.svg?v=1674475040');background-size:contain;background-repeat:no-repeat;background-position:center;display:block;position:absolute;left:30px;top:17px;}


.new-faq-page.ultimate-faqs.ultimate-faqs-accordion .ultimate-faqs-item{margin-bottom:40px}
.new-faq-page.ultimate-faqs.ultimate-faqs-accordion .ultimate-faqs-item .ultimate-faqs-item-status{right:30px}

.new-faq-page.ultimate-faqs.ultimate-faqs-accordion .ultimate-faqs-item .ultimate-faqs-item-answer{padding:0 30px}
.new-faq-page.ultimate-faqs.ultimate-faqs-accordion .ultimate-faqs-item .ultimate-faqs-item-answer p{line-height:30px;border-top:1px solid #232323;font-weight:400;padding:15px 0}

.page-faq .footer{margin:0px;}


.footer .cs-button .button {background: #FCFF49;color: black;font-weight: bold !important;box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;}


#shopify-section-new-header .menu-items li.menu{padding: 56px 15px;position:relative;}
#shopify-section-new-header .menu-items li.menu ul.megamenu{border-top: 1px solid #fff;transition: all 0.2s ease-in-out;position: absolute;top: 100%;z-index: 9999999;width: 100%;background: #000;left: 0;min-width:300px;padding:30px 15px 10px;}
#shopify-section-new-header .menu-items li.menu ul.megamenu li{line-height: 1;}
#shopify-section-new-header .menu-items li.menu ul.megamenu li a{display: block;text-align: left;line-height:1.4;padding: 0px 0px 14px;font-size: 16px;}
#shopify-section-new-header .menu-items li.menu ul.megamenu a:hover{color:#F6FA0D;}
#shopify-section-new-header .menu-items li.menu:not(:hover) ul.megamenu{opacity:0;visibility: hidden;pointer-events: none;transition: all 0.2s ease-in-out;}
#shopify-section-new-header .menu-items li.menu:hover a.main-menu-link{color: #F6FA0D;border-bottom: 3px solid #FFFFFF;padding-bottom: 60px;}

.product-hero-section img{max-width:100%;}
.product-hero-section{padding-top:58px;}
.product-hero-section .breadcrumb *{color:#999999;font-weight: 500;font-size: 16px;font-family:Roboto, sans-serif}
.product-hero-section .product__media-wrapper .image-wrap{position: relative;overflow: hidden;cursor:pointer;}
.product-hero-section .product__media-wrapper .image-wrap:after{content:"";width:100%;display:block;padding-bottom:100%;}
.product-hero-section .product__media-wrapper .image-wrap img{position:absolute;top:0px;left:0px;width:100%;height:100%;object-fit:cover;}
.product-hero-section .product__media-wrapper .thumb-gallery{padding-top:21px;}
.product-hero-section .product__media-wrapper .thumb-gallery .image-block{padding:0px 10px;}
.product-hero-section .product__media-wrapper .thumb-images-slider.slider-not-active .slick-track{transform: translate3d(0px, 0px, 0px) !important;}
.product-hero-section .product__media-wrapper .thumb-images-slider:not(.slider-not-active) .slick-list{margin: 0 -10px;}

.product-hero-section .product__info-wrapper .product__title{margin:0px 0px 8px;}
.product-hero-section .product__info-wrapper .price__container .price__regular,
.product-hero-section .product__info-wrapper .price__container .price__regular .price-item.price-item--regular{line-height:1.175;color:#F40010;font-weight: 400;font-size: 40px;font-family: Lumberjack,sans-serif;}
.product-hero-section .product__info-wrapper .price__container,
.product-hero-section .product__info-wrapper .price-block{margin:0px}
.product-hero-section .product__info-wrapper .product__description:after,
.product-hero-section .product__info-wrapper .product__description:before,
.product-hero-section .product__info-wrapper .product-payment-formbtn{display:none;}
.product-hero-section .product__info-wrapper .product__description{margin:24px 0px;border:none;}
.product-hero-section .product__info-wrapper .product__description .dec-title-wrap{display:flex;padding-bottom:16px;}
.product-hero-section .product__info-wrapper .product__description .dec-title-wrap .dec-title{display:block;margin:0px;background-color:#F9F9F9;font-weight: 500;color:#000000;font-size: 14px;letter-spacing: -0.022em;text-transform: uppercase;padding: 8px 24px;line-height: 1;}
.product-hero-section .product__info-wrapper .product__description .product-dec-wrap *{line-height: 1.5;font-weight: 500;font-size: 16px;color:#999999;letter-spacing: -0.022em;}
.product-hero-section .product__info-wrapper .product__description .product-dec-wrap p {padding-bottom: 20px;}
.product-hero-section .product__info-wrapper .product__description .product-dec-wrap p{margin: 0;}
.product-hero-section .product__info-wrapper .product-buy-btn{margin: 0;box-shadow: -6px 25px 15px rgba(0, 0, 0, 0.01), -3px 11px 11px rgba(0, 0, 0, 0.01), -1px 3px 6px rgba(0, 0, 0, 0.02), 0px 0px 0px rgba(0, 0, 0, 0.02);border-radius: 10px;padding: 44px 28px;position: relative;}
.product-hero-section .product__info-wrapper .product-buy-btn .product-option-list .mw-stack--spacing-tight,
.product-hero-section .product__info-wrapper .product-buy-btn .product-option-list .mw-stack,
.product-hero-section .product__info-wrapper .product-buy-btn .product-option-list .mw-stack__item{margin-left:0px;}
.product-hero-section .product__info-wrapper .product-buy-btn .product-option-list .mw-stack__item:first-child .mw-stack__item .mw-text--style-strong{line-height: 1.49;text-transform: unset;letter-spacing: -0.022em;font-weight: 500;font-size: 16px;}
.product-hero-section .product__info-wrapper .product-buy-btn .product-option-list .mw-stack__item:first-child .mw-stack__item .mw-text.mw-text--style-negative{color:#999;}
.product-hero-section .product__info-wrapper .product-buy-btn .mw-option__container .mw-option__value{border-radius: 10px;padding:17px 22px 16px;cursor:pointer;border: 1.4px solid #F3F3F3;border-radius: 5px;}
.product-hero-section .product__info-wrapper .product-buy-btn .mw-option__container .mw-option__value *{letter-spacing: normal;line-height:1;margin-top:0px;cursor: pointer;}
.product-hero-section .product__info-wrapper .product-buy-btn .mw-option__container .mw-label .mw-option__value-title{padding-left:40px;position: relative;line-height: 1.5;}
.product-hero-section .product__info-wrapper .product-buy-btn .mw-option__container .mw-label input.mw-option__control[type="radio"]{display:none}
.product-hero-section .product__info-wrapper .product-buy-btn .mw-option__container .mw-label .mw-option__value-title:after{content:"";border: 1px solid #000;width:20px;height:20px;display:block;border-radius:100%;position: absolute;left: 0;top:1px;}
.product-hero-section .product__info-wrapper .product-buy-btn .mw-option__container .mw-label .mw-option__value-title:before{content: "";width: 10px;height: 10px;display: block;background-color: #000;border-radius: 100%;position: absolute;top:6px;left: 5px;opacity: 0;}
.product-hero-section .product__info-wrapper .product-buy-btn .mw-option__container .mw-label input.mw-option__control[type="radio"]:checked + .mw-option__value-title:before{opacity:1;}
.product-hero-section .product__info-wrapper .product-buy-btn .mw-option__container .mw-option__value.mw-option__value--selected{background: rgba(180, 180, 180, 0.1);}
.product-hero-section .product__info-wrapper .product-buy-btn .product-form__buttons{max-width: 100%;width: 100%;margin-top:30px;}
.product-hero-section .product__info-wrapper .product-buy-btn .product-form__buttons .product-form__submit {background: #000000;border-radius: 5px;color: #fff;box-shadow: none;;font-size: 18px;font-weight: 600;line-height: 2;height: auto;min-height: unset;max-height: unset;letter-spacing: -0.022em;text-transform: unset;padding: 5px;}
.product-hero-section .product__info-wrapper .product-buy-btn .product-form{margin:0px;}
.product-hero-section .pro_dropdown_list_op .mw-label .mw-stack--spacing-tight{margin-left:0px;}
.product-hero-section .product__info-wrapper .product-buy-btn .pro_dropdown_list_op .mw-option__value[data-value-id]{padding:0px;border:none;border-radius:0px;}
.product-hero-section .product__info-wrapper .product-buy-btn .pro_dropdown_list_op .mw-option__value[data-value-id] .mw-stack{margin-left:0px;}
.product-hero-section .product__info-wrapper .product-buy-btn .pro_dropdown_list_op .mw-option__value[data-value-id] select.mw-option__control{padding:19px 19px;background-image: url(https://cdn.shopify.com/s/files/1/0612/8025/6154/files/down_arrow.svg?v=1674648097);background-repeat: no-repeat;background-size: 16px;background-position: right 15px center; font-weight: 700;font-size: 14px;background-color: rgba(180, 180, 180, 0.1);outline: none;-webkit-outline: none;-moz-outline: none;appearance: none;-webkit-appearance: none;-moz-appearance: none;border: none;box-shadow: none;}
.product-hero-section .product__info-wrapper .product-buy-btn .pro_dropdown_list_op .mw-option__value[data-value-id] select.mw-option__control:focus{outline:none;webkit-outline:none;-moz-outline:none}
.product-hero-section .product__info-wrapper .product-buy-btn .pro_dropdown_list_op .mw-label .mw-stack__item .mw-text{text-transform: unset;color: #999999;letter-spacing: -0.022em;font-weight: 500;font-size: 16px;}
.product-hero-section .product__info-wrapper .product-buy-btn .pro_dropdown_list_op .mw-stack__item{line-height:1;}
.product-hero-section .product__info-wrapper .price--show-badge{display:flex;align-items: center;}
.product-hero-section .product__info-wrapper .price--show-badge .badge{border:none;font-family: Lumberjack,sans-serif;margin: 0px 0px 0px 20px;line-height: 1;letter-spacing: normal;background-color: red;color: #fff;padding: 6px 16px 4px;border-radius: 105px;font-weight: 600;}

.product-hero-section .product-buy-btn .product_qty_btn{margin-bottom:40px;}
.product-hero-section .product-buy-btn .product_qty_btn .form__label{font-weight: 500;font-size: 14px;margin-bottom:16px; text-transform: unset;color:#999999 !important;letter-spacing: -0.022em;display: block;word-break: break-word;}
.product-hero-section .product-buy-btn .product_qty_btn .quantity__input{flex:unset;line-height: 1;height: auto;min-height: unset;opacity: 1;font-family: 'Roboto';font-weight: 500;font-size:17px;padding: 0;max-width: unset;width:100%;min-width: unset;appearance:none;-webkit-appearance:none;-moz-appearance:none;outline:none;-webkit-outline:none;-moz-outline:none;box;background:#fff; box-shadow: none;border: none;}
.product-hero-section .product-buy-btn .product_qty_btn .quantity:after,
.product-hero-section .product-buy-btn .product_qty_btn .quantity:before{display:none;}
.product-hero-section .product-buy-btn .product_qty_btn .quantity{background-color:transparent !important;min-height:unset;max-width: 130px;}
.product-hero-section .product-buy-btn .product_qty_btn .quantity__button{width: 36px;height: 36px;border-radius: 4.22078px;border: 1px solid #000;transition:all 0.2s ease-in-out;}
.product-hero-section .product-buy-btn .product_qty_btn .quantity__button:hover{background-color:#000;color:#fff;}
.product-hero-section .product-buy-btn .product_qty_btn .quantity:focus-visible,
.product-hero-section .product-buy-btn .product_qty_btn .quantity__input:focus-visible,
.product-hero-section .product-buy-btn .product_qty_btn .quantity:focus{outline:none;-webkit-outline:none;-moz-outline:none;box-shadow:none;}

.product-hero-section .variant_guoup{margin-bottom:40px;}
.product-hero-section .variant_guoup .form__label{font-weight: 500;font-size: 16px;color:#999999 !important;letter-spacing: -0.022em;margin-bottom:16px;}
.product-hero-section .variant_guoup .product-radio-option label:after{content: "";width: 20px;height: 20px;display: block;border: 1px solid #000000;border-radius: 100%;position: absolute;left: 26px;top: 16px;}
.product-hero-section .variant_guoup .product-radio-option label:before{width: 10px;height: 10px;display: block;background-color: #000;z-index: 0;box-shadow: none;border-radius: 100%;right: unset;bottom: unset;opacity: 0;transition: all 0.2s ease-in-out;left: 31px;top: 21px;}
.product-hero-section .variant_guoup .product-radio-option label{position:relative;border: 1px solid #F3F3F3;border-radius: 5px;margin:0px;width: 100%;text-align: left;font-weight: 700;font-size: 14px;letter-spacing: 0.06em;text-transform: uppercase;line-height:1.5;padding:16px 16px 16px 60px;}
.product-hero-section .variant_guoup .product-radio-option:not(:last-child){margin-bottom:16px;}
.product-hero-section .variant_guoup .product-radio-option input[type="radio"]{display:none;}
.product-hero-section .variant_guoup .product-radio-option input[type="radio"]:checked + label{background-color: rgba(180, 180, 180, 0.1);color:#000000;}
.product-hero-section .variant_guoup .product-radio-option input[type="radio"]:checked + label:before{opacity:1;}
.product-hero-section .variant_guoup .product-radio-option label:hover,
.product-hero-section .variant_guoup .product-radio-option input[type="radio"]:checked + label:hover{border-color:#ddd;} 

.template--collection #FacetFiltersForm{margin-bottom:10px;}
.template--collection #FacetFiltersForm select{cursor:pointer; padding: 10px 20px 10px 10px;background: transparent !important;outline:none;-webkit-outline:none;-moz-outline:none;appearance:none;-webkit-appearance:none;-moz-appearance:none;    box-shadow: none;}
.template--collection #FacetFiltersForm select:focus,
.template--collection #FacetFiltersForm select:focus-visible{outline:none;-webkit-outline:none;-moz-outline:none;appearance:none;-webkit-appearance:none;-moz-appearance:none;    box-shadow: none;}
.template--collection #FacetFiltersForm .product-count.light{margin-top:11px;}



.banner h2.banner__heading{color: #fff;}

.fotoer-other-logo{display: flex;align-items: center;justify-content: center;flex-direction:column}
.fotoer-other-logo img{max-width: 150px;}
.fotoer-other-logo p{display:block;width:100%;text-align: center;}

    .template--index .isolate .home-our-pro slider-component .product-grid .grid__item .custom_btn{background-color: #000;color: #fff;border-radius: 10px;min-width: unset;max-width: 200px;margin-left: auto;margin-right: auto;font-size: 14px;font-weight: 600;text-transform: uppercase;box-shadow: none;display: flex;width: 100%;align-items:center;justify-content:center;padding:8px;margin-top:45px;}
.template--index .isolate .home-our-pro slider-component .product-grid .grid__item .custom_btn span{min-height:29px;display:flex;align-items:center;}

.faqs-section .ultimate-faqs .ultimate-wrapper .ultimate-inner .ultimate-faqs-list-container .ultimate-faqs-item .ultimate-faqs-item-answer p a{color:#fbff2a;}
.footer .footer__content-top .footer__blocks-wrapper .footer-block .footer-block__details-content .img_added{display:flex;align-items:center;justify-content:center;}
/* .footer .footer__content-top .footer__blocks-wrapper .footer-block .footer-block__details-content .img_added img{max-width:150px;width:100%;border:none;} */
.footer .footer__content-top .footer__blocks-wrapper .footer-block .footer__list-social{margin-left:0px;}
.footer .footer__content-top .footer__blocks-wrapper .footer-block .footer__list-social .list-social__item .link svg path{fill:#000000;}

#shopify-section-new-header .menu-items li.menu.menu-contact ul{position: absolute;width: 114%;top: 8px;padding: 0px;min-width: 200px;text-align: center;left: -50px;}
#shopify-section-new-header .menu-items li.menu.menu-contact ul li a{background: #FCFF49;color: black;font-weight: bold !important;font-size: 15px !important;box-shadow: rgb(17 17 26 / 10%) 0px 8px 24px, rgb(17 17 26 / 10%) 0px 16px 56px, rgb(17 17 26 / 10%) 0px 24px 80px;display: inline-flex;justify-content: center;align-items: center;border: 0;padding: 0 2rem;cursor: pointer;font: inherit;text-decoration: none;appearance: none;border-radius: 40px;width: auto;min-height: 35px;letter-spacing: 1px;}

.HeaderWriteReviewButton__Component-sc-aghmpr-0.fRsmB.Header__StyledHeaderWriteReviewButton-sc-gozq6j-4.ftnEzl {
    display: none;
}



body .drawer__inner-empty{min-width: 400px;}

cart-drawer.drawer .drawer__inner{padding:0px;width: 100%;max-width: 400px;overflow-x: hidden;overflow-y: auto;}
cart-drawer.drawer .drawer__inner .drawer__header{padding: 20px 18px;border-bottom: 1px solid #cccccc;}
cart-drawer.drawer .drawer__inner .drawer__header .drawer__heading{text-transform: uppercase;letter-spacing: .12em;font-weight: 700;margin: 0;font-size: 16px;line-height: 1;}
cart-drawer.drawer .drawer__inner .drawer__header .drawer__close{position: unset;right: 0;min-width: unset;min-height: unset;top: unset;width: 22px;height: 22px;display: flex;align-items: center;justify-content: center;}
cart-drawer.drawer .drawer__inner .drawer__header .drawer__close svg{width: 20px;height: 20px;}
cart-drawer.drawer .cart-item{display: flex;flex-wrap: wrap;justify-content: flex-start;align-items: flex-start;padding: 20px;border-bottom: 1px solid #cccccc;gap: unset;grid-template: unset;}
cart-drawer.drawer .cart-item .cart-item__media{padding: 0;grid-row: unset;width: 75px;}
cart-drawer.drawer .cart-item .cart-item__media .cart-item-media-wrap{position: relative;overflow: hidden;}
cart-drawer.drawer .cart-item .cart-item__media .cart-item-media-wrap:after{content: "";width: 100%;display: block;padding-bottom: 100%;}
cart-drawer.drawer .cart-item .cart-item__media .cart-item-media-wrap img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;}
cart-drawer.drawer .cart-item .cart-item__details{padding: 0;grid-row: unset;width:calc(100% - 75px);padding-left:14px;position: relative;padding-right: 17px;}
cart-drawer.drawer .cart-item .cart-item__details cart-remove-button{margin: 0;padding: 0;width: 17px;max-width: unset;height: 17px;position: absolute;right: 0;display: flex;align-items: center;}
cart-drawer.drawer .cart-item .cart-item__details cart-remove-button button{    min-width: unset;min-height: unset;width: 100%;}
cart-drawer.drawer .cart-item .cart-item__details a.cart-item__name{text-align: left;font-weight: 700;font-size: 14px;margin:0px;}
cart-drawer.drawer .cart-item .cart-item__details .variant-name{font-size: 13px;word-break: break-word;letter-spacing: normal;line-height: 1;}
cart-drawer.drawer .cart-item .cart-item__details .product-option{line-height:1;}
cart-drawer.drawer .cart-item__quantity quantity-input:after,
cart-drawer.drawer .cart-item__quantity quantity-input:before{display:none;}
cart-drawer.drawer .cart-item__quantity quantity-input{position: relative;min-height: inherit;max-width: 95px;min-width: unset;display: flex;background: transparent !important;}
cart-drawer.drawer .cart-item__quantity quantity-input input[type="number"]{max-width:95px;background: #fff;border: 1px solid #cccccc;width: auto;min-width: unset;font-family: Roboto, sans-serif;line-height:1.5;min-height: unset;height: auto;flex: unset;opacity: 1;padding: 3px 24px;font-size:13px;}
cart-drawer.drawer .cart-item__quantity quantity-input .quantity__button{top: 0;width: 100%;background-color: transparent !important;position: absolute;height: 100%;max-width:24px;z-index:3;}
cart-drawer.drawer .cart-item__quantity quantity-input .quantity__button[name="minus"]{left: 0;}
cart-drawer.drawer .cart-item__quantity quantity-input .quantity__button[name="plus"]{right: 0;}
cart-drawer.drawer .cart-item__quantity .cart-item__quantity-wrapper{display: block;}
cart-drawer.drawer .cart-item .cart-card-bottom{padding-top:5px;width: 100%;padding-left:0px;flex-direction: row-reverse;align-items: center;justify-content: space-between;}
cart-drawer.drawer .cart-item .cart-card-bottom .cart-item__quantity{margin: 0;padding: 0;    grid-column: unset;}
cart-drawer.drawer .cart-item .cart-item__details a.cart-item__name:hover{text-decoration: none;}

cart-drawer.drawer .drawer__footer{padding: 20px;border-top: 1px solid #cccccc;}
cart-drawer.drawer .drawer__footer .totals .totals__subtotal,
cart-drawer.drawer .drawer__footer .totals .totals__subtotal-value{font-size:16px;color:#000;font-weight: 700;}
cart-drawer.drawer .drawer__footer #CartDrawer-Checkout,
cart-drawer.drawer .drawer__footer a.new_btn{background-color: #222222;color: #ffffff;border-radius: 0;font-size: 16px;text-transform: uppercase;font-weight: 700;height: auto;letter-spacing: normal;line-height: 1;min-height: inherit;padding: 16px 15px 15px;width:100%;max-width:unset;}
body .cart-drawer .cart-item__totals{pointer-events: unset;}

cart-drawer.drawer .cart-item__quantity quantity-input input[type="number"]:focus,
cart-drawer.drawer .cart-item__quantity quantity-input input[type="number"]:focus-visible{box-shadow: none;outline: none;}

cart-drawer.drawer svg.icon.icon-close { width: 22px; }


/* ==== Product Up-sell pop-up css ====  */

body.popup-active{overflow:hidden;}

body .popup-overlay:empty,
body .popup-overlay{position: fixed;top:0px;left:0px;background:rgba(0,0,0,0.5);z-index: 9;width:100%;height:100%;display:block;transition: all 0.2s ease-in-out;cursor:pointer;}
body .popup-overlay:not(.active){opacity:0;visibility:hidden;pointer-events:none;transition: all 0.2s ease-in-out;}

.upsell-popup-update .popup-header{padding:40px 15px 20px;}
.upsell-popup-update .popup-header h3.upsell_title{margin: 0; text-align: center; text-transform: uppercase; font-size: 24px;line-height: 1.5;}
.upsell-popup-update .close_btn{display: flex;align-items: center;justify-content: center;width: 24px;height: 24px;padding: 6px;border: 1px solid #000;border-radius: 50%;position: absolute;top: 11px;right: 7px;background-color: #000;}
.upsell-popup-update .close_btn svg path{fill:#fff;}
.upsell-popup-update .popup-wrap{max-height: 100%;overflow: hidden;height: 100%;}
.upsell-popup-update .bundle-container{height: 100%;max-height:calc(100% - 173px);overflow: auto;}
.upsell-popup-update .popup-footer{display: flex;align-items: center;padding:16px;justify-content:space-between;}
.upsell-popup-update .popup-footer .btn:after,
.upsell-popup-update .popup-footer .btn:before{display:none;}
.upsell-popup-update .popup-footer .btn.bundle_addToCart{background-color: #000;color: #fff;border-radius: 10px;min-width: unset;font-size: 14px;font-weight: 600;text-transform: uppercase;box-shadow: none;width: 100%;max-width: calc(50% - 8px);margin: 0;}
.upsell-popup-update .popup-footer .btn.upsell_btn_skip{border: 1px solid #000;color: #000;border-radius: 10px;min-width: unset;font-size: 14px;font-weight: 600;text-transform: uppercase;width: 100%;max-width: calc(50% - 8px);margin: 0;background: transparent;box-shadow: none;}


.upsell-popup-update .bundle-container::-webkit-scrollbar-track{background-color: #F5F5F5;}
.upsell-popup-update .bundle-container::-webkit-scrollbar{width:5px;background-color: #F5F5F5;}
.upsell-popup-update .bundle-container::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,0.5);}


.upsell-popup-update .bundle-container .bundle-line-items--container{padding:15px 24px;}
.upsell-popup-update .bundle-line input[type="checkbox"]{display:none;}
.upsell-popup-update .bundle-line .bundle-label{position: relative;display: flex;padding-left: 60px;cursor:pointer}
.upsell-popup-update .bundle-line .bundle-label:after{content: "";width: 26px;position: absolute;left: 10px;display: block;border-radius: 100%;height: 26px;border: 1px solid #000;top: 50%;transform: translateY(-50%);}
.upsell-popup-update .bundle-line .bundle-label:before{content: "";width: 16px;position: absolute;left:15px;display: block;border-radius: 100%;height: 16px;background:#000;top: 50%;transform: translateY(-50%) scale(0);transition: all 0.2s ease-in-out;}
.upsell-popup-update .bundle-line .bundle-image{position:relative;overflow:hidden;width: 100%;max-width: 100px;display: block}
.upsell-popup-update .bundle-line .bundle-image:after{content:"";width:100%;display:block;padding-bottom:100%;}
.upsell-popup-update .bundle-line .bundle-image img{position:absolute;top:0px;left:0px;width:100%;height:100%;object-fit:contain;}
.upsell-popup-update .bundle-line .bundle-line--info{width:100%;max-width:calc(100% - 100px);padding-left:20px;}
.upsell-popup-update .bundle-line .bundle-line--info h4.product-title{margin: 0;font-family: Lumberjack,sans-serif;font-size: 20px;line-height: 1.2;text-transform: uppercase;}
.upsell-popup-update .bundle-line .bundle-line--info .bundle-line--price{color: #000;letter-spacing: normal;font-size: 16px;}

.upsell-popup-update .bundle-line:not(:last-child){padding-bottom: 30px;border-bottom: 1px solid #e1e1e1;margin-bottom: 30px;}
.upsell-popup-update .bundle-line input[type="checkbox"]:checked + .bundle-label:before{transform: translateY(-50%) scale(1);}

.upsell-popup-update{position: fixed;top: 0;left: 0;right: 0;bottom: 0;margin: auto;max-width: 560px;max-height:calc(100% - 150px);z-index:10;background-color:#fff;box-shadow:3px 3px 24px rgb(0, 0, 0, 0.18);border-radius: 1em;border-top: 5px solid #f40010;}
.upsell-popup-update:not(.active){opacity:0;visibility:hidden;pointer-events:none;transition: all 0.2s ease-in-out;}
.up-sell-pop_up p.product-des {margin: 0px;}

a.custom_btn.product-form__submit.button.button--full-width.button--primary,a.btn.upsell_btn_atc.product-form__submit.button.button--full-width.button--primary{background: black;color: white;border-radius: 5px;text-transform: inherit;font-size: 18px;font-weight: 600;line-height: 2;letter-spacing: -0.022em;}
button.product-form__submit.button.button--full-width.button--primary.hide{display:none;}


.cart_option_wrap .cart_option{border:1px solid #cccccc;box-shadow:none;background: transparent;width: 100%;max-width: 100%;appearance: none;-webkit-appearance: none;-moz-appearance: none;outline: none;-webkit-outline: none;-moz-outline: none;    font-family: Roboto, sans-serif;color:rgba(18, 18, 18, 0.75);font-size: 16px;padding: 20px;border-bottom: none;cursor: pointer;background-repeat: no-repeat;background-image: url(https://cdn.shopify.com/s/files/1/0612/8025/6154/files/down-arrow.svg?v=1677753846);background-position: right 35px center;background-size: 11px;padding-right: 24px;border-left: none;border-right: none;}

.product_popup{position: fixed;top: 0;left: 0;right: 0;bottom: 0;margin: auto;max-width: 560px;max-height:fit-content;z-index: 10;background-color: #fff;box-shadow: 3px 3px 24px rgb(0 0 0 / 18%);border-radius: 1em;border-top: 5px solid #f40010;}
.product_popup:not(.active){opacity: 0;visibility: hidden;pointer-events: none;}
.product_popup .close_popup {display: flex;align-items: center;justify-content: center;width: 24px;height: 24px;padding: 6px;border: 1px solid #000;border-radius: 50%;position: absolute;top: 11px;right: 7px;background-color: #000;}
.product_popup .popup-content{text-align: center;padding: 25px 15px;}
.product_popup .popup-content h3{margin:0px;}
.product_popup .popup-content .popup-btn{display: flex;justify-content: center;padding-top: 20px;}
.product_popup .popup-content .popup-btn a{background-color: #222;color: #fff;padding: 13px 76px;font-size: 14px;display: block;line-height: 1;border-radius: 7px;}



.cart-drawer .cart_option_wrap .cart_option.select{border:1px solid red;}

.default-video-section{padding:25px 15px 50px;}
.default-video-section .video-wrap{position:relative;overflow:hidden;display:black;max-width:800px;margin:0px auto;width:100%;}
.default-video-section .video-wrap:after{content:"";width:100%;max-width:100%;display:block;padding-bottom:57%;}
.default-video-section .video-wrap video{position:absolute;top:0px;left:0px;width:100%;height:100%;object-fit: contain;}



.left_menu.menu-items{position:relative;}
.header-topleft-btn{z-index:99;position: absolute;width: auto;top: 8px;padding: 0px;text-align: center;left: 0;width:100%;max-width:156px;margin-left:12%;}
.header-topleft-btn .dropdown-btn {text-transform: uppercase;text-align: left;width: 100%;background-image: url(https://cdn.shopify.com/s/files/1/0612/8025/6154/files/down_arrow.svg?v=1676488850);background-repeat: no-repeat;background-position: right 18px center;background-size: 13px;font-weight: 600;line-height:2.334;letter-spacing: 1px;background-color: #FCFF49;color: #000;font-size: 15px;box-shadow: rgb(17 17 26 / 10%) 0px 8px 24px, rgb(17 17 26 / 10%) 0px 16px 56px, rgb(17 17 26 / 10%) 0px 24px 80px;border:none;padding: 0 2rem;cursor: pointer;appearance: none;border-radius: 40px;-webkit-appearance: none;-moz-appearance: none;outline: none;-webkit-outline: none;-moz-outline: none;}
.header-topleft-btn .button-menu-list{min-width:300px;text-align: left;padding:20px 15px 12px;background-color: #000;z-index: 999;position: absolute;width: 100%;left: 0;opacity: 0;visibility: hidden;transition: all 0.2s ease-in-out;}
.header-topleft-btn .button-menu-list li:not(:last-child){padding-bottom: 2px;}
.header-topleft-btn .button-menu-list li a{font-size: 16px;font-weight: 500;}
.header-topleft-btn .button-menu-list li.innor-sub-menu{padding-left: 10px;padding-bottom:8px;}
.header-topleft-btn .button-menu-list li.innor-sub-menu a{font-size: 14px;line-height: 1;}

.header-topleft-btn:hover .button-menu-list{opacity: 1;visibility: visible;}

.header-topleft-btn .button-menu-list li a:hover{color:#F6FA0D;}
ul.cs-text.text-list {display: grid;grid-template-columns: 1fr 1fr 1fr;margin-bottom: 10px;padding: 0px;}

#CartDrawer .hulkapps_discount_code{ max-width: 64% !important;}

#CartDrawer .discount_code_box[style="display: block;"]+ .totals{border-top: 1px solid rgba(18, 18, 18, .2);padding-top: 15px;}


@media only screen and (min-width:425px) and (max-width:768px){
 .col-6.second-col-image ul.cs-text.text-list{ grid-template-columns: 1fr; height: 100%; max-height: 200px; overflow-x: scroll; }
}



@media only screen and (min-width:768px) and (max-width:1440px){
  body.template--index .media.video-background>*:not(.zoom):not(.deferred-media__poster-button){height:100%; object-fit: cover;}
}


@media only screen and (min-width:768px){
  .mobile-only{display:none}
  
}

@media only screen and (max-width:1380px){
  .header-topleft-btn{margin-left:0px;}
}
@media only screen and (max-width:1080px){
  .new-faq-page.ultimate-faqs .ultimate-wrapper{padding:40px 40px 60px 40px}
  .new-faq-page.ultimate-faqs{padding:60px !important}
}
@media only screen and (max-width:991px){
  .delivery-page .delivery-box-list .col{max-width:100%;}
  .delivery-page .delivery-box-list .col:not(:last-child){margin-bottom:20px;}
  .new-faq-page.ultimate-faqs{padding:40px !important}
  .new-faq-page.ultimate-faqs .ultimate-faqs-title{font-size:34px;}
  .new-faq-page.ultimate-faqs.ultimate-faqs-accordion .ultimate-faqs-item{margin-bottom:25px;}
  .new-faq-page.ultimate-faqs .ultimate-faqs-title{margin-bottom:35px;}
}
@media only screen and (max-width:768px){
    .product-hero-section .product__info-wrapper.grid__item{width:100%;max-width:100%;padding:25px 0px 0px;}
  #overlay-nav-menu-custom .main-navig .main_link ul{display:none;}
  #overlay-nav-menu-custom .main-navig .main_link.active ul{display:inline-block;}
  #overlay-nav-menu-custom ul.main-navig{max-height:400px;min-height:340px;overflow-y:scroll;min-width:320px;}
  .template--product .ti-reviews-container-wrapper{padding-left: 0px; padding-right: 0px;}
}
@media only screen and (max-width:767px){
  .delivery-page{padding:40px 0px;}
  .delivery-page .section-header{padding: 36px 20px 50px 20px;}
  .delivery-page .section-header h2{padding-bottom:20px;}
  .delivery-page .delivery-box-list .col-header h4{font-size:26px;}
  .delivery-page .section-header ul.list-dec li,
  .delivery-page .delivery-box-list .col-content .content p{font-size:18px;}
  .delivery-page .section-header h2{font-size:26px;}
  .delivery-page .section-header ul.list-dec li{padding-left:40px;}
  .new-faq-page.ultimate-faqs{padding:0px !important}
  .new-faq-page.ultimate-faqs .ultimate-faqs-title{font-size:24px;line-height:1.2;}
  .new-faq-page.ultimate-faqs .ultimate-wrapper{padding: 20px 20px 40px 20px;}
  .new-faq-page.ultimate-faqs.ultimate-faqs-accordion .ultimate-faqs-item .ultimate-faqs-item-answer p{font-size:16px;line-height: 1.4;}
  .new-faq-page.ultimate-faqs.ultimate-faqs-accordion .ultimate-faqs-item .ultimate-faqs-item-question{font-size:16px;padding: 15px 30px 15px 40px;line-height: 1.5;}
  .new-faq-page.ultimate-faqs.ultimate-faqs-accordion .ultimate-faqs-item .ultimate-faqs-item-question:before{left:7px;top:12px;}
  .new-faq-page.ultimate-faqs.ultimate-faqs-accordion .ultimate-faqs-item .ultimate-faqs-item-status{right:7px;}
  .new-faq-page.ultimate-faqs.ultimate-faqs-accordion .ultimate-faqs-item .ultimate-faqs-item-answer{padding-left:7px;padding-right:7px;}
  .new-faq-page.ultimate-faqs.ultimate-faqs-accordion .ultimate-faqs-item{margin-bottom:20px;}
  .product-hero-section .product__media-wrapper .thumb-gallery .image-block{padding:0px 5px;}
  .product-hero-section .product__media-wrapper .thumb-images-slider:not(.slider-not-active) .slick-list{margin:0px -5px;}
  .product-hero-section .product__media-wrapper .thumb-gallery{padding-top:10px;}
  .product-hero-section .product__media-wrapper .image-wrap img{object-fit: cover;}
  .product-hero-section .product__info-wrapper.grid__item{padding-top:20px;}
  .product-hero-section .breadcrumb *{font-size:14px; }
  .product-hero-section{padding-top:20px;}
  .product-hero-section .product__info-wrapper .price__container .price__regular{font-size:30px;}
  .product-hero-section .product__info-wrapper .product-buy-btn{padding:15px;}
  .product-hero-section .product__info-wrapper .product-buy-btn .product-form__buttons{margin-top:20px;}
  .desktop-only{display:none}
  .product-hero-section .product__info-wrapper .product-buy-btn .mw-option__container .mw-option__value{padding:14px 15px 13px;}
  .product-hero-section .product__info-wrapper .product-buy-btn .mw-option__container .mw-label .mw-option__value-title{padding-left:32px;font-size:14px;}
  .product-hero-section .product__info-wrapper .product-buy-btn .mw-option__container .mw-label .mw-option__value-title:after{width:16px;height:16px;}
  .product-hero-section .product__info-wrapper .product-buy-btn .mw-option__container .mw-label .mw-option__value-title:before{width:8px;height:8px;top: 5px;left: 4px;}
  .product-info-tab-section .product-info-tabs-main .desc-tab .row-content p{font-size:14px;}
  .product-hero-section .product-buy-btn .product_qty_btn{margin-bottom:20px;}
  .product-hero-section .variant_guoup{margin-bottom:20px;}
  .product-hero-section .variant_guoup .product-radio-option label{letter-spacing: normal;font-size:12px;padding:12px 12px 12px 40px;}
  .product-hero-section .variant_guoup .product-radio-option label:after{width:16px;height:16px;left: 16px;top: 17px;}
  .product-hero-section .variant_guoup .product-radio-option label:before{width:8px;height:8px;left:20px;}
}
@media only screen and (min-width:750px){
  .footer-block__details-content .list-menu__item--link{text-align: left;word-break: break-all;}
}
.template--index .section .gradient .section-template--18771425263889__16642566934026020b-padding{z-index: 9;}