.pos_dashed{
    border-bottom: 1px dashed white;
    cursor: pointer;
    font-size: inherit !important;
    font-weight: inherit !important;
    color: inherit !important;
}

.cart-content .pos_dashed {
    border-bottom: 1px dashed black;
}

.promocodeBlock {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;

}

.promocodeBlock form {
    position: relative;
}

.promocodeBlock form input {
    padding-bottom: 0;
    padding-top: 0;
    padding-left: 10pt;
    padding-right: 50pt;
    height: 35px;
    font-size: 13pt;
    border: none;
    border-radius: 16pt;
    width: calc(100%);
    box-sizing: border-box;
}

@media (max-width: 991px) {
    .promocodeBlock form input{
        box-shadow: 0 0 0 2px #CFD7C7;
    }
}

.promocodeBlock form button {
    position: absolute;
    width: 35px;
    height: 100%;
    top: 2px;
    right: 0px;
    text-align: center;
    border-radius: 50%;
    font-size: 14pt;
    border: none;
    background-color: inherit;
    color: #ff8b03;
    line-height: 0;
    cursor: pointer;
    outline: none;
}

.promocodeBlock form button .fa-trash {
    color: #d82121;
}

.activeColor {
    color:#40798C;
    background-color: white
}

.promocodeBlock form input:disabled {
    background-color: white;
}

.promoRules i.fa-check-square {
    color:#2B5439;
}

.promoResults i.fa-gift {
    color:#D1292F;
}

.success {
    color:#2B5439;
}

.promoTextActivated {
    background-color: #fafafa;
}

.warning-promo-sum {
    background: red;
    color: #fff;
    padding:10px;
    margin-top: 20px;
}

i.icon-message {
    margin-right: 10px;
}

@font-face {
 font-family: "Aristotelica Pro";
 src: url("/../../assets2/fonts/Aristotelica.Pro/AristotelicaProTx-Rg.otf") format("opentype");
}

.promocode-modal .modal-dialog {
    font-family: "Aristotelica Pro";
}

.promocode-modal .modal-dialog img {
    width: 100%;
}

.promocode-modal .modal-dialog {
    border-radius: 12px;
}

.promocode-modal .modal-dialog .row{
    margin-left: 0;
    margin-right: 0;
}

.promocode-modal .modal-dialog .row:last-child{
    padding: 0rem 1rem 2rem 1rem;
}

.promocode-modal .modal-dialog {
    width: 453px;
}

.promocode-modal .close {
    position: absolute;
    top: -29px;
    right: -29px;
    opacity: 1;
    outline: none;
}

.promocode-modal {
    align-items: center;
    background: rgba(0, 0, 0, 0.5);
}

.promocode-modal .promocode-info {
    font-size: 3.5rem;
    text-align: center;
    padding: 2rem;
    line-height: 1;
}

.promocode-modal .promocode-info div{
    font-family: "Aristotelica Pro";
}

.promocode-modal .promocode-info .promocode-info-condition {
    color: #606060;
    font-size: 1.8rem;
    margin-top: 1.35rem;
}

.promocode-modal .promocode-info .promocode-block {
    background-color: #fcf5bc;
    display: block;
    font-size: 6rem;
    padding: 1.4rem 1rem .2rem 1rem;
    margin: 2.6rem auto 1.95rem auto;
    cursor: pointer;
}

.promocode-modal .promocode-info .promocode-block span {
    font-family: "Aristotelica Pro";
    font-size: 6rem;
    letter-spacing: 9px;
    color: #282828;
}

.promocode-modal .modal-content {
    border-radius: 12px;
}

.promocode-modal .modal-content .img-container img {
    border-radius: 12px 12px 0px 0px;
    width: 100%;
    object-fit: cover;
}

.promocode-modal .promocode-button {
    font-family: "Aristotelica Pro";
    border: 3px solid #ff8b03;
    outline: none;
    background-color: white;
    color: #ff8b03;
    padding: 2rem 1rem;
    font-size: 2rem;
    border-radius: 8px;
    width: 100%;
}

.promocode-modal .promocode-button:hover {
    background-color: #ff8b03;
    color: white;
    transition: 1s ease;
}

.promocode-modal .promocode-button.apply {
    background-color: #ff8b03;
    color: white;
}

.promocode-modal .promocode-button.apply {
    background-color: #ff8b03;
    color: white;
}

.promocode-modal .col-md-6.button:first-child {
    padding-right: .3em;
}

.promocode-modal .col-md-6.button:last-child {
    padding-left: .3em;
}

@media screen and (max-width: 485px) {
    .promocode-modal .modal-dialog {
        height: 100%;
        width: auto;
        margin: 0 auto !important;
    }

    .promocode-modal .modal-content {
        height: 100%;
    }

    .promocode-modal .close {
        top: 9px;
        right: 9px;
        z-index: 100;
    }
    .promocode-modal .modal-content,
    .promocode-modal .modal-content .img-container img,
    .promocode-modal .modal-dialog {
        border-radius: 0;
    }

    .promocode-modal .modal-dialog .row:last-child {
        padding: 0rem;
    }
}

@media screen and (max-width: 374px) and (min-width: 320px) {
    .promocode-modal .promocode-info {
        font-size: 2.5rem;
    }
}

@media screen and (max-width: 736px) and (min-width: 414px) {
    .promocode-modal .promocode-info {
        font-size: 3.15rem;
    }
}