/*!
Theme Name: Velo
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.1
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: velo
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/

/*** SIDEBAR-FILTER ***/

.facet-label {
    font-weight: 500;
    font-size: 18px;
    line-height: 17.5px;
    text-transform: uppercase;
    padding: 15px 0;
    position: relative;
    cursor: pointer;
}

.facet-label.active::after {
    transform: rotate(180deg);
}

.facet-label::after {
    content: "";
    display: block;
    background: url(assets/img/arrow-sidebar.svg) no-repeat center;
    width: 16px;
    height: 8px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: transform .2s;
    transform: rotate(0deg);
    cursor: pointer;
}

.catalogue-sidebar-body .facetwp-checkbox {
    position: relative;
    background: none;
    padding-left: 25px;
    margin-bottom: 16px;
}

.catalogue-sidebar-body .facetwp-checkbox.checked {
    background: none;
}

.facetwp-checkbox::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 1px solid #2D1C2E;
    position: absolute;
    top: -2px;
    left: 0;
}

.facetwp-checkbox.checked::before {
    border-color: #0BB867;
    background-color: #0BB867;
}
.facetwp-checkbox.checked::after {
    opacity: 1;
}

.facetwp-checkbox::after {
    content: "";
    display: block;
    width: 10px;
    height: 8px;
    background: url(assets/img/checkbox.png) no-repeat center;
    position: absolute;
    top: 2px;
    left: 3px;
    transition: .2s;
    opacity: 0;
}

.catalogue-sidebar-body .facetwp-facet {
    font-weight: 700;
    font-size: 14px;
    line-height: 13px;
    color: #2D1C2E;
	margin-top: 10px;
    margin-bottom: 0;
}

.facet-wrap {
    padding: 15px 0;
    border-bottom: 1px solid #D9D9D9;
}

.facet-wrap_price .facet-label::after {
    content: none;
}

.facetwp-slider-wrap .noUi-connect {
    background: #0BB867;
}

.facetwp-slider-wrap .noUi-target {
    background: #e5e5e5;
    border-radius: 0;
    border: none;
	padding: 0;
}

.facetwp-slider-wrap .noUi-connects {
	border-radius: 0;
}

.facetwp-slider-wrap .noUi-horizontal {
    height: 8px;
}

.facetwp-slider-wrap .noUi-horizontal .noUi-handle {
    background: #0BB867;
    width: 10px;
    height: 26px;
    top: -9px;
    border-radius: 0;
    border: none;
    cursor: pointer;
}

.facetwp-slider-label {
    margin-top: 10px;
    text-align: center;
    font-size: 14px;
    display: block;
    font-weight: normal;
}

.facetwp-slider-reset {
    display: none;
}

.facetwp-reset {
    background: #0BB867;
    padding: 9px 36px;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    width: 100%;
}

.thanks {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 20px;
}
.thanks-icon {
    width: 7em;
    height: 7em;
    margin-bottom: 1em;
}

.thanks-icon svg {
    width: 100%;
    height: 100%;
}

.thanks-title {
    font-weight: 700;
    font-size: 4em;
    line-height: 100%;
    margin-bottom: 0.5em;
}

.thanks-text {
    font-size: 2em;
    margin-bottom: 1em;
}

.thanks-payment-number {
    font-size: 1em;
    margin-bottom: 1em;
}

.page-id-4628 .universal__title {
    display: none;
}

@media screen and (max-width: 768px) {
    .thanks {
        font-size: 12px;
    }
}

.product .product-grid .summary.entry-summary .wrapper_content_single_title .product_meta .tagged_as, 
.woocommerce div.product div.summary .wrapper_content_single_title .product_meta .tagged_as {
    display: none;
}

.woocommerce div.product div.images .flex-control-thumbs {
    display: flex;
    flex-wrap: wrap;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    float: none;
    width: 31% !important;
    margin-bottom: 10px;
    padding-bottom: 20%;
    position: relative;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width: 460px) {
    .woocommerce div.product div.images .flex-control-thumbs li {
        width: 30% !important;
        margin-right: 5px !important;
        margin-bottom: 5px;
    }
}