/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 08 2025 | 14:43:11 */
/*----------- wooromarch layout --------------*/

.woocommerce #content div.product div.images, 
.woocommerce div.product div.images, 
.woocommerce-page #content div.product div.images, 
.woocommerce-page div.product div.images{
	width: 37%;
}

.woocommerce #content div.product div.summary, 
.woocommerce div.product div.summary, 
.woocommerce-page #content div.product div.summary, 
.woocommerce-page div.product div.summary{
	width: 60%;
}

/*----------- related post author hide --------------*/

.post-related,
.post-navigation,
.post-author{
	display: none;
}

/*----------- all product style --------------*/
.woocommerce .products ul, .woocommerce ul.products{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 15px;
}
.woocommerce .products ul::after, 
.woocommerce .products ul::before, 
.woocommerce ul.products::after, 
.woocommerce ul.products::before{
	content: unset;
	display: unset;
}
/*----------- single product style --------------*/
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
	width: 100%;
	margin: 0px;
}

/*----------- single details tab remove --------------*/
.woocommerce div.product .woocommerce-tabs ul.tabs{
	display: none;
}

/*----------------- product details category hide -------------------*/
.product_meta {
    display: none;
}

/*----------------- product details button style -------------------*/
.product-details-button-wrap{
	display: flex;
	margin-bottom: 25px;
}

.product-details-button-wrap a{
    padding: .3em 1em;
	padding-top: 12px;
    padding-bottom: 12px;
	border: 2px solid #000;
	margin-right: .5em;
	font-size: 17px;
	text-transform: uppercase;
	border-radius: 10px;
	transition: all .3s ease 0ms;
	color: #000;
	cursor: pointer;
}

.product-details-button-wrap a:hover{
	background: #000;
	color: #fff;
}
.product-details-button-wrap a:first-of-type {
  background-color: #58585A;
  color: #fff;
  border-color: #58585A;
}

.product-details-button-wrap a:first-of-type:hover {
  background-color: #000;
  border-color: #000;
}

/*----------------- remove product details page header -------------------*/
.single-product .page-header{
	display: none;
}

/*----------------- product details margin top -------------------*/
.single-blog .wrapper-content{
	margin-top: 30px;
}

/*------- border post holder none ----------*/
.post-holder{
	border: none;
}

/*------------- Product Details Contact Form Style ------------------*/
.form-head {
    text-align: center;
	margin-bottom: 40px;
	margin-top: 30px;
}

.form-head h3{
    font-size: 35px;
    line-height: 1.1em;
	font-weight: 600;
    margin: 0;
    padding: 0;
	margin-bottom: 20px;
}

.form-wrapper p {
    display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 100%;
    grid-column-gap: 30px;
}

.form-wrapper p br{
	display: none;
}

.form-wrapper input,
.form-wrapper select{
    background-color: #FFFFFF;
    padding: .8rem 1.467rem;
    width: 100%;
    outline: none;
    border: 1px solid #e1e1e1;
	height: 56px;
    font-size: 14px;
    transition: all .4s;
    color: #66717a;
    border-radius: 2px;
}


.form-wrapper input::placeholder{
	 transition: color 0.4s ease;
}
.form-wrapper select{
    background-color: #f5f5f5;
	border-color: #f5f5f5;
}

.form-wrapper input:focus{
    border-color: #CC9466;
}

.form-wrapper input:focus::placeholder{
    color: transparent;
}

.form-wrapper .submit-btn{
	background-color: #CC9466;
    padding: .8rem 1.467rem;
    width: 100%;
    outline: none;
    border: 1px solid #CC9466;
    font-size: 1rem;
    transition: all .4s;
    color: #fff;
    border-radius: 2px;
}


/*--------- html scroll need to smooth ------------*/
html {
  scroll-behavior: smooth;
}

/*--------- Service Details Form ------------*/
.service-details-form {
    padding-top: 30px;
}

.service-details-form .form-wrapper select{
	background: #fff;
}

/*------------- Product Details discrption h4 style --------------*/
.et_pb_text_inner h4 {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 600;
}

/*------------- Product Details Rating Style --------------*/
.review-wrapper {
    background: #ccc;
    padding: 25px 20px;
	margin-bottom: 50px;
}
.review-stars {
    display: inline-flex;
    gap: 5px;
}
.review-wrapper .review-stars svg {
    fill: #ffe234;
}
.total-reviews {
    display: inline;
	margin-left: 5px;
}

.out-of-star-label{
	color: #000;
	margin-top: 4px;
	display: block;
	font-weight: 400;
}

/*------------- Calcualtor in Product Details Page Style  --------------*/
.calconic-calculator span#formula-result-\#2 {
    background: none;
}

.calconic-calculator span#formula-result-\#3 {
    background: none;
}

.calconic-calculator span#formula-result-\#4 {
    background: none;
}