/*!
Theme Name: blackskullblades
Theme URI: https://digitalguider.com/
Author: DG Development Team
Author URI: https://digitalguider.com/
Description: A custom WordPress theme for blackskullblades
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: blackskullblades
*/
.wpcf7-not-valid-tip:not(:nth-child(1)):not(:nth-child(2)) {display:none;}
.product_style2 .product_actions a{
	width: 100%;
    height: auto;
	border-radius: 10px;
    padding: 0px 18px;
}
span.yith-wcwl-add-to-wishlist-button__label {
    display: none;
}
.custom-search input.search-submit{
	padding: 6px 19px;
    background-color: #000;
    color: #fff;
}

.custom-search input.search-field {
	width: 300px;
    padding: 10px 5px;
}

ul.products.columns-4 {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

ul.products.columns-4 li {
    width: 31%;
    margin: 20px 10px;
    list-style: none;
}

form.woocommerce-ordering {
    display: flex;
    justify-content: flex-end;
    margin-top: -4rem;
}

p.woocommerce-result-count {
    width: fit-content;
}
h2.woocommerce-loop-product__title {
    font-size: 20px;
}
span.woocommerce-Price-amount.amount bdi {
    font-size: 20px;
    font-weight: 800;
    color: #000;
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    display: block;
    border: none;
    padding: 11px 31px;
    border-radius: 9999px;
    background-color: #000;
    color: #fff;
    font-family: var(--theme-font);
    font-weight: 500;
    transition: all 
ease-in-out 0.4s;
    position: relative;
    z-index: 2;
    vertical-align: middle;
    overflow: hidden;
    font-size: 16px;
    width: fit-content;
    margin: 0 auto;
    margin-top: 1rem;
}

.footer-widget .widget_title:before {background-color:#fff}
.woocommerce-product-gallery__wrapper>.woocommerce-product-gallery__image {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
}
h1.product_title.entry-title {
    font-size: 35px;
    margin-bottom: 25px;
    font-weight: 700;
    line-height: 1.2;
    max-width: 88%;
}
button.single_add_to_cart_button.button.alt {
    display: inline-block;
    border: none;
    padding: 17px 42px;
    border-radius: 9999px;
    background-color: #000;
    color: #fff;
    font-family: var(--theme-font);
    font-weight: 500;
    transition: all 
ease-in-out 0.4s;
    position: relative;
    z-index: 2;
    vertical-align: middle;
    overflow: hidden;
    font-size: 16px;
}
span.yith-wcwl-add-to-wishlist-button__label {
    display: block;

}
.yith-add-to-wishlist-button-block.yith-add-to-wishlist-button-block--single{	margin-top:1rem}
ul.tabs.wc-tabs {
    display: flex;
    list-style: none;
    padding: 00;
}

.description_tab, .reviews_tab {
    text-decoration: none;
    border: 1px solid #cfc8d8;
    background-color: #e9e6ed;
    color: #515151;
    display: inline-block;
    position: relative;
    z-index: 0;
    border-radius: 4px 4px 0 0;
    margin: 0 -1px;
    padding: 0 1em;
}

.description_tab a, .reviews_tab a {
    display: inline-block;
    padding: .5em 10px;
    font-weight: 700;
    color: #515151;
    text-decoration: none;
    font-size: 18px;
}

 .woocommerce-tabs ul.tabs li.active {
    background: #fff;
    color: #515151;
    z-index: 2;
}
.product .woocommerce-tabs .panel {
    margin: 0 0 2em;
    padding: 20px;
    border: 1px solid #e5dada;
    box-shadow: rgba(216, 216, 219, 0.2) 0px 7px 29px 0px;
}

.comment-respond p.comment-form-comment textarea {
    width: 100%;
}

p.form-submit .submit {
    display: inline-block;
    border: none;
    padding: 17px 42px;
    border-radius: 9999px;
    background-color: #000;
    color: #fff;
    font-family: var(--theme-font);
    font-weight: 500;
    transition: all 
ease-in-out 0.4s;
    position: relative;
    z-index: 2;
    vertical-align: middle;
    overflow: hidden;
    font-size: 16px;
}
.zoomtoo-container img
 {
    display: flex;
    justify-content: center;
    margin: 0 auto;
}


.widget.woocommerce.widget_product_categories {
    border: none;
    padding: 0;
}

div#shop-sidebar {
    height: 1020px;
    overflow-y: scroll;
    background: #eff1f5;
    border-radius: 30px;
}

.sidebar-area .widget {
    background: #eff1f5;
    border-radius: 30px;
}
div#shop-sidebar ul li {
    list-style: none;
    background-color: var(--white-color);
    padding: 5px 7px 5px 20px;
    margin-bottom: 5px;
    border-radius: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
*, :after, :before {
    box-sizing: border-box;
}

div#shop-sidebar ul li a {
    font-weight: 600;
    font-size: 16px;
    text-transform: capitalize;
}

div#shop-sidebar ul.product-categories {
    padding: 0;
}

span.count {
    min-width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    color: #fff;
    border-radius: 50%;
    position: relative;
    transition: all 0.3s 
ease-in-out;
}

@media (max-width:1199px){
	ul#primary-menu {
    position: fixed;
    display: flex;
    transition: all ease 0.5s;
    flex-direction: column;
    right: 0;
    top: 173px;
    background-color: #000;
    height: 100%;
    z-index: 5;
    padding: 2rem 2rem 3rem 2.5rem;
    transform: translateX(100%);
    text-align: left;
}
	.activemenu {
    transform: translateX(0)!important;
}
	.vs-breadcrumb-wrapper.breadcumb-layuout-1.space-top.space-negative-bottom{z-index:-1}
	.menu-style1 > ul > li > a {padding:15px 0}
	.main-menu ul li:first-child {
    margin-left: 14px;
}
}
	
@media(max-width:767px){
	    .header_layout6 .contact-box {
        display:block;
    }
	.header_layout6 .contact-box .contact-content .contact-title a {
    color: #000;
}

.header_layout6 .contact-box .contact-content p {
    display: none;
}

.header_layout6 .contact-box .icon-box {
    display: none;
}

.header_layout6 .contact-box::before {
    display: none;
}

ul.list-style-none.text-white {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.header_layout6 .head-top-widget2 {
    align-items: center;
}

.header_layout6 .contact-box {
    height: unset;
}

.header_layout6 .head-top-widget2 .vs-social-group {
    padding: 0;
}
	h1.product_title.entry-title {
		font-size: 24px;}
	
.filter p {
    background: #000;
    width: fit-content;
    color: #fff;
    padding: 10px;
	        position: fixed;
        z-index: 999999;
        cursor: pointer;
        top: 428px;

}
	#shop-sidebar {
    display: none;
}
	.sidebar-area.product.active {
    display: block!important;
}
	ul.products.columns-4 li {
    width: 100%;
    margin: 20px 5px;
    list-style: none;
}

h2.woocommerce-loop-product__title {
    font-size: 16px;
}
	span.woocommerce-Price-amount.amount bdi {
		font-size: 16px;}
	div#shop-sidebar {margin-bottom:3rem}
}

nav.woocommerce-MyAccount-navigation {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 2rem 1rem 0rem 0rem;
}

nav.woocommerce-MyAccount-navigation li {
    list-style: none;
    padding-bottom: 7px;
    font-size: 17px;
}

.woocommerce-MyAccount-content {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 2rem;
    font-size: 17px;
}
