/*!
Theme Name: Enduro
Theme URI: http://underscores.me/
Author: Mohsin Ali
Author URI: http://underscores.me/
Description: This is custom wordpress theme.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: enduro
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Enduro is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700&display=swap');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
*{
	outline: 0;
}
/* --------------- Wordpress default styling --------------- */
.entry-content img {
	margin: 0 0 1.5em 0;
}
.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
}
.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
}
.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
}
.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
}
blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
}
blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
}


body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

:root {
  --blue: #00A8D0;
  --lightblue: #00a5ce1a;
  --secondblue: #6acbe4;
  --black:  #414042;
  --white: #ffffff;
  --lightwhite: #F5F5F5;
  --xlightwhite: #f1f1f1;
  --gray: #D9D9D9;
  --lightgray: #F9F9F9;
  --xlightgray: #ededed;
}
body{
	color: var(--black);
	font-size: 14px;
	line-height: 18px;
	font-family: 'Raleway', sans-serif;
	background: var(--white);
}
a, a:visited, a:focus, a:active{
	color: var(--blue);
	text-decoration: none;
}
a:hover{
	color: var(--black);
}
.im-container{
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
	padding: 0 15px;
}
@media only screen and (max-width:1330px){
	.im-container{
		width: 100%;
		max-width: 100%;
	}	
}
.im-container-fluid{
	width: 100%;
	margin: 0 auto;
}
.clr{
	clear: both;
}
p{
	margin-bottom: 15px;
	line-height: 1.5em;
}
.text-center{
	text-align: center;
}
.text-left{
	text-align: left;
}
.text-right{
	text-align: right;
}
.section{
	float: left;
	width: 100%;
	padding: 15px 0;
}
.flex{
	display: flex;
	justify-content: center;
}
.gap-0{
	gap: 0;
}
.gap-10{
	gap: 10px;
}
.gap-20{
	gap: 20px;
}
.gap-30{
	gap: 30px;
}
.gap-40{
	gap: 40px;
}
.gap-50{
	gap: 50px;
}
.gap-60{
	gap: 60px;
}
.gap-70{
	gap: 70px;
}
.gap-80{
	gap: 80px;
}
.gap-90{
	gap: 90px;
}
.gap-100{
	gap: 100px;
}
.gap-110{
	gap: 110px;
}
.gap-120{
	gap: 120px;
}
.full-width{
	width: 100%;
	height: auto;
}
.divider-section{
	float: left;
	width: 100%;
}
strong{
	font-weight: 600;
}
h1{
	font-size: 36px;
	line-height: 40px;
}
h2{
	font-size: 32px;
	line-height: 36px;
}
h3{
	font-size: 28px;
	line-height: 32px;
}
h4{
	font-size: 24px;
	line-height: 28px;
}
h5{
	font-size: 20px;
	line-height: 24px;
}
h6{
	font-size: 18px;
	line-height: 22px;
}
h1, h2, h3, h4, h5, h6{
	margin-bottom: 10px;
}
blockquote, q{
	font-style: italic;
	padding: 10px;
}
blockquote p, q p{
	display: inline;
}
blockquote:before, q:before{
	content: '\275D';
}
blockquote:after, q:after{
	content: '\275E';
}
.zoom-img img{
	transition: transform .5s;
	-ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1); 
}
.zoom-img:hover img{
	transition: transform .5s;
	-ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1); 
}
/* --------------- Topbar --------------- */
.topbar{
	background: var(--black);
	min-height: 30px;
	padding: 5px 0;
	float: left;
	width: 100%;
	text-align: center;
}
.topbar p{
	margin-bottom: 0;
	color: var(--white);
	padding: 5px 0;
}
/* --------------- Header Wrapper --------------- */
header{
	float: left;
	width: 100%;
	padding: 10px 0;
	border-bottom: 1px solid var(--gray);
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: -1px;
    background: var(--white);
    z-index: 99998;
}
header .header-wrapper{
	align-items: center;
}
header .logo-holder{
	width: 220px;
	min-width: 220px;
}
header .logo-holder img,
.sidebar-menu-header .logo-holder img{
	float: left;
	max-height: 73px;
}
.icon-holder .search-icon{
	display: none;
}
.icon-holder .search-icon svg{
	height: 22px;
	width: 22px;
}
header .logo-holder .menu-holder{
	float: right;
}
header .logo-holder .menu-holder span{
	display: inline-block;
	margin-top: 27px;
	cursor: pointer;
}
header .form-holder{
	width: calc(100% - 200px);
	font-size: 14px;
	position: relative;
}
header .form-holder select,
header .form-holder select:active,
header .form-holder select:focus{
	height: 47px;
	width: 72px;
	background: var(--gray);
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	font-size: inherit;
	border: 0;
	text-align: center;
	float: left;
}
header .form-holder select,
header .form-holder select option{
	text-align: left;
}
header .form-holder input[type=submit],
header .form-holder input[type=submit]:active,
header .form-holder input[type=submit]:focus{
	height: 47px;
	width: 111px;
	background: var(--blue);
	color: var(--white);
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	font-size: inherit;
	border: 0;
	float: left;
	cursor: pointer;
}
header .form-holder input[type=submit]:hover{
	background: var(--black);
}
header .form-holder input[type=text],
header .form-holder input[type=text]:active,
header .form-holder input[type=text]:focus{
	height: 45px;
	width: calc(100% - 225px);
	background: var(--lightgray);
	font-size: inherit;
	border: 0;
	border-left: 1px solid var(--black);
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	box-shadow: none;
	outline: 0;
}
header .icon-holder{
	width: 160px;
	min-width: 160px;
	justify-content: right;
}
header .icon-holder .cart-item-holder{
	position: relative;
}
header .icon-holder .cart-item-holder span{
	position: absolute;
	display: inline-block;
	right: -9px;
    bottom: -5px;
    padding: 0;
    border-radius: 100%;
    background: var(--blue);
    color: var(--white);
    font-size: inherit;
    line-height: 18px;
    height: 20px;
    width: 20px;
    text-align: center;
}
/* --------------- Breadcrumb --------------- */
.breadcrumb-section{
	float: left;
	width: calc(100% - 60px);
	padding: 17px 30px 15px;
	background: var(--xlightgray);
	font-size: 14px;
	line-height: 14px;
}
.breadcrumb-section li{
	display: inline-block;
}
.breadcrumb-section li.spliter{
	padding: 0 5px;
}
/* --------------- Navigation --------------- */
.main-navbar{
	padding: 15px 0;
	float: left;
	width: 100%;
	border-bottom: 1px solid var(--gray);
}
.main-navbar ul{
	list-style: none;
	text-align: center;
}
.main-navbar ul li{
	display: inline-block;
	margin: 0 30px;
	padding: 0;
	position: relative;
}
.main-navbar ul li a,
.main-navbar ul li a:active,
.main-navbar ul li a:visited,
.main-navbar ul li a:focus{
	color: var(--black);
}
.main-navbar ul li a:hover{
	color: var(--blue);
}
.dropdown-show{
	position: relative;
}
.main-navbar ul.sub-menu,
.dropdown-show .dropdown,
.menu-holder ul.sub-menu{
	transition: top .3s ease 0s,opacity .3s;
	position: absolute;
	left: -75px;
	top: 110%;
	width: auto;
	min-width: 200px;
	border: 1px solid var(--gray);
	background-color: var(--white);
	opacity: 0;
	z-index: -1;
	padding: 10px 0;
	transform: scaleX(0);
	display: block;
	border-radius: 0;
	box-shadow: none;
	text-align: left;
}
.menu-holder ul.sub-menu{
	left: 100%;
	top: -10px;
	padding: 10px;
}
.menu-holder li:hover > ul.sub-menu{
	opacity: 1;
	transform: scaleX(1);
}
.menu-holder #menu-primary-menu{
	padding-left: 0;
	padding-right: 0;
}
.menu-holder #menu-primary-menu li{
	padding-left: 10px;
	padding-right: 10px;	
}
.dropdown-show .dropdown{
	padding: 10px;
	top: 60px !important;
}
.dropdown-show .dropdown.account-dropdown{
	padding: 10px;
	top: 45px !important;	
	right: auto;
	left: -175px;
}
.main-navbar li:hover > ul.sub-menu,
.dropdown-show:hover > .dropdown{
	opacity: 1;
	z-index: 999;
	top: 30px;
	transform: scaleX(1);
}
.main-navbar li.menu-item-has-children > ul:before,
.dropdown-show .dropdown:before {
	content: "";
	position: absolute;
	top: -14px;
	left: calc(50% - 10px);
	width: 13px;
	height: 13px;
	transform: rotate(45deg);
	border-left: 1px solid var(--gray);
	border-top: 1px solid var(--gray);
	background-color: var(--white);
	z-index: -1;
	padding: 0;
	margin: 11px -7px 0 0;
	transition: top .3s ease 0s,opacity .1s;
	opacity: 1;
	margin: 6px 0px 0 0;
}
.dropdown-show .dropdown:before{
	left: calc(50% - 19px);
}
.dropdown-show .dropdown.account-dropdown:before{
	left: auto;
	right: 10px;
}
.main-navbar li.menu-item-has-children:after,
.menu-holder li.menu-item-has-children:after{
	content: '';
	background: url(assets/images/down-arrow.svg);
	position: absolute;
	right: -20px;
	top: 7px;
	width: 13px;
	height: 8px;
}
.menu-holder li.menu-item-has-children{
	position: relative;
}
.menu-holder li.menu-item-has-children:after{
	transform: rotate(270deg);
	right: 10px;
	top: 9px;
}
.main-navbar li.menu-item-has-children > ul:after,
.dropdown-show:hover > .dropdown:after {
	content: "";
	position: absolute;
	top: -20px;
	left: 0;
	width: 100%;
	height: 16px;
	opacity: 1;
	margin: 6px 0px 0 0;
}
.main-navbar li:hover > ul.sub-menu li{
	margin-bottom: 10px;
}
.dropdown-show .dropdown li{
	margin-bottom: 10px;
}
.main-navbar li:hover > ul.sub-menu li:last-child,
.dropdown-show .dropdown li:last-child{
	margin-bottom: 0;
}
.dropdown-show .dropdown li{
	font-size: 20px;
	font-weight: 500;
}
.dropdown-show .dropdown li a,
.dropdown-show .dropdown li a:active,
.dropdown-show .dropdown li a:visited,
.dropdown-show .dropdown li a:focus{
	color: var(--black);
	font-weight: 400;
	font-size: 15px;
}
.dropdown-show .dropdown li a:hover{
	color: var(--blue);
}
.dropdown-show .dropdown li.logout{
	border-top: 1px solid var(--gray);
	margin-top: 10px;
	padding-top: 10px;
}
/* --------------- Page Title --------------- */
.title-holder{
	font-size: 46px;
}
.cat-title-holder{
	padding: 40px 0;
	width: 100%;
	float: left;
}
.cat-title-holder p{
	font-size: 14px;
}
/* --------------- Icon boxes --------------- */
.icon-box-wrapper h3{
	margin: 0 0 40px;
	font-size: 32px;
	color: var(--black);
	font-weight: 400;
}
.icon-box-wrapper .icon-box-holder{
	justify-content: center;
}
.icon-box-wrapper .icon-box{
	min-width: calc(25% - 30px);
	width: calc(25% - 30px);
	position: relative;
}
.icon-box-wrapper .icon-box a{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.icon-box-wrapper.icon-three-box-wrapper .icon-box-holder{
	gap: 60px;
}
.icon-box-wrapper.icon-three-box-wrapper .icon-box{
	min-width: calc(40% - 60px);
	width: calc(40% - 60px);
}
.icon-box-wrapper.icon-two-box-wrapper .icon-box-holder{
	gap: 120px;
}
.icon-box-wrapper.icon-two-box-wrapper .icon-box{
	min-width: calc(30% - 120px);
	width: calc(30% - 120px);
}
.icon-box-wrapper.icon-two-box-wrapper .icon-box svg{
	max-height: 60px;
}
.icon-box-wrapper .icon-box h4{
	font-size: 24px;
	margin: 10px 0 0;
	font-weight: 700;
}
.icon-box-wrapper .icon-box p{
	margin-top: 10px;
	margin-bottom: 0;
}
/* --------------- Content Section --------------- */
.content-section .section-heading{
	font-size: 32px;
	font-weight: 400;
	margin: 0 0 40px;
}
.content-section h1,
.content-section h2,
.content-section h3,
.content-section h4,
.content-section h5,
.content-section h6{
	margin: 20px 0;
}
.content-section .content-holder{
	height: 50px;
	overflow: hidden;
}
.content-section .content-holder{
	height: 50px;
	overflow: hidden;
}
.content-section .active .content-holder{
	height: auto;
	overflow: auto;
}
.content-section .read-more{
	margin-top: 20px;
	font-size: 18px;
	color: var(--blue);
	cursor: pointer;
	font-weight: 700;
	text-align: center;
}
.content-section .read-more span:nth-child(2){
	display: none;
}
.content-section .read-more path{
	stroke: var(--blue);
}
.content-section .active .read-more{
	color: var(--black);
}
.content-section .active .read-more path{
	stroke: var(--black);
}
.content-section .active .read-more svg{
	transform: rotate(-180deg);
}
.content-section .active .read-more span:nth-child(1){
	display: none;
}
.content-section .active .read-more span:nth-child(2){
	display: inline-block;
}
/* --------------- Products Section --------------- */
.products-section .products-wrapper{
	justify-content: center;
	width: 100%;
	min-width: 100%;
	max-width: 100%;
}
.products-section .products-wrapper .img-holder{
	width: calc(37% - 60px);
	min-width: calc(37% - 60px);
}
.products-section .products-wrapper .img-holder img{
	object-fit: cover;
	height: auto;
	width: 100%;
}
.products-section .producsts-holder{
	width: 63%;
	min-width: 63%;
	padding: 30px;
	background: var(--lightgray);
}
.products-section .producsts-holder.full-products-boxes{
	width: 100%;
	min-width: 100%;
	padding: 0;
}
.products-section .producsts-holder h2{
	font-size: 32px;
	line-height: 38px;
	font-weight: 700;
	margin: 0 0 2px;
}
.products-section .producsts-holder h3{
	font-size: 22px;
	line-height: 26px;
	font-weight: 700;
	margin: 0 0 20px;
}
.products-section .producsts-holder.custom-heading h3{
	font-size: 32px;
	text-transform: capitalize;
	font-weight: 400;
}
.products-section .producsts-holder p{
	font-size: 24px;
	line-height: 24px;
	margin: 0 0 20px;
	font-weight: 300;
}
.uppercase h2, .uppercase h3, .uppercase p{
	text-transform: uppercase;
}
.products-section .producsts-holder p small{
	font-size: 16px;
}
.products-section .products-boxes{
	display: grid;
	text-align: center;
	margin-top: 0;
	grid-template-columns: 100%;
}
.products-section .products-boxes.products-boxes-2{
	grid-template-columns: 50% 50%;
}
.products-section .products-boxes.products-boxes-3{
	grid-template-columns: 33.3333% 33.3333% 33.3333%;
}
.products-section .products-boxes.products-boxes-4{
	grid-template-columns: 25% 25% 25% 25%;
}
.products-section .producsts-holder h2 + .products-boxes,
.products-section .producsts-holder h3 + .products-boxes,
.products-section .producsts-holder p + .products-boxes{
	margin-top: 50px;
}
.products-section .single-product-box{
	float: left;
	margin: 10px 10px 0;
	overflow: hidden;
	position: relative;
  padding-bottom: 10px;
}
.products-section.with-border .single-product-box{
    border: 1px solid #eaeded;
    border-radius: 10px;
}
.products-section.with-border .single-product-box:hover{
	box-shadow: 0 0 32px rgba(0,0,0,.1);
}
.products-section .products-boxes img{
	width: 100%;
	height: auto;
}
.products-section .products-boxes h4{
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	text-transform: capitalize;
	position: relative;
	z-index: 2;
}
.products-section.with-border .products-boxes h4{
	border-top: 1px solid #eaeded;
	padding-top: 10px;
	font-weight: 300;
	font-size: 20px;
}
.products-section .products-boxes h5{
	font-size: 16px;
}
.products-section .badge-top h5.red-color{
	position: absolute;
	top: 10px;
	left: 0;
	display: flex;
	flex-direction: column;
}
.products-section .badge-top h5.red-color span{
	display: inline-block;
	background: #ff0000;
	color: #fff;
	padding: 8px 10px;
	margin-bottom: 10px;
}
.products-section .products-boxes .variation-price h5 span{
	font-size: 22px;
	font-weight: 600;
}
.products-section .products-boxes .variation-price h5 del span,
.products-section .products-boxes .variation-price h5 small{
	color: #666;
	font-size: 16px;
	padding-right: 5px;
	font-weight: 400;
}
.products-section .products-boxes .link-holder{
	text-align: center;
}
.products-section .products-boxes .link-holder a,
.products-section .products-boxes .link-holder a:active,
.products-section .products-boxes .link-holder a:visited,
.products-section .products-boxes .link-holder a:focus{
	display: inline-block;
	color: var(--black);
	text-transform: capitalize;
}
.products-section .products-boxes .link-holder a.add-to-cart-btn{
	padding: 12px 15px;
	border: 1px solid var(--black);
	margin: 10px 0 12px;
}
.products-section .products-boxes .link-holder a.add-to-cart-btn:hover{
	background: var(--blue);
	border-color: var(--blue);
	color: var(--white);
}
.products-section .products-boxes .link-holder a svg{
	float: left;
	margin: -1px 7px 0 0;
}
.products-section .products-boxes .link-holder a path{
	stroke: var(--black);
}
.products-section .products-boxes .link-holder a.add-to-cart-btn:hover path{
	stroke: var(--white);
}
.products-section .products-boxes .link-holder a.add-to-favorites-btn{
	font-size: 14px;
}
.products-section .products-boxes .link-holder a.add-to-favorites-btn svg{
	float: left;
	margin-top: 2px;
}
.products-section .products-boxes .link-holder a.add-to-favorites-btn:hover{
	color: var(--blue);
}
.products-section .products-boxes .link-holder a.add-to-favorites-btn:hover path{
	stroke: var(--blue);
}
/* --------------- Images Section --------------- */
.images-section h2{
	font-size: 32px;
	line-height: 38px;
	font-weight: 400;
	margin: 0;
}
.images-section h2 + p{
	font-size: 16px;
	margin: 10px 0 0;
}
.images-section .images-wrapper{
  display: grid;
  grid-template-columns: auto auto auto;
  grid-gap: 30px;
  margin-top: 30px;
}
.images-section .images-wrapper-1{
	grid-template-columns: 100%;
}
.images-section .images-wrapper-2{
	grid-template-columns: 50% 50%;
}
.images-section .images-wrapper-3{
	grid-template-columns: 33.3333% 33.3333% 33.3333%;
}
.images-section .images-wrapper-4{
	grid-template-columns: 25% 25% 25% 25%;
}
.images-section .images-wrapper-5{
	grid-template-columns: 20% 20% 20% 20% 20%;
}
.images-section .images-wrapper-6{
	grid-template-columns: 16.6666% 16.6666% 16.6666% 16.6666% 16.6666% 16.6666%;
}
.images-section .images-wrapper-7{
	grid-template-columns: 14.2857% 14.2857% 14.2857% 14.2857% 14.2857% 14.2857% 14.2857%;
}
.images-section .images-wrapper-8{
	grid-template-columns: 12.5% 12.5% 12.5% 12.5% 12.5% 12.5% 12.5% 12.5%;
}
.images-section .images-wrapper img{
	width: 100%;
	height: auto;
}
.img-metas{
	position: relative;
	z-index: 1;
	background: #fff;
	margin-top: 10px;
	color: var(--black) !important;
}
.img-metas-top{
	display: flex;
	width: 100%;
	min-width: 100%;
	align-items: center;
}
.img-metas-top h4,
.img-metas-top h5,
.img-metas-top span{
	display: inline-block;
	width: 33.3333%;
}
.img-metas-top h4{
	font-size: 18px;
	font-weight: normal;
}
.img-metas-top h5{
	text-align: center;
	font-weight: 600;
}
.img-metas-top span{
	text-align: right;
	font-size: 22px;
}
.product-btn-holder a,
.product-btn-holder a:active,
.product-btn-holder a:visited,
.product-btn-holder a:focus{
	display: inline-block;
	margin-top: 10px;
	border: 1px solid var(--black);
	color: var(--black);
	background: none;
	padding: 14px 50px;
}
.product-btn-holder a:hover{
	background: var(--black);
	color: var(--white);
}
.custom-product-section{
	padding: 100px !important;
	width: calc(63% - 130px) !important;
	min-width: calc(63% - 130px) !important;
}
/* --------------- FAQs Section --------------- */
.faqs-section h2{
	font-size: 30px;
	line-height: 34px;
	font-weight: 700;
	margin: 0 0 30px;
}
.faqs-section .faqs-wrapper{
	float: left;
	width: 100%;
}
.faqs-section .faqs-wrapper.two-column{
	width: calc(50% - 30px);
	float: left;
}
.faqs-section .faqs-wrapper.two-column.first-child{
	padding-right: 30px;
}
.faqs-section .faqs-wrapper.two-column.second-child{
	padding-left: 30px;
}
.faq-box{
	margin-bottom: 20px;
}
.text-center .faq-box{
	text-align: left;
}
.faq-box:last-child{
	margin-bottom: 0;
}
.faq-box h6{
	font-size: 18px;
	line-height: 27px;
	font-weight: 500;
	margin-bottom: 10px;
	cursor: pointer;
	position: relative;
	padding-left: 30px !important;
}
.faq-box h6 span{
	position: absolute;
	left: 0;
}
.faq-box h6 svg{
	transform: rotate(0deg);
	transition: 0.5s;
}
.faq-box.active h6 svg{
	transform: rotate(-90deg);
	transition: 0.5s;
}
.faq-box p{
	margin-bottom: 0;
}
.faq-box .faq-content{
	display: none;
	padding-left: 30px;
}
.faq-box .faq-content table, 
.faq-box .faq-content td{
    border: 1px solid #d1d1d1;
}
.faq-box .faq-content td{
    padding: 0.4375em;
    border-width: 0 1px 1px 0;
}
/* --------------- Footer --------------- */
footer{
	background: var(--lightwhite);
	border-top: 1px solid var(--gray);
}
footer.section{
	padding-bottom: 0;
}
footer .widget-wrapper .footer-col{
	width: calc(33.3333% - 40px);
	min-width: calc(33.3333% - 40px);
}
footer .logo-holder{
	text-align: center;
	margin-bottom: 30px;
}
footer .logo-holder img{
	max-width: 110px;
}
footer .social-holder{
	text-align: center;
	justify-content: center;
  align-items: center;
}
footer .social-holder a,
footer .social-holder a:active,
footer .social-holder a:visited,
footer .social-holder a:focus{
	display: flex;
	background: var(--blue);
	color: var(--white);
	height: 34px;
	width: 34px;
	border-radius: 100%;
	justify-content: center;
  align-items: center;
}
footer .social-holder a svg{
	height: 18px;
	width: 18px;
}
footer .social-holder a:hover{
	background: var(--black);
}
footer h5{
	font-size: 20px;
	font-weight: 500;
	margin: 0 0 30px;
}
footer .footer-col-2{
	padding-left: 60px;
}
footer ul li{
	margin-bottom: 5px;
}
footer ul a,
footer ul a:active,
footer ul a:visited,
footer ul a:focus{
	font-size: 16px;
	display: inline-block;
	position: relative;
	color: var(--black);
}
footer ul a:hover{
	color: var(--blue);
}
footer ul a:after{
	content: '';
	position: absolute;
	width: 0;
	height: 1px;
	left: 0;
	bottom: 3px;
	background: none;
	transition: 0.5s;
}
footer ul a:hover:after{
	width: 100%;
	background: var(--blue);;
	transition: 0.5s;
}
footer .copyright{
	border-top: 1px solid var(--gray);
	margin-top: 40px;
	padding: 15px 0;
	justify-content: center;
	align-items: center;
}
footer .copyright > div{
	width: 50%;
}
footer .copyright p{
	font-size: 16px;
	margin: 0;
}
footer .copyright .right-section{
	justify-content: end;
}
footer .copyright .right-section img{
	width: 70px;
	height: auto;
}
/* --------------- Fixed Footer --------------- */
.fixed-footer{
	display: none;
	padding: 10px 0;
	position: fixed;
	border-top: 1px solid var(--gray);
	z-index: 9999;
	background: var(--white);
	left: 0;
	bottom: 0;
	width: 100%;
	justify-content: center;
  align-items: center;
}
.fixed-footer a{
	display: inline-block;
	min-width: 25%;
	width: 25%;
	color: var(--black);
	text-align: center;
	font-size: 14px;
}
.fixed-footer a span{
	display: block;
}
.fixed-footer a span svg{
	height: 20px;
	width: auto;
}
.fixed-footer a:nth-child(2) span svg{
	height: 16px;
	width: auto;
}
header .mobile-menu,
.mobile-search{
	display: none;
}
.sidebar-menu-holder,
.sidebar-search-holder{
	position: fixed;
	top: 0;
	left: -100%;
	width: 300px;
	height: 100vh;
	background: var(--white);
	padding: 0;
	-webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
	display: none;
	z-index: 99999;
}
.sidebar-menu-holder .sidebar-menu{
	margin: 30px 20px;
}
.sidebar-menu-holder .sidebar-menu li{
	margin-bottom: 10px;
}
.sidebar-menu-header{
	display: flex;
	padding: 0;
	border-bottom: 0;
	align-items: center;
	height: 0;
}
.sidebar-menu-header .logo-holder{
	min-width: 200px;
}
.sidebar-menu-header .menu-close{
	width: calc(100% - 200px);
	text-align: right;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 99999;
	color: #fff;
}
.sidebar-search-holder form{
	display: flex;
	padding: 20px 10px 0;
	width: calc(100% - 20px);
	align-items: center;
}
.sidebar-search-holder input{
	width: 80%;
}
.sidebar-search-holder .search-close{
	width: 20%;
	text-align: right;
}
.sidebar-menu-header .menu-close svg,
.sidebar-search-holder .search-close svg{
	height: 24px;
	width: auto;
}
/* --------------- Listed Section --------------- */
.listed-section{
	float: left;
	width: 100%;
	padding: 10px 0;
	background: var(--white);
}
.listed-section p{
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 16px;
}
.listed-section p:last-child{
	margin-bottom: 0;
}
/* --------------- Image Content Section --------------- */
.image-content-section h3{
	font-size: 32px;
	line-height: 36px;
	font-weight: 400;
	margin: 0 0 10px;
}
.image-content-section h4{
	font-size: 22px;
	line-height: 28px;
	font-weight: 400;
	margin: 0 0 10px;
}
.image-content-section p{
	margin: 0 0 10px;
	line-height: 26px;
	font-size: 18px;
}
.image-content-section h3 + p{
	margin-top: 20px;
}
.image-content-section p + .link-holder{
	margin-top: 20px;
}
.image-content-section table{
	margin-bottom: 30px;
}
.image-content-section table{
	width: 100%;
}
.image-content-section th, .image-content-section td{
	text-align: center;
	font-size: 16px;
  padding: 3px 5px;
}
.image-content-section th{
	font-weight: 500;
}
.image-content-section td{
	background: var(--gray);
	border: 1px solid var(--white);
  border-collapse: separate;
}
.image-content-section .link-holder a,
.image-content-section .link-holder a:active,
.image-content-section .link-holder a:visited,
.image-content-section .link-holder a:focus{
	display: inline-block;
	padding: 14px 50px;
	border: 1px solid var(--black);
	color: var(--black);
}
.image-content-section .link-holder a:hover{
	background: var(--black);
	color: var(--white);
}
.image-content-section .left-section,
.image-content-section .right-section{
	width: 50%;
	min-width: 50%;
}
.image-content-section .gap-10 .left-section,
.image-content-section .gap-10 .right-section{
	width: calc(50% - 5px);
	min-width: calc(50% - 5px);
}
.image-content-section .gap-20 .left-section,
.image-content-section .gap-20 .right-section{
	width: calc(50% - 10px);
	min-width: calc(50% - 10px);
}
.image-content-section .gap-30 .left-section,
.image-content-section .gap-30 .right-section{
	width: calc(50% - 15px);
	min-width: calc(50% - 15px);
}
.image-content-section .left-section .image-holder{
	margin-bottom: 30px;
}
/* --------------- Quote Box --------------- */
.quote-box blockquote{
	position: relative;
	font-size: 24px;
	display: inline-block;
	padding: 15px 0 0 0;
}
.quote-box blockquote:after,
.quote-box blockquote:before{
	display: none;
}
.text-left.quote-box blockquote,
.text-center.quote-box blockquote{
	padding-left: 38px;
}
.text-right.quote-box blockquote{
	padding-right: 38px;
}
.quote-box blockquote span{
	position: absolute;
	top: 0;
}
.text-left.quote-box blockquote span,
.text-center.quote-box blockquote span{
	left: 0;
}
.text-right.quote-box blockquote span{
	right: 0;
}
.quote-box blockquote svg{
	height: 38px;
	width: 38px;
	color: var(--blue);
}
.text-right.quote-box blockquote svg{
	transform: rotate(180deg);
}
/* --------------- Single Product --------------- */
.product-details-section.section{
	padding: 40px 0 20px;
}
.product-details-section .product-gallery{
	width: calc(65% - 20px);
}
.product-details-section .product-summery{
	width: calc(35% - 20px);
}
.product-details-section .im-container-fluid .inner-content-holder{
	padding-left: 30px;
	padding-right: 30px;
}
.product-details-section .product-summery .product_title{
	font-size: 32px;
	font-weight: 500;
	margin: 0 0 15px;
}
.product-details-section .product-summery .price{
	font-size: 24px;
	font-weight: 500;
}
.product-details-section .woocommerce-product-details__short-description{
	padding: 15px 0;
	border-top: 1px dashed var(--gray);
	font-size: 14px;
}
.product-details-section .product-summery .label label:after{
	content: ': ';
}
.product-details-section .product-summery .label label + span{
	font-size: 14px;
}
.product-details-section .product-summery .variations th,
.product-details-section .product-summery .variations td{
	display: block;
	text-align: left;
	margin-bottom: 5px;
}
.product-details-section .product-summery .variations th.label{
	font-size: 16px; 
	font-weight: 700;
}
.product-details-section .product-summery .variations th.label span{
	font-size: 14px; 
	font-weight: 400;
}
.product-details-section .wcboost-variation-swatches--round.wcboost-variation-swatches--button .wcboost-variation-swatches__item{
	border: 1px solid var(--black) !important;
	border: 0;
	box-shadow: none;
	color: var(--black);
	border-radius: 3px;
	font-size: 12px;
}
.product-details-section .wcboost-variation-swatches--round.wcboost-variation-swatches--button .wcboost-variation-swatches__item.selected{
	background: var(--black);
	color: var(--white);
}
.product-details-section .reset_variations{
	font-size: 12px;
	color: var(--black);
}
.single-product .image-content-section .link-holder a{
	font-size: 20px;
}
.quantity{
	float: left;
	width: 80px;
	margin-right: 10px;
	position: relative;
}
.quantity input{
	width: 100%;
	height: 44px;
	border: 1px solid var(--black);
	border-radius: 5px;
	text-align: center;
	padding: 0 0 0 10px;
}
.quantity button{
	background: none;
  border: 0;
  font-size: 24px;
  position: absolute;
  top: 0;
  left: 0;
  height: 45px;
  width: 26px;
  padding: 0;
  cursor: pointer;
}
.quantity .plus{
	left: auto;
	right: -10px;
}
.product-details-section .product-summery .single_add_to_cart_button{
	float: right;
	width: calc(100% - 110px);
	height: 46px;
	text-align: center;
	border: 0;
	border-radius: 5px;
	background: var(--blue);
	color: var(--white);
	font-size: 20px;
	font-weight: 500;
	cursor: pointer;
}
.product-details-section .product-summery .single_add_to_cart_button.disabled{
	background: var(--secondblue);
	cursor: not-allowed;
}
.product-details-section .product-summery .woocommerce-variation-price{
	padding: 12px;
	background: var(--lightblue);
	font-size: 22px;
	text-align: center;
	border-radius: 5px;
	margin-bottom: 15px;
}
.product-details-section .product-summery .tab-wrapper{
	float: left;
	width: 100%;
	margin-top: 20px;
}
.product-details-section .product-summery .tab-wrapper .faq-box{
	margin-bottom: 10px;
	border-bottom: 1px solid var(--gray);
}
.product-details-section .product-summery .tab-wrapper .faq-box:last-child{
	border-bottom: 0;
}
.product-details-section .product-summery .tab-wrapper .faq-box h6{
	padding: 8px 10px;
	font-size: 20px;
	font-weight: 500;
}
.product-details-section .product-summery .tab-wrapper .faq-box.active h6{
	color: var(--blue);
}
.product-details-section .product-summery .tab-wrapper .faq-box p{
	margin-bottom: 15px;
}
.product-details-section .product-summery .tab-wrapper .faq-box ul{
	list-style: disc;
	margin-top: 10px;
	margin-left: 30px;
}
.product-details-section .product-summery .tab-wrapper .faq-box ol{
	list-style: decimal;
	margin-top: 10px;
	margin-left: 30px;
}
.product-details-section .product-summery .tab-wrapper .faq-box li{
	margin-bottom: 10px;
}
.product-details-section .product-summery .logo-section{
	margin-top: 20px;
	float: left;
	display: flex;
	justify-content: center;
	gap: 40px;
	grid-gap: 30px;
	width: 100%;
	align-items: center;
}
.product-details-section .product-summery .logo-section img{
	height: auto;
	width: 100%;
	max-width: 60px;
}
.single-product .icon-box svg{
	max-height: 60px;
}
.single-product .icon-box-wrapper.icon-two-box-wrapper .icon-box-holder{
	gap: 40px;
}
.single-product .icon-box-wrapper .icon-box h4{
	font-size: 20px;
	line-height: 26px;
	margin-top: 20px;
	font-weight: 400;
}
.single-product .icon-box-wrapper .icon-box p{
	margin-top: 5px;
}
/* --------------- Woocommerce --------------- */
.return-to-shop{
	text-align: center;
	padding: 15px 0;
}
.woocommerce-message,
.woocommerce-info{
	padding: 10px;
	text-align: center;
	background: var(--blue) !important;
	color: var(--white);	
}
.woocommerce .woocommerce-message a,
.woocommerce-info a{
	color: var(--black);
}
.woocommerce-cart table{
	width: 100%;
}
.woocommerce-cart table th{
	background: var(--gray);
	color: var(--black);
	font-size: 16px;
	padding: 10px;
	font-weight: 600;
}
.woocommerce-cart .product-thumbnail img{
	height: 120px;
	width: auto;
}
.woocommerce-cart td{
	vertical-align: middle;
	font-size: 16px;
}
table.shop_table_responsive tr td.product-remove a{
	font-size: 32px;
}
input, select, textarea{
	height: 46px;
  border: 1px solid var(--gray);
  padding: 0 10px;
  background: none;
  width: calc(100% - 20px);
}
select{
	width: 100%;
}
textarea{
	height: 140px;
	resize: none;
}
.woocommerce-cart .cart-collaterals{
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}
.button,
.button:active,
.button:visited,
.button:focus{
	height: 47px;
	min-width: 140px;
	font-size: 16px;
	padding: 5px 15px;
	text-transform: capitalize;
	background: var(--blue);
	color: var(--white);
	border: 0;
	border-radius: 0;
	display: inline-block;
	text-align: center;
}
.button:hover{
	background: var(--black);
}
.wc-proceed-to-checkout a,
.wc-proceed-to-checkout a:active,
.wc-proceed-to-checkout a:visited,
.wc-proceed-to-checkout a:focus,
.wc-proceed-to-checkout a:hover{
	line-height: 47px;
	width: 100%;
	font-size: 18px;
	font-weight: 500;
}
.woocommerce-cart-form .actions button{
	float: right;
}
.im-coupon-holder input{
	width: calc(100% - 140px);
	float: left;
}
.im-coupon-holder button{
	width: 140px;
	float: left;
}
.im-coupon-holder .coupon{
	display: flex;
}
.cart-collaterals h2,
.woocommerce-checkout h2,
.woocommerce-checkout h3{
	font-size: 28px;
	font-weight: 500;
	margin-bottom: 20px;
}
.cart-collaterals .cart_totals{
	min-width: 400px;
	width: 400px;
}
.cart-collaterals .cart_totals table{
	background: var(--xlightwhite);
	border: 1px solid var(--gray);
	width: 100%;
	margin-bottom: 20px;
}
.cart-collaterals .cart_totals tr{
	border-bottom: 1px solid var(--gray);
}
.cart-collaterals .cart_totals th,
.cart-collaterals .cart_totals td{
	background: none;
	padding: 15px;
}
.woocommerce-form-coupon-toggle{
	margin-bottom: 30px;
}
.woocommerce-checkout label{
	display: block;
	font-size: 16px;
	float: left;
	margin: 10px 0 3px;
}
.woocommerce-checkout .col2-set{
	float: left;
	width: 46%;
}
.woocommerce-checkout #order_review_heading,
.woocommerce-checkout .woocommerce-checkout-review-order{
	float: right;
	width: 46%;
}
.woocommerce-checkout .form-row-first,
.woocommerce-checkout .form-row-last,
.woocommerce-checkout .form-row-wide{
	width: 100% !important;
}
.woocommerce-checkout .woocommerce-input-wrapper{
	display: inline-block;
	width: 100%;
}
.woocommerce-checkout th,
.woocommerce-checkout td{
	text-align: left;
}
.woocommerce-checkout .woocommerce-form__label-for-checkbox{
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.woocommerce-checkout .woocommerce-form__input-checkbox,
.woocommerce-checkout .woocommerce-form__input-checkbox + p{
	float: left;
	height: auto;
	width: auto;
}
.select2-container .select2-selection--single{
	height: 46px !important;
	border-radius: 0;
	border-color: var(--gray);
	background: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
   height: 46px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
   line-height: 46px !important;
}
.woocommerce-checkout .woocommerce-checkout-review-order{
	border: 1px solid #DEDEDE;
	box-sizing: border-box;
	box-shadow: 0 1px 2px rgba(0,0,0,.08), 0 4px 12px rgba(0,0,0,.05);
	border-radius: 15px;
	padding: 30px 24px;
}
.woocommerce-checkout .woocommerce-checkout-review-order table{
	width: 100%;
}
.woocommerce-checkout .woocommerce-checkout-review-order th{
	font-size: 18px;
	font-weight: 500;
}
.woocommerce-checkout .woocommerce-checkout-review-order td{
	font-size: 16px;
	padding: 10px;
}
.woocommerce-checkout .woocommerce-checkout-review-order tr th:last-child,
.woocommerce-checkout .woocommerce-checkout-review-order tr td:last-child{
	text-align: right;
}
.woocommerce-checkout .woocommerce-checkout-review-order tr td:last-child label{
	width: 100%;
}
.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-info{
	margin-bottom: 20px;
}
.woocommerce-checkout .woocommerce-checkout-review-order .button{
	width: 100%;
	font-size: 18px;
	font-weight: 500;
}
/* --------------- My Account --------------- */
.woocommerce-account .woocommerce-MyAccount-navigation{
	width: 25%;
	float: left;
	background: var(--xlightwhite);
	border: 1px solid var(--gray);
}
.woocommerce-account .woocommerce-MyAccount-navigation li a,
.woocommerce-account .woocommerce-MyAccount-navigation li a:active,
.woocommerce-account .woocommerce-MyAccount-navigation li a:visited,
.woocommerce-account .woocommerce-MyAccount-navigation li a:focus{
	padding: 15px 20px;
	background: none;
	color: var(--black);
	display: block;
	border-bottom: 1px solid var(--gray);
}
.woocommerce-account .woocommerce-MyAccount-navigation li:last-child a{
	border-bottom: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a{
	background: var(--blue);
	color: var(--white);
}
.woocommerce-MyAccount-content{
	width: 70%;
	float: right;	
}
/* --------------- Search Result --------------- */
.search-results{
	position: absolute;
	top: 47px;
	left: 0;
	height: auto;
	max-height: 500px;
	width: calc(100% - 40px);
	background: var(--xlightwhite);
	border: 1px solid var(--gray);
	padding: 20px;
	display: none;
	z-index: 99;
}
.search-results.active{
	display: block;
	overflow-y: scroll;
}
.search-results a{
	display: block;
	width: 100%;
  float: left;
}
.search-results .thumbnail-holder{
	width: 80px;
	float: left;
	margin-right: 10px;
}
.search-results .thumbnail-holder img{
	width: 100%;
	height: auto;
}
.search-results .product-details{
	float: left;
	width: calc(100% - 90px);
}
.search-results .product-details h4{
	font-size: 16px;
	color: var(--black);
}
.search-results .product-details span{
	display: block;
	font-size: 14px;
	color: var(--blue);
}
.close-search{
	display: inline-block;
	height: 20px;
	width: 20px;
	border-radius: 100%;
	text-align: center;
	line-height: 21px;
	cursor: pointer;
	position: absolute;
	top: 10px;
	right:  10px;
	background: var(--black);
	color: var(--white);
	font-size: 14px;
}
.red-color, .red-color a{
	color: #ff0000 !important;
	font-weight: 500 !important;
}
/* --------------- Shortcode --------------- */
.mobile-shortcode{
	display: none;
}
/* --------------- Responsive --------------- */
@media only screen and (max-width: 1200px){
	.inner-content-holder{
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	.im-container{
		width: calc(100% - 30px);
		max-width: calc(100% - 30px);
	}
	.icon-box-wrapper.icon-two-box-wrapper .icon-box{
		width: calc(50% - 10px);
	}
}
@media only screen and (max-width: 1023px){
	.products-section .products-wrapper .img-holder{
		display: none;
	}
	.products-section .producsts-holder{
		width: 100%;
		padding: 30px 0;
	}
	.custom-product-section{
		padding: 30px 0 !important;	
		width: calc(63% - 130px) !important;
		min-width: calc(63% - 130px) !important;
	}
	.icon-box-wrapper.icon-two-box-wrapper .icon-box-holder{
		gap: 20px;
	}
	.icon-box-wrapper .icon-box-holder{
		justify-content: space-around;
	}
	.products-section .single-product-box{
		width: calc(50% - 20px);
    min-width: calc(50% - 20px);
	}
	.icon-box-wrapper .icon-box h4{
		font-size: 28px;
		line-height: 32px;
	}
	.content-section .section-heading{
		font-size: 32px;
		line-height: 36px;
	}
	.products-section .producsts-holder h2,
	.images-section h2{
		font-size: 36px;
		line-height: 40px;
	}
	.products-section .producsts-holder h3,
	.faqs-section h2{
		font-size: 28px;
		line-height: 32px;
		margin-bottom: 10px;
	}
	.products-section .producsts-holder p{
		font-size: 22px;
		line-height: 24px;
	}
	.faqs-section h2{
		margin-bottom: 30px;
	}
	.left-section .section-inner{
		padding-top: 40px !important;
		padding-bottom: 40px !important;
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.woocommerce-cart .cart-collaterals{
		display: block;
	}
	.cart-collaterals .cart_totals{
		margin-top: 40px;
	}
}
.show-on-mobile{
	display: none;
}
.fixed-before-footer{
	display: block;
	width: 100%;
	min-width: 100%;
	height: auto;
	background: #fff;
	border-top: 1px solid #eee;
	position: fixed;
	left: 0;
	top: -100%;
	z-index: 99999;
	padding: 10px 15px;
	-webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.fixed-before-footer.active{
	top: 0;
	-webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;	
}
.fixed-before-footer .im-container-fluid{
	display: flex;
	align-items: center;
	width: 100%;
	min-width: 100%;
	justify-content: space-between;
}
.fixed-before-footer .left-side{
	font-size: 20px;
	display: flex;
	align-items: center;
}
.fixed-before-footer .left-side h6{
	margin-bottom: 0;
	font-size: 20px;
}
.fixed-before-footer .left-side .product-small-img img{
	max-height: 80px;
}
.fixed-before-footer .left-side a{
	font-size: 13px;
}
.fixed-before-footer .right-side a,
.fixed-before-footer .right-side a:focus,
.fixed-before-footer .right-side a:active,
.fixed-before-footer .right-side a:visited,
.fixed-before-footer .right-side a:hover{
	display: inline-block;
	height: 40px;
  line-height: 39px;
  padding: 0 25px;
  border-radius: 4px;
  background: var(--blue);
  color: var(--white);
  float: right;
  margin-right: 30px;
}
.fixed-before-footer .right-side{
	display: flex;
	align-items: center;
}
.fixed-before-footer .right-side span.fprice{
	font-size: 16px;
	margin-right: 20px;
}
@media only screen and (max-width: 768px){
	body, p{
		font-size: 16px;
		line-height: 1.5em;
	}
	.products-section .single-product-box{
		width: calc(100% - 20px);
    min-width: calc(100% - 20px);
	}	
	.images-section .images-wrapper{
		grid-template-columns: auto auto auto;
	}
	footer .copyright{
		flex-flow: column;
		padding-left: 10px;
		padding-right: 10px;
	}
	footer .copyright p{
		text-align: center;
	}
	footer .copyright .right-section {
    justify-content: center;
	}
	.widget-wrapper{
		flex-flow: column !important;
		align-items: center;
	}
	footer .widget-wrapper .footer-col{
		width: 100%;
		padding-right: 0;
		padding-left: 0;
		text-align: center;
	}
	.faqs-section .faqs-wrapper.two-column{
		width: 100%;
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	header .logo-holder{
		width: 100%;
	}
	header .form-holder{
		display: none;
	}
	.icon-holder .search-icon{
		display: inline-block;
		cursor: pointer;
	}
  header .header-wrapper{
  	gap: 0;
  }
  header .icon-holder{
  	width: 140px;
  	min-width: 140px;
  	align-items: center;
  }
  .main-navbar{
  	display: none;
  }
  .single-product div.product,
  .specification-holder{
		flex-flow: column !important;
		gap: 0;
  }
  .product-details-section .product-gallery, .product-details-section .product-summery{
  	width: calc(100% - 30px);
  	padding-right: 15px;
  	padding-left: 15px;
  }
  .image-content-section .left-section, .image-content-section .right-section{
  	width: 100%;
  	max-width: 100%;
  }
  .image-content-section .right-section{
  	height: 200px;
  	background-size: auto;
  	background-attachment: fixed !important;
  	background-position: center !important;
  }
  .single-product .icon-box-wrapper.icon-two-box-wrapper .icon-box-holder{
  	display: block;
  }
  .icon-box-wrapper .icon-box{
  	display: inline-block;
  	width: 100%;
  	margin-bottom: 30px;
  }
  .quote-box blockquote{
  	font-size: 20px;
  }
  .section{
  	padding-top: 15px !important;
  	padding-bottom: 15px !important;
  }
  table.shop_table_responsive tr td.product-thumbnail{
  	text-align: center !important;
  }
  table.shop_table_responsive tr td{
  	text-align: right;
  	padding-top: 5px;
  	padding-bottom: 5px;
  	vertical-align: middle !important;
  }
  table.shop_table_responsive tr td .quantity{
  	float: right;
  }
  .woocommerce-checkout .col2-set,
  .woocommerce-checkout #order_review_heading, 
  .woocommerce-checkout .woocommerce-checkout-review-order{
  	width: 100%;
  }
  .fixed-footer{
  	display: flex;
  }
  .menu-holder.dropdown-show .dropdown{
  	display: none;
  }
  header .mobile-menu,
  .mobile-search{
		display: inline-block;
	}
	.sidebar-menu-holder,
	.sidebar-search-holder{
		display: block;
	}
	.sidebar-menu-holder.active,
	.sidebar-search-holder.active{
		left: 0;
  	-webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
	}
	.sidebar-search-holder .search-results{
		top: 70px;
	}
	.sidebar-search-holder .close-search{
		display: none;
	}
	.search-results{
		width: calc(100% - 42px);
	}
	.product-details-section .product-summery .single_add_to_cart_button{
		position: fixed;
		left: 0;
		bottom: 0;
		width: 100%;
		border-radius: 0;
		z-index: 9999;
	}
	.mobile-shortcode{
		display: block;
	}
	.hide-desktop-shortcode{
		display: none;
	}
	.wa__btn_popup{
		bottom: 70px !important;
	}
	.woo-variation-product-gallery{
		margin: 0 auto !important;
	}
	.show-on-mobile{
		display: inline-block;
	}
	img.show-on-mobile{
		width: calc(100% - 30px);
		height: auto;
		padding: 0 15px;
	}
	.image-content-section .right-section{
		height: auto !important;
		background: none !important;
	}
	.product-details-section .product-summery{
		margin-top: 30px;
	}
	.icon-box-wrapper h3{
		font-size: 24px;
		line-height: 1.3em;
		font-weight: 400;
	}
	.icon-box-wrapper h3{
		margin-bottom: 20px;
	}
	.icon-box-wrapper .icon-box svg{
		height: 42px !important;
		width: auto !important;
	}
	.icon-box-wrapper .icon-box h4,
	.single-product .icon-box-wrapper .icon-box h4{
    font-size: 18px;
    line-height: 20px;
    margin-top: 5px;
  }
	.icon-box-wrapper .icon-box p,
	.single-product .icon-box-wrapper .icon-box p{
		font-size: 14px;
		margin-top: 2px;
	}
	.content-section .section-heading{
		margin-bottom: 15px;
	}
	.topbar{
		min-height: 40px;
	}
	.topbar p{
		padding: 6px 0;
	}
	.content-section .read-more{
		margin-top: 5px;
	}
	.content-section .read-more {
    margin-top: 5px;
    font-size: 18px;
    font-weight: 500;
  }
  .products-section .producsts-holder h2{
  	text-align: center;
  	font-size: 32px;
  	line-height: 36px;
  	margin-bottom: 7px;
  }
  .products-section .producsts-holder h3{
  	text-align: center;
  	font-size: 26px;
  	line-height: 30px;
  }
  .products-section .producsts-holder p{
  	font-size: 16px;
  	line-height: 1.5em;
  	text-align: center;
  }
  .images-section h2{
  	font-size: 24px;
  	line-height: 1.2em;
  }
  .images-wrapper{
  	grid-template-columns: 100% !important;
  }
  .faqs-section h2{
  	font-size: 26px;
  }
  .faq-box h6{
  	font-size: 18px;
    font-weight: 400;
    line-height: 1.5em;
  }
  .faq-box h6 svg {
    width: 14px;
    height: 14px;
	}
	.faqs-section .faqs-wrapper.two-column.second-child{
		margin-top: 7px;
	}
	.product-details-section .product-summery .variations th label{
		font-weight: 600;
	}
	.product-details-section .product-summery .quantity{
		width: 140px;
	}
	.products-section.with-border .single-product-box{
		width: calc(100% - 42px);
	}
	.fixed-before-footer{
		display: none !important;
	}
	.products-section .products-boxes.products-boxes-1,
	.products-section .products-boxes.products-boxes-2,
	.products-section .products-boxes.products-boxes-3,
	.products-section .products-boxes.products-boxes-4{
		grid-template-columns: 100%;
	}
	.custom-product-section{
		width: 100% !important;
		min-width: 100% !important;
	}
	.product-btn-holder{
		text-align: center;
	}
}
.pa-color-link{
	display: inline-block;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.pa-color-link span{
	display: inline-block; 
	height: 21px; 
	width: 21px; 
	border-radius: 100%;
	padding: 2px;
	position: relative;
}
.pa-color-link span:before{
	content: '';
	display: inline-block;
	position: absolute;
	height: 29px;
	width: 29px;
	top: -3px;
	left: -3px;
	border-radius: 100%;
	border: 1px solid transparent;
}
.pa-color-link:hover span:before{
	border-color: #000000;
}
.full-products-boxes .pa-color-link{
	margin-right: 20px;
}
.slick-prev{
	left: 0 !important;
	z-index: 999999 !important;
}
.slick-next{
	right: 0 !important;
	z-index: 999999 !important;
}
.main-navbar ul.sub-menu li{
	display: block !important;
}
.read-more-text{
	display: flex;
	width: 100%;
	min-width: 100%;
	justify-content: center;
	align-items: center;
}
.read-more-text a,
.read-more-text a:active,
.read-more-text a:visited,
.read-more-text a:focus{
	color: var(--black);
	display: flex;
	margin-top: 5px;
}
.read-more-text a:hover{
	color: var(--blue);
}
.read-more-text a span{
	padding-left: 10px;
}
input[type=radio],
input[type=checkout]{
	height: auto !important;
	width: auto !important;
	float: left;
}
.woocommerce-shipping-totals.shipping th{
	vertical-align: top !important;
}
.woocommerce-shipping-methods input[type=radio],
.woocommerce-shipping-methods input[type=checkout]{
	margin-top: 12px;
}
.woocommerce-shipping-methods label{
	float: left;
	width: 93% !important;
}
.woocommerce-shipping-methods li{
	float: left;
	width: 100% !important;
}
.wc_payment_methods.payment_methods.methods li{
	float: left;
	width: 100%;
	display: flex;
  align-items: baseline;
}
.wc_payment_methods.payment_methods.methods li label{
	margin-top: 0 !important;
}
.woocommerce-cart .woocommerce-shipping-methods li {
    float: left;
    width: 100% !important;
    display: flex;
    align-items: baseline;
}
.pswp{
	z-index: 99999 !important;
}
@media only screen and (max-width: 768px){
	.images-section .images-wrapper {
		grid-template-columns: auto !important;
	}
}
@media only screen and (max-width: 1023px){
	.icon-box-wrapper .icon-box h4 {
		font-size: 20px !important;
	}
}
.image-content-section .link-holder{
	margin-top: 30px;
	display: inline-block;
}
@media only screen and (min-width: 767px){
	.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-slider-wrapper {
	    width: 90%;
	}
	.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-wrapper {
    width: 10%;
  }
}
.full-logo-section{
	text-align: center;
	width: 100%;
	padding: 12px 0 32px;
}
.full-logo-section div{
	display: inline-block;
	width: 70px;
	height: 70px;
	margin: 8px;
}
.full-logo-section div img{
	width: 100%;
	height: auto;
	object-fit: cover;
	object-position: center;
}
.show-on-mobile{
	display: none;
}
.wcboost-variation-swatches__selected-label{
	display: none !important;
}
.woo-variation-gallery-wrapper .woo-variation-gallery-slider img{
	width: 94%;
}
@media only screen and (max-width: 767px){
	.show-on-mobile{
		display: block;
		text-align: center;
	}	
	.show-on-desktop{
		display: none;
	}
	.sidebar-menu-holder .sidebar-menu{
		margin: 0;
		position: relative;
	}
	.sidebar-menu-holder .sidebar-menu .dropdown{
		height: calc(100vh - 138px);
    overflow: scroll;
	}
	.sidebar-menu-holder .sidebar-menu:before{
		content: 'Main Menu';
		background: var(--blue);
		color: var(--white);
		font-weight: 600;
		padding: 10px 20px;
		font-size: 18px;
		display: block;
	}
	.sidebar-menu-holder .sidebar-menu li{
		padding: 10px 20px;
		margin: 0;
		border-bottom: 1px solid #dedede;
	}
	.sidebar-menu-holder .sidebar-menu li .sub-menu li{
		border-bottom: 0;
		padding: 8px 10px;
	}
	.sidebar-menu-holder .sidebar-menu li .sub-menu li:last-child{
		padding-bottom: 0;
	}
	.sidebar-menu a, .sidebar-menu a:active, .sidebar-menu a:visited, .sidebar-menu a:focus{
		color: var(--black);
		font-size: 14px;
	}
	.sidebar-menu a:hover{
		color: var(--blue);
	}
	.sidebar-menu .sub-menu{
		display: none; 
	}
	.sidebar-menu .menu-item-has-children.active .sub-menu{
		display: block; 
	}
	.sidebar-menu .menu-item-has-children{
		position: relative;
	}
	.sidebar-menu .menu-item-has-children:after{
		position: absolute;
		top: 12px;
		right: 20px;
		content: '+';
		display: inline-block;
		z-index: 999;
		font-size: 40px;
	}
	.sidebar-menu .menu-item-has-children.active:after{
		content: '-';
		top: 8.5px;
	}
	.sidebar-menu .menu-item-has-children.active{
		background: #f6f6f6;
	}
	.woo-variation-gallery-wrapper .woo-variation-gallery-slider img{
		width: 100%;
	}
}
.cat-variation-price h5{
	font-weight: 500;
}
@media only screen and (min-width: 1650px){
	.im-container-gallery{
		width: 1650px !important;
	}
}