/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.overflow-auto {
    overflow: auto;
}

.webshop-wizard ul.products-list li {
    list-style-type: none;
    margin-bottom: 15px;
    padding: 0 7px;
}

.webshop-wizard .products-list .product-box {
    width: 226px;
    border: 1px solid #ddd;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    height: 352px;
}

.webshop-wizard .products-list .product-box:hover {
    box-shadow: 0px 0px 10px 2px #ddd;
}

.webshop-wizard .product-box .product-name {
    font-size: 14px;
    margin: 10px 0 0;
    height: 40px;
    overflow: hidden;
    font-weight: bold;
    line-height: 1.4;
    display: flex;
    width: 100%;
    align-items: normal;
}


.webshop-wizard .products-list .price {
    margin: auto auto auto 0;
    font-size: 18px;
    color: #444;
}

.page-shop ul.page-numbers {
    margin: 0;
}

.page-shop ul.page-numbers li {
    display: inline-block;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
}

.page-shop ul.page-numbers li a {
    display: block;
}

.page-shop ul.page-numbers .next, .page-shop ul.page-numbers .prev {
    position: relative;
    color: #fff;
}

.page-shop ul.page-numbers .next:before, .page-shop ul.page-numbers .prev:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    top: 50%;
    left: 50%;
    margin-left: -2px;
    margin-top: -6px;
}

.page-shop ul.page-numbers .next:before {
    border-right: none;
    border-left: 5px solid #000000;
}

.page-shop ul.page-numbers .prev:before {
    border-right: 5px solid #000000;
    border-left: none;
}

.page-shop .page-numbers .current {
    background: #e9ecef;
    width: 100%;
    display: block;
    height: 100%;
}

.page-shop .page-numbers .dots {
    font-family: 'FontAwesome';
}

.page-shop .product-image {
    height: 180px;
    text-align: center;
    width: 100%;
    cursor: pointer;
}

.page-shop .product-image img {
    height: 100%;
}

.page-shop .select-brand, .page-shop .select-model {
    margin-bottom: 10px;
}

.page-shop .select-brand select, .page-shop .select-model select {
    padding: 15px 30px 15px 15px;
    height: auto;
    line-height: 1;
    border-radius: 0;
    background-position-x: calc(100% - 10px);
    margin-bottom: 20px;
}

.page-shop .webshop-wizard {
    box-shadow: 0px 0px 65px -35px #032549;
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    float: left;
}

.page-shop .webshop-wizard-head {
    border-bottom: 1px solid #ddd;
    background: #f5f5f5;
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    min-height: 55px;
    height: fit-content;
}

.page-shop .webshop-wizard-head .title {
    font-size: 20px;
}

.page-shop .product-type-item {
    padding: 0 15px;
    margin: 15px auto;
    width: 280px;
    text-align: center;
    cursor: pointer;
}

.page-shop .product-type-img {
    border: 1px solid #ddd;
    border-radius: 30px;
    height: 300px;
    overflow: hidden;
    margin-bottom: 10px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.page-shop .product-type-item h3 {
    font-size: 18px;
    font-weight: bold;
}

.page-shop .overlay-ajax-loading {
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
    z-index: 1051;
    opacity: 0.5;
    background: url(../images/ajax-loader.gif) no-repeat center #fff;
    display: none;
}

.webshop-wizard-content {
    position: relative;
}

.btn-webshop-wizard-back {
    padding: 10px 20px !important;
    background: #79bafe !important;
}

.webshop-wizard .products-container {
    display: flex;
    flex-wrap: wrap;
}

.webshop-wizard .products-container .filters {
    width: 100%;
    background: #f5f5f5;
    padding: 15px;
    border-bottom-left-radius: 5px;
    overflow-y: auto;
    max-width: 280px;
}

.webshop-wizard .products-container .products {
    padding: 15px 30px;
    margin: 0 auto;
    max-width: 1246px;
}

.webshop-wizard .products-container .filters ul {
    list-style-type: none;
    margin: 0;
}

.webshop-wizard ul.products-list {
    margin-left: -7px;
    margin-right: -7px;
}

.webshop-wizard .products-container .filters ul li {
    display: flex;
    padding: 5px 0;
    cursor: pointer;
}

.webshop-wizard .products-container .filters ul li > a {
    display: flex;
    color: #444;
}

.webshop-wizard .products-container .filters ul li input,
.webshop-wizard .products-container .filters ul li > a i {
    cursor: pointer;
    margin-top: 2px;
}

.webshop-wizard .products-container .filters ul li > a span {
    line-height: 1.4;
    margin-left: 5px;
    color: #444;
}

.webshop-wizard .products-container .filters .label {
    text-transform: uppercase;
    margin-bottom: 5px;
}

.webshop_wizard_shopping_cart_content {
    transition: top 0.3s ease 0s, opacity 0.3s;
    position: absolute;
    top: 110%;
    min-width: 370px;
    opacity: 0;
    z-index: -1;
    transform: scaleX(0);
    display: block;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #ddd;
    padding: 15px;
    right: -20px;
}

.webshop-wizard .mini-cart-link:hover > .webshop_wizard_shopping_cart_content {
    opacity: 1;
    z-index: 9998;
    top: 100%;
    transform: scaleX(1);
}

.webshop-wizard .mini-cart-link {
    position: relative;
    padding-left: 5px;
}

.webshop-wizard .mini-cart-link > i {
    font-size: 22px;
    cursor: pointer;
}

.webshop-wizard ul.woocommerce-mini-cart {
    margin: 0;
}

.webshop-wizard .mini_cart_item {
    display: flex;
    padding: 5px 0;
    border-bottom: 1px solid #ddd;
}
.webshop-wizard .mini_cart_item:last-child {
    border-bottom: 0;
}
.webshop-wizard .mini_cart_item .img {
    width: 70px;
    margin: 0 10px;
}

.webshop-wizard .mini_cart_item .quantity {
    display: block;
}

.webshop-wizard .woocommerce-billing-fields,
.webshop-wizard .woocommerce-checkout-payment,
.webshop-wizard .woocommerce-checkout-review-order {
    border-radius: 0 !important;
    box-shadow: none !important;
    display: block;
}

.webshop-wizard .woocommerce-billing-fields {
    border: 0;
    padding: 0 15px;
}

.webshop-wizard .woocommerce-checkout h3 {
    font-size: 24px;
    font-family: 'AktivGrotesk';
    margin-bottom: 5px;
    text-transform: capitalize;
    letter-spacing: -0.016em;
}

.webshop-wizard .woocommerce {
    padding: 15px;
}

.webshop-wizard .woocommerce form input.input-text,
.webshop-wizard .woocommerce form select {
    border-radius: 0;
    height: 35px;
    line-height: 1;
    padding: 0 10px;
}

.webshop-wizard .woocommerce form .form-row {
    display: block !important;
}

.webshop-wizard .woocommerce form select {
    background-position-x: calc(100% - 10px);
}

.webshop-wizard .out-of-stock {
    color: red;
    margin: auto 0;
}

.webshop-wizard .product-view .product-shop .out-of-stock {
    padding: 10px 20px;
    border-radius: 4px;
    width: 100%;
    max-width: 325px;
    font-size: 18px;
    background: #f86575;
    line-height: 1.4;
    color: #032549;
}

.webshop-wizard .mini-cart-link .count {
    width: 20px;
    height: 20px;
    position: absolute;
    right: -19px;
    top: -9px;
    border-radius: 50%;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    overflow: hidden;
    background: red;
    color: #fff;
}

.webshop-wizard .product-view .product-info .add_to_cart {
    padding: 10px 20px;
    border-radius: 4px;
    width: 100%;
    max-width: 325px;
    font-size: 18px;
}

.webshop-wizard .product-view .product-info .product-name {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 25px;
}

.webshop-wizard .product-view .product-info .product-image {
    height: auto;
    margin-bottom: 30px;
}

.webshop-wizard .product-view .product-info .product-image img {
    width: 100%;
    height: auto;
}

.webshop-wizard .product-view .product-shop span.price {
    font-size: 28px;
}

.webshop-wizard .container-loading {
    opacity: 0.5 !important;
}

.page-shop .brand-model-item a {
    width: 120px;
    border: 1px solid #ddd;
    text-align: center;
    padding: 0 10px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    line-height: 1.3;
    color: #444;
}

.webshop-wizard .brand-model-item.active a {
    border-color: red;
}

.webshop-wizard .select-model .brand-model-item a {
    width: 210px;
    justify-content: flex-start;
    text-align: left;
}

.webshop-wizard table.product-attr {
    border-left: 1px solid #ededed;
    max-width: 600px;
}

.webshop-wizard table.product-attr td {
    border-right: 1px solid #ededed;
    padding: 6px 15px;
}

.webshop-wizard .product-accessories {
    border-top: 1px solid #ddd;
    margin-top: 15px;
    padding-top: 15px;
}

.webshop-wizard .product-view {
    padding: 30px;
}

.webshop-wizard .product-shop {
    text-align: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
    max-width: 450px;
    width: 100%;
    padding-left: 15px;
    flex-basis: auto;
}

.webshop-wizard .product-view .cms-block {
    padding: 15px 0;
    margin-top: 50px;
}

#webshop_wizard_editPriceModal.modal, .star-types-content.modal {
    top: calc(70vh);
    height: 100%;
    width: 100%;
}

.webshop-wizard .step {
    display: none;
}

.webshop-wizard .step.active {
    display: block !important;
}

.webshop-wizard .woocommerce button.button.alt {
    background: #090;
    color: #fff !important;
}

.webshop-wizard .b-item i {
    margin: 0 7px;
}

.webshop-wizard .in-stock {
    color: #090;
}

.webshop-wizard button.view-product {
    padding: 8px 12px;
    margin-left: auto;
}

.webshop-wizard button.view-product i {
    margin: 0 5px 0 0 !important;
    border: 1px solid !important;
}

.webshop-wizard .stars {
    width: 100%;
    color: orange;
    font-size: 18px;
}

.webshop-wizard .product-box .product-info {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    line-height: 1.4;
    margin-top: auto;
}

.webshop-wizard .star-types {
    cursor: pointer;
}

.webshop-wizard .star-types:hover {
    text-decoration: underline;
}

.webshop-wizard ul.policies {
    list-style: none;
    margin: 0;
}

.webshop-wizard .policies li i {
    color: #090;
    margin-right: 5px;
}

.webshop-wizard span.rating-count {
    font-size: 22px;
    color: #083260;
}

.webshop-wizard .rating-info {
    font-size: 18px;
    color: #444;
}

.webshop-wizard .rating-info > span:last-child {
    font-family: 'AktivGrotesk-Light';
}

.webshop-wizard .recommend-text {
    font-family: 'AktivGrotesk-Light';
    color: #555;
    text-align: center;
    font-weight: bold;
}

.webshop-wizard .accessory-plus {
    display: flex;
    justify-content: center;
    font-size: 65px;
    font-weight: 200;
    color: #090;
    margin-top: 10px;
    flex: 1 1 0%;
    font-family: 'AktivGrotesk-Light';
}

.webshop-wizard .accessory-item {
    flex: 3 1 0%;
}

.webshop-wizard .accessories-refurbished-items {
    border: 1px solid #ededed;
    padding: 15px;
    margin-bottom: 30px;
}

.webshop-wizard .accessories-refurbished-items h5 {
    color: #000;
    font-family: 'AktivGrotesk-Medium';
    margin-bottom: 10px;
}

.webshop-wizard .accessories-refurbished-items .price-text {
    color: #30b900;
    font-size: 18px;
}

.accessory-item .accessory-image {
    display: flex;
    justify-content: center;
}

.accessory-item .accessory-image img {
    height: 105px;
    margin: 0 30px;
}

.accessory-item .accessory-titles {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-top: 10px;
    text-align: center;
    padding-top: 22px;
}

.webshop-wizard td.attr-name {
    text-transform: capitalize;
    min-width: 175px;
}

.webshop-wizard .product-view .product-info .col-left {
    width: 100%;
    height: auto;
    max-width: 380px;
    float: left;
    margin-bottom: 30px;
}

.webshop-wizard .product-view .product-info .col-right, .webshop-wizard .product-view .phone-accessoires {
    width: calc(100% - 380px);
    float: left;
    padding-left: 50px;
}

.webshop-wizard .free-shipping-text:before {
    font-family: FontAwesome;
    content: "\f0d1";
    padding-right: 5px;
    color: #00b900;
}

.webshop-wizard .free-shipping-text {
    margin-top: 5px;
}

.webshop-wizard .button .fa {
    border: 0 !important;
}

body .woo_amc_container_wrap.woo_amc_show.non-checkout-options {
    width: 380px !important;
}

.webshop-wizard .stock-status.loading {
    background: url(../images/ajax_small_loader.gif) no-repeat left #fefefe;
    opacity: .5;
    padding-left: 25px;
}

.star-types-content .modal-body ul li {
    margin-bottom: 10px;
}

.modal-header .close {
    background: none;
}

.webshop-wizard .accessory-item .gratis {
    background: #090;
    color: #fff;
    border-radius: 4px;
    width: auto;
    margin: auto;
    padding: 0 5px;
    margin-top: -22px;
}

.webshop-wizard .add-to-cart-container.loading {
    background: url(../images/ajax-loader.gif) no-repeat left #fefefe;
    opacity: .5;
    padding-left: 58px;
    height: 45px;
    text-align: left;
    line-height: 45px;
}

.webshop-wizard .add-to-cart-container.loading .add_to_cart,
.webshop-wizard .add-to-cart-container.loading .out-of-stock {
    display: none !important;
}

.btn-webshop {
    background: #79bafe !important;
}
.page-template-page-shop .container{
    max-width: 1530px!important;
}
body #headroom .container {
    max-width: 1530px !important;
}

.page-template-page-shop .btn-webshop {
    display: inline-block !important;
}

.page-template-page-shop .content-container {
    z-index: auto;
}

.site-main.page-shop {
    padding: 0 30px;
}

.filters-top .brand-model-item {
    padding: 0 15px;
    margin-bottom: 15px;
}

.webshop-wizard .show-on-mobile, .webshop-wizard .close-filters {
    display: none;
}

@media (max-width: 1480px) and (min-width: 1315px) {
    .webshop-wizard ul.products-list li {
        margin-bottom: 30px;
        padding: 0 15px;
    }

    .webshop-wizard ul.products-list {
        margin: 0 -15px;
    }

    .webshop-wizard .products-container .products {
        max-width: 1054px !important;
    }
}

@media (max-width: 1314px) and (min-width: 1240px) {
    .webshop-wizard .products-container .products {
        padding: 15px !important;
        max-width: 976px !important;
    }
}

@media (max-width: 1239px) and (min-width: 813px) {
    .webshop-wizard .products-container .products {
        padding: 15px !important;
        max-width: 736px !important;
    }

}

@media (max-width: 1024px) {
    .webshop-wizard .product-view .phone-accessoires {
        width: 100% !important;
        padding: 0 !important;
    }
}

@media (max-width: 767px) {
    .webshop-wizard .product-view .product-info .col-right {
        width: 100% !important;
        padding-left: 0 !important;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .webshop-wizard .mini-cart-label {
        display: none;
    }

    .webshop-wizard .product-view .product-info .col-left {
        max-width: 280px !important;
    }

    .webshop-wizard .product-view .product-info .col-right {
        width: calc(100% - 280px) !important;
        padding-left: 25px !important;
    }
}

@media (max-width: 812px) {
    .webshop-wizard .products-container .products {
        max-width: 496px !important;
        padding: 15px !important;
    }
    .webshop-wizard-head .mini-cart-label{
        display: none;
    }
    .webshop-wizard .product-view {
        padding: 15px;
    }
    .webshop_wizard_shopping_cart_content{
        min-width: calc(100vw - 30px);
    }
    .woo_amc_container_wrap .woo_amc_checkout_options{
        top: 15px;
    }
    #choose-checkout-type > .row > div{
        max-width: 100% !important;
    }
    .woo_amc_add_more{
        float: left;
        position: static;
    }
}

@media (max-width: 430px) {
    .webshop-wizard ul.products-list li {
        margin: 0 auto 15px;
    }

    .webshop-wizard .products-list .product-box {
        width: 100% !important;
    }

    .webshop-wizard .products-container .products {
        padding: 15px !important;
    }

    .filters-top .brand-model-item {
        padding: 0 7px;
    }

    .webshop-wizard .select-model .brand-model-item a {
        width: 100% !important;
        height: 35px !important;
    }

    .page-shop .select-brand .brand-model-item a {
        width: 100px !important;
    }

    .page-shop .select-brand, .page-shop .select-model {
        margin-left: -7px;
        margin-right: -7px;
    }

    .site-main.page-shop {
        padding: 0 15px;
    }

    .webshop-wizard .show-on-mobile {
        margin-bottom: 10px;
        font-size: 18px;
        border: 1px solid #ddd;
        padding: 5px;
        width: 40px;
        height: 40px;
        display: flex !important;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }

    .webshop-wizard .products-container .filters {
        position: fixed;
        top: 0;
        z-index: 1060;
        right: -100%;
        transition: all .3s;
        visibility: hidden;
        opacity: 0;
        height: calc(100vh);
        overflow-y: auto;
        border-radius: 0;
    }

    .webshop-wizard .close-filters {
        display: block;
        transition: all .3s;
        visibility: hidden;
        opacity: 0;
        background: #000;
        position: fixed;
        top: 0;
        left: 0;
        right: -100%;
        bottom: 0;
        z-index: 1050;
        width: 100%;
        height: 100%;
    }

    .webshop-wizard-filters-opened {
        overflow: hidden !important;
    }

    .webshop-wizard-filters-opened .webshop-wizard .products-container .filters {
        right: 0;
        visibility: visible;
        opacity: 1;
    }

    .webshop-wizard-filters-opened .webshop-wizard .close-filters {
        opacity: 0.5;
        right: 0;
        visibility: visible;
    }

    .webshop-wizard .breadcrumbs {
        display: none;
    }
}

.woo_amc_container button.btn-checkout {
    width: 100%;
    margin-top: 15px;
    display: none;
}

.page-template-page-shop .woo_amc_container button.btn-checkout {
    display: block !important;
}

.webshop_wizard_shopping_cart_content table.custom_options_table {
    margin-bottom: 5px;
}

#webshop_message.modal {
    transform: none;
}

.add_to_cart_msg {
    text-align: left;
    margin-top: 15px;
}

.add_to_cart_msg .button.wc-forward {
    display: none;
}

.add-to-cart-loading {
    opacity: .5;
    pointer-events: none;
    background: url(../images/ajax_small_loader.gif) no-repeat 15px #fefefe;
    padding-left: 0;
    height: 100%;
    text-align: left;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1070;
}

.add-to-cart-container {
    position: relative;
}

.button.add_to_cart.loading {
    pointer-events: none;
    transform: none !important;
}

body .woo_amc_container_wrap.woo_amc_show.checkout-type-webshop {
    width: 380px;
}
.checkout-type-webshop .woo_amc_checkout_options {
    display: none;
}
.woo_amc_container .btn-checkout{
    display: none;
}
.checkout-type-webshop .btn-checkout{
    display: block !important;
    border-radius: 4px;
    border: 0;
    padding: 15px;
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 15px;
}
.checkout-type-webshop .action-buttons {
    padding: 0 15px;
}
.woo_amc_total_footer{
    padding-bottom: 20px;
    bottom: 0;
}
.woo_amc_footer_lines {
    margin-bottom: 10px;
}
.no-intake-text {
    text-align: center;
    display: none;
}
.checkout-type-both .no-intake-text{
    display: block;
}
.checkout-type-both #btn-send-to-us{
    display: none;
}
.checkout-type-retail .woocommerce-timeslot,
.checkout-type-retail .selected-appointment{
    display: none !important;
}
.checkout-type-retail .woocommerce-billing-fields__field-wrapper,
.checkout-type-retail .woocommerce-checkout-payment{
    display: block !important;
}
.woocommerce-product-gallery .flex-control-thumbs li {
    width: 100px !important;
}
