/**
* Theme Name: Partdo Child
* Description: This is a child theme of Partdo, generated by Merlin WP.
* Author: <a href="http:themeforest.net/user/KlbTheme">KlbTheme (Sinan ISIK)</a>
* Template: partdo
* Version: 1.2.4
*/


.codefinn-search-window{
    display: none;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,.74);
    z-index: 999999;
    position: fixed;
    top: 0;
    left: 0;
    box-sizing: border-box;

}
.codefinn-search-window.active{
    display: flex;
    justify-content: center;
    align-items: center;
}
.codefinn-search-window .codefinn-search-form{
    background: #FFF;
}
.codefinn-search-form-title{
    background: #1E73BE;
    color: #FFF;
    padding: 10px 20px;
    height: 40px;
    font-size: 16px;
    display: flex;
    flex-direction: row;
    font-weight: 500;
    letter-spacing: .03em;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 4px 4px -4px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 4px 4px -4px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 4px 4px -4px rgba(0, 0, 0, 0.4);
    border-top-left-radius: calc(var(--theme-theme-radius-large) - 1px);
    border-top-right-radius: calc(var(--theme-theme-radius-large) - 1px);
}
.codefinn-search-form-desc{
    color: #777777;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    margin-top: 10px;
}
.codefinn-search-selectors{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.codefinn-search-selectors > div{
    flex-basis: 50%;
    display: flex;
    flex-direction: column;
    padding: 10px 20px;
}
.codefinn-search-selectors > div:nth-child(2) > div{
    background: #eee;
    border: solid 1px rgba(0,0,0,.12);
    border-radius: 10px;
    display: flex;
    justify-content: center;
}
.codefinn-search-selectors > div img{
    max-width: 260px;
    height: auto;
    align-self: center;
    justify-self: center;
}
.codefinn-search-select{
    margin: 5px auto;
}
.codefinn-search-form-title span{
    justify-self: flex-start;
    align-self: center;
    margin-right: auto;
}
.codefinn-search-form-title svg{
    justify-self: flex-end;
    align-self: center;
    margin-left: auto;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.codefinn-search-window.active .codefinn-search-form{

}

.codefinn-search-window.active .select2-selection{
    border-radius: 20px;
}

.codefinn-search-window .codefinn-search-actions{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    padding: 10px 20px;
}
.codefinn-search-window .codefinn-search-actions button{
    margin-left: 10px;
}
.codefinn-search-form{
    position: relative;
}
.codefinn-search-form > .codefinn-history{
    position: absolute;
    top: 40px;
    height: calc(100% - 40px);
    width: 100%;
    background: #FFF;
    left: 0;
    display: none;
}
.codefinn-search-form > .codefinn-history.active{
    display: block;
}

.codefinn-search-form-desc{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.codefinn-search-form-desc > span{
    align-self: flex-start;
    margin-right: auto;
}
.codefinn-search-form-desc > span span,
.codefinn-search-form-desc > span svg{
    cursor: pointer;
}
.codefinn-history-results{
    height: calc(100% - 60px);
    width: calc(100% - 20px);
    margin: 0 auto;
}
.codefinn-history-results:empty{

}
.codefinn-history-results:empty:before{
    display: block;
    margin: auto;
    height: 30px;
    width: 30px;
    border: solid 2px #1E73BE;
    border-left-color: transparent;
    border-right-color: transparent;
    animation: .9s infinite ease-in-out cf_loader;
    content: '';
    border-radius: 50%;
}
.codefinn-history-record{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.codefinn-history-record:nth-child(odd){
    background: #F2F2F2;
}
.codefinn-history-record{
    position: relative;
}
.codefinn-history-record > div{
    flex-basis: 70%;
}
.codefinn-history-record > div:first-child{
    flex-basis: 30%;
}
.codefinn-history-record > div:first-child img{
    cursor: pointer;
}
.codefinn-history-record > div{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.codefinn-history-record > div > div{
    display: flex;
    flex-direction: column;
    flex-basis: 50%;
}
.codefinn-history-record > div > div > div{
    color: #1E73BE;
    font-size: 14px;
    font-weight: 500;
}
.codefinn-history-record > div > div > div:nth-child(2){
    color: #333333;
    font-weight: 500;
    font-size: 18px;
}
.codefinn-history-add-to-garage{
    position: absolute;
    top: 5px;
    right: 5px;
    background: #1E73BE !important;
    width: 30px !important;
    height: 30px !important;
    color: #FFF !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px !important;
    padding: 0 !important;
}
.codefinn-history-add-to-garage svg{
    height: 20px;
    width: 20px;
}
.codefinn-history-add-to-garage svg path{
    fill: currentColor !important;
}

.codefinn-garage-trigger-desktop{
    background: transparent !important;
    padding: 0 !important;
}
.codefinn-garage-trigger-desktop svg{
    width: 24px !important;
    height: 24px !important;
}

.codefinn_FilterSearch{
    display: flex;
    flex-direction: row;
    padding: 0 5px;
    width: 280px;
    margin-right: 10px;
}
.codefinn_FilterSearch > span{
    display: flex;
    flex-direction: column;
}
.codefinn_FilterSearch > span span{
    font-size: 12px !important;
}
.codefinn_FilterSearch img{
    width: 65px;
}

.codefinn-garage{
    width: 280px;
    position: fixed;
    right: -280px;
    top: 0;
    height: 100vh;
    background: #FFF;
    z-index: 1000;
    box-sizing: border-box;
    border-left: solid 1px rgba(0,0,0,.12);
    padding: calc(10px + var(--wp-admin--admin-bar--height)) 10px;
    transition: .7s ease-in-out;
}
.codefinn-garage.active{
    right: 0;
}
.codefinn-garage:empty:before,
.codefinn-garage-result:empty:before{
    display: block;
    margin: auto;
    height: 30px;
    width: 30px;
    border: solid 2px #1E73BE;
    border-left-color: transparent;
    border-right-color: transparent;
    animation: .9s infinite ease-in-out cf_loader;
    content: '';
    border-radius: 50%;
}
.codefinn-garage-result{
    margin-top: 15px;
}
#codefinn-garage .codefinn-garage-result .codefinn-history-record{
    flex-direction: column;
    padding: 10px 15px;
    box-sizing: border-box;
}
#codefinn-garage .codefinn-garage-result .codefinn-history-record > div{
    flex-basis: 100%;
    width: 100%;
    flex-direction: column;
}
#codefinn-garage .codefinn-garage-result .codefinn-history-record > div img{
    width: 80%;
    margin: auto;
}
#codefinn-garage .codefinn-garage-result .codefinn-history-record > div > div{
    flex-basis: 100%;
    align-self: flex-start;
    justify-self: flex-start;
    margin: 5px auto 5px 5px;
}
#codefinn-garage .codefinn-garage-result .codefinn-history-record > div > div > div{
    font-size: 13px;
}
#codefinn-garage .codefinn-garage-result .codefinn-history-record > div > div > div:nth-child(2){
    margin-left: 10px;
}
.codefinn-search-select{
    padding-bottom: 10px;
}
.codefinn-garage-title{
    color: #1E73BE;
    font-size: 17px;
    font-weight: 500;
}
.codefinn-garage-desc{
    color: #777;
    font-size: 13px;
    font-weight: 500;
}
.codefinn-relative-frame{
    width: 100%;
    height: 100%;
    position: relative;
}

.codefinn-garage-close{
    position: absolute;
    top: 0;
    right: 0;
}
.codefinn-garage-close svg path{
    fill: #777777;
}

.codefinn-garage-result{
    overflow-y: scroll;
    max-height: 80vh;
    height: auto;
}

.codefinn-garage-result::-webkit-scrollbar,
.codefinn-history-results::-webkit-scrollbar {
    width: 3px;
}

.codefinn-history-results{
    overflow-y: scroll;
}

.codefinn-history-results::-webkit-scrollbar-track,
.codefinn-garage-result::-webkit-scrollbar-track {
    background: #eee;
}

.codefinn-history-results::-webkit-scrollbar-thumb,
.codefinn-garage-result::-webkit-scrollbar-thumb {
    background: #1E73BE;
}

.codefinn-history-results::-webkit-scrollbar-thumb:hover,
.codefinn-garage-result::-webkit-scrollbar-thumb:hover {
    background: #1E73BE;
}

.codefinn-garage-close svg{
    width: 22px;
    height: 22px;
    display: block;
    transform: rotate(45deg);
}

.codefinn-search-window .select2-results__option[aria-disabled="true"]{
    display: none;
}
.codefinn_search_mobile_button_garage{
    display: none;
}
.codefinn_search_mobile_button_search{
    display: none;
}
.codefinn_FilterSearch{
    background: #1E73BE !important;
    color: #FFF !important;
    width: auto;
    min-width: 230px;
}
.codefinn_FilterSearch > span span{
    text-wrap: nowrap;
}
.codefinn_FilterSearch > span span:first-child{
    font-size: 10px;
    font-weight: 400;
    text-transform: uppercase;
}
[form="codefinn-search-form"]{
    background: #1E73BE !important;
    color: #FFF !important;
}
.codefinn-search-history-trigger,
[form="codefinn-clear"]{
    background: transparent !important;
    color: #1E73BE !important;
}

.codefinn-garage-records{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.codefinn-garage-records .codefinn-record-entry{
    flex-basis: 30%;
    min-width: 230px;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    margin-bottom: 15px;
}
.codefinn-garage-records .codefinn-record-entry .codefinn-record-entry-photo{
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: solid 1px rgba(0,0,0,.12);
}
.codefinn-record-entry-details{
    padding: 4px 15px;
}
.codefinn-record-entry-details h3{
    color: #1E73BE;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 0;
}
.codefinn-record-entry-details p{
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    padding-left: 10px;
    padding-bottom: 5px;
}
.codefinn-record-entry-actions button{
    border-radius: 0;
    width: 100%;
    box-sizing: border-box;
    color: #FFF !important;
    background: #1E73BE !important;
}

.codefinn-search-window-inner{
    display: flex;
    height: 100%;
    border-radius: calc(var(--theme-theme-radius-large) - 1px);
    width: 60%;
    min-width: 360px;
    max-width: 860px;
    max-height: 700px;
    align-items: center;
    justify-content: center;
}

.codefinn-search-form{
    border-radius: 20px;
}
.codefinn-garage-trigger-mobile{
    display: none;
}

.codefinn-filter-info div:nth-child(even){
    font-size: 16px;
    font-weight: 500;
}
.codefinn-filter-info div:nth-child(odd){
    font-size: 14px;
    padding: 4px 10px;
    margin-bottom: 8px;
}
.codefinn-filter-info div:nth-child:last-child{
    margin-bottom: 0;
}
.codefinn-filter-info{
    background: #1E73BE;
    color: #FFF;
    padding: 5px 10px;
    border-radius: 8px;
}
@media screen and (max-width: 768px){
    .codefinn_search_mobile_button_garage{
        position: fixed;
        right: 0;
        bottom: 67px;
        color: #FFF;
        background: #1E73BE;
        z-index: 20;
        display: block;
        border-top-left-radius: 10px;
    }
    .codefinn_search_mobile_button_search{
        position: fixed;
        left: 0;
        bottom: 67px;
        color: #FFF;
        background: #1E73BE;
        z-index: 20;
        display: block;
        border-top-right-radius: 10px;
    }

    .codefinn_search_mobile_button_garage,
    .codefinn_search_mobile_button_search{
        height: 54px;
        width: auto;
        min-width: 54px;
        padding: 12px 12px;
        box-sizing: border-box;
    }

    .codefinn_search_mobile_button_search > span{
        border-left: solid 1px #FFF;
        margin-left: 5px;
        padding: 0 5px;
        font-size: 12px;
        letter-spacing: 0.03em;
        font-weight: 500;
    }

    .codefinn_search_mobile_button_garage svg,
    .codefinn_search_mobile_button_search svg{
        width: 30px !important;
        height: 30px !important;
    }

    .codefinn_search_mobile_button_garage svg,
    .codefinn_search_mobile_button_garage span,
    .codefinn_search_mobile_button_search svg,
    .codefinn_search_mobile_button_search span{
        display: inline-block;
        vertical-align: middle;
        color: #FFF;
    }
    .codefinn_search_mobile_button_search span > span{
        display: block;
        text-align: left;
    }
    .codefinn_search_mobile_button_search span > span:first-child{
        font-weight: 400;
        text-transform: uppercase;
    }
    .codefinn_search_mobile_button_search svg path,
    .codefinn_search_mobile_button_garage svg path{
        fill: #FFF !important;
    }
    .codefinn-search-window-inner .codefinn-search-form{
        width: 100% !important;
        height: 100% !important;
        max-height: 100% !important;
        box-sizing: border-box;
        border-radius: 0 !important;
    }
    .codefinn-search-form-title{
        border-radius: 0 !important;
    }
    .codefinn-search-selectors{
        flex-direction: column-reverse !important;
    }
    .codefinn-search-selectors > div:nth-child(1){
        width: 80%;
    }
    .codefinn-search-actions{
        flex-direction: column-reverse !important;
    }
    .codefinn-search-actions > *{
        margin: 5px auto;
        flex-basis: 100%;
        width: 300px;
        padding: 8px 16px;
        box-sizing: border-box;
    }
    .codefinn-history-record{
        flex-direction: column;
    }
    .codefinn-history-record > div{
        flex-direction: column;
    }
    .codefinn-history-results{
        width: calc(96% - 20px)!important;
    }
    .codefinn-search-form{
        overflow-y: scroll !important;
    }

    .codefinn-search-window .codefinn-search-actions button{
        margin: 5px auto!important;
    }
    .codefinn_search_mobile_button_garage.inactive{
        display: none;
    }
    .codefinn_filter_search .codefinn-search-window-inner{
        max-height: 100%;
        height: 100%;
        width: 100%;
        overflow-y: scroll;
    }
    .codefinn-search-window{
        background: #FFF !important;
    }
    .codefinn-search-form-title{
        border-radius: 0 !important;
    }
    .codefinn-search-selectors > div img{
        max-width: 200px;
    }
}
.Capa_1{
    height: 20px !important;
    width: 20px !important;
}
body.archive #codefinn-search-form .codefinn-search-select .select2-container .select2-selection--single{
    display: inline-flex !important;
    height: var(--theme-form-height);
}
@keyframes cf_loader{
    from{
        transform: rotate(0deg);
    }
    to{
        transform: rotate(360deg);
    }
}
.sidebar-inner{

}
/* --- Fix for Partdo WooCommerce Product Grid Overlap on Portrait/Mobile --- */
.shop-container,
.shop-container .primary-column,
ul.products {
    height: auto !important;
    min-height: 1px;
}

.shop-container::after,
.shop-container .row::after,
.shop-container .primary-column::after,
ul.products::after {
    content: "";
    display: table;
    clear: both;
}

ul.products {
    flex-wrap: wrap !important;
}


/* --- Fix for Page Wrappers for the Go4x4 Plugin --- */
.site-content,
.entry-content,
.page-wrapper,
.elementor-widget-container,
go4x4-filter-widget {
    height: auto !important;
    min-height: 1px;
}

.site-content::after,
.entry-content::after,
.page-wrapper::after,
.elementor-widget-container::after,
go4x4-filter-widget::after {
    content: "";
    display: table;
    clear: both;
}

