/*
Theme Name: Minimal
Theme URI: https://url.com
Author: Working team
Author URI: https://url.com
Description: Our default theme is clean, blog-focused, and designed for clarity.
Version: 4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, gray, pink, purple, white, yellow, dark, light, two-columns, left-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, blockimages, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: mythemelng
*/


/* pt-sans-narrow-700 - latin_cyrillic */
@font-face {
  font-family: 'PT Sans Narrow';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('fonts/pt-sans-narrow-v12-latin_cyrillic-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/pt-sans-narrow-v12-latin_cyrillic-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/pt-sans-narrow-v12-latin_cyrillic-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/pt-sans-narrow-v12-latin_cyrillic-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/pt-sans-narrow-v12-latin_cyrillic-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/pt-sans-narrow-v12-latin_cyrillic-700.svg#PTSansNarrow') format('svg'); /* Legacy iOS */
}

/* pt-sans-narrow-regular - latin_cyrillic */
@font-face {
  font-family: 'PT Sans Narrow';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/pt-sans-narrow-v12-latin_cyrillic-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/pt-sans-narrow-v12-latin_cyrillic-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/pt-sans-narrow-v12-latin_cyrillic-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/pt-sans-narrow-v12-latin_cyrillic-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/pt-sans-narrow-v12-latin_cyrillic-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/pt-sans-narrow-v12-latin_cyrillic-regular.svg#PTSansNarrow') format('svg'); /* Legacy iOS */
}

body {
	font-family:"PT Sans Narrow", arial, sans-serif;
	font-size: 1.2rem;
	color:black;
	font-weight: 300;
	background-color:#fbfaf8;
	background-image: url(img/led-bgr.png);
	background-position: top left;
}

.home #content { margin-bottom:0; }

.woocommerce-product-attributes a { color: red !important; }

/* STUCTURE */
#wrap { max-width: 1700px; margin:auto; }
.container { max-width: 1300px; }


/* HEADER */
#header { color:white; position:relative; z-index: 1 !important;  text-transform: uppercase; }
#header h1 { margin: 3rem 0; line-height: 1.4; color:white; font-weight: 300; max-width: 80%; text-transform: uppercase; text-shadow: 1px 1px 1px rgba(13, 52, 110, 0.6); }
#header.hasheadbgr { min-height: 200px; background-size: cover; background-position: center; background-repeat:no-repeat; }

.qtrlnghref  { margin-left: 18px; }
.qtrlnghref img { max-width: 22px; margin-top: -5px; }


/* COLORS */
.colortext, body { color: var(--colortext); }
.colorlink, #wrap a { color: var(--colorlink) }
.colornav, .navbar-nav .nav-link { color: var(--colornav); }
.colortitle, h1,h2,h3,h4,h5,h6, .pagetitle { color: var(--colortitle); }
.color1, #footer, .btn, .topmenu { background-color: var(--color1) !important; }
.btn:hover, .btn:focus, .btn:active { background-color: black; border: 0; box-shadow: 0; }
.color2 { background-color: var(--color2); }





/* THEME CUSTOM */

.tiered-pricing-table, .tiered-pricing--active td .amount { color: black !important;}
.tiered-pricing-wrapper td, .tiered-pricing-wrapper th { padding: 0px 5px !important; }
.tiered-pricing-table { font-size: 14px !important; width: 60% !important; }

.woocommerce .pagetitle.h3 { margin-bottom: 40px; }
.entry-content .pagetitle { color: rgba(0,0,0,0.7); }

#header {
	padding-bottom: 1em;
}


.tiered-pricing--active td, .price-rule-active .amount, .price-rule-active td {
	color: #AE4B09 !important;
}

.wave {
    width: 100%;
    height: 100%;
	min-width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
	background-position: bottom center;
    position: absolute;
	display: block; 
    pointer-events: none;
	top:0;
    left: 0;
    right: 0;
	bottom:0;
    z-index: -1;
    background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg width='1700' height='1700' version='1.1' viewBox='0 0 1700 1700' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg' xmlns:cc='http://creativecommons.org/ns%23' xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23'%3E%3Cmetadata%3E%3C/metadata%3E%3Cpath d='M0,1698.5c0,0,186.8-104.6,433.9-59.9c273.1,49.4,442.4,68.5,663.7,30.7c305.6-52.2,602.3,2.7,602.3,2.7V21.5c0,0-35,31.4-406.3,0s-191,55.2-720.3,30S0,21.5,0,21.5V1698.5z' fill='orange' fill-opacity='0.2' stroke='orange' stroke-width='0.2' fill-rule='evenodd'/%3E%3C/svg%3E");
	opacity:0.7;
}

#header .wave { transform: scaleX(-1);  background-size: 100% 700px; }

.productsloop  { position: relative;  }
.productsloop .wave {  top: 0; background-position: bottom center; background-size: cover;  background-size: 100% 600px; }

#content .container { padding: 1.4rem; }

.p1rocontarea, #content .container { background: white; border-radius: 5px; overflow: hidden;  box-shadow: 0px 0px 0px 10px rgba(0,0,0,0.1);  }
.p1rocontarea .contarea { padding: 2rem; }

.spss { position: relative; padding-bottom: 200px; }



.spss::before {
    width: 100%;
    height: 100%;
	min-width: 100%;
    background-repeat: no-repeat;
    position: absolute;
	display: block; 
    pointer-events: none;
	content: "";
	top:0;
    left: 0;
    right: 0;
	bottom:0;
    background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg width='1700' height='700' version='1.1' viewBox='0 0 1700 1700' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg' xmlns:cc='http://creativecommons.org/ns%23' xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23'%3E%3Cmetadata%3E%3C/metadata%3E%3Cpath d='M0,1698.5c0,0,186.8-104.6,433.9-59.9c273.1,49.4,442.4,68.5,663.7,30.7c305.6-52.2,602.3,2.7,602.3,2.7V21.5c0,0-35,31.4-406.3,0s-191,55.2-720.3,30S0,21.5,0,21.5V1698.5z' fill='orange' fill-opacity='1' stroke='orange' stroke-width='0.2' fill-rule='evenodd'/%3E%3C/svg%3E");
	background-position: top center;
background-size: cover; 
	opacity:0.4;
}

.home #content .container { background: none; box-shadow: none; border: 0; border-radius: 0 !important; padding-left: 15px; padding-right: 15px;  }

.woocommerce-product-attributes tr { border: 1px solid #D9D9D9;   }
.woocommerce table.shop_attributes th { width: 200px; background: #FCEED5 !important; font-weight: 100 !important;  }
.woocommerce table.shop_attributes td { padding-left: 1rem;}
.woocommerce table.shop_attributes tr:hover th, .woocommerce table.shop_attributes tr:hover td { background: #EEEEEE !important; }

.sale-perc {
    background-color: #DD691A; 
    border-radius: 100%;
    color: #fff;
    font-size: .65em;
    font-weight: 700;
    line-height: 2.7;
    margin: 0;
    min-height: 1.8em;
    min-width: 3em;
    padding: .130em .5em;
    position: absolute;
    text-align: center;
    left: 0.5em;
    top: -.3em;
    z-index: 9;
	display:inline; 
}


#content section.cfsloop { margin: 0;  }
.cfsloop { padding: 1rem 0 1rem 0; }
.cfsloop .container { margin: auto; padding: 1rem 0; }
.cfsloop p { padding: 0; margin: 0; line-height:1.2; color: #020202;  }
.cfsloop .cfsimg  { max-width: 60px; -webkit-filter: invert(1); filter: sepia(100%); margin-bottom: 5px; opacity: 0.6; }

#content .cfsloop .container { background: none !important; color: white !important; box-shadow: none; border: 0; padding: 1rem 0 1.5rem 0; text-align:center; border-radius: 0 !important; }

.homeslider { box-shadow: none !important; padding: 0 !important; border-left: 0; border-radius: 0 !important;  }
.homeslider .slideimage { height: 426px !important; }

.contentnav { border: 1px solid #e8e8e8; box-shadow: 0 11px 26px rgba(82,95,128,.08) !important; }

body .typecat .gridposttitle a { text-transform: uppercase; }

/* TOPMENU */
.topmenu {  padding: 7px 0; }
.topmenu a, .topmenu { color: white !important; }
.topmenu2 { padding: 1rem 0 2rem 0; }
.sitetitle{ font-weight: bold; font-size: 1.4rem; }
.navbar-brand { padding:0; margin: 20px 0 24px 0 !important; outline:0; border:none; -moz-outline-style: none; }
.navbar-brand img { max-width: 250px; margin-right: 15px; }

/* NAVBAR */
.navbar { padding:0; position: relative; background: none !important; }
.nav .nav-link {  text-decoration: none; color: var(--colorlink) !important;  text-transform: uppercase; padding: .2rem 1rem !important; }
.navbar-nav .nav-item:hover, .navbar-nav .nav-item.active, .navbar-nav .nav-link:hover,.navbar-nav .nav-link.active, .current-menu-item .nav-link, .current_page_parent .nav-link, .navbar-nav .current_page_ancestor, .navbar-nav .current_page_parent, .navbar .active a, .nav .current_page_item a { background-color: rgba(0,0,0,0.05); color: rgba(0,0,0,0.8) !important; text-shadow: none; border-radius: 3px; }
 .nav .current_page_item a:hover { text-decoration: none !important; }

/* NAVBAR DROPDOWN */
.navbar .dropdown-menu { min-width: 12rem; background-clip: padding-box; background-color: white !important; border: 0; border-radius: 0; display: none; float: left; left: 0; list-style: outside none none;  padding: 0; position: relative; text-align: left; top: 100%; z-index: 99999; margin: 0; box-shadow: 0 2px 5px rgba(0,0,0,0.15);} 
.navbar .show { display: block;}
.navbar .dropdown .nav-link[data-toggle="dropdown"] {padding-right: 20px !important;}
.navbar .dropdown-menu .nav-link { text-align: left; font-size: 1rem; line-height: 1.7; padding: 0.5rem 0.7rem;}
.navbar .dropdown-menu .nav-item, .dropdown-item { text-align: left; text-transform: none; margin: 0; padding: 0; }
.navbar .replacearrow .dropdown-toggle::after { border:0; content: none; margin:0; display:none; }
.navbar .dropdown-menu-right { right: 0 !important; left: auto !important;  }


/* NAVBAR DROPDOWN SUBMENU - level */
.navbar ul.dropdown-menu li > ul.dropdown-menu { left: 100%; top: 0; }
.navbar ul.dropdown-menu li:hover > ul.dropdown-menu, .navbar ul.dropdown-menu li:focus > ul.dropdown-menu { display: block; }
.navbar .dropdown .dropdown-menu .arrow { -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -ms-transform: rotate(-90deg); -o-transform: rotate(-90deg); transform: rotate(-90deg); }


/* DROPDOWN ARROW mobille */
.navbar .replacearrow .dropdown span.arrow {display:block;position: absolute;z-index: 99999;right: 0; top: 42%;padding: 6px;background-size:9px !important;width: 11px;height: 11px;}

@media screen and (max-width: 768px) {
	.navbar .replacearrow .dropdown span.arrow {	top: 0px;width: 45px;height: 45px;background-size: 16px !important;transition: 0.5s;}
	.navbar .replacearrow .dropdown.mobexp span { transform: rotate(180deg); }
}

/* TOGGLER ANIMATED */ 
.navbar-toggler { border:0; border-radius:0; float:right; right:0;  }
.navbar-toggler:focus { background: none; outline: 0; }
.navbar-toggler span { background: rgba(0,0,0,0.6); display: block; width: 26px; height: 2px; margin: 6px auto; transition: all .3s cubic-bezier(0.250, 0.100, 0.250, 1.000); }
.navbar-toggler[aria-expanded="true"] span:first-of-type { transform: rotate(45deg) translate(6px, 6px); }
.navbar-toggler[aria-expanded="true"] span:nth-of-type(2) { opacity: 0; }
.navbar-toggler[aria-expanded="true"] span:last-of-type { transform: rotate(-45deg) translate(5px, -5px); }
.navbar-toggler[aria-expanded="false"] span { transform: none; opacity: 1; }
.navbar-toggler-right { float:right; margin-top: 3px;}
 


/* SLIDER HOME */
.homeslider {
    box-shadow: 0 15px 40px 0 rgba(0, 0, 0, 0.25);
	position: relative;
	margin: 0 auto;
}

.homeslider .slideimage {
	background-repeat: no-repeat;
	background-position:center;
	background-size: cover;
	width: 100%;
	min-width: 100%;
	height: 60vh; 
	min-height: 300px;
	max-height: 377px;
	opacity: 0.9;
}




.homeslider .carousel-item {
	background-size: cover;
	background-position: center;
}

.homeslider .carousel-item:after {content:"";display:block;position:absolute;top:0;bottom:0;left:0;right:0;z-index:1;
	height: 100%;
	width: 100%;
	opacity: 0.3;
}

.homeslider .carousel-caption {
    top:20%;
    bottom: 0;
    left:0;
	right:0;
    max-width: 50%;
    margin:auto;
}

.homeslider .slidetitle {
	color:white !important;
	background: rgb(0, 0, 0, 0.4);
	padding: 3rem;
	font-weight: 300;
}

.homeslider .slidetitle b {
	display:inline-block;
	border-top: 2px solid rgba(256, 256, 256, 0.1);
	padding-top: 5px;
	display:inline-block;
}

.cartitle a {
	text-decoration: none;
	font-weight: 300;
}

@-webkit-keyframes zoom {
  from { -webkit-transform: scale(1.3, 1.3); }
  to { -webkit-transform: scale(1, 1); }
}

@keyframes zoom {
  from {  transform: scale(1.3, 1.3); }
  to { transform: scale(1, 1); }
}

.homeslider .slideimage {
  -webkit-animation: zoom 1.5s;
  animation: zoom 1.5s;
}

.homeslider .carousel-caption {
	animation-delay: 1.3s;
}







/* HOME--------------------------------------------- */

#content {
	margin: 2rem 0 4rem 0;
}

#content section.sectionlast { padding-bottom: 0; }

#content section, .sector {
	padding: 2rem 0;
}

#content section .sectiontitle {
	margin-bottom: 3rem;
	text-transform: uppercase;
}

.sectiontitle, .home .pagetitle {
	background-image: url(/wp-content/uploads/promoled-icon-150x150.png);
	background-size: 32px;
	background-repeat: no-repeat;
	background-position: top left;
	padding: 0 3rem 1rem 3rem;
	border-bottom: 3px solid var(--color1); 
	display: inline-block;
}

.actionbox {
	text-align:center;
	color: white !important;
	padding: 2rem 0;
	margin-top: 3rem;
}

.actionbox h3 {
	color:white !important;
}




/* VERTICAL NAVIGATION */

.vertical-nav .nav-item-head, .sidebar .widgettitle, .sidebarexp .widgettitle { background-color: var(--color1) !important; display: block; }
.home .vertical-nav {  border-width: 0 0 1px 1px; }
.vertical-nav, .sideinside { background: white; }
.vertical-nav .nav-item-head, .sidebar .widgettitle, .sidebarexp .widgettitle { display: block; padding: .6rem 1rem .5rem 1rem; font-weight: bold; color: white; margin-bottom: 0; }
.vertical-nav .nav-item, .sidebar a { border-bottom: 1px solid rgba(0,0,0,0.05); text-transform: uppercase; }
.vertical-nav .nav-item:last-child { border: 0; }
.vertical-nav .nav-item:hover { background-color: rgba(0,0,0,0.05); }
.vertical-nav a { width: 100%; }

.vertical-nav ul, .sideinside ul {  border: 1px solid #e6e6e6; border-top: 0; }


.sidebarexp .widgettitle {
	background-image: url(/wp-content/uploads/promoled-icon-w-150x150.png);
	background-size: 26px;
	background-repeat: no-repeat;
	background-position: 6px center;
	padding-left: 36px;
	text-transform: uppercase; 
}

/* SIDEBAR-------------------------------------- */

.sidebar, .vertical-nav { font-size: 80%; }
.sidebar aside li a { padding: 0.5rem; }

.sidebar .widgettitle { text-transform: uppercase;}

.sidebar, .woocommerce-MyAccount-navigation {
	margin: 0;
	padding: 0;
	position: relative;
	margin-right: 0.4rem; 
	min-width: 230px; 
	
}

.sidebar aside {
	margin: 1rem 0;
}

.sidebar aside:first-child {
	margin-top: 0; 
}

.sidebar .widgettitle {
	display:block;
	margin:0;
}

.sidebar ul, .sidebar li, .sidebar li p {
	list-style: none;
	padding: 0;
	margin: 0;
}

.sidebar a {
	padding: 9px 0;
	display:block;
	line-height: 1.4;
	text-decoration: none;
	text-transform: uppercase;
}

.sidebar a:hover {
	text-decoration: none !important;
}

.sidebar li.current-cat a, .sidebar a:hover,  .sidebar .page_item a:hover, .sidebar .nav-link:hover, .sidebar .current_page_item, .sidebar .current-post a {
	background: rgba(0,0,0, 0.08);
}

/* SIDEBAR - EXPAND widgettitle on mobile */
@media screen and (max-width: 768px) {
	.sidebar aside {	margin-bottom: 1rem; }
	.sidebar .widgettitle { font-size: 1.2rem; }
	.expandon .widgettitle::after { float:right; }
	.expandon .widgettitle { cursor:pointer; display:block; }
	.expandon .widgettitle.expanded { cursor:pointer; }
	.sidebar.sidebarexp ul { display: none; } /* FIX Blink subnav ul - Can have problems with other widgets */
}


/* SIDEBAR EXPAND COLLAPSE subcategories */

.exdpandtree li {
	line-height: normal;
	display: block;
	position: relative;
}

.exdpandtree ul.product-categories .children {
    display: none;
}

.exdpandtree ul.product-categories .children li a {
	padding-left: 25px;
}

.exdpandtree ul.product-categories .children .children li a {
	padding-left: 35px;
}

.exdpandtree ul.product-categories .children li:last-child {
    border: 0 !important;
}

.exdpandtree ul.product-categories li b {
    float: right;
    top: 0;
    right: 0;
    position: absolute;
    cursor: pointer;
    font-weight: 400;
    padding: 6px 8px;
	height: 37px;
	width: 30px;
	font-size: 1.3rem;
	text-align:center;
}
.exdpandtree ul.product-categories li b:hover {
    color: #f08804;
	background: rgba(0,0,0, 0.04 );
}

.exdpandtree .current-cat {
    font-weight: 700;
}

.exdpandtree .current-cat ul a {
    font-weight: normal;
}







/* GRID---------------------------------------- */

.gridblock {
	margin-bottom: 2rem;
	background-color: rgba(255,255,255,1);
	transition: 0.5s;
	width:100%;
	box-shadow: 0px 0px 12px 0px rgba(252,220,200,0.3);
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 3px;
}

.gridblock a {
	display:block;
	text-decoration:none !important;	
}

.gridblock:hover {
	transition: 0.5s;
}

.gridblock:hover img {
	transition: 0.5s;
	opacity:0.9;
}

.gridcontent {
	padding: 1rem;
}


/* GRID2 - typegrid2*/

.typegrid2.gridblock:hover {
	transition: 0.5s;
	opacity:0.8;
}

.propricearea { text-align: right; }

.gridblock.typeproduct { 
	max-height: 400px;
}

.gridblock.typeproduct .gridposttitle { 
	min-height: 60px; 
	max-height: 75px;
	overflow: hidden;
}


/* FIX GRID on modile */ 
@media only screen and (max-width: 775px) {
	.gridblock { margin-bottom: 1rem; }
	.products-grid .col-6:nth-child(odd), .grid .col-6:nth-child(odd), .grid .col-6  { padding-right: 7.5px !important;	}
	.products-grid .col-6:nth-child(even),  .grid .col-6:nth-child(even), .grid .col-6 { padding-left: 7.5px !important; }
}

/* Flexible Grid Column ouside grid */
@media only screen and (min-width: 1000px) {
	.colfluid {
		padding-left: calc((100% - 1160px) / 2) !important;
	}
}






/* RESPONSIVE IMAGES -------------------------------------- */

img { max-width: 100%; height: auto; color: transparent; }
picture, picture img { height: auto; width:100%; max-width: 100%; object-fit: cover; }

.responsiveimg a { display: block; width: 100%; height: 100%;}
.responsiveimg img { width: 100%; max-width: 100%; height: auto; }
.responsivebgr { background-size: contain; background-position: center; background-repeat:no-repeat; display:block; }
img.placeholdimg { width: 100%; height: 100%; min-height: 180px; visibility: hidden !important; } /* Safari  FIX */ 


/* image grid */
.gridimage { height: 200px !important; width: 100%; object-fit: cover; object-position: center; }
.productsloop .gridimage { background-size: contain; }
.postsslider .gridimage { max-height: 300px;  height: auto !important; }

.typelist .gridimagelist { float: left; margin-right: 1rem; }
.typecat .gridimage { height: auto !important; width: 100%; object-fit: cover; }
.typeproduct .gridimage { height: auto !important; width: 100%; object-fit: cover; max-height: 250px; }

.typegrid2 .gridimage2 { background-size: cover; min-height: 160px; background-position: center; }


/* image single post */
.postimage { max-height: 400px; margin: 1rem 0; object-fit: cover; width:100%; }
.postimageright { max-width: 50%; float: right; margin: 5px 0 15px 15px; }
.postimageleft { max-width: 50%; float: left; margin: 5px 25px 15px 0; }
@media screen and (max-width: 992px) { .postimage {max-height: 330px;} }
@media screen and (max-width: 500px) { .postimage {max-height: 230px;} }


/* text over image */
.typephoto { border-bottom: 1px solid white;  }
.typephotocontainer { position: relative; overflow: hidden; }
.typephotocontainer a { display: block; }
.typephotocontainer .gridimage{ position: relative; height: 188px !important; }
.overlaytext { position: absolute; bottom: -15px; width:100%; padding: 30% 25px 25px 25px;	color: white !important; background-image: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(0,0,0,0.9) 90%); }





/* MISC ------------------------------*/

h2 { font-size: 1.6rem; font-weight: 300; }
h3 { font-size: 1.4rem; font-weight: 300; }

a {
	transition: 0.5s;
}

a:hover {
	text-decoration:underline !important;
}

.pagetitle {
	margin-bottom: 1rem;
}

.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.hidetext {
	font-size: 0 !important;
	line-height: 0 !important;
	color:transparent !important;
	text-indent: -9999px;
	padding:0;
	white-space: nowrap;
	color:transparent;
	display: inline;
	vertical-align: middle;
}

body #wpadminbar a { color: white !important; }

.click {
    cursor: pointer;
}

.btn {
	border-radius:0;
	border:0;
}

.btn:hover {
	opacity:0.9;
}

.nextprev { text-align: right; }
.nextprev a { line-height: 1; font-size: 1rem; line-height: 1;}
.btn.nextpost, .btn.prevpost {
	text-decoration:none !important;
	display:inline-block;
	border:0;
}

.gmap {
    margin-top: 2rem;
}

.iframe1 {
	width: 100%;
	height: auto;
	max-width: 100%;
    max-height: 700px;
}

.gmap iframe, .gmap {
    max-height: 400px !important;
}

.galimgbgr {
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	margin-bottom: 20px;
}

.fixblurry { image-rendering: -webkit-optimize-contrast; }/* Webkit FIX blurred (non-standard naming) */

.post-cats a {
	border:1px solid #e5e5e5;
	display: inline-block;
	padding: 10px;
	margin-bottom: 10px;
}

.post-cats a:hover {
	background: #e5e5e5;
	text-decoration: none !important;
}

.date.updated { font-style: italic; margin-bottom:4px; }
.searchtitle { text-align: center; margin: 2rem auto 1rem auto; }
.list-group-item a {display:block;} .list-group-item:hover { background: rgba(0,0,0,0.05);}

/* EFFECTS */

.gradient {
	position:relative;
	z-index: 0;
}

.gradient:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
	background: linear-gradient(123deg, rgba(256,256,256,1) 40%, rgba(256,256,256,0.4) 100%); 
    z-index: -1;
	opacity: 0.9;
	transition: 0.5s;
	box-shadow: inset 0px 0px 100px 0px rgba(0,0,0,0.1);
}

.gradient:hover:after {
	opacity: 0.9;
}

@media screen and (min-width: 992px) {
	.paralax {
		background-color: rgba(0,0,0,0.5);
		background-attachment: fixed;
		background-position: bottom;
		background-repeat: no-repeat;
		background-size: 100%;
		padding: 100px 0 30px;
		position: relative;
		z-index: 0;
	}
}

.ornament {
	position:relative;
}

.ornament:after { 
	content: '';
	position: absolute;
	width: 50%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	padding: 0 20px 20px 0;
	display: block;
	bottom: -50px;
	right: -40px;
	z-index:-1;
	max-width: 150px;
}

.shadow {
	box-shadow: 8px 8px 10px rgba(0,0,0, 0.1);
}

.textgradient {
	font-size: 72px;
	font-weight: 900;
	background: -webkit-linear-gradient(#AE74F3, #2A0071);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.pattern {
	position: relative;
	overflow:hidden;
}
.pattern {
	background-image: url('img/pattern.png') !important;
}
.pattern:before {
	content: "";
	position: absolute;
	top: -150px;
	left: -150px;
	width: 600px;
	height: 600px;
	border-radius: 50%;
	background: rgb(203,210,228);
	background: radial-gradient(circle, var(--color3) 0%, rgba(255,255,255,0) 60%);
}


/* HOVER IMAGE */
.hovereffect { position:relative; padding:0; width:300px; display:block; cursor:pointer; overflow:hidden; margin: auto;}
.hovereffect a {text-decoration:none;color:white;display:inline-block;}
.hovereffect .gridcontent { opacity:0; position:absolute; top:0; left:0;background-image: linear-gradient(360deg, rgba(146,60,99,0.91) 60%, rgba(95,137,207,0.8) 100%); width:300px; height:300px; -webkit-transition: all 400ms ease-out; -moz-transition: all 400ms ease-out;-o-transition: all 400ms ease-out; -ms-transition: all 400ms ease-out; transition: all 400ms ease-out; text-align:center;}
.hovereffect .gridcontent:hover { opacity:1; }      
.hovereffect .gridcontent .text { height:0; opacity:1; transition-delay: 0s;  transition-duration: 0.3s; }
.hovereffect .gridcontent:hover .text { opacity:1; transform: translateY(100px); -webkit-transform: translateY(100px); }


/* HOVER IMAGE - simple */
.titleover { position:relative; transition: 0.5s; }
.titleover .gridcontent { position: absolute; bottom:0; background: rgba(0,0,0,0.5); width: 100%; transition: 0.5s; padding: 0;}
.titleover .gridcontent .gridposttitle { margin:0; }
.titleover .gridcontent .gridposttitle a { color:white !important; padding: 1rem; }
.titleover:hover .gridcontent { background: rgba(0,0,0,0.8); }


/* TOOLTIPS */
.tooltip-inner { background-color: #d9d9d9; color: black; }
.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before { border-top-color: #d9d9d9; }
.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before { border-right-color: #d9d9d9; }
.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before { border-bottom-color: #d9d9d9; }
.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before { border-left-color: #d9d9d9; }


/* ANIMATIONS */
@media screen and (min-width: 992px) {
.animateonviz { opacity: 0; }
	@keyframes fadeIn {
		from { opacity: 0;tra1nsform: translate3d(0, -30%, 0); }
		to { opacity: 1; tran1sform: translate3d(0, 0, 0); }
	}
	.startanimation{opacity: 0;animation: fadeIn 1s ease-in both;animation-delay: 0s;}
	.animateonviz .startanimation{opacity: 0;animation: fadeIn 0.1s ease-in both;animation-delay: 0s;}
	.anidelay .animateonviz:nth-child(1) {animation-delay: 0.1s;}
	.anidelay .animateonviz:nth-child(2) {animation-delay: 0.3s;}
	.anidelay .animateonviz:nth-child(3) {animation-delay: 0.5s;}
	.anidelay .animateonviz:nth-child(4) {animation-delay: 0.7s;}
}

/*
@keyframes highlight {
    0% {
        background: #E3C66F; 
    }
    100% {
        background: none;
    }
}

.highlight {
    animation: highlight 4s;
	border-radius: 3px;
}
*/

.price-rules-table { max-width: 200px; border: 1px solid silver !important; border-radius: 0 !important; }
.price-rules-table td { padding: 0 4px !important; font-size: 1rem; }
.price-rules-table h3 { }

/* ROTATE ON HOVER */
.anirotate a img{ position:relative; z-index:2;-webkit-transition:all 0.3s linear;-moz-transition:all 0.3s linear;-o-transition:all 0.3s linear;transition:all 0.3s linear;}
.anirotate a:hover img{-webkit-transform: rotate(360deg) scale(1.2);-moz-transform: rotate(360deg) scale(1.2);-o-ttransform: rotate(360deg) scale(1.2);transform: rotate(360deg) scale(1.2);}


/* CF7 */
div.wpcf7 .screen-reader-response{position:absolute;overflow:hidden;clip:rect(1px,1px,1px,1px);height:1px;width:1px;margin:0;padding:0;border:0}div.wpcf7-mail-sent-ok{border:2px solid #398f14}div.wpcf7-aborted,div.wpcf7-mail-sent-ng{border:2px solid red}div.wpcf7-spam-blocked{border:2px solid orange}div.wpcf7-acceptance-missing,div.wpcf7-validation-errors{border:2px solid #f7e700}.wpcf7-form-control-wrap{position:relative}span.wpcf7-not-valid-tip{color:red;font-size:0.9rem;font-weight:300;display:inline-block;text-align:right;font-style:italic;margin-bottom:15px;}.use-floating-validation-tip span.wpcf7-not-valid-tip{position:absolute;top:20%;left:20%;z-index:100;border:1px solid red;background:#fff;padding:.2em .8em}span.wpcf7-list-item{display:inline-block;margin:0;}span.wpcf7-list-item-label::after,span.wpcf7-list-item-label::before{content:" "}.wpcf7-display-none{display:none}div.wpcf7 .ajax-loader{visibility:hidden;display:inline-block;background-image:url(../../images/ajax-loader.gif);width:16px;height:16px;border:none;padding:0;margin:0 0 0 4px;vertical-align:middle}div.wpcf7 .ajax-loader.is-active{visibility:visible}div.wpcf7 div.ajax-error{display:none}div.wpcf7 .placeheld{color:#888}div.wpcf7 input[type=file]{cursor:pointer}div.wpcf7 input[type=file]:disabled{cursor:default}div.wpcf7 .wpcf7-submit:disabled{cursor:not-allowed}
div.wpcf7-response-output { margin: 10px 0 15px 0 !important; background:rgba(0,0,0,0.1); border-color: gray; padding: 20px; color:black; display:none;margin:1rem;}
.wpcf7-not-valid {background:rgba(255, 0, 0, 0.06);border-color:#C87C7F !important;margin-bottom:0 !important;} .termschk{line-height:1 !important;}


/* FORMS RESSET */
input.input-text, textarea.input-text, input.wpcf7-text, textarea.wpcf7-textarea, .form-control { border:1px solid #e5e5e5; border-radius: 0; box-sizing: border-box; font-size: 16px; height:33px; line-height: 1.33; margin: 0; outline: medium none; padding: 10px; width: 100%; margin-bottom: 1.5rem; }
select { border:1px solid #e5e5e5; padding: 3px;}
textarea { min-height: 100px; }
:focus::-webkit-input-placeholder {color:transparent;} :focus::-moz-placeholder {color:transparent;} :-moz-placeholder {color:transparent;}
::placeholder { font-size: 0.9rem; font-weight: 300; }


/* SOCIAL */
.social{text-align:left}.social a{margin:0 4px;text-decoration:none!important;background-color:silver;border-radius:100%;display:inline-block !important;padding:4px;line-height:20px;background-color:#cccccc}.social img{width:24px; height:24px; min-width: 24px; min-height: 24px;}.social2{margin-bottom:20px;text-align:center}.social2 a{text-decoration:none}.facebook-ico:hover{background-color:#3b559f}.youtube-ico:hover{background-color:red}.linkedin-ico:hover{background-color:#0073b0}.skype-ico:hover{background-color:#01aaeb}.twitter-ico:hover{background-color:#1da1f2}.instagram-ico:hover{background:radial-gradient(circle at 30% 107%,#fdf497 0,#fdf497 5%,#fd5949 45%,#d6249f 60%,#285aeb 90%)} .sendemail-ico:hover{background-color:#ee802f !important;} .callphone-ico:hover{background-color:#c1cd75 !important;}
.social-icon:hover img { opacity:1; }


/* LOGO-GRID */
.logosgrid {
	 background:rgba(0,0,0,.06)!important;
	 padding:6px 0 1.5rem 0
}
.logosgrid img {
	opacity:.6;
	max-width:120px;
	min-height:50px;
	 filter:grayscale(100%);
}
.logosgrid img:hover {
	 filter:grayscale(0%);
	 opacity:.9
}
.logosgrid .featured-image {
	margin-bottom:10px
}


/* PAGINATION */
.pagination {	margin: auto;	justify-content: center;}
.pagination .page-item, body .pagination li { list-style-type:none !important;  list-style-image:none !important; }
.pagination .page-link {color: black;	border-radius:0 !important;}
.pagination .page-item.active .page-link {	background:rgba(0,0,0,0.1);border-color:rgba(0,0,0,0.05); color: black; }


/* SCROLL TO TOP */
.scrollbut { max-width:30px; max-height:30px; bottom: 20px; right: 20px; position: fixed; z-index:9999; background-color: rgba(0,0,0,0.4); text-align: center; margin: auto; display: inline-block; outline:0; -moz-outline-style: none;  visibility: hidden; opacity: 0; transition: visibility 0s 0.4s, opacity 0.4s linear; border-radius: 2px;padding:0 !important;}
.scrollbut a { padding:0 !important;margin:0 !important; vertical-align: top; opacity: 1; margin:0 !important;width:30px;height:30px;outline:0;border:none;-moz-outline-style: none; }
.scrollbut.scrollbutOn { visibility: visible; opacity: 0.6; transition: opacity 0.4s linear; }
.scrollbut:hover { opacity: 1; }
.scrollbut a.arrow { filter: invert(100%); }


/* SEPARATOR */
.separator { position: relative;	text-align:center; margin: 2rem 0; }
.separator div {	display:block; background-repeat:no-repeat; background-position:center; background-color: #FCFCFC; background-size: contain; height: 42px; 	max-width: 450px; margin: auto; }
.separator.hr div { background-color: silver; }
.separator.hr:before{content:"";position: absolute;width: 100%;height: 1px;border-bottom: 1px solid #CE9F9D;top:25px;left:0;z-index:-1;}


/* BREADCRUMB */
.breadcrumb, .woocommerce .woocommerce-breadcrumb { overflow: hidden;text-overflow: ellipsis;	white-space: nowrap; font-size: 0.85rem; }
.breadcrumb, .woocommerce .woocommerce-breadcrumb a { color: gray !important; }

/* UL COLUMNS */
ul.columns-list { list-style:none;padding: 0; margin:0;overflow: hidden;}
ul.columns-list li {width: 49%;float:left;padding:0 0 10px 0px;margin: 0;text-transform: uppercase;}
ul.columns-list.col3 li{width: 33%;}
@media screen and (max-width: 600px) { ul.columns-list li { width: 100% !important; } }

/* UL COLUMNS FLEX */
ul.columns-flex { display: flex; }
ul.columns-flex li { flex: auto; margin: 0 10px !important; }
ul.columns-flex li a { font-weight: bold; }
ul.columns-flex li ul li a { font-weight: normal; }




/* ACCORDION */
.accordion {width:100%;}
.accordion .accordwrap { border-bottom: 1px solid rgba(0,0,0,0.1); }
.accordion .accordtitle {	text-decoration:none;	display:block; font-weight:100; min-height:30px; vertical-align:text-bottom; transition: 0.5s; padding: 0.7rem 0; }
.accordtitle span { padding-left:30px; display:block; }
.accordion .accordtitle:hover, .accordion .accordtitle[aria-expanded="true"] { background-color: rgba(0,0,0,0.05); }
.accordion .accordtitle .arrow { float:left; text-align:center; display:inline-block; height: 30px; width: 30px; opacity: 0.5; }
.accordion .accordcontent { background-color: rgba(0,0,0,0.05); }
.accordion .accordinternal { padding: 1rem 1rem 1rem 2rem; }


/* CAROUSEL TOP ARROWS */
.carousel-toparrows .carousel-controls { top: -75px; right: 0; margin: 0 auto; position: absolute; }
.carousel-toparrows .carousel-control-next, .carousel-toparrows .carousel-control-prev { background: #4281b7 !important; width: 30px !important; height:30px; }
.carousel-toparrows .carousel-control-prev { left: -64px; }
.carousel-toparrows .arrow { background-size: 20px; }
.carousel-toparrows .carousel-indicators li { background-color: #4281b7; }

/* CAROUSEL BOTTOM ARROWS */
.carousel-bottomarrows .carousel-controls { bottom: 60px; right: 10px; margin: 0 auto; position: absolute; }
.carousel-bottomarrows .carousel-control-next, .carousel-bottomarrows .carousel-control-prev { background-color: var(--color4) !important; width: 50px !important; height:50px; }
.carousel-bottomarrows .carousel-control-prev { left: -104px; }
.carousel-bottomarrows .arrow { background-size: 30px; }

/* CAROUSEL DOTS  INDICATORS */
.carousel-indicatorsdots .carousel-indicators li { width: 16px; height: 16px; border-radius: 100%; background-color: white; }
.carousel-indicatorsdots .carousel-indicators { right: auto; margin-left: 2%; }



/* ICON CHECK */
.cheks li::before, .cheks .blocktitle::before {display: inline-block;content: ""; background-color: rgba(0,0,0,0.1);width: 10px;height: 10px;padding: 12px;border-radius: 3px;vertical-align: middle;margin: 4px;float:left; background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 16 16' width='16' height='16' xmlns='http://www.w3.org/2000/svg'><g><path fill='black'  d='M13.854 3.646a.5.5 0 0 1 0 .708l-7 7a.5.5 0 0 1-.708 0l-3.5-3.5a.5.5 0 1 1 .708-.708L6.5 10.293l6.646-6.647a.5.5 0 0 1 .708 0z' /></g></svg>"); background-repeat: no-repeat; background-position: center; }
.cheks .blocktitle a { padding-left:40px; display:block; }


/* ICON PLUS */
.expandon .widgettitle::after {display: inline-block;content: ""; width: 12px;height:12px;vertical-align: middle;margin: 6px 0 0 0; background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 16 16' width='16' height='16' xmlns='http://www.w3.org/2000/svg'><g><path fill='black'  d='M7.5 8a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 0 1H8.5V12a.5.5 0 0 1-1 0V8z' /><path fill='black'  d='M8 3.5a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-.5.5H4a.5.5 0 0 1 0-1h3.5V4a.5.5 0 0 1 .5-.5z' /></g></svg>"); background-repeat: no-repeat; background-position: center; opacity: 0.6; background-size:30px;}
.expandon .widgettitle.expanded::after { -webkit-transform: rotate(60deg); -moz-transform: rotate(60deg); -ms-transform: rotate(60deg); -o-transform: rotate(60deg); transform: rotate(60deg); }


/* ICON PHONE */
.telico::before {display: inline-block;content: ""; background-color: rgba(0,0,0,0.1);width: 10px;height: 10px;padding: 12px;border-radius: 3px;vertical-align: middle;margin: 4px;float:left; background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 16 16' width='16' height='16' xmlns='http://www.w3.org/2000/svg'><g><path fill='black'  d='M2.267.98a1.636 1.636 0 0 1 2.448.152l1.681 2.162c.309.396.418.913.296 1.4l-.513 2.053a.636.636 0 0 0 .167.604L8.65 9.654a.636.636 0 0 0 .604.167l2.052-.513a1.636 1.636 0 0 1 1.401.296l2.162 1.681c.777.604.849 1.753.153 2.448l-.97.97c-.693.693-1.73.998-2.697.658a17.47 17.47 0 0 1-6.571-4.144A17.47 17.47 0 0 1 .639 4.646c-.34-.967-.035-2.004.658-2.698l.97-.969z' /></g></svg>"); background-repeat: no-repeat; background-position: center; }


/* ICON EMAIL */
.emailico::before {display: inline-block;content: ""; background-color: rgba(0,0,0,0.1);width: 10px;height: 10px;padding: 12px;border-radius: 3px;vertical-align: middle;margin: 4px;float:left; background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 16 16' width='16' height='16' xmlns='http://www.w3.org/2000/svg'><g><path fill='black'  d='M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4zm2-1a1 1 0 0 0-1 1v.217l7 4.2 7-4.2V4a1 1 0 0 0-1-1H2zm13 2.383l-4.758 2.855L15 11.114v-5.73zm-.034 6.878L9.271 8.82 8 9.583 6.728 8.82l-5.694 3.44A1 1 0 0 0 2 13h12a1 1 0 0 0 .966-.739zM1 11.114l4.758-2.876L1 5.383v5.73z' /></g></svg>"); background-repeat: no-repeat; background-position: center; }


/* ICON MAP */
.mapico::before {display: inline-block;content: ""; background-color: rgba(0,0,0,0.1);width: 10px;height: 10px;padding: 12px;border-radius: 3px;vertical-align: middle;margin: 4px;float:left; background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 16 16' width='16' height='16' xmlns='http://www.w3.org/2000/svg'><g><path fill='black'  d='M14.082 2.182a.5.5 0 0 1 .103.557L8.528 15.467a.5.5 0 0 1-.917-.007L5.57 10.694.803 8.652a.5.5 0 0 1-.006-.916l12.728-5.657a.5.5 0 0 1 .556.103z' /></g></svg>"); background-repeat: no-repeat; background-position: center; }


/* ICON QUOTE */
.quote::before {display: inline-block;content: "";width: 60px;height: 60px;padding: 12px;border-radius: 3px;vertical-align: middle;margin: 4px;float:left; background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 16 16' width='66' height='66' xmlns='http://www.w3.org/2000/svg'><g><path fill='black'  d='M16 2a2 2 0 0 0-2-2H2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h9.586a1 1 0 0 1 .707.293l2.853 2.853a.5.5 0 0 0 .854-.353V2zM7.194 4.766c.087.124.163.26.227.401.428.948.393 2.377-.942 3.706a.446.446 0 0 1-.612.01.405.405 0 0 1-.011-.59c.419-.416.672-.831.809-1.22-.269.165-.588.26-.93.26C4.775 7.333 4 6.587 4 5.667 4 4.747 4.776 4 5.734 4c.271 0 .528.06.756.166l.008.004c.169.07.327.182.469.324.085.083.161.174.227.272zM11 7.073c-.269.165-.588.26-.93.26-.958 0-1.735-.746-1.735-1.666 0-.92.777-1.667 1.734-1.667.271 0 .528.06.756.166l.008.004c.17.07.327.182.469.324.085.083.161.174.227.272.087.124.164.26.228.401.428.948.392 2.377-.942 3.706a.446.446 0 0 1-.613.01.405.405 0 0 1-.011-.59c.42-.416.672-.831.81-1.22z' /></g></svg>"); background-repeat: no-repeat; background-position: center; opacity:0.3;}
.quote { font-style: italic; }


/* ICON ARROW */
.arrow { background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 130 130' width='12' height='12' xmlns='http://www.w3.org/2000/svg'><g><path fill='black'  d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' /></g></svg>") !important; background-repeat: no-repeat; background-position: center; cursor: pointer; transition: all 0.3s ease-in-out 0s; display:block; }
.arrowright, .accordtitle[aria-expanded="false"] .arrow { -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -ms-transform: rotate(-90deg); -o-transform: rotate(-90deg); transform: rotate(-90deg); }
.arrowleft { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); } 
.arrowup { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }
.arrowdown { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); }
.carousel-control-next-icon, .carousel-control-prev-icon { width: 40px; height: 40px; filter: invert(100%); opacity: 0.5; }
.homeslider .carousel-control-next-icon, .homeslider .carousel-control-prev-icon { width: 46px; height: 46px; filter: invert(100%); opacity: 0.5; }


.icon { display: inline-block !important; background-repeat: no-repeat; background-size: cover; margin: 10px 13px; width: 25px !important; height: 25px !important; opacity: 0.7; padding: 0 !important; }

/* ICON SEARCH */
.searchico::before,.ico-search {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-search'%3E%3Ccircle cx='11' cy='11' r='8'%3E%3C/circle%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'%3E%3C/line%3E%3C/svg%3E");
}

/* ICON USER */
.userico::before,.ico-user {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-user'%3E%3Cpath d='M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2'%3E%3C/path%3E%3Ccircle cx='12' cy='7' r='4'%3E%3C/circle%3E%3C/svg%3E");
}

/* ICON CART */
.cartico::before,.ico-cart, .add_to_cart_button::before, .single_add_to_cart_button::before {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-shopping-cart'%3E%3Ccircle cx='9' cy='21' r='1'%3E%3C/circle%3E%3Ccircle cx='20' cy='21' r='1'%3E%3C/circle%3E%3Cpath d='M1 1h4l2.68 13.39a2 2 0 0 0 2 1.61h9.72a2 2 0 0 0 2-1.61L23 6H6'%3E%3C/path%3E%3C/svg%3E");
}

.add_to_cart_button, .single_add_to_cart_button { position: relative !important;  }
.add_to_cart_button::before, .single_add_to_cart_button::before { content: ""; display: inline-block !important; background-repeat: no-repeat; background-size: cover; margin: 0 5px 0 0; width: 18px !important; height: 18px !important; opacity: 0.7; padding: 0 !important;  margin-bottom: -3px; 
filter: invert(100%); opacity: 0.8; 
}

/* button product_type_simple add_to_cart_button ajax_add_to_cart */ 



/* ICON LOCK */
.lockico::before,.ico-lock {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-lock'%3E%3Crect x='3' y='11' width='18' height='11' rx='2' ry='2'%3E%3C/rect%3E%3Cpath d='M7 11V7a5 5 0 0 1 10 0v4'%3E%3C/path%3E%3C/svg%3E");
}

/* ICON EXIT */
.exitico::before,.ico-exit {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-log-out'%3E%3Cpath d='M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4'%3E%3C/path%3E%3Cpolyline points='16 17 21 12 16 7'%3E%3C/polyline%3E%3Cline x1='21' y1='12' x2='9' y2='12'%3E%3C/line%3E%3C/svg%3E");
}

/* ICON GRID1 */
.gridico::before,.ico-grid {
background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg height='20px' version='1.1' viewBox='0 0 20 20' width='20px' xmlns='http://www.w3.org/2000/svg' xmlns:sketch='http://www.bohemiancoding.com/sketch/ns' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle/%3E%3Cdesc/%3E%3Cdefs/%3E%3Cg fill='none' fill-rule='evenodd' id='Page-1' stroke='none' stroke-width='1'%3E%3Cg fill='%23000000' id='Core' transform='translate(-340.000000, -4.000000)'%3E%3Cg id='apps' transform='translate(340.000000, 4.000000)'%3E%3Cpath d='M0,4 L4,4 L4,0 L0,0 L0,4 L0,4 Z M6,16 L10,16 L10,12 L6,12 L6,16 L6,16 Z M0,16 L4,16 L4,12 L0,12 L0,16 L0,16 Z M0,10 L4,10 L4,6 L0,6 L0,10 L0,10 Z M6,10 L10,10 L10,6 L6,6 L6,10 L6,10 Z M12,0 L12,4 L16,4 L16,0 L12,0 L12,0 Z M6,4 L10,4 L10,0 L6,0 L6,4 L6,4 Z M12,10 L16,10 L16,6 L12,6 L12,10 L12,10 Z M12,16 L16,16 L16,12 L12,12 L12,16 L12,16 Z' id='Shape'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}




/* FOOTER */

#footer {
	padding: 0rem 0 0 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#footer .widgettitle {
	margin-bottom: 1rem;
	padding-bottom: 0.7rem;
	border-bottom: 1px solid rgba(256,256,256,0.1);
	color:white;
}

#footer .menu-footermenu-container a {
	display:block;
}

#footer a:hover {
	text-decoration: underline;
}

#footer, #footer a { color: white !important; }

#footer ul, #footer ul li {
	list-style:none;
	margin: 0;
	padding:0;
}

#footer a.active {
	text-decoration: none;
	font-weight:bold;
}

.footerlogo img {
	filter: grayscale(100%);
	opacity: 0.8;
	max-width: 180px;
}

.copyright {
	margin-top: 0rem;
	padding: 0.4rem 0;
	background-color: rgba(0,0,0,0.15);
	font-size: 1rem; 
	color: black; 
}

.pis-title {
	margin:0 0 15px 0;
	padding:0;
}



/* GRID FILTER */ 
.filtergrid { float:right; margin: 1px 0 0 15px; }
.viewtpl {display:inline-block;width:20px !important; height:20px !important; margin:0 6px;  text-decoration:none !important; }
.filtergrid.gridview .setgrid { display: none !important; }
.filtergrid.listview .setlist { display: none !important; }
.setlist { height:30px !important; width:30px !important;}
.setgrid { background-size: 40px !important; height:23px !important; }

.terms { margin: 0 15px; }



/* WOOCOMMERCE TABLES */

@media screen and (max-width: 600px) {
.woocommerce table.shop_table_responsive thead,.woocommerce-page table.shop_table_responsive thead{display:none}.woocommerce table.shop_table_responsive tbody tr:first-child td:first-child,.woocommerce-page table.shop_table_responsive tbody tr:first-child td:first-child{border-top:0}.woocommerce table.shop_table_responsive tbody th,.woocommerce-page table.shop_table_responsive tbody th{display:none}.woocommerce table.shop_table_responsive tr,.woocommerce-page table.shop_table_responsive tr{display:block}.woocommerce table.shop_table_responsive tr td,.woocommerce-page table.shop_table_responsive tr td{display:block;text-align:right!important}.woocommerce table.shop_table_responsive tr td.order-actions,.woocommerce-page table.shop_table_responsive tr td.order-actions{text-align:left!important}.woocommerce table.shop_table_responsive tr td::before,.woocommerce-page table.shop_table_responsive tr td::before{content:attr(data-title) ": ";font-weight:700;float:left}.woocommerce table.shop_table_responsive tr td.actions::before,.woocommerce table.shop_table_responsive tr td.product-remove::before,.woocommerce-page table.shop_table_responsive tr td.actions::before,.woocommerce-page table.shop_table_responsive tr td.product-remove::before{display:none}.woocommerce table.shop_table_responsive tr:nth-child(2n) td,.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td{background-color:rgba(0,0,0,.025)}.woocommerce table.my_account_orders tr td.order-actions,.woocommerce-page table.my_account_orders tr td.order-actions{text-align:left}.woocommerce table.my_account_orders tr td.order-actions::before,.woocommerce-page table.my_account_orders tr td.order-actions::before{display:none}.woocommerce table.my_account_orders tr td.order-actions .button,.woocommerce-page table.my_account_orders tr td.order-actions .button{float:none;margin:.125em .25em .125em 0}.woocommerce .col2-set .col-1,.woocommerce .col2-set .col-2,.woocommerce-page .col2-set .col-1,.woocommerce-page .col2-set .col-2{float:none;width:100%}.woocommerce ul.products[class*=columns-] li.product,.woocommerce-page ul.products[class*=columns-] li.product{width:48%;float:left;clear:both;margin:0 0 2.992em}.woocommerce ul.products[class*=columns-] li.product:nth-child(2n),.woocommerce-page ul.products[class*=columns-] li.product:nth-child(2n){float:right;clear:none!important}.woocommerce #content div.product div.images,.woocommerce #content div.product div.summary,.woocommerce div.product div.images,.woocommerce div.product div.summary,.woocommerce-page #content div.product div.images,.woocommerce-page #content div.product div.summary,.woocommerce-page div.product div.images,.woocommerce-page div.product div.summary{float:none;width:100%}.woocommerce #content table.cart .product-thumbnail,.woocommerce table.cart .product-thumbnail,.woocommerce-page #content table.cart .product-thumbnail,.woocommerce-page table.cart .product-thumbnail{display:none}.woocommerce #content table.cart td.actions,.woocommerce table.cart td.actions,.woocommerce-page #content table.cart td.actions,.woocommerce-page table.cart td.actions{text-align:left}.woocommerce #content table.cart td.actions .coupon,.woocommerce table.cart td.actions .coupon,.woocommerce-page #content table.cart td.actions .coupon,.woocommerce-page table.cart td.actions .coupon{float:right;padding-bottom:.5em}.woocommerce #content table.cart td.actions .coupon::after,.woocommerce #content table.cart td.actions .coupon::before,.woocommerce table.cart td.actions .coupon::after,.woocommerce table.cart td.actions .coupon::before,.woocommerce-page #content table.cart td.actions .coupon::after,.woocommerce-page #content table.cart td.actions .coupon::before,.woocommerce-page table.cart td.actions .coupon::after,.woocommerce-page table.cart td.actions .coupon::before{content:' ';display:table}.woocommerce #content table.cart td.actions .coupon::after,.woocommerce table.cart td.actions .coupon::after,.woocommerce-page #content table.cart td.actions .coupon::after,.woocommerce-page table.cart td.actions .coupon::after{clear:both}.woocommerce #content table.cart td.actions .coupon .button,.woocommerce #content table.cart td.actions .coupon .input-text,.woocommerce #content table.cart td.actions .coupon input,.woocommerce table.cart td.actions .coupon .button,.woocommerce table.cart td.actions .coupon .input-text,.woocommerce table.cart td.actions .coupon input,.woocommerce-page #content table.cart td.actions .coupon .button,.woocommerce-page #content table.cart td.actions .coupon .input-text,.woocommerce-page #content table.cart td.actions .coupon input,.woocommerce-page table.cart td.actions .coupon .button,.woocommerce-page table.cart td.actions .coupon .input-text,.woocommerce-page table.cart td.actions .coupon input{width:48%;box-sizing:border-box}.woocommerce #content table.cart td.actions .coupon .button.alt,.woocommerce #content table.cart td.actions .coupon .input-text+.button,.woocommerce table.cart td.actions .coupon .button.alt,.woocommerce table.cart td.actions .coupon .input-text+.button,.woocommerce-page #content table.cart td.actions .coupon .button.alt,.woocommerce-page #content table.cart td.actions .coupon .input-text+.button,.woocommerce-page table.cart td.actions .coupon .button.alt,.woocommerce-page table.cart td.actions .coupon .input-text+.button{float:right}.woocommerce #content table.cart td.actions .button,.woocommerce table.cart td.actions .button,.woocommerce-page #content table.cart td.actions .button,.woocommerce-page table.cart td.actions .button{display:block;width:100%}.woocommerce .cart-collaterals .cart_totals,.woocommerce .cart-collaterals .cross-sells,.woocommerce .cart-collaterals .shipping_calculator,.woocommerce-page .cart-collaterals .cart_totals,.woocommerce-page .cart-collaterals .cross-sells,.woocommerce-page .cart-collaterals .shipping_calculator{width:100%;float:none;text-align:left}.woocommerce-page.woocommerce-checkout form.login .form-row,.woocommerce.woocommerce-checkout form.login .form-row{width:100%;float:none}.woocommerce #payment .terms,.woocommerce-page #payment .terms{text-align:left;padding:0}.woocommerce #payment #place_order,.woocommerce-page #payment #place_order{float:none;width:100%;box-sizing:border-box;margin-bottom:1em}.woocommerce .lost_reset_password .form-row-first,.woocommerce .lost_reset_password .form-row-last,.woocommerce-page .lost_reset_password .form-row-first,.woocommerce-page .lost_reset_password .form-row-last{width:100%;float:none;margin-right:0}.woocommerce-account .woocommerce-MyAccount-content,.woocommerce-account .woocommerce-MyAccount-navigation{float:none;width:100%}.single-product .twentythirteen .panel{padding-left:20px!important;padding-right:20px!important}
}


/* WOOCOMMERCE MINI CART */
.cart_subtotal .amount{font-size:15px;padding-left:8px}span.cart_itemstotal{font-size:12px;font-weight:300}span.cart_itemstotal{padding:0 0 0 5px}@media screen and (max-width:990px){.dropprofile .dropdown-menu,ul.tiny-cart li ul.cart_list{display:none!important}}ul.tiny-cart{z-index:9999999!important;position:relative}#header .cart-contents{background:#dbdbdb;padding:0!important;border-radius:50%;position:absolute;font-size:.8rem;top:0;right:0px;z-index:100;min-width:20px;line-height:1.5;text-align:center;margin:0 0 0 -5px}ul.tiny-cart li ul.cart_list{float:right;margin:0;padding:0;position:relative}ul.tiny-cart li{list-style:outside none none}ul.tiny-cart li .cart_dropdown_link:hover{text-decoration:none}ul.tiny-cart .cart_dropdown_link .icon-shopping-cart{font-size:14px;padding-right:10px}ul.tiny-cart li:hover{position:static}ul.tiny-cart li ul.cart_list{background:#fff none repeat scroll 0 0;border:1px solid #e2e2e2;color:#2c2c2c;left:auto;margin:-1px -1px 0 0;opacity:0;position:absolute;right:0;transition:all .2s ease-in-out 0s;visibility:hidden;width:300px;z-index:998}ul.tiny-cart li:hover ul.cart_list{left:auto;opacity:1;right:0;visibility:visible}ul.tiny-cart{float:right;margin:0;padding:0;position:relative}ul.tiny-cart li{list-style:outside none none}ul.tiny-cart li:last-child{border-bottom:0 none;width:auto}ul.tiny-cart li{width:auto}ul.tiny-cart li a{border-bottom:0 none;border-right:0 none}ul.tiny-cart li:last-child{border-bottom:0 none;width:auto}ul.tiny-cart li ul.cart_list li.empty{border:medium none;margin-bottom:10px;text-align:center}.cap-header-fixed-wrapper ul.tiny-cart li ul.cart_list li.empty{padding:0 20px}ul.tiny-cart li ul.cart_list li{line-height:1.1;padding:9px 0;text-align:left}ul.tiny-cart li ul.cart_list li.cart-title{border:0 none;padding:0}ul.tiny-cart li ul.cart_list li.cart-title h4{margin:0;padding:0;text-align:center;text-transform:uppercase;margin:20px 0;font-weight:500;color:#000;font-size:1.4rem}ul.tiny-cart li ul.cart_list li.cart_list_product{border-bottom:1px solid #eee;clear:left;line-height:1.4em;overflow:hidden;padding:6px 10px}ul.tiny-cart li ul.cart_list li.cart_list_product:first-child{border-top:medium none}ul.tiny-cart li ul.cart_list li.cart_list_product img{box-shadow:none;float:right;margin:0 0 .2em .5em;padding:.2em;width:38px;height:auto}ul.tiny-cart li ul.cart_list li.cart_list_product a{font-size:90%;line-height:1;display:block;background:transparent none repeat scroll 0 0;border:0 none;box-shadow:none;margin:3px 0;padding:0;text-decoration:none;color:#000!important;font-weight:300}ul.tiny-cart li ul.cart_list li.cart_list_product a:hover{background:transparent none repeat scroll 0 0;border:0 none;box-shadow:none;padding:0}ul.tiny-cart li ul.cart_list li.cart_list_product dl.variation{margin-bottom:0;opacity:.7;overflow:hidden}ul.tiny-cart li ul.cart_list li.cart_list_product dl.variation dt{clear:left;float:left;font-weight:700}ul.tiny-cart li ul.cart_list li.cart_list_product .quantities{display:inline-block;float:none;font-size:12px;margin-bottom:0;margin-left:0;margin-right:0!important;margin-top:5px}ul.tiny-cart li ul.cart_list li.total{font-size:14px;font-weight:700;line-height:1;padding:18px 20px 0;text-align:center;text-transform:uppercase}ul.tiny-cart li ul.cart_list li.total strong{padding-right:6px}ul.tiny-cart .cart_list{margin-left:0;padding:20px 20px 0}div .dropdown_widget .cart_list li{border-top:medium none;clear:both;font-size:11px;list-style:outside none none;margin:8px 0;padding:15px 0}.dropdown_widget .cart_list li.empty{border-bottom:medium none;font-weight:700;text-align:center}.dropdown_widget ul.cart_list li a{display:block;font-weight:700}ul.tiny-cart .bigbutton{width:278px!important;margin:10px 10px 0 10px!important;text-align:center!important;padding:15px 0!important;left:auto;right:auto;font-size:1rem;font-weight:300!important}
ul.tiny-cart li ul.cart_list li.cart_list_product a.remove_from_cart_button {color:red !important;font-weight:normal; display: inline-block; font-size: 120%; margin-top:10px; text-decoration: none !important; vertical-align:bottom; } ul.tiny-cart li ul.cart_list li.cart_list_product a.remove_from_cart_button:hover { color:#B21016 !important; }


/* WOOCOMMERCE -------------------------------------------------------- */

.cartmenu { list-style: none; min-width: 130px; }
.cartmenu.navbar  { justify-content: right !important; margin: 0; list-style: none; }
.cartmenu.navbar .dropdown-menu { position: absolute; z-index: 999 !important; }

.dropsearch button { display: none !important; }
.dropsearch .form-group, .dropsearch .form-group input { margin:0 !important; }
.dropsearch .dropdown-menu { background: rgba(0,0,0,0.15); padding: 10px; min-width: 100%; margin-top: 1px }
.register-tabs { margin: 2rem 0; }

.products-filter { background: rgba(0,0,0,0.0); padding: 0; font-size:0.86rem;}
.attributes-filter { background: rgba(0,0,0,0.0); margin-bottom: 3rem; padding: 0; font-size:0.86rem;}
.attributes-filter select { width: 100%; }

.woocommerce .woocommerce-ordering, .woocommerce-result-count { margin: 0 !important; line-height: 1.8; }
.widget_price_filter .price_slider_wrapper { padding: 1rem; font-size: 0.9rem;  }
.widget_price_filter .price_slider_wrapper .price_label { white-space: nowrap; }
.woocommerce-billing-fields .form-row, .woocommerce-shipping-fields .form-row,.woocommerce form .form-row { display: block;}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {max-width:none;padding: 0 !important;margin: 0 !important;}
.typeproduct .button, .add_to_cart_button, .ajax_add_to_cart, .clearcart, .wc-backward, .button.wc-forward, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .btn, .woocommerce-Button.button, .woocommerce-form-login-toggle a.showlogin,
 .woocommerce-form-coupon-toggle a.showcoupon, .woocommerce-form-coupon-toggle2 .showhide, .woocommerce .cart .button, .woocommerce .cart input.button { background: #DD691A !important; border-radius: 0 !important; color: white !important;  width: auto; text-align: center; text-decoration: none !important; display: inline-block !important;  padding: 0.28rem 1rem !important; line-height: inherit !important; font-size: 1rem !important; border-radius: 2px !important;  }
.typeproduct .button:hover, .add_to_cart_button:hover, .ajax_add_to_cart:hover, .clearcart:hover, .wc-backward:hover, .button.wc-forward:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .btn:hover, .woocommerce-Button.button:hover, .woocommerce-form-login-toggle a.showlogin:hover, .woocommerce-form-coupon-toggle a.showcoupon:hover, .woocommerce-form-coupon-toggle2 .showhide:hover { transition: 0.5s; background: #BB4C00 !important; text-decoration: none !important; }
.clearcart { opacity: 0.6; font-size: 0.8rem !important; }
.woocommerce .quantity .qty { width: 100%; max-width: 100px; }
.woocommerce div.product p.price ins, .woocommerce div.product span.price ins, .price ins { text-decoration: none; }  .price del { color: gray; font-size: 90%; }
.woocommerce .woocommerce-breadcrumb {	overflow: hidden;text-overflow: ellipsis;	white-space: nowrap; text-transform: uppercase; }
.woocommerce div.product .out-of-stock, .out-of-stock { color: #bb1d2e; }
.producttitle { margin-bottom: 0.5rem !important; }
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images { float:none; width: auto; }
.woocommerce-product-gallery__trigger {  outline:0; border:none; -moz-outline-style: none; }
.woocommerce div.product form.cart { margin-bottom: 0;}

.woocommerce-form, .woocommerce-EditAccountForm, .woocommerce-MyAccount-content, .woocommerce-billing-fields { background:rgba(0,0,0,0.03); } 
.woocommerce-EditAccountForm, .woocommerce-MyAccount-content, .woocommerce-billing-fields { padding: 1rem; }
.woocommerce-cart-form { margin-bottom: 2rem; }
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals { width: 50%; float:right; }
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button { font-weight: normal !important; }

.woocommerce form.checkout_coupon, .checkout_fast, .woocommerce form.login, .woocommerce form.register { border-radius: 0; border-color: #e5e5e5; }
.woocommerce-MyAccount-navigation ul { list-style: none; padding: 10px; margin: 0; margin-bottom: 20px; }
.woocommerce-MyAccount-navigation ul li a { padding: 0.3rem; display: block;  }


#customer_login .u-column1, #customer_login .u-column2 { padding: 0; }
.woocommerce form.checkout_coupon,.checkout_fast, .woocommerce form.login, .woocommerce form.register { margin-top: 1rem; }
#customer_details { margin-bottom: 1rem; }
.woocommerce-order h2, #customer_login h2, #customer_details h3, .woocommerce-order-details h2, .woocommerce-customer-details h2, .woocommerce-Address-title h3, .woocommerce-MyAccount-content h3 { font-size: 1.4rem; }
.wc-bacs-bank-details-account-name { font-size: 1rem; }
.woocommerce-order-details, .woocommerce-customer-details { padding: 0 !important; margin: 0 !important; }
.woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr { border-bottom: 8px solid #e5e5e5 !important; }
body .woocommerce .woocommerce-column--1.col-1 { margin-bottom: 1rem !important; }
.woocommerce .woocommerce-customer-details address { border-width: 1px; }
.added_to_cart.wc-forward {font-size: 85%;}
#coupon_code { max-width: 150px; }
.actions .coupon input, .actions .coupon .button { width: auto; float: none !important; }
.actions .button { float: right !important; }

.woocommerce div.product .woocommerce-tabs ul.tabs { display:none !important; }

.select2-results li, .select2-search--dropdown .select2-search__field { font-size: 1rem !important; }
.select2-container--default .select2-results > .select2-results__options { max-width: 400px !important; }

@media screen and (max-width: 768px) { .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals { width: 100%; } }

.woocommerce-product-search  { max-width: 500px; float:right; width: 100%;  }
.woocommerce-product-search .btn { padding: 0.24rem 1rem !important; }

.gridcontent .price { font-size: 0.95rem !important; margin:0 0 5px 0; } 





 .woocommerce-form-login-toggle .woocommerce-info::before {
display: inline-block !important; background-repeat: no-repeat; background-size: cover; margin: 0; width: 30px !important; height: 30px !important; opacity: 0.7; padding: 0 !important; content: "";
background-image: url("data:image/svg+xml,%3Csvg height='472pt' viewBox='-48 0 472 472.17' width='472pt' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m116.539062 129h.097657c35.625-.007812 64.492187-28.894531 64.484375-64.515625-.007813-35.625-28.894532-64.4921875-64.515625-64.484375h-.03125c-35.621094-.0117188-64.507813 28.859375-64.519531 64.480469-.007813 35.625 28.859374 64.507812 64.484374 64.519531zm0 0'/%3E%3Cpath d='m141.132812 361.652344c.058594-54.9375 35.90625-103.425782 88.410157-119.585938-12.324219-41.976562-50.75-70.871094-94.496094-71.066406h-36.785156c-54.382813.171875-98.3320315 44.386719-98.1757815 98.773438v108.226562h142.0820315c-.664063-5.425781-1.011719-10.882812-1.035157-16.347656zm0 0'/%3E%3Cpath d='m243.648438 414.050781-12.710938-12.707031-15.300781 15.300781 12.703125 12.597657zm0 0'/%3E%3Cpath d='m155.132812 361.457031c0 61.144531 49.570313 110.714844 110.714844 110.714844 61.144532 0 110.714844-49.570313 110.714844-110.714844 0-61.148437-49.570312-110.714843-110.714844-110.714843-61.117187.070312-110.644531 49.597656-110.714844 110.714843zm34.601563 61.292969 78.523437-78.523438c-12.222656-17.359374-9.132812-41.1875 7.113282-54.855468 16.246094-13.667969 40.25-12.632813 55.265625 2.378906 15.011719 15.011719 16.042969 39.015625 2.375 55.261719-13.667969 16.246093-37.492188 19.335937-54.855469 7.117187l-37.316406 37.316406 17.675781 17.675782c1.316406 1.316406 2.054687 3.101562 2.050781 4.960937-.003906 1.863281-.746094 3.644531-2.066406 4.957031l-25.222656 25.035157c-2.730469 2.707031-7.132813 2.707031-9.863282 0l-17.675781-17.53125-6.101562 6.101562c-2.730469 2.734375-7.164063 2.734375-9.898438 0s-2.734375-7.167969 0-9.902343zm0 0'/%3E%3Cpath d='m301.640625 347.585938c14.828125 0 26.847656-12.019532 26.847656-26.847657-.003906-14.824219-12.019531-26.84375-26.847656-26.84375-14.824219 0-26.84375 12.019531-26.84375 26.84375.015625 14.820313 12.027344 26.832031 26.84375 26.847657zm0 0'/%3E%3C/svg%3E");
 }
 .woocommerce-form-coupon-toggle .woocommerce-info::before {
display: inline-block !important; background-repeat: no-repeat; background-size: cover; margin: 0; width: 30px !important; height: 30px !important; opacity: 0.7; padding: 0 !important; content: "";
background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Ccircle cx='368' cy='320' r='16'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Ccircle cx='272' cy='192' r='16'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M480,80H176c-4.256,0-8.32,1.696-11.328,4.672L144,105.376l-20.672-20.704C120.32,81.696,116.256,80,112,80H32 C14.368,80,0,94.368,0,112v288c0,17.664,14.368,32,32,32h80c4.256,0,8.32-1.696,11.328-4.672L144,406.624l20.672,20.672 C167.68,430.304,171.744,432,176,432h304c17.664,0,32-14.336,32-32V112C512,94.368,497.664,80,480,80z M160,368h-32v-32h32V368z M160,304h-32v-32h32V304z M160,240h-32v-32h32V240z M160,176h-32v-32h32V176z M272,144c26.464,0,48,21.536,48,48 s-21.536,48-48,48s-48-21.536-48-48S245.536,144,272,144z M240,368c-3.616,0-7.232-1.216-10.24-3.712 c-6.784-5.664-7.712-15.744-2.048-22.528l160-192c5.696-6.816,15.776-7.648,22.528-2.048c6.784,5.664,7.68,15.744,2.016,22.56 l-160,192C249.12,366.016,244.576,368,240,368z M368,368c-26.464,0-48-21.536-48-48s21.536-48,48-48s48,21.536,48,48 S394.464,368,368,368z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
	 
 }
 
 
 
 
 
 td.actions { overflow: auto; }
.coupon label { display: none; }
.coupon input#coupon_code { float: left !important; }
.shop_table .coupon .button { width: auto !important; padding: 9px; }
 
.fastordercheckout { clear: both;  }
@media screen and (min-width: 992px) { 	.fastordercheckout { width: 50%; float: right; } }

.theme-fast-order-from { background: rgba( 0,0,0,0.1); border: 1px solid #e5e5e5; padding: 10px 20px; text-align: left; margin: 0.5rem 0; }
.theme-fast-order-btn.hasicon .btn::before {
display: inline-block !important; background-repeat: no-repeat; background-size: cover; margin: 0; width: 20px !important; height: 20px !important; padding: 0 !important; content: ""; -webkit-filter: invert(100%); filter: invert(100%); margin-right: 10px; margin-bottom: -5px; 	 
background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!--  16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='163.641px' height='163.641px' viewBox='0 0 163.641 163.641' style='enable-background:new 0 0 163.641 163.641;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M113.88,103.102c10.552-11.119,17.274-26.826,17.274-41.82c0-27.249-22.079-49.341-49.337-49.341 c-27.249,0-49.334,22.085-49.334,49.341c0,6.74,1.416,13.597,3.873,20.143c6.062,13.658,17.963,24.266,33.034,28.119c2.987-3.689,7.49-5.9,12.428-5.9c8.856,0,16.066,7.204,16.066,16.063c0,8.86-7.21,16.058-16.066,16.058c-6.306,0-11.883-3.678-14.499-9.17c-12.955-2.851-24.317-9.354-33.146-18.28c-19.439,8.306-32.047,21.531-32.047,36.462c0,25.154,159.389,25.154,159.389,0C161.515,126.143,141.92,110.152,113.88,103.102z'/%3E%3Cpath d='M71.642,121.637c0.911,4.805,5.112,8.439,10.169,8.439c5.73,0,10.373-4.646,10.373-10.37s-4.643-10.37-10.366-10.37c-4.403,0-8.139,2.753-9.646,6.625c-26.059-4.584-45.931-27.334-45.931-54.686c0-30.647,24.936-55.582,55.576-55.582c30.655,0,55.585,24.935,55.585,55.582h5.687C143.089,27.492,115.603,0,81.817,0c-33.783,0-61.27,27.486-61.27,61.275C20.542,91.593,42.697,116.766,71.642,121.637z'/%3E%3C/g%3E%3C/svg%3E");
 }
 

.woocommerce form .form-row label { line-height: 1; }
.woocommerce .optional { display:none; }
#sp_invoice_triger, #sp_invoice_proform { width: auto; }
#sp_invoice_triger_box { background: rgba(0,0,0,0.03); padding: 1rem; }



@media screen and (min-width: 900px) {
.actions .coupon .button { padding: 0.16rem 1rem !important; }
}

@media screen and (max-width: 1100px) {
	#header .icon { margin: 10px 9px; }
}

/* RESPONSIVE  ------------------------------------------------- */

@media screen and (max-width: 600px) {
	.homeslider .slideimage { height: 188px !important; min-height: auto; }
}

@media screen and (max-width: 992px) {
	
	.navbar-brand { font-size: 1.2rem;  }
	.navbar-brand img { max-width: 180px; }
	.sitetitle{margin-left:15px;}
	.navbar-nav .nav-link {line-height: 1.6;	padding-left: 20px;	padding-right: 20px;}
	.navbar-nav .menu-item { margin: 0; }
	.navbar .dropdown-menu { background: #f8f8f8 !important; box-shadow: none; width:100%;}
	.navbar .dropdown-menu .menu-item { padding-left: 20px; }
	
	.vertical-nav { display: none; }
	
	.sidebar .widgettitle { margin-bottom: 0; }
	
	.homeslider .slidetitle { font-size: 1.6rem; }
	.homeslider .carousel-caption { max-width: 90%; }
	
	#content { margin-top: 0; }
	
	h1, .pagetitle { font-size: 1.8rem !important; }
	h4.blocktitle { font-size: 1.2rem; }
	.pagination {font-size:1rem;}
	.wpcf7 {margin-top: 2rem;}
	.pagetitle.producttitle { font-size: 1.4rem !important; }
	
	#content .sectiontitle h3, #content section .sectiontitle { font-size: 1.4rem !important; text-align:left !important; }
	#content section, .sector { padding: 2rem 0; }
	
	#footer .widget { margin-bottom: 2rem; }

	.cfsloop { padding: 0.6rem 0; }
	.cfsloop p { padding: 6px 0 10px 0 !important; }
	
	#footer .nav-link {  padding: .5rem .6rem;}
	
	#content .container { padding: 1rem; box-shadow: none; background: none; }
	.topmail { display: none; }
		.sidebar .widget_media_image { display: none; }
		.titleover .gridcontent .gridposttitle a { padding: 0.5rem; }

}

@media screen and (max-width: 768px) {
	
body { font-size: 1rem; }

.typephoto { border-top: 1px solid white; border-bottom: 0; }


	.navbar-brand img { max-width: 170px; }
	.nav-fill .nav-item, .nav-fill > .nav-link { text-align: left; }
	.navbar .replacearrow .dropdown span.arrow { right: 0; }
	.gridcontent { padding: 15px 10px; }
	.titleover .gridcontent .gridposttitle { padding-left: 0; font-size: 0.9rem; }
	.copyright { font-size: 0.8rem; }
	
	#header .nav .nav-link { padding: 6px 8px; }

	.navbar .icon { margin: 0px 10px; width: 26px !important; height: 26px !important; }
	.navbar-brand { margin-bottom: 0.7rem !important; }
	#header .nav { margin-left: -7px; margin-bottom: 1rem; }
	.widget_layered_nav, .attributes-filter{ margin-bottom: 10px; }
	.select2-container--default .select2-results > .select2-results__options { max-width: 800px !important; }
	


}

@media screen and (max-width: 500px) { .h1omeslider .slideimage { height: 30vh; } } 

.home .blockwrap.click { position: relative; z-index: 10; }
			