/**
 * Theme Name: SanderParts
 * Author: Client name
 * Version: 99.0
**/

ul.pagination {
    background-color: #eff5f7;
    height: 29px;
    margin-bottom: 21px;
}

.pagination a {
    font-size: 13px;
    margin: 0;
    text-decoration: none;
    line-height: 29px;
    font-weight: 400;
    padding: .5em;
    min-width: 1em;
    display: block;
    height: auto;
}

ul.pagination li {
    margin: 0;
}

ul.pagination li span.current {
    line-height: 29px;
    background: #ebe9eb;
    color: #8a7e88;
}

.pagination a:hover {
    background: #ebe9eb;
    color: #8a7e88;
}

.woocommerce nav.woocommerce-pagination ul li span.current,
ul.pagination li span.current {
    font-size: 13px;
}

.tabs-title > a {
    position: relative;
    top: 2px;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 6px;
    margin-right: 3px;
    text-decoration: none;
    border: 1px solid #e2ecf1;
    margin-top: 3px;
    color: #1b6ec4;
    border-bottom: 0;
    display: inline-block;
}

.tabs-content,
.tabs {
    border: 0;
}

.tabs {
    border-bottom: 1px solid #e2ecf1;
}

body {
    overflow-x: hidden;
}

.main-background-wrap {
    width: 100%;
}

.tabs-title > a:focus,
.tabs-title > a[aria-selected='true'],
.tabs-title > a:hover {
    color: rgb(108, 144, 160);
    background-color: #eff5f7;
}

.search .page-title {
    font-size: 26px;
    font-weight: 400;
}

body .main-wrapper .woof_submit_search_form,
body .main-wrapper .woof_reset_search_form {
    background-color: #6d90a0;
    border: 1px solid #6C90A0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 15px;
    padding: 5px 15px;
    margin-right: 10px;
}

.woof_container h4 {
    color: #6c90a0;
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 21px;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content,
.woof .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: #e7f1f5;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woof .widget_price_filter .ui-slider .ui-slider-range,
.woof .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #6d90a0;
}

.woof_submit_search_form_container {
    margin-bottom: 30px;
}

.fancybox-container .logo img {
    max-width: 100%;
}

#fancybox-container-1 .fancybox-content {
    overflow: visible;
}

.modal-current-country__content {
    text-align: center;
    width: auto;
}

body.home .modal-current-country {
    padding-bottom: 10px;
}

body.home #modal-current-country {
    width: auto;
    height: auto;
}

.modal-current-country h2 {
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    color: #00b2ff;
    margin-top: 0;
    margin-bottom: 25px;
}

.modal-current-country p {
    font-weight: normal;
    margin-bottom: 30px;
    margin-top: 10px;
    color: black;
    font-size: 16px;
}

.fancybox-slide--html .fancybox-close-small:hover {
    background-color: #1b6ec4;
}

.continue-shopping-btn {
    border: none;
    color: #fff;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    vertical-align: middle;
    white-space: nowrap;
    background: #a0cf84;
    padding: 15px 20px;
    font-size: 16px;
    border-radius: 30px;
    font-weight: bold;
    text-transform: uppercase;
}

.continue-shopping-btn:hover {
    color: #fff;
}

.not-shipping-btn {
    text-decoration: underline;
    background: transparent;
    border: none;
    margin: 20px auto 0 auto;
    display: block;
    cursor: pointer;
    font-size: 12px;
    color: #989898;
    font-weight: 400;
}

#modal {
    overflow: visible;
}

@media (min-width: 767px) {
    .modal-current-country h2 {
        font-size: 32px;
        margin-bottom: 40px;
    }

    .continue-shopping-btn {
        font-size: 15px;
        padding: 12px 30px;
    }
    .not-shipping-btn {
        margin: 10px auto 0 auto;
    }
    .modal-current-country__content {
        width: 480px;
    }
}