/*
Theme Name: Shoptimizer Child Theme
Theme URI: 
Description: Child theme of Shoptimizer
Author: CommerceGurus
Author URI: 
Template: shoptimizer
Version: 1.2.11
License:         	GNU General Public License v2 or later
License URI:     	http://www.gnu.org/licenses/gpl-2.0.html
*/
.below-woocommerce-category{
	text-align:justify !important;
}
.woocommerce-cart .cross-sells h2, .woocommerce-cart .cart-recommended-products h2{
	font-size:1.8em !important;
}
#reviews div.iv-comment-image img, div.iv-comment-image img {
    width: 100% !important;
    height: auto !important;
    max-width: 300px !important;
    max-height: none !important;
}
.cky-preference-body-wrapper button:hover, button.cky-btn-close:hover{
	background: unset !important;
}
button.cky-btn{
	font-size:14px !important;
	padding:8px !important;
}
button.search-button.button{
	margin-top:30px;
	width:100%;
	background:#000;
}
button.search-button.button:hover{
	background:#AA312C;
}
.grecaptcha-badge { 
    visibility: hidden !important;
}
.dark-block input::placeholder {
	color: #c5c5c5;
}
.dark-block .wpcf7 label{
	color: #fff !important;
}
.dark-block .wpcf7 input:not([type="submit"]){
	border-color: #999;
	background: unset;
	color: #fff !important;
}
.dark-block .wpcf7 input:not([type="submit"]):focus{
	border-color: #e9e9e9;
}
body.customize-partial-edit-shortcuts-shown .customize-partial-edit-shortcut button{
	padding:3px !important;
}
header.woocommerce-products-header:has(.term-description), .shoptimizer-category-banner, .below-woocommerce-category{
    background-color: unset !important;
    border: 1px solid #d5d5d5 !important;
    border-radius: 6px !important;
}
ul.products li.product .woocommerce-LoopProduct-link {
    font-weight: 600;
}
.no-products-found.request-form{
	border: 1px solid #d5d5d5;
	padding: 20px;
	border-radius: 5px;
}
.no-products-found.request-form p.description{
	font-size: 1.2em;
	font-weight: bold;
}
.no-products-found.request-form p.heading{
	font-size: 1.5em;
	font-weight: bold;
}
.no-products-found.request-form .thankyou-text{
	text-align:center;
	margin-top:2em;
	font-size:0.8em;
	font-weight: 600;
	background: #fff;
	border-radius: 5px;
	padding: 10px 20px;
	border: 1px solid #d5d5d5
}
.no-products-found.request-form a.button{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	display:block;
}
.site-footer .widget_nav_menu ul > li:first-child a{
	color: #fff !important;
	font-weight:600;
	text-transform:uppercase
}
.image-feature a:hover img {
    transform: scale(1.02) !important;
}
.image-feature a:before {
    background-color: rgb(0 0 0 / 28%) !important;
}
.woocommerce-billing-fields .optional{
    display:none !important;
}
.menu-bold > a{
	font-weight:bold;
}
.menu-hide > a{
	width:0;
	height:1em;
	opacity:0;
}
footer.copyright .widget p {
    text-align: center !important;
}
.cf7-row{
	padding-bottom: 19px;
    width:100%;
    display: flex;
    flex-direction: column;
}
.cf7-col-12, .cf7-col-6, .wpcf7 input, .wpcf7 textarea{
    width:100%;
}
@media (min-width: 769px) {
	.opay-payment-group > li{
		width:33.33% !important;
	}
}

@media (min-width: 992px) {
    footer.copyright .widget:first-child {
        width: 100% !important;
    }
    .no-products-found.request-form{
        margin-left: auto;
        margin-right: auto;
        width: 60%;
    }
    .cf7-col-6{
        width:50%;
    }
    .cf7-row{
    flex-direction: row;
	column-gap: 30px;
    }
}
