/* SHOP */
/* line 72, ../scss/shop.scss */
div #page {
    transition: 300ms;
}

/* line 76, ../scss/shop.scss */
.remove-cart-item-btn, .modify-cart-item-count-down, .modify-cart-item-count-up {
    cursor: pointer;
}

/* line 79, ../scss/shop.scss */
.modify-cart-item-count-down {
    font-weight: bolder;
    font-size: 1.2rem;
    color: #000000;
    background-color: white;
    padding: 0 7px;
}
/* line 85, ../scss/shop.scss */
.modify-cart-item-count-down:hover {
    background-color: #ddefa7;
}

/* line 87, ../scss/shop.scss */
.modify-cart-item-count-up {
    font-weight: bolder;
    font-size: 1.2rem;
    color: #000000;
    background-color: white;
    padding: 0 5px;
}
/* line 93, ../scss/shop.scss */
.modify-cart-item-count-up:hover {
    background-color: #ddefa7;
}

/* line 95, ../scss/shop.scss */
#cart-make-order-btn {
    cursor: pointer;
    display: none;
}

/* line 100, ../scss/shop.scss */
.cart-opened {
    -webkit-transform: translate(-480px);
    transform: translate(-480px);
    overflow-y: hidden !important;
}

/* line 106, ../scss/shop.scss */
.cart-right-widget {
    right: -480px !important;
    transition: 280ms;
    opacity: 1 !important;
    display: none;
    overflow: auto;
    position: relative;
    height: 100vh;
    top: 0;
    z-index: 999;
    background-color: #f3f3f4;
}
@media only screen and (min-width: 40.063em) {
    /* line 118, ../scss/shop.scss */
    .cart-right-widget {
        width: 480px;
    }
}
@media only screen and (max-width: 40em) {
    /* line 121, ../scss/shop.scss */
    .cart-right-widget {
        width: 100%;
    }
}

/* line 125, ../scss/shop.scss */
.cart-right-widget-opened {
    right: 0 !important;
    display: block !important;
    position: fixed;
}

/* line 132, ../scss/shop.scss */
label {
    font-size: 0.95rem;
    color: black;
}

/* line 137, ../scss/shop.scss */
#cart-right-widget-close-btn {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    font-size: 1.25rem;
    opacity: .6;
}
/* line 144, ../scss/shop.scss */
#cart-right-widget-close-btn:hover {
    opacity: 1;
}

/* line 149, ../scss/shop.scss */
.shopping_basket_widget {
    z-index: 100;
    cursor: pointer;
    position: absolute;
    right: 35px;
    top: 15px;
}

/* line 166, ../scss/shop.scss */
.cart-inner-content {
    padding: 30px 25px;
}

/* line 170, ../scss/shop.scss */
.cart-right-widget {
    padding: 0 15px 15px 15px;
    font-family: 'Open Sans', sans-serif;
    font-size: .9rem;
    line-height: 1.6rem;
    letter-spacing: .5px;
    font-weight: 600;
}

@media only screen and (min-width: 64.063em) {
    /* line 179, ../scss/shop.scss */
    .checkoutbasket_info_summary_container {
        margin-top: 20px;
    }

    /* line 182, ../scss/shop.scss */
    .checkoutbasket_info_items_container {
        max-height: 40vh;
        overflow: auto;
    }
}
/* line 188, ../scss/shop.scss */
.cart_right_widget_title {
    text-align: center;
    margin-bottom: 15px;
    font-family: 'Open Sans', sans-serif;
    font-size: .8rem;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: bold;
}

/* line 197, ../scss/shop.scss */
.cart-item-settings {
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    padding-bottom: 10px;
}

/* line 201, ../scss/shop.scss */
.remove-cart-item-btn {
    cursor: pointer;
    position: absolute;
    z-index: 10;
    right: 75px;
    margin-top: 12px;
    font-size: 1rem;
}
/* line 208, ../scss/shop.scss */
.remove-cart-item-btn:hover {
    color: #dd0000;
}

/* line 210, ../scss/shop.scss */
.cart_item_img {
    text-align: center;
}
/* line 212, ../scss/shop.scss */
.cart_item_img img {
    max-width: 175px;
    max-height: 100px;
    margin-top: 15px;
    margin-bottom: 15px;
}

/* line 219, ../scss/shop.scss */
.modify_cart_item_counter {
    text-align: right;
}

/* line 222, ../scss/shop.scss */
.cart_item_price {
    white-space: nowrap;
    text-align: right;
    font-weight: 600;
}

/* line 227, ../scss/shop.scss */
.cart_summary_price {
    margin-top: 12px;
    text-align: right;
}
/* line 230, ../scss/shop.scss */
.cart_summary_price .cart_item_price {
    display: inline;
}
/* line 231, ../scss/shop.scss */
.cart_summary_price #order-summary-container {
    display: inline;
    font-size: 1rem;
}

/* line 233, ../scss/shop.scss */
#free-delivery-container {
    text-align: center;
    margin-top: 25px;
}

/* line 237, ../scss/shop.scss */
.cart_make_order_wrapper {
    width: 190px;
    margin: 20px auto;
}
/* line 240, ../scss/shop.scss */
.cart_make_order_wrapper .cart_make_order_button {
    font-size: .9rem;
    font-weight: 600;
    padding: 8px 0;
    text-align: center;
    background-color: #d9f580;
    border-color: #c7e372;
}
/* line 247, ../scss/shop.scss */
.cart_make_order_wrapper .cart_make_order_button:hover {
    background-color: #c7e372;
    border-color: #b2cf68;
}

/* line 251, ../scss/shop.scss */
.checkoutpage {
    background-color: #f8f8f8;
}
@media only screen and (min-width: 90.063em) {
    /* line 254, ../scss/shop.scss */
    .checkoutpage {
        padding: 0 90px;
    }
}
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
    /* line 257, ../scss/shop.scss */
    .checkoutpage {
        padding: 0 50px;
    }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
    /* line 260, ../scss/shop.scss */
    .checkoutpage {
        padding: 0 35px;
    }
}
@media only screen and (max-width: 40em) {
    /* line 263, ../scss/shop.scss */
    .checkoutpage {
        padding: 0 30px;
    }
}

/* line 266, ../scss/shop.scss */
#checkoutpage_header {
    height: 90px;
}
/* line 268, ../scss/shop.scss */
#checkoutpage_header .logo {
    text-align: center;
    padding: 20px 0;
}
/* line 271, ../scss/shop.scss */
#checkoutpage_header .logo img {
    max-height: 70px;
}

/* line 274, ../scss/shop.scss */
.checkoutpage_exit {
    position: absolute;
    z-index: 10;
    font-family: 'Open Sans', sans-serif;
    font-size: .95rem;
    letter-spacing: .5px;
    color: rgba(0, 0, 0, 0.75);
    top: 10px;
    left: 50px;
}
@media only screen and (max-width: 40em) {
    /* line 284, ../scss/shop.scss */
    .checkoutpage_exit {
        top: 15px;
        left: 33px;
    }
}

/* line 287, ../scss/shop.scss */
.checkoutpage_ssl {
    position: absolute;
    z-index: 10;
    font-family: 'Open Sans', sans-serif;
    font-size: .95rem;
    letter-spacing: .5px;
    color: rgba(0, 0, 0, 0.75);
    top: 10px;
    right: 50px;
}
@media only screen and (max-width: 40em) {
    /* line 297, ../scss/shop.scss */
    .checkoutpage_ssl {
        top: 45px;
        left: 33px;
        right: auto;
    }
}

/* line 300, ../scss/shop.scss */
.checkoutpage_tel {
    position: absolute;
    z-index: 10;
    font-family: 'Open Sans', sans-serif;
    font-size: .95rem;
    letter-spacing: .5px;
    color: rgba(0, 0, 0, 0.75);
    top: 40px;
    right: 50px;
}

/* line 310, ../scss/shop.scss */
.checkoutpage_info_wrapper {
    max-width: 800px;
    text-align: center;
    margin: 25px auto 50px;
    background-color: white;
    padding: 20px 35px 40px;
    border: 1px solid #efefef;
}
/* line 317, ../scss/shop.scss */
.checkoutpage_info_wrapper h2 {
    text-align: center;
}

/* line 319, ../scss/shop.scss */
.checkoutpage_finish_button_wrapper {
    margin-top: 35px;
}

/* line 322, ../scss/shop.scss */
.checkoutform_wrapper {
    margin-bottom: 50px;
    background-color: white;
    padding: 20px 35px;
    border: 1px solid #efefef;
}
@media only screen and (min-width: 64.063em) {
    /* line 328, ../scss/shop.scss */
    .checkoutform_wrapper {
        margin-top: 25px;
    }
}
@media only screen and (max-width: 40em) {
    /* line 331, ../scss/shop.scss */
    .checkoutform_wrapper {
        padding: 15px 10px;
    }
}

/* line 335, ../scss/shop.scss */
#checkout-products-slider .slick-prev:before, #checkout-products-slider .slick-next:before {
    color: #82b34b;
    font-size: 20px;
}

/* line 340, ../scss/shop.scss */
.checkoutbasket_info_wrapper {
    background-color: #ecf3e4;
    border: 1px solid #e4eadd;
}
@media only screen and (min-width: 90.063em) {
    /* line 344, ../scss/shop.scss */
    .checkoutbasket_info_wrapper {
        width: 31%;
        position: fixed;
        top: 115px;
        right: 9%;
        padding-bottom: 25px;
    }
}
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
    /* line 353, ../scss/shop.scss */
    .checkoutbasket_info_wrapper {
        width: 36%;
        position: fixed;
        right: 5%;
        margin-top: 25px;
        padding-bottom: 25px;
    }
}
@media only screen and (max-width: 40em) {
    /* line 362, ../scss/shop.scss */
    .checkoutbasket_info_wrapper .cart-inner-content {
        padding: 30px 10px;
    }
}
/* line 364, ../scss/shop.scss */
.checkoutbasket_info_wrapper .checkoutbasket_title {
    margin-bottom: 12px;
    padding-left: 7px;
    font-family: "Open Sans", sans-serif;
    font-size: .95rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
}
/* line 373, ../scss/shop.scss */
.checkoutbasket_info_wrapper #checkout-products-slider-btn {
    float: right;
    cursor: pointer;
    font-size: .8rem;
    text-transform: none;
    letter-spacing: 0;
}
/* line 379, ../scss/shop.scss */
.checkoutbasket_info_wrapper #checkout-products-slider-btn i {
    font-size: .95rem;
    padding: 0 5px;
}
/* line 385, ../scss/shop.scss */
.checkoutbasket_info_wrapper #checkout-products-slider img {
    max-width: 75%;
    height: auto;
    margin: 12px auto 15px;
    max-height: 125px;
}
@media only screen and (min-width: 90.063em) and (max-width: 120em) {
    /* line 391, ../scss/shop.scss */
    .checkoutbasket_info_wrapper #checkout-products-slider img {
        max-height: 200px;
    }
}
/* line 395, ../scss/shop.scss */
.checkoutbasket_info_wrapper .checkoutbasket_info_item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    padding: 9px 0;
    font-size: .9rem;
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
    /* line 400, ../scss/shop.scss */
    .checkoutbasket_info_wrapper .checkoutbasket_info_item {
        display: none;
    }
}
@media only screen and (max-width: 40em) {
    /* line 403, ../scss/shop.scss */
    .checkoutbasket_info_wrapper .checkoutbasket_info_item {
        display: none;
    }
}
/* line 406, ../scss/shop.scss */
.checkoutbasket_info_wrapper .checkoutbasket_info_delivery {
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    padding: 9px 0;
    font-size: .9rem;
}
/* line 411, ../scss/shop.scss */
.checkoutbasket_info_wrapper .checkoutbasket_highlighted_info_item {
    background-color: white;
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
    /* line 416, ../scss/shop.scss */
    .checkoutbasket_info_wrapper .checkoutbasket_highlighted_small_info_item {
        display: block;
        margin-bottom: 20px !important;
    }
}
@media only screen and (max-width: 40em) {
    /* line 419, ../scss/shop.scss */
    .checkoutbasket_info_wrapper .checkoutbasket_highlighted_small_info_item {
        display: block;
        margin-bottom: 20px !important;
    }
}
/* line 422, ../scss/shop.scss */
.checkoutbasket_info_wrapper .checkoutbasket_info_summary {
    font-size: 1rem;
}
@media only screen and (min-width: 64.063em) {
    /* line 425, ../scss/shop.scss */
    .checkoutbasket_info_wrapper .checkoutbasket_info_summary {
        padding-top: 12px;
    }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
    /* line 430, ../scss/shop.scss */
    .checkoutbasket_info_wrapper .info_summary_r {
        float: left;
        width: 107px;
    }
}
@media only screen and (max-width: 40em) {
    /* line 433, ../scss/shop.scss */
    .checkoutbasket_info_wrapper .info_summary_r {
        float: left;
        width: 107px;
    }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
    /* line 438, ../scss/shop.scss */
    .checkoutbasket_info_wrapper .info_summary_l {
        float: left !important;
        width: 200px;
    }
    /* line 440, ../scss/shop.scss */
    .checkoutbasket_info_wrapper .info_summary_l .cart_item_price {
        text-align: left;
    }
}
@media only screen and (max-width: 40em) {
    /* line 444, ../scss/shop.scss */
    .checkoutbasket_info_wrapper .info_summary_l {
        float: left !important;
        width: 200px;
    }
    /* line 446, ../scss/shop.scss */
    .checkoutbasket_info_wrapper .info_summary_l .cart_item_price {
        text-align: left;
    }
}

/* line 451, ../scss/shop.scss */
.checkoutform_section {
    padding-bottom: 12px;
    padding-top: 16px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    font-size: .95rem;
}

/* line 457, ../scss/shop.scss */
.checkoutform_title {
    margin-bottom: 12px;
    padding-left: 7px;
    font-family: "Open Sans", sans-serif;
    font-size: .95rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
}

/* line 466, ../scss/shop.scss */
.order_button_wrapper {
    padding-top: 12px;
    text-align: center;
}

/* line 470, ../scss/shop.scss */
.order_button {
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    margin: 5px 0;
    font-weight: 600;
    min-width: 120px;
    letter-spacing: .5px;
    color: black;
    padding: 15px 33px;
    background-color: #d9f580;
    border-color: #c7e372;
}
/* line 481, ../scss/shop.scss */
.order_button:hover {
    background-color: #c7e372;
    border-color: #b2cf68;
    color: black;
}

/* line 484, ../scss/shop.scss */
#checkout_footer {
    background-color: white;
}
/* line 486, ../scss/shop.scss */
#checkout_footer * {
    color: black;
}

/* line 489, ../scss/shop.scss */
.make_order_button {
    margin-bottom: 15px;
    font-size: .8rem;
    font-weight: 600;
    padding: 10px 15px !important;
    text-align: center;
    max-width: 300px;
    min-width: 150px;
}

/* line 500, ../scss/shop.scss */
.regular_price_promo {
    font-weight: 400;
    text-decoration: line-through;
    opacity: .85;
}

/* line 505, ../scss/shop.scss */
.promo_price {
    font-weight: 600;
    color: #d23e30;
}

/* line 509, ../scss/shop.scss */
.regular_price {
    font-weight: 600;
}

/* TPAY */
/* line 515, ../scss/shop.scss */
#payment-channels div.selected {
    border: 2px solid #1E63A9;
    margin: 3px 3px -1px -1px;
}

/* line 519, ../scss/shop.scss */
#payment-channels div {
    background-color: white;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 80%;
    border: 2px solid #e6e6e6;
    cursor: pointer;
    display: inline-block;
    width: 107px;
    height: 65px;
    margin-right: 16px;
    margin-top: 15px;
    text-align: right;
}
@media only screen and (max-width: 40em) {
    /* line 533, ../scss/shop.scss */
    #payment-channels div {
        width: 100px;
    }
}

/* line 536, ../scss/shop.scss */
#payment-channels div:hover {
    border: 2px solid #b1dc80;
}

/* line 539, ../scss/shop.scss */
#payment-channels .payment_channels_active {
    border: 2px solid #b1dc80 !important;
}

/* line 542, ../scss/shop.scss */
#payment-channels div p.label {
    display: none;
}

.added-to-cart-notification {
    display: none;
    height: 50px;
    padding: 15px 20px 15px 0;
    background: black;
    color:white;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 300px;
    margin-left: -150px;
    text-align: center;
}

.added-to-cart-notification #msg {
    margin-left: 20px;
    margin-top: 10px;
}