@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;700&display=swap');

html {
    scroll-behavior: smooth;
}

:root {
    --dark: #343434;
    --black: #4e4e4e;
    --grey: #878787;
    --light-grey: #c3c3c3;
    --light-grey2: #e6e6e6;
    --white: #ffffff;
    --orange: #ff5a00;
    --green: #6caa35;
    --blue: #2070d1;
    --red: #d5262b;
    --ease: all 0.3s ease 0.02s;
    --yellow: #ffa200;
    --yellow-2: #ffde00;
    --light: #f0f0f0;
    --unset: unset !important;
}

@font-face {
    font-family: Champagne;
    src: url("../fonts/Champagne & Limousines 400.ttf");
}

@font-face {
    font-family: ChampagneBold;
    src: url("../fonts/Champagne & Limousines Bold 700.ttf");
}


html, body {
    height: 100%;
    font-family: Champagne;
}

body {
    margin: 0px;
    font-size: 14px;
    color: var(--black);
}

.container {
    max-width: 1300px;
}

strong {
    font-weight: 400;
    font-family: "ChampagneBold", "Roboto";
}

h1 {
    font-weight: 400;
    font-family: "ChampagneBold", "Roboto";
}

h2, h3, h4, h5, h6 {
    font-weight: 500 !important;
}

h2 a, h3 a, h4 a, h5 a, h6 a {
    font-weight: 500 !important;
}

button, a {
    text-decoration: none !important;
    transition: all 0.3s ease 0.02s;
    -webkit-transition: all 0.3s ease 0.02s;
}

a:hover {
    color: var(--blue) !important;
}

header>.container {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    height: 97px;
    padding-bottom: 12px;
}

header::after {
    display: block;
    content: '';
    height: 3px;
    width: 100%;
    background: rgb(52, 109, 176);
    background: -moz-linear-gradient(87deg, rgba(52, 109, 176, 1) 0%, rgba(79, 140, 187, 1) 23%, rgba(131, 196, 202, 1) 63%);
    background: -webkit-linear-gradient(87deg, rgba(52, 109, 176, 1) 0%, rgba(79, 140, 187, 1) 23%, rgba(131, 196, 202, 1) 63%);
    background: linear-gradient(87deg, rgba(52, 109, 176, 1) 0%, rgba(79, 140, 187, 1) 23%, rgba(131, 196, 202, 1) 63%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#346db0", endColorstr="#83c4ca", GradientType=1);
}

header .navbar-toggler {
    display: none;
}

header .logo {
    max-width: 100%;
}

header .logo img {
    max-width: 100%;
}

.main-menu {
    padding: 0;
}

.main-menu .nav-link {
    font-size: 20px;
    color: var(--black);
    padding: 0 15px !important;
}

.brands {
    padding: 50px 0 100px 0;
}

.brands p {
    text-align: center;
    font-size: 22px;
    margin-bottom: 20px;
}

.brands .list {
    display: flex;
    flex-wrap: wrap;
}

.brands .list .item {
    flex: 0 0 100%;
    max-width: calc(25% - 14px * 3 / 4);
    margin: 0 14px 14px 0;
    height: 160px;
    background: rgb(238, 254, 253);
    background: -moz-linear-gradient(87deg, rgba(238, 254, 253, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(87deg, rgba(238, 254, 253, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(87deg, rgba(238, 254, 253, 1) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eefefd", endColorstr="#ffffff", GradientType=1);
    border-radius: 20px;
    box-shadow: 3px 5px 10px 1px #e8e8e8;
    transition: all 0.3s ease 0.02s;
    -webkit-transition: all 0.3s ease 0.02s;
}

.brands .list .item:hover {
    box-shadow: 3px 5px 10px 1px #00000038;
}

.brands .list .item:nth-child(4n+4) {
    margin-right: 0;
}

.brands .list .item a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    overflow: hidden;
    padding: 40px;
}

.brands .list .item a img {
    object-fit: cover;
    max-width: 100%;
    height: auto;
}

.highlights {
    padding: 0 0 150px 0;
}

.products-list {
    display: flex;
    flex-wrap: wrap;
}

.products-list .product {
    flex: 0 0 100%;
    max-width: calc(100% / 6 - 14px * 5 / 6);
    margin: 0 14px 22px 0;
}

.products-list .product:nth-child(6n+6) {
    margin-right: 0;
}

.products-list .product .img {
    height: 300px;
    border: 1px solid var(--light-grey2);
    margin-bottom: 19px;
    transition: all 0.3s ease 0.02s;
    -webkit-transition: all 0.3s ease 0.02s;
    border-radius: 20px;
    box-shadow: 3px 5px 10px 1px #f0f0f0;
}

.products-list .product:hover .img {
    border: 1px solid var(--blue);
    box-shadow: 3px 5px 10px 1px #00000038;
}

.products-list .product .img a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    overflow: hidden;
    padding: 15px;
    position: relative;
}

.products-list .product:hover a {
    color: var(--blue);
}

.products-list .product .img a img {
    object-fit: cover;
    max-width: 100%;
    /* height: auto; */
    max-height: 100%;
}

span.new-ribbon {
    position: absolute;
    top: -2px;
    right: 0;
    background-image: url(../img/new.png);
    width: 105px;
    height: 63px;
}

.products-list .product .title {
    font-size: 18px;
    line-height: 1.33;
    text-align: center;
}

.products-list .product .title span::before {
    content: '-';
    padding: 0 4px;
    font-weight: 300;
}

.products-list .product .title a {
    color: var(--black);
}

.products-list .product:hover .title a {
    color: var(--blue);
}

.section-title {
    font-size: 24px;
    padding-bottom: 9px;
    font-weight: 500;
}

.section-title::after {
    display: block;
    content: '';
    height: 3px;
    width: 100%;
    background: rgb(52, 109, 176);
    background: -moz-linear-gradient(87deg, rgba(52, 109, 176, 1) 0%, rgba(79, 140, 187, 1) 23%, rgba(131, 196, 202, 1) 63%);
    background: -webkit-linear-gradient(87deg, rgba(52, 109, 176, 1) 0%, rgba(79, 140, 187, 1) 23%, rgba(131, 196, 202, 1) 63%);
    background: linear-gradient(87deg, rgba(52, 109, 176, 1) 0%, rgba(79, 140, 187, 1) 23%, rgba(131, 196, 202, 1) 63%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#346db0", endColorstr="#83c4ca", GradientType=1);
}

footer .container {
    padding: 22px 0;
    font-size: 17px;
    text-align: center;
    color: var(--black);
}

footer::before {
    display: block;
    content: '';
    height: 3px;
    width: 100%;
    background: rgb(52, 109, 176);
    background: -moz-linear-gradient(87deg, rgba(52, 109, 176, 1) 0%, rgba(79, 140, 187, 1) 23%, rgba(131, 196, 202, 1) 63%);
    background: -webkit-linear-gradient(87deg, rgba(52, 109, 176, 1) 0%, rgba(79, 140, 187, 1) 23%, rgba(131, 196, 202, 1) 63%);
    background: linear-gradient(87deg, rgba(52, 109, 176, 1) 0%, rgba(79, 140, 187, 1) 23%, rgba(131, 196, 202, 1) 63%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#346db0", endColorstr="#83c4ca", GradientType=1);
}

.categories {
    padding-bottom: 30px;
}

.container-body {
    padding-bottom: 30px;
}

.categories .products-list {
    padding-bottom: 0;
}

.breadcrumbs .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 15px;
}

.breadcrumbs ol {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    max-width: 90%;
}

.breadcrumbs ol li {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
}


.breadcrumbs ol li a {
    color: var(--black);
    font-size: 15px;
    font-weight: 400;
}

.breadcrumbs ol li::after {
    content: '/';
    padding: 0 5px;
    font-weight: 300;
}

.breadcrumbs ol li:last-child::after {
    display: none;
}

.breadcrumbs .back {
    color: var(--black);
    font-size: 18px;
    font-weight: 400;
    font-family: "ChampagneBold", "Roboto";
}

.breadcrumbs .back i {
    font-size: 15px;
    padding-right: 5px;
}

.brand {
    padding-bottom: 80px;
}

.brand .container {
    display: flex;
}

.brand .container .img {
    flex: 0 0 100%;
    max-width: 360px;
    height: 160px;
    border: 1px solid var(--light-grey2);
    border-radius: 30px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.brand .container .img img {

    object-fit: cover;
    max-width: 100%;
    height: auto;
}

.brand .container .detail {
    flex: 0 1 100%;
    padding-left: 24px;
    font-size: 17px;
}

.brand .container .detail .social ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

.brand .container .detail .social ul li {
    padding-right: 4px;
}

.brand .container .detail .social ul li a {
    width: 36px;
    height: 36px;
    padding: 4px;
    border-radius: 50%;
    border-width: 1px;
    border-style: solid;
    border-color: var(--light-grey);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--black);
    font-size: 18px;
}

.brand .container .detail .social ul li a:hover {
    border-color: var(--blue);
}


.product-detail {
    padding-bottom: 80px;
}

.product-detail .container {
    display: flex;
}

.product-detail .container .img {
    flex: 0 0 100%;
    max-width: 45%;
}

.product-detail .container .img .big-img {
    width: 100%;
    border: 1px solid var(--light-grey2);
    overflow: hidden;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.product-detail .container .img .big-img a {
    max-height: 600px;
    min-height: 300px;
}

.product-detail .container .img .big-img img {
    object-fit: cover;
    max-width: 100%;
    max-height: 600px;
}

.product-detail .container .img .thumbnails {
    display: flex;
    flex-wrap: wrap;
    margin-top: 14px;
}

.product-detail .container .img .thumbnails .thumbnail {
    flex: 0 0 100%;
    max-width: calc(100% / 3 - 14px * 2 / 3);
    margin: 0 14px 14px 0;
    border: 1px solid var(--light-grey2);
    transition: all 0.3s ease 0.02s;
    -webkit-transition: all 0.3s ease 0.02s;
    border-radius: 10px;
}

.product-detail .container .img .thumbnails .thumbnail img {
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
}

.product-detail .container .img .thumbnails .thumbnail a {
    padding: 12px;
}

.product-detail .container .img .thumbnails .thumbnail:nth-child(3n+3) {
    margin-right: 0;
}

.product-detail .container .img .thumbnails .thumbnail:hover {
    border: 1px solid var(--blue);
}

.product-detail .container .detail {
    flex: 0 1 100%;
    padding-left: 24px;
}


.product-detail .title {
    font-size: 26px;
    padding-bottom: 25px;
}


.product-detail .detail p {
    padding-bottom: 60px;
    font-size: 17px;
}

.product-detail .card {
    border-width: 0;
    background-color: transparent;
    margin-bottom: 20px;
}

.product-detail .card:last-child {
    margin-bottom: 0;
}

.product-detail .card-header {
    padding: 0 0 15px 0;
    border-width: 0;
    background-color: transparent;
}

.product-detail .card-header button {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-detail .card-header button i {
    font-size: 14px;
}

.product-detail .card-header button i::before {
    content: "\f067";
}

.product-detail .card-header button[aria-expanded=true] i::before {
    content: "\f068";
}

.product-detail .card-header button {
    padding: 0;
    font-size: 18px;
    font-weight: 400;
    font-family: "ChampagneBold", "Roboto";
    color: var(--black);
}

.product-detail .card-header::after {
    display: block;
    content: '';
    height: 3px;
    width: 100%;
    background: rgb(52, 109, 176);
    background: -moz-linear-gradient(87deg, rgba(52, 109, 176, 1) 0%, rgba(79, 140, 187, 1) 23%, rgba(131, 196, 202, 1) 63%);
    background: -webkit-linear-gradient(87deg, rgba(52, 109, 176, 1) 0%, rgba(79, 140, 187, 1) 23%, rgba(131, 196, 202, 1) 63%);
    background: linear-gradient(87deg, rgba(52, 109, 176, 1) 0%, rgba(79, 140, 187, 1) 23%, rgba(131, 196, 202, 1) 63%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#346db0", endColorstr="#83c4ca", GradientType=1);
}

.product-detail .card-body {
    padding: 0 0 0 0;
    font-size: 17px;
}

#side-menu .group ul .dropdown-menu {
    position: relative !important;
    transform: unset !important;
    float: inherit;
    left: 0px;
    top: 0px;
}

#side-menu .language .dropdown>.dropdown-menu {
    transform: translate3d(0px, 40px, 0px) !important;
    background-color: #dfdfdf;
}

.product-detail.about-us .detail {
    max-width: 100%;
    padding: 0;
}

.map iframe {
    width: 100%;
    height: 480px;
}

#side-menu .nav-link:hover {
    color: #79cbd7 !important;
}

.product-detail.about-us {
    padding-bottom: 0;
}

.map {
    margin-bottom: 50px;
}

.categories .section-title .section-title-content {
    display: flex;
    justify-content: space-between;
}

.categories .section-title i {
    font-size: 18px;
}

.categories .section-title i::before {
    content: "\f067";
}

.categories .section-title[aria-expanded=true] i::before {
    content: "\f068";
}


.display-1 {
    font-family: 'Champagne', sans-serif;
    font-size: 4.6rem;
    line-height: 1.1;
  }
  .display-1 > .mbr-iconfont {
    font-size: 5.75rem;
  }
  .display-2 {
    font-family: 'Champagne', sans-serif;
    font-size: 3rem;
    line-height: 1.1;
  }
  .display-2 > .mbr-iconfont {
    font-size: 3.75rem;
  }
  .display-4 {
    font-family: 'Champagne', sans-serif;
    font-size: 1.1rem;
    line-height: 1.5;
  }
  .display-4 > .mbr-iconfont {
    font-size: 1.375rem;
  }
  .display-5 {
    font-family: 'Champagne', sans-serif;
    font-size: 2rem;
    line-height: 1.5;
  }
  .display-5 > .mbr-iconfont {
    font-size: 2.5rem;
  }
  .display-7 {
    font-family: 'Champagne', sans-serif;
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .display-7 > .mbr-iconfont {
    font-size: 1.5rem;
  }
.cid-tcYceu7Hht {
    padding-bottom: 5rem;
    background-color: #ffffff;
  }
  .cid-tcYceu7Hht .mbr-section-title,
  .cid-tcYceu7Hht .title__address,
  .cid-tcYceu7Hht .title__social {
    margin-bottom: 20px;
  }
  .cid-tcYceu7Hht .info {
    margin-bottom: 20px;
  }
  .cid-tcYceu7Hht .text__info,
  .cid-tcYceu7Hht .work__time,
  .cid-tcYceu7Hht .work__address {
    margin-bottom: 0;
  }
  @media (min-width: 992px) {
    .cid-tcYceu7Hht .info__wrap {
      padding: 0 30px;
    }
  }
  .cid-tcYceu7Hht .divider {
    background-color: #191f23;
    width: 100%;
    height: 1px;
    margin: 75px 15px 85px;
    opacity: 0.6;
  }
  .cid-tcYceu7Hht .dragArea .form-control {
    height: 49px;
    font-size: 16px;
    color: #232226;
    padding: 14px 15px;
    border: none !important;
    line-height: 1.3;
    border-radius: 4px;
    background-color: #f5f7fd !important;
  }
  .cid-tcYceu7Hht .dragArea .form-control:hover,
  .cid-tcYceu7Hht .dragArea .form-control:focus {
    border: none !important;
  }
  .cid-tcYceu7Hht .dragArea .jq-selectbox li:hover,
  .cid-tcYceu7Hht .dragArea .jq-selectbox li.selected {
    background-color: #3dbcc9;
    color: #ffffff;
  }
  .cid-tcYceu7Hht .dragArea .jq-selectbox:hover .jq-selectbox__trigger-arrow {
    border-color: #494949 !important;
  }
  .cid-tcYceu7Hht .dragArea .jq-selectbox__select {
    padding: 14px 15px;
    border-radius: 4px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .cid-tcYceu7Hht .dragArea .jq-selectbox__select-text {
    color: #232226;
    opacity: 0.8;
  }
  .cid-tcYceu7Hht .dragArea .jq-selectbox__trigger-arrow {
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(45deg);
    width: 7px;
    height: 7px;
    top: 40%;
    right: 20px;
    border-color: #494949;
  }
  .cid-tcYceu7Hht .dragArea textarea {
    height: 160px !important;
  }
  .cid-tcYceu7Hht .dragArea input::-webkit-input-placeholder {
    color: #232226;
    opacity: 0.8;
  }
  .cid-tcYceu7Hht .dragArea input::-moz-placeholder {
    color: #232226;
    opacity: 0.8;
  }
  .cid-tcYceu7Hht .dragArea textarea::-webkit-input-placeholder {
    color: #232226;
    opacity: 0.8;
  }
  .cid-tcYceu7Hht .dragArea textarea::-moz-placeholder {
    color: #232226;
    opacity: 0.8;
  }
  .cid-tcYceu7Hht .input-group-btn {
    padding: 0 10px;
  }
  .cid-tcYceu7Hht .input-group-btn .btn {
    margin: 0;
    margin-top: 15px;
  }
  .cid-tcYceu7Hht .form-group {
    padding: 10px;
    margin-bottom: 10px;
  }
  .cid-tcYceu7Hht .form-control-label {
    margin-bottom: 8px;
    font-weight: 500;
  }
  @media (max-width: 991px) {
    .cid-tcYceu7Hht .divider {
      margin: 40px 15px 45px;
    }
  }
  @media (max-width: 767px) {
    .cid-tcYceu7Hht .social,
    .cid-tcYceu7Hht .address,
    .cid-tcYceu7Hht .info__wrap {
      margin-bottom: 30px;
    }
    .cid-tcYceu7Hht .form-group {
      padding: 10px 15px;
    }
    .cid-tcYceu7Hht .input-group-btn {
      padding: 0 15px;
    }
  }
  .cid-tcYceu7Hht LABEL {
    color: #000000;
  }

  #contactForm {
    padding-bottom: 5rem;
  }