/* 20210504215224 - v2 */
.gui,
.gui-block-linklist li a {
  color: #666666;
}

.gui-page-title,
.gui a.gui-bold,
.gui-block-subtitle,
.gui-table thead tr th,
.gui ul.gui-products li .gui-products-title a,
.gui-form label,
.gui-block-title.gui-dark strong,
.gui-block-title.gui-dark strong a,
.gui-content-subtitle {
  color: #000000;
}

.gui-block-inner strong {
  color: #848484;
}

.gui a {
  color: #0a8de9;
}

.gui-input.gui-focus,
.gui-text.gui-focus,
.gui-select.gui-focus {
  border-color: #0a8de9;
  box-shadow: 0 0 2px #0a8de9;
}

.gui-select.gui-focus .gui-handle {
  border-color: #0a8de9;
}

.gui-block,
.gui-block-title,
.gui-buttons.gui-border,
.gui-block-inner,
.gui-image {
  border-color: #8d8d8d;
}

.gui-block-title {
  color: #333333;
  background-color: #ffffff;
}

.gui-content-title {
  color: #333333;
}

.gui-form .gui-field .gui-description span {
  color: #666666;
}

.gui-block-inner {
  background-color: #f4f4f4;
}

.gui-block-option {
  border-color: #ededed;
  background-color: #f9f9f9;
}

.gui-block-option-block {
  border-color: #ededed;
}

.gui-block-title strong {
  color: #333333;
}

.gui-line,
.gui-cart-sum .gui-line {
  background-color: #cbcbcb;
}

.gui ul.gui-products li {
  border-color: #dcdcdc;
}

.gui-block-subcontent,
.gui-content-subtitle {
  border-color: #dcdcdc;
}

.gui-faq,
.gui-login,
.gui-password,
.gui-register,
.gui-review,
.gui-sitemap,
.gui-block-linklist li,
.gui-table {
  border-color: #dcdcdc;
}

.gui-block-content .gui-table {
  border-color: #ededed;
}

.gui-table thead tr th {
  border-color: #cbcbcb;
  background-color: #f9f9f9;
}

.gui-table tbody tr td {
  border-color: #ededed;
}

.gui a.gui-button-large,
.gui a.gui-button-small {
  border-color: #8d8d8d;
  color: #000000;
  background-color: #ffffff;
}

.gui a.gui-button-large.gui-button-action,
.gui a.gui-button-small.gui-button-action {
  border-color: #8d8d8d;
  color: #000000;
  background-color: #ffffff;
}

.gui a.gui-button-large:active,
.gui a.gui-button-small:active {
  background-color: #cccccc;
  border-color: #707070;
}

.gui a.gui-button-large.gui-button-action:active,
.gui a.gui-button-small.gui-button-action:active {
  background-color: #cccccc;
  border-color: #707070;
}

.gui-input,
.gui-text,
.gui-select,
.gui-number {
  border-color: #8d8d8d;
  background-color: #ffffff;
}

.gui-select .gui-handle,
.gui-number .gui-handle {
  border-color: #8d8d8d;
}

.gui-number .gui-handle a {
  background-color: #ffffff;
}

.gui-input input,
.gui-number input,
.gui-text textarea,
.gui-select .gui-value {
  color: #000000;
}

.gui-progressbar {
  background-color: #76c61b;
}

/* custom */
/* Custom classes */
.hidden-xs {
	display:none;
}

.cstm-marg-top-20 {
	margin-top:20px;
}

/* General */
.product .instock,
.product .instock i,
.product .stock .instock,
.product .stock .instock i {
    color: #00b900;
}

input, 
select, 
textarea {
    font-style: normal;
}


/* Header */
#topnav {
    display: none; 
}

#header {
    margin-top: 0;
}

#main {
    margin-top: 104px;
}

.header.sticky #logo img, 
.header-pages #logo img {
    image-rendering: -moz-crisp-edges;         
	image-rendering:   -o-crisp-edges;        
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;  
}

#header #search #formSearch input {
    font-size: 16px;
	font-style: italic;
}

.header.sticky #search {
	display:none;
}

/* Footer */
#footer-usp .footer-usp {
    margin-top: 40px;
}

#contact_widget_button {
	display:none;
}

/* Homepage */
.index .blogs {
	display:none;
}

.index #service {
	display:none;
}

.index #content .content-box {
    text-align: left;
}

/* Product page */
.productpage .breadcrumbs {
	display: none;
}
	
.product .product-title-box {
    margin-top: 10px;
}
	
.productpage .product-title-box .stars-none.filler {
	display: none;
}

.productpage .product .cart .btn-shoppingcart,
.product-dropdown .product-dropdown-wrap .product-dropdown-cart .btn,
.gui .gui-div-cart-sum a.gui-button-large.gui-button-action,
.gui-checkout .gui-form a.gui-button-action,
#header #cart .cart-button .cart-dropdown .submenu .btn {
    background-color: #00b900 !important;
    -webkit-box-shadow: inset 0 -2px 0 0 #090;
    box-shadow: inset 0 -2px 0 0 #090;
	display: inline-block;
    padding: 6px 30px;
    margin-bottom: 0;    
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;    
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 5px;
	font-size: 18px;
    line-height: 30px;
    margin-bottom: 0px;
    text-transform: uppercase;
    width: 100%;
	color: #fff;
}

.productpage .product-details .combi {
	border-bottom: none;
}

.product-details .combi .combi-item {
    line-height: 26px;
}

.product-details .combi i {
	font-size: 17px;
	padding-right: 5px;
}

.product-details .combi span, 
.product-details .combi strong {
    font-size: 13px;
}
 
.productpage .product-details .combi-item:last-child span {
    font-weight: bold;
}

.productpage .cart .socialmedia {	
	display:none;
} 

.product-details .combi .whatsapp {
    display: none;
}

.product .product-content {
    margin-top: 10px;
}

.productpage .product-content .title-box {
    padding: 0;
	width: 100%;    
}

.productpage .product-content h2,
.productpage .product-content .title-box strong {
	text-transform: none;
	margin-bottom: 10px;
	margin-top: 20px;
	font-size: 20px;
	display: inline-block;
	text-align: left;
}

.productpage .product-content .title-box strong {
	margin-top:0;
}

.productpage .product-content ul,
.productpage .product-content table,
.productpage .product-content p {
	margin-bottom: 10px;
}

.productpage .product-content ul {
	list-style-type: none;
	padding-left: 0px;
}

.productpage .product-content ul li {
    padding: 3px 0;
}

.productpage .product-content ul li .fa {
    padding-right: 10px;
	color: #04428d;
}

.productpage .product-content table {
	width: 100%;
	border: 2px solid #f3f3f3;
}

.productpage .product-content table tr:nth-child(even) {
    background-color: #f3f3f3;
}

.productpage .product-content table td,
.productpage .product-content table th {
    padding: 6px 5px;
    border: 2px solid #d6d3d3;
	text-align:left;
	font-size: 13px;
}

.productpage .product-content table th {
	font-weight:bold;	
}

.productpage .product-content table td.product-specs-table {
    width: 50%;
}

.productpage .product-content .product-variants-table .fa-times {
    color: #fd2b2b;
}

.productpage .product-content .product-variants-table .fa-check {
    color: #03bd12;
}

.productpage .product-content .product-variants-table a,
.productpage .product-content .product-usps-list a {
    color: #1d6ccc;
    text-decoration: underline;
}

.wp-product-contact-wrapper {
	display:none;
}


.productpage-products .custom-nav {float:right;}
.productpage-products .custom-nav a {border-radius: 5px;color: #000;float:none;font-size: 32px;line-height:32px;text-align: center;}
.productpage-products .products {width:100%;float:left;}
.productpage-products .products .usp {float: left;padding:0px;padding-bottom: 15px;width: 100%; }
.productpage-products .products .usp-products {padding:0px 7.5px;}
.productpage-products .products .usp-products .usp .usp-list {border-top: 1px solid #ddd;border-bottom: 1px solid #ddd;float:left;padding: 7.5px 0px;width:100%;}
.productpage-products .products .usp-products .usp .usp-list .usp-item {text-align:center;width:33%;}
.productpage-products .products .no-products-found {padding: 50px;font-size: 18px;font-weight: 300;text-align: center;margin-bottom:30px;}
.productpage-products .products.no-carousel .productborder {float:left;}
.productpage-products .products .productborder {border: 1px solid #fff;padding-bottom:15px;margin-bottom:15px;float:left;height:100%;}
.productpage-products .products.owl-carousel .productborder {margin-left: 2px;margin-right: 2px;}
.productpage-products .products .productborder:hover {border:1px solid #ddd;box-shadow: 0 3px 10px rgba(0,0,0,.15);z-index:9;}
.productpage-products .products .productborder .product {margin: 1px;}
.productpage-products .products.no-carousel .productborder .product {background:#fff;}
.productpage-products .products .productborder .product .product-image {padding:10px 5px;text-align:center;position:relative;}
.productpage-products .products .productborder .product .product-image .discount {border-radius: 5px;color: #fff;position: absolute;left:20px;bottom: 20px;padding: 3px 12px;}
.productpage-products .products .productborder .product .product-image .discount span {font-size: 16px;font-weight: bold;}
.productpage-products .products .productborder .product .product-image .product-image1 {display:block;max-width:220px;max-height: 220px;margin: 0 auto;}
.productpage-products .products .productborder .product .product-image .product-image1 img {margin:0 auto;max-width:211px;}
.productpage-products .products .productborder .product .product-details {padding: 0px 15px;margin: 0 auto;height:148px;}
.productpage-products .products.list .productborder .product .product-details {float:left;padding: 0px 0px;padding-left:15px;margin: 0 auto;}

/* Category page */
#collection .title-box .title-label {
    background: #d4d4d4;
    font-size: 14px;
    margin-top: 11px;
}

#sidebar .widget .product-sidebar .product-sidebar-details .stars-none.filler {
    display: none;
}

#collection .modes {
	display:none;
}

#collection .col-sm-5.sort {
    width: 56.6%;
}

#collection #products .products .usp-products {
    display: none;
}

.product .stars-none.filler {
    display: none;
}

#products .products .productborder .product .product-details {
    height: 118px;
}

/* Content page */
.textpage h1 {
    margin-bottom: 0px;
}

.textpage .breadcrumbs {
	display:none;	
}

.page-title.textpage .col-sm-6 {
	width:100%;
}

.page .content h2,
.page .content h3 {
    margin: 20px 0 10px;
	color: #004a97;
}

.page .content ul, 
.page .content ol {
    list-style-type: disc;
    padding-left: 20px;
}

.page .content blockquote {
    font-size: 14px;
    background: #f3f3f3;
}

.page .content table {
	width: 100%;
	border: 2px solid #f3f3f3;
}

.page .content table tr:nth-child(even) {
    background-color: #f3f3f3;
}

.page .content table td,
.page .content table th {
    padding: 6px 5px;
    border: 2px solid #d6d3d3;
	text-align:left;
}

.page .content table th {
	font-weight:bold;	
}


	
/* Blocks */
.page .content h2.wp-page-block-title {
	color: #000000;	
}

.page .wp-block-pads {
    padding: 14px 20px;
}

.page .wp-block-bg {
	background: #f2f7fc;
    border-radius: 2px;
    padding: 14px 20px;
}

.page .wp-block-bg-title {
    color: #004a97;
    font-size: 20px;
    font-weight: 600;
}

.page .wp-block-bg-subtitle {
    color: #044d98;
    margin: 5px 0px;
}

.page .wp-block-btn-row {
    width: 100%;
    text-align: right;
	margin-top: 20px;
}    

.page .wp-block-btn-row a {
    padding: 6px 12px;
	color: #fff;
} 

/* Blog */
.gui-blog-article ul {
    display: none;
}

.gui .gui-blog-article h1 {
    margin-top: 10px;
}

.gui-blog-article h1 a {
    font-size: 28px;
    font-weight: bold;
}

/* FAQ */
.gui-div-faq-questions .col-sm-9,
.gui-div-faq-questions .col-sm-3 {
	width: 100%;
}


.colfull .wp-faq-links-title {
    margin-top: 32px;
    float: left;
    clear: both;
    border-top: 1px solid #e1e1e1;
    width: 100%;
    padding-top: 20px;
}

.gui .wp-faq-links {
    clear: both;
	position: relative;
}

.colfull .wp-faq-links h3 {
	margin-top: 20px;
    font-size: 16px;
    margin-bottom: 10px;
}

.gui .wp-faq-links a {
    clear: both;
    display: block;
    margin-bottom: 10px;
}

.gui .wp-faq-links-block {
    width: 100%;
    border: 1px solid #e1e1e1;
    border-radius: 2px;
    margin: 3px;
    padding: 0 20px 10px;
    min-height: 183px;	
}

/* Top level subcat boxes */
.subcat-boxes-img {
    margin-bottom: 20px;
    float: left;
}

.subcat-boxes-img .category {
    height: 220px;
    position: relative;	
    overflow: hidden; 
	padding: 4px;	
}

.subcat-boxes-img .category-inner {
	padding: 20px; 
	height: 100%;
	overflow: hidden; 
	border-radius: 2px;
}

.subcat-boxes-img .category .category-info {
    position: absolute;
    bottom: 18px;
    text-align: center;
    width: calc(100% - 50px);
    height: 40px;
}

.subcat-boxes-img .category .category-info a { 
    display: inline-block;
    background: rgba(255, 255, 255, 0.8);
    color: #04428d;
    white-space: initial;
	font-weight: bold;
	padding: 6px 0;
}

.subcat-boxes-img .category .category-image {
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	height: 125px;
    width: 100%;
}

.subcat-boxes-img .category .category-image:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.subcat-boxes-img .category .category-image .img-responsive {
    display: inline-block;
    width: 70%;
    height: auto;
	vertical-align: middle;
}

.subcat-boxes-img-extended .category:nth-child(5) {
	clear:left;
}

.subcat-boxes-img-extended .category-inner {
    position: relative;
}

.subcat-boxes-img-extended .category-image {
    height: 228px;
    overflow: hidden;
}

.subcat-boxes-img-extended .category-image .img-responsive {
    width: auto;
    height: 100%;
}

.subcat-boxes-img-extended .category-info {
	position: absolute;
    left: 0px;
    right: 0px;
    bottom: 15px;
    padding: 10px 25px;
    width: 100%;
}

.subcat-boxes-img-extended .category-info .category-btn {
	padding-right: 30px;
    margin-bottom: 0px;
    position: relative;
    white-space: normal;
    width: 100%;
}

.subcat-boxes-img-extended .category-info .category-btn span {
    font-weight: bold;
}

.subcat-boxes-img-extended .category-info .category-btn i {
    font-size: 31px;
    font-weight: bold;
    position: absolute;
    top: 50%;
    margin-top: -15.5px;
    right: 0px;
}

.subcat-boxes-img-extended .category-subs {
    padding: 10px 0;
}

.subcat-boxes-img-extended .category-subs ul {
    list-style: none;
    padding-left: 0;
}

.subcat-boxes-img-extended .category-subs ul li {
    margin-bottom: 4px;
}

.subcat-boxes-img-extended .category-subs ul li a {
    color: #2470bc;
}

.subcat-boxes-img-extended .category-subs ul li a:hover {
    text-decoration:underline;
}

.subcat-boxes-img-extended .category-subs ul li i {
    font-weight: bold;
}

/* Cart */
.gui-progressbar {
    display: none;
}

/* Checkout */
.gui.gui-checkout {
    margin-top: -30px;
	margin-bottom: 150px;
}

.gui-checkout .gui-progressbar {
    display: none;
}

.gui-checkout-steps .gui-block-subtitle, .gui-content-subtitle {
    line-height: 1.5;
    font-size: 16px;
}

.gui-checkout .gui-inactive {
    opacity: 0.3;
}


#gui-block-review > .gui-field .gui-checkbox {
	display: none;
}

.gui-form #gui-block-review .gui-spacer {
	display:none;
}

.gui-confirm .gui-confirm-input {
    margin-top: 10px;
}

.gui .order-summary {
    border: 1px solid #CCC;
	border-radius: 2px;
	margin-bottom: 15px;
}

.gui .order-summary thead {
    display: none;
}

.gui .order-summary .gui-cart-sum {
    padding: 0 15px;
    font-size: 11px;
}

.gui .order-summary .gui-cart-sum .gui-big {
    font-size: 130%;
    margin-bottom: 15px;
}

.order-summary .gui-cart-sum .gui-line {
    margin: 10px 0;
    background: #e8e8e8;
}

.order-summary .gui-cart-sum p,
.order-summary .gui-table p {
    margin-bottom: 5px;
}

.gui-checkout-one-step .gui-form .step-review .gui-field .gui-checkbox label {
    font-size: 13px;
}

.gui-checkout-one-step #gui-form-shipment-method .gui-block-option .gui-field .gui-radio > label,
.gui-checkout-one-step #gui-form-shipment-method .gui-block-option .gui-field .gui-price {
    font-size: 14px;
}

#gui-block-payment-method {
    margin-top: 15px;
}

.gui-checkout-one-step .gui-table {
    padding-bottom: 0px;
}

.gui-input input, 
.gui-text textarea,
.gui-select select {
    font-size: 16px;
}

/* Reviews */
.wp-page-block-stars {
	width: 150px;
    height: 30px;
	position: relative;
    display: inline-block;
    vertical-align: middle;
	margin-left: -5px;
}

.wp-page-block-stars:before, 
.wp-page-block-stars>span:before {
	width: 150px;	
	display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: repeat-x;
    background-size: 30px;
    height: 30px;
    content: '';
	box-sizing: inherit;
}

.wp-page-block-stars:before {
	background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%2714%27%20height%3D%2714%27%20viewBox%3D%270%200%2014%2014%27%20fill%3D%27%23cecece%27%3E%3Cpath%20fill-rule%3D%27evenodd%27%20d%3D%27M4.52%2011.896c-.633.281-1.199-.179-1.033-.855l.548-2.224a.443.443%200%200%200-.104-.343l-1.622-1.51c-.49-.455-.313-1.152.34-1.318l2.163-.549a.774.774%200%200%200%20.384-.305l1.135-2.306c.299-.606%201.03-.618%201.335%200L8.8%204.792a.791.791%200%200%200%20.385.305l2.162.55c.647.163.835.857.34%201.318l-1.621%201.51a.474.474%200%200%200-.105.342l.548%202.224c.168.684-.402%201.136-1.033.855l-2.217-.985a.822.822%200%200%200-.522%200l-2.217.985z%27%2F%3E%3C%2Fsvg%3E);
}

.wp-page-block-stars>span {
    display: block;
    position: absolute;
    overflow: hidden;
	height: 30px;
}

.wp-page-block-stars>span:before {
	background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%2714%27%20height%3D%2714%27%20viewBox%3D%270%200%2014%2014%27%20fill%3D%27%23fed130%27%3E%3Cpath%20fill-rule%3D%27evenodd%27%20d%3D%27M4.52%2011.896c-.633.281-1.199-.179-1.033-.855l.548-2.224a.443.443%200%200%200-.104-.343l-1.622-1.51c-.49-.455-.313-1.152.34-1.318l2.163-.549a.774.774%200%200%200%20.384-.305l1.135-2.306c.299-.606%201.03-.618%201.335%200L8.8%204.792a.791.791%200%200%200%20.385.305l2.162.55c.647.163.835.857.34%201.318l-1.621%201.51a.474.474%200%200%200-.105.342l.548%202.224c.168.684-.402%201.136-1.033.855l-2.217-.985a.822.822%200%200%200-.522%200l-2.217.985z%27%2F%3E%3C%2Fsvg%3E);
}

.wp-page-reviews-wrapper {
	float: left;
    width: 100%;
}

.wp-page-review {
	background: #efefef;
    border-radius: 2px;
    float: left;
	margin-bottom: 20px;
	width:100%;
}

.wp-page-review-img {
	width: 83px;
    display: block;
    float: left;
    margin: 10px;
    padding: 7px;
    background: #fff;
    border-radius: 2px;
}

.wp-page-review-name {
	float: left;
    margin: 10px;
	width: calc(100% - 230px);
}

.wp-page-review-name a {
    color: #04428d;
}

.wp-page-review .stars{
	color: #fed130;
	float: right;
	margin: 10px 20px;
}

.wp-page-review-content {
	float: left;
    margin: 10px;
    font-style: italic;
    background: #f9f9f9;
    padding: 11px 20px;
    border-radius: 2px;
    color: #333;
    width: calc(100% - 134px);
}

/* Holiday warning 
.wsa-demobar {
    background: rgb(50, 121, 193) !important;
   color: #fff !important;
  border: none !important;;
  position: relative !important;
  text-align: center !important;
  height: auto !important;
  line-height: 31px !important;
  max-height: initial;
}
#header.topnav-active.sticky {
    margin-top: -31px;
}
@media (max-width: 767px) {
header .top {
    visibility: hidden;
    display: initial;
  height: 12px;
}
#header.topnav-active.sticky {
    margin-top: -93px;
}
}
*/

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { 
			
	.hidden-xs {
		display:initial;
	}
	
	th.hidden-xs,
	td.hidden-xs	{
		display:table-cell;
	}
	
	.hidden-sm {
		display:none;
	}
	
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 
	
	.header.sticky #search {
		display:initial;
	}
	
	.hidden-xs,
	.hidden-sm	{
		display:initial;
	}
	
	th.hidden-xs,
	td.hidden-xs,
	th.hidden-sm,
	td.hidden-sm	{
		display:table-cell;
	}
	
	#main {
		margin-top: 55px;
	}
	
	.gui-div-faq-questions .col-sm-3 .col-sm-12 {
		width: 50%;		
	}	
	
	.gui .wp-faq-links-block {
		width: 48%;
		float:left;
	}
	
	.product .product-title-box {
		margin-top: 5px;
	}
	
	.productpage .breadcrumbs {
		display:initial;
	}
	
	.product-details .combi .combi-item {
		line-height: 36px;
	}
	
	.product-details .combi i {
		font-size: 24px;
		padding-right: 15px;
	}
	
	.product-details .combi span, 
	.product-details .combi strong {
		font-size: 16px;
	}
	
	.productpage .product-content .title-box,
	.productpage .product-content h2,
	.productpage .product-content table {
		width: 72%;
	}
	
	
	.productpage .product-content table td,
	.productpage .product-content table th {
		font-size: 14px;
	}
	
	.gui.gui-checkout {
		margin-top: 15px; 
	}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	
	#main {
		margin-top: 80px;
	}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 

}
