/*
Theme Name: Shoptimizer Child Theme
Theme URI: 
Description: Child theme of Shoptimizer
Author: CommerceGurus
Author URI: 
Template: shoptimizer
Version: 1.2.2
License:         	GNU General Public License v2 or later
License URI:     	https://www.gnu.org/licenses/gpl-2.0.html
*/


/* Load Google fonts */
/* @import url(//fonts.googleapis.com/css?family=Open+Sans); */
/* @import url(//fonts.googleapis.com/css?family=Lato); */
/* @import url(//fonts.googleapis.com/css?family=Roboto); */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

/* Custom CSS */
  .icon::before {
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
  }

@media (min-width: 993px) {

.header-5 .site-header-cart .cart-contents .amount {
    font-size: 14px;
	margin-left:10px;
}
	body.header-5.wc-active .site-header-cart {
		display: block;
		height: 55px;
		margin-left: 10px;
	}

 .header-5.wc-active .site-header-cart a.cart-contents {
        height: 55px;
        padding: 0 15px;
        border: none;
        line-height: 55px;
        position: relative;
		margin-left:15px;
    }

}

   .site-header-cart a.cart-contents::before {
        font-family: "Font Awesome 6 Free"; /* Assuming Font Awesome 6 is loaded */
		font: var(--fa-font-solid);
		content: "\f07a";
        font-size: 20px; /* Adjust the size of the icon as needed */
        position: absolute;
        top: 50%;
		opacity:1;
        left: 5px; /* Adjust the left offset for the icon */
        transform: translateY(-50%);
        margin-right: 8px; /* Add some space between the icon and count number */
    } 

.site-header-cart a.cart-contents .count::after,
.site-header-cart a.cart-contents:hover .count::after {
    position: static;
    bottom: auto;
    left: auto;
    width: auto;
    height: auto;
    margin-bottom: 0;
    margin-left: 0;
    border: none;
    border-bottom: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    content: none;
    transition: none;
    pointer-events: auto;
}


.site-header-cart a.cart-contents .count {
    display: inline-block;
    position: relative;
    width: 30px; /* Set a fixed width for the rounded background */
    height: 30px; /* Set a fixed height for the rounded background */
    margin-left: 5px;
    padding: 3px;
    border: none;
    color: #fff;
    background-color: #00a18e;
    font-size: 15px;
    line-height: 1.6; /* Set line-height to 1 for vertical centering */
    text-align: center;
    letter-spacing: -.9px;
    transition: all .2s;
	font-weight:600;
    border-radius: 50%; /* Set border-radius to 50% for a round background */
    white-space:nowrap;
}


.site-header-cart a.cart-contents:hover .count  {
	background-color: #00a18e;
	/*transform: scale(1.01);*/
	animation: pulse 1.6s infinite;
}

.cart-click {

}
 
body, button, input, textarea {
} 

body {
	font-family: 'Poppins', sans-serif;
	font-size: 17px;
}    
       
h1 {
	font-family: 'Poppins', sans-serif;
	font-weight:600;
	font-size:52px;
}

h2 {
	font-family: 'Poppins', sans-serif;
	font-weight:100;
	font-size:38px;
}

h2 {
	font-family: 'Poppins', sans-serif;
	font-weight:600;
	font-size:32px;
}

h3,h4,h5,h6 {
	margin: 0 0 10px;
	color: #131315;
	font-family: 'Poppins', sans-serif;
	font-weight:600;
}


/* Brand colours */
.dark-blue {
    background:rgba(29, 37, 69, 1);
    color:#fff;

}

.dark-blue h1, .dark-blue h2, .dark-blue h3, .dark-blue h4, .dark-blue h5, .dark-blue h6 {
    color:#fff;
}

.light-blue {
    background:rgba(59, 113, 183, 1);
    color:#fff;
}

.white {
    background:#ffffff;
    color:rgba(0, 0, 0, 1); 
}

.off-white {
    background:#fbf9f8;
    color:rgba(0, 0, 0, 1);
}

.related-wrapper {
	background: #fbf9f8;
	border-top: 1px solid #f8f8f8;
}

.col-full.topbar-wrapper {
    position: relative;
    max-width: 100%;
    /*border-bottom: 1px solid rgba(255, 255, 255, 0.5);*/
	border-bottom:none;
    background: linear-gradient(to right, #3b71b7, #1d2545);
    color:#fff;
}

.col-full.topbar-wrapper a, .top-bar a{
    color:#fff;
	opacity: 0.8;
}

.col-full.topbar-wrapper a:hover, .top-bar a:hover{
    color:#fff;
	opacity: 1 !important;
}


.top-bar {
    clear: both;
    position: relative;
    width: 100%;
    font-size: 15px;
	color:#fff !important;
}

.top-bar .textwidget {
    display: flex;
    margin: 0;
    padding: 0.25rem 0;
    align-items: center;
}

header.woocommerce-products-header {
    background:#f2eeea;
}

.shoptimizer-product-prevnext { 
	display:none;
}

.summary h1 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 30px;
    letter-spacing: 0;
    padding-right: 0;
    word-break: break-word;
}

footer.copyright a:hover, footer.site-footer a:hover {
    text-decoration: none;
    text-decoration-thickness: 0px;
    text-underline-offset: 0em;
}


@media(hover: hover) and (pointer: fine) and (min-width: 1293px) {
	
	.menu-primary-menu-container > ul > li > a span::before,
	.menu-item-has-children > a span::before,
	.menu-footer-menu-container li a::after,
	body .main-navigation ul.menu li.menu-item-has-children.full-width > .sub-menu-wrapper li a span::after {
		display: block;
		position: absolute;
		top: calc(100% + 2px);
		left: 0;
		width: 100%;
		border-bottom: 2px solid #ed6d51;
		content: "";
		transition: transform 0.7s cubic-bezier(0.28, 0.75, 0.22, 0.95);
		transform: scale(0, 1);
		transform-origin: right center;
	}

	.menu-footer-menu-container li a::after{
		transition: transform 0.3s cubic-bezier(0.28, 0.75, 0.22, 0.95);
	}

	.main-navigation ul.nav-menu > li > a span:hover::before,
	.menu-item-has-children > a span:hover::before,
	.menu-primary-menu-container > ul > li:hover > a span::before,
	.menu-footer-menu-container li a:hover::after,
	body .main-navigation ul.menu li.menu-item-has-children.full-width > .sub-menu-wrapper li a:hover span::after {
		transform: scale(1, 1);
		transform-origin: left center;
	}

/* Define the CSS class for the animated border bottom effect */
.animated-border-bottom {
    position: relative;
    text-decoration: none; /* Remove default underline style */
}

.animated-border-bottom::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #ed6d51;
    transform-origin: right center;
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.animated-border-bottom:hover::after {
    transform-origin: left center;
    transform: scaleX(1);
}
}



.site-main.grid.grid-2 {
    grid-template-columns: repeat(2,1fr);
}

.site-main.grid {
    display: grid;
    gap: 45px;
    padding-bottom: 4em;
}

/* Main layouts */
.content-area {
	float: right;
	width: 76%;
	margin-right: 0;
}

#secondary {
    width: 18%;
}

.darker-white {
    background:#f2eeea;
    color:rgba(0, 0, 0, 1);
}

.orange {
    background-color:#ed6d51;
    color:#fff;
}

.easylog-green {
    background-color:rgba(0, 146, 57, 1);
    color:rgba(255, 255, 255, 1); 
}

.lascar-green {
    background-color:rgba(0, 161, 142, 1);
    color:rgba(255, 255, 255, 1); 	
}

.blue-gradient {
  background: linear-gradient(to right, #3b71b7, #1d2545);
  color:#fff;
}

.button, input[type=submit], ul.products li.product .button, .commercekit-wishlist-table button, .woocommerce #respond input#submit.alt, .product .cart .single_add_to_cart_button, .widget_shopping_cart a.button.checkout, .main-navigation ul.menu li.menu-item-has-children.full-width > .sub-menu-wrapper li a.added_to_cart, .site div.wpforms-container-full .wpforms-form button[type=submit], ul.products li.product .added_to_cart, ul.wc-block-grid__products .wp-block-button__link, .woocommerce-cart p.return-to-shop a, .elementor-row .feature a, .image-feature figcaption span {
    background-color:#00a18e;
	color:#fff;
}


.product .cart .single_add_to_cart_button {
	background-color:#00a18e;
    height: 52px;
    border-radius: 5px;
    outline: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 52px;
    text-align: center;
    transition: all .2s;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

.product .cart .single_add_to_cart_button:hover {
    background-color:#1eb9a7;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0);
}

.cart .single_add_to_cart_button {
    float: left;
    width: calc(100% - 90px);
    height: 52px;
    margin-left: 40px;
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 5px;
    outline: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 52px;
    text-align: center;
    transition: all .2s;
}

.cart .single_add_to_cart_button:hover {
    background-color:#1eb9a7;
}

.commercekit-ajs-view-all-holder>a {
    display: block;
    height: 50px;
    line-height: 50px;
    background: #ed6d51;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: .02em;
}


.call-back-feature a {
    padding: 0.8em 1.3em;
    border-radius: 5px;
    color: #fff;
    background-color:#00a18e;
    font-size: 14px;
    font-weight: 600;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

.call-back-feature a:hover {
    background-color:#1eb9a7;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0);
}

.product-tags-buttons { 
	text-align:left;
	border-top: 1px solid #e2e2e2;
	padding:10px 0 6px 0;
}

#product-tags-sidebar {
	text-align:left;
	border-top: 0;
	padding:6px 0;
}

#product-tags-sidebar .product-tag-button {
	margin-bottom:10px;
	color:#fff !important;
}


#product-tags-sidebar ul li {

}

.product-tags-buttons .product-tag-button { 
	margin-right:6px;
	font-weight:500;
	margin-bottom:12px;
	display:inline-block;
	color:#fff !important;
}

#secondary.widget-area .widget .product-tags-buttons a, #secondary.widget-area .widget .product-tag-button a { 
	color:#fff !important;
	font-weight:500 !important;
}


.site-main {
    margin-bottom:40px;
}

.site-content {
    /*padding-top:20px;*/
	padding-top:0;
    background-repeat: no-repeat;
    background-position: center top -80px;
    background-size: 100vw auto; /* Fits the width to the viewport while maintaining aspect ratio */
}

body:not(.header-4) .site-header, .header-4-container {
    background-color: rgba(29, 37, 69, 1) !important;
}

.page-template-template-home-php .site-header {
    background-color: rgba(29, 37, 69, 0.8);
}

.site-header {
    background: linear-gradient(to right, #3b71b7, #1d2545);
}

@media (min-width: 993px) {
.col-full-nav {
    background: linear-gradient(to right, #3b71b7, #1d2545);
}

.page-template-template-home-php .col-full-nav  {
    background-color: rgba(29, 37, 69, 0.8);
}
}

.home-content h1, .home-content h2, .home-content p, .hero-overlay h1, .hero-overlay h2, .hero-overlay h3, .hero-overlay p {
    color:#fff;
}

.page-template-template-applications .site-content {
    padding-top: 0;
}

#country-flag {
    padding-left:30px;
}
#country-flag img{
    height:26px;
    cursor:pointer;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    margin-bottom:-6px;
    transition: all .2s;
}

#country-flag img:hover{
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    transform: scale(1.1);
}

.content-area p.stock{
    font-size: 15px;
} 

.content-area .bulk-prices {
    padding: 16px 0 0 0;
    border-top: 1px solid #e2e2e2;
    font-size: 15px;
    position: relative;
	margin:14px 0;
}

.content-area .bulk-prices p{
    margin:0 0 4px 0;
	padding:0;
}

.content-area .bulk-prices p strong{
    font-weight:600;
}

/* Set the hero section to cover the entire viewport height */
.hero-section {
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-overlay {
    display: none;
	max-width:1000px;
}

.hero-overlay .fa-arrow-down {
	margin-left:12px;
}

.hero-slide-1 {
    display: block; /* Display the first hero slide initially */
}

.hero-section-home {
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Style the hero image container */
.hero-image-container {
    width: 100%;
    height: 100%;
    background: no-repeat;
	transition: background 2s ease-in-out;
}


.hero-overlay h2{
	font-family: 'Poppins', sans-serif;
	font-weight:200;
    font-size:28px;
}

.hero-overlay p{
	font-weight:300;
    font-size:19px;
	max-width:1000px;
}

.hero-overlay {
    position: absolute;
    top: 74px; /* Adjust as needed to vertically center the text */
    left: 50%; /* Adjust as needed to horizontally center the text */
    margin-left:-600px;
}

@media (max-width: 992px) {
	
.hero-overlay {
    position: absolute;
    top: 74px; /* Adjust as needed to vertically center the text */
    left: 0; /* Adjust as needed to horizontally center the text */
    margin-left:0px;
	text-align:center;
}	
	
}

.secondary-navigation .menu a {
    padding: 0;
    color: #fff;
    font-size: 16px;
}

@media (min-width: 993px) {
	
	.col-full.main-header {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	
	ul.menu ul li.nolink, ul.menu ul li>a.sub-menu-link, ul.nav-menu ul li>a.sub-menu-link {
		padding: 0.3em 0.8em;
		font-size: 16px;
		font-weight: 400;
	}

}

.woocommerce-tabs .tabs li a::after {
	border-bottom: 3px solid #f96d4e;
}

.commercekit-atc-tab-links li a:after {
    border-bottom: 4px solid #f96d4e !important;
}

.woocommerce-product-details__short-description {
    clear: both;
    font-size: 16px;
    line-height: 1.5;
	font-weight:500;
}


.distributor-box {
	padding:24px 36px;
	margin:20px 30px;
	background:#f2eeea;
}

.distributor-box p {
	margin: 0 0 1.1em;
}


#secondary .widget .widget-title {
    padding: 0;
    border: 0;
    color: #111;
    font-size: 21px;
    font-weight: 600;
	
}

@media (min-width: 993px) {
.menu-primary-menu-container>ul>li>a {
    color: #fff;
    font-size: 18px;
    line-height: 60px;
	margin-left:10px;
	margin-right:10px;
}
}

.resources-list {
    margin-bottom: 20px;
	margin-left: 0;
    list-style: none;
}

.resources-list li {
    min-height:50px;
	display: flex;
    align-items: center; /* Align items vertically center */
	/*border-bottom:1px solid #ccc;*/
	padding:4px 0;
	margin:4px 0;
}

.resources-list img{
    height:40px;
	margin-right:20px;
}

.resources-list li a{
    padding:0; 
	margin:0; 
	border-bottom: 3px solid rgba(0, 0, 0, 0);
}

.resources-list li a:hover {
    border-bottom: 3px solid #f96d4e; 
}

.distributors-list ul {
    margin-bottom: 0;
    margin: 0;
    margin-left: 0;
    list-style: none;
}

.distributors-list ul li{
    margin-top: 8px;
    margin-bottom: 8px;
}


.distributors-list ul a {
    color: #111;
	font-size:19px;
	line-height:21px;
}

.distributors-list ul a:hover {
    border-bottom: 3px solid #f96d4e; 
}
/* custom tables */

table.specifications {
    border:1px solid #e0e0dd;
}


/* Add top padding to the <td> elements in the first row of the table with class "specifications" */
table.specifications tr:first-child td {
    padding-top: 5px; /* Adjust the value as needed */
}


table.specifications td {
padding: 5px 1.3em;
width:50%;
}

table.specifications .left-td {
    font-weight:600;
    border-right:1px solid #e0e0dd;
}


table.specifications .even-row {
    background-color: #eff0ec;
}

table.specifications .odd-row {
    background-color: white; /* or any other color */
}

/* Your custom CSS class for the video element */
.hero-video-container {
    /*position: relative;*/
    width: 100%; /* Set the width to 100% to match the video's width */
}

.fullscreen-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    object-fit: cover;
}

/* Hide video controls */
.fullscreen-video::-webkit-media-controls {
    display: none;
}

.fullscreen-video::-webkit-media-controls-enclosure {
    display: none !important;
}

.button-orange {
    background-color:#ed6d51;
    padding:14px 28px;
    border-radius:5px;
    font-weight:700;
    font-size:16px;
	color:#fff;
	cursor:pointer;
	transition: all .2s;
}

.button-orange:hover {
    background-color:#ed856f;
}

.button-blue {
    background-color:#00a18e;
    padding:14px 28px;
    border-radius:5px;
    font-weight:700;
    font-size:16px;
	color:#fff;
	cursor:pointer;
}

.button-blue:hover {
    background-color:#1eb9a7;
}



.button-secondary {
	background-color:#ed6d51;
    border-radius:5px;
    font-weight:500; 
	cursor:pointer;
	padding: 5px 18px;
    color: #fff;
    font-size: 16px;
	font-weight:600;
}

.button-secondary:hover {
    background-color:#ed856f;
}

.semi-opaque-black {
    background-color: rgba(0, 0, 0, 0.5);
}

.button-outline {
	background-color:rgba(255, 255, 255, 0);
	border:1px solid white;
    padding:4px 8px;
    border-radius:5px;
    font-weight:700;
    font-size:16px;
	color:#fff;
	cursor:pointer;
}

.button-outline:hover {
	background-color:rgba(255, 255, 255, 0.3);
}

.call-to-action-section {
    padding-top: 30px;
    padding-bottom: 20px;
    border-top: 1px solid #eee;
	background: linear-gradient(to right, #ed6d51, #ce3e20);
	color:#fff;
	position:relative;
	overflow:visible;
	text-align:center;	
}

.below-content {
    clear: both;
    padding-top: 30px;
    padding-bottom: 20px;
    border-top: 1px solid #eee;
	background: linear-gradient(to right, #ed6d51, #ce3e20);
	color:#fff;
	position:relative;
	overflow:visible;
	text-align:center;
}

.below-content .left {
    float:left;width:70%
}

.below-content .right {
    float:right;width:30%
}

@media (max-width: 992px) {
.below-content .left, .below-content .right {
    float:none;
	width:100%
}
}


.below-content a, .below-content a:hover {
    color:#fff;
}

.below-content .button {
    font-weight:600;
}

.below-content img{
    position:absolute;
	bottom:0px;
	max-height:220px;
}

.below-content h3, .call-to-action-section h3{
	color:#fff;
	font-weight:300;
}

.below-content h3 span, .call-to-action-section h3 span{
	font-weight:500;
}

.below-content-subscribe-form {
 text-align:left;
}

.below-content-subscribe-form .hs-firstname {
    display:inline-block;
    width:30%;
    margin:20px 20px;
}

.below-content-subscribe-form .hs-email {
    display:inline-block;
    width:36%;
    margin:20px 20px;
}

.below-content-subscribe-form .hs-submit {
    display:inline-block;
    width:20%;
    margin:20px 20px;
}


.hs-error-msg, .hs-error-msgs .hs-main-font-element{
    color:#ff5200 !important;
}

.below-content .widget p {
    margin-bottom: 0;
    padding-left: 32px;
    color: #fff;
    font-size: 18px;
}

body input[type=email], body input[type=password], body input[type=tel], body input[type=text], body input[type=url], body textarea {
    border: 1px solid #d2d6dc;
    border-radius: 0;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.05);
    font-size: 15px;
    padding-left: 0.7em;
    padding-right: 0.7em;
}


.strong > a > span {
	font-weight:600;
	font-size:19px;
    margin-bottom:8px;
}


@media (min-width: 993px) {
body .main-navigation ul.menu li.full-width.menu-item-has-children ul li.highlight>a {
   color: #ed6d51;
}

.main-navigation ul li.menu-item-has-children.full-width>.sub-menu-wrapper>.container>ul.sub-menu>li:not(.no-left-border) {
    border-left: 1px solid rgba(0, 0, 0, 0.3);
}

.main-navigation ul li.menu-item-has-children.full-width > .sub-menu-wrapper > .container > ul.sub-menu > li:last-child:not(.no-right-border) {
    border-right: 1px solid rgba(0, 0, 0, 0.3);
}

.no-left-border {
    border-left: none !important;
}

.no-right-border {
	border-right: none !important;
}

.sub-menu-link img {
	margin-left:56%;
	margin-bottom:20px !important;
}


.woocommerce-pagination, body .woocommerce-result-count, .shoptimizer-sorting select.orderby, .woocommerce-breadcrumb {
    font-size:16px !important;
}
}

/* Flex columns for general layout */

  /* Define a container for the columns */
  .flex-container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start; /* Align items at the top of the container */
  }


.hs-button {
	margin-top:10px;
}


.hs-button:hover {
	background:#1eb9a7;
}

@media (min-width: 993px) {
body:not(.header-4).sticky-d .col-full-nav {
    position: -webkit-sticky;
    position: sticky;
    z-index: 10;
}
}


@media (max-width: 992px) {
body.theme-shoptimizer .site-header .custom-logo-link img, body.wp-custom-logo .site-header .custom-logo-link img {
    height: 42px;
}
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  z-index: 1; /* Higher z-index to overlay everything else */
}

.shoptimizer-primary-navigation {
    z-index: 99;
}

.main-navigation {
	text-align:center;
	margin: 0 auto;
	font-size: 17px;
}

.site-footer .widget.widget_block h2, footer .widget .widget-title {
    margin-bottom: 22px;
    color: #fff;
    font-size: 21px;
	font-weight:500;
}

.site-footer a, footer a {
    margin-bottom: 15px;
    color: #fff;
}

.site-footer form label{
    font-size: 14px;
    color: #fff;
	margin:8px 0;
	display:block;
}

.input-text:focus, input[type=email]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus,input[type=text]:focus,input[type=url]:focus,textarea:focus {
	border-color: #e2e2e2;
	background:#fff;
	color:#111;
}

input[type=tel], input[type=text], input[type=url], textarea {
    box-sizing: border-box;
    padding: 0.2em;
    outline: 0;
    box-shadow: inset 0 1px 3px rgba(0,0,0,.125);
    font-weight: 400;
    -webkit-appearance: none;
	background:#fff;
} 

.input-text, input[type=email], input[type=password], input[type=search] {
    box-sizing: border-box;
    padding: 0.3em;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.125);
    -webkit-appearance: none;
    width: 100%;
    font-weight: 400; 
	background:#fff;
}

body input[type=email]:focus,body input[type=password]:focus,body input[type=tel]:focus,body input[type=text]:focus,body textarea:focus {
	border-color: #ccc;
	background:#fff;
}

.form-group {
	margin:6px 0;
}

.footer-country-switcher {
	margin:10px 0;
}

.footer-country-switcher img {
	height:25px;
	margin-right:12px;
}


ul.products li.product .woocommerce-loop-product__title, ul.products li.product h2 {
    position: relative;
    width: 100%;
    margin-top: 4px;
    margin-bottom: 4px;
    color: #111;
    font-size: 18px;
    letter-spacing: 0;
	font-weight:500;
}

ul.products li.product p.product__categories {
    display:none;
}

ul.products li.product .product-inner {
	background:white;
	padding:42px 20px 12px 20px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
	z-index:5;
	max-height:480px;
    position:relative;
	border-top-right-radius:20px;
	border-bottom-left-radius:20px;
}

@media (max-width: 1050px) {
ul.products li.product .product-inner {
	max-height:none;
}	
}

.home ul.products li.product .product-inner {
	max-height:100%;
}

ul.products li.product .price {
	width: 100%;
}

ul.products li.product:hover {
	z-index: 2;
}

ul.products li.product:not(.product-category)::before {
	visibility:visible;
	position: absolute;
	left: 0;
	opacity: 1;
	background-color:transparent;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	content: "";
	transition: all 0.2s;
	width: calc(100% + 0px);
	height: calc(100% + 30px);
	margin-top: 0px;
	margin-left: 0;
}


.main-navigation ul.products li.product:not(.product-category)::before {
	display: none;
}

ul.products li.product.product-category::before {
	display: none;
}

ul.products li.product.product-category:hover::before {
	border-color: #ccc;
}

ul.products li.product.product-category .cat-image-wrapper {
	overflow: hidden;
	display: block;
	position: relative;
	border-radius: 8px;
}

ul.products li.product.product-category a:hover img {
	/*transform: scale(1.05);*/
}

ul.products li.product.product-category img {
/*	transform: scale(1);*/
	/*transition: transform 0.36s ease-out;*/
}

.site-main ul.products li.product:hover::before {
	visibility: visible;
	opacity: 1;
	transition: all 0.2s;
}

.product-label {
	display: none;
	position: absolute;
	z-index: 1;
	top: -5px;
	left: 5px;
	min-width: 58px;
	max-width: 50%;
	min-height: 46px;
	align-items: center;
	padding: 5px 7px;
	border-radius: 35px;
	color: #fff;
	background-color: #3bb54a;
	font-size: 12px;
	line-height: 1.2;
	text-align: center;
	letter-spacing: 0.4px;
	text-transform: uppercase;
	word-break: break-all;
	transition: opacity 0.3s ease;
}

.woocommerce-checkout.min-ck header h1 {
    color:#fff;
}
	
body ul.products li.product .added_to_cart, body ul.products li.product .button {
    display: block;
    position: absolute;
	left:16px;
    z-index: 1;
    bottom: -60px;
    height: 40px;
    border-radius: 4px;
    opacity: 1;
    font-size: 14px;
    font-weight: 600;
    line-height: 40px;
    text-align: center;
    transition: all .1s;
	background-color: rgba(0, 161, 142, 1);
}

body ul.products li.product .button:hover  {
	/*transform: scale(1.01);*/
	animation: pulse 1.6s infinite;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(30, 185, 167, 0.7);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(30, 185, 167, 0.3);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(30, 185, 167, 0);
  }
}

.woocommerce-card__header {
	clear: both;
	padding-top: 10px;
	width: 100%;
	position: relative;
}

.woocommerce-Tabs-panel ul.products li.product .product-inner {
	max-height:450px;
}

.woocommerce-Tabs-panel ul.products li.product .button {
    bottom: -60px;
}
/*
.call-back-feature {
    position: fixed;
    z-index: 15;
    right: 30px;
    bottom: 30px;
    transition: all .2s linear;
}
*/

.call-back-feature {
    position: initial;
    z-index: initial;
    right: initial;
    bottom: initial;
    transition: initial;
}

.call-back-feature {
    display:none;
}

@media (max-width: 992px) {
.call-back-feature {
    display:none;
}
}

@media (max-width: 992px) {
ul.products {
	flex-direction: column;
    align-items: center;
}

ul.products li.product {
    width: 100%;
	float:none;
}

.site ul.products li.product {
    margin-bottom: 10px;
}
}

@media (min-width: 993px) {
.card-flex-container {
	flex-direction: row;
	flex-wrap: wrap; /* Flex items can wrap onto multiple lines */
    justify-content: start; /* Adjust this according to your layout needs */
}
}

.card {
    flex: 0 0 calc(33.33% - 20px); /* 33.33% minus 20px margin */
    margin-right: 20px;
    margin-bottom: 20px; /* Add margin at the bottom as well */
    box-sizing: border-box; /* To include margin in width calculation */
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.2s ease;
    height: 100%;
    background: #fff;
	border-top-right-radius:20px;
	border-bottom-left-radius:20px;
}

.card-4 {
    flex: 0 0 calc(25% - 20px); /* 25% minus 20px margin for 4 cards in a row */
    margin-right: 20px;
    margin-bottom: 20px; /* Add margin at the bottom as well */
    box-sizing: border-box; /* To include margin in width calculation */
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.2s ease;
    height: 100%;
    background: #fff;
	border-top-right-radius:20px;
	border-bottom-left-radius:20px;
}

.page-template-template-applications .site-content {
    padding-top: 0;
}

.page-template-template-we-are-cimsense .card-4 p {
	font-weight:400;
	font-size:16px;
}

.app-card {
	max-width:380px;
	min-width:320px;
	text-align:center;
	max-height:400px;
}

.card:hover, .card-4:hover {
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.3);
}

.card-img {
    height: 200px;
}

.card-img-brand {
    height: 80px;
    background-repeat: no-repeat;
    background-position:center;
    background-size: 260px auto;
    background-color: #fff;
}

.card-4 .card-content {
    padding: 20px;
    height:170px;
	width:100%;
	margin:10px auto;
}

@media (max-width: 992px) {
.card-4 .card-content {
    padding: 20px;
    height:140px;
	width:100%;
	margin:10px auto;
}
}

.card .card-content {
    padding: 20px;
    height:170px;
	width:320px;
	margin:10px auto;
}

@media (max-width: 992px) {
.card .card-content {
    padding: 20px;
    height:140px;
	width:320px;
	margin:10px auto;
}
}

.card-header {
    margin: 0 0 10px 0;
}

.card h3, .card-4 h3{
    font-size:19px;
	line-height:1.3em;
}

.card p, .card-4 p{
    font-size:17px;
    line-height:1.3em;
}

.card-footer {
    background-color: #fff;
    padding: 10px 10px 20px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 992px) {
    .card, .card-4 {
        flex: 0 0 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
}

/* Optional: Add responsive styles for smaller screens */
@media (max-width: 992px) {
    .column {
        flex-basis: 100%; /* Make each column take up 100% width on smaller screens */
        margin: 10px 0; /* Adjust margin for spacing */
    }

    .flex-container {
		flex-direction: column;
		align-items: center;
		flex-basis: 100%;
		margin: 10px 0;
    }
    .card-flex-container {
        height:100%;
    }
}

/* Optional: Add responsive styles for smaller screens */
@media (min-width: 993px) and (max-width: 1220px) {

    .card-flex-container {
        height:500px;
    }
}

@media (min-width: 993px) {
body ul.products:first-of-type {
	padding-top:40px;
}
}
/*
body ul.products li.product {
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
    text-align: left;
	margin:10px;
}

@media (min-width: 993px) {
body ul.products li.product {
    margin-bottom: 40px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
}

ul.products li.product:not(.product-category)::before {
	visibility: hidden;
	position: absolute;
	left: 0;
	opacity: 0;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	content: "";
	transition: all 0.2s;
	width: calc(100% + 0px);
	height: calc(100% + 0px);
	margin-top: 10px;
	margin-left: 0;
}

.main-navigation ul.products li.product:not(.product-category)::before {
	display: none;
}

ul.products li.product.product-category::before {
	display: none;
}
*/

@media (max-width: 992px) {
.site-branding button.menu-toggle {
    position: absolute;
    left: 15px;
    width: 60px;
    height: 30px;
    padding: 0;
    background-color: transparent;
    display: block;
	color:#fff;
}

.menu-toggle .bar {
    display: block;
    position: absolute;
    top: calc(50% - 1px);
    z-index: 0;
    width: 22px;
    height: 2px;
    opacity: 1;
    background-color: #fff;
    transition: transform .15s ease-in 0s,margin .15s ease-in .2s,opacity 0s ease-in .15s;
    transform: rotate(0);
    pointer-events: none;
}
}

@media (min-width: 993px) {
.site-header .custom-logo-link img {
    height: 50px;
}
}

.logo-bar {
text-align:center;
width: 100%; /* Full width */
padding:10px 0;
}

.logo-bar img {
max-height:32px;
vertical-align: middle;
padding:2px 4px;
}

.section {
padding:30px 0;
margin:0;
}


.call-to-action-section a{
color:#fff;
font-weight:400;
}

.call-to-action-section a:hover{
color:#fff;
}


.half-section-left {
	width:50%;
	float:left;
}

.half-section-right {
	width:50%;
	float:right;
}

@media (min-width: 993px) {
.half-section-left .padding, .half-section-right .padding {
	padding:0 30px;
}
.half-section-left img{
	border-top-left-radius:40px;
	border-bottom-left-radius:40px;
}

.half-section-right img {
	border-top-right-radius:40px;
	border-bottom-right-radius:40px;
}
}

@media (max-width: 992px) {
.half-section-left, .half-section-right {
    width:100%;
	float:none;
}
}

.center {
text-align:center;
}


.site-footer {
    background:rgba(29, 37, 69, 1);
    color:#fff;
}

/*hide the product meta section */
.product_meta{
    display:none;
}

.commercekit-sticky-add-to-cart {
    z-index: 5;
    position: fixed;
    border-bottom: 1px solid rgba(29, 37, 69, 1);
    display: block;
    top: -300px;
    right: 0;
    left: 0;
    padding: 0 0.15em;
    background-color:rgba(29, 37, 69, 1);
    font-size: 16px;
    transition: all 0.9s;
	background: linear-gradient(to right, #3b71b7, #1d2545);
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
}

.single-product .site-content .commercekit-sticky-add-to-cart .col-full {
    background-color:rgba(29, 37, 69, 0);
}

.commercekit-atc-tab-links li a {
    color:rgba(255,255,255,0.9);
    position: relative;
    outline: none;
    padding-bottom: 10px;
}

.commercekit-atc-tab-links li a:hover {
    color:rgba(255,255,255,1);
}

.commercekit-atc-tab-links li.active a {
    color:rgba(255,255,255,1);
    -webkit-text-stroke: 0.2px;
}

.cards_container {
    width:100%
}

.cards_container .card-3 {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 30px);
    margin-left: -15px;
}

/* Make modals show on mobile */
@media (max-width: 992px) {
	.call-back-featureXXX, #product-unavailable-modal, #language-switcher-modal{
	    display: block;
	}
}

.modal-flags img, .footer-switch-flags img {
	cursor:pointer;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	transition: all .2s;
}
.modal-flags img:hover, .footer-switch-flags img:hover {
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    transform: scale(1.1);
}

/*  MOBILE TWEAKS */
@media (max-width: 992px) {
	.below-content .col-full, footer .col-full {
		display: block;
		padding-right: calc(2.617924em - 20px);
		padding-left: calc(2.617924em - 20px);
	}
	
	.below-content img {
		display: none;
	}
}

.navlogo {
	max-width:44px;
	opacity:1;
}

.navlogo:hover {
	opacity:0.8;
}

.wp-video {
	margin: 0 auto !important;
	width: 1200px !important;
}

.product p.price {
    float: left;
    margin: 0 0 5px 0;
    color: #222;
    font-size: 23px;
	font-weight:400;
}


.bulk-discount-text {
    clear: both;
    margin-bottom: 0;
    font-size: 15px;
	color: #0f834d;
	display:inline-block;
	margin-left:12px;
	margin-bottom:4px;
}


.bulk-discount-text::before {
	position: relative;
    margin-right: 6px;
    display: inline-block;
    width: 16px;
    height: 16px;
    content: "";
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    top: 3px;
    background: #0f834d;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='https://www.w3.org/2000/svg' class='h-6 w-6' fill='none' viewBox='0 0 24 24' stroke='currentColor' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M5 13l4 4L19 7' /%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='https://www.w3.org/2000/svg' class='h-6 w-6' fill='none' viewBox='0 0 24 24' stroke='currentColor' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M5 13l4 4L19 7' /%3E%3C/svg%3E");
}


.content-area hr, hr {
    position: relative;
    width: 280px;
    height: 3px;
    background-color: #ccc;
    border: none;
    margin: 10px auto; /* Adjust the margin as needed for spacing */
}

hr::before,
hr::after {
    content: "";
    position: absolute;
    height: 3px;
    background-color: #ccc;
    width: calc((100% - 280px) / 2);
    top: 50%;
}

hr::before {
    left: 0;
    transform: translate(0, -50%);
}

hr::after {
    right: 0;
    transform: translate(0, -50%);
}

.card-footer button svg {
    vertical-align: middle;
	margin-left:10px;
}

@media (min-width: 993px) {
.col-full-nav.is_stuck {
    margin-top:-3px;
}
} 

.widget_price_filter .price_slider_amount .button {
    background-color: #ed6d51;
    border-radius: 5px;
    font-weight: 400;
    cursor: pointer;
    padding: 5px 11px;
    color: #fff;
    font-size: 13px;
}

.widget_price_filter .price_slider_amount .button:hover {
    background-color:#ed856f;
}

#secondary.widget-area .widget .tagcloud a, .widget-area .widget.widget_product_tag_cloud a {
    display: inline-block;
    float: left;
    margin: 0 5px 5px 0;
    padding: 5px 11px;
    border-radius: 5px;
    color: #fff;
    background-color: #ed6d51;
    font-size: 13px!important;
    line-height: 1;
	font-weight: 400;
    transition: all .2s;
}


#secondary.widget-area .widget .tagcloud a:hover, .widget-area .widget.widget_product_tag_cloud a:hover {
    background-color:#ed856f;

}

.widget_price_filter .ui-slider .ui-slider-handle, .widget_price_filter .ui-slider .ui-slider-range {
    background-color: #ed6d51;
}

.product-content-catname {
	display:block;
	padding:5px 12px;
	color:#222;
	background: #f2eeea;
	font-size: 14px;
	font-weight: 500;
	width:100%;
	z-index:12;
	position:absolute;
	top:0;
	left:0;
	border-top-right-radius:20px;
}

.card-short-description {
    font-size: 14px;
    height: 46px;
	background:#fff;
    overflow: hidden;
    text-transform: capitalize;
}

/* Added by AP to improve product card shortcode output */
.card-short-description ul {
    margin: 0px 0px 1.41575em 20px !important;
}

.product-card-footer {
	height: 60px;
}

.accordion {
	border-bottom:1px solid #ccc;
	padding-bottom:20px;
	margin-bottom:20px;
}


.accordion-header {
    display: inline-block; /* Make the <h2> element inline-block */
	vertical-align: middle;
	font-size:26px;
}

.accordion-header i {
    margin-left: 10px; /* Optional: Add some left margin for spacing between text and icon */
	vertical-align: middle;
	color: #ed6d51;
}

.rotate {
	transform: rotate(180deg);
}

.accordion-header {
    padding: 10px 0;
    cursor: pointer;
}


.accordion-content {
    display: none;
    padding: 10px 0;
}

ul.products li.product .price {
    position: relative;
    color: #111;
    font-size: 18px;
}

ul.products li.product .price {
    display: block;
    clear: both;
    margin-bottom: 10px;
    color: #43454b;
    font-weight: 400;
}

.sub-menu-link img {
    height:42px;
    display:block;
    margin-bottom:8px;
}

/* social icon men */

.menu-social-icon-menu-container {
  display: inline-block;
}

@media (max-width: 1000px) {
  .menu-social-icon-menu-container {
    float: none;
    width: 100%;
    margin-top: 15px;
  }
}

@media (max-width: 1000px) {
  .team-area .social-navigation {
    display: block;
  }
}

.menu-social-icon-menu-container ul {
  list-style: none;
  margin: 0;
}

.menu-social-icon-menu-container li {
  display: inline;
  font-size: 30px !important;
  border-bottom:none !important;
}

.menu-social-icon-menu-container li a {
  transition: 0.4s ease-in-out;
  padding: 0 16px 0 0;
}

.menu-social-icon-menu-container li a:hover {
  color: #ed6d51
}


@media (hover: hover) and (min-width: 993px) {
	
.menu-social-icon-menu-container li a::after,  .menu-social-icon-menu-container li a:hover::after {
    content: ""; /* Clear the content property */
    display: none; /* Optionally, set the display property to none */
    transition: none; /* Remove the transition property if you want to remove the transition effect */
}

}

@media (min-width: 993px) {
	
#page .woocommerce-tabs ul.tabs li a {
    padding: 8px 20px 14px 20px; 
	margin-top:14px;
    color: #545454;
    font-size: 16px;
	font-weight:400;
	border-right: 1px solid #e2e2e2;
}

#page .woocommerce-tabs ul.tabs li:first-child a {
    padding: 8px 20px 14px 20px; 
    margin-top: 14px;
    color: #545454;
    font-size: 16px;
    font-weight: 400;
    border-right: 1px solid #e2e2e2;
    border-left: 1px solid #e2e2e2; /* Add left border to the first li element */
}


#page .woocommerce-tabs ul.tabs li {
    display: inline-block;
    margin: 0;
	padding:0;
    border: 0;
	border:none;
}


#page .woocommerce-tabs ul {
    margin-top:10px;
}
}

.hidden {
	display:none;
}

@media (max-width: 992px) {
.commercekit-sticky-add-to-cart, .admin-bar .commercekit-sticky-add-to-cart {
    top: auto;
    bottom:0;
	display:none;
}
}

body.single-product {
    padding-bottom:0;

}

.open-calibration-tab {
	display:inline-block;
	margin-top:10px;
}

.opening-hours br {
	display:none !important;
}

.opening-hours p {
	line-height:1em !important;
	margin: 0 0 1.11575em !important;
}

.opening-hours .fa-clock {
	opacity:0.6;
	margin-right:8px
}

footer.copyright {
	background:rgba(29, 37, 69, 1);
    padding: 10px 0;
	color:#fff;
}

footer.copyright a{
	color:#fff;
}


/*

Pure Slider

https://www.solodev.com/blog/web-design/build-a-hero-slider-with-javascript-and-jquery.stml

*/

.slider-container {
  position: relative;
  height: 560px;
  user-select: none;
  cursor: all-scroll;
  overflow:hidden;
}

@media (max-width: 992px) {
.slider-container {
    height: 460px;
}
.slider-container button, .slider-container .button-orange{
    display:inline-block;
}
}

.slider-control {
  z-index: 2;
  position: absolute;
  top: 0;
  width: 12%;
  height: 100%;
  transition: opacity 0.3s;
  will-change: opacity;
  opacity: 0;
}
.slider-control.inactive:hover {
  cursor: auto;
}
.slider-control:not(.inactive):hover {
  opacity: 1;
  cursor: pointer;
}
.slider-control.left {
  left: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.18) 0%, transparent 100%);
}
.slider-control.right {
  right: 0;
  background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.18) 100%);
}

.slider-pagi {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 2rem;
  transform: translateX(-50%);
  font-size: 0;
  list-style-type: none;
}
.slider-pagi__elem {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 200px;
  height: 70px;
  margin: 0 20px;
  border-radius: 8px;
  border: 2px solid rgba(255, 255, 255, 1);
  cursor: pointer;
  background:rgba(0, 0, 0, 0.1);
}


.slider-pagi__elem:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity:1;
  background: url('/wp-content/uploads/EasyLog_White-250.png') no-repeat center center;
  background-size: 140px auto;
  transition: transform 0.3s;
  /*transform: translate(-50%, -50%) scale(0);*/
}

.slider-pagi__elem:nth-child(2):before {
  background: url('/wp-content/uploads/PanelPilot_logo_white-250.png') no-repeat center center;
  background-size: 170px auto;
}

.slider-pagi__elem:nth-child(3):before {
  background: url('/wp-content/uploads/design-logo-white-trans-200.png') no-repeat center center;
  background-size: 150px auto;
}

.slider-pagi__elem.active:before, .slider-pagi__elem:hover:before {
  transform: scale(1);
  opacity:1;
}

@media (min-width: 993px) and (max-width: 1192px) {
.slider-pagi__elem {

  width: 120px;
  height: 55px;
  margin: 0 10px; 
}

.slider-pagi__elem:before {
  background-size: 100px auto;
}

.slider-pagi__elem:nth-child(2):before {
  background-size: 100px auto;
}

.slider-pagi__elem:nth-child(3):before {
  background-size: 100px auto;
}

}

@media (max-width: 992px) {
    .slider-pagi {
        position: absolute;
        z-index: 3;
        left: 50%; /* Center the container */
        bottom: 20px;
        transform: translateX(-50%); /* Adjust for the container's width */
        font-size: 0;
        list-style-type: none;
        display: flex; /* Use flexbox for centering the child elements */
        justify-content: center; /* Center the child elements horizontally */
        align-items: center; /* Center the child elements vertically */
		margin:0;
    }

    .slider-pagi__elem {
        position: relative;
        display: inline-block;
        vertical-align: top;
        width: 120px;
        height: 50px;
        margin: 0 6px;
        cursor: pointer;
		border: 2px solid rgba(255, 255, 255, 1);
    }
.slider-pagi__elem:before {
  background-size: 80px auto;
  opacity:1;
}

.slider-pagi__elem:nth-child(2):before {
  background-size: 100px auto;
  opacity:1;
}

.slider-pagi__elem:nth-child(3):before {
  background-size: 90px auto;
  opacity:1;
}

}

.slider {
  z-index: 1;
  position: relative;
  height: 100%;
}
.slider.animating {
  transition: transform 0.5s;
  will-change: transform;
}
.slider.animating .slide__bg {
  transition: transform 0.5s;
  will-change: transform;
}

.slide {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.slide.active .slide__overlay,
.slide.active .slide__text {
  opacity: 1;
  transform: translateX(0);
}
.slide__bg {
  position: absolute;
  top: 0;
  left: -50%;
  width: 100%;
  height: 100%;
  background-size: cover;
  will-change: transform;
}
.slide:nth-child(1) {
  left: 0;
}
.slide:nth-child(1) .slide__bg {
  left: 0;
  /*background-image: url("images/slide1.jpg");*/
  
}

.slide:nth-child(1) .slide__bg::after, .slide:nth-child(2) .slide__bg::after, .slide:nth-child(3) .slide__bg::after, .slide:nth-child(4) .slide__bg::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3); /* Black with 50% opacity */
  z-index: 1;
}

.slide:nth-child(1) .slide__overlay-path {
  fill: rgba(29, 37, 69, 1);
}
@media (max-width: 992px) {
  .slide:nth-child(1) .slide__text {
    background-color: rgba(0, 0, 0, 0);
  }
}
.slide:nth-child(2) {
  left: 100%;
}
.slide:nth-child(2) .slide__bg {
  left: -50%;
  /*background-image: url("images/slide2.jpg");*/
}


.slide:nth-child(2) .slide__overlay-path {
  fill: rgba(29, 37, 69, 1);
}
@media (max-width: 992px) {
  .slide:nth-child(2) .slide__text {
    background-color: rgba(0, 0, 0, 0);
  }
}
.slide:nth-child(3) {
  left: 200%;
}
.slide:nth-child(3) .slide__bg {
  left: -100%;
  /*background-image: url("images/slide3.jpg");*/
}
.slide:nth-child(3) .slide__overlay-path {
  fill: rgba(29, 37, 69, 1);
}
@media (max-width: 992px) {
  .slide:nth-child(3) .slide__text {
    background-color: rgba(0, 0, 0, 0);
  }
}
.slide:nth-child(4) {
  left: 300%;
}
.slide:nth-child(4) .slide__bg {
  left: -150%;
  background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/142996/3d-slider-4.jpg");
}
.slide:nth-child(4) .slide__overlay-path {
  fill: #cbc6c3;
}
@media (max-width: 992px) {
  .slide:nth-child(4) .slide__text {
    background-color: rgba(203, 198, 195, 0.8);
  }
}
.slide__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slide__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  min-height: 810px;
  transition: transform 0.5s 0.5s, opacity 0.2s 0.5s;
  will-change: transform, opacity;
  transform: translate3d(-20%, 0, 0);
  opacity: 0;
  
}
@media (max-width: 992px) {
  .slide__overlay {
    display: none;
  }
}
.slide__overlay path {
  opacity: 0.8;
}
.slide__text {
  position: absolute;
  max-width:1170px;
  top: 16%;
  left: 16%;
  color: #fff;
  transition: transform 0.5s 0.8s, opacity 0.5s 0.8s;
  will-change: transform, opacity;
  transform: translateY(-50%);
  opacity: 0;
}
@media (max-width: 992px) {
  .slide__text {
    left: 0;
    bottom: 0;
    width: 100%;
	top: 0;
    height: 20rem;
    text-align: center;
    transform: translateY(50%);
    transition: transform 0.5s 0.5s, opacity 0.5s 0.5s;
    padding: 0 1rem;
	color:#fff;
  }
}
.slide__text-heading {
  font-family: inherit;
  font-size: 40px;
  margin-bottom: 20px;
  color:#fff;
}
@media (max-width: 992px) {
  .slide__text-heading {
    line-height: 40px;
    font-size: 30px;
	margin-top:20px;
  }
}
.slide__text-desc {
  font-family: inherit;
  font-size: 19px;
  margin-bottom: 20px;
  color:#fff;
}
@media (max-width: 991px) {
  .slide__text-desc {
    /*display: none;*/
  }
}
.slide__text-link {
  z-index: 5;
  display: inline-block;
  position: relative;
  padding: 0.5rem;
  cursor: pointer;
  font-family: inherit;
  font-size: 2.3rem;
  perspective: 1000px;
}
@media (max-width: 992px) {
  .slide__text-link {
    margin: -2rem 0 8rem;
  }
}
.slide__text-link:before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  transform-origin: 50% 100%;
  transform: rotateX(-85deg);
  transition: transform 0.3s;
  will-change: transform;
}
.slide__text-link:hover:before {
  transform: rotateX(0);
}

.shoptimizer-mini-cart-wrap {
	z-index:990999 !important;
}

/* style radio buttons */

body #payment .payment_methods > .wc_payment_method > label:before,
body #payment .payment_methods > .woocommerce-PaymentMethod > label:before,
ul#shipping_method li label:before {
	display: inline-block;
	position: relative;
	top: 6px;
	width: 15px;
	height: 15px;
	margin-right: 0.5407911001em;
	border-radius: 50%;
	background-color: #ccc;
	border: 5px solid #fff;
	content: "";
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
	box-sizing: content-box;
	cursor:pointer;
}

#payment .payment_methods li.wc_payment_method > input[type="radio"]:first-child:checked + label::before,
#payment .payment_methods li.woocommerce-PaymentMethod > input[type="radio"]:first-child:checked + label::before,
#shipping_method > li > input[type="radio"]:first-child:checked+label::before {
	background-color: #ed6d51;
}

#secondary .widget .current-cat>a, #secondary .widget .current-cat>a:hover {
    color: #ed6d51;
    font-weight: 600;
}

#secondary .widget ol li, #secondary .widget ul li {
    margin-bottom: 0.4em;
    font-size: 16px;
    line-height: 1.45;
}

#secondary .widget a{
     color: inherit;
}

#secondary .widget a:hover {
     color: #ed6d51;
}

#secondary .widget ul li a:hover,
.widget-area .widget.widget_categories a:hover {
	color: #ed6d51;
}

#secondary .widget .wc-block-product-categories-list.wc-block-product-categories-list--depth-1 li, #secondary .widget_product_categories ul ul.children li {
    margin-bottom: 0.3em;
    padding-left: 1.2em;
    font-size: 15px;
}

.custom-float-left {
    float: left;
	width:50%;
	margin-bottom:20px;
}

.custom-float-right {
    float: right;
	width:50%;
    position: relative;
	margin-bottom:20px;
}

.custom-float-right::after {
    content: "";
    display: table;
    clear: both;
}

.custom-float-left .padding, .custom-float-right .padding {
	padding:0 40px 20px 40px;
}

@media (max-width: 992px) {  
.custom-float-left, .custom-float-right{
    float:none;width:100%;
}

}