/*
Theme Name: 	Watchguard
Theme URI: 		https://ciloo.com
Template: 		storefront
Author: 		Ciloo
Author URI: 	https://ciloo.com
Description: 	Storefront is the perfect theme for your next WooCommerce project. Designed and developed by WooCommerce Core developers, it features a bespoke integration with WooCommerce itself plus many of the most popular customer facing WooCommerce extensions. There are several layout &amp; color options to personalise your shop, multiple widget regions, a responsive design and much more. Developers will love its lean and extensible codebase making it a joy to customize and extend. Looking for a WooCommerce theme? Look no further!
Tags: 			e-commerce,two-columns,left-sidebar,right-sidebar,custom-background,custom-colors,custom-header,custom-menu,featured-images,full-width-template,threaded-comments,accessibility-ready,rtl-language-support,footer-widgets,sticky-post,theme-options,editor-style
Version: 		1.0.16
Updated: 		2022-12-16
Text Domain: 	centric
*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700;800&display=swap');

body{
	font-family: 'Open Sans',Arial,Helvetica,sans-serif;;
}
img{
	max-width: 100%;
}
a{
	transition: ease all 0.3s;
}
h1{
	font-size: 70px;
	font-weight: bold;
	color: #000;
	letter-spacing: normal;
}
@media screen and (max-width: 992px) {
	h1{
		font-size: 50px;
		line-height: 1.2;
	}
}
@media screen and (max-width: 576px) {
	h1{
		font-size: 35px;
		line-height: 1.2;
	}
}
h2{
	font: bold 36px 'Open Sans';
	color: #000;
}
*{
	outline: none!important;
	box-sizing: border-box;
}
button.cta,
button.alt,
input[type='button'].cta,
input[type='button'].alt,
input[type='reset'].cta,
input[type='reset'].alt,
input[type='submit'].cta,
input[type='submit'].alt,
.button.cta,
.button.alt,
.wc-block-grid__products .wc-block-grid__product .wp-block-button__link.cta,
.wc-block-grid__products .wc-block-grid__product .wp-block-button__link.alt,
.added_to_cart.cta,
.added_to_cart.alt,
button, input[type='button'], input[type='reset'], input[type='submit'], .button, .wc-block-grid__products .wc-block-grid__product .wp-block-button__link, .added_to_cart{
	background: #E81410;
	border-radius: 4px;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	transition: ease all 0.3s;
}
button.cta:hover,
button.alt:hover,
input[type='button'].cta:hover,
input[type='button'].alt:hover,
input[type='reset'].cta:hover,
input[type='reset'].alt:hover,
input[type='submit'].cta:hover,
input[type='submit'].alt:hover,
.button.cta:hover,
.button.alt:hover,
.wc-block-grid__products .wc-block-grid__product .wp-block-button__link.cta:hover,
.wc-block-grid__products .wc-block-grid__product .wp-block-button__link.alt:hover,
.added_to_cart.cta:hover,
.added_to_cart.alt:hover,
button:hover,
input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover,
.button:hover,
.wc-block-grid__products .wc-block-grid__product .wp-block-button__link:hover,
.added_to_cart:hover {
	background: #B32317;
	color: #FFFFFF;
}
input[type='text'], input[type='number'], input[type='email'], input[type='tel'], input[type='url'], input[type='password'], input[type='search'], textarea, .input-text{
	background: #F1F1F1;
    border-radius: 4px;
    color: #231F20;
    box-shadow: none;
}
.form-row select{
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background: #F1F1F1 url(images/chevron-down.svg) no-repeat;
	background-position: center right 10px;
	background-size: 20px;
    border-radius: 4px;
    color: #231F20;
    box-shadow: none;
    border:0;
}
@media screen and (max-width: 66.4989378333em){
	.col-full {
	    padding-left: 2.617924em;
	    padding-right: 2.617924em;
	    margin: 0;
	    width: 100%;
	    box-sizing: border-box;
	}
}

.site-content{
	padding: 30px 0;
}
.home .site-content{
	padding: 0;
}
/*HEADER*/
.site-header{
	padding: 0;
}
.header__row{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	width: 100%;
	min-height: 70px;
}
.top_logo_contianer {
	margin-right: 70px;
}
.top_logo_contianer a{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	width: 159px;
}
.top_logo_contianer a img{
	width: 100%;
}
.main-navigation a {
	font-size: 17px;
}
.main-navigation ul.menu > li > a, .main-navigation ul.nav-menu > li > a{
	padding: 1.2em 1em;
}
.main-navigation ul.menu > li.menu-item-has-children > a::after, .main-navigation ul.menu > li.page_item_has_children > a::after, .main-navigation ul.nav-menu > li.menu-item-has-children > a::after, .main-navigation ul.nav-menu > li.page_item_has_children > a::after{
	margin-left: 4px;
}
.main-navigation ul.menu ul a, .main-navigation ul.menu ul li > a, .main-navigation ul.menu ul li, .main-navigation ul.nav-menu ul a, .main-navigation ul.nav-menu ul li > a, .main-navigation ul.nav-menu ul li{
 color: #000;
}
.main-navigation ul.menu ul a:hover, .main-navigation ul.menu ul li:hover > a, .main-navigation ul.menu ul li.focus, .main-navigation ul.nav-menu ul a:hover, .main-navigation ul.nav-menu ul li:hover > a, .main-navigation ul.nav-menu ul li.focus{
	color: #666;
	background: transparent;
}
.main-navigation ul.menu li.menu-item-has-children {
	white-space: nowrap;
}
.main-navigation ul.menu li.menu-item-has-children a:after{
	transition: ease all 0.3s;
	font-size: 14px;
}
.main-navigation ul.menu li.menu-item-has-children:hover a:after{
	transform: rotate(-180deg);
}
.main-navigation ul.menu ul.sub-menu, .main-navigation ul.nav-menu ul.children{
	background: #eee;
	border:1px solid #eee;
}
@media screen and (max-width: 1100px) {
	.main-navigation ul.menu > li > a, .main-navigation ul.nav-menu > li > a{
		padding: 20px 10px;
	}
}
@media screen and (max-width: 992px) {
	.top_logo_contianer{
		margin-right: 20px;
	}
	.main-navigation ul.menu > li > a, .main-navigation ul.nav-menu > li > a{
		font-size: 15px;
		padding: 20px 5px;
	}
}
@media screen and (max-width: 860px) {
	.main-navigation ul.menu > li > a, .main-navigation ul.nav-menu > li > a{
		font-size: 13px;
		padding: 20px 2px;
	}
	.main-navigation ul.menu li.menu-item-has-children a:after{
		font-size: 12px;
	}
}
.woocommerce-active .site-header .main-navigation{
	width:auto;
	margin-right: 0;
	margin-left: auto;
}
.woocommerce-active .site-header .site-search{
	width: 572px;
	max-width: 100%;
	margin: 0 30px 0 0;
	border-left: 1px solid #F5F5F5;
	border-right: 1px solid #F5F5F5;
}
.site-search .widget_product_search form input[type=search],
.site-search .widget_product_search form input[type=text]{
	font-size: 16px;
	color: #888888;
	height: 72px;
	background: #fff;
	border:0;
	box-shadow: none;
	padding: 20px 50px 20px 20px;
}
.site-search .widget_product_search form::before{
	top:26px;
	left: auto;
	right: 20px;
	font-size: 18px;
	color: #000000;
}
#top-cart{
	margin-left: 20px;
}
.top-cart-icon .total,
.top-cart-icon .fa{
	display: none;
}
.cart-items{
	background: #B32317;
	display: block;
	position: relative;
	border-radius: 2px;
	padding: 9px 20px 9px 15px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
.cart-items svg{
	margin-right: 5px;
}
.cart-items:after{
	content: "Cart";
	position: relative;
	display: inline-block;
	color: #fff;
}
.cart-items .count{
	width: 22px;
	height: 22px;
	border:2px solid #fff;
	border-radius: 50%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	color: #fff;
	background:#035996;
	font-weight: bold;
	font-size: 10px;
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
    top: -7px;
    right: -7px;
}


@media screen and (max-width: 767px) {
    .site-header{
        height: 60px;
        position: relative;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -ms-align-items: center;
        align-items: center;
    }
    .site-header:before,
    .site-header:after{
        display: none;
    }
    .top_logo_contianer{
    	margin-right: 10px;
    }
    .main-navigation{
        position: absolute;
        right: 0;
        width: 100%;
        background:#fff;
        top: 100%;
        padding:0 20px;
    }
    .woocommerce-active .site-header .main-navigation{
    	width: 100%;
    }
    .primary-navigation{
        display: block;
    }
    .main-navigation div.menu:last-child{
        display: none;
    }
    button.menu-toggle{
        margin-top: -50px;
        border:0;
        padding: 0;
        right: 17px;
    }
    button.menu-toggle span{
        width: 40px;
        height: 40px;
        display: block;
        font-size: 0;
    }
    button.menu-toggle::before, button.menu-toggle::after,
    button.menu-toggle span::before{
        width: 40px;
        left: 0;
    }
    button.menu-toggle::after{
        -webkit-transform: translateY(8px);
        -ms-transform: translateY(8px);
        transform: translateY(8px);
    }
    button.menu-toggle::before {
        -webkit-transform: translateY(-8px);
        -ms-transform: translateY(-8px);
        transform: translateY(-8px);
    }
    .toggled button.menu-toggle::before,
    .toggled button.menu-toggle::after {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .toggled button.menu-toggle::after {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .main-navigation ul.menu > li > a, .main-navigation ul.nav-menu > li > a{
        text-align: center;
        font-size: 18px;
        padding: 10px 0;
    }
    .main-navigation ul.menu > li:last-child{
        margin-bottom: 20px;
    }
    .main-navigation ul ul{
        text-align: center;
        margin: 0;
        text-transform: uppercase;
    }
    .main-navigation ul.sub-menu li a {
        padding: 5px 0;
        font-size: 14px;
    }
    #top-cart{
    	margin-right: 50px;
    	margin-left: auto;
    }
    .main-navigation ul.menu ul.sub-menu, .main-navigation ul.nav-menu ul.children{
    	background: transparent;
    	border:0;
    }
}
@media screen and (max-width: 450px) {
	.cart-items{
		background: transparent;
		padding: 0;
	}
	.cart-items svg {
		stroke: #035996;
	}
	.cart-items:after{
		display: none;
	}
}
@media screen and (max-width: 400px) {
	.top_logo_contianer a{
		width: 120px;
	}	
}
/*BANNER*/
.homepage_hero_section{
	height: 410px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: flex-end;
	align-items: flex-end;
	width: 100%;
	overflow: hidden;
	background-size: cover;
	background-position: bottom center;
	position: relative;
}
.homepage_hero_section .col-full{
	position: relative;
	height: 100%;
}
.homepage_hero_section .home-slider__logo{
	height: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	width: 500px;
	max-width: 100%;
	margin: 0 auto;
}
.homepage_hero_section h1{
	margin: 0;
	color: #fff;
	font-size: 55px;
	padding-bottom: 30px;
	display: none;
}
@media screen and (max-width: 768px) {
	.homepage_hero_section{
		background-position: bottom left;
		height: 400px;
	}

}
/*HOMEPAGE TEXT*/
.homepage-text-bg{
	background: #e81410;
}
.homepage-text {
	padding: 80px 0;
	position: relative;
}
.homepage-text:before{
	content: "";
	position: absolute;
	left:-44px;
	bottom: -42px;
	width: 88px;
	height: 44px;
	background: url(./images/notch-green.svg) no-repeat;
}
.homepage-text p{
	font-size: 18px;
	color: #FFFFFF;
}
.homepage-text__wrap {
	max-width: 570px;
	margin-bottom: 38px;
}
.link {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	font-size: 18px;
	color: #fff;
}
.link img{
	margin-right: 8px;
}
.link u{
	text-decoration: none;
	line-height: 1.3;
	position: relative;
}
.link u:before,
.link u:after {
    position: absolute;
    bottom: 0;
    content: "";
    height: 1px;
    background: #fff;
    width:50%;
    -webkit-transition: ease all 0.3s;
    transition: ease all 0.3s;
    left: 50%;
}
.link u:before{
	position: absolute;
	bottom: 0;
	content: "";
	height: 1px;
	background: #fff;
	width: 50%;
	-webkit-transition: ease all 0.3s;
	transition: ease all 0.3s;
	left: 49%;
}
.link u:after {
	-webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
.link:hover u:before,
.link:hover u:after {
    width: 0%;
}
.link:hover u:after {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
@media screen and (max-width: 576px){
	.homepage-text{
		padding: 60px 0;
	}
	.homepage-text p{
		font-size: 16px;
	}
}
/*CATEGORIES*/
.categories_section{
	padding: 100px 0 70px;
}
.categories_content .heading_wrapper h2{
	margin: 0 0 5px;
}
.button_container a{
	font-size: 18px;
	font-weight: bold;
	color: #000;
}
.button_container a{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
.button_container a img{
	margin-right: 10px;
}
.button_container{
	margin-bottom: 25px;
}
.categories_container{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.categories_container .item{
	flex: 0 0 50%;
	max-width: 50%;
	padding: 0 15px;
	margin: 0 0 30px;
	position: relative;
}
.categories_container .inner_item{
    padding-top: 66%;
    border-radius: 15px;
    overflow: hidden;
    height: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;   
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; 
}
.categories_container .item .image_wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.categories_container .item a .image_wrapper img{
	transition: ease all 0.3s;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.categories_container .item a:hover .image_wrapper img{
	transform: scale(1.1);
}
.categories_container .product_title{
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 25px;
	z-index: 3;
	width: 100%;
    background: transparent -webkit-linear-gradient(270deg, #00000000 0%, #00000080 100%) 0% 0% no-repeat;
    background: transparent linear-gradient(180deg, #00000000 0%, #00000080 100%) 0% 0% no-repeat;
}
.categories_container .product_title .title{
	font-size: 28px;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	margin-bottom: 10px;
}
.categories_container .product_title .view_products {
	font-size: 12px;
    line-height: 28px;
    height: auto;
    line-height: 32px;
    min-width: 94px;
    background: #e81410;
    border-radius: 4px;
    color: #fff;
    padding: 0px 15px;
    display: inline-block;
    font-weight: 600;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.categories_container .product_title .view_products:hover{
	background: #b32317;
}
@media screen and (max-width: 992px){
	.categories_container .item{
		flex: 0 0 50%;
    	max-width: 50%;
	}
	.categories_container .product_title .title{
		font-size: 18px;
	}
}
@media screen and (max-width: 576px){
	.categories_section{
		padding: 30px 0 30px;
	}
	.categories_container{
		margin: 0 -5px;
	}
	.categories_container .item{
		padding: 0 5px;
		margin-bottom: 10px;
	}	
	.categories_container .product_title{
		padding: 15px;
	}
	.categories_container .product_title .view_products{
		font-size: 14px;
	}
	.categories_container .product_title .title{
		font-size: 14px;
	}
}
@media screen and (max-width:400px){
	.categories_container{
		margin: 0;
	}
	.categories_container .item{
		flex: 0 0 100%;
    	max-width: 100%;
    	padding: 0;
	}
}
/*SHOP PAGE*/
.right-sidebar .content-area{
	width: 100%;
	margin: 0;
	float: none;
}
.right-sidebar .widget-area {
	display: none;
}
.woocommerce-products-header__title.page-title{
	font-size: 36px;
	font-weight: bold;
	color: #000;
}
.storefront-sorting{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	flex-wrap: wrap;
	margin: 0;
	padding: 30px 0;
}
.storefront-sorting .woocommerce-result-count{
	display: none;
}
.storefront-sorting .woocommerce-ordering{
	margin-right: auto;
	float: none;
}
.storefront-sorting select{
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	width: auto;
    background: transparent;
    border: 1px solid #eee;
    padding: 10px 10px;
    color: #333333;
    font-size: 18px;
    text-align: right;
    background-image: url(images/down-arrow.png);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center right 10px;
    padding-right: 40px;
    max-width: 210px;
    border-radius: 3px;
}
.storefront-sorting select option {
    text-align: left;
}
.pagination, .woocommerce-pagination{
	border: 0;
	padding: 0;
}
ul.products + .storefront-sorting {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
}
.pagination .page-numbers li,
.woocommerce-pagination .page-numbers li {
	background: #FFFFFF;
	margin: 0 7px;
}
.pagination .page-numbers li .page-numbers,
.woocommerce-pagination .page-numbers li .page-numbers{
	width: 40px;
	height: 40px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	background: #fff;
	border-radius: 4px;
	font-weight: bold;
	font-size: 16px;
	color: #AAAAAA;
	border: 1px solid #DDDDDD;
	transition: ease all 0.3s;
}
.pagination .page-numbers li a.page-numbers:hover,
.woocommerce-pagination .page-numbers li a.page-numbers:hover {
	border-color: #e81410;
	color: #e81410;
	background: #fff;
}
.pagination .page-numbers li .page-numbers.current,
.woocommerce-pagination .page-numbers li .page-numbers.current{
	border-color: #e81410;
	color: #e81410;
	background: #fff;
}
.pagination .page-numbers li .page-numbers.next,
.woocommerce-pagination .page-numbers li .page-numbers.next,
.pagination .page-numbers li .page-numbers.prev,
.woocommerce-pagination .page-numbers li .page-numbers.prev {
	border-color: #035996;
	color: #035996;
}
.woocommerce-pagination .next::after{
	content: '\f105'
}
.woocommerce-pagination .prev::after{
	content: '\f104'
}



ul.products {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -22px;
}
.site-main ul.products li.product,
.site-main ul.products.columns-3 li.product{
	flex: 0 0 25%;
	max-width: 25%;
	padding: 0 22px;
	margin: 0 0 44px;
	position: relative;
}
.site-main ul.products li.product .woocommerce-LoopProduct-link.woocommerce-loop-product__link {	
	text-align: left;
	border-radius: 4px;
	height: 100%;
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}
.site-main ul.products li.product .woocommerce-LoopProduct-link.woocommerce-loop-product__link img{
	width: 100%;
	margin-bottom: 20px;
}
.site-main ul.products li.product .woocommerce-LoopProduct-link.woocommerce-loop-product__link h2{
	margin-top: auto;
	font: 20px/24px 'Open Sans';
	color: #231F20;
	padding-right: 85px;
}
.site-main ul.products li.product .woocommerce-LoopProduct-link.woocommerce-loop-product__link h2:hover{
	color: #B32317;
}
.site-main ul.products li.product .woocommerce-LoopProduct-link.woocommerce-loop-product__link .price {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	padding-right: 35px;
	margin-bottom: 8px;
}
.site-main ul.products li.product .woocommerce-LoopProduct-link.woocommerce-loop-product__link .price ins {
	order: -1;
	margin-left: 0;
	margin-right: 10px;
	font-weight: 600;
	font-size: 18px;
	color: #231F20;
}
.site-main ul.products li.product .woocommerce-LoopProduct-link.woocommerce-loop-product__link .price del {
	opacity: 1;
	font-size: 16px;
	color: #84817D;
}
.site-main ul.products li.product .woocommerce-LoopProduct-link.woocommerce-loop-product__link .onsale{
	border: 0;
	padding: 0;
	color: #e81410;
	position: absolute;
	top: 10px;
	right: 10px;
}
.site-main ul.products li.product .button.product_type_simple.add_to_cart_button {
	position: absolute;
	bottom: 10px;
	right: 22px;
	background: url(images/shopping-cart.svg) no-repeat;
	background-position: center;
	width: 30px;
	height: 30px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	font-size: 0;
	transition: ease all 0.3s;
}
.site-main ul.products li.product .added_to_cart{
	position: absolute;
	background: #fff url(images/eye.svg) no-repeat;
	background-position: center;
    right: 22px;
    bottom: 10px;
    z-index: 22;
    font-size: 14px;
    width: 30px;
    padding: 0;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.2;
    font-size: 0;
}
.site-main ul.products li.product .button.product_type_simple,
.site-main ul.products li.product .button.product_type_variable{
	position: absolute;
    right: 22px;
    bottom: 10px;
    z-index: 22;
    font-size: 14px;
    width: 50px;
    padding: 0;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.2;
    margin: 0;
    border-radius: 4px 0px;
}
.site-main ul.products li.product .button.product_type_variable{
  width: 60px;
}
.site-main ul.products li.product .added_to_cart:after{
	display: none;
}
.related.products{
	width: 100%;
	padding: 60px 0;
}
@media screen and (max-width: 1200px) {
	ul.products{
		margin: 0 -10px;
	}
	.site-main ul.products li.product, .site-main ul.products.columns-3 li.product{
		padding: 0 10px;
		margin-bottom: 20px;
	}
	.site-main ul.products li.product .woocommerce-LoopProduct-link.woocommerce-loop-product__link h2{
		font-size: 18px;
	}
}
@media screen and (max-width: 992px) {
	.site-main ul.products li.product, .site-main ul.products.columns-3 li.product{
		flex: 0 0 33.333%;
		max-width: 33.333%;
	}
}
@media screen and (max-width: 768px) {
	.site-main ul.products li.product, .site-main ul.products.columns-3 li.product{
		flex: 0 0 50%;
		max-width: 50%;
	}
	.storefront-sorting{
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
	.storefront-sorting .woocommerce-ordering{
		margin-left: auto;
		margin-right: auto;
	}
}
@media screen and (max-width: 420px) {
	ul.products{
		margin: 0;
	}
	.site-main ul.products li.product, .site-main ul.products.columns-3 li.product{
		flex: 0 0 100%;
		max-width: 100%;
		padding: 0;
	}
	.site-main ul.products li.product .add_to_cart_button,
	.site-main ul.products li.product .button.product_type_simple.add_to_cart_button,
	.site-main ul.products li.product .added_to_cart{
		right: 0px;
	}
}
/*TOP BANNER*/
.single_product_page_title {
    padding: 160px 0;
    background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
    overflow: hidden;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
/*BREAD CRUMBS*/
.storefront-breadcrumb{
	margin-bottom: 40px;
}
.woocommerce-breadcrumb{
	color: #B32317;
	font-size: 14px;
	font-weight: bold;
}
.woocommerce-breadcrumb a:first-of-type::before{
	display: none;
}
.woocommerce-breadcrumb a, a.woocommerce-review-link{
	color: #888;
	text-decoration: none;
	font-weight: normal;
}
.woocommerce-breadcrumb .breadcrumb-separator{
	text-indent: 0;
	color: #B32317;
	font-size: 14px;
}
.woocommerce-breadcrumb .breadcrumb-separator::after{
	display: none;
}
/*SINGLE PRODUCT*/
.single-product div.product{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	overflow: visible;
}
.single-product div.product .woocommerce-product-gallery{
	margin: 0;
	flex: 0 0 32%;
	max-width: 32%;
	padding: 0;
	justify-content: center;
}
.single-product div.product .woocommerce-product-gallery figure{
	width: 100%;
}
.single-product div.product .summary {
	flex: 0 0 68%;
	max-width: 68%;
	padding-left: 50px;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger{
	background: transparent;
	color: #e81410;
	transition: ease all 0.3s;
	background: #fff;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
	border-radius: 50%;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover{
	color: #035996;
	background: transparent;
}
.single-product div.product::before, .single-product div.product::after{
	display: none;
}
.single-product div.product .woocommerce-product-gallery__image {
	width: 566px;
	max-width: 100%;
	margin: 0 auto;
}
.single-product div.product .woocommerce-product-gallery__image a{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	padding: 30px;
}
.single-product div.product .woocommerce-product-gallery img {
	margin: 0 auto;
	width: 100%;
}
.single-product div.product .woocommerce-product-gallery .flex-viewport{
	border: 1px solid #F4F4F4;
	margin: 0 0 10px;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	order:-1;
	margin-right: 15px;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li,
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n){
	border: 1px solid #F4F4F4;
	border-radius: 4px;
	width: 70px;
	height: 70px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	margin: 0 10px 10px 0;
	transition: ease all 0.3s;
	padding: 10px;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:hover{
	border-color: #ABE0E7;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img{
	opacity: 1;
}
.single-product div.product .wc-block-grid__product-onsale,
.single-product div.product .onsale{
	border: 0;
    padding: 0;
    color: #e81410;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}
.single-product div.product .summary h1{
	font: 28px 'Open Sans';
	line-height: 1.3;
	color: #000000;
	margin: 0 0 8px;
}
.single-product div.product .summary .price{
	margin: 0 0 20px;
}
.single-product div.product .summary .price del{
	font-size: 18px;
}
.single-product div.product .summary .price ins {
	font-weight: bold;
	font-size: 22px;
	color: #000000;
}
.single-product div.product .summary .woocommerce-product-details__short-description {
	font-size: 14px;
	color: #000000;
}
.price-breakdown{
	display: none;
}
.single-product .price-breakdown-value.price-breakdown-total {
	font-weight: bold;
    font-size: 22px;
    color: #000000;
}
.single-product div.product form.cart .quantity .qty{
	background: #F1F1F1;
	border-radius: 4px;
	box-shadow: none;
	font-weight: bold;
	font-size: 18px;
	color: #231F20;
	width: 80px;
	height: 50px;
	padding: 15px;
	text-align: left;
}
.single-product div.product form.cart .single_add_to_cart_button {
	height: 50px;
	padding: 0;
	width: 180px;
}
.single-product div.product .product_meta {
	margin: 0;
	padding: 0;
	border:0;
}
.single-product div.product .product_meta {
	color: #000;
}
.single-product div.product .product_meta a{
	font-weight: normal;
	color: #000;
}
@media screen and (max-width: 1200px) {
	.single-product div.product .woocommerce-product-gallery .flex-control-thumbs{
		margin-right: 20px;
	}
	.single-product div.product .summary{
		padding-left: 30px;
	}
}
@media screen and (max-width: 992px) {
	.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li{
		width: 70px;
		height: 70px;
		margin-bottom: 10px;
	}
	.single-product div.product .woocommerce-product-gallery .flex-control-thumbs{
		margin-right: 10px;
	}
	.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li,
	.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n){
		width: 55px;
		height: 55px;
	}
}
@media screen and (max-width: 768px) {
	.single-product div.product .woocommerce-product-gallery,
	.single-product div.product .summary{
		flex: 0 0 100%;
    	max-width:100%;
    	padding: 0;
	}
	.single-product div.product .woocommerce-product-gallery {
		margin:0 auto 20px;
		max-width: 400px;
	}
	.single-product div.product .wc-block-grid__product-onsale, .single-product div.product .onsale{
		right: 10px;
		top: 10px;
		font-size: 20px;
	}
}
@media screen and (max-width: 576px) {
	.single-product div.product .woocommerce-product-gallery {
		max-width: 100%;
	}
	.single-product div.product .summary h1{
		font-size: 22px;
	}
}
@media screen and (max-width:400px) {
	.single-product div.product .woocommerce-product-gallery{
		flex-wrap: wrap;
	}
	.single-product div.product .woocommerce-product-gallery .flex-viewport{
		margin-bottom: 10px;
	}
	.single-product div.product .woocommerce-product-gallery .flex-control-thumbs{
		width: 100%;
		margin: 0;
		order:0;
		-webkit-flex-direction: row;
		-moz-flex-direction: row;
		-ms-flex-direction: row;
		-o-flex-direction: row;
		flex-direction: row;
	}
	.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li,
	.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n){
		width: 50px;
		height: 50px;
	}
	.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger{
		left: 0.875em;
		top:0.875em;
		bottom: auto;
	}
}
/*TABS*/
.single-product div.product .woocommerce-tabs {
	background: #F1F1F1;
	position: relative;
	overflow: visible;
	padding: 0;
	width: 100%;
	margin-top: 50px;
}
.single-product div.product .woocommerce-tabs * {
	z-index: 2;
	position: relative;
}
.single-product div.product .woocommerce-tabs::before,
.single-product div.product .woocommerce-tabs::after {
	position: absolute;
	background: #F1F1F1;
	left: -50%;
	width: 100%;
	z-index: 1;
	height: 100%;
	top:0;
}
.single-product div.product .woocommerce-tabs::after{
	left: auto;
	right: -50%;
}
.woocommerce-tabs ul.tabs {
	position: relative;
	padding-top: 120px;
	border:0;
}
.woocommerce-tabs ul.tabs li:first-child {
	border-top:1px solid #DDDDDD;
}
.woocommerce-tabs ul.tabs li{
	border-color: #DDDDDD;
}
.woocommerce-tabs ul.tabs li a,
.woocommerce-tabs ul.tabs li.active a{
	font-weight: 600;
	font-size: 18px;
	color: #231F20;
}
.woocommerce-tabs .panel {
	padding: 120px 0;
}
.woocommerce-tabs .panel h2{
	font: normal normal bold 36px/50px 'Open Sans';
	color: #231F20;
	margin: 0 0 25px;
}
.woocommerce-tabs .panel p{
	font-size: 16px;
	color: #000;
}
@media screen and (max-width: 768px) {
	.woocommerce-tabs ul.tabs{
		padding-top: 60px;
	}
	.woocommerce-tabs .panel{
		padding: 30px 0;
	}
}
/*CART*/
.woocommerce-cart .site-header,
.woocommerce-cart .storefront-breadcrumb,
.woocommerce-cart .site-content{
	z-index: 2;
	position: relative;
}
.woocommerce-cart .site-header{
	z-index: 3;
}
.woocommerce-cart .site{
	background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(images/bg-red.jpg);
    position: relative;
    padding-bottom: 60px;
}
.woocommerce-cart .site:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    display: block;
    z-index: 1;
}
.woocommerce-cart .content-area {
    background-color: #fff;
    padding: 40px 45px 15px;
    margin-bottom: 0;
    border-radius: 25px;
}
.entry-header h1{
	font-size: 36px;
	font-weight: bold;
}
table.cart td.product-remove a.remove{
	width: 18px;
	height: 18px;
	background: url(images/icon-close.svg) no-repeat;
	background-position: center;
	font-size: 0;
	transition: ease all 0.3s;
}
table.cart td.product-remove a.remove:hover{
	transform: scale(0.9);
}
table.cart td.product-remove a.remove:before{
	display: none;
}
table:not( .has-background ) tbody tr:nth-child(2n) td, fieldset, fieldset legend,
table:not( .has-background ) th,
table:not( .has-background ) tbody td{
	background: transparent;
}
table.cart.woocommerce-cart-form__contents th{
	border-top: 1px solid #F1F1F1;
	border-bottom: 1px solid #F1F1F1;
	background: #eeeeee;
	font-weight: bold;
	font-size: 16px;
	color: #000000;
	padding-top: 20px;
	padding-bottom: 20px;
}
table.cart.woocommerce-cart-form__contents th:last-child{
	border-top-right-radius: 10px;
}
table.cart.woocommerce-cart-form__contents th:first-child{
	border-top-left-radius: 10px;
}
table.cart.woocommerce-cart-form__contents td{
	vertical-align: middle;
}
table.cart td.product-remove{
    width: 70px;
}
table.cart .product-thumbnail{
	width: 125px;
	padding-right: 0;
}
table.cart .product-thumbnail img {
	max-width: 100px;
}
table.cart .product-name a {
	font: bold 18px/30px 'Open Sans';
	color: #000000;
	text-decoration: underline;
}
.hentry .entry-content .product-name a:not(.button):not(.components-button){
	text-decoration: underline;
}
table.cart .product-name a:hover{
	color: #e81410;
	text-decoration: none;
}
.hentry .entry-content .product-name a:not(.button):not(.components-button):hover{
	text-decoration: none;
}
.hentry .entry-content a:not(.button):not(.components-button){
	text-decoration: none;
}
table.cart .product-price {
	color: #000000;
	font-size: 16px;
}
table.cart td.product-quantity .qty{
	color: #231F20;
	font-size: 18px;
	font-weight: bold;
}
table.cart .product-subtotal {
	color: #000000;
	font-size: 18px;
	font-weight: bold;
}
table.cart.woocommerce-cart-form__contents td.actions{
	border:0;
	background: transparent;
}
table.cart td.actions .coupon {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
	border:0;
}
table.cart td.actions .coupon input{
	border-radius: 4px 0 0 4px;
}
table.cart td.actions .coupon button{
	border-radius: 0 4px 4px 0;
}
table.cart td.actions > .button{
	background: #FFFFFF;
	border: 1px solid #e81410;
	border-radius: 4px;
	font-size: 18px;
	font-weight: bold;
	color: #e81410;
	height: 50px;
	padding: 0 27px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	margin-left: auto;
}
table.cart td.actions > .button:hover{
	border-color: #035996;
	color: #035996;
}
.cart-collaterals .cart_totals{
	max-width: 330px;
}
.cart-collaterals h2{
	font-size: 22px;
	font-weight: bold;
	margin: 0 0 20px;
	display: none;
}
.cart_totals .shop_table.shop_table_responsive{
	position: relative;
	margin-bottom: 30px;
}
.cart_totals table.shop_table_responsive tbody tr.cart-subtotal td,
.cart_totals table.shop_table_responsive tbody tr.cart-subtotal th {
	padding-top: 40px;
}
.cart_totals table.shop_table_responsive tbody tr td,
.cart_totals table.shop_table_responsive tbody tr th{
	font-size: 16px;
	font-weight: normal;
	color: #000000;
	vertical-align: middle;
	padding: 10px;
}
.cart_totals table.shop_table_responsive tbody tr th{
	padding-left: 0;
}
.cart_totals table.shop_table_responsive tbody tr td{
	padding-right: 0;
	text-align: right;
}
.cart_totals table.shop_table_responsive tbody tr.order-total td{
	font-weight: bold;
	font-size: 20px;
}
.cart_totals table.shop_table_responsive tbody tr.order-total td,
.cart_totals table.shop_table_responsive tbody tr.order-total th {
	padding-bottom: 35px;
}
.cart_totals table.shop_table_responsive tbody tr.woocommerce-shipping-totals td,
.cart_totals table.shop_table_responsive tbody tr.woocommerce-shipping-totals th{
	vertical-align: top;
}
.wc-proceed-to-checkout{
	margin-bottom: 0;
}
.wc-proceed-to-checkout .button.checkout-button{
	height: 60px;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 0;
}
.wc-proceed-to-checkout .button.checkout-button.wc-forward::after{
	display: none;
}
.woocommerce-shipping-calculator input {
	font-size: 16px;
}
.select2-container--default .select2-selection--single{
	border:0;
	text-align: left;
	height: 49px;
	background: #F1F1F1;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height: 49px;
	font-size: 16px;
	color: #888888;
	padding-left: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
	height: 50px;
	right: 10px;
	background: url(images/chevron-down.svg) no-repeat;
	background-size: 20px;
	background-position: center;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
	display: none;
}
.select2-dropdown{
	border:0;
}
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected]{
	background-color: #e81410;
}
@media screen and (max-width: 992px) {
	table.cart .product-name a{
		font-size: 18px;
	}
}
@media screen and (max-width: 767px) {
	.woocommerce-cart .content-area{
		padding: 30px;
	}
	table.cart td.product-remove{
		width: auto;
	}
	.woocommerce-cart-form__cart-item {
		position: relative;
	}
	table.cart tr:first-child td.product-remove{
		position: absolute;
		top: 0;
		right: 0;
		width: 40px;
		height: 40px;
		padding: 0;
	}
	table.cart .product-thumbnail{
		width: 100%;
		padding: 0;
	}
	table.cart .product-thumbnail img{
		max-width: 150px;
	}
	table.shop_table_responsive tr td[data-title]::before{
		color: #000;
		font-size: 16px;
	}
	table.cart.woocommerce-cart-form__contents td{
		padding: 10px 0;
	}
	table.cart td.actions .coupon{
		-ms-align-items: center;
		align-items: center;
		justify-content: center;
		margin-bottom: 20px;
	}
	table.cart td.actions .coupon input{
		width: auto;
		margin: 0;
		height: 51.33px;
	}
	table.cart td.actions > .button{
		margin: 0 auto;
	}
	.cart-collaterals .cart_totals{
		max-width: 100%;
	}
}
@media screen and (max-width: 400px){
	table.cart td.actions .coupon{
		flex-wrap: wrap;
	}
	table.cart td.actions .coupon input{
		width: 100%;
		border-radius: 4px 4px 0 0;
	}
	table.cart td.actions .coupon button{
		width: 100%;
		border-radius:0 0 4px 4px;
	}
	table.cart td.actions > .button{
		width: 100%;
	}
}
/*CHECKOUT*/
.col2-set{
	width: 62%;
	margin-right: 5%;
}
#order_review.woocommerce-checkout-review-order{
	background: #F1F1F1;
	padding:0 35px 0px;
	width: 33%;
}
#order_review_heading, #order_review{
	width: 33%;
	margin: 0;
}
.checkout h3,
.checkout h3 label{
	font-size: 22px;
	font-weight: bold;
	list-style: none;
	color: #000000;
	margin: 0 0 30px;
}
#ship-to-different-address label{
	font-weight: bold;
}
.checkout label{
	font: 16px/22px "Open Sans";
	letter-spacing: 0.8px;
	color: #000;
	margin: 0 0 10px;
	width: 100%;
	position: relative;
}
.optional{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 14px;
	letter-spacing: 0px;
	color: #888888;
}
.woocommerce-billing-fields__field-wrapper,
.woocommerce-shipping-fields__field-wrapper,
.woocommerce-additional-fields__field-wrapper{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -12px;
}
.col2-set .form-row{
	flex: 0 0 50%;
	max-width: 50%;
	padding: 0 12px;
	margin: 0 0 25px;
}
.col2-set #address_selector_field.form-row,
.col2-set #billing_address_selector_field.form-row  {
	padding: 0;
	flex: 0 0 100%;
	max-width: 100%;
}
.col2-set .form-row-wide,
.col2-set .form-row.notes {
	flex: 0 0 100%;
	max-width: 100%;
}
.form-row input, .form-row textarea, .form-row select{
	padding: 12px 20px;
	font-size: 16px;
}
.form-row textarea{
	height: 140px;
	padding: 20px;
}
.woocommerce-checkout .select2-dropdown{
	border:1px solid #F1F1F1;
}
.checkout .select2-container--default .select2-selection--single{
	height: 50px;
}
.checkout .select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height: 50px;
	padding-left: 20px;
}
.checkout .select2-container--default .select2-selection--single{
	background-color: #F1F1F1;
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox input{
    display: none;
    -webkit-appearance: checkbox;
    vertical-align: top;
    margin: 0 3px 0 0;
    width: 12px;
    height: 12px;
    cursor: pointer;
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox input:not(checked) {
    position: absolute;
    opacity: 0;
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox input:not(checked) + span{
    padding-right: 30px;
    position: relative;
    display: inline-block;
    width: 100%;
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox input:not(checked) + span:before{
    content: '';
    display: block;
    position: absolute;
    width: 22px;
    height: 22px;
    border: 1px solid #ddd;
    left: auto;
    right: 0px;
    background-color: #F1F1F1;
    top:2px;
    border-radius: 4px;
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox input:not(checked) + span:after{
    content: "\f00c";
    display: block;
    font-family: 'Font Awesome 5 Free';
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    left: auto;
    right: 4px;
    top: 3px;
    font-size: 15px;
    color: #B32317;
    opacity: 0;
    transition: 0.6s;
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox input:checked + span:after{
     opacity: 1;
}
#order_review_heading{
	padding: 40px 37px 30px;
	background: #F1F1F1;
	position: relative;
}
#order_review_heading:before{
	content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 64px;
    height: 32px;
    background: url(./images/notch.svg) no-repeat;
}
table.woocommerce-checkout-review-order-table th,
table.woocommerce-checkout-review-order-table td{
	font-size: 16px;
	color: #000000;
	font-weight: normal;
	padding: 5px 0;
}
table.woocommerce-checkout-review-order-table td strong .woocommerce-Price-amount.amount{
	font-size: 20px;
	font-weight: bold;
}
.woocommerce-checkout-payment{
	margin: 0 -35px;
	background: #fff;
}
#payment .place-order{
	padding:30px 0 0;
	border-top: 1px solid #F1F1F1;
	margin: 0;
	background: #fff;
}
@media screen and (max-width: 992px) {
	.col2-set{
		width:100%;
		margin-right: 0%;
		float: none;
	}
	#order_review.woocommerce-checkout-review-order{
		width: 100%;
		float: none;
	}
	#order_review_heading, #order_review{
		width: 100%;
		float: none;
	}
}
@media screen and (max-width: 767px) {
	.woocommerce-shipping-fields{
		margin-top: 30px;
	}
}
@media screen and (max-width: 576px) {
	.woocommerce-billing-fields__field-wrapper,
	.woocommerce-shipping-fields__field-wrapper,
	.woocommerce-additional-fields__field-wrapper{
		margin: 0 -5px;
	}
	.col2-set .form-row{
		padding: 0 5px;
	}
	#order_review_heading {
		padding: 40px 20px 20px;
	}
	#order_review.woocommerce-checkout-review-order{
		padding: 0 20px 0;
	}
	#order_review_heading:before{
		left: -15px;
	}
	.woocommerce-checkout-payment{
		margin: 0 -20px;
	}
}
/*FOOTER*/
.site-footer{
	background: #232d37;
	padding: 60px 0;
}
.site-footer .logo {
	margin-bottom: 30px;
}
.site-footer .logo a {
	width: 142px;
	height: 26px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	margin: 0;
}
.site-footer  .site-info {
	padding: 0;
	font-size: 16px;
	color: #fff;
}
.site-footer a:not(.button):not(.components-button){
	color: #fff;
}

.woocommerce-info, .woocommerce-noreviews, p.no-comments{
	background: #035996;
	color: #fff!important;
}

#respond{
	background: #fff;
}

@media screen and (max-width:576px) {
	.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comments{
		font-size: 12px;
	}
	.woocommerce-message .button, .woocommerce-info .button, .woocommerce-error .button, .woocommerce-noreviews .button, p.no-comments .button{
		font-size: 14px;
	}
}

/*HIDE SHIPPING*/
.single-product div.product .shipping-estimate {
	display: none;
}


/*CATEGORY MENU*/
.product_archive_menu ul{
  background: #f1f1f1;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
  margin: 0px;
  margin-bottom: 70px;
}

.product_archive_menu li{
  padding: 20px;
  font-size: 15px;
}

.product_archive_menu li a{
  padding: 20px 5px;
}

.product_archive_menu li.current-menu-item a{
  font-weight: bold;
    border-bottom: 2px solid #e81410;
}


/*HOME PAGE SLIDER*/
.home-slider{
	position: relative;
}
.wpsisac-slick-slider-wrp{
	position: absolute;
	width: 100%;
	height:100%;
	top:0;
	bottom:0;	
}
.wpsisac-slick-slider-wrp *{
	height:100%;
}
.wpsisac-slick-slider.design-1 .wpsisac-image-slide img{
	width: 100%;
	object-fit: cover;
}
.homepage_hero_section{
	position: relative;
	z-index: 1;
}
.slick-dots{
	position: absolute;
	height: auto;
	z-index: 3;
}
.wpsisac-slick-slider .slick-dots li button{
	background: #B32317!important;
	border:1px solid #B32317;
}
.wpsisac-slick-slider .slick-dots li.slick-active button{
	background: #e81410 !important;
	border:1px solid #e81410 !important;
}
.slick-arrow{
	display: none!important;
	justify-content: center;
	align-items: center;
	color: #fff;
}
.slick-arrow svg{
	display: none;
}
span.slick-prev.slick-arrow:before{
	font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f053";
}
span.slick-next.slick-arrow:before{
	font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f054";
}
.fa.fa-location-dot:before{
	content:'\f3c5';
}


/*ALERT*/
.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comments{
	background: #405068;
}

/*MY ACCOUNT*/
.hentry .entry-content .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a{
	color: #000;
}
.woocommerce-MyAccount-navigation ul li.is-active a::before{
	color: #035996;
}
.woocommerce-MyAccount-content fieldset{
	padding: 0;
}

/*PRODUCT CATEGORY PAGES*/
.product-category a{
	padding-top: 100%;
    border-radius: 15px;
    overflow: hidden;
    height: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.product-category img{
	transition: ease all 0.3s;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    transition: ease all 0.3s;
}
ul.products li.product.product-category .woocommerce-loop-category__title {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 25px;
    z-index: 3;
    width: 100%;
    background: transparent -webkit-linear-gradient(270deg, #00000000 0%, #00000080 100%) 0% 0% no-repeat;
    background: transparent linear-gradient(180deg, #00000000 0%, #00000080 100%) 0% 0% no-repeat;
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: left;
}
ul.products li.product.product-category .woocommerce-loop-category__title mark{
	color: #fff;
}
.product-category a:hover img{
	transform: scale(1.05);
}

@media screen and (max-width: 576px) {
	ul.products li.product.product-category .woocommerce-loop-category__title{
		font-size: 16px;
	}
}