/* home */
.box__newletter .block_newsletter div.col-xs-12:first-child {
    margin-bottom: 10px;
}
.box__newletter .block_newsletter div.col-xs-12 {
    justify-content: left;
}
.block_newsletter form input[type="email"],
input#psgdpr_consent_checkbox_17
{
    background: #fff !important;
}


/* header */
.popup-over .popup-content li a{
    color: #1d252c;
}
.popup-over .popup-content li.current a, .popup-over .popup-content li a:hover{
    color: #f05023 !important;
}
.header-top .userinfo-selector {
    padding-right: 0;
    border: 0;
}
.header-top .userinfo-selector:before{
    content: none;
}
.header-top .userinfo-selector .user-info {
    display: none;
}
.header_logo img {
    max-width: 175px;
}
.leo-megamenu .navbar-nav > li.active > a, .leo-megamenu .navbar-nav > li:hover > a, .leo-megamenu .navbar-nav > li:focus > a{
    font-weight:bold;
}
body#index .header__button--wishlist .ap-btn-wishlist .ap-total-wishlist, #_desktop_cart .cart-products-count,
.header__button--wishlist .ap-btn-wishlist .ap-total-wishlist{
    color: #f05023 !important;
}
.off-canvas-nav-megamenu .mega-col {
    padding-left: 5px;
    padding-right: 5px;
}
.off-canvas-nav-megamenu .dropdown-sub .menu-title {
    display: none;
}
.off-canvas-nav-megamenu .dropdown-sub ul {
    padding: 0 !important;
}
.off-canvas-nav-megamenu .dropdown-menu ul li > a {
    padding-left: 0;
}


/* menu widgets */
.header-top section.dark .dropdown-menu-inner a {
    color: #1d252c;
}
.header-top section.dark .dropdown-menu-inner a:hover {
    color: #f05023;
}
.header-top section.dark .mega-col:only-child .menu-title.back {
    display: none;
}
.header-top section.dark .leo-megamenu .widget-subcategories:only-child {
    margin: 0;
}
ul.nav.navbar-nav.megamenu.horizontal .widget-products .product-miniature.js-product-miniature:first-child {
    margin-top: 0;
}


/* product list */
.product_list.list .thumbnail-container .product-image{
    width: 20%;
}
.product_list.list .thumbnail-container .product-meta {
    width: 80%;
}
.product-miniature .product-flags .product-flag.discount {
    color: var(--sale-badge-color);
    background: #f05023;
}
.product-miniature .thumbnail-container .product-image .product-thumbnail img {
    width: 100%;
}
.product-miniature .thumbnail-container .category {
    opacity: 0.5;
    line-height: 19px;
    font-size: 15px;
    padding-right: 10%;
}
.product-flags .product-flag.new {
    background: #f05023;
}
.product-miniature .thumbnail-container .product-price-and-shipping {
    font-size: 16px;
    font-weight: 800;
    justify-content: end;
    flex-direction: column-reverse;
}
.product-miniature .thumbnail-container .product-price-and-shipping span {
    line-height: 21px;
}
.thumbnail-container .product-title {
    margin-bottom: 5px;
}
button.btn.btn-product.add-to-cart.leo-bt-cart {
    background: #f05023;
}
button.btn.btn-product.add-to-cart.leo-bt-cart:hover {
    background: #1d252c;
}
.cssload-speeding-wheel{
    color: #fff;
}
li.product-flag.out_of_stock {
    background: #f1f1f1;
}
.block-category-inner .category-cover {
    display: none;
}
div#js-product-list-footer div#category-description {
    margin: 25px 0 0 0;
}


/* category list */
#subcategories {
    background: #f1f1f1;
    padding: 10px 0;
    margin: -80px 0 50px;
    float: left;
}
#subcategories ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
#subcategories ul li {
    width: 110px;
} 
#subcategories ul li .subcategory-image{
    padding:  0; 
}
#subcategories ul li h5 {
    display: none;
}
#subcategories ul li .subcategory-image a{
    border-color: transparent;
    border-radius: 100%;
    overflow: hidden;
}


/* content */
aside#notifications {
    display: none;
}
.breadcrumb-bg:has(nav.breadcrumb li:only-child) {
    min-height: 250px !important;
}
nav.breadcrumb li:only-child{
    display: none;
}
body#checkout .custom-checkbox label {
    margin: 0;
}
form section .form-informations {
    margin-top: 20px;
}
#wrapper .breadcrumb-bg {
    max-height: 35vh;
    min-height: 35vh;
}
#wrapper .breadcrumb li{
    min-height: 38px;
}
#wrapper .breadcrumb li a, #wrapper .breadcrumb li::after{
    color:#f5f5f5;
}
#wrapper .breadcrumb {
    text-shadow: -1px 0px 1px rgb(0 0 0 / 20%);
}
#wrapper .breadcrumb li:last-child{
    color:#fff;
    font-weight: bold;;
}

#search_filters .facet .facet-label .color {
    border-radius: 100%;
    overflow: hidden;
    width: 22px;
    aspect-ratio: 1 / 1;
    height: 22px;
    border: 0;
}
label.facet-label span.custom-checkbox:has(span.color.texture) input, label.facet-label span.custom-checkbox span.color.texture {
    margin: 0;
}
#search_filters .facet .facet-label .custom-checkbox, #search_filters .facet .facet-label .custom-radio {
    top: 0;
    margin-right: 0;
}



/* checkout */
body#checkout section.checkout-step.js-current-step .step-title .step-number {
    background: #f05023;
}
body#checkout #cart-summary-product-list .media-body .product-name a {
    font-weight: 500;
    color: var(--text-color);
}
body#checkout #gift_message textarea, body#checkout #delivery textarea {
    padding: 5px 10px;
}
.product-line-grid-body .attributes {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    row-gap: 5px;
}
.attributes .product-line-info {
    width: 48%;
    line-height: 22px;
}
.attributes .product-line-info span{
    font-size: 14px;
}
.block-promo .promo-code-button {
    padding-left: 0;
}
body#checkout section.checkout-step .forgot-password{
    margin-left:0;
}



/* sidebar */
#left-column div#search-blog {
    display: none;
}




/* blog */
#blog-listing .share_button {
    display: none;
}





/* product */
#product-availability .alert.alert-warning {
    display: none;
}
section#main.product-detail .product-price {
    font-weight: 900;
}
section#main.product-detail .product-manufacturer *, section#main.product-detail .product-details *{
    font-size: 14px;
}
section#main.product-detail .product-manufacturer, section#main.product-detail .product-details p{
    margin-bottom: 0;
    line-height: 1.3;
}
section#main.product-detail .product-details {
    display: flex;
    gap: 10px;
    margin-bottom: 5px;
}
.description-short p {
    font-size: 14px;
}
.sizechart {
    display: none;
}
section#main.product-detail .product-features {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 40px;
    row-gap: 5px;
}
section#main.product-detail .product-features .feature {
    flex: 0 45%;
    font-size: 15px;
}
section#main.product-detail .product-features .feature .title{
    font-weight:bold;
}
section#main.product-detail .product-features .feature .value{
    color: #f05023;
}
li.nav-item:has(a[aria-controls="product-details"]) {
    display: none !important;
}
.tax-shipping-delivery-label {
    float: left;
    width: 100%;
}
#product .product-variants {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
#product .product-variants span {
    font-size: 15px;
}
#product .product-variants > .product-variants-item {
    width: calc(25% - 15px);
    margin: 0;
}
#product .product-variants > .product-variants-item:last-child {
    margin-bottom: 10px;
}
#product .product-variants > .product-variants-item select {
    width: auto;
    padding: 5px 33px 5px 15px;
}
#product .social-sharing {
    display: none;
}
#product .line .p-reference > div {
    margin-bottom: 0;
}
#product .product-price {
    font-size: 30px;
}
#product .line .productcats{
    display: none;
}
#product .product-variants > .product-variants-item {
    line-height: 1.4;
}
#product .product-actions .control-label{
    margin: 0 0 5px 0;
}
#product .product-quantity .w-full {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 15px;
}
#product .product-tabs.tabs {
    padding: 50px 0 0;
}
#product .images-container {
    padding: 0 25px;
}
#product .line {
    color: inherit;
}
.leo-modal-review .product_desc p:last-child {
    display: none;
}
.description-short {
    margin: 0 0 20px;
}
.description-short:empty {
    display: none;
}

button.btn.btn-secondary {
    background: #1d252c;
}



/* produtos relacionados */
.related_main_wrapper {
    margin-top: 50px;
    float: left;
    width: 100%;
}
.related_products {
    margin: 0;
}
.related_main_wrapper .related_wrapper_inner .related_products .title, .home_wrapper .related_wrapper_inner .related_products .title {
    padding: 0;
    display: flex;
    align-items: center;
    margin-bottom: 14px;
    justify-content: center;
}
.related_main_wrapper .related_wrapper_inner .related_products .title:before {
    content: "";
    border-top: 1px solid #e1e1e1;
    position: absolute;
    width: 100%;
    z-index: 0;
}

.related_main_wrapper .related_wrapper_inner .related_products .title h2:before {
    position: absolute;
    content: "";
    width: 120%;
    height: 100%;
    z-index: -1;
    margin: 0 -10%;
    background: #fff;
}
.related_main_wrapper .related_wrapper_inner .related_products .title h2, .home_wrapper .related_wrapper_inner .related_products .title h2 {
    border-bottom: 0 !important;
    line-height: 1.45;
    color: #2f2f2f;
    font-size: 18px;
    font-weight: 700;
    padding: 5px 30px;
    margin-bottom: 0;
    text-align: center;
    width: auto;
    position: relative;
    background: #fff;
}
.related_main_wrapper .related_wrapper_inner .related_products .title h2:after {
    position: absolute;
    content: "";
    width: calc(100% - 60px);
    height: 2px;
    background: #f26942;
    margin: 0 auto;
    left: 10%;
    right: 10%;
    bottom: 0;
    z-index: 1;
}
.related_main_wrapper .ps_new.rp_image .ps_new.image_overlay {
    float: left;
    height: 100%;
    position: relative;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}
.related_main_wrapper .ps_new.rp_image .ps_new.image_overlay img {
    height: 100%;
}
.related_wrapper_inner .related_products .owl-buttons div.owl-prev::after, .related_wrapper_inner .related_products .customNavigation a.prev::after,
.related_wrapper_inner .related_products .owl-buttons div.owl-next::after, .related_wrapper_inner .related_products .customNavigation a.next::after {
    margin-left: 0;
    margin-right: 0;
}
.related_wrapper_inner .related_products .owl-buttons div, .related_wrapper_inner .related_products .customNavigation a {
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.related_wrapper_inner .related_products .owl-buttons div.owl-prev:hover, .related_wrapper_inner .related_products .customNavigation a.prev:hover,
.related_wrapper_inner .related_products .owl-buttons div.owl-next:hover, .related_wrapper_inner .related_products .customNavigation a.next:hover {
    background-color: #f05023;
}
.related_wrapper_inner .btn-info:hover, .related_wrapper_inner .btn-info:active:hover, .related_wrapper_inner .btn-info:active:focus, .related_wrapper_inner .btn-info:active.focus, .related_wrapper_inner .btn-info.active:hover, .related_wrapper_inner .btn-info.active:focus, .related_wrapper_inner .btn-info.active.focus, .related_wrapper_inner .open > .btn-info.dropdown-toggle:hover, .related_wrapper_inner .open > .btn-info.dropdown-toggle:focus, .related_wrapper_inner .open > .btn-info.dropdown-toggle.focus {
    color: #fff;
    background-color: #1d252c;
    border-color: #1d252c;
}
.related_wrapper_inner .btn-info {
    color: #fff;
    background-color: #f05023;
    border-color: #f05023;
}
.related_main_wrapper .related_wrapper_inner .related_products .posts_block h3 a strong.rp_attribute {
    display: none;
}
.related_main_wrapper .related_wrapper_inner .related_products .posts_block h3, .home_wrapper .related_wrapper_inner .related_products .posts_block h3 {
    color: #1d252c;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    text-align: left;
    margin: 0;
    padding: 0;
}

.related_main_wrapper .related_wrapper_inner .related_products .posts_block h3 a, .home_wrapper .related_wrapper_inner .related_products .posts_block h3 a {
    color: #1d252c;
}
.related_main_wrapper .related_wrapper_inner .related_products .posts_block h3 a:hover, .home_wrapper .related_wrapper_inner .related_products .posts_block h3 a:hover {
    color: #f05023;
}
.rp_image {
    overflow: hidden;
}
.related_main_wrapper .related_wrapper_inner, .home_wrapper .related_wrapper_inner{
    border: 0;
}
.related_product_price {
    float: left;
    font-size: 16px;
    margin-top: 0;
    color: #f05023;
    font-weight: 800;
    line-height: 21px;
}
.related_main_wrapper .related_wrapper_inner .related_products .posts_block .item .bottom_block {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: end;
    justify-content: space-between;
}
.related_main_wrapper .related_wrapper_inner .related_products .posts_block .item .rp_content {
    display: flex;
    gap: 10px;
    margin: 15px 0;
    padding: 0;
    justify-content: space-between;
}
.related_main_wrapper .related_wrapper_inner .related_products .posts_block .item .rp_content:after {
    content: none;
}
.related_main_wrapper .btn-success {
    background-color: #1d252c;
    border-color: #1d252c;
}
.related_wrapper_inner .related_products .owl-buttons div.owl-prev, .related_wrapper_inner .related_products .customNavigation a.prev,
.related_wrapper_inner .related_products .owl-buttons div.owl-next, .related_wrapper_inner .related_products .customNavigation a.next{
    background-color: #1d252c;
}
.related_wrapper_inner .related_products .owl-buttons div{
    opacity: 1 !important;
}
#blockcart-modal .product-name {
    color: #1d252c;
}
#blockcart-modal .modal-body .divide-right p {
    color: #f05023;
}
.description-short span.label-content:not(:first-child) {
    display: none;
}



/* modal quick view */
.modal-body {
    padding: 25px;
}
div.modal.quickview .product-actions {
    margin: 20px 0 0 0;
}
div.modal.quickview .product-actions .product-variants {
    gap: 15px;
    row-gap: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
div.modal.quickview .product-actions .product-variants .product-variants-item {
    flex: 0 31%;
}
div.modal.quickview .product-prices {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 10px;
}
div.modal.quickview .modal-footer{
    display:none
}


/* cart */
#blockcart-modal .modal-header {
    background: #1d252c;
}
a.cart-dropdow-button.cart-dropdow-viewcart.btn.btn-primary.btn-outline{
    background: #1d252c;
}
a.cart-dropdow-button.cart-dropdow-viewcart.btn.btn-primary.btn-outline:hover{
    background: #f05023;
}
.block-promo {
    background: #f5f5f5;
    padding: 15px;
}
.block-promo .cart-summary-line .label, .block-promo .promo-name {
    font-weight: 700;
    color: #f05023;
    margin: 0 0 10px;
    padding: 0;
}
.block-promo .promo-code-button {
    padding-left: 0;
    margin: 0;
}
.block-promo .promo-code-button a {
    background: #1d252c;
    color: #fff !important;
    font-weight: 700;
    padding: 5px 10px;
    float: left;
    font-size: 14px;
}
.block-promo .promo-code-button a:hover {
    background: #f05023;
}
.block-promo .promo-code {
    padding: 10px 0 0;
    background: transparent;
}
.block-promo .promo-code form {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.block-promo .promo-input {
    flex: auto;
    border-radius: 4px;
    font-size: 14px;
}
.block-promo .promo-input + button {
    margin-top: 0;
    height: 40px;
}
a.collapse-button.promo-code-button.cancel-promo {
    margin: 10px 0 0;
}
body#checkout .custom-checkbox em {
    display: inline-table;
    font-size: 13px;
    line-height: 1.3;
    font-style: normal;
    opacity: 0.6;
}
body#checkout #delivery label {
    font-size: 14px;
    color: #444;
    font-weight: 400;
    text-align: left;
}
body#checkout #gift_message textarea, body#checkout #delivery textarea {
    font-size: 14px;
}
section#content-hook_order_confirmation .card-title .done {
    padding: 0;
    margin: 0 5px 0 0;
}

.-current span.step-number {
    background: #f05023 !important;
}

/* produto de oferta*/
body#cart li.cart-item {
    padding: 15px;
}
body#cart li.cart-item.product-offer {
    background: #f5f5f5;
}
body#cart li.cart-item.product-offer span.product-price, li.cart-item.product-offer .product-line-info.product-price{
    text-decoration-line: line-through;
}
li.cart-item.product-offer span.product-price, li.cart-item.product-offer .product-line-info.product-price{
    color: var(--theme-color-default) !important;
}
.leo-dropdown-cart-subtotals .value, .leo-dropdown-cart-total .value {
    text-align: right;
    line-height: 1.3;
}

.has-discount .discount{
    background-color: #f05023;
}



.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    background-color: #f05023;
}



/* footer */
footer a:hover {
    color: #f05023 !important;
}


#back-top {
    bottom: 41px;
    right: 110px;
}

a#whatsapp {
    transition: 0.2s all ease;
    align-items: center;
    background: #25D366;
    border-radius: 30px;
    position: fixed;
    display: flex;
    padding: 14px;
    bottom: 110px;
    right: 32px;
}
a#whatsapp>span {
    color: #fff;
    font-size: 13px;
    width: 0;
    opacity: 0;
    height: 0;
    overflow: hidden;
    float: left;
    line-height: 1.2;
    font-weight: 600;
    margin: -5px 0;
    transition: 0.2s all ease;
    max-height: 31px
}
a#whatsapp>img {
    height: 28px
}
a#whatsapp:hover {
    background: #075E54;
    right: 1.5rem
}
a#whatsapp.hover {
    background: #25D366;
    right: 1.5rem
}
a#whatsapp:hover>span,a#whatsapp.hover>span {
    width: 115px;
    opacity: 1;
    padding: 0 4px 0 10px;
    height: auto
}

div#widget-popup {
    background-image: url(/img/3d_configurator.png)!important;
    background-size: cover;
    transition: 0.1s all ease!important;
    bottom: 1.5rem!important;
    right: 1.5rem!important;
    z-index: 10!important;
    height: 75px!important;
    width: 75px!important;
    position: fixed;
}
div#widget-popup:hover {
    border: 2px solid #f05023
}

section.product-attachments h3 {
    margin-bottom: 25px;
}
.product-attachments .attachment {
    margin: 0 0 20px;
}

section.product-attachments {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}
section.product-attachments .attachment {
    width: calc(25% - 19px);
    min-width: 300px;
}
.product-line-grid-body > .product-line-info > a.label {
    line-height: 1.2;
}

#_desktop_cart .leo-dropdown-cart .leo-remove-from-cart i {
    color: #f05023;
}

.leo-more-cdown.in_detail{
    display: none;
}
.leo-cart-item-info .product-discount .discount-amount {
    display: none;
}
.thumbnail-container span.leo-compare-bt-content i.fa-solid.fa-arrows-rotate {
    display: none;
}

span.delivery-information {
    display: none;
} 


.home-simpleblog-grid {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: space-around;
}
.home-simpleblog-grid article.home-simpleblog-card {
    flex: 0 calc(25% - 15px);
}
.home-simpleblog-grid article.home-simpleblog-card a.home-simpleblog-image,
.row.simpleblog-posts .simpleblog-post-item .post-thumbnail a{
    margin: 0 0 10px;
    float: left;
    width: 100%;
    overflow: hidden;
}
.home-simpleblog-grid article.home-simpleblog-card a.home-simpleblog-image:hover img,
.row.simpleblog-posts .simpleblog-post-item .post-thumbnail a:hover img{
    scale: 1.1;
    transition: 0.2s all ease;
}
.home-simpleblog-grid article.home-simpleblog-card h3 {
    line-height: 1.3;
}
.home-simpleblog-grid article.home-simpleblog-card p {
    line-height: 1.3;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.home-simpleblog-grid article.home-simpleblog-card .home-simpleblog-meta {
    display: flex;
    justify-content: space-between;
}
.home-simpleblog-grid article.home-simpleblog-card .home-simpleblog-meta a {
    font-weight: 700;
}


.home-simpleblog-head {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px 0 0 0;
}
.home-simpleblog-head a {
    position: initial;
    width: auto;
    height: 45px;
    padding: 0 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f05023;
    color: #fff;
    text-transform: none;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    border-radius: 4px;
    margin-left: 10px;
    transition: 0.3s all ease;
}
.home-simpleblog-head a:hover{
    background-color: #1d252c;
}




body#module-ph_simpleblog-list #main .page-header {
    display: none;
}
.row.simpleblog-posts {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    row-gap: 25px;
}
.row.simpleblog-posts .simpleblog-post-item .post-thumbnail {
    margin: 0 0 10px;
}
.row.simpleblog-posts .simpleblog-post-item h2 {
    line-height: 1.3;
    font-size: 18px;
}
.row.simpleblog-posts .simpleblog-post-item .post-content {
    line-height: 1.3;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.post-additional-info.post-meta-info div:has(>.post-comments) {
    display: none;
}


body#module-ph_simpleblog-single section#content{
    padding: 0;
}
body#module-ph_simpleblog-single #main .page-header {
    margin-bottom: 25px;
}


#wrapper .breadcrumb-bg {
    margin-bottom: 50px;
}



body#cms header.page-header {
    display: none;
}

.products-sort-order .dropdown-menu{
    width: auto;
}
.products-sort-order .select-list {
    text-wrap-mode: nowrap;
}
#produtos-por-categorias .elementor-inner-section .elementor-widget-container:has(>.elementor-heading-title.elementor-size-default),
.products .thumbnail-container .functional-buttons .btn-product,
.products .thumbnail-container .functional-buttons .quick-view {
    display: flex;
    align-items: center;
    background: #ffffff9c;
    justify-content: center;
    backdrop-filter: blur(4px);
    padding: 10px 25px !important;
}

.leo-dropdown-bottom{
    bottom:0;
}

@media (max-width: 479px) {
    .products .thumbnail-container {
        display: grid;
        grid-template-columns: calc(45% - 5px) calc(55% - 5px);
        grid-gap: 10px;
    }
    .products .thumbnail-container .button__group {
        display: none;
    }
    .products .thumbnail-container .product-title a {
        -webkit-line-clamp: 3;
        line-height: 22px;
    }
    .products .thumbnail-container .functional-buttons {
        display: flex;
        align-items: flex-end;
        justify-content: center;
        bottom: 0;
        right: 0;
        left: 0;
        flex-direction: row !important;
        padding: 10px;
    }
    div#thumb-gallery:has(.thumb-container:only-child) {
        display: none !important;
    }
}

@media (min-width: 480px) {
    .products-sort-order .select-title {
        min-width: 263px;
        padding: 10px 20px;
    }
}

/* responsive */
@media (max-width: 767px) {
    #product .product-variants > .product-variants-item {
        width: calc(50% - 10px);
    }
    .leo-dropdown-cart-content .leo-dropdown-list-item.active-scrollbar {
        overflow: auto;
        height: calc(100vh - 315px) !important;
        max-height: unset !important;
    }
    .elementor-widget-container:has(>div#_desktop_language_selector) {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .products-selection #btn_view_product{
        display: none;
    }
    .product-list-images-mobile .slick-arrows {
        display: none;
    }

    .home-simpleblog-grid article.home-simpleblog-card {
        flex: 0 100%;
    }
    .thumbnail-container .slick-dots{
        display: none;
    }
    section.product-attachments .attachment {
        width: 100%;
    }
    #wrapper .breadcrumb-bg {
        max-height: 18vh;
    }
    .products .thumbnail-container {
        float: left;
        max-width: 100%;
        align-items: center;
    }
    span#language-selector-label {
        display: none;
    }
    .elementor-element.elementor-widget-LeoModule:has(div#_desktop_language_selector), .elementor-element.elementor-widget-LeoModule:has(div#_desktop_language_selector) .language-selector-wrapper {
        width: 100%;
        text-align: center;
    }
    #_desktop_language_selector .popup-over .popup-content {
        right: auto;
        left: auto;
        margin-left: calc(50% - 126px / 2);
        margin-right: calc(50% - 126px / 2);
    }
}

@media (max-width: 990px) {
    #product .product-tabs.tabs {
        padding: 20px 0 0;
    }
    .related_wrapper_inner .related_products .owl-buttons div.owl-prev, .related_wrapper_inner .related_products .customNavigation a.prev {
        left: 0;
        right: auto !important;
    }
    #blockcart-modal .col-xs-7 span, #blockcart-modal .col-xs-7 br {
        display: none !important;
    }
    .home-simpleblog-grid article.home-simpleblog-card {
        flex: 0 calc(50% - 15px);
    }

    .leo-cart-item-info .product-name{
        line-height: 1.3;
    }
    #_desktop_cart .leo-dropdown-cart .leo-dropdown-cart-item .product-name a {
        font-size: 15px;
    }
    body#checkout section.checkout-step .payment-options .payment-option label{
        text-ali
    }
}

@media (min-width: 990px) {
    .breadcrumb-full > .container {
        margin: auto auto 5vh;
    }
    .navbar-header .navbar-toggler{
        color:#fff;
    }
    section#wrapper{
        margin-top:-80px;
    }
    .header-top:not(.header-scroll){
        background: rgba(0, 0, 0, 8.5);
        background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0.85) 25%, rgba(0, 0, 0, 0) 100%);
        background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0.85) 25%, rgba(0, 0, 0, 0) 100%);
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.85) 25%, rgba(0, 0, 0, 0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
    }
    .header-top:not(.header-scroll) section.dark a, .header-top:not(.header-scroll) .elementor-widget-LeoModule i, .header-top:not(.header-scroll) .icon__search{
        color: #fff;
    }
    .header-top section.dark .dropdown-menu-inner a, .header-top section.dark .leo-dropdown-cart-item a{
        color: #1d252c;
    }
    .header-top:not(.header-scroll) #_desktop_cart .header i, .header-top:not(.header-scroll) #_desktop_cart .header a i, .header-top:not(.header-scroll) .icon__search{
        color: #fff !important;
    }
    .header-top:not(.header-scroll) #_desktop_cart .header:hover i, .header-top:not(.header-scroll) #_desktop_cart .header a:hover i, .header-top:not(.header-scroll) .icon__search:hover{
        color: var(--theme-color-default) !important;
    }

    .header-top:not(.header-scroll) .header_logo img.white, .box__search .header_logo img{
        display: block !important;
    }
    .header-top:not(.header-scroll) .header_logo img{
        display: none;
    }
}
@media (min-width: 1000px) {
    .related_wrapper_inner .related_products .owl-buttons div.owl-prev, .related_wrapper_inner .related_products .customNavigation a.prev {
        right: -93% !important;
    }
}
@media (min-width: 1500px) {
    .container {
        width: 1695px;
    }
}
@media (min-width: 1900px) {
    .container {
        width: 1800px;
    }
}