/* footer */

#sp-bottom .sp-module {
	margin-bottom: 0px !important;
}

#sp-user1 {
	position: absolute;
	bottom: 3px;
}

#sp-user1 img {
	position: absolute;
	bottom: 0px;
	left: -200px;
	max-height: 341px;
}

@media screen and (max-width: 990px) {
	.footer-catch {
		font-size: 30px !important;
	}
}


/* Header */

#sp-main-body {
	padding: 150px 30px 30px 30px !important;
}

.itemid-101 #sp-main-body {
	padding: 118px 30px 0px 0px !important;
}

@media screen and (max-width: 990px) {
.itemid-101 #sp-main-body {
	padding: 108px 0px 0px 0px !important;
}
}

@media screen and (max-width: 767px) {
.itemid-101 #sp-main-body {
	padding: 135px 0px 0px 0px !important;
}
}

/*.itemid-101 #sp-main-body {
	padding: 119px 30px 0px 0px !important;
} */

#sp-left .sp-module, #sp-right .sp-module {
	margin-top: 0px !important;
	border: 0px solid #f3f3f3 !important;
	padding: 0px !important;
	border-radius: 0px !important;
}

/*
@media screen and (max-width: 767px) {
	#sp-main-body {
		padding-top: 50px !important;
	}
}*/
#sp-header {
	position: fixed;
}

@media screen and (min-width: 768px) {
	#sp-header {
		padding: 0 50px !important;
	}
}

#sp-header {
	padding: 0 10px; 
}

/* Title */

#sp-slideshow {
	position: fixed;
	top: 70px;
	z-index: 9 !important;
	width: 100% !important;
}

/* Menu */

.sp-megamenu-parent {
	float: none;
	text-align: center;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
	background: #0596CC;
}

.sp-dropdown.sp-dropdown-sub.sp-menu-right .sp-dropdown-inner {
	background: #0B83B1;
}

.sp-dropdown-items {
	text-align: left;
}

.sp-menu-badge.sp-menu-badge-right {
	display: block !important;
	position: fixed;
	right: 60px;
	top: 2px;
}

.under-construction .sp-menu-badge.sp-menu-badge-right {
	display: none !important;
	opacity: 0;
}

.under-construction:hover .sp-menu-badge.sp-menu-badge-right {
	display: block !important;
	opacity: 1;
}

.sp-megamenu-parent > li > span, .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
	font-size: 20px !important;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
	padding: 10px 10px 10px 10px;
}

.sp-dropdown.sp-dropdown-sub.sp-menu-right {
	padding-left: 10px;
	margin-top: -10px;
}

/* about us page */

.right-tab .sppb-addon-title {
	background: #253B7D;
	border-radius: 20px 0px 0px 20px;
	padding: 8px 0 !important;
}

#column-id-1584607782954 {
	position: absolute;
}

#column-wrap-id-1584617452852 {
	margin-top: -50px;
}


@media screen and (max-width: 1700px) {
#sppb-addon-wrapper-1584619249826 {
	max-height: 255px;
}
}


@media screen and (min-width: 1701px) and (max-width: 1920px) {
#sppb-addon-wrapper-1584619249826 {
	max-height: 400px;
}
}

/* background */
.body-wrapper {
	background: url(/images/background.png);
}

/* eshop */

.ajax-block-product {
	margin-bottom: 30px;
}

.ajax-block-product .eshop-product-desc {
	display: none;
}

.itemid-391 .ajax-block-product .eshop-info-block p {
	display: unset !important;
}

.itemid-391 .ajax-block-product:hover .eshop-info-block p {
	display: unset !important;
}

.ajax-block-product .eshop-info-block h5 {
	min-height: 40px;
}

.itemid-391 .ajax-block-product .eshop-info-block h5 {
	min-height: 100% !important;
}

.list .ajax-block-product.spanbox {
	padding: 0 0 0px !important; 
}

.sortPagiBar.row-fluid.clearfix {
	display: none;
}

#productTabs {
	margin-top: 30px !important;
	margin-bottom: 0px !important;
}

.input-append.input-prepend {
	display: block ruby;
}

.quote-info .eshop-quantity {
	display: block;
}

.ask-a-question, .email-a-friend {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: .25rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.ask-a-question {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}

.ask-a-question:hover {
	color: #fff;
	background-color: #138496;
	border-color: #117a8b;
}

.btn-info {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #49afcd;
	*background-color: #2f96b4;
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#2f96b4));
	background-image: -webkit-linear-gradient(top,#5bc0de,#2f96b4);
	background-image: -o-linear-gradient(top,#5bc0de,#2f96b4);
	background-image: linear-gradient(to bottom,#5bc0de,#2f96b4);
	background-image: -moz-linear-gradient(top,#5bc0de,#2f96b4);
	background-repeat: repeat-x;
	border-color: #2f96b4 #2f96b4 #1f6377;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff5bc0de',endColorstr='#ff2f96b4',GradientType=0);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.email-a-friend {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
}

.email-a-friend:hover {
	color: #fff;
	background-color: #218838;
	border-color: #1e7e34;
}

.text-left {
	margin-left: 0px !important;
}

.add_to {
	margin-bottom: 30px;
}

.cart-info .eshop-quantity, .quote-info .eshop-quantity {
	display: block !important;
}

.eshop_product {
	margin-bottom: 30px !important;
	text-align: center;
}

.eshop_product img {
	margin: auto !important;
}

.eshop_product .product_title {
	font-size: 18px;
	min-height: 60px !important;
	display: block;
}

.eshop_product .price {
	font-size: 24px;
	color: red;
	margin-bottom: 10px !important;
	display: inline-block;
}

.shrt-desc p {
	margin-bottom: 5px !important;
}


.ask-a-question {
	display: none !important;
}

.view-product .eshop-quantity {
	display: inline-flex !important;
	display: -webkit-inline-box !important;
}

.view-product .quote-info .eshop-quantity {
	display: block !important;
}

.view-product .form-group .col-md-9 {
	width: 100% !important;
	max-width: 100% !important;
}

.view-quote #eshop-main-container .row {
	width: 100%;
}

.view-quote #eshop-main-container #adminForm .form-control-label {
	width: 25%;
	font-size: 16pt !important;
}

@media screen and (min-width: 991px) {
.view-quote #eshop-main-container #quote-form-area {
	width: 50%  !important;
}
	.table-responsive {
	display: table !important;
	width: 100%;
}
}


@media screen and (max-width: 990px) {
.view-quote #eshop-main-container #quote-form-area {
	width: 100% !important;
}
}

@media screen and (min-width: 768px ) and (max-width: 990px) {
	.table-responsive thead, .table-responsive tbody, .table-responsive th, .table-responsive td, .table-responsive tr {
	display: revert !important;
}
}

.btn:hover {
	background-position: 0 !important;
}

/* chronoforms */
@media screen and (max-width: 767px) {
	#fin-name, #fin-company, #fin-phone, #fin-email,
	#fin-website, #fin-otherps, #fin-message, #fin-city, #fin-province, #fin-country {
		width: 100%;
	}
}

@media screen and (min-width: 768px) {
	#fin-name, #fin-company, #fin-phone, #fin-email,
	#fin-website, #fin-otherps, #fin-message, #fin-city, #fin-province, #fin-country {
		width: 100%;
	}
}

.gbs3 .f {
	width: 100% !important;
}

#name, #company, #phone, #email, #website, #otherps, #message, #telephone, #city, #province, #country {
	width: 100% !important;
	border-radius: 25px;
}

.gbs3 .form-horizontal .control-label {
	text-align: right;
	margin-bottom: 0;
	padding-top: 7px;
	color: #0080B9;
}

.gbs3 .form-control {
	border: 1px solid #0080B9 !important;
}

.control-label.gcore-label-left.required_label {
	max-width: 100% !important;
	width: 100% !important;
}

/* other */
@media screen and (max-width: 767px) {
#coming-soon-countdown .coming-soon-number {
	font-size: 30px !important;
}

#coming-soon-countdown .coming-soon-string {
	font-size: 24px !important;
}

#coming-soon-countdown .coming-soon-seconds {
	display: none !important;
}
#coming-soon-countdown .coming-soon-days, #coming-soon-countdown .coming-soon-hours, #coming-soon-countdown .coming-soon-minutes {
	width: 33% !important;
}
}

.body-innerwrapper {
	overflow: hidden;
}

.product-options h2 {
	display: none;
}

#productTabs {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

.vid-lnk.sppb-text-left {
	filter: grayscale(0);
	transition: all 0.5s;
}

.vid-lnk.sppb-text-left:hover {
	filter: grayscale(1);
	transition: all 0.5s;
}

.top-bdrr {
	border-top: 3px solid #0081B5;
	border-right: 1px solid #0081B5;
}

.top-bdrl {
	border-top: 3px solid #0081B5;
	border-left: 1px solid #0081B5;
}

/* Product blocks */
.ctw .sppb-addon-title {
	font-weight: 600 !important;
}

.product-block:hover {
	background: #0081B5 !important;
	transition: all 0.33s !important;
}

.product-block:hover .ctw {
	color: #fff !important;
	transition: all 0.33s !important;
}

.product-block .ctw a  {
	color: #0081B5 !important;
}

.product-block:hover .ctw a  {
	color: #fff !important;
}

.product-block:hover img {
	filter: brightness(0) invert(100%);
}

.top-left {
	border-radius: 20px 0 0 0;
}

.top-right {
	border-radius: 0 20px 0 0;
}

.bottom-left {
	border-radius: 0 0 0 20px;
}

.bottom-right {
	border-radius: 0 0 20px 0;
}

.top-bdrr, .top-bdrl, .top-bdrl.red {
	font-weight: 600;
}


.top-bdrr:hover {
	background: #7BD2F6 !important;
	color: #fff !important;
}

.top-bdrl:hover {
	background: #E9B823 !important;
	color: #fff !important;
}

.top-bdrr a, .top-bdrl a {
		color: #0081B5 !important;
}

.top-bdrr:hover a, .top-bdrl:hover a {
		color: #fff !important;
}

.top-bdrl.red:hover {
	background: #B11F23 !important;
	color: #fff !important;
}

@media screen and (max-width: 767px) {
	.product-block {
		border-width: 2px 4px 2px 4px !important;
	}
	
	.top-left {
		border-radius: 20px 20px 0 0 !important;
		border-width: 4px 4px 2px 4px !important;
	}

	.top-right {
		border-radius: 0px !important;
	}

	.bottom-left {
		border-radius: 0px !important;
	}

	.bottom-right {
		border-radius: 0 0 20px 20px !important;
		border-width: 2px 4px 4px 4px !important;
	}
	

}



.product-block {
	transition: all 0.33s !important;
}

.rounded {
	border-radius: 0 500px 500px 0 !important;
}

@media screen and (max-width: 990px) {
	.rounded {
		border-radius: 0 0px 0px 0 !important;
	}
}

/* eshop quote / cart page */

.eshop-quantity {
	display: inherit !important;
	margin-bottom: 10px !important;
}

.alert-success {
	position: absolute !important;
	right: 100% !important;
	width: 200% !important;
	font-size: 16px !important;
	bottom: 0 !important;
}
	
/* Checkout Page */
#checkout-options, #payment-address, #shipping-address, #shipping-method, #payment-method, #confirm   {
	width: 100% !important;
}

.checkout-content {
	width: 100% !important;
	padding: 10px 20px;
}

.form-group.form-row {
	margin-top: 20px;
	padding: 0 10px;
}

#textarea {
	width: 100% !important;
}

#payment-new input {
	border-radius: 255px !important;
}

#zone_id {
	border-radius: 255px;
}

/* Basic Bathroom */

.soap-wht {
	opacity: 1;
	transition: all 0.25s !important;
}

.soap-wht:hover {
	opacity: 0;
	transition: all 0.25s !important;
}

.compact-wht {
	opacity: 1;
	transition: all 0.25s !important;
}

.compact-wht:hover {
	opacity: 0;
	transition: all 0.25s !important;
}

.jtr-wht {
	opacity: 1;
	transition: all 0.25s !important;
}

.jtr-wht:hover {
	opacity: 0;
	transition: all 0.25s !important;
}

.eshop-product-desc ~ p {
	font-size: 16px !important;
}

/* mINI cART */

.eshop-mini-cart-info {
	font-size: 16px !important;
}

@media screen and (min-width: 991px) {
	#eshop-cart .eshop-content {
	width: 100% !important;
	max-width: 500px;
}
	
	.eshop-mini-cart-info .eshop-quantity {
	text-align: right;
	line-height: 44px;
}
	
}

.mini-cart-total {
	font-size: 16px !important;
}

.checkout {
	font-size: 16px;
	font-weight: bold;
}

.checkout-heading {
	font-size: 16px;
}

label, input, button, select, textarea {
	font-size: 16px;
}

.eshop-product-price {
	font-size: 0px;
}

/* eshop */

.eshop-pre-nav a::before {
	content: "←";
}

.eshop-pre-nav a {
	color: #888 !important;
}

.eshop-pre-nav a:hover {
	color: #0567ac !important;
}

.eshop-next-nav a::after {
	content: "→";
}

.eshop-next-nav a {
	color: #888 !important;
}

.eshop-next-nav a:hover {
	color: #0567ac !important;
}

/* eshop cart */

@media screen and (max-width: 767px) {
#coming-soon-countdown .coming-soon-number {
	font-size: 30px !important;
}

#coming-soon-countdown .coming-soon-string {
	font-size: 24px !important;
}

#coming-soon-countdown .coming-soon-seconds {
	display: none !important;
}
#coming-soon-countdown .coming-soon-days, #coming-soon-countdown .coming-soon-hours, #coming-soon-countdown .coming-soon-minutes {
	width: 33% !important;
}
}

.body-innerwrapper {
	overflow: hidden;
}

.product-options h2 {
	display: none;
}

#productTabs {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
	width: 100%;
}
.row:before, .row:after {display: none !important;}

.eshop-base-price {
	display: none !important;
}

.sp-module-content-top.clearfix {
	position: fixed;
	background: #fff;
        padding: 20px 10px 10px 15px;
	z-index: 999;
	top: 119px;
	left: 0;
}

@media screen and (max-width: 767px) {
.sp-module-content-top.clearfix {
	position: relative !important;
	background: transparent;
	padding: 0px 0px 0px 0px;
	z-index: 8;
	top: 92px;
}
	
	.eshop-quantity {
	margin-left: auto;
	margin-right: auto;
}
}

.view-product.itemid-391 .sp-module-content-top.clearfix {
display: none !important;}

.sortPagiBar.row.clearfix {
	margin-top: 20px;
}

.view-category.itemid-391 #eshop-main-container h1 {
	display: none;
}

#checkout-options {
	display: none !important;
}

#payment-address .radio {
	display: none !important;
}

/* shopping cart */

.eshop-items::before {
	content: url(/images/icons/cart.png);
	float: left;
	margin-right: 15px;
}

.eshop-items h4 {
	font-size: 22px !important;
	line-height: 36px;
}

#payment-address .no_margin_left, #shipping-address .no_margin_left, #shipping-method .no_margin_left, 
#payment-method .no_margin_left {
	float: left !important;
}

#buttons {
	float: right;
}

#update-cart {
	color: #fff !important;
}

@media screen and (max-width: 767px) {
	#eshop-cart {
	top: -90px !important;
}
}

/* Rsforms */
.rsform-input-box {
	outline: none;
	box-shadow: none !important;
	border-radius: 100px;
	border: 1px solid #7BD2F6;
}


.rsform-text-box {
	outline: none;
	box-shadow: none !important;
	border-radius: 20px;
	border: 1px solid #7BD2F6;
}





