/*--------- MAIN PAGE ---------*/

/*------ overwrite global CSS ------*/

#all {
	padding-top: 0;
}
ul.tree > li:first-child {
	padding-top: 3px;
}

/*------ columns ------*/

.main-column {
	width: 300px;
	height: auto;
	margin-top: 20px;
	margin-right: 25px;
	float: left;
	background-color: #fff;
}
.column-left {
	margin-top: 10px;
}
.column-right {
	margin-right: 0;
	float: right;
}

/*------ modules ------*/

.main-column .main-module:first-child {
	margin-top: 0;
}
.main-module {
	width: 100%;
	float: left;
	margin-top: 35px;
	background-color: #fff;
}
.main-module h3 {
	width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    font-size: 13px;
    font-weight: bold;
    line-height: 18px;
    color: #333333;
    text-transform: uppercase;
    border-bottom: 1px solid #eaeffa;
}
.main-module h3 a {
	color: #404040;
	text-decoration: none;
}
.main-module a.lnk-more {
	display: inline-block;
	float: right;
	position: relative;
	margin: 6px 0 2px 0;
	padding-right: 9px;
	font-size: 10px;
	font-weight: normal;
	line-height: 18px;
	color: #2487c4;
	background: url(../../_gfx/global/icons/icon_btn_more_blue.svg) right center no-repeat;
}
.main-module a.check-btn {
	display: block;
	width: 62px;
	height: 17px;
	padding-left: 7px;
	border: solid 1px #eaeffa;
	background: #fcfdff url(/_gfx/global/icons/icon_btn_more_grey.svg) 59px 5px no-repeat;
	font-size: 11px;
	font-weight: normal;
	line-height: 17px;
	color: #808080;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
}

/* more btn */
.main-module .more {
	clear: both;
	margin-top: 2px;
}
.main-module .more a {
	padding-right: 10px;
	color: #2487c4;
	font-size: 10px;
	font-weight: normal;
	line-height: 18px;
	text-decoration: none;
	background: url(/_gfx/global/icons/icon_btn_more_blue.svg) right 4px no-repeat;
}
.main-module .more a:hover {
	color: #1386c4;
	text-decoration: underline;
}

/*------ category tree module ------*/

.main-module.category_menu {
	padding-right: 4px;
	min-height: 20px;
}

/*------ shop promo tiles module ------*/

.main-module.module-shop-promo-tiles {
	margin-top: 6px;
}
.main-module.module-shop-promo-tiles .shop-promo-tile {
	position: relative;
	width: 300px;
	height: 83px;
	margin: 8px 0;
	overflow: hidden;
	background-color: #fafbfc;
	font-family: 'Open Sans', sans-serif;
}
.main-module.module-shop-promo-tiles .shop-promo-tile._first {}
.main-module.module-shop-promo-tiles .shop-promo-tile._last {
	margin-bottom: 0;
}
.main-module.module-shop-promo-tiles .shop-promo-tile a.tile-link-cover {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	background-color: transparent;
	color: transparent;
}
.main-module.module-shop-promo-tiles .shop-promo-tile a.tile-link-cover span {
	display: block;
	width: 289px;
	height: 100%;
	margin-left: 11px;
	overflow: hidden;
	position: relative;
}
/* .tile-link-cover special hover */
	.main-module.module-shop-promo-tiles .shop-promo-tile a.tile-link-cover span:after {
		background: #fff;
	    content: "";
	    height: 180px;
	    left: -100px;
	    opacity: .6;
	    position: absolute;
	    top: -50px;
	    transform: rotate(35deg);
	    transition: all 0ms cubic-bezier(0.19, 1, 0.22, 1);
	    width: 60px;
	    z-index: 100;
	}
	.main-module.module-shop-promo-tiles .shop-promo-tile a.tile-link-cover:hover span:after {
		left: 120%;
	    transition: all 1100ms cubic-bezier(0.19, 1, 0.22, 1);
	}
.main-module.module-shop-promo-tiles .shop-promo-tile .tile-color-bar {
	width: 11px;
	height: 100%;
	float: left;
}
.main-module.module-shop-promo-tiles .shop-promo-tile .tile-content {
	width: 289px;
	height: 100%;
	float: left;
	overflow: hidden;
	position: relative;
}
.main-module.module-shop-promo-tiles .shop-promo-tile .tile-content .tile-header {
	margin: 12px 0 0 15px;
	font-size: 16px;
	font-weight: 600;
	line-height: 22px;
	text-align: left;
	color: #404040;
	text-transform: uppercase;
}
.main-module.module-shop-promo-tiles .shop-promo-tile .tile-content .tile-text {
	margin: 3px 0 0 15px;
	font-size: 12px;
	font-weight: normal;
	line-height: 17px;
	color: #404040;
	text-align: left;
}
.main-module.module-shop-promo-tiles .shop-promo-tile .tile-content a.tile-btn {
	position: absolute;
	bottom: 5px;
	right: 4px;
}

/*------ products ranks module ------*/

.main-module.module-product-ranks {
	margin-top: 0;
}
.main-module.module-product-ranks._promo-tile-connector {
	width: 300px;
	height: 14px;
}
.main-module.module-product-ranks._promo-tile-connector div {
	height: 100%;
	float: left;
}
.main-module.module-product-ranks._promo-tile-connector div._left {
	width: 11px;
	background: #e10000;
}
.main-module.module-product-ranks._promo-tile-connector div._right {
	width: 289px;
	background: transparent;
}
.main-module.module-product-ranks h3 a {
	display: block;
	width: 100%;
	height: 100%;
}
.main-module.module-product-ranks a.link_blue_dark {
	top: 0;
}
.main-module.module-product-ranks .row_bestseller {
	position: relative;
	width: 298px;
	height: 36px;
	min-height: 36px;
	margin: 14px 0 0;
	padding: 0;
	border: solid 1px #fafafa;
	float: left;
	/* overflow: hidden; */ /* cannot use it here! */
}
.main-module.module-product-ranks .row_bestseller._first {
	margin-top: 0;
}
.main-module.module-product-ranks .row_bestseller._last {
	margin-bottom: 0;
}
.main-module.module-product-ranks .row_bestseller .img {
	width: 36px;
	height: 36px;
	display: inline-block;
	margin-left: 16px;
	margin-right: 20px;
	position: relative;
	float: left;
	background-color: #fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.main-module.module-product-ranks .row_bestseller .rank {
	background: url("/_gfx/global/icons/icon_prod_rank_grey.svg") no-repeat left top transparent;
	width: 11px;
	height: 19px;
	position: absolute;
	top: -1px;
	left: -1px;
}
.main-module.module-product-ranks .row_bestseller .rank span {
	display: block;
	width: 11px;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	line-height: 12px;
	text-align: center;
	letter-spacing: -1px;
}
.main-module.module-product-ranks .row_bestseller .rank span._left {
	text-align: left;
}
.main-module.module-product-ranks .row_bestseller .rank.rank_red {
	background: url("/_gfx/global/icons/icon_prod_rank_red.svg") no-repeat left top transparent;
}
.main-module.module-product-ranks .row_bestseller .img a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.main-module.module-product-ranks .row_bestseller .right {
	width: 226px;
	padding: 5px 0 5px;
	float: left;
	display: inline-block;
	text-align: left;
}
.main-module.module-product-ranks .row_bestseller .right .title {
	height: 13px;
	overflow: hidden;
	margin-bottom: 1px;
	clear: both;
	color: #696969;
	font-size: 10px;
	font-weight: bold;
	line-height: 13px;
	text-align: left;
}
.main-module.module-product-ranks .row_bestseller .right .title a {
	color: #696969;
	text-decoration: none;
}
.main-module.module-product-ranks .row_bestseller .right .title a.link_blue_dark {
	float: none;
}
.main-module.module-product-ranks .row_bestseller .right .price {
	color: #e10000;
	font-size: 10px;
	font-weight: bold;
}
.main-module.module-product-ranks .row_bestseller .right .print-cost {
    color: #656565;
    font-size: 10px;
    font-weight: normal;
    line-height: 13px;
}
.main-module.module-product-ranks .row_bestseller .right .print-cost span {
	font-weight: bold;
}
.main-module.module-product-ranks .row_bestseller .right .price span.currency {
	color: #656565;
	font-size: 11px;
	font-weight: normal;
}

/*------ category products module ------*/

.main-module.module-category {
	width: 100%;
	padding: 0;
	margin-top: 23px;
}
.main-module.module-category div.bestsellers {
	width: 111px;
	height: 18px;
	position: relative;
    float: right;
	color: #404040;
    font-size: 10px;
    letter-spacing: 0.51px;
    line-height: 18px;
    background-color: #fff;
    overflow: hidden;
}
.main-module.module-category .bestsellers div.content {
	width: 100%;
	height: 100%;
	position: relative;
}
.main-module.module-category .bestsellers div:before {
	background: #eaeffa;
	content: "";
	width: 120px;
	height: 80px;
	position: absolute;
	top: -26px;
	left: 12px;
	transform: rotate(30deg);
	z-index: 1;
}
.main-module.module-category .bestsellers div:after {
	content: "BESTSELLERY";
	position: absolute;
	top: 0;
	left: 25px;
	width: auto;
	height: 18px;
	z-index: 2;
	color: #404040;
	letter-spacing: 0.51px;
	text-align: right;
    line-height: 18px;
}
.main-module.module-category a.lnk-more {
	margin: 2px 0 0;
}

/* table.category-products */
.main-module.module-category table.category-products {
	width: 100%;
	float: left;
	border: 0 none;
	border-spacing: 0;
	border-collapse: collapse;
}
.main-module.module-category table.category-products tr td.category-product {
	width: 50%;
	margin: 0;
	padding: 10px 10px 0;
	border: 0;
}

/* table.category-product-table */
.main-module.module-category table.category-product-table {
	width: 130px;
	height: 200px;
	/* float: left; */
	border: 0 none;
	border-spacing: 0;
	border-collapse: collapse;
	border: 1px solid #eaeffa;
	margin: 0;
	padding: 0;
}
.main-module.module-category table.category-product-table._recommendation {
	border-top: 1px solid #efd672;
	border-right: 1px solid #efd672;
}
.main-module.module-category table.category-product-table tr td {
	width: 110px;
	border: 0;
	margin: 0;
	padding: 10px;
	vertical-align: middle;
	text-align: center;
	font-size: 11px;
	font-weight: normal;
	color: #2487c4;
}
.main-module.module-category table.category-product-table tr td.product-image {
	width: 100px;
	height: 100px;
	min-height: 100px;
	max-height: 100px;
	padding: 10px;
	position: relative;
}
.main-module.module-category table.category-product-table tr td.product-image a {
	display: block;
}
.main-module.module-category table.category-product-table tr td.product-image div {
	min-width: 100px;
	max-height: 100px;
	overflow: hidden;
}
.main-module.module-category table.category-product-table tr td.product-image div.quality-recommendation-corner-icon {
	width: 49px;
	height: 40px;
	min-width: 49px;
	max-height: 40px;
	position: absolute;
	top: -1px;
	left: -1px;
	background: transparent url(/_gfx/global/icons/icon_quality_recommendation.svg) left top no-repeat;
}
.main-module.module-category table.category-product-table tr td.product-name {
	height: 26px;
	min-height: 26px;
	max-height: 26px;
	padding: 4px 10px;
}
.main-module.module-category table.category-product-table tr td.product-name div {
	min-height: 26px;
	max-height: 26px;
	overflow: hidden;
}
.main-module.module-category table.category-product-table tr td.product-name a {
	font-size: 11px;
	font-weight: bold;
	line-height: 12px;
	color: #1386c4;
}
.main-module.module-category table.category-product-table tr td.product-price {
	width: 100%;
	height: 18px;
	padding: 0;
	background: none;
	line-height: 18px;
}
.main-module.module-category table.category-product-table tr td.product-price span {
	display: inline-block;
}
.main-module.module-category table.category-product-table tr td.product-price .price {
	font-size: 13px;
	font-weight: bold;
	color: #e12000;
}
.main-module.module-category table.category-product-table tr td.product-price .cena_decimal {
	font-size: 13px;
	font-weight: bold;
	color: #ce0000;
}
.main-module.module-category table.category-product-table tr td.product-price .currency {
	margin-left: -1px;
	font-size: 11px;
	font-weight: normal;
	color: #151515;
}
.main-module.module-category table.category-product-table tr td.recommendation {
	position: relative;
	height: 17px;
	min-height: 17px;
	max-height: 17px;
	padding: 4px 0 0;
	text-align: right;
}
.main-module.module-category table.category-product-table tr td.recommendation .quality-recommendation {
	position: absolute;
	bottom: -1px;
	right: -1px;
	width: 102px;
	height: 18px;
	margin: 0;
	font-size: 10px;
	line-height: 18px;
	text-align: left;
	background-color: #efd672;
	color: #fff;
}
.main-module.module-category table.category-product-table tr td.recommendation .quality-recommendation .tooltipInfo.q-recommendation-icon {
	width: 12px;
	height: 100%;
	margin: auto 4px;
	float: left;
	background: transparent url(/_gfx/global/icons/icon_tooltip_quality_recommendation.svg) left center no-repeat;
}

/*------ contact module ------*/

.main-module.cd_kontakt {
	padding: 11px 0;
	background-color: #fafbfc;
}
.main-module.cd_kontakt .cd_kontakt_inner {
	margin-top: 6px;
	margin-left: 32px;
	margin-right: 15px;
	display: inline-block;
}
.main-module.cd_kontakt .cd_kontakt_inner .row {
	display: block;
	width: 121px;
	margin-top: 9px;
	float: right;
}
.main-module.cd_kontakt .cd_kontakt_inner .row:first-child {
	width: 120px;
	margin-top: 3px;
	padding-right: 11px;
	padding-bottom: 13px;
	border-right: 1px solid #cccccc;
	float: left;
}
.main-module.cd_kontakt .name div {
	width: 100px;
	padding-left: 22px;
	margin: 0 auto;
	font-size: 19px;
	font-weight: bold;
	line-height: 31px;
	color: #404040;
	background: transparent url('../../_gfx/global/icons/icon_mobile_phone.svg') left center no-repeat;
}
.main-module.cd_kontakt .cd_kontakt_inner .row .name.chat {
	width: 100px;
}
.main-module.cd_kontakt .cd_kontakt_inner .row .value {
	display: block;
	width: 120px;
	float: left;
	clear: right;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	color: #2c2c2c;
}
.main-module.cd_kontakt .cd_kontakt_inner .row .value:nth-child(3) {
    letter-spacing: 0.5px;
}
.main-module.cd_kontakt .cd_kontakt_inner .row .value.infoline {
	padding-top: 4px;
	font-size: 18px;
	font-weight: 700;
	color: #00aeef;
}
.main-module.cd_kontakt .cd_kontakt_inner .row .value.infoline a {
	color: #00aeef;
}
.main-module.cd_kontakt .cd_kontakt_inner .row .value.phone {
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.38px;
	color: #696969;
}
.main-module.cd_kontakt .cd_kontakt_inner .row .value.phone a {
	color: #696969;
}
.main-module.cd_kontakt .cd_kontakt_inner .row .value.phone._tight {
	letter-spacing: 0.15px;
}
.main-module.cd_kontakt .cd_kontakt_inner .row .value.infoline,
.main-module.cd_kontakt .cd_kontakt_inner .row .value.phone {
	line-height: 27px;
}
.main-module.cd_kontakt .cd_kontakt_inner .row .value.info {
	margin-top: 0;
	margin-left: 19px;
	font-size: 12px;
	font-weight: normal;
	line-height: 19px;
	color: #696969;
}
.main-module.cd_kontakt .cd_kontakt_inner .row .value.info strong {
	color: #00aeef;
}
.main-module.cd_kontakt div.tip {
	margin-top: 8px;
	text-align: center;
	font-size: 10px;
	font-weight: normal;
	line-height: 10px;
	color: #404040;
}
.main-module.cd_kontakt .cd_kontakt_inner .row .value.mail a.link_blue_dark {
	text-align: left;
	float: left;
	top: 0;
	position: relative;
}
.main-module.cd_kontakt .cd_kontakt_inner .row .value.chat {
	width: 138px;
	height: 30px;
}

/*------ CallPage button ------*/

.main-module.callpage-btn {
	position: relative;
	width: 100%;
	height: 67px;
	margin-top: 8px;
	background: #fafbfc;
}
.main-module.callpage-btn div.label {
	margin-top: 17px;
	margin-left: 69px;
	font-size: 13px;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 12px;
	color: #404040;
}
.main-module.callpage-btn div.label._strong {
	margin-top: 6px;
	font-size: 15px;
	font-weight: bold;
	line-height: 13px;
}
.main-module.callpage-btn .callpage-icon {
	position: absolute;
	top: 10px;
	left: 11px;
	width: 46px;
	height: 46px;
	background: transparent url(/_gfx/global/icons/icon_btn_callpage.svg) center center no-repeat;
}
.main-module.callpage-btn a.order-call-btn {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	background-color: transparent;
	color: transparent;
}
.main-module.callpage-btn a.order-call-btn span {
	display: block;
	width: 241px;
	height: 100%;
	margin-left: 59px;
	overflow: hidden;
	position: relative;
}
/* .callpage-btn special hover */
	.main-module.callpage-btn a.order-call-btn span:after {
		background: #fff;
	    content: "";
	    height: 140px;
	    left: -100px;
	    opacity: .6;
	    position: absolute;
	    top: -35px;
	    transform: rotate(35deg);
	    transition: all 0ms cubic-bezier(0.19, 1, 0.22, 1);
	    width: 60px;
	    z-index: 100;
	}
	.main-module.callpage-btn a.order-call-btn:hover span:after {
		left: 120%;
	    transition: all 1100ms cubic-bezier(0.19, 1, 0.22, 1);
	}

/*------ users rating button ------*/

.main-module.users-rating-btn {
	position: relative;
	width: 100%;
	height: 96px;
	margin-top: 8px;
	background: #fafbfc;
	text-align: center;
}
.main-module.users-rating-btn div.label {
	margin-top: 11px;
	font-size: 19px;
	font-weight: normal;
	line-height: 31px;
	color: #404040;
}
.main-module.users-rating-btn .logos {
	margin: 8px 12px 14px 20px;
}
.main-module.users-rating-btn .logos .opineo-logo {
	width: 102px;
	height: 32px;
	float: left;
	background: transparent url(/_gfx/global/logos/logo_opineo.svg) center center no-repeat;
}
.main-module.users-rating-btn .logos .ceneo-logo {
	width: 67px;
	height: 32px;
	margin-left: 15px;
	float: left;
	background: transparent url(/_gfx/global/logos/logo_ceneo.svg) center center no-repeat;
}
.main-module.users-rating-btn .logos a.check-btn {
	margin-top: 9px;
	float: right;
}
.main-module.users-rating-btn a.check-rating-btn {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	background-color: transparent;
	color: transparent;
}
.main-module.users-rating-btn a.check-rating-btn span {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
/* .users-rating-btn special hover */
	.main-module.users-rating-btn a.check-rating-btn span:after {
		background: #fff;
	    content: "";
	    height: 180px;
	    left: -100px;
	    opacity: .6;
	    position: absolute;
	    top: -50px;
	    transform: rotate(35deg);
	    transition: all 0ms cubic-bezier(0.19, 1, 0.22, 1);
	    width: 60px;
	    z-index: 100;
	}
	.main-module.users-rating-btn a.check-rating-btn:hover span:after {
		left: 120%;
	    transition: all 1100ms cubic-bezier(0.19, 1, 0.22, 1);
	}
	
/*------ promotions module & news module (common) ------*/

.main-module.module-promotions .promotion-tile,
.main-module.module-news .news-tile {
	width: 100%;
	padding-bottom: 14px;
	float: left;
	position: relative;
}
.main-module.module-promotions .promotion-tile._last,
.main-module.module-news .news-tile._last {
	padding-bottom: 0;
}
.main-module.module-promotions .promotion-tile:first-child,
.main-module.module-news .news-tile:first-child {
	padding-top: 0;
}
.main-module.module-promotions a.lnk-more,
.main-module.module-news a.lnk-more {
	margin-top: 2px;
}
.main-module.module-promotions .promotion-tile .title,
.main-module.module-news .news-tile .title {
	margin-top: 0;
	margin-bottom: 1px;
	clear: both;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	text-align: left;
	color: #404040;
}
.main-module.module-promotions .promotion-tile .title a,
.main-module.module-news .news-tile .title a {
	color: #404040;
	text-decoration: none;
}
.main-module.module-promotions .promotion-tile .text,
.main-module.module-news .news-tile .text {
	font-size: 10px;
	font-weight: normal;
	line-height: 13px;
	color: #696969;
}

/*------ promotions module ------*/

.main-module.module-promotions {
	margin-top: 21px;
}
.main-module.module-promotions h3 {
    margin-bottom: 10px;
    border: 0;
}
.main-module.module-promotions .promotion-tile .title {
	width: 250px;
}
.main-module.module-promotions .promotion-tile .text {
	width: 258px;
}
.main-module.module-promotions .promotion-tile .icon {
	width: 42px;
	height: 40px;
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
}
.main-module.module-promotions .promotion-tile .icon a {
	width: 42px;
	height: 40px;
}
.main-module.module-promotions .promotion-tile .icon img {
	width: 48px;
	position: relative;
	top: -8px;
	left: 0;
}

/*------ news module ------*/

.main-module.module-news {
	margin-top: 8px;
}
.main-module.module-news h3 {
    margin-bottom: 10px;
    margin-top: 0;
    border: 0;
}
.main-module.module-news .separator-line-solid {
	margin: 0 0 10px;
	float: left;
}
.main-module.module-news .news-tile {
	padding-bottom: 11px;
}
.main-module.module-news .news-tile .title {
	margin-bottom: 4px;
	line-height: 19px;
}
.main-module.module-news .news-tile .text {
	font-size: 11px;
	line-height: 15px;
	color: #404040;
}

/*--------- END MAIN PAGE ---------*/
