@charset "UTF-8";
/*
Theme Name: KOYO Cosmetics
Theme URI: https://pwd.com.au/
Author: PWD dev Team
Author URI: https://pwd.com.au/
Description: Theme to build a dream on...
Requires at least: WordPress 4.9.6
Version: 1.0
Text Domain: pwdboilerplate
Tags:
*/

#contact__page .contact-left{max-height: 1360px}
#contact__page .contact_image{min-height: 1360px}
section#faq__page .accordion li p a{font-size: 16px;display: inline;font-weight: 500;padding-right: 0;}
ul.custom_list li{display:revert;margin-bottom: 10px;}
ul.custom_list li:last-child {margin-bottom: 35px;}
table, th, td {border: 1px solid black;border-collapse: collapse;}
td {text-align: center;vertical-align: middle;}

.wcspc-count span, .wcspc-area-bot .wcspc-action .wcspc-action-inner > div a {
    background: #ffd7d5 !important;
}

#add_payment_method #payment ul.payment_methods li img, .woocommerce-cart #payment ul.payment_methods li img, .woocommerce-checkout #payment ul.payment_methods li img{
	max-width: 80px;
}


#header #top_account div.cart {
    width: 50px;
    height: 50px;
    background: url(/wp-content/themes/koyo-cosmetics/assets/css/images/cart_icon.png) 50% 50% no-repeat;
    margin-right: 0px;
    background-size: 30px;
}

#header #top_account div.cart-customlocation {
    width: 50px;
    height: 50px;
    background: url(/wp-content/themes/koyo-cosmetics/assets/css/images/cart_icon.png) 50% 50% no-repeat;
    margin-right: 0px;
    background-size: 30px;
}


#header #top_account .cart-customlocation.cart:hover {
    cursor: pointer;
}

#header #top_account div {
    float: left;
}

#productpage ul.products.columns-4 li.product h2.woocommerce-loop-product__title {
    min-height: 70px !important;
}

.searchbox-open input#s{
	max-width:300px !important;
	width:unset;
}




.home .product-by-category button.slick-prev.slick-arrow{
    width: 50px;
    height: 50px;
    font-size: 0px;
    background: url(/wp-content/themes/koyo-cosmetics/assets/css/images/arrow-left.png) 50% 50% no-repeat;
    background-size: 40px;
    top: 40%;
    position: absolute;
    left: -50px;
    border: 0px;
    outline: none;
}

.home .product-by-category button.slick-next.slick-arrow {
    outline: none;
    background: url(/wp-content/themes/koyo-cosmetics/assets/css/images/arrow-right.png) 50% 50% no-repeat;
    background-size: 40px;
    border: 0px;
    width: 50px;
    height: 50px;
    font-size: 0px;
    top: 40%;
    position: absolute;
    right: -50px;
}

.home .product-by-category .slick-slide {
    padding: 20px;
    outline: none;
}

.home .product-by-category {
    padding: 10px 70px;
}

.category-tab-heading {
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    letter-spacing: 1px;
    font-size: 20px;
    padding: 10px 0px;
    transition: 0.3s;
    border-bottom:2px solid #fff;
    margin-right: 15px;
    margin-left: 15px;
}

.category-tab-heading:hover {
    color: #c26479;
    transition: 0.3s;
    border-bottom:2px solid #c26479;
}

.category-tab-heading.active {
    color: #c26479;
    transition: 0.3s;
    border-bottom:2px solid #c26479;
}

.product-by-category .tab-heading-wrapper {
    display: flex;
    width: fit-content;
    margin: 0 auto;
}

.home .product-by-category {
    float: left;
    width: 100%;
    padding: 50px 10%;
}

.tab-content-wrapper .tab-content{
    display:none;
}

.tab-content-wrapper .tab-content.active{
    display:block;
}

.slick-slide mark.count {
    display: none;
}

.home_bestsellers .out-of-stock,.woocommerce.archive p.stock.out-of-stock {
    position: absolute;
    right: 0;
    bottom: 15px;
    color: red;
}