/*.cart {
    background: #ffffff;
}*/

.cart-form-send-order {
    background-color: #b52726;
    color: #fff;
}

.cart-form-send-order:active {
    color: #b52726;
    background: #ffffff;
    border-color: #b52726;
}

.cart-form-header {
    color: #d41b42;
    background-color: #ededed;
}

.cart-final-price-text {
    color: #b52726;
}


/* Begin cart form popup */


/* popup transparent overlay */

.cart #orderFormPopup {
    background: rgba(231, 203, 64, 0.7);
}


/* form background */

.cart #orderFormPopup form {
    background: #fff;
    font-family: 'Georgia';
}


/* form inputs background and font color */

.cart #orderFormPopup form input, #orderFormPopup form textarea, #orderFormPopup form select {
    background: #ececec;
    color: #5C3D19;
}

.cart #orderFormPopup form input[type=checkbox] {
    background: transparent;
    width: auto;
}

/* End cart popup */


/* Added product to basket background */

.cart-added-to-basket {
    background: rgba(0, 0, 0, 0.75);
    top: 28px;
}

.cart-product-popup-price {
    font-family: 'Georgia';
    font-weight: normal;
    background-color: #b52726;
    color: #ffffff;
    font-size: 17px;
}


/* next step button background */

.cart-next-step {
    background-color: #b52726;
    border-color: #b52726;
}

.cart-next-step:active {
    background-color: #ffffff;
    border-color: #b52726;
    color: #b52726;
}


/* cart products table */


/* end cart products table */


/* Cart redesign */


/*Product options popup before adding to cart*/

.cart-product-popup-sizes-content {
    font-size: 12px;
}

.cart-product-popup {
    background-color: rgba(231, 203, 64, 0.7);
}

.cart-product-popup-wrapper {
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 5px 2px rgba(33, 29, 30, 0.25);
    box-shadow: 0px 0px 5px 2px rgba(33, 29, 30, 0.25);
}

.cart-product-popup-content {
    -webkit-box-shadow: 0px 2px 3px 0px rgba(33, 29, 30, 0.25);
    box-shadow: 0px 2px 3px 0px rgba(33, 29, 30, 0.25);
}

.cart-product-popup-title {
    color: #676767;
}

.cart-product-popup-description {
    color: #c6c6c6;
    font-size: 12px;
}

.cart-product-popup-quantity-count {
    color: #b52726;
    font-size: 16px;
}

.cart-popup-add-to-cart {
    color: #ffffff;
    text-transform: uppercase;
    background-color: #b52726;
}

.cart-popup-add-to-cart:active {
    background-color: #ffffff;
    border: solid 1px #b52726;
    color: #b52726;
}


/* sizes section */

.cart-product-popup-sizes-header, .cart-product-popup-extras-header {
    background: #f8f8f8;
    color: #c6c6c6;
}


/* end sizes section */


/* extras section */

.cart-product-popup-extra-wrapper {
    text-transform: capitalize;
}


/* end extras section */


/* Cart page */


/*discount and price text color*/

.cart-total-text-color {
    color: #5C3D19;
}


/*discount and price value color*/

.cart-total-value-color {
    color: #ec891a;
}


/* endCart page */


/* cart products table */

.cart-product-wrapper {
    border-bottom: 1px solid #696969;
}

.cart-product-wrapper td {
    border-bottom: solid 1px #b7c7cd;
}

.cart-product-wrapper:last-child td {
    border-bottom: none;
}

.cart-product-wrapper .product-title {
    color: #725738;
    font-family: 'RobotoSlab-Bold';
    font-size: 16px;
}

.border-top {
    background: #b52726;
}

.cart-product-wrapper .right-section {
    font-size: 11px;
    border-left: 1px solid #696969;
}

.cart-product-wrapper .left-section {
    font-size: 11px;
}

.cart-product-wrapper .product-price-wrapper {
    background: transparent;
}

.cart-product-wrapper .product-price {
    font-size: 17px;
    font-family: 'Georgia';
    font-weight: normal;
    /* template background color*/
    background-color: transparent;
    color: #b52726;
}

.cart-product-wrapper .product-price-currency {
    font-size: 16px;
}

.cart-product-wrapper .product-description {
    color: #c6c6c6;
}

.cart-product-wrapper .cart-product-popup-quantity {
    background: transparent;
}

.bold {
    font-weight: bold;
}

.black {
    color: #000000;
}


/* end cart products table */


/* order popup */

#orderFormPopup .cart-order-cutlery span {
    color: #5C3D19;
}


/* end order popup */


/*End Product options popup before adding to cart*/

@media (max-width: 640px) {
    .cart-product-wrapper .right-section {
        border: none;
    }
}

span.product-barcode, span.product-country, span.product-nominal, span.product-designation, 
span.product-material, span.product-conservation, span.product-packaging {
    color: #725738;
    font-family: 'robotoRegular';
    font-size: 12px;
}
.gdpr-checkbox-message {
    color: black;
}

.gdpr-unsubscribe-message {
    color: #8f8f8f;
}

.gdpr-unsubscribe {
    color: #d41b42;
}