/* 
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
*/

.icon.dce-accordion-icon.accordion-icon-right i.far.fa-chevron-down {
    font-family: "Font Awesome 6 Pro" !important;
    margin-right: 20px;
}

h6.acc_head {
    margin: 0;
}

.slick-slider .slick-arrow {
    border: 1px solid #e76615;
    padding: 15px;
    color: #e76615;
    text-indent: -200px;
    overflow: hidden;
    border-radius: 100px;
}

.slick-slider .slick-arrow:before {
    color: #e76615;
}

.model_options {
    padding: 50px 15px;
}
.model_options .model_options_inner {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: stretch;
    align-items: start;
    gap: 20px;
}
.model_options .model_options_inner .model_option {
    border: 1px solid #CACACA;
    padding: 20px;
    border-radius: 6px;
}
.model_options .model_options_inner .model_option img {
    height: 250px;
    object-fit: cover;
    object-position: center center;
    border-radius: 6px;
    width: 100%;
    margin-bottom: 10px;
}
.model_options .model_options_inner h2 {
    font-size: 30px;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    text-align: center;
    margin-bottom: 25px;
}
.model_options .model_options_inner .model_option h3 {
    color: #000000;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    font-size: 18px;
}
.model_options .model_options_inner .model_option h5 {
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 25px;
}
.model_options .model_options_inner .model_option .product_description {
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    font-size: 16px;
}
.model_options .model_options_inner .model_option .product_description button {
    font-family: "Open Sans", Sans-serif;
    font-weight: 400;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: var(--e-global-color-primary );
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--e-global-color-primary );
    border-radius: 6px 6px 6px 6px;
    padding: 20px 40px 20px 40px;
    display: block;
    margin-top: 10px;
}
.model_options .model_options_inner .model_option .product_description button:hover {
    background-color: transparent;
    color: var(--e-global-color-primary );
    border-color: var(--e-global-color-primary );
}