.custom-modal * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.catalog-product-view .add-to-box {
    overflow: initial !important;
}

.blue-text .price {
    color: #3e8ede;
    font-size: 13px;
}


.green-text .price {
    color: #05ce7c;
    font-size: 13px;
}

.or-divider-prifix, .or-divider-sufix {
    width: 213px;
}

.checkout-cart-index .cart .checkout-types {
    overflow: initial;
}

.custom-modal .modal-header .close{position: static;  }
.custom-modal .validation-advice{padding: 0; width: auto;  }
@media (min-width: 320px) and (max-width:1199px) {
.checkout-types .span_dividebuymin {
    float: left;
    width: 100%;
}
.tooltip-logo-cart{width: 100%;  }
}

@media screen and (min-width:1200px) {
    .checkout-cart-index .checkout-types .span_dividebuymin {
    float: left;
    text-align: center;
    width: 213px;
}

}
@media (min-width:768px) and (max-width:980px) {
.tooltip-logo-cart .tooltip-db {
    left: 0;
}