/*
Theme Name: Qualita
Author: Vaidas
Version: 1.0
*/

@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body,html {
    margin:0;
    padding:0;
    overflow-x: hidden !important;
}

p, div {
    font-family: 'Jost', sans-serif;
    font-style: normal;
    font-weight: 400;
    color:#fff;
    font-size: 16px;
    padding:0;
    margin:0;
}

h3 {
    font-family: 'Jost', sans-serif;
    font-style: normal;
    font-weight: 600;
    color:#fff;
    font-size: 80px;
    text-transform: uppercase;
    width:65%;
    padding:0;
    margin:0;
}

h5 {
    font-family: 'Jost', sans-serif;
    font-style: normal;
    font-weight: 400;
    color:#171616;
    font-size: 40px;
}

.maxWidth {
    padding-left: 90px;
    padding-right: 90px;
}

.minWidth {
    padding-right: var(--bs-gutter-x,.75rem);
    padding-left: var(--bs-gutter-x,.75rem);
}

.hidden {
    display:none;
}

.btn {
    font-family: 'Prompt';
    font-size: 12px;
    color:#171616;
    background-color: white;
    border-radius: 0;
    text-transform: uppercase;
    padding: 15px 50px;
}

.btn:focus {
    box-shadow: none;
}

.navbar-top {
    background-color:#171616;
    padding:10px 0;
}

.navbar-top__content .all-content {
    display: flex;
    justify-content: space-between;
}

.navbar-top__content .contacts {
    display:flex;
    justify-content: start;
}

.navbar-top__content .contacts p {
    padding-right:50px;
    font-size: 14px;
}

.navbar-top__content .about {
    display:Flex;
    justify-content:end;
}


.navbar-top__content .about p {
    font-size: 14px;
}

.navbar {
    background-color:#fff !important;
}

.navbar-light .navbar-nav .nav-link {
    font-family: 'Jost', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color:#171616;
}

.navbar-light .navbar-nav .nav-item {
    padding-right:20px;
}

.navbar-light .navbar-nav .nav-item:last-child {
    padding-right:0;
}

.navbar-collapse {
    display:flex;
    justify-content: end;
}


.openBtn {
    background: white;
    border: none;
    /* padding: 10px 15px; */
    cursor: pointer;
    display:block;
    padding: 0.5rem 0.5rem !important;
    font-family: 'Jost', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #171616;
    padding-right: 0 !important;
  }
  
  .openBtn:hover {
    background: white;
  }
  
  .overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
  }
  
  .overlay-content {
    position: relative;
    top: 46%;
    width: 80%;
    text-align: center;
    margin-top: 30px;
    margin: auto;
  }
  
  .overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    cursor: pointer;
    color: white;
  }
  
  .overlay .closebtn:hover {
    color: #ccc;
  }
  
  .overlay input[type=text] {
    padding: 15px;
    font-size: 17px;
    border: none;
    float: left;
    width: 80%;
    background: white;
  }
  
  .overlay input[type=text]:hover {
    background: #f1f1f1;
  }
  
  .overlay button {
    float: left;
    width: 20%;
    padding: 15px;
    background: #ddd;
    font-size: 17px;
    border: none;
    cursor: pointer;
  }
  
  .overlay button:hover {
    background: #bbb;
  }


.section-top .swiper-slide {
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.section-top .swiper-slide {
    display: block;
    width: 100%;
    height: 600px;
    background-size: cover !important;
    display: flex;
    justify-content: flex-start;
}

.section-top .swiper-pagination-bullet {
    background:white;
    opacity:1;
}

.section-top .swiper-pagination-bullet:active {
    background:#C49F71;
}
.section-top .swiper-pagination-bullet:focus {
    background:#C49F71;
}

.section-top p {
    padding: 30px 0;
}

.section-logo {
    background-color:#F7F3ED;
}

.section-logo__info p {
    color:#171616;
    padding-bottom:30px;
    font-size:24px;
}

.section-logo__info h5 {
    padding:30px 0;
}

.section-logo__info .col {
    text-align:center;
}

.section-logo__slider .slick-slide .col {
    display: flex !important;
    justify-content: center;
    padding:30px 10px;
}

.section-logo__slider .slick-slide .col img {
    height:55px !important;
    width:100% !important;
}

.section-logo__slider .slick-dots {
    background-color:#F7F3ED;
}

.section-logo__slider {
    padding-bottom:50px;
}

.section-slider .swiper-slide {
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.section-slider .swiper-slide {
    display: block;
    width: 100%;
    height: 600px;
    background-size: cover;
    display: flex;
    justify-content: flex-start;
}

.section-slider .swiper-pagination-bullet {
    background:white;
    opacity:1;
}

.section-slider .swiper-pagination-bullet:active {
    background:#C49F71;
}
.section-slider .swiper-pagination-bullet:focus {
    background:#C49F71;
}

.swiper-pagination-bullet-active {
    background:#C49F71 !important;
}

.section-slider__content h3 {
    font-size:64px;
    padding:30px 0;
}

.section-product__info p {
    padding-top:90px;
    color:#171616;
    font-size:16px;
}

.section-product__info .custom {
    width:80%;
}

.section-product__info h5 {
    padding-bottom:30px;

}

.section-product__slider .slick-slide .col {
    display: flex !important;
    justify-content: center;
    padding:30px 10px;
}

.section-product__slider .slick-slide .col img {
    width:100%;
    object-fit: cover;
    max-height: 250px;
}

.section-product__slider .slick-prev {
    left: 85%;
    background:url(img/common/Vector.svg);
    background-repeat: no-repeat !important;
    top: -10%;
}

.section-product__slider .slick-prev::before {
    content: '';
}

.section-product__slider .slick-next {
    right: 8%;
    background:url(img/common/Vector2.svg);
    background-repeat: no-repeat !important;
    top: -10%;
}

.section-product__slider .slick-next::before {
    content: '';
}

.section-product__slider .slick-dots {
    position:unset;
}

.footer-top__content .box {
    background-color: #C49F71;
    padding: 50px 10px;
    display: flex;
    flex-direction: column;
}

.footer-top__content .box p {
    text-align:center;
    font-size:14px;
    opacity:50%;
}

.footer-top__content .box .custom {
    font-size: 20px;
    opacity:1;
}

.footer-top {
    margin-bottom:-100px;
}

.footer-main {
    background-color:#171616;
    padding-top:150px;
}

.footer-main__content h5 {
    font-family: 'Jost', sans-serif;
    font-style: normal;
    font-weight: 700;
    color:#C49F71;
    font-size:24px;
    padding-bottom:20px;
}

.footer-main__content img {
    padding-bottom:20px;
}

.footer-main__content .contacts .box {
    display: flex;
    justify-content: start;
}

.footer-main__content .custom {
    color:#FEFCFB;
    Opacity: 50%
}

.footer-main__content .contacts p {
    color:#FEFCFB;
    Opacity: 50%
}

.footer-main__content .contacts2 {
    display: flex;
    justify-content: start;
}

.footer-main__content .contacts2 img {
    padding:0;
    padding-right:20px;
}

.footer-main__content .overline {
    border-bottom: 1px solid white;
    padding-bottom:0;
}


 .wpcf7-spinner {
    display:none;
}

.footer-bottom {
    background-color:#171616;
    padding-top:30px;
}

.footer-bottom .box {
    display: Flex;
    justify-content: space-between;
    border-top: 1px solid #C49F71;
    padding-top:50px;
    padding-bottom:50px;
}


.category-banner {
    height: 600px;
    background-size: cover !important;
    display:flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat !important;
}

.category-banner p {
    font-size:80px;
    font-family: 'Jost', sans-serif;
    font-style: normal;
    font-weight: 400;
    color:#fff;
}
.category-banner .woocommerce-breadcrumb a {
    color:#fff !important;
    font-size:16px;
    font-family: 'Jost', sans-serif;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
}
.category-banner .woocommerce-breadcrumb {
    color:#fff !important;
    font-size:16px;
    font-family: 'Jost', sans-serif;
    font-style: normal;
    font-weight: 400;
}

.archive .content-area {
    padding:50px 0;
}

.archive .content-area div {
    color: #000 !important;
}
.archive .content-area a {
    color: #000;
}
/* .archive .content-area col ul {
    padding:50px 0;
} */
.archive .content-area .filter-title {
    font-size:18px !important;
    font-family: 'Jost', sans-serif;
    font-style: normal;
    font-weight: 400; 
    text-transform: uppercase;
}
.archive .content-area .sidebar .filter-item a{
    font-size:16px !important;
    font-family: 'Jost', sans-serif;
    font-style: normal;
    font-weight: 400;
}
.archive .content-area .sidebar .filter-items .active a {
    color:white !important;
}
.archive .content-area .sidebar .filter-items a {
    padding:10px;
}
.archive .content-area .wvs-archive-variations-wrapper {
    display:none !important;
}
.archive .content-area .add_to_cart_button {
    display:none !important;
}
.archive .content-area .woocommerce-loop-product__title {
    text-align:center;
}
.archive .content-area .custom-product {
    display:block;
    text-align:center;
}
.archive .content-area .product img {
    object-fit: scale-down;
    height: 300px !important;
}
.woocommerce nav.woocommerce-pagination ul li span.current {
    background: #000;
    color: #fff;
    /* line-height: 0.7; */
}
.woocommerce nav.woocommerce-pagination ul {
    border:none;
}
.woocommerce nav.woocommerce-pagination ul li {
    border:none;
}

/* single product page css */
.shop-product-section {
    padding:50px 0;
}
.shop-product-section p {
    color: #000;
}
.shop-product-section div {
    color: #000 !important;
}
.shop-product-section .filter-title {
    font-size:18px !important;
    font-family: 'Jost', sans-serif;
    font-style: normal;
    font-weight: 400; 
    text-transform: uppercase;
}
.shop-product-section .product li a img {
    object-fit: scale-down;
    height: 300px !important;
}
.shop-product-section .woocommerce-product-gallery__wrapper img {
    object-fit: contain;
    height: 500px !important;
}
.shop-product-section .woocommerce-product-gallery .flex-viewport img {
    /* object-fit: scale-down; */
    object-fit: contain;
    height: 500px !important;
}
.shop-product-section .woocommerce-product-gallery .flex-control-thumbs {
    display: flex;
    justify-content: center;
}
.shop-product-section .woocommerce-product-gallery .flex-control-thumbs li {
    margin-right: 15px !important;
}
.shop-product-section .woocommerce-product-gallery .flex-control-thumbs li:last-child {
    margin-right: 0 !important;
}
.shop-product-section .woocommerce-product-gallery .flex-control-thumbs li img {
    border: 1px solid #E5E5E5;
    padding: 5px !important;
    height:unset !important;
}
.shop-product-section .woocommerce-tabs div{
    display:none !important;
}
.shop-product-section .woocommerce-tabs ul{
    display:none !important;
}
.shop-product-section .related {
    display: none !important;
}

.shop-product-section .section-product-single__info p {
    padding-top:90px;
    color:#171616;
    font-size:16px;
}

.shop-product-section .section-product-single__info .custom {
    width:80%;
}

.shop-product-section .section-product-single__info h5 {
    padding-bottom:30px !important;
    padding-top:80px;
}

.shop-product-section .section-product-single__slider .slick-slide .col {
    display: flex !important;
    justify-content: center;
    padding:30px 10px;
}

.shop-product-section .section-product-single__slider .slick-slide .col img {
    width:100%;
    object-fit: cover;
    max-height: 250px;
}

.shop-product-section .section-product-single__slider .slick-prev {
    left: 85%;
    background:url(img/common/Vector.svg);
    background-repeat: no-repeat !important;
    top: -10%;
}

.shop-product-section .section-product-single__slider .slick-prev::before {
    content: '';
    /* background:url(img/common/Vector.svg); */
}

.shop-product-section .section-product-single__slider .slick-next {
    right: 8%;
    background:url(img/common/Vector2.svg);
    background-repeat: no-repeat !important;
    top: -10%;
}

.shop-product-section .section-product-single__slider .slick-next::before {
    content: '';
    /* background:url(img/common/Vector2.svg); */
}

.shop-product-section .section-product-single__slider .slick-dots {
    position:unset;
}

.single-product-custom-description {
    padding:30px 0;
}
/* .wvs-archive-variations-wrapper {
    display:none !important;
}
.add_to_cart_button {
    display:none !important;
} */

@media only screen and (max-width: 830px) { 
    .maxWidth {
        padding:40px;
    }
    .navbar-collapse {
        display: flex;
        justify-content: left;
    }
    .hidden {
        display: unset;
        padding-right:10px;
    }
    .openBtn {
        padding: 10px 0 !important;
    }
    .footer-main__content .logo {
        width:auto;
    }
    .footer-main__content .col-12{
        padding-bottom:30px;
    }
    .footer-main__content h5 {
        padding-bottom:0;
    }
    .footer-bottom {
        border-top: 1px solid #C49F71;
        padding-top: 0;
        padding-bottom: 0;
    }
    .footer-bottom .box {
        border-top:none;
        padding:0;
    }
}



@media only screen and (max-width: 600px) {
    h3 {
        font-size: 60px;
    }
    .maxWidth {
        padding: 8px 15px !important;
    }
    .navbar {
        padding:10px 0;
    }
    .navbar-top__content .contacts p {
        padding-right:20px;
    }
    .navbar-top__content .about img {
        padding-left: 20px;
    }
    .navbar-collapse {
        display: flex;
        justify-content: left;
    }
    .hidden {
        display: unset;
        padding-right:10px;
    }
    .openBtn {
        padding: 10px 0 !important;
    }
    .slick-dots {
        bottom: -30px;
        padding: 5px;
    }
    .section-product__info p {
        padding-top:40px;
    }
    .section-product__info .custom {
        width:100%;
    }
    .section-product__info h5 {
        padding-bottom:0;
    }
    .footer-main__content .logo {
        width:auto;
    }
    .footer-top__content .box {
        margin-bottom:10px;
    }
    .footer-main__content .col-12{
        padding-bottom:30px;
    }
    .footer-main__content h5 {
        padding-bottom:0;
    }
    .footer-bottom {
        border-top: 1px solid #C49F71;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .footer-bottom .box {
        border-top:none;
        padding:0;
    }
}

input.required-form-field {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}