/*
Theme Name: Stoni Child
Author: WebGeniusLab
Author URI: http://webgeniuslab.net
Description: -
Version: 1.0
Template: stoni
Text Domain:  stoni-child
*/

body #main {
    padding: 0;
}

.side_panel .side_panel_inner {
    background-color: #646567 !important;
}

#side-panel.side-panel_open .side-panel_close {
    background-color: #EC7325;
}

.primary-nav > ul > li > a {
    text-transform: uppercase;
}

body .side_panel .side_panel-toggle-inner span {
    display: none;
}

.side_panel-toggle-inner:before {
    content: '@';
    font-size: 26px;
    line-height: 1;
}


#wpcf7-f1931-o1 input[type=text], #wpcf7-f1931-o1 input[type=email], #wpcf7-f1931-o1 textarea {
    color: #fff;
}

.wpcf7-list-item {
    margin: 0;
}

span.wpcf7-list-item-label {
    font-size: 14px;
    display: inline-block;
    width: calc(100% - 20px) !important;
}

input[type="checkbox"] {
    display: inline-block;
    float: left;
    width: auto !important;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit {
    margin-top: 0;
    background-color: #EC7325;
    border-color: #EC7325;
    color: #fff;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit:hover {
    background-color: #0081C5;
    border-color: #0081C5;
}

.wgl-infobox_wrapper.elementor-icon-box-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

body .footer_top-area p {
    margin-bottom: 0;
}

.service-item_subtitle {
    max-width: 450px;
    padding: 0 20px;
}

.wgl-striped-services .service-item, .wgl-striped-services .service-item_link {
    position: relative;
}

.wgl-striped-services .service-item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(49,49,49, 0.55);
}

body .page-header_title {
  text-transform: none;
}

ul.elementor-icon-list-items li:before {
    content: none;
}

#ct-ultimate-gdpr-cookie-open {
    line-height: 1;
}


body .elementor-widget .elementor-icon-list-item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.elementor-widget .elementor-icon-list-icon {
    padding-top: 12px;
}

.single #main-content > .blog-post {
    padding-top: 60px;
}

body.woocommerce #main {
    padding: 50px 0;
}

div#woocommerce_product_search-1 {
    padding-top: 0;
    min-width: 300px;
    margin-right: 40px;
}

.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
    margin: 0 !important;
}

.wgl-woocommerce-sorting {
    padding-bottom: 20px;
}

.devis-form {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
    z-index: 999999;
    display: none;
}

.opened {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.devis-form form.wpcf7-form {
    background-color: #fff;
    padding: 50px;
    border-radius: 20px;
    max-width: 500px;
    position: relative;
}

.devis-form a.close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    font-size: 24px;
}

a#devis-btn {
    margin-top: 20px;
    background-color: #ec7325;
}

a#devis-btn:hover {
    background-color: #0081C5;
}

.product_meta_share {
    border-top: 1px solid rgba(77, 77, 77, 0.1);
    margin-top: 30px;
    padding-top: 20px;
}

.video-wrapper {
    text-align: center;
    clear: both;
    padding-top: 30px;
    padding-bottom: 30px;
}

.video-wrapper video {
   border: 1px solid rgba(77, 77, 77, 0.1);
   padding: 5px; 
   max-width: 100%;
}

body .related.products {
    padding-top: 40px;
    clear: both;
}

body #main {
    min-height: unset;
}

@media only screen and (max-width: 1440px) {
    body .primary-nav > ul > li > a {
        padding: 0 12px;
    }
}

@media only screen and (max-width: 1024px) {
    .elementor-reverse-tablet .elementor-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }
    
}

@media only screen and (max-width: 768px) {
    div#woocommerce_product_search-1 {
        margin-right: 0px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 670px) {
    #footer {
        padding-bottom: 50px;
    }
}

@media only screen and (max-width: 600px) {
    body .wgl-woocommerce-sorting form.woocommerce-ordering {
        width: auto;
    }
}

.bf-stars{
    display:flex;
    gap:8px;
    justify-content: center;
}

.bf-stars__star{
    width: 16px;
    height: 16px;
}

.entry-summary .bf-stars{
    justify-content: flex-start;
}

.bf-stars-description{
    margin-top:8px;
}