
.metiaddtocart .sect.actions {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    max-width: 460px;
    border: none;
    justify-content: space-between;
    align-items: initial;
    -ms-flex-align: initial;
    -webkit-align-items: initial;
    -moz-align-items: initial;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
}

@media only screen and (max-width: 767px) {
    .metiaddtocart .sect.actions {
        padding-bottom: 0px;
    }
}

.metiaddtocart .cart-button-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.metiaddtocart .quantWrp {
    width: 90px;
    text-align: center;
    border: solid 2px #acacac;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (max-width: 767px) {
    .metiaddtocart .btn i, .metiaddtocart a.btn i {
        margin-left: 15px;
        vertical-align: inherit;
    }
}

.metiaddtocart .quantWrp .handler {
    width: 35px;
    position: relative;
    cursor: pointer;
    color: #acacac;
}

.metiaddtocart .quantWrp .handler.decr:before {
    content: "\e915";
    font-family: 'leroy';
    position: absolute;
    top: 50%;
    left: 50%;
    color: #979797;
    margin: -12px 0 0 -13px;
    font-size: 26px;
    line-height: 1;
}

@media only screen and (max-width: 767px) {
    .metiaddtocart .quantWrp .handler.decr:before {
        font-size: 19px;
        margin: -8px 0 0 -10px;
    }
}

.metiaddtocart .quantWrp input {
    height: 56px;
    font-size: 18px;
    width: 28px;
    text-align: center;
    color: #222222;
    background: transparent;
}

.metiaddtocart .quantWrp .handler {
    width: 35px;
    position: relative;
    cursor: pointer;
    color: #acacac;
}

.metiaddtocart .quantWrp .handler.incr:before {
    content: "\e90a";
    font-family: 'leroy';
    position: absolute;
    top: 50%;
    right: 50%;
    color: #979797;
    margin: -12px -13px 0 0;
    font-size: 26px;
    line-height: 1;
}

@media only screen and (max-width: 767px) {
    .metiaddtocart .quantWrp .handler.incr:before {
        font-size: 19px;
        margin: -8px -11px 0 0;
    }
}

.metiaddtocart input[type=number] {
    -moz-appearance: textfield;
}

.metiaddtocart input::-webkit-outer-spin-button,
.metiaddtocart input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.metiaddtocart input {
    border: none;
    outline: none;
}


.metiaddtocart .cart-button-container .addToCart {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-right: 8px;
    margin-left: 8px;
    height: auto;
}

.metiaddtocart .cart-button-container .addToCart span {
    font-size: 18px;
}

.metiaddtocart .actions .button {
    padding: 9px 10px;
    padding-top: 9px;
    padding-right: 10px;
    padding-bottom: 9px;
    padding-left: 10px;
    font-size: 14px;
    min-width: 124px;
}

.metiaddtocart .sect.restInfo {
    background: #f8f7f2;
    box-shadow: 0 0 3px 2px rgba(0,0,0,0.1);
    justify-content: center;
    padding: 0;
    width: 100%;
}

.metiaddtocart .sect {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    margin: 20px 0;
    border-bottom: solid 2px #e8e8e9;
    max-width: 460px;
}

.metiaddtocart .yRow {
    text-align: left;
    background: #f7f7f7;
    padding: 23px;
    font-size: 14px;
    color: #777777;
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .metiaddtocart .yRow {
        padding: 15px 23px;
    }
}

.yRow + .yRow {
    border-top: solid 2px #e3e3e4;
}

.metiaddtocart .yRow .text {
    position: relative;
    text-align: left;
    display: flex;
    align-items: center;
}

.metiaddtocart .yRow .icn {
    width: 80px;
    text-align: right;
    padding: 0 10px;
    color: #005d62;
    margin: 0;
    margin-left: -15px;
}

.metiaddtocart .yRow.disabled .icn {
    color: #aaaaaa;
}

.metiaddtocart .yRow .icn.disabled {
    color: #aaaaaa;
}

.metiaddtocart .yRow i {
    font-size: 27px;
    color: #aaaaaa;
    margin-right: 10px;
}

.metiaddtocart .icon-Delivery:before {
    content: "\e906";
    color: rgb(13, 101, 105);
}

.metiaddtocart .yRow p {
    font-size: 14px;
    color: #777777;
    margin: 0;
    line-height: 1.2;
}

@media only screen and (max-width: 767px) {
    .metiaddtocart .yRow p {
        line-height: 1;
    }
}

.metiaddtocart .yRow b {
    font-size: 18px;
    color: #333333;
}

@media only screen and (max-width: 767px) {
    .metiaddtocart .yRow b {
        font-size: 14px;
    }
}

.metiaddtocart .yRow h6 {
    font-size: 17px;
    color: #005d62;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0px;
}

@media only screen and (max-width: 767px) {
    .metiaddtocart .yRow h6 {
        font-size: 12.75px;
    }
}

.metiaddtocart .yRow.disabled h6 {
    color: #aaaaaa;
    margin-top: 0;

}

.metiaddtocart .yRow .remainingStock {
    font-size: 14px;
}

@media only screen and (max-width: 767px) {
    .metiaddtocart .yRow .remainingStock {
        font-size: 11px;
    }
}

.metiaddtocart .yRow .get-in-store {
    font-size: 14px;
}

@media only screen and (max-width: 767px) {
    .metiaddtocart .yRow .get-in-store {
        font-size: 11px;
    }
}

.metiaddtocart .yRow .stock {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-end;
    margin-left: 0;
    margin-top: 20px;
    max-width: 400px;
}

.metiaddtocart .stock .lines {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    width: 52px;
}

.metiaddtocart .yRow .stock .lines {
    width: 60px;
    padding-right: 2px;
}

.metiaddtocart .yRow .stock .line {
    display: block;
    background: #c2c2c2;
    width: 10px;
    height: 10px;
    margin: 0 1.5px;
}

.metiaddtocart .stock .lines.highStock .line {
    background: #78c147;
    border: none;
}

.metiaddtocart .yRow .stock .line:nth-child(2) {
    height: 22px;
}

.metiaddtocart  .yRow .stock .line:nth-child(3) {
    height: 35px;
}

.metiaddtocart .stock .lines.highStock .line {
    background: #78c147;
    border: none;
}

.metiaddtocart .stock .lines.medStock .line:nth-child(1) {
    background: #78c147;
    border: none;
}

.metiaddtocart .stock .lines.medStock .line:nth-child(2) {
    background: #78c147;
    border: none;
}

.metiaddtocart .stock .lines.lowStock .line:nth-child(1) {
    background: #78c147;
    border: none;
}

.metiaddtocart .stock .txt {
    font-size: 14px;
    color: #666666;
    width: calc(100% - 60px);
    padding-left: 5px;
    line-height: 1.3;
}

.metiaddtocart .stock .txt p {
    font-size: 14px;
    color: #666666;
}

.metiaddtocart .not-available-quantity {
    font-size: 17px;
    color: #ffa300;
    line-height: 1.3;
    margin: 10px 0 0;
}

.metiaddtocart .not-available {
    font-size: 17px;
    color: #a1a1a1;
    line-height: 1.3;
    margin: 10px 0 0;
}

.metiaddtocart .yRow .text .not-available {
    font-size: 14px;
}

.metiaddtocart .sect.restInfo .available {
    width: 100%;
    border-top: solid 2px #e3e3e4;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    padding: 15px;
}

.metiaddtocart .sect.restInfo .available {
    width: 100%;
    border-top: solid 2px #e3e3e4;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    padding: 15px;
}

.metiaddtocart .sect.restInfo .available .desc {
    width: 100%;
    text-align: center;
}

.metiaddtocart .restInfo .selectWrp.green, 
.metiaddtocart .restInfo .selectWrp.green .selectDropdown {
    display: block;
}

.metiaddtocart .selectWrp.green {
    margin-left: auto;
    margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
    .metiaddtocart .selectWrp.green {
        margin: 0!important;
    }
}

.metiaddtocart .phone {
    font-size: 15px;
    color: #666666;
    font-weight: bold;
    line-height: 1.2;
}

@media only screen and (max-width: 767px) {
    .metiaddtocart .phone {
        font-size: 12px;
    }
}

.metiaddtocart .phone i {
    font-size: 18px;
    margin-right: 5px;
    display: inline-block;
    margin-bottom: -3px;
}


@media only screen and (max-width: 767px) {
    #product .phone .icon-LMCall {
        color: #666666;
    }

    .phone a {
        color: #666666;
    }

    .metiaddtocart .phone i {
        font-size: 14px;
    }

    .metiaddtocart .restInfo .phone {
        margin: 0!important;
    }
}

.metiaddtocart .restInfo .phone {
    margin: 6px 0;
}



.metiaddtocart .selectDropdown,
.metiaddtocart .selectDropdown .trigger .selected {
    vertical-align: middle
}

.metiaddtocart .selectDropdown {
    position: relative;
    display: inline-block;
    text-align: left;
    min-width: 62px;
    z-index: 4;
}

.metiaddtocart .selectDropdown.oneStore {
    width: 100%;
    text-align: center;
}

.metiaddtocart .selectDropdown.dropdownOpen {
    z-index: 200;
}

.cart-store-dropdown .selectDropdown .trigger,
.metiaddtocart .selectDropdown .trigger {
    font-size: 13px;
    color: #515151;
    background: #fff;
    cursor: pointer;
    padding: 0 30px 0 10px;
    position: relative;
    line-height: 41px;
    border-radius: 3px;
    border: solid 1px #cbcbcb;
}

.cart-store-dropdown .selectDropdown .trigger .selected,
.metiaddtocart .selectDropdown .trigger .selected {
    font-weight: bold;
    font-size: 16px;
    line-height: 40px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    max-width: 100%;
}

@media only screen and (max-width: 767px) {
    .cart-store-dropdown .selectDropdown .trigger .selected,
    .metiaddtocart .selectDropdown .trigger .selected {
        font-size: 12px;
        margin: 5px 0;
    }
}


.cart-store-dropdown .selectWrp.green .trigger,
.metiaddtocart .selectWrp.green .trigger {
    box-shadow: none;
    color: #60bb46;
    min-width: 165px;
}

.metiaddtocart .selectWrp.green .oneStore .trigger {
    text-align: center;
}


@media only screen and (max-width: 767px) {
    .cart-store-dropdown .selectWrp.green .trigger {
        padding-left:0;
    }

    .cart-store-dropdown.metiaddtocart.js-metiaddtocart-cart {
        margin-top:0;
    }

    .cart-store-dropdown .selectDropdown .trigger .selected {
        line-height: normal;
    }

    .cart-store-dropdown .selectDropdown .trigger {
        line-height: normal;
    }
}

.cart-store-dropdown .selectWrp.not-filled, .selectWrp.not-filled .trigger,
.metiaddtocart .selectWrp.not-filled, .selectWrp.not-filled .trigger {
    color: #9a9b99;
}

.metiaddtocart .restInfo .selectWrp.green .trigger {
    box-shadow: none;
    color: #60bb46;
    min-width: 50px;
    background: none;
    padding: 0;
    border: none;
    line-height: 1;
    padding-right: 30px;
    display: inline-block;
    max-width: 100%;
}


.metiaddtocart .restInfo .selectWrp.green .selectDropdown {
    display: block;
}

.cart-store-dropdown .selectDropdown .trigger:before,
.metiaddtocart .selectDropdown .trigger:before {
    content: "\e901";
    font-family: 'leroy';
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -6px;
    font-size: 14px;
    transition: all .3s ease;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    line-height: 1;
    color: rgb(135, 196, 113);
}

.cart-store-dropdown .selectDropdown.oneStore .trigger:before,
.metiaddtocart .selectDropdown.oneStore .trigger:before {
    display: none;
}

@media only screen and (max-width: 767px) {
    .cart-store-dropdown .selectDropdown .trigger:before,
    .metiaddtocart .selectDropdown .trigger:before {
        font-size: 12px;
    }
}

.metiaddtocart .restInfo .selectDropdown .trigger .selected {
    line-height: 1;
    font-size: 16px;
}

@media only screen and (max-width: 767px) {
    .metiaddtocart .restInfo .selectDropdown .trigger .selected {
        font-size: 12px;
    }
}

.cart-store-dropdown .selectDropdown .trigger input,
.metiaddtocart .selectDropdown .trigger input {
    width: auto;
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
    height: 25px;
    display: none;
}

.cart-store-dropdown .selectOptions,
.metiaddtocart .selectOptions {
    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;
}

.cart-store-dropdown .section.uspsWrp,
.metiaddtocart .section.uspsWrp, 
.selectOptions .vscroll {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.metiaddtocart .selectOptions .vscroll {
    max-height: 280px;
    position: relative;
    z-index: 2;
}

.metiaddtocart  ul {
    list-style-type: disc;
    margin: 1em 0;
    padding-left: 2em;
}

.metiaddtocart ul, .metiaddtocart ul li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.metiaddtocart .selectOptions ul li {
    line-height: 1;
    margin: 0;
    padding: 8px 10px;
    display: block;
    font-size: 14px;
    color: #606060;
    cursor: pointer;
}

.metiaddtocart .selectOptions ul li:nth-child(odd) {
    background: #f6f6f6;
}

.metiaddtocart .selectOptions ul li:hover, .selectOptions ul li:hover a {
    color: #60bb46;
}


.metiaddtocart .selectOptions ul li a {
    color: #606060;
    display: block;
}

@media only screen and (min-width: 360px) {
    .metiaddtocart .sect.restInfo .available .desc {
        width: 55%;
        padding-right: 16px;
        text-align: left;
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 479px) {
    .metiaddtocart .sect.restInfo .available {
        padding: 6px 30px!important;
    }
}

@media only screen and (min-width: 420px) {
    .metiaddtocart .sect.actions a.button,
    .metiaddtocart .sect.actions button.button {
        font-size: 16px;
        max-width: 253px;
        margin: 0 auto;
    }

    .metiaddtocart .yRow {
        padding: 23px 30px;
    }

    .metiaddtocart .sect.restInfo .available {
        padding: 8px 30px;
    }

    .metiaddtocart .sect.actions button.button.addToCart {
        margin-left: 10px;
        margin-right: 10px;
        line-height: 0;
    }
}

@media only screen and (min-width: 480px) {
    .metiaddtocart .sect.actions a.button, .metiaddtocart .sect.actions button.button {
        font-size: 18px;
    }
}

@media only screen and (min-width: 960px) {
    .metiaddtocart .sect.actions button.button.addToCart {
        margin-left: 19.5px;
        margin-right: 19.5px;
    }
}

@media only screen and (min-width: 640px) {
    .metiaddtocart .quantWrp {
        width: 108px;
    }
    .metiaddtocart .quantWrp .handler {
        width: 35px;
    }

    .metiaddtocart .quantWrp input {
        font-size: 18px;
        width: 33px;
    }

    .metiaddtocart .quantWrp .handler {
        width: 35px;
    }

    .metiaddtocart .sect.restInfo .available {
        justify-content: flex-start;
    }

    .metiaddtocart .sect.restInfo .available {
        justify-content: flex-start;
    }

    .metiaddtocart .sect.restInfo .selectDropdown {
        text-align: left;
    }
}

/* Alert */
.metiaddtocart-alert.swal2-popup .swal2-title {
    font-size: 22px;
    color: #FFA300;
}

.metiaddtocart-alert.swal2-popup .swal2-title .icon-exclamation {
   margin-right: 15px;
}

.metiaddtocart-alert button {
    text-transform: none;
    margin: 10px;
}

.metiaddtocart-alert .swal2-header {
    margin-bottom: 10px
}

.metiaddtocart-alert #swal2-content {
    font-size: 16px;
    font-weight: normal;
    color: #636262;
    margin: 0 50px 20px 50px;
}

.metiaddtocart-alert .swal2-checkbox span {
    font-size: 14px;
    color: #000;
    padding: 2px 2px 2px 10px;
    display: inline-block;
    text-align: left;
    font-weight: normal;
    cursor: pointer;
  }

.metiaddtocart-alert input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
}

.metiaddtocart-alert input[type=checkbox] {
    border-radius: 4px;
    height: 25px;
    width: 25px;
    background-color: #ffffff;
    border: 1px solid #999999;
    transition: all .2s ease-out;
    cursor: pointer;
}

.metiaddtocart-alert input[type="checkbox"]:checked {
    background: #63b32e;
    border: 1px solid #63b32e;
    margin: 0 .4em;
    position: relative;
}

.metiaddtocart-alert input[type="checkbox"]:checked:before {
    font-family: 'leroy';
    content: '\e926';
    display: block;
    color: #fff;
    font-size: 10px;
    position: absolute;
    line-height: 25px;
    text-align: center;
    width: 25px;
  }

.metiaddtocart .store-txt {
    width: 100%;
    color: #60bb46;
    font-weight: bold;
    font-size: 16px;
}

.cart-store-dropdown .selectDropdown .trigger{ 
    border-width: 0px;
}

@media only screen  and (min-width: 360px) and (max-width: 767px) {
    .metiaddtocart .actions .button {
        width: 202px;
    }
}

@media only screen and (max-width: 767px) {
    .metiaddtocart.js-metiaddtocart-product .icn.icon-Store {
        text-align: center;
    }

    .metiaddtocart .cart-button-container .addToCart span,
    .metiaddtocart .actions .button {
        font-size: 13.5px;
    }

    .metiaddtocart .actions .button {
        height: 45px;
        padding: 14px 0 15px;
        margin-right: 15px;
        margin-left: 9px;
    }

    .metiaddtocart .quantWrp {
        height: 45px;
        width: 81px;
    }

    .metiaddtocart .quantWrp input {
        height: 45px;
    }

    .metiaddtocart .restInfo .phone {
        width: 100px;
    }

    .metiaddtocart .available {
        position: relative;
    }

    .metiaddtocart .stock-text {
        font-size: 11px;
        position: absolute;
        left: 60%;
        width: 110px;
        bottom: 48%;
    }

    .metiaddtocart .sect {
        margin: 10px 0;
    }
}

.metiaddtocart .msg-mpc{
    text-align: center;
    font-size: 14px;
    font-weight: 400;
}

.metiaddtocart .m2-to-boxe .nbUnitsWrp {
    border: solid 1px #acacac;
    min-height: 40px;
    padding: 10px;
    display: flex;
    align-items: center;
}

.metiaddtocart .m2-to-boxe .label {
    color: #919191;
    display: flex;
    align-items: center;
}

.metiaddtocart .m2-to-boxe .nbBoxesWrp {
    color: #919191;
    min-height: 40px;
    padding: 10px;
    background-color: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content:space-between;
    flex: 2;
}

.metiaddtocart .m2-to-boxe .nbBoxesWrp .nb-boxes {
    flex: 2;
    text-align: center;
}


.metiaddtocart .select-store-delivery-home {
    font-size: 14px;
    color: #000;
    display: flex;
}

.metiaddtocart .select-store-delivery-home i.icon-exclamation {
    color: #fea301;
    font-size: 16px;
    margin-top: 5px;
}