/*
Theme Name: Zota Child
Theme URI: https://elementor2.thembay.com/zota/
Author: Thembay
Description: This is a child theme for Zota
Version: 1.0
Author URI: https://thembay.com/
Template: zota
Text Domain: zota-child
*/

/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */



.contact-us-form .wpcf7-form .form-control.contact_field_half {
	display: flex;
    flex-flow: wrap;
    gap: 2%;
}

/* contact form */
.contact-us-form .wpcf7-form input[type=text],
.contact-us-form .wpcf7-form input[type=email],
.contact-us-form .wpcf7-form input[type=tel],
.contact-us-form .wpcf7-form textarea {
	border: 0;
    border-bottom-width: 2px;
    border: 1px solid #ddd;
    -webkit-appearance: none;
    background-color: #eee;
    width: 100%;
    border-radius: 0;
    color: #999;
    font-size: 14px;
    padding: 10px;
    font-weight: 500;
/*     letter-spacing: 2px;
    line-height: 1.8em; */
	color: #222 !important;
}
.contact-us-form .wpcf7-form textarea {
    width: 100% !important;
}
.contact-us-form .wpcf7-form .cf7-submit {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    background-color: #FA604E;
    border-radius: 6px 6px 6px 6px;
    padding: 12px 30px 12px 30px;
    color: #fff;
    border: 1px solid #FA604E;
}
.contact-us-form .wpcf7-form .cf7-submit:hover {
	border: 1px solid #000;
	background-color: transparent;
	color: #000;
}
.contact-us-form .wpcf7-form span.wpcf7-not-valid-tip {
	display: block;
	font-size: 14px;
	font-family: "DM Sans", Sans-serif;
}
.contact-us-form .wpcf7-form .inner-form-control label {
	font-weight: 600;
	color: #000;
	position: relative;
	cursor: pointer;
}
.contact-us-form .wpcf7-form .inner-form-control label .str-req {
	color: red;
}
.contact-us-form .wpcf7-form .form-control.contact_field_half {
	display: flex;
    flex-flow: wrap;
    gap: 2%;
}
.contact-us-form .wpcf7-form .form-control.contact_field_half .inner-form-control {
	flex: 0 0 49%;
}
.contact-us-form .wpcf7-form .form-control .wpcf7-form-control.wpcf7-checkbox {
	display: flex;
    flex-flow: wrap;
    gap: 2%;
    margin-left: -1rem;
}
.contact-us-form .wpcf7-form .form-control .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item {
	flex: 0 0 25%;
	color: #fff;
	display: block;
    margin-bottom: 10px;
}
.contact-us-form .wpcf7-form .form-control .wpcf7-checkbox .wpcf7-list-item-label {
	margin-left: 15px;
}
.contact-us-form .wpcf7-form .form-control .wpcf7-checkbox input[type=checkbox] {
	position: relative;
    visibility: hidden;
}
.contact-us-form .wpcf7-form .wpcf7-checkbox input[type=checkbox] + span:before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 5px;
    height: 18px;
    width: 18px;
    top: 2px;
    border: 2px solid #b3d136;
}
.contact-us-form .wpcf7-form .wpcf7-checkbox input[type=checkbox] + span:after {
    display: block;
    position: absolute;
    content: '\2713';
    border-radius: 100%;
    height: 10px;
    width: 10px;
    top: -4px;
    left: 4px;
    visibility: hidden;
    font-size: 16px;
}
.contact-us-form .wpcf7-form .wpcf7-checkbox input[type=checkbox]:checked + span:before {
    background: transparent;
    /* border-color: red; */
}
.contact-us-form .wpcf7-form .wpcf7-checkbox input[type=checkbox]:checked + span:after {
    /* background: #222; */
    visibility: visible;
}
.contact-us-form .form-control, 
.contact-us-form form input:not([type="file"]) {
	height: auto;
	border: 0;
}
.contact-info-col .elementor-icon {
    background: #fa62566e;
    padding: 8px;
    border-radius: 50%;
}
.wpcf7 form .wpcf7-response-output {
	margin: 0.5em 0.5em 1em; 
}

/* HOME PAGE */
.border-webkit{
	-webkit-text-stroke: 3px #FC624D;
	color: #fff;
}
.home-cat-list .custom-image-list-categories .item-cat {
	border: 1px solid #14244b;
}
.home-cat-list .custom-image-list-categories .cat-name {
    font-size: 18px;
    font-weight: 500;
	color: #000;
}
.home-cat-list .custom-image-list-categories .content {
	color: #fff;
    margin-bottom: 0;
	background: #fc624d;
/*     background: #01c783c4; */
    padding: 10px 0 ;
}
.home-cat-list .custom-image-list-categories .item-cat:hover .content {
	background: #14244b;
}
.home-cat-list .custom-image-list-categories .item-cat:hover .content .cat-name {
	color: #fff;
}
.owl-carousel>.slick-arrow i, .slider>.slick-arrow i {
    color: #14244b;    
}
.home-testimonial-cust .testimonials .slick-list .slick-slide  {
	padding: 75px 15px;
    background: #fff;
	border-radius: 15px;
/* 	box-shadow: 1px 5px 6px 2px rgba(0, 0, 0, 0.5); */
	position: relative;
/* 	background: linear-gradient(#fff, #ddd) padding-box, linear-gradient(270deg, rgb(16 15 73 / 50%), rgb(240 90 36 / 50%)) border-box; */
    border: 1px solid #e0e0e0;
}
.product.inner .group-buttons:before {
    z-index: 2;
    left: 20px;
    right: 20px;
    height: 5px;
    bottom: -5px;
    content: "";
    position: absolute;
    display: block;
    opacity: .3;
    background-image: linear-gradient(-60deg, #100f49, #f05a24);
    border-radius: 0 0 10px 10px;
    transition: all .4s ease;
}
.home-testimonial-cust .testimonials .slick-list .slick-slide:before {
/*     z-index: 2;
    left: 20px;
    right: 20px;
    height: 10px;
    bottom: -10px;
    content: "";
    position: absolute;
    display: block;
    opacity: .3;
    background-image: linear-gradient(-60deg, #100f49, #f05a24);
    border-radius: 0 0 10px 10px;
    transition: all .4s ease; */
}
.home-testimonial-cust .testimonials .slick-list .slick-slide:after {
/* 	content: "";
    position: absolute;
    display: block;
    opacity: .3;
    background-image: linear-gradient(-60deg, #100f49, #f05a24);
    border-radius: 0 0 10px 10px;
    transition: all .4s ease;
    z-index: 1;
    left: 30px;
    right: 30px;
    height: 20px;
    bottom: -10px; */
}
.home-testimonial-cust .testimonials .slick-list .slick-slide:hover {
/* 	box-shadow: inset 0px 5px 10px 0px rgba(0, 0, 0, 0.5); */
}
.home-testimonial-cust .testimonials .slick-list {
    padding-bottom: 15px;
    padding-top: 5px;
}
.testimonials .slick-list .slick-slide .testimonials-body .testimonial-icon {
	order: -1;
	position: relative;
    margin-bottom: 25px;
}
.testimonials .slick-list .slick-slide .testimonials-body .testimonial-icon i {
    font-size: 40px;
    line-height: 1.2em;
    border: 3px solid #f05a24
    border-radius: 50%;
    padding: 15px;
}
.tbay-element-testimonials .testimonial-icon i {
	color: #f05a24;
}
.product-block .product-content .cust-addtocart-btn {
	background: #14244b;
    color: #fff;
    margin-top: 10px;
    padding: 10px 10px;
    text-align: center;
    line-height: 22px;
	font-weight: 600;
}
.product-block .product-content .cust-addtocart-btn i {
    margin-right: 5px;
}
/* .best-seller-section .heading-tbay-title {
	color: #14244b;
}
.best-seller-section .heading-tbay-title>span.title i {
	
} */
/* My-account page */
.woocommerce-info::before {
    color: #14244b;
}
.woocommerce-info {
    border-top-color: #14244b;
}
/* 
single product */
.woocommerce .single-main-content .woocommerce-product-gallery .flex-active-slide img {
	max-height: 620px;
    width: auto;	
}

.elementor-widget-tabs .elementor-tabs-wrapper .elementor-tab-desktop-title {
    padding: 20px 0px;
    border-bottom: 1px solid;
}

/* mix */
.tbay-breadcrumb.breadcrumbs-text {
/* 	background: #B0EBB4; */
	background: #fa604e;
}
.tbay-breadcrumb.breadcrumbs-text a,
#tbay-main-content .tbay-breadcrumb.breadcrumbs-text li:before {
	color: #fff;
}

.title-not-breadcrumbs .page-title {
    margin-top: 40px;
    margin-bottom: 10px; 
}

/* home-slider-section */

.woof_childs_list_opener {
    top: 15px;
}
.sidebar#sidebar-shop>.widget.WOOF_Widget ul li::marker {
	font-size: 0;
}
.tbay-breadcrumb .breadcrumb li a.active,
.tbay-breadcrumb .breadcrumb li {
	color: #fff !important;
}
.zota-back-btn {
	color: #fff;
}

@media only screen and (max-width: 1250px) and (min-width: 1024px)  {
	.contact-us-form .wpcf7-form .form-control .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item {
		flex: 0 0 30%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 767px)  {
	.contact-us-form .wpcf7-form .form-control .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item {
		flex: 0 0 40%;
	}
	.make-hiring-section .elementor-icon-box-title span.hirenumber {
		width: 60px;
		height: 60px;
		font-size: 32px;
		left: -43px;
	}
}
@media only screen and (max-width: 767px) and (min-width: 550px)  {
	.contact-us-form .wpcf7-form .form-control .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item {
		flex: 0 0 45%;
	}
}
@media only screen and (min-width: 992px) {
	.home-slider-section .swiper-pagination-bullet {
		height: 5px !important;
		width: 40px !important;
		border-radius: 0;
	}
}
@media only screen and (max-width: 767px) {
	.product-block .product-content .cust-addtocart-btn {
		display: none;
	}
}

@media only screen and (max-width: 550px) {
	.contact-us-form .wpcf7-form .form-control .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item {
		flex: 0 0 100%;
	}
	.contact-us-form .wpcf7-form .form-control.contact_field_half {
		display: block;
	}
}
