/*font*/
.strong {
    font-weight: bold;
}
a {
    color: black;
}
/*font*/

/*buttons*/
.btn {
    padding: 2px 10px;
    border-radius: 200px;
    font-size: 15px;
}
.btn-big {
    font-size: 22px;
    padding: 5px 20px 10px 20px;
    line-height: 22px;
}
.btn-red-primary {
    color: white;
    background: #be0613;
}
.btn-red-secondary {
    color: #be0613;
    background: white;
}
.btn-blue-primary {
    color: white;
    background: #193d80;
}
.btn-blue-secondary {
    color: #193d80;
    background: white;
}
.btn-green-primary {
    color: white;
    background: #478036;
}
.btn-grey-primary {
    color: black;
    background: #979797;
}
.green-button {
    background: #478036;
    color: white;
    border: none;
    font-size: 20px;
    padding: 10px 20px;
}
/*buttons*/

/*spaces*/
.m-top-50 {
    margin-top: 50px;
}
.m-bottom-50 {
    margin-bottom: 50px;
}
.margin_20_0 {
    margin: 20px 0;
}
.p-left-50 {
    padding-left: 50px;
}
/*spaces*/

body,
#main {
    position: relative;
}
body.disable::after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999;
}
.align-right {
    text-align: right;
}
section {
    padding: 60px 0;
    overflow: hidden;
}
#topbar {
    background-color: #f5f4f3;
}
#topbar i::before {
    padding-right: 10px;
    font-size: 20px;
}
#topbar .social-icons i::before {
    font-size: 15px;
}
#topbar i {
    color: #3f3f3f;
}
#topbar .social-icons {
    margin-left: 20px;
}
#header {
    height: auto;
    flex-direction: column;
}
#header>div {
    /*flex-wrap: wrap;*/
    align-items: center;
    padding: 10px 0;
    position: relative;
}
#header #logo img {
    max-width: 200px;
}
#header.sticky #logo img {
    max-width: 150px;
}
#header.sticky>div {
    padding: 5px 0;
}
#header.sticky .header-right-box .usefull-link-box img {
    width: 35px;
}
#header.sticky .header-right-box .usefull-link-box img {
    width: 35px;
}
#header.sticky #toogle-search-box {
    height: 35px;
    width: 35px;
}
#header.sticky #toogle-search-box {
    height: 35px;
    width: 35px;
}
#header.sticky #toogle-search-box .bi-search::before {
    font-size: 15px;
    line-height: 12px;
}
#header.sticky #navbar a {
    font-size: 16px;
}
#header.sticky .header-right-box .contact-box>i {
    padding-bottom: 0;
}
#header.sticky .header-right-box .contact-box>div p {
    display: none;
}
#header.sticky .header-right-box .contact-box {
    align-items: center;
}
#header.sticky .header-right-box .usefull-link-box span {
    display: none;
}
#header .usefull-link-box {
    position: relative;
}
#search-box {
    position: relative;
}
#search-box form {
    display: flex;
}
#search-box input[type="text"] {
    width: 400px;
    padding: 10px 20px;
    border: 1px solid #a89a90;
    border-right: none;
}
#search-box button {
    background: #478036;
    color: white;
    border: none;
    padding: 0 20px;
}
#toogle-search-box {
    color: white;
    background: #478036;
    height: 50px;
    width: 50px;
    border-radius: 100%;
    line-height: 50px;
    text-align: center;
    font-size: 25px;
    cursor: pointer;
}
#search-box .search-popup {
    background: white;
    width: 100%;
    min-height: 200px;
    position: absolute;
    z-index: 999;
    padding: 10px 20px;
    border: 1px solid #234e60;
    margin-top: 25px;
    max-width: 100vw;
}
#search-box .search-popup::before {
    content: " ";
    border-style: solid;
    border-width: 15px 15px 15px 15px;
    border-color: transparent transparent #234e60 transparent;
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -15px;
}
#search-box .search-popup .search-separator {
    display: flex;
    align-items: center;
    margin: 10px 0;
}
#search-box .search-popup .search-separator span {
    font-size: 14px;
    color: #234e60;
    padding-right: 10px;
}
#search-box .search-popup .search-separator hr {
    color: #234e60;
    flex: 1;
    height: 2px;
}
#search-box .search-popup .results-list {
    display: flex;
    flex-wrap: wrap;
}
#search-box .search-popup .results-list .result-record {
    width: 50%;
    padding: 0px 10px;
    margin: 20px 0;
    display: flex;
    align-items: center;
}
#search-box .search-popup .results-list .result-record img {
    max-width: 50px;
    max-height: 50px;
    margin-right: 20px;
}
#search-box .search-popup .results-list .result-record span {
    font-size: 13px;
    line-height: 15px;
}
.header-right-box {
    display: flex;
}
.header-right-box .contact-box {
    display: flex;
    align-items: end;
}
.header-right-box .contact-box i {
    color: #008c25;
    padding-right: 10px;
    padding-bottom: 20px;
    font-size: 25px;
}
.header-right-box .contact-box div {
    display: flex;
    flex-direction: column;
}
.header-right-box .contact-box div p {
    margin: 0;
}
.header-right-box .usefull-link-box a {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 20px;
}
.header-right-box .usefull-link-box img {
    width: 50px;
    background: #478036;
    border-radius: 50px;
}
#navbar {
    width: 100%;
    background-color: #234e60;
}
#navbar ul {
    margin: 0 auto;
}
.navbar .dropdown ul {
    overflow-y: auto;
    max-height: 50vh;
    overflow-x: hidden;
}
#navbar a {
    color: white;
    font-size: 18px;
    text-transform: uppercase;
    padding: 5px 20px;
}
#navbar a i {
    font-size: 20px;
}
#navbar .has-megamenu {
    background-color: #478036;
}
#navbar .dropdown ul a {
    color: #234e60;
}
#banner {
    padding: 0;
    overflow: hidden;
}
#banner .img-background {
    max-width: 100%;
}
#banner .banner-box {
    height: 500px;
    display: flex;
    align-items: flex-end;
    background-size: cover;
    cursor: pointer;
    position: relative;
    padding: 30px;
}
#banner .banner-box>.banner-content {
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 30px;
}
#banner .banner-box>img {
    max-width: 100%;
    display: none;
}
#banner .banner-box .row {
    width: 100%;
}
#banner .banner-box .banner-content {
    text-align: right;
}
#banner .banner-box .image-box {
    display: flex;
    align-items: flex-end;
    padding-left: 50px;
}
#banner .divided {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#banner .divided .banner-box {
    text-align: center;
    padding: 20px;
    height: 240px;
}
#banner .promo-date {
    color: white;
    font-size: 19px;
    margin-bottom: 15px;
    margin-top: 5px;
}
#banner .banner-title-1 {
    color: white;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 35px;
    line-height: 40px;
}
#banner .banner-title-2 {
    color: white;
    font-size: 21px;
    font-weight: bold;
    line-height: 21px;
    font-style: italic;
}
#banner .banner-title-3 {
    color: white;
    font-size: 14px;
    margin-bottom: 35px;
    line-height: 40px;
}
#category .category {
    width: 10%;
    margin-bottom: 10px;
    text-align: center;
}
#category .category a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    line-height: 20px;
}
#category .category img {
    height: 35px;
    margin-bottom: 5px;
}
#category .category span {
    color: #478036;
    font-size: 14px;
}
#info {
    background: #234e60;
    padding: 20px 0;
}
#info > .container > .row {
    align-items: center;
}
#info .info-col {
    display: flex;
    align-items: flex-start;
    padding: 0 50px;
}
#info .info-col .content {
    color: white;
    padding-left: 15px;
}
#info .info-col .content .title {
    font-weight: bold;
    font-size: 22px;
}
#product {
    padding-bottom: 0;
}
#product .tab-header {
    display: flex;
    justify-content: center;
}
#product .tab-head {
    color: #234e60;
    margin: 0 20px;
    font-size: 25px;
    border-bottom: 3px solid white;
    cursor: pointer;
}
#product .tab-head.active {
    font-weight: bold;
    border-color: #478036;
}
#product .tab-content {
    display: none;
    padding: 40px;
    padding-bottom: 0;
}
#product .tab-content.active {
    display: block;
}
#product .swiper {
    padding: 0 10px 75px 10px;
}
#product .tab-content .swiper {
    padding-bottom: 0;
}
#product .swiper-slide {
    display: flex;
    align-items: flex-start;
    border: 1px solid black;
    box-shadow: 3px 3px 10px;
    padding: 10px;
    height: auto;
    align-self: stretch;
    width: 75% !important;
}
#product .swiper-slide>img {
    width: 100%;
    max-width: 200px;
    max-height: 200px;
    margin-right: 40px;
}
#product .swiper-slide .content>div:first-child img {
    width: 70px;
    float: right;
}
#product .swiper-slide .title {
    font-weight: bold;
    font-size: 18px;
    line-height: 0;
}
#product .swiper-slide .product-info {
    display: flex;
    align-items: center;
    margin-top: 15px;
    padding: 0;
}
#product .swiper-slide .product-info>img {
    max-height: 25px;
    max-width: 60px;
    margin-right: 5px;
}
#product .swiper-slide .product-info .content-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#product .swiper-slide .product-info .content-info .title {
    font-size: 10px;
    font-weight: normal;
    line-height: 12px;
}
#product .swiper-slide .product-info .content-info .value {
    font-size: 12px;
    line-height: 12px;
}
#product .swiper-slide .price-box {
    align-items: flex-end;
    margin-top: 15px;
    display: flex;
    flex-wrap: nowrap;
}
#product .swiper-slide .product-price {
    font-weight: bold;
    font-size: 18px;
    color: #478036;
    line-height: 18px;
    width: auto;
}
#product .swiper-slide .product-original-price {
    color: #636363;
    font-size: 12px;
    position: relative;
    width: fit-content;
    line-height: 12px;
    padding: 0 5px;
}
#product .swiper-slide .product-original-price::after {
    content: " ";
    top: 6px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #636363;
    position: absolute;
}
#product .swiper-slide .discount-info {
    color: #be0613;
    font-size: 10px;
    margin-top: 5px;
}
#product .swiper-slide .button-box {
    margin-top: 20px;
}
#product .swiper-slide .button-box .btn {
    font-size: 10px;
    width: 100%;
}
.swiper-pagination-bullet {
    background: white;
    border: 1px solid #3f3f3f;
    height: 10px;
    width: 10px;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    background: #3f3f3f;
}
#testimonials .title {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: bold;
}
#testimonials .header img {
    height: 35px;
    margin-bottom: 10px;
}
#testimonials .testimonial-list {
    margin-top: 20px;
}
#testimonials .resume-testimonies {
    border: 1px solid;
    padding: 10px;
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#testimonials .stars-empty {
    height: 25px;
    width: 138px;
}
#testimonials .stars-holder {
    position: relative;
    width: fit-content;
}
#testimonials .stars-holder .stars-completed {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    overflow: hidden;
}
#testimonials .stars-holder .stars-completed img {
    height: 25px;
    width: 138px;
}
#testimonials .resume-testimonies .subtitle {
    font-weight: bold;
}
#testimonials .resume-testimonies .image-e {
    width: 25px;
}
#testimonials .testimonies-slider {
    padding: 0 50px;
}
#testimonials .swiper-slide {
    align-self: stretch;
    height: auto;
    border: 1px solid black;
}
#testimonials .testimonial-box {
    padding: 15px;
    min-height: 145px;
}
#testimonials .testimonial-box .stars-holder {
    margin-bottom: 10px;
}
#testimonials .testimonial-box span {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 14px;
    display: block;
}
.swiper-button-prev::after,
.swiper-button-next::after {
    color: black;
    font-size: 20px;
    font-weight: bold;
}
.swiper-button-prev,
.swiper-button-next {
    height: 100%;
    top: 0;
    margin: 0;
    display: flex;
    align-items: center;
    background: transparent;
    width: 50px;
}
.swiper-button-prev {
    left: 0;
}
.swiper-button-next {
    right: 0;
}
#prod_cat .header .title {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 15px;
}
#prod_cat .header img {
    margin-bottom: 15px;
}
#prod_cat .cat-list {
    margin-top: 30px;
}
#prod_cat .cat-list .title {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 15px;
}
#prod_cat .cat-list img {
    max-width: 100%;
}
#prod_cat .cat-list .cat-reg {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
}
#prod_cat .cat-list .cat-reg .cat-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    box-shadow: 5px 5px 10px #ececec;
    padding: 20px 10px;
}
#prod_cat2 .header .title {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 15px;
}
#prod_cat2 .header img {
    width: 100px;
    margin-bottom: 15px;
}
#prod_cat2 .cat-list {
    margin-top: 30px;
}
#prod_cat2 .cat-list .title {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 15px;
}
#prod_cat2 .cat-list img {
    max-width: 100%;
}
#prod_cat2 .cat-list .cat-reg {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
}
#prod_cat2 .cat-list .cat-reg .cat-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    box-shadow: 5px 5px 10px #ececec;
    padding: 20px 10px;
}
#banner-middle img {
    max-width: 100%;
}
#news {
    background-color: #ebe8e6;
}
#news > .container > .header > .align-right {
    padding-right: 22px;
}
#news .header .title {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 15px;
}
#news .header img {
    width: 75px;
    margin-bottom: 15px;
}
#news .news-list {
    margin-top: 30px;
}
#news .news-list .title {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
}
#news .news-list .title a:hover {
    color: black;
}
#news .news-list .text {
    margin-bottom: 10px;
}
#news .news-list img {
    max-width: 100%;
}
#news .news-list .news-reg {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
}
#news .news-list .news-reg>a {
    text-align: center;
}
#news .news-list .news-reg .news-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    box-shadow: 5px 5px 10px #ececec;
    padding: 20px 10px;
}
#brands .header .title {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 30px;
}
#brands .brand-slider {
    padding-bottom: 75px;
}
#support {
    background: linear-gradient(90deg, #234e60 50%, #ebe8e6 50%);
    padding: 0;
    padding-top: 20px;
    margin: 60px 0 0;
}
#support > .container> .row > div:first-child {
    margin-top: 22px;
}
#support .support-lady {
    max-width: 100%;
}
#support .title {
    color: white;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
#support .subtitle {
    color: white;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 30px;
}
#support .support-info {
    color: white;
}
#support .support-info > div { 
    margin-bottom: 20px;
}
#support .support-info i {
    font-size: 30px;
}
#support .support-info .title {
    color: white;
    font-weight: normal;
    font-size: 14px;
    margin: 0;
    /*margin-top: 15px;*/
}
#support .support-info .bold {
    color: white;
    font-weight: bold;
    font-size: 18px;
}
#support .support-info .text {
    color: white;
}
#support .header .title {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 15px;
    color: #234e60;
}
#support .header img {
    width: 65px;
    margin-bottom: 15px;
}
#support .video-box {
    margin: 20px 0;
    position: relative;
    cursor: pointer;
    margin-left: 50px;
}
#support .video-box video {
    max-width: 80%;
}
#support .video-box>div {
    text-align: center;
}
#support .video-box img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#support .video-box img.active {
    display: none;
}
#newsletter {
    padding: 30px 0;
}
#newsletter .title {
    color: #478036;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}
#newsletter .text {
    line-height: 16px;
}
#newsletter form .input-button {
    display: flex;
}
#newsletter input[type="text"] {
    width: 400px;
    padding: 10px 20px;
    border: 1px solid #a89a90;
    border-right: none;
    max-width: 58%;
}
#newsletter button {
    background: #478036;
    color: white;
    border: none;
    padding: 0 20px;
}
#newsletter label {
    padding: 10px;
}
#newsletter img {
    max-width: 100%;
}
#footer {
    background: #234e60;
    padding: 30px 0 10px;
}
#footer .title {
    color: white;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}
#footer ul {
    list-style: none;
    padding: 0;
    color: white;
}
#footer .column-1 ul {
    columns: 2;
}
#footer .column-4 {
    color: white;
}
#footer .column-4 i {
    padding-right: 10px;
}
#footer .column-4 .social-icons {
    margin-top: 20px;
}
#footer a {
    color: white;
}
#footer .column-4 .social-icons span {
    color: white;
    font-weight: bold;
    padding-right: 20px;
}
#footer .column-4 .social-icons i {
    color: white;
}
#footer .copyright {
    color: white;
    text-align: left;
    font-size: 12px;
    padding-top: 10px;
}
#footer .img-buzina {
    height: 18px;
    margin-bottom: 10px;
    margin-left: 10px;
}
#footer .payment-methods {
    padding-top: 10px;
    color: white;
}
#footer .payment-methods img {
    background: white;
    border-radius: 5px;
    padding: 5px;
    height: 28px;
}
#megamenu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999;
}
#megamenu .column-left {
    background-color: white;
    width: 300px;
    display: flex;
    flex-direction: column;
    height: 100%;
}
#megamenu .column-left .logo-box {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ececec;
}
#megamenu .column-left .logo-box img {
    width: 170px;
}
#megamenu .column-left .logo-box i {
    font-size: 30px;
    cursor: pointer;
}
#megamenu .column-left .menu {
    flex: 1;
    overflow: auto;
    direction: rtl;
}
#megamenu .product-menu,
#megamenu .product-menu .submenu {
    list-style: none;
    font-size: 14px;
}
#megamenu .product-menu {
    margin-top: 30px;
    padding: 0;
    direction: ltr;
}
#megamenu .product-menu .submenu {
    display: none;
    width: calc(100vw - 300px);
    position: fixed;
    top: 0;
    left: 300px;
    background: white;
    padding: 30px 0;
    overflow: auto;
    background-repeat: no-repeat;
    background-position: top right;
}
#megamenu .product-menu div.submenu {
    height: 100%;
}
#megamenu .product-menu li {
    padding: 5px 30px;
}
#megamenu .product-menu li a {
    width: 100%;
    display: block;
}
#megamenu .product-menu>li:hover {
    background: #ebe8e6;
}
#megamenu .product-menu>li li:hover>a {
    text-decoration: underline;
    color: #478036;
}
#megamenu .product-menu>li:hover .submenu {
    display: block;
}
#megamenu .product-menu .submenu ul {
    list-style: none;
    margin-bottom: 10px;
}
.mobile-nav-toggle {
    color: black;
}
#megamenu .menu .submenu img {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    margin: 50px;
    margin-left: 350px;
    max-width: 400px;
}
#megamenu .menu .submenu li:hover>a img {
    display: block;
}
#megamenu .product-menu>li>a>img {
    margin-right: 5px;
    width: 20px;
}
#megamenu .product-menu>li {
    position: relative;
    padding: 8px 30px;
}
#megamenu .product-menu>li::after {
    content: "\f285";
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    position: absolute;
    right: 5px;
    top: 10px;
}
#megamenu .product-menu>li:hover>a {
    color: #478036;
}
#breadcrumb {
    background: #d0dadd;
    padding: 5px 0;
}
#breadcrumb span {
    font-size: 13px;
    color: black;
}
#breadcrumb span:last-child {
    color: #478036;
}
#breadcrumb a span:last-child {
    color: black;
}
#category-description {
    padding: 30px 0;
    background-image: linear-gradient(90deg, #ece8e7 33%, white 33%, white 36%, #faf8f9 36%);
}
#category-description.category-last-level {
    display: none;
}
#category-description .category-title {
    color: #478036;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}
#category-description .image-category {
    max-width: 100%;
}
#category-description .category-text {
    margin-top: 15px;
    line-height: 20px;
    color: black;
}
#category-description .product-cat-slider {
    display: flex;
    flex-wrap: wrap;
}
#category-description .product-cat-slider .product-cat-reg {
    width: 16.6%;
    padding: 10px;
    cursor: pointer;
    display: flex;
    flex-direction: column; 
}
#category-description .product-cat-slider img {
    max-width: 100%;
}
#category-description .product-cat-slider .cat-content {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: flex-start;
    padding: 10px;
    box-shadow: 5px 5px 10px #ececec;
    flex: 1;
}
#category-description .product-cat-slider .cat-content .title {
    font-weight: bold;
    width: 100%;
    font-size: 12px;
}
#category-description .product-cat-slider .prod-counter {
    color: white;
    background: #be0613;
    padding: 1px 5px;
    border-radius: 200px;
    font-size: 10px;
    align-self: flex-end;
}
#category-description .product-cat-slider .swiper-slide {
    box-shadow: 5px 5px 10px #ececec;
}
#category-brands .row {
    align-items: center;
}
#filter-section .filter-header {
    background-color: #234e60;
    padding: 5px 20px;
    color: white;
}
#filter-section .filter-header i {
    margin-right: 10px;
    font-size: 25px;
}
#filter-section .filter-header span {
    position: relative;
    top: -3px;
}
#filter-section .filter-column {
    padding: 20px;
    overflow: auto;
    height: 100%;
}
#filter-section .filter-box {
    border: 1px solid #234e60;
    border-radius: 10px;
    margin-bottom: 30px;
    overflow: hidden;
}
#filter-section .filter-box .title {
    display: flex;
    justify-content: space-between;
    padding: 5px 15px;
    background: #234e60;
    color: white;
}
#filter-section .filter-box .title .toogle-filter {
    background: white;
    padding: 1px 5px;
    color: #234e60;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
}
#filter-section .filter-box .title .toogle-filter.hide i::before {
    content: "\f282";
}
#filter-section .filter-box .options {
    padding: 10px;
    display: flex;
    flex-direction: column;
    color: black;
}
#filter-section .filter-close {
    float: right;
    cursor: pointer;
    margin-right: 5px;
}
#product-list .product-feature img {
    max-width: 200%;
}
#category-body .filter-header {
    display: none;
}
#category-body .filter-box {
    border: 1px solid #234e60;
    border-radius: 10px;
    margin-bottom: 30px;
    overflow: hidden;
}
#category-body .filter-box .title {
    display: flex;
    justify-content: space-between;
    padding: 5px 15px;
    background: #234e60;
    color: white;
}
#category-body .filter-box .title .toogle-filter {
    background: white;
    padding: 1px 5px;
    color: #234e60;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
}
#category-body .filter-box .title .toogle-filter.hide i::before {
    content: "\f282";
}
#category-body .filter-box .options {
    padding: 10px;
    display: flex;
    flex-direction: column;
    color: black;
}
#category-body .filter-box #slider-range {
    border: none;
    background: #234e6045;
    height: 2px;
    margin-left: 10px;
    margin-right: 5px;
    margin-top: 10px;
    margin-bottom: 5px;
}
#category-body .filter-box #slider-range .ui-slider-range {
    height: 2px;
    background: #234e60;
}
#category-body .filter-box #slider-range .ui-slider-handle {
    height: 10px;
    width: 10px;
    border: none;
    background: #234e60 !important;
    border-radius: 20px;
    top: -4px;
}
#category-body .order-box .left-box {
    display: flex;
}
#category-body .order-box .left-box>div {
    margin-left: 10px;
}
#category-body .order-box .left-box label {
    font-size: 12px;
    line-height: 26px;
}
#category-body .order-box .left-box .products-display {
    color: #8d8d8d;
    cursor: pointer;
    font-size: 18px;
}
#category-body .order-box .left-box .products-display.active {
    color: black;
}
#category-body .order-box {
    display: flex;
    justify-content: space-between;
}
#category-body .order-box .right-box {
    display: flex;
    justify-content: flex-end;
}
#category-body .order-box .right-box>div {
    margin-left: 15px;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 10px;
    cursor: pointer;
}
#category-body .order-box .right-box>div.active {
    background: #234e60;
    color: white;
}
#category-body .product-inline {
    margin-top: 30px;
    display: none;
}
#category-body .product-inline.active {
    display: block;
}
#category-body .product-inline .product-reg .product-title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
}
#category-body .product-inline .product-reg .product-title img {
    max-width: 100%;
}
#category-body .product-inline .product-reg {
    border: 1px solid black;
    padding: 20px;
    box-shadow: 5px 5px 10px #dadada;
    margin-bottom: 30px;
}
#category-body .product-inline .product-reg .product-info .product-features {
    display: flex;
    flex-direction: column;
    line-height: 14px;
}
#category-body .product-inline .product-reg .product-info>.col-4 {
    margin-top: 10px;
}
#category-body .product-inline .product-reg .product-info .title {
    font-size: 10px;
}
#category-body .product-inline .product-reg .product-info .value {
    font-size: 12px;
    font-weight: bold;
}
#category-body .product-right-column .sponsor img {
    max-width: 100%;
}
#category-body .product-right-column .price {
    color: #478036;
    font-size: 25px;
    font-weight: bold;
    text-align: right;
    line-height: 25px;
    margin-top: 20px;
}
#category-body .product-right-column .promo-price {
    color: #979797;
    text-align: right;
    font-size: 18px;
    line-height: 18px;
}
#category-body .product-right-column .promo-price span {
    position: relative;
}
#category-body .product-right-column .promo-price span::after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #979797;
    top: 50%;
    left: 0;
}
#category-body .product-right-column .promo-date {
    color: #be0613;
    font-size: 12px;
    text-align: right;
    margin-top: 15px;
    line-height: 14px;
}
#category-body .product-inline .product-reg .row-buttons .btn {
    width: 100%;
    border-radius: 10px;
}
#category-body .product-inline .product-reg .row-buttons .btn img {
    margin-right: 5px;
}
#category-body .product-inline .product-reg .available-icon {
    background: #478036;
    width: 30px;
    height: 30px;
    display: block;
    border-radius: 100%;
    float: right;
}
#category-body .pagination .count-results {
    text-align: center;
    font-size: 12px;
    font-weight: bold;
}
#category-body .pagination .number-pages {
    text-align: center;
    margin-top: 20px;
}
#category-body .pagination .number-pages a {
    width: 25px;
    display: inline-block;
    border-radius: 5px;
    line-height: 20px;
    text-align: center;
    color: black;
}
#category-body .pagination .number-pages a.active {
    background: #478036;
    color: white;
}
#category-body .product-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
    padding: 10px;
}
#category-body .product-list::after {
    content: "";
    width: 30%;
}
#category-body .product-list .product-reg {
    width: 30%;
    border: 1px solid black;
    padding: 20px;
    padding-top: 5px;
    box-shadow: 5px 5px 10px #dadada;
    margin-bottom: 30px;
    position: relative;
}
#category-body .product-list .product-reg .promo-tag {
    background-color: #be0613;
    color: white;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 12px;
    padding: 2px 15px;
}
#category-body .product-list .product-reg .sponsor img {
    max-width: 100%;
}
#category-body .product-list .product-reg .prod-image {
    text-align: center;
    margin-top: 20px;
}
#category-body .product-list .product-reg .prod-image img {
    max-width: 100%;
}
#category-body .product-list .product-reg .see-similars {
    border: 1px solid black;
    width: 85%;
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
    border-radius: 7px;
    padding: 3px;
    font-size: 15px;
    color: black;
}
#category-body .product-list .product-reg .title {
    font-size: 14px;
    line-height: 16px;
    color: black;
    font-weight: bold;
    margin-top: 15px;
}
#category-body .product-list .product-reg .row-price {
    margin-top: 15px;
}
#category-body .product-list .product-reg .price {
    color: #478036;
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
}
#category-body .product-list .product-reg .promo-price {
    color: #979797;
    font-size: 14px;
    line-height: 14px;
}
#category-body .product-list .product-reg .promo-price span {
    position: relative;
}
#category-body .product-list .product-reg .promo-price span::after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #979797;
    top: 50%;
    left: 0;
}
#category-body .product-list .product-reg a {
    width: 85%;
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-top: 15px;
    border-radius: 7px;
    padding: 3px;
    font-size: 16px;
}
#category-body .product-list .product-reg a.title {
    text-align: left;
    margin: 0;
    margin-top: 10px;
    width: 100%;
}
#category-body .product-list .product-reg a img {
    margin-right: 5px;
}
#category-body .product-list .row-sponsor .sponsor {
    text-align: right;
}
#category-body .product-list .row-sponsor .sponsor img {
    max-width: 100px;
    max-height: 25px;
}
#category-body .product-list .product-body .first-row {
    position: relative;
}
#category-body .product-list .product-body .first-row .available-icon {
    background: #478036;
    width: 20px;
    height: 20px;
    display: block;
    border-radius: 100%;
    position: absolute;
    right: 15px;
    bottom: 0;
}
#category-body .product-list .product-body .text-promo {
    display: none;
}
#category-body .product-list .product-body .block-features {
    display: none;
}
#category-body .product-list.product-inline .product-reg {
    width: 100%;
}
#category-body .product-list.product-inline .product-reg .row-sponsor {
    position: absolute;
    right: 25px;
    top: 20px;
}
#category-body .product-list.product-inline .product-reg .row-sponsor .promo-tag {
    display: none;
}
#category-body .product-list.product-inline .product-reg .product-content {
    display: flex;
}
#category-body .product-list.product-inline .product-reg .product-content .prod-image {
    width: 30%;
}
#category-body .product-list.product-inline .product-reg .product-content .product-body {
    width: 70%;
}
#category-body .product-list.product-inline .product-reg .title {
    font-size: 20px;
    width: calc(100% - 115px);
    line-height: 25px;
}
#category-body .product-list.product-inline .product-reg .row-price {
    display: flex;
    margin-top: 5px;
    margin-bottom: 15px;
}
#category-body .product-list.product-inline .product-body .block-features {
    display: flex;
}
#category-body .product-list.product-inline .product-reg .product-body .block-features .title {
    font-size: 12px;
    line-height: 16px;
    width: 100%;
    display: block;
    margin: 0;
}
#category-body .product-list.product-inline .product-reg .product-body .block-features .value {
    font-size: 13px;
}
#category-body .product-list.product-inline .product-reg .product-body .block-features .product-features {
    line-height: 16px;
}
#category-body .product-list.product-inline .row-buttons {
    justify-content: space-between;
    margin-top: 10px;
}
#category-body .product-list.product-inline .row-buttons>div {
    width: 30%;
}
#category-body .product-list.product-inline .product-body .text-promo {
    display: block;
    color: #be0613;
    font-size: 12px;
    width: 100%;
    text-align: center;
}
#category-body .button-show-filter-mobile {
    background-color: #234e60;
    color: white;
    text-align: center;
    padding: 5px 0;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    cursor: pointer;
}
#category-body .button-show-filter-mobile i {
    margin-right: 5px;
}
#category-body .button-show-order-mobile {
    background-color: #234e60;
    color: white;
    text-align: center;
    padding: 5px 0;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    cursor: pointer;
}
#category-body .button-show-order-mobile i {
    margin-right: 5px;
}
#category-body .order-mobile {
    display: none;
    border-bottom-left-radius: 10px;
    background: #234e60c9;
    border-bottom-right-radius: 10px;
    padding: 10px 20px;
    color: white;
}
#category-body .order-mobile .button-close {
    text-align: right;
    font-size: 22px;
    line-height: 22px;
    cursor: pointer;
}
#category-body .order-mobile input[type="checkbox"] {
    display: none;
}
#category-body .order-mobile input[type="checkbox"]+.checkbox-placeholder i {
    display: none;
    position: absolute;
    top: -5px;
    left: -2px;
    font-size: 16px;
}
#category-body .order-mobile input[type="checkbox"]:checked+.checkbox-placeholder i {
    display: block;
}
#category-body .order-mobile input[type="checkbox"]+.checkbox-placeholder {
    color: white;
    border: 1px solid white;
    width: 15px;
    height: 15px;
    position: relative;
    margin-right: 5px;
}
#category-body .order-mobile label {
    font-size: 10px;
    display: flex;
    margin-bottom: 5px;
}
#best-sellers {
    background-color: #ebe8e6;
    margin-bottom: 0;
}
#best-sellers .title {
    color: #478036;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}
#best-sellers .best-sellers-slider .cat-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}
#best-sellers .best-sellers-slider {
    margin-top: 50px;
    padding: 0 70px;
}
#best-sellers .best-sellers-slider img {
    max-width: 100%;
    height: 150px;
}
#best-sellers .best-sellers-slider .title {
    color: black;
    font-size: 14px;
    line-height: 18px;
}
#best-sellers .best-sellers-slider .price {
    color: #478036;
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
}
#best-sellers .best-sellers-slider .promo span {
    color: #979797;
    font-size: 14px;
    line-height: 14px;
    position: relative;
}
#best-sellers .best-sellers-slider .promo span::after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #979797;
    top: 50%;
    left: 0;
}
#best-sellers .best-sellers-slider .swiper-slide {
    text-align: center;
    background: white;
    height: auto;
    padding: 10px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#best-sellers .best-sellers-slider .swiper-button-prev,
#best-sellers .best-sellers-slider .swiper-button-next {
    top: 0;
    height: 100%;
    width: 50px;
    background-color: #ebe8e6;
}
#best-sellers .best-sellers-slider .swiper-button-prev::after,
#best-sellers .best-sellers-slider .swiper-button-next::after {
    color: black;
    font-size: 14px;
    font-weight: bold;
    background: white;
    padding: 10px;
    border-radius: 5px;
}
#best-sellers .best-sellers-slider .swiper-wrapper {
    align-items: stretch !important;
}
#support2 {
    background: linear-gradient(90deg, #ebe8e6 50%, #234e60 50%);
    padding: 0;
    padding-top: 20px;
    margin: 0 0 0;
}
#support2 .image-category {
    max-width: 100%;
}
#support2 .support-lady {
    max-width: 100%;
}
#support2 .title {
    color: white;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
#support2 .subtitle {
    color: white;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 30px;
}
#support2 .support-info {
    color: white;
}
#support2 .support-info i {
    font-size: 30px;
}
#support2 .support-info .title {
    color: white;
    font-weight: normal;
    font-size: 14px;
    margin: 0;
    margin-top: 15px;
}
#support2 .support-info .bold {
    color: white;
    font-weight: bold;
    font-size: 18px;
}
#support2 .support-info .text {
   color: white;
}
#support2 .header .title {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 15px;
    color: #234e60;
}
#support2 .header img {
    width: 65px;
    margin-bottom: 15px;
}
#support2 .category-title {
    color: #478036;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}
#support2 .category-text {
    margin-top: 25px;
}
#product-header .professional-label {
    font-size: 12px;
}
#product-header .product-image img {
    max-width: 100%;
    transition: 0.2s ease-in;
}
#product-header .product-image> :is(a) {
    width: 100%;
    max-width: 500px; 
    overflow: hidden;
}
#product-header .product-thumbnail-slider {
    margin-top: 20px;
}
#product-header .product-thumbnail-slider .swiper-slide img {
    max-width: 100%;
    cursor: pointer;
}
#product-header .product-title {
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 5px;
    margin-top: 12px;
}
#product-header .product-supplier img {
    max-width: 100%;
}
#product-header .product-reference {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 5px;
}
#product-header .product-evaluation {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 5px;
    display: flex;
}
#product-header .product-forum {
    font-size: 12px;
    color: #478036;
    margin-bottom: 5px;
    cursor: pointer;
}
#product-header .stars-empty {
    height: 12px;
    width: 65px;
}
#product-header .stars-holder {
    position: relative;
    width: fit-content;
    margin-right: 5px;
}
#product-header .stars-holder .stars-completed {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    overflow: hidden;
}
#product-header .stars-holder .stars-completed img {
    height: 12px;
    width: 65px;
}
#product-header .product-evaluation i {
    color: #d6a136;
    margin-top: 2px;
    margin-left: 3px;
}
#product-header .product-price {
    font-weight: bold;
    color: #478036;
    font-size: 25px;
}
#product-header .product-price-no-discount {
    padding-top: 8px;
}
#product-header .product-price-no-discount span {
    color: #898989;
    position: relative;
}
#product-header .product-price-no-discount span::after {
    content: " ";
    top: 50%;
    left: -5%;
    width: 110%;
    height: 1px;
    position: absolute;
    background: #898989;
}
#product-header .product-discount-date {
    font-size: 12px;
    padding-top: 12px;
    color: #be0613;
}
#product-header .product-feature>div img {
    max-width: 25px;
}
#product-header .product-feature .product-features {
    display: flex;
    flex-direction: column;
}
#product-header .product-feature .product-features .title {
    font-size: 12px;
}
#product-header .product-feature .product-features .value {
    font-size: 13px;
    font-weight: bold;
}
#product-header .product-buy-info>div:last-child {
    font-size: 12px;
    padding-left: 20px;
    color: #898989;
    line-height: 24px;
}
#product-header .stock-info {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
#product-header .stock-info .in-stock {
    font-size: 15px;
    margin-left: 30px;
    color: #ae221e;
    text-align: center;
    border-radius: 4px;
    width: 100%;
}
#product-header .product-quantity {
    display: flex;
    margin-top: 20px;
    align-items: flex-start;
    line-height: 28px;
    max-width: 120px;
    width: 100%;
    /*min-height: 30px;*/
}
#product-header .product-quantity button {
    width: 25%;
    background: #dbdbdb;
    border: none;
}
#product-header .product-quantity button:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
#product-header .product-quantity button:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
#product-header .product-quantity input {
    width: 50%;
    border: none;
    background: #ececec;
    text-align: center;
    -moz-appearance: textfield;
    line-height: 28px;
}
#product-header .product-quantity input::-webkit-outer-spin-button,
#product-header .product-quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
#product-header .btn-add-to-cart .btn {
    margin-top: 20px;
    width: 100%;
    margin-left: 25px;
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#product-header .btn-compare .btn {
    margin-top: 20px;
    width: 100%;
}
#product-header .btn-add-to-cart .btn img,
#product-header .btn-compare .btn img {
    padding-right: 5px;
}
#product-contact .product-contact {
    background: #dbdbdb;
    padding: 30px 10px;
}
#product-contact .product-contact h2 {
    font-size: 16px;
    font-weight: bold;
}
#product-contact .product-contact p {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 15px;
}
#product-contact .product-contact form input[type="text"],
#product-contact .product-contact form textarea {
    border: none;
    width: 100%;
    margin-bottom: 10px;
    padding: 5px;
    border-radius: 5px;
}
#product-contact .product-contact form .rgpd-text {
    line-height: 15px;
    font-size: 12px;
    display: flex;
    align-items: flex-start;
}
#product-contact .product-contact form .rgpd-text input {
    margin-right: 5px;
}
#product-contact1 .product-contact {
    background: #dbdbdb;
    padding: 30px 20px;
}
#product-contact1 .product-contact h2 {
    font-size: 16px;
    font-weight: bold;
}
#product-contact1 .product-contact p {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 15px;
}
#product-contact1 .product-contact form input[type="text"],
#product-contact1 .product-contact form textarea {
    border: none;
    width: 100%;
    margin-bottom: 10px;
    padding: 5px;
    border-radius: 5px;
}
#product-contact1 .product-contact form .rgpd-text {
    line-height: 15px;
    font-size: 12px;
    display: flex;
    align-items: flex-start;
}
#product-contact1 .product-contact form .rgpd-text input {
    margin-right: 5px;
}
#product-header .button-submit-form {
    background: #478036;
    color: white;
    width: 100%;
    margin-top: 30px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 5px;
}
#product-header .product-links {
    margin-top: 50px;
}
#product-header .product-links .title {
    font-weight: bold;
    font-size: 19px;
    margin-bottom: 20px;
}
#product-header .product-links .product-forum-link,
#product-header .product-links .product-video,
#product-header .product-links .product-social {
    text-align: center;
}
#product-header .product-links .product-forum-link>div:last-child,
#product-header .product-links .product-video>div:last-child,
#product-header .product-links .product-social>div:last-child {
    font-size: 14px;
    font-weight: bold;
}
#product-header .select-subproduct {
    background: unset;
    border: 1px solid #dbdbdb;
    padding: 5px 20px;
    cursor: pointer;
}
#product-header .select-mounted {
    background: unset;
    border: 1px solid #dbdbdb;
    padding: 5px 10px;
    cursor: pointer;
    max-width: 100%;
    margin-top: 20px;
    font-size: 12px;
    border-radius: 15px;
}
#product-accessories {
    background: #ece8e7;
    overflow: visible;
    padding-bottom: 0;
    margin-bottom: 215px;
    height: 225px;
}
#product-accessories .header .title {
    font-size: 18px;
    font-weight: bold;
}
#product-accessories .body {
    width: 100%;
    background: white;
    padding: 20px;
    /*position: absolute;*/
    margin-top: 20px;
}
#product-accessories .body .resume {
    text-align: right;
}
#product-accessories .body .resume .title {
    font-weight: bold;
    margin-bottom: 5px;
}
#product-accessories .body .resume .subtitle {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 5px;
}
#product-accessories .body .resume .saved {
    color: #be0613;
    font-weight: bold;
    margin-bottom: 10px;
}
#product-accessories .body .resume .price {
    color: #478036;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
#product-accessories .body .resume .button button {
    padding: 5px 30px;
    border-radius: 10px;
}
#product-accessories .body .resume .button img {
    margin-right: 5px;
}
#product-accessories .body img {
    max-width: 100%;
}
#product-accessories .body .list-products>div:first-child .price {
    color: #478036;
    font-size: 16px;
    font-weight: bold;
}
#product-accessories .body .list-products .box {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px;
    position: relative;
    box-shadow: 5px 5px 10px #ececec;
}
#product-accessories .body .list-products>div:first-child .box {
    box-shadow: unset;
}
#product-accessories .body .list-products .box .title {
    font-size: 12px;
    font-weight: bold;
    margin-top: 10px;
}
#product-accessories .body .list-products .box .price {
    font-size: 12px;
    color: #478036;
}
#product-accessories .body .list-products .box .promo {
    font-size: 12px;
    color: #898989;
    position: relative;
}
#product-accessories .body .list-products .box .promo::after {
    content: " ";
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #898989;
    position: absolute;
}
#product-accessories .body .list-products .box .promo-tag {
    background: #be0613;
    color: white;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 10px;
    padding: 3px 10px;
}
#product-accessories .body .list-products .box.green-box {
    background: #cbdab8;
}
#product-accessories .body .list-products .box::after {
    content: " + ";
    position: absolute;
    top: calc(50% - 20px);
    right: -35px;
    font-size: 40px;
    height: 30px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    border-radius: 10px;
}
#product-accessories .body .list-products .swiper-wrapper > .swiper-slide:last-child .box::after {
    display: none;
}
#product-accessories .body .list-products>div:first-child .box::after {
    background: #478036;
    color: white;
    right: -20px;
}
#product-accessories .acessory-slider {
    padding: 10px 0;
}
#product-components .component-record img {
    max-width: 100%;
}
#product-components .component-record .title {
    font-weight: bold;
    margin-top: 10px;
}
#product-components .component-record .text {
    font-size: 14px;
    line-height: 20px;
    margin-top: 5px;
}
#product-tabs {
    padding-bottom: 0;
}
#product-tabs .tab-headers {
    display: flex;
}
#product-tabs .tab-headers .tab-header {
    color: #9b9b9b;
    border: 1px solid #9b9b9b;
    flex: 1;
    text-align: center;
    border-right: none;
    font-weight: bold;
    padding: 10px 0;
    cursor: pointer;
}
#product-tabs .tab-headers .tab-header:first-child {
    border-top-left-radius: 10px;
}
#product-tabs .tab-headers .tab-header:last-child {
    border-right: 1px solid #9b9b9b;
    border-top-right-radius: 10px;
}
#product-tabs .tab-headers .tab-header.active {
    color: white;
    background: #234e60;
}
#product-tabs .product-tabs-body {
    background: #d3dddf;
}
#product-tabs .product-tabs-body .tab-bodies {
    padding: 50px 0;
}
#product-tabs .product-tabs-body .tab-bodies .tab-body {
    display: none;
}
#product-tabs .product-tabs-body .tab-bodies .tab-body.active {
    display: block;
}
#product-tabs .product-tabs-body .description-images img {
    max-width: 100%;
}
#product-tabs .product-tabs-body .description-images .prod-description-thumbnail {
    cursor: pointer;
}
#product-tabs .product-tabs-body .description-images .main-image {
    margin-bottom: 20px;
}
#product-tabs .video-title {
    font-weight: bold;
    margin-bottom: 10px;
}
#product-tabs .video-text {
    margin-bottom: 20px;
}
#product-tabs .video-video iframe {
    width: 100%;
    height: 500px;
}
#product-tabs .video-video video {
    max-width: 100%;
}
#product-tabs .forum-title {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 20px;
}
#product-tabs .forum-count span {
    font-size: 24px;
    font-weight: bold;
    padding-right: 10px;
}
#product-tabs .forum-showing {
    font-size: 12px;
}
#product-tabs .forum-showing span {
    font-weight: bold;
}
#product-tabs .search-forum {
    display: flex;
}
#product-tabs .search-forum input[type="text"] {
    width: 400px;
    padding: 10px 20px;
    border: 1px solid #a89a90;
    border-right: none;
    background: transparent;
}
#product-tabs .search-forum button {
    background: #478036;
    color: white;
    border: none;
    padding: 0 20px;
}
#product-tabs .forum-buttons {
    text-align: right;
}
#product-tabs .forum-add-question {
    background: white;
    color: #478036;
    border: 0;
    padding: 7px 40px;
    margin-bottom: 10px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: bold;
}
#product-tabs .forum-order-select {
    padding: 6px 13px;
    background: transparent;
    border: 1px solid #234e60;
    border-radius: 10px;
    font-size: 15px;
    cursor: pointer;
}
#product-tabs .forum-record .answers-button {
    font-weight: bold;
    text-align: right;
    font-size: 14px;
    align-self: center;
    cursor: pointer;
}
#product-tabs .forum-record .answers-button i {
    color: #478036;
}
#product-tabs .forum-record .question-box .question-title {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 15px;
}
#product-tabs .forum-record .question-box .question-text {
    font-size: 14px;
    margin-bottom: 15px;
}
#product-tabs .forum-record .question-box .question-meta {
    font-size: 14px;
}
#product-tabs .forum-record .question-box .question-meta span {
    font-weight: bold;
}
#product-tabs .forum-pagination {
    margin-top: 30px;
}
#product-tabs .forum-pagination .count-results {
    text-align: center;
    font-size: 12px;
    font-weight: bold;
}
#product-tabs .forum-pagination .number-pages {
    text-align: center;
    margin-top: 20px;
}
#product-tabs .forum-pagination .number-pages a {
    width: 25px;
    display: inline-block;
    border-radius: 5px;
    line-height: 20px;
    text-align: center;
    color: black;
}
#product-tabs .forum-pagination .number-pages a.active {
    background: #478036;
    color: white;
}
#product-tabs .forum-record .answers-list {
    padding: 20px;
    background: lightgray;
    display: none;
    font-size: 13px;
    margin-top: 20px;
}
#product-tabs .forum-record .answers-list .forum-meta {
    display: flex;
    margin-top: 10px;
}
#product-tabs .forum-record .answers-list .forum-meta span {
    font-weight: bold;
}
#product-tabs .forum-record .answers-list .forum-meta .usefull-forum {
    margin-left: 10px;
}
#product-tabs .forum-record .answers-list .answer-record {
    border: 1px solid darkgray;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 20px;
}
#product-tabs .forum-record .answers-list .forum-answer-button {
    color: #478036;
    font-size: 12px;
    cursor: pointer;
    margin-bottom: 5px;
}
#forum-answer-popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1000;
    width: 350px;
    max-width: 90vw;
    height: 500px;
    max-height: 90vh;
    transform: translate(-50%, -50%);
    overflow: auto;
    background: white;
    border: 1px solid #234e60;
    padding: 20px;
    border-radius: 10px;
}
#forum-answer-popup.open {
    display: block;
}
#forum-answer-popup input,
#forum-answer-popup textarea {
    border: 1px solid #234e60;
    border-radius: 5px;
    width: 100%;
    margin-bottom: 10px;
    padding: 5px 10px;
}
#forum-answer-popup button {
    border: none;
    color: white;
    border-radius: 5px;
    width: 100%;
    margin-bottom: 10px;
    padding: 5px 10px;
    background: #478036;
}
#forum-answer-popup .button-close-popup {
    float: right;
    cursor: pointer;
    font-size: 24px;
}
#forum-question-popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1000;
    width: 350px;
    max-width: 90vw;
    height: 500px;
    max-height: 90vh;
    transform: translate(-50%, -50%);
    overflow: auto;
    background: white;
    border: 1px solid #234e60;
    padding: 20px;
    border-radius: 10px;
}
#forum-question-popup.open {
    display: block;
}
#forum-question-popup input,
#forum-question-popup textarea {
    border: 1px solid #234e60;
    border-radius: 5px;
    width: 100%;
    margin-bottom: 10px;
    padding: 5px 10px;
}
#forum-question-popup button {
    border: none;
    color: white;
    border-radius: 5px;
    width: 100%;
    margin-bottom: 10px;
    padding: 5px 10px;
    background: #478036;
}
#forum-question-popup .button-close-popup {
    float: right;
    cursor: pointer;
    font-size: 24px;
}
#product-tabs .evaluation-title {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 20px;
}
#product-tabs .stars-empty {
    height: 12px;
    width: 65px;
}
#product-tabs .stars-holder {
    position: relative;
    width: fit-content;
    margin-right: 5px;
}
#product-tabs .stars-holder .stars-completed {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    overflow: hidden;
}
#product-tabs .stars-holder .stars-completed img {
    height: 12px;
    width: 65px;
}
#product-tabs .product-evaluation .product-total {
    font-size: 14px;
}
#product-tabs .product-evaluation .product-total span {
    font-size: 16px;
    font-weight: bold;
    color: #478036;
}
#product-tabs .product-evaluation .total-evaluations {
    font-size: 12px;
}
#product-tabs .evaluation-buttons {
    text-align: right;
}
#product-tabs .evaluation-add-question {
    background: white;
    color: #478036;
    border: 0;
    padding: 7px 40px;
    margin-bottom: 10px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: bold;
}
#product-tabs .evaluation-general .evaluation-number {
    font-size: 14px;
    font-weight: bold;
    display: flex;
    align-items: center;
}
#product-tabs .evaluation-general .evaluation-number img {
    width: 14px;
}
#product-tabs .evaluation-general .evaluation-placeholder {
    background: white;
    height: 20px;
    border-radius: 8px;
    position: relative;
}
#product-tabs .evaluation-general .evaluation-placeholder .evaluation-value {
    width: 90%;
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    background: #e8a225;
    border-radius: 8px;
}
#evaluation-question-popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1000;
    width: 350px;
    max-width: 90vw;
    height: 500px;
    max-height: 90vh;
    transform: translate(-50%, -50%);
    overflow: auto;
    background: white;
    border: 1px solid #234e60;
    padding: 20px;
    border-radius: 10px;
}
#evaluation-question-popup.open {
    display: block;
}
#evaluation-question-popup input,
#evaluation-question-popup textarea {
    border: 1px solid #234e60;
    border-radius: 5px;
    width: 100%;
    margin-bottom: 10px;
    padding: 5px 10px;
}
#evaluation-question-popup button {
    border: none;
    color: white;
    border-radius: 5px;
    width: 100%;
    margin-bottom: 10px;
    padding: 5px 10px;
    background: #478036;
}
#evaluation-question-popup .button-close-popup {
    float: right;
    cursor: pointer;
    font-size: 24px;
}
#evaluation-question-popup .stars-empty {
    height: 12px;
    width: 65px;
}
#evaluation-question-popup .stars-holder {
    position: relative;
    width: fit-content;
    margin-right: 5px;
}
#evaluation-question-popup .stars-holder .stars-completed {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    overflow: hidden;
}
#evaluation-question-popup .stars-holder .stars-completed img {
    height: 12px;
    width: 65px;
}
#evaluation-question-popup .form-evaluation-stars {
    display: flex;
    justify-content: center;
    padding-bottom: 15px;
}
#product-tabs .evaluation-result {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px;
}
#product-tabs .verified-client {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 14px;
    font-weight: bold;
}
#product-tabs .verified-client img {
    width: 16px;
    margin-right: 5px;
}
#product-tabs .evaluation-record .evaluation-meta {
    font-size: 14px;
    margin-bottom: 15px;
}
#product-tabs .evaluation-record .evaluation-meta span {
    font-weight: bold;
}
#product-tabs .evaluation-record .usefull-evaluation {
    font-size: 13px;
    margin-top: 15px;
}
#product-tabs .evaluation-record .usefull-evaluation .recomended {
    color: #478036;
    margin-left: 30px;
}
#product-tabs .evaluation-record .usefull-evaluation .recomended i {
    background: #478036;
    color: white;
    padding: 0px 3px;
    border-radius: 40px;
}
#product-tabs .articles-title {
    font-weight: bold;
    margin-bottom: 10px;
}
#product-tabs .articles-text {
    margin-bottom: 20px;
}
#product-tabs .news-list {
    margin-top: 30px;
}
#product-tabs .news-list .title {
    font-size: 17px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
    min-height: 85px;
}
#product-tabs .news-list img {
    max-width: 100%;
}
#product-tabs .news-list .news-reg {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
}
#product-tabs .news-list .news-reg .news-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    box-shadow: 5px 5px 10px #ececec;
    padding: 20px 10px;
    background: white;
}
#product-features {
    padding: 0;
    margin-top: 50px;
    width: 100vw;
    margin-left: calc( calc(100vw - 1295px) / -2);
    max-width: unset;
}
#product-features .feature-row {
    padding: 30px 0;
}
#product-features .feature-row:nth-child(odd) {
    background-color: #edf1f4;
}
#product-features .feature-row:nth-child(even) {
    background-color: transparent;
}
#product-features img {
    max-width: 100%;
}
#product-features .feature-row:nth-child(even) .change-side {
    flex-direction: row-reverse;
}
#product-features .feature-row .title {
    font-weight: bold;
    margin-bottom: 20px;
}
#product-features .feature-row table {
    border-radius: 10px;
    overflow: hidden;
}
#product-features .feature-row table tr {
    border-bottom: 1px solid white;
}
#product-features .feature-row table tr:last-child {
    border: none;
}
#product-features .feature-row table td {
    padding: 6px 20px;
}
#product-features .feature-row table td:first-child {
    background-color: #cecece;
    font-size: 15px;
    font-weight: bold;
}
#product-features .feature-row table td:last-child {
    background-color: #eaeaea;
    font-size: 15px;
}
#product-features .swiper-slide {
    display: none;
}
#product-features .swiper-slide.show {
    display: block;
}
#product-features .description-thumbnail-slider {
    margin-top: 20px;
}
#product-features .feature-word {
    text-transform: capitalize;
    text-decoration: underline;
    cursor: pointer;
}
#product-compare-similar {
    background: linear-gradient(180deg,
            rgb(234, 234, 234) 0%,
            rgb(234, 234, 234) 256px,
            rgb(255, 255, 255) 256px,
            rgb(255, 255, 255) 100%);
}
#product-compare-similar .title {
    font-weight: bold;
    margin-bottom: 30px;
}
#product-compare-similar .mobile-row>div {
    padding: 0;
}
#product-compare-similar .mobile-row .compare-slider .swiper-button-next {
    display: none;
}
#product-compare-similar table tr:first-child img {
    max-height: 130px;
}
#product-compare-similar table {
    font-size: 14px;
    line-height: 16px;
    width: 100%;
}
#product-compare-similar table tbody tr td {
    height: 40px;
    overflow: hidden;
    display: block;
    line-height: 16px;
}
#product-compare-similar table tbody tr:first-child td {
    height: 142px;
}
#product-compare-similar .current-product {
    background: #cbdab8;
    position: relative;
    border-top: 1px solid transparent;
    z-index: 999;
}
#product-compare-similar .current-product::after {
    content: "Produto Atual";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #478036;
    padding: 5px 0;
    color: white;
    font-weight: bold;
    text-align: center;
}
#product-compare-similar .best-seller {
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px 10px;
    background-color: #be0613;
    color: white;
    font-size: 12px;
    font-weight: bold;
}
#product-compare-similar table tr {
    border-bottom: 1px solid #cecece;
}
#product-compare-similar table td:nth-child(2) {
    background: #cbdab8;
    position: relative;
}
#product-compare-similar table tr:first-child td:nth-child(2)::after {
    content: "Produto Atual";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #478036;
    padding: 5px 0;
    color: white;
    font-weight: bold;
}
#product-compare-similar table tr:first-child td {
    border-top: 1px solid #cecece;
    text-align: center;
    position: relative;
}
#product-compare-similar table tr:first-child td:first-child {
    border-top: unset;
}
#product-compare-similar table td {
    padding: 5px;
    border-right: 1px solid #cecece;
}
#product-compare-similar table .evaluation {
    display: flex;
    font-size: 10px;
    align-items: flex-end;
}
#product-compare-similar .stars-empty {
    height: 12px;
    width: 65px;
}
#product-compare-similar .stars-holder {
    position: relative;
    width: fit-content;
    margin-right: 5px;
}
#product-compare-similar .stars-holder .stars-completed {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    overflow: hidden;
}
#product-compare-similar .stars-holder .stars-completed img {
    height: 12px;
    width: 65px;
}
#product-similar .title {
    font-weight: bold;
    margin-bottom: 30px;
}
#product-similar .swiper-button-next {
    display: none;
}
#product-similar .product-grid.active {
    display: flex;
}
#product-similar .product-grid .product-reg {
    border: 1px solid black;
    padding: 20px;
    padding-top: 5px;
    box-shadow: 5px 5px 10px #dadada;
    margin-bottom: 30px;
    position: relative;
}
#product-similar .product-grid .product-reg .promo-tag {
    background-color: #be0613;
    color: white;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 12px;
    padding: 2px 15px;
}
#product-similar .product-grid .product-reg .sponsor img {
    max-width: 100%;
}
#product-similar .product-grid .product-reg .prod-image {
    text-align: center;
    margin-top: 20px;
}
#product-similar .product-grid .product-reg .prod-image img {
    max-width: 100%;
}
#product-similar .product-grid .product-reg .see-similars {
    border: 1px solid black;
    width: 85%;
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
    border-radius: 7px;
    padding: 3px;
    font-size: 15px;
    color: black;
}
#product-similar .product-grid .product-reg .title {
    font-size: 14px;
    line-height: 16px;
    color: black;
    font-weight: bold;
    margin-top: 15px;
    min-height: 50px;
    margin-bottom: 5px;
}
#product-similar .product-grid .product-reg .row-price {
    margin-top: 15px;
}
#product-similar .product-grid .product-reg .price {
    color: #478036;
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
}
#product-similar .product-grid .product-reg .promo-price {
    color: #979797;
    font-size: 14px;
    line-height: 14px;
}
#product-similar .product-grid .product-reg .promo-price span {
    position: relative;
}
#product-similar .product-grid .product-reg .promo-price span::after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #979797;
    top: 50%;
    left: 0;
}
#product-similar .product-grid .product-reg .available-icon {
    background: #478036;
    width: 20px;
    height: 20px;
    display: block;
    border-radius: 100%;
    float: right;
}
#product-similar .product-grid .product-reg a {
    width: 85%;
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-top: 15px;
    border-radius: 7px;
    padding: 3px;
    font-size: 16px;
}
#product-similar .product-grid .product-reg a img {
    margin-right: 5px;
}
#workwithus-body .accordion-record .accordion-header {
    background: #234e60;
    color: white;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    cursor: pointer;
    border-top: 1px solid white;
}
#workwithus-body .accordion-record .accordion-header i {
    font-size: 32px;
    line-height: 32px;
}
#workwithus-body .accordion-record.active .accordion-header i::before {
    content: "\f282";
}
#workwithus-body .accordion-record .accordion-body {
    border: 1px solid #bdbdbd;
    display: none;
}
#brand-description {
    background-image: linear-gradient(90deg, #ece8e7 33%, white 33%, white 36%, #faf8f9 36%);
}
#brand-description .image-brand {
    max-width: 100%;
}
#brand-description .brand-title {
    color: #478036;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
}
#comparator {
    padding: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: visible;
    z-index: 1000;
}
#comparator .button-toggle {
    height: 35px;
    width: 150px;
    font-size: 14px;
    color: white;
    background: #478036;
    line-height: 35px;
    text-align: center;
    cursor: pointer;
    position: relative;
}
#comparator .button-toggle .count-comparator {
    position: absolute;
    top: -10px;
    right: -10px;
    background: #234e60;
    width: 25px;
    height: 25px;
    font-size: 12px;
    line-height: 22px;
    border-radius: 100%;
    text-align: center;
    border: 2px solid #478036;
}
#comparator .comparator-body {
    height: 50vh;
    background: #dbdbdb;
    overflow: auto;
    display: none;
}
#comparator.active .comparator-body {
    display: block;
}
#comparator .container {
    background: white;
}
#comparator .title {
    font-weight: bold;
    margin-bottom: 30px;
}
#comparator table tr:first-child img {
    max-height: 130px;
}
#comparator table {
    font-size: 14px;
    line-height: 16px;
    width: 100%;
}
#comparator .comparator-body .container .row>div {
    padding: 0;
}
#comparator .best-seller {
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px 10px;
    background-color: #be0613;
    color: white;
    font-size: 12px;
    font-weight: bold;
}
#comparator table tr {
    border-bottom: 1px solid #cecece;
}
#comparator table td:nth-child(2) {
    background: #cbdab8;
    position: relative;
}
#comparator table tr:first-child td:nth-child(2)::after {
    content: "Produto Atual";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #478036;
    padding: 5px 0;
    color: white;
    font-weight: bold;
}
#comparator table tr:first-child td {
    border-top: 1px solid #cecece;
    text-align: center;
    position: relative;
}
#comparator table tr:first-child td:first-child {
    border-top: unset;
}
#comparator table td {
    padding: 5px;
    border-right: 1px solid #cecece;
}
#comparator table .evaluation {
    display: flex;
    font-size: 10px;
    align-items: flex-end;
}
#comparator .stars-empty {
    height: 12px;
    width: 65px;
}
#comparator .stars-holder {
    position: relative;
    width: fit-content;
    margin-right: 5px;
}
#comparator .stars-holder .stars-completed {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    overflow: hidden;
}
#comparator .stars-holder .stars-completed img {
    height: 12px;
    width: 65px;
}
#comparator .current-product {
    background: #cbdab8;
    position: relative;
    border-top: 1px solid transparent;
}
#comparator .current-product::after {
    content: "Produto Atual";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #478036;
    padding: 5px 0;
    color: white;
    font-weight: bold;
    text-align: center;
}
#comparator .compare-slider .swiper-button-next {
    background: transparent;
}
#comparator .compare-slider .swiper-button-next::after {
    color: white;
    font-size: 14px;
    font-weight: bold;
    background: #478036b3;
    padding: 5px 9px;
    border-radius: 7px;
}
#comparator .compare-slider table {
    border-top: 1px solid #cecece;
}
#comparator .image-placeholder {
    height: 141px;
}
#comparator table tr:nth-child(n + 2) td>span {
    max-height: 16px;
    display: block;
    overflow: hidden;
}
#comparator .close-comparator {
    position: absolute;
    right: 6px;
    font-size: 18px;
    color: #be0613;
    cursor: pointer;
}
#blog-list .header .title {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 15px;
}
#blog-list .header img {
    width: 75px;
    margin-bottom: 15px;
}
#blog-list .news-list .title {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
}
#blog-list .news-list .title a:hover {
    color: black;
}
#blog-list .news-list .text {
    margin-bottom: 10px;
}
#blog-list .news-list img {
    max-width: 100%;
}
#blog-list .news-list .news-reg {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
}
#blog-list .news-list .news-reg .news-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    box-shadow: 5px 5px 10px #ececec;
    padding: 20px 10px;
}
#blog-list .pagination .count-results {
    text-align: center;
    font-size: 12px;
    font-weight: bold;
}
#blog-list .pagination .number-pages {
    text-align: center;
    margin-top: 20px;
}
#blog-list .pagination .number-pages a {
    width: 25px;
    display: inline-block;
    border-radius: 5px;
    line-height: 20px;
    text-align: center;
    color: black;
}
#blog-list .pagination .number-pages a.active {
    background: #478036;
    color: white;
}
#search-blog form {
    display: flex;
}
#search-blog input[type="text"] {
    width: 400px;
    padding: 10px 20px;
    border: 1px solid #a89a90;
    border-right: none;
}
#search-blog button {
    background: #478036;
    color: white;
    border: none;
    padding: 0 20px;
}
#sidebar-class-list h4 {
    font-size: 18px;
    margin-top: 30px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}
#sidebar-class-list .cat-list>ul>li {
    list-style: none;
    border-bottom: 1px solid #dbdbdb;
}
#sidebar-class-list .cat-list a {
    padding: 5px 0;
    display: block;
}
#sidebar-class-list .cat-list a:hover {
    color: #478036;
    text-decoration: underline;
}
#sidebar-class-list .cat-list .cat-count {
    font-size: 10px;
    color: #828282;
    float: right;
    margin-right: 20px;
    line-height: 20px;
}
#blog-post-header {
    padding: 20px 0;
}
#blog-post-header .content-header {
    text-align: center;
}
#blog-post-header .content-header h1 {
    margin-top: 20px;
    font-size: 28px;
    font-weight: bold;
    color: #478036;
    margin-bottom: 5px;
}
#blog-post-header .content-header .category {
    color: #234e60;
    font-weight: bold;
    font-size: 14px;
}
#blog-post-content {
    padding: 0;
}
#contact-header i {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 30px;
    color: #478036;
}
#contact-header span {
    width: 100%;
    text-align: center;
    display: block;
    margin-top: 10px;
    font-size: 14px;
}
#contact-content {
    padding-top: 0;
}
#contact-content form input,
#contact-content form select {
    width: 100%;
    margin-bottom: 20px;
    padding: 10px 15px;
    border: 1px solid #dbdbdb;
}
#contact-content form label {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    font-size: 12px;
}
#contact-content form label input[type="checkbox"] {
    width: auto;
    margin-right: 10px;
    margin-top: 2px;
    margin-bottom: 0;
}
#contact-content form button {
    border: none;
    color: white;
    background: #478036;
    padding: 10px 20px;
}
#page-header {
    padding-bottom: 0;
}
#page-header .content-header {
    text-align: center;
}
#page-header .content-header h1 {
    margin-top: 20px;
    font-size: 28px;
    font-weight: bold;
    color: #478036;
    margin-bottom: 5px;
}
#page-content .form-registry input,
#page-content .form-registry select {
    width: 90%;
    margin: 10px 5%;
    padding: 10px;
    background: unset;
    border: 1px solid #a89a90;
}
#page-content .form-registry input[type="checkbox"] {
    width: auto;
    margin-left: 35px;
    margin-right: 10px;
}
#page-content .form-registry .checkbox-label {
    font-size: 11px;
    width: 100%;
}
#page-content .form-registry button {
    background: #478036;
    color: white;
    border: none;
    padding: 8px 20px;
    float: right;
    margin-right: 30px;
    font-size: 18px;
}
#portfolio-search form {
    display: flex;
}
#portfolio-search form input {
    width: 90%;
    padding: 10px 20px;
    border: 1px solid #a89a90;
    border-right: none;
}
#portfolio-search form button {
    width: 10%;
    background: #478036;
    color: white;
    border: none;
}
#portfolio-images #lightgallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#portfolio-images #lightgallery a {
    display: block;
    margin: 10px;
    height: 200px;
}
#portfolio-images #lightgallery a img {
    max-height: 100%;
}
#portfolio-images .section-title {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 30px;
}
#portfolio-videos .section-title {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 30px;
}
#portfolio-videos .list-videos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#portfolio-videos .list-videos .record-video {
    margin: 20px;
}
#portfolio-videos .list-videos .record-video .video-title {
    text-align: center;
    margin-bottom: 20px;
    color: #478036;
    font-weight: bold;
}
#catalogos .section-title {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 30px;
}
#catalogos .list-catalogs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#catalogos .list-catalogs .catalog-record {
    position: relative;
    margin: 10px;
}
#catalogos .list-catalogs .catalog-record .front-end {
    height: 350px;
}
#catalogos .list-catalogs .catalog-record .front-end img {
    max-height: 100%;
}
#catalogos .list-catalogs .catalog-record .back-end {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #ecececb8;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    display: none;
}
#catalogos .list-catalogs .catalog-record:hover .back-end {
    display: flex;
}
#catalogos .list-catalogs .catalog-record .back-end .catalog-title {
    color: #234e60;
    font-size: 20px;
    font-weight: bold;
}
#catalogos .list-catalogs .catalog-record .back-end .catalog-link {
    font-size: 24px;
    color: #478036;
}
#flyers .section-title {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 30px;
}
#flyers .list-flyers {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#flyers .list-flyers .flyer-record {
    position: relative;
    margin: 10px;
}
#flyers .list-flyers .flyer-record .front-end {
    height: 350px;
}
#flyers .list-flyers .flyer-record .front-end img {
    max-height: 100%;
}
#flyers .list-flyers .flyer-record .back-end {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #ecececb8;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    display: none;
}
#flyers .list-flyers .flyer-record:hover .back-end {
    display: flex;
}
#flyers .list-flyers .flyer-record .back-end .flyer-title {
    color: #234e60;
    font-size: 20px;
    font-weight: bold;
}
#flyers .list-flyers .flyer-record .back-end .flyer-link {
    font-size: 24px;
    color: #478036;
}
#cart-breadcrumb .breadcrumb-list {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
#cart-breadcrumb .breadcrumb-list .breadcrumb-reg {
    display: flex;
    background: #234e60;
    color: white;
    padding: 10px;
    font-size: 20px;
    border-radius: 100px;
    line-height: 50px;
    padding-right: 30px;
    margin: 5px 0;
    width: 220px;
}
#cart-breadcrumb .breadcrumb-list .breadcrumb-reg .breadcrumb-icon {
    background: #478036;
    border-radius: 100px;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    margin-right: 10px;
}
#cart-breadcrumb .breadcrumb-list .breadcrumb-reg.active {
    background: #478036;
}
#cart-breadcrumb .breadcrumb-list .breadcrumb-reg.active .breadcrumb-icon {
    background: #234e60;
}
#cart-products .table .table-head>div {
    text-align: center;
    padding: 10px 0;
}
#cart-products .table .table-body>div {
    padding: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
#cart-products .table .table-body>div.product-title {
    flex-direction: column;
}
#cart-products .table .table-body>div.product-title .select-mounted {
    background: unset;
    border: 1px solid #dbdbdb;
    padding: 5px 10px;
    cursor: pointer;
    max-width: 100%;
    margin-top: 10px;
    font-size: 12px;
    border-radius: 15px;
}
#cart-products .table .button-remove {
    background: unset;
    border: unset;
    color: #b22a2f;
    font-size: 20px;
}
#cart-products .table img {
    max-width: 100px;
    max-height: 100px;
}
#cart-products .table .table-body .quantity button {
    width: 25%;
    background: #dbdbdb;
    border: none;
}
#cart-products .table .table-body .quantity button:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
#cart-products .table .table-body .quantity button:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
#cart-products .table .table-body .quantity input {
    width: 50%;
    border: none;
    background: #ececec;
    text-align: center;
    -moz-appearance: textfield;
}
#cart-products .table> :not(:first-child) {
    border-top: 1px solid #dbdbdb;
}
#cart-totals {
    padding-top: 0;
}
#cart-products .cuppon-box {
    display: flex;
}
#cart-products .cuppon-box input {
    padding: 10px 20px;
    border: 1px solid #a89a90;
    border-right: none;
}
#cart-products .cuppon-box button {
    background: #478036;
    color: white;
    border: none;
    padding: 0 20px;
}
#cart-totals .total-box {
    border: 1px solid #bdbdbd;
}
#cart-totals .total-box .total-header {
    background: #f5f5f5;
    padding: 20px;
}
#cart-totals .total-box .total-body {
    padding: 20px 35px;
}
#cart-totals .total-box .total-line {
    border-bottom: 1px solid #dbdbdb;
    padding: 10px;
}
#cart-totals .total-box .cart-submit {
    background: #478036;
    color: white;
    border: none;
    font-size: 20px;
    padding: 10px 65px;
    border-radius: 10px;
}
#checkout-form input,
#checkout-form select,
#checkout-form textarea {
    width: 100%;
    margin-bottom: 20px;
    padding: 8px 15px;
    background: unset;
    border: 1px solid #dbdbdb;
}
#checkout-form input[type="checkbox"],
#checkout-form input[type="radio"] {
    width: auto;
}
#checkout-form .pay-tab-body {
    display: none;
    border-bottom: 1px solid #e5e7eb;
    background-color: #f9f9f9;
    padding: 20px;
}
#checkout-form .pay-tab-body.active {
    display: block;
}
#checkout-form .pay-tab-header {
    padding: 15px 15px 0 15px;
    min-height: 40px;
    border-bottom: 1px solid #d6d7db;
    width: 100%;
}
#checkout-form .pay-tab-header img {
    width: 45px;
}
#checkout-form .payment-box {
    border: 1px solid #d6d7db;
    margin-bottom: 20px;
}
#checkout-form button {
    background: #478036;
    color: white;
    border: none;
    font-size: 20px;
    padding: 10px 65px;
    border-radius: 10px;
}
#checkout-form .product-line img {
    width: 50px;
    margin-right: 10px;
}
#checkout-form .product-line .product-name {
    display: flex;
    align-items: center;
    font-size: 13px;
    line-height: 15px;
}
#checkout-form .product-line>div:last-child {
    display: flex;
    align-items: center;
    justify-content: right;
}
#checkout-form .order-resume {
    padding-left: 12px;
}
#checkout-form .order-resume>div {
    padding: 15px;
    min-height: 40px;
    border: 1px solid #d6d7db;
    border-bottom: none;
    width: 100%;
}
#checkout-form .order-resume>div:last-child {
    border-bottom: 1px solid #d6d7db;
}
#checkout-form .order-resume .vat-value {
    font-size: 12px;
}
#checkout-form .order-resume>div>div:last-child {
    text-align: right;
}
#checkout-confirm .order-resume>div {
    padding: 15px;
    min-height: 40px;
    border: 1px solid #d6d7db;
    border-bottom: none;
}
#checkout-confirm .order-resume>div:last-child {
    border-bottom: 1px solid #d6d7db;
}
#checkout-confirm .order-resume .vat-value {
    font-size: 12px;
}
#checkout-confirm .order-resume>div>div:last-child {
    text-align: right;
}
#checkout-confirm .product-line img {
    width: 50px;
    margin-right: 10px;
}
#checkout-confirm .product-line .product-name {
    display: flex;
    align-items: center;
    font-size: 13px;
    line-height: 15px;
}
#checkout-confirm .product-line>div:last-child {
    display: flex;
    align-items: center;
    justify-content: right;
}
#checkout-confirm .card-body p {
    margin: 0;
    font-size: 12px;
}
#checkout-confirm .button-confirm {
    text-align: center;
    margin-top: 40px;
}
#checkout-confirm .button-confirm a {
    background: #478036;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 20px;
}
#checkout-confirm .button-confirm button {
    padding: 10px 65px!important;
    border-radius: 10px;
}
#checkout-confirm .confirm-card {
    margin-bottom: 50px;
}
#page-login .box-login {
    width: 400px;
    max-width: 90%;
    margin: 0 auto;
    border: 1px solid #dbdbdb;
    padding: 40px;
    border-radius: 10px;
}
#page-login .box-login form {
    display: flex;
    flex-direction: column;
}
#page-login .box-login h1 {
    margin-top: 20px;
    font-size: 28px;
    font-weight: bold;
    color: #478036;
    margin-bottom: 20px;
    text-align: center;
}
#page-login .box-login form input {
    padding: 10px;
    margin-top: 20px;
}
#page-login .box-login form button {
    background: #478036;
    color: white;
    border: none;
    padding: 10px 20px;
}
#page-login .box-login form a {
    font-size: 12px;
    margin: 5px 0;
}
#page-login .text-desc {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 16px;
    display: block;
}
#page-login label {
    font-size: 12px;
    line-height: 14px;
}
#page-login .box-login form input[type="checkbox"] {
    margin: 0;
    margin-top: 20px;
}
#page-login .box-login form button {
    margin-top: 20px;
}
#header .usefull-link-box .cart-count {
    position: absolute;
    top: 13px;
    font-size: 12px;
    color: #478036;
    margin-right: -5px;
}
#header .popup-cart {
    display: none;
    position: absolute;
    background: white;
    z-index: 1;
    width: 400px;
    right: 0;
    border: 1px solid #dbdbdb;
    padding: 20px;
    max-width: 90vw;
    z-index: 2;
}
#header .usefull-link-box:hover .popup-cart {
    display: block;
}
#header .popup-cart .button-remove {
    background: unset;
    border: unset;
    color: #b22a2f;
    font-size: 20px;
}
#header .popup-cart img {
    max-width: 100px;
    max-height: 100px;
}
#header .popup-cart .table-body {
    margin-bottom: 10px;
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 10px;
}
#header .popup-cart .table-body .quantity {
    display: flex;
    align-items: center;
}
#header .popup-cart .table-body .quantity button {
    width: 25%;
    background: #dbdbdb;
    border: none;
}
#header .popup-cart .table-body .quantity button:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
#header .popup-cart .table-body .quantity button:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
#header .popup-cart .table-body .quantity input {
    width: 50%;
    border: none;
    background: #ececec;
    text-align: center;
    -moz-appearance: textfield;
}
#header .popup-cart .product-name {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 10px;
}
#header .popup-cart .cart-buttons {
    margin-top: 20px;
}
#header .popup-cart .cart-buttons a {
    margin: 0;
    background: #478036;
    color: white;
    border: none;
    padding: 10px 20px;
}
#comments {
    margin-top: 50px;
}
#comments .form-comment input,
#comments .form-comment textarea {
    width: 100%;
    border: 1px solid #a89a90;
    padding: 10px 20px;
    margin-bottom: 20px;
}
#comments .form-comment input[type="checkbox"] {
    width: auto;
}
#comments .form-comment label {
    font-size: 12px;
}
#comments .form-comment button {
    background: #478036;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 20px;
}
#comments .comment-list {
    margin-top: 50px;
}
#comments .comment-list .comment-record {
    background: #e8e8e8;
    padding: 20px;
    margin: 20px;
}
#comments .comment-list .comment-record .comment-author,
#comments .comment-list .comment-record .comment-date {
    font-size: 12px;
    margin-bottom: 20px;
}
#account-dashboard .account-button {
    background: #234e60;
    color: white;
    padding: 15px 30px;
    font-size: 20px;
}
#account-dashboard .account-logout-button {
    background: #be0613;
    color: white;
    padding: 15px 30px;
    font-size: 20px;
}
#account-breadcrumb #account-menu {
    padding: 0;
    width: 100%;
    display: flex;
    justify-content: center;
}
#account-breadcrumb #account-menu .main-menu {
    list-style: none;
    background: #d0dadd;
    padding: 15px 30px;
    border-right: 1px solid #234e60;
}
#account-breadcrumb #account-menu .main-menu:last-child {
    border: none;
}
#account-breadcrumb #account-menu .main-menu.selected {
    background: #234e60;
}
#account-breadcrumb #account-menu .main-menu.selected a {
    color: white;
}
#my-orders .pagination {
    margin-top: 50px;
}
#my-orders .pagination .count-results {
    text-align: center;
    font-size: 12px;
    font-weight: bold;
}
#my-orders .pagination .number-pages {
    text-align: center;
    margin-top: 20px;
}
#my-orders .pagination .number-pages a {
    width: 25px;
    display: inline-block;
    border-radius: 5px;
    line-height: 20px;
    text-align: center;
    color: black;
}
#my-orders .pagination .number-pages a.active {
    background: #478036;
    color: white;
}
#popup-noprice {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 9999;
    background: white;
    transform: translate(-50%, -50%);
    height: 300px;
    width: 500px;
    max-width: 90vw;
    max-height: 90vh;
    overflow: auto;
    padding: 25px;
}
#popup-noprice.active {
    display: block;
}
#popup-noprice .close-popup {
    font-size: 22px;
    line-height: 22px;
    float: right;
    cursor: pointer;
    color: #be0613;
}
#popup-noprice form {
    clear: both;
}
#popup-noprice form p {
    font-size: 13px;
    padding-top: 20px;
    text-align: center;
}
#popup-noprice form input[type="email"] {
    width: 100%;
    padding: 10px 20px;
}
#popup-noprice form button {
    margin-top: 20px;
    width: 100%;
    border: none;
    padding: 10px 0;
    background-color: #478036;
    color: white;
}
#product-images .swiper-slide::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#product-images .swiper-slide {
    cursor: pointer;
}
#category-description #description-toggle {
    display: none;
    cursor: pointer;
}
#category-description #description-toggle.open i::before {
    content: "\f286";
}
#category-description #description-toggle .text-toggle {
    color: #478036;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}
#category-brands {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 20px;
}
#category-brands .brand {
    width: 33%;
    padding: 0 10px;
    margin: 10px 0;
}
body .zoo-item .zoo-img {
    background-size: contain;
}
.cookie-message-wrapper .cookie-inner-wrapper {
    background: rgba(109, 110, 113, 0.8);
}


/*UPDATES*/

.checkout-steps {
    display: flex;
    justify-content: space-between;   
    padding: 10px;
    margin-bottom: 30px;
    align-items: center;
    margin: auto;
  }
  
  
  .step {
    display: flex;
    align-items: center; /* Centraliza o conteúdo verticalmente */
    position: relative;
    flex-basis: calc(33.333% - 10px);
   
    padding-left: 30px;
  }
  .checkout-steps{
    border: 1px solid #dcdcdc;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .step-number {
    background: #999999;
    color: white;
    border-radius: 50%;
    padding: 8px;
    margin-right: 10px;
    font-weight: bold;
    width: 25px; /* Tamanho do círculo */
    height: 25px; /* Tamanho do círculo */
    display: inline-flex;
    align-items: center;
    justify-content: center;
   
  }
  
  .step-name {
    font-weight: normal;
    color: #333;
  }
  .active .step-number {
    background: #478036;
    color: white;
    
  }
  .active .step-name{
    font-weight: bold;
  }
/* Estilos para linhas de conexão */
.step:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -15px; /* Meio da distância entre os passos */
  width: 30px; /* Distância até o próximo passo */
  height: 2px;
  background: white;
  transform: translateY(-50%);
}

/* Ajuste quando um passo estiver ativo */

/* Oculta a linha no último item */
.step:last-child::after {
  display: none;
}

  /* Cria uma borda antes do passo 2 */
.step:nth-child(2)::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px; /* Largura da borda */
  height: 45px; /* Altura da borda */
  background: #dcdcdc; /* Cor da borda */
}

/* Cria uma borda antes do passo 3 */
.step:nth-child(3)::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px; /* Largura da borda */
  height: 45px; /* Altura da borda */
  background: #dcdcdc; /* Cor da borda */
}

/* Ajusta a posição das bordas se necessário devido ao espaçamento */
.step-number {
  margin-right: 10px; /* Ajuste o espaçamento se necessário */
  /* ... */
}

/* Certifique-se de que a borda não sobreponha o número do passo */
.step .step-number {
  z-index: 1; /* Garante que o número fique acima da borda */
  position: relative;
}

.table-head{
    background-color: #f0f1f0;
    font-weight: 600;
}

.col-md-8.table{
    flex: auto;
}


#cart-products{
    overflow: visible!important;
}

#cart-totals .total-box .total-header {
    background: #f5f5f5;
    padding: 12px 45px;
}
#cart-totals .total-box {
    border: none;
}

.total-header{
    font-weight: 600;
}

.price{
font-weight: 600;
}

section {
    padding: 20px 0;
   /* overflow: visible;*/
    max-width: 100%;
}

#cart-products .cuppon-box input {
 
}

.table>:not(caption)>*>* {
    padding: .25rem .25rem;}

    #cart-totals .total-box .total-line {
        border-bottom: 1px solid #dbdbdb;
        padding: 10px;
    }
    #cart-products .table> :not(:first-child) {
        border-top: 2px solid #f5f5f5;
    }


#cart-products .table .table-body>div.product-title .select-mounted {
    width: 70%;
    border-radius: 0px;
    text-align: center;
    font-size: 16px;
    background-color: #224f5f;
    color: white;
    justify-content: center;
}


.notas{
    height: 100px;
}

#checkout-form h4{
    font-weight: 600;
    font-size: 1.3rem;
    margin-top: 30px;
}

.coupon-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
   
    
    
    overflow: hidden; /* Garante que os filhos respeitem o border-radius */
  }
  
  .coupon-input {
    flex-grow: 1; /* O input ocupa o espaço disponível */
    border: none; /* Remove a borda do input */
    padding: 10px; /* Espaçamento interno */
    font-size: 16px; /* Tamanho da fonte, ajuste conforme necessário */
  }
  
  .coupon-button {
    background-color: #478036; /* Cor de fundo do botão */
    border: none; /* Remove a borda do botão */
    color: white; /* Cor do texto do botão */
    padding: 5px 10px!important ; /* Espaçamento interno do botão */
    font-size: 16px!important;
    cursor: pointer!important; 
    height: 42px!important;
    width: 250px!important;
  }
  
  /* Remove os estilos do input quando está focado */
  .coupon-input:focus {
    outline: none;
  }
.del{
    border: 1px solid #d6d7db;
}

  .delivery-form {
    width: 100%;
    
    
    

  }

  .politics{
    margin-bottom: 20px;
  }
  
  .delivery-form h3 {
    margin-bottom: 15px; /* Espaçamento abaixo do título */
  }
  
  .delivery-option {
    padding: 15px 15px 0 15px;
    min-height: 40px;
    border-bottom: 1px solid #d6d7db;
    width: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: start;
  }
  
  .delivery-option label {
    margin-left: 8px; /* Espaçamento entre o rádio e o label */
    flex-grow: 1; /* Permite que o texto ocupe o espaço disponível */
  }
  
  .delivery-cost {
    margin-left: 8px; /* Espaçamento entre o label e o custo */
    white-space: nowrap; /* Mantém 'Grátis' na mesma linha */
  }
  
  /* Estilo para os botões de rádio - opcional */
  .delivery-option input[type="radio"] {
    accent-color: #000; /* Cor para o botão de rádio */
  }
  

  .pr{
    font-weight: 600;
  }

  #checkout-confirm .button-confirm {
    text-align: left;
}

.card-body p{
    font-size: 14px!important;
}

#checkout-confirm .button-confirm a {
    padding: 10px 200px;
    margin-bottom: 40px;
}

.card-header{
    width: 90%;
}

.produts{
    text-align: left!important;
}

.mt{
    margin-top: 20px;
}

@media screen and (max-width: 920px) {
.checkout-steps{
    display: block;
    padding: 0 10px;
  }
  .checkout-steps .step:not(:last-child) {
    border-bottom: 1px solid #ccc; /* Exemplo de borda */
  }
  .step{
    padding-left: 15px;
    padding: 10px 0;
   
  }
  .step-number{
    margin-right: 15px;
  }
  .step:nth-child(3)::before {display: none;}
  .step:nth-child(2)::before {display: none;}


  #cart-totals .total-box {
    width: 95%;
    position: relative;
    left:0%;
    bottom: 0px;
    border: none;
    z-index: 999;
}

.col-md-8.table {
    margin-right: 0px;
    margin-left: 0px; 
   flex: auto; 
}

#cart-totals .cuppon-box input {
    margin-left: 5px;
    padding: 10px 20px;
}

.cuppon-box {
    margin-bottom: 50px;
}

  #cart-products .table img {
    max-width: 80px;
    max-height: 80px;
}


#cart-products .table .table-body {
    margin: 0 10px; 
}


.cols{
    display: flex;
    flex-direction: column;
}

.product-title{
    font-size: 13px;
}
.ri{
    font-size: 14px;
}
.quantity{
    flex-wrap: nowrap;
    display: flex;
}

#checkout-confirm .button-confirm a {
    padding: 5px 25%;
}

#cart-products .table .table-body>div.product-title .select-mounted {font-size: 12px;}

}

.quantity{
    flex-wrap: nowrap;
    display: flex;
}


@media screen and (min-width: 921px) and (max-width: 1400px) {
    .col-md-8.table {
        margin-right: 0px;
        margin-left: 0px;
    }
    #cart-totals .total-box {
        position: relative;
        width: 95%;

  left: 0%;
  bottom: 0px;
    }
}


@media screen and (min-width: 771px) and (max-width: 991px) {
    .quantity{
        margin-right: 0px;
        margin-left: 0px;
    }
    #product-contact .product-contact {display: none;}
    .compare-slider{
        padding-left: 20px;
    }

    .stickya {
        top:65px!important;
    }


}

@media screen and (min-width: 921px) and (max-width: 1399px) {
    .cuppon-box{
        margin-left: 100px;
    }
.formu img{
    display: none;
}

}



#swiper-wrapper-aa6f4910981c6dabf{
    margin-top: 30px;
}
.in-stock img{
    width: 25px;
    margin-right: 10px;
}
@media screen and (max-width: 400px) {
    .btn-sticky{
        padding: 5px 40px;
        background-color: #ae231c;
        color: white;
        border-radius: 8px;
        font-size: 12px;
    }
    .product-price-sticky{
        font-size: 14px!important;
    }
    
}
@media screen and (max-width: 1199px) {
    .btn-sticky img{
        margin-right: 5px;
     }
     .btn-sticky:hover{
      color: white;
     }
     .btn-sticky{
         padding: 5px 40px;
         background-color: #ae231c;
         color: white;
         border-radius: 8px;
     }
     
     .product-price-sticky{
         font-weight: 800;
         font-size: 22px;
         padding-left: 40px;
     }
     .stickya{
         background: #e9edf0;height: 50px;
         display: flex;
         align-items: center;
         justify-content: center;
         position: fixed;
         top: 53px;
         width: 100%;
         z-index: 100;
         --bs-gutter-x:0rem!important;
     }
     
     .stickya .col-8{
         display: flex;
         align-items: center;
         justify-content: center;
     }
     
    .toggle-label{
        margin-right: 30px;
        font-size: 12px;
        display: flex;
        text-wrap: nowrap;
    }
    .nr1{
        flex-wrap: wrap!important;
        
    }

    .stock-info {
        margin-left: 0px!important;
        justify-content: center!important;
        margin-bottom: 10px;
      }

    .colu{
        flex-direction: column;
    }

    .btn-add-to-cart {width: 100% ;}
   /*
    .colu::before {
        content: "";
        position: absolute;
        top: -60px; 
        left: 0;
        right: 0;
        height: 215px; 
        background-color: #e9edf0;
        z-index: -1; 
    }
.toggle-switch{
    justify-content: end!important;
  order: 2;
  margin-bottom: -50px;
}*/
    .supp-mobile {
        display: block;
    }
.supplier{
    display: none;
}

/* 07.08.2024 Desmarcado por A.M */

.product-info{
    display: none;
}

.product-seperator{
    display: none;
  }


.product-info-mobile .stock{
   margin-top: 15px;
   margin-bottom: 15px;
}

#product-header .btn-add-to-cart .btn {
    margin-left: 0;
    padding: 3px 20px;
    margin-bottom: 8px;
}

#product-header .select-subproduct {
    
    margin-left: 0px!important;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    
  }


  .in-stock{
    margin-bottom: 30px;
  }
  .product-features .title{
    font-size: 14px!important;
  }
  .product-features .value{
    font-size: 14px!important;
  }
  .product-feature{
    margin-bottom: 14px;
  }
  .product-feature img{
    width: 35px;
    height: auto;
    max-width: 50px!important;
  }

  .btn-green-primary{
    font-size: 15px;
  }

  #product-accessories {
    padding-bottom: 20px!important;}

    #product-features .feature-row > .container > .row {
        display: flex;
        flex-direction: column!important;
      }

      .what{
        display: none;
      }

 .stockandicon{
    display: flex;
 }
}

.supplier-mobile{
    width: 70px;
    height: auto;
    margin-left: 90%;
    margin-top: 20px;
}

@media screen and (max-width: 760px){
    #product-accessories .body .resume {
        text-align: left;
        margin-bottom: 30px;
    }
    #product-tabs {
        padding-bottom: 0;
        
      }
      
      .promo1{
       /* left: 72%!important; * Removido A.M*/ 
        right: 7.5% !important;
      }

      #product-accessories .btn-green-primary {margin-left: auto; display: flex;}

}
@media screen and (min-width: 991px) and (max-width: 1199px){
    #product-header .select-subproduct {
        width: 100%!important;
    }
    #product-header .btn-add-to-cart .btn {
        width: 100%!important;
      }
      #product-header .product-quantity {
        display: flex;
        margin-top: 12px;
        align-items: flex-start;
        line-height: 24px;
      }
}

@media screen and (min-width: 760px) and (max-width: 992px){
    .supplier-mobile {
        width: 100px;
        height: auto;
        margin-left: 100%;
        margin-top: 20px;
      }

      #product-accessories .btn-green-primary {margin-left: auto; display: flex;}
}

@media screen and (min-width: 760px) and (max-width: 992px){
    #product-accessories .body .resume {
        text-align: left;
        margin-bottom: 30px;
    }
    #product-tabs {
        padding-bottom: 0;
        /*padding-top:300px!important;*/
      }
      .promo1{
        left: 57%!important;
      }


}
@media screen and (min-width: 991px) and (max-width:1399px){
    .promo1{
        left: 13.5%!important;
      }
}

@media screen and (min-width: 760px) and (max-width: 1199px){
    /*Desmarcado por A.M 07.08.2024 #product-tabs {
        padding-bottom: 0;
        padding-top:250px ;
      } */
}
@media screen and (min-width: 1200px) and (max-width:1399px){
    .in-stock{margin-left: 55px!important;}
    .product-price-no-discount{
        text-align: center;
    }
    .supp {
        margin-left: 0px!important;
      }
}





@media screen and (min-width: 1200px) {
    .nr{
    flex-wrap: nowrap;}
    .nr1{
        flex-wrap: nowrap;}

    .supp-mobile {
        display: none;
    }
.product-info-mobile{
    display: none;
}

}


.supplier{
    width: 100px;
    height: auto;
    margin-top: 8px;
    margin-left: 0px;
}
.difficulty{
    width: 110px;
    height: auto;
}
.diff{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.btn-add-to-cart .btn{
    background-color: #af221c;
    color: white;
    border-radius: 8px;
    font-size: 17px;
}
.btn-primary:hover {
    border-color: transparent;
}

.btn-primary {
    border-color: transparent;
}
.stock{
    background-color: #6d8d4d;
    color: white;
    font-size: 12px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 1px;
    height: 20px;
}

.nr1{
    flex-wrap: nowrap;
    
}


#product-header .select-subproduct {
    background: unset;
    border: 1px solid #7c7a78;
    padding: 1px 20px;
    cursor: pointer;
    text-align: start;
    justify-content: start;
    display: flex;
    align-items: start;
    border-radius: 10px;
    width: 100%;
  }


.toggle-label{
    margin-right: 30px;
   
}
.toggle-switch input{
    all: unset;
    border: 1px solid #bdbdbd;
    background-color: #bdbdbd;
  width: 20px;
  height: 20px;
  display: inline-block;
  border-radius: 5px;
  margin-right: 5px;
}
.toggle-switch input:checked{
  background-color: #bdbdbd;
  width: 20px;
  height: 20px;
}

.toggle-switch{
    display: flex;
  align-items: center;
  justify-content: start;
  padding-bottom: 15px;
}

.br{
    margin-bottom: 40px;
}

.fl{
    display: flex;
}

.pl{
    padding-left: 10px!important;
}

#product-contact{
    width: 18%;
    margin-left: 1%;
    margin-top: -20px;
    
}

.horizontal-promo-tag {
    padding: 2px 8px;
    background: #af221c;
    width: 90px;
    color: white;
    border-radius: 7px;
    font-size: 13px;
    position: absolute;
    top: 10px;
    left: 10px;
}


@media screen and (min-width: 989px) {
    .formulario{
        display:none ;
    }
    #product-header .btn-add-to-cart .btn {
        width: 80%;
    }

    .product-price-no-discount{
        /*margin-left: -50px;*/
        margin-left: 10px;
    }
    /*.product-discount-date{
        margin-left: -35px;
    }*/
    .supp{
        margin-left: 60px;
    }
}

@media screen and (max-width: 991px) {
    #product-contact1{
        width: 90%;
        
        margin: auto;
    }
    .mb{
        margin-bottom: -15px;
    }
    #product-header .select-subproduct {
        width: 100%!important;
    }
    #product-header .btn-add-to-cart .btn {
        width: 100%;
    }
    #product-header .stock-info .in-stock {
        margin-left: 0;
    }
    #product-header .product-quantity {
       
        
        line-height: 22px;
      }

       .button-submit-form {
        background: #478036;
        color: white;
        width: 100%;
        margin-top: 30px;
        border-radius: 5px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding:8px 15px!important;
      }
}


@media screen and (max-width: 1200px) {
#product-contact1 .mobile{
    display: block;
}
    #product-components{
        display: none;
    }

    #product-header .product-forum {
        margin-bottom: 25px;
    }
  
}





.suppl{
    flex-wrap: nowrap;
}

.hidden{
    display: none;
}

#product-components{
    padding-top: 40px;
}

.formulario{
    text-align: end;
   
}

.formulario img{
    width: 40px;
    height: auto;
}
.icontitle{
    display: flex;
    align-items: center;
    justify-content: center;
}

.formu img{
    margin-bottom: 12px;
    padding-right: 15px;
    width: 45px;
    vertical-align: top;
    padding-bottom: 8px;
}
.product-buy-info{
    margin-bottom: 4px;
}

.product-features{
    padding-bottom: 5px;
}
#product-contact .product-contact form input[type="text"], #product-contact .product-contact form textarea{
    font-size: 12px;
}
#product-contact1 .product-contact form input[type="text"], #product-contact1 .product-contact form textarea{
    font-size: 12px;
}


.estado-checkbox:checked + .toggle-label::after {
    content: "";
    display: block;
    width: 12px; /* Diâmetro da bola */
    height: 12px; /* Diâmetro da bola */
    background-color: #364b21; /* Cor da bola */
    border-radius: 50%; /* Torna a forma circular */
    position: absolute;
   /* Centraliza a bola dentro do quadrado */
   top: 22%;
   left: -22px;
  }

  .toggle-label {
    
    position: relative;
    cursor: pointer;

  }
 
.promo1{
    position: absolute;
  left: 16.5%;
  top: 10px;
  z-index: 999;
  padding: 2px 8px;
  background: #af221c;
 
  width: 90px;
  color: white;
  border-radius: 7px;
  font-size: 13px;
  display: flex;
  align-content: center;
 
  align-items: center;
  justify-content: center;
}
#checkout-form .order-resume > div:first-child {
    border-bottom: none;
}
#product-header .free-shipping {
    font-size: 15px;
    color: #ae221e;
    text-align: right;
    padding-top: 20px;
}
.cart-vat-info {
    font-size: 12px;
    font-weight: bold;
}

/*Cookie popup*/
#coockie-popup {
    width: 60rem;
    max-height: 90vh;
    position: fixed;
    top: 50%;
    margin-top: -45vh;
    left: 50%;
    margin-left: -30rem;
    background: white;
    padding: 20px;
    z-index: 999;
    display: flex;
    flex-direction: column;
    border: 1px solid #cacaca;
}
#coockie-popup .cookie-header {
    position: relative;
    text-align: center;
    padding: 20px 0 40px;
    border-bottom: 1px solid #cacaca;
}
#coockie-popup .cookie-header img {
    width: 150px;
    position: absolute;
    left: 0;
}
#coockie-popup .cookie-header .title {
    font-size: 18px;
    font-weight: bold;
}
#coockie-popup .cookie-navbar ul {
    list-style: none;
    display: flex;
    border-bottom: 1px solid #cacaca;
    padding: 0;
    margin: 0;
}
#coockie-popup .cookie-navbar ul li {
    flex: 1;    
    padding: 20px 0;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
}
#coockie-popup .cookie-navbar ul li.active { 
    color: #478036;
    border-bottom: 2px solid #478036;
    padding-bottom: 18px;
}
#coockie-popup .buttons {
    padding-top: 20px;
    border-top: 1px solid #cacaca;
    display: flex;
}
#coockie-popup .buttons > div {
    flex: 1;
}
#coockie-popup .buttons button.accept-all {
    background: #478036;
    color: white;
    padding: 10px 50px;
    border: none;
}
#coockie-popup .buttons button.change {
    background: #b4cdaf;
    padding: 10px;
    border: none;
    text-wrap: nowrap;
}
#coockie-popup .buttons button.customization {
    border: 1px solid #7d7d7d;
    padding: 10px;
    background: none;
    text-wrap: nowrap;
    width: 200px;
}
#coockie-popup .buttons button.reject-all {
    color: #7d7d7d;
    border: none;
    background: none;
    text-decoration: underline;
    font-size: 14px;
}
#coockie-popup .cookie-body {
    flex: 1;
    overflow-y: auto;
    padding: 20px 0;
    overflow-x: hidden;
    margin-right: -10px;
    padding-right: 10px;
}
#coockie-popup .cookie-body > div {
    display: none;
    height: 100%;
    flex-direction: column;
}
#coockie-popup .cookie-body > div.active {
    display: flex;
}
#coockie-popup .cookie-body > div .nav-body-content {
    flex: 1;
}
#coockie-popup .cookie-body > div.consentir .nav-body-content {
    max-height: 200px;
    overflow: auto;
}
#coockie-popup .cookie-details-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-right: 20px;
}
#coockie-popup .cookie-details-nav li {
    background: #b4cdaf;
    font-weight: bold;
    font-size: 16px;
    padding: 10px 20px;
    border-bottom: 1px solid #8c8c8c;
    cursor: pointer;
}
#coockie-popup .cookie-details-nav li:last-child {
    border: none;
}
#coockie-popup .cookie-details-nav li.active {
    background: #478036;
    color: white;
}
#coockie-popup .cookie-body .details-body .details-body-content {
    display: none;
}
#coockie-popup .cookie-body .details-body .details-body-content.active {
    display: block;
}
#coockie-popup .cookie-switcher {
    color: #478036;
    font-weight: bold;
}
#coockie-popup .switch-box {
    display: flex;
    justify-content: flex-end;
}
#coockie-popup .switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 20px;
}  
#coockie-popup .switch input {
    display: none;
}
#coockie-popup .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    padding: 1px;
}
#coockie-popup .slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
#coockie-popup input:checked + .slider {
    background-color: #478036;
}
#coockie-popup input:checked + .slider:before {
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
}

#coockie-popup .accordion-box {
    padding: 20px;
    border: 1px solid #8c8c8c;
    margin-bottom: 10px;
}
#coockie-popup .accordion-box .accordion-header {
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    cursor: pointer;
}
#coockie-popup .accordion-box .accordion-subtitle a {
    color: #478036;
    font-size: 14px;
    font-weight: bold;
}
#coockie-popup .accordion-box .accordion-subtitle i {
    color: #444;
}
#coockie-popup .accordion-box .accordion-subject {
    background: #f7f9f6;
    margin-bottom: 10px;
    padding: 10px;
}
#coockie-popup .accordion-box .accordion-subject .title {
    font-weight: bold;
    margin-bottom: 5px;
}
#coockie-popup .accordion-box .accordion-subject .body {
    font-size: 14px;
}
#coockie-popup .accordion-box .accordion-subject .footer {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    border-top: 1px solid #e1e1e1;
    padding-top: 5px;
    margin-top: 5px;
}
#coockie-popup .accordion-box .accordion-body {
    padding: 0;
    display: none;
}
#coockie-popup .accordion-box.active .accordion-body {
    display: block;
}
#coockie-popup .accordion-box .accordion-header .icon-inactive {
    display: none;
}
#coockie-popup .accordion-box.active .accordion-header .icon-inactive {
    display: block;
}
#coockie-popup .accordion-box.active .accordion-header .icon-active {
    display: none;
}
body.popup-cookies-open::after {
    content: ' ';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    background: rgba(0,0,0, 0.4);
}
/*Cookie popup*/

/*Alteração do megamenu*/
.menu-title {
    text-align: left;
    padding: 20px 0;
    margin: 0 25px;
    font-weight: bold;
    border-top: 2px solid #acacac;
}
#megamenu .product-menu {
    margin-top: 0;
}
#megamenu .product-menu > li {
    padding: 5px 30px;
}
#megamenu .column-left .logo-box {
    border: none;
}
#megamenu .product-menu > li::after {
    right: 25px;
}
#megamenu .product-menu > li:hover .submenu {
    width: 750px;
    display: flex;
    flex-wrap: wrap;
}
#megamenu .product-menu .submenu > li {
    width: 50%;
}
#megamenu .product-menu .submenu > li > a {
    font-weight: bold;
}
#megamenu .product-menu .submenu > li > ul {
    padding: 0;
}
#megamenu .product-menu .submenu > li > ul > li { 
    padding: 1px 0;
}
/*Alteração do megamenu*/

/*Botão comparador*/
#product-compare-button {
    text-align: center;
}
#product-compare-button .btn {
    background-color: #a7a7a7;
    color: #444;
    border-radius: 8px;
    font-size: 16px;
    display: flex;
    margin: 0 auto;
    width: 200px;
    justify-content: center;
}
#product-compare-button img {
    width: 20px;
    margin-right: 5px;
}
/*Botão comparador*/

#footer {
    position: relative;
}
.img-sequra-footer {
    width: 200px;
    margin-top: 10px;
}
#footer .payment-methods img.img-buzina-sequra {
    background: none;
    margin-bottom: 10px;
    margin-left: 10px;
    padding: 0;
}
#category {
    position: relative;
}
.sequra-home {
    text-align: center;
}
.sequra-home img {
    height: 150px;
}

/*
#product-contact .product-contact form label.checkbox-label a {
    line-height: 8px;
}*/

#product-contact .product-contact form label.checkbox-label span {
    line-height: 12px;
    
}


#product-header .button-submit-form {
    padding: 0;
}
.description-thumbnail-slider .swiper-button-prev,
.description-thumbnail-slider .swiper-button-next {
    display: none;
}
#checkout-form #plk-order-resume-info h4 {
    margin: 0;
    border: 1px solid #d6d7db;
    margin-right: 12px;
    border-bottom: none;
    padding: 15px 25px;
}
#checkout-form .order-resume > div:first-child {
    border-top: none;
}