@charset "UTF-8";
/* CSS Document */

body {
}
#tplwrapper {
	width: 100%;
	margin: 0 auto 0 auto;
	background: #fff;
	box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.21);
}
#tplwrapper ul {
	margin: 15px 0 10px 0;
	padding: 0;
	/* overflow: hidden; */
	/* list-style: none; */
}
#tplwrapper a {
	text-decoration: none;
	margin: 0;
	padding: 0;
	color: #1f79ad;
}
input[type=text] {
	margin: 0!important;
}
/*Utility*/
.clear {
	clear: both;
	height: 0px;
	background: none;
	border: none;
}
.important {
	font-weight: bold;
	color: #f44051;
}
.shadow {
	margin: 30px auto 0 auto;
	text-align: center;
	display: block;
	width: 100%;
	float: left;
}
.mar-bot {
	margin-bottom: 15px;
}
/**/
#tplwrapper a {
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
#tplwrapper a:hover {
	opacity: .5;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
#tplwrapper h1, h2, h3, h4, h5 {
	font-family: 'Monserrat', sans-serif;
}
#tplwrapper h3{ font-size:20px;}
#tplwrapper p, div, li, input {
	font-family: 'Roboto', sans-serif;
}
#tlpheader {
	height: auto;
	background: #ffffff;
	overflow: hidden;
	border-top: 6px solid #1f79ad;
}
#logo {
	margin: 16px 15px;
}
#topBanner {
	float: right;
	display: none;
}
#tplmenu {
	background: #000;
	overflow: hidden;
	padding: 0;
	font-weight: 300;
	clear: both;
	min-height: 56px;
}
#tplmenu #menu {
	padding: 2px;
	width: 100%;
	margin: auto;
}
#tplmenu #bannerTopMini {
	float: right;
}
#tplmenu #menu li {
	display: inline-block;
	color: #fff;
	font-size: 17px;
	font-weight: 300;
	text-transform: uppercase;
	padding: 0;
	margin: 15px 2%;
	width: 29%;
	text-align: center;
}
#tplmenu #menu li a {
	color: #fff;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
#tplmenu #menu li span, #tplmenu #menu li a span {
	color: #efce34;
}
/*MM*/
#tplmenu2{}
#tplmenu2 ul {
  list-style: none;
  padding: 0;
  margin: 0;
  background: #1f79ad;
  z-index: 100;
}

#tplmenu2 ul li {
  display: block;
  position: relative;
  float: left;
  background: #1f79ad;
  /* z-index: 100; */
}

#tplmenu2 li ul {display: none;}

#tplmenu2 ul li a {
  display: block;
  padding: 1em;
  text-decoration: none;
  white-space: nowrap;
  color: #fff;
}
#tplmenu2 ul li a:hover {background: #464646;}

#tplmenu2 li:hover > ul {
  display: block;
  position: absolute; 
}

#tplmenu2 li:hover li { float: none; }

#tplmenu2 li:hover a { background: #444444; }

#tplmenu2 li:hover li a:hover { background: #676767; }

.main-navigation li ul li { border-top: 0; }

#tplmenu2 ul ul ul {
  left: 100%;
  top: 0;
}

#tplmenu2 ul:before,
#tplmenu2 ul:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

#tplmenu2 ul:after { clear: both; }

/**/



#tplinfo {
	float: right;
	font-size: 14px;
	line-height: 18px;
	color: #797979;
	padding: 0 10px !important;
}
#tplcontent {
	height: auto;
}
#tpldecr {
	padding: 40px 24px;
	clear: both;
	overflow: hidden;
}
#tpldecr .c1 {
	width: 30%;
	padding: 1%;
	float: left;
}
#tpldecr .c2 {
	width: 65%;
	padding: 1%;
	float: left;
	border-left: 1px #c6c6c6 solid;
}

@media(max-width: 768px) {
#tpldecr .c1, #tpldecr .c2 {
	float: none;
}
}
.tpldecr_alert {
	padding: 2% 2%;
	border: 2px solid rgba(255,167,0,1.00);
}
#tpldecr p {
	font-size: 18px;
	line-height: 24px;
}
.pricebox {
	font-size: 22px;
	margin: 10px 2% 0 0;
	display: block;
	padding: 2%;
	float: left;
	width: 44%;
	background: #fff;
	box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.21);
	min-height: 105px;
}
.pricebox img {
	float: left;
	margin-right: 15px;
}
.pricebox .redtitle {
	font-size: 16px;
	line-height: 16px !important;
	color: #ff0a05;
}
.pricebox .boxdescr {
	font-size: 16px;
	line-height: 16px !important;
	color: #999;
}
.product_price_discount {
	color: #a8a6ad;
}

@media all and (max-width: 600px) {
.pricebox {
	float: none;
	width: 92%;
	margin: 15px 0;
	min-height: auto;
	padding: 4%;
}
}
.product_price {
	color: #224c98;
}
#listPaymentUL {
}
#listCourierUL {
	float: left;
}
#listPaymentUL li, #listCourierUL li {
	float: left;
	margin: 4px 8px;
}
#tplBrands {
	width: 100%;
	overflow: auto;
	padding: 10px
}
#listBrandsUL li {
	float: left;
	margin: 1% 1.7%;
}
.listPaymentInfo {
	padding: 10px 14px;
	background: #f4f6f6;
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.21);
}
#listCourierInfo {
	clear: both;
	padding: 10px 14px;
	background: #f4f6f6;
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.21);
}
.tplContentTitle {
	color: #224c98;
	padding: 0;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 16px;
}
#bigpicttd {
	vertical-align: top;
}
.bigpict {
	width: 580px;
}
#infotext {
	text-align: right;
	font-size: 12px;
	color: #999;
}
.brandsImg {
	margin: 4px 0;
}
#tplsxcol h2 {
	background: #59646a;
	padding: 6px 10px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	width: 127px;
	text-transform: uppercase;
	font-weight: 400;
	margin: 0;
}
#tplsxcol h2:nth-of-type(2) {
	display: none !important;
}
#menucat {
	overflow: hidden;
	margin: 0px 0 24px 0px!important;
	display: none;
}
#menucat li a {
	color: #797979;
}
#menucat .lev2 li {
	background: none;
	margin: 4px 0 4px 0px!important;
	font-weight: 800;
}
#menucat .lev3 {
	margin: 8px 0 8px 4px!important;
	font-weight: normal;
}
#menucat .lev3 li {
	font-weight: normal;
	padding-left: 10px;
}
#menucat li {
	overflow: hidden;
	color: #797979;
	text-decoration: none;
	font-weight: 300;
	font-size: 12px;
	line-height: 14px;
	margin: 0;
}
#tplcenter {
	margin: 0 2.5% 20px 2.5%;
	width: 95%;
}
#tpltitle {
	color: #000;
	padding: 20px 10px 20px 10px;
	font-weight: 600 !important;
	text-align: center;
}
#tplShortDescr {
	color: #797979;
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
	padding: 0 24px 20px 24px;
}
#tpldescr {
	margin: 10px 0 30px 0;
	font-weight: 300;
	padding: 0 24px;
}
#tpldescr h2 {
	color: #000;
	font-size: 24px;
	padding: 16px 0;
}
.leftIcon {
	float: left;
	margin: -6px 8px 0 0;
}
.infoBox1 {
	padding: 12px;
	border: 3px rgba(226, 226, 226, 1.00) solid;
}
.tplBoxHeader {
	background: #f44051;
	padding: 8px;
	clear: both;
}
.tplBoxHeader h2 {
	padding: 0 12px;
	margin: 0;
	color: #fff;
	line-height: 40px;
}
.tplBoxContainer {
	background: #fff;
	padding: 16px 20px;
	clear: both;
	margin: 0 0 20px 0;
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.21);
	overflow: hidden;
}
.tplBoxContainer a {
	color: #10963F;
}
#imgSped {
	float: left;
}
.tplBoxContainer .title {
	font-size: 28px;
	color: #f44051;
	margin: 0 0 10px 0;
	padding: 0;
}
.tplBoxContainer p {
	font-size: 14px;
	line-height: 20px;
}
.tplBoxContainer .box3col {
	width: 31%;
	padding: 0 1%;
	float: left;
	margin: 0 0 15px 0;
}
.tplBoxContainer .box3col h4 {
	font-size: 1.2em;
	font-weight: 400;
}
.tplBoxContainer .boxfull {
	width: 98%;
	padding: 0 1%;
	clear: both;
	margin: 30px 0;
	overflow: hidden;
}
.tplBoxContainer .boxfull .map {
	float: left;
	margin: 10px 15px 0 0;
}
.tplBoxContainer .boxfull .map:after {
	content: '';
	clear: both;
	display: block;
}

@media(max-width: 768px) {
.tplBoxContainer .box3col {
	float: none;
	width: 98%;
	border-bottom: 3px rgba(0, 0, 0, .1) solid;
}
.tplBoxContainer .boxfull {
	margin: 20px 0
}
.tplBoxContainer .boxfull .map {
	float: none;
}
}
/*TAB*/


#tabcontainer, #tabcontainer-b {
	margin: 0 2.5% 20px 2.5%;
	width: 95%;
}
#tabcontainer input, #tabcontainer-b input {
	height: 2.5em;
	display: none;
}
#tabcontainer label, #tabcontainer-b label {
	background: rgb(239, 239, 239);
	border-top: 1px solid #e4e7e6;
	border-left: 1px solid #e4e7e6;
	border-right: 1px solid #e4e7e6;
	color: #000;
	cursor: pointer;
	font-size: 1em;
	height: 2.5em;
	line-height: 2.5em;
	margin-right: .1em;
	margin-top: 2px;
	padding: 0 .6em;
	text-align: center;
	display: inline-block;
}
#tabcontainer input:hover + label, #tabcontainer-b input:hover + label {
	background: rgba(0, 0, 0, 0.26);
	color: #fff;
}
#tabcontainer input:checked + label, #tabcontainer-b input:checked + label {
	background: #1f79ad;
	color: #fff;
	position: relative;
	z-index: 6;
}
#tabcontent, #tabcontent-b {
	background: #fff;
	min-height: 20em;
	position: relative;
	width: 95%;
	border: 1px solid #e4e7e6;
	z-index: 5;
	padding: 10px 2.5%;
	font-size: .85em;
}
#tabcontent li, #tabcontent-b li{
	margin: 6px 0 15px 17px;
}
#tabcontent-1, #tabcontent-2, #tabcontent-3, #tabcontent-4, #tabcontent-5, #tabcontent-6, #tabcontent-1b, #tabcontent-2b, #tabcontent-3b, #tabcontent-4b, #tabcontent-5b, #tabcontent-6b {
	padding: 1em;
	z-index: -100;
	display: none;
}
#tabcontent img, #tabcontent-b img {
	max-width: 100%;
}
#tabcontainer input#tab-1:checked ~ #tabcontent #tabcontent-1, #tabcontainer input#tab-2:checked ~ #tabcontent #tabcontent-2, #tabcontainer input#tab-3:checked ~ #tabcontent #tabcontent-3, #tabcontainer input#tab-4:checked ~ #tabcontent #tabcontent-4, #tabcontainer input#tab-5:checked ~ #tabcontent #tabcontent-5, #tabcontainer input#tab-6:checked ~ #tabcontent #tabcontent-6 {
	z-index: 100;
	display: block;
}
#tabcontainer-b input#tab-1b:checked ~ #tabcontent-b #tabcontent-1b, #tabcontainer-b input#tab-2b:checked ~ #tabcontent-b #tabcontent-2b, #tabcontainer-b input#tab-3b:checked ~ #tabcontent-b #tabcontent-3b, #tabcontainer-b input#tab-4b:checked ~ #tabcontent-b #tabcontent-4b, #tabcontainer-b input#tab-5b:checked ~ #tabcontent-b #tabcontent-5b, #tabcontainer-b input#tab-6b:checked ~ #tabcontent-b #tabcontent-6b {
	z-index: 200;
	display: block;
}
#tabcontainer input.visible {
/*visibility: visible !important;
	display: block !important;*/
}
#tabcontainer-b input.visible {
/*visibility: visible !important;
	display: block !important;*/
}
/*G*/
#tplgallery {
	margin: 20px 0;
	clear: both;
	text-align: center;
	padding: 50px 0 30px 0;
}
#tplgallery img {
	max-width: 100%;
	border: 3px solid #e8e8e8;
}
.imgg {
	position: relative;
	width: 100%;
	margin: 2em auto auto;
	border: 1px solid #e4e7e6;
}
.imgg img {
	margin: 0 auto;
	max-width: 100%;
}
.imgsl {
	width: 100%;
	display: inline-block;
	padding-top: 680px;
	text-align: center;
}
.imgsl .imgd {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	transition: all .5s;
	text-align: center;
	transition: all .5s;
	z-index: 22;
	background: #fff;
	padding: 20px 0;
}
.imgsl .imgd img {
	max-width: 100%;
	max-height: 600px;
}
.imgsl input[name='sls'] {
	display: none
}
.imgsl label {
	margin-right: 11px;
	display: inline-block;
	cursor: pointer;
	transition: all .5s;
	opacity: 1;
	margin-bottom: 1em
}
.imgsl span {
	display: table;
	width: 80px;
	height: 80px;
	text-align: center;
	padding: 8px;
	background: #fff;
	margin: 0 5px 00px 5px;
}
.imgsl span:has(img[src*="Liquid"]) {
display:none
}
.imgsl label img {
	max-width: 100%;
	width: auto;
	padding: 1px;
	max-height: 78px
}
.imgsl img[src*="Liquid"] {
	display: none
}
.imgsl input[name='sls']:checked+label {
	opacity: 1
}
.imgsl input ~ .imgd {
	margin-bottom: 0
}
.imgsl input[name='sls'] ~ .imgd {
	opacity: 0;
	display: none
}
.imgsl input[name='sls']:checked + label + .imgd {
	opacity: 1;
	display: block;
	transform: scale(1)
}
.imgsl #id1 + label + .imgd {
	opacity: 1;
	display: block;
	transform: scale(1);
}

@media (max-width: 1210px) and (min-width: 1140px) {
.imgsl {
}
.imgsl .imgd, .imgsl .imgd img {
/* max-height: 475px */
}
}

@media(min-width:992px) and (max-width:1140px) {
.imgsl #id1 + label + .imgd:hover, .imgsl input[name='sls']:checked+label+ .imgd:hover {
}
}

@media (max-width: 992px) {
.imgsl {
}
.imgsl .imgd, .imgsl .imgd img {
/* max-height: 450px */
}
}

@media (max-width: 939px) {
.imgsl {
/* padding-top: 640px; */
}
.imgsl .imgd, .imgsl .imgd img {
/* max-height: 455px */
}
}

@media(max-width: 768px) {
.imgsl {
	padding-top: 420px
}
.imgsl .imgd, .imgsl .imgd img {
	max-height: 370px;
}
.imgsl label {
	margin-right: 14px
}
.imgsl span {
	width: 81px;
	height: 81px
}
.imgsl label img {
	max-height: 79px
}
}

@media(max-width: 767px) {
.imgsl {
	padding-top: 360px;
	width: 100%;
	position: relative
}
.imgsl .imgd, .imgsl .imgd img {
	max-height: 300px;
}
.imgsl label {
	margin-right: 12px
}
.imgsl span {
	width: 66px;
	height: 66px
}
.imgsl label img {
	max-height: 64px
}
}

@media(max-width:414px) {
.imgsl .imgd img {
	height: auto
}
}
.boxinfo {
	overflow: hidden;
}
.custom-info {
	width: 20%;
	float: left;
	padding: 2.5%;
	text-align: center;
	margin: 0 0 20px 0;
}
.custom-info img {
	max-width: 100%;
}
.custom-info p {
	margin: 0;
}

@media(max-width:600px) {
.custom-info {
	width: 45%;
	float: left;
}
}

@media(max-width:420px) {
.custom-info {
	width: 90%;
	float: none;
	padding: 0 2.5% 30px 2.5%;
	margin: 10px 2.5%;
	border-bottom: 1px #ececec solid;
}
}


#tplfoo {
	margin: 0;
	padding: 0px;
}
#tplfoo_top {
	background: #1f79ad;
	min-height: 58px;
	padding: 8px;
	clear: both;
	overflow: auto;
}
#tplfooLogo {
	padding: 0 5px;
	float: left;
}
#tplfoo_info {
	background: #1f79ad;
	border-top: 1px solid #1f79ad;
	padding: 10px 12px;
	color: #fff;
	font-weight: 200;
	overflow: hidden;
}
#tplfoo_info_text1 {
	float: left;
	line-height: 31px;
	padding: 0 5px;
}
#whatsapp_ico {
	float: left;
}
#tplfoo_block_text2 {
	color: #00ac91;
	margin: 0 10px;
	font-size: .9em;
	float: right;
}
#tplfoo_block_text2 span {
	color: #ffffff;
	margin: 0 10px;
}
#tplfoo_info_text2 {
	color: #14ca36;
	line-height: 31px;
	margin: 0px 5px;
	position: absolute;
}
#tplfooService {
	display: block;
	padding: 5px 20px;
	float: left;
	color: #fff;
	width: 28%;
}
.tplfooServicePlus {
	display: block;
	padding: 5px 20px;
	float: right;
	color: #fff;
}
#tplfooBannerMini {
	float: right;
}
#socialBlock {
	float: right;
	color: white;
}
#socialUL {
	list-style: none;
}
#socialUL li {
	display: inline-block;
	margin: 0 5px;
	/* float: left; */
}
#socialUL #socialText {
	width: auto;
	padding: 15px;
}
#socialUL #socialText span {
	color: #f44051;
}
.socialIco {
}
#tplfoo_bottom {
}
#tplfoo:after {
	content: 'Template by Haitex';
	display: block;
	float: right;
	padding: 8px 16px;
	color: rgba(136,136,136,1.00);
	font-size: 12px;
}

@media (max-width: 990px) {
#topBanner {
	width: 58%;
	height: auto;
}
}

@media (max-width: 768px) {
#logo {
	margin: 15px 50px;
}
#topBanner {
	width: 55%;
}
#tplmenu #menu {
	padding: 10px 0 16px 20px;
	width: 60%;
}
#listBrandsUL li {
	width: 45.5%;
}
#listBrandsUL li img {
	width: 100%;
}
}

@media (max-width: 767px) {
#tlpheader, #tplfoo_top {
	text-align: center;
}
#logo, #tplfooLogo, #tplfooBannerMini, #tplfoo_info_text1 {
	float: none;
	clear: both;
	/* width: 50%; */
	padding: 10px;
}
#tplmenu #menu {
	padding: 10px 0 16px 0px;
	width: 100%;
}
#topBanner {
	width: 100%;
}
#bannerTopMini {
	display: none;
}
#tpltitle {
	text-align: center;
}
#tpldecr p, .tplBoxContainer p {
	text-align: justify;
}
#listPaymentUL li, #listCourierUL li {
	margin: 4px 8px;
}
#listCourierUL li img {
	max-height: 50px !important;
	width: auto;
}
.listPaymentInfo {
	padding: 5px 14px;
	text-align: center;
}
#tplfoo {
	overflow: hidden;
}
#tplfoo_info {
	text-align: center;
}
#tplfooService {
	width: 88%;
}
.tplfooServicePlus {
	display: block;
	padding: 5px 2%;
	float: left;
	color: #fff;
	width: 46%;
}
#whatsapp_ico {
	float: none;
	position: absolute;
}
#tplfoo_block_text2 {
	display: block;
	margin: 0 0 6px 0;
	float: none;
	width: auto;
}
#tplfoo_info_text2 {
	position: relative;
	margin-left: 36px;
}
#socialBlock {
	width: 100%;
}
#socialBlock ul {
}
#socialBlock li {
	/* float: none; */
	position: relative;
}
}

@media (max-width: 600px) {
#tabcontainer label {
	width: 100%;
	padding: 0;
	margin: 0 0 5px 0;
}
#tplmenu {
	text-align: center;
}
#tplinfo {
	float: none;
}
#tpltitle {
	font-size: 1.4em;
}
#tplShortDescr {
	text-align: center
}

/*MM*/
#tplmenu2 ul li{float:none;border-bottom: 1px solid #cc167f;}
#tplmenu2 ul ul li{/* position: unset; */}
#tplmenu2 li:hover > ul{position:relative;}

}

@media (max-width: 420px) {
#logo {
	max-width: 80%;
	margin: 20px;
}
.pricebox {
	float: none;
	margin: 4% 0 0 0;
	width: 90%;
	padding: 5%;
}
#tplfooLogo {
	max-width: 80%;
}
#tplfooBannerMini {
	max-width: 80%;
}
#listBrandsUL li {
	width: 44%;
}
#listBrandsUL li img {
	width: 100%;
}
#imgSped {
	max-width: 100%;
	height: auto;
}
.tpldecr_alert {
	padding: 4%;
}
#tplmenu #menu li{
	width:100%;
}
}