/*
-- Crvena primarna: #DD211C;
-- Footer pozadina (siva): #EBEBEB;
*/

@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap'); /* treba li ovo?*/
:root {
	--primary-color-red: #DD211C;
	--color-dark: #252525;
	--color-gray: #EBEBEB;
	--bs-font-sans-serif: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
}
html body {
  font-family: var(--bs-font-sans-serif);
  color: #000;
  font-size: 14px;
  line-height: 24px;
}
.jost-font {
    font-family: "Jost", sans-serif;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
     font-family: "Jost", sans-serif !important;
     font-weight: 700 !important;
}
body h1, body .h1 {
    font-size: 40px;
    font-size: 2.5rem;
}
body h2, body .h2, .woocommerce-products-header__title {
    font-size: 32px;
    font-size: 2rem;
}
body h3, body .h3 {
    font-size: 28px;
    font-size: 1.75rem;
}
body h4, body .h4 {
    font-size: 24px;
    font-size: 1.5rem;
}
body .h2-thin {
    font-family: var(--bs-font-sans-serif);
    font-size: 28px;
    font-weight: 300;
    line-height: 42px;
    color: #000;
}
body a {
    text-decoration: none !important;
    transition: 0.4s ease;
    color: var(--primary-color-red);
}
body a:hover {
    color: #000;
}
.font-24 {
    font-size: 1.5rem;
    font-size: 24px;
}
.font-20 {
    font-size: 1.25rem;
    font-size: 20px;
    line-height: 2rem;
}
.big-padding {
    padding-top: 9.375rem;
    padding-bottom: 9.375rem;
}
.p-60 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
}
.bg-red {
    background-color: var(--primary-color-red);
}
.color-red {
    color: var(--primary-color-red);
}
header .navbar-brand.custom-logo-link img {
    width: 194px;
}
header .navbar {
    padding-bottom: 1rem;
    padding-top: 1rem;
}
#main-nav.bg-primary {
	background-color: #fff !important;
}
#main-nav .navbar-nav .nav-link {
	color: #000;
	text-transform: uppercase;
	font-family: 'Jost', sans-serif;
	font-weight: 700;
	font-size: 14px;
	line-height: 24px;
        padding-bottom: 0;
        padding-top: 0;
        padding-left: 12px;
}
#main-nav .navbar-nav .nav-link:hover {
	color: #DD211C;
}
.hero-section {
	padding: 0;
}
.hero-section .wp-block-cover {
	min-height: 850px;
}
.hero-section.hero-section-m .wp-block-cover {
	min-height: 500px;
}
.hero-section.hero-section-s .wp-block-cover {
	min-height: 380px;
}
.hero-section .wp-block-cover .text-block {
	color: var(--primary-color-red);
	background-color: #fff;
	padding: 32px;
	max-width: 625px;
	margin: 0 auto;
        gap: 0;
}
.hero-section .wp-block-cover .text-block p {
	color: #000;
}
.page-id-83 .hero-section .wp-block-cover .text-block {
    max-width: 750px;
}
.page-id-87 .hero-section .wp-block-cover .text-block, .page-id-91 .hero-section .wp-block-cover .text-block  {
    max-width: 670px;
}
.special-border {
	position: relative;
}
figure.wp-block-image.special-border img {
	margin-bottom: 15px;
        position: relative;
        z-index: 1;
}
.special-border:after {
	content: "";
	width: 110px;
	height: 110px;
	background-color: var(--primary-color-red);
	display: block;
	position: absolute;
	bottom: 0;
	left: -15px;
	z-index: 0;
}
header .navbar-dark .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
header .header-box a {
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    font-family: "Jost", sans-serif;
    color: #fff;
}
header .header-box a:hover {
    color: #000;
}
header .dgwt-wcas-search-wrapp {
    max-width: 300px;
}
header .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
    padding: 0;
}
header .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    padding: 7px 24px 7px 48px;
    font-size: 12px;
    border: 1px solid transparent;
    border-radius: 0px;
    height: auto;
    font-family: Montserrat,sans-serif;
    background-color: #EBEBEB;
    text-transform: uppercase;
}
header .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translate(-50%, -50%);
    right: 0 !important;
}
header .dgwt-wcas-suggestion-nores {
    font-size: 13px;
}
/*homepage slider*/
.swiper-home .swiper-slide, .reference-swiper .swiper-slide{
    height: auto;
}
.swiper-home .swiper-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: var(--color-gray);
    color: var(--primary-color-red);
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 700;
    text-align: center;
    width: 85%;
    height: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s ease;
    padding: 1rem;
    font-family: "Jost", sans-serif;
}
.swiper-home .swiper-content:hover {
    background: var(--primary-color-red);
    color: #fff;
}
.swiper-home .swiper-img {
    width: 100%;
    height: 100%;
    min-height: 565px;
}
.swiper-home .swiper-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-home .swiper-button-next:after, .swiper-home .swiper-button-prev:after,
.reference-swiper .swiper-button-next:after, .reference-swiper .swiper-button-prev:after {
    display: none;
}
.swiper-home .swiper-button-next svg, .swiper-home .swiper-button-prev svg {
    transform: scale(2);
    height: auto;
}
.swiper-home .swiper-button-next {
    right: 45%;
    top: 92%;
}
.swiper-home .swiper-button-prev {
    left: 45%;
    top: 92%;
}
.swiper-home.swiper {
    padding-bottom: 7rem;
    margin-bottom: 0;
}
.swiper-home .swiper-button-next svg path, .swiper-home .swiper-button-prev svg path,
.reference-swiper .swiper-button-next svg path, .reference-swiper .swiper-button-prev svg path{
    fill: #000;
}
.swiper-home .swiper-button-next svg:hover path, .swiper-home .swiper-button-prev svg:hover path,
.reference-swiper .swiper-button-next svg:hover path, .reference-swiper .swiper-button-prev svg:hover path{
    fill: var(--primary-color-red);
}
.img-border {
    border-radius: 8px;
    border: 8px solid #EBEBEB;
    padding: 1rem;
    margin-bottom: 1rem;
    height: 125px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.img-border img {
    margin-bottom: 0 !important;
}
ul.services-menu {
	margin: 0 auto;
	text-align: center;
}
ul.services-menu li {
	display: block !important;
	width: 100%;
}
ul.services-menu li a {
	display: block !important;
	background-color: var(--color-gray);
	color: var(--primary-color-red) !important;
	padding: 15px 50px;
	border-radius: 8px;
	font-family: Jost;
	font-weight: 700;
	font-size: 24px;
	line-height: 36px;
        font-family: "Jost", sans-serif;
}
ul.services-menu li a:hover {
	background-color: var(--color-dark);
}
/* -- footer -- */
#wrapper-footer-full, #wrapper-static-hero {
    background-color: var(--color-gray);
}
/* -- /footer --*/
table.upsell-atributi {
    width: 100%;
    border-collapse: collapse;
    overflow: scroll;
}

table.upsell-atributi th,
table.upsell-atributi td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: center;
}

table.upsell-atributi th {
    background: #f5f5f5;
}
.wrapper#wrapper-footer-full {
    padding: 5.5rem 0;
}
.services-row .wp-block-column {
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.p-6 {
    padding: 2rem;
}
.about-full-image {
    min-height: 830px;
}
.about-last-section {
    min-height: 340px;
}
.wp-block-navigation__container {
    gap: 0;
}
body .wp-block-navigation__container li {
    width: 100%;
    border-bottom: 1px solid #5C5C5C;
    padding-bottom: 8px;
    margin-bottom: 8px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    font-weight: 700;
    line-height: 22px;
}
body .wp-block-navigation__container li:last-child {
    margin-bottom: 0;
}
.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content {
    padding: 0;
}
body .wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
    background-color: #252525;
    border: 1px solid #fff;
    color: #fff !important;
    padding: 1rem;
}
.blog-posts h4 {
    font-size: 1.2rem;
}
.blog-posts article.right {
    height: 48%;
}
.blog-posts article.right .row {
    height: 100%;
}
.blog-posts article figure {
    margin: 0;
    height: 100%; 
}
.blog-posts article.right figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.columns-posts figure img {
    height: 220px;
    width: 100%;
    object-fit: cover;
}
.columns-posts article {
        height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}
.img-hover-red, .img-hover-red span {
    transition: 0.3s ease;
}
.img-hover-red:hover span {
    opacity: 1 !important;
    background-color: var(--primary-color-red) !important;
}
figure.mb-0 img {
    margin-bottom: 0;
}
.border-radius-lg {
    border-radius: 0.5rem;
}

.bestofus-box {
    min-height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1.5rem;
}
.bestofus-box img {
    min-height: 90px;
    object-fit: contain;
    margin-bottom: 0 !important;
}
.wp-block-buttons .wp-block-button .wp-block-button__link, .cta, body .btn-outline-primary, body .wpcf7 input[type=submit] {
    background: var(--primary-color-red);
    text-transform: uppercase;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    border-radius: 0;
    padding-top: 4px;
    padding-bottom: 4px;
    letter-spacing: 1.4px;
    color: #fff !important;
    padding-left: 1.8rem;
    padding-right: 1.8rem;
    font-family: "Jost", sans-serif;
    border: none;
}
body .btn-outline-primary {
    box-shadow: none !important;
}
body .wpcf7 input[type=submit] {
    width: 150px;
}
.wp-block-buttons .wp-block-button .wp-block-button__link:hover, .cta:hover, body .wpcf7 input[type=submit]:hover,  body .btn-outline-primary:hover, .btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, .woocommerce-info .btn-check:checked+a.button, .woocommerce-info :not(.btn-check)+a.button:active, .woocommerce-info a.active.button, .woocommerce-info a.button:first-child:active, .woocommerce-info a.show.button, .woocommerce-notices-wrapper .woocommerce-message .btn-check:checked+a.button, .woocommerce-notices-wrapper .woocommerce-message :not(.btn-check)+a.button:active, .woocommerce-notices-wrapper .woocommerce-message a.active.button, .woocommerce-notices-wrapper .woocommerce-message a.button:first-child:active, .woocommerce-notices-wrapper .woocommerce-message a.show.button, .wpcf7 .btn-check:checked+input[type=submit], .wpcf7 :not(.btn-check)+input[type=submit]:active, .wpcf7 input.active[type=submit], .wpcf7 input.show[type=submit], .wpcf7 input[type=submit]:first-child:active, :not(.btn-check)+.btn:active {
    background: #000;
    color: var(--primary-color-red);
}
.wpcf7 .wpcf7-form label {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.font-weight-700 {
    font-weight: 700;
}

#myBtn {
    position: fixed;
    bottom: 0.5rem;
    right: 0.5rem;
    display: none;
    color: #fff;
    z-index: 99;
    background-color: var(--primary-color-red);
    border: 0.063rem solid transparent;
    border-radius: 0.375rem;
    width: 2.5rem;
    height: 2.5rem;
    transition: all 0.6s ease;
}
.vt-gallery-item {
	position: relative;
	display: inline-block;
	margin: 5px;
}

.vt-gallery-item img {
	display: block;
}

.vt-remove {
	position: absolute;
	top: -6px;
	right: -6px;
	background: #000;
	color: #fff;
	width: 18px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	border-radius: 50%;
	cursor: pointer;
	font-size: 14px;
}
.reference-swiper .swiper-slide {
    text-align: center;
}
.reference-swiper .swiper-slide img {
    width: 1080px;
    height: 650px;
    object-fit: cover;
}
.reference-swiper .swiper-button-next svg, .reference-swiper .swiper-button-prev svg {
    transform: scale(1.75);
}
.reference-item .reference-content {
    max-width: 850px;
    background: #EBEBEB;
    margin: 0 auto;
    padding: 2rem;
    margin-top: -3rem;
    position: relative;
    z-index: 1;
}
.reference-item .reference-content p {
    font-size: 14px;
}
.reference-item .reference-content p:last-child {
    margin-bottom: 0;
}
.log-sustav p {
    color: #000;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    text-transform: uppercase;
    margin-bottom: 0 !important;
}
.blog-post img {
    height: 320px;
    width: 100%;
    object-fit: cover;
}
.blog-post h4 {
    line-height: 2.25rem;
}
.blog-post p {
    color: #000;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
}
.rounded-8 {
    border-radius: 8px;
}
footer p {
    line-height: 24px;
    margin-bottom: 0;
}
.form-control, .wpcf7 .wpcf7-validation-errors, .wpcf7 input[type=color], .wpcf7 input[type=date], .wpcf7 input[type=datetime-local], .wpcf7 input[type=datetime], .wpcf7 input[type=email], .wpcf7 input[type=file], .wpcf7 input[type=month], .wpcf7 input[type=number], .wpcf7 input[type=range], .wpcf7 input[type=search], .wpcf7 input[type=submit], .wpcf7 input[type=tel], .wpcf7 input[type=text], .wpcf7 input[type=time], .wpcf7 input[type=url], .wpcf7 input[type=week], .wpcf7 select, .wpcf7 textarea {
        background: #EBEBEB;
    border: none;
    border-radius: 0;
}
.form-control:focus, .wpcf7 .wpcf7-validation-errors:focus, .wpcf7 input[type=color]:focus, .wpcf7 input[type=date]:focus, .wpcf7 input[type=datetime-local]:focus, .wpcf7 input[type=datetime]:focus, .wpcf7 input[type=email]:focus, .wpcf7 input[type=file]:focus, .wpcf7 input[type=month]:focus, .wpcf7 input[type=number]:focus, .wpcf7 input[type=range]:focus, .wpcf7 input[type=search]:focus, .wpcf7 input[type=submit]:focus, .wpcf7 input[type=tel]:focus, .wpcf7 input[type=text]:focus, .wpcf7 input[type=time]:focus, .wpcf7 input[type=url]:focus, .wpcf7 input[type=week]:focus, .wpcf7 select:focus, .wpcf7 textarea:focus {
    color: #000;
    border-color: #DD211C;
    box-shadow: 0 0 0 .15rem #dd211cad;
}
.shop-cat a {
    color: #DD211C;
    font-family: "Jost", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
}
.shop-cat .line-heading {
    display: block;
    width: 50px;
    border: 1px solid #000;
    margin: 0 auto;
    margin-bottom: 1rem;
}
.caf-filter p.name {
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}
.caf-filter input {
        background: #EBEBEB;
    border: none;
    border-radius: 0;
}
.caf-check {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 14px;
    margin-bottom: 0;
}

/* sakrij pravi checkbox */
.caf-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* custom box */
.caf-check .checkmark {
    width: 16px;
    height: 16px;
    background: #EBEBEB;
    margin-right: 10px;
    transition: 0.2s;
    position: relative;
}

/* hover */
.caf-check:hover .checkmark {
    border-color: #000;
}

/* checked state */
.caf-check input:checked + .checkmark {
    background: #000;
    border-color: #000;
}

/* SVG check */
.caf-check input:checked + .checkmark::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 8.5L7 11.5L12 5.5' stroke='white' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a {
    color: #DD211C;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb {
    font-size: 10px;
    color: #ACACAC;
}
.woocommerce-result-count, .woocommerce-ordering, #primary .woocommerce-breadcrumb, .woocommerce ul.products li.product .price,
.single-product .woocommerce-tabs, .single-product .related.products {
    display: none !important;
}
.woocommerce-products-header__title {
    margin-bottom: 1rem;
    color:  var(--primary-color-red);
}
body.archive .products.columns-3 li {
    border: 1px solid #ECECEC;
    padding: 1.5rem;
    text-align: center;
    margin-bottom: 2rem !important;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
        color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 24px;
}
.woocommerce div.product div.images img {
        border: 1px solid #EBEBEB;
    padding: 1.5rem;
}
.woocommerce div.product div.images .flex-control-thumbs {
    margin-top: 1.5rem;
    gap: 1rem;
    display: flex;
}
.woocommerce div.product div.images .flex-control-thumbs li {
    float: none !important;
    width: auto !important;
    flex: 1;
}
.woocommerce div.product .product_title {
    color: #DD211C;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 1.5rem;
}
.woocommerce div.product div.images {
    margin-bottom: 0;
}
.single-product .table-products {
    border-bottom: 8px solid #EBEBEB;
    margin-bottom: 64px;
    padding-bottom: 64px;
    display: inline-block;
    width: 100%;
    margin-top: 4rem;
}
.product-contact-form {
    padding-bottom: 60px;
}
.shop-cat figure {
    text-align: center;
}

.caf-filters {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.caf-filter {
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
}

.caf-toggle {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px;
    background: none;
    border: 0;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    text-align: left;
}

.caf-title {
    pointer-events: none;
}

.caf-icon {
    font-size: 18px;
    line-height: 1;
    transition: transform .2s ease;
}

.caf-filter.is-open .caf-icon {
    transform: rotate(45deg);
}

.caf-options {
    display: none;
    padding: 6px 12px;
    max-height: 260px;
    overflow-y: auto;
    border-top: 1px solid #f1f1f1;
}

.caf-check {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 5px 0;
    cursor: pointer;
}

.caf-check input[type="checkbox"] {
    margin: 0;
}

.label-text {
    font-size: 14px;
    line-height: 1.4;
}

.caf-no-products {
    list-style: none;
    padding: 20px;
}
.wp-block-file:not(.wp-element-button) {
    font-size: initial;
}
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1346px !important;
    }
}
@media (max-width: 781px) {
    .log-sustav.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
        flex-basis: 45%!important;
    }
    div.wp-block-column:empty {
        display: none;
    }
    :where(.wp-block-columns.is-layout-flex) {
        gap: 0em;
    }
    .services-row .wp-block-column {
        height: 300px;
    }
    .about-full-image {
        min-height: 600px;
    }
    ul.services-menu li a {
        padding: 14px 24px;
        font-weight: 700;
        font-size: 20px;
        line-height: 24px;
    }
    .reference-item .reference-content {
        margin-top: 0;
    }
    .reference-swiper .swiper-slide img {
        width: 100%;
        height: 300px;
        object-fit: cover;
    }
    .reference-swiper .swiper-button-next svg path, .reference-swiper .swiper-button-prev svg path {
        fill: #ffffff;
    }
    .reference-swiper .swiper-button-next {
        margin-right: 10px;
    }
    .reference-swiper .swiper-button-prev {
        margin-left: 10px;
    }
    body.woocommerce ul.products li.product a.btn-outline-primary {
        font-size: 11px;
        line-height: 16px;
        padding-top: 5px;
        padding-bottom: 5px;
        letter-spacing: 0.5px;
        padding-left: 0.7rem;
        padding-right: 0.7rem;
    }
    body.archive .products.columns-3 li {
        margin-bottom: 1rem !important;
        padding: 1rem;
    }
    .woocommerce ul.products li.product .woocommerce-loop-product__title {
        margin-bottom: 12px;
    }
    .single-product .table-products {
        border-bottom: none; 
        margin-bottom: 1rem;
        padding-bottom: 0rem;
        display: inline-block;
        width: 100%;
        margin-top: 1rem;
        overflow-x: scroll;
    }
    .product-contact-form {
        border-top: 6px solid #EBEBEB;
        margin-top: 1rem;
        padding-top: 2rem;
    }
    table.upsell-atributi th {
        background: #f5f5f5;
        min-width: 70px;
        line-height: 18px;
        padding: 11px;
    }
    .product-contact-form {
        padding-bottom: 40px;
    } 
    .log-sustav {
        gap: 1rem;
    }
    .img-border {
        border: 6px solid #EBEBEB;
        margin-bottom: 0.5rem;
    }
    .hero-section .wp-block-cover .text-block {
        padding: 1rem;
    }
}
@media (max-width: 767px) {
    .swiper-home .swiper-button-next {
        right: 35%;
    }
    .swiper-home .swiper-button-prev {
        left: 35%;
    }
    .hero-section .wp-block-cover {
	min-height: 500px;
    }
    .big-padding {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .p-60 {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    body h1, body .h1, body h2, body .h2 {
        font-size: 1.3rem;
    }
    body h4, body .h4, body h3, body .h3  {
        font-size: 1.3rem;
    }
    body .h2-thin {
        font-size: 1.3rem;
        line-height: normal;
    }
    .font-20, .font-24 {
        font-size: 1rem;
        font-size: 16px;
        line-height: 1.75rem;
    }
    .swiper-home .swiper-img {
        min-height: 450px;
    }
    .swiper-home .swiper-content {
        font-size: 1.3rem;
        line-height: 1.8rem;
    }
    .bestofus-box {
        min-height: 300px;
        padding: 1rem;
    }
    .blog-post h4 {
        line-height: 1.8rem;
    }
    .wrapper#wrapper-footer-full {
        padding: 2rem 0;
    }
    #main-menu li {
            border-bottom: 1px solid #C7C7C7;
    margin-bottom: 0.5rem;
    padding-bottom: 0.5rem;
    }
    header .navbar-brand.custom-logo-link img {
        width: 120px;
    }
    .offcanvas-header {
        order: 1;
    }
    .header-top {
        order: 2;
    }
    .offcanvas-body {
        order: 3;
    }
    .offcanvas-header .btn-close {
        font-size: 1.3rem;
    }
    header .dgwt-wcas-search-wrapp {
        max-width: 100%;
    }
    header .mob-100 {
        width: 100%;
    }
    header .header-box {
        width: 100%;
        justify-content: space-around;
    }
    .single-product .table-products {
        overflow: scroll;
    }
}