.noButtonCss img {
    display: flex;
}

.valoare-comanda-ct p {
    font-size: 17px;
    font-weight: 700;
}

h1.cos-p1-header-title {
    font-size: 30px;
    margin: 72px 0 44px 0;
    color: #00205B;
}
.noButtonCss{
    background: none;
    border: none;
    padding: 0px;
}
.text_error{
    color: red;
    padding-top: 5px;
    font-weight: bold;
    outline: none;
    font-size: 12px;
    height: 35px;
}
.cos-p1-ct {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.cos-p1-product-details-wr {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    border-top: 1px solid #E7EDF7;
}

.cos-p1-pd-image {
    margin: 22px 44px 22px 44px;
}

.cos-p1-pd-image img {
    max-width: 71.5px;
    height: auto;
}

.cos-p1-pd-title-and-wishlist-icon {
    margin: 22px 0 22px 0;
}

.cos-p1-pd-title-and-wishlist-icon h4 {
    font-size: 14px;
    color: #00205B;
    margin: 0;
    font-weight: 700;
}

.cos-p1-pd-title-and-wishlist-icon span {
    font-size: 14px;
    color: #00205B;
    margin: 0 0 0 7px; 
    line-height: 1;
}

span.autor {
    font-size: 14px;
    color: #00205B;
    line-height: 1;
    margin: 0;
}

.cos-p1-pd-title-and-wishlist-icon {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-grow: 1;
}

.cos-p1-pd-title-and-autor {
    margin: 0 44px 13px 0;
}

.cos-p1-wishlist-sterge-ct {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.cos-p1-pd-wishlist-and-sterge {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 37px;
}

.cos-p1-wishlist {
    display: flex;
    justify-content: flex-end;
    align-items: center;   
    margin-right: 20px;
}

.cos-p1-sterge {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.cos-p1-sterge {
    font-size: 14px;
    color: #00205B;
    line-height: 1;
}

.cos-p1-wishlist-sterge-ct {
    margin: 10px 0 0 0;
}

.cos-p1-pd-pr-count-num-ct {
    position: relative;
    border: 1px solid #E7EDF7;
    border-radius: 25px;
    font-size: 14px;
    margin: 32px 0 0 0;
    padding: 0 10px 3px 0;
    width: 65px;
}

.cos-p1-count-num-link {
    position: relative;
    display: block;
    width: 100%;
    padding: 3px 10px 3px 10px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #00205B;
    background-color: #fff;
    border: none;
    border-radius: 14px;
    margin: 0;
}

.cos-p1-pd-pr-count-num-ct select {
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
}

.cos-p1-pd-pr-count-num-ct::before {
    content: url(/resurse/img/static/categ-arrow-down-icon.png);
    position: absolute;
    right: 19px;
    z-index: 1;
    width: 0;
    top: 0;
    height: 0;
}

select.cos-p1-count-num-link:focus {
    outline: none;
}

select.cos-p1-count-num-link:active {
    background-color: #fff;
}



.cos-p1-count-num {
    margin-left: 12px;
}

.cos-p1-count-arrow {
    margin-right: 12px;
}

.cos-p1-count-num-drop-down ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin: 0;
    padding: 0;
    list-style-type: none;
    flex: 1;
}

.cos-p1-count-num-drop-down ul li {
    display: flex;
    width: 100%;
}

.cos-p1-count-num-drop-down ul li a {
    font-size: 16px;
    color: #00205B;
    display: flex;
    flex: 1;
    padding-left: 12px;
}

.cos-p1-pd-pr-price-and-delete-btn {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin: 22px 44px 22px 80px;
    width: 76px;
}

.cos-p1-pd-pr-price-and-delete-btn .original-price {
    font-size: 14px;
    color: #00205B;
    font-weight: 700;
    margin: 0 0 3px 0;
}

.cos-p1-pd-pr-price-and-delete-btn .old-price {
    font-size: 14px;
    color: #9F9F9F;
    text-decoration: line-through;
    margin: 0;
    line-height: 0.6;
}

.original-price span, .old-price span {
    padding-left: 6px;
}

.procent-icon-wr {
    background-color: #ffd0d0;
    color: #bb3030;
    width: 40px;
    height: 15px;
    border-radius: 17px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cos-pr-discaunt-icon {
    display: flex;
    justify-content: center;
    font-size: 12px;
    background-color: #ffd0d0;
    padding: 0px 0px 0 0px;
    margin: 10px 0 10px 0;
    border-radius: 14px;
    color: #C54747;
    width: 45px;
}

.cos-pr-2-plus-1 {
    font-size: 12px;
    background-color: #FFE1B7;
    color: #882500;
    border-radius: 17px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0 0 0;
    margin: 0 5px 10px 0;
    width: 76px;
}


.procent-icon-text {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 12px;
    position: relative;
    top: -1px;
}

.cos-p1-pd-pr-price-and-delete-btn a {
    font-size: 12px;
    color: #00205B;
}

.cos-p1-pd-pr-price-and-delete-btn a:hover {
    text-decoration: none;
}

.procent-icon-wr {
    margin: 12px 0 27px 0;
}

.cos-p1-transport-gratuit-msg-ct.transport {
    position: relative;
    margin-top: 22px;
    margin-top: 22px;
    background-color: #FFF6E9;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #8D2D08;
    font-size: 14px;
    padding: 15px 0 15px 0;
    border-radius: 26px;
}

.cos-p1-transport-gratuit-msg-ct.default-msg {
    position: relative;
    margin-top: 22px;
    margin-top: 22px;
    background-color: #ffd0d0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #C54747;
    font-size: 14px;
    padding: 15px 0 15px 0;
    border-radius: 26px;
}

.cos-p1-transport-gratuit-msg-ct.autor {
    position: relative;
    margin-top: 22px;
    margin-top: 22px;
    background-color: #F2F7FF;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #00205B;
    font-size: 14px;
    padding: 15px 0 15px 0;
    border-radius: 26px;
}

.cos-p1-msg-close-btn {
    font-weight: 700;
    margin: 0 25px 0 0;
    color: #8D2D08;
    cursor: pointer;
}

.cos-p1-transport-gratuit-msg-ct.default-msg p.transport-gratuit-msg-text {
    margin: 0;
    margin-left: 44px;
    color: #C54747;
}

.cos-p1-transport-gratuit-msg-ct.default-msg p.cos-p1-msg-close-btn {
    color: #C54747;
}

.cos-p1-transport-gratuit-msg-ct.autor p.transport-gratuit-msg-text {
    margin: 0;
    margin-left: 44px;
    color: #00205B;
}

.cos-p1-transport-gratuit-msg-ct.autor p.cos-p1-msg-close-btn {
    color: #00205B;
}

.cos-p1-transport-gratuit-msg-ct.transport p.transport-gratuit-msg-text {
    margin: 0;
    margin-left: 44px;
    color: #8D2D08;
}

.cos-p1-transport-gratuit-msg-ct.transport p.cos-p1-msg-close-btn {
    color: #8D2D08;
}

.cos-p1-transport-gratuit-msg-ct span.close {
    margin-right: 44px;
    color: #196A1F;
    font-size: 14px;
}

.cos-p1-transport-intarziere-msg-ct {
    margin-top: 11px;
    margin-bottom: 22px;
    background-color: rgba(220,53,69,.3);
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #C24141;
    font-size: 14px;
    padding: 20px 0 20px 0;
    border-radius: 26px;
}

.cos-p1-transport-intarziere-msg {
    margin: 0;
    margin-left: 44px;
}

.cos-p1-transport-intarziere-msg-ct span.close {
    margin-right: 44px;
    color: #C24141;
    font-size: 14px;
}

.cos-p1-donatii-wr {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: 1px solid #E7EDF7;
    /* border-top: 1px solid #E7EDF7; */
    padding: 22px 0 22px 0;
}

.cos-p1-donatii-logo-and-text {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}

.cos-p1-donatii-logo {
    margin: 0 44px 22px 44px;
}

.cos-p1-donatii-text p.title {
    font-size: 18px;
    color: #00205B;
    font-weight: 700;
    margin: 0;
    margin-bottom: 5px;
}

.cos-p1-donatii-text p.description {
    font-size: 14px;
    color: #00205B;
    margin-bottom: 10px;
}

.cos-p1-donatii-text p.more-details {
    font-size: 14px;
    color: #00205B;
}

a.donatii-more-details-link {
    color: #00205B;
    text-decoration: underline;
}

/* DONATI SECTION */
.cos-p1-donatii-option-ct {
    position: relative;
}

.cos-p1-donatii-count-num {
    margin-left: 14px;
}

.cos-p1-donatii-count-num-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #00205B;
    padding: 7px 0 7px 0;
}

.cos-p1-donatii-count-num-drop-down ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin: 0;
    padding: 0;
    list-style-type: none;
    flex: 1;
}

.cos-p1-donatii-count-num-drop-down ul li {
    width: 100%;
}

.cos-p1-donatii-count-num-drop-down ul li a {
    font-size: 16px;
    color: #00205B;
    display: flex;
    flex: 1;
    padding-left: 14px;
}

.cos-p1-donatii-sterge-ct span {
    font-size: 14px;
    color: #00205B;
    margin: 0;
}

.cos-p1-donatii-border-wr {
    border: 1px solid #CFCFCF;
    border-radius: 22px;
    padding: 0 0 0 10px;
    padding: 7px 15px 7px 15px;
}

.cos-p1-donatii-border-wr-mob {
    width: 114px;
    border-radius: 25px;
    padding: 0 5px 0px 5px;
    margin-left: 14px;
}

label.cos-p1-donatii-label {
    padding: 0;
    margin: 0;
    width: 100%;
}

label.cos-p1-donatii-label-mob {
    padding: 0;
    margin: 0;
}

.donatie-alta-suma-wr {
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 0 15px;
}

.cos-p1-donatii-option {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #00205b;
    font-size: 14px;
}

span.donatie-option {
    margin-left: 7px;
}

.cos-p1-donatii-label input.donatie-alta-suma {
    display: block;
    font-size: 16px;
    background-color: #fff;
    border-radius: 14px;
    border: none;
    color: #00205b;
    width: 70px;
}

.cos-p1-donatii-label input.donatie-alta-suma:focus {
    outline: none;
    background-color: #fff;
}

.cos-p1-donatii-label input.donatie-alta-suma:hover {
    outline: none;
    border: none;
}

.cos-p1-donatii-label input.donatie-alta-suma:active {
    background-color: #fff;
}

.cos-p1-donatii-label input.donatie-alta-suma::placeholder {
    color: #00205b;
}
  
input.donatie-alta-suma:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #00205b;
}
  
input.donatie-alta-suma::-ms-input-placeholder { /* Microsoft Edge */
    color: #00205b;
}

input.donatie-alta-suma-mob {
    display: block;
    font-size: 12px;
    background-color: #fff;
    border-radius: 22px;
    border: none;
    color: #00205b;
    position: relative;
    width: 100%;
    top: -2px;
}

input.donatie-alta-suma-mob:focus {
    outline: none;
    background-color: #fff;
}

input.donatie-alta-suma-mob:active {
    background-color: #fff;
}

input.donatie-alta-suma-mob::placeholder {
    color: #00205b;
}
  
input.donatie-alta-suma-mob:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #00205b;
}
  
input.donatie-alta-suma-mob::-ms-input-placeholder { /* Microsoft Edge */
    color: #00205b;
}
/* .cos-p1-donatii-text-plus-sterge-ct {
    margin-right: 44px;
} */

.cos-p1-donati-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 125px;
    outline: none;
    border: none;
    background-color: #fff;
    font-size: 10px;
    color: #00205b;
    padding: 8px 0 8px 0;
    margin: 0;
    border-radius: 19px;
    background-color: #e6f0ff;
}

.cos-p1-donati-btn:hover { 
    text-decoration: none;
    color: #fff;
}

/* END DONATII SECTION */

  .salvati-copii-cos {
    display: flex;
    justify-content: center;
    align-items: center;
  }

/* START LEFT SECTION */
.cos-p1-rigth-wr {
    margin-left: 66px;
    flex: 0 0 auto;
    max-width: 25%;
}

/* START VOUCHR */

.cos-p1-cod-voucher-wr {
    background-color: #fff;
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid #E6F0FF;
}

.cos-p1-cod-voucher-title-and-i {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.cos-p1-cod-voucher-title-and-i p {
    font-size: 14px;
    color: #00205B;
    font-weight: 700;
    margin: 0;
}

.cos-p1-i-icon-png {
    margin-left: 11px;
}

.cos-p1-cod-voucher-form > p {
    font-size: 12px;
    color: #00205B;
    margin: 11px 0 22px 0;
}

.cos-p1-cod-voucher-submit-wr {
    border: 1px solid #9F9F9F;
    border-radius: 19px;
}

.cos-p1-cod-voucher-submit-ct {
    position: relative;
    height: 33px;
    background-color: #fff;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 18px 0 18px;
}

.cos-p1-cod-voucher-submit-ct input.cos-p1-cod-voucher-number {
    display: block;
    width: 100%;
    height: 32px;
    font-size: 14px;
    color: #9F9F9F;
    background-color: #fff;
    background-image: none;
    border: 1px solid #fff;
    border-radius: 3px;
    margin-top: 0px;
    -webkit-appearance: none;
    position: relative;
}

.cos-p1-cod-voucher-submit-ct input.cos-p1-cod-voucher-number:focus {
    outline: none;
    border: 1px solid #fff;
}

.cos-p1-cod-voucher-submit-ct input.cos-p1-cod-voucher-number:hover {
    outline: none;
    border: 1px solid #fff;
}

.cos-p1-cod-voucher-submit-ct input.cos-p1-cod-voucher-number:active {
    background-color: #fff;
    border: 1px solid #fff;
}

.cos-p1-cod-voucher-submit-ct input.cos-p1-cod-voucher-number::placeholder {
    transform: translateY(5px);
}

/* START PUNCTE FIDELITATE */

.cos-p1-puncte-fidelitate-wr {
    background-color: #fff;
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 43px;
    border: 1px solid #E6F0FF;
    position: relative;
}

.cos-p1-i-icon-png-text-ct {
    display: none;
    position: absolute;
    width: 100%;
    z-index: 3;
    top: 50px;
    background-color: #e6f0ff;
    border-radius: 14px;
    padding: 20px 0 20px 0;
    left: 0;
}

.cos-p1-i-icon-png-text-ct::after {
    content: "";
    transform: translateX(-50%);
    right: 32px;
    top: -9px;
    position: absolute;
    z-index: 1;
    border-color: #e6f0ff transparent;
    border-style: solid;
    border-width: 0px 10px 10px 10px;
    height: 0px;
    width: 0px;
}

.cos-p1-i-icon-png-text {
    color: #00205B;
    font-size: 12px;
    margin: 0;
    padding: 0 15px 0 15px;
}

.cos-p1-puncte-fidelitate-title-and-i {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.cos-p1-puncte-fidelitate-title-and-i p {
    font-size: 14px;
    color: #00205B;
    font-weight: 700;
    margin: 0;
}

.cos-p1-i-icon-png {
    margin-left: 11px;
    width: 18px;
}

.cos-p1-puncte-fidelitate-form > p {
    font-size: 12px;
    color: #00205B;
    margin: 11px 0 22px 0;
}

.cos-p1-puncte-fidelitate-submit-wr {
    border: 1px solid #9F9F9F;
    border-radius: 19px;
}

.cos-p1-puncte-fidelitate-submit-ct {
    position: relative;
    height: 33px;
    background-color: #fff;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 18px 0 18px;
}

.cos-p1-puncte-fidelitate-number {
    display: block;
    width: 100%;
    height: 32px;
    font-size: 14px;
    color: #9F9F9F;
    background-color: #fff;
    background-image: none;
    border: 1px solid #fff;
    border-radius: 3px;
    margin-top: 0px;
    -webkit-appearance: none;
}

.cos-p1-puncte-fidelitate-number:focus {
    outline: none;
}

.cos-p1-puncte-fidelitate-number:active {
    background-color: #fff;
}

.cos-p1-puncte-fidelitate-number::placeholder {
    transform: translateY(5px);
}
/* END */

.cos-p1-sumar-comanda-wr {
    background-color: #E6F0FF;
    border-radius: 15px;
    padding: 20px 20px 20px 20px;
    margin-bottom: 20px;
}

.cos-p1-sumar-comanda-ct h4 {
    font-family: "Temeraire", Sans-sarif;
    font-size: 17px;
    color: #00205B;
    font-weight: 600;
}

.cos-p1-sumar-comanda-ct ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.cos-p1-sumar-comanda-ct ul li {
    border-bottom: 1px solid #BCD6FD;
    padding: 13px 0 13px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #00205B;
}

.cos-p1-sumar-comanda-ct ul li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
    font-weight: 600;
}

.cos-p1-sumar-comanda-ct ul li p {
    margin: 0;
}

.cos-p1-sumar-comanda-ct ul li p.total {
    font-size: 17px;
}
/* START PASUL URMATOR BTN */
.cos-p1-pasul-urmator-btn-wr {
    margin: 0 0 20px 0;
}

.cos-p1-pasul-urmator-ct {
    height: 50px;
    background-color: #00205B;
    border: 1px solid #00205B;
    border-radius: 25px;
    display: flex;
    align-items: center;
    align-content: center;
    align-self: center;
    justify-content: center;
    margin-top: 8px;
}

.cos-p1-pasul-urmator {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #E7EDF7;
    position: relative;
    top: 0;
    text-decoration: none;
    font-size: 14px;
}

.fa-custom-cos-p1 {
    font-size: 12px;
    color: #00205B;
}

.fa-delete-custom-cos-p1 {
    font-size: 15px;
    color: #00205B;
}

/* START FOOTER COS P1 */
.cos-p1-footer-bar-more-iformation-wr {
    background-color: #E6F0FF;
}

.cos-p1-footer-bar-more-iformation-ct {
    max-width: 1124px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.cos-p1-footer-bar-border {
    flex: 1 1 0px
}

.cos-p1-footer-bar-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    color: #00205B;
    margin: 20px 0 20px 0;
}

.cos-p1-footer-bar-box:hover {
    text-decoration: none;
}

.cos-p1-footer-bar-box .cos-p1-icon {
    margin: 0 10px 0 10px;
    width: 50px;
    display: flex;
}

.cos-p1-icon.cos-p1-icon-small {
    width: 80px;
    display: flex;
}

.cos-p1-footer-bar-box .cos-p1-icon img {
    width: 100%;
}

.cos-p1-footer-bar-box .cos-p1-title {
    font-size: 16px;
    font-weight: 800;
}

.cos-p1-footer-bar-box .cos-p1-description {
    font-size: 16px;
    line-height: 1.2;
    margin: 0;
}
/* END FOOTER COS P1 */

@media (max-width: 992px) {
    .cos-p1-ct {
        flex-direction: column;
        justify-content: stretch;
        align-items: stretch;
    }

    .cos-p1-rigth-wr {
        max-width: 100%;
        flex: 0 0 auto;
        flex-wrap: wrap;
        display: flex;
        justify-content: space-between;
        margin-left: 44px;
        margin-right: 44px;
        margin-top: 44px;
    }

    .cos-p1-cod-voucher-wr {
        flex: 0 0 45%;
    }

    .cos-p1-puncte-fidelitate-wr {
        flex: 0 0 45%;
    }

    .cos-p1-sumar-comanda-wr {
        flex: 0 0 100%;
    }

    .cos-p1-pasul-urmator-btn-wr {
        order: 3;
        flex: 1 0 100%;
        margin: 0 0 20px 0;
    }
}

@media (max-width: 768px) {

    .cos-p1-footer-bar-box .cos-p1-icon {
        margin: 0 10px 0 10px;
        width: 50px;
        display: flex;
    }
    
    .cos-p1-icon.cos-p1-icon-small {
        width: 80px;
        display: flex;
    }

    .cos-p1-msg-close-btn {
        margin: 0 15px 0 15px;
    }

    .cos-p1-product-details-wr-mob {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

    .cos-p1-pd-title-and-wishlist-icon {
        margin: 0 6px 0 0;
        justify-content: space-between;
    }

    .cos-p1-mob-right {
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        flex: 0 0 82%;
    }

    .procent-icon-wr {
        margin: 15px 0 0 0;
    }

    .cos-p1-pd-image img {
        width: 57px;
    }

    .cos-p1-pd-image {
        margin: 0 10px 0 0;
    }

    .cos-p1-price-wr {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .cos-p1-product-details-wr-mob .original-price {
        font-size: 14px;
        color: #00205B;
        font-weight: 700;
        margin: 0;
    }

    .cos-p1-product-details-wr-mob .old-price {
        font-size: 14px;
        color: #9F9F9F;
        text-decoration: line-through;
        margin: 0;
        padding-left: 6px;
    }

    .cos-p1-product-details-wr-mob .old-price span {
        color: #9F9F9F;
    }

    .cos-p1-pd-title-and-autor {
        margin: 0;
    }

    .cos-p1-mob-wishlist-wr {
        margin: 0 0 0 0;
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
    }

    .cos-p1-pd-pr-count-num-ct a {
        flex-direction: column;
        margin: 0 0 0 0;
    }

    .cos-p1-footer-bar-border {
        border-bottom: 1px solid #bfd8fd;
    }

    .cos-p1-footer-bar-more-iformation-ct {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .cos-p1-footer-bar-box .cos-p1-icon img {
        width: 30px;
    }

    .cos-p1-donatii-wr {
        flex-wrap: wrap;
    }

    .cos-p1-donatii-logo {
        width: 50px;
        margin: 0 0 22px 0;
        align-self: flex-start;
    }

    .cos-p1-donatii-logo img {
        width: 100%;
    }

    .cos-p1-donatii-text-plus-sterge-ct {
        width: 100%;
    }

    .cos-p1-donatii-text p.title {
        font-size: 13px;
    }

    .cos-p1-pd-pr-count-num-wr {
        margin-top: 7px;
    }

    .cos-p1-pd-pr-count-num-ct {
        margin: 0 20px 0 0;
    }

    .cos-p1-pd-pr-count-num-ct a {
        flex-direction: row;
        margin: 0 0 0 0;
    }

    .cos-p1-count-num-drop-down ul li a {
        padding-left: 7px;
    }

    h1.cos-p1-header-title {
        font-size: 22px;
        margin-top: 22px;
        margin-bottom: 22px;
    }

    .transport-gratuit-msg-text {
        margin-left: 15px;
    }

    .cos-p1-transport-gratuit-msg-ct span.close {
        margin-right: 15px;
    }

    .cos-p1-transport-intarziere-msg {
        margin-left: 15px;
    }

    .cos-p1-transport-intarziere-msg-ct span.close {
        margin-right: 15px;
    }

    .cos-p1-rigth-wr {
        margin-left: 0;
        margin-right: 0;
    }

    .cos-p1-pd-pr-price-and-delete-btn {
        margin: 0 0 0 0;
    }

    .cos-p1-product-details-wr {
        padding: 30px 0 30px 0;
    }

    .cos-p1-cod-voucher-wr {
        flex: 0 0 100%;
    }

    .cos-p1-puncte-fidelitate-wr {
        flex: 0 0 100%;
    }

    .cos-p1-puncte-fidelitate-wr {
        margin-bottom: 15px;
    }

    .cos-p1-transport-gratuit-msg-ct {
        margin-top: 0;
    }

    .cos-p1-donatii-option-arrow {
        position: relative;
        width: 100%;
    }

    .cos-p1-donatii-option-arrow:after {
        font-family: "FontAwesome";
        content: "\f078";
        position: absolute;
        display: inline-block;
        top: 50%;
        transform: translate(0, -55%);
        right: 14px;
        color: #00205B;
        font-size: 10px;
    }

    .cos-p1-donatii-option-mob {
        position: relative;
        display: block;
        width: 100%;
        padding: 2px 10px;
        font-size: 15px;
        font-weight: 400;
        line-height: 1.5;
        color: #00205B;
        background-color: #fff;
        border: 1px solid #E7EDF7;
        border-radius: 14px;
        margin: 0;
    }

    select.cos-p1-donatii-option-mob {
        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;
    }

    select.cos-p1-donatii-option-mob:focus {
        outline: none;
        background-color: #fff;
    }
    
    select.cos-p1-donatii-option-mob:active {
        background-color: #fff;
    }
    
    select.cos-p1-donatii-option-mob::placeholder {
        transform: translateY(5px);
    }

    .cos-p1-donatii-and-alta-suma-wr {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
    }

    .cos-p1-donatii-border-wr-mob {
        width: 100%;
        margin: 20px 0 0 0;
        padding: 0;
    }

    .cos-p1-donati-btn {
        font-size: 14px;
        width: 100%;
        margin: 8px 0 0 0;
        padding: 6px 0 6px 0;
    }

    label.cos-p1-donatii-label-mob {
        width: 100%;
        position: relative;
    }

    .cos-p1-donati-btn {
        position: absolute;
        top: 0;
        width: 100px;
        margin: 0;
        right: 0;
        padding: 3px 0 3px 0;
    }

    .cos-p1-donatii-wr {
        border: initial;
    }

    .cos-p1-donatii-logo-and-text {
        flex-direction: column;
    }

    input.donatie-alta-suma-mob {
        font-size: 14px;
        padding: 4px 10px;
        border: 1px solid rgba(159, 159, 159, .3);
    }
}

@media (max-width: 420px) {

    .cos-p1-pd-pr-count-num-ct {
        margin: 0 35px 0 0;
        padding: 0 10px 0 0;
        font-size: 13px;
    }

    .cos-p1-count-num-link {
        padding: 0 10px 0 10px;
    }

    .cos-p1-pd-pr-count-num-ct::before {
        top: -2px;
    }

    .cos-p1-wishlist {
        margin-right: 35px;
    }

    .cos-p1-pd-pr-count-num-ct a {
        flex-direction: row;
        margin: 0 0 0 0;
    }

    .cos-p1-count-num-drop-down ul li a {
        padding-left: 7px;
    }

    h1.cos-p1-header-title {
        font-size: 22px;
        margin-top: 22px;
        margin-bottom: 22px;
    }

    .transport-gratuit-msg-text {
        margin-left: 15px;
    }

    .cos-p1-transport-gratuit-msg-ct span.close {
        margin-right: 15px;
    }

    .cos-p1-rigth-wr {
        margin-left: 0;
        margin-right: 0;
    }

    .cos-p1-pd-pr-price-and-delete-btn {
        margin: 0 0 0 0;
    }

    .cos-p1-product-details-wr {
        padding: 30px 0 30px 0;
    }

    .cos-p1-cod-voucher-wr {
        flex: 0 0 100%;
    }

    .cos-p1-puncte-fidelitate-wr {
        flex: 0 0 100%;
    }

    .cos-p1-puncte-fidelitate-wr {
        margin-bottom: 15px;
    }

    .cos-p1-transport-gratuit-msg-ct {
        margin-top: 0;
    }

    .cos-p1-donatii-logo-and-text {
        width: 100%;
    }

    .cos-p1-donatii-text {
        width: 100%;
    }
}

.hidden {
    display: none;
}

.show {
    display: block;
}