/* Enter Your CSS HERE  */

button.single_add_to_cart_button.button.alt {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    padding: 15px 30px;
    font-size: 14px;
    position: relative;
    z-index: 1;
    transition: 0.3s ease-in-out;
    gap: 20px;
    text-transform: uppercase;
    color: #ffff;
    border-radius: 30px;
    overflow: hidden;
    border: 1px solid #fff;
    font-family: 'Montserrat';
    font-weight: 600;
    background: black;
}



img.custom-logo {
    width: 240px;
    height: 160px;
}


header.woocommerce-products-header,form.woocommerce-ordering,nav.woocommerce-breadcrumb{
	display:none
}

img.shop-img {
    height: 400px !important;
    background: #f1f1f1;
}


h1.product_title.entry-title {
    font-size: 40px;
    line-height: 43px;
    font-weight: 400;
    color: #1c191a;
}
li#tab-title-reviews,ul.tabs.wc-tabs {
    display: none;
}


div#tab-description h2,section.related.products h2{
	font-size: 33px;
    font-weight: 600;
    margin-bottom: 4px;
    color: #000;
}
div#tab-description p{
	color:black !important
}


.wc-block-components-sidebar.wc-block-cart__sidebar.wp-block-woocommerce-cart-totals-block {
    border: 1px solid #c0c0c0;
    padding: 27px 40px;
    background-color: #f9f9f9;
}


.wp-block-woocommerce-checkout-order-summary-block {
    padding: 40px 25px;
    border: 2px solid #bbbbbb;
    border-radius: 0px;
}


button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
    border: none;
    padding: 12px 117px;
    color: #fff;
    border-radius: 0;
    font-size: 19px;
    font-family: montserrat;
    margin-top: 20px;
    display: block;
    background: linear-gradient(146deg, rgb(118, 78, 26) 0%, rgb(202, 152, 78) 100%);
}



/* By default search box hidden */
#search-box.hidden {
    display: none;
}

/* Popup style (center) */
#search-box {
    position: fixed;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    z-index: 1001;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    width: 90%;
    max-width: 500px;
}

/* Full screen dark overlay */
#search-overlay.hidden {
    display: none;
}
#search-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 1000;
}



a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
    border: none;
    padding: 12px 117px;
    color: #fff;
    border-radius: 0;
    font-size: 13px;
    font-family: montserrat;
    margin-top: 20px;
    display: block;
    background: linear-gradient(146deg, rgb(118, 78, 26) 0%, rgb(202, 152, 78) 100%);
}



section#woocommerce_product_categories-2 h2 {
    font-size: 39px;
    margin: 20px 0;
    color: #000;
    font-family: "Agency";
}

ul.product-categories li {
    margin: 20px 0;
    border-bottom: 1px solid #f2f2f2;
    padding: 10px 20px;
}


header.entry-header {
    display: none;
}

h2.wc-block-components-title.wc-block-components-checkout-step__title {
    color: #000000;
}


p.wc-block-components-checkout-step__description {
    color: black;
}

.page-id-124 .container {
    padding-top: 56px;
}


/* form message color */
.contact-main-sec p {
    color: #000000;
}

ul.sub-menu {
    display: none;
}
ul#menu li:hover > .sub-menu{
	display:block;
}
.sub-menu{
	position:absolute;
	z-index:999999;
	background:white
}
.sub-menu li a{
	color:black !important
}
.sub-menu li{
	width:232px !important
}
ul.product-categories li{
	    font-weight: 700;
}

ul.product-categories li:before {

		    content: '- ';
    font-weight: 700;
    font-size: 17px;
    margin-right: 9px;
}
ul.product-categories li ul.children li:before{
    content: '➥ ';
    font-size: 14px;
    margin-right: 9px;

}
ul.product-categories li ul.children li{
	   font-weight: 400;
}


<!-- 404 Page Css -->
section.error-404.not-found p {
  text-align: center;
    font-size: 24px;
}

section.error-404.not-found {
    margin: 100px 0 100px 0;
}

section.error-404.not-found a .side-btn {
    background: #64a7b7;
    color: white;
    padding: 10px 10px;
    margin: 33px auto;
    display: block;
    width: 10%;
    text-align: center;
}

h2.eror {
    color: black;
    font-size: 40px;
    display: flex
;
    justify-content: center;
}

a.btn10 { color: rgba(118, 78, 26, 0.9); border: 1px solid rgba(118, 78, 26, 0.9); width: 15%; padding: 10px; border-radius: 30px; display: flex ; justify-content: center; align-items: center; }



a.btn10 {
    align-items: center;
    justify-content: center;
    text-align: center;
}

.btnerror {
    display: flex;
    text-align: center;
    justify-content: center;
}


/* Enter Your CSS HERE  */

