/*КНОПКИ +-/ И КУПИТЬ*/
.product-buy-block input[name="product_count"] {
    cursor: pointer;
    width: 45px;
    height: 45px;
    display: block;
    float: left;
    border: 1px solid #a9a9a9;
    position: relative;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    text-align: center;
    padding: 0;
    color: #000;
    margin-right: -1px;
    font-size: 16px;
}

.product-count-spinner__item {
    cursor: pointer;
    width: 45px;
    height: 45px;
    display: block;
    float: left;
    text-align: center;
    border: 1px solid #a9a9a9;
    position: relative;
    font-size: 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.product-buy-block .product-buy-link {
    display: inline-block;
    color: white;
    background-color: #009688;
    padding: 5px 15px 6px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    text-decoration: none;
    height: 45px;
    font-size: 16px;
    line-height: 2.3;
    width: 117px;
    text-align: center;
    /* font-size: 16px; */
}

/*ЦВЕТ КОРЗИНЫ*/

/*.bc-cart-w-btn-show-cart {
    position: absolute;
    left: -58px;
    top: 0px;
    width: 58px;
    height: 76px;
    background: #ee3733;
    -webkit-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px;
    cursor: pointer;
    border-right: none;
    z-index: 10;
}*/

.main-video {
  position: fixed; 
  bottom: 60px; 
  right: 20px; 
  z-index: 1000;
  width: 560px;
  height: 315px;

}

.main-video iframe {
  width: 100%;
  height: 100%;
}

@media  screen and (max-width: 1366px) {
  .main-video {
    width: 360px;
    height: 200px;
  }
}

@media  screen and (max-width: 768px) {
  .main-video {
    width: 180px;
    height: 100px;
  }
}