/*
Theme Name: Porto Child
Theme URI: https://www.portotheme.com/wordpress/porto
Author: P-THEMES
Author URI: https://www.portotheme.com/
Description: Porto Responsive WordPress + eCommerce Theme.
Version: 1.1
Template: porto
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/
:root {
	--porto-body-color: #333;
	--porto-heading-color:#074568;
	--porto-primary-color: #BF9474;
	--porto-gray-3:#ffffff;
	--porto-gray-2:#BF9474;
	--porto-gray-7:#f4ebda;
	--bs-table-accent-bgg:#f4ebda;
}
@media (max-width: 767px){
	#header.sticky-header .logo{
		max-width:164px;
	}
}
.widget{
	    margin-top: 0;
}
body .form-control, .form-control:focus {
    background: #ffffff;
}
.widget_search .btn-dark {
    background: #bf9474 !important;
    border: none;
    color: #ffffff !important;
    font-size: .8em;
}
.post-item-small h5 {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
}
article.post .btn-readmore{
	color: #034669!important;
}
#main{
	background-color:#FEF6E9;
}
ul.products .product-image,
.thumb-info .thumb-info-wrapper{
	border-radius: 10px;
    overflow: hidden;
}
.widget .tagcloud{
	margin-top:10px;
}
.elementor-359 .elementor-element.elementor-element-04b374d a {
    color: #FFF;
}
.elementor-359 .elementor-element.elementor-element-04b374d a:hover, .terms-links a:hover {
    text-decoration:underline;
}
.top-head > div{
	justify-content: center;
}
#header.sticky-header .header-main.sticky{
	padding: 10px 15px !important;
}
.page-top .yoast-breadcrumbs a, .page-top .breadcrumbs-wrap a, .page-top .product-nav .product-link{
	color: var(--e-global-color-secondary );
}
.woocommerce-tabs .resp-tabs-list li{
	  color: #818692!important;
}
.woocommerce-tabs .tab-content{
	border-top: 0;    
	background-color: transparent;
}
#reviews .commentlist .comment-text:before{
	 border-right: 15px solid #ffffff;
}
.commentlist li .comment-text{
	background-color:#FFF;
}
.table-striped > tbody > tr:nth-of-type(odd){
	background-color:#FFF;
}
.related.products .slider-title{
	 font-size: 20px;
    text-align: center;
    text-transform: capitalize;
	border: 0;
}
@media only screen and (min-width: 767px){
	.woocommerce-tabs .resp-tabs-list{
		display: flex;
    	justify-content: center;
	}
}

.widget_sidebar_menu{
	display:none;
}
.product-summary-wrap .price{
	color:#BF9474;
}

.no-breadcrumbs .main-content{
	padding-top: 0;
}

.footer-links a{
	font-size:13px !important;
	color:#FFF !important
}

/* Contact Form Ui Css 23-08-2023 */

.c_form label{
	color: #000;
	font-family: 'Poppins';
	font-size: 16px;
	font-weight:400;
	width:100%;
	padding-bottom:10px
}
.c_form label input{
	width:100%;
	border-radius: 6px;
	border: 1px solid #C6C6C6;
	min-height:50px
}
.c_form label textarea{
	width:100%;
	border-radius: 6px;
	border: 1px solid #C6C6C6;
}
.c_form input[type="submit"]{
	display: inline-flex;
	padding: 11px 60px;
	align-items: flex-start;
	border-radius: 6px;
	background: #BF9474;	
	margin-top:0;
	font-weight:700;
	font-family: 'DM Sans';
	font-size: 20px;
}
