.bold {
    font-weight: 700;
}
.woocommerce-store-notice, p.demo_store {
    padding: .5rem 0;
}
.site-branding img.custom-logo {
    max-width: 210px;
}
form .form-group.style-3-search {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
header .style-3-search .cate-dropdown-wrap {
    width: 67%;
    float: left;
    margin-bottom: 1%;
    background-color: #fff;
    position: relative;
}
.cate-dropdown-wrap::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 70px;
    pointer-events: none;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}
header .style-3-search .cate-dropdown {
    width: 100%;
}
header .style-3-search span.cate-dropdown-arrow-down {
    position: absolute;
    top: 5px;
    right: 20px;
    pointer-events: none;
    z-index: 5;
}
header .style-3-search .search-field {
    width: 67%;
    margin-right: 1%;
}
header form .style-3-search button[type="submit"] {
    width: 32%;
    background: #fff;
    color: #2d3b55;
    border-color: #f5f5f5;
}
header form .style-3-search button[type="submit"]:hover {
    color: #fff;
}
header .style-3-search button[type="submit"] i {
    padding-right: 5px;
}
.main-navigation ul {
    padding: 12px 0;
}
.main-navigation ul .sub-menu li a {
    text-transform: none;
}
.theme-westore .aft-wooicon .aft-woo-counter, .theme-westore .af-cart-icon-and-count .item-count {
    background-color: #FF0;
}
.aft-tertiary-background-color > div {
    padding-top: 15px;
}
.aft-tertiary-background-color > div:last-child {
    padding-bottom: 15px;
}
body #page .aft-header-background.data-bg::before {
    background: rgba(45, 59, 85, 0.5);
}
.af-popular-tags {
    background-color: rgba(0, 0, 0, 0.3);
}
ul.product-ul, span.category-badge-wrapper, span.aft-view-all-products {
    display: none;
}
.aft-top-categories-vertical-lists .category-dropdown > ul > li > a {
    padding-right: 20px;
    word-wrap: break-word;
}
.category-dropdown {
    max-height: calc(100vh - 350px);
    overflow: hidden;
    overflow-y: scroll;
}
.overlay {
    background-color: rgba(130, 130, 130, 0.7);
}
.woocommerce .aft-product-list-mode .product-image-wrapper span.onsale, .woocommerce ul.products li.product .onsale {
    color: #2d3b55;
}
body.single-product #content.site-content {
    margin-top: 20px;
}
.cartype-banner {
    min-height: 53px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cartype-banner svg {
    display: inline;
    border: none;
    box-shadow: none;
    height: 1em;
    width: 1em;
    margin: 0 0.07em;
    vertical-align: -0.1em;
    background: none;
    padding: 0;
}
.cartype-banner a {
    font-weight: 700;
    text-decoration: underline;
    color: #2d3b55;
}
.cartype-banner-container {
    padding: 10px 20px;
    text-align: center;
}
.cartype-container {
    display: block;
}
.cartype-container .cartype-element {
    display: inline-block;
    max-width: 100px;
    padding-right: 10px;
    padding-bottom: 10px;
    box-sizing: content-box;
}
.cartype-container .cartype-element a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.cartype-container .cartype-element a span {
    font-size: 12px;
    line-height: 16px;
    color: #000;
    text-decoration: underline;
    text-align: center;
    padding: 5px 10px 0px 10px;
}
.theme-westore.woocommerce li.product .product-description .aft-add-to-cart-wrapper > a.button::before, .theme-westore.woocommerce li.product .aft-add-to-cart-wrapper > a.button::before {
    border-top-color: #2d3b55;
}
.button.product_type_simple:not(.add_to_cart_button) {
    display: none;
}
.woocommerce .cartagimg {
    width: 100%;
    max-width: 100%;
    border: 1px solid #404040;
}
#yith-quick-view-content .product {
    height: 100%;
}
#yith-quick-view-content .summary {
    height: auto;
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.manage_stock_info {
    color: darkblue;
}
.manage_stock_info:before {
    content: "\f05a";
    font: normal normal normal 14px/1 'Font Awesome 5 Free';
    font-family: FontAwesome;
    font-size: 16px;
    margin-right: 5px;
    vertical-align: middle;
}
#billing_eu_vat_number_belgium_compatibility_field{
    display: none!important;
}
ul.woocommerce-shipping-methods li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}
ul.woocommerce-shipping-methods li:first-of-type label {
    /*visibility: hidden;*/
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
}
ul.woocommerce-shipping-methods li label span {
    visibility: visible;
}

ul.woocommerce-shipping-methods li:first-of-type label .woocommerce-Price-amount.amount {
    padding-right: 5px;
}
.westore-widget a:hover {
    text-decoration: underline;
}
ul.product-item-meta .yith-btn a.add_to_wishlist::before {
    width: 100%;
}
.woocommerce .center-el li.product .aft-add-to-cart-wrapper > a.button, .woocommerce .center-el ul.products li.product .aft-price-rating-wrapper .price {
    margin: 0px auto;
}
.woocommerce table.shop_table td {
    padding: 20px 7px;
}
form#wc-braintree-cart-fields-form ul.wc_braintree_cart_gateways {
    margin-left: 0;
}
.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
    margin-bottom: 0;
}
.wc_payment_methods {
    position: relative;
    z-index: 99;
}
.entry-content ul:not([class*="wp-"]):not(.woocommerce-shipping-methods):not(.wishlist_table) li {
    list-style: none;
    padding: 10px 20px;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
    padding: 5px;
    padding-left: 15px;
}
.wpcf7-form {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
}
.wpcf7-form input.wpcf7-submit {
    border-radius: 0;
}
.wpcf7-form p {
    width: 49%;
    display: inline-block;
}
.wpcf7-form p:nth-child(even) {
    margin-right: 2%;
}
.wpcf7-form p:last-of-type {
    width: 100%;
}
.wpcf7-form-control-wrap input, .wpcf7-form-control-wrap textarea {
    padding: 5px 15px;
    width: 100%;
    max-width: 100%;
}
.wpcf7-form-control-wrap textarea {
    resize: vertical;
}
.woocommerce table.my_account_orders .button {
    margin: 0 2px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    display: none;
}
.woocommerce div.product .woocommerce-tabs .panel {
    width: 100%;
    margin-left: 0;
}
.motorsport ~ p {
    padding-top: 3.25em;
}
.above-footer .widget {
    padding: 0;
}
.wpml-ls-slot-footer {
    background: rgba(0, 0, 0, 0.1);
}
footer.site-footer {
    margin-top: 0;
}
.otgs-development-site-front-end {
    display: none;
}
@media only screen and (max-width: 480px) {
    header .header-style-default .main-navigation .toggle-menu {
        margin-left: initial;
    }
}
@media screen and (max-width: 667px) {
    header .header-style-3 .header-right-part {
        display: flex;
    }
    .entry-content ul:not([class*="wp-"]):not(.woocommerce-shipping-methods):not(.wishlist_table) li {
        width: 100%;
    }
}
@media screen and (max-width: 1024px) {
    .wpcf7 .wpcf7-form p {
        width: 100%;
        margin-right: 0;
        display: block;
    }
}
