/**
* 2006-2022 THECON SRL
*
* NOTICE OF LICENSE
*
* DISCLAIMER
*
* YOU ARE NOT ALLOWED TO REDISTRIBUTE OR RESELL THIS FILE OR ANY OTHER FILE
* USED BY THIS MODULE.
*
*  @author    THECON SRL <contact@thecon.ro>
*  @copyright 2006-2022 THECON SRL
*  @license   Commercial
*/

.page-header h1,
#manufacturer #main h1 {
    font-family: "Exo", sans-serif !important;
    font-size: 42px !important;
    line-height: 40px !important;
    color: var(--accent_purple) !important;
    font-weight: 600 !important;
}

#main #content.page-content h2 {
    font-size: 34px !important;
    line-height: 44px;
    color: var(--accent_vivid_tangerine);
    font-family: "Exo", sans-serif;
    font-weight: 600 !important;
    margin: 0;
}

#main #content.page-content h3 {
    font-size: 20px !important;
    line-height: 24px !important;
    color: var(--accent_purple);
    font-family: "Exo", sans-serif;
    font-weight: 600 !important;
    margin-bottom: 16px;
    text-transform: uppercase !important;
    margin-top: 16px;
}

#main #content.page-content h4 {
    font-size: 18px !important;
    line-height: 22px;
    color: var(--dark_blue) !important;
    font-family: "Exo", sans-serif;
    font-weight: 700;
    margin-bottom: 16px;
    margin-top: 16px;
}

#main #content.page-content {
    text-align: left;
    font-family: "Manrope", sans-serif;
    font-size: 18px;
    line-height: 24px;
    color: var(--dark_blue);
}

#content .elementor-widget-text-editor p {
    float: none !important;
}

#content p {
    font-family: "Manrope", sans-serif;
    font-size: 17px !important;
    font-weight: 500 !important;
    line-height: 22px !important;
    color: var(--dark_blue);
    margin: 0 !important;
}

#content li {
    font-family: "Manrope", sans-serif !important;
    font-size: 17px !important;
    line-height: 22px !important;
    color: var(--dark_blue) !important;
    margin-bottom: 12px;
    font-weight: 500;
}

#content li::marker {
    color: var(--accent_purple);
    font-weight: 600;
}
#cms #main .page-header {
    margin-bottom: 10px !important;
}
#cms #main .page-header h1 {
    margin: 0 !important;
}

#content ol{
    margin: 0!important;
}
#content h4.blog_h4{
    font-size: 28px !important;
    font-weight: 700 !important;
    line-height: 30px !important;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}
.elementor-section.elementor-section-boxed>.elementor-container {
    max-width: none
}

.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
    padding: 0;
}

#cms #main >.container,
#manufacturer #main {
    padding: 40px !important;
    background: white;
    border-radius: 20px;
    z-index: 99;
    position: relative;
}
#main .breadcrumb li a{
    opacity: 1;
}

#main .breadcrumb li a:last-child{
    opacity: 0.5;
}
#cms #top_column{
   padding-bottom: 20px!important;
}
#cms #main .bread_wrapper{
padding-bottom: 20px !important;
}
#cms #main #content {
    /*display: flex;*/
    /*flex-direction: column;*/
    /*gap: 60px;*/
}
#cms #main #content > div{
    display: flex;
    flex-direction: column;
    gap: 16px;
}

#cms main{
    overflow: hidden;
}
.meta_description{
    margin-bottom: 44px !important  ;
}

.table th {
    border-bottom: 1px solid #BDBDBD33 !important;
    color: var(--dark_blue);
    font-size: 20px !important;
    line-height: 24px !important;
    font-weight: 600 !important;
    font-family: "Manrope", serif;
}

body#cms.cms-id-2 #content.page-content h2,
body#cms.cms-id-3 #content.page-content h2,
body#cms.cms-id-4 #content.page-content h2,
body#cms.cms-id-5 #content.page-content h2,
body#manufacturer #content-wrapper h2 {
    font-size: 20px !important;
    line-height: 24px !important;
    color: var(--accent_purple);
    font-family: "Exo", sans-serif;
    font-weight: 600 !important;
    margin-bottom: 16px;
    text-transform: uppercase !important;
    margin-top: 60px;
}

#cms .text-body_1,
#manufacturer p,
#manufacturer li {
    font-size: 20px !important;
    font-weight: 400 !important;
    line-height: 24px !important;
    color: var(--dark_blue);
}

#manufacturer .redeem-guide {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}

#manufacturer .redeem-guide h1 {
    margin-bottom: 40px !important;
}

#manufacturer #content-wrapper {
    padding-bottom: 40px;
}

/*==========  Mobile First Method  ==========*/

/* Phones Portrait */

/* Phones Landscape */
@media only screen and (min-width : 320px) and (max-width : 767px) {
    .html_box_pro{
        padding: 20px;
    }
    #content h4 {
        font-size: 20px !important;
        line-height: 30px !important;
    }
    #content h3 {
        font-size: 28px !important;
        line-height: 36px !important;
    }
    #content ul li,
    #content ol li,
    #content ul li span,
    #content p {
        font-size:18px !important;
    }
}

/* Phones Portrait and Landscape */
@media only screen and (min-width : 320px) and (max-width : 767px) {
    #cms #wrapper #top_column {
        padding: 0 !important;
    }

    #cms #wrapper > .container {
        padding: 32px 16px 48px 16px !important;
    }

    #cms #main >.container {
        margin: 0px !important;
    }

    #cms #main .page-header h1 {
        display: block !important;
    }

    #cms .table th {
        font-size: 16px !important;
        line-height: 19px;
        font-weight: 700;
        padding: 16px 8px;
    }

    #cms .table td {
        font-size: 14px !important;
        line-height: 19px;
        font-weight: 500;
        padding: 8px 12px;
    }

    #manufacturer #wrapper {
        background: var(--back_light_purple)
    }

    #manufacturer .th_circle.ellipse-8,
    #manufacturer .th_circle.ellipse-5 {
        display: none;
    }

    #manufacturer .th_circle.ellipse-6 {
        left: -480px !important;
    }
    #manufacturer .th_circle.ellipse-7 {
        left: -250px !important;
    }

    #manufacturer #wrapper > .container {
        padding: 32px 16px 48px 16px !important;
    }
    #manufacturer #left-column,
    #manufacturer #top_column {
        display: none !important;
    }

    body#manufacturer #main h1 {
        display: block !important;
    }

    body#manufacturer .redeem-guide {
        margin-top: 0 !important;
    }

    .products-selection {
        margin-top: 0px !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) and (max-width : 991px) {
    #cms #wrapper #top_column {
        padding: 0 !important;
    }

    #cms #wrapper > .container {
        padding: 32px 16px 48px 16px !important;
    }

    #cms #main {
        padding: 0px !important;
    }

    #cms #main >.container {
        margin: 0px !important;
        padding: 20px !important;
    }

    #cms #main .page-header h1 {
        display: block !important;
    }

    #cms #main .page-content {
        margin-bottom: 0px;
    }

    #cms #main .page-content table {
        margin-bottom: 0px
    }

    #manufacturer #wrapper {
        background: var(--back_light_purple)
    }

    #manufacturer .th_circle.ellipse-8,
    #manufacturer .th_circle.ellipse-5 {
        display: none;
    }

    #manufacturer .th_circle.ellipse-6 {
        left: -480px !important;
    }
    #manufacturer .th_circle.ellipse-7 {
        left: -250px !important;
    }

    #manufacturer #wrapper > .container {
        padding: 32px 16px 48px 16px !important;
    }
    #manufacturer #left-column,
    #manufacturer #top_column {
        display: none !important;
    }

    body#manufacturer #main h1 {
        display: block !important;
    }

    body#manufacturer .redeem-guide {
        margin-top: 0 !important;
    }

    .products-selection {
        margin-top: 0px !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .head_action .acc_top .text {
        display: none !important;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) and (max-width : 1199px) {

}

/* Small and Medium Devices */
@media only screen and (min-width : 768px) and (max-width : 1199px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
    /*#cms #main > .container {*/
    /*    width: 1100px;*/
    /*}*/
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1300px) {
    /*#cms #main > .container {*/
    /*    width: 1200px;*/
    /*}*/
}
@media only screen and (max-width: 991px) {
    /* #cms #main > .container {
     padding:20px!important;
     margin: 0 20px !important;
    } */
}
