/* Product page
--------------- */
.product-block {
    clear:both;
}
.product {
  background: #fff;
  border-radius: 10px;
  margin-top: 35px;
  padding: 35px;
  box-shadow: 0px 0px 25px rgba(184, 184, 184, 0.25);
  xxxxx-margin-bottom: 40px;
  xxxxx-overflow: hidden;
  position: relative;
  /**customs**/
  box-shadow: none;
  border: 1px solid #eaeaea;
}
.product {
    border: none;
    padding: 0;
    padding-top: 25px;
}
.product::after {
  xxxx-content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 110px;
  background: #fffef9;
  background: #fdfdfd;
}
.product-name {
  /*font-size: 30px;*/
  margin-bottom: 15px;
  text-transform: uppercase;
}
.product-head {
  font-size: 15px;
}
.product-article {
  x--font-size: 15px;
  display: inline-block;
  vertical-align: middle;
  min-width: 150px;
  margin-right: 35px;
  line-height: 1;
}

.product-rating,
.product-rating > * {
  line-height: 13px;
  x--font-size: 16px;
  margin-right: 2px;
  display: inline-block;
  vertical-align: middle;
  x-line-height: 1;
}
.product-rating svg {
  margin-left: -3px;
}
.product-rating a {
    margin-left: 10px;
    font-size: 13px;
}



/*
 * Product Gallery
 --------------------*/
.product-gallery {
  float: left;
  width: 520px;
  padding-right: 35px;
  box-sizing: border-box;
  margin-top: -10px;
}
.product-gallery .image {
    position: relative;
}
.product-gallery .image-block {
  height: 400px;
}
.product-gallery .image-block .image-bar {
  display: block;
  bottom: -30px;
}
.product-gallery .image-block > img {
  max-width: 90%;
  max-height: 90%;
}
.product-gallery .image-block .photo-array {
  height: 440px;
  z-index: 1;
}


/*
 * Slick product gallery
 ---------------------------*/
.preview-block {
  position: absolute;
  opacity: 0;
  left: 0;
  right: 0;
  top: 45%;
  background: #ffffff;
  line-height: normal;
  display: inline;
  padding: 5px;
  width: 130px;
  margin: 0 auto;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  font-size: 12px;
  font-weight: 600;
  border: 1px solid transparent;
}
 

.product-slider-core .slick-list,
.product-slider-core .slick-track,
.product-slider-nav .slick-list,
.product-slider-nav .slick-track {
  height: 100% !important;
  padding: 0;
  margin: 0;
}
.product-slider-core .slick-list::before,
.product-slider-core .slick-list::after,
.product-slider-nav .slick-list::before,
.product-slider-nav .slick-list::after {
    display:none;
}
.product-slider-core {
  position: relative;
  height: 420px;
  overflow: hidden;
}
.product-slider-link {
  position: relative;
  width: 100%;
  height: 100%;
  display: inline-block;
}
.product-slider-core img {
  max-width: 85%;
  max-height: 85%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.product-slider-nav {
  height: 68px;
  clear: both;
  position: relative;
  margin: 0 32px 0 30px;
  padding: 15px 0;
}
.product-slider-nav:not(.slick-initialized) {
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
}
.product-slider-nav:not(.slick-initialized) > div {
  margin: -5px -4px 0 0px;
  max-width: 85px;
}

.product-slider-nav .product-slider-link .s-nav-wr {
  position: relative;
  height: 91px;
  box-sizing: border-box;
  padding: 7px 7px 15px 7px;
}
.product-slider-nav .product-slider-link .s-nav-wr div {
  border: 1px solid #eaeaea;
  overflow: hidden;
  border-radius: 5px;
  cursor: pointer;
}
.product-slider-nav .product-slider-link .s-nav-wr div {
  height: 100%;
  position: relative;
}
.product-slider-nav .product-slider-link img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0px;
  margin: auto;
  max-width: 80%;
  max-height: 80%;
}
.product-slider-nav .product-slider-link {
  max-width: 88px;
}
.product-slider-nav .slick-list {
  height: auto !important;
  top: -5px;
}
.product-slider-nav .product-slider-link.slick-current .s-nav-wr > div {
  box-shadow: 0px 4px 10px rgba(121, 121, 121, 0.2);
  zzborder: none;
}


/*
 * Product Common
 */
.product-info {
  float: right;
  width: 100%;
  margin-left: -520px;
  padding-left: 520px;
  box-sizing: border-box;
}
.product-summary {
    float:right;
    width:50%;
    font-size: 13px;
    margin-bottom: 40px;
}
.product-summary > div {
    padding-left: 20px;
}
a.product-description-link {
    display: block;
    line-height: 30px;
    border: 1px solid #CCC;
    text-align: center;
    color: #777;
    font-size: 13px;
}
a.product-description-link:hover {
    border-color:#FF8B00;
    color:#FF8B00;
}



/* SKU's list
------------- */
ul.skus {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
    display: none;
}
ul.skus li {
    margin-bottom: 15px;
}
ul.skus li:last-child {
    margin-bottom:0;
}
ul.skus li .price {
    font-weight:600;
    font-size: 14px;
}



/* Services
----------- */
.services {
    margin-bottom:20px;
}
.services > div {
    margin-bottom: 15px;
}
.services > div:last-child {
    margin-bottom:0;
}
.services select {
    margin-top: 5px;
    height: 30px;
    line-height: 30px;
    width: auto;
    max-width: 100%;
    display: block;
}



/* Options
----------- */
.options {
    display: none;
    margin-bottom: 25px;
}
.options .option-name {
    margin-bottom: 15px;
    font-size: 13px;
    font-weight: 600;
}
.options .option-name i {
    margin-right: 5px;
    color: #FF8B00;
    font-size: 7px;
    position: relative;
    top: -1px;
}
.options .option-name span {
    text-transform:lowercase;
}
.options .inline-select {
    margin-bottom: 20px;
}
.options .inline-select.color {
    margin-bottom:15px;
}
.options .inline-select.color a {
    margin-bottom:15px;
    border:none !important;
}
.options .inline-select a {
    border: 1px solid #ECECEC;
    border-radius: 2px;
    margin: 0 8px 10px 0;
    display: inline-block;
    padding: 6px 10px;
    background: #F5F5F5;
    text-decoration: none;
    font-weight: 600;
    position: relative;
    min-width: 22px;
    text-align: center;
    font-size: 13px;
    color: #999;
}
.options .inline-select a.selected {
    border: 1px solid #FF8B00;
    color: #000;
}
.options .inline-select a:hover {
    background-color: #ECECEC;
}
.options .inline-select a .color_name {
    display: none;
    position: absolute;
    bottom: -10px;
    left: 50%;
    font-size: 0.6em;
    color: rgba(0,0,0,0.7);
    margin-left: -40px;
    width: 80px;
}
.options .inline-select a .color_checkmark {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    margin: auto;
    right: 0;
    bottom: 0;
    padding: 6px 10px;
    color: #CCC;
}
.options .inline-select a.selected .color_name { display: block; }
.options .inline-select a.selected .color_checkmark { display: block; }




/*
 * Product Cart
 ----------------*/
.product-cart {
  margin-top: 35px;
  margin-bottom: 15px;
}
.product-cart h4 {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 30px;
}
.product-cart .stocks,
.product-cart .services,
.product-cart ul.skus {
    margin-bottom: 5px;
}
.product-cart .stocks svg {
  margin-right: 5px;
}

.product-cart .stock,
.product-cart .stock > span,
.product-cart .stock > span svg,
.product-cart .stock > span > span {
  display: inline-block;
  vertical-align: middle;
}
.product-cart .stock > span {
    margin-bottom: 10px;
    font-size: 13px;
}
.product-cart .stock {
  margin-bottom: 10px;
  margin-right: 35px;
}
.stock-br {
  display: block;
  padding-bottom: 8px;
}

.product-cart .services,
.stocks span {
    font-size: 15px;
}
.product-services.services {
    margin-bottom: 35px;
}
.stocks + .product-prices {
    padding-top: 5px;
}
.product-cart .costs > * {
  display: inline-block;
  vertical-align: middle;
}
.product-cart .price {
    font-size: 36px;
    margin-right: 25px;
}
.product-cart .compare-at-price {
    font-size: 16px;
}

.auth-price-block {
    display: flex;
    flex-direction: column;
    margin-top: 4px;
}
.auth-price-text {
    color: #fff;
    background-color: #00B819;
    padding: 2px 6px 2px 6px;
    font-size: 24px;
    font-weight: 500;
}
.auth-price-price {
    font-size: 24px;
}

/*
 * Product Price Block
 ----------------------*/
.product-price {
    margin-bottom: 30px;
}
.product-price .product-price-block {
    font-size: 0;
    margin-bottom: 10px;
}
.product-price .product-price-block > span {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
}
.product-price .product-price-block > span:nth-child(1) {
    font-size: 12px;
    color: #999;
    width: 100%;
    margin-right: -100%;
}
.product-price .product-price-block > span:nth-child(2) {
    font-size: 28px;
    text-align: right;
    font-weight: 600;
    font-family: 'Intro';
    width: 100%;
}
.product-price .product-price-block > span:nth-child(2) > span {
    margin-left:-5px;
}
.product-price .product-price-block > span.compare-at-price:nth-child(2) {
    font-size: 22px;
}
.product-price .product-price-block.__hide {
    display:none !important;
}
.product-price .product-price-block + .product-price-block .__current {
    display:none;
}
.product-price .product-price-block.__hide + .product-price-block .__current {
    display:inline;
}
.product-price .product-price-block + .product-price-block .__new {
    display:inline;
}
.product-price .product-price-block.__hide + .product-price-block .__new {
    display:none;
}

/* Purchase Block
----------------- */
.product-qty,
.product-submit,
.product-ctrl,
.product-cart .costs {
  display: inline-block;
  vertical-align: middle;
  margin-right: 35px;
}
.product-buttons {
  padding-top: 40px;
  margin-bottom: 20px;
}
.product-submit .button:before,
.product-submit .button:after,
.product-submit .icon24.loading {
    display:none !important;
}

.product-submit .button > * {
  display: inline-block;
  vertical-align: middle;
}
.product-submit .button svg {
  filter: invert(0.5) sepia(0) hue-rotate(0deg) saturate(1) brightness(10);
}
.product-submit .button.added2cart i {
    font-size: 24px;
    vertical-align: middle;
    margin-right: 8px;
}
.product-ctrl a.product-ctrl-action {
  padding: 15px 10px;
  display: inline-block;
}



/* Product Tabs
--------------- */
.product-tabs {
  padding-top: 50px;
}
.product-tabs {
  padding-top: 65px;
}
.product-tab-links {
  border-bottom: 1px solid #e7e7e7;
  margin: 0px -33px;
  padding: 0 55px 0 515px;
}


/*
.product-tab-links {
  zborder-bottom: 1px solid #e7e7e7;
  margin: 0px -33px;
  padding: 0px 55px 0 336px;
}
.product-tab-links {
  zborder-bottom: 1px solid #e7e7e7;
  margin: 0px -33px;
  padding: 0px 55px 0 378px;
}
.product-tab-links {
  zborder-bottom: 1px solid #e7e7e7;
  padding: 0px 55px 0 300px;
  margin: 0 0 0 2px;
}
.product-tab-links a {
  margin-right: 4.2%;
}
.product-tab-links a {
  display: inline-block;
  text-align: center;
  line-height: 45px;
  padding: 0 15px;
  border-bottom: 3px solid transparent;
  margin-right: 15px;
  margin-bottom: -15px;
  background: #f7f7f7;
  border-radius: 5px;
  transition: all 0.2s;
}
.product-tab-links a.active {
  position: relative;
  color: #000;
  color: #F8634B !important;
}
*/
.product-tab-links a {
  display: inline-block;
  text-align: center;
  line-height: 45px;
  padding: 0 10px;
  border-bottom: 3px solid transparent;
  margin-right: 15px;
  margin-bottom: -3px;
  transition: all 0.2s;
  font-size: 15px;
}
.product-tab-links a {
  display: inline-block;
  text-align: center;
  line-height: 45px;
  padding: 0 0px;
  border-bottom: 3px solid transparent;
  margin-right: 45px;
  margin-bottom: -3px;
  transition: all 0.2s;
  font-size: 15px;
}

.product-tab-links a.active {
  position: relative;
  color: #000;
  border-bottom: 3px solid #ff5500;
  color: #F8634B !important;
}

.product-tab-links a:last-child {
    border-right:0;
}
.product-tab-links a:hover {
    x-background:#EFEFEF;
}

.tab-content::after {
  content: '';
  display: block;
  clear: both;
}
.product-tab-contents {
  padding: 35px 0 15px;
  font-weight: 300;
  line-height: 24px;
  font-size: 16px;
}
.product-tab-contents img {
    max-width:100%;
}

.product-description {
  xxxx-max-width: 71%;
}
.product-description strong {
  font-weight: 600;
}
.product-tab-text {
    padding-left: 25px;
    margin-bottom: 35px;
}





/*
 * Features Table
 -------------------*/
table.product-features {
  width: 100%;
  table-layout: fixed;
  margin-left: -5px;
  margin-bottom: 0;
}
table.product-features tr.divider {
  font-weight: 600;
}
table.product-features td {
  padding: 0px 0px 20px 5px;
  border: none;
}
table.product-features tr:not(.divider) .name {
  overflow: hidden;
  xxxxxwidth: 100%;
}
table.product-features tr:not(.divider) .name span {
  display: inline-block;
  position: relative;
  padding-right: 5px;
}
table.product-features tr:not(.divider) .name span::after {
  content: '';
  position: absolute;
  left: 100%;
  right: -999em;
  border-bottom: 2px dotted #c0c0c0;
  bottom: 6px;
}
table.product-features .value {
  font-weight: 500;
}






/*
 * SHARE PLUGIN
 *
 */
.product-ctrl {
    position: relative;
}
.product-ctrl a.active.share:before,
.product-ctrl a.active.share:after {
    display:none;
}
.ya-share2 {
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s;
  position: absolute;
  left: 100%;
  white-space: nowrap;
  top: 50%;
  padding: 22px 5px 20px 20px;
  border-radius: 5px;
  box-shadow: 0px 0px 25px rgba(184, 184, 184, 0.32);
  margin-left: 0;
  margin-top: -32px;
  background: #fff;
}
.ya-share2::before {
  content: 'Поделиться...';
  display: block;
  margin-bottom: 15px;
  opacity: 0.85;
}

.ya-share2::after {
    height: 0;
    border-width: 8px 8px 6px 8px;
    border-color: transparent #FFF transparent transparent;
    border-style: solid;
    content: '';
    position: absolute;
    top: 23px;
    left: 0;
    margin-left: -16px;
    z-index: 1;
}
.product-ctrl a.active.share ~ .ya-share2 {
    opacity: 1;
    visibility: visible;
    margin-left: 15px;
}
.ya-share2 .ya-share2__item {
  margin: 0 15px 0 0 !important;
}
.ya-share2 .ya-share2__link .ya-share2__badge {
    border: 1px solid #FF644A;
    border-radius: 5px;
}
.ya-share2 .ya-share2__icon {
  height: 30px !important;
  width: 30px !important;
  background-size: 28px 28px !important;
  filter: invert(0.5) sepia(1) hue-rotate(335deg) saturate(10) brightness(1);
  background-position: 50% 50%;
  padding: 2px;
}
.ya-share2 .ya-share2__link .ya-share2__badge:hover {
  background: #6F6F6F !important;
  border-color: #6F6F6F;
}
.ya-share2 .ya-share2__link .ya-share2__icon:hover  {
  filter: invert(0.5) sepia(1) hue-rotate(0deg) saturate(0) brightness(10);
}



@media screen and (max-width: 1420px) {
    .ya-share2 {
      top: unset;
      bottom: 100%;
      margin-bottom: 0;
      left: unset;
      right: 0;
    }
    .ya-share2::after {
        border-width: 8px 6px 0 6px;
        border-color: #FFF transparent transparent transparent;
        top: 100%;
        left: unset;
        right: 20px;
    }
    .product-ctrl a.active.share ~ .ya-share2 {
      opacity: 1;
      visibility: visible;
      margin-bottom: 15px;
    }
}
@media screen and (max-width: 1168px) {
    .product-gallery {
        width: 420px;
    }
    .product-info {
      margin-left: -420px;
      padding-left: 420px;
    }
    .product-slider-core {
      height: 340px;
    }
    .product-slider-nav {
      width: 252px;
      margin: 0 auto;
    }
}
@media screen and (max-width: 970px) {
    .product-slider-core {
      height: 240px;
      margin-bottom: 35px !important;
    }
    .product-slider-core.product-slider__indent {
        margin-bottom: 60px !important;
    }
    .product-slider-core.product-slider__indent.slick-initialized {
        overflow: visible;
    }
    .product-slider-core .slick-dots {
        bottom: -35px;
    }
    .product-gallery,
    .product-info {
        float: unset;
    }
    .product-info {
        margin: 0;
        padding: 0;
    }
    
    .product-gallery {
      width: auto;
      padding: 0;
      xxxmax-width: 320px;
    }
    .product-head {
      font-size: 14px;
    }
    .product-cart .compare-at-price {
      x-display: block;
    }
    .product-buttons {
        padding-top: 0;
    }
    .product-qty {
      margin-left: -10px;
    }
    .product-cart .costs,
    .product-qty,
    .product-rating {
        margin-bottom: 15px;
    }
    .product-rating {
      font-size: 18px;
    }
    .product-submit .button {
      width: 160px !important;
      min-width: 0;
      padding: 0;
      height: 56px;
      line-height: 54px;
      font-weight: 400;
      font-size: 13px;
    }
    .product-submit {
      margin-right: -180px;
      position: relative;
      z-index: 1;
    }
    .product-ctrl a.product-ctrl-action svg {
      width: 16px;
    }
    .product-ctrl {
      margin: 0;
      width: 100%;
      padding-left: 200px;
      box-sizing: border-box;
      max-width: 335px;
      white-space: nowrap;
    }
    
    
/*tabs*/
.tab-links-wr {
  overflow: hidden;
  margin: 0 -20px;
  zpadding: 0 20px;
  position: relative;
}
.tab-links-scroller {
  overflow: scroll;
  padding-bottom: 10px;
    max-width: 768px;
    margin: 0 auto -5px;
    padding-left: 20px;
}
.product-tab-links a {
  font-size: 14px !important;
  font-weight: 400;
  margin-right: -10px !important;
}
.product-tab-links a:last-child {
    xpadding-right: 0 !important;
}
.tab-links-wr:not(.sticky):after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 20px;
  right: 0;
  border-bottom: 1px solid #eaeaea;
}


/*
.tab-links-wr {
  overflow: hidden;
  margin: 0 -20px;
  zpadding: 0 20px;
  position: relative;
}
.tab-links-wr.sticky {
  position: fixed;
  top: 0;
  background: rgba(255,255,255,0.9);
  z-index: 111;
  max-width: 100%;
  left: 0;
  box-shadow: 0 0 24px -10px rgba(0,0,0,0.3);
  width: 100%;
  transition: background 0.3s;
}
.tab-links-wr.sticky + .tab-links-wr__dd {
    height: 55px;   
}

.tab-links-scroller {
  overflow: scroll;
  padding-bottom: 10px;
    max-width: 768px;
    margin: 0 auto -5px;
}
.tab-links-wr:not(.sticky):after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 20px;
  right: 0;
  border-bottom: 1px solid #eaeaea;
}
.tab-links-wr.sticky .product-tab-links {
    border-bottom: none;
}
.product-tab-links a {
  font-size: 14px !important;
  font-weight: 400;
  margin-right: -10px !important;
}
.product-tab-links a:last-child {
    xpadding-right: 0 !important;
}
.tab-links-wr.sticky .product-tab-links a::before,
.tab-links-wr.sticky .product-tab-links a::after {
  bottom: 5px;
}


.tab-links-wr.sticky{
    padding: 0 20px !important;
}
.tab-links-wr .tab-links {
    margin: 0 20px !important;
}
.tab-links-wr.sticky .tab-links {
    padding: 0 40px !important;
}
*/


.product-tabs {
  padding-top: 0;
}
.product-tab-links {
  white-space: nowrap;
}
/*
.product-tab-contents > div {
  display: block !important;
}
*/
.product-content-left,
.product-content-right {
    float: none;
    width: auto;
    padding: 0;
    margin: 0;
}


.product-tab-contents {
    padding-top: 20px;
}
.product-content-left h3 {
  font-size: 20px;
  margin-bottom: 15px;
  display: block !important;
}

.product-content-left {
  width: 300px;
}
.product-content-right {
  xmargin-bottom: 35px;
}

.product-description {
    font-size: 14px;
}
.product-description strong {
  font-size: 16px;
}

table.product-features {
  font-size: 14px;
  table-layout: auto;
}
table.product-features td {
  vertical-align: top;
  line-height: 18px;
}
table.product-features tr:not(.divider) .name span::after {
  bottom: 4px;
}


.tab-content .home_tile {
  padding-bottom: 0 !important;
}
.product-tab-text {
  padding-left: 5px;
  xxxxxxpadding-top: 35px;
  margin-bottom: 20px;
  line-height: 20px;
}

    
}

@media screen and (max-width: 760px) {
    .product-name {
        font-size: 24px;
        padding-top: 0;
    }
    .tab-links-wr.sticky {
      xxxpadding: 0 20px;
    }
    .tab-links-scroller {
      margin-right: -15px;
    }
    .tab-links-wr.sticky .tab-links {
        padding: 0 !important;
    }
    .product {
        padding-top: 0;
    }
    
    /*
    .product-gallery {
      margin: 0 -10px;
    }
    .tab-content .home_tile {
      margin-left: -10px;
      margin-right: -10px;
      margin-bottom: 10px;
    }
    */
}




