/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

* {
  -webkit-tap-highlight-color: transparent;
}

a{
	color:black;
}

a:hover, a:focus, a:active {
    color: unset;
}

.one-container .site-content{
	padding:0;
}

.swiper{
	z-index: 0;
}

.disableScroll{
	overflow: hidden;
	padding-right: 15px;
}

.show-on-mobile{
	display: none !important;
}

.hide-on-mobile{
	display: block !important;
}

/******************************************	 Header	 ************************************************/

.top-bar{
	height: 24px;
	background-color: #980E09;
}

.inside-top-bar{
	padding: 0;
}

.inside-top-bar p{
	margin: 0;
	font-size: 12px;
	line-height: 0.7;
}

.top-bar .widget{
	margin: auto;
}

/* Hamburger icon */

#hamburger-menu-icon {
  width: 25px;
  height: 20px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  cursor: pointer;
}

#hamburger-menu-icon span {
  display: block;
  position: absolute;
  border-bottom: 1px solid black;
  width: 100%;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .15s ease-in-out;
  -moz-transition: .15s ease-in-out;
  -o-transition: .15s ease-in-out;
  transition: .15s ease-in-out;
}

#hamburger-menu-icon span:nth-child(1) {
  top: 0px;
}

#hamburger-menu-icon span:nth-child(2), #hamburger-menu-icon span:nth-child(3) {
  top: 9px;
}

#hamburger-menu-icon span:nth-child(4) {
  top: 18px;
}

#hamburger-menu-icon.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#hamburger-menu-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#hamburger-menu-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#hamburger-menu-icon.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.inside-header{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 64px;
	border-bottom: 1px solid lightgrey;
	position: relative;
	z-index: 10;
	padding: 0 64px;
}

.inside-header:before,
.inside-header:after{
	display: none;
}


.header-nav{
	position: absolute;
    width: 100%;
	background: white;
	left: 0;
    top: 64px;
    transition: .1s ease-in-out;
    transform-origin: top;
	opacity: 0;
	visibility:hidden;
	padding-left: 64px;
}

.inside-header.open .header-nav{
	opacity: 1;
	visibility: visible;
}

.header-nav li{
	list-style-type: none
}

.header-nav > .menu{
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
	padding-left: 40px;
	margin:0;
}

.fibo-search-menu-item{
	flex-basis: 100%;
}

.header-nav .menu-image{
	--height: 26vw;
	--clipped-height: clamp(360px, var(--height), 26vw);
	background: url('images/menu-image.jpg');
	height: var(--clipped-height);
    width: calc(var(--clipped-height) / 1.25);
    background-size: cover;
}

.header-nav .menu-image a{
	display:none;
}

.site-logo{
	position: absolute;
    left: 50%;
    transform: translateX(-50%);
	line-height: 0;
}

.menu-item-has-children{
	margin-top: 40px;
}

.menu-item-has-children .sub-menu{
	margin:0;
	margin-top: 40px;
}

.menu-item-has-children .sub-menu li{
	margin-bottom: 8px;
}

.menu-item-has-children > a:first-child{
	display: none;
	margin-left: 5px;
	color:#919191;
}

.wc-block-components-product-sale-badge{
	z-index: 0;
    border: none;
    border-radius: 0;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 1px;
}

#cart-icon{
	cursor: pointer;
	position: relative;
}
#moderncart-floating-cart{
	display:none !important;
}

#wishlist-icon img{
	width: 20px;
}

#wishlist-icon img{
    margin-right: 10px;
}

#header-icons{
	display: flex;
    gap: 20px;
}

#account-icon img{
	width: 17px;
}

.moderncart-cart-item-image{
	display: flex !important;
}

.woosw-menu-item{
	list-style: none;
}

.woosw-menu-item a{
	position: relative;
}

.woosw-menu-item-inner{
	display: block;
    width: 0;
    height: 0;
    text-indent: -9999px;
}

.woosw-menu-item a:before{
	display: block;
    content: '';
    background: url(icons/wishlist.svg);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
}

.woosw-menu-item .woosw-menu-item-inner:after{
	background-color: black;
	top: -10px;
    right: -30px;
	text-indent: 0;
}

.woosw-menu-item .woosw-menu-item-inner[data-count="0"]:after{
	visibility: hidden;
}

.dgwt-wcas-sf-wrapp{
	border-radius: 0;
}

.dgwt-wcas-search-wrapp{
    position: absolute;
    left: 0;
    bottom: -64px;
	max-width: unset !important;
	border-top: 1px solid black;
    transform: scaleY(0);
    transform-origin: top;
	visibility: hidden;
	transition: transform 0.2s ease-in-out, visibility 0s linear 0.2s;
}

.dgwt-wcas-search-wrapp.search-open{
	transform: scaleY(1);
	visibility: visible;
	transition: transform 0.2s ease-in-out, visibility 0s;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp{
	height: 64px;
	border-radius: 0;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{
	font-size: inherit !important;
	border: none;
    border-radius: 0;
	line-height: 0;
}

.dgwt-wcas-open .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{
	border-radius: 0;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input,
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:hover{
	background-color: inherit;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit{
	top: 14px;
}

.dgwt-wcas-suggestions-wrapp{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	width: 100% !important;
    height: 20vw !important;
	padding: 0 64px;
}

.dgwt-wcas-suggestions-wrapp a{
	display: flex;
    flex-direction: column;
    background: none;
	padding: 0 !important;
	width: auto;
}

.dgwt-wcas-si img{
    border-radius: 0;
    border: none;
    max-height: unset;
	padding: 0;
}

.dgwt-wcas-si{
	width: 12vw;
}

.dgwt-wcas-st{
	color: black;
    font-size: 13px;
	font-weight: 300;
}

.dgwt-wcas-suggestion strong{
	font-weight: 300;
}

.dgwt-wcas-content-wrapp{
	padding: 0;
}

#search-icon{
	cursor: pointer;
}

.dgwt-wcas-style-pirx.dgwt-wcas-search-filled .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit{
	display: none;
}

/******************************************	 Footer	 ************************************************/

.footer-widgets{
	padding: 0;
}

.footer-widgets-container{
	padding: 64px;
}

.site-footer{
	border-top: 1px solid lightgrey;
}

.inside-footer-widgets{
	flex-direction: column;
}

.footer-widget-1,
.footer-widget-2,
.footer-widget-3{
	width: 100%;
}

.footer-widgets .widget{
	font-size: 13px;
}

#footer-top{
	display: flex;
    justify-content: space-between;
}

#footer-middle{
	display: flex;
    justify-content: space-between;
	padding: 64px 0 0 40px;
}

#footer-middle > div{
	display: flex;
    flex-direction: column;
}

#footer-middle p{
	margin-bottom: 24px;
	font-size: 16px;
}

#footer-middle a:not(:last-child){
	margin-bottom: 16px;
}

.footer-col-4{
	align-items: end;
}

.footer-col-4 img{
	width: 130px;
}

.footer-social{
	margin-left: 23px;
}

.footer-col-4{
	width: 185px;
	justify-content: end;
}

.copyright-bar{
	font-size: 0;
}

.copyright-bar .copyright{
	font-size: 13px;
}

/******************************************	 Home page	 ************************************************/

.home-hero{
	min-height: calc(100vh - 72px);
}

.home-hero img{
	object-position: top;
}

#home-hero-container.white .home-hero-text > p{
	color: white;
}

#home-hero-container.white .home-hero-text a{
    border-color: white;
    color: white;
}

.home-hero-text{
	margin-top: 10vw;
}

.home-shipping-bar{
	background: #093575;
	height: 29px;
	margin:0;
	overflow: hidden;
}

.home-shipping-bar .wp-block-group__inner-container{
	padding: 0;
}

.home-shipping-bar > div{
	display: flex;
    align-items: center;
	height: 100%;
	animation: scrollText 15s linear infinite;
}

.home-shipping-bar h5{
	flex: 1 0 16.66%;
	margin: 0;
	color: white;
	font-size: 13px;
}

@keyframes scrollText {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%); /* Shifts by exactly one complete duplicate length */
  }
}

.home-features-bar{
	height: 34px;
	margin: 74px 0;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	text-align: center;
}

.home-features-bar > div{
	display: flex;
    align-items: center;
    justify-content: center;
	font-size: 13px;
}

.home-features-bar p{
	margin: 0;
}

.home-categories{
	padding: 0 64px;
	gap: 10px;
}

.home-categories .wp-block-media-text{
	position: relative;
	grid-template-columns: 100%;
}

.home-categories .wp-block-media-text > .wp-block-media-text__content{
	padding: 0;
	grid-column: auto;
	position: absolute;
    bottom: 16px;
    left: 24px;
    color: white;
    font-size: 23px;
    font-weight: 300;
	pointer-events: none;
}

.home-categories .wp-block-media-text__content p{
	margin:0;
}

.home-categories .wp-block-media-text__content a{
	color: white;
}

.home-categories .wp-block-column:nth-child(3){
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.home-categories .wp-block-column:nth-child(3) > div{
	overflow: hidden;
    height: calc(50% - 5px);
}

.home-bestsellers-heading{
	margin-top: 74px;
	margin-bottom: 40px;
	font-size: 1.5vw !important;
}

.home-bestsellers{
	margin: 0;
}

.home-bestsellers-col-1{
	display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 5vw;
}

.home-bestsellers-col-2{
	position: relative;
	padding-right: 64px;
}

.home-bestsellers-col-1 p:first-child{
	font-size: 2.5vw;
	margin:0;
}
.home-bestsellers-col-1 p:last-child{
	font-size: 1.5vw;
	margin:0;
}

.home-categories-heading{
	margin-top: 74px;
	margin-bottom: 40px;
	font-size: 1.5vw !important;
}

.explore-button a{
	padding: 2px 32px !important;
    letter-spacing: 1px;
	border-width: 1px;
}

.home-combo{
	margin-top: 6vw;
}

.home-combo-col-1{
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	padding-left: 96px;
}

.home-combo-col-1 p{
	font-size: 1.5vw !important;
}

.home-combo-col-1 ul{
	margin: 0;
}

.home-combo-col-2{
	text-align: right;
	padding-right: 64px;
}

.home-about-us{
	
	font-size: 1.1vw !important;
	position: relative;
    max-width: 50%;
    display: block !important;
    margin: 0 auto;
    text-align: justify;
    line-height: 1.5;
	margin-top: 140px;
}

.home-about-us figure{
	position: absolute;
    max-width: 12vw;
    transform: translate(-40%, -15%);
}

.home-about-us p:last-child{
	text-align: center;
    text-decoration: underline;
}

.home-separator{
	max-width: 70%;
	margin: 74px auto;
	border-top: 1px solid black;
}

.cpb-card{
	max-width: 33%;
}

.cpb-card__title{
	font-size: 13px;
}

.swiper-grid-button-next{
	position: absolute;
    top: 50%;
    right: 20px;
    width: 20px;
    height: 43px;
    background: url(icons/arrow-thin-right.svg);
    background-size: cover;
    transform: translateY(-50%);
	cursor: pointer
}

/******************************************	 Shop page	 ************************************************/

.archive .woocommerce-archive-wrapper{
	padding-top: 24px;
}

.woocommerce-products-header,
.woocommerce-result-count{
	display:none !important;
}

.product-filter-bar.open{
	display: block;
}

.product-filter-bar{
	position: fixed;
    left: 0;
    top: 0;
    background: white;
    z-index: 200;
    width: 30vw;
    height: 100vw;
	display:none;
}

.product-filter-header{
	display: flex;
    height: 10vh;
    align-items: center;
    justify-content: space-between;
	background: white;
	padding: 40px;
}

.product-filter-body{
	background: white;
	padding: 40px;
	height: 90vh;
}

.product-filter-overlay{
	position: fixed;
    left: 0;
    top: 0;
    background: white;
	opacity: 0.4;
    width: 100vw;
    height: 100vw;
    z-index: -1;
}

.product-filter-button{
	float: left;
    margin-left: 64px;
	cursor: pointer;
}

.product-filter-bar h3{
	font-size: 18px;
}

.berocket_single_filter_widget .bapf-clean-rounded li label{
    border: 1px solid black !important;
    font-weight: 400 !important;
    color: #000000 !important;
	border-radius: 0 !important;
}

.berocket_single_filter_widget .bapf-clean-rounded li input:checked+label{
	border-color: grey;
    color: grey;
}

.berocket_single_filter_widget .bapf-clean-rounded li input:checked+label:before{
	border-color: grey;
}

.bapf_slidr_main.ui-widget-content{
	height: 2px !important;
}

.berocket_single_filter_widget .bapf-clean-rounded li label:hover{
	border-color: inherit;
    color: inherit;
}

.woocommerce-ordering select{
	border: 0;
    background: none;
    padding: 0;
    margin-top: -1px;
	text-align: right;
}

.woocommerce-ordering{
	display: inline-block;
	float:left;
	margin-bottom: 12px;
}

.archive .bapf_sfa_taxonomy ul{
    margin-left: 40px !important;
}

.archive .bapf_sfa_taxonomy a{
	color: black !important;
    font-weight: 400 !important;
    border: 1px solid black !important;
    border-radius: 0 !important;
    transform: translateY(-4px);
}

.archive .bapf_sfa_unall{
	transform: translateY(-4px);
	
}

.archive .bapf_sfa_unall a{
	color: black !important;
	font-weight: 400 !important;
	font-size: 13px;
}

.archive .product{
	text-align: unset !important;
}

.woocommerce-breadcrumb{
	display:none;
}

.product h2,
.product .price,
.product .wc-block-components-product-price,
.product .cpb-card__price{
	display: block;
	font-size: 13px !important;
    text-align: left !important;
	margin-bottom: 0px !important; 
}

.archive .products {
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	width: 100%;
	gap: 10px;
	margin: 0;
    padding: 0 64px;
	list-style: none;
}

.archive .product{
  text-align: center;
  box-sizing: border-box;

}

.archive .product:nth-child(n+5){
	  margin-top: 50px;
}

.archive .product img{
	width: 100%;
}

.archive .product > a{
	position: relative;
}

.product .onsale{
	position:absolute;
	right: 10px;
	top: 10px;
	z-index: 2;
	background: white;
    text-align: center;
	padding: 1px 10px;
    font-size: 11px;
    letter-spacing: 0.5px;
}

.swiper-pagination-bullet{
	width: 36px;
    border-radius: 0;
	height: 0;
    border-bottom: 1px solid white;
}

.swiper-pagination-bullet-active{
	background:black;
}

.swiper-button-prev,
.swiper-button-next{
	color: black;
	opacity: 0;
}

.swiper-button-prev svg,
.swiper-button-next svg{
	width: 30%;
}

.product-swiper:hover .swiper-button-prev,
.product-swiper:hover .swiper-button-next{
	opacity: 1;
}

.bapf-sfa-grey-rounded .berocket_aapf_widget_selected_area li a:before{
	color: black !important;
	right: 25px !important;
    top: -3px !important;
}

.product-filter-close{
	padding: 10px;
    transform: scaleX(1.3);
    font-weight: 300;
	cursor: pointer;
}

.bapf_sfilter{
	margin-bottom: 50px;
}

.custom-wc-archive-bestsellers .fa-spinner,
.custom-wc-archive-soon .fa-spinner,
.custom-wc-archive-sale .fa-spinner,
.custom-wc-archive-new-arrivals .fa-spinner{
	display: none !important;
}

/******************************************	 Single product page	 ************************************************/

.single-product #p24_installments,
.single-product .summary .stock{
	display: none;
}

.single-product .featured-image{
	display:none;
}

.single-product .entry-content{
	padding: 0 64px;
}

.single-product .product{
	display: flex;
    flex-wrap: wrap;
}

.single-product .swiper-slide img{
		width: 100%;
}

.single-product .swiper-slide video{
	width: 100%;
}

.single-product .woocommerce-tabs{
	flex: 0 0 100%;
}

.single-product .related.products{
	flex: 0 0 75%;
	margin: 64px 0;
}

.single-product .product_title{
	font-size: 20px;
	text-align: left;
}

.single-product .product .price{
	font-size: 14px !important;
    margin-top: 16px;
	font-weight: 300;
}

.wc-price-history.prior-price.lowest .wc-price-history-lowest-inner{
	font-size: 12px;
}

.star-rating {
    display: inline-block;
    line-height: 1.1;
	width: 76px;
    height: 14px;
    background: url(icons/star-outline.svg) repeat-x;
    background-size: contain;
}
.star-rating > span {
    display: block;
    height: 1em;
    background: url(icons/star-fill.svg) repeat-x;
    background-size: contain;
	text-indent: -9999px;
}

.custom-star-rating{
	margin-top: 4px;
}

.single-product .single_add_to_cart_button{
	width: 100%;
    background: black;
    font-size: 11px;
    padding: 10px 0;
	margin-top: 20px;
	min-height: 3em;
	font-weight: 300;
    text-transform: uppercase !important;
}

.single-product .single_add_to_cart_button:hover{
	color: white;
}

.single-accordion .wp-block-accordion-heading__toggle-icon{
	background: url(icons/arrow.svg);
	text-indent: 9999px;
    width: 10px;
    height: 6px;
    background-size: cover;
}

.single-accordion .wp-block-accordion-item.is-open>.wp-block-accordion-heading .wp-block-accordion-heading__toggle-icon{
	transform: rotate(180deg);
}

.single-accordion .wp-block-accordion-heading__toggle:hover .wp-block-accordion-heading__toggle-title{
	text-decoration: none;
}

.single-accordion .wp-block-accordion-panel{
	margin-left: 16px;
}

.single-accordion h3{
	font-size: 13px;
	line-height: 1;
	margin-bottom: 10px;
	padding-top: 10px;
	border-top: 1px solid lightgrey;
}

.product-description{
	margin-top: 30px;
}

.product-description p{
	margin-bottom: 0.5em;
}

.related.products > h2{
	display:none;
}

.single-related-text{
	flex: 0 0 25%;
	display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 2vw;
    line-height: 1.1;
}

.single-related-text span:nth-child(2){
	font-size: 1.6vw;
}

.single-product .related.products ul{
	display: flex;
    gap: 10px;
    margin: 0;
}

.single-product .related.products .price{
	font-size: initial !important;
	margin: 0;
}

.single-product .related.products .woocommerce-loop-product__title{
	margin: 0 !important;
}

.single-product .onsale{
	display: none !important;
}

.woovr-variations{
	display: flex;
	gap: 10px;
	margin-top: 10px;
}

.woovr-variation{
	width: 65px;
}

.woovr-variations .woovr-variation-selector{
	display: none;
}

.woovr-variations label{
	display: block;
    font-weight: 400;
    border: 1px solid lightgray;
    padding: 4px 0;
    color: black;
    text-align: center;
    font-size: 13px;
	cursor: pointer;
}

.woovr-variation-active label{
	 border: 1px solid black;
}

.woovr-variations .woovr-variation:hover{
	background-color: unset !important;
}

.single-product .single_add_to_cart_button:focus{
	color: white;
}

.single-product .related.products .price,
.single-product .related.products .woocommerce-loop-product__title{
	font-size: 13px !important
}

.single-product .woocommerce-notices-wrapper{
	display: none !important;
}

#single-accordion{
	display: flex;
    flex-direction: column;
	margin-top: 32px;
}

#single-accordion > span{
	border-top: 1px solid darkgray;
	padding: 16px 0;
}

#single-accordion .ui-accordion-header{
	position: relative;
	cursor: pointer;
}

#single-accordion .ui-accordion-header:after{
	content:'';
	background: url('icons/arrow.svg');
	display: block;
    width: 11px;
    height: 7px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
	transition: transform 0.2s;
}

#single-accordion .ui-accordion-header-active:after{
	transform: translateY(-50%) rotate(180deg);
}

#single-accordion .ui-accordion-content{
	padding-left: 16px;
	padding-bottom: 16px;
}

.woosw-popup.woosw-show{
	background: rgb(255 255 255 / 40%);
}

.woosw-popup{
	background: white;
}

.woosw-popup-content{
	max-width: 700px !important;
}

.woosw-popup-content-top{
	background: none !important;
    color: black !important;
    font-weight: 400 !important;
    font-size: 18px;
    border-bottom: 1px solid lightgrey;
}

.woosw-popup-close:after{
	font-size: 18px;
	color: black;
}

.woosw-btn-has-icon{
	display: flex;
    justify-content: center;
	width: 100%;
	background: none !important;
}

.woosw-btn-icon,
.woosw-btn-text{
	color: black;
}

.woosw-popup-content-bot{
	display: none;
}

.woosw-popup-content-bot-inner{
	justify-content: center !important;
}

.woosw-continue{
	border: none !important;
    text-transform: none;
    font-size: 16px;
}

.woocommerce-variation-availability p{
	margin: 0;
}

.single-ad-block{
	width: 100%;
	margin-top: 64px;
}

.single-ad-block .wp-block-columns{
	padding: 0;
	gap: 0;
}

.single-ad-block .wp-block-heading{
	font-size: 30px !important;
	margin-bottom: 0 !important;
}

.single-ad-block p{
	font-size: 15px;
	margin: 24px 0;
}

.single-ad-block .wp-block-button a{
	background: none;
    border: 1px solid black;
    font-size: 15px;
    letter-spacing: 1px;
    padding: 5px 25px;
}

.single-ad-block .wp-block-column:first-child{
	display: flex;
    flex-direction: column;
    padding: 24px 32px;
    flex: 0 0 50%;
    justify-content: center;
}

.woosw-item--info,
.woosw-item--actions{
	font-size: 13px;
}

.woosw-item--image .yith-wcbm-badge{
	display: none;
}

.woosw-item--actions{
	display: flex;
    flex-direction: column-reverse;
}

.woosw-item--atc .added_to_cart{
	display: none;
}

.woosw-item--atc a{
	background: black !important;
    color: white !important;
}

.woosw-item--stock{
	font-size: 12px;
    text-align: center;
    margin-top: 5px;
}

.woocommerce-variation-availability:not(:empty){
	margin-top: 15px;
}

.cwginstock-panel-heading h4{
	font-size: 11px;
    font-weight: 300;
    text-align: left !important;
    color: black !important;
	margin: 0;
}

.cwginstock-panel-primary{
	border: none !important;
}

.cwginstock-panel-heading{
	background: none !important;
}

.cwginstock-subscribe-form .col-md-12{
	display: flex;
    flex-direction: column;
}
.cwginstock-subscribe-form .col-md-12 > .col-md-12{
	padding: 0;
}

:root{
	--animation-speed: 0.25s;
}

#single-details{
	margin-top: 30px;
}

.single-details-slide{
	visibility: hidden;
	position: fixed;
    background: white;
    top: 0;
    right: -50%;
    height: 100vh;
	width: 35%;
    min-width: 500px;
	padding: 5vw 4vw 0;
    z-index: 100;
	transition: right var(--animation-speed) ease-in-out, visibility 0s linear var(--animation-speed);
	overflow-y: scroll;
    scrollbar-width: thin;
}

.details-show{
	visibility: visible;
	right: 0 !important;
    transition:right var(--animation-speed) ease-in-out;
}

.single-details-slide-bg{
	visibility: hidden;
	background: white;
	opacity: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 90;
	transition: opacity var(--animation-speed) ease-in-out, visibility 0s linear var(--animation-speed);
}

.details-bg-show{
	visibility: visible;
	opacity: 0.4;
    transition: opacity var(--animation-speed) ease-in-out; 
}

.details-slide-content{
	display: none;
	transition: display 0s linear var(--animation-speed) allow-discrete;
}

.show{
	display: block;
}

#single-details p{
    position: relative;
	margin-bottom: 15px;
	padding-bottom: 15px;
	cursor: pointer;
	border-bottom: 1px solid grey;
}

#single-details p:after{
	content: ">";
	display: block;
	position: absolute;
    right: 3px;
    top: 0;
    font-size: 14px;
    transform: scaleY(1.5) scaleX(0.8);
    font-weight: 300;
}

.sd-close{
	position: absolute;
    top: 5%;
    right: 8%;
    cursor: pointer;
}

.cwginstock-panel-body input[type=email]{
	background: none;
    border-color: black;
    text-align: left !important;
	outline: none;
	margin-bottom: 10px !important;
	margin: 0 !important;
}

.cwg_iagree_checkbox{
	font-size: 10px;
    font-weight: 300;
}

.cwginstock-subscribe-form .panel-primary>.panel-heading{
	border: none;
    padding: 0;
}

.cwginstock-panel-body{
	padding: 15px 0 0 !important;
}

button.wc-variation-is-unavailable{
	display: none;
}

.cwginstock-panel-body button[type="submit"]{
	background: none;
    color: black;
    border: 1px solid black;
	margin-top: 15px;
}

.cwg_iagree_checkbox input{
	transform: translateY(3px);
}

.cwginstock-panel-body .form-group{
	margin-bottom: 5px;
}

.cwginstock-subscribe-form .panel{
	box-shadow: none !important;
	margin-bottom: 0 !important;
}

.size-table,
.size-table td{
	border: none;
	border-collapse: collapse;
}

.size-table tr:not(:first-child){
	border-top: 1px solid black;
}

.size-table h6{
	margin-bottom: 0px;
}

.details-payment h5{
	font-size: 18px;
}

.details-payment h5 strong{
	font-weight: 400;
}

.single-product .prior-price{
	margin-top: 5px;
}

.single-product #wc-stripe_applepay-product-button.disabled{
	display: none;
}

.single-related-text{
	display: none;
}

/******************************************	 Contact page	 ************************************************/

.contact-form{
	max-width: 600px;
    margin: 64px auto;
	padding: 30px;
}

.contact-form form{
	display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.contact-form form > p{
	margin: 0;
}

.contact-form form > p:nth-of-type(-n+2){
	width: calc(50% - 5px);
    margin: 0;
}

.contact-form form > p:not(:nth-of-type(-n+2)){
	width: 100%;
}

.contact-form form textarea{
	resize: none;
}

.contact-form form p:nth-of-type(-n+3) input,
.contact-form form p:nth-of-type(-n+3) input:focus,
.contact-form form textarea{
	background: none;
    border: 1px solid black;
}

.contact-form form > p:nth-of-type(4){
	font-size: 11px;
	text-align: justify;
}

.contact-form form .wpcf7-list-item{
	margin: 0;
    margin-right: 5px;
    transform: translateY(2px);
}

.contact-form form input[type=submit]{
	padding: 7px 30px;
    font-weight: 300;
	background: none;
    border: 1px solid black;
    color: black;
}

/******************************************	 Slide cart	 ************************************************/
#moderncart-slide-out-modal.moderncart-cart-style-slideout #moderncart-slide-out{
	max-width: 500px;
}
#moderncart-slide-out .moderncart-slide-out-header-heading{
	flex-direction: row-reverse;
}
.moderncart-slide-out-header-quantity,
.moderncart-cart-line-items__subtotal{
	display: none !important;
}
#moderncart-slide-out .moderncart-slide-out-footer .moderncart-cart-total .moderncart-cart-line-items-item span{
	font-size: 13px;
    font-weight: 400;
}
.moderncart-cart-item-quantity{
	display: flex !important;
    flex-direction: row-reverse;
}
.moderncart-quantity__input,
.moderncart-cart-item-quantity{
	border: none !important;
	font-weight: 400 !important;
}
.moderncart-cart-item-onsale{
	display: none;
}
.moderncart-cart-item-image img{
	border-radius: 0 !important;
}
.moderncart-cart-item-product-link a{
	font-size: 13px;
    font-weight: 400;
}
.moderncart-plugin .moderncart-price span.woocommerce-Price-amount{
	font-weight: 400;
	font-size: 13px;

}
.moderncart-price small{
	display: none !important;
}
#moderncart-slide-out .moderncart-slide-out-header-title span{
	font-weight: 300;
	font-size: 17px;
}
#moderncart-slide-out .moderncart-slide-out-footer .moderncart-cart-total a.checkout-button{
	border-radius: 0;
    font-size: 13px;
    font-weight: 400;
	height: 42px;
    line-height: 1.2;
	box-sizing: border-box;
}
#moderncart-slide-out .moderncart-slide-out-coupon-input input,
#moderncart-slide-out .moderncart-slide-out-coupon-input button{
	border-radius: 0;
	font-weight: 400;
	background: none;
    color: black;
	font-size: 13px;
}

.moderncart-have-coupon-code,
#moderncart-slide-out .moderncart-slide-out-footer .moderncart-cart-total .moderncart-cart-line-items-value .moderncart-cart-discount span{
	font-size: 13px !important;
	font-weight: 400;
}

#moderncart-slide-out .moderncart-slide-out-footer{
	box-shadow: none;
}

#cart-icon .cart-count{
	display: block;
    position: absolute;
	background: black;
    width: 16px;
    height: 16px;
    border-radius: 16px;
    color: white;
    text-align: center;
    line-height: 16px;
    right: -7px;
    top: 9px;
	font-size: 10px;
}
#moderncart-slide-out .moderncart-cart-item-quantity button{
	margin-top: 3px;
}

.moderncart-slide-out-header-close:after{
	content: 'x';
	display: block;
	font-size: 24px;
    transform: scaleX(1.4);
    font-weight: 100;
}

.moderncart-slide-out-header-close svg{
	display: none;
}

.moderncart-slide-out-header-close:focus-visible{
	box-shadow: none;
}
#moderncart-slide-out .moderncart-slide-out-free-shipping-bar-wrapper .moderncart-notification{
	background: white;
    color: black;
    font-size: 13px;
    font-weight: 400;
}

.moderncart-empty-cart p{
	font-weight: 400 !important;
    font-size: 13px !important;
}

.moderncart-progress-bar .moderncart-free-shipping-progress-bar{
	box-shadow: none;
	animation: none;
	background-image: none;
}

.moderncart-progress-bar .moderncart-free-shipping-progress-bar::after{
	display: none;
}

#moderncart-slide-out .moderncart-slide-out-coupon .moderncart-coupon-remove{
	display: flex;
    justify-content: flex-start;
}

.moderncart-slide-out-coupon-input{
	margin-bottom: 10px;
}

/******************************************	 Checkout page	 ************************************************/

.wp-block-woocommerce-checkout-order-note-block,
.wp-block-woocommerce-checkout-actions-block{
	display: none !important;
}

body.inpost-shipping-checked .wp-block-woocommerce-checkout-billing-address-block{
	display:none;
}

.woocommerce-checkout .site-content{
	padding: 0 10vw;
}

.wc-block-checkout__form{
	display: flex;
    flex-direction: column;
}
/*
.wp-block-woocommerce-checkout-shipping-methods-block{
	order: 1;
}
.wp-block-woocommerce-checkout-contact-information-block{
	order: 2;
	margin-top: 20px !important;
}
.wp-block-woocommerce-checkout-billing-address-block{
	order: 3;
	margin-top: 35px !important;
}
.wp-block-woocommerce-checkout-payment-block{
	order: 4;
	margin-top: 35px !important;
}
.wp-block-woocommerce-checkout-terms-block{
	order: 5;
	border: none !important;
}
*/

.wc-block-components-form .wc-block-components-checkout-step{
	margin-bottom: 40px;
}

button.wc-block-components-checkout-place-order-button{
	background: black;
    color: white;
	width: 100%;
    padding: 0;
}

.wc-block-components-radio-control--highlight-checked:after{
	border:none !important;
}

.wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted{
	box-shadow: none;
}

.wc-block-components-radio-control__input{
	width: 16px !important;
    height: 16px !important;
}
.wc-block-components-radio-control__input:before{
	width: 8px !important;
    height: 8px !important;
}
.wc-block-components-radio-control__input:focus{
	outline: none !important;
}

.woocommerce-checkout .wc-block-components-text-input input,
.woocommerce-checkout .wc-blocks-components-select__select,
#wc-block-checkout__create-account{
	border-radius: 0 !important;
}
.wc-block-components-radio-control-accordion-option{
	box-shadow: none !important;
}
.inpost_pl-block-shipping-method-meta-wrap,
.wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control__option:after{
	display: none !important;
}

#contact.wc-block-components-address-form{
	display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
#contact.wc-block-components-address-form > .wc-block-components-text-input{
	margin-top: 0;
    flex: 1 0 calc(50% - 12px);
}
#wc-guest-checkout-notice{
	flex-basis: 100%;
}
.wc-block-components-shipping-rates-control .wc-block-components-radio-control__label-group{
	justify-content: left !important;
	gap: 10px;
}
.wc-block-components-shipping-rates-control .wc-block-components-radio-control__label-group span{
	flex: unset;
	font-weight: 400;
}
.wc-block-components-checkout-order-summary__title-text{
	display: none;
}
.wp-block-woocommerce-checkout-fields-block{
	width: 60% !important;
	margin-top: 2vw !important;
}
.wp-block-woocommerce-checkout-totals-block{
	width: 40%;
	margin-top: 2vw !important;
}
.wp-block-woocommerce-checkout-order-summary-block{
	border-radius: 0;
    padding: 24px;
}
.wc-block-checkout__shipping-option--free{
	display: none;
}
.wc-block-components-totals-item__value strong{
	font-weight: 400;
    text-transform: none !important;
}
.wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
.wc-block-components-totals-footer-item .wc-block-components-totals-footer-item-tax-value{
	font-size: 13px !important;
    font-weight: 400 !important;
}

.wc-block-components-checkout-step__content .easypack_show_geowidget{
    background: black !important;
    box-shadow: none !important;
    /* border: 1px solid black !important; */
    border-radius: 0;
    color: white;
    font-size: 13px !important;
    font-weight: 300;
}

.woocommerce-checkout h2{
	font-size: 16px !important;
    font-weight: 300 !important;
}

.woocommerce-checkout input{
	font-size: 14px !important;
}

.woocommerce-checkout input + label{
	font-size: 14px !important;
	color: gray !important;
	font-weight: 300 !important;
}

.wc-blocks-components-select .wc-blocks-components-select__select{
	font-size: 14px !important;
}

.wc-block-components-checkout-step__content{
	margin-left: 32px;
    margin-top: 32px;
}

.wc-block-components-radio-control--highlight-checked div.wc-block-components-radio-control-accordion-option:after,
.wc-block-components-checkout-step__description,
.wc-block-components-product-metadata,
.wc-block-components-checkout-order-summary__title{
	display: none !important;
}

.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-product-name{
	font-weight: 400;
}

.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button{
	background: black;
}

.wc-block-components-checkout-order-summary__content{
	display: block !important;
}

.wc-block-components-radio-control-accordion-content{
	padding-left: 32px;
}

.wc-block-components-totals-wrapper{
	border: 0 !important;
}

.wp-block-woocommerce-checkout-terms-block{
	font-size: 11px;
}

.wc-block-components-totals-coupon__button{
	background: none !important;
    border: 1px solid black;
    color: black;
}

.wc-block-components-totals-discount__coupon-list-item{
	border: none;
}

.wc-block-components-chip__remove{
	background: none !important;
}


/******************************************	 Account page	 ************************************************/

/* Login page */

#customer_login > div{
	display: none;
}

.form-active{
	display: block !important;
}

#customer_login h2{
	display: none;
}

.login-form-buttons{
	margin-bottom: 30px;
}

.login-form-buttons button{
	background: none;
    color: grey;
    font-size: 24px;
}

.login-form-buttons button.form-btn-active{
	color: black;
}

.woocommerce-notices-wrapper .woocommerce-error{
	list-style: none;
}

.woocommerce-notices-wrapper:focus-visible,
.woocommerce-error:focus-visible{
	outline: none;
}

#customer_login input{
	width: 100%;
}

.woocommerce-privacy-policy-text{
	font-size: 11px;
}

/*------------*/

.woocommerce-account .entry-content > .woocommerce:has(.woocommerce-form-login){
	flex-direction: column;
    width: 50%;
    align-items: center;
}

.woocommerce-account .woocommerce-form-login,
.woocommerce-form-register{
	width: 300px;
}

.woocommerce-account .woocommerce-form-login input:not([type=checkbox]){
	max-width: 100% !important;
	width: 100%;
}

.woocommerce-account .woocommerce-form-login label{
	margin-bottom: 10px;
}

.woocommerce-account .woocommerce-form-login .woocommerce-form-login__submit{
	background: black;
    color: white;
    font-weight: 300;
}

.woocommerce-MyAccount-navigation-link--downloads{
	display: none;
}

.woocommerce-account .entry-title{
	font-size: 24px;
	text-align: center;
}

.woocommerce-account .entry-content > .woocommerce{
	display: flex;
    justify-content: center;
}

.woocommerce-MyAccount-content{
    margin-left: 10vw;
}

.woocommerce-account .woocommerce-orders-table__cell-order-actions a{
	color: black;
}

.woocommerce-account .woocommerce-orders-table__cell,
.woocommerce-account .woocommerce-orders-table,
.woocommerce-account th{
	border: none;
}

.woocommerce-MyAccount-navigation li{
	list-style: none;
}

.woocommerce-account input.input-text{
	background: none;
    border-color: black;
}

.woocommerce-account .woocommerce-MyAccount-content input.input-text{
	max-width: 180px;
}

.woocommerce-account .select2-container{
    max-width: 180px;
}

.woocommerce-account .select2-selection{
    border-color: black;
    border-radius: 0;
    height: 40px;
}

.woocommerce-account .select2-selection__rendered{
	line-height: 38px !important;
}

.woocommerce-account .select2-container--default .select2-selection--single .select2-selection__arrow{
	top: 7px;
}

.woocommerce-account .form-row{
	display: flex;
    flex-direction: column;
}

.woocommerce-account .entry-header,
.woocommerce-account .woosw-actions{
	display: none;
}

.woocommerce-account h2{
	font-size: 20px;
}

.woocommerce-account .site-content{
	padding: 50px 0 100px;
}

.woocommerce-MyAccount-navigation li.is-active{
	text-decoration: underline;
}

.woocommerce-account td,
.woocommerce-table{
	border: none;
}

.woocommerce-account .entry-content > .woocommerce{
	width: 80%;
    margin: auto;
}

.woocommerce-account .woosw-items{
	border: none;
}

.woosw-list table.woosw-items tr:hover td{
	background-color: unset;
}

.woocommerce-account .woocommerce-Button{
	background: black;
    color: white !important;
}

.woocommerce-account .woocommerce-ResetPassword{
	max-width: 500px;
}

.woocommerce-account .woocommerce-ResetPassword .woocommerce-form-row,
.woocommerce-account .woocommerce-ResetPassword button{
	max-width: 300px;
}

.woocommerce-account .woocommerce-ResetPassword label{
	margin-bottom: 10px;
}

.woocommerce-account .show-password-input{
	display: none;
}

.woocommerce-account .woocommerce-form__input-checkbox{
	transform: translateY(2px);
}

.account-orders-table .woocommerce-button{
	background: none;
	border: 1px solid black;
	padding: 5px 15px;
	margin-right: 10px;
}

.account-orders-table .woocommerce-button:hover,
.account-orders-table .woocommerce-button:focus{
	background: none !important;
}

/******************************************	 FAQ page	 ************************************************/

h1.entry-title{
	font-size: 24px;
    text-align: center;
    font-weight: 300;
	margin-top: 50px;
}

.faq-accordion{
	max-width: 750px;
    margin: auto;
    padding: 0 32px;
}

.faq-accordion .wp-block-accordion-heading__toggle-title{
	font-size: 20px;
	font-weight: 300;
}

.faq-accordion button{
	background: inherit;
    color: inherit;
}

.faq-accordion .wp-block-accordion-heading__toggle-icon{
	color: white;
}

.faq-accordion .wp-block-accordion-heading__toggle:hover .wp-block-accordion-heading__toggle-title{
	text-decoration: unset;
}

.faq-accordion .wp-block-accordion-item.is-open>.wp-block-accordion-heading .wp-block-accordion-heading__toggle-icon{
	transform: rotate(180deg);
}

.faq-accordion .wp-block-accordion-heading__toggle-icon:after{
	content: '';
	background: url('icons/arrow.svg');
	background-size: 15px;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    background-color: white;
    background-position: center;
}

.returns-section{
	max-width: 50%;
    margin: auto;
}

.quick-returns-section{
	max-width: 80%;
    margin: auto;
}

.quick-returns-section .akc-banner{
    border: none !important;
}

/******************************************	 About	 ************************************************/

.about-gallery{
	max-width: 50%;
    margin: 64px auto;
}

.about-text{
	max-width: 50%;
	margin: auto;
	margin-bottom: 100px;
}

.about-text .wp-block-group__inner-container{
	padding: 0;
}

.about-signature{
	text-align: right;
}

.about-text h1{
	font-size: 36px;
}

.about-text p:last-of-type{
	margin-bottom: 5px;
}

.about-signature img{
	max-width: 80%;
}

.about-bottom{
	position: relative;
}

.about-bottom .wp-block-group__inner-container{
	padding: 0;
}

.about-bottom-text{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	width: 100%;
    max-width: 800px;
    color: white;
    line-height: 2.5;
    opacity: 0.8;
    text-align: center;
    font-size: 15px;
}

.about-bottom-text h3{
	font-size: 22px;
}

.about-bottom-text p{
	margin: 0;
}

/******************************************	 Policy	 ************************************************/

.policy-block{
	padding: 0 20px;
    max-width: 900px;
    margin: auto;
    margin-bottom: 100px;
}

@media only screen and (max-width: 1366px)
{
	.single-product .entry-content{
		padding: 0 32px;
	}
	.product-content > .summary{
		max-width: unset !important;
		margin-left: 3vw !important;
	}
}

@media only screen and (max-width: 1200px)
{	
	.home-shipping-bar h5{
		flex: 1 0 25%;
	}

	.home-shipping-bar h5:nth-last-child(-n+4){
		display:none;
	}

	.home-bestsellers-heading{
		font-size: 2vw !important;
	}
	
	.single-ad-block p{
		margin: 16px 0;
	}
	.single-ad-block .wp-block-heading {
		font-size: 26px !important;
	}
	
	.about-bottom-text{
	    max-width: 700px;
		font-size: 14px;
		line-height: 1.5;
	}
	
	.about-text,
	.about-gallery{
		max-width: 70%;
	}
	
	.about-bottom-text h3{
		font-size: 18px;
	}
}

@media only screen and (max-width: 768px)
{
	
	.show-on-mobile{
		display: block !important;
	}
	.hide-on-mobile{
		display: none !important;
	}
	
	.disableScroll{
		padding-right: 0;
	}
	
	.site-logo{
		transform: translate(-50%, -3px);
	}
	
	.dgwt-wcas-suggestions-wrapp{
		padding: 0 16px;
        gap: 10px;
        flex-wrap: wrap;
        left: 0 !important;
        height: 100vh !important;
        max-height: unset !important;
        align-content: flex-start;
        margin-top: 30px !important;
	}
	
	.dgwt-wcas-content-wrapp{
		padding-left: 10px;
	}
	
	.dgwt-wcas-suggestions-wrapp a{
		display: flex;
		flex-direction: row;
		flex-basis: 50%;
	}
	
	#header-icons{
		display: flex;
		gap: 20px;
	}
	
	.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp{
		display: flex;
		height: 35px;
        padding: 0;
	}
	
	.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit{
		top: 1px;
		left: 11px;
	}
	
	.dgwt-wcas-search-submit path{
		fill: #919191 !important;
	}
	
	.dgwt-wcas-search-wrapp{
		left: 80px;
		top: 11px;
		transform: scaleY(1);
		visibility: visible;
		border: none;
		transition: width 0.3s ease;
		min-width: unset;
		width: 0;
	}
	
	.dgwt-wcas-search-wrapp.search-open{
		width: calc(100% - 100px);
		transition: width 0.3s ease;
	}
	
	.dgwt-wcas-search-input{
		padding: 0 !important;
	}
	
	.dgwt-wcas-preloader{
		right: 15px !important;
		margin: 0 !important;
	}
	
	.dgwt-wcas-search-wrapp:not(.search-open){
		display: none;
	}
	
	.dgwt-wcas-search-submit{
		display: none !important;
	}
	
	.header-nav > .menu{
		margin-top: 30px;
	}
	
	#account-icon,
	#search-icon{
		display: none;
		position: absolute;
		width: 25px;
		top: 20px;
	}
	
	#search-icon{
		left: 50px;
	}
	
	.dgwt-wcas-search-wrapp input[type="search"]{
		border-bottom: 1px solid #919191 !important;
	}
	
	.dgwt-wcas-search-wrapp input[type="search"]{
		font-size: 16px !important;
	}
	
	.dgwt-wcas-search-wrapp input[type="search"]::placeholder{
		font-size: 13px !important;
	}
	
	.menu-item-has-children .sub-menu{
		margin-top: 20px;
	}
	
	.dgwt-wcas-suggestion-more{
		flex-basis: 100% !important;
        font-size: 13px;
        color: black !important;
        text-transform: initial !important;
        font-weight: 300;
	}
	/*
	#header-icons > a:first-child{
		display: none !important;
	}
	
	#header-icons > a:nth-child(n+2):nth-child(-n+3){
		visibility: hidden;
		opacity: 0;
		transition: opacity 0.1s ease, visibility 0s linear 1s;
	}
	
*/
	
	.quick-returns-section,
	.returns-section{
		max-width: 100%;
		padding: 0 15px;
	}
	
	.site-main .returns-section .wp-block-group__inner-container{
		padding: 0;
	}
	
	.mobile-menu-free-shipping{
		flex-basis: 100%;
		text-align: center;
		margin-top: 50px;
	}
	
	.menu-section-customer-care{
		flex-basis: 100%;
	}
	
	/*-------------------------------------------------		About	-----------------------*/
	
	.about-gallery{
		max-width: 90%;
	    margin-top: 40px;
	}
	
	.about-text{
		max-width: 80%;
		margin-bottom: 50px;
	}
	
	.about-bottom .wp-block-image{
		display: none;
	}
	
	.about-bottom-text{
		position: unset;
		transform: none;
		background: #093575;
		font-size: 11px;
		font-weight: 300;
		padding: 5vw 10vw;
		opacity: 1;
	}
	
	.about-bottom-text h3{
		margin-bottom: 5px;
		font-size: 15px;
	}
	
	
	/*-------------------------------------------------		Home	-----------------------*/
	
	.home-hero{
		min-height: calc(100vw * 2 - 72px) !important;
	}
	
	.inside-top-bar p{
		font-size: 11px;
	}
	
	.inside-header{
		flex-direction: row;
		height: 48px;
		padding: 0 20px;
	}
    .inside-header > div{
		margin-bottom: 0 !important;
	}
	.header-nav{
		display: flex;
        flex-direction: column;
	    top: 48px;
		text-align: left;
		padding: 0 20px;
		height: calc(100vh - 48px);
	}
	.menu-item-has-children{
		margin-top: 30px;
	}
	.header-nav .menu-image{
		display:none;
	}
	
	.home-hero > img{
		display: none;
	}
	
	.home-shipping-bar > div{
		animation-duration: 4s;
	}
	
	.home-shipping-bar h5{
		flex: 1 0 50%;
	}
	.home-shipping-bar h5:nth-last-child(-n+8){
		display:none;
	}
	.home-shipping-bar{
		gap: 1vw;
		padding: 0 1vw;
	}
	.home-shipping-bar > div{
		font-size: 2vw;
	}
	
	.home-bestsellers-heading,
	.home-categories-heading{
		font-size: 3.5vw !important;
		margin-top: 9vw;
		margin-bottom: 7vw;
	}
	.home-bestsellers{
		margin: 0;
	}
	.home-bestsellers-col-2{
		padding: 0 9vw 0 2vw;
	}
	.home-bestsellers-col-2 ul{
		margin: 0;
		display: flex;
		gap: 2vw;
	}
	.home-bestsellers-col-1,
	.home-bestsellers li.wc-block-product:nth-child(3){
		display:none;
	}
	.home .wc-block-product h2,
	.home .wc-block-components-product-price
	{
		font-size: 11px !important;
	}
	.wp-block-woocommerce-product-collection{
		margin-bottom: 0;
	}
	
	.home-categories{
		padding: 0 6vw;
		gap: 2vw;
	}
	.home-categories > .wp-block-column:nth-child(1),
	.home-categories > .wp-block-column:nth-child(2){
		flex-basis: 48% !important;
	}
	.home-categories .wp-block-column:nth-child(3){
		flex-direction: row !important;
	}
	.home-categories .wp-block-column:nth-child(3) > div{
		height: 100% !important;
		flex-basis: 49%;
	}
	.home-categories .wp-block-media-text > .wp-block-media-text__content{
		line-height: 1;
		left: 2vw;
		bottom: 2vw;
		font-size: 3vw;
	}
	
	.home-features-bar{
		margin-top: 9vw;
		margin-bottom: 9vw;
		gap: 2vw;
	}
	
	.home-features-bar > div{
		font-size: 11px;
	}
	
	.home-combo{
		gap: 3vw;
	}
	
	.home-combo-col-1{
		padding: 0;
	}
	
	.home-combo-col-1 p{
		margin-bottom: 7vw;
		font-size: 3.5vw !important;
	}
	
	.home-combo-col-1 ul{
		flex-wrap: nowrap !important;
		padding: 0 6vw;
		gap: 2vw !important;
	}
	
	.home-combo-col-2{
		padding: 0 6vw;
	}
	
	.home-about-us{
		max-width: 80%;
		font-size: 3.5vw !important;
		margin-top: 23vw;
	}
	.home-about-us .wp-block-media-text__content{
		padding: 0;
	}
	.home-about-us figure{
		max-width: 30vw;
		transform: translateX(-50%);
		left: 5%;
		top: -38%;
	}
	.home-about-img{
		overflow: hidden;
	}
	.home-about-img img{
		max-width: 150%;
	}
	
	.inside-footer-widgets{
		flex-direction: column-reverse;
	}
	.footer-widgets-container{
		padding: 10vw 8vw;
	}
	#footer-middle{
		padding: 0;
		flex-direction: column;
		gap: 50px;
	}
	
	#footer-middle p{
		margin-bottom: 10px;
	}
	
	.footer-col-4{
		display:none !important;
	}
	#footer-middle a:not(:last-child){
		margin-bottom: 10px;
	}
	.cpb-card{
		max-width: 50%;
	}
	.swiper-grid-button-next{
		right: 3vw;
		width: 14px;
		height: 29px;
	}
	/*-------------------------------------------------		Archive page	-----------------------*/
	
	.archive .products{
		padding: 0 2vw;
		gap: 2vw;
	}
	
	.archive .product{
		max-width: calc((100% - 2vw) / 2);
	}
	
	.archive .product h2,
	.archive .product .price{
		font-size: 12px !important;
	}
	
	.swiper-pagination-bullets{
		padding: 1vw 0;
		display: flex;
		justify-content: center;
		bottom: 5px;
	}
	
	.swiper-pagination-bullet{
		flex-grow: 1;
		margin: 0 !important;
	}
	
	.product-swiper div[role="button"]{
		display: none;
	}
	
	.product-filter-button{
		margin-left: 2vw;
	}
	
	.woocommerce-ordering{
		float: right;
		margin-right: 2vw;
	}
	
	.product-filter-bar{
		width: 100%;
	}
	
	/*-------------------------------------------------		Single product	-----------------------*/
	
	.single-product .entry-content{
		padding: 0;
	}
	.single-product .product{
		display: block;
	}
	.single-product .entry-content{
		margin: 0 !important;
	}
	.single-product .product-content{
		padding: 3vw 5vw;
	}
	.single-product .product_title{
		font-size: 4vw;
		margin-top: 2vw;
	}
	.single-product .product .price{
		font-size: 3.5vw !important;
		margin-top: 2vw;
	}
	.single-product .single-related-text{
		text-align: center;
		margin-top: 7vw;
		font-size: 6vw;
	}
	.single-related-text span:nth-child(2){
		font-size: 3vw;
	}
	.single-product .related.products{
		margin-top: 5vw;
		padding: 0 3vw;
	}
	.single-product .related.products li{
		width: calc((100% / 3) - 7px);
	}
	.single-product .related.products h2{
		white-space: nowrap;      /* prevent line break */
		overflow: hidden;         /* hide overflow */
		text-overflow: ellipsis;
	}
	.single-product .related.products .price,
	.single-product .related.products .woocommerce-loop-product__title{
		font-size: 11px !important;
	}
	.product-content > .summary{
		margin-left: 0 !important;
	}
	
	.single-ad-block .wp-block-heading{
		position: relative;
		font-size: 18px !important;
    }
	.single-ad-block .wp-block-heading:after{
		content: '';
		display: block;
		background: url('icons/arrow-right.svg');
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        right: 32px;
        top: 13px;
        width: 30px;
        height: 30px;
		pointer-events: none;
		
	}
	.single-ad-block .wp-block-column:first-child{
		padding: 0;
	}
	
	.single-ad-block .wp-block-column:first-child a{
		display: block;
		padding: 18px 32px;
	}
	.single-ad-block .wp-block-column:first-child *:not(:first-child) {
		display: none;
	}
	.single-ad-block p {
        margin: 12px 0;
    }
	.single-ad-block .wp-block-button a,
	.single-ad-block p{
		font-size: 13px;
	}
	.single-ad-block .wp-block-columns{
		flex-direction: column-reverse;
	}
	
	.woosw-item-inner{
		flex-wrap: wrap;
	}
	.woosw-popup-content{
		height: 100vh !important;
		
	}
	.woosw-item--info{
		flex-basis: 50%;
	}
	.woosw-item--actions{
		margin-left: auto;
	}
	.single-details-slide {
		width: 100%;
		right: -100%;
		padding-top: 5vw;
		min-width: unset;
	}
	.sd-close{
		top: 5%;
		right: 5%;
	}
	
	/*-------------------------------------------------		Checkout	-----------------------*/
	
	.wp-block-woocommerce-checkout-order-summary-block{
		padding: 0;
	}
	.wc-block-checkout{
		flex-direction: column-reverse !important;
	}
	.wp-block-woocommerce-checkout-fields-block{
		width: 100% !important;
	}
	
	.wc-block-components-checkout-step__content{
		margin-left: 0;
		margin-top: 20px;
	}
	
	/*-------------------------------------------------		Contact	-----------------------*/
	
	.contact-form{
		margin: 32px auto;
	}
	
	.contact-form h2{
		font-size: 25px;
	}
	
	.contact-form form input[type=submit]{
		width: 100%;
	}
	
	/*-------------------------------------------------		My account	-----------------------*/
	
	.woocommerce-account .entry-content{
		margin: 0;
	}
	
	.woocommerce-account .entry-content > .woocommerce:has(.woocommerce-form-login){
		width: 100%;
	}
	
	.woocommerce-account .entry-content > .woocommerce{
		flex-direction: column;
		width: 100%;
	}
	
	.woocommerce-MyAccount-content{
		margin-left: 0;
		padding: 0 20px;
	}
	
	.account-orders-table tbody{
		display: block;
	}
	
	.account-orders-table tr{
		display: flex;
		flex-direction: column;
		border-top: 1px solid #e7e7e7;
        margin: 20px 0;
        padding-top: 20px;
	}
	
	.account-orders-table thead{
		display: none;
	}
	
	.woocommerce-MyAccount-navigation ul{
		margin-left: 20px;
	}
	
}

@media only screen and (min-width: 769px)
{
	/*-------------------------------------------------		Home	-----------------------*/
	
	.home-combo-col-2 > .wp-block-image{
		text-align: left;
		margin-left: 2vw;
	}
	
	/*-------------------------------------------------		Header	-----------------------*/
			
	.my-account-menu-item{
		display: none;
	}
	
	.mobile-menu-free-shipping{
		display: none;
	}
	
	/*-------------------------------------------------		Archive page	-----------------------*/
	
	.archive li.product:nth-child(7n + 1),
	.archive li.product:nth-child(7n + 2),
	.archive li.product:nth-child(7n + 3),
	.archive li.product:nth-child(7n + 4) {
	  max-width: calc((100% - 30px) / 4);
	}

	.archive li.product:nth-child(7n + 5),
	.archive li.product:nth-child(7n + 6),
	.archive li.product:nth-child(7n + 7) {
	  max-width: calc((100% - 20px) / 3);
	}
	
	/*-------------------------------------------------		Single product	-----------------------*/
	
	.single-product .swiper-wrapper{
		flex-wrap: wrap;
        gap: 15px;
		height: auto;
	}
	
	.single-product .swiper-slide{
		flex: 0 0 calc((100% - 15px) / 2);
	}
	
	.single-product .woocommerce-product-gallery{
		width: 68%;
	}
	
	.single-product .product-content{
		width: 32%;
	}
	
	.single-product .product-content > .summary{
		position: sticky;
		top: 64px;
		max-width: 35vw;
		margin-top: 32px;
		margin-left: 3vw;
		padding-bottom: 64px;
	}

}