/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
.home a{text-decoration:none;}
.home a:hover{text-decoration:none;}
.comments-area a, .page-content a{text-decoration:none;}

/*home product carousel*/
@media (max-width: 767px) {
	.home-product-carousel .owl-stage .owl-item .ue-item{margin:0 auto;}
}

@media (min-width: 768px) {
	.home-product-carousel .owl-stage .owl-item .ue-item{}
}



/*product*/
.single-product .price-on-product-page{direction:ltr;}

/*woocommerce*/
.rtl .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1{float:right;}
.rtl .woocommerce .col2-set .col-2, .rtl .woocommerce-page .col2-set .col-2{float:left;}

/*footer*/
.footer-form{display:flex;flex-direction:column;}
.footer-form-row{display:flex;flex-direction:row;}
.footer-form-cell{padding:10px;width:100%;}

.footer-form-row label{color:#ffffff;}
.footer-form-row input[type="text"],
.footer-form-row input[type="email"]{border:none;border-bottom:solid 2px #38215e;background-color:transparent;color:#ffffff;}
.footer-form-row textarea{border:none;border-bottom:solid 2px #38215e;background-color:transparent;color:#ffffff;height:100px;max-height:100px;}
.footer-form-row input[type="submit"]{border:none;background-color:#38215e;color:#ffffff;font-size:1.3em;}

.footer-form .wpcf7-response-output{color:#ffffff;}

footer ul{padding:0;margin:0;list-style-type:none;}
footer a{color:#ffffff !important;}
footer a:hover{color:#ffffff !important;}