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

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

body {
    background-color: #000000 !important;
    color: #ffffff !important;
}

#primary {
    margin-top: 10px !important;
}

#subcategory-select-options{
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    margin-left: 10px;
    padding: 2px 15px 2px 15px !important;
    background: url(/uploadhandler/uploads/image_assets/select-dn-arrow-wht-blk.jpg) no-repeat right;
}

select.orderby {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    margin-left: 10px;
    padding: 2px 15px 2px 15px !important;
    background: url(/uploadhandler/uploads/image_assets/select-dn-arrow-wht-blk.jpg) no-repeat right;
}

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

@import url('https://fonts.googleapis.com/css2?family=Roboto+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: 0.9em;
    text-decoration: none;
    color: #5FB9BA;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}

.shop_page_category_class a:hover{
    color: #da7640;
}

.shop_page_category_class a:hover{
    color: #ffffff;
}

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

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

.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: 250px !important;
    width: auto !important;
    margin: auto !important;
    position: absolute;
    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;
}

/* this is the div wrapper for the product thumbnail for Mobile */
.product-image-mobile-wrapper-cls{
    position: relative;
    height: 130px;
    width: 130px;
    margin: auto;
}

.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;
}

/* 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{
    min-width: 375px !important;
    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;
}

#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-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;
}

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

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

.product-image-wrapper-cls img{
    border: 1px solid #4c4c4c;
}

/* ****************************************************************************************************************** */
/* *********************************************   SITE WIDE   ****************************************************** */
/* ****************************************************************************************************************** */

.woocommerce-breadcrumb {
    color: #9d9d9d !important;
}

.woocommerce-breadcrumb a {
    font-weight: 800;
    color: #9d9d9d !important;
}

/* ****************************************************************************************************************** */
/* *********************************************   SHOP PAGE   ****************************************************** */
/* ****************************************************************************************************************** */

.woocommerce .woocommerce-ordering select {
    vertical-align: middle !important;
    background-color: #000000;
    color: #ffffff;
    border-color: #7b7b7b;
}

.subcategory-select-options-cls{
    background-color: #000000;
    color: #aeaeae;
}

/* ****************************************************************************************************************** */
/* **************************************   PRODUCT/CONFIGURATOR PAGE   ********************************************* */
/* ****************************************************************************************************************** */

#konva-container-wrapper{
    background-color: #ffffff;
}

#pricing-table table, th, td {
    border: 1px solid #ffffff;
}

/* product title in the configurator */
.woocommerce div.product .product_title {
    color: #da7640 !important;
}

.posted_in a{
    color: #da7640 !important;
}

#product-price-html{
    color: #ffffff !important;
    font-weight: 800;
}

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

.quantity a{
    font-weight: 900;
    font-size: 1.2em;
    color: #ffffff;
    background-color: #797979 !important;
}

.ast-woo-product-category{
    color: #ffffff !important;
}

#visualizer-modal-content{
    background-color: #000000;
    border: 2px solid #aeaeae;
    
}

#configurator-contact-me-href{
    color: #ffffff;
}

#more-info-modal-content{
    background-color: #000000;
    border: 2px solid #ffffff;
}

.a-href-detail-label-cls {
    border: 2px solid #ffffff;
    color: #ffffff;
}

.currently-selected-detail-label-cls{
    border: 3px solid #8f8f8f8f;
    background-color: #848484;
}

.pricing-table-option-btn-cls{
 color: white;
}

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

.woocommerce-cart-form th{
    background-color: #555555;
}

.woocommerce-cart .cart-collaterals .cart_totals>h2, .woocommerce-cart
.cart-collaterals .cross-sells>h2{
    background-color: #555555;
    color: #ffffff;
}

/* Notice area above the shopping cart and order checkout */
.woocommerce-error, .woocommerce-info, .woocommerce-message{
    color: #ffffff;
    background-color: #000000;
}

.shipping-calculator-button{
    font-weight: bold;
}

.woocommerce-info a{
    color: #ffffff !important;
    font-weight: 800;
}

/* ****************************************************************************************************************** */
/* *****************************************   MINI-SHOPPING CART   ************************************************* */
/* ****************************************************************************************************************** */
.elementor-menu-cart__main {
    background-color: #000 !important;
}

/* This is the border that goes around the prview item in the cart*/
.cart-item-thumbnail-wrapper-cls{
    border: 2px solid #3b3b3b;
}

.elementor-menu-cart__product-remove{
    border: 2px solid #fff !important;
}

dd > p{
    margin-bottom: .5rem !important;
    font-weight: normal !important;
}

.elementor-menu-cart__product-price{
    font-weight: bold !important;
    font-size: 1.15em;
}

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

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

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

/* ****************************************************************************************************************** */
/* ***********************************************   CHECKOUT   ***************************************************** */
/* ****************************************************************************************************************** */

.my-custom-shipping-table tbody{
    border: 2px solid #ffffff;
}

.my-custom-shipping-table td{
    padding: 7px;
}

.woocommerce-shipping-totals td{
    padding-left: 15px !important;
}

.woocommerce-checkout-review-order-table .order-review-thumbnail-cls{
    max-width: 200px;
    max-height: 200px;
}

.woocommerce-checkout-review-order-table .product-name{
    padding-left: 10px !important;
    padding-top: 15px !important;
}

.woocommerce-checkout-review-order-table .product-name a{
    color: #da7640;
    font-weight: 800;
    font-size: 1.2em;
}

.woocommerce-account a{
    color: #ffffff;
}

/* ****************************************************************************************************************** */
/* *******************************************   ORDER CONFIRM   **************************************************** */
/* ****************************************************************************************************************** */

.order-item-thumbnail-cls{
    border: 2px solid #ffffff;
}

.woocommerce-order-details__title{
    background-color: #000000 !important;
}

.order-item-meta-table-wrapper-class{
    border: 1px solid #ffffff !important;
}

table.woocommerce-table--order-details tfoot td {
    border-left: 1px solid #fff !important;
}

.woocommerce-table__product-total.product-total {
    border-left: 1px solid #fff;
}

.woocommerce-column--billing-address > h2{
    background-color: #000000 !important;
    border: 1px solid !important;
    border-bottom: 1px solid !important;
}

.woocommerce-column--shipping-address > h2{
    background-color: #000000 !important;
    border: 1px solid !important;
    border-bottom: 1px solid !important;
}

/* ****************************************************************************************************************** */
/* ************************************************  ACCOUNT PAGE   ************************************************* */
/* ****************************************************************************************************************** */

.woocommerce .addresses .title .edit, .woocommerce-account .addresses .title .edit{
    color: #000000 !important;
}

.woocommerce-MyAccount-navigation-link.is-active a{
    color: #000000;
}

/* ****************************************************************************************************************** */
/* ************************************************  FOOTER   ******************************************************* */
/* ****************************************************************************************************************** */
.front-page-category-image-block-cls > .elementor-image-box-img img{
    border: 1px solid red;
}

#portal-footer{
    background-color: #000000;
}

.fa-facebook-f, .fa-instagram{
    color: #ffffff;
}


/* ****************************************************************************************************************** */
/* **************************************************  GDPR   ******************************************************* */
/* ****************************************************************************************************************** */
#cookie-law-info-bar{
    border-top: 2px solid #aeaeae !important;
}

#wt-cli-accept-all-btn{
    border: 1px solid #aeaeae !important;
}

.cli-bar-message{
    font-size: 0.9em !important;
}