/*
Theme Name: Standard KP theme
Description: Standard KP theme
Version: 1.0.0
Text Domain: standard-kp-theme
Template: astra
*/

/*
_Author: Brainstorm Force
_Author URI: http://wpastra.com/about/
*/


/* ****************************************************************************************************************** */
/* *******************************************   CUSTOM CLIENT CSS   ************************************************ */
/* ****************************************************************************************************************** */

/* @import url('https://fonts.googleapis.com/css2?family=Amatic+SC:wght@700&display=swap'); */
.woocommerce-products-header__title{
/*  font-family: "Amatic SC", cursive !important; */
font-size: 2em !important;
color: #000000 !important;
}

.woocommerce-products-header__title.page-title{
margin-bottom: 0.5em !important;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce-page ul.products li.product .woocommerce-loop-product__title{
    font-size: 1em;
}

/* ****************************************************************************************************************** */
/* ********************************************  000 SHOPPING CART   ************************************************ */
/* ****************************************************************************************************************** */

.elementor-menu-cart__product-name, .elementor-menu-cart__product-price{
    color: #000000;
}

.elementor-menu-cart__product-remove{
    margin-right: 20px;
    border: 1px solid #000000;
}

/* ****************************************************************************************************************** */
/* ****************************************   SIMPLE PRODUCT IMAGE SLIDER   ***************************************** */
/* ****************************************************************************************************************** */
.woocommerce div.product div.images .flex-control-thumbs{
    width: 300px !important;
    margin: auto !important;
}

/* ****************************************************************************************************************** */
/* ***********************************************   SIDEBAR MENU   ************************************************* */
/* ****************************************************************************************************************** */

@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans&display=swap');

/* Sidebar menu class - begin */
.shop_page_category_class{
    list-style-type: none;
    padding: 0;
    margin-left: 0;
}

.shop_page_category_class a{
    line-height: 1.7em;
    text-decoration: none;
    color: inherit;
    font-family: 'Josefin Sans', sans-serif;
}

.shop_page_category_class li {
    padding: 3px 5px 3px 10px;
}

.shop_page_category_class li:hover {
    color: #55D0BE;
    background-color: #efefef;
}

/* Sidebar menu class - end */
/* ****************************************************************************************************************** */

.main-nav-link {
    color: #000000 !important;
    font-weight: normal !important;
}

.shopping-cart-header-icon-cls{
}

.shopping-cart-qty-cls{
    font-size: 16px !important;
}

#contact-page {
    background-color: #ffffff !important;
    color: #000000 !important;
    font-weight: bold !important;
}

.contact-me-page-action-button-wrapper-cls{
    background-color: #ffffff;
}

.contact-me-page-action-button{
    color: #ffffff !important;
    font-weight: bold !important;
    border: 2px solid #ffffff !important;
}

.portal-blog-wrapper-cls{
    display: none !important;
}

#product-categories{
    background-color: #ffffff !important;
}

.portal-home-category-cls{
    border: 2px solid #000000 !important;
    color: #000000 !important;
}

.product-link-anchor-cls{
    color: #000000 !important;
}


.product-div-cls{
    border: 1px solid #cfcfcf !important;
}

.home-icon-cls{
    color: #000000 !important;
}

.shopping-cart-mobile-icon-cls{
    color: #000000 !important;
}

.eicon-menu-bar {
    color: inherit;
}


.order-item-thumbnail-cls, .order-review-thumbnail-cls > .item-thumbnail-cls {

    max-width: 100px;
    max-height: 100px;

}

.item-thumbnail-cls:hover{

    cursor: pointer;

}

/* ****************************************************************************************************************** */
/* *****************************************  TEMPLATE SPECIFIC CSS CHANGES   *************************************** */
/* ****************************************************************************************************************** */

.fware-product-img-class-portrait, fware-product-img-class-landscape{
    border: 1px solid #cacaca;
}

/* this is the class for the UL that is the parent of the li's that displays the categories */
.fware-categories-class {
    list-style-type: none !important;
    margin-bottom: 0px !important;
    margin-left: 0px !important;
    text-align: center !important;
    display: flex;
    max-width: 1100px !important;
    justify-content: space-between;
    margin: auto !important;
}

/* same as the previous class but for mobile */
.fware-mobile-categories-class {
    list-style-type: none !important;
    margin-bottom: 0px !important;
    margin-left: 0px !important;
    text-align: center !important;
    max-width: 450px;
    margin: auto !important;
}

/* this is the li's that display the categories */
#shop-categories > li {
    padding: 0px 15px 0px 15px;
}

/* category title */
.woocommerce-loop-category__title{
    padding-top: 15px !important;
    font-size: 11pt !important;
    font-weight: normal !important;
    color: #5a5a5a !important;
}

/* category title mark */
/* underneath the category label that shows how many products in the category */
.woocommerce-loop-category__title > mark {
    font-size: 10px !important;
    font-weight: normal !important;
    color: #7d7d7d !important;
}

/* this is the count of num of items in the category */
.mark, mark {
    background-color: #ffffff;
}

.woocommerce .woocommerce-result-count{
    padding-top: 5px;
    font-size: 11px;
    color: #7d7d7d;
}

.woocommerce .woocommerce-ordering select {
    vertical-align: top;
    padding: .25em;
    font-size: 10px;
    background-color: #ffffff;
}

.woocommerce-products-header__title{
    font-size: 12pt;
    font-weight: bold;
}

.woocommerce-products-header__title{
    text-align: center;
    font-size: 14pt;
}

/* ------- */
.category-image-wrapper-cls {
    height: 250px;
    width: 250px;
    position: relative;
}

/* this is applied to the category thumbnail image if portrait */
.fware-category-img-class-portrait {
    height: 250px !important;
    width: auto !important;
    margin: auto !important;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

/* same as previous class but for mobile */
.fware-category-img-mobile-class-portrait {
    height: auto !important;
    width: 200px !important;
    margin: auto !important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

/* this is applied to the category thumbnail image if landscape */
.fware-category-img-class-landscape {
    height: auto !important;
    width: 250px !important;
    margin: auto !important;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

/* same as previous class but for mobile */
.fware-category-img-mobile-class-landscape {
    height: auto !important;
    width: 250px !important;
    margin: auto !important;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

/* this restricts the portrait size of NON-fware images on the product page */
.wc-product-thumbnail-image-portrait-cls {
    max-height: 180px !important;
    width: auto !important;
    margin: auto !important;
}

/* this restricts the portrait size of NON-fware images on the product page */
.wc-product-page-image-portrait-cls {
    max-height: 500px !important;
    width: auto !important;
    margin: auto !important;
}

/* see previous but for mobile */
.wc-product-page-mobile-image-portrait-cls {
    max-height: 300px !important;
    max-width: 300px !important;
    width: auto !important;
    margin: auto;
}

/* this restricts the landscape size of images that show as thumbnail like in the cart */
.wc-product-thumbnail-image-landscape-cls {
    max-width: 200px !important;
    height: auto !important;
    margin: auto !important;
}

/* this restricts the landscape size of NON-fware images on the product page */
.wc-product-page-image-landscape-cls {
    max-width: 500px !important;
    height: auto !important;
    margin: auto !important;
}

/* see previous but for mobile */
.wc-product-page-mobile-image-landscape-cls {
    max-width: 300px !important;
    height: auto !important;
    margin: auto;
}

/* hover over product thumbnaiils in shop page */
.product-image-wrapper-cls:hover {
    cursor: pointer;
}

.shop-loop-add-to-cart-link > a {
    width: 200px;
    background-color: #efefef;
    color: #5f5f5f;
}

.shop-loop-add-to-cart-link > a:hover {
    background-color: #555555 !important;
    color: #ffffff !important;
}

/* this is the select option button under each product */
/* shop and product pages */
.woocommerce-page ul.products li.product .button{
    width: 140px !important;
    font-size: 12px;
    font-weight: normal;
    padding: 7px !important;
}

/* content-single-product.php template */
/* wrapper around the image and summary in the product page */
#product-image-summary-wrapper{
    text-align: center !important;
}

/* product-image.php template */
/* fware image wrapper class */
.fware-image-wrapper-class{
    width: auto !important;
    float: none !important;
    vertical-align: top !important;
    display: inline-block !important;
}

/* this is a conditional class in the product-image.php template */
/* keeps the image div partly filled until Konva displays the image */
.fware-image-wrapper-class-width{
    padding-top: 30px;
}

/* content-single-product.php template */
/* wrapper around the product page product summary */
.fware-summary-wrapper-class{
    padding-left: 15px;
    width: auto !important;
    float: none !important;
    display: inline-block !important;
}


#original-art{
    width: 180px !important;
}

.woocommerce ul.products li.product .ast-shop-product-out-of-stock, .woocommerce-page ul.products li.product .ast-shop-product-out-of-stock{
    display: none !important;
}

#media-options-list{
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

.media-options-checkbox-cls{
    font-size: 0.9em;
}

.media-checkbox-label-cls{
    padding-left: 7px;
    font-size: 0.9em;
}

#add-custom-size-button {
    height: 30px;
    padding: 4px 15px;
    font-size: 0.9em;
    margin-bottom: 17px;
    border-radius: 5px;
}

#custom-sizing-client-modal-error-msg{
    font-size: 0.9em;
    color: #ff0000;
}

#category-root_anchor > i.jstree-checkbox {
    display: none;
}

.left-sidebar-category-cls{
    display: inline-flex;
}

.shop-page-category-sidebar-cls{
    min-width: 175px;
}

.shop-page-ul-category-sidebar-cls{
    list-style: none;
    margin-left: 0px !important;
}

.upload-blink-cls{
    font-size: 12px;
    font-weight: bold;
    animation:pulse 1.5s infinite;
}

@keyframes pulse{
    0%{ opacity: 0; }
    12%{ opacity: 0.12; }
    25%{ opacity: 0.27; }
    35%{ opacity: 0.4; }
    45%{ opacity: 0.5; }
    50%{ opacity: 1; }
    100%{ opacity: 1; }
}

.progress-bar{
    font-size: 12px !important;
    font-weight: bold !important;
    background-color: #648ab3 !important;
}

.long-description-cls{
    font-weight: normal;
    font-size: 12px;
}

.smallest-available-size-cls{
    font-size: 0.9em;
    margin-top: 7px;
    font-weight: bold;
}

.available-product-sizes-cls{
    font-size: 0.8em;
}

/* ****************************************************************************************************************** */
/* ***********************************************  SHOPPING CART   ************************************************* */
/* ****************************************************************************************************************** */
.cart-item-thumbnail-wrapper-cls {
    border: none !important;
}

/* ****************************************************************************************************************** */
/* ***********************************************  000 SHOP LOOP   ************************************************* */
/* ****************************************************************************************************************** */

.shop-page-thumbnail{
    width: 200px;
    height: 200px;
    object-fit: cover;
}
.shop-page-thumb-line-item{
    display: inline-block;
}

/* ****************************************************************************************************************** */
/* *********************************************  000 CONFIGURATOR   ************************************************ */
/* ****************************************************************************************************************** */
.custom-product-size-description-label, .custom-product-feature-description-label{
    font-size: 0.8em;
}

.short-description-for-simple-products{
    text-align: center !important;
}

/* *************************  CONFIGURATOR - detail info  ************************* */

.a-href-detail-label-cls {
    background-color: #eaeaea;
}

.default-select-option-selected-cls{
    text-align: left;
    text-transform: capitalize;
    font-size: 0.9em;
    font-weight: 100 !important;
    border: 1px solid #c7c7c7 !important;
    padding: 3px 13px !important;
}