/*
Theme Name: Shopkeeper Child
Theme URI: http://shopkeeper.getbowtied.com/
Description: This is a child theme for Shopkeeper.
Author: Get Bowtied
Author URI: http: //www.getbowtied.com/
Template: shopkeeper
Version: 1.1
*/

@import url("../shopkeeper/style.css");
@import url("./fonts/font-awesome/css/font-awesome.min.css");

/****************************************************************/


/*************** ADD YOUR CUSTOM CSS IN THIS AREA ***************/


/****************************************************************/
section#newsletter_form_footer {
    border: 1px solid;
    border-radius: 8px;
    padding: 20px;
    width: 60%;
    margin: 0 auto;
	float: right;
}

section#newsletter_form_footer h2.text-bold.center {
    text-align: center;
    color: #fff;
    font-size: 20px;
}

section#newsletter_form_footer .input-field span {
    color: #fff;
    font-size: 13px;
}

section#newsletter_form_footer button#subscribeButton {
    background-color: #d42932;
    padding: 10px;
    color: #fff;
    width: max-content;
    text-transform: unset;
    font-weight: 600;
    margin-top: 20px;
    border-radius: 3px;
    cursor: pointer;
}

section#newsletter_form_footer .error_message.success {
    background: green;
    padding: 10px;
    margin-top: 20px;
	color: white;
}

section#newsletter_form_footer .error_message.error:before {
    content: "\e90b";
    font-family: "Shopkeeper-Icon-Font" !important;
    margin-right: 10px;
    font-size: 19px;
}

section#newsletter_form_footer .error_message.error {
    color: rgba(0, 0, 0, 0.7);
    font-weight: 500;
    background: rgba(255, 199, 65, 0.95);
    padding: 10px;
    margin-top: 10px;
}

section#newsletter_form_footer h2.text-bold.center {
    text-align: center;
    color: #fff;
    font-size: 20px;
    margin-bottom: 30px;
    margin-top: 30px;
}

section#newsletter_form_footer .input-checkbox:after {
    border: 2px solid #fff;
    color: #fff;
}

section#newsletter_form_footerinput#newsletter_email {
    color: #fff;
}

section#newsletter_form_footer input#newsletter_email {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #fff !important;
    border-radius: 0;
    outline: none;
    height: 3rem;
    width: 94%;
    font-size: 16px;
    margin: 0 0 8px 0;
    padding: 0 0 0 5px;
    box-sizing: content-box;
    transition: box-shadow .3s, border .3s;
    color: #fff;
}

section#newsletter_form_footer form#newsletterForm .input-field {
    position: relative;
}

section#newsletter_form_footer form#newsletterForm .newsletter_email_label {
    position: absolute;
    top: 10px;
    font-size: 1rem;
    cursor: text;
    transition: transform .2s ease-out, color .2s ease-out;
    transform-origin: 0% 100%;
    text-align: initial;
    transform: translateY(12px);
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    text-transform: unset;
}

label.newsletter_email_label.active {
    transform: translateY(-14px) scale(0.8) !important;
    top: -6px !important;
}

form#newsletterForm a {
    color: #039be5;
    text-decoration: underline;
}

.newsletter_form input[type="checkbox"].ios8-switch-lg:checked+label:after {
    margin-left: 20px;
    display: none;
}

.newsletter_form input[type="checkbox"].ios8-switch-lg:checked+label:before {
    margin-left: 20px;
    display: none;
}

.newsletter_form input[type="checkbox"].ios8-switch-lg+label {
    padding-left: 0;
    display: inline-block;
}

.newsletter_form input[type="checkbox"].ios8-switch {
    display: inline-block;
    position: relative;
    margin: 0;
}

.newsletter_form input[type="checkbox"].ios8-switch-lg+label {
    padding-left: 0;
    display: revert;
    margin-left: 10px;
    text-transform: unset;
}

.newsletter_form input[type="checkbox"].ios8-switch-lg+label:before {
    display: none;
}

.newsletter_form input[type="checkbox"].ios8-switch-lg+label:after {
    display: none;
}

section#newsletter_form_footer form#newsletterForm .input-field p {
    font-weight: 600;
}

.newsletter_form input[type="checkbox"].ios8-switch-lg+label {
    padding-left: 0;
    display: revert;
    margin-left: 10px;
    text-transform: unset;
    font-size: 14px;
}

section#newsletter_form_footer .error_message.error:before {
    content: "\e002";
    font-family: 'Material Icons' !important;
    font-size: 24px;
    margin-right: 10px;
}

section#newsletter_form_footer form#newsletterForm .input-field label {
    text-transform: unset;
}

section#newsletter_form_footer .error_message.error {
    color: rgba(0, 0, 0, 0.7);
    font-weight: 500;
    background: rgba(255, 199, 65, 0.95);
    padding: 10px;
    margin-top: 10px;
    display: flex;
    align-items: center;
}
@import url("third_party/themify-icons/themify-icons.css");
.camera-confirmed {
    background-image: url("./images/confirmed/camera_pin.png");
}

.camera-log_term {
    background-image: url("./images/log_term/camera_pin.png");
}

.camera-old {
    background-image: url("./images/old/camera_pin.png");
}

.camera-unconfirmed {
    background-image: url("./images/unconfirmed/camera_pin.png");
}

.crash-confirmed {
    background-image: url("./images/confirmed/crash_pin.png");
}

.crash-log_term {
    background-image: url("./images/log_term/crash_pin.png");
}

.crash-old {
    background-image: url("./images/old/crash_pin.png");
}

.crash-unconfirmed {
    background-image: url("./images/unconfirmed/crash_pin.png");
}

.other-confirmed {
    background-image: url("./images/confirmed/other_pin.png");
}

.other-log_term {
    background-image: url("./images/log_term/other_pin.png");
}

.other-old {
    background-image: url("./images/old/other_pin.png");
}

.other-unconfirmed {
    background-image: url("./images/unconfirmed/other_pin.png");
}

.queue-confirmed {
    background-image: url("./images/confirmed/queue_pin.png");
}

.queue-log_term {
    background-image: url("./images/log_term/queue_pin.png");
}

.queue-old {
    background-image: url("./images/old/queue_pin.png");
}

.queue-unconfirmed {
    background-image: url("./images/unconfirmed/queue_pin.png");
}

.roadwoerk-confirmed {
    background-image: url("./images/confirmed/roadwoerk_pin.png");
}

.roadwoerk-log_term {
    background-image: url("./images/log_term/roadwoerk_pin.png");
}

.roadwoerk-old {
    background-image: url("./images/old/roadwoerk_pin.png");
}

.roadwoerk-unconfirmed {
    background-image: url("./images/unconfirmed/roadwoerk_pin.png");
}

.warning-confirmed {
    background-image: url("./images/confirmed/warning_pin.png");
}

.warning-log_term {
    background-image: url("./images/log_term/warning_pin.png");
}

.warning-old {
    background-image: url("./images/old/warning_pin.png");
}

.warning-unconfirmed {
    background-image: url("./images/unconfirmed/warning_pin.png");
}

.location-wrapper>div {
    height: 40px;
    width: 35px;
    background-size: contain;
    position: absolute;
    left: -16px;
    top: -31px;
}

.location-wrapper .cluster {
    background-color: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    text-align: center;
    padding-top: 8px;
    border-radius: 50%;
    height: 35px;
}

button.round,
a.round,
.woocommerce-Button.round {
    border-radius: 50px !important;
}

button.round:focus,
a.round:focus,
.woocommerce-Button.round:focus {
    outline: none;
}

button.round:hover,
a.round:hover,
.woocommerce-Button.round:hover {
    color: #ffffff !important;
}

button.round.white-grey,
a.round.white-grey,
.woocommerce-Button.round.white-grey {
    color: #000000 !important;
    background: #7a7a7a linear-gradient(0deg, #e8e8e8 0%, #e8e8e8 35%, #ffffff 35%) !important;
    border: 1px solid #000000;
}

button.round.white-grey:hover,
a.round.white-grey:hover,
.woocommerce-Button.round.white-grey:hover {
    background: #7a7a7a linear-gradient(0deg, #e8e8e8 0%, #e8e8e8 35%, #ffffff 35%) !important;
}

button.round.white,
a.round.white,
.woocommerce-Button.round.white {
    color: #000000 !important;
    background: #ffffff !important;
}

button.round.white:hover,
a.round.white:hover,
.woocommerce-Button.round.white:hover {
    background: #e1e1e1 !important;
}

button.round.black,
a.round.black,
.woocommerce-Button.round.black {
    color: #ffffff !important;
    background-color: #000000 !important;
}

button.round.white-shadowed,
a.round.white-shadowed,
.woocommerce-Button.round.white-shadowed {
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5), 0 4px 4px 0 rgba(0, 0, 0, 0.24) !important;
    background: #ffffff none !important;
    border: none;
}

.facebook-img img {
    border-radius: 50%;
}

.facebook-img * {
    display: inline-block;
}

.text-center {
    text-align: center;
    display: block;
}

.badge-modal .modal-body {
    overflow: auto;
}

.badge-modal .modal-body .badge-header {
    min-height: 100px;
}

.badge-modal .modal-body .badge-header img {
    position: absolute;
}

.badge-modal .modal-body .badge-header h4,
.badge-modal .modal-body .badge-header span {
    margin-left: 100px;
}

.badge-modal .modal-body button {
    margin-top: 50px;
    float: right;
}

.advantage-list {
    list-style-type: none;
}

.advantage-list .available {
    color: #000000;
    padding-left: 0;
}

.advantage-list .available:before {
    font-family: "FontAwesome", sans-serif;
    content: "\f00c";
    margin: 0 5px 0 -15px;
    font-size: 14px;
    position: initial;
}

.advantage-list li {
    font-family: SFUIText;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    text-align: left;
    color: #000000;
    padding-left: 4px;
    position: relative;
}

.advantage-list li:before {
    content: "÷";
    margin: 0 7px 0 -14px;
    font-size: 18px;
    position: absolute;
    left: 0;
}

.advantage-list li:not(.available) {
    color: #898789;
}

.ta-variations .ta-variation .woocommerce-Input--radio {
    display: none;
}

.ta-variations .ta-variation .woocommerce-Input--radio+label {
    min-height: 100px;
    width: 100%;
    color: #000000;
    padding-left: 30px;
}

.ta-variations .ta-variation .woocommerce-Input--radio+label .header span {
    text-transform: uppercase;
    font-weight: normal;
    border: 1px solid #000000;
    border-radius: 30px;
    padding: 7px 15px 5px;
}

.ta-variations .ta-variation .woocommerce-Input--radio:checked+label {
    background-color: #000000;
    color: #ffffff;
}

.ta-variations .ta-variation .woocommerce-Input--radio:checked+label .header span {
    border: 1px solid #ffffff;
    border-radius: 30px;
}

.ta-variations .ta-variation .price {
    font-size: 25px;
    margin-top: 10px;
}

.ta-variations .ta-variation .period {
    font-weight: normal;
    text-transform: none;
}

.ta-variations .woocommerce-Price-amount span {
    margin-right: 10px;
}

.inline {
    display: inline-block !important;
}

.ta-order-review .notice {
    margin-top: 20px;
    margin-bottom: 70px;
}

.ta-order-review .product-total {
    text-align: right;
}

.facebook-login .woocommerce-Button.button.facebook {
    border-radius: 5px !important;
    width: 100%;
    position: relative;
    text-align: center;
    background-color: #4a67b2 !important;
}

.facebook-login .woocommerce-Button.button.facebook:focus,
.facebook-login .woocommerce-Button.button.facebook:active {
    outline: none;
}

.facebook-login .woocommerce-Button.button.facebook .fa-facebook {
    position: absolute;
    left: 40px;
    font-size: 25px;
    top: 13px;
}

.facebook-login .separator {
    margin-top: 22px;
}

.facebook-login .separator .line {
    border-top: 1px solid #b1b1b1;
    padding-bottom: 5px;
    width: calc(50% - 41px);
}

.facebook-login .separator .ta-label {
    margin: 0 20px;
    font-weight: bold;
    color: #b1b1b1;
}

.center-text {
    text-align: center !important;
}

.block-header {
    margin-bottom: 50px;
}

.hidden {
    display: none !important;
}

.ta_sub_details p {
    margin-bottom: 0;
}

.ta_audio_view {
    width: 37px;
    height: 25px;
    background-size: contain;
    background: url("images/icons/speaker.png") no-repeat;
    cursor: pointer;
    margin: 0 auto;
}

.ta_audio_view+audio {
    display: none;
}

.phone_message {
    box-shadow: 0 15px 40px 4px rgba(0, 0, 0, 0.23);
    border-radius: 15px;
    padding: 20px 28px 20px 40px;
    position: absolute;
    background-color: #ffffff;
    z-index: 1;
}

.phone_message::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #ffffff;
    position: absolute;
    bottom: -14px;
    left: calc(50% - 15px);
}

.phone_message.right_m::after {
    border-right: 0;
    left: calc(50% + 33px);
}

.phone_message.left_m::after {
    border-left: 0;
    left: 16px;
}

.ta_facebook_label {
    text-transform: uppercase;
}

.wc_points_rewards_earn_points,
.wc_points_redeem_earn_points {
    text-align: center;
}

.wc_points_rewards_earn_points {
    margin-bottom: 20px;
}

.wc_points_rewards_apply_discount {
    margin-top: 20px;
}

div.woocommerce-error {
    width: 400px;
    min-width: 400px;
    padding-left: 95px !important;
    padding-top: 39px !important;
    max-height: 1000px !important;
    height: auto !important;
    overflow: auto !important;
}

.main_h1 {
    font-family: SFUIDisplay;
    font-size: 42px;
    font-weight: bold;
}

.main_p {
    font-family: SFUIDisplay;
    font-size: 19px;
    font-weight: 300;
    color: #000000;
    line-height: normal;
}

.main_h4 {
    font-family: SFUIDisplay;
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    color: #000000;
}

.checkout_left_wrapper .col2-set {
    width: 100% !important;
    margin-top: 0 !important;
}

.site_logo {
    display: block;
    margin: 0 auto 40px;
    max-height: 50px;
}

#site-footer,
#site-footer.on_screen {
    padding-top: 35px;
}

#site-footer .copyright_text,
#site-footer.on_screen .copyright_text {
    margin-top: 25px;
    margin-bottom: 30px;
}

#site-footer .copyright_text h4,
#site-footer.on_screen .copyright_text h4 {
    color: #ffffff !important;
    font-size: 14px;
    font-weight: bold;
    font-family: SFUIDisplay;
    margin: 0;
}

#site-footer .copyright_text p,
#site-footer.on_screen .copyright_text p {
    font-family: SFUIDisplay;
    font-size: 12px;
}

#site-footer .separator,
#site-footer.on_screen .separator {
    width: 323px;
    border-top: 1px solid #ffffff;
    margin: 0 auto;
}

#site-footer .footer_socials_wrapper,
#site-footer.on_screen .footer_socials_wrapper {
    margin-bottom: 10px;
}

.js_hided {
    display: none !important;
}

.wc-points-rewards-product-message {
    display: block;
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
    border-radius: 5px;
    padding: 10px;
    background-color: #d16d72;
    color: #ffffff;
}

.woocommerce .product-remove>a.remove {
    color: black !important;
    font-size: 30px !important;
}

.woocommerce .product-remove>a.remove::after {
    content: "" !important;
}

p.fb-title {
    margin-bottom: 0;
}

.product_thumbnail_wrapper .product_thumbnail.with_second_image .product_thumbnail_background {
    display: none !important;
}

.product_thumbnail_wrapper:hover .product_thumbnail.with_second_image.second_image_loaded img.wp-post-image {
    opacity: 1 !important;
}

@media (max-width: 480px) {
    .site-branding {
        max-width: 40px;
    }
}

.ta_button,
.single_add_to_cart_button,
input.wc_points_rewards_apply_discount,
a.checkout-button,
input.ta_button[type="submit"],
.place-order input.button.alt {
    height: 44px;
    border: 2px solid #ffffff;
    width: 200px;
    display: inline-block;
    text-align: center;
    padding-top: 5px;
    color: #ffffff;
    opacity: 1 !important;
    font-size: 18px;
    font-weight: bold;
}

.ta_button.disabled,
.single_add_to_cart_button.disabled,
input.wc_points_rewards_apply_discount.disabled,
a.checkout-button.disabled,
input.ta_button[type="submit"].disabled,
.place-order input.button.alt.disabled {
    opacity: 0.5 !important;
    cursor: not-allowed;
}

.ta_button.single_add_to_cart_button,
.single_add_to_cart_button.single_add_to_cart_button,
input.wc_points_rewards_apply_discount.single_add_to_cart_button,
a.checkout-button.single_add_to_cart_button,
input.ta_button[type="submit"].single_add_to_cart_button,
.place-order input.button.alt.single_add_to_cart_button,
.ta_button.wc_points_rewards_apply_discount,
.single_add_to_cart_button.wc_points_rewards_apply_discount,
input.wc_points_rewards_apply_discount.wc_points_rewards_apply_discount,
a.checkout-button.wc_points_rewards_apply_discount,
input.ta_button[type="submit"].wc_points_rewards_apply_discount,
.place-order input.button.alt.wc_points_rewards_apply_discount,
.ta_button.checkout-button,
.single_add_to_cart_button.checkout-button,
input.wc_points_rewards_apply_discount.checkout-button,
a.checkout-button.checkout-button,
input.ta_button[type="submit"].checkout-button,
.place-order input.button.alt.checkout-button,
.ta_button.button.alt,
.single_add_to_cart_button.button.alt,
input.wc_points_rewards_apply_discount.button.alt,
a.checkout-button.button.alt,
input.ta_button[type="submit"].button.alt,
.place-order input.button.alt.button.alt {
    background-color: transparent !important;
    border: 2px solid #ca0604 !important;
    color: #ca0604 !important;
    height: 50px;
}

.ta_button.single_add_to_cart_button:hover,
.single_add_to_cart_button.single_add_to_cart_button:hover,
input.wc_points_rewards_apply_discount.single_add_to_cart_button:hover,
a.checkout-button.single_add_to_cart_button:hover,
input.ta_button[type="submit"].single_add_to_cart_button:hover,
.place-order input.button.alt.single_add_to_cart_button:hover,
.ta_button.wc_points_rewards_apply_discount:hover,
.single_add_to_cart_button.wc_points_rewards_apply_discount:hover,
input.wc_points_rewards_apply_discount.wc_points_rewards_apply_discount:hover,
a.checkout-button.wc_points_rewards_apply_discount:hover,
input.ta_button[type="submit"].wc_points_rewards_apply_discount:hover,
.place-order input.button.alt.wc_points_rewards_apply_discount:hover,
.ta_button.checkout-button:hover,
.single_add_to_cart_button.checkout-button:hover,
input.wc_points_rewards_apply_discount.checkout-button:hover,
a.checkout-button.checkout-button:hover,
input.ta_button[type="submit"].checkout-button:hover,
.place-order input.button.alt.checkout-button:hover,
.ta_button.button.alt:hover,
.single_add_to_cart_button.button.alt:hover,
input.wc_points_rewards_apply_discount.button.alt:hover,
a.checkout-button.button.alt:hover,
input.ta_button[type="submit"].button.alt:hover,
.place-order input.button.alt.button.alt:hover {
    background-color: #ca0604 !important;
    color: #ffffff !important;
}

.ta_button.single_add_to_cart_button.checkout-button,
.single_add_to_cart_button.single_add_to_cart_button.checkout-button,
input.wc_points_rewards_apply_discount.single_add_to_cart_button.checkout-button,
a.checkout-button.single_add_to_cart_button.checkout-button,
input.ta_button[type="submit"].single_add_to_cart_button.checkout-button,
.place-order input.button.alt.single_add_to_cart_button.checkout-button,
.ta_button.wc_points_rewards_apply_discount.checkout-button,
.single_add_to_cart_button.wc_points_rewards_apply_discount.checkout-button,
input.wc_points_rewards_apply_discount.wc_points_rewards_apply_discount.checkout-button,
a.checkout-button.wc_points_rewards_apply_discount.checkout-button,
input.ta_button[type="submit"].wc_points_rewards_apply_discount.checkout-button,
.place-order input.button.alt.wc_points_rewards_apply_discount.checkout-button,
.ta_button.checkout-button.checkout-button,
.single_add_to_cart_button.checkout-button.checkout-button,
input.wc_points_rewards_apply_discount.checkout-button.checkout-button,
a.checkout-button.checkout-button.checkout-button,
input.ta_button[type="submit"].checkout-button.checkout-button,
.place-order input.button.alt.checkout-button.checkout-button,
.ta_button.button.alt.checkout-button,
.single_add_to_cart_button.button.alt.checkout-button,
input.wc_points_rewards_apply_discount.button.alt.checkout-button,
a.checkout-button.button.alt.checkout-button,
input.ta_button[type="submit"].button.alt.checkout-button,
.place-order input.button.alt.button.alt.checkout-button {
    width: 100%;
}

.ta_button.single_add_to_cart_button.button.alt,
.single_add_to_cart_button.single_add_to_cart_button.button.alt,
input.wc_points_rewards_apply_discount.single_add_to_cart_button.button.alt,
a.checkout-button.single_add_to_cart_button.button.alt,
input.ta_button[type="submit"].single_add_to_cart_button.button.alt,
.place-order input.button.alt.single_add_to_cart_button.button.alt,
.ta_button.wc_points_rewards_apply_discount.button.alt,
.single_add_to_cart_button.wc_points_rewards_apply_discount.button.alt,
input.wc_points_rewards_apply_discount.wc_points_rewards_apply_discount.button.alt,
a.checkout-button.wc_points_rewards_apply_discount.button.alt,
input.ta_button[type="submit"].wc_points_rewards_apply_discount.button.alt,
.place-order input.button.alt.wc_points_rewards_apply_discount.button.alt,
.ta_button.checkout-button.button.alt,
.single_add_to_cart_button.checkout-button.button.alt,
input.wc_points_rewards_apply_discount.checkout-button.button.alt,
a.checkout-button.checkout-button.button.alt,
input.ta_button[type="submit"].checkout-button.button.alt,
.place-order input.button.alt.checkout-button.button.alt,
.ta_button.button.alt.button.alt,
.single_add_to_cart_button.button.alt.button.alt,
input.wc_points_rewards_apply_discount.button.alt.button.alt,
a.checkout-button.button.alt.button.alt,
input.ta_button[type="submit"].button.alt.button.alt,
.place-order input.button.alt.button.alt.button.alt {
    padding-top: 16px !important;
}

.ta_button.red,
.single_add_to_cart_button.red,
input.wc_points_rewards_apply_discount.red,
a.checkout-button.red,
input.ta_button[type="submit"].red,
.place-order input.button.alt.red {
    background-color: #ca0604 !important;
    border: 2px solid #ca0604 !important;
}

.ta_button:hover:not(.disabled),
.single_add_to_cart_button:hover:not(.disabled),
input.wc_points_rewards_apply_discount:hover:not(.disabled),
a.checkout-button:hover:not(.disabled),
input.ta_button[type="submit"]:hover:not(.disabled),
.place-order input.button.alt:hover:not(.disabled),
.ta_button.hovered,
.single_add_to_cart_button.hovered,
input.wc_points_rewards_apply_discount.hovered,
a.checkout-button.hovered,
input.ta_button[type="submit"].hovered,
.place-order input.button.alt.hovered {
    background-color: #ffffff !important;
    color: #ca0604 !important;
}

.ta_button:focus,
.single_add_to_cart_button:focus,
input.wc_points_rewards_apply_discount:focus,
a.checkout-button:focus,
input.ta_button[type="submit"]:focus,
.place-order input.button.alt:focus {
    outline: none;
}

.ta_button.invert,
.single_add_to_cart_button.invert,
input.wc_points_rewards_apply_discount.invert,
a.checkout-button.invert,
input.ta_button[type="submit"].invert,
.place-order input.button.alt.invert {
    border: 2px solid #ca0604 !important;
    color: #ca0604 !important;
}

.ta_button.invert:hover:not(.disabled),
.single_add_to_cart_button.invert:hover:not(.disabled),
input.wc_points_rewards_apply_discount.invert:hover:not(.disabled),
a.checkout-button.invert:hover:not(.disabled),
input.ta_button[type="submit"].invert:hover:not(.disabled),
.place-order input.button.alt.invert:hover:not(.disabled) {
    background-color: #ca0604 !important;
    color: #ffffff !important;
}

.woocommerce-Button.button:not(.facebook) {
    background-color: transparent !important;
    border: 2px solid #ca0604 !important;
    color: #ca0604 !important;
}

.woocommerce-Button.button:not(.facebook):hover {
    background-color: #ca0604 !important;
    color: #ffffff !important;
}


/**
place order padding override
 */

.woocommerce-page #payment #place_order {
    padding-top: 16px !important;
}

.ta_a {
    color: #ca0604;
    position: relative;
    font-size: 16px;
    font-weight: 600;
}

.ta_a:hover {
    text-decoration: underline;
    opacity: 1 !important;
}

.ta_a.with_arrow_right::after {
    content: "\f105";
    font-family: FontAwesome, sans-serif;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    font-size: 21px;
    position: absolute;
    right: -13px;
    top: -4px;
}

.ta-modal-dialog {
    width: 720px;
    font-family: OpenSans, sans-serif;
    text-align: center;
}

.ta-modal-dialog .modal-content {
    width: 100%;
    height: 100%;
    border-radius: 0;
    box-shadow: none;
    border: 0;
    margin-top: 20%;
    min-width: 600px;
    padding: 80px;
}

.ta-modal-dialog .modal-content img {
    height: 94px;
    width: 120px;
    margin: 70px auto 45px;
    display: block;
}

.ta-modal-dialog .modal-content h1 {
    font-size: 32px;
}

.ta-modal-dialog .modal-content p {
    color: #333333;
    font-size: 16px;
    margin-bottom: 80px;
}

.ta-modal-dialog .modal-content .control {
    width: 250px;
    display: block;
    margin: 0 auto 20px;
}

.ta-modal-dialog .modal-content .control.ta_button {
    padding-top: 9px;
}

@media (max-width: 768px) {
    .ta-modal-dialog {
        width: calc(100% - 40px);
        margin-right: 20px;
        margin-left: 20px;
    }
    .ta-modal-dialog .modal-content {
        padding: 10px;
        min-width: 0;
    }
}

.trial-invite {
    margin-left: 10px;
}

.cd-top.cd-is-visible {
    background: #ffffff;
}

.go-to-basket-link {
    margin-right: 50%;
}

.unsub-wrapper {
    min-height: calc(100vh - 539px);
}

.unsub-wrapper a {
    margin-top: 30px;
}

@media (max-width: 1030px) {
    .unsub-wrapper {
        min-height: 350px;
    }
}

.boxdraw {
    background: rgba(56, 135, 190, 0.1);
    border: 2px solid #3887be;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
}

.woocommerce-error.multiple li {
    list-style: disc outside none !important;
    padding-left: 0 !important;
    margin-left: 120px !important;
}

.woocommerce-error.multiple li:first-child {
    padding-top: 30px !important;
}

.woocommerce-info.custom li {
    padding-left: 0 !important;
    margin-left: 10px !important;
}

.woocommerce-info.custom li:first-child {
    padding-top: 30px !important;
}

.no-transition {
    transition: none !important;
}

.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
    transition: top 0.5s ease-out;
}

@font-face {
    font-family: "SFUIDisplay";
    src: url("/wp-content/themes/shopkeeper-child/fonts/SanFranciscoDisplay-Ultralight.eot");
    src: url("/wp-content/themes/shopkeeper-child/fonts/SanFranciscoDisplay-Ultralight.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/shopkeeper-child/fonts/SanFranciscoDisplay-Ultralight.woff") format("woff"), url("/wp-content/themes/shopkeeper-child/fonts/SanFranciscoDisplay-Ultralight.ttf") format("truetype");
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: "SFUIDisplay";
    src: url("/wp-content/themes/shopkeeper-child/fonts/SanFranciscoDisplay-Black.eot");
    src: url("/wp-content/themes/shopkeeper-child/fonts/SanFranciscoDisplay-Black.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/shopkeeper-child/fonts/SanFranciscoDisplay-Black.woff") format("woff"), url("/wp-content/themes/shopkeeper-child/fonts/SanFranciscoDisplay-Black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: "SFUIText";
    src: url("/wp-content/themes/shopkeeper-child/fonts/SanFranciscoText-Regular.eot");
    src: url("/wp-content/themes/shopkeeper-child/fonts/SanFranciscoText-Regular.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/shopkeeper-child/fonts/SanFranciscoText-Regular.woff") format("woff"), url("/wp-content/themes/shopkeeper-child/fonts/SanFranciscoText-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "SFUIDisplay";
    src: url("/wp-content/themes/shopkeeper-child/fonts/SanFranciscoDisplay-Thin.eot");
    src: url("/wp-content/themes/shopkeeper-child/fonts/SanFranciscoDisplay-Thin.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/shopkeeper-child/fonts/SanFranciscoDisplay-Thin.woff") format("woff"), url("/wp-content/themes/shopkeeper-child/fonts/SanFranciscoDisplay-Thin.ttf") format("truetype");
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: "SFUIText";
    src: url("/wp-content/themes/shopkeeper-child/fonts/SanFranciscoText-BoldItalic.eot");
    src: url("/wp-content/themes/shopkeeper-child/fonts/SanFranciscoText-BoldItalic.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/shopkeeper-child/fonts/SanFranciscoText-BoldItalic.woff") format("woff"), url("/wp-content/themes/shopkeeper-child/fonts/SanFranciscoText-BoldItalic.ttf") format("truetype");
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: "SFUIText";
    src: url("/wp-content/themes/shopkeeper-child/fonts/SanFranciscoText-Heavy.eot");
    src: url("/wp-content/themes/shopkeeper-child/fonts/SanFranciscoText-Heavy.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/shopkeeper-child/fonts/SanFranciscoText-Heavy.woff") format("woff"), url("/wp-content/themes/shopkeeper-child/fonts/SanFranciscoText-Heavy.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: "SFUIText";
    src: url("/wp-content/themes/shopkeeper-child/fonts/SanFranciscoText-HeavyItalic.eot");
    src: url("/wp-content/themes/shopkeeper-child/fonts/SanFranciscoText-HeavyItalic.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/shopkeeper-child/fonts/SanFranciscoText-HeavyItalic.woff") format("woff"), url("/wp-content/themes/shopkeeper-child/fonts/SanFranciscoText-HeavyItalic.ttf") format("truetype");
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: "SFUIDisplay";
    src: url("/wp-content/themes/shopkeeper-child/fonts/SanFranciscoDisplay-Bold.eot");
    src: url("/wp-content/themes/shopkeeper-child/fonts/SanFranciscoDisplay-Bold.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/shopkeeper-child/fonts/SanFranciscoDisplay-Bold.woff") format("woff"), url("/wp-content/themes/shopkeeper-child/fonts/SanFranciscoDisplay-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "SFUIDisplay";
    src: url("/wp-content/themes/shopkeeper-child/fonts/SanFranciscoDisplay-Heavy.eot");
    src: url("/wp-content/themes/shopkeeper-child/fonts/SanFranciscoDisplay-Heavy.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/shopkeeper-child/fonts/SanFranciscoDisplay-Heavy.woff") format("woff"), url("/wp-content/themes/shopkeeper-child/fonts/SanFranciscoDisplay-Heavy.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: "SFUIText";
    src: url("/wp-content/themes/shopkeeper-child/fonts/SanFranciscoText-Medium.eot");
    src: url("/wp-content/themes/shopkeeper-child/fonts/SanFranciscoText-Medium.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/shopkeeper-child/fonts/SanFranciscoText-Medium.woff") format("woff"), url("/wp-content/themes/shopkeeper-child/fonts/SanFranciscoText-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "SFUIDisplay";
    src: url("/wp-content/themes/shopkeeper-child/fonts/SanFranciscoDisplay-Semibold.eot");
    src: url("/wp-content/themes/shopkeeper-child/fonts/SanFranciscoDisplay-Semibold.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/shopkeeper-child/fonts/SanFranciscoDisplay-Semibold.woff") format("woff"), url("/wp-content/themes/shopkeeper-child/fonts/SanFranciscoDisplay-Semibold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "SFUIDisplay";
    src: url("/wp-content/themes/shopkeeper-child/fonts/SanFranciscoDisplay-Regular.eot");
    src: url("/wp-content/themes/shopkeeper-child/fonts/SanFranciscoDisplay-Regular.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/shopkeeper-child/fonts/SanFranciscoDisplay-Regular.woff") format("woff"), url("/wp-content/themes/shopkeeper-child/fonts/SanFranciscoDisplay-Regular.ttf") format("truetype");
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: "SFUIDisplay";
    src: url("/wp-content/themes/shopkeeper-child/fonts/SanFranciscoDisplay-Light.eot");
    src: url("/wp-content/themes/shopkeeper-child/fonts/SanFranciscoDisplay-Light.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/shopkeeper-child/fonts/SanFranciscoDisplay-Light.woff") format("woff"), url("/wp-content/themes/shopkeeper-child/fonts/SanFranciscoDisplay-Light.ttf") format("truetype");
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: "SFUIText";
    src: url("/wp-content/themes/shopkeeper-child/fonts/SanFranciscoText-RegularItalic.eot");
    src: url("/wp-content/themes/shopkeeper-child/fonts/SanFranciscoText-RegularItalic.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/shopkeeper-child/fonts/SanFranciscoText-RegularItalic.woff") format("woff"), url("/wp-content/themes/shopkeeper-child/fonts/SanFranciscoText-RegularItalic.ttf") format("truetype");
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: "SFUIText";
    src: url("/wp-content/themes/shopkeeper-child/fonts/SanFranciscoText-Bold.eot");
    src: url("/wp-content/themes/shopkeeper-child/fonts/SanFranciscoText-Bold.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/shopkeeper-child/fonts/SanFranciscoText-Bold.woff") format("woff"), url("/wp-content/themes/shopkeeper-child/fonts/SanFranciscoText-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "SFUIText";
    src: url("/wp-content/themes/shopkeeper-child/fonts/SanFranciscoText-MediumItalic.eot");
    src: url("/wp-content/themes/shopkeeper-child/fonts/SanFranciscoText-MediumItalic.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/shopkeeper-child/fonts/SanFranciscoText-MediumItalic.woff") format("woff"), url("/wp-content/themes/shopkeeper-child/fonts/SanFranciscoText-MediumItalic.ttf") format("truetype");
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: "SFUIDisplay";
    src: url("/wp-content/themes/shopkeeper-child/fonts/SanFranciscoDisplay-Medium.eot");
    src: url("/wp-content/themes/shopkeeper-child/fonts/SanFranciscoDisplay-Medium.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/shopkeeper-child/fonts/SanFranciscoDisplay-Medium.woff") format("woff"), url("/wp-content/themes/shopkeeper-child/fonts/SanFranciscoDisplay-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "SFUIText";
    src: url("/wp-content/themes/shopkeeper-child/fonts/SanFranciscoText-LightItalic.eot");
    src: url("/wp-content/themes/shopkeeper-child/fonts/SanFranciscoText-LightItalic.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/shopkeeper-child/fonts/SanFranciscoText-LightItalic.woff") format("woff"), url("/wp-content/themes/shopkeeper-child/fonts/SanFranciscoText-LightItalic.ttf") format("truetype");
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: "SFUIText";
    src: url("/wp-content/themes/shopkeeper-child/fonts/SanFranciscoText-Light.eot");
    src: url("/wp-content/themes/shopkeeper-child/fonts/SanFranciscoText-Light.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/shopkeeper-child/fonts/SanFranciscoText-Light.woff") format("woff"), url("/wp-content/themes/shopkeeper-child/fonts/SanFranciscoText-Light.ttf") format("truetype");
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: "SFUIText";
    src: url("/wp-content/themes/shopkeeper-child/fonts/SanFranciscoText-SemiboldItalic.eot");
    src: url("/wp-content/themes/shopkeeper-child/fonts/SanFranciscoText-SemiboldItalic.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/shopkeeper-child/fonts/SanFranciscoText-SemiboldItalic.woff") format("woff"), url("/wp-content/themes/shopkeeper-child/fonts/SanFranciscoText-SemiboldItalic.ttf") format("truetype");
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: "SFUIText";
    src: url("/wp-content/themes/shopkeeper-child/fonts/SanFranciscoText-Semibold.eot");
    src: url("/wp-content/themes/shopkeeper-child/fonts/SanFranciscoText-Semibold.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/shopkeeper-child/fonts/SanFranciscoText-Semibold.woff") format("woff"), url("/wp-content/themes/shopkeeper-child/fonts/SanFranciscoText-Semibold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Open Sans";
    src: url("/wp-content/themes/shopkeeper-child/fonts/OpenSans-Regular.woff2") format("woff2"), url("/wp-content/themes/shopkeeper-child/fonts/OpenSans-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Open Sans";
    src: url("/wp-content/themes/shopkeeper-child/fonts/OpenSans-Bold.woff2") format("woff2"), url("/wp-content/themes/shopkeeper-child/fonts/OpenSans-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}


/* The container */

.checkbox-wrapper {
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: normal;
}


/* Hide the browser's default checkbox */

.checkbox-wrapper input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}


/* Create a custom checkbox */

.checkmark {
    position: absolute;
    top: 8px;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border: 1px solid #7c7c7c;
}


/* On mouse-over, add a grey background color */

.checkbox-wrapper:hover input~.checkmark {
    background-color: rgba(124, 124, 124, 0.2);
}


/* When the checkbox is checked*/


/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the checkmark when checked */

.checkbox-wrapper input:checked~.checkmark:after {
    display: block;
}


/* Style the checkmark/indicator */

.checkbox-wrapper .checkmark:after {
    left: 4px;
    top: 6px;
    width: 18px;
    height: 13px;
    background: url("/wp-content/themes/shopkeeper-child/images/myaccount/sms/icons/sms_check.png");
}


/*******************************************************
Slider B-flat
*******************************************************/

.checkbox-slider--b-flat {
    position: relative;
    width: 72px;
}

.checkbox-slider--b-flat input {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    margin: 0 0;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.checkbox-slider--b-flat input+span {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox-slider--b-flat input+span:before {
    position: absolute;
    left: 0;
    display: inline-block;
}

.checkbox-slider--b-flat input+span>h4 {
    display: inline;
}

.checkbox-slider--b-flat input+span {
    padding-left: 40px;
}

.checkbox-slider--b-flat input+span:before {
    content: "";
    height: 20px;
    width: 40px;
    background: #707070;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.8);
    transition: background 0.2s ease-out;
}

.checkbox-slider--b-flat input+span:after {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    background: #ffffff;
    transition: margin-left 0.1s ease-in-out;
    text-align: center;
    font-weight: bold;
    content: "";
}

.checkbox-slider--b-flat input:checked+span:after {
    margin-left: 20px;
    content: "";
}

.checkbox-slider--b-flat input:checked+span:before {
    transition: background 0.2s ease-in;
}

.checkbox-slider--b-flat input+span {
    padding-left: 40px;
}

.checkbox-slider--b-flat input+span:before {
    border-radius: 20px;
    width: 40px;
}

.checkbox-slider--b-flat input+span:after {
    background: #ffffff;
    content: "";
    width: 20px;
    border: solid transparent 2px;
    background-clip: padding-box;
    border-radius: 20px;
}

.checkbox-slider--b-flat input:not(:checked)+span:after {
    -webkit-animation: popOut ease-in 0.3s normal;
    animation: popOut ease-in 0.3s normal;
}

.checkbox-slider--b-flat input:checked+span:after {
    content: "";
    margin-left: 20px;
    border: solid transparent 2px;
    background-clip: padding-box;
    -webkit-animation: popIn ease-in 0.3s normal;
    animation: popIn ease-in 0.3s normal;
}

.checkbox-slider--b-flat input:checked+span:before {
    background: #6cc749;
}

.checkbox-slider--b-flat.checkbox-slider-md input+span:before {
    border-radius: 30px;
}

.checkbox-slider--b-flat.checkbox-slider-md input+span:after {
    border-radius: 30px;
}

.checkbox-slider--b-flat.checkbox-slider-lg input+span:before {
    border-radius: 40px;
}

.checkbox-slider--b-flat.checkbox-slider-lg input+span:after {
    border-radius: 40px;
}

.checkbox-slider--b-flat input+span:before {
    box-shadow: none;
}


/*#####*/

.checkbox-slider-info.checkbox-slider--b input:checked+span:before,
.checkbox-slider-info.checkbox-slider--b-flat input:checked+span:before,
.checkbox-slider-info.checkbox-slider--c input:checked+span:before,
.checkbox-slider-info.checkbox-slider--c-weight input:checked+span:before {
    background: #5bc0de;
}

.checkbox-slider-warning.checkbox-slider--b input:checked+span:before,
.checkbox-slider-warning.checkbox-slider--b-flat input:checked+span:before,
.checkbox-slider-warning.checkbox-slider--c input:checked+span:before,
.checkbox-slider-warning.checkbox-slider--c-weight input:checked+span:before {
    background: #f0ad4e;
}

.checkbox-slider-danger.checkbox-slider--b input:checked+span:before,
.checkbox-slider-danger.checkbox-slider--b-flat input:checked+span:before,
.checkbox-slider-danger.checkbox-slider--c input:checked+span:before,
.checkbox-slider-danger.checkbox-slider--c-weight input:checked+span:before {
    background: #d9534f;
}


/*******************************************************
Sizes
*******************************************************/

.checkbox-slider-sm {
    line-height: 10px;
}

.checkbox-slider-sm input+span {
    padding-left: 20px;
}

.checkbox-slider-sm input+span:before {
    width: 20px;
}

.checkbox-slider-sm input+span:after,
.checkbox-slider-sm input+span:before {
    height: 10px;
    line-height: 10px;
}

.checkbox-slider-sm input+span:after {
    width: 10px;
    vertical-align: middle;
}

.checkbox-slider-sm input:checked+span:after {
    margin-left: 10px;
}

.checkbox-slider-md {
    line-height: 30px;
}

.checkbox-slider-md input+span {
    padding-left: 72px;
}

.checkbox-slider-md input+span:before {
    width: 72px;
}

.checkbox-slider-md input+span:after,
.checkbox-slider-md input+span:before {
    height: 36px;
    line-height: 30px;
}

.checkbox-slider-md input+span:after {
    width: 36px;
    vertical-align: middle;
}

.checkbox-slider-md input:checked+span:after {
    margin-left: 36px;
}

.checkbox-slider-lg {
    line-height: 40px;
}

.checkbox-slider-lg input+span {
    padding-left: 80px;
}

.checkbox-slider-lg input+span:before {
    width: 80px;
}

.checkbox-slider-lg input+span:after,
.checkbox-slider-lg input+span:before {
    height: 40px;
    line-height: 40px;
}

.checkbox-slider-lg input+span:after {
    width: 40px;
    vertical-align: middle;
}

.checkbox-slider-lg input:checked+span:after {
    margin-left: 40px;
}

.page_membership_head_section {
    background-size: cover;
    height: 425px;
    background-position-y: bottom;
    background-position-x: center;
    margin-top: 15px;
}

.page_membership_head_section h1,
.page_membership_head_section p {
    color: #ffffff !important;
    max-width: 560px;
    text-align: center;
    margin: 0 auto;
}

.page_membership_head_section h1 {
    font-family: SFUIDisplay;
    font-size: 42px;
    font-weight: bold;
    line-height: 1.07;
    text-align: center;
    margin-top: 45px;
    margin-bottom: 40px;
}

.page_membership_head_section p {
    font-family: SFUIDisplay;
    font-size: 16px;
    font-weight: bold;
    line-height: 2.81;
}

.page_membership_head_section .woocommerce-Button,
.page_membership_head_section .ta_button {
    height: 44px;
    width: 324px;
    display: block;
    max-width: 324px;
    margin: 0 auto;
    padding: 0 !important;
    position: absolute;
    bottom: -108px;
    left: 0;
    right: 0;
}

.page_membership_head_section .woocommerce-Button a,
.page_membership_head_section .ta_button a {
    width: 100%;
    height: 100%;
    display: block;
    color: #ffffff !important;
    opacity: 1 !important;
    margin-top: -2px;
}

.page_membership_head_section .woocommerce-Button a:hover,
.page_membership_head_section .ta_button a:hover {
    color: #ca0604 !important;
}

.page_membership_head_section .wpb_text_column {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .page_membership_head_section {
        margin-left: 0;
        margin-right: 0;
    }
    .page_membership_head_section h1,
    .page_membership_head_section p {
        text-align: left;
    }
    .page_membership_head_section>.vc_column_container {
        padding-left: 36px;
        padding-right: 36px;
    }
    .page_membership_head_section>.vc_column_container .vc_column-inner {
        padding: 0;
    }
    .page_membership_head_section .woocommerce-Button {
        width: 100%;
    }
    .page_membership_head_section .woocommerce-Button p {
        text-align: center;
    }
    .vc_column-inner {
        padding: 0;
    }
}

.page_membership_plus_section .section_header>.vc_column-inner {
    padding-top: 50px !important;
}

.page_membership_plus_section .section_header h1 {
    display: block;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
    font-family: SFUIDisplay, sans-serif;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.5;
}

.page_membership_plus_section .membership_badges {
    max-width: 1145px;
    display: block;
    float: none;
    margin: 0 auto 75px;
}

.page_membership_plus_section .membership_badges .wpb_text_column {
    width: 220px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

.page_membership_plus_section .membership_badges .wpb_text_column h3 {
    font-family: SFUIText, sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    margin-top: 20px;
}

.page_membership_plus_section .membership_badges .wpb_text_column p {
    font-family: SFUIText, sans-serif;
    font-size: 13px;
    color: #000000;
    max-width: 215px;
    margin: 0 auto;
}

@media (max-width: 920px) {
    .page_membership_plus_section .membership_badges .wpb_text_column {
        width: 49%;
        min-width: 220px;
    }
}

@media (max-width: 473px) {
    .page_membership_plus_section .membership_badges .wpb_text_column {
        width: 100%;
    }
    .page_membership_plus_section .membership_badges .wpb_text_column p,
    .page_membership_plus_section .membership_badges .wpb_text_column h3 {
        display: inline-block;
        text-align: left;
        line-height: normal;
        width: 175px;
    }
    .page_membership_plus_section .membership_badges .wpb_text_column h3 {
        margin-bottom: 0;
        margin-top: 25px;
    }
    .page_membership_plus_section .membership_badges .wpb_text_column p:first-child {
        width: auto;
        float: left;
        margin-left: 19px;
    }
}

@media (max-width: 374px) {
    .page_membership_plus_section .membership_badges .wpb_text_column p:first-child {
        margin-left: 0;
    }
}

.membership {
    width: 100%;
}

.membership h2 {
    font-family: SFUIDisplay;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.17;
    text-align: center;
    margin-top: 35px;
}

.membership h4 {
    font-family: SFUIText;
    font-size: 20px;
    font-weight: 500;
    text-align: left;
    color: #000000;
}

.membership .subscription-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-content: center;
    -ms-align-content: center;
    align-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.membership .subscription-list .subscription {
    width: 324px;
    border-top: 8px solid transparent;
    background-color: #ffffff;
    min-height: 330px;
    padding: 20px;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
    position: relative;
    margin: 10px 50px 100px;
}

.membership .subscription-list .subscription.paid {
    border-color: #ca0604;
}

.membership .subscription-list .subscription.free {
    border-color: #898789;
}

.membership .subscription-list .subscription a {
    width: 87%;
    position: absolute;
    bottom: 10px;
    padding-top: 8px;
    font-weight: normal;
}

.membership .subscription-list .subscription a.white-grey {
    background: #ffffff none !important;
    border: none;
}

.membership .subscription-list .subscription .header {
    min-height: 120px;
}

.membership .subscription-list .subscription .header .price {
    color: #000000;
    font-weight: bold;
    font-size: 30px;
}

.membership .subscription-list .subscription .header .period {
    color: #000000;
    font-weight: bold;
}

.membership .subscription-list .subscription .advantage-list {
    margin-left: 15px;
}

.membership .subscription-list .subscription .bottom {
    margin-bottom: 85px;
}

@media (max-width: 900px) {
    .membership .subscription-list .subscription {
        margin: 10px auto 100px;
    }
}

@media (max-width: 700px) {
    .membership h2 {
        width: 324px;
        text-align: left;
        margin: 35px auto 0;
    }
    .membership .subscription-list .subscription {
        margin: 10px 26px 30px;
    }
}

@media (max-width: 374px) {
    .membership h2 {
        text-align: left;
        margin-left: 20px;
    }
    .membership .subscription-list .subscription {
        margin: 10px 26px 30px;
    }
}

.td_row h1 {
    font-family: "SFUIDisplay", sans-serif;
    font-size: 44px;
}

.td_row p {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    color: #333333;
}

.td_row h2 {
    color: #ffffff;
    font-size: 25px;
}

.td_row h3 {
    font-size: 20px;
    font-family: "SFUIDisplay", sans-serif;
    font-weight: 600;
}

.td_row.td_header {
    min-height: 384px;
    background-repeat: no-repeat;
    background-size: 100%;
    padding-top: 20px;
}

@media (max-width: 1200px) {
    .td_row.td_header {
        min-height: 250px;
    }
}

@media (max-width: 977px) {
    .td_row.td_header {
        background: none !important;
        min-height: 0;
    }
    .td_row.td_header .wpb_single_image {
        padding-left: 50px;
        padding-right: 50px;
        margin-bottom: 0;
    }
    .td_row.td_header .vc_column-inner {
        padding-top: 0 !important;
    }
}

@media (min-width: 978px) {
    .td_row.td_header .wpb_single_image {
        position: absolute;
        right: 100px;
        top: 130px;
    }
}

.td_row.equipment {
    max-width: 1076px;
    margin: 0 auto;
}

.td_row.equipment .vc_column-inner {
    padding: 0 !important;
}

.td_row.equipment .wpb_content_element {
    margin: 0 !important;
}

.td_row.equipment .top_row {
    margin-top: 90px;
    text-align: center;
}

.td_row.equipment div[class*="t_block"] {
    margin-top: 88px;
    width: 520px;
    height: 354px;
    color: white;
    text-align: center;
}

.td_row.equipment div[class*="t_block"] * {
    font-family: "Open Sans", sans-serif;
}

.td_row.equipment div[class*="t_block"] h2 {
    margin-top: 74px;
}

.td_row.equipment div[class*="t_block"] a {
    position: absolute;
    bottom: 62px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.td_row.equipment div[class*="t_block"] p {
    color: #ffffff;
}

.td_row.equipment div[class*="t_block"].left_block {
    background-color: #37474f;
    margin-right: 36px;
}

.td_row.equipment div[class*="t_block"].left_block .coins {
    position: absolute;
    right: -25px;
    top: -35px;
}

.td_row.equipment div[class*="t_block"].right_block {
    background-color: #668a9c;
}

.td_row.equipment div[class*="t_block"].right_block .coins {
    position: absolute;
    right: -23px;
    top: -37px;
}

@media (max-width: 1140px) {
    .td_row.equipment div[class*="t_block"] {
        width: 51%;
        display: block;
        float: none;
        margin: 65px auto 0;
        min-width: 520px;
    }
    .td_row.equipment div[class*="t_block"].left_block {
        margin-right: auto;
    }
}

@media (max-width: 767px) {
    .td_row.equipment .top_row {
        margin-top: 15px;
        text-align: left;
        padding-left: 24px !important;
        padding-right: 24px !important;
    }
    .td_row.equipment .top_row h1 {
        font-size: 32px;
        line-height: 35px;
    }
}

@media (max-width: 599px) {
    .td_row.equipment div[class*="t_block"] {
        width: 100%;
        min-width: 0;
        padding-left: 24px;
        padding-right: 24px;
        height: auto;
    }
    .td_row.equipment div[class*="t_block"] a {
        position: inherit;
        display: block;
        margin-top: 40px;
        margin-bottom: 40px !important;
    }
    .td_row.equipment div[class*="t_block"] h2,
    .td_row.equipment div[class*="t_block"] p {
        text-align: left;
    }
    .td_row.equipment div[class*="t_block"].left_block .coins {
        right: 20px;
        top: -25px;
        width: 103px;
    }
    .td_row.equipment div[class*="t_block"].right_block {
        margin-top: 90px;
    }
    .td_row.equipment div[class*="t_block"].right_block .coins {
        right: 21px;
        top: -76px;
        width: 142px;
    }
}

.td_row.td_about {
    text-align: center;
    margin-top: 90px;
}

.td_row.td_about p {
    color: #333333;
}

.td_row.td_about .wpb_single_image {
    margin: 0 !important;
}

.td_row.td_about .middle_block {
    margin-top: 25px;
    margin-bottom: 50px;
}

.td_row.td_about .bottom p {
    margin-bottom: 0;
}

@media (max-width: 669px) {
    .td_row.td_about {
        text-align: left;
        padding-right: 24px;
        padding-left: 24px;
        margin-top: 50px;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .td_row.td_about h1 {
        font-size: 31px;
    }
    .td_row.td_about .wpb_single_image {
        width: 161px;
        display: block;
        margin: 0 auto !important;
    }
    .td_row.td_about .vc_column-inner {
        padding: 0 !important;
    }
    .td_row.td_about .middle_block {
        margin-top: 15px;
    }
}

.td_row.how_to {
    width: 934px;
    text-align: center;
    position: relative;
    margin: 50px auto 60px;
}

.td_row.how_to .vc_column-inner {
    padding: 0 !important;
}

.td_row.how_to .wpb_single_image {
    margin: 0 !important;
}

.td_row.how_to .process-block {
    max-width: 240px;
    text-align: center;
    float: none;
    display: inline-block;
    top: 0;
    vertical-align: top;
}

.td_row.how_to .process-block .vc_single_image-wrapper {
    height: 64px;
    width: 64px;
}

.td_row.how_to .process-block .process-point {
    height: 25px;
    width: 25px;
    display: block;
    margin: 20px auto;
    background-color: #668a9c;
    border-radius: 50%;
}

.td_row.how_to .process-block.middle {
    margin: 0 105px;
}

.td_row.how_to::before {
    content: "";
    width: 676px;
    height: 2px;
    background-color: #f2f2f2;
    position: absolute;
    top: 128px;
    left: 130px;
}

@media (max-width: 977px) {
    .td_row.how_to {
        width: 100%;
        padding-left: 24px;
        padding-right: 24px;
    }
    .td_row.how_to .process-block {
        padding-left: 13px;
        padding-right: 13px;
        display: inline-block;
    }
    .td_row.how_to .process-block.middle {
        margin: 0;
    }
    .td_row.how_to .process-block .process-point {
        display: none;
    }
    .td_row.how_to::before {
        display: none;
    }
}

@media (max-width: 768px) {
    .td_row.how_to {
        padding-left: 24px;
        padding-right: 24px;
        margin-top: 5px;
    }
    .td_row.how_to .process-block {
        padding: 0;
        width: 100%;
        max-width: none;
        display: inline-block;
    }
    .td_row.how_to .process-block h3 {
        margin: 0;
    }
    .td_row.how_to .process-block.middle {
        margin: 0;
    }
    .td_row.how_to .process-block .process-point {
        display: none;
    }
    .td_row.how_to::before {
        display: none;
    }
}

.td_row.disclaimer {
    max-width: 800px;
    margin-left: calc(50% - 550px);
    margin-bottom: 40px;
}

.td_row.disclaimer a {
    font-size: 14px;
}

.td_row.disclaimer p {
    color: #333333;
    font-size: 14px;
}

@media (max-width: 1199px) {
    .td_row.disclaimer {
        width: 934px;
        max-width: none;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 978px) {
    .td_row.disclaimer {
        width: 100%;
        padding-left: 24px;
        padding-right: 24px;
    }
    .td_row.disclaimer .vc_column-inner {
        padding: 0 !important;
    }
}

.features_top_banner {
    margin-top: 15px;
    height: 763px;
    background-size: cover;
    background-position: center;
    position: relative;
/* 	background-image: url(https://trafikalarm.dk/wp-content/uploads/2017/10/topimage-features-2.png?id=9394); */
}

.features_top_banner .ta_a::after {
    top: -6px;
}

.features_top_banner .wpb_text_column {
    text-align: center;
    margin-top: 280px;
}

.features_top_banner .wpb_text_column h1 {
    font-family: SFUIDisplay;
    font-size: 44px;
    font-weight: bold;
}

.features_top_banner .wpb_text_column p {
    font-family: SFUIDisplay;
    font-size: 19px;
    font-weight: 500;
    color: #000000;
}

@media (max-width: 1440px) {
    .features_top_banner.triangle_separator::after {
        display: none !important;
        content: none !important;
    }
}

@media (min-width: 1440px) {
    .features_top_banner.triangle_separator::after {
        background: url("/wp-content/themes/shopkeeper-child/images/common/triangle-w.svg") no-repeat;
        background-size: 100% 130px;
        height: 130px;
    }
}

@media (max-width: 1023px) {
    .features_top_banner {
        margin-top: 0;
    }
}

@media (max-width: 500px) {
    .features_top_banner {
        height: 500px;
    }
    .features_top_banner .wpb_text_column {
        margin-top: 30px;
    }
}

.features_overview {
    width: 1080px;
    margin: 0 auto;
    display: block;
}

.features_overview .left_column {
    width: 442px;
    padding-top: 35px;
}

@media (max-width: 984px) {
    .features_overview {
        width: auto;
    }
}

@media (max-width: 883px) {
    .features_overview {
        padding-top: 0;
    }
    .features_overview .left_column {
        margin-left: 36px;
        margin-right: 36px;
        padding-top: 0;
        float: none;
        width: 100%;
    }
    .features_overview .left_column>.vc_column-inner {
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-top: 0 !important;
    }
    .features_overview .right_column {
        float: none;
        width: 100%;
    }
}

@media (max-width: 599px) {
    .features_overview .left_column {
        margin-left: 0;
        margin-right: 0;
        padding-left: 36px;
        padding-right: 36px;
    }
    .features_overview .right_column>.vc_column-inner {
        padding-top: 10px !important;
    }
}

@media (min-width: 600px) and (max-width: 883px) {
    .features_overview .left_column {
        width: calc(100% - 72px);
    }
    .features_overview .right_column {
        text-align: center;
    }
    .features_overview .right_column .wpb_single_image {
        text-align: center;
        display: block;
    }
}

.features_decoding {
    width: 1175px;
    margin: 90px auto 0;
}

.features_decoding .left_column {
    float: right !important;
    margin-top: 65px;
}

.features_decoding .left_column .wpb_text_column {
    max-width: 420px;
}

.features_decoding .left_column .wpb_text_column * {
    letter-spacing: initial !important;
}

.features_decoding .left_column img {
    width: 60px;
    height: 60px;
}

.features_decoding .right_column {
    float: left !important;
}

@media (max-width: 1200px) {
    .features_decoding {
        width: auto;
    }
}

@media (max-width: 883px) {
    .features_decoding {
        margin-top: 0;
    }
    .features_decoding .left_column {
        margin-top: 30px;
        float: none !important;
        width: 100%;
    }
    .features_decoding .left_column .wpb_text_column {
        max-width: none;
    }
    .features_decoding .right_column {
        float: none !important;
        width: 100%;
    }
}

@media (max-width: 883px) {
    .features_decoding {
        padding-top: 0;
    }
    .features_decoding .left_column {
        margin-left: 36px;
        margin-right: 36px;
        padding-top: 0;
        float: none;
        width: 100%;
    }
    .features_decoding .left_column>.vc_column-inner {
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-top: 0 !important;
    }
    .features_decoding .right_column {
        float: none;
        width: 100%;
    }
}

@media (max-width: 599px) {
    .features_decoding .left_column {
        margin-left: 0;
        margin-right: 0;
        padding-left: 36px;
        padding-right: 36px;
    }
    .features_decoding .right_column>.vc_column-inner {
        padding-top: 10px !important;
    }
}

@media (min-width: 600px) and (max-width: 883px) {
    .features_decoding .left_column {
        width: calc(100% - 72px);
    }
    .features_decoding .right_column {
        text-align: center;
    }
    .features_decoding .right_column .wpb_single_image {
        text-align: center;
        display: block;
    }
}

.features_warnings {
    width: 1035px;
    display: block;
    margin: 80px auto 70px;
}

.features_warnings .left_column {
    max-width: 440px;
}

.features_warnings .left_column .features_main_content p {
    font-weight: 300;
    letter-spacing: normal;
    line-height: normal;
}

.features_warnings .left_column .features_main_content ul {
    line-height: normal;
}

.features_warnings .left_column .features_main_content ul li {
    font-family: SFUIDisplay;
    font-size: 19px;
    font-weight: 300;
    color: #000000;
}

.features_warnings .right_column {
    text-align: right;
    margin-left: 50px;
    padding-top: 15px;
}

.features_warnings .right_column .custom_audio .ta_audio_view {
    display: inline-block;
    background: url("/wp-content/themes/shopkeeper-child/images/common/play.svg") no-repeat;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    margin-right: 15px;
    margin-left: 15px;
    text-align: left;
    padding-left: 70px;
}

.features_warnings .right_column .custom_audio.wpb_text_column p {
    display: inline-block;
    font-family: SFUIDisplay;
    font-size: 19px;
    font-weight: bold;
    color: #4a4a4a;
    vertical-align: middle;
}

@media (max-width: 1067px) {
    .features_warnings {
        width: auto;
        padding-right: 21px;
        padding-left: 21px;
    }
    .features_warnings .right_column {
        text-align: center;
        margin-left: 0;
    }
}

@media (max-width: 950px) {
    .features_warnings .left_column {
        width: 100%;
        max-width: none;
    }
    .features_warnings .right_column {
        width: 100%;
    }
}

.features_services {
    margin-top: 85px;
    overflow: visible;
    position: relative;
    display: inline-block;
    height: auto;
    width: 101%;
}

.features_services .features_services_inner {
    width: 1100px;
    display: block;
    margin: 110px auto 185px;
    float: none;
}

.features_services .features_services_inner .left_column {
    float: left;
}

.features_services .features_services_inner .right_column {
    float: right;
    width: 400px;
}

.features_services .features_services_inner .right_column * {
    padding: 0;
}

.features_services .features_services_inner .right_column .features_main_content img {
    min-width: 426px;
    height: 81px;
}

.features_services.triangle_separator::after {
    background: url("/wp-content/themes/shopkeeper-child/images/common/triangle-g.svg") no-repeat;
    background-size: 100% 20px;
    height: 20px;
    top: -19px;
}

@media (max-width: 1200px) {
    .features_services .features_services_inner {
        width: auto;
        padding-right: 60px;
        padding-left: 60px;
    }
}

@media (max-width: 950px) {
    .features_services {
        margin: 0;
    }
    .features_services .features_services_inner {
        padding-right: 36px;
        padding-left: 36px;
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .features_services .features_services_inner .left_column,
    .features_services .features_services_inner .right_column {
        float: none;
        width: 100%;
    }
    .features_services .features_services_inner .left_column .wpb_single_image {
        text-align: center;
    }
    .features_services .features_services_inner>.vc_column-inner {
        padding: 0;
    }
}

@media (max-width: 950px) {
    .features_services .features_services_inner h1 {
        line-height: 1;
        letter-spacing: 1.2px;
    }
    .features_services .features_services_inner .right_column .features_main_content img {
        min-width: 0;
        width: 100%;
        height: auto;
    }
    .features_services .features_services_inner .left_column>.vc_column-inner {
        padding: 0;
    }
}

.features_reports {
    overflow: visible;
    margin-left: 0;
    margin-right: 0;
}

.features_reports h4 {
    font-family: SFUIDisplay;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.6px;
    color: #263238;
}

.features_reports h1 {
    font-family: SFUIDisplay;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 1.2px;
}

.features_reports .features_reports_header {
    text-align: center;
    margin-top: 115px;
}

.features_reports .features_reports_header img {
    width: 60px;
}

.features_reports .features_reports_header p {
    font-family: SFUIDisplay;
    font-size: 19px;
    font-weight: 300;
    line-height: 1.37;
    letter-spacing: 0.8px;
    text-align: center;
    color: #000000;
}

.features_reports .features_reports_main {
    width: 1100px;
    float: none;
    display: block;
    margin: 0 auto;
    position: relative;
}

.features_reports .features_reports_main .left_column {
    max-width: 400px;
    min-height: 600px;
    margin-top: 75px;
}

.features_reports .features_reports_main .left_column h1 {
    display: none;
}

.features_reports .features_reports_main .left_column p {
    font-family: SFUIDisplay;
    font-size: 19px;
    font-weight: 300;
    line-height: 1.37;
    color: #000000;
}

.features_reports .features_reports_main .right_column {
    width: 887px;
    position: absolute;
    top: 80px;
    right: 0;
    z-index: 2;
}

.features_reports .features_reports_main .right_column .wpb_single_image {
    text-align: right;
}

.features_reports .features_reports_main .right_column * {
    padding-right: 0 !important;
}

@media (max-width: 984px) {
    .features_reports .vc_column-inner {
        padding-left: 0;
        padding-right: 0;
    }
    .features_reports .features_reports_header {
        margin-top: 15px;
        padding-left: 36px !important;
        padding-right: 36px !important;
    }
    .features_reports .features_reports_header h1 {
        display: none;
    }
    .features_reports .features_reports_main {
        padding-left: 36px !important;
        padding-right: 36px !important;
        width: auto;
    }
    .features_reports .features_reports_main .left_column {
        width: 100%;
        margin-top: 0;
        max-width: none;
        min-height: 0;
    }
    .features_reports .features_reports_main .left_column h1 {
        display: block;
        text-align: center;
        margin-bottom: 10px;
        line-height: 1;
    }
    .features_reports .features_reports_main .right_column {
        width: 100%;
        position: inherit;
    }
    .features_reports .features_reports_main .right_column .wpb_single_image {
        min-width: 615px;
        margin-left: -50%;
    }
}

@media (max-width: 600px) {
    .features_reports .features_reports_main .left_column h1 {
        text-align: left;
    }
}

.features_gamification {
    position: relative;
    overflow: visible;
    display: flex;
}

.features_gamification::before {
    content: "";
    width: 101%;
    position: absolute;
    background: url("/wp-content/themes/shopkeeper-child/images/common/triangle-g-lrd.svg") no-repeat;
    background-size: 100% 160px;
    height: 160px;
    top: -160px;
    z-index: 1;
}

.features_gamification::after {
    content: "";
    width: 101%;
    position: absolute;
    background: url("/wp-content/themes/shopkeeper-child/images/common/triangle-g-lru.svg") no-repeat;
    background-size: 100% 160px;
    height: 160px;
    bottom: -160px;
    z-index: 1;
}

.features_gamification .vc_column-inner {
    padding: 0;
}

.features_gamification .features_gamification_inner {
    width: 1140px;
    display: block;
    margin: 190px auto 135px;
}

.features_gamification .features_gamification_inner .left_column {
    max-width: 400px;
}

.features_gamification .features_gamification_inner .right_column .wpb_single_image {
    float: right;
}

@media (max-width: 1199px) {
    .features_gamification .features_gamification_inner {
        width: auto;
        padding-left: 60px !important;
        padding-right: 60px !important;
    }
}

@media (max-width: 1024px) {
    .features_gamification .features_gamification_inner {
        padding-left: 51px !important;
        padding-right: 51px !important;
    }
    .features_gamification .features_gamification_inner .left_column {
        width: 100%;
        text-align: center;
        max-width: none;
    }
    .features_gamification .features_gamification_inner .right_column {
        width: 100%;
        text-align: center;
    }
    .features_gamification .features_gamification_inner .right_column .wpb_single_image {
        text-align: center;
        float: none;
    }
}

@media (max-width: 600px) {
    .features_gamification .features_gamification_inner {
        margin-top: 60px;
        margin-bottom: 20px;
    }
    .features_gamification .features_gamification_inner .left_column {
        text-align: left;
    }
    .features_gamification::after {
        background-size: 100% 50px;
        height: 50px;
        bottom: -50px;
    }
}

.features_eu_data {
    background-size: cover;
}

.features_eu_data .vc_column-inner {
    padding-right: 0;
    padding-left: 0;
}

.features_eu_data .features_eu_data_inner {
    width: 1150px;
    display: block;
    margin: 50px auto 0;
    padding-right: 51px !important;
    padding-left: 51px !important;
}

.features_eu_data .features_eu_data_inner .right_column .wpb_single_image {
    margin-bottom: 0;
}

.features_eu_data .features_eu_data_inner .right_column .wpb_single_image img {
    position: relative;
    z-index: 1;
    min-width: 500px;
    max-width: 500px;
    margin-left: 100px;
}

@media (max-width: 1199px) {
    .features_eu_data .features_eu_data_inner {
        width: auto;
    }
    .features_eu_data .features_eu_data_inner .right_column .wpb_single_image img {
        width: 100%;
        min-width: 0;
        margin-left: 0;
        max-width: none;
    }
}

.features_header {
    margin-bottom: 40px;
}

.features_header img {
    width: 60px;
    display: inline-block;
    margin: 0;
}

.features_header h4 {
    display: inline-block;
    margin-top: 15px;
    font-family: SFUIDisplay;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.6px;
    margin-left: 15px;
}

.features_main_content h1 {
    font-family: SFUIDisplay;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 1.2px;
}

.features_main_content p {
    font-family: SFUIDisplay;
    font-size: 19px;
    font-weight: 300;
    line-height: 1.37;
    letter-spacing: 0.8px;
    color: #000000;
}

.features_main_content img {
    margin-top: 10px;
    width: 303px;
    height: 53px;
}

.triangle_separator::after {
    content: "";
    width: 101%;
    position: absolute;
    bottom: 0;
}

.map-page {
    padding: 0;
    margin-top: 90px;
    min-height: calc(100vh - 77px);
}

.map-page footer.entry-meta {
    margin: 0 !important;
}

.mapboxgl-map {
    height: calc(100vh - 77px) !important;
}

@media (max-width: 1024px) {
    .mapboxgl-map {
        height: calc(100vh - 63px) !important;
    }
}

@media (max-width: 641px) {
    .mapboxgl-map {
        height: calc(100vh - 50px) !important;
    }
}

.guest_user_content {
    margin-top: 15px;
    height: 857px;
    background-size: cover;
    min-height: 100vh;
}

.guest_user_content .guest_user_content_inner {
    margin-top: 100px;
}

.guest_user_content .guest_user_content_inner .wpb_text_column {
    text-align: center;
}

.guest_user_content .guest_user_content_inner .wpb_text_column h1 {
    font-family: SFUIDisplay;
    font-size: 44px;
    font-weight: bold;
}

.guest_user_content .guest_user_content_inner .wpb_text_column p {
    font-family: SFUIDisplay;
    font-size: 19px;
    font-weight: 500;
    max-width: 560px;
    color: black;
    margin: 0 auto;
}

.guest_user_content .guest_user_content_inner .wpb_text_column img {
    margin-bottom: 20px;
}

.guest_user_content .guest_user_content_inner .button {
    display: block;
    width: 199px;
    height: 44px;
    margin: 0 auto;
    padding: 0 !important;
    padding-top: 6px !important;
}

.guest_user_content .guest_user_content_inner .button a {
    font-family: SFUIDisplay;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    color: #263238;
}

@media (max-width: 1023px) {
    .map-page {
        margin-top: 0 !important;
    }
}

.mapboxgl-ctrl-compass {
    display: none !important;
}

.mapboxgl-ctrl-top-right {
    top: 30px;
}

button.mapboxgl-ctrl-icon {
    margin: 0;
}

.edit-account button.button.facebook {
    background-color: #4a67b2 !important;
    border-radius: 5px !important;
    margin-top: 10px !important;
}

.edit-account button.button.facebook:hover {
    background-color: #4a67b2 !important;
    color: #ffffff !important;
}

.edit-account button.button.facebook:focus,
.edit-account button.button.facebook:active {
    outline: none;
}

.account-tab-list .sep {
    font-size: 25px;
}

.my-account-sub {
    margin-bottom: 20px;
}

.my-account-sub img {
    margin-right: 10px;
}

.my-account-sub .switch-sub {
    display: block !important;
    margin-bottom: 20px !important;
    width: 220px !important;
    margin-top: 20px !important;
}

.my_account_icon .tools_button .label {
    margin-top: 11px;
    display: inline-block;
    margin-left: 5px;
}

@media (max-width: 1023px) {
    .site-tools ul .my_account_icon {
        display: inline-block;
    }
}

.account-forms input.ta_button[type="submit"] {
    font-family: OpenSans, sans-serif;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    padding-top: 12px !important;
}

.special_sub {
    border-radius: 5px;
    max-width: 500px;
    margin-top: 30px;
    background-color: #ffffff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.special_sub a {
    max-width: 400px;
    display: block;
    margin-top: 15px;
    margin-left: 15px;
    text-align: center;
}

.special_sub.my_account_ooonoo {
    border-top: 5px solid #1cabe3;
}

.special_sub.my_account_ooonoo img {
    margin-bottom: 15px;
}

.special_sub.my_account_newspaper {
    border-top: 5px solid #7ed321;
    padding: 25px 14px;
}

.special_sub.my_account_newspaper img.header_img {
    max-width: 278px;
    height: 30px;
}

.special_sub.my_account_newspaper .form-footer {
    text-align: center;
}

.special_sub.my_account_newspaper .form-footer a.button {
    margin-top: 20px;
}

.special_sub.my_account_newspaper .form-footer a.button[disabled="disabled"] {
    cursor: default;
    opacity: 0.5;
    background-color: #ca0604 !important;
    color: #ffffff !important;
}

.special_sub input {
    margin-top: 18px;
    height: 44px;
    border-radius: 8px;
    background-color: #f8f8f8;
    font-size: 16px;
    color: #000000;
    border: none;
}

.woocommerce form .form-row label.inline.terms-label {
    padding-bottom: 0;
}

.woocommerce form .form-row label.inline {
    display: inline !important;
}

.woocommerce form .form-row label.inline.terms-label.not-checked {
    border-bottom: 2px solid #ca0604 !important;
}

.newsletter_check_subscription {
    margin-bottom: 20px;
}

input[type="checkbox"].ios8-switch {
    position: absolute;
    display: none;
    margin: 8px 0 0 16px;
}

input[type="checkbox"].ios8-switch+label {
    position: relative;
    padding: 5px 0 0 50px;
    line-height: 2em;
}

input[type="checkbox"].ios8-switch+label:before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 40px;
    /* x*5 */
    height: 24px;
    /* x*3 */
    border-radius: 16px;
    /* x*2 */
    background: #fff;
    border: 1px solid #eeeeee;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

input[type="checkbox"].ios8-switch+label:after {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 24px;
    /* x*3 */
    height: 24px;
    /* x*3 */
    border-radius: 16px;
    /* x*2 */
    background: #fff;
    border: 1px solid #eeeeee;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

input[type="checkbox"].ios8-switch+label:hover:after {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

input[type="checkbox"].ios8-switch:checked+label:after {
    margin-left: 16px;
}

input[type="checkbox"].ios8-switch:checked+label:before {
    background: #55d069;
}


/* SMALL */

input[type="checkbox"].ios8-switch-sm {
    margin: 5px 0 0 10px;
}

input[type="checkbox"].ios8-switch-sm+label {
    position: relative;
    padding: 0 0 0 32px;
    line-height: 1.3em;
}

input[type="checkbox"].ios8-switch-sm+label:before {
    width: 25px;
    /* x*5 */
    height: 15px;
    /* x*3 */
    border-radius: 10px;
    /* x*2 */
}

input[type="checkbox"].ios8-switch-sm+label:after {
    width: 15px;
    /* x*3 */
    height: 15px;
    /* x*3 */
    border-radius: 10px;
    /* x*2 */
}

input[type="checkbox"].ios8-switch-sm+label:hover:after {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

input[type="checkbox"].ios8-switch-sm:checked+label:after {
    margin-left: 10px;
    /* x*2 */
}


/* LARGE */

input[type="checkbox"].ios8-switch-lg {
    margin: 10px 0 0 20px;
}

input[type="checkbox"].ios8-switch-lg+label {
    position: relative;
    padding: 1px 0 0 60px;
    line-height: 2.3em;
}

input[type="checkbox"].ios8-switch-lg+label:before {
    width: 50px;
    /* x*5 */
    height: 30px;
    /* x*3 */
    border-radius: 20px;
    /* x*2 */
}

input[type="checkbox"].ios8-switch-lg+label:after {
    width: 30px;
    /* x*3 */
    height: 30px;
    /* x*3 */
    border-radius: 20px;
    /* x*2 */
}

input[type="checkbox"].ios8-switch-lg+label:hover:after {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}

input[type="checkbox"].ios8-switch-lg:checked+label:after {
    margin-left: 20px;
    /* x*2 */
}

.modal-open {
    overflow: hidden;
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000;
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}

.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
    margin-top: -2px;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0;
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px;
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

.clearfix:before,
.clearfix:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table;
}

.clearfix:after,
.modal-header:after,
.modal-footer:after {
    clear: both;
}

.modal-open .modal {
    overflow-y: scroll !important;
}

.order-wrapper {
    padding-bottom: 40px;
}

.main_header * {
    color: #ffffff !important;
}

.main_header.vc_row.vc_row-o-columns-middle {
    align-content: baseline;
}

.main_header .main_header_top {
    background-size: cover;
    height: calc(100vh - 151px);
}

.main_header .vc_column-inner {
    padding: 0 !important;
}

.main_header .main_header_text {
    margin-top: 150px;
}

.main_header .main_header_text .ta_button {
    font-weight: bold;
    padding-top: 8px;
    display: block;
    margin: 18px auto 0;
    font-family: "Open Sans", sans-serif;
    font-size: 17px;
}

.main_header .main_header_text * {
    margin: 0;
    padding: 0;
}

.main_header .main_header_text h1 {
    height: 50px;
    font-family: SFUIDisplay, sans-serif;
    font-size: 42px;
    font-weight: bold;
    text-align: center;
}

.main_header .main_header_text h4 {
    height: 23px;
    font-family: SFUIDisplay, sans-serif;
    font-size: 19px;
    font-weight: 500;
    text-align: center;
}

.main_header .main_header_bottom {
    height: 148px;
}

.main_header .main_header_bottom a {
    display: inline-block;
    vertical-align: bottom;
}

.main_header .main_header_bottom a img {
    height: 46px;
    width: 155px;
    margin-right: 12px;
}

.main_header .main_header_bottom p {
    font-family: SFUIText, sans-serif;
    font-size: 20px;
    font-weight: 300;
    font-style: italic;
    text-align: center;
}

.main_header .main_header_bottom .apps_badges {
    background-color: #000000;
    box-shadow: 0px -35px 130px 100px #000000;
}

.main_header .main_header_bottom .apps_badges .wpb_text_column>.wpb_wrapper {
    width: 335px;
    margin: 20px auto 0;
    text-align: center;
}

@media (max-width: 1024px) {
    .main_header {
        min-height: 0 !important;
    }
    .main_header .main_header_text {
        margin-top: 100px;
    }
    .main_header .main_header_top {
        height: 403px;
        background-size: cover;
    }
    .main_header .main_header_bottom .apps_badges {
        box-shadow: 0px -10px 35px 15px #000000;
    }
}

@media (max-width: 400px) {
    .main_header .main_header_top {
        background-size: cover;
        background-position-x: 60%;
    }
}

.section_overview .vc_column-inner {
    padding: 0 !important;
    margin: 0 !important;
}

.section_overview .vc_col-sm-4 {
    width: 100%;
}

.section_overview h1 {
    font-family: SFUIDisplay;
    font-size: 42px;
    font-weight: bold;
    text-align: center;
}

.section_overview .section_overview_wrapper .section_overview_header h1 {
    margin-top: 38px;
}

.section_overview .section_overview_wrapper .section_overview_bottom .image {
    margin: 0 auto;
    width: 100%;
}

.section_overview .section_overview_wrapper .section_overview_bottom .image .vc_column-inner {
    background-repeat: no-repeat;
    background-position-y: 172px;
}

.section_overview .section_overview_wrapper .section_overview_bottom .image img {
    margin: 0 auto;
    display: block;
    width: 300px !important;
    max-width: 300px !important;
}

.section_overview .section_overview_wrapper .section_overview_bottom p {
    font-family: SFUIDisplay;
    font-size: 19px;
    font-weight: 300;
    color: #000000;
    line-height: normal;
    text-align: center;
    margin: 10px 10px;
}

.section_overview .section_overview_wrapper .section_overview_bottom p strong {
    font-family: SFUIDisplay;
    font-size: 20px;
    font-weight: bold;
}

.section_overview .section_overview_wrapper .section_overview_bottom p img {
    margin: 0 auto;
    display: block;
}

@media (max-width: 500px) {
    .section_overview .section_overview_wrapper .section_overview_bottom p {
        text-align: left;
        margin-left: 36px;
        margin-right: 32px;
    }
    .section_overview .section_overview_wrapper .section_overview_bottom .left_p p {
        margin-bottom: 50px;
    }
}

@media (max-width: 1024px) {
    .section_overview.vc_row {
        background-image: none !important;
    }
}

@media (min-width: 1025px) {
    .section_overview {
        height: 750px;
        background-position-y: bottom;
        background-repeat: no-repeat;
        background-size: contain;
        overflow: visible !important;
        margin-bottom: 91px;
    }
    .section_overview>.vc_column-inner {
        justify-content: baseline !important;
    }
    .section_overview h1 {
        margin-bottom: 65px !important;
    }
    .section_overview .section_overview_wrapper>.vc_column-inner>.wpb_wrapper {
        position: absolute;
        bottom: -120px;
        width: 100%;
    }
    .section_overview .section_overview_wrapper .section_overview_bottom {
        height: 600px;
    }
    .section_overview .section_overview_wrapper .section_overview_bottom p {
        text-align: left;
    }
    .section_overview .section_overview_wrapper .section_overview_bottom .image {
        width: 300px;
    }
    .section_overview .section_overview_wrapper .section_overview_bottom .image .vc_column-inner {
        background: none !important;
    }
    .section_overview .section_overview_wrapper .section_overview_bottom .image img {
        height: 586px !important;
    }
    .section_overview .section_overview_wrapper .section_overview_bottom .left_p>.vc_column-inner .wpb_wrapper {
        width: 310px;
        float: right;
    }
    .section_overview .section_overview_wrapper .section_overview_bottom .left_p>.vc_column-inner .wpb_wrapper img {
        margin-top: 32px;
    }
    .section_overview .section_overview_wrapper .section_overview_bottom .right_p>.vc_column-inner .wpb_wrapper {
        padding-left: 40px;
        width: 310px;
        float: left;
    }
    .section_overview .section_overview_wrapper .section_overview_bottom .left_p,
    .section_overview .section_overview_wrapper .section_overview_bottom .right_p {
        margin-top: 35px;
    }
    .section_overview .section_overview_wrapper .section_overview_bottom .left_p .wpb_text_column>.wpb_wrapper>p:first-child,
    .section_overview .section_overview_wrapper .section_overview_bottom .right_p .wpb_text_column>.wpb_wrapper>p:first-child {
        margin-bottom: 0;
    }
    .section_overview .vc_col-sm-4 {
        width: calc(49.99999% - 150px);
    }
}

.section_warnings {
    width: 950px;
    position: relative;
    margin: 75px auto 0;
}

.section_warnings .vc_col-sm-6 h1 {
    font-family: SFUIDisplay;
    font-size: 42px;
    font-weight: bold;
}

.section_warnings .vc_col-sm-6 p {
    font-family: SFUIDisplay;
    font-size: 19px;
    font-weight: 300;
    color: #000000;
    line-height: normal;
}

.section_warnings .vc_col-sm-6 h4 {
    font-family: SFUIDisplay;
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    color: #000000;
}

.section_warnings .vc_col-sm-6.right {
    width: 332px;
    position: absolute;
    top: 0;
    right: 0;
}

.section_warnings .vc_col-sm-6.left {
    width: 700px;
    margin-left: 50px;
}

.section_warnings .vc_col-sm-6.left img {
    margin-top: 40px;
}

.section_warnings .vc_col-sm-6.left .phone_message {
    width: 270px;
    right: 180px;
    top: 35px;
    z-index: 1;
}

@media (max-width: 530px) {
    .section_warnings .vc_col-sm-6.left .phone_message {
        right: 50px;
        left: auto;
        top: 13px;
    }
    .section_warnings .vc_col-sm-6.left img {
        right: -160px;
        left: auto;
        position: absolute;
    }
}

@media (min-width: 531px) and (max-width: 650px) {
    .section_warnings .vc_col-sm-6.left .phone_message {
        left: 140px;
    }
    .section_warnings .vc_col-sm-6.left img {
        left: -60px;
        position: absolute;
    }
}

@media (min-width: 531px) and (max-width: 650px) {
    .section_warnings .vc_col-sm-6.left .phone_message {
        left: 140px;
    }
    .section_warnings .vc_col-sm-6.left img {
        left: -60px;
        position: absolute;
    }
}

@media (min-width: 531px) and (max-width: 977px) {
    .section_warnings .vc_col-sm-6.left .phone_message {
        right: 38%;
    }
    .section_warnings .vc_col-sm-6.left img {
        right: 10%;
    }
}

@media (max-width: 977px) {
    .section_warnings {
        width: auto;
    }
    .section_warnings .vc_col-sm-6.right {
        position: relative;
        float: none !important;
        width: auto;
        text-align: center;
    }
    .section_warnings .vc_col-sm-6.left {
        width: auto;
        position: relative;
        float: none !important;
        height: 620px;
    }
    .section_warnings .vc_col-sm-6.left .phone_message {
        top: 13px;
    }
    .section_warnings .vc_col-sm-6.left img {
        width: 700px;
        position: absolute;
        min-width: 700px;
    }
}

.membership_section {
    width: 100%;
}

.membership_section h1 {
    font-family: SFUIDisplay;
    font-size: 42px;
    font-weight: bold;
}

.membership_section p {
    font-family: SFUIDisplay;
    font-size: 19px;
    font-weight: 300;
    color: #000000;
    line-height: normal;
}

.membership_section .membership_section_inner {
    margin: 75px auto 75px;
    width: 780px;
}

.membership_section .left_p .vc_column-inner {
    padding: 0;
}

.membership_section .left_p .membership {
    width: 324px;
}

.membership_section .left_p .membership .subscription-list .subscription {
    margin: 0;
    width: 100%;
    background-color: #ffffff;
}

.membership_section .left_p .more_link a {
    font-family: SFUIDisplay;
    font-size: 13px;
    font-weight: bold;
    text-align: right;
    color: #263238;
    float: right;
    padding-right: 65px;
    text-transform: uppercase;
}

.membership_section .right_p {
    width: 310px;
    float: right;
}

.membership_section .right_p .vc_column-inner {
    padding: 0;
}

.membership_section .right_p .vc_column-inner a::after {
    top: -1px;
}

@media (max-width: 850px) {
    div.vc_row.membership_bg {
        background-color: transparent !important;
    }
    .membership_section .membership_section_inner .right_p {
        margin-right: 30px;
    }
    .membership_section .membership_section_inner .left_p h1 {
        max-width: 300px;
        margin: 0 auto;
    }
    .membership_section .membership_section_inner .left_p .membership {
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .membership_section .membership_section_inner {
        width: 100%;
        margin-top: 0;
    }
    .membership_section .membership_section_inner .left_p .more_link a {
        width: 320px;
        display: block;
        margin: 0 auto;
        padding-right: 0;
        float: none;
    }
    .membership_section .membership_section_inner .right_p {
        margin: 50px auto 0;
        float: none;
    }
}

.community_section {
    height: 1055px;
    background-size: cover;
}

.community_section .image_round {
    width: 107px;
    height: 107px;
    position: absolute;
    max-width: 107px;
    border-radius: 50%;
}

.community_section .image_round img {
    border-radius: 50%;
}

.community_section .vc_column-inner {
    padding: 0;
}

.community_section h1 {
    font-family: SFUIDisplay;
    font-size: 42px;
    font-weight: bold;
}

.community_section p {
    font-family: SFUIDisplay;
    font-size: 19px;
    font-weight: 300;
    color: #000000;
    line-height: normal;
}

.community_section .community_section_inner {
    width: 720px;
    margin: 0 auto;
    display: block;
    float: none;
}

.community_section .community_section_inner a::after {
    top: -1px;
}

.community_section .community_section_inner .sub_header {
    text-align: center;
    margin-bottom: 30px;
}

.community_section .community_section_inner .sub_header p {
    font-family: SFUIDisplay, sans-serif;
    font-size: 19px;
    font-weight: 300;
    color: #000000;
    margin-bottom: 10px;
}

.community_section .community_section_inner .phone_message p {
    font-size: 16px;
}

.community_section .community_section_inner .sub_header h1 {
    margin-top: 35px;
}

.community_section .community_section_inner .first_m {
    width: 185px;
    height: 148px;
    padding-left: 65px;
}

.community_section .community_section_inner .first_m .phone_message {
    position: absolute;
}

.community_section .community_section_inner .first_m .phone_message img {
    width: 55px;
    position: absolute;
    top: -12px;
    left: calc(50% - 24px);
}

.community_section .community_section_inner .first_m .vc_single_image-wrapper {
    position: relative;
}

.community_section .community_section_inner .first_m .vc_single_image-wrapper img {
    width: 107px;
    height: 107px;
    position: absolute;
    max-width: 107px;
    border-radius: 50%;
    right: -194px;
    bottom: -145px;
}

.community_section .community_section_inner .first_m .vc_single_image-wrapper img img {
    border-radius: 50%;
}

.community_section .community_section_inner .second_m {
    height: 177px;
}

.community_section .community_section_inner .second_m .phone_message {
    width: 222px;
    padding-left: 50px;
    left: 69px;
    top: -25px;
}

.community_section .community_section_inner .second_m .phone_message p {
    font-size: 16px;
}

.community_section .community_section_inner .second_m .vc_single_image-wrapper {
    position: relative;
}

.community_section .community_section_inner .second_m .vc_single_image-wrapper img {
    width: 107px;
    height: 107px;
    position: absolute;
    max-width: 107px;
    border-radius: 50%;
    right: -194px;
    bottom: -145px;
    left: 46px;
}

.community_section .community_section_inner .second_m .vc_single_image-wrapper img img {
    border-radius: 50%;
}

.community_section .community_section_inner .third_m {
    width: 492px;
    height: 434px;
    background-size: contain;
    background-position-y: 40%;
    margin-right: 0;
}

.community_section .community_section_inner .third_m .ta_audio_view {
    margin-bottom: 13px;
}

.community_section .community_section_inner .third_m .phone_message {
    width: 186px;
    padding-left: 34px;
    top: -50px;
    right: 86px;
}

.community_section .community_section_inner .third_m .vc_single_image-wrapper {
    position: relative;
}

.community_section .community_section_inner .third_m .vc_single_image-wrapper img {
    width: 107px;
    height: 107px;
    position: absolute;
    max-width: 107px;
    border-radius: 50%;
    top: 169px;
    right: -368px;
}

.community_section .community_section_inner .third_m .vc_single_image-wrapper img img {
    border-radius: 50%;
}

@media (max-width: 767px) {
    .community_section {
        margin-right: 0;
        margin-left: 0;
    }
    .community_section .community_header p {
        margin-left: 36px;
        margin-right: 36px;
        text-align: left;
    }
    .community_section h1 {
        text-align: left;
        margin-left: 36px;
        margin-right: 36px;
    }
    .community_section .community_section_inner {
        width: 100%;
    }
}

@media (max-width: 450px) {
    .community_section .community_section_inner .third_m {
        width: 100%;
        background-size: cover;
    }
    .community_section .community_section_inner .third_m .phone_message {
        right: 20px;
    }
    .community_section .community_section_inner .third_m .vc_single_image-wrapper img {
        position: unset;
    }
    .community_section .community_section_inner .third_m .image_round {
        position: absolute;
        right: 58px;
        top: 200px;
    }
}

.no-m-b {
    margin-bottom: 0 !important;
}

.no-m {
    margin: 0 !important;
}

@media only screen and (max-width: 767px) {
    body .product:not(.product-type-grouped) .quantity.custom .minus-btn,
    .product:not(.product-type-grouped) .quantity.custom .plus-btn,
    body .product:not(.product-type-grouped) form.cart:not(.variations_form),
    body .woocommerce-variation-add-to-cart {
        background: none !important;
    }
    body .product_layout_classic .product:not(.product-type-grouped) .product_content_wrapper .product_infos form.cart .quantity.custom input {
        border-color: rgba(124, 124, 124, 0.55) !important;
        color: rgba(124, 124, 124, 0.55) !important;
    }
    body .product:not(.product-type-grouped) .quantity.custom .minus-btn,
    body .product:not(.product-type-grouped) .quantity.custom .plus-btn,
    body .product:not(.product-type-grouped) form.cart:not(.variations_form),
    body .woocommerce-variation-add-to-cart {
        background: none !important;
    }
}

.ta-full-width-page .site-content {
    padding-top: 10px;
}

@media (min-width: 1200px) {
    .ta-full-width-page {
        padding-left: 100px;
        padding-right: 100px;
        /* .vc_column-inner {
      padding-left: 100px;
      padding-right: 100px;
    }*/
    }
}

@media (max-width: 767px) {
    .ta-full-width-page .vc_column-inner {
        padding-left: 50px !important;
        padding-right: 50px !important;
    }
}

.ta-points {
    font-family: OpenSans, sans-serif !important;
}

.ta-points .traffy-logo {
    height: 75px;
    width: 136px;
}

.ta-points .woocommerce-Button.button.round {
    width: 260px;
}

.ta-points .ta_button {
    width: 282px;
    margin: 0;
    padding-top: 12px;
    padding-bottom: 11px;
    display: block;
}

.ta-points .ta_a {
    margin-top: 20px;
    display: inline-block;
}

.ta-points .ta_a::after {
    top: -2px;
}

.ta-points .ta_a.claimed {
    margin-top: 0;
    margin-bottom: 20px;
}

.ta-points .disclaimer {
    margin-top: 30px;
    font-size: 14px;
}

.ta-points h1 {
    font-size: 36px !important;
    margin-top: 20px;
}

.ta-points h3 {
    margin-top: 50px;
}

.ta-points p {
    color: #333333;
}

.ta-points .have-points .welcome-label {
    display: inline-block;
}

.ta-points .have-points .points-wrapper {
    display: inline-block;
    float: right;
    text-align: right;
}

.ta-points .have-points .points-wrapper p {
    font-size: 14px;
    margin: 0;
}

.ta-points .have-points .points-wrapper .balance {
    margin: 0;
}

.dollars-modal .modal-dialog {
    width: 720px;
    height: 560px;
    font-family: OpenSans, sans-serif;
    text-align: center;
}

.dollars-modal .modal-dialog .modal-content {
    width: 100%;
    height: 100%;
    border-radius: 0;
    box-shadow: none;
    border: 0;
    margin-top: 20%;
}

.dollars-modal .modal-dialog .modal-content img {
    height: 94px;
    width: 120px;
    margin: 70px auto 45px;
    display: block;
}

.dollars-modal .modal-dialog .modal-content h1 {
    font-size: 32px;
}

.dollars-modal .modal-dialog .modal-content p {
    color: #333333;
    font-size: 16px;
    margin-bottom: 80px;
}

.dollars-modal .modal-dialog .modal-content a {
    display: block;
    width: 282px;
    font-weight: 600;
    margin: 25px auto 0;
}

.dollars-modal .modal-dialog .modal-content .ta_button {
    padding-top: 9px;
}

@media (max-width: 768px) {
    .dollars-modal .modal-dialog {
        width: calc(100% - 40px);
        margin-right: 20px;
        margin-left: 20px;
    }
}

.badges {
    max-width: 970px;
}

.badges h1 {
    margin-bottom: 40px;
}

.badges .badges_wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-content: left;
    -ms-align-content: left;
    align-content: left;
    -webkit-justify-content: left;
    -ms-justify-content: left;
    justify-content: left;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.badges .badges_wrapper .badge-item {
    display: inline-block;
    height: 192px;
    margin: 0 15px 10px 0;
    flex: 1 0 20%;
    max-width: 200px;
}

.badges .badges_wrapper .badge-item h3 {
    margin-bottom: 0;
}

.badges .badges_wrapper .badge-item img {
    display: block;
    margin: 0 auto;
    cursor: pointer;
}

.entry-content .sms-wrapper * {
    font-family: "Open Sans", sans-serif;
}

.entry-content .sms-wrapper input[type="text"] {
    font-size: 16px !important;
    color: #4a4a4a !important;
    font-weight: normal;
}

.entry-content .sms-wrapper label {
    margin-top: 0;
}

.entry-content .sms-wrapper h2 {
    margin: 0;
}

.entry-content .sms-wrapper h3 {
    font-size: 24px;
    font-weight: bold;
}

.entry-content .sms-wrapper p,
.entry-content .sms-wrapper span {
    color: #000000;
    font-size: 16px;
}

.entry-content .sms-wrapper .sms-amount {
    margin-top: 12px;
    margin-bottom: 19px;
}

.entry-content .sms-wrapper .sms-amount p {
    margin: 0;
}

.entry-content .sms-wrapper .ui-block {
    position: absolute;
    width: 100%;
    height: calc(100% - 30px);
    background: #ffffff;
    z-index: 999999;
    opacity: 0.8;
}

.entry-content .sms-wrapper .save-btn {
    border: none !important;
    background-color: #293439 !important;
    color: #ffffff !important;
    height: 36px !important;
    font-size: 16px !important;
    font-weight: normal !important;
    text-transform: none;
    padding: 0 13px;
    outline: none;
    margin: 0 0 0 24px;
}

.entry-content .sms-wrapper .save-btn:hover {
    background-color: #293439 !important;
    opacity: 0.7;
}

.entry-content .sms-wrapper .controls {
    margin-top: 20px;
    margin-bottom: 40px;
}

.entry-content .sms-wrapper .controls .control {
    height: 100px;
    width: 150px;
    border: solid 1px #7c7c7c;
    display: inline-block;
    padding-top: 10px;
    text-align: center;
    cursor: pointer;
    margin-right: 15px;
}

.entry-content .sms-wrapper .controls .control span {
    width: 150px;
    height: 27px;
    font-family: "Open Sans", sans-serif;
    font-size: 24px;
    text-align: center;
    color: #7c7c7c;
    display: block;
}

.entry-content .sms-wrapper .controls .control img {
    margin-top: 10px;
}

.entry-content .sms-wrapper .controls .control img.hovered {
    display: none;
}

.entry-content .sms-wrapper .controls .control.area {
    margin-left: 3px;
}

.entry-content .sms-wrapper .controls .control:hover,
.entry-content .sms-wrapper .controls .control.active {
    background-color: #293439;
}

.entry-content .sms-wrapper .controls .control:hover span,
.entry-content .sms-wrapper .controls .control.active span,
.entry-content .sms-wrapper .controls .control:hover p,
.entry-content .sms-wrapper .controls .control.active p {
    color: #ffffff;
}

.entry-content .sms-wrapper .controls .control:hover img.hovered,
.entry-content .sms-wrapper .controls .control.active img.hovered {
    display: inline-block;
}

.entry-content .sms-wrapper .controls .control:hover img.normal,
.entry-content .sms-wrapper .controls .control.active img.normal {
    display: none;
}

.entry-content .sms-wrapper .alarm-list button.ta_button.invert {
    height: 36px;
    border-width: 1px !important;
    background-color: transparent;
    margin: 0;
    vertical-align: top;
    width: auto;
    padding: 0 14px 0 11px;
    font-size: 16px !important;
    text-transform: none !important;
    font-weight: normal !important;
}

.entry-content .sms-wrapper .alarm-list button.ta_button.invert img {
    width: 16px;
    height: 16px;
    vertical-align: top;
    margin-top: 2px;
}

.entry-content .sms-wrapper .alarm-list button.ta_button.invert:hover {
    background-color: #ffffff !important;
    color: #ca0604 !important;
    opacity: 0.7 !important;
}

.entry-content .sms-wrapper .alarm-list .alarm {
    margin-bottom: 30px;
}

.entry-content .sms-wrapper .alarm-list .alarm .alarm-header span {
    font-size: 17px;
    color: #293439;
}

.entry-content .sms-wrapper .alarm-list .alarm .alarm-header span.name {
    font-size: 16px;
    color: #7c7c7c;
}

.entry-content .sms-wrapper .alarm-list .alarm .alarm-controls {
    display: inline-block;
    border-bottom: 1px solid #7c7c7c;
    padding-bottom: 10px;
    margin-top: 23px;
}

.entry-content .sms-wrapper .alarm-list .alarm .alarm-controls .edit {
    border: 1px solid #7c7c7c;
    height: 36px;
    display: inline-block;
    vertical-align: top;
    padding-left: 9px;
    padding-right: 13px;
    padding-top: 6px;
    margin-right: 10px;
}

.entry-content .sms-wrapper .alarm-list .alarm .alarm-controls .edit span {
    color: #7c7c7c;
    font-size: 16px;
}

.entry-content .sms-wrapper .alarm-list .alarm .alarm-controls .edit img {
    width: 16px;
    height: 16px;
    vertical-align: top;
    margin-top: 2px;
}

.entry-content .sms-wrapper .alarm-list .alarm .alarm-controls button.delete.ta_button.invert {
    margin: 0;
    width: auto;
    padding: 0 14px 0 11px;
    font-size: 16px !important;
    text-transform: none !important;
    font-weight: normal !important;
}

.entry-content .sms-wrapper .alarm-list .alarm .alarm-controls button.delete.ta_button.invert img {
    width: 16px;
    height: 16px;
    vertical-align: top;
    margin-top: 2px;
}

.entry-content .sms-wrapper .alarm-list .alarm .alarm-controls .checkbox {
    display: inline-block;
    margin-left: 54px;
}

.entry-content .sms-wrapper .alarm-form button.ta_button.invert {
    height: 36px;
    border-width: 1px !important;
    background-color: transparent;
    margin: 0;
    vertical-align: top;
    width: auto;
    padding: 0 14px 0 11px;
    font-size: 16px !important;
    text-transform: none !important;
    font-weight: normal !important;
}

.entry-content .sms-wrapper .alarm-form button.ta_button.invert img {
    width: 16px;
    height: 16px;
    vertical-align: top;
    margin-top: 2px;
}

.entry-content .sms-wrapper .alarm-form button.ta_button.invert:hover {
    background-color: #ffffff !important;
    color: #ca0604 !important;
    opacity: 0.7 !important;
}

.entry-content .sms-wrapper .alarm-form .title {
    margin-bottom: 10px;
}

.entry-content .sms-wrapper .alarm-form .title label {
    font-size: 16px;
    display: inline-block;
    text-transform: none;
    color: #000000;
    margin-right: 8px;
}

.entry-content .sms-wrapper .alarm-form .title input {
    display: inline-block;
    border: 1px solid #7c7c7c;
    max-width: calc(100% - 340px);
}

.entry-content .sms-wrapper .alarm-form .fields-container {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
}

.entry-content .sms-wrapper .alarm-form .fields-container .map {
    width: 100%;
    max-width: 643px;
    max-height: 545px;
    transition: all 0.5s ease-out;
}

.entry-content .sms-wrapper .alarm-form .fields-container .map-restriction {
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    width: 100%;
    max-width: 643px;
    max-height: 545px;
    height: 100%;
    z-index: 999;
    top: 0;
}

.entry-content .sms-wrapper .alarm-form .fields-container .map-restriction .warning-wrapper {
    text-align: center;
    max-width: 202px;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.entry-content .sms-wrapper .alarm-form .fields-container .map-restriction .warning-wrapper .ta_button.red {
    padding: 0;
    font-size: 16px !important;
    font-weight: normal;
    margin: 20px 0 0;
    height: 40px;
    width: 160px;
}

.entry-content .sms-wrapper .alarm-form .fields-container .fields .row {
    margin: 0;
    padding: 0;
}

.entry-content .sms-wrapper .alarm-form .fields-container .fields h4 {
    font-size: 14px;
    text-transform: uppercase;
    color: #7c7c7c;
}

.entry-content .sms-wrapper .alarm-form .fields-container .fields .time {
    margin-bottom: 31px;
}

.entry-content .sms-wrapper .alarm-form .fields-container .fields .time .day_period {
    color: #7c7c7c;
}

.entry-content .sms-wrapper .alarm-form .fields-container .fields .time .row {
    margin-bottom: 9px;
}

.entry-content .sms-wrapper .alarm-form .fields-container .fields .time h4 {
    margin-top: 0;
}

.entry-content .sms-wrapper .alarm-form .fields-container .fields .time input {
    width: 114px;
    height: 40px;
    display: inline-block;
    border: 1px solid #7c7c7c;
}

.entry-content .sms-wrapper .alarm-form .fields-container .fields .time .from {
    margin-right: 14px;
}

.entry-content .sms-wrapper .alarm-form .fields-container .fields .time .to {
    margin-left: 14px;
}

.entry-content .sms-wrapper .alarm-form .fields-container .fields .time .time-note {
    max-width: 270px;
    color: #7c7c7c;
    font-weight: normal;
    font-size: 13px;
    margin: 0;
}

@media (max-width: 1299px) {
    .entry-content .sms-wrapper .alarm-form .fields-container .fields .time .time-note {
        max-width: none;
    }
}

.entry-content .sms-wrapper .alarm-form .fields-container .fields .days {
    display: inline-block;
    vertical-align: top;
}

.entry-content .sms-wrapper .alarm-form .fields-container .fields .days h4 {
    margin-bottom: 1px;
}

.entry-content .sms-wrapper .alarm-form .fields-container .fields .days label {
    margin-bottom: 4px;
}

.entry-content .sms-wrapper .alarm-form .fields-container .fields .days label span {
    color: #293439;
    font-size: 16px;
    text-transform: none;
    font-weight: normal;
    line-height: normal;
}

.entry-content .sms-wrapper .alarm-form .fields-container .fields .type {
    display: inline-block;
    vertical-align: top;
    float: right;
    margin-right: 35px;
}

.entry-content .sms-wrapper .alarm-form .fields-container .fields .type h4 {
    margin-bottom: 1px;
}

.entry-content .sms-wrapper .alarm-form .fields-container .fields .type label {
    margin-bottom: 4px;
}

.entry-content .sms-wrapper .alarm-form .fields-container .fields .type label span {
    color: #293439;
    font-size: 16px;
    text-transform: none;
    font-weight: normal;
    line-height: normal;
}

.entry-content .sms-wrapper .alarm-form .map-message p {
    color: #7c7c7c;
    font-weight: normal;
    font-size: 13px;
    margin-bottom: 0;
}

.entry-content .sms-wrapper .alarm-form .submit-controls {
    margin-bottom: 42px;
}

.entry-content .sms-wrapper .sms-packages {
    margin-top: 75px;
}

.entry-content .sms-wrapper .sms-packages .packages-header {
    margin-bottom: 25px;
}

.entry-content .sms-wrapper .sms-packages .packages-header h2 {
    font-size: 36px;
    margin-bottom: 8px;
}

.entry-content .sms-wrapper .sms-packages .list-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
}

.entry-content .sms-wrapper .sms-packages .list-wrapper .sms-package {
    display: inline-block;
    text-align: center;
}

.entry-content .sms-wrapper .sms-packages .list-wrapper .sms-package .package-header {
    margin-bottom: 7px;
}

.entry-content .sms-wrapper .sms-packages .list-wrapper .sms-package .package-header p {
    font-size: 24px;
    margin-bottom: 0;
}

.entry-content .sms-wrapper .sms-packages .list-wrapper .sms-package p.price {
    font-size: 24px;
    margin-bottom: 12px;
}

.entry-content .sms-wrapper .sms-packages .list-wrapper .sms-package .ta_button.invert {
    width: 87px;
    height: 40px;
    background-color: #ffffff;
    text-transform: uppercase;
    padding: 0;
    display: block;
    font-size: 16px !important;
    margin: 0 auto;
}

.entry-content .sms-wrapper .sms-packages .list-wrapper .sms-package:first-child {
    margin-left: 50px;
}

.entry-content .sms-wrapper .sms-packages .list-wrapper .sms-package:last-child {
    margin-right: 50px;
}

.entry-content .sms-wrapper .mapbox-directions-profile.mapbox-directions-component-keyline {
    display: none;
}

.entry-content .sms-wrapper .mapbox-directions-instructions {
    display: none;
}

.entry-content .sms-wrapper .directions-control.directions-control-instructions {
    height: 43px;
    overflow: hidden;
}

.entry-content .sms-wrapper .directions-control.directions-control-directions {
    max-height: none;
}

.entry-content .sms-wrapper .mapbox-directions-routes input[type="radio"]+label:hover,
.entry-content .sms-wrapper .mapbox-directions-routes input[type="radio"]:checked+label {
    background-color: rgba(255, 255, 255, 0.8);
}

.entry-content .sms-wrapper .mapbox-directions-routes input[type="radio"]+label {
    float: none;
}

.entry-content .sms-wrapper .mapbox-directions-component.mapbox-directions-route-summary h1,
.entry-content .sms-wrapper .mapbox-directions-component.mapbox-directions-route-summary span {
    color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 1299px) {
    .entry-content .sms-wrapper .alarm-form .title {
        max-width: 643px;
    }
    .entry-content .sms-wrapper .alarm-form .title input {
        max-width: calc(100% - 48px);
    }
    .entry-content .sms-wrapper .alarm-form .fields-container {
        display: block;
    }
    .entry-content .sms-wrapper .alarm-form .fields-container .fields .time {
        margin-top: 20px;
    }
    .entry-content .sms-wrapper .alarm-form .fields-container .fields .type {
        float: none;
        margin-left: 50px;
    }
    .entry-content .sms-wrapper .sms-packages .list-wrapper .sms-package:first-child {
        margin-left: 0;
    }
    .entry-content .sms-wrapper .sms-packages .list-wrapper .sms-package:last-child {
        margin-right: 0;
    }
}

@media (max-width: 768px) {
    .entry-content .sms-wrapper .ui-block {
        height: calc(100% - 192px);
    }
}

@media (max-width: 599px) {
    .entry-content .sms-wrapper .sms-packages .list-wrapper {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .entry-content .sms-wrapper .sms-packages .list-wrapper .sms-package {
        min-width: 130px;
        margin-top: 30px;
    }
    .entry-content .sms-wrapper .sms-packages .list-wrapper .sms-package:first-child {
        margin-left: 0;
    }
    .entry-content .sms-wrapper .sms-packages .list-wrapper .sms-package:last-child {
        margin-right: 0;
    }
}

@media (max-width: 475px) {
    .entry-content .sms-wrapper .controls .control {
        margin-right: 0;
        width: 125px;
    }
    .entry-content .sms-wrapper .controls .control span {
        width: auto;
    }
    .entry-content .sms-wrapper .sms-packages .list-wrapper {
        -webkit-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
    }
}

@media (max-width: 382px) {
    .entry-content .sms-wrapper .alarm-form .fields-container .fields .time input {
        width: 109px;
    }
    .entry-content .sms-wrapper .mapbox-directions-component.mapbox-directions-inputs {
        max-width: 80%;
    }
    .entry-content .sms-wrapper .directions-control.directions-control-instructions {
        max-width: 80%;
    }
    .entry-content .sms-wrapper .save-btn {
        margin: 0;
    }
    .entry-content .sms-wrapper .alarm-list .alarm .alarm-controls .checkbox {
        margin-left: 0;
    }
}

.phone-verification h2 {
    margin-bottom: 5px;
}

.phone-verification .input-wrapper {
    height: 40px;
    overflow: hidden;
    transition: all 0.5s ease-out;
}

.phone-verification .input-wrapper input {
    width: 290px !important;
    height: 40px !important;
    border-color: #7c7c7c !important;
}

.phone-verification .input-wrapper .verify {
    margin-top: 10px !important;
}

.phone-verification .save {
    visibility: hidden;
    opacity: 0 !important;
    transition: all 0.5s ease-out;
}

.phone-verification.open .input-wrapper {
    height: 90px;
}

.phone-verification.open .save {
    visibility: visible;
    opacity: 1 !important;
}

.phone-verification .ta_button {
    margin-top: 20px;
    padding: 0 30px !important;
    height: 40px !important;
    font-weight: normal !important;
    font-size: 16px !important;
    width: auto !important;
}


/** NEW STYLE **/

.btn-primary {
    font-style: normal;
    -webkit-box-direction: normal;
    -webkit-tap-highlight-color: transparent;
    background: transparent;
    font-size: 12px !important;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff !important;
    font-family: NeueEinstellung;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    box-sizing: border-box;
    user-select: none;
    position: relative;
    transition: all 0.2s ease-in-out;
    line-height: normal;
    box-shadow: none;
    border-radius: 5px;
    padding: 14px 20px;
    background-color: #ca0604;
}

.site-tools ul .my_account_icon.header-menu_register {
    display: none !important;
}

@media (min-width: 1024px) {
    .site-tools ul .my_account_icon.header-menu_register {
        display: inline-block !important;
    }
}


/* Top menu register - opret konto */

.main-navigation ul li.menu-register {
    display: none;
    /* mobile menu has a copy so this won't affect it */
}

.myaccoount-download {
    margin: 1rem 0;
}

@media (max-width: 768px) {
    .myaccoount-download {
        text-align: center;
    }
}

.woocommerce .ta-order-review .coupon {
    position: relative;
    font-size: 1rem;
}

.woocommerce .ta-order-review .coupon::before {
    content: "\e909";
    font-family: 'Shopkeeper-Icon-Font';
    position: absolute;
    left: 20px;
    top: 10px;
    font-size: 36px;
    color: #000;
    line-height: 1.8rem;
}

.woocommerce .ta-order-review .coupon label {
    display: none;
}

.woocommerce .ta-order-review .coupon::after {
    opacity: 1;
    content: "\e902";
    font-family: 'Shopkeeper-Icon-Font';
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 22px;
    color: #000;
}

.woocommerce .ta-order-review .coupon #coupon_code:focus {
    background-color: #fff;
}

.woocommerce .ta-order-review .coupon #coupon_code {
    padding: 16px;
    min-width: 200px;
    width: 100%;
    height: 50px;
    font-size: 13px;
    display: block;
    margin-right: 0px;
    padding-right: 130px;
    border-style: dashed;
    padding-left: 65px;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    font-family: NeueEinstellung;
    line-height: normal;
}

.woocommerce .ta-order-review .coupon .button {
    position: absolute;
    right: 0px;
    top: 3px;
    padding: 0;
    margin: 0;
    background: none !important;
    min-width: 0;
    width: auto;
    opacity: 0 !important;
    z-index: 9999;
}

.ta-coupon-wrapper {
    margin-bottom: 60px;
}

.ta-wc-coupon-message {
    background: #7fd16d;
    border: none;
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
    font-weight: bold;
    color: #FFF;
    font-size: 16px;
    position: relative;
    /*animation: slide-in;*/
    /*animation-duration: 1.5s;*/
    /*animation-fill-mode: forwards;*/
    /*animation-timing-function: ease;*/
    /*transform: translateX(0);*/
}

.ta-wc-coupon-message.ta-wc-coupon-error {
    background: #d16d72;
}

.ta-wc-coupon-message.ta-wc-coupon-success {
    padding: 30px;
}

.ta-wc-coupon-message.ta-wc-coupon-loading {
    padding: 30px;
    background: none;
}

.ta-wc-coupon-message.ta-wc-coupon-error::before {
    content: "\e900";
    font-family: 'Shopkeeper-Icon-Font' !important;
    color: #FFF !important;
    display: inline-block;
    font-size: 36px;
    color: #FFF;
    position: absolute;
    left: 0;
    top: 0 !important;
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 100px;
}

.ta-wc-coupon-message>li {
    list-style: none outside !important;
}

.ta-wc-coupon-message>li {
    text-align: left;
    padding-left: 100px;
    padding-right: 30px;
    font-size: 16px;
    font-weight: bold;
    color: #FFF;
}

.ta-wc-coupon-message>li:first-child {
    padding-top: 40px !important;
}

.ta-wc-coupon-message>li:last-child {
    padding-bottom: 30px !important;
}


/****************************************************************/


/****************************************************************/


/****************************************************************/

#st-container.st-container {
    opacity: 1;
}

.lost-pass-link,
.woocommerce form.login .lost_password a {
    font-size: 13px;
    float: right;
    line-height: 1.5em;
    padding-bottom: 3px;
    white-space: nowrap;
    text-transform: uppercase;
    font-weight: bold;
}

.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
    background: #263238 !important;
    box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.2);
    border: none !important;
    position: fixed;
    top: 150px;
    left: 100%;
    width: 100px;
    min-height: 100px;
    max-height: 100px;
    display: block;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 9999;
    overflow: hidden;
    animation: slide-in, slide-out;
    animation-duration: 1.5s, 1.5s;
    animation-delay: 0.5s, 4.5s;
    animation-fill-mode: forwards;
    animation-timing-function: ease;
    transform: translateX(0);
    font-weight: bold;
    color: #FFF !important;
    font-size: 16px;
}

.woocommerce-message .button,
.woocommerce-error .button,
.woocommerce-info .button {
    display: none !important;
}

.woocommerce-message:before,
.woocommerce-info:before {
    display: none;
}

.woocommerce-message .woocommerce-message-wrapper,
.woocommerce-info .woocommerce-message-wrapper {
    display: table;
    vertical-align: middle;
    width: 100%;
    padding: 30px;
    min-height: 100px;
}

.woocommerce-message .woocommerce-message-wrapper .success-icon,
.woocommerce-info .woocommerce-message-wrapper .success-icon {
    display: inline-block;
    vertical-align: middle;
    font-size: 36px;
    line-height: 24px;
    width: 10%;
    padding-right: 25px;
}

.woocommerce-message .woocommerce-message-wrapper .notice_text,
.woocommerce-info .woocommerce-message-wrapper .notice_text {
    display: table-cell;
    vertical-align: middle;
    width: 90%;
    opacity: 0;
    animation: opacity_text_in, opacity_text_out;
    animation-delay: 1.25s, 4.65s;
    animation-duration: 0.5s, 0.5s;
    animation-fill-mode: forwards;
}

.woocommerce-message .product_notification_wrapper,
.woocommerce-info .product_notification_wrapper {
    cursor: pointer;
}

.woocommerce-message .product_notification_wrapper .product_notification_text,
.woocommerce-info .product_notification_wrapper .product_notification_text {
    padding: 30px;
    margin-left: 100px;
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    vertical-align: middle;
    text-align: left;
    line-height: 20px;
    opacity: 0;
    animation: opacity_text_in, opacity_text_out;
    animation-delay: 1.25s, 4.65s;
    animation-duration: 0.5s, 0.5s;
    animation-fill-mode: forwards;
}

.woocommerce-message .product_notification_wrapper .product_notification_background,
.woocommerce-info .product_notification_wrapper .product_notification_background {
    background-size: cover !important;
    background-position: center center !important;
    width: 100px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.woocommerce-message a,
.woocommerce-info a {
    color: #FFF;
    text-transform: uppercase;
    padding-bottom: 5px;
    display: inline-block;
    position: relative;
    font-size: 13px;
}

.woocommerce-message a:after,
.woocommerce-info a:after {
    width: 100%;
    height: 0px;
    background: #FFF;
    display: block;
    content: "";
    position: absolute;
    bottom: 0px;
}

.woocommerce-error {
    background: #d16d72;
}

.woocommerce-error:before {
    content: "\e900";
    font-family: "Shopkeeper-Icon-Font" !important;
    color: #FFF !important;
    display: inline-block;
    font-size: 36px;
    line-height: 36px;
    color: #FFF;
    position: absolute;
    left: 0;
    top: 0 !important;
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 100px;
}

.woocommerce-error a {
    color: #FFF;
}

.woocommerce-error>li {
    text-align: left;
    padding-left: 100px;
    padding-right: 30px;
    font-size: 16px;
    font-weight: bold;
    color: #FFF;
    padding-left: 100px !important;
    opacity: 0;
    animation: opacity_text_in, opacity_text_out;
    animation-delay: 1.25s, 4.65s;
    animation-duration: 0.5s, 0.5s;
    animation-fill-mode: forwards;
}

.woocommerce-error>li>ul {
    margin: 0;
}

.woocommerce-error>li:first-child {
    padding-top: 40px !important;
}

.woocommerce-error>li:last-child {
    padding-bottom: 30px !important;
}

.woocommerce-info {
    background: #1e85be;
}

.woocommerce-info:before {
    display: none;
}

@keyframes slide-in {
    0% {
        transform: translateX(800px);
        width: 100px;
        max-height: 100px;
        box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.2);
    }
    50% {
        transform: translateX(-507px);
        width: 100px;
        max-height: 100px;
        box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.2);
    }
    75% {
        transform: translateX(-507px);
        width: 400px;
        max-height: 100px;
        box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.2);
    }
    100% {
        transform: translateX(-507px);
        width: 400px;
        max-height: 500px;
        box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.5);
    }
}

@keyframes opacity_text_in {
    0% {
        opacity: 0;
    }
    80% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes opacity_text_out {
    0% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes slide-out {
    0% {
        transform: translateX(-507px);
        width: 400px;
        max-height: 500px;
        box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.5);
    }
    50% {
        transform: translateX(-507px);
        width: 400px;
        max-height: 100px;
        box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.2);
    }
    75% {
        transform: translateX(-507px);
        width: 100px;
        max-height: 100px;
        box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.2);
    }
    100% {
        transform: translateX(800px);
        width: 100px;
        max-height: 100px;
        box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.2);
    }
}

p.woocommerce-error {
    padding: 30px 30px 30px 100px !important;
}

@media only screen and (max-width: 767px) {
    .woocommerce-message,
    .woocommerce-error,
    .woocommerce-info {
        top: 50px;
        min-height: 75px;
        max-height: 75px;
        box-shadow: 0px 15px 25px -20px rgba(0, 0, 0, 0.2);
    }
    .woocommerce-message .product_notification_wrapper .product_notification_text,
    .woocommerce-error .product_notification_wrapper .product_notification_text,
    .woocommerce-info .product_notification_wrapper .product_notification_text {
        font-size: 13px;
        line-height: 16px;
        padding: 18px 20px;
    }
    .woocommerce-message .woocommerce-message-wrapper,
    .woocommerce-error .woocommerce-message-wrapper,
    .woocommerce-info .woocommerce-message-wrapper {
        min-height: 75px;
        padding: 19px;
    }
    .woocommerce-message .woocommerce-message-wrapper .success-icon,
    .woocommerce-error .woocommerce-message-wrapper .success-icon,
    .woocommerce-info .woocommerce-message-wrapper .success-icon {
        font-size: 34px;
    }
    .woocommerce-message .woocommerce-message-wrapper span.notice_text,
    .woocommerce-error .woocommerce-message-wrapper span.notice_text,
    .woocommerce-info .woocommerce-message-wrapper span.notice_text {
        font-size: 13px;
        line-height: 16px;
    }
    .woocommerce-message:before,
    .woocommerce-error:before,
    .woocommerce-info:before {
        font-size: 34px;
        height: 75px;
        line-height: 75px;
        width: 67px;
    }
    .woocommerce-message li,
    .woocommerce-error li,
    .woocommerce-info li {
        font-size: 13px;
        line-height: 16px;
        padding-left: 67px !important;
    }
    .woocommerce-message li:first-child,
    .woocommerce-error li:first-child,
    .woocommerce-info li:first-child {
        padding-top: 28px !important;
    }
    .woocommerce-message li:last-child,
    .woocommerce-error li:last-child,
    .woocommerce-info li:last-child {
        padding-bottom: 15px !important;
    }
    @keyframes slide-in {
        0% {
            transform: translateX(800px);
            width: 100px;
            max-height: 75px;
            box-shadow: 0px 15px 25px -20px rgba(0, 0, 0, 0.2);
        }
        50% {
            transform: translateX(-320px);
            width: 100px;
            max-height: 75px;
            box-shadow: 0px 15px 25px -20px rgba(0, 0, 0, 0.2);
        }
        75% {
            transform: translateX(-320px);
            width: 320px;
            max-height: 75px;
            box-shadow: 0px 15px 25px -20px rgba(0, 0, 0, 0.2);
        }
        100% {
            transform: translateX(-320px);
            width: 320px;
            max-height: 500px;
            box-shadow: 0px 15px 25px -20px rgba(0, 0, 0, 0.9);
        }
    }
    @keyframes slide-out {
        0% {
            transform: translateX(-320px);
            width: 320px;
            max-height: 500px;
            box-shadow: 0px 15px 25px -20px rgba(0, 0, 0, 0.9);
        }
        50% {
            transform: translateX(-320px);
            width: 320px;
            max-height: 75px;
            box-shadow: 0px 15px 25px -20px rgba(0, 0, 0, 0.2);
        }
        75% {
            transform: translateX(-320px);
            width: 100px;
            max-height: 75px;
            box-shadow: 0px 15px 25px -20px rgba(0, 0, 0, 0.2);
        }
        100% {
            transform: translateX(800px);
            width: 100px;
            max-height: 75px;
            box-shadow: 0px 15px 25px -20px rgba(0, 0, 0, 0.2);
        }
    }
}

.no-products-info {
    text-align: center;
    padding: 5% 0 15%;
}

.no-products-info p.woocommerce-no-products {
    font-size: 22px;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
}

.no-products-info p.woocommerce-no-products:before {
    content: "\e900";
    font-family: "Shopkeeper-Icon-Font" !important;
    display: inline-block;
    font-size: 36px;
    padding-right: 20px;
    text-align: center;
    vertical-align: middle;
    font-weight: normal;
    margin-top: -8px;
}

.woocommerce-Message.woocommerce-Message--info.woocommerce-info {
    animation: none;
    background: inherit;
    position: inherit;
    min-height: inherit;
    max-height: inherit;
    width: auto;
    color: inherit;
    box-shadow: none;
}

.woocommerce-Message.woocommerce-Message--info.woocommerce-info a:after {
    display: none;
}

.woocommerce-Message.woocommerce-Message--info.woocommerce-info .woocommerce-Button.button {
    display: inline-block !important;
    float: none;
    vertical-align: middle;
    margin-right: 30px;
}

@media only screen and (max-width: 768px) {
    .woocommerce-Message.woocommerce-Message--info.woocommerce-info .woocommerce-Button.button {
        margin-bottom: 15px;
    }
    .woocommerce-Message.woocommerce-Message--info.woocommerce-info {
        text-align: center;
    }
}

.show-password-input {
    display: none;
}

.woocommerce-button {
    color: #ffffff !important;
}
/* Devansh's Added Code */

a.account-tab-link.current {
    opacity: 1 !important;
}

.woocommerce-account .account-tab-list .account-tab-item .account-tab-link:hover {
    opacity: .45;
}
input#account_first_name {
    font-weight: bolder;
}
input#account_email {
    font-weight: bolder;
}
input#password_current {
    font-size: inherit;
}
input#password_1 {
    font-size: inherit;
}
input#password_2 {
    font-size: inherit;
}
input#reg_password {
    font-size: inherit;
}
input#reg_email {
    font-weight: bolder;
}
input#password {
    font-size: inherit;
}
input#username {
    font-weight: bolder;
}
.woocommerce-account .login-register-container .form-row {
    padding: 10px 0!important;
}
.woocommerce-account .account-tab-list .account-tab-item .account-tab-link{
	white-space: nowrap;
	line-height: 1;
	opacity: 0.55;
	font-weight: bold;
}
.woocommerce-account form.woocommerce-ResetPassword {
    border: none;
    margin: 0 auto;
    padding: 0;
    max-width: 500px;
    width: 100%;
}
.woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last, .woocommerce form .form-row-first, .woocommerce form .form-row-last {
	width: 100%;
}
input#user_login {
    width: 112%;
	font-weight: bolder;
}
input#billing_first_name {
    font-weight: bolder;
}
input#billing_last_name {
    font-weight: bolder;
}
input#billing_company {
    font-weight: bolder;
}
input#billing_address_1 {
    font-weight: bolder;
}
input#billing_address_2 {
    font-weight: bolder;
}
input#billing_postcode {
    font-weight: bolder;
}
input#billing_city {
    font-weight: bolder;
}
input#billing_phone {
    font-weight: bolder;
}
input#billing_email {
    font-weight: bolder;
}

.unsub-wrapper {
    display: none;
}
.woocommerce-account .account-tab-list {
    margin: 0 auto 35px;
    padding: 0;
    text-align: center;
}

.woocommerce-account .account-tab-list .account-tab-item {
    display: inline-block;
    margin: 0;
    padding: 0
}

.woocommerce-account .account-tab-list .sep {
    font-size: 50px;
    opacity: 0.55;
    display: inline-block;
    margin: 0 20px
}

/*.android_img img {
    max-width: 94%;
}*/

.android_image_column > div,.ios_image_column > div  {
background: transparent !important;
}

.woocommerce-account .login-register-container {
	margin: 35px 0 70px 0;
	text-align: center;
}

.woocommerce-account .login-register-container .account-forms-container 
{
	display: inline-block;
	max-width: 500px;
	width: 100%;
	text-align: left;
	height: auto;
	padding: 0;
}

@media (min-width: 300px) and (max-width: 438px){
            h1.home_text_1 {
                margin-bottom: 82px !important;
            }
        }
 @media (min-width: 768px) and (max-width: 907px){
            h1.home_text_1 {
                margin-bottom: 55px !important;
            }
        }
 @media (min-width: 438px) and (max-width: 767px){
            h1.home_text_1 {
                margin-bottom: 25px !important;
            }
        }
@media (max-width: 425px){
	.vc_empty_space{
		margin-top: -25px !important;
		height: 0px !important;
	}
}

@media (max-width: 767px){
	.apps_column {
  margin-top: 115px;
}
	.circle-image {
		margin-top: -10px;
		margin-left: 50px;
	}
}
@media (max-width: 550px){
	.android_image_column > div {
		margin-bottom: 0px !important;
	}
}
.circle-image {
	display: none;
}
.facebook-login {
    display: none;
}
strong {
    font-weight: bold;
}
@media screen and (min-width: 90.0625em){
	.xxlarge-5 {
    width: 41.66667% !important;
}
	
}
@media screen and (min-width: 75.0625em){
	.xlarge-8 {
    width: 66.66667%;
}
}

@media (min-width: 320px) and (max-width: 380px) {
	.main_header {
        height: 90vh !important;
    }
	.main_header .main_header_text h1 {
    	height: 5px;
		font-size:21px;
		/*line-height: 100px;*/
	}
	.main_header .main_header_text{
		margin-top:70%;
	}
	.main_header .main_header_text h4{
	 font-size: 13px;
		height:15px;
	}
	h1.home_text_1 {
        margin-bottom: 35px !important;
    }
.kom_i_gang_btn{
	z-index: 20;
}
	.main_header .main_header_top {
		height: 450px !important;
        background-position: top !important;
   	 	background-size: cover;  
		/*min-height: 650px !important;*/
		background-repeat: no-repeat !important;
    	background-size: 100% !important;
    }
	p.gapp_outer {
        margin-top: 0px;
    }
	.gapp_outer {
        margin-top: 50px !important;
    }
	.apps_column {
         margin-top: 0px !important; 
    }
	.main_header_top_inside_center.wpb_column.vc_column_container.vc_col-sm-6 {
		margin-top: -25px;
	}
}
@media (min-width: 501px) and (max-width: 767px) {
	.main_header {
        height: 90vh !important;
    }
	.main_header .main_header_text{
		margin-top:60%;
		margin-bottom: 10px;
	}
	.main_header .main_header_text h1 {
    	height: 5px;
		font-size:21px;
		/*line-height: 100px;*/
	}
	.main_header .main_header_text h4{
	 font-size: 14px;
		height:15px;
	}
	.main_header .main_header_top {
		height: 450px !important;
        background-position: top !important;
   	 	background-size: cover;  
		/*min-height: 650px !important;*/
		background-repeat: no-repeat !important;
    	background-size: 90% !important;
    }
	.vc_empty_space{
	 height:0px !important;	
	}
	.apps_column {
        margin-top: 80px;
    }
}
@media (min-width: 400px) and (max-width: 500px) { /*380*/
	.main_header {
        height: 90vh !important;
    }
	
	.main_header .main_header_text h1 {
    	height: 5px;
		font-size:30px;
		/*line-height: 100px;*/
	}
	.main_header .main_header_text{
		margin-top:80%;
	}
	.main_header .main_header_top {
        background-position: top !important;
   	 	background-size: cover;  
		height: 575px !important;  /*min-height:650*/
		background-repeat: no-repeat !important;
    	background-size: 90% !important; /*100*/
    }
	p.gapp_outer {
        margin-top: 0px;
    }
	.vc_empty_space {
		height: 5px !important;
    }
	    p.gapp_buttons {
        margin-left: 20px !important;
        margin-right: 20px!important;
    }
	.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
    margin-bottom: 15px;
}
	.apps_column {
         margin-top: 0px !important; 
    }

	
}
@media (min-width: 320px) and (max-width: 340px) { /*320 to 360*/
	.main_header .main_header_text h1{
		height:0px;
	}
	.main_header .main_header_top {
    	background-size: 91% !important;
		height: 325px !important;
    }
	h1.home_text_1 {
        margin-bottom: 30px !important;
    }
	.main_header .main_header_text {
		margin-top: 64%;
	/*margin-bottom: 10px;*/
	}
	.main_header .main_header_bottom a img {
		height: 35px;
		width: 104px;
		margin-right: 12px;
	}
	.main_header .main_header_bottom p {
    	font-size: 13px;
	}
	.kom_i_gang_btn a.vc_btn3 {
    	z-index: 20;
	}
}
@media (min-width: 400px) and (max-width: 480px) { 
	h1.home_text_1 {
        margin-bottom: 40px !important; /*new added*/
    }
	    .main_header .main_header_text {
        margin-top: 74%; /*new added*/ 
		margin-bottom: 25px;
    }
	.main_header .main_header_top {
        background-position: top !important;
   	 	background-size: cover;  
		height: 544px !important;  /*min-height:650*/
		background-repeat: no-repeat !important;
    	background-size: 93% !important; /*100*/
    }
}
@media (min-width: 381px) and (max-width: 400px) { 
	.main_header .main_header_top {
        background-position: top !important;
   	 	background-size: cover;  
		height: 488px !important;  /*min-height:650*/
		background-repeat: no-repeat !important;
    	background-size: 93% !important; /*100*/
    }
	.main_header .main_header_text{
		margin-top: 60% !important;
    }
	.main_header .main_header_text h1 {
    font-size: 32px;
}
}
.post-2494 .row {
	padding : 0px !important;	
}

@media screen and (min-width: 2000px){
.main_header {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
}