#oms-cart-detailed h2 {
    color: #333333;
    font-size: 17px;
}

@media only screen and (min-width: 767px) {
    #oms-cart-detailed h2 {
        font-size: 1.875rem;
    }
}

#oms-cart-detailed {
    margin-top: 30px;
}

#oms-cart-detailed .login-link {
    height: 43px;
    min-height: 43px;
    display: flex;
    align-items: center;
    text-align: left;
}

#oms-cart-detailed .login-link a {
    line-height: initial;
}

#oms-cart-detailed i.icon-Arrow {
    font-size: 17px;
}

#oms-cart-detailed .block-user-address {
    padding: 20px 0;
}

#oms-cart-detailed fieldset {
    padding: 20px 0;
}

#oms-cart-detailed .field label {
    font-size: 16px;
    color: #313131;
    margin-bottom: 8px;
    display: block;
    text-align: left;
}

#oms-cart-detailed .field input {
    height: 43px;
    border-radius: 3px;
    width: 100%;
    border: solid 1px #cbcbcb;
    padding: 0 10px;
    font-size: 16px;
}

#oms-cart-detailed .combo-field {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

@media only screen and (max-width: 767px) {
    #oms-cart-detailed .combo-field {
        justify-content: space-between;
    }
}

#oms-cart-detailed .combo-select {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #c4c5c8;
    border-radius: 3px;
}

#oms-cart-detailed .combo-field .combo-select {
    margin-right: 19px;
    width: calc(100% - 50px);
}


@media only screen and (max-width: 767px) {
    #oms-cart-detailed .combo-field .combo-select {
        margin-right: 0;
        width: calc(100% - 30px);
    }

}

#oms-cart-detailed .combo-select .select-wrp {
    width: calc(100% - 41px);
}

@media only screen and (max-width: 767px) {
    #oms-cart-detailed .combo-select .select-wrp {
        width: calc(100% - 36px);
    }
}


#oms-cart-detailed .select-dropdown,
#oms-cart-detailed .select-dropdown .trigger {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

#oms-cart-detailed .select-dropdown {
    position: relative;
    display: inline-block;
    text-align: left;
    min-width: 62px;
    z-index: 4;
}

#oms-cart-detailed .combo-select .select-dropdown {
    display: block;
}

#oms-cart-detailed .select-dropdown .trigger {
    font-size: 14px;
    color: #515151;
    background: #fff;
    cursor: pointer;
    padding: 0 30px 0 10px;
    position: relative;
    line-height: 41px;
    border-radius: 3px;
    border: solid 1px #cbcbcb;
}

@media only screen and (max-width: 767px) {
    #oms-cart-detailed .select-dropdown .trigger {
        line-height: 31px;
    }
}


#oms-cart-detailed .combo-select .select-dropdown .trigger {
    border: 0;
}

#oms-cart-detailed .select-dropdown .trigger:before {
    content: "\e901";
    font-family: 'leroy';
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -6px;
    font-size: 14px;
    transition: all .3s ease;
    transform: rotate(90deg);
    line-height: 1;
}

#oms-cart-detailed .select-dropdown .trigger .selected {
    display: inline-block;
    vertical-align: middle;
}

#oms-cart-detailed .select-dropdown .trigger .selected {
    font-weight: bold;
    font-size: 14px;
    line-height: 40px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    max-width: 100%;
}

@media only screen and (max-width: 767px) {
    #oms-cart-detailed .select-dropdown .trigger .selected {
        line-height: 30px;
    }
}

#oms-cart-detailed .select-options {
    position: absolute;
    top: 100%;
    background: #fff;
    right: 0;
    display: none;
    line-height: 1;
    width: 100%;
    z-index: 2;
    box-shadow: 0 4px 4px rgba(147, 104, 104, 0.2);
    border: solid 1px #cbcbcb;
    border-radius: 2px;
    text-align: left;
}

#oms-cart-detailed .select-options .vscroll {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#oms-cart-detailed .select-options .vscroll {
    max-height: 280px;
    position: relative;
    z-index: 2;
}

#oms-cart-detailed .add-form-btn,
#oms-cart-detailed .add-form-btn:link,
#oms-cart-detailed .add-form-btn:visited {
    display: inline-block;
    font-size: 25px;
    color: #61b446;
    padding: 8px 0 0;
    text-decoration: none;
}

@media only screen and (max-width: 767px) {
    #oms-cart-detailed .add-form-btn,
    #oms-cart-detailed .add-form-btn:link,
    #oms-cart-detailed .add-form-btn:visited {
        padding: 6px 0 0;
    }
}

#oms-cart-detailed .add-form-btn.filled,
#oms-cart-detailed .add-form-btn.filled:link,
#oms-cart-detailed .add-form-btn.filled:visited {
    background-color: #ebebeb;
    padding-left: 8px;
    padding-right: 8px;
}

#oms-cart-detailed a span {
    cursor: pointer;
}

#oms-cart-detailed .edit-icon {
    width: 25px;
    height: 25px;
    displaY: inline-block;
    background: url(../img/edit.png) no-repeat center center;
}

@media only screen and (max-width: 767px) {
    #oms-cart-detailed .edit-icon {
        width: 20px;
        height: 20px;
        background-size: 20px;
    }
}

#oms-cart-detailed .iconPlus {
    width: 25px;
    height: 25px;
    background: url(../img/plus.png) no-repeat;
    display: inline-block;
}

@media only screen and (max-width: 767px) {
    #oms-cart-detailed .iconPlus {
        width: 20px;
        height: 20px;
        background-size: 20px;
    }
}

#oms-cart-detailed ul {
    list-style-type: disc;
    margin: 1em 0;
    padding-left: 2em;
}

#oms-cart-detailed ul,
#oms-cart-detailed ul li {
    padding: 0;
    margin: 0;
    list-style: none;
}

#oms-cart-detailed .content ul {
    margin: 30px 0;
}

#oms-cart-detailed .content .select-wrp ul {
    margin: 0;
}


#oms-cart-detailed .select-options ul li {
    line-height: 1;
    margin: 0;
    padding: 8px 10px;
    display: block;
    font-size: 14px;
    color: #606060;
    cursor: pointer;
}

#oms-cart-detailed .content ul li {
    margin: 0 0 15px 0;
    position: relative;
    padding-left: 10px;
}

#oms-cart-detailed .select-options ul li:nth-child(odd) {
    background: #f6f6f6;
}

#oms-cart-detailed .select-options ul li {
    margin: 0;
    padding: 8px 10px;
}

#oms-cart-detailed .select-options ul li a {
    color: #606060;
    display: block;
}

#oms-cart-detailed button.button {
    appearance: none;
    box-shadow: none;
    border: 0;
    transition: color .3s ease, background .3s ease;
    text-transform: none;
}

#oms-cart-detailed button.button-cancel {
    background: transparent;
    color: #60bb46;
    font-size: 14px;
    font-weight: normal;
}

#oms-cart-detailed button.button {
    appearance: none;
    box-shadow: none;
    border: 0;
}


#oms-cart-detailed .form-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-left: 0px;
    margin-right: 0px;
}

#oms-cart-detailed .form-row:not(:last-child) {
    margin-bottom: 20px;
}

#oms-cart-detailed .form-row .field .select-dropdown {
    width: 100%;
}

#oms-cart-detailed .field-validation-error {
    text-align: left;
    display: block;
    margin-top: 5px;
    color: #a81512;
    font-size: 13px;
}

@media only screen and (min-width: 480px) {
    #oms-cart-detailed .form-row .field {
        width: calc(50% - 10px);
    }

    #oms-cart-detailed .form-row.address1 .field:nth-child(1) {
        width: calc(100% - 100px);
    }

    #oms-cart-detailed .form-row.address2 .field {
        width: calc(50% - 68px);
    }

    #oms-cart-detailed .form-row.address2 .field:nth-child(1) {
        width: 95px;
    }
}

#oms-cart-detailed #btn-oms-checkout {
    margin-bottom: 10px;
    color: white !important;
}


#oms-cart-detailed #proposals-oms .title_choice {
    font-weight: bold;
    margin-bottom: 20px;
}

#oms-cart-detailed #proposals-oms .choice {
    padding: 10px 20px;
    height: 100%;
    box-shadow: 0px 3px 6px #00000029;
}


#oms-cart-detailed #proposals-oms .choice input[type=radio] {
    opacity: 0;
    visibility: hidden;
    margin: 0;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#oms-cart-detailed #proposals-oms .choice input[type="radio"] ~ label {
    padding-left: 25px;
    text-align: left;
    max-width: 100%;
    display: block;
    position: relative;
    color: #666666;
    font-size: 16px;
}

#oms-cart-detailed #proposals-oms .choice input[type="radio"]:not(:checked) ~ label {
    cursor: pointer;
}

#oms-cart-detailed #proposals-oms .choice input[type="radio"] ~ label:before {
    content: '';
    width: 16px;
    height: 16px;
    display: inline-block;
    border: 1px solid #999999;
    border-radius: 4px;
    background-color: #ffffff;
    position: absolute;
    top: auto;
    bottom: 3px;
    left: 0;
    border-radius: 50%;
}

#oms-cart-detailed #proposals-oms .choice input[type="radio"] ~ label:after {
    content: '';
    display: inline-block;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    left: 3px;
    bottom: 6px;
    background: #60BB46;
    position: absolute;
    opacity: 0;
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

#oms-cart-detailed #proposals-oms .choice input[type="radio"]:checked ~ label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

#oms-cart-detailed #proposals-oms .mode {
    margin-bottom: 12px;
}

#oms-cart-detailed #proposals-oms .mode .text {
    font-size: 14px;
    font-weight: bold;
}

#oms-cart-detailed #proposals-oms .mode .product {
    margin: 10px 0;
}

@media only screen and (min-width: 768px) {
    #oms-cart-detailed #proposals-oms .mode .product {
        margin-left: 60px
    }
}

#oms-cart-detailed #proposals-oms .warning {
    color: red;
    font-weight: bold;
}

#oms-cart-detailed.submit {
    position: relative;
    display: inline-block;
    padding: 15px 20px;
    background: #60bb46;
    color: #fff;
    font-size: 17px;
    text-align: center;
    min-width: 140px;
    transition: all .3s ease;
}

#oms-cart-detailed .submit i {
    margin-left: 7px;
}

#oms-cart-detailed .arrow-submit i {
    margin: 0;
}

#oms-cart-detailed .arrow-submit input {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    padding: 0;
    opacity: 0;
    cursor: pointer;
}

#oms-cart-detailed .arrow-submit {
    position: absolute;
    right: 0;
    top: 0;
    background: #ebebeb;
    color: #63b32e;
    padding: 0;
    height: 100%;
    min-width: 40px;
    width: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border: solid 1px #cbcbcb;
    border-left: none;
    border-radius: 3px;
    height: 43px;
}

@media only screen and (min-width: 768px) {
    #oms-cart-detailed .arrow-submit {
        min-width: 40px;
        width: 40px;
    }
}

#oms-product {
    text-align: left;
    background: #f7f7f7;
    padding: 0;
    font-size: 14px;
    width: 100%;
    border-bottom: solid 2px #e8e8e9;
    box-shadow: 0 0 3px 2px rgb(0 0 0 / 10%);
}

/* @media only screen and (min-width: 768px) {
    #oms-product {
        padding: 23px 30px;
    }
} */

#oms-product .text {
    margin-bottom: 15px;
    position: relative;
    text-align: left;
    display: flex;
    align-items: center;
}

#oms-product .text .icn {
    font-size: 27px;
    width: 80px;
    text-align: center;
    padding: 0 10px;
    color: #005d62;
    margin: 0;
}

@media only screen and (min-width: 768px) {
    #oms-product .text .icn {
        text-align: right;
        margin-left: -15px;
    }
}

#oms-product .text p {
    font-size: 14px;
    margin: 0;
    line-height: 1.2;
}

#oms-product .text b {
    font-size: 14px;
    color: #333333;
}

@media only screen and (min-width: 787px) {
    #oms-product .text b {
        font-size: 18px;
    }
}

#oms-product #others-stores {
    text-transform: none;
    height: 40px;
    line-height: normal;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    max-height: 40px;
}

#oms-product #stores {
    font-weight: bold;
}

#oms-product .others-stores-content {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media only screen and (min-width: 768px) {
    #oms-product .others-stores-content{
        justify-content: flex-start;
    }
}

#oms-product #others-stores .icon-Arrow {
    font-size: 14px;
    color: #ffffff;
}

@media only screen and (min-width: 992px) {
    #oms-stock-all-modal .modal-dialog {
        min-width: 780px;
    }
}

@media only screen and (min-width: 576px) {
    #oms-stock-all-modal .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
        margin-top: 1.75rem;
        margin-right: auto;
        margin-bottom: 1.75rem;
        margin-left: auto;
    }
}


#oms-stock-all-modal #title {
    margin-top: 16px;
    font-size: 16px;
    color: #60BB46;
    text-align: center;
}

@media only screen and (min-width: 768px) {
    #oms-stock-all-modal #title {
        font-size: 22px;
    }
}

#oms-stock-all-modal .modal-content {
    color: black;
}

/* @media only screen and (min-width: 768px) {
    #oms-stock-all-modal .modal-content {
        padding-left: 15px;
    }
} */

#oms-stock-all-modal .modal-header {
    border: none;
    position: sticky;
    top: 0;
    background-color: #ffffff;
    z-index: 2;
    padding: 0 16px 0 16px;
}

@media only screen and (min-width: 768px) {
    #oms-stock-all-modal .modal-header {
        padding-right: 40px;
    }
}

#oms-stock-all-modal .modal-title {
    padding: 20px 0 20px 0;
    position: relative
}

@media only screen and (min-width: 768px) {
    #oms-stock-all-modal .modal-title {
        padding: 31px 0 31px 0;
    }
    
}

#oms-stock-all-modal .modal-title .lm-icon2.icon-RemoveFromFav {
    color: #B7B3B3;
    font-size: 30px;
}


@media only screen and (min-width: 768px) {
    #oms-stock-all-modal .modal-title .lm-icon2.icon-RemoveFromFav {
        font-size: 35px;
    }
}

#oms-stock-all-modal .modal-header .close {
    position: absolute;
    right: 8px;
    padding: 10px;
    top: 20%;
    opacity: 1;
}

@media only screen and (min-width: 768px) {
    #oms-stock-all-modal .modal-header .close {
        top: 40%;
    }
}

#oms-stock-all-modal .modal-body {
    font-size: 17px;
    padding-top: 0;
}

@media only screen and (min-width: 768px) {
    #oms-stock-all-modal .modal-body {
        padding-left: 110px;
        margin-right: 75px;
        margin-bottom : 30px;
    }
}

#oms-stock-all-modal .store-modal-content {
    border-bottom: 2px solid #eeeef0;
    display: flex;
    padding: 15px 15px 15px 0;
}

#oms-stock-all-modal .store-modal-content-desc {
    display: flex;
    flex-direction: column;
    line-height: 1.3;
    font-size: 14px;
    width: 100%
}

@media only screen and (min-width: 768px) {
    #oms-stock-all-modal .store-modal-content-desc {
        font-size: 16px;
    }
}

#oms-stock-all-modal .store-modal-content-select {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

#oms-stock-all-modal .store-modal-content .icn.icon-Store {
    font-weight: bold;
    font-size: 25px;
    padding-right: 25px;
}

#oms-stock-all-modal .store-modal-content .store-name {
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    padding-bottom: 10px;
}

@media only screen and (min-width: 768px) {
    #oms-stock-all-modal .store-modal-content .store-name {
        font-size: 18px;
    }
}

#oms-stock-all-modal .store-modal-content .store-address {
    font-size: 14px;
    color: #666666;
}

#oms-stock-all-modal .store-modal-content .store-stock {
    padding-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: start;
}

#oms-stock-all-modal .store-modal-content .store-stock i {
    padding-right: 5px;
    font-size: 16px;
}

#oms-stock-all-modal .store-modal-content .store-stock-available {
    color: #60bb46;
}

#oms-stock-all-modal .store-modal-content .store-stock-available i {
    color: #60bb46;
}

#oms-stock-all-modal .store-modal-content .store-stock-unavailable {
    color: #B7B3B3;
}

#oms-stock-all-modal .store-modal-content .store-stock-unavailable i {
    color: #B7B3B3;
}

#oms-stock-all-modal .store-select {
    text-transform: none;
    height: 40px;
    line-height: normal;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    max-height: 40px;
    min-width: 96px;
    margin-left: 5px;
}

#oms-stock-all-modal .store-select.disabled {
    background-color: #B7B3B3;
    color: #ffffff;
}

#oms-stock-all-modal .store-select .icon-Arrow {
    font-size: 12px;
    margin-left: 10px;
}

.oms-tooltip{
    max-width: 180px;
	background: #ffffff !important;
    text-align: left !important;
    padding: 12px 16px 20px 16px !important;
    font-size: 16px !important;
    border: none !important;
    color: #B7B3B3 !important;
    font-weight: normal !important;
    box-shadow: 0px 3px 6px #00000029 !important
}


.oms-tooltip-not-available{
    max-width: 190px;
}

@media only screen and (max-width: 767px) {
    .oms-tooltip{
        font-size: 11px!important;
    }  
}

.oms-tooltip:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 34%;
    margin-left: -8px;
    width: 0; height: 0;
    border-top: 11px solid #d5d5d5;
    border-right: 11px solid transparent;
    border-left: 11px solid transparent;
 }

.oms-tooltip:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 35%;
    margin-left: -10px;
    width: 0; height: 0;
    border-top: 10px solid #FAFAFA;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
 }

.original-price {
    position: relative;
    color: gray;
}

.original-price::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    width: 90%;
    height: 2px;
    /* Épaisseur de la ligne */
    background-color: black;
    /* Couleur de la ligne */
    transform: rotate(-25deg);
    transform-origin: right bottom;
}

.deliveryCostOffer {
    background: #D4F3EA 0% 0% no-repeat padding-box;
    border: 1px solid #00263A;
    border-radius: 4px;
    opacity: 1;
    text-align: left;
    padding: 4px;
    margin-right: 5px;
    font: normal normal normal 14px/17px Leroy Merlin Sans;
    letter-spacing: 0px;
    color: #00263A;
    opacity: 1;
}

@media only screen and (max-width: 767px) {
    .deliveryCostOffer {
        padding: 0;
    }
}