html {
    scroll-behavior: auto !important;
}
*:not(.fa){
	font-family:"Syne",sans-serif;
    font-variant-numeric: lining-nums;
}
a {
    transition: color .3s;
}
a:hover {
    color: #593327 !important;
}
#footer .menu-item a[aria-current=page] {
    color: #000;
}
/* width */
::-webkit-scrollbar {
    width: 10px;
}
  
/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}
  
/* Handle */
::-webkit-scrollbar-thumb {
    background: #333;
}
  
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #000;
}
.light-gray-bg {
    background: #F5F5F5 !important;
}
.dark-green-bg {
    background: #38483E !important;
}
.white-bg {
    background: #fff !important;
}
.black-color {
    color: #000 !important;
}
.brown-color {
    color: #945956 !important;
}
.light-green-color {
    color: #9FB5A7 !important;
}

ul.wc-icons-list {
    display: flex;
    justify-content: flex-end;
    gap: 0 20px;
	margin-bottom: 0;
	margin-right: 32px;
}
.xoo-wsc-icon-basket1:before {
    content: "";
    background: url(../icons/cart-icon.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    width: 24px;
    height: 24px;
    left: 0;
    top: 2px;
}
span.xoo-wsc-sc-count {
    right: -35px;
    position: absolute;
    top: -10px;
}
.py-30{
	padding-top: 30px;
	padding-bottom: 30px;
}
.header-search-wrapper {
    max-width: 584px;
    width: 100%;
    margin: 0 auto;
}
.header-search-wrapper .aws-container {
    border: solid 1px #C5C5C5;
    border-radius: 24px;
}
.aws-container .aws-show-clear .aws-search-field {
    border-top-right-radius: 24px !important;
    border-bottom-right-radius: 24px !important;
    border: none;
	font-size: 16px;
    color: #000 !important;
}
.aws-container .aws-search-form .aws-search-btn {
    background: transparent !important;
    border: none !important;
    border-top-left-radius: 24px !important;
    border-bottom-left-radius: 24px !important;
}

.aws-container .aws-show-clear .aws-search-field::-webkit-input-placeholder { /* Edge */
	font-size: 16px;
    color: #000 !important;
}  
.aws-container .aws-show-clear .aws-search-field:-ms-input-placeholder { /* Internet Explorer 10-11 */
	font-size: 16px;
    color: #000 !important;
}  
.aws-container .aws-show-clear .aws-search-field::placeholder {
	font-size: 16px;
    color: #000 !important;
}
.aws-container .aws-search-form {
    height: 42px;
}
ul#menu-main-menu {
    display: flex;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    gap: 0 50px;
}
ul#menu-main-menu li a {
    color: #000;
}
.both-menus-wrapper {
    display: flex;
    align-items: baseline;
    gap: 50px;
	padding-bottom: 20px;
}
.categories-trigger-btn {
    font-weight: 700;
    cursor: pointer;
}
.categories-trigger-btn img {
    margin-right: 8px;
}
.menu-sidebar {
    transform: translateX(-498px);
    transition: .3s transform linear;
    background: red;
    position: absolute;
    height: 100%;
    overflow-y: auto;
    width: 498px;
    left: 0;
    top: 0;
    padding: 30px 35px 30px 140px;
}
.menu-sidebar.active-menu-sidebar {
    transform: translateX(0);
    z-index: 11;
}
body.show-active-menu-overlay {
    overflow: hidden;
}
body.show-active-menu-overlay .active-menu-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3);
    z-index: 10;
}
.mm-menu--offcanvas {
    transform: translateX(-100%);
    transition: transform .4s ease .4s;
    visibility: visible !important;
    z-index: 10;
}
.mm-menu--offcanvas.mm-menu--opened {
    transform: translateX(0);
    transition: transform .4s ease .4s;
    z-index: 10;
}
.mm-wrapper--position-left.mm-wrapper--opened .mm-slideout, .mm-wrapper--position-right.mm-wrapper--opened .mm-slideout {
    -webkit-transform: unset;
    transform: unset;
}
a.mm-navbar__title {
    padding: 30px 0 52px 70px !important;
    text-align: left;
    display: inline;
}
a.mm-btn.mm-btn--close.mm-navbar__btn {
    margin-right: 15px;
    margin-bottom: 22px;
}
.mm-btn--close:after, .mm-btn--close:before {
    width: 20px;
    height: 20px;
}
.mm-btn:after, .mm-btn:before {
    border-color: #000;
}
.mm-btn--close:before {
    right: -3px;
}
.mm-listitem {
    border-color: transparent;
}
.mm-navbars--top {
    border-bottom: none;
}
ul.mm-listview {
    padding-left: 70px;
}
.mm-listitem__text {
    padding-left: 0;
    font-size: 18px;
    color: #000 !important;
}
.mm-btn--next:after, .mm-btn--prev:before {
    width: 12px;
    height: 12px;
}
a.mm-btn.mm-btn--prev.mm-navbar__btn:before {
    bottom: 18px;
}

header#header {
    position: sticky;
    top: 0;
    right: 0;
    left: 0;
    z-index: 100;
    /* box-shadow: 0px 3px 5px #00000029; */
    background: #fff;
}
div#home-carousel .item {
    position: relative;
}
div#home-carousel .item .slide-caption {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 987px;
    height: calc(100% - 78px);
    background: #945956;
    padding: 0 150px 0 60px;
    display: flex;
    align-items: center;
}
div#home-carousel .item .slide-caption:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(../images/woodring-watermark-1.svg) no-repeat center;
    background-size: cover;
    width: 100%;
    height: 100%;
    max-width: 590px;
    max-height: 530px;
}
.slide-caption-inner {
    position: relative;
    z-index: 1;
}
div#home-carousel h1.slide-title {
    font-size: 60px;
    font-weight: 700;
    color: #fff;
    line-height: 70px;
}
.slide-text {
    padding: 42px 0;
    font-size: 20px;
    line-height: 28px;
    color: #fff;
}
.slide-cta-wrapper a {
    display: inline-block;
    background: #fff;
    color: #000;
    padding: 18px 38px;
}
.slide-cta-wrapper a img{
    margin-left: 19px;
}
div#home-carousel .item img {
    width: auto;
    display: inline-block;
}
div#home-carousel .owl-dots {
    position: absolute;
    right: 340px;
    bottom: 30px;
}
div#home-carousel .owl-dots button span {
    width: 50px;
    height: 3px;
    background: #E4E4E4;
    display: block;
}
div#home-carousel .owl-dots button.active span {
    background: #38483E;
}
div#home-carousel button.owl-prev {
    position: absolute;
    bottom: 13px;
    right: 700px;
}
div#home-carousel button.owl-next {
    position: absolute;
    bottom: 13px;
    right: 160px;
}
div#home-carousel .owl-dots:before {
    content: '01';
    font-size: 20px;
    font-weight: 700;
    margin-right: 23px;
    position: relative;
    top: 5px;
}
div#home-carousel .owl-dots:after {
    content: '03';
    font-size: 20px;
    font-weight: 700;
    margin-left: 23px;
    position: relative;
    top: 5px;
}
.light-brown-bg {
    background-color: #FCEEDD;
}
section#home-section-2 {
    padding: 106px 0 100px 0;
}
.section-title {
    color: #945956;
    font-size: 60px;
    line-height: 72px;
    margin-bottom: 71px;
    font-weight: 700;
}
.home-section-2-card-cta a {
    font-size: 32px;
    color: #000;
    font-weight: 700;
    text-align: center;
    display: block;
    margin-top: 50px;
}
section#home-section-3 {
    padding: 117px 0 164px 0;
}
.section-title-small {
    font-size: 36px;
    font-weight: 700;
    line-height: 43px;
    color: #000;
}
.section-subtitle {
    color: #636363;
    margin-top: 20px;
    margin-bottom: 61px;
}
div#home-categories-carousel .item img {
    width: auto;
    text-align: center;
    margin: 0 auto;
    height: 200px;
    object-fit: contain;
}
div#home-categories-carousel h3 {
    text-align: center;
    font-size: 15px;
    margin-top: 22px;
}
div#home-categories-carousel h3 a {
    color: #2E2F30;
}
div#home-categories-carousel .owl-dots {
    display: none;
}
div#home-categories-carousel button.owl-prev {
    position: absolute;
    top: calc(50% - 12.5px);
    left: 0;
    transform: translateY(-50%);
}
div#home-categories-carousel button.owl-next {
    position: absolute;
    top: calc(50% - 12.5px);
    right: 0;
    transform: translateY(-50%);
}
div#home-section-4-gallery-carousel button.owl-prev {
    position: absolute;
    left: -25px;
    top: 50%;
    transform: translateY(-50%);
}
div#home-section-4-gallery-carousel button.owl-next {
    position: absolute;
    right: -25px;
    top: 50%;
    transform: translateY(-50%);
}
.home-section-4-logos-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 50px -15px 0 -15px;
}
.home-section-4-logos-wrapper .logo-wrapper {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0 15px;
}
.home-section-4-logos-wrapper .logo-wrapper img{
    mix-blend-mode: luminosity;
    opacity: 0.2;
    transition: all .3s;
}
.home-section-4-logos-wrapper .logo-wrapper:hover img {
    opacity: 1;
    mix-blend-mode: normal;
}
.green-color {
    color: #38483E;
}
.home-section-4-texts-inner {
    padding-left: 110px;
    margin-top: 60px;
}
.home-section-4-texts-inner .section-title {
    margin-bottom: 50px;
}
.section-cta a {
    background: #593327;
    padding: 18px 27px;
    display: inline-block;
    color: #fff;
    margin-top: 67px;
    font-weight: 700;
}
.section-cta a img {
    filter: invert(1);
    margin-left: 10px;
}
.aws-search-result .aws_result_title {
    color: #000;
    font-size: 16px;
}
.aws-search-result .aws_result_sku, .aws-search-result .aws_result_price{
    font-size: 14px;
}
.aws-search-result .aws_search_more a {
    color: #000;
    font-weight: 700;
    font-size: 14px;
}
.aws-search-result {
    border-radius: 24px !important;
}
.aws-container .aws-search-form .aws-search-clear span {
    font-size: 0;
}
.aws-container .aws-search-form .aws-search-clear span:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 1px;
    background: #000;
    transform: translateY(-50%) rotate(-45deg);
    top: 50%;
    left: 0;
}
.aws-container .aws-search-form .aws-search-clear span:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 1px;
    background: #000;
    transform: translateY(-50%) rotate(45deg);
    top: 50%;
    left: 0;
}
.aws-search-result .aws_no_result {
    text-align: center;
    background: transparent !important;
    font-weight: 700;
    color: #593327;
}
.onsale {
    display: none;
}
li.product {
    list-style: none;
}
li.product .img-container {
    position: relative;
}
.discount-badge {
    background: #8B3732;
    position: absolute;
    top: 18px;
    left: 18px;
    color: #fff;
    border-radius: 4px;
    font-size: 12px;
    padding: 6px 8px;
    font-variant-numeric: lining-nums;
}
.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist {
    position: absolute;
    z-index: 10;
    margin: 0;
    top: 18px;
    left: unset;
    width: 32px;
    height: 32px;
    background: #D9D9D9;
    right: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}
.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist  > div,
.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist  > div > a {
    display: block;
}
.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist i {
    font-size: 16px;
    color: #2E2F30;
}
h2.woocommerce-loop-product__title {
    font-size: 18px;
    font-weight: 700;
    color: #2E2F30;
    margin-top: 18px;
    height: 44px;
    overflow: hidden;
}
.content-sku {
    display: flex;
    font-size: 12px;
    color: #585757B2;
    font-variant-numeric: lining-nums;

}
ins {
    text-decoration: none;
}
.price > span.woocommerce-Price-amount.amount, .price > ins span.woocommerce-Price-amount.amount {
    color: #2E2F30;
    font-size: 18px;
    font-weight: 700;
}
.price > del, .price > del span.woocommerce-Price-amount.amount {
    font-size: 14px;
    color: #585757;
}
span.price-tax-msg {
    color: rgba(88, 87, 87, 0.7);
    font-size: 12px;
}
span.price {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
}
span.price .price-tax-msg {
    flex: 0 0 100%;
    max-width: 100%;
}

span.price .price-tax-msg {
    order: 2;
}

span.price > del {
    order: 1;
}
span.price > ins {
    order: 0;
}

span.price > del:before {
    content: 'από';
    position: absolute;
    left: 10px;
    font-size: 12px;
    bottom: 0;
}

span.price > del {
    position: relative;
    padding-left: 35px;
}

section#home-selected-products-section {
    margin-top: 160px;
}
.section-cta a.light-gray-bg img, .section-cta .white-bg img {
    filter: invert(0);
}
h3.support-section-title {
    font-size: 60px;
    line-height: 72px;
    font-weight: 700;
    position: relative;
    padding-top: 50px;
}
h3.support-section-title:before {
    content: '';
    background: #9FB5A7;
    width: 57px;
    height: 10px;
    top: 0;
    left: 0;
    position: absolute;
}
.support-section-text p {
    margin-bottom: 30px;
}
.support-section-text {
    color: #fff;
    font-size: 16px;
    margin-top: 64px;
}
#home-support-section .dark-green-bg {
    position: relative;
}
#home-support-section .dark-green-bg:after {
    content: '';
    background: url('../images/woodring-watermark-2.svg') no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
    background-size: contain;
    width: 100%;
    height: 100%;
    max-width: 524px;
    max-height: 524px;
}
.support-section-content-wrapper {
    position: relative;
    z-index: 1;
}
section#home-support-section {
    margin-top: 135px;
}
.card-count-wrapper {
    color: #72887A;
    margin-top: 30px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
}
.card-title-wrapper {
    color: #000;
    font-size: 24px;
    line-height: 29px;
    font-weight: 700;
}
.card-text-wrapper {
    color: #636363;
    font-size: 16px;
    margin-top: 20px;
}
#home-cards-section {
    margin-top: 156px;
}
.post-image-wrapper img {
    max-width: 100%;
    height: auto;
}
.custom-margin {
    margin: 0 -37px;
}
.custom-padding {
    padding: 0 37px;
}
.post-title-wrapper h3 {
    color: #2E2F30;
    font-size: 18px;
    font-weight: 700;
}
.post-date-wrapper {
    color: #585757;
    font-size: 12px;
    margin-top: 18px;
}
.post-excerpt-wrapper {
    color: #636363;
    font-size: 16px;
    margin-top: 15px;
}
section#home-blog-section h2.section-title-small {
    margin-bottom: 75px;
    margin-top: 150px;
}
#footer-contact-newsletter-section {
    background: #945956;
    position: relative;
    margin-top: 77px;
}
#footer-contact-newsletter-section:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(../images/woodring-watermark-3.svg) no-repeat center;
    background-size: cover;
    width: 100%;
    height: 100%;
    max-width: 489px;
    max-height: 439px;
}
.footer-contact-title {
    font-size: 90px;
    line-height: 108px;
    color: #FFEFDC;
    font-weight: 700;
}
.footer-contact-subtitle {
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    color: #fff;
    margin-top: 30px;
}
.footer-contact-wrapper {
    margin-top: 105px;
}
.newsletter-wrapper {
    border: solid 1px #ECD8D2;
    margin-top: 63px;
    margin-bottom: 94px;
    padding: 62px 0;
    position: relative;
    z-index: 1;
}
.newsletter-title {
    font-size: 40px;
    line-height: 48px;
    color: #fff;
    font-weight: 700;
}
.mc4wp-form-fields {
    display: flex;
}
.mc4wp-form-fields > div:first-child > label {
    width: calc(100% - 30px);
}
.mc4wp-form-fields input[type="email"] {
    color: #fff;
    font-size: 24px;
    line-height: 29px;
    font-weight: 700;
    background: none;
    box-shadow: none;
    outline: none;
    border: none;
    border-bottom: solid 2px #fff;
    width: 100%;
    padding-bottom: 10px;
}
.mc4wp-form-fields input[type="email"]::-webkit-input-placeholder { /* Edge */
    color: rgba(255,255,255, .5);
    font-size: 24px;
    line-height: 29px;
    font-weight: 700;
}
  
.mc4wp-form-fields input[type="email"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgba(255,255,255, .5);
    font-size: 24px;
    line-height: 29px;
    font-weight: 700;
}
  
.mc4wp-form-fields input[type="email"]::placeholder {
    color: rgba(255,255,255, .5);
    font-size: 24px;
    line-height: 29px;
    font-weight: 700;
}
.mc4wp-form-fields input[type="submit"] {
    border: none;
    font-weight: 700;
    padding: 10px 30px;
}
.mc4wp-form-fields > div:first-child > div > label input[type="checkbox"] {
    margin-top: 42px;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.mc4wp-form-fields > div:first-child > div > label {
    color: #fff;
    font-size: 16px;
    line-height: 25px;
    width: calc(100% - 30px);
    margin-top: 42px;
}
.mc4wp-form-fields > div:first-child > div > label a {
    text-decoration: underline;
    color: #fff;
}
.footer-menu-info-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.footer-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0 15px;
}
.footer-last-col {
    flex: 0 0 80%;
    max-width: 80%;
    display: flex;
    justify-content: space-between;
}
section#footer-menu-info-section {
    margin-top: 107px;
}
section#footer-last-row-section {
    margin: 40px 0;
}
.footer-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    color: #000;
    margin-bottom: 27px;
}
ul.footer-menu-ul.nav {
    display: flex;
    flex-direction: column;
}
ul.footer-menu-ul.nav li {
    margin-bottom: 20px;
}
ul.footer-menu-ul.nav li a {
    font-size: 16px;
    color: #000;
    padding: 0;
}
.footer-menu-info-wrapper .footer-col:last-child * {
    font-size: 22px;
    color: #000;
}
.footer-menu-info-wrapper .footer-col:last-child > ul:first-child li {
    margin-bottom: 20px;
    display: flex;
    align-items: baseline;
    gap: 0 10px;
}
.grecaptcha-badge {
    z-index: 1;
}
section#breadcrumbs-section {
    padding: 20px 0;
    border-top: solid 1px #9D9D9D;
}

#breadcrumbs, #breadcrumbs a {
    color: #9D9D9D;
    font-size: 13px;
}
#breadcrumbs .breadcrumb_last {
    color: #2E2F30;
    font-size: 13px;
}
.page-hero-wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.49);
}
.page-hero-wrapper {
    position: relative;
}
.page-title-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.page-title {
    color: #fff;
    font-weight: 700;
    font-size: 60px;
    line-height: 72px;
}
.page-subtitle {
    color: #fff;
    font-weight: 700;
    font-size: 36px;
    line-height: 43px;
}
#contact-info-section {
    background: #FCEEDD;
}
.contact-info-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 82px;
    margin-bottom: 76px;
}
h2.contact-info-title {
    color: #593327;
    font-size: 36px;
    line-height: 43px;
    margin-top: 81px;
    font-weight: 700;
}
.contact-info-col * {
    color: #2E2F30;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
}
.contact-info-col a {
    display: inline-block;
    margin-bottom: 20px;
}
.contact-info-col img {
    margin-bottom: 12px;
}
#contact-map-section iframe {
    width: 100%;
    height: 466px;
}
section#contact-form-section {
    margin-top: 94px;
    margin-bottom: 110px;
}
.form-subtitle {
    color: #72887A;
    font-size: 24px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 12px;
}
.form-title {
    font-size: 36px;
    line-height: 43px;
    font-weight: 700;
    color: #38483E;
    width: 100%;
    max-width: 440px;
    margin-bottom: 50px;
}
form.wpcf7-form input:not([type="checkbox"]):not([type="submit"]) {
    width: 100%;
    border: solid 1px #E0E0E0;
    margin: 16px 0 24px 0;
    padding: 18px 13px;
    color: #000;
}
form.wpcf7-form label {
    width: 100%;
    font-size: 18px;
    line-height: 22px;
}
form.wpcf7-form textarea {
    width: 100%;
    resize: none;
    padding: 18px 13px;
    margin: 16px 0 24px 0;
    border: solid 1px #E0E0E0;
    color: #000;
}
span.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item {
    margin-left: 0;
}
span.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label a{
    color: #48594F;
    text-decoration: underline;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit {
    background: #38483E;
    color: #fff;
    border: none;
    border-radius: 35px;
    padding: 18px 60px;
    font-size: 18px;
    font-weight: 700;
    margin-top: 24px;
}
section#services-first-section {
    background: #FCEEDD;
    padding-top: 110px;
    padding-bottom: 132px;
}
h2.services-first-title {
    font-size: 90px;
    line-height: 108px;
    color: #945956;
    font-weight: 700;
    position: relative;
    padding-top: 57px;
}
.services-first-text {
    margin-top: 153px;
}
.services-first-text p {
    margin-bottom: 40px;
}
h2.services-first-title:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 57px;
    height: 10px;
    background: #945956;
}
.service-counter, .service-title {
    font-size: 36px;
    font-weight: 700;
    color: #72887A;
}
.service-content-wrapper {
    max-width: 550px;
    margin: 0 auto;
}
.service-title {
    color: #38483E;
}
.service-content-inner {
    padding-left: 58px;
}
.service-text {
    margin-top: 21px;
    color: #636363;
    line-height: 25px;
}
section#services-section {
    margin-top: -75px;
}
section#services-section .services-section-wrapper .service-row:not(:last-child){
    margin-bottom: 112px;
}
section#services-section .services-section-wrapper .service-row:nth-child(even) {
    flex-direction: row-reverse;
}
section#company-first-section {
    background: #FCEEDD;
    padding: 176px 0 95px 0;
}
.company-first-section-title h2 {
    color: #945956;
    font-size: 90px;
    line-height: 108px;
    padding-top: 57px;
    position: relative;
    margin-bottom: 57px;
}
.company-first-section-title h2:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 57px;
    height: 10px;
    background: #945956;
}
h3.company-first-section-subtitle {
    font-size: 36px;
    line-height: 43px;
    color: #000;
    font-weight: 700;
    margin-bottom: 21px;
}

.company-first-section-image {
    margin-top: 67px;
}
.company-first-section-texts {
    max-width: 500px;
    margin-left: auto;
}
.company-second-section-title h2 {
    font-size: 36px;
    line-height: 43px;
    font-weight: 700;
    margin-bottom: 21px;
}
.company-second-section-text {
    color: #636363;
}
section#company-second-section {
    margin: 78px 0 70px 0;
}
div#timeline-carousel .item .timeline-img, div#timeline-carousel .item .timeline-text {
    padding-right: 68px;
}
div#timeline-carousel {
    padding-left: 12px;
}
.timeline-year {
    color: #2E2F30;
    font-size: 24px;
    font-weight: 700;
    padding-top: 75px;
    position: relative;
    margin-bottom: 27px;
}
.timeline-year:before {
    content: '';
    position: absolute;
    top: 35px;
    left: 35px;
    width: 100%;
    height: 1px;
    background: #D9D9D9;
}
.timeline-year:after {
    content: '';
    position: absolute;
    top: 28px;
    left: 60px;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    background: #38483E;
}
div#timeline-carousel .item .timeline-year, div#timeline-carousel .item .timeline-text {
    padding-left: 60px;
}
.timeline-text {
    color: #636363;
}
.company-last-section-title {
    font-size: 36px;
    line-height: 43px;
    margin-bottom: 21px;
    font-weight: 700;
}
.company-last-section-text {
    color: #636363;
}
section#company-last-section {
    margin-top: 173px;
}
section#sinergasies-second-section {
    margin-top: 135px;
}
.sinergasies-first-section-title h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 43px;
}
.sinergasies-first-section-subtitle h3 {
    font-size: 16px;
    color: #636363;
    margin-top: 21px;
}
#logos-carousel .item img {
    mix-blend-mode: luminosity;
    opacity: 0.5;
    width: auto !important; 
    transition: opacity .3s;
}
#logos-carousel {
    margin-top: 68px;
}
#logos-carousel .item img:hover {
    opacity: 1;
}
#logos-carousel .owl-nav {
    margin-top: 68px;
    display: flex;
    justify-content: center;
    gap: 0 30px;
}

.project-info-inner {
    display: flex;
    gap: 20px;
    margin-top: 22px;
}
.project-logo img {
    width: 60px;
    height: 60px;
}
h3.project-title {
    font-size: 18px;
    font-weight: 700;
    color: #2E2F30;
    margin-bottom: 0;
    
}
.project-year {
    font-size: 12px;
    margin-top: 10px;
    color: #585757;
}
#our-projects-section {
    margin-top: 135px;
}
#our-projects-section .sinergasies-first-section-title h2,
#sinergasies-images-section .sinergasies-first-section-title h2 {
    margin-bottom: 61px;
}
#our-projects-section button.owl-prev,
#sinergasies-images-section button.owl-prev {
    position: absolute;
    top: calc(50% - 60px);
    left: -60px;
}
#sinergasies-images-section {
    margin: 7rem 0 3rem 0;
}
#our-projects-section button.owl-next,
#sinergasies-images-section button.owl-next {
    position: absolute;
    top: calc(50% - 60px);
    right: -60px;
}
section#videos-section {
    margin-top: 147px;
}
.video-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.project-image-wrapper .logo-img {
    position: absolute;
    left: 50%;
    bottom: -75px;
    transform: translate(-50%);
}
.single-project-wrapper {
    margin-top: 87px;
}
h1.single-project-title {
    color: #38483E;
    font-size: 60px;
    line-height: 72px;
    font-weight: 700;
    text-align: center;
}
.single-project-year {
    color: #585757;
    font-size: 24px;
    text-align: center;
}
.project-image-wrapper {
    margin-top: 50px;
}
.single-project-content {
    margin-top: 100px;
}
.single-project-divider {
    background: #E4E4E4;
    height: 1px;
    margin-top: 70px;
}
div#projects-carousel .project-img img {
    border-radius: 8px 8px 0px 0px;
}



body.xoo-wsc-cart-active .mm-page.mm-slideout {
    will-change: unset !important;
}
body.xoo-wsc-cart-active .grecaptcha-badge {
    z-index: 0;
}
a.xoo-wsc-ft-btn.xoo-wsc-btn.xoo-wsc-ft-btn-cart {
    display: none;
}
body.woocommerce-checkout .page_title,
body.woocommerce-checkout .woocommerce-form-coupon-toggle {
    display: none;
}

.woocommerce-info {
    border-top-color: #945956;
}
.woocommerce-checkout .woocommerce a,
.woocommerce-info::before {
    color: #945956;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    margin-top: 30px;
    width: 100%;
}
.woocommerce form .form-row textarea {
    resize: none;
    height: 145px;
}
.woocommerce-MyAccount-navigation li a, .woocommerce-account .woocommerce-MyAccount-content a {
    color: #945956;
}
.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding-left: 0;
}
.woocommerce-MyAccount-navigation ul li{
    margin-bottom: 15px;
}
.woocommerce-MyAccount-navigation ul li a{
    font-weight: 700;
}
li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads {
    display: none;
}
.woocommerce-account input {
    padding: 5px 15px;
}

body.wc-archive-page #main > .container-fluid {
    padding: 0;
}
body.wc-archive-page #main > .container-fluid > .row > .col-md-10 {
    flex: 0 0 100%;
    max-width: 100%;
}
body.wc-archive-page h1.page_title {
    background: #945956;
    height: 396px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    margin: 0 !important;
    position: relative;
    z-index: 1;
    padding: 30px;
}
body.wc-archive-page h1.page_title:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(../images/woodring-watermark-1.svg) no-repeat center;
    background-size: cover;
    width: 100%;
    height: 100%;
    max-width: 590px;
    max-height: 530px;
    z-index: -1;
}
body.wc-archive-page .term-description {
    width: 50%;
    overflow: hidden;
    font-size: 14px;
    margin: 45px auto 23px auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
}
body.wc-archive-page .term-description.desc-fixed-height {
    height: 73px;
}
body.wc-archive-page .term-description.desc-fixed-height.full-height-desc {
    height: auto;
}
.term-description.desc-fixed-height:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    height: 60px;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), white);
    opacity: 1;
    transition: opacity .5s;
}
body.wc-archive-page .term-description.desc-fixed-height.full-height-desc:after {
    opacity: 0;
}
.show-full-desc-container {
    text-align: center;
}
.show-full-desc {
    text-align: center;
    background: #F5F5F5;
    display: inline-block;
    padding: 12px 27px;
    border-radius: 22px;
    font-size: 15px;
    cursor: pointer;
}
.prod-cat-before-container {
    width: 83.3333%;
    margin: 0 auto;
    padding: 0 15px;
}
.next-level-categories-wrapper {
    margin: 95px auto 72px auto;
}
.next-level-categories-info-title {
    color: #000;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 60px;
}
img.cat-thumb-img {
    height: 110px;
    object-fit: contain;
}
div#next-level-categories-carousel h3 {
    font-size: 15px;
    color: #2E2F30;
    text-align: center;
    margin: 20px 0;
}
#next-level-categories-carousel button.owl-prev {
    position: absolute;
    top: calc(50% - 30px);
    transform: translateY(-50%);
    left: -25px;
}
#next-level-categories-carousel button.owl-next {
    position: absolute;
    top: calc(50% - 30px);
    transform: translateY(-50%);
    right: -25px;
}
.cat-filters-container > div {
    flex: 0 0 26%;
    max-width: 26%;
    padding: 0 15px;
}
.cat-filters-container {
    display: flex;
    flex-wrap: wrap;
    margin: 72px -15px 20px -15px;
    flex: 0 0 80%;
    max-width: 80%;
    padding: 0 30px;
}
p.woocommerce-result-count {
    display: none;
}
.general-container .prod-cat-before-container {
    width: 83.3333%;
    margin: 0 auto;
    padding: 0 30px;
}
.prod-tax-container {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -30px;
    align-items: flex-end;
}
.woocommerce .woocommerce-ordering {
    padding: 0 30px;
    flex: 0 0 20%;
    max-width: 20%;
    border-radius: 25px;
    background: #F5F5F5;
}
.bapf_sfilter {
    display: flex;
    align-items: center;
    background: #F5F5F5;
    padding: 5px 25px;
    width: 100%;
    border-radius: 25px;
    gap: 0 15px;
    justify-content: center;
    margin-bottom: 0;
}
.bapf_head h3 {
    font-size: 14px;
    color: #2E2F30;
    opacity: .3;
    margin: 0;
}
.bapf_head {
    flex: 0 0 30%;
    max-width: 30%;
}
.bapf_body {
    font-size: 14px;
    flex: 0 0 70%;
    max-width: 70%;
    color: #2E2F30;
}
.select2-container--default .select2-selection--multiple {
    background-color: transparent !important;
    border: none !important;
}
.bapf_body .select2-container.select2-container:after {
    content: '';
    position: absolute;
    top: 5px;
    right: 5px;
    width: 8px;
    height: 8px;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    transform: rotate(135deg) translateY(-50%);
}
.bapf_body .select2-container.select2-container {
    position: relative;
}
.woocommerce .woocommerce-ordering select {
    background: transparent;
    padding: 10px;
    border: none;
}

body.wc-archive-page ul.products {
    position: relative;
    border-top: solid 1px #D9D9D9;
    padding-top: 40px;
    width: 100%;
}

body.wc-archive-page ul.products:before {
    content: '';
    position: absolute;
    top: -1px;
    left: 100%;
    width: 100%;
    height: 1px;
    background: #D9D9D9;
}

body.wc-archive-page ul.products:after {
    content: '';
    position: absolute;
    top: -1px;
    left: 100%;
    width: 100%;
    height: 1px;
    background: #D9D9D9;
}
.woocommerce nav.woocommerce-pagination {
    margin: 0 auto;
}
.woocommerce nav.woocommerce-pagination ul{
    border: none;
    display: flex;
    align-items: center;
}
.woocommerce .woocommerce-pagination ul.page-numbers li, .woocommerce-page .woocommerce-pagination ul.page-numbers li {
    margin: 0 32px;
    border: none;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span{
    font-size: 23px;
    font-weight: bold;
    color: #38483E;
    border: solid 2px transparent;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:not(.next):not(.prev):hover, .woocommerce nav.woocommerce-pagination ul li span.current {
    background: transparent;
    border: solid 2px #38483E;
    border-radius: 100%;
    color: #38483E;
}
.woocommerce nav.woocommerce-pagination ul li a:not(.next):not(.prev), .woocommerce nav.woocommerce-pagination ul li span {
    width: 50px;
    height: 50px;
}
.woocommerce nav.woocommerce-pagination ul li a.next:hover,
.woocommerce nav.woocommerce-pagination ul li a.prev:hover {
    background-color: transparent;
}
.woocommerce-result-count{
    display: none;
}
small.woocommerce-price-suffix {
    display: block;
    font-size: 12px;
    color: #585757;
    opacity: .7;
}
.entry-meta {
    display: none;
}
.product_meta .sku_wrapper,
.product_meta .posted_in {
    display: none;
}
body.single-product div#breadcrumbs {
    width: 83.33333333%;
    margin: 0 auto;
    padding: 0 15px;
}
body.single-product .woocommerce .single-product {
    width: 70%;
    margin: 32px auto;
    padding: 0 15px;
}

body.single-product .woocommerce .single-product h1.product_title {
    font-size: 36px;
    font-weight: bold;
    color: #000;
    line-height: 38px;
}
body.single-product .woocommerce .single-product .prd-sku {
    color: #585757;
    font-size: 12px;
}
body.single-product .woocommerce .single-product p.price {
    display: flex;
    align-items: baseline;
    position: relative;
    margin-top: 35px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: solid 1px #E4E4E4;
}
body.single-product .woocommerce .single-product .summary.entry-summary small.woocommerce-price-suffix {
    position: absolute;
    bottom: 7px;
    right: 0;
}
.woocommerce-product-details__short-description {
    font-size: 14px;
}
.woocommerce-product-details__short-description p {
    margin-bottom: 0;
}
.woocommerce div.product form.cart .variations {
    margin: 30px 0;
}
.woocommerce div.product form.cart .variations tr {
    display: flex;
    flex-wrap: wrap;
}
.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item.radio-variable-item img {
    display: none;
}
.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item .variable-item-radio-value-wrapper {
    color: #fff;
}
.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item .variable-item-radio-value-wrapper span {
    color: #000;
    flex: 0 0 50%;
    max-width: 50%;
    font-size: 14px;
    font-weight: 500;
}
.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item .variable-item-radio-value-wrapper small.woocommerce-price-suffix {
    display: none;
}
.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item {
    width: 100%;
}
.woo-variation-swatches .variable-items-wrapper .variable-item .variable-item-contents {
    width: 100%;
}
.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item label {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex: 0 0 100%;
    max-width: 100%;
    border-bottom: solid 1px #E4E4E4;
    margin-bottom: 5px;
    padding-bottom: 5px;
}
.woocommerce div.product form.cart .variations th {
    width: 100%;
    margin-bottom: 23px;
}
.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item .variable-item-radio-value-wrapper {
    display: flex;
    width: calc(100% - 40px);
    justify-content: space-between;
}
.woocommerce div.product form.cart table td {
    width: 100%;
}
.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item .variable-item-radio-value-wrapper span.price {
    justify-content: flex-end;
}
.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item .variable-item-radio-value-wrapper span.price * {
    font-weight: 700;
    text-align: right;
}
.woocommerce div.product form.cart div.quantity {
    background: #F5F5F5 !important;
    border-radius: 28px !important;
    padding: 10px;
}
.woocommerce div.product form.cart div.quantity * {
    border: none;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    background: transparent;
}
button.single_add_to_cart_button{
    background: #38483E !important;
    opacity: 1 !important;
    border-radius: 35px !important;
    padding: 18px 40px !important;
    font-weight: 700 !important;
}
.woocommerce div.product div.summary {
    position: relative;
    margin-bottom: 90px;
}

.yith-wcwl-add-to-wishlist.wishlist-fragment{
    position: absolute;
    bottom: 164px;
    right: 0;
}
.yith-wcwl-add-button {
    width: 56px;
    height: 56px;
}

.yith-wcwl-add-button span {
    display: none;
}
.yith-wcwl-add-button > a, .yith-wcwl-add-button > a * {
    color: #fff !important;
}
.yith-wcwl-add-button .separator, .yith-wcwl-add-button .view-wishlist {
    font-size: 0;
}
.yith-wcwl-add-button > a .fa {
    color: #2E2F30 !important;
    font-size: 26px;
    background: #F5F5F5;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}
.yith-wcwl-add-button > a.delete_item .fa {
    color: #945956 !important;
}
.single-product-custom-icons .custom-icon {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 45px;
}
.single-product-custom-icons {
    display: flex;
    justify-content: center;
    border-top: solid 1px #E4E4E4;
    padding-top: 27px;
    margin: 0 -45px
}
.custom-icon-label {
    font-size: 14px;
    color: #000;
    font-weight: 700;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    display: flex;
    justify-content: center;
    margin-left: -30px;
    margin-right: -30px;
    border-bottom: solid 1px #E4E4E4;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: none;
    background: transparent;
    padding: 0 30px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-size: 26px;
    color: #000 !important;
    opacity: .6;
    font-weight: 700;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    opacity: 1;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    display: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    border-bottom: solid 3px #7D574B;
}
.woocommerce div.product .woocommerce-tabs .panel > h2 {
    display: none;
}
.woocommerce div.product .woocommerce-tabs .panel p {
    margin-bottom: 5px;
}
.woocommerce div.product .woocommerce-tabs .panel * {
    font-size: 14px;
    color: #000;
}
.woocommerce div.product .woocommerce-tabs .panel {
    margin: 45px auto;
    width: 70%;
}
.woocommerce-tabs.wc-tabs-wrapper {
    padding-bottom: 15px;
    margin-bottom: 64px;
    border-bottom: solid 1px #E4E4E4;
}
section.related.products > h2 {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 80px;
}
.woocommerce div.product form.cart .button {
    width: calc(100% - 220px);
}
.woocommerce div.product form.cart .reset_variations {
    color: #593327;
    font-weight: 700;
    font-size: 12px;
}
#home-selected-products-carousel.owl-carousel .owl-item img {
    height: 390px;
    object-fit: contain;
    background: transparent;
}
div#home-selected-products-carousel .owl-prev {
    position: absolute;
    top: 35%;
    left: -25px;
}
div#home-selected-products-carousel .owl-next {
    position: absolute;
    top: 35%;
    right: -25px;
}
.cat-posts-title {
    text-align: center;
    margin: 60px 0 30px 0;
    font-size: 20px;
    font-weight: 700;
}
ul.terms-list {
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 -30px 30px -30px;
    border-bottom: solid 1px #ccc;
}
ul.terms-list li {
    padding: 0 30px;
}
ul.terms-list li a {
    color: #666;
    font-size: 17px;
    display: inline-block;
}
ul.terms-list li.cat-is-active a {
    border-bottom: solid 2px #593327;
    color: #000;
}
body.archive .post-inner.custom-padding {
    margin-bottom: 45px;
}
/* body[wc-top-level-category] .prod-tax-container{
    display: none;
} */
.tagged_as {
    display: none;
}
.berocket_aapf_widget_selected_filter ul li {
    border: solid 1px;
    display: inline-block;
    padding: 5px 15px !important;
    border-radius: 20px;
}
.berocket_aapf_widget_selected_filter ul a {
    color: #000;
}
.berocket_aapf_widget_selected_filter ul {
    padding: 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: transparent;
    border: none;
    position: absolute;
    top: 5px;
}
.prd-custom-cta a {
    color: #38483E;
}
.prd-custom-cta {
    border: solid 2px #38483E;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 35px !important;
    font-weight: 700 !important;
}
.qc-cmp2-persistent-link {
    background-color: #A86C69 !important;
}

.grecaptcha-badge {
    display: none !important;
}
.slick-active a.wpgis-popup.fa.fa-expand {
    width: 100%;
    height: 100%;
    display: block;
    font-size: 0;
}

/*Responsive media css*/
@media (max-width: 1700px) {
    html {
        overflow-x: hidden;
    }
    div#home-carousel .item .slide-caption {
        max-width: 45vw;
    }
    div#home-carousel h1.slide-title {
        font-size: 40px;
        line-height: 50px;
    }
    div#home-carousel button.owl-next {
        right: 30px;
    }
    div#home-carousel button.owl-prev {
        right: 430px;
    }
    div#home-carousel .owl-dots {
        right: 130px;
    }
    .section-title {
        font-size: 40px;
        line-height: 52px;
    }
    .footer-contact-title {
        font-size: 60px;
        line-height: 78px;
    }
    .newsletter-title {
        font-size: 30px;
        line-height: 38px;
    }
    .newsletter-wrapper {
        border: none;
    }
    .footer-menu-info-wrapper .footer-col:last-child * {
        font-size: 18px;
    }
    .footer-title {
        font-size: 20px;
        line-height: 25px;
    }
    .company-first-section-title h2,
    h2.services-first-title {
        font-size: 70px;
        line-height: 80px;
    }
    .page-title {
        font-size: 45px;
        line-height: 60px;
    }
    .page-subtitle {
        font-size: 28px;
        line-height: 36px;
    }
}

@media (max-width: 1440px) {
    div#home-carousel .item .slide-caption {
        padding: 0 60px;
    }
    h3.support-section-title {
        font-size: 32px;
        line-height: 42px;
    }
    h1.single-project-title {
        font-size: 40px;
        line-height: 52px;
    }
    .yith-wcwl-add-button {
        width: 35px;
        height: 35px;
    }
    .yith-wcwl-add-button > a .fa {
        font-size: 18px;
        width: 35px;
        height: 35px;
    }
    button.single_add_to_cart_button {
        padding: 18px !important;
    }
    .yith-wcwl-add-to-wishlist.wishlist-fragment {
        bottom: 193px;
    }
}

@media (max-width: 1366px) {
    .section-title {
        font-size: 36px;
        line-height: 42px;
    }
    .home-section-2-card-cta a {
        font-size: 22px;
        margin-top: 30px;
    }
    .section-title-small {
        font-size: 28px;
        line-height: 35px;
    }
    .card-title-wrapper {
        font-size: 20px;
        line-height: 25px;
    }
    .single-project-wrapper .logo-img img {
        width: 70px;
    }
    .project-image-wrapper .logo-img {
        bottom: -35px;
    }
    .sinergasies-first-section-title h2 {
        font-size: 30px;
        line-height: 36px;
    }
    body.wc-archive-page h1.page_title {
        font-size: 32px;
    }
}

@media (max-width: 1280px) {
    h3.support-section-title {
        font-size: 28px;
        line-height: 38px;
    }
}

@media (max-width: 1024px) {
    ul#menu-main-menu {
        gap: 0 30px;
    }
    div#home-carousel h1.slide-title {
        font-size: 28px;
        line-height: 38px;
    }
    div#home-carousel .item .slide-caption {
        padding: 0 30px;
    }
    .section-title {
        font-size: 28px;
        line-height: 36px;
    }
    section#home-section-2 {
        padding: 50px 0;
    }
    .footer-contact-title {
        font-size: 45px;
        line-height: 60px;
    }
    .footer-contact-subtitle {
        font-size: 30px;
        line-height: 38px;
    }
    .newsletter-title {
        font-size: 24px;
        line-height: 32px;
    }
    .footer-title {
        font-size: 18px;
        line-height: 23px;
    }
    .footer-menu-info-wrapper .footer-col:last-child * {
        font-size: 16px;
    }
    .company-first-section-title h2,
    h2.services-first-title {
        font-size: 40px;
        line-height: 50px;
    }
    h3.company-first-section-subtitle {
        font-size: 26px;
        line-height: 34px;
    }
    section#company-first-section {
        padding: 60px 0 95px 0;
    }
}
@media (max-width: 768px) {
    html{
        overflow-x: auto;
    } 
    .main-menu-wrapper, .burger-trigger-label {
        display: none;
    }
    .categories-trigger-btn {
        position: absolute;
        top: 32px;
    }
    .header-logo-col {
        width: calc(100% - 197px);
        padding-left: 80px;
    }
    .header-search-wrapper .aws-container {
        border: none;
    }
    .header-search-col {
        width: 42px;
    }
    .header-icons-col {
        width: 155px;
    }
    .aws-container .aws-search-form .aws-search-btn_icon {
        height: 30px;
    }
    .aws-container .aws-search-form .aws-search-btn_icon svg path {
        fill: #333;
    }
    .both-menus-wrapper {
        gap: 0;
        padding: 0;
    }
    #main {
        margin-top: 0;
    }
    header#header .py-30 {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .aws-container .aws-search-form .aws-wrapper{
        position: fixed;
        top: -87px;
        left: 0;
        background: #fff;
        border-top: solid 1px #ccc;
        transition: top .3s;
    }
    .aws-container .aws-search-form.active-search .aws-wrapper{
        top: 87px;
    }
    .aws-search-result {
        border-radius: 24px !important;
        width: 100% !important;
        left: 0 !important;
        top: 131px !important;
    }
    div#home-carousel .item .slide-caption {
        max-width: 100%;
        position: relative;
    }
    div#home-carousel .item .slide-caption {
        padding: 30px;
    }
    div#home-carousel .owl-dots {
        position: relative;
        right: unset;
        bottom: 30px !important;
        text-align: center;
    }
    div#home-carousel button.owl-prev {
        position: relative;
        bottom: -15px !important;
        right: -30px !important;
    }
    div#home-carousel button.owl-next {
        position: relative;
        bottom: -15px !important;
        right: unset !important;
        left: calc(100% - 130px);
    }
    .section-title {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 30px;
    }
    #home-section-2 .col-md-5 {
        width: 100%;
    }
    .home-section-2-card-cta a {
        font-size: 16px;
        margin-top: 15px;
    }
    section#home-section-3 {
        padding: 30px 0;
    }
    .section-title-small {
        font-size: 20px;
        line-height: 27px;
    }
    .section-subtitle {
        margin-top: 10px;
        margin-bottom: 30px;
    }
    #home-section-4 .mx-auto > .row > div {
        width: 100%;
    }
    .home-section-4-texts-inner {
        padding-left: 0;
    }
    section#home-selected-products-section {
        margin-top: 60px;
    }
    h2.woocommerce-loop-product__title {
        font-size: 16px;
        margin-top: 15px;
        height: 38px;
    }
    .section-cta a {
        margin-top: 30px;
    }
    section#home-support-section {
        margin-top: 60px;
    }
    section#home-support-section > .row > div { 
        width: 100%;
    }
    section#home-support-section > .row > div:first-child {
        order: 2;
    }
    section#home-support-section > .row > div:last-child {
        order: 1;
    }
    .support-section-content-wrapper .row > div.mx-auto {
        width: 100%;
        padding: 30px;
    }
    #home-cards-section {
        margin-top: 60px;
    }
    .card-count-wrapper {
        margin-top: 15px;
        font-size: 20px;
    }
    .card-title-wrapper {
        font-size: 16px;
        line-height: 18px;
    }
    .card-text-wrapper {
        font-size: 14px;
        margin-top: 10px;
    }
    section#home-blog-section h2.section-title-small {
        margin: 45px 0;
    }
    .newsletter-wrapper .mx-auto > .row > div {
        width: 100%;
    }
    .newsletter-wrapper {
        margin: 30px 0;
    }
    .newsletter-title {
        margin-bottom: 45px;
    }
    section#footer-menu-info-section {
        margin-top: 30px;
    }
    .footer-menu-info-wrapper .footer-col{
        flex: 0 0 50%;
        max-width: 50%;
        padding: 15px;
    }
    .footer-menu-info-wrapper .footer-col:first-child, .footer-last-col {
        flex: 0 0 100%;
        max-width: 100%;
    }
    section#footer-last-row-section {
        margin: 25px 0;
    }
    section#footer-last-row-section .footer-col {
        display: none;
    }
    section#company-first-section > div > div > div.col-md-10 > div.row > div,
    section#company-second-section > div > div > div.col-md-10 > div.row > div,
    section#company-last-section > div > div > div.col-md-10 > div.row > div,
    section#services-first-section > div > div > div.col-md-10 > div.row > div {
        flex: 0 0 100%;
        max-width: 100%;
        margin-left: 0;
    }
    .company-first-section-texts {
        max-width: 100%;
        margin-left: 0;
    }
    section#services-first-section div.ms-auto {
        margin-left: 0 !important;
    } 
    div#timeline-carousel .item .timeline-year, div#timeline-carousel .item .timeline-text {
        padding-left: 5px;
    }
    div#timeline-carousel .item .timeline-img, div#timeline-carousel .item .timeline-text {
        padding-right: 5px;
    }
    div#timeline-carousel .item .timeline-text {
        font-size: 13px;
        line-height: 15px;
    }
    .timeline-year {
        font-size: 18px;
        padding-top: 50px;
        margin-bottom: 15px;
    }
    section#company-last-section {
        margin-top: 60px;
    }
    .company-second-section-title h2,
    .company-last-section-title{
        font-size: 28px;
        line-height: 36px;
    }
    .page-title {
        font-size: 32px;
        line-height: 40px;
    }
    .page-subtitle {
        font-size: 24px;
        line-height: 30px;
    }
    .page-title-wrapper {
        width: 100%;
        padding: 0 30px;
    }
    section#videos-section .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 15px !important;
    }
    .services-first-text {
        margin-top: 50px;
    }
    .service-counter, .service-title {
        font-size: 26px;
    }
    section#services-section .services-section-wrapper .service-row:not(:last-child) {
        margin-bottom: 50px;
    }
    #home-cards-section .col-md-3.px-md-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    body.wc-archive-page h1.page_title {
        font-size: 32px;
    }
    .next-level-categories-info-title {
        font-size: 26px;
        margin-bottom: 30px;
    }
    .next-level-categories-wrapper {
        margin: 45px auto 15px auto;
    }
    .cat-filters-container {
        margin: 20px 0;
        padding: 0;
    }
    body.wc-archive-page h2.woocommerce-loop-product__title {
        font-size: 16px !important;
        margin-top: 15px !important;
        height: 69px;
    }
    .mob-filters-wrapper {
        position: fixed;
        top: 0;
        left: 0;
        background: #945956;
        width: 100%;
        height: 100%;
        z-index: 100;
        padding: 15px;
        transition: transform .3s ease-in-out;
        transform: translateX(-100%);
    }
    .mob-filters-wrapper.filters-active {
        transform: translateX(0);
    }
    .mob-filters-btn {
        position: fixed;
        bottom: 15px;
        z-index: 100;
        text-align: center;
        width: calc(100% - 30px);
        background: #945956;
        color: #fff;
        font-weight: 700;
        padding: 8px;
        font-size: 14px;
        cursor: pointer;
    }
    .mob-filters-btn svg {
        width: 20px;
        fill: #fff;
    }
    .cat-filters-container > div {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 15px;
    }
    .cat-filters-container,
    .woocommerce .woocommerce-ordering {
        flex: 0 0 100%;
        max-width: 100%;
        display: none;
    }
    .mob-filters-wrapper .cat-filters-container { 
        display: flex;
    }
    .mob-filters-wrapper .woocommerce-ordering {
        display: none;
    }
    .close-filters-btn {
        position: absolute;
        top: 0;
        right: 15px;
        color: #fff;
        font-size: 40px;
        line-height: 1;
        cursor: pointer;
    }
    .mob-apply-filters-btn {
        position: absolute;
        bottom: 15px;
        background: #fff;
        width: calc(100% - 30px);
        left: 15px;
        text-align: center;
        font-weight: 700;
        padding: 8px;
        cursor: pointer;
    }
    body.single-product .woocommerce .single-product h1.product_title {
        font-size: 24px;
        line-height: 30px;
    }
    .woocommerce div.product .woocommerce-tabs ul.tabs li a {
        font-size: 18px;
    }
    section.related.products > h2 {
        font-size: 26px;
        margin-bottom: 50px;
    }
    body.single-product .woocommerce .single-product {
        width: 100%;
    }
}

@media (max-width: 450px) {
    div#home-carousel button.owl-prev {
        right: -10px !important;
    }
    div#home-carousel button.owl-next {
        left: calc(100% - 110px);
    }
    .home-section-2-card {
        margin-bottom: 30px;
    }
    .home-section-2-card-cta a {
        margin-top: 5px;
    }
    section#home-section-2 {
        padding: 50px 0 10px 0;
    }
    div#home-section-4-gallery-carousel button.owl-next, div#home-selected-products-carousel .owl-next {
        right: -8px;
    }
    div#home-section-4-gallery-carousel button.owl-prev, div#home-selected-products-carousel .owl-prev {
        left: -8px;
    }
    .card-img-wrapper img {
        display: block;
        width: 100%;
    }
    .footer-contact-wrapper {
        margin-top: 45px;
        z-index: 1;
        position: relative;
    }
    .footer-contact-title {
        font-size: 30px;
        line-height: 32px;
    }
    .footer-contact-subtitle {
        font-size: 24px;
        line-height: 28px;
    }
    .newsletter-wrapper {
        padding: 0 30px;
    }
    .footer-menu-info-wrapper .footer-col {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        padding: 15px 30px;
    }
    .footer-last-col ul {
        display: flex;
        flex-wrap: wrap;
    }
    .footer-last-col ul li {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .footer-last-col {
        flex-direction: column;
        padding: 0 15px;
    }
    a.mm-navbar__title {
        padding: 30px 0 52px 15px !important;
    }
    ul.mm-listview {
        padding-left: 15px;
    }
    .mm-menu--position-left, .mm-menu--position-left-front, .mm-menu--position-right, .mm-menu--position-right-front {
        width: 100% !important;
    }
    body.aws-overlay .aws-search-btn_icon {
        display: none !important;
    }
    #home-section-4-gallery-carousel.owl-carousel .owl-item img {
        height: auto;
    }
    #home-selected-products-carousel.owl-carousel .owl-item img {
        width: 100%;
        height: 300px;
    }
    .mc4wp-form-fields {
        flex-wrap: wrap;
        justify-content: center;
    }
    .newsletter-title {
        text-align: center;
    }
    .mc4wp-form-fields > div:first-child > label {
        width: 100%;
    }
    .mc4wp-form-fields > div:first-child > div > label {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 20px;
    }
    header#header {
        position: fixed;
    }
    #main {
        padding-top: 87px;
        position: relative;
    }
    .mm-wrapper--position-left .mm-slideout, .mm-wrapper--position-right .mm-slideout {
        will-change: unset;
    }
    div#home-carousel h1.slide-title {
        font-size: 22px;
        line-height: 26px;
    }
    .slide-text {
        padding: 20px 0;
        font-size: 16px;
        line-height: 24px;
    }
    .owl-nav button img {
        transform: scale(.6);
    }
    .page-hero-wrapper {
        position: relative;
        height: 250px;
    }
    .page-hero-wrapper img {
        height: 100%;
        object-fit: cover;
    }
    .page-title {
        font-size: 26px;
        line-height: 34px;
    }
    .page-subtitle {
        font-size: 18px;
        line-height: 22px;
    }
    .company-first-section-title h2,
    h2.services-first-title {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 20px;
    }
    h3.company-first-section-subtitle {
        font-size: 22px;
        line-height: 26px;
    }
    .company-second-section-title h2, .company-last-section-title {
        font-size: 20px;
        line-height: 28px;
        margin-top: 20px;
    }
    .services-first-text {
        margin-top: 30px;
    }
    section#services-first-section {
        padding-bottom: 30px;
    }
    .sinergasies-first-section-title h2 {
        font-size: 22px;
        line-height: 28px;
    }
    section#services-first-section {
        padding-bottom: 30px;
    }
    section#services-section {
        margin-top: -30px;
    }
    .service-counter, .service-title {
        font-size: 20px;
    }
    .service-content-inner {
        padding-left: 0;
    }
    section#services-section .services-section-wrapper .service-row:not(:last-child) {
        margin-bottom: 30px;
    }
    #home-cards-section .col-md-3.px-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    h1.single-project-title {
        font-size: 24px;
        line-height: 36px;
    }
    .single-project-wrapper, #our-projects-section {
        margin-top: 30px;
    }
    body.wc-archive-page h1.page_title {
        font-size: 26px;
        height: 200px;
    }

    .next-level-categories-info-title {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .next-level-categories-wrapper {
        margin: 15px auto;
    }
    .woocommerce .woocommerce-pagination ul.page-numbers li, .woocommerce-page .woocommerce-pagination ul.page-numbers li {
        margin: 0 5px;
    }
    .woocommerce div.product form.cart .button {
        width: calc(100% - 200px);
        padding: 18px 10px !important;
        font-size: 15px;
    }
    .woocommerce div.product .woocommerce-tabs .panel {
        width: calc(100% - 30px);
    }
    .related.products h2.woocommerce-loop-product__title {
        font-size: 16px !important;
        margin-top: 15px !important;
        height: 48px;
    }
    .single-product-custom-icons {
        margin: 0 -15px;
    }
    .single-product-custom-icons .custom-icon {
        padding: 0 15px;
    }
    .custom-icon-label {
        font-size: 12px;
        line-height: 14px;
    }
    .woocommerce div.product form.cart div.quantity {
        margin: 15px 0;
        width: 100%;
        text-align: center;
    }
    .woocommerce div.product form.cart .button {
        width: calc(100% - 50px);
    }
    .yith-wcwl-add-to-wishlist.wishlist-fragment {
        bottom: 170px;
    }
    .woocommerce div.product form.cart .variations {
        margin: 30px 0 0 0;
    }
    .woocommerce div.product .woocommerce-tabs ul.tabs li a {
        font-size: 14px;
        line-height: 16px;
    }
    .woocommerce div.product div.summary {
        margin-bottom: 45px;
    }
    .woocommerce div.product div.images {
        display: flex;
        flex-wrap: wrap;
    }
    .woocommerce div.product div.images > div {
        flex: 0 0 100%;
        max-width: 100%;
    }
    /* .vertical-img-left.wpgis-slider-for {
        pointer-events: none;
    } */
    a.wpgis-popup {
        display: none;
    }
    .slick-initialized .slick-slide img {
        max-height: 400px !important;
        object-fit: cover;
    }
}
