#preview_cart2 {
    position: fixed;
    background: white;
    z-index: 99999999999;
    right: -500px;
    height: 100%;
    width: 460px;
    /*transition: all 0.5s ease;*/
}

#preview_cart2 > div {
    height: 100%;
    padding: 0 50px;
}

.fa-arrow-right {
    font-size: 20px;
    color: #56c3ba;
    left: 20px;
    top: 20px;
}

.productSelectedActive {
    border: 10px solid #56c3ba !important;
}

.variation_items > div:first-child {
    display: flex;
    justify-content: center;
    align-items: center;
}

.product_deactive {
    opacity: 0.4;
}

#measurement_box_2 {
    display: none;
    margin: 25px 0;
}

.input-error-validation {
    margin: 0 !important;
}

.box-shadow {
    box-shadow: 0 0 20px #cccccc;
}

.marginTop {
    margin-top: -42px;
}

#free_sample_request {
    margin-top: 50px;
}

#Customize {
    color: #ff0052;
}

.p-5 {
    padding: 1rem !important;
}

.option_measurement {
    border: none;
    border-bottom: 1px solid black;
    width: 70%;
}

.cart_item_border {
    border: 1px solid gray;
    margin: 30px 0;
    position: relative;
    background-color: rgba(229,229,229);
    border-radius: 2px;
    padding: 10px 20px;
    box-shadow: -2px 1px 7px 0px #222686
}

.cart_item_title {
    background: #222686;
    color: white;
    border-radius: 2px;
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    margin: auto;
    width: max-content;
    padding: 0 20px;
    font-size: 20px;
    font-weight: normal;
}

#fabric_colours {
    border: 1px solid gray;
    margin: 30px 0;
    position: relative;
    background-color: rgba(229,229,229);
    border-radius: 10px;
    padding: 10px 20px;
    box-shadow: -2px 1px 7px 0px #3636
}

#fabric_colours > span {
    background: #222686;
    color: white;
    border-radius: 2px;
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    margin: auto;
    width: max-content;
    padding: 0 20px;
    font-size: 20px;
    font-weight: normal;
}
#side_bar_measurement {
    border: 1px solid gray;
    margin: 30px 0;
    position: relative;
    background-color: rgba(229,229,229);
    border-radius: 10px;
    padding: 10px 20px;
    box-shadow: -2px 1px 7px 0px #3636;
    width: 300px;
}
#side_bar_measurement > span {
    background: #222686;
    color: white;
    border-radius: 2px;
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    margin: auto;
    width: max-content;
    padding: 0 20px;
    font-size: 20px;
    font-weight: normal;
}
#customise_blinds_preview_cart {
    border: 1px solid gray;
    margin: 30px 0;
    position: relative;
    background-color: rgba(229,229,229);
    border-radius: 10px;
    padding: 10px 20px;
    box-shadow: -2px 1px 7px 0px #3636
}
#customise_blinds_preview_cart > span {
    background: #222686;
    color: white;
    border-radius: 2px;
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    margin: auto;
    width: max-content;
    padding: 0 20px;
    font-size: 20px;
    font-weight: normal;
}
#additional_description_preview_cart {
    border: 1px solid gray;
    margin: 30px 0;
    position: relative;
    background-color: rgba(229,229,229);
    border-radius: 10px;
    padding: 10px 20px;
    box-shadow: -2px 1px 7px 0px #3636
}
#additional_description_preview_cart > span {
    background: #222686;
    color: white;
    border-radius: 2px;
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    margin: auto;
    width: max-content;
    padding: 0 20px;
    font-size: 20px;
    font-weight: normal;
}
div.d-flex.justify-content-between > span:first-child {
    font-weight: bold;
}
#additional_description_preview_cart_text{
    font-size: 15px;
}
#cart-box-content{
    font-size: 13px !important;
}
#fabric_colours > div {
    margin-top: 20px;
}
.fabric_price_cart > .price_preview_cart{
    font-size: 20px;
    color: red;
}
.price_red{
    font-size: 15px;
    color: red !important;
    margin-left: 3px;
}

#cart-box-content > .content-inner{
width: 100%;
}
