/*
.homepage_categories {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  margin-bottom: 10px;
}

.homepage_categories a {
  flex-basis: calc(50% - 6px);
  font-size: 15px;
  font-weight: 600;
  height: 44px;
  margin-bottom: 12px;
  padding: 6px 12px 6px 6px;
  border: 1px solid #dadada;
  display: flex;
  align-items: center;
  color: #666;
}

.homepage_categories a:nth-child(odd) {
  margin-right: 12px;
}

.homepage_categories h4 {
  width: 100%;
  font-size: 26px;
  text-align: center;
}

.homepage_categories img {
  max-height: 30px;
}

.homepage_categories .imgSpan {
  width: 25%;
  margin-right: 6px;
}
*/

.homepage_categories a {
	line-height: 20px;
}
@media (min-width: 768px) {
  .container {
      width: 747px!important;
  }
}
@media (min-width: 992px) {
  .container {
      width: 972px!important;
  }
}
@media (min-width: 1200px) {
  .container {
      width: 1178px!important;
  }
}
@media (min-width: 1440px) {
  .container {
      width: 1418px!important;
  }
}

@media (min-width: 768px) {
  .site-msg.information .container {
    	width: auto!important;
  }
}
.homepage-group-title:first-child {
    margin-top: 66px;
    margin-bottom: 44px;
}
@media (min-width: 768px) {
	.top-navigation-bar .top-navigation-tools {
  	display: flex!important;
  }
}
.garance {
  text-align: center;
  background-color: #ff4f00;
  color: #fff;
  padding: 0px;
  margin-bottom: 5px;
  margin-right: -1px;
  margin-left: -1px;
  font-size: 14px;
}
.garance:after {
  content: "";
  background-image: url(/user/documents/upload/ikony/christmas-tree.png);
  width: 37px;
  height: 37px;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  top: -13px;
}
.p-image .garance {
  position: absolute;
  right: 0;
  top: 0;
  padding: 13px;
  border-radius: 10px;
  background-color: #ff4f00;
  z-index: 1;
  right: 21px;
}
@media (max-width: 767px) {
	.p-image .garance {
    padding: 5px 10px 5px 5px;
    right: 12px;
    font-size: 12px;
  }
}
.p-image .garance:after {
  width: 45px;
  height: 48px;
  top: -1px;
  right: -24px;
}
@media (max-width: 767px) {
  .p-image .garance:after {
    width: 36px;
    height: 36px;
    top: -4px;
    right: -18px;
  }
}
.products-block>div div.p > span.p-code:nth-child(4) {
	top: 25px;
}
.quantity-discounts__table {
	display: flex;
  flex-wrap: wrap;
}
.quantity-discounts__item {
  width: calc(33.333% - 10px);
  margin-left: 5px;
  margin-right: 5px;
  padding: 8px 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .quantity-discounts__item {
    width: calc(50% - 4px);
    margin-bottom: 4px;
    margin-left: 2px;
    margin-right: 2px;
  }
}
.quantity-discounts__title {
	font-size: 10px;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
	.quantity-discounts__title {
    font-size: 10px;
  }
}
.quantity-discounts__item:last-child {
	margin-bottom: 10px;
}
@media (max-width: 767px) {
  .quantity-discounts__item:last-child {
    margin-bottom: 4px;
  }
}
.quantity-discounts__price-wrapper {
  font-size: 14px;
}
@media (min-width: 992px) {
  .quantity-discounts__save {
      padding-top: 0px;
  }
}
.quantity-discounts {
	margin-bottom: 15px;
}
@media (max-width: 479px) {
	.quantity-discounts {
    padding: 5px 1px;
	}
}
@media (min-width: 992px) {
  .description-inner .extended-description {
    position: sticky;
    top: 80px;
  }
}
@media (min-width: 992px) {
  .p-image-wrapper {
    position: sticky;
    top: 10px;
    align-self: flex-start !important;
  }
}
.products-related-wrapper .products-block>div .p .p-bottom.no-buttons>div .p-tools {
    display: flex;
}
.products-related-wrapper .products-block>div .p .p-bottom.no-buttons>div .p-tools .quantity {
    display: none;
}
.dkLabCountdownWrapper {
		border-radius: 0;
  	background: #f7f7f7;
    color: #000!important;
    background-image: none!important;
  	padding: 10px !important;
}
@media (max-width: 479px) {
	.dkLabCountdownWrapper {
  	padding: 5px 1px!important;
	}
}
.dkLabCountdownTimer {
  	display: flex;
    justify-content: center;
  	margin: 0 5px !important;
}
@media (max-width: 479px) {
  .dkLabCountdownTimer {
      margin: 0 5px 0 0 !important;
  }
}
.dkLabCountdownTimer > span {
  	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
    font-weight: 700;
  	border: 1px solid rgb(255, 197, 0);
    margin-right: 15px !important;
    font-size: 14px;
  	background-color: #fff;
}
@media (max-width: 767px) {
  .dkLabCountdownTimer > span {
      margin-right: 8px !important;
  }
}
.dkLabCountdownTimer > span:last-child {
		margin-right: 0!important;
}
span.dkLabCountdownTimer > span > span {
  	line-height: 18px;
}
.dkLabCountdownPartValue {
		font-size: 18px;
}
.dkLabCountdownPartHours, .dkLabCountdownPartMinutes {
		position: relative;
}
.dkLabCountdownPartHours:after, .dkLabCountdownPartMinutes:after {
    content: ":";
    position: absolute;
    right: -12px;
    top: 12px;
    font-size: 20px;
}
@media (max-width: 767px) {
  .dkLabCountdownPartHours:after, .dkLabCountdownPartMinutes:after {
      right: -9px;
  }
}
.dkLabCountdownActionText {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 11px;
    text-align: left;
}
.product .dkLabCountdownTimer > span {
    padding: 3px 1px;
    margin-right: 5px !important;
}
.product .dkLabCountdownPartValue {
		font-size: 12px;
}
.product span.dkLabCountdownTimer > span > span {
    line-height: 10px;
    background-image: none !important;
    color: #000 !important;
  	padding: 2px !important;
}
.product .dkLabCountdownTimer {
    margin: 0!important;
}
.product .dkLabCountdownWrapper.dkLabCountdownModern span.dkLabCountdownPartText {
    font-size: 70%;
}
.product .dkLabCountdownActionText {
    font-size: 12px;
    line-height: 1;
    margin-bottom: 5px;
}
.product .dkLabCountdownPartHours:after,
.product .dkLabCountdownPartMinutes:after {
    right: -5px;
    top: 6px;
    font-size: 12px;
}
.product .dkLabCountdownWrapper {
    padding: 5px !important;
}
.product .dkLabCountdownTimer > span:last-child {
    margin-right: 0 !important;
}
.product .dkLabCountdownWrapper {
    background: rgba(247, 247, 247, 0.8);
}
.type-detail .vote-wrap .vote-content {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 24px;
}
.p-to-cart-block .price-save {
  	color: #000;
    font-size: 20px;
    display: inline-block;
    font-weight: 700;
  	border: 1px solid #cfcfcf;
    background-color: #fff;
    padding: 3px 10px;
    margin-bottom: 10px;
}
.products-block>div .p .p-bottom>div .prices .price-save {
		color: #000;
    font-size: 14px;
}
.in-kosik .cart-table .p-discount {
    display: table-cell;
}
@media (max-width: 991px) {
  .in-kosik .cart-table .p-discount {
      display: table-cell;
      width: 100%;
      order: 50;
  }
  .in-kosik .cart-table .p-discount .p-label {
    	display: inline-block;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .in-kosik .cart-table .p-total {
      padding-right: 50px;
  }
  .in-kosik  tr.removeable .remove-item {
    margin-right: -50px;
    width: 50px;
	}
}
.price-description {
  	color: #aaa;
    font-size: 16px;
    /*margin-left: 5px;*/
    margin-right: 5px;
  	white-space: normal;
}