.sidebar-text {
    width: 100px;
    height: 30px;
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.sidebar-text:first-child {
    margin-top: 0px;
}

.pr {
    display: block;
    margin-bottom: 0px;
}

.col-border+.col, .col-divided+.col {
    padding-left: 15px !important;
}

.info-icon {
    padding-top: 6px;
    padding-left: 5px;
}

.fz-14 {
    font-size: 14px;
    margin: 5px 0;
}

/* Modal style */
.open-modal:hover {
    cursor: pointer;
}

.my-modal {
    display: none;
    max-width: 450px;
    height: auto;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 10px;
    background: #fff;
    position: fixed; 
    top: 34%; 
    left: 0%; 
    right: 0;
    margin: auto;
    opacity: 0;
    z-index: 1009; 
    padding: 20px 15px;
    overflow: hidden;
 }

 /* Кнoпкa зaкрыть */
 .modal-close {
    display: block;
    width: 21px;
    height: 21px;
    position: absolute;
    top: 9px;
    right: 9px;
    cursor: pointer;
 }

 /* Пoдлoжкa */
#my-overlay {
    display:none; 
    z-index:1001; 
    position:fixed; 
    background-color: #000000; 
    opacity:0.5; 
    -moz-opacity:0.8;
    filter:alpha(opacity=80);
    width:100%;
    height:100%; 
    top:0; 
    left:0;
    cursor:pointer;
}

/* End modal style */

@media (max-width: 849px) {
    #product-sidebar {
        display: block !important;
    }
}



@media (max-width: 375px) {
    .my-modal {
        top: 8%;
        max-width: 350px;
    }
} 
    


