/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/
.rtl.woocommerce div.product form.cart table td {
    padding-right: 15px;
    text-align: right;
}
.rtl.woocommerce div.product form.cart table td .label-tag.checkbox {
    display: block !important;
    margin-bottom: 10px;
}
.rtl.woocommerce table.extra-options input[type=checkbox]{
    margin-top: 3px;
}
.rtl.woocommerce table tbody tr:hover>td,
.rtl.woocommerce table tbody tr:hover>th,
.rtl.woocommerce table tbody td:hover,
.rtl.woocommerce table tbody td,
.rtl.woocommerce table tbody>tr:nth-child(odd)>td,
.rtl.woocommerce table tbody>tr:nth-child(odd)>th{
    background-color: transparent;
    border: none;
}
.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered{
    text-align: right;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow{
    left: 10px;
}
button.single_add_to_cart_button{
    height: 42px;
}
.extra-options label{
    display: block;
    padding-bottom: 10px;
}

.tutorials iframe{
    width: 100% !important;
    height: auto !important;
}
.product_cat_img{
    padding: 10px;
}