/*

Theme Name: Rackstorage
Description: Bespoke WordPress theme created by Owen Lewis Design for Rack Storage.
Version: 1.0
Author: Owen Lewis Design
Author URI: https://owen-lewis.com

*/

/**** FONTS ****/
@font-face {
    font-family: 'Raleway';
    src: url('./fonts/Raleway-Regular.eot');
    src: url('./fonts/Raleway-Regular.eot?#iefix') format('embedded-opentype'),
        url('./fonts/Raleway-Regular.woff2') format('woff2'),
        url('./fonts/Raleway-Regular.woff') format('woff'),
        url('./fonts/Raleway-Regular.ttf') format('truetype'),
        url('./fonts/Raleway-Regular.svg#Raleway-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'RalewayBlack';
    src: url('./fonts/Raleway-Black.eot');
    src: url('./fonts/Raleway-Black.eot?#iefix') format('embedded-opentype'),
        url('./fonts/Raleway-Black.woff2') format('woff2'),
        url('./fonts/Raleway-Black.woff') format('woff'),
        url('./fonts/Raleway-Black.ttf') format('truetype'),
        url('./fonts/Raleway-Black.svg#Raleway-Black') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Ubuntu';
    src: url('./fonts/Ubuntu.eot');
    src: url('./fonts/Ubuntu.eot?#iefix') format('embedded-opentype'),
        url('./fonts/Ubuntu.woff2') format('woff2'),
        url('./fonts/Ubuntu.woff') format('woff'),
        url('./fonts/Ubuntu.ttf') format('truetype'),
        url('./fonts/Ubuntu.svg#Ubuntu') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/**** DEFAULTS ****/

.clear{
	clear:both;
}

body{
	overflow-x: hidden;
	padding:0;
	margin:0;
	font-family: 'Ubuntu';
	font-weight: 300;
}

.wp-block-image{
	margin: 0;
}

.wp-block-image img{
	height:auto;
}

.wp-block-column{
	margin-left: auto;
    margin-right: auto;
}

#page-content{
	width:100%;
	overflow: hidden;
	min-height: calc(100vh - 435px);
}

/**** BUTTONS ****/
.wp-block-button a{
    background-color: #E58900!important;
    color: #fff!important;
    font-size: 14px!important;
    font-family: 'RalewayBlack';
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 12px 0!important;
    padding: 20px 30px 20px 30px!important;
    display: inline-block!important;
	transition: all 0.3s ease;
}

.wp-block-button a:after{
	font-family: "Font Awesome 6 Free";
	content: '\f35a';
	margin-left: 12px;
	font-weight: bold;	
}

.wp-block-button a:hover{
	background-color: #000!important;
}

.orange .wp-block-button a{
	background-color: #000!important;	
}

.orange .wp-block-button a:hover{
	background-color: #E58900!important;
}

.wp-block-button a.prev_button:after{
	content: none;
}

.wp-block-button a.prev_button:before{
	font-family: 'FontAwesome';
	content: '\f137';
	padding-left: 4px;
	padding-right: 18px;
	position: relative;
	font-weight: bold;
	top: 2px;
}

/**** COLOURS ****/
.content-row p a, .content-row li a, .content-row h3 a, .content-row h4 a{
	color:#000000;
	font-weight: bold;
}

.dark-bg .content-row p a, .dark-bg .content-row li a{
	color:#ffffff;
	font-weight: bold;
}

body .content-row .has-black-background-color {
    background-color: #000000;
}
body .content-row .has-black-color, body .content-row p.has-black-color, body .content-row p.has-black-color a, body .content-row li.has-black-color a,  body .content-row .black {
    color: #000000;
}


/**** HEADER ****/
#header{
	box-sizing:
	border-box;
	width:100%;
	position: fixed;
	z-index: 999;
	top: 0;
}

.admin-bar #header{
	top:32px;
}

#header.sticky{
	height: 80px;
	background-color: #000000;
}

#header-top-bar{
    height: 30px;
    width: 100%;
    padding: 0 14px;
    line-height: 28px;
    box-sizing: border-box;
    background-color: #E58900;
    color: #fff;
    font-size: 14px;
}

#header-top-bar #top-bar-left{
	float: left;
	color: #fff;
}

#header-top-bar #top-bar-right{
	float: right;
	color: #fff;
}

#header-top-bar #top-bar-left a, #header-top-bar #top-bar-right a{
	color: #fff;
	text-decoration: none;
	margin: 8px;
}

#header-top-bar #top-bar-left i, #header-top-bar #top-bar-right i{
	color: #000;
	text-decoration: none;
	margin-right: 4px;
}

#header-content{
	width:100%;
	height: 140px;
	background-color: #000;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 30px 40px;
}

#header.sticky #header-content{
	width:100%;
	margin: 0 auto;
	padding: 10px 20px;
	height: 74px;
}

#logo{
	display: inline-block;
	vertical-align: middle;
	height: 80px;
	line-height: 82px;
	transition: all 0.5s ease;
	width: 180px;
	top: -2px;
	position: relative;
}

#header.sticky #logo{
	height: 40px;
	line-height: 40px;
	text-align: center;
}

#logo img{
	height: 80px;
	vertical-align: middle;
	transition: all 0.5s ease;
}

#header.sticky #logo img{
	vertical-align: middle;
	height: 40px;
}

#header-contact{
	float: right;
	text-align: right;
}

#header-contact .header-contact-item{
	display: inline-block;
	position: relative;
	padding-left: 58px;
	color: #fff;
	margin: 0 20px;
	line-height: 0;
}

#header.sticky #header-contact .header-contact-item{
	display: none;
}

#header-contact .header-contact-item a{
	text-decoration: none;
	color: #fff;
}

#header-contact .header-contact-item .fas{
	font-size: 38px;
	position: absolute;
	left: 0;
	top: 8px;
} 

#header-contact .header-contact-item .header-contact-location-label{
	font-size: 12px;
	text-align: left;
}

#header-contact .header-contact-item .header-contact-number{
	font-size: 23px;
	text-align: left;
}

#header-contact .mobile-header-phone{
	display:none;
	color: #fff;
    font-size: 24px;
    line-height: 54px;
    margin-left: 12px;
	transition: all 0.1s ease;
}

#header.sticky #header-contact .mobile-header-phone{
	display: inline-block;
}

/**** NAV ****/
#nav-left{
	display: inline-block;
	width: calc(50% - 110px);
	text-align: left;
}

#nav-left ul li{
	display:inline-block;
	margin-right:24px;
}

#nav-left ul li a, #nav-right ul li a{
	color:#fff;
	font-family:'RalewayBlack';
	text-decoration:none;
	text-transform:uppercase;
	font-weight:900;
}

#nav-left ul li a i, #nav-right ul li a i{
	color: #E58900;
    margin-right: 8px;
    vertical-align: text-top;
}

#nav-left ul li:after, #nav-right ul li:after{
	display:block;
	content: "";
	border-bottom:4px solid #E58900;
	margin-top: 8px;
	width: 0;
	transition: width 0.3s ease;
}

#nav-left ul li:hover:after, #nav-right ul li:hover:after{
	width:100%;
}

#nav-right{
	display: inline-block;
	width: calc(50% - 150px);
	text-align: right;
}

#nav-right ul li{
	display:inline-block;
	margin-left:20px;
}

#nav-left ul, #nav-right ul{
	list-style: none;
}

#nav-left ul li ul{
	display:none;
}

#nav-left ul li ul li{
	display: block;	
}

#nav-left ul li.menu-item-has-children{
	position: relative;
}

#nav-left ul li ul li.menu-item-has-children a:after{
    font-family: "Font Awesome 5 Free";
    content: "\f0a9";
    font-weight: 900;
    position: absolute;
    right: 20px;
    color: #E58900;
}

#nav-left ul li.menu-item-has-children:hover ul.sub-menu{
    display: block;
    position: absolute;
    left: -42px;
    top: 20px;
    width: max-content;
    padding: 80px 0 20px 0;
    background-color: #000;
}

#nav-left ul li.menu-item-has-children:hover ul.sub-menu li{
	margin-bottom:16px;
	padding: 0 60px 0 40px;
}

#nav-left ul li.menu-item-has-children:hover ul.sub-menu li.menu-item-has-children ul.sub-menu{
	display:none;	
}

#nav-left ul li ul li ul li a:after{
	content:none;
	display: none;
}

#nav-left ul li.menu-item-has-children ul.sub-menu li.menu-item-has-children:hover ul.sub-menu{
	display: block;
    position: absolute;
    left: 345px;
    top: -40px;
    width: max-content;
    padding: 40px 0 20px 20px;
    background-color: #000;
}

#mobile-nav-button{
	display:none;
	color:#fff;
	text-align: center;
    width: 60px;
    height: 100px;
    line-height: 100px;
    text-decoration: none;
	position: relative;
    top: -10px;
}

#mobile-nav-button:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0c9";
    font-size: 32px;
    text-align: center;
    width: auto;
    transition: all 0.5s ease;
    position: relative;
    left: 0;
    top: 0;
    font-weight: 900;
}

#header.sticky #mobile-nav-button{
	height: 74px;
    line-height: 74px;
}

.mm-wrapper_opened #mobile-nav-button:before{
	font-family: "Font Awesome 5 Free";
	content: "\f00d";
	font-weight: 900;
}

.mm-panel, .mm-navbar{
	background: #E58900!important;
	color:#fff!important;
}

.mm-navbar__title{
	color:#fff!important;
	font-weight:bold;
}

.mm-listview > li{
	cursor: pointer;
	color:#fff!important;
}

.mm-panel i{
	margin-right:16px;
}


#search-form{
	display: none;
	position: absolute;
	background-color: #000;
	color: #fff;
	right: 162px;
    padding: 40px;
}

.aws-search-result{
	border: 40px solid #000;
    border-top: none;
    box-sizing: content-box;
    margin-left: -40px;
}

.menu-item-45:hover + #search-form{
	display: block;
}

/**** PAGE HERO ****/
#page-hero, .page-hero-slider-wrap, .hero-images{
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.page-hero-overlay{
    position: absolute;
    width: 100vw;
    margin: 0 auto;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
	background: rgb(0,0,0);
	background: -moz-linear-gradient(67deg, rgba(0,0,0,1) 8%, rgba(255,255,255,0) 80%);
	background: -webkit-linear-gradient(67deg, rgba(0,0,0,1) 8%, rgba(255,255,255,0) 80%);
	background: linear-gradient(67deg, rgba(0,0,0,1) 8%, rgba(255,255,255,0) 80%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1);
}

#page-hero .hero-slide{
	width: 100vw;
	height: calc(100vh - 140px);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

#page-hero .hero-slide-content{
	position: relative;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    left: 120px;
}

#page-hero .hero-slide-content h1{
	font-size: 42px;
	color: #fff;
	font-family:'RalewayBlack';
	width: 80%;
	max-width: 640px;
	padding: 0;
	margin: 0;
	text-shadow: 2px 2px 8px rgb(0 0 0 / 80%);
}

#page-hero .hero-slide-content h2{
	font-size: 32px;
	color: #E58900;
	font-family:'RalewayBlack';
	width: 40%;
	min-width: 420px;
	padding: 0;
	margin: 0;
	text-shadow: 2px 2px 8px rgb(0 0 0 / 80%);
}

#page-hero .hero-slide-content p.description{
	color: #E58900;
	font-size: 18px;
	width: 40%;
	min-width: 420px;
	margin-top: 20px;
	line-height: 30px;
	text-shadow: 2px 2px 4px rgb(0 0 0 / 80%), 2px 2px 26px rgb(0 0 0 / 80%), 2px 2px 40px rgb(0 0 0 / 80%);
}

#page-hero .hero-slide-content .hero-divider{
	width: 40%;
	min-width: 420px;
	margin-top: 1%;
	height: 40px;
	border-top: 5px dashed #fff;
}

#page-hero .hero-slide-content .hero-divider.orange{
	border-top: 5px dashed #E58900;
}

#page-hero .hero-slide-content .hero-button{
    background-color: #E58900;
    color: #fff;
    font-size: 20px;
    font-family: 'RalewayBlack';
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 12px 0;
    padding: 20px 30px 20px 30px;
    display: inline-block;
	transition: all 0.3s ease;
	margin-right: 18px;
	margin-bottom: 18px;
}

#page-hero .hero-slide-content .hero-button i{
	margin-left:16px;	
}

#page-hero .hero-slide-content .hero-button:hover{
	background-color: #000;
}

#page-hero .bx-pager{
	position: absolute;
	bottom: 120px;
	right: 120px;
	display: inline-block;
	z-index: 99;
}
#page-hero .bx-pager .bx-pager-item{
	display: inline-block;
	width: auto;
	margin: 6px;
}
#page-hero .bx-pager .bx-pager-item a{
	background-color: #ffffff;
	width: 12px;
	height: 12px;
	border-radius:50%;
	display:
	block;
	font-size:0;
	box-shadow: 0px 0px 5px rgb(0,0,0,1);
}
#page-hero .bx-pager .bx-pager-item a.active{
	background-color: #E58900;
}

/**** MAIN CONTENT ****/
#page-content{
	padding-top:170px;
}

#main-content{
	width: 90%;
	max-width:1280px;
	margin:auto;
}

/**** CONTENT ROW ****/
.content-row-container{
    width: 100vw;
	height: auto;
	min-height: 200px;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
	padding: 1px 0;
}

.content-row{
	position: relative;
	width: 90%;
	max-width:1130px;
	margin: 180px auto;
}

.colour-overlay{
	position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
	padding: 0;
	mix-blend-mode: color;
}

.content-row-container .image-bg{
    width: 100%;
    position: absolute;
    height: 100%;
    z-index: -999;
    top: 0;
    left: 0;
    opacity: 0.3;
}

.content-row .wp-block-column:not(:first-child){
	margin-left:4em!important;
}

.content-row .wp-block-quote{
	margin: 40px auto;
	border-left:.25em solid #000000;
	padding-left:1em;
}

.content-row .wp-block-quote cite{
	color:#000000;
}

.content-row .wp-block-quote p{
	margin-bottom:18px;	
}

.content-row .wp-block-pullquote{
	border: none;
}

.content-row .wp-block-pullquote p{
	font-size:19px;	
}
.content-row .wp-block-pullquote cite{
	color: #E58900;
}

.content-row h1{
	margin: -10px auto 52px auto;
	font-size: 42px;
	font-weight: 300;
}
.content-row h1:not(.has-text-color){
	color:#000000!important;
}
.dark-bg .content-row h1:not(.has-text-color){
	color:#ffffff!important;
}

.content-row h2{
	margin: 4px auto 24px auto!important;
	font-size: 34px!important;
	font-family: 'RalewayBlack';
	border-bottom:4px dashed #E58900;
	padding-bottom: 16px;
	display: inline-block;
}
.orange .content-row h2{
	border-bottom:4px dashed #000000;	
}
.content-row h2:not(.has-text-color){
	color:#000000!important;
}
.dark-bg .content-row h2:not(.has-text-color){
	color:#ffffff!important;
}
.content-row h2.has-text-align-center{
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

.content-row h3{
	margin: 4px auto 24px auto!important;
	font-size: 26px!important;
	font-family: 'RalewayBlack';
	border-bottom:4px dashed #E58900;
	padding-bottom: 16px;
	display: inline-block;
}
.orange .content-row h3{
	border-bottom:4px dashed #000000;	
}
.content-row h3:not(.has-text-color){
	color:#000000!important;
}
.dark-bg .content-row h3:not(.has-text-color){
	color:#ffffff!important;
}
.content-row h3.has-text-align-center{
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}


.content-row h4{
	margin-top: 4px!important;
	font-size: 22px!important;
	font-weight: 300;
}
.content-row h4:not(.has-text-color){
	color:#000000!important;
}
.dark-bg .content-row h4:not(.has-text-color){
	color:#ffffff!important;
}

.content-row p{
	color: #333333;
	font-size: 16px;
	line-height: 28px;
	margin-bottom:30px;
}

.dark-bg .content-row p, .dark-bg .content-row li, .dark-bg .content-row p{
	color:#ffffff;
}

.content-row li{
	font-size: 16px;
	margin-bottom:20px;
	text-align: left;
}

.content-row p.has-large-font-size{
	font-size:34px;
}

.content-row .wp-block-column{
	margin-left: auto;
    margin-right: auto;
}

.content-row-container.full-width .content-row{
	max-width:100%;
	width:100%;
}

.content-row-container.full-width .wp-block-columns .wp-block-column{
	padding: 0 8%;
}

.content-row-container.full-width.full-columns .wp-block-columns .wp-block-column{
	padding: 0!important;
	margin: 0!important;
}

.content-row-container.full-width .content-row .wp-block-column:not(:first-child){
	margin-left:0!important;
}

/**** Icon Box ****/
.icon-box{
	background-color: #E58900;
	width: 100%;
	height: auto;
	border-radius: 12px 0;
	padding: 40px 30px;
	text-align: center;
	text-decoration: none;
	align-self: center;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	transition: all 0.3s ease;
}

.icon-box .fa-icon-container{
	width: 100%;
	text-align: center;
	box-sizing: border-box;
}

.icon-box-link{
	text-decoration: none;
}

.icon-box-link:hover .icon-box{
	background-color: #000;
}

.icon-box .fa-icon-container i{
	font-size: 64px;
	color: #fff;
}

.icon-box .icon-text p{
	padding: 10px 0 0 0;
	margin: 0;
	color: #000;
	font-size: 20px;
	font-family: 'RalewayBlack';
	transition: all 0.3s ease;
}

.icon-box-link:hover .icon-box .icon-text p{
	color:#fff;	
}

/**** CTA Banners ****/
.cta-banner.large-button{
	background-color: #E58900;
    display: block;
    box-sizing: border-box;
    color: #fff;
    text-align: center;
    border-radius: 22px 0;
    width: 100%;
    text-decoration: none;
    padding: 30px;
    transition: all 0.3s ease;
}

.cta-banner.large-button h2{
	color: #fff!important;
	line-height: 78px;
	border: none;
	margin: 0!important;
	padding: 0;
}

.cta-banner.large-button h2 .highlight-text{
	color: #000000!important;
	transition: all 0.3s ease;
}

.cta-banner.large-button:hover h2 .highlight-text{
	color: #E58900!important;
}

.cta-banner.large-button i{
	color: #000!important;
	margin-right: 20px;
	font-size: 64px;
	vertical-align: middle;
	transition: all 0.3s ease;
}

.cta-banner.large-button:hover{
	background-color: #000;	
}

.cta-banner.large-button:hover i{
	color: #E58900!important;
}

.cta-banner.separate-button{
	display: block;
	width: 100%;
	color: #000;
	padding: 30px 0;
	text-align: center;
}

.cta-banner.separate-button i{
	color: #E58900!important;
	margin-right: 20px;
	font-size: 64px;
	vertical-align: sub;
}

.cta-banner.separate-button h2{
	color: #000!important;
	line-height: 78px;
	border: none;
	margin: 0!important;
	padding: 0;
}

.cta-banner.separate-button h2 .highlight-text{
	color: #E58900!important;
}

.cta-banner-separate-button{
	font-size: 16px!important;
	margin-top:40px!important;
}

/**** Client Logos ****/
.client-logo{
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 120px;
}

.client-logo img{
	max-width: 200px;
	max-height: 120px;
}

/**** Blog Posts ****/
.blog-article{
	margin-bottom:60px;
}

.loading-gif{
	display: none;
	position: absolute;
	bottom: -30px;
	left:50%;
	transform: translateX(-50%);
}

.is-loading .loading-gif{
	display: block;
}


/**** WooCommerce ****/
.woocommerce{
	min-height: 300px;
}

#page-content .wc_wrapper{
	max-width: 100%;
	margin: 0;
	background-color: #EBEBEB;
}

#page-content .wc_wrapper .wc_content{
	max-width: 1280px;
	width: 90%;
    margin: 0 auto;
    padding: 80px 0;
}

.woocommerce .products ul, .woocommerce ul.products {
    margin: 40px auto;
    max-width: 1130px;
}

#page-content .woocommerce-message{
	position: relative;
	top: -30px;
}

.woocommerce-info {
    border-top-color: #E58900;
}
.woocommerce-info::before{
	color: #E58900;
}

#breadcrumbs{
	position: relative;
	top: -20px;
}

#page-hero #breadcrumbs{
	color:#fff;	
}

#breadcrumbs a{
	text-decoration: none;
	color: #666;
	transition: all 0.3s ease; 
}

#page-hero #breadcrumbs a{
	color:#999;	
}

#breadcrumbs a:hover{
	color: #E58900;
}

#breadcrumbs .breadcrumb_last{
	color: #E58900;
}

#breadcrumbs .separator{
	margin: 0 8px;	
}

#page-content .wc_wrapper .product_title{
	font-family: "RalewayBlack";
	border-bottom: 4px dashed #E58900;
	padding-bottom:12px;
}

#page-content .wc_wrapper .price{
	color: #000;
	font-size: 26px;
	font-weight: bold;
}

#page-content .wc_wrapper .woocommerce-product-details__short-description{
	line-height: 26px;
	color: #333;
}

#page-content .wc_wrapper .woocommerce-product-gallery .flex-viewport{
    border: 3px solid #ccc;
    border-radius: 20px 0;
    margin-right: 4px!important;
    box-sizing: border-box;
    background-color: #fff;
}

#page-content .wc_wrapper .woocommerce-product-gallery__image img{
	border-radius: 20px 0;
	padding: 1px;
}

#page-content .wc_wrapper .product .images .flex-control-thumbs{
	margin-top: 20px;
}

#page-content .wc_wrapper .product .images .flex-control-thumbs li {
    width: calc(25% - 10px);
    float: left;
    margin: 0 10px 10px 0;
    list-style: none;
    border: 3px solid #CCC;
    border-radius: 20px 0;
    box-sizing: border-box;
}

#page-content .wc_wrapper .product .images .flex-control-thumbs li img{
	border-radius:20px 0;
}

#page-content .wc_wrapper .product .cart .variations td, .woocommerce div.product form.cart .variations th{
	text-align: left;
	vertical-align: middle;
}

#page-content .wc_wrapper .product .cart .variations select {
    border: 2px solid #ccc;
    padding: 14px;
    box-sizing: content-box;
    margin: 6px;
}

#page-content .wc_wrapper .woocommerce-variation-price{
	margin-bottom:18px;
}

#page-content .wc_wrapper .woocommerce-variation-price .price{
	font-size: 36px;
	color: #E58900;
	margin-bottom: 16px;
}

.woocommerce .quantity .qty{
	border: 2px solid #ccc;
    padding: 14px;
    box-sizing: content-box;
    margin: 6px;
}

.woocommerce div.product form.cart .button {
    top: 6px;
    padding: 16px 22px;
    box-sizing: content-box;
    background-color: #E58900;
    font-family: 'RalewayBlack';
    text-transform: uppercase;
	border-radius: 8px 0;
	transition: all 0.3s ease;
} 

.woocommerce div.product form.cart .button:after{
	font-family: "Font Awesome 6 Free";
	content: '\f217';
	margin-left: 12px;
	font-weight: bold;
} 

.woocommerce div.product form.cart .button:hover{
	background-color: #000;
}

.woocommerce div.product .woocommerce-tabs ul.tabs{
	margin:0;
	position: relative;
	top: 3px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before{
	display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li{
	border: 3px solid #ccc;
	border-radius:8px 8px 0 0;
	left: -11px;
	top: 10px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    border: 3px solid #ccc;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after{
	display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    display: block;
    padding: 0.5em 16px;
    font-weight: 500;
    color: #000;
    text-decoration: none;
    height: 48px;
    width: 100%;
    box-sizing: border-box;
    line-height: 28px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{
	background-color: #fff;
} 

.woocommerce div.product .woocommerce-tabs .panel {
    margin: 0;
    padding: 40px;
    background-color: #fff;
	border: 3px solid #ccc;
	line-height: 32px;
	border-radius:0 0 20px 0;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
	margin: 0 1.8% 2.492em 0;
	width: 23.15%;
	box-sizing:border-box;
}

.woocommerce .products .product-category{
	border-radius:12px 0;
	height: 250px;
	position: relative;
}

.woocommerce .products .product-category img{
	border-radius:12px 0;
	margin: 0;
	height: 250px!important;
	object-fit: cover;
}

.woocommerce .products .product-category h2.woocommerce-loop-category__title{
	background-color: #E58900;
	color: #fff!important;
	font-size: 12px!important;
	text-transform: uppercase;
	border-radius:0 0 12px 0;
	border:	none;
	display: flex;
	justify-content: center;
	align-content: center;
	flex-direction: column;
	text-align: center;
	padding: 8px!important;
	height: 40px;
	position: relative;
	top: -63px;
	transition: all 0.3s ease;
}

.woocommerce .products .product-category:hover h2.woocommerce-loop-category__title{
	background-color: #000;
}

.woocommerce .products .product-category .category_thumbnail_overlay{
	opacity: 0;
	background: rgb(0,0,0,0.6);
	position: absolute;
	box-sizing: border-box;
	top: 0;
	left: 0;
	width:100%;
	height: 220px;
	padding: 8%;
	color: #fff!important;
	font-size: 12px;
	text-align: center;
	line-height: 16px;
	font-weight: normal;
	transition: all 0.3s ease;
	border-radius: 12px 0 0 0;
}

.woocommerce .products .product-category:hover .category_thumbnail_overlay{
	opacity: 1;
	transition: all 0.3s ease;
}

.woocommerce .products .product-category .category_thumbnail_overlay .category_thumbnail_overlay_content{
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.woocommerce .products .product-category .category_thumbnail_overlay .button-wrapper{
	width: 100%;
	display: block;
	text-align: center;
	margin-top: 12px;
}

.woocommerce .products .product-category .category_thumbnail_overlay .button{
    background-color: #E58900;
    color: #fff;
    font-size: 12px;
    font-family: 'RalewayBlack';
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 6px 0;
    padding: 12px 18px;
    display: inline-block;
    transition: all 0.3s ease;
    margin: auto;
}

.woocommerce .products .product-category .category_thumbnail_overlay .button:after{
	font-family: "Font Awesome 6 Free";
	content: '\f35a';
	margin-left: 12px;
	font-weight: bold;	
}

.woocommerce .products .product-category .category_thumbnail_overlay .button:hover{
	background-color: #000;
}

.woocommerce .products .product{
	border:1px solid #ccc;
	border-radius: 22px 0;
	background-color: #000;
}

.woocommerce ul.products li.product a img{
	border-radius: 20px 0 0 0;
	margin: 0!important;
}

.woocommerce ul.products .product h2{
	color: #fff!important;
	font-size: 14px!important;
	padding: 18px!important;
	margin: 0!important;
	width: 100%;
	box-sizing: border-box;
	border: none;
	min-height:68px;
}

.woocommerce ul.products li.product .price{
	color: #fff;
	padding: 0 18px;
}

.woocommerce ul.products li.product .price .woocommerce-Price-amount{
	color: #E58900;
	font-size: 23px;
	font-weight: bold;
}

.woocommerce ul.products li.product .button{
	display: block;
	width: calc(100% - 34px);
	background-color: #E58900!important;
	color: #fff!important;
	font-size: 12px!important;
	font-family: 'RalewayBlack';
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 12px 0!important;
	padding: 14px 30px 14px 30px!important;
	transition: all 0.3s ease;
	box-sizing: border-box;
	margin: 18px auto;
	text-align: center;
	border: 2px solid #E58900!important;
}

.woocommerce ul.products li.product .button:after{
	font-family: "Font Awesome 6 Free";
	content: '\f35a';
	margin-left: 12px;
	font-weight: bold;
	color: #fff;
}

.woocommerce ul.products li.product .button:hover{
	background-color: #000!important;
}

/* cart */
.woocommerce .cart-empty.woocommerce-info{
	max-width: 1180px;
	margin: 40px auto;
}

.woocommerce .return-to-shop{
	max-width: 1180px;
	margin: 0 auto;
}

.woocommerce .return-to-shop .button{
	background-color: #E58900!important;
	color: #fff!important;
	font-size: 14px!important;
	font-family: 'RalewayBlack';
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 12px 0!important;
	padding: 14px 30px 14px 30px!important;
	transition: all 0.3s ease;
	box-sizing: border-box;
	margin: 18px auto;
	text-align: center;
	border: 2px solid #E58900!important;
}

.woocommerce-checkout .wc_content{
	padding: 26px 0 80px 0!important;
}

.woocommerce .wc_content .woocommerce-cart-form{
	background-color: #fff;
	border-radius: 20px 0;
	border: 3px solid #ccc;
	padding: 20px;
}

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img{
	width: 100px;
}

.woocommerce-page table.cart td.actions{
	padding-top: 20px;
}

#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text{
	min-width: 160px;
	border: 2px solid #ccc;
	height: 36px;
}

.woocommerce table.shop_table{
	border-radius: 17px 0;
	border: none;
	margin: 0;
}

.woocommerce td.product-name dl.variation p{
	display: inline-block;
	margin: 0;
}

.woocommerce .cart .button, .woocommerce .cart input.button{
	font-family: 'RalewayBlack';
	text-transform: uppercase;
	font-size: 14px;
	padding: 11px 16px;
	border-radius: 8px 0;
	background-color: #444;
	color: #fff;
	transition: all 0.3s ease;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button{
	font-family: 'RalewayBlack';
	background-color: #E58900;
	color: #fff;
	text-transform: uppercase;
	transition: all 0.3s ease;
	border-radius: 14px 0;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button:after, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:after, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:after{
	font-family: "Font Awesome 6 Free";
	content: '\f35a';
	margin-left: 12px;
	font-weight: bold;
	color: #fff;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover{
	background-color: #000;	
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    float: right;
    width: 34%;
    min-width: 380px;
    background-color: #fff;
    margin: 30px 0;
    padding: 10px 30px 0 30px;
    border: 3px solid #ccc;
    border-radius: 18px 0;
}

/* checkout */
.woocommerce .checkout #customer_details{
	width: 48%;
	float: left;
	background-color: #fff;
	padding: 30px;
	box-sizing: border-box;
	border-radius: 20px 0;
	border: 3px solid #ccc;
}

.woocommerce .checkout #order_review_heading, .woocommerce .checkout #order_review{
	width: 48%;
	float: right;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2, .woocommerce .checkout .woocommerce-additional-fields{
	width: 100%;
}

.woocommerce-checkout .woocommerce-form-coupon-toggle{
	background-color: #EBEBEB;
	margin:0;
	padding: 40px 0 0 0;
}

.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info{
	max-width: 1180px;
	margin: 0 auto;
}

.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info .showcoupon{
	color:#E58900 
}
.woocommerce form .form-row input.input-text{
	height: 36px;
	border: 2px solid #ccc;
	padding:8px;
}
.woocommerce form .form-row textarea{
	border: 2px solid #ccc;
	padding:8px;
}

.woocommerce-privacy-policy-text{
	line-height: 26px;
    font-size: 14px;
}

.woocommerce-privacy-policy-text a{
	color: #E58900;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order{
	font-family: 'RalewayBlack';
	background-color: #E58900;
	color: #fff;
	text-transform: uppercase;
	transition: all 0.3s ease;
	border-radius: 8px 0;
	padding: 28px;
	width: 100%;
	font-size: 20px;
}

.woocommerce #payment #place_order:after, .woocommerce-page #payment #place_order:after{
	font-family: "Font Awesome 6 Free";
	content: '\f35a';
	margin-left: 12px;
	font-weight: bold;
	color: #fff;
}

.woocommerce #payment #place_order:hover, .woocommerce-page #payment #place_order:hover{
	background-color: #000!important;	
}

.woocommerce-order{
	max-width: 1280px;
    margin: 80px auto;	
}

/* account */
.woocommerce-account #page-content{
	background-color: #ebebeb;
}

.woocommerce-account .woocommerce{
	max-width: 1180px;
	margin: auto;
	padding: 80px;
}

.woocommerce-account:not(.logged-in) .woocommerce{
	max-width: 480px;
	margin: 0 auto;
}

.woocommerce-account .woocommerce .woocommerce-form-login{
	background-color: #fff;
	border-radius: 18px 0;
	border: 2px solid #ccc;
}

.woocommerce-account .woocommerce .woocommerce-form-login p a{
	color: #E58900;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit{
	font-family: 'RalewayBlack';
	background-color: #E58900;
	color: #fff;
	text-transform: uppercase;
	transition: all 0.3s ease;
	border-radius: 8px 0;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit:after{
	font-family: "Font Awesome 6 Free";
	content: '\f2f6';
	margin-left: 12px;
	font-weight: bold;
	color: #fff;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover{
	background-color: #000;
	color: #fff;
}

.woocommerce-MyAccount-content .woocommerce-notices-wrapper{
	margin-top:50px!important;
}

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

.woocommerce-MyAccount-navigation li{
	list-style: none;
	padding: 12px 20px;
	background-color: #000;
	color: #fff;
	font-size: 16px;
	margin: 8px 0;
}

.woocommerce-MyAccount-navigation li.is-active{
	background-color: #E58900;
}

.woocommerce-MyAccount-navigation li a{
	color: #fff;
	text-decoration: none;
}

.woocommerce-account .woocommerce-MyAccount-content{
    background-color: #fff;
    border-radius: 20px 0;
    border: 3px solid #ccc;
    padding: 0 60px 60px;
    box-sizing: border-box;
}

.woocommerce a.added_to_cart{
	color: #fff;
    text-align: center;
    width: 100%;
    line-height: 32px;
    top: -13px;
    position: relative;
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last{
	width: 46%;
	box-sizing: border-box;
}

#order_review{
	max-width: 960px;
	margin: 60px auto;
}


/**** FORMS ****/
.gform_wrapper{
	max-width: 640px;
	width:100%;
	margin: auto;	
}

.gform_wrapper .gsection{
	margin-top:60px;
}

.gform_wrapper .gform_button{
    background-color: #E58900!important;
    color: #fff!important;
    font-size: 14px!important;
    font-family: 'RalewayBlack';
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 12px 0!important;
    padding: 20px 30px 20px 30px!important;
    display: inline-block!important;
	transition: all 0.3s ease;
	cursor: pointer;
	border: none;
	margin: auto;
}

.gform_wrapper .gform_button:hover{
	background-color: #000!important;
}

.lp-gform-custom_wrapper {
  max-width: none!important;
}

.lp-gform-custom_wrapper .gform-dark {
  color: #fff;
}


/**** FOOTER ****/
#footer{
	width:100%;
	background-color: #000;
	padding:60px 0;
	margin-top:0;
}

#footer-content{
	width:90%;
	max-width:1280px;
	margin: 0 auto;
	display:grid;
	grid-template-columns:25% 25% 25% 25%;
}

.footer-column{
	color: #fff;
	line-height: 24px;
}

.footer-column h4{
	color: #E58900;
	font-family: 'RalewayBlack';
}

.footer-column a{
	text-decoration: none;
	color: #fff;
}

.footer-column a:hover{
	color:#E58900;
}

.footer-column ul{
	margin:0;
	padding:0;
	list-style: none;
}

.footer-column ul li{
	margin-bottom: 10px;	
}

.footer-column ul li a{
	color: #fff;
}

.footer-column-1, .footer-column-2, .footer-column-3{
	box-sizing: border-box;
	padding-right:30px;
}

.footer-column-4{
	text-align: right;
}

.footer-column-4 i{
	color:#E58900;
	margin-right: 8px;
}

.footer-column .woocommerce ul.products li.product{
	margin:0;
}

.footer-column .woocommerce ul.products li.product a img{
	display: none;
}

.footer-column .product-category h2{
	font-weight: normal;
	padding: 0 0 10px 0!important;
}

#bottom-bar{
	background-color: #E58900;
	width:100%;
	height:40px;
	color: #fff;
}

#bottom-bar-content{
	width:90%;
	max-width:1280px;
	margin: auto;
	height:40px;
	line-height: 40px;
}

#bottom-bar-content a{
	text-decoration: none;
	font-weight: bold;
	color:#fff;
}

.bottom-bar-left{
	float:left;
}

.bottom-bar-right{
	float:right;
}

/**** LANDING PAGE ****/

.lp-icon-grid-custom .icon-box {
  background: none;
}

.lp-icon-grid-custom .icon-box .fa-icon-container i{
  color: #e58900;  
}

/**** RESPONSIVE ****/
@media only screen and (max-width: 1080px){	
	#nav-left{
		width: calc(50% - 80px);
	}

	#nav-left ul li{
		margin-right:16px;
	}
	
	#nav-right ul li{
		margin-left:16px;
	}

	#nav-right{
		display: inline-block;
		width: calc(50% - 80px);
		text-align: right;
	}

	#nav-left ul, #nav-right ul{
		padding: 0;
	}
	
	#logo{
		width: 150px;
		text-align: center;
	}
	
	#logo img{
		margin: -50%;	
	}
}

@media only screen and (max-width: 960px){
	#footer-content{
		grid-template-columns:50% 50%;
	}
	#logo{
		float: left;
	}
	#nav-left, #nav-right{
		display: none;
	}
	#mobile-nav-button{
		display: block;
		float: right;
	}
	#header.sticky #logo{
		top: 7px;
		left: -27px;
	}
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
		width: 31.15%;
	}
	.woocommerce .checkout #customer_details{
		width: 100%;
	}
	.woocommerce .checkout #order_review_heading, .woocommerce .checkout #order_review{
		width: 100%;
	}
}

@media only screen and (max-width: 820px){
	#main-content .wp-block-image figure{
		width: calc(100% - 40px);
		margin: 20px auto;
	}
	#main-content .wp-block-image figure img{
		width:100%;	
	}
	.icon-box{
		max-width: 80%;
	}
	.content-row .wp-block-column:not(:first-child){
		margin: 0!important;
	}
}

@media only screen and (max-width: 740px){
	#footer-content{
		grid-template-columns:100%;
	}
	.footer-column-4 {
		text-align: left;
	}
	.hide-mobile{
		display: none;
	}
}

@media only screen and (max-width: 660px){
	
	#page-hero .hero-slide-content{
		width: 90%;
		left: 50px;
	}
	
	#page-hero .hero-slide-content h1{
		font-size: 32px;
	}

	#page-hero .hero-slide-content h2{
		font-size: 24px;
		line-height: 46px;
		width: 80%;
		min-width: 0;
	}

	#page-hero .hero-slide-content p.description{
		font-size: 16px;
		width: 80%;
		min-width: 0;
	}
	
	#page-hero .hero-slide-content .hero-divider{
		width: 90%;
		min-width: 0;
	}
	#bottom-bar, #bottom-bar-content{
		height: 80px;	
	}
}

@media only screen and (max-width: 540px){
	.wp-block-latest-posts li{
		flex-basis:100%;
	}
	.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals{
		width: 100%;
		box-sizing: border-box;
	}
}

@media only screen and (max-width: 460px){
	.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product{
		width: 100%;
	}
	.content-row{
		width: 80%;
	}
}


.wag-cart {
	position: relative;
	color: #E58900;
	text-decoration: none;
	padding: 0.5rem;
	background-color: transparent;
	border-radius: 1rem;
	/* display: none; */
}

.sticky .wag-cart {
	margin-top: 8px;
}

.wag-cart:hover {
	background-color: #E58900;
	color: #000000;
}

@media (max-width: 959px) {
	.wag-cart {
		display: inline-flex;
		float: right;
		margin-top: 20px;
	}
}

.wag-cart i {
	font-size: 24px;
}

@media (min-width: 960px) {


.wag-cart:hover {
	background-color: transparent;
	color: #E58900;
}
}

.wag-cart span.wag-basket-badge {
	position: absolute;
	background-color: #ffffff;
	color: #000000;
	width: 18px;
	height: 18px;
	border-radius: 9px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size: 12px;
	top: -3px;
	right: -3px;
}

#top-bar-left a:last-child,
#chat-widget-container {
  display: none; 
}