/*******************************************
***          YT Framework: css          ***
*******************************************/
body {
	font-size:13px;
}
/*Шрифт в карточке товара*/
.productdetails .productdetail-content .tab-product-detail .yt-tabs .tab-content .product-description p {
   	font-size:13px; 
}

#yt_spotlight6 div.logo-footer {
	height:65px;
}

#yt_spotlight6 div.block-payment a:before {
	font-size:34px;
}

#yt_spotlight6 ul.menu li {
	text-transform:none;
}

/*Настраиваем стиль верхнего меню*/
div.my-top-menu {
  margin: 0;
  padding-top: 7px;
  overflow: hidden;
  max-height: 36px;
}
div.my-top-menu  a{
	color:#444;
}
div.my-top-menu  a:hover{
	color:#999;
}

/*Меняем стиль кнопок в социальном модуле*/
[class*=jltab1-], [class*=jltab2-], [class*=jltab3-], [class*=jltab4-], [class*=jltab5-] {
background:#FFFFFF !important;
border-style:solid;
border-width:thin;
border-color:#E5E5E5;
}
div[class*=csstabs] input:checked + * *:first-child {
	background:#F0F0F0 !important;
}
/*Меняем ширину табов*/
[class*=jltab1-] {
		width:55px !important;
}
[class*=jltab2-] {
		width:55px !important;
}
[class*=jltab3-] {
		width:55px !important;
}
.jlgroupprocustom {
	padding-left:10px;
}
/*Убираем выбор категории в поиске*/
.sp-vmsearch-categorybox {
	display:none;
}
/*Убираем описание картинки в похожих товарах*/
.vm-img-desc {
	display:none;
}

/* Стиль базовой цены в карточке товара*/
.price-crossed div.PricebasePriceWithTax .PricebasePriceWithTax {
	color: #999;
	font-size:11pt;
}

.PricebasePriceWithTax.vm-display.vm-price-value {
  margin-bottom: 2px !important;
}

/*Стиль базовой цены лидеры продаж*/
.sj-vm-ajax-tabs .item-wrap .item-price {
	color: #999 !important;
	font-size:10pt;
}

.sj-vm-ajax-tabs .item-wrap .item-price.PricebasePriceWithTax.vm-display.vm-price-value {
	text-decoration:line-through !important;
}

/*Стиль  левого меню статьи*/
.module.sjflatmenu {
	border:0px solid #ddd;
}

.module.sjflatmenu .modcontent .accordion-menu li {
	border-bottom:#ddd 1px dotted;
	
}
/*Стиль  всплывающего окна корзины*/
#facebox .popup .content.my-groovy-style div h4,
#facebox .popup #fancybox-content div h4,
#facebox #fancybox-outer .content.my-groovy-style div h4,
#facebox #fancybox-outer #fancybox-content div h4,
#fancybox-wrap .popup .content.my-groovy-style div h4,
#fancybox-wrap .popup #fancybox-content div h4,
#fancybox-wrap #fancybox-outer .content.my-groovy-style div h4,
#fancybox-wrap #fancybox-outer #fancybox-content div h4 {
font-weight:normal
}
/*Стиль содержимого slideshow*/ 
.module.slideshow .yt-content-slider .yt-content-slide .item-content .item-content-inner {
  position: absolute;
  top: 44%;
  right: 350px;
  width: 100%;
  text-align: center;
  padding: 0 50px;
}
/*Стиль кнопки в slideshow*/ 
.btnslider {
	background: #4bae4f;
  border: 0 none;
  border-radius: 0 !important;
  color: #fff;
  display: inline-block;
  font-size: 200%;
  padding: 8px 20px;
  text-shadow: none;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  vertical-align: top;
}


.btnslider:hover {
  background: #444444;
  color: #fff;
}
/*Стили текста в slideshow*/ 
.item-white a{
	font-size:42px;
	color:#fff;
}
.item-cyan a{
	font-size:42px;
	color:#009688;
}
/*Убираем промежуток между slideshow и static banners*/ 
.yt-content-slider .owl-controls {
	margin-top:0px !important;
}
/*Стиль стрелок в слайдере*/
.yt-content-slider.arrow-default .owl-nav [class*='owl-'] {
  background: rgba(0,0,0,0.6);
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 13px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.yt-content-slider.arrow-default .owl-nav [class*='owl-']:hover {
  background-color: #4bae4f;
}
.yt-content-slider.arrow-default .owl-nav .owl-prev {
	left:0px !important;
}
.yt-content-slider.arrow-default .owl-nav .owl-next {
	right:0px !important;
}
.yt-content-slider.arrow-default .owl-nav [class*='owl-'] {
	border-radius:0px !important;
}
/*Уменьшаем размер шрифта в меню*/
#meganavigator li.level1 > .item-link {
	text-transform:none;
	font-weight:normal;
	font-size:12px;	
}

#meganavigator .mega-content ul.subnavi li .item-link, #meganavigator .mega-content .menu li .item-link {
	padding: 4px 10px;
	text-transform:none;
	font-size:11px;
}

.cathead .yt-heading-style-dotted-line-light .yt-heading-inner {
	position: relative;
	display: inline-block;
	line-height: normal;
	padding: 5px 10px;
}


/*Отступ под кнопкой регистрации*/
.button,
button,
.btReverse { 
    margin-bottom:20px;
}

/*Параметры таблицы Tint*/
.tint td {
    padding:5px;
}

/*Параметры таблицы Plus*/
.plus td {
    padding:5px;
}


#fancybox-content div a.continue_link {
    bottom:-25px !important;
}

#fancybox-content div a.showcart.floatright {
    bottom:-25px !important;
}

/* Medium devices Desktops  
// ------------------*/
@media (min-width: 980px) and (max-width: 1199px) {
	
}

/* Small devices Tablets	
// ------------------*/
@media (min-width: 768px) and (max-width: 979px) {
	
}

/* Extra small devices Phones
// ------------------*/
@media (max-width: 767px){
	
}

/*
playback timings (ms):
  captures_list: 0.797
  exclusion.robots: 0.039
  exclusion.robots.policy: 0.024
  esindex: 0.013
  cdx.remote: 146.723
  LoadShardBlock: 946.822 (3)
  PetaboxLoader3.resolve: 785.188 (4)
  PetaboxLoader3.datanode: 497.292 (5)
  load_resource: 443.381
  loaddict: 196.621
*/