/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0.77
*/

/*************** ADD CUSTOM CSS HERE.   ***************/




/* Country Popup */
.country-popup {position: fixed;left: 0;right: 0;top: 0;bottom: 0;min-width: 100vw;z-index: 1001;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;padding-inline: 1rem;-webkit-transition: .3s;transition: .3s;}
.country-popup > .col {max-width: 629px !important;flex: auto;}
.country-popup .col-inner {background: -webkit-gradient(linear,  left top, right top,  from(#017dc7),to(#00649f));background: linear-gradient(to right,  #017dc7 0%,#00649f 100%);}
.country-popup::before {content: '';display: block;position: absolute;left: 0;right: 0;top: 0;bottom: 0;background-color: rgba(255,255,255,.75);-webkit-backdrop-filter: blur(5px);backdrop-filter: blur(5px);}
.country-popup .box {cursor: pointer;}
.country-popup .box:hover {opacity: .85;}
.country-drop {position: relative;}
.country-drop::before {border-left: 1px solid hsla(0,0%,100%,.2);content: "";height: 15px;left: -1em;margin-top: -7px;position: absolute;top: 50%;width: 1px;}
.country-drop ul {position: absolute;top: 125%;left: -.5rem;z-index: 1;background-color: #fff;-webkit-box-shadow: 0 0 10px rgba(0,0,0,.2);box-shadow: 0 0 10px rgba(0,0,0,.2);color: #000;width: 100px;padding: .5rem !important;list-style: none;opacity: 0;visibility: hidden;-webkit-transition: .3s;transition: .3s;}
.country-drop:hover ul {opacity: 1;visibility: visible;}
.country-drop img {width: 32px;max-height: 16px;margin-right: .5rem;}
.country-drop .current i {margin-left: .5rem;}
.country-drop li {margin-bottom: 0 !important;cursor: pointer;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
@media (max-width: 849px) {
.country-drop ul {top: 100%;}
}




#header #masthead .header-nav .searchform .flex-row .search-form-categories select {
	 min-width: 110px;
}
#header #masthead .header-nav .searchform .flex-row>div:last-child {
	position: absolute;
	top: 0;
	right: 0
}
#header #masthead .header-nav .searchform .button.icon {
	background-color: transparent;
	border:0;
}
#header #masthead .header-nav .searchform .button.icon i {
	color: #017dc7;
}
#header #wide-nav a img {
	margin-right: 10px;
}

.main-banner section h1,
.main-banner section h2,
.main-banner section h3 {
	font-weight: 400;
}
.main-banner section h1 strong,
.main-banner section h2 strong,
.main-banner section h3 strong {
	font-weight: 800;
	display: block;
}

.info-banner .button.primary,
.button.primary.is-outline {
	padding: 10px 30px;
}
.button.primary.is-outline:not(:hover) span {
	color: #000
}
.button.primary.is-outline {
	position: relative;
	-webkit-transition: all 0.3s ease;;
	transition: all 0.3s ease;
}
.button.primary.is-outline:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -50px;
	width: 29px;
	height: 31px;
	background-image: url(./images/circle-icon-blue-left.png);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.button.primary.is-outline span:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -35px;
	width: 24px;
	height: 8px;
	background-image: url(./images/arrow-left-black.png);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.3s ease;;
	transition: all 0.3s ease;
}
.button.primary.is-outline:after {
	content: "";
	position: absolute;
	top: 50%;
	right: -50px;
	width: 29px;
	height: 31px;
	background-image: url(./images/circle-icon-blue-right.png);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.button.primary.is-outline span:after {
	content: "";
	position: absolute;
	top: 50%;
	right: -35px;
	width: 24px;
	height: 8px;
	background-image: url(./images/arrow-right-black.png);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.3s ease;;
	transition: all 0.3s ease;
}
.button.primary.is-outline:hover:before,
.button.primary.is-outline:hover:after {
	color: #017dc7;
}

.button.newbtn {
	padding-right: 50px;
}
.button.newbtn:before,
.button.newbtn:after {
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.3s ease;;
	transition: all 0.3s ease;
}
.button.newbtn:before {
	content: "";
	position: absolute;
	right: 15px;
	width: 24px;
	height: 8px;
	background-image: url(./images/arrow-right-blue.png)
}
.button.newbtn:after {
	content: "";
	position: absolute;
	right: 0px;
	width: 29px;
	height: 31px;
	background-image: url(./images/circle-icon-blue-right.png)
}
.button.btnnew.blue-right-arrow {
	position: relative;
	padding-right: 50px;
}
.button.btnnew:before,
.button.btnnew:after {
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.3s ease;;
	transition: all 0.3s ease;
}
.button.btnnew:before {
	content: "";
	position: absolute;
	right: 15px;
	width: 24px;
	height: 8px;
}
.button.btnnew:after {
	content: "";
	position: absolute;
	right: 0px;
	width: 29px;
	height: 31px;
}

.button.btnnew.blue-right-arrow:before,.button.btnnew.blue-left-arrow:before {background-image: url(./images/arrow-right-blue.png)}
.button.btnnew.blue-right-arrow:after,.button.btnnew.blue-left-arrow:after {background-image: url(./images/circle-icon-blue-right.png)}
.button.btnnew.red-right-arrow:before,.button.btnnew.red-left-arrow:before {background-image: url(./images/arrow-right-red.png)}
.button.btnnew.red-right-arrow:after,.button.btnnew.red-left-arrow:after {background-image: url(./images/circle-icon-red-right.png)}
.button.btnnew.black-right-arrow:before,.button.btnnew.black-left-arrow:before {background-image: url(./images/arrow-right-black.png)}
.button.btnnew.black-right-arrow:after,.button.btnnew.black-left-arrow:after {background-image: url(./images/circle-icon-black-right.png)}

.pop-prod h4 {
	margin-bottom: 0;
}
html body .ypipgph {
	margin-bottom: -60px;
}

.ns-testimonial .col>.col-inner>.img {
	position: relative;
	overflow: hidden;
}

.ns-testimonial .col>.col-inner>.img,
.ns-testimonial .col>.col-inner>.name {
	position: relative;
}
.ns-testimonial .col>.col-inner>.img:before,
.ns-testimonial .col>.col-inner>.img:after {
	content: '';
	position: absolute;
	top: 50%;
	width: 100%;
	height: 1px;
	margin-top: -1px;
	background-color: #e2e8f0;
}
.ns-testimonial .col>.col-inner>.img:before {
	left: -75%;
}
.ns-testimonial .col>.col-inner>.img:after {
	right: -75%;
}
.ns-testimonial .col>.col-inner>.img>div {
	border: 1px solid #e2e8f0;
	margin-right: auto;
	margin-left: auto;
	width: 120px;
	height: 120px;
	border-radius: 50%;
}
.ns-testimonial .col>.col-inner>.name{
	color: #262c32;
	margin-bottom: 0;
}
.ns-testimonial .col>.col-inner>.stars~p{
	font-size: 14px;
	line-height: 24px;
	color: #6a6f74;
	margin-bottom: 0;
}
.ns-testimonial .col>.col-inner>.stars {
	text-align: center;
	padding-bottom: 25px;
	padding-top: 15px;
}
.ns-testimonial .col>.col-inner>.stars>* {
	width: 18px;
	height: 18px;
	background-image: url(./images/stars.png);
	background-position: top left;
	display: inline-block;
}
.ns-testimonial .col>.col-inner>.stars.stars-1>*:nth-child(-n+1){
	background-position: top right;
}
.ns-testimonial .col>.col-inner>.stars.stars-2>*:nth-child(-n+2){
	background-position: top right;
}
.ns-testimonial .col>.col-inner>.stars.stars-3>*:nth-child(-n+3){
	background-position: top right;
}
.ns-testimonial .col>.col-inner>.stars.stars-4>*:nth-child(-n+4){
	background-position: top right;
}
.ns-testimonial .col>.col-inner>.stars.stars-5>*:nth-child(-n+5){
	background-position: top right;
}

body .ns-testimonial .col>.col-inner>.date{
	color: #262c32;
	padding-top: 10px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e2e8f0;
}
.ns-testimonial .col>.col-inner>.name,
.ns-testimonial .col>.col-inner>.stars,
.ns-testimonial .col>.col-inner>.stars~p {
	border-left: 1px solid #e2e8f0;
	border-right: 1px solid #e2e8f0;
	padding-left: 30px;
	padding-right: 30px;
}
.ns-testimonial .col>.col-inner>.img>div>img{
	padding: 5px;
	border-radius: 50%;
}

.ns-testimonial .col>.col-inner>.name:before,
.ns-testimonial .col>.col-inner>.name:after {
	content: '';
	position: absolute;
	top: -79px;
	width: 1px;
	height: 100px;
	background-color: #e2e8f0;
}
.ns-testimonial .col>.col-inner>.name:before {
	left: -1px;
}
.ns-testimonial .col>.col-inner>.name:after {
	right: -1px;
}

@media (min-width: 550px) {
	.right-align {
		text-align: right;
	}
	.button.btnnew.blue-right-arrow:hover:before,
	.button.btnnew.red-right-arrow:hover:before,
	.button.btnnew.black-right-arrow:hover:before {
		right: 10px;
	}
	.button.btnnew.blue-left-arrow,
	.button.btnnew.red-left-arrow,
	.button.btnnew.black-left-arrow {
		padding-left: 50px;
		padding-right: 0;
	}
	.button.btnnew.blue-left-arrow:before,
	.button.btnnew.red-left-arrow:before,
	.button.btnnew.black-left-arrow:before {
		left: 15px;
		right: auto;
	}
	.button.btnnew.blue-left-arrow:after,
	.button.btnnew.red-left-arrow:after,
	.button.btnnew.black-left-arrow:after {
		left: 0;
		right: auto;
	}
	.button.btnnew.blue-left-arrow:before {background-image: url(./images/arrow-left-blue.png)}
	.button.btnnew.blue-left-arrow:after {background-image: url(./images/circle-icon-blue-left.png)}
	.button.btnnew.red-left-arrow:before {background-image: url(./images/arrow-left-red.png)}
	.button.btnnew.red-left-arrow:after {background-image: url(./images/circle-icon-red-left.png)}
	.button.btnnew.black-left-arrow:before {background-image: url(./images/arrow-left-black.png)}
	.button.btnnew.black-left-arrow:after {background-image: url(./images/circle-icon-black-left.png)}
	.button.btnnew.blue-left-arrow:hover:before,
	.button.btnnew.red-left-arrow:hover:before,
	.button.btnnew.black-left-arrow:hover:before {
		left: 10px;
	}
	.button.btnnew.blue-right-arrow:hover span,
	.button.btnnew.blue-left-arrow:hover span {
		color: #007dc6;
	}
	.button.btnnew.black-right-arrow:hover span,
	.button.btnnew.black-left-arrow:hover span {
		color: #262c32;
	}
	.button.btnnew.red-right-arrow:hover span,
	.button.btnnew.red-left-arrow:hover span {
		color: #a8283f;
	}
}
@media (min-width: 768px) {
	.button.newbtn:hover:before {
		right: 10px;
	}
	.button.primary.is-outline:hover span:before {
		left: -40px;
		background-image: url(./images/arrow-left-blue.png);
	}
	.button.primary.is-outline:hover span:after {
		right: -40px;
		background-image: url(./images/arrow-right-blue.png);
	}
	#header #wide-nav a:not(:hover) img {
		opacity: .5;
	}
}
@media (max-width: 550px) {
	.button.btnnew.blue-left-arrow, .button.btnnew.red-left-arrow, .button.btnnew.black-left-arrow {
	    padding-right: 50px;
	}
}
.col4-wr{
	margin-top: -100px;
}
@media(max-width: 1100px){
	.col4-wr{
		margin-top: 0px;
	}
}
.info4cols .row.row-small>.col {
	padding-right: 0px;
	padding-left: 0px;
}
.info4cols .row.row-small>.col:nth-child(4) .featured-box {
	padding: 15px 0 0;
}

body .button.btnnew {
	position: relative;
	color: #000;
}

#footer .widget-title {
	font-weight: 800;
	color: #262c32;
}
#footer .is-divider {
	background-color: #a8283f;
}
#footer ul.menu>li {
	position: relative;
	padding-left:25px;
}
#footer ul.menu>li:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3.5px 0 3.5px 4px;
	border-color: transparent transparent transparent #797d81;
	margin-top: -3.5px;
}
#footer ul.menu>li+li {
	border:0;
	margin-top: 10px;
}
#footer ul.menu>li a {
	font-size: 14px;
	line-height: 1.43;
	color: #6a6f74;
}
#footer .block_widget .flex-row .cicon {
	min-width: 25px;
	line-height: 0;
}
#footer .block_widget .flex-row .clabel {
	min-width: 75px;
	font-size: 14px;
	line-height: 1.43;
	color: #6a6f74;
}
#footer .block_widget .flex-row .cinfo {
	font-size: 14px;
	line-height: 1.43;
	color: #262c32;
}
#footer .block_widget .flex-row .cicon,
#footer .block_widget .flex-row .clabel,
#footer .block_widget .flex-row .cinfo {
	padding-top: 8px;
	padding-bottom: 8px;
}
#footer .block_widget .flex-row .cinfo>a+a{
	margin-left: 10px;
}

@media (min-width:768px) {
	#footer ul.menu>li a:hover {
		color: #007dc6;
	}
}
#footer .row>.block_widget:first-child p {
	font-size: 14px;
	line-height: 24px;
	color: #6a6f74;
}
#footer .row>.block_widget:last-child p {
	font-size: 14px;
	line-height: 34px;
	color: #262c32;
}
#footer .absolute-footer>.container {
	border-top: 1px solid #e2e5eb;
	padding-top: 10px;
}
#footer .absolute-footer>.container .copyright-footer {
	font-size: 14px;
	line-height: 24px;
	color: #262c32;
}
#footer .absolute-footer>.container .copyright-footer a {
	color: #a8283f;
}
#footer .absolute-footer>.container .footer-text {
	font-size: 14px;
	line-height: 24px;
	color: #262c32;
}
#footer .absolute-footer>.container .footer-text a {
	color: #a8283f;
}
@media (min-width:850px) {
	#footer .footer-secondary {
		padding: 0;
	}
}
#footer .row>div {
	padding-bottom: 10px;
}
@media (max-width:850px) {
	#footer .row > div {
		max-width: 350px;
		margin-left: auto;
		margin-right: auto;
	}
}
.add-to-cart-button a:before,
.add-to-cart-button a:after {
	display: none;
}
.shop-container .product{
	text-align: center;
}
.shop-container .product .btn-default{
	font-size: .7em;
	margin-right: 0;
	padding: .3em 1.3em;
}
.woocommerce-compare-bar-item-placeholder .woocommerce-compare-bar-item {
    background-color: transparent;
}
#woocommerce-compare-bar{
	display: none;
}
.prdctfltr-shop #woocommerce-compare-bar, .single-product #woocommerce-compare-bar{
	display: block;
}
#content > div.col{
	padding: 0;
}
.fc-form-group select.form-control, .fc-form-group input.form-control {
    font-size: .97em;
}
.wcsl-filter-form .fc-form-group {
	vertical-align: bottom;
}
.wcsl-filter-form  .fc-form-group input.fc-btn-submit {
    padding: 5px 13px;
}

/*Compare products*/
#woocommerce-single-compare-table .slick-track{
	margin-left: 0;
}

#woocommerce-single-compare-table .single-product-compare-value-im{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}
#woocommerce-compare-bar .woocommerce-compare-bar-actions{
	padding: 16px 20px;
	bottom: -38px;
	background: #fff;
}
.woocommerce-compare-bar-items {
    height: 340px;
}
/*END Compare products*/
div .nav-box > li > a:hover, div .nav-box > li.active > a{
	background-color: #017dc7;
}
.shop-container .product .tab-panels{
	text-align: left;
}
body .stuck .header-main .nav > li > a {
    line-height: 16px;
}


.wcsl-filter .wcsl-filter-form .fc-form-group:first-child {
	width: 60%;
}
.wcsl-filter .wcsl-filter-form .fc-form-group:nth-child(2) {
	width: 23%;
}
.wcsl-filter .wcsl-filter-form .fc-form-group:nth-child(3) {
	width: 10%;
}

@media (max-width:850px) {
	.wcsl-filter .wcsl-filter-form .fc-form-group:first-child {
		width: 55%;
	}
	.wcsl-filter .wcsl-filter-form .fc-form-group:nth-child(2) {
		width: 23%;
	}
	.wcsl-filter .wcsl-filter-form .fc-form-group:nth-child(3) {
		width: 14%;
	}
}
@media (max-width: 575px) {
	.wcsl-filter .wcsl-filter-form .fc-form-group:first-child {
		width: 60%;
	}
	.wcsl-filter .wcsl-filter-form .fc-form-group:nth-child(2) {
		width: 30%;
	}
	.wcsl-filter .wcsl-filter-form .fc-form-group:nth-child(3) {
		width: 50%;
	}
}

.um .um-field-checkbox{
    width: auto;
}
div .um input[type=submit].um-button{
    background-color: #017dc7;
    min-width: auto!important;
    border-radius: 0px!important;
    -webkit-border-radius: 0px!important;
    font-size: .97em;
    text-transform: uppercase;
}

body:not(.logged-in) .header-search-form-wrapper .searchform-wrapper .searchform .search-price {
	opacity: 0;
	visibility: hidden;
	z-index: -1;
}
#wrapper ~ div .pum-close{
	margin: 0;
	background-color: #017dc7;
}
.pum-title.popmake-title{
    padding-right: 60px;
}
.prod-tab-table th:first-child, .prod-tab-table td:first-child,
.prod-tab-table th:last-child, .prod-tab-table td:last-child {
    padding: .5em;
}
@media(max-width: 480px){
	.prod-tab-table{
		margin: 0 -20px 0 -20px;
		width: auto;
	}
	.prod-tab-table tr{
		font-size: 12px;
		 padding: .3em;
	}
}