/* Add here all your CSS customizations */
td {
	padding: 10px!important;
}
.main {
	padding: 0 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.nav-top {
	font-size: 18px;
}

.baskettk {
	display: inline-table;
	width: 100%;
	border-radius: 5px 5px 0px 0px;
	overflow: hidden;
}

.headerrow {
	display: table-row;
	width: 100%;
	height: 38px;
	line-height: 38px;
	background-color: #0088cc;
	color: #ffffff;
	font-weight: bold;
}

.oddrow {
	display: table-row;
	width: 100%;
	height: 38px;
	line-height: 38px;
	background-color: #E7EEF8;
	color: #0088cc;
}

.evenrow {
	display: table-row;
	width: 100%;
	height: 38px;
	line-height: 38px;
}

.productcell {
	display: table-cell;
	width: 49%;
	padding-left: 1%;
	vertical-align: top;
}

.basketaddress {
	position: absolute;
	width: auto;
	margin-left: 110px;
}

.productcell form, .discountcell form {
	display: inline-block;
	margin-top: 2px;
	margin-bottom: 2px;
}

.discountcell {
	display: table-cell;
	width: 49%;
	padding-left: 1%;
	vertical-align: top;
}

.discountcell input.code {
	width: 50px;
	margin: 0px 5px;
}

.discountcell input {
	line-height: 20px;
	height: 28px;
	color: #777;
}

.discountcell span {
	text-transform: uppercase;
}

.discountcell .message, .discountcell .errortext {
	color: red;
}

.deletecell {
	display: table-cell;
	width: 4%;
	text-align: center;
	vertical-align: top;
}

.quantitycell {
	display: table-cell;
	width: 15%;
	text-align: center;
	vertical-align: top;
}

.pricecell {
	display: table-cell;
	text-align: right;
	width: 15%;
	vertical-align: top;
}

.totalcell {
	display: table-cell;
	text-align: right;
	width: 14%;
	padding-right: 1%;
	vertical-align: top;
}

#footer .container .row > div {
	margin-top: 5px;
}

#footer .footer-copyright {
	padding: 10px 0;
}

.clear {
	clear: both;
}

.google-map {
	margin-top: 30px;
}

#footer .container .row .footer-ribbon {
	margin-top: -90px;
}

.mainform label {
	width: 120px;
}

.tp-caption {
	width: 400px;
	text-align: center;
}

body.sticky-menu-active #header.colored .logo {
	position: absolute;
	left: 10px;
	top: 40px;
	height: 76px;
}

.indexvidouterwrap {
	width: 580px;
	max-width: 100%;
	margin: 0 auto;
}

.indexvidwrap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0px;
}

.indexvidwrap iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.clientslides {
	vertical-align: middle!important;
}

.clientslides img {
	max-width: 195px!important;
	max-height: 80px!important;
	padding: 0 10px;
}

.owl-carousel.clients {
	text-align: center;
}

.owl-carousel.clients .owl-item {
	width: 210px;
	height: 80px;
	vertical-align: middle;
	text-align: center;
	display: inline-block;
}

.owl-carousel.clients .owl-item img {
	width: 195px;
	height: 70px;
	vertical-align: middle;
	margin: 0 auto;
}

.paymentlogo {
	height: 40px;
	padding-left: 15px;
}

.newsletter input[type="text"] {}

.newsletter input {
	color: #333;
}

.newsletter label {
	width: 80px;
	margin-bottom: 10px;
}

table p {
	margin: 0px;
	font-size: 13px;
}

.address {
	margin-left: 28px;
}

.starter {
	float: right;
	padding: 0;
	margin: 10px 20%;
	font-size: 18px;
}

@media screen and (max-width: 1222px) {
	.slider-container .tp-caption {
		opacity: 0;
		margin-left: 10%;
	}
	.slider-container .tp-caption.fade {
		margin-left: 50%!important;
	}
}

@media screen and (max-width: 825px) {
	.slider-container .tp-caption {
		opacity: 0;
		width: 300px;
	}
	.slider-container .tp-caption.fade {}
}

@media screen and (max-width: 550px) {
	.slider-container .tp-caption {
		opacity: 0;
		width: 220px;
	}
	.slider-container .tp-caption.fade {}
}

@media screen and (max-width: 432px) {
	.slider-container .tp-caption {
		opacity: 0;
		width: 220px;
		margin-left: 0px!important;
	}
	.slider-container .tp-caption.fade {
		margin-left: 40%!important;
	}
}

.acidjs-rating-stars, .acidjs-rating-stars label::before {
	display: inline-block;
}

.acidjs-rating-stars label:hover, .acidjs-rating-stars label:hover ~ label {
	color: #189800;
}

.acidjs-rating-stars * {
	margin: 0;
	padding: 0;
}

.acidjs-rating-stars input {
	display: none;
}

.acidjs-rating-stars {
	width: 100%;
	text-align: left;
	unicode-bidi: bidi-override;
	direction: rtl;
}

.acidjs-rating-stars label {
	color: #ccc;
}

.acidjs-rating-stars label::before {
	content: "\2605";
	width: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 30px;
	cursor: pointer;
}

.acidjs-rating-stars input:checked ~ label {
	color: #f5b301;
}

.acidjs-rating-disabled {
	opacity: .50;
	-webkit-pointer-events: none;
	-moz-pointer-events: none;
	pointer-events: none;
}
.home-welcome h1 {
	margin: 10px 0px 0px 0px;
}
.home-welcome p {
	font-size: 16px;
}
iframe{
	width: 100%;
	height: 100%;
}