.size-range {
    /*font-weight: bold;*/
    margin-left: 10px;
    margin-top: 25px;
    /*border: 2px solid #F54C5F;*/
    cursor: pointer;
    clear: both;
    /*padding: 7px 30px;*/
    display: inline-block;
    transition: 0.2s;
    /*border-radius: 5px;*/
    /*background: #F54C5F;*/
    /*color: white;*/
    color: #66C2E7;
    min-width: 188.02px;
    text-align: center;
    text-decoration: underline;
}

.size-range:hover {
    background: #ffffff;
    color: #000000;
}
.size-range{
    /*text-decoration: none;*/
}
.nyroModalCont,
.nyroModalClose,
.nyroModalBg {
    z-index: 9999;
}
.nyroModalCont .table-head {
    text-align: center;
}
.nyroModalCont .table-sized {
    margin: 0 auto;
}
.nyroModalCont .table-sized td,
.nyroModalCont .table-sized th {
    font-size: 14px;
}
.w100 {
    width: 100%;
}

.under-size-table {
    margin-top: 20px;
}
.under-size-table__img img {
    max-width: 100%;
}

@media(min-width: 1200px) {
    .under-size-table {
        display: flex;
        align-items: center;
    }
    .under-size-table__text  {
        width: fit-content;
        margin-right:  20px;
    }
    .under-size-table__img {
        flex: 1;
    }

}


.ya-share2__item_service_odnoklassniki .ya-share2__badge,
.ya-share2__item_service_twitter .ya-share2__badge,
.ya-share2__item_service_vkontakte .ya-share2__badge,
.ya-share2__item_service_facebook .ya-share2__badge,
.ya-share2__item_service_telegram .ya-share2__badge {
    background-color: #363A3C;
    border-radius: 50%;
}
.size-table {
    overflow-x: scroll;
}

.size-table td, .size-table th {
    text-align: center;
    vertical-align: center;
}
#show-size-table {
    z-index: 10001;
}
#show-size-table .modal-content {
    padding: 50px 20px;
}
#show-size-table .modal-backdrop.in {
    opacity: .5;
}
/*#show-size-table .close {
    position: absolute;
    background: url(/css/images/del.png);
    height: 16px;
    width: 16px;
    top: 17px;
    right: 27px;
}*/
@media(min-width: 1200px) {
    #show-size-table .modal-dialog {
        width: 910px;

    }
}
@media(max-width: 500px) {
    #show-size-table .size-table {
        font-size: 10px;
    }
}
.size-table tr {
    border-bottom: 1px solid #eee;
}
.size-table tbody tr:hover {
    background-color: #ebf0ff;
}
.property-row {
    margin-bottom: 10px;
}
.productTitle {
    border-bottom: 1px solid #E5E5E5;
}
.productTitle h2 {
    text-align: left;
    font-weight: normal!important;
}
.productTitle b {
    font-weight: normal!important;
}
.rozPrice {
    display: inline-block;
    margin-top: 20px;
}
.catalog-product-price__td {
    border: none;
    padding: 5px;
}
.catalog-product-price__td--name {
    padding-left: 0;
    color: #000!important;
}
.catalog-product-price__line {
    border: none;
}
.productPrices {
    border-bottom: 1px solid #e5e5e5;
    padding: 20px 0;
}
.productVariants {
    padding-top: 20px;
}
.productPrices table {
    margin: 0 !important;
}
.optPriceTable {
    text-align: left;
}
.optPriceTable td {
    width: initial!important;
    padding: 5px;
    border: 1px solid #ddd;
    border-collapse: collapse;
}
.order-table-item-props {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;

    margin-left: -15px;
    margin-right: -15px;
}
.order-table-item-prop {
    /*flex: 0 0 calc(1/3*100% - (1 - 1/3)*35px);*/
    flex: 0 0 auto;
    padding-bottom: 13px;
    /*margin-right: 35px;*/
    border-bottom: none;
    display: flex;
    flex-wrap: no-wrap;
    justify-content: space-between;

    min-width: 33.33%;
    padding-left: 15px;
    padding-right: 15px;
}
/*.order-table-item-prop:nth-child(3n) {
    margin-right: 0;
}*/
@media(max-width: 1200px) {
/*    .order-table-item-prop {
        flex: 0 0 calc(1/2*100% - (1 - 1/2)*35px);
    }
    .order-table-item-prop:nth-child(3n) {
        margin-right: 35px;
    }
    .order-table-item-prop:nth-child(2n) {
        margin-right: 0;
    }*/

}
@media(max-width:900px) {
  /*  .order-table-item-prop {
        flex: 0 0 100%;
        margin-right: 0;
    }*/
}
@media(max-width: 767px) {
/*    .order-table-item-prop {
        flex: 0 0 calc(1/3*100% - (1 - 1/3)*35px);
        margin-right: 35px!important;
    }
    .order-table-item-prop:nth-child(3n) {
        margin-right: 0!important;
    }*/
}
@media(max-width: 500px) {
/*    .order-table-item-prop {
        flex: 0 0 calc(1/2*100% - (1 - 1/2)*35px);
    }
    .order-table-item-prop:nth-child(3n) {
        margin-right: 35px!important;
    }
    .order-table-item-prop:nth-child(2n) {
        margin-right: 0!important;
    }*/
}
.order-table-item-prop__name {
    line-height: 25px !important;
    margin-right: 5px;
}
.order-controls > div {
    height: 24px;
    width: 24px;
    line-height: 21px !important;
    background-color: #E5E5E5;
    border: 1px solid #E5E5E5;
}
.count_inpt {
    width: 24px;
    padding: 3px;
    border: 1px solid #E5E5E5;
}
.order-controls {
    min-width:70px;
}
.order-controls-minus {
    margin-right: -5px;
}
.order-controls-plus {
    margin-left: -5px;
}
.offers-sliders {
    padding: 0;
}
.offers-slider__item {
    margin: 0;
}
.nomb {
    margin-bottom: 0!important;
}
.order-table-item-info {
    margin-bottom: 0;
}
.order-bottom {
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: 1px solid #e5e5e5;
    padding-top: 15px;
}
.order-bottom > div {
    flex: 0 0 49%;
    margin-bottom: 10px;
}
@media(max-width: 1100px) {
    .order-bottom > div {
        flex: 0 0 100%;
    }
}
.buy-one-click-element-container {
    margin-bottom: 0;
}
.order-bottom_salesbtn {
    padding: 10px;
    text-align: center;
    background-color: #363A3C;
    border:2px solid #434649;
    color: #fff;
    font-weight: bold;
}

.order-bottom_salesbtn:hover {
    background-color: white;
    color:#363A3C;
    transition: .2s;
}


.order-bottom-basket .order-bottom-basket__button {
    padding: 12px 25px 12px 44px;
}
.basket_button {
    text-align: center;
    border-radius: 0;
    height: 44px;
    border: 2px solid #dc1633;
}
.basket_button.pr {
    border: none;
}
.basket_button.pr:hover {
    background-color: white!important;
}
.basket_button.pr input {
    width: 100%;
}
.order_button {
    border: 2px solid #dc1633;
}
.order_button a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background-color: #fff;
    border: none;
    height: 40px;
    width: 100%!important;
    color: #dc1633;
    font-weight: bold;
    font-size: 14px;
}
.order_button a:hover {
    transition: .2s;
    background-color: #dc1633;
    color: white;
}
.tab-content {
    border:1px solid #D8D8D8;
    border-top: none;
    padding: 30px 30px;
}
.tab-content h2 {
    margin-top: 0 !important;
}
.cat_description li {
    margin-left: 0!important;
}
.cat_description .nav-tabs {
    margin-bottom: 0;
}
.cat_description .nav-tabs > li > a{
    background-color: #fff;
    margin-right: 0;
    border-radius: 0;
}
.cat_description .nav-tabs > li:not(.active) > a {
    background-color: #F1F1F1;
    border-bottom: 1px solid #D8D8D8;
}
.cat_description .tab-content {
    min-height: 400px;
}
.tab-pane {
    overflow: auto;
}
p {
    margin-bottom: 10px;
}
.thumbnail_custom img {
    width: auto!important;
}
.select_color {
    margin-bottom: 20px;
}
a[data-target="#show-size-table"] {
    text-decoration:  none;
}
a[data-target="#show-size-table"]:hover {
    text-decoration:  underline;
    cursor: pointer;
}
