.site[data-page="order"] .main-content {
    background: #c0c0c0 -webkit-linear-gradient(75deg, #d5d5d5 50%, #c0c0c0 50.1%) no-repeat;
    background: #c0c0c0 -o-linear-gradient(75deg, #d5d5d5 50%, #c0c0c0 50.1%) no-repeat;
    background: #c0c0c0 linear-gradient(15deg, #d5d5d5 50%, 50.1% #c0c0c0) no-repeat;
}


.hidden{
    visibility: hidden;
    height: 0;
}

select::-ms-expand {
    display: none;
}

.order-layout {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: -6px;
    margin-right: -6px;
    padding-top: 40px;
    padding-bottom: 40px;
}

ul,
figure {
    display: block;
    padding: 0;
    margin: 0;
}

ul {
    list-style: none;
}

.order-layout * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.order-layout .red-text {
    color: red;
    font-weight: 700;
}

.order-layout-left,
.order-layout-right {
    padding: 0 6px;
}

.order-layout-left {
    width: 65%;
}

.order-layout-right {
    width: 35%;
}

/* checkbox start */
.check-radio {
    display: block;
}

.check-radio-element {
    display: block;
    padding-left: 30px;
    position: relative;
    font-size: 14px;
    line-height: 22px;
}

.check-radio-element:before,
.check-radio-element:after {
    content: '';
    width: 22px;
    height: 22px;
    background-color: #fff;
    border: 1px solid #ddd;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: background-color 0.2s ease;
    -o-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
}

.check-radio-element:after {
    width: 14px;
    height: 14px;
    border: 0;
    top: 4px;
    left: 4px;
}

.check-radio-input {
    /*display: none;*/
    visibility: hidden;
    position: absolute;
}

.check-radio-input[type="checkbox"]~.check-radio-element:after {
    background: url('../../images/checkbox.svg') no-repeat center center;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

.check-radio-input[type="checkbox"]:checked~.check-radio-element:after {
    opacity: 1;
}

/* end of checkbox */

.fields-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -5px;
}

.field {
    padding: 5px;
}

.field-25 {
    width: 25%;
}

.field-33 {
    width: 33.333%;
}

.field-50 {
    width: 50%;
}

.field-100 {
    width: 100%;
}

/* Grid columns parent Start*/
.g-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -6px;
}

.g-row>* {
    padding: 6px;
    width: 100%;
}

/* Grid columns parent End */

.shop-btn {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    cursor: pointer;
    text-decoration: none;
    color: #15517a;
    border: 1px solid #16517b;
    background: none;
    border-radius: 6px;
    padding: 9px;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
}


.order-item.selected .shop-btn,
.non-touch .order-item:hover .shop-btn {
    border-color: #b31222;
    background-color: #e30016;
    color: #fff;
}

.order-col-left,
.order-col-right {
    width: 100%;
    padding: 0;
}

.order-col-left {
    margin-bottom: 12px;
}

.order-col-right {
    border-radius: 4px;
}

.order-layout .order-img {
    padding-top: 50%;
    display: block;
    height: 0;
    position: relative;
}

.order-layout .order-img>img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.order-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer;
    background-color: #fff;
    color: #3e3e3e;
    min-height: 100%;
    opacity: 0.8;
    filter: grayscale(100%);
    border-radius: 4px;
    padding: 15px;
    text-decoration: none;
    border: 4px solid transparent;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.order-link-text .purple-text {
    color: #b83296;
}

.non-touch .order-item:hover .order-link,
.order-item.selected .order-link {
    filter: grayscale(0);
    opacity: 1;
    border-color: #e30016;
}

.non-touch .order-item:hover .order-link {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px)
}

.order-text > p {
    position: relative;
    font-size: 15px;
    line-height: 1.3;
    margin: 0 0 8px;
}

.order-text>h2 {
    font-size: 20px;
    text-transform: uppercase;
    margin: 0 0 14px;
}

.order-text>p:last-child {
    margin-bottom: 0;
}

.order-link-text {
    color: #23211f;
    text-align: center;
    font-size: 30px;
    margin-bottom: 8px;
    font-size: 1.7em;
    text-transform: uppercase;
}

.order-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap;
    background: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.order-price .product-old-price {
    font-size: 0.9em;
}

.order-price .new-price,
.order-price .old-price {
    padding: 5px 0;
}

.order-price .old-price {
    margin-left: 5px;
}

.old-price {
    padding: 5px;
    line-height: 1;
    text-decoration: line-through;
    font-size: 20px;
    color: #373737;
}

.new-price {
    padding: 5px;
    line-height: 1;
    font-weight: 700;
    color: #675e61;
    font-size: 24px;
}

.order-details {
    margin-bottom: 12px;
    padding-bottom: 0;
    padding-top: 0;
}

.order-form-wrapper {
    padding: 12px;
}

.order-form-wrapper {
    background: #f5f5f5;
    padding-bottom: 12px;
    padding-top: 0;
}

.order-header {
    color: #041b29;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    background: #d5d5d5;
    padding: 10px;
    margin: 0 -12px 10px -12px;
}

.order-header .icon-basket,
.order-header .icon-truck {
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
}

.order-details header.order-header {
    background: none;
}

.order-layout .order-summary {
    border-radius: 3px;
    background: #fff;
    color: #041b29;
    margin: 3px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.order-layout .order-summary-item {
    padding: 8px;
}

.remove-btn-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.remove-item-btn {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin-right: 8px;
    border-radius: 10px;
    background-color: #e30016;
}

.remove-item-btn:before,
.remove-item-btn:after {
    content: '';
    display: block;
    width: 12px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.remove-item-btn:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.remove-item-btn:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#total-row.order-details-item {
    font-weight: bold;
}

.order-details-list {
    margin-top: 20px;
}

.order-details-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 12px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #000;
}

.order-item-text {
    margin: 0;
}

.order-tabs-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.order-tabs-link {
    display: block;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    padding: 10px;
    background-color: #007fb4;
    font-size: 14px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-transition: background-color 0.35s ease;
    -o-transition: background-color 0.35s ease;
    transition: background-color 0.35s ease;
}

.order-tabs-link:not(:last-child) {
    margin-right: 2px;
}

.non-touch .order-tabs-link:hover,
.order-tabs-link.selected {
    background-color: #083448;
}

.order-form {
    display: none;
}

.order-form.active {
    display: block;
}

.order-accordion {
    border: 1px solid #b9d2de;
}


.order-accordion-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    padding: 12px;
    background-color: #def4ff;
    color: #3e3e3e;
}

.order-accordion-link.selected:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.order-accordion-link:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    margin-right: 6px;
    border-top: 5px solid transparent;
    border-left: 10px solid #3e3e3e;
    border-bottom: 5px solid transparent;
    -webkit-transition: -webkit-transform 0.35s ease;
    transition: -webkit-transform 0.35s ease;
    -o-transition: transform 0.35s ease;
    transition: transform 0.35s ease;
    transition: transform 0.35s ease, -webkit-transform 0.35s ease;
}

.order-accordion-link i.flag-icon {
    margin: 0 0 0 6px;
}

.order-accordion-content {
    display: none;
    background: #fff;
    padding: 6px;
}

.order-textarea {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    display: block;
    width: 100%;
    height: 105px;
    resize: none;
    border: 1px solid #e5e5e5;
    color: #3e3e3e;
    background-color: #fff;
    padding: 12px;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    overflow-y: auto;
}

.order-input {
    display: block;
    font-size: 16px;
    font-family: 'roboto', sans-serif;
    font-weight: 400;
    color: #3e3e3e;
    background: #fff;
    width: 100%;
    line-height: 1;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 10px 14px;
}

.order-select {
    position: relative;
}

.order-select .order-input {
    cursor: pointer;
    padding-right: 44px;
    position: relative;
}

.order-select:before {
    content: '';
    background: url('../../images/sel-arrow.svg') no-repeat center center;
    width: 44px;
    position: absolute;
    top: 5px;
    bottom: 5px;
    right: 5px;
    z-index: 3;
}

.order-select:focus-within:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

form .invalid input,
form .invalid select,
form .invalid span,
form .invalid textarea {
    border-color: red;
    color:red;
}

form .invalid label.check-radio-element {
    color: red;
}

form .invalid label.check-radio-element:before {
    border: 1px solid red;
}

form .invalid .select2-selection--single {
    border: 1px solid red;
}

form label.labelError {
    padding: 3px 10px;
    background: #ffb6b6;
    font-size: 12px;
    position: relative;
    top: -4px;
}

#form-messages {
    display: block;
    text-align: center;
    background: #5bb75b;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    color: white;
    padding: 10px;
    border-radius: 3px;
}

.submit-btn {
    display: block;
    cursor: pointer;
    padding: 18px 20px;
    font-size: 20px;
    line-height: 1;
    border: 0;
    color: #fff;
    font-weight: 700;
    background: -webkit-gradient(linear, left top, right top, from(#d0195f), to(#d81212));
    background: -webkit-linear-gradient(left, #d0195f 0%, #d81212 100%);
    background: -o-linear-gradient(left, #d0195f 0%, #d81212 100%);
    background: linear-gradient(to right, #d0195f 0%, #d81212 100%);
    width: 100%;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-radius: 4px;
    cursor: pointer;
    -webkit-transition: background-color 0.35s ease;
    -o-transition: background-color 0.35s ease;
    transition: background-color 0.35s ease;
}

.submit-btn[disabled] {
    background: #cacaca;
    color: #8e8e8e;
}

.non-touch .submit-btn[disabled]:hover {
    background-color: #e4e4e4;
}

.non-touch .submit-btn:hover {
    background-color: #b3052a;
}

.free_delivery_badge {
    justify-content: center;
    font-weight: bold;
    text-transform: uppercase;
    align-items: center;
    background: green;
    color: white;
    font-size: 0.8em;
    padding: 3px 6px;
}

.free_delivery_badge .icon-truck {
    margin-right: .4em;
    font-size: 0.8em;
}

.gratis {
    background: green;
    color: white;
    padding: 0.05em 0.3em;
    text-transform: uppercase;
    font-size: 1em;
}

.package-contains {
    width: 100%;
}
.package-text{
    font-size: 0.8em;
}

.order-badge {
    position: absolute;
    z-index: 1;
    top: -20px;
    right: -20px;
}

.price-delivery-row {
    flex-wrap: nowrap;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid gainsboro;
    align-items: center;
}

.package-item:before {
    content: "+";
    margin: 0 5px;
}

.package-item {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    width: 100%;
    margin: 0 5px 0 0;
}

.package-item span {
    border: 1px solid green;
    border-right: 0;
    padding: 0 5px;

}



.package-wrapper,
.package-content {
    display: flex;
    flex-wrap: nowrap;
    padding: 5px 0;
    justify-content: center;
    align-items: center;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (max-width: 1280px) {

    .order-link {
        padding: 10px;
    }

    .order-select:before {
        width: 38px;
    }

    .order-layout {
        margin-left: -5px;
        margin-right: -5px;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .order-layout-left,
    .order-layout-right {
        padding: 0 5px;
    }

    .price-delivery-row {
        flex-direction: column;
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
    }

    .package-wrapper,
    .package-content {
        flex-wrap: wrap;
        justify-content: center;
    }

    .package-wrapper .montly-supply,
    .package-wrapper .capsules {
        width: 100%;
        text-align: center;
    }

    .order-link-text {
        font-size: 1.5em;
    }
}

@media only screen and (max-width: 768px) {

    .order-link {
        padding: 4px;
    }

    .order-link-text {
        font-size: 1.2em;
    }

    .order-layout {
        display: block;
    }

    .order-layout-left,
    .order-layout-right {
        width: 100%;
    }

    .field-25,
    .field-33,
    .field-50 {
        width: 100%;
    }

    .price-delivery-row {
        flex-direction: column;
        flex-wrap: wrap;
        text-align: center;
    }

}

@media only screen and (max-width: 640px) {

    .order-link-text {
        font-size: 23px;
    }

    .old-price {
        font-size: 16px;
    }

    .new-price {
        font-size: 20px;
    }

    .price-delivery-row{
        flex-direction: column;
        flex-wrap: wrap;
        text-align: center;
    }
}

@media only screen and (max-width: 480px) {

    .order-link-text {
        font-size: 18px;
    }

    .shop-btn {
        font-size: 13px;
        padding: 6px;
    }
}

@media only screen and (max-width: 380px) {
    .order-link {
        padding: 2px;
    }

    .price-delivery-row {
        flex-direction: column;
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
    }
}


/* Grid columns  Media Queries */
@media only screen and (min-width: 320px) {

    .g-col-25 {
        width: 25%;
    }

    .g-col-33 {
        width: 33.333%;
    }

    .g-col-50 {
        width: 50%;
    }
}

@media only screen and (min-width: 640px) {
    .g-col-sm-25 {
        width: 25%;
    }

    .g-col-sm-33 {
        width: 33.333%;
    }

    .g-col-sm-50 {
        width: 50%;
    }
}

@media only screen and (min-width: 768px) {

    .g-col-md-25 {
        width: 25%;
    }

    .g-col-md-33 {
        width: 33.333%;
    }

    .g-col-md-50 {
        width: 50%;
    }
}


@media only screen and (min-width: 1024px) {

    .g-col-lg-25 {
        width: 25%;
    }

    .g-col-lg-33 {
        width: 33.333%;
    }

    .g-col-lg-50 {
        width: 50%;
    }
}

@media only screen and (min-width: 1280px) {
    .g-col-xl-25 {
        width: 25%;
    }

    .g-col-xl-33 {
        width: 33.333%;
    }

    .g-col-xl-50 {
        width: 50%;
    }
}