/* CSS Style for product-page */

/*

MAIN

*/

/* MAIN */
.product-page {
    display: grid;
    grid-template-columns: 2fr 4fr;
    margin-top: 2.5em;
    margin-bottom: 3em;
    row-gap: 2em;
    column-gap: 2em;
}

.product-page__content {
    grid-row: 1;
    grid-column: 2;
}

.product-page__item > div {
  display: flex;
  justify-content: space-between;
  border: 1px solid #DFDFDF;
  border-top: none;
  display: grid;
  grid-template-columns: auto auto;
}

.product-page__item:nth-child(1) {
    border-top: 1px solid #DFDFDF;
}

.product-page__item:nth-child(2n+2) {
    background: #EEEEEE;
}

.product-page__item:hover {
    background: #EEEEEE;
}

.product-page__item > div > div {
    padding: 15px 20px;
    width: 100%;
}

.product-page__item > div > div:nth-child(2) {
    width: 150px;
    text-align: right;
    border-left: 1px solid #DFDFDF;
}

.page-plenka-wrapper .product-page__item > div > div:nth-child(2) {
    width: 170px;
}

.product-page__image {
    grid-row: 1;
    grid-column: 1;
}

.product-page__size {

}

.product-page__height-up {

}

.product-page__height {

}

.product-page__color {

}

.product-page__sort {

}

.product-page__value {

}

.product-page__height-pack {

}

.product-page__size-pack {

}

.product-page__price {
    display: grid;
    grid-template-columns: 3fr 3fr;
    justify-content: left;
    row-gap: 1em;
    margin-top: 1.5em;
}

.product-page__price:hover {
    background: none;
}

.product-page__price > div {
    border: none;
}

.product-page__price .tovar_price {
    grid-row: 1;
    grid-column: 1;
}

.product-page__price .tovar_kol {
    grid-row: 1;
    grid-column: 2;
}

.product-page__price .tovar_btn {
    grid-row: 2;
    grid-column: 1/3;
}

.product-page__price .tovar_btn .table-responsive {
    padding: 0;
}

.product-page__price .tovar_btn table {
    margin: 0;
}

.product-page__price .tovar_btn table tr:hover {
    background: none!important;
}

.product-page__price .tovar_btn table td {
    border: none;
}

.product-page__price .tovar_btn .my_order {
    margin-left: 15px;
}

.product-page__price .tovar_btn .order input,
.product-page__price .tovar_btn b {
    width: 40px;
    height: 40px;
    -webkit-appearance: none;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    font-size: 30px;
    line-height: 30px;
    background-color: red;
    color: white;
    border: none;
    cursor: pointer;
    background: #C7342B;
    border-radius: 31px;
    width: 200px;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    margin-right: 15px;
}

.product-page__price .tovar_btn .order_col input {
    height: 40px;
    -webkit-appearance: none;
    display: inline-block;
    vertical-align: middle;
    border-radius: 31px;
    width: 130px;
    font-size: 16px;
    line-height: 22px;
    margin-right: 15px;
    border: 1px solid #ccc;
    padding-left: 20px;
}

.product-page__description {
    grid-row: 2;
    grid-column: 1/3;
}

.product-page__description > div > div:nth-child(1) {
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 10px;
}

.table-responsive td.order {
    position: relative;
}

.table-responsive .my_order {
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.product-page__price .tovar_btn b {
  text-align: center;
  padding-top: 7px;
  background-color: #fff;
  color: #C7342B;
  border: 2px solid #C7342B;
}








/* ADAPTIVE */
@media (min-width: 1920px) {

}

@media (max-width: 1920px) {

}

@media (max-width: 1919px) {

}

@media (max-width: 1700px) {

}

@media (max-width: 1600px) {

}

@media (max-width: 1440px) {

}

@media (max-width: 1366px) {

}

@media (max-width: 1280px) {

}

@media (max-width: 1150px) {

}

@media (max-width: 1024px) {

}

@media (max-width: 991px) {
    .product-page__price {
        grid-template-columns: 2fr 3fr;
    }
    .product-page__price .tovar_price {
        grid-row: 1;
        grid-column: 1/3;
    }
    .product-page__price .tovar_kol {
        grid-row: 2;
        grid-column: 1/3;
        padding-left: 0;
        text-align: left;
    }
    .product-page__price .tovar_kol > div {
        padding: 0;
    }
    .product-page__price .tovar_btn .order_col input {
        width: 200px!important;
    }
    .product-page__price .tovar_btn {
        grid-row: 3;
        grid-column: 1/3;
        margin-top: 15px;
    }
    .product-page__price .tovar_btn tr {
        display: flex;
        flex-direction: column-reverse;
        row-gap: 1em;
    }
}

@media (max-width: 834px) {
    .product-page {
        display: flex;
        margin-top: 2.5em;
        margin-bottom: 3em;
        flex-wrap: wrap;
    }
}

@media (max-width: 768px) {
    
}

@media (max-width: 650px) {

}

@media (max-width: 480px) {

}

@media (max-width: 450px) {
       
}

@media (max-width: 380px) {

}
