.page-header {
    background-color: #0436B2
}

.panel.wrapper {
    background-color: #0436B2 !important;
}

.columns {
    padding-top: 10px;
}

.header.content {
    padding: 30px 20px 15px !important;
}

.footer-title {
    text-transform: uppercase;
}

.action.primary {
    border-radius: 25px;
}

button.primary {
    background-color: #0436B1 !important;
}

/* Checkout Cart */
.cart-container .form-cart .actions.main {
    display: inline-flex;
    float: right;
}

.cart-container .form-cart .actions.main .continue {
    display: block;
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 7px;
    font-weight: bold;
    font-size: 14px;
}

.cart-container .form-cart .actions.main .continue a {
    color: #E32055;
    font-size: 15px;
    font-weight: 600;
}

.cart-container .form-cart .actions.additional {
    float: left;
    border-top: none;
}

.cart-container .form-cart .actions.additional .clear {
    display: none;

}

.cart-container .form-cart .actions.additional .update {
    background: transparent;
    cursor: pointer;
    vertical-align: middle;
    box-shadow: none;
    border: none;
}

.cart-container .form-cart .actions.additional .update span:hover {
    text-decoration: underline;
    color: #246b8f;
}

.cart.table-wrapper {
    border-bottom: 1px solid #cccccc;
}

.cart.table-wrapper tfoot {
    background: transparent;
}

.cart.table-wrapper tbody:last-child {
    border-bottom: none !important;
}

.cart.table-wrapper #shopping-cart-table {
    border-collapse: collapse;
}

.cart.table-wrapper .col.image,
.order-items.table-wrapper .col.image,
.cart.table-wrapper .col.price,
.order-items.table-wrapper .col.price,
.cart.table-wrapper .col.qty,
.order-items.table-wrapper .col.qty,
.cart.table-wrapper .col.subtotal,
.order-items.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp,
.order-items.table-wrapper .col.msrp {
    text-align: left;
}

.cart.table-wrapper .col.qty,
.order-items.table-wrapper .col.qty {
    width: 25%;
}

.cart.item .qty .control.qty {
    display: inline-flex;
    width: 100%;
    align-content: space-between;
}

.cart.item .qty .control.qty .item-actions {
    display: grid;
    margin-top: -10px;
    margin-left: 10px;
}

.cart.item .qty .control.qty .item-actions span {
    color: #626363;
    font-size: 13px;
    font-weight: 700;
}

.cart.item .qty .action.update {
    background: #E32055;
    border-radius: 10px;
    color: #fff;
    padding: 0.5em;
    border: none;
    box-shadow: none;
    margin-top: 5px;
    display: none;
}

.cart-container .form-cart .actions.main .checkout {
    float: right;
    padding: 0.5em;
    background-color: #E32055;
    color: #fff;
    font-weight: bold;
    border-radius: 10px;
    font-size: 14px;
}

.cart.page-title {
    float: left;
    border-bottom: none;
    margin-bottom: 6px;
    margin-right: 10px;
    color: #231F20;
    padding-left: 10px;
    border-left: 10px solid #0436B1;
    width: 100%;
    margin-top: 15px;
}

.cart.page-title span {
    font-size: 24px;
    font-weight: 600;
    color: #231F20;
    ;
}

.cart.table-wrapper .items th {
    text-transform: uppercase;
}

.cart-summary .actions.summary {
    text-align: center;
}

.cart-summary .actions.summary .continue {
    display: block;
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 7px;
    font-weight: bold;
    font-size: 14px;
}

.cart-summary .actions.summary .continue a {
    color: #E32055;
    font-size: 15px;
    font-weight: 600;
}

.cart-summary {
    background-color: #fff !important;
}

.cart-summary._sticky {
    top: 0 !important;
}

.cart-discount .actions-toolbar .action.primary:not(:focus), 
.cart-discount .actions-toolbar .action.cancel:not(:focus){
    box-shadow: none;
}

@media (min-width: 768px) {

    .cart-container{
        position: relative;
    }

    .cart-discount {
        width: 30% !important;
        float: right !important;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
        border: 0;
        box-sizing: border-box;
        padding-right: 4%;
        position: relative;
        clear: none;
    }

    .cart-discount .block {
        width: 100% !important;
        float: right !important;
    }

    .checkout.methods.items.checkout-methods-items {
        width: 35%;
    }

    .cart.table-wrapper .item .col .label {
        display: none;
    }

    .cart.table-wrapper .action-edit,
    .cart.table-wrapper .action-delete {
        text-align: left;
    }

    .cart.table-wrapper .item-actions .actions-toolbar {
        display: none;
    }

    .cart.table-wrapper .product-item-details .item-sku {
        font-style: italic;
        display: flex;
    }

    .cart.table-wrapper .product-item-details .item-sku dt {
        margin-right: 10px;
    }
}

@media (max-width: 767px) {

    .cart.table-wrapper .item .col.image {
        padding-bottom: 0;
    }

    .cart.table-wrapper .item .col.image {
        display: block;
        padding: 15px 15px 10px 90px;
        position: relative;
    }

    .cart.table-wrapper .product-item-photo {
        display: block;
        left: 15px;
        max-width: 87px;
        padding: 0;
        position: absolute;
        top: 15px;
        width: 100%;
    }

    .cart.table-wrapper .item .col.item,
    .cart.table-wrapper .item .col.price,
    .cart.table-wrapper .item .col.qty {
        display: inline-flex;
        padding: 0px;
        position: relative;
        margin-left: 115px;
        min-height: 0px;
        align-items: baseline;
        width: 64vw;
        text-transform: uppercase;
    }

    .cart.table-wrapper .item .col.qty {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .cart.table-wrapper .item .col .label.qty {
        display: contents;
    }

    .cart.table-wrapper .item .col .field.qty {
        margin-left: 20px;
        display: flex;
        align-items: baseline;
        height: 35px;
        width: 100%;
    }

    .cart.item .qty .action.update {
        margin-left: 45px;
        margin-top: -10px;
        width: 56px;
        position: absolute;
    }

    .cart.table-wrapper .item-actions .action-edit,
    .cart.table-wrapper .item-actions .action-edit span {
        text-align: right;
        margin-right: 0px !important;
        margin-top: 15px;
    }

    .cart.table-wrapper .item-actions .action-delete {
        display: none;
    }

    .cart.table-wrapper .item-actions .actions-toolbar {
        min-height: 0px;
        padding-bottom: 20px;
    }

    .cart.table-wrapper .item-actions .action-towishlist {
        display: block;
        text-align: right;
        margin-right: 0px !important;
        margin-top: 60px;
        position: absolute;
        margin-left: -35px;
    }

    .cart.table-wrapper .item-actions .action-towishlist::before {
        display: inline !important;
    }

    .cart.table-wrapper .item-actions .actions-toolbar .action-towishlist {
        display: none;
    }

    .cart.table-wrapper .item-actions .actions-toolbar .action-edit {
        display: none;
    }

    .cart.table-wrapper .item-actions .actions-toolbar .action-delete {
        display: block;
    }

    .cart.table-wrapper .item-actions .actions-toolbar .action-delete::before {
        color: #0090ce;
    }

    .cart.item .qty .control.qty .item-actions {
        text-transform: none;
        position: absolute;
        right: 20px;
        top: -50px;
        margin: 0px;
    }

    .cart.table-wrapper .item .col.subtotal {
        display: none;
    }


    .cart.table-wrapper .item .col.item dt,
    .cart.table-wrapper .item .col.item dd,
    .cart.table-wrapper .item .col.price span,
    .cart.table-wrapper .item .col.qty span {
        font-size: 12px;
        margin-right: 10px;
        font-weight: normal;
    }

    .cart.table-wrapper .item .col:before {
        display: none;
    }

    .cart.table-wrapper .col.qty .input-text {
        height: 25px;
        margin-top: -7px;
        text-align: center;
        width: 40px;
        display: block;
    }


    .cart.table-wrapper .item .col.item .product-item-details {
        margin-top: -15px;
    }

    .cart.table-wrapper .product-item-name+.item-options {
        margin-top: 0px;
    }

    .cart.table-wrapper .product-item-details .item-sku {
        display: none;
    }

    .cart.table-wrapper .product-item-name {
        max-width: 55vw;
        height: 7vh;
        line-height: 15px;
        font-weight: bold;
        font-size: 12px;
    }

    .cart.table-wrapper thead .col.image,
    .cart.table-wrapper thead .col.item,
    .cart.table-wrapper thead .col.qty,
    .cart.table-wrapper thead .col.price,
    .cart.table-wrapper thead .col.subtotal,
    .cart.table-wrapper thead .col.msrp {
        display: none;
    }

    .cart.table-wrapper {
        border-top: none;
        margin-top: 30px;
    }

    .cart.table-wrapper tfoot {
        display: none !important;
    }

    .gift-options-cart-item {
        display: none;
    }

    .cart-discount {
        width: 100%;
        margin-bottom: 20px;
        margin-top: 50px;
        border-bottom: none;
    }

    .cart-discount .block {
        width: 92%;
        margin-left: auto;
        margin-right: auto;
    }

    .cart-discount .block .control input::placeholder {
        font-size: 3vw;
        text-align: center;
    } 

    .cart-summary>.title {
        display: block;
        width: 95%;
        margin-left: 0px !important;
    }

    .cart-container {
        margin-left: auto;
        width: 95%;
        margin-right: auto;
    }

    .cart-container .form-cart .actions.main {
        display: block;
        float: inherit;
    }

    .cart-container .form-cart .actions.main .checkout {
        width: 96%;
    }

    .cart.page-title {
        width: 95%;
    }

    .cart.item .qty .control.qty {
        display: table;
    }

    .price-including-tax .price,
    .price-excluding-tax .price {
        font-weight: normal !important;
    }

}

/* Minicart */
.minicart-content-wrapper {
    font-family: 'Lato', sans-serif;
}

.minicart-wrapper .block-minicart .block-title {
    display: block;
    color: #E62056;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
    line-height: 1.4;
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.minicart-items-wrapper {
    border: none;
    height: auto !important;
    max-height: 250px;
}

.minicart-items .product-item-details .details-qty {
    margin-top: 10px;
    display: table-cell;
    font-size: 13px;
}

.block-minicart .subtotal {
    margin: 0 10px 10px;
    text-align: right;
    color: #000;
}

.minicart-items .product-item-details .price-including-tax,
.minicart-items .product-item-details .price-excluding-tax {
    margin: 5px 0;
    color: #000;
}

.block-minicart .items-total {
    float: left;
    margin: 0 10px;
    color: #000;
}

.minicart-items .product-item-pricing .label {
    display: inline-block;
    width: 4.5rem;
    color: #000;
}

.block-minicart .subtitle.empty {
    display: block;
    font-size: 14px;
    padding: 30px 0 20px;
    text-align: center;
    color: #000;
}

.minicart-wrapper .action.showcart::before {
    color: #f0f0f0 !important;
    margin-top: 8px;
}

.minicart-wrapper .action.showcart .counter.qty {
    background: #ff5501;
    color: #ffffff;
    height: 24px;
    line-height: 24px;
    border-radius: 2px;
    display: inline-block;
    margin: 3px 0 0;
    min-width: 18px;
    overflow: hidden;
    padding: 0 3px;
    text-align: center;
    white-space: normal;
    margin-right: 10px;
}

.block-minicart .block-content>.actions>.primary {
    margin-top: 160px;
}

.block-minicart .block-content>.actions>.primary .action.primary {
    background: #692872 !important;
    border: 1px solid #692872 !important;
    display: block;
    width: 50%;
    height: 36px;
    font-size: 15px;
    padding-top: 7px;
    margin-left: auto;
    margin-right: auto;
}

.block-minicart .block-content>.actions>.secondary span {
    text-transform: uppercase;
    font-size: 13px;
    color: #626363;
    font-weight: bold;
}

.minicart-items .product-item-details .price-container {
    display: flex;
    text-align: left;
    align-items: baseline;
    font-size: 13px;
}

.minicart-items .product-item-details .price {
    font-weight: normal;
    color: #E62056;
}

.minicart-items .product-item-name {
    font-weight: 400;
    margin: 0 0 10px;
    text-align: left;
}

.minicart-items .product-item-name a {
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
}

.minicart-items .product-item-details .price-text {
    color: #000;
    text-transform: uppercase;
    margin-right: 10px;
}

.minicart-items .product-item-pricing .label {
    text-align: left;
    text-transform: uppercase;
}

.minicart-wrapper .product-item-details .product.actions {
    float: left;
    margin: 10px 0px 0px 0px;
    color: #626363;
}

.minicart-wrapper .product-item-details .product.actions .primary {
    margin-right: 0px;
}

.minicart-wrapper .product-item-details .product.actions span {
    color: #626363;
}

.minicart-wrapper .block-minicart {
    border: 2px solid #ff0045;
}

.minicart-summary {
    position: relative;
    top: -230px;
    margin-left: -20px;
    background: #DDDDDD;
    margin-bottom: -130px;
    padding-top: 10px;
    max-width: inherit;
}

.minicart-summary .subtotal,
.minicart-summary .grandtotal,
.minicart-summary .discount {
    margin: 0 10px 10px;
}

.minicart-summary .subtotal .colon,
.minicart-summary .grandtotal .colon,
.minicart-summary .discount .colon {
    color: #626363;
    float: right;
}

.minicart-summary .subtotal label,
.minicart-summary .grandtotal label,
.minicart-summary .discount label {
    text-transform: uppercase;
    color: #626363;
    float: left;
}

.minicart-summary .subtotal .price,
.minicart-summary .grandtotal .price,
.minicart-summary .discount .price {
    color: #E62056;
    float: right;
}

.minicart-summary .discount {
    font-size: 12px;
}

.minicart-summary .grandtotal .price {
    font-weight: bold;
}

.minicart-wrapper .minicart-widgets {
    margin-top: 15px;
}

.minicart-items .action.edit,
.minicart-items .action.delete {
    display: inline-block;
    text-decoration: none;
}

.minicart-items .action.edit::before,
.minicart-items .action.delete::before {
    content: '' !important;
}

.minicart-items .action.edit>span,
.minicart-items .action.delete>span {
    position: static !important;
    height: auto;
    width: auto;
    font-size: 13px;
}

@media(min-width: 768px) {

    .minicart-wrapper .action.showcart::before {
        font-size: 30px;
    }

    .minicart-wrapper .action.showcart {
        white-space: nowrap;
        margin-right: 10px;
    }

    .minicart-summary {
        width: 386px;
    }
}

@media(max-width: 767px) {
    .minicart-wrapper .action.showcart::before {
        color: #f0f0f0 !important;
        margin-top: 0;
        font-size: 30px;
        height: 100%;
    }

    .minicart-wrapper .action.showcart.active:before {
        color: #f0f0f0 !important;
        margin-top: 0;
        font-size: 30px;
        height: 100%;
    }

    .minicart-wrapper .action.showcart .counter.qty {
        background: #ff5501;
        color: #ffffff;
        height: 24px;
        line-height: 24px;
        border-radius: 2px;
        display: inline-block;
        margin: -8px 6px 0;
        min-width: 18px;
        overflow: hidden;
        padding: 0 3px;
        text-align: center;
        white-space: normal;
        font-size: 12px;
        position: absolute;
    }

    .minicart-wrapper .action.showcart {
        cursor: pointer;
        display: inline;
        text-decoration: none;
    }

    .minicart-wrapper {
        margin-right: 0px;
        margin-top: 3px;
    }

    .minicart-wrapper .block-minicart {
        margin: 0;
        list-style: none none;
        background: #ffffff;
        border: 1px solid #bbbbbb;
        margin-top: 4px;
        max-width: 270px;
        width: 320px;
        z-index: 101;
        box-sizing: border-box;
        display: none;
        position: absolute;
        top: 100%;
        right: -275%;
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
    }

    .minicart-wrapper .block-minicart:before {
        right: 212px;
        top: -12px;
        border: none;
    }

    .minicart-wrapper .block-minicart:after {
        right: 211px;
        top: -14px;
        border: none;
    }

    .minicart-items .product>.product-item-photo,
    .minicart-items .product>.product-image-container {
        float: left;
        height: 100px;
    }

    .minicart-summary {
        width: 268px;
    }

    .minicart-items .action.edit>span,
    .minicart-items .action.delete>span {
        font-size: 12px;
    }
}

/* Checkout One Page */
.iwd_main_wrapper .iwd_opc_section_delimiter {
    width: 100% !important;
}

.iwd_lime_co_title {
    float: left;
    border-bottom: none;
    margin-bottom: 6px;
    margin-right: 10px;
    color: #231F20;
    padding-left: 10px;
    border-left: 10px solid #0436B1;
    width: 100%;
    margin-top: 15px;
    font-size: 24px;
    font-weight: 600;
}

.iwd_lime_co_subtitle {
    font-family: 'Open Sans', Arial, Helvetica;
    display: block;
    align-items: center;
}

.iwd_lime_co_subtitle span {
    font-weight: bold;
}

.iwd_lime_column_title {
    display: inline-flex;
    width: 100%;
    align-items: center;
    margin-bottom: 24px;
    justify-content: space-between;
    margin-top: -7px;
}

.iwd_lime_column_title .steps {
    border-left: 2px solid #ffffff;
}

.iwd_lime_column_title .arrow {
    position: absolute;
    width: 0px;
    height: 0px;
    border-top: 35px solid transparent;
    border-bottom: 35px solid transparent;
    border-left: 15px solid black;
    z-index: 2;
    top: -20px;
}

.iwd_lime_column_title .arrow1 {
    border-left: 15px solid #E32055;
    right: -39px;
}

.iwd_lime_column_title .arrow2 {
    border-left: 15px solid #f89422;
    right: -39px;
}

.iwd_lime_column_title .arrow3 {
    border-left: 15px solid #0436B1;
    right: -35px;
}

.iwd_lime_co_subtitle .step1,
.iwd_lime_column_title .step1 {
    border: 2px solid #E32055;
    color: #E32055;
}

.iwd_lime_co_subtitle .step2,
.iwd_lime_column_title .step2 {
    border: 2px solid #f89422;
    color: #f89422;
}

.iwd_lime_co_subtitle .step3,
.iwd_lime_column_title .step3 {
    border: 2px solid #0436B1;
    color: #0436B1;
}

.iwd_lime_co_subtitle .step,
.iwd_lime_column_title .step {
    display: inline-block;
    width: 45px;
    height: 45px;
    font-size: 30px;
    font-weight: bold;
    line-height: 43px;
    text-align: center;
    background-color: white;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50%;
    margin-left: 5px;
}

.iwd_lime_column_subtitle {
    width: 100%;
    align-items: center;
    margin-bottom: 24px;
    border-bottom: 1px solid #ffffff;
}



.iwd_lime_column_footer {
    text-align: center;
    margin-bottom: 20px;
}

.iwd_lime_column_footer span {
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    font-size: 18px;
}

.iwd_lime_column_footer .carrow-icon {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 5px;
    position: relative;
    top: 6px;
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 10px;
}

.iwd_main_wrapper {
    width: 100%;
    position: relative;
    margin: 0px;
    display: inline-block;
    color: #676767;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}

.iwd_main_wrapper .divider {
    display: block;
    height: 35px;
    background-color: white;
    opacity: 0.2;
    position: absolute !important;
    width: 102%;
    z-index: 3;
}

.iwd_opc_column.iwd_opc_address_column {
    background: #E32055 !important;
    padding-left: 20px !important;
    padding-top: 20px !important;
    margin-bottom:8px;
}

.iwd_opc_column.iwd_opc_shipping_column {
    background: #f89422 !important;
    padding-top: 20px !important;
}

.iwd_opc_column.iwd_opc_payment_column {
    background: #0436B1;
    padding-right: 20px !important;
    padding-top: 20px !important;
    color: #fff !important;
}

.iwd_opc_column.iwd_opc_payment_column .input-text {
    background-color: #fff !important;
}

.iwd_opc_universal_wrapper.iwd_opc_column_name {
    color: #fff !important;
    margin-bottom: 0px !important;
    text-transform: uppercase;
    text-align: center !important;
    width: auto !important;
}

.iwd_opc_column.iwd_opc_shipping_column .control {
    background: #fff;
}

.iwd_opc_column.iwd_opc_shipping_column .type .control {
    background: transparent;
}

.iwd_opc_column.iwd_opc_shipping_column fieldset > .control {
    background: transparent;
}

.iwd_opc_column.iwd_opc_shipping_column .control .selectize-control.select.single{
    background: #f89422;
}

.iwd_opc_column.iwd_opc_address_column .input-text {
    background-color: #fff !important;
}

.iwd_opc_field {
    background-color: #fff !important;
}

.iwd_opc_select_option {
    background-color: #fff !important;
}

.iwd_opc_wrapper .iwd_opc_alternative_wrapper button.iwd_opc_button.iwd_opc_place_order_button.active {
    color: #fff;
    background: #f89422 !important;
    font-weight: 600;
}

.iwd_opc_payment_column .minicart-items .product-item {
    border-top: none;
}

.iwd_opc_payment_column .minicart-items .product-item-details {
    padding-left: 30px;
    background-color: rgba(255, 255, 255, 0.33);
}

.iwd_opc_payment_column .minicart-items .product-item-details .product-item-inner {
    display: inline-flex;
    align-items: baseline;
    width: 100%;
}

.iwd_opc_payment_column .minicart-items .product-item-details .product-item-inner .product-item-name-block {
    display: inline-flex;
    align-items: baseline;
    width: 75%;
}

.iwd_opc_payment_column .minicart-items .product-item-details .product-item-inner .product-item-name-block .product-item-name {
    width: 80%;
    margin-right: 50px;
}

.iwd_opc_payment_column .minicart-items .product-item-details .product-item-inner .product-item-name-block .details-qty {
    width: 35px;
    margin-right: 10px;
}

.iwd_opc_payment_column .minicart-items .product-item-details .product-item-inner .product-item-name-block .details-qty .label {
    display: none;
}

.iwd_opc_payment_column .minicart-items .product-item {
    padding: 10px 0px 0px 0px;
}

.iwd_opc_payment_column .minicart-items-wrapper {
    padding: 0px;
    overflow-y: scroll;
    font-size: 13px;
}

.iwd_opc_popup_wrapper.iwd_main_wrapper {
    display: none;
}

.iwd_opc_summary_head {
    display: flex;
    width: 100%;
    font-size: 13px;
}

.iwd_opc_wrapper .form-shipping-address #shipping-new-address-form .field .label,
.iwd_opc_wrapper .billing-address-form.co-billing-form .field .label{
    display: block !important;
    color: #ffffff;
}

.iwd_opc_wrapper .form-shipping-address #shipping-new-address-form div.field .control .field-error{
    color: #ffffff;
    margin-top: 0px;
    font-size: 11px;
}

.iwd_main_wrapper .iwd_opc_universal_wrapper.iwd_opc_message .iwd_opc_message_success {
    color: #ffffff !important;
}

.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top{
    margin-bottom: 0px !important;
}

.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_discount .discount-desc{
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 10px;
}

.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_discount .form-discount{
    display: inline-block;
    width: 100%;
}

.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_discount .form-discount .field{
    width: 63%;
    float: left;
    margin-right: 2%;
}

.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_discount .form-discount .iwd_opc_small_button_container{
    width: 35%;
    float: left;
}

.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_discount .form-discount .iwd_opc_small_button.active{
    color: #ffffff;
    background: #f39921;
    width: 100%;
}

.iwd_opc_wrapper .iwd_opc_alternative_wrapper .grand.totals{
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    margin-top: 19px;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    text-transform: uppercase
}

@media(min-width: 1024px) {
    .iwd_main_wrapper {
        margin: 0px !important;
    }

    .iwd_lime_co_title {
        margin: 20px 0 0 0;
    }

    .iwd_lime_co_subtitle {
        margin: 0px;
    }

    .iwd_opc_wrapper .form-shipping-address #shipping-new-address-form {
        display: inline-block;
        width: 100%;
    }

    .iwd_opc_wrapper .form-shipping-address #shipping-new-address-form div.field {
        width: 50%;
        float: left;
        padding-right: 5px;
    }

    .iwd_opc_wrapper .form-shipping-address #shipping-new-address-form div.field:nth-child(9),
    .iwd_opc_wrapper .form-shipping-address #shipping-new-address-form fieldset.field,
    .iwd_opc_wrapper .form-shipping-address #shipping-new-address-form fieldset.field div.field {
        width: 100%;
    }

    .iwd_opc_wrapper .form-shipping-address #shipping-new-address-form .selectize-input input {
        height: 100%;
    }

    .iwd_opc_wrapper .form-shipping-address #shipping-new-address-form div.field .control {
        height: 37px;
    }

    .iwd_lime_column_footer.footer1 .carrow-icon,
    .iwd_lime_column_footer.footer2 .carrow-icon {
        transform: rotate(-90deg);
    }

    .iwd_opc_column.iwd_opc_address_column {
        border-radius: 0 0 20px 20px !important;
    }

    .iwd_opc_column.iwd_opc_shipping_column{
        height: 225px;
    }

    .iwd_opc_column.iwd_opc_shipping_column.extend {
        border-radius: 0 0 20px 20px !important;
        /* left: 32.6881%;
        top: 320px;
        position: absolute !important; */
        height: auto !important; 
    }

    .iwd_opc_column.iwd_opc_payment_column {
        border-radius: 0 0 20px 20px !important;
        top: -225px;
    }

    .iwd_opc_payment_column .minicart-items .product-item-details .product-item-inner .subtotal {
        margin-left: 15px;
    }

    .selectize-control {
        position: relative;
        height: 100%;
    }
}

@media(max-width: 1023px) {

    .iwd_lime_co_title {
        margin: 0 0 20px 0;
    }

    .iwd_lime_column_title .arrow {
        display: none;
    }

    .iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column .iwd_opc_alternative_column {
        padding: 15px !important;
    }

    .iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column{
        max-width: 345px !important;
        margin-left: auto;
        margin-right: auto;
    }

    .iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_address_column,
    .iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_shipping_column {
        margin-bottom: 0px !important;
        margin-top: -60px;
    }

    .iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_payment_column {
        margin-bottom: 35px !important;
    }


    .iwd_opc_column.iwd_opc_address_column {
        border-radius: 20px 20px 0px 0px !important;
    }

    .iwd_opc_column.iwd_opc_payment_column {
        border-radius: 0 0 20px 20px !important;
    }

    .iwd_opc_payment_column .minicart-items .product-item-details .product-item-inner .product-item-name-block .product-item-name {
        width: 80%;
    }
}

/* Lime Refine By and Categories*/
.lime-refine-by {
    border: 2px solid #E62056;
    width: 235px;
    padding-left: 8px;
    max-height: 140px;
    overflow-y: hidden;
}

.lime-refine-by::-webkit-scrollbar-track {
    /* -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); */
    border-radius: 10px;
    background-color: #F5F5F5;
}

.lime-refine-by::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.lime-refine-by::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, .1);
    background-color: #E62056;
}

.lime-refine-by .block-subtitle.filter-subtitle {
    color: #E62056;
    border-bottom: 2px solid #E62056;
    font-size: 16px;
    font-weight: 600;
    line-height: 1em;
    padding: 10px 10px 10px;
    width: 83%;
    text-transform: uppercase;
}

#show-filter {
    cursor: pointer;
}

#refine-by-content {
    visibility: hidden;
}

.content-refine-by {
    color: #5B5A5B;
    text-align: center;
    padding-left: 3px;
    padding-right: 3px;
    font-size: 1em;
    padding-top: 20px;
}

#toggle-show-filter {
    color: #E62056;
    border-bottom: 2px solid #E62056;
    font-size: 16px;
    font-weight: 600;
    line-height: 1em;
    padding: 10px 10px 10px;
    width: 83%;
    text-transform: uppercase;
}

#toggle-show-filter:after {
    position: inherit;
    font-size: 13px;
    content: '\e622';
    font-family: 'luma-icons';
    display: block;
    font-weight: normal;
    float: right;
}

.category-filter-options-title {
    color: #0436B2;
    font-size: 23px;
    font-weight: 600;
    line-height: 1em;
    padding: 10px 0px 10px;
    border: none;
}

.filter-options-title {
    color: #E62056 !important;
    cursor: pointer;
    font-weight: 600;
    margin: 0;
    overflow: hidden;
    padding: 10px 40px 0 10px;
    position: relative;
    text-transform: uppercase;
    word-break: break-all;
    z-index: 1;
    display: block;
    text-decoration: none;
    border-bottom: 1px solid black;
    text-transform: uppercase;
    width: 70%
}

.filter-options-title:after {
    position: absolute;
    right: 13px;
    top: 12px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 13px;
    line-height: inherit;
    color: inherit;
    /* content: '\e622'; */
    content: none;
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

.category-filter-options-content a {
    color: #e72056;
    font-size: 15px;
    font-weight: 600;
}

@media(max-width: 767px) {
    .sidebar-main {
        margin-top: -30px;
    }

    .lime-refine-by {
        border: 2px solid #E62056;
        width: 97%;
        padding-left: 8px;
        max-height: 140px;
        overflow-y: hidden;
        margin-bottom: 20px;
        margin-top: 10px;
        display: none;
    }

    .lime-category {
        display: none;
    }

    .filter-title strong {
        background: none;
        border: none;
        color: #E62056;
        font-size: 16px;
        box-shadow: none;
        font-weight: bold;
    }

    .filter-title strong::after {
        position: inherit;
        font-size: 13px;
        content: '\e622';
        font-family: 'luma-icons';
        display: inline;
        font-weight: bold;
        margin-left: 10px;
    }

    .filter.active .filter-options,
    .filter-options {
        background: transparent;
        clear: both;
        display: block;
        overflow: initial;
        position: static;
        margin-bottom: 10px;
        max-height: 175px;
    }

    #toggle-show-filter {
        color: #E62056;
        border-bottom: 2px solid #E62056;
        font-size: 16px;
        font-weight: 600;
        line-height: 1em;
        padding: 10px 10px 10px;
        width: 92%;
        text-transform: uppercase;
        display: block;
    }

    .filter .filter-current {
        border: solid #cccccc;
        border-width: 1px 0;
        margin: 5px 0px 0;
        width: 100%;
    }

    .filter .filter-current .items {
        display: block;
    }
}

/* Lime toolbar */
.lime-toolbar .sorter {
    float: left !important;
}

.lime-toolbar .pages {
    float: right !important;
    padding: 0 0 0 1em;
    margin-top: 2px;
}

.lime-toolbar .lime-modes {
    float: left;
    display: flex;
    margin-left: 12px;
    margin-top: 2px;
    align-items: center;
}

.lime-toolbar .lime-modes .modes-label {
    display: contents;
    font-weight: bold;
    text-transform: uppercase;
}

.lime-toolbar .lime-modes .modes-mode {
    box-shadow: none;
    background: transparent;
    border: none;
    margin-left: 10px;
}

.lime-toolbar .lime-modes .modes-mode:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: inherit;
    color: #7d7d7d;
    content: '\e60d';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

.lime-toolbar .lime-modes .modes-mode.mode-list:before {
    content: '\e60b';
}

.lime-toolbar .lime-modes .modes-mode.active:before {
    color: #0090ce;
}

.lime-toolbar .lime-modes .modes-mode span {
    display: none;
}

.lime-toolbar .lime-toolbar-amount {
    float: right;
    display: block;
    padding: 0 1em;
    margin-top: 7px;
}

.lime-toolbar .lime-limiter {
    display: block;
    float: right;
    margin-top: 2px;
}

.lime-toolbar .lime-limiter .control,
.lime-toolbar .lime-limiter label {
    float: left;
}

.lime-toolbar {
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
    padding: 1em 0 1em 0;
    display: inline-block;
    width: 100%;
}

@media(max-width: 767px) {

    .lime-toolbar-amount {
        display: none !important;
    }

    .lime-toolbar .sorter {
        position: static;
        width: 65%;
    }

    .lime-toolbar .sorter .sorter-options {
        height: 25px;
        width: 80px;
        font-size: 10px;
    }

    .lime-toolbar .lime-modes {
        margin-top: 2px;
        margin-left: 0px;
        width: 35%;
    }

    .lime-toolbar .sorter .sorter-label,
    .lime-toolbar .lime-modes .modes-label {
        font-size: 10px;
    }

    .lime-toolbar .pages {
        float: left !important;
        width: 65%;
        padding: 0px;
        margin-top: 15px;
    }

    .lime-toolbar .pages .pages-items {
        padding: 0px;
    }

    .lime-toolbar .pages .pages-items .pages-item-next,
    .lime-toolbar .pages .pages-items .pages-item-previous {
        position: static;
    }

    .lime-toolbar .pages .action.previous {
        margin-right: 0px;
    }

    .lime-toolbar .pages .action.next {
        margin-left: 0px;
    }

    .lime-toolbar .lime-limiter {
        float: left;
        align-items: center;
        width: 35%;
        margin-top: 15px;
    }

    .lime-toolbar .lime-limiter label {
        display: none;
    }

    .lime-toolbar .lime-limiter .limiter-options {
        margin: 0px;
    }
}

/* Nav Menu */
nav.navigation {
    background: #e72056 !important;
}

.nav-sections {
    background: #e72056 !important;
}

nav.navigation .level0 .submenu {
    background: #e72056 !important;
    opacity: 1;
    color: #fff;
    border: none;
    box-shadow: none;
    font-weight: 400;
    min-width: 230px;
    padding: 15px 0;
    display: none;
    left: 0;
    margin: 0 !important;
    padding: 0;
    position: absolute;
    z-index: 1;
    margin-top: 11px;
}

nav.navigation .level0 .submenu a {
    color: #fff !important;
}

nav.navigation .level0>.level-top {
    color: #fff !important;
    line-height: 47px;
    font-weight: normal !important;
}

.nav-sections {
    margin-bottom: 0px !important;
}

@media (min-width: 768px){
    nav.navigation .level0 .submenu .submenu {
        top: 185px !important;
        left: 100% !important;
    }
}

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

    .nav-sections-item-title {
        border: none;
        background: transparent;
        height: 62px;
        padding-top: 20px;
    }

    .nav-sections-item-title a {
        color: #fff;
    }

    .nav-sections-item-title.active {
        background: #e3e3e3;
    }

    .nav-sections-item-title.active a {
        color: #006bb4;
    }

    .nav-sections-item-content {
        margin-top: 37px;
    }

    .nav-sections .header.links a,
    .nav-sections .header.links a:hover {
        color: #fff !important;
        line-height: 35px;
        font-weight: normal !important;
        text-decoration: none;
        display: block;
        font-weight: 700;
        padding: 0.8rem 20px;
    }

    .nav-sections .header.links li.greet.welcome {
        border-top: none;
        font-weight: 700;
        padding: 0.8rem 20px;
        color: #fff;
    }

    .navigation .submenu:not(:first-child).expanded {
        display: block !important;
        padding-right: 0;
        top: inherit !important;
        padding-left: 10px;
    }

    .navigation .ui-menu-item.all-category {
        display: none;
    }

    .nav.navigation .level0 .submenu {
        background: #e72056 !important;
        /* opacity: 0.8; */
        color: #fff;
        border: none;
        box-shadow: none;
        font-weight: 400;
        min-width: 230px;
        padding: 15px 0;
        display: none;
        left: 0;
        margin: 0 !important;
        padding: 0;
        position: absolute;
        z-index: 1;
        margin-top: 11px;
    }
}

/* Afterpay */
#afterpaypayovertime-method .payment-method-note {
    font-size: 1.2rem !important;
    color: #a0a0a0 !important;
    text-align: center !important;
    background-color: #ffffff !important;
    padding: 10px !important;
}

#afterpaypayovertime-method .afterpay-checkout-redirect {
    background-color: #ffffff !important;
}

#afterpaypayovertime-method .afterpay-checkout-redirect .instalment-footer span {
    color: #a0a0a0;
}

#afterpaypayovertime-method .afterpay-checkout-redirect .instalment-footer a span {
    color: #00a4e4;
    font-weight: bold;
}

.checkout-methods-items button.btn-afterpay-checkout {
    padding: 13px 15px 10px 10px;
    width: 100%;
    margin-top: 10px;
}

.payment-method-note.afterpay-checkout-note {
    text-align: center !important;
    float: left;
    padding: 10px;
    background: #f0f1ee;
}

@media only screen and (min-width : 1200px) {
    #afterpaypayovertime-method .afterpay-checkout-redirect .instalment-footer {
        width: 100% !important;
    }
}

@media(max-width: 767px) {
    
}

/* Blog */
.post-list-title {
    margin: 0;
    margin-bottom: 0.5em;
    color: black;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 24px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.2;
    text-rendering: optimizeLegibility;
    text-transform: capitalize;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 10px;
}

.post-view .post-title {
    color: #e26703;
    font-size: 15px;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
}

.post-list {
    margin-top: 0px;
}

.post-holder .post-header .post-info .label {
    display: none;
}

.post-holder {
    background: transparent;
    padding: 0px;
}

.post-holder:hover {
    box-shadow: none;
}

.post-list .post-content .post-read-more {
    padding-top: 0px;
    float: left;
    color: #999999;
}

.post-list .post-header .post-title a {
    text-transform: uppercase;
    font-size: 13px;
    color: #636363;
    font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
    font-weight: 700;
}

.post-holder .post-header .post-info .value {
    font-style: normal;
    font-size: 90%;
    color: #999999;
}

.post-holder .post-header .post-info .dash {
    font-size: 90%;
    color: #999999;
}

.post-holder .post-header .post-info a {
    font-style: normal;
    font-size: 90%;
    color: #999999;
}

.post-description-back a {
    color: #626363;
    font-size: 14px;
    font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
}

.sidebar .head.block-title {
    text-align: center;
    background: #9A5CA4;
    margin-bottom: 5%;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    -webkit-border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    padding: 1em 1em !important;
}

.sidebar .head.block-title strong {
    display: block;
    font: bold 12px/16px Arial, Helvetica, sans-serif;
    min-height: 16px;
    padding: 1px 0;
    text-transform: uppercase;
}

.sidebar .head.block-title strong span {
    line-height: 1.5em;
    color: white;
    font-size: 23px;
    font-weight: 500;
    padding-left: 10px;
    border-left: 5px solid white;
}

.sidebar .widget.block.block-categories {
    border: 1px solid #9A5CA4;
    margin-top: 0;
    padding: 5px 9px;
}

.sidebar .widget.block.block-categories .block-title {
    margin: 0px;
}

.sidebar .widget.block.block-categories .block-title strong {
    color: #9A5CA4;
    text-transform: uppercase;
    font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 11px;
    font-weight: 700;
}

.sidebar .widget.block.block-categories .accordion {
    list-style: none;
    margin: 0px;
}

.sidebar .widget.block.block-categories .accordion li {
    margin: 0px;
    color: #9A5CA4;
    font-size: 11px;
    background: url(../images/treeview-default-line.gif) 0 0 no-repeat;
}

.sidebar .widget.block.block-categories .accordion li:last-child {
    background-position: 0 -1768px;
}

.sidebar .widget.block.block-categories .accordion li .accordion-link {
    color: #9A5CA4;
    font-size: 11px;
    margin-left: 20px;
}

/* Copyright */
.copyright {
    background-color: #0436B2 !important;
    text-align: inherit !important;
    padding: 20px !important;
}

.copyright .copyright-social {
    float: right;
}

.content .copyright {
    display: none;
}

@media(max-width: 767px) {
    .content .copyright {
        display: block;
        width: 100%;
        background-color: transparent !important;
        padding: 0 !important;
    }

    .content .copyright span {
        display: none;
    }

    .content .copyright .copyright-social {
        display: block;
        float: none;
    }

    .copyright {
        background-color: #0436B2 !important;
        text-align: center !important;
        padding: 20px !important;
        display: flex;
        flex-flow: column-reverse;
        font-size: 10px;
    }

    .copyright .copyright-social {
        display: none;
    }
}

/* Slider Owl Carousel */
.owl-carousel .owl-stage-outer {
    padding: 0px 0 !important;
}

@media(min-width: 768px) {
    .owl-carousel-custom-1.owl-carousel.owl-theme.owl-loaded {
        height: 535px;
    }

    .owl-carousel-custom-1.owl-carousel.owl-theme.owl-loaded .owl-stage .owl-item .banner-item .banner-image img {
        /* height: 100%; */
        height: 513px;
    }

    .custom-slider .product-item-info .product-short-description {
        display: none;
    }
}

@media(max-width: 767px) {
    .custom-slider .product-item-info .product.name.product-item-name a {
        color: #0436B2;
        text-transform: uppercase;
    }

    .custom-slider .product-item-info .product-short-description {
        color: #E62056;
        display: block;
        font-size: 12px;
        padding-top: 5px;
    }

    .owl-carousel-custom-1.owl-carousel.owl-theme.owl-loaded {
        height: 175px;
    }

    .lv-arrow-left,
    .lv-arrow-right {
        top: 35% !important;
    }

    .owl-carousel-custom-1.owl-carousel.owl-theme.owl-loaded .owl-stage .owl-item .banner-item .banner-image img {
        /* height: 100%; */
        height: 168px;
    }

    .custom-slider .product-item-info .product.name.product-item-name a {
        color: #0436B2;
        text-transform: uppercase;
    }

    .custom-slider .product-item-info .product-short-description {
        color: #E62056;
        display: block;
        font-size: 12px;
        padding-top: 5px;
    }
}

/* Product Info */
.product-info-main .page-title-wrapper h1 {
    font-size: 41px !important;
    font-weight: bolder !important;
    color: #0436b1 !important;
}

.product-info-price .price-box .special-price .price-container .price,
.product-info-price .price-box .price-container .price {
    color: #3399cc !important;
    font-size: 32px !important;
    font-weight: 600 !important;
}

.product-info-price .price-box .old-price .price-container .price {
    font-size: 2rem !important;
    font-weight: 300 !important
}

.product-info-main .product-info-price{
    display: flex;
    width: 100%;
    justify-content: space-around;
    flex-flow: row wrap;
}

.product-info-main .product-info-price .price-box{
    width: 1px;
    flex: 2;
}

.product-info-main .product-info-stock-sku {
    flex: 2;
    margin-right: 10px;

}
.product-info-main .afterpay-installments.afterpay-installments-amount{
    flex: 1 100%;
    margin-bottom: 10px;
}

@media(max-width: 767px) {
    .product-info-main .afterpay-installments.afterpay-installments-amount{
        margin-left: 10px;
    }
}

/* Main */

@media(min-width: 768px) {
    .lime-primary {
        display: flex;
        float: right;
    }

    .lime-actions-toolbar {
        display: flex;
        justify-content: space-between !important;
        flex-flow: row-reverse;
        align-items: baseline;
    }

    button.lime-action.submit.primary {
        float: right !important;
        background-color: #692872 !important;
        color: #fff !important;
        border-radius: 25px;
        width: 150px;
    }

    a.lime-action.back {
        display: inline-block !important;

    }

    .white-link.text-middle.url {
        display: none;
    }

    .logo img {
        display: block;
        /* max-width: 60%; */
        width: fit-content;
        height: auto;
        max-width: 75%;
    }
}

@media(min-width: 768px) {

    .lv-arrow-left,
    .lv-arrow-right {
        top: 40% !important;
    }


    .logo img {
        width: -webkit-fill-available;
        height: -webkit-fill-available;
    }

    .lime-login-actions-toolbar {
        display: block;
        float: left;
        text-align: left;
    }

    button.lime-action.login.primary {
        float: right !important;
        background-color: #692872 !important;
        color: #fff !important;
        border-radius: 25px;
        width: 310px;
    }

    a.lime-action.create.primary {
        float: right !important;
        background-color: #692872 !important;
        color: #fff !important;
        border-radius: 25px;
        width: 250px;
        margin-top: 190px;
        padding: 7px 15px;
        font-size: 1.4rem;
        line-height: 1.6rem;
        box-sizing: border-box;
        vertical-align: middle;
    }

    a.lime-action.remind {
        display: inline-block !important;
        margin-right: 10px;
    }
}

.login-container .block .block-title {
    font-size: 24px;
    border-bottom: none;
    margin-bottom: 0px;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}

.page-title-wrapper {
    border-bottom: 1px solid #e8e8e8;
    font-size: 1.8rem;
    margin-bottom: 15px;
}

.page-title-wrapper h1 {
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 20px;
    font-weight: 600;
    color: #636363;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}

form .lime-legend {
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 18px !important;
    font-weight: 400 !important;
    text-transform: uppercase;
    border-bottom: 1px solid #e8e8e8;
    width: 100%;
}

p.required,
.validation-advice {
    margin: 5px 0 0;
    color: #df280a;
    font-size: 13px;
}

#qty-min,
#qty-plus {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    line-height: 40px;
    height: 40px;
    width: 40px;
    color: white;
    background-color: #0436B1;
    font-size: 24px;
}

.favourite-btn {
    background-color: #e62056;
    display: inline-block;
    height: 35px;
    border-radius: 25px;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 18px;
    vertical-align: bottom;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
}
.favourite-btn span{
    line-height: 28px;
}

.favourite-btn span::before{
    color: #fff !important;
    font-size: 15px;
    line-height: 20px;
    content: '\e600';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline;
    font-weight: normal;
    overflow: hidden;
    text-align: center;
    margin-right: 3px;
}

.favourite-btn:hover {
    color: #fff !important;
}

.lumavibe-social-btn {
    width: 50px;
}

.message.success> :first-child::before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 24px;
    color: #0436B1 !important;
    content: '\e60e';
    font-family: 'luma-icons';
    margin: -12px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    left: 0;
    top: 22px;
    width: 45px;
    position: absolute;
    text-align: center;
}

.message.success {
    margin: 0 0 10px;
    padding: 12px 20px 12px 25px;
    padding-left: 25px;
    display: block;
    font-size: 1.3rem;
    background: #eff5ea !important;
    color: #090909 !important;
    padding-left: 45px;
    position: relative;
    border-left: 5px solid #0436B1 !important;
}

.product.details.product-item-details {
    text-align: center !important;
}

.message.error> :first-child::before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 24px;
    color: #0436B1 !important;
}

.message.error {
    margin: 0 0 10px;
    padding: 12px 20px 12px 25px;
    padding-left: 25px;
    display: block;
    font-size: 1.3rem;
    background: #eff5ea !important;
    color: #090909 !important;
    padding-left: 45px;
    position: relative;
    border-left: 5px solid #0436B1 !important;
}

.product.details.product-item-details {
    text-align: center !important;
}

.product.details.product-item-details .action.tocart.primary {
    border-radius: 10px;
}



.products.wrapper.grid.products-grid.products-related ol.products.list.items.product-items {
    margin-left: 5px;
}

.skip-content {
    background: #fff;
    margin-top: 16px;
    text-align: center;
}

.skip-content.info {
    display: none;
    height: auto;
    padding-bottom: 10px;
    position: absolute;
    width: 100%;
    border-bottom: 1px solid #EDEDED;
    z-index: 2;
}

#header-geo,
#header-discreet,
#header-ship {
    display: none;
}

@media(min-width: 768px) {

    .lumavibe-footer-link-container-mobile {
        display: none;
    }

    .lumavibe-right-top-corner-text {
        float: right;
        text-align: right;
        width: 60%;
        color: #fff;
        margin-bottom: 5px;
    }

    .lumavibe-sitemap-label {
        width: 65%
    }

    .lumavibe-footer-link-container {
        width: 30%;
        float: left;
    }

    #header-geo,
    #header-discreet,
    #header-ship {
        display: none;
        background: none;
        font-size: 0px;
        border-bottom: 0px;
    }

    .block-search input {
        margin: 0;
        padding-left: 35px;
        position: static;
    }

    .block-search .action.search {
        display: inline-block;
        background-image: none;
        background: none;
        -moz-box-sizing: content-box;
        border: 0;
        box-shadow: none;
        line-height: inherit;
        margin: 0;
        padding: 0;
        text-decoration: none;
        text-shadow: none;
        font-weight: 400;
        position: absolute;
        left: -100px;
        top: 0;
        z-index: 1;
        opacity: 1 !important;
    }

    .block-search .action.search:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 16px;
        line-height: 32px;
        color: #0436B2;
        content: '' !important;
        margin: 0;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        text-align: center;
        background-image: url(../images/mag.png);
        background-repeat: no-repeat;
        background-size: cover;
        width: 19px;
        height: 19px;
        margin-top: 7px !important;
    }

    .block-search .control {
        right: 30px;
        width: 150%;
        float: right;
    }

    .page-header .panel.wrapper {
        border-bottom: 1px solid #e8e8e8;
        background-color: #6e716e;
        width: auto;
        margin-left: auto;
        margin-right: auto;
        max-width: 1240px;
    }

    .box-tocart .action.tocart {
        float: left;
        height: 40px;
        padding: 0;
        max-width: 150px;
    }

    #qty {
        height: 40px;
    }

    .banner-title span {
        font-size: 33px;
        color: #e62056;
        font-family: 'Lato', sans-serif;
    }

    .banner-title.new-arrival span {
        font-size: 33px;
        font-weight: 500;
        color: #0b163b;
        font-family: 'Lato', sans-serif;
    }
}

@media(max-width: 767px) {

    .banner-title {
        border-bottom: 1px solid #ededed;
        border-top: 1px solid #ededed;
    }

    .banner-title span {
        font-size: 25px;
        color: #e62056;
        font-family: 'Lato', sans-serif;
    }

    .banner-title.new-arrival span {
        font-size: 30px;
        font-weight: 500;
        color: #0b163b;
        font-family: 'Lato', sans-serif;
    }

    .lumavibe-footer-link-container-mobile {
        display: block;
        position: relative;
    }

    .lumavibe-footer-link-container-mobile ul {
        display: block;
        position: relative;
        text-align: left;
        width: 96%;
        height: auto;
        padding: 30px 0px 30px 15px !important;
        background: #0436B2 !important;
    }

    .lumavibe-footer-link-container-mobile ul li {
        background: transparent !important;
        border-top: none !important;
        width: auto;
        height: auto;
        position: relative;
        border-right: 1px solid #C0C6F0;
        display: inline-block;
        margin: 0px 0px !important;
        padding: 0px 5px 0px 0px !important;
    }

    .lumavibe-footer-link-container-mobile ul li a {
        font-size: 15px;
        color: #C0C6F0 !important;
        padding: 0px 0px !important;
    }

    .lumavibe-footer-link-container {
        background: #0436B2;
        padding: 10px 0px 20px 15px;
        text-align: center;
    }

    .lumavibe-footer-link-container.link {
        display: none;
    }

    .footer.content .block.newsletter {
        display: none;
    }

    .footer.content .horizontal-border {
        display: none;
    }

    .lumavibe-sitemap-label .footer-title {
        display: none;
    }

    .shop-info-container {
        background-color: #E7E7E8;
        width: 100%;
        margin-left: -15px;
        padding: 15px;
        font-family: 'Lato', sans-serif;
    }

    .shop-info-container .info-title span {
        font-size: 23px !important;
        font-weight: bold;
    }

    .columns .column.main {
        padding-bottom: 0px;
    }

    .page-footer {
        margin-top: 0px;
    }

    .footer.content {
        padding-top: 0px;
        border-top: none;
        padding-left: 0px;
        padding-right: 0px;
    }

    .page-bottom {
        width: 100%;
        padding: 25px 0px 25px 0px !important;
        background-color: #E7E7E8;
    }
}

@media(max-width: 767px) {

    .block-search .minisearch input#search {
        position: static;
        border-radius: 7px;
    }

    .block-search .minisearch .label {
        display: none;
    }

    .block-search input {
        left: -300%;
        position: absolute;
    }

    .block-search {
        margin-top: 0px;
    }

    .block-search .control {
        border-top: 0px solid #cccccc;
        clear: both;
        margin: -30px 0px -15px;
        padding: 0 15px;
    }

    .block-search .action.search {
        display: inline-block;
        background-image: none;
        background: none;
        -moz-box-sizing: content-box;
        border: 0;
        box-shadow: none;
        line-height: inherit;
        margin: 0;
        padding: 0;
        text-decoration: none;
        text-shadow: none;
        font-weight: 400;
        position: relative;
        right: -10px;
        top: 48px;
        z-index: 1;
        opacity: 1 !important;
    }

    .block-search .action.search:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 16px;
        line-height: 32px;
        color: #0436B2;
        content: '';
        margin: 0;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        text-align: center;
        background-image: url(../images/mag.png);
        background-repeat: no-repeat;
        background-size: cover;
        width: 20px;
        height: 20px;

    }

    .block-search .minisearch input#search {
        position: static;
        border-radius: 10px;
        padding-left: 40px;
    }

    .block-search .label:before {
        color: #f9f8f8 !important;
    }

    .logo {
        margin-bottom: -90px;
        margin-top: -14px;
        margin: 0 0 10px 40px;
        max-width: 50%;
        position: relative;
        z-index: 5;
        float: none;
    }

    .logo img {
        display: block;
        height: 5em;
        width: auto;
        margin-left: auto;
        margin-right: auto;
    }

    a.lime-action.create.primary {
        float: right;
        background-color: #692872 !important;
        color: #fff !important;
        border-radius: 25px;
        width: 100%;
        margin-top: 5px;
        margin-bottom: 30px;
        padding: 7px 15px;
        font-size: 1.4rem;
        line-height: 1.6rem;
        box-sizing: border-box;
        vertical-align: middle;
    }

    .lime-login-actions-toolbar {
        display: block;
        text-align: center;
    }

    .lime-login-actions-toolbar button {
        float: right;
        background-color: #692872 !important;
        color: #fff !important;
        border-radius: 25px;
        width: 100%;
        padding: 7px 15px;
        font-size: 1.4rem;
        line-height: 1.6rem;
        margin-bottom: 10px;
    }

    .lime-primary button {
        float: right;
        background-color: #692872 !important;
        color: #fff !important;
        border-radius: 25px;
        width: 100%;
        padding: 7px 15px;
        font-size: 1.4rem;
        line-height: 1.6rem;
        margin-bottom: 10px;
    }

    .header-cart-subtotal {
        font-weight: 500;
        font-size: 13px;
        color: white;
        /* font-family: Lato; */
        float: right;
        margin-top: 16px;
        align-self: flex-end;
        margin-right: 2px;
    }

    .header-cart-items {
        font-weight: 500;
        font-size: 10px;
        color: white;
        /* font-family: Lato; */
        float: right;
        margin-top: 20px;
        align-self: flex-end;
        margin-right: 2px;
    }

    .header.content {
        padding: 5px 0px 0px !important;
    }

    .panel.header {
        border-bottom: 1px solid #fff;
        display: flex;
        justify-content: space-between;
    }

    .lumavibe-right-top-corner-text {
        margin-top: 2px;
        margin-bottom: 4px;
        display: flex;
        flex-direction: row-reverse;
        float: left;
        justify-content: space-evenly;
        margin-left: 2px;
    }

    .lumavibe-right-top-corner-text p {
        display: none;
    }

    .lumavibe-right-top-corner-text .lumavibe-top-banner {
        display: none;
    }

    .skip-links {
        clear: both;
        border-top: 1px solid #EDEDED;
        border-bottom: 1px solid #EDEDED;
        background-color: #E62056;
        display: flex;
        width: 100%;
    }

    .xicon {
        display: inline-block;
        width: 36px;
        height: 30px;
        position: relative;
        vertical-align: middle;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .discreet-icon {
        background-image: url(../images/discreet.png);
        margin-top: 5px;
    }

    .geo-icon {
        background-image: url(../images/geo.png);
        margin-top: 5px;
    }

    .ship-icon {
        width: 60px;
        background-image: url(../images/ship.png);
        margin-top: 5px;
    }

    .skip-link.skip-nav {
        border-right: 1px solid #fff;
        margin: 0px 2px 0px 2px;
        vertical-align: middle;
        display: table-cell;
        text-align: center;
    }

    .nav-toggle {
        display: inline-block !important;
        width: 40px;
        height: 30px;
        position: relative;
        vertical-align: middle;
        text-decoration: none;
        cursor: pointer;
        font-size: 0;
        left: -2px;
        top: 2px;
        z-index: 14;
        background-image: url(../images/ham.png);
        background-repeat: no-repeat;
        background-size: cover;
    }

    .nav-toggle:before {
        color: #f9f8f8 !important;
        content: '';
    }

    .lime-btn-checkout {
        display: none;
    }

    .favourite-btn {
        background-color: #e62056;
        display: inline-block;
        height: 25px;
        border-radius: 25px;
        color: #fff !important;
        text-decoration: none !important;
        font-size: 13px;
        vertical-align: middle;
        width: 25%;
        padding-top: 10px;
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 5px;
        text-align: center;
    }

    .favourite-btn span{
        line-height: 20px;
    }

    .favourite-btn span::before{
        font-size: 13px;
    }

    .box-tocart {
        width: 70%;
        display: inline-block;
        margin: 0px;
        vertical-align: middle;

    }

    .box-tocart .actions {
        display: flex;
        justify-content: space-evenly
    }

    .box-tocart .action.tocart {
        vertical-align: top;
        font-size: 13px;
        height: 37px;
        float: left;
        padding: 0;
        width: 85px;
    }

    #qty-min,
    #qty-plus {
        display: inline-block;
        text-align: center;
        vertical-align: top;
        line-height: 37px;
        height: 37px;
        width: 37px;
        color: white;
        background-color: #0436B1;
        font-size: 24px;
    }

    #qty {
        height: 37px !important;
        width: 37px;
    }
}

.white-link {
    text-decoration: none !important;
    color: #fff !important;
}

.text-middle {
    vertical-align: middle !important;
}

.sorter-label {
    text-transform: uppercase;
    font-weight: bold;
}

.sorter-options {
    background: #0436B1;
    color: #fff;
    font-weight: bold;
}

.field.lime-limiter .label {
    margin-top: 5px;
    text-transform: uppercase;
}

.pages strong.page {
    background: #0436B1;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
}

.pages .action {
    box-shadow: none;
    border-radius: 3px;
    padding: 0 8px;
    background: transparent;
    border: none;
}

.pages .action.next:before {
    color: #0436B1;
    font-weight: bold;
}

.pages .action.previous:before {
    color: #0436B1;
    font-weight: bold;
}

@media(min-width: 768px) {
    .navigation .level0.parent > .level-top > .ui-menu-icon:after{
        display: none !important;
    }
    .navigation .level0.parent > a.level-top {
        padding-right: 12px;
    }
    .navigation ul.ui-menu li.level0.parent>a::after {
        content: "" !important;
        display: inline-block !important;
        position: relative !important;
        top: -2px !important;
        width: 0px !important;
        height: 0px !important;
        border-right: 6px solid transparent !important;
        border-left: 6px solid transparent !important;
        border-top: 6px solid white !important;
        margin: 0 4px !important;
        transition: border-top .2s !important;
    }


    .navigation ul.ui-menu li.level1.parent>a::after {
        content: "" !important;
        display: inline-block !important;
        position: relative !important;
        top: -2px !important;
        width: 0px !important;
        height: 0px !important;
        border-left: 6px solid white !important;
        border-top: 6px solid transparent !important;
        border-bottom: 6px solid transparent;
        margin: 0 4px !important;
        transition: border-top .2s !important;
    }

    .shop-info-container {
        margin: 0 100px 0 100px !important;
        font-family: 'Lato', sans-serif;
    }

    .product-item-actions .actions-primary {
        display: inline-block !important;
    }

    .page-products .product-item-actions {
        position: relative;
        z-index: 1;
        text-align: center !important;
    }

    .header-cart-subtotal {
        font-weight: 500;
        font-size: 23px;
        color: white;
        /*font-family: Lato;*/
        float: right;
        align-self: flex-end;
        margin-top: 8px;
    }

    .header-cart-items {
        font-weight: 500;
        font-size: 16px;
        color: white;
        /*font-family: Lato;*/
        float: right;
        align-self: flex-end;
        margin-top: 14px;
        margin-right: 10px;
    }

    .lime-btn-checkout {
        float: right;
        padding: 0.2em;
        margin-top: 0.9em;
        background-color: #fff;
        color: #006bb4;
        font-weight: bold;
        border-radius: 10px;
        margin-left: 0.5em;
        text-decoration: none !important;
        font-size: 13px;
    }

    .lime-btn-chekout:hover {
        cursor: pointer;
    }

    .lime-block-info {
        margin-bottom: 20px;
    }

}

.product.data.items {
    border-bottom: none;
}

.product.data.items .data.item.title.active {
    border-left: solid 10px #E62056 !important;
    text-transform: uppercase !important;
}

.product.data.items .data.item.title {
    border-left: solid 10px #0436B1 !important;
    text-transform: uppercase !important;
    background: #fff !important;
}

.product.data.items>.item.title.active>.switch,
.product.data.items>.item.title.active>.switch:focus {
    color: #E62056 !important;
}

.product.data.items>.item.title>.switch {
    background: #fff !important;
}

.product.data.items .data.switch {
    padding-bottom: 0 !important;
    border: none !important;
}

.product.data.items .data.item.content {
    border: none !important;
    border-top: solid 2px #E62056 !important;
    padding-left: 1em !important;
    padding-right: 1em !important;
}

.product.data.items>.item.title>.switch {
    font-weight: bolder !important;
}

.block-collapsible-nav .content {
    background: transparent;
    padding: 15px 0;
}

.box-content,
address {
    font-style: italic;
}

@media (min-width: 1024px),
print {
    .page-layout-1column .products-grid .product-item {
        width: 100%;
        display: flex;
    }
}

.lime-product-item-info {
    /* max-width: 100%; */
    width: 300px;
    height: 65px;
    display: -webkit-inline-box;
    margin-left: 20px
}


.lime-product-item-info .field.choice.related {
    display: inline;
    /* position: absolute; */
    /* top: 2px; */
    margin-top: 8px;
    margin-left: -95px;
}

.lime-product.photo.product-item-photo img {
    /* display: inline-block;
max-width: 100%; */
    width: 55px;
}

.lime-product.photo.product-item-photo .product-image-container {
    /* display: inline-block;
max-width: 100%; */
    width: 80px;
}

.lime-product.details.product-item-details {
    text-align: center;
    align-content: center;
    display: flex;
    align-items: baseline;
    margin-top: 18px;
    margin-left: 20px;
}

.lime-product.details.product-item-details .price-box {
    color: #df280a;
}

.block.related .related-available .product-item-name {
    margin-left: 20px;
    margin-right: 20px;
    align-items: center;
}

.lime-product.name.product-item-name {
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    display: block;
    hyphens: auto;
    margin: 5px 0;
    word-wrap: break-word;
    margin-left: 20px;
    margin-right: 20px;
}

.lime-product.name.product-item-name>a,
.lime-product.name a>a {
    color: #333333;
    text-decoration: none;
    white-space: nowrap;
}

.lime-product.actions.product-item-actions {
    margin: 10px 20px 10px;
}

@media (min-width: 640px) {

    .item.product.lime-product-item:hover,
    .item.product.lime-product-item.active {
        background: #ffffff;
        box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.3);
        border: 1px solid #bbbbbb;
        margin: 10px;
        padding: 9px;
        position: relative;
        z-index: 2;
        width: 90%;
    }
}

.secondary-addto-links.actions-secondary {
    display: flex;
}

/*Sticker online only - List Product*/
li.item.product.product-item div.product-item-info{
  position: relative;
}

li.item.product.product-item div.product-item-info div.online-only-sticker{
  position: absolute;
  right: 0;
  top: 0;
  z-index:3;
}

li.item.product.product-item div.product-item-info div.online-only-sticker img{
  max-width: 50px;
}

@media screen and (max-width: 640px){
    li.item.product.product-item div.product-item-info div.online-only-sticker img{
      max-width: 40px;
    }
}

/*Sticker online only - featured homepage Product*/
div.item.product.product-item{
  position: relative;
}

div.item.product.product-item div.online-only-sticker{
  position: absolute;
  right: 0;
  top: 0;
  z-index:3;
}

div.item.product.product-item div.online-only-sticker img{
  max-width: 50px;
}

@media screen and (max-width: 640px){
    li.item.product.product-item div.online-only-sticker img{
      max-width: 40px;
    }
}

/*Show price and stock without hove*/

.product-item-info:hover .status-product{
    display: none;
}

@media screen and (max-width: 640px){
    .status-product .price-box.price-final_price{
        display: none;
    }

    .product-item-info:hover .status-product{
       display: block;
    }
}

.grecaptcha-badge{
    opacity: 0 !important;
    z-index: -9999;
}