﻿@charset "UTF-8";

@font-face {
  font-family: 'KohinoorBangla';
  src: url("../fonts/KohinoorBangla-Bold.eot?");
  src: url("../fonts/KohinoorBangla-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/KohinoorBangla-Bold.svg#KohinoorBangla-Bold") format("svg"), url("../fonts/KohinoorBangla-Bold.ttf") format("truetype"), url("../fonts/KohinoorBangla-Bold.woff") format("woff"), url("../fonts/KohinoorBangla-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'KohinoorBangla';
  src: url("../fonts/KohinoorBangla-Semibold.eot?");
  src: url("../fonts/KohinoorBangla-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/KohinoorBangla-Semibold.svg#KohinoorBangla-Semibold") format("svg"), url("../fonts/KohinoorBangla-Semibold.ttf") format("truetype"), url("../fonts/KohinoorBangla-Semibold.woff") format("woff"), url("../fonts/KohinoorBangla-Semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'KohinoorBangla';
  src: url("../fonts/KohinoorBangla-Medium.eot?");
  src: url("../fonts/KohinoorBangla-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/KohinoorBangla-Medium.svg#KohinoorBangla-Medium") format("svg"), url("../fonts/KohinoorBangla-Medium.ttf") format("truetype"), url("../fonts/KohinoorBangla-Medium.woff") format("woff"), url("../fonts/KohinoorBangla-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'KohinoorBangla';
  src: url("../fonts/KohinoorBangla-Regular.eot?");
  src: url("../fonts/KohinoorBangla-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/KohinoorBangla-Regular.svg#KohinoorBangla-Regular") format("svg"), url("../fonts/KohinoorBangla-Regular.ttf") format("truetype"), url("../fonts/KohinoorBangla-Regular.woff") format("woff"), url("../fonts/KohinoorBangla-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'KohinoorBangla';
  src: url("../fonts/KohinoorBangla-Light.eot?");
  src: url("../fonts/KohinoorBangla-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/KohinoorBangla-Light.svg#KohinoorBangla-Light") format("svg"), url("../fonts/KohinoorBangla-Light.ttf") format("truetype"), url("../fonts/KohinoorBangla-Light.woff") format("woff"), url("../fonts/KohinoorBangla-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}

html,
body {
  position: relative;
  width: 100vw;
  overflow-x: hidden;
}

::-moz-selection {
  color: #fff;
  background: #53284e;
}

::selection {
  color: #fff;
  background: #53284e;
}

.nav.nav-tabs {
  margin-bottom: 20px;
  border: 0;
  border-bottom: 1px solid #cfcfcf;
}

.nav.nav-tabs .nav-item {
  margin-right: 2px;
}

.nav.nav-tabs .nav-item::before {
  display: none;
}

.nav.nav-tabs .nav-item .nav-link {
  padding: 5px 15px;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid transparent;
  color: #6d6d6d;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
}

.nav.nav-tabs .nav-item .nav-link:hover {
  border-bottom-color: #53284e;
  color: #53284e;
}

.nav.nav-tabs .nav-item .nav-link.active {
  background-color: #53284e;
  border-bottom-color: #53284e;
  color: #fff;
}

.modal .modal-dialog .modal-content {
  border-radius: 0;
}

.form label {
  padding: 0;
  margin: 0 0 10px 0;
  color: #6d6d6d;
  font-weight: 700;
  text-transform: uppercase;
}

.form textarea.form-control {
  padding-top: 20px;
  height: 120px;
}

.form .form-control {
  height: 60px;
  width: 100%;
  padding: 0 20px;
  border: 0;
  background-color: #f3f3f3;
  color: #6d6d6d;
  font-size: 15px;
  font-weight: 400;
  border-radius: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.form .form-control:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form .form-control.disabled {
  border-color: #868686;
}

.form .form-control:focus {
  outline: 0;
}

.form .form-check {
  padding-left: 0;
  position: relative;
  height: 47px;
  line-height: 47px;
}

.form .form-check input[type=checkbox] {
  position: absolute;
  opacity: 0;
}

.form .form-check input[type=checkbox]+label {
  position: relative;
  cursor: pointer;
  padding: 0;
  font-weight: 400;
}

.form .form-check input[type=checkbox]+label::before {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border: 1px solid #ddd;
  background: #fff;
  content: '';
  display: inline-block;
  vertical-align: text-top;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.form .form-check input[type=checkbox]:hover+label::before {
  background: #53284e;
}

.form .form-check input[type=checkbox]:checked+label::after {
  position: absolute;
  top: -1px;
  left: 4px;
  color: #fff;
  content: '';
  font-family: 'Font Awesome';
  font-size: 12px;
  font-weight: 600;
}

.form .form-check input[type=checkbox]:checked+label::before {
  background: #53284e;
  border-color: #53284e;
}

.form .form-check input[type=checkbox]:disabled+label {
  color: #b8b8b8;
  cursor: auto;
}

.form .form-check input[type=checkbox]:disabled+label:before {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #ddd;
}

.wpanimation {
  opacity: 0;
}

.wpanimation.animated {
  opacity: 1;
}

.no-js #loader {
  display: none;
}

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}

.loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/loader.gif) center no-repeat #fff;
  background-size: 45px auto;
}

body {
  font-family: "KohinoorBangla", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

a {
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

a:hover {
  text-decoration: none;
}

a:active,
a:focus {
  outline: 0;
}

.social .nav-link {
  margin: 0 5px;
  padding: 0;
  width: 29px;
  height: 29px;
  line-height: 29px;
  border: 1px solid #53284e;
  border-radius: 50%;
  color: #53284e;
  font-size: 13px;
  text-align: center;
}

.social .nav-link.facebook-f:hover {
  color: #fff !important;
  border-color: #3b5999 !important;
  background-color: #3b5999 !important;
}

.social .nav-link.twitter:hover {
  color: #fff !important;
  border-color: #55acee !important;
  background-color: #55acee !important;
}

.social .nav-link.instagram:hover {
  color: #fff !important;
  border-color: #e4405f !important;
  background-color: #e4405f !important;
}

.social .nav-link.youtube:hover {
  color: #fff !important;
  border-color: #cd201f !important;
  background-color: #cd201f !important;
}

.social .nav-link.linkedin-in:hover {
  color: #fff !important;
  border-color: #0077b5 !important;
  background-color: #0077b5 !important;
}

.social .nav-link.pinterest:hover {
  color: #fff !important;
  border-color: #bd081c !important;
  background-color: #bd081c !important;
}

.btnPrimary {
  display: block;
  padding: 15px 50px;
  background: #53284e;
  border: 0;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.btnPrimary:hover {
  background: #74506f;
  color: #fff;
}

.btnPrimary:focus,
.btnPrimary:active {
  -webkit-box-shadow: 0;
  box-shadow: 0;
  border: 0;
  outline: 0;
}

.btnPrimary:disabled {
  background: #9b9b9b;
  cursor: not-allowed;
}

.btnPrimary:disabled:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-go {
  display: inline-block;
  padding: 0;
  width: 80px;
  height: 80px;
  background: url(../images/icon-btn-arrow.svg) no-repeat center center, #d8a436;
  background-size: 20px 20px;
  border-radius: 50%;
}

.btn-go:hover {
  background-color: #b78824;
}

.btn-go:active,
.btn-go:focus {
  outline: 0;
  -webkit-box-shadow: 0;
  box-shadow: 0;
}

.btn-catalog {
  display: inline-block;
  padding: 7px 15px;
  background: #53284e;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}

.btn-catalog:hover {
  background: #967892;
  color: #fff;
}

.cookie-disclaimer_wrapper {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 20px 0;
  background: rgba(1, 1, 1, 0.8);
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.8;
  z-index: 99999;
  opacity: 0;
  -webkit-transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.cookie-disclaimer_wrapper a {
  text-decoration: underline;
}

.cookie-disclaimer_wrapper .btn {
  display: inline-block;
  margin: 0 auto;
  border: 0;
  padding: 10px 40px;
  border-radius: 0;
  background: #53284e;
  font-size: 14px;
  text-transform: uppercase;
}

.cookie-disclaimer_wrapper .btn:hover {
  background: #31172e;
}

.cookie-disclaimer_wrapper .btn:focus,
.cookie-disclaimer_wrapper .btn:active {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background: #31172e !important;
  border: 0;
  outline: 0;
}

.sidenav-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  min-width: 60%;
  max-width: 100%;
  height: 100vh;
  background: #2a2a2a;
  -webkit-box-shadow: 7px 5px 30px 0 rgba(72, 73, 121, 0.15);
  box-shadow: 7px 5px 30px 0 rgba(72, 73, 121, 0.15);
  z-index: 9999;
  -webkit-transition: all 400ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 400ms cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);
}

.sidenav-wrapper:before,
.sidenav-wrapper:after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(83, 40, 78, 0.5);
  z-index: -1;
  -webkit-transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
  -webkit-transition: -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
  transition: -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
  transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
  transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s, -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
  -webkit-transform: translateX(-100%) translateY(0);
  transform: translateX(-100%) translateY(0);
}

.sidenav-wrapper:after {
  background: #74506f;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.sidenav-wrapper:before {
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
}

.sidenav-wrapper.active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.sidenav-wrapper.active:before,
.sidenav-wrapper.active:after {
  -webkit-transform: translateX(0) translateY(0%);
  transform: translateX(0) translateY(0%);
}

.sidenav-wrapper.active:after {
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
}

.sidenav-wrapper.active:before {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.sidenav-wrapper .center-block {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}

.sidenav-wrapper .nav .nav-item {
  opacity: 0;
  -webkit-transition: .8s;
  transition: .8s;
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transition: opacity .2s ease, transform .3s ease;
  -webkit-transition: opacity .2s ease, -webkit-transform .3s ease;
  transition: opacity .2s ease, -webkit-transform .3s ease;
  transition: opacity .2s ease, transform .3s ease;
  transition: opacity .2s ease, transform .3s ease, -webkit-transform .3s ease;
}

.sidenav-wrapper .nav .nav-item .nav-link {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.sidenav-wrapper .nav .nav-item .nav-link:hover,
.sidenav-wrapper .nav .nav-item .nav-link:active,
.sidenav-wrapper .nav .nav-item .nav-link:focus {
  color: #967892;
}

.sidenav-wrapper .nav .nav-item.dropdown .dropdown-menu {
  position: relative !important;
  width: 90%;
  margin: 0 auto !important;
  float: none;
  background: #967892;
  -webkit-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
  -webkit-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}

.sidenav-wrapper .nav .nav-item.dropdown .dropdown-menu .dropdown-item {
  display: block;
  padding: 7px 0;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.sidenavactive {
  overflow-y: hidden;
}

.main-slider .item img {
  height: auto !important;
}

@-webkit-keyframes searchWidth {
  0% {
    opacity: 0;
    width: 0;
    background: #fff;
  }

  50% {
    opacity: .5;
    width: 50%;
    background: rgba(83, 40, 78, 0.5);
  }

  100% {
    opacity: 1;
    width: 100%;
    background: #53284e;
  }
}

@keyframes searchWidth {
  0% {
    opacity: 0;
    width: 0;
    background: #fff;
  }

  50% {
    opacity: .5;
    width: 50%;
    background: rgba(83, 40, 78, 0.5);
  }

  100% {
    opacity: 1;
    width: 100%;
    background: #53284e;
  }
}

header {
  position: relative;
}

header .navbar {
  padding: 15px 60px;
}

header .navbar .navbar-brand {
  margin-right: 0;
}

header .navbar .navbar-toggler {
  background: none;
  border: 0;
  border-radius: 0;
  z-index: 99999;
}

header .navbar .navbar-toggler.collapsed .icon:nth-of-type(1),
header .navbar .navbar-toggler.collapsed .icon:nth-of-type(3) {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

header .navbar .navbar-toggler.collapsed .icon:nth-of-type(2) {
  opacity: 1;
  filter: alpha(opacity=100);
}

header .navbar .navbar-toggler:focus {
  outline: 0;
}

header .navbar .navbar-toggler:hover {
  background: none !important;
}

header .navbar .navbar-toggler .icon {
  position: relative;
  display: block;
  height: 1px;
  width: 29px;
  margin: 7px 0;
  background: #53284e;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

header .navbar .navbar-toggler .icon:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 10% 10%;
  transform-origin: 10% 10%;
}

header .navbar .navbar-toggler .icon:nth-of-type(2) {
  opacity: 0;
  filter: alpha(opacity=0);
}

header .navbar .navbar-toggler .icon:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 10% 90%;
  transform-origin: 10% 90%;
}

header .navbar .navbar-nav .nav-item.dropdown:hover>a::after,
header .navbar .nav:not(.social) .nav-item.dropdown:hover>a::after {
  width: 100%;
}

header .navbar .navbar-nav .nav-item.dropdown:hover .dropdown-menu.dd-parent,
header .navbar .nav:not(.social) .nav-item.dropdown:hover .dropdown-menu.dd-parent {
  display: block;
  visibility: visible;
  opacity: 1;
  top: 125%;
  z-index: 99;
}

header .navbar .navbar-nav .nav-item.dropdown .dropdown-item,
header .navbar .nav:not(.social) .nav-item.dropdown .dropdown-item {
  display: block;
  padding: 6px 28px;
  color: #646464;
  font-size: 14px;
  font-weight: 600;
  -webkit-transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

header .navbar .navbar-nav .nav-item.dropdown .dropdown-item::before,
header .navbar .nav:not(.social) .nav-item.dropdown .dropdown-item::before {
  display: inline-block;
  width: 0;
  height: 3px;
  margin-right: 0;
  background: #53284e;
  border-radius: 25px;
  content: '';
  vertical-align: middle;
  visibility: hidden;
  -webkit-transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

header .navbar .navbar-nav .nav-item.dropdown .dropdown-item:active,
header .navbar .navbar-nav .nav-item.dropdown .dropdown-item:focus,
header .navbar .navbar-nav .nav-item.dropdown .dropdown-item:hover,
header .navbar .nav:not(.social) .nav-item.dropdown .dropdown-item:active,
header .navbar .nav:not(.social) .nav-item.dropdown .dropdown-item:focus,
header .navbar .nav:not(.social) .nav-item.dropdown .dropdown-item:hover {
  background: none;
  color: #53284e;
}

header .navbar .navbar-nav .nav-item.dropdown .dropdown-item:active::before,
header .navbar .navbar-nav .nav-item.dropdown .dropdown-item:focus::before,
header .navbar .navbar-nav .nav-item.dropdown .dropdown-item:hover::before,
header .navbar .nav:not(.social) .nav-item.dropdown .dropdown-item:active::before,
header .navbar .nav:not(.social) .nav-item.dropdown .dropdown-item:focus::before,
header .navbar .nav:not(.social) .nav-item.dropdown .dropdown-item:hover::before {
  width: 10px;
  margin-right: 10px;
  visibility: visible;
}

header .navbar .navbar-nav .nav-item.dropdown .dropdown-toggle::after,
header .navbar .nav:not(.social) .nav-item.dropdown .dropdown-toggle::after {
  position: absolute;
  right: 30px;
  margin: 0;
  border: 0;
  content: '+';
  vertical-align: middle !important;
}

header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu.dd-parent,
header .navbar .nav:not(.social) .nav-item.dropdown .dropdown-menu.dd-parent {
  display: block;
  visibility: hidden;
  opacity: 0;
  top: 150%;
  z-index: -1;
  min-width: 265px;
  padding: 20px 0;
  -webkit-transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  background: #fff;
  border: 0;
  border-radius: 5px;
  -webkit-box-shadow: 7px 5px 30px 0 rgba(72, 73, 121, 0.15);
  box-shadow: 7px 5px 30px 0 rgba(72, 73, 121, 0.15);
}

header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu.dd-parent li.show .dropdown-toggle::after,
header .navbar .nav:not(.social) .nav-item.dropdown .dropdown-menu.dd-parent li.show .dropdown-toggle::after {
  content: '-';
}

header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu.dd-child,
header .navbar .nav:not(.social) .nav-item.dropdown .dropdown-menu.dd-child {
  position: absolute;
  left: 100% !important;
  visibility: hidden;
  opacity: 0;
  padding: 20px 0;
  -webkit-transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  background: #fff;
  border: 0;
  border-radius: 5px;
  -webkit-box-shadow: 7px 5px 30px 0 rgba(72, 73, 121, 0.15);
  box-shadow: 7px 5px 30px 0 rgba(72, 73, 121, 0.15);
}

header .navbar .navbar-nav .nav-item.active .nav-link,
header .navbar .nav:not(.social) .nav-item.active .nav-link {
  color: #53284e;
}

header .navbar .navbar-nav .nav-item .nav-link,
header .navbar .nav:not(.social) .nav-item .nav-link {
  padding: .5rem 1rem;
  border: 1px solid transparent;
  color: #000;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

header .navbar .navbar-nav .nav-item .nav-link::after,
header .navbar .nav:not(.social) .nav-item .nav-link::after {
  display: block;
  margin-top: 1px;
  height: 2px;
  width: 0;
  background: #53284e;
  border-radius: 25px;
  content: '';
  -webkit-transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

header .navbar .navbar-nav .nav-item .nav-link:hover,
header .navbar .navbar-nav .nav-item .nav-link:active,
header .navbar .navbar-nav .nav-item .nav-link:focus,
header .navbar .nav:not(.social) .nav-item .nav-link:hover,
header .navbar .nav:not(.social) .nav-item .nav-link:active,
header .navbar .nav:not(.social) .nav-item .nav-link:focus {
  color: #53284e;
}

header .navbar .navbar-nav .nav-item .nav-link:hover::after,
header .navbar .navbar-nav .nav-item .nav-link:active::after,
header .navbar .navbar-nav .nav-item .nav-link:focus::after,
header .navbar .nav:not(.social) .nav-item .nav-link:hover::after,
header .navbar .nav:not(.social) .nav-item .nav-link:active::after,
header .navbar .nav:not(.social) .nav-item .nav-link:focus::after {
  width: 100%;
}

header .navbar .navbar-contact {
  margin-right: 20px;
  font-size: 36px;
  color: #53284e;
  line-height: 1;
}

header .navbar .navbar-contact img {
  width: 26px;
  margin-right: 5px;
}

header .navbar .navbar-contact .title {
  margin-bottom: 3px;
  font-size: 15px;
  text-align: center;
}

header .navbar .navbar-contact span {
  display: block;
  margin-left: 10px;
  font-size: 16px;
}

header .navbar .nav.lang .nav-item.active .nav-link {
  border-color: #53284e;
}

header .navbar .nav.lang .nav-item .nav-link {
  padding-left: .7rem;
  padding-right: .7rem;
}

header .navbar .nav.lang .nav-item .nav-link.search img {
  width: 24px;
  height: auto;
  vertical-align: middle;
}

header .navbar .nav.lang .nav-item .nav-link::after {
  display: none;
}

header .navbar .nav.social {
  margin-left: 18px;
}

header .navbar-search_wrapper {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 0;
  opacity: 0;
  -webkit-transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 99999;
  overflow: hidden;
}

header .navbar-search_wrapper.active {
  background: #53284e;
  opacity: 1;
  width: 100%;
}

header .navbar-search_content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  padding: 0 50px;
}

header .navbar-search_content .form-control {
  height: 100%;
  padding: 0;
  background: transparent !important;
  color: #fff;
  font-size: 28px;
  font-weight: 300;
}

header .navbar-search_content .form-control::-webkit-input-placeholder {
  color: #efefef;
  font-weight: 300;
  text-transform: uppercase;
}

header .navbar-search_content .form-control::-moz-placeholder {
  color: #efefef;
  font-weight: 300;
  text-transform: uppercase;
}

header .navbar-search_content .form-control:-ms-input-placeholder {
  color: #efefef;
  font-weight: 300;
  text-transform: uppercase;
}

header .navbar-search_content .form-control:-moz-placeholder {
  color: #efefef;
  font-weight: 300;
  text-transform: uppercase;
}

header .navbar-search_content .btn {
  padding: 0 50px;
  background: url("../images/icon-search-send.svg") no-repeat center center, transparent;
  background-size: 24px auto;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0;
}

header .navbar-search_content .btn:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

header .navbar-search_content__btn-close {
  padding: 0 50px;
  border: 0;
  background: url("../images/icon-search-close.svg") no-repeat center center, transparent;
  background-size: 24px auto;
  border-radius: 0;
  cursor: pointer;
}

header .navbar-search_content__btn-close:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.main-slider {
  position: relative;
}

.main-slider .owl-carousel {
  position: relative;
}

.main-slider .owl-carousel .item {
  position: relative;
  max-height: 865px;
}

.main-slider .owl-carousel .item .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.main-slider .owl-carousel .item img {
  width: 100%;
  z-index: -1;
  -o-object-fit: cover;
}

.main-slider .owl-carousel .item .slider-content {
  position: absolute;
  bottom: 10%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  z-index: 2;
}

.main-slider .owl-carousel .item .slider-content h2 {
  margin-bottom: 40px;
  color: #333;
  font-family: "KohinoorBangla", sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: normal;
  max-width: 50%;
  padding: 0 0 0 60px;
  text-align: left;
}

.main-slider .owl-carousel .item .slider-content h2 i {
  font-weight: 400;
}

.main-slider .owl-carousel .item .slider-content .slider-link {
  display: inline-block;
  padding: 15px 75px;
  background: #d8a436;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2.2px;
  -webkit-transition: background .4s ease;
  transition: background .4s ease;
}

.main-slider .owl-carousel .item .slider-content .slider-link:hover {
  background: #b78824;
}

.main-product {
  position: relative;
  padding: 90px 0;
}

.main-product-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 24%;
  max-width: 100%;
  height: 100%;
  background: rgba(150, 120, 146, 0.37);
}

.main-product-title {
  color: #74506f;
  font-family: "KohinoorBangla", sans-serif;
  font-size: 92px;
  font-weight: 300;
  line-height: .93;
  text-align: right;
}

.main-product-title .pr-2 {
  padding-right: 30px !important;
}

.main-product-title .pr-4 {
  padding-right: 90px !important;
}

.main-product-title .middle {
  color: #53284e;
  font-weight: 500;
}

.main-product-slider-wrapper {
  position: relative;
  padding-left: 75px;
}

.main-product-slider-wrapper::after,
.main-product-slider-wrapper::before {
  display: table;
  clear: both;
  content: '';
}

.main-product-slider {
  float: left;
  width: 75%;
  max-width: 100%;
}

.main-product-slider .item .product-wrapper {
  display: block;
  width: 100%;
  color: #6f6f6f;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.22;
  text-align: left;
}

.main-product-slider .item .product-wrapper .product-img {
  height: 222px;
  max-width: 222px;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.main-product-slider .item .product-wrapper .product-img img {
  width: 100%;
  height: 222px;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.main-product-slider .item .product-wrapper .product-name {
  padding: 15px 0;
}

.main-product-slider .item .product-wrapper:hover {
  color: #53284e;
}

.main-product-slider .item .product-wrapper:hover .product-img img {
  position: relative;
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

.main-product-slider-arrow {
  float: left;
  width: 25%;
  max-width: 100%;
  text-align: right;
}

.main-product-slider-arrow .arrow {
  display: inline-block;
  margin-bottom: 10px;
  max-width: 100%;
  height: 57px;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.main-product-slider-arrow .arrow:hover.left,
.main-product-slider-arrow .arrow:hover.right {
  width: 70%;
  background-color: #53284e;
}

.main-product-slider-arrow .arrow.left {
  width: 65%;
  margin-right: 15px;
  background: url(../images/icon-slider-arrow-left.png) no-repeat 16px center, #53284e;
}

.main-product-slider-arrow .arrow.right {
  width: 55%;
  background: url(../images/icon-slider-arrow-right.png) no-repeat 16px center, #967892;
}

.main-product-slider-arrow .arrow:last-child {
  margin-bottom: 0;
}

.main-mix-match {
  padding: 46px 0;
  background: #6d6d6d;
}

.main-mix-match .btn-go {
  margin-left: 50px;
}

.main-mix-match h3 {
  padding: 0;
  margin: 0;
  color: #fff;
  font-family: "KohinoorBangla", sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 1.62;
  text-align: center;
}

.main-mix-match h3 span {
  font-size: 44.5px;
  font-weight: 400;
}

.main-belenco a {
  display: block;
  padding: 155px 0;
  background: url(../images/main-belenco-bg.jpg) no-repeat center left;
  background-size: cover;
}

.main-belenco a h3 {
  padding: 0;
  margin: 0;
  color: #fff;
  font-family: "KohinoorBangla", sans-serif;
  font-size: 57.5px;
  font-weight: 300;
  line-height: .93;
  text-align: center;
}

.main-gallery {
  position: relative;
  margin-top: -80px;
  padding-bottom: 65px;
}

.main-gallery-title-wrapper {
  width: 770px;
  max-width: 100%;
}

.main-gallery-title {
  width: 360px;
  max-width: 100%;
  float: right;
  margin-right: 45px;
  color: #dbdbdb;
  font-family: "KohinoorBangla", sans-serif;
  font-size: 63.5px;
  line-height: 1.21;
}

.main-gallery-wrapper {
  position: relative;
  width: 900px;
  max-width: 100%;
}

.main-gallery-wrapper img {
  width: 100%;
  max-width: 100%;
  -webkit-box-shadow: -2.5px -4.3px 34px 9px rgba(0, 0, 0, 0.15);
  box-shadow: -2.5px -4.3px 34px 9px rgba(0, 0, 0, 0.15);
}

.main-gallery .btn-go {
  position: absolute;
  top: 80%;
  left: -35px;
  -webkit-transform: translateY(-80%);
  transform: translateY(-80%);
}

.main-catalog-wrapper a {
  display: block;
  width: 100%;
  padding: 16px 0;
  background: #d8a436;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  text-align: center;
}

.main-catalog-wrapper a span {
  display: inline-block;
}

.main-catalog-wrapper a span::before {
  display: inline-block;
  width: 40px;
  height: 44px;
  margin-right: 16px;
  background: url(../images/icon-catalog.png) no-repeat center center;
  background-size: cover;
  content: '';
  vertical-align: middle;
}

.main-catalog-wrapper a:hover {
  background: #b78824;
}

.page-header-wrapper {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.page-header-wrapper img {
  width: 100%;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.page-header-content {
  position: absolute;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: auto;
  padding: 30px 0 15px 0;
  background-color: rgba(109, 109, 109, 0.62);
}

.page-header-content-container {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-header-content-title {
  position: absolute;
  top: -35px;
  margin: 0;
  padding: 0;
  color: #53284e;
  font-size: 50px;
  font-weight: 500;
}

.page-header-content .breadcrumb {
  margin: 0;
  padding: 0;
  background: none;
  border-radius: 0;
}

.page-header-content .breadcrumb li {
  position: relative;
}

.page-header-content .breadcrumb li:first-child::before {
  display: none;
}

.page-header-content .breadcrumb li::before {
  display: inline-block;
  margin: 0 10px;
  color: #fff;
  content: '/';
  vertical-align: middle;
}

.page-header-content .breadcrumb li a {
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 14px;
}

.page-header-content .breadcrumb li a::after {
  display: block;
  width: 0;
  height: 1px;
  background: #fff;
  content: '';
  opacity: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.page-header-content .breadcrumb li a:hover::after {
  width: 100%;
  opacity: 1;
}

.page-header-contact {
  position: absolute;
  height: 100%;
  right: 270px;
  padding: 12px 40px;
  background: #fff;
  bottom: 0;
  border-top-right-radius: 23px;
  border-top-left-radius: 23px;
}

.page-header-contact a {
  display: inline-block;
  color: #53284e;
  font-size: 20px;
  text-align: center;
}

.page-header-contact a img {
  width: 20px;
}

.page-content-wrapper {
  padding-bottom: 60px;
}

.page-content-wrapper .full-content .page-content-container {
  width: 100%;
  max-width: 100%;
  padding: 0;
}

.page-content-menu-wrapper {
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: 70px 20px 100px 0;
  z-index: 2;
  background-color: #6d6d6d;
}

.page-content-menu-wrapper::after,
.page-content-menu-wrapper::before {
  display: table;
  content: '';
  clear: both;
}

.page-content-menu-container {
  width: auto;
  min-width: 250px;
  max-width: 100%;
  float: right;
}

.page-content-menu-container .menu-title {
  margin-bottom: 45px;
  color: #fff;
  font-size: 23px;
  text-align: left;
  text-transform: uppercase;
}

.page-content-menu-container .nav {
  padding: 0;
  margin: 0;
}

.page-content-menu-container .nav .nav-item:last-child .nav-link {
  border-bottom: 0;
}

.page-content-menu-container .nav .nav-item.active .nav-link {
  color: #fff;
}

.page-content-menu-container .nav .nav-item .nav-link {
  display: block;
  padding: 20px 12px;
  border-bottom: 1px solid #9b9b9b;
  color: #c9c9c9;
  font-size: 16px;
  font-weight: 300;
}

.page-content-menu-container .nav .nav-item .nav-link:hover {
  color: #fff;
  border-bottom-color: #fff;
}

.page-content-container {
  width: 95%;
  max-width: 100%;
  padding: 50px 0 0 30px;
  color: #6d6d6d;
  font-size: 16px;
  font-weight: 400;
  line-height: 2.06;
}

.page-content-container h3 {
  color: #6d6d6d;
  margin: 22px 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.65;
  text-align: left;
}

.page-content-container ul {
  list-style: none;
}

.page-content-container ul li::before {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 12px;
  background: #53284e;
  border-radius: 50%;
  border: 1px solid #53284e;
  content: '';
  vertical-align: middle;
}

.page-gallery-wrapper {
  width: 100%;
  max-width: 100%;
  margin-top: 40px;
}

.page-gallery-item {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 8px 7px;
  margin: 5px 0;
  background: #fff;
  border: 1px solid #ececec;
  color: #6d6d6d;
  line-height: normal;
  text-align: center;
}

.page-gallery-item p {
  margin: 0;
  margin-top: 10px;
  padding: 0;
}

.page-gallery-item img {
  width: 100%;
  height: 140px;
  max-height: 180px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 0 !important;
}

.aboutus-content {
  padding-bottom: 20px;
}

.aboutus-content-kuvars-container {
  width: 75vw;
  max-width: 100%;
  padding: 40px 0 40px 90px;
  margin: -25px 0 0 auto;
  z-index: -1;
  background: url(../images/hakkimizda/koleks.png) no-repeat right bottom, #d8a436;
  background-size: 314px auto;
  overflow: hidden;
}

.aboutus-content-kuvars-title {
  color: #ffe1a3;
  font-family: "KohinoorBangla", sans-serif;
  font-size: 49px;
  line-height: .94;
  text-align: right;
}

.aboutus-content-kuvars-title .pr-2 {
  padding-right: 20px !important;
}

.aboutus-content-kuvars-title .pr-1 {
  padding-right: 0 !important;
  color: #9b6c0a;
}

.aboutus-content-kuvars-title .pr-4 {
  padding-right: 55px !important;
}

.aboutus-content-kuvars-content {
  width: 100%;
  max-width: 100%;
  color: #37383c;
  font-size: 16px;
  font-weight: 600;
  line-height: 2.06;
  text-align: left;
  padding-right: 320px;
}

.aboutus-content-kuvars-content p {
  margin: 0;
  padding: 0;
}

.aboutus-content-avantaj {
  position: relative;
  background: url(../images/hakkimizda/black.jpg) no-repeat center center;
  background-size: cover;
  height: 525px;
}

.aboutus-content-avantaj-container {
  position: absolute;
  top: 50%;
  left: 70%;
  -webkit-transform: translate(-70%, -50%);
  transform: translate(-70%, -50%);
  width: 730px;
  max-width: 100%;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 2.06;
}

.aboutus-content-avantaj-container h2 {
  font-size: 18px;
  font-weight: 700;
}

.aboutus-content-text {
  padding: 75px 0;
  color: #6d6d6d;
  font-size: 16px;
  font-weight: 500;
  line-height: 2.06;
}

.aboutus-content-text ul {
  margin: 0;
  padding: 0 10px;
  list-style: none;
}

.aboutus-content-text ul li::before {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 20px;
  border-radius: 50%;
  border: 1px solid #6d6d6d;
  content: '';
  vertical-align: middle;
}

.catalog-list-item {
  display: block;
  width: 100%;
  margin: 20px 0;
  padding: 15px 10px;
  border-radius: 5px;
  -webkit-box-shadow: 7px 5px 30px 0 rgba(72, 73, 121, 0.15);
  box-shadow: 7px 5px 30px 0 rgba(72, 73, 121, 0.15);
  color: #646464;
  -webkit-transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

.catalog-list-item:hover {
  background: #53284e;
  color: #fff;
}

.catalog-list-item i {
  margin-right: 15px;
  font-size: 40px;
}

.catalog-list-item p {
  margin: 0;
  padding: 0;
}

.catalog-list-item .title {
  font-size: 16px;
  font-weight: 500;
}

.catalog-list-item .size {
  font-size: 14px;
  font-weight: 300;
}

.reference-wrapper {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  padding: 70px 15px 90px 15px;
}

.reference-tab-content .nav-tabs-content {
  border-bottom: 1px solid rgba(207, 207, 207, 0.5);
}

.reference-tab-content .nav-tabs-content .nav-item:last-child {
  display: none;
}

.reference-tab-content .nav-tabs-content .nav-item .nav-link {
  font-size: 14px;
  border-bottom: 1px solid transparent;
}

.reference-tab-content .nav-tabs-content .nav-item .nav-link:hover {
  border-bottom-color: #53284e;
  cursor: pointer;
}

.reference-tab-content .nav-tabs-content .nav-item .nav-link.active {
  background-color: #fff !important;
  border-bottom-color: #53284e;
  color: #53284e;
}

.reference-list-item {
  margin: 0 auto 30px;
  padding: 15px;
  height: 150px;
  border: 1px solid #eee;
  overflow: hidden;
  text-align: center;
}

.reference-list-item:hover {
  padding: 0;
  -webkit-box-shadow: 7px 5px 30px 0 rgba(72, 73, 121, 0.15);
  box-shadow: 7px 5px 30px 0 rgba(72, 73, 121, 0.15);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.reference-list-item img {
  height: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.contact-wrapper {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 70px 15px 90px 15px;
}

.contact-info-container {
  width: 100%;
  max-width: 100%;
  margin-bottom: 50px;
}

.contact-info-item {
  padding: 7px 0;
  border-bottom: 1px solid #cfcfcf;
}

.contact-info-item:last-child {
  border-bottom: 0;
}

.contact-info-item label {
  margin: 0 10px 0 0;
  padding: 0;
  display: inline-block;
  width: 72px;
  min-width: 72px;
  max-width: 100%;
  color: #000;
  text-transform: uppercase;
}

.contact-info-item a {
  color: #6d6d6d;
}

.contact-info-item span {
  margin: 0;
  padding: 0;
}

.contact-info-item.map iframe {
  width: 100%;
  max-width: 100%;
  height: 350px;
}

.contact-info-title {
  position: relative;
  margin-bottom: 20px;
  color: #53284e;
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
}

.gallery-container {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  padding: 70px 15px 90px 15px;
}

.gallery-container-title {
  margin-bottom: 30px;
  color: #53284e;
  font-size: 32px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}

.gallery-slider {
  height: auto;
  margin-bottom: 15px;
}

.gallery-slider .item {
  padding: 30px 0;
}

.gallery-slider .item:focus {
  outline: 0;
}

.gallery-slider-item {
  display: block;
  width: 75%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  border: 1px solid #e7e7e7;
  color: #53284e;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
}

.gallery-slider-item:hover {
  color: #74506f;
}

.gallery-slider-item img {
  height: 550px;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}

.gallery-slider-item-title {
  padding: 12px 0;
}

.gallery-slider-thumb {
  padding: 0 30px;
}

.gallery-slider-thumb .item {
  width: 100px;
  height: 180px;
  border: 2px solid #fff;
}

.gallery-slider-thumb .item.slick-current {
  border-color: #53284e;
}

.gallery-slider-thumb .item:focus {
  outline: 0;
}

.gallery-slider-thumb .item img {
  height: 176px;
  width: 100%;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.gallery-slider-thumb .slick-arrow.slick-next {
  right: 0 !important;
}

.gallery-slider-thumb .slick-arrow.slick-next::before {
  color: #53284e;
  content: '';
  font-family: 'Font Awesome';
  font-size: 32px;
  font-weight: 600;
}

.gallery-slider-thumb .slick-arrow.slick-prev {
  left: 0 !important;
}

.gallery-slider-thumb .slick-arrow.slick-prev::before {
  color: #53284e;
  content: '';
  font-family: 'Font Awesome';
  font-size: 32px;
  font-weight: 600;
}

.sss-accordion .card-header {
  padding: 0;
}

.sss-accordion .card-header .btn {
  display: block;
  width: 100%;
  padding: .75rem 1.25rem;
  border-radius: 0;
  background: none;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  text-transform: uppercase;
  text-align: left;
  white-space: normal;
}

.sss-accordion .card-header .btn::before {
  display: inline-block;
  margin-right: 10px;
  content: '';
  font-family: 'Font Awesome';
  font-weight: 600;
}

.sss-accordion .card-header .btn:hover,
.sss-accordion .card-header .btn:active,
.sss-accordion .card-header .btn:focus {
  background: #53284e;
  color: #fff;
  text-decoration: none;
}

.v-ray-login_wrapper label {
  color: #53284e;
  font-size: 14px !important;
  text-transform: none;
}

.career_wrapper {
  width: 1366px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.career_wrapper img {
  -webkit-box-shadow: 7px 5px 30px 0 rgba(72, 73, 121, 0.15);
  box-shadow: 7px 5px 30px 0 rgba(72, 73, 121, 0.15);
}

.career_wrapper h3 {
  margin: 15px 0;
  color: #53284e;
  font-size: 32px;
}

.career_wrapper .statistic {
  margin-bottom: 30px;
  font-size: 22px;
  color: #53284e;
}

.career_wrapper .statistic i {
  font-size: 26px;
}

.career_wrapper strong {
  color: #53284e;
}

.search-result_title {
  font-weight: 500 !important;
}

.search-result_title .badge {
  background: #53284e;
  font-weight: 400;
}

.our-values h3 {
  margin-bottom: 0;
}

.our-values .d-flex img {
  height: 68px;
  width: 68px;
}

.our-values .d-flex div {
  padding-left: 25px;
}

.category-wrapper {
  padding: 70px 0 90px 0;
}

.category-list-item {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 34px 0;
  color: #fff;
  font-family: "KohinoorBangla", sans-serif;
  font-size: 24px;
  font-weight: 300;
  -webkit-box-shadow: -2.5px -4.3px 34px 9px rgba(0, 0, 0, 0.2);
  box-shadow: -2.5px -4.3px 34px 9px rgba(0, 0, 0, 0.2);
}

.category-list-item:hover {
  color: #fff;
}

.category-list-item:hover img {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

.category-list-item-img {
  max-height: 432px;
  overflow: hidden;
}

.category-list-item-img img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  -webkit-transition: transform .4s ease;
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
}

.category-list-item-title {
  position: absolute;
  bottom: -34px;
  right: 0;
  width: 260px;
  max-width: 100%;
  padding: 5px 20px;
  background: #d8a436;
}

.collection-wrapper {
  padding: 70px 0 90px 0;
}

.collection-list-item {
  border: 1px solid #e9e9e9;
  padding: 20px;
  margin: 10px 0;
}

.collection-list-item:hover img {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

.collection-list-item-img {
  display: block;
  overflow: hidden;
  position: relative;
}

.collection-list-item-img img {
  width: 100%;
  max-width: 100%;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.collection-list-item-title {
  position: relative;
  display: block;
  padding: 15px 0 15px 50px;
  color: #53284e;
  font-size: 18px;
  font-weight: 400;
}

.collection-list-item-title::before {
  position: absolute;
  left: 12px;
  top: 52%;
  -webkit-transform: translateY(-52%);
  transform: translateY(-52%);
  width: 32px;
  height: 15px;
  background: url(../images/belenco-dots.png) no-repeat center center;
  background-size: contain;
  content: '';
  vertical-align: middle;
}

.collection-list-item-title:hover {
  color: #74506f;
}

.collection-list-item-desc {
  padding: 20px 0 20px 50px;
  color: #6c6c6c;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
}

.product-list-wrapper {
  padding: 70px 0 90px 0;
}

.product-list-item {
  display: block;
  margin: 30px 0 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.product-list-item:hover .product-list-item-img {
  height: 300px;
  -webkit-transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.product-list-item-img {
  position: relative;
  height: 200px;
  overflow: hidden;
  -webkit-transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.product-list-item-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.product-list-item-title {
  margin: 0;
  padding-top: 20px;
  color: #646464;
  font-size: 18px;
  font-weight: 600;
}

.product-list-item-title span {
  font-weight: 400;
}

.product-list-item-badge {
  display: inline-block;
  padding: 0 20px;
  margin-right: 5px;
  background-color: #53284e;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  vertical-align: middle;
}

.product-detail-slider {
  z-index: 0;
}

.product-detail-slider-buttons {
  position: absolute;
  right: 270px;
  top: -25px;
}

.product-detail-slider-buttons .arrow {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -webkit-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
  -webkit-transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

.product-detail-slider-buttons .arrow.prev {
  margin-right: 7px;
  background: url(../images/icon-slider-arrow-left.png) no-repeat center center, #53284e;
}

.product-detail-slider-buttons .arrow.prev:hover {
  background-color: #74506f;
}

.product-detail-slider-buttons .arrow.next {
  background: url(../images/icon-slider-arrow-right.png) no-repeat center center, #53284e;
}

.product-detail-slider-buttons .arrow.next:hover {
  background-color: #74506f;
}

.product-detail-wrapper {
  padding: 50px 0;
}

.product-detail-container {
  padding: 0 15px;
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  color: #6c6c6c;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.63;
}

.product-detail-container h3 {
  position: relative;
  display: block;
  margin: 20px 0;
  padding-left: 65px;
  color: #53284e;
  font-size: 20px;
  font-weight: 400;
}

.product-detail-container h3::before {
  position: absolute;
  left: 0;
  top: 52%;
  -webkit-transform: translateY(-52%);
  transform: translateY(-52%);
  width: 70px;
  height: 15px;
  background: url(../images/belenco-dots.png) no-repeat center left;
  background-size: contain;
  content: '';
  vertical-align: middle;
}

.product-detail-container h3:hover {
  color: #74506f;
}

.product-detail-block {
  margin-bottom: 50px;
}

.product-detail-code {
  position: absolute;
  bottom: -30px;
  left: 0;
  min-width: 140px;
  width: auto;
  padding: 7px 12px;
  background-color: #6d6d6d;
  color: #fff;
  font-size: 16px;
  line-height: 1.63;
}

.product-detail-code span {
  display: block;
}

.product-detail-code .code {
  font-weight: 700;
}

.product-detail-code .title {
  font-weight: 300;
}

.product-detail-images {
  margin-bottom: 95px;
}

.product-detail-images-wrapper {
  position: relative;
  height: 433px;
  max-height: 433px;
}

.product-detail-images-wrapper a {
  position: relative;
  display: block;
}

.product-detail-images-wrapper a::after {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 55px;
  height: 55px;
  -webkit-box-shadow: 0 0 5.7px 1.3px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 5.7px 1.3px rgba(0, 0, 0, 0.07);
  background: url(../images/icon-zoom.png) no-repeat center center, #fff;
  content: '';
}

.product-detail-images-wrapper img {
  width: 100%;
  max-width: 100%;
  height: 433px;
  -o-object-fit: cover;
  object-fit: cover;
}

.product-detail-dimension {
  position: relative;
}

.product-detail-dimension img {
  margin-bottom: 20px;
}

.product-detail-dimension .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.product-detail-dimension-title {
  margin-bottom: 30px;
  padding: 20px 25px;
  background: #6d6d6d;
  color: #fff;
  font-size: 16.6px;
  font-weight: 400;
}

.product-detail-dimension-title span {
  font-weight: 600;
}

.product-detail-dimension-buttons {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  max-width: 100%;
  width: 100%;
}

.product-detail-dimension-buttons a {
  display: inline-block;
  margin: 0 7px;
  padding: 12px 20px;
  background: #d8a436;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.63;
}

.product-detail-dimension-buttons a img {
  width: 31px;
  height: 29px;
  margin-right: 7px;
  vertical-align: middle;
}

.product-detail-dimension-buttons a:hover {
  background: #b78824;
}

.product-detail-specs table {
  border: 0;
  color: #5a5a5a;
  font-size: 13px;
  font-weight: 600;
  line-height: 2.23;
  text-align: left;
}

.product-detail-specs table thead th {
  position: relative;
  border: 0;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
}

.product-detail-specs table thead th:first-child::after {
  display: none;
}

.product-detail-specs table thead th::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 90%;
  height: 1px;
  background: #cfcfcf;
  content: '';
}

.product-detail-specs table tr {
  border: 0;
}

.product-detail-specs table tr td {
  position: relative;
  border: 0;
  text-align: center;
}

.product-detail-specs table tr td::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 90%;
  height: 1px;
  background: #cfcfcf;
  content: '';
}

.product-detail-specs table tr td:first-child {
  text-align: left;
}

.product-detail-specs table tr td img {
  max-width: 38px;
  min-width: 38px;
  margin-right: 10px;
}

.product-detail-specs table tr td span {
  display: inline-block;
  width: 21px;
  height: 19px;
  background: url(../images/icon-ok.png) no-repeat center center;
  background-size: contain;
  vertical-align: middle;
}

.product-detail-profil-item {
  width: 10%;
  max-width: 100%;
  margin: 5px 0;
  text-align: center;
}

.product-detail-profil-item img {
  display: block;
  height: auto;
  width: 100%;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.product-detail-profil-item .title {
  color: #74506f;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
}

.product-detail-relative-item {
  display: block;
  color: #6d6d6d;
  font-size: 16px;
  font-weight: 400;
}

.product-detail-relative-item:hover {
  color: #53284e;
}

.product-detail-relative-item span {
  font-weight: 600;
}

.product-detail-relative-item-img {
  height: 120px;
  overflow: hidden;
}

.product-detail-relative-item-img img {
  -webkit-transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

.product-detail-relative-item-badge {
  padding: 7px 0;
}

.product-detail-certificates::after,
.product-detail-certificates::before {
  display: table;
  clear: both;
  content: '';
}

.product-detail-certificates-item {
  float: left;
  width: 20%;
  height: 100px;
  max-height: 100px;
  margin: 20px 0;
  padding: 0;
  border-right: 1px solid #cfcfcf;
  line-height: 90px;
  text-align: center;
}

.product-detail-certificates-item img {
  height: 100px;
  width: auto;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

footer .footer-top {
  padding: 40px 0 0 0;
  background: #6d6d6d;
}

footer .footer-bottom .col-lg-2 {
  padding-top: 30px;
  padding-bottom: 30px;
  border-right: 1px solid rgba(90, 90, 90, 0.39);
}

footer .footer-bottom .col-lg-2.justify-content-start {
  border-right: 0;
}

footer .footer-bottom p {
  margin: 0;
  padding: 0;
}

footer .footer-bottom .btn-login {
  font-size: 14px;
  font-weight: 600;
  color: #999;
  opacity: .5;
  -webkit-transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

footer .footer-bottom .btn-login:hover {
  color: #53284e;
  opacity: 1;
}

footer .footer-bottom .btn-login.right::after {
  display: inline-block;
  width: 14px;
  height: 19px;
  margin-left: 15px;
  background: url(../images/icon-btnlogin-user.png) no-repeat center center;
  content: '';
  vertical-align: middle;
}

footer .footer-bottom .btn-login.left::before {
  display: inline-block;
  width: 14px;
  height: 19px;
  margin-right: 15px;
  background: url(../images/icon-btnlogin-user.png) no-repeat center center;
  content: '';
  vertical-align: middle;
}

footer .footer-bottom .copyrigt {
  color: #5a5a5a;
  font-size: 14px;
  font-weight: 500;
}

footer .footer-title {
  padding: 0;
  margin: 0 0 30px 0;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
}

footer .footer-wrapper {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 15px;
}

footer .footer-menu {
  padding: 0;
  margin: 20px 0;
}

footer .footer-menu .nav-item {
  margin-bottom: 5px;
}

footer .footer-menu .nav-item .nav-link {
  display: inline-block;
  padding: 0;
  color: #fff;
  font-size: 13px;
  font-weight: 300;
}

footer .footer-menu .nav-item .nav-link::before {
  display: inline-block;
  width: 0;
  height: 3px;
  background: #d8a436;
  border-radius: 25px;
  content: '';
  opacity: 0;
  vertical-align: middle;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

footer .footer-menu .nav-item .nav-link:hover {
  color: #d8a436;
}

footer .footer-menu .nav-item .nav-link:hover::before {
  opacity: 1;
  width: 10px;
  margin-right: 5px;
}

footer .footer-contact {
  display: block;
  margin-top: 10px;
  text-align: center;
}

footer .footer-contact a {
  display: inline-block;
  border-top-right-radius: 23px;
  border-top-left-radius: 23px;
  background: #fff;
  padding: 12px 40px;
  color: #53284e;
  font-size: 18px;
}

footer .footer-contact a img {
  width: 32px;
}

footer .footer-contact-wrapper {
  color: #fff;
  line-height: 2;
  font-size: 14px;
  font-weight: 300;
}

footer .footer-contact-wrapper p {
  margin: 0;
  padding: 0;
}

footer .footer-contact-wrapper a {
  color: #fff;
}

footer .footer-contact-wrapper .address {
  width: 284px;
  max-width: 100%;
}

footer .social .nav-link {
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-color: #fff;
  color: #fff;
  font-size: 16px;
}

@media (max-width: 1666px) {
  header .navbar {
    padding: 15px;
  }

  header .navbar .navbar-brand img {
    width: 200px;
  }

  header .navbar .navbar-nav .nav-item .nav-link {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  header .navbar .nav.lang .nav-item .nav-link {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}

@media (max-width: 1440px) {
  .main-slider .item {
    max-height: 720px !important;
  }

  .main-slider .item .slider-content h2 {
    font-size: 42px !important;
  }

  .main-product-title {
    font-size: 82px;
  }

  .product-detail-container {
    width: 100%;
    max-width: 1140px;
  }

  .page-header-contact {
    right: 50px;
  }
}

@media (max-width: 1366px) {
  header .navbar .navbar-brand img {
    width: 150px;
  }

  header .navbar .navbar-nav .nav-item .nav-link {
    font-size: 14px;
  }

  header .navbar .nav.lang .nav-item .nav-link {
    font-size: 14px;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  header .navbar .nav.social {
    margin-left: 7px;
  }

  header .navbar .nav.social .nav-item .nav-link {
    margin: 0 3px;
  }

  .main-slider .item {
    max-height: 640px !important;
  }

  .main-slider .item .slider-content h2 {
    font-size: 32px !important;
  }

  .main-slider .item .slider-content .slider-link {
    padding: 10px 40px !important;
  }

  .main-product-title {
    font-size: 72px;
  }

  .main-mix-match h3 {
    font-size: 40px;
  }

  .main-mix-match h3 span {
    font-size: 34px;
  }

  .product-detail-slider-buttons {
    position: absolute;
    right: 15px;
    top: -25px;
  }

  .product-detail-slider-buttons .arrow {
    width: 50px;
    height: 50px;
  }

  .page-header-contact {
    right: 15px;
  }
}

@media (max-width: 1200px) {
  header .navbar .navbar-nav {
    display: none;
  }

  header .navbar .navbar-toggler {
    display: block;
  }

  footer .footer-bottom {
    font-size: 12px;
  }

  footer .footer-bottom .btn-login {
    font-size: 12px;
  }

  .page-content-menu-container {
    width: auto;
    min-width: 100%;
    max-width: 100%;
    float: left;
  }

  .page-content-menu-container .menu-title {
    padding-left: 12px;
  }

  .page-content-menu-container .nav .nav-item .nav-link {
    padding: 20px 12px;
    font-size: 14px;
  }

  .page-content-container {
    width: 95%;
    padding: 30px 0 0 30px;
  }

  .aboutus-content-kuvars-content {
    width: 550px;
    font-size: 14px;
  }
}

@media (max-width: 1024px) {
  .btn-go {
    width: 65px;
    height: 65px;
  }

  .main-slider .item {
    max-height: 580px !important;
  }

  .main-slider .item .slider-content h2 {
    font-size: 26px !important;
  }

  .main-product-title {
    font-size: 62px;
  }

  .main-product-title .pr-4 {
    padding-right: 60px !important;
  }

  .main-product-slider-wrapper {
    padding-left: 0;
  }

  .main-mix-match {
    padding: 35px 0;
  }

  .main-mix-match h3 {
    font-size: 34px;
  }

  .main-mix-match h3 span {
    font-size: 26px;
  }

  .page-header-content-title {
    top: -25px;
    font-size: 40px;
  }

  .aboutus-content-kuvars-container {
    background-size: 200px auto !important;
  }

  .aboutus-content-kuvars-title {
    font-size: 42px;
  }

  .aboutus-content-kuvars-content {
    width: 500px;
    font-size: 12px;
  }

  .gallery-container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }

  .gallery-slider-item {
    width: 100%;
  }

  .gallery-slider-item img {
    height: 550px;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
  }

  .gallery-slider-item-title {
    padding: 12px 0;
  }

  .gallery-slider-thumb .item {
    height: 120px;
  }

  .gallery-slider-thumb .item img {
    height: 116px;
  }
}

@media (max-width: 991px) {
  header .navbar-search_content {
    padding: 0 15px;
  }

  header .navbar-search_content .form-control {
    font-size: 16px;
  }

  header .navbar-search_content .btn {
    padding: 0 15px;
    background-size: 16px auto;
  }

  header .navbar-search_content__btn-close {
    padding: 0 15px;
    background-size: 16px auto;
  }

  .main-belenco a {
    padding: 110px 0;
  }

  .main-belenco a h3 {
    font-size: 48px;
  }

  .main-gallery {
    margin-top: -40px;
  }

  .main-gallery-title {
    padding-left: 15px;
    font-size: 52px;
  }

  footer .footer-bottom .col-lg-2 {
    border-bottom: 1px solid rgba(90, 90, 90, 0.39);
  }

  footer .footer-bottom .col-lg-4 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .page-content-menu-wrapper {
    padding: 20px 20px 20px 0;
  }

  .page-content-menu-container .menu-title {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .page-content-container {
    width: 95%;
    padding: 30px 15px;
  }

  .aboutus-content img {
    width: 200px;
  }

  .aboutus-content-kuvars-container {
    padding: 40px 15px;
    background-size: 200px auto !important;
  }

  .aboutus-content-kuvars-title {
    font-size: 42px;
    text-align: left;
  }

  .aboutus-content-kuvars-title .pr-1,
  .aboutus-content-kuvars-title .pr-2,
  .aboutus-content-kuvars-title .pr-4 {
    padding-right: 0 !important;
  }

  .aboutus-content-kuvars-content {
    width: 500px;
    font-size: 12px;
  }

  .aboutus-content-avantaj-container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 95%;
    max-width: 100%;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 2.06;
  }

  .aboutus-content-avantaj-container h2 {
    font-size: 18px;
    font-weight: 700;
  }

  .collection-list-item-title {
    padding: 15px;
  }

  .collection-list-item-title::before {
    display: none;
  }

  .collection-list-item-desc {
    padding: 15px;
  }

  .product-parent-wrapper {
    max-height: 390px !important;
  }

  .product-detail-slider .owl-carousel .item {
    height: 390px;
    max-height: 390px;
  }

  .product-detail-slider .owl-carousel .item img {
    height: 390px;
    width: 100%;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .product-detail-slider-buttons .arrow {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-size: 12px 12px !important;
  }

  .page-header-contact {
    right: 15px;
  }

  .page-header-contact a {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .main-product-title {
    font-size: 46px;
  }

  .main-product-title .pr-4 {
    padding-right: 40px !important;
  }

  .main-mix-match h3 {
    font-size: 26px;
  }

  .main-mix-match h3 span {
    font-size: 20px;
  }

  .main-gallery {
    margin-top: -20px;
  }

  footer .footer-title {
    margin: 20px 0;
  }

  footer .footer-menu {
    margin-bottom: 0;
  }

  footer .footer-menu-wrapper {
    margin-bottom: 0;
  }

  .page-header-wrapper {
    max-height: 200px;
  }

  .page-header-wrapper img {
    height: 150px;
  }

  .page-header-content-title {
    top: -20px;
    font-size: 32px;
  }

  .page-header-contact {
    position: relative;
    width: 100%;
    bottom: -15px;
    padding: 10px 0 10px 15px;
    border-radius: 0;
    border-top-right-radius: 23px;
    text-align: center;
  }

  .page-header-contact a {
    font-size: 16px;
  }

  .page-header-contact a img {
    width: 24px;
    height: auto;
  }

  .product-detail-images {
    margin-bottom: 0;
  }

  .product-detail-images-wrapper {
    margin-bottom: 40px;
  }

  .product-detail-dimension-buttons {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }

  .product-detail-certificates-item {
    width: 33.33%;
  }
}

@media (max-width: 575px) {
  .btn-go {
    width: 55px;
    height: 55px;
    background-size: 16px 16px;
  }

  header .navbar .navbar-brand img {
    width: 70px !important;
  }

  header .navbar .navbar-toggler {
    padding-left: 0;
    padding-right: 0;
  }

  header .navbar .navbar-contact {
    margin-right: 5px;
    font-size: 20px;
    color: #53284e;
    line-height: 1;
  }

  header .navbar .navbar-contact .title {
    font-size: 12px;
  }

  header .navbar .navbar-contact img {
    width: 16px;
    margin-right: 3px;
  }

  header .navbar .navbar-contact span {
    display: block;
    margin-left: 5px;
    font-size: 14px;
  }

  header .navbar .nav.lang .nav-item .nav-link {
    font-size: 12px;
  }

  header .navbar .nav.lang .nav-item .nav-link.search img {
    width: 16px;
  }

  header .navbar .nav.social {
    display: none;
  }

  .main-slider .item {
    max-height: 350px !important;
  }

  .main-slider .item .slider-content h2 {
    margin-bottom: 30px !important;
    font-size: 18px !important;
    line-height: 1.5 !important;
  }

  .main-slider .item .slider-content .slider-link {
    padding: 7px 20px !important;
    font-size: 12px !important;
  }

  .main-product {
    padding: 40px 0;
  }

  .main-product-bg {
    width: 50%;
  }

  .main-product-title {
    margin-bottom: 40px;
    font-size: 40px;
    text-align: center;
  }

  .main-product-title .pr-1,
  .main-product-title .pr-2,
  .main-product-title .pr-4 {
    padding-right: 0 !important;
  }

  .main-product-slider {
    width: 100%;
    padding: 0 15px;
    float: none;
  }

  .main-product-slider-arrow {
    width: 100%;
    float: none;
    margin-top: 12px;
    padding: 0 15px;
    text-align: left;
  }

  .main-product-slider-arrow .arrow {
    margin: 0 !important;
    width: 10% !important;
    max-width: 100%;
    background-position: center center !important;
  }

  .main-product-slider-arrow .arrow.right {
    float: right;
  }

  .main-gallery {
    margin-top: 0;
  }

  .main-gallery-title-wrapper {
    width: 100%;
    max-width: 100%;
  }

  .main-gallery-title {
    width: 100%;
    max-width: 100%;
    float: none;
    margin-right: 0;
    padding: 20px 0;
    font-size: 38px;
    text-align: center;
  }

  .main-gallery-wrapper {
    margin-top: 30px;
    width: 100%;
  }

  .main-gallery .btn-go {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .main-catalog-wrapper a {
    font-size: 14px;
  }

  .main-catalog-wrapper a span::before {
    width: 30px;
    height: 34px;
  }

  .page-header-content-title {
    top: -15px;
    font-size: 24px;
  }

  .page-content-container {
    font-size: 14px;
  }

  .page-content-container h3 {
    font-size: 18px;
  }

  .page-content-container ul {
    padding-left: 10px;
  }

  footer .footer-title {
    font-size: 14px;
  }

  footer .footer-menu .nav-item .nav-link {
    font-size: 12px;
    font-weight: 300;
  }

  footer .footer-contact a {
    font-size: 14px;
  }

  footer .footer-contact a img {
    width: 20px;
  }

  .aboutus-content-kuvars-container {
    padding: 40px 15px;
    background-size: 120px auto !important;
  }

  .aboutus-content-kuvars-title {
    margin-bottom: 30px;
    font-size: 34px;
    text-align: center;
  }

  .aboutus-content-kuvars-content {
    width: 500px;
    font-size: 14px;
    text-align: center;
    padding-right: 0;
  }

  .aboutus-content-avantaj {
    height: auto;
    padding: 20px 15px;
  }

  .aboutus-content-avantaj-container {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translate(0);
    transform: translate(0);
    text-align: center;
  }

  .aboutus-content-avantaj-container h2 {
    margin-bottom: 20px;
  }

  .aboutus-content-text {
    padding-left: 15px;
    padding-right: 15px;
  }

  .gallery-container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }

  .gallery-slider-item {
    width: 100%;
  }

  .gallery-slider-item img {
    height: 350px;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
  }

  .gallery-slider-item-title {
    padding: 12px 0;
  }

  .gallery-slider-thumb .item {
    height: 120px;
  }

  .gallery-slider-thumb .item img {
    height: 116px;
  }
}

@media (max-width: 375px) {
  header .navbar {
    padding: 15px 5px;
  }

  header .navbar .navbar-brand img {
    width: 60px !important;
  }

  header .navbar .navbar-nav .nav-item .nav-link {
    font-size: 12px;
  }

  header .navbar .navbar-contact .title {
    font-size: 10px;
  }

  header .navbar .nav.social {
    display: none;
  }

  .main-mix-match {
    padding: 20px 0;
    text-align: center;
  }

  .main-mix-match h3 {
    font-size: 26px;
  }

  .main-mix-match h3 span {
    display: block;
    font-size: 20px;
  }

  .main-mix-match .btn-go {
    margin: 0;
    margin-top: 12px;
  }

  .product-detail-certificates-item {
    width: 50% !important;
    border: 0;
  }
}

.b-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 999999999999999999999999999;
  overflow-y: auto;
}

.b-popup .popup-content {
  position: relative;
  max-width: 1100px;
  width: 100%;
}

@media only screen and (max-width: 1400px) {
  .b-popup .popup-content {
    position: relative;
    max-width: 400px;
  }
}

@media only screen and (max-width: 768px) {
  .b-popup .popup-content {
    max-height: 80vh;
    max-width: calc(100vw - 20px);
  }
}

.b-popup .popup-content button.close-popup {
  position: absolute;
  right: 0;
  top: 0;
  width: 25px;
  height: 25px;
  color: #fff;
  background: #b85318;
  border: none;
  font-size: 18px;
  padding-bottom: 10px;
  cursor: pointer;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.b-popup .popup-content button.close-popup:hover {
  background: #ed6e23;
}

.b-popup .popup-content .image img {
  width: 100%;
  float: left;
}

.col-20 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  width: 100%;
  padding: 0 15px;
  position: relative;
}

.product-awards img {
  height: 130px;
  margin-left: 23px;
}

.product-awards {
  text-align: right;
}

.product-awards.x2 img {
  height: 170px;
  margin-left: 23px;
}

.header-clear {
  height: 145px;
}

header.site-header {
  z-index: 99990;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
}

header.site-header .header-wrapper {
  max-width: 1366px;
  padding: 0 20px;
  margin: 0 auto;
}

header.site-header .header-top .header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 45px;
}

header.site-header .header-top .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header.site-header .header-top .left a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 20px;
}

header.site-header .header-top .left a::before {
  content: '';
  width: 14px;
  height: 14px;
  border-radius: 10px;
  margin-right: 8px;
}

header.site-header .header-top .left a:nth-child(1) {
  color: #53284E;
}

header.site-header .header-top .left a:nth-child(1)::before {
  background: #53284E;
}

header.site-header .header-top .left a:nth-child(2) {
  color: #805574;
}

header.site-header .header-top .left a:nth-child(2)::before {
  background: #805574;
}

header.site-header .header-top .left a:nth-child(3) {
  color: #9D7590;
}

header.site-header .header-top .left a:nth-child(3)::before {
  background: #9D7590;
}

header.site-header .header-top .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header.site-header .header-top .right .right-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
}

header.site-header .header-top .right .right-menu a {
  color: #52284E;
  margin-right: 15px;
}

header.site-header .header-top .right .lang-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header.site-header .header-top .right .lang-select a {
  color: #52284E;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 30px;
  margin-left: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  -webkit-transition: .3s all;
  transition: .3s all;
}

header.site-header .header-top .right .lang-select a.active,
header.site-header .header-top .right .lang-select a:hover {
  background: #52284E;
  color: #fff;
}

header.site-header .header-bottom {
  background: #52284E;
  height: 100px;
  position: relative;
}

header.site-header .header-bottom .header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100px;
  position: relative;
}

header.site-header .header-bottom .header-wrapper a {
  color: #fff;
  display: inline-block;
}

header.site-header .header-bottom .header-wrapper .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: calc(50% - 160px);
}

header.site-header .header-bottom .header-wrapper .left a {
  margin-left: 45px;
}

header.site-header .header-bottom .header-wrapper .right {
  width: calc(50% - 160px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header.site-header .header-bottom .header-wrapper .right .right-menu a {
  margin-right: 45px;
}

header.site-header .header-bottom .header-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header.site-header .header-bottom .header-wrapper ul li.drop-menu {
  position: relative;
}

header.site-header .header-bottom .header-wrapper ul li.drop-menu .drop-content {
  position: absolute;
  background: #351932;
  opacity: 1;
  pointer-events: none;
  padding: 10px 30px 20px;
  -webkit-transition: .3s all;
  transition: .3s all;
  left: 0;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top center;
  transform-origin: top center;
  min-width: 250px;
}

header.site-header .header-bottom .header-wrapper ul li.drop-menu .drop-content a {
  display: block;
  margin: 10px 0;
  padding: 0;
  line-height: 1.5em;
  font-size: 14px;
}

header.site-header .header-bottom .header-wrapper ul li.drop-menu:hover .drop-content {
  opacity: 1;
  pointer-events: visible;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

header.site-header .header-bottom .header-wrapper ul a {
  line-height: 100px;
}

header.site-header .header-bottom .header-wrapper button.open-search {
  position: absolute;
  right: 20px;
  border: none;
  background: transparent;
  outline: 0 !important;
  cursor: pointer;
}

header.site-header .header-bottom .header-wrapper button.open-search img {
  height: 24px;
}

header.site-header .header-bottom .header-wrapper .search-form {
  position: absolute;
  left: 20px;
  top: 0;
  width: calc(100% - 40px);
  height: 100px;
  background: transparent;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  pointer-events: none;
}

header.site-header .header-bottom .header-wrapper .search-form::before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  background: #fff;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transition: .5s all;
  transition: .5s all;
}

header.site-header .header-bottom .header-wrapper .search-form * {
  opacity: 0;
  -webkit-transition: .5s all;
  transition: .5s all;
}

header.site-header .header-bottom .header-wrapper .search-form.active {
  pointer-events: visible;
}

header.site-header .header-bottom .header-wrapper .search-form.active::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

header.site-header .header-bottom .header-wrapper .search-form.active * {
  opacity: 1;
}

    header.site-header .header-bottom .header-wrapper .search-form .search-button,
    header.site-header .header-bottom .header-wrapper .search-form .close-search {
        border: none;
        background: transparent;
        margin-left: 20px;
        cursor: pointer;
        position: relative;
        outline: 0 !important;
    }

        header.site-header .header-bottom .header-wrapper .search-form .search-button img,
        header.site-header .header-bottom .header-wrapper .search-form .close-search img{
            height: 24px;
        }

header.site-header .header-bottom .header-wrapper .search-form input[type="text"] {
  position: relative;
  width: 100%;
  line-height: 100px;
  border: none;
  background: transparent;
  outline: 0 !important;
  font-size: 18px;
}

header.site-header .header-bottom .logo {
  height: 100px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #fff;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 260px;
}

.site-footer {
  background-color: #4D4D4D;
  padding: 60px 0;
  color: #fff;
  font-size: 14px;
}

.site-footer a {
  color: #fff;
}

.site-footer .site-wrapper {
  max-width: 1366px;
  padding: 0 20px;
  margin: 0 auto;
}

.site-footer .footer-links {
  margin-bottom: 30px;
}

.site-footer .footer-links a {
  display: block;
}

.site-footer h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

.site-footer .footer-contact {
  font-size: 13px;
}

.site-footer .footer-contact strong {
  display: block;
}

.site-footer .footer-contact span {
  display: block;
}

.site-footer .social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.site-footer .social-links a {
  background-color: #fff;
  width: 35px;
  height: 35px;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #4D4D4D;
  font-size: 18px;
  margin: 0 5px;
}

.site-footer .newsletter input[type='text'] {
  width: 100%;
  border-radius: 10px;
  padding: 0 20px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  color: #454545;
}

.site-footer .newsletter input[type='text']::-webkit-input-placeholder {
  color: #454545;
}

.site-footer .newsletter input[type='text']:-ms-input-placeholder {
  color: #454545;
}

.site-footer .newsletter input[type='text']::-ms-input-placeholder {
  color: #454545;
}

.site-footer .newsletter input[type='text']::placeholder {
  color: #454545;
}

section.home-box {
  padding: 80px 0;
  text-align: center;
}

section.home-box h2 {
  font-weight: 400;
  font-size: 40px;
  margin-bottom: 20px;
}

section.home-box h3 {
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 50px;
}

section.home-box .box .image {
  margin-bottom: 20px;
}

section.home-box .box .image img {
  width: 100%;
}

section.home-box .box .content h4 {
  font-weight: 700;
  font-size: 14px;
  color: #52284E;
}

section.home-box .box .content .text {
  font-size: 12px;
  color: #202020;
}

.page-header-content-breadcrumb {
  position: absolute;
  background: #4D4D4D;
  width: calc(100% - (100vw - 1140px) / 2);
  right: 0;
  bottom: -90px;
  padding: 15px 60px;
}

.page-header-wrapper {
  overflow: unset;
}

.page-header-content-breadcrumb::before {
  content: '';
  background: #fff;
  width: 40px;
  height: 67px;
  position: absolute;
  left: -22px;
  top: 0;
  -webkit-transform: rotate(-25deg);
  transform: rotate(-25deg);
}

.page-header-content {
  padding-top: 65px;
  background: transparent;
}

.page-header-content-title {
  top: 15px;
  color: #fff;
  font-size: 40px;
}

.page-content-container {
  margin-top: 90px;
}

.collection-list-item {
  padding: 0;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.collection-list-image {
  width: 50%;
  position: relative;
}

.collection-list-image img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
}

.collection-list-image-2 {
  width: 50%;
  padding-left: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

a.collection-list-item-img2 {
  display: block;
  width: 200px;
  height: 200px;
  overflow: hidden;
}

a.collection-list-item-img2 img {
  width: 200px;
  height: 200px;
  -webkit-transition: .3s all;
  transition: .3s all;
  -o-object-fit: cover;
  object-fit: cover;
}

.collection-list-item-desc {
  padding: 0;
  width: calc(100% - 200px);
  padding-left: 50px;
  font-size: 14px;
}

.collection-list-image span {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #52284e;
  color: #fff;
  padding: 10px 25px;
}

.collection-list-item-desc .dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 15px;
  top: 0;
}

.collection-list-item-desc .dots span {
  background: #805574;
  width: 17px;
  height: 17px;
  border-radius: 15px;
  margin: 3px 0;
}

.collection-list-item-desc {
  position: relative;
}

.collection-list-item-desc .dots::before {
  content: '';
  background: #53284e;
  width: 17px;
  height: 17px;
  border-radius: 15px;
}

.collection-list-item-desc .dots::after {
  content: '';
  background: #9d7590;
  width: 17px;
  height: 17px;
  border-radius: 15px;
}

h1.page-title {
  font-size: 40px;
  color: #333333;
  padding: 40px 0 30px 0;
  font-weight: 400;
  line-height: 1.5em;
}

.product-detail-dimension-buttons a {
  background: transparent;
  position: absolute;
  left: 40px;
  bottom: 55px;
}

.product-detail-dimension-buttons a:hover {
  background: transparent;
}

.product-detail-code {
  background: #52284E;
  bottom: 30px;
  font-size: 18px;
  min-width: 210px;
}

.product-detail-code span {
  display: inline-block;
}

.dimension-title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.dimension-title img {
  margin: 0 20px 0 0;
}

.dimension-title span {
  font-weight: 600;
  color: #333;
  display: inline-block;
  margin-left: 5px;
}

.pd-bottom {
  border-top: 1px solid #d4d4d4;
  padding: 10px 0;
}

.pd-bottom .p-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.pd-bottom .p-left .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 40px;
}

.pd-bottom .p-left .item img {
  margin: 0 15px 0 0;
}

.product-detail-tab .tab-title {
  margin-bottom: 20px;
  cursor: pointer;
}

.product-detail-tab .pd-tab-content {
  overflow: hidden;
  -webkit-transition: .4s all;
  transition: .4s all;
}

.product-detail-container .tab-title h3 {
  min-height: 1.65em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  padding: 10px 0;
}

.product-detail-container .tab-title h3::before {
  position: static;
  -webkit-transform: none;
  transform: none;
  width: 65px;
}

.product-detail-container .tab-title h3::after {
  content: '';
  width: 32px;
  height: 32px;
  background: url(../images/down-icon.png) no-repeat;
  background-size: contain;
  display: block;
  margin-left: 15px;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.product-detail-container .tab-title.closed h3::after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.product-detail-certificates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-detail-certificates-item {
  float: none;
  padding: 0 10px;
  width: 100%;
}

.product-detail-certificates-item:last-child {
  border-right: none;
}

.page-header-wrapper .owl-item .item img {
  height: 500px;
  -o-object-fit: cover;
  object-fit: cover;
}

span.product-list-item-badge {
  -webkit-clip-path: polygon(25% 0, 100% 0%, 75% 100%, 0% 100%);
  clip-path: polygon(25% 0, 100% 0%, 75% 100%, 0% 100%);
  position: absolute;
  right: 25px;
  top: 0px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}

.product-list-item-title img {
  height: 15px;
}

.product-list-item-title {
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
}

.product-list-item-title span {
  font-weight: 700;
}

.category-list-item-title {
  background: transparent;
  right: 0;
  left: 0;
  width: 100%;
  text-align: center;
  bottom: -70px;
  color: #52284E;
  font-weight: 600;
}

.category-list-item-img img {
  border-top: 5px solid #52284e;
}

.category-list-item {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.kenar-profilleri .page-gallery-item {
  margin: 0px 0px 40px;
  width: auto;
  border-radius: 15px;
  position: relative;
  padding: 0px 25px;
  overflow: unset;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);
}

.kenar-profilleri .page-gallery-item img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.kenar-profilleri .page-gallery-item p {
  border: 1px solid #ececec;
  position: absolute;
  z-index: 9;
  width: 30px;
  height: 30px;
  bottom: -15px;
  border-radius: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #ffff;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.23);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.23);
}

.row.page-gallery-wrapper .gallery-col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  width: 100%;
  padding: 0 15px;
}

section.kenar-profilleri-top .kenar-profilleri-item {
  display: block;
  color: #52284E;
  font-weight: 700;
  line-height: 1.3em;
  text-align: center;
  margin-bottom: 30px;
}

section.kenar-profilleri-top .kenar-profilleri-item span.image {
  position: relative;
  display: block;
  border: 1px solid #d3d3d3;
  width: 100%;
  padding-top: 100%;
  margin-bottom: 10px;
}

section.kenar-profilleri-top .kenar-profilleri-item span.image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

section.blog-page .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1366px;
}

section.blog-page .container .blog-left {
  background: #F2F2F2;
  width: 75%;
  padding: 40px 20px 20px;
}

section.blog-page .container .blog-left .blog-posts .row .col-md-6:first-child {
  width: 100%;
  max-width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

section.blog-page .container .blog-left .blog-posts .row .col-md-6:first-child .item .image img {
  height: 400px;
}

section.blog-page .container .blog-left .blog-posts .item {
  margin-bottom: 30px;
}

section.blog-page .container .blog-left .blog-posts .item .image {
  margin-bottom: 20px;
}

section.blog-page .container .blog-left .blog-posts .item .image img {
  width: 100%;
  height: 280px;
  -o-object-fit: cover;
  object-fit: cover;
}

section.blog-page .container .blog-left .blog-posts .item h2 {
  font-size: 20px;
  margin-bottom: 20px;
}

section.blog-page .container .blog-left .blog-posts .item h2 a {
  color: #52284E;
  font-weight: 600;
}

section.blog-page .container .blog-left .blog-posts .item .desc {
  color: #000;
  font-weight: 400;
  line-height: 1.3em;
}

section.blog-page .container .blog-right {
  width: 25%;
  margin-left: 10px;
  background: #F2F2F2;
}

section.blog-page .container .blog-right .sidebar-top {
  padding: 50px 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

section.blog-page .container .blog-right .sidebar-top .logo {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 230px;
  height: 230px;
  border-radius: 230px;
}

section.blog-page .container .blog-right .sidebar-top .logo img {
  width: 75%;
}

section.blog-page .container .blog-right .sidebar-top h3 {
  font-size: 20px;
  color: #52284E;
  font-weight: 400;
  text-align: center;
  margin-bottom: 10px;
}

section.blog-page .container .blog-right .sidebar-top .content {
  line-height: 1.3em;
  color: #000;
  font-weight: 500;
}

section.blog-page .container .blog-right .line {
  margin: 30px 30px;
  height: 1px;
  background-color: #C0C0C0;
}

section.blog-page .container .blog-right .sidebar-social {
  text-align: center;
}

section.blog-page .container .blog-right .sidebar-social a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 40px;
  height: 40px;
  border-radius: 30px;
  color: #fff;
  background: #333333;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 3px;
  font-size: 20px;
  -webkit-transition: .3s all;
  transition: .3s all;
}

section.blog-page .container .blog-right .sidebar-social a:hover {
  background: #52284E;
}

section.blog-page .container .blog-right .sidebar-newsletter {
  text-align: center;
  padding: 0 30px;
}

section.blog-page .container .blog-right .sidebar-newsletter strong {
  color: #000;
}

section.blog-page .container .blog-right .sidebar-newsletter input[type="text"] {
  width: 100%;
  text-align: center;
  border: none;
  border-radius: 5px;
  padding: 0 10px;
  height: 47px;
  margin-top: 20px;
}

section.blog-page .container .blog-right h2 {
  font-weight: 700;
  color: #1D1D1B;
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
}

section.blog-page .container .blog-right .sidebar-awards {
  padding: 0 40px;
}

section.blog-page .container .blog-right .sidebar-awards .image {
  background: #fff;
  border: 1px solid #D0D0D0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 160px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
}

section.blog-page .container .blog-right .sidebar-awards .image img {
  max-width: 80%;
  max-height: 145px;
}

section.design-page {
  padding: 30px 0;
}

section.design-page h1.page-title {
  border-bottom: 1px solid #DBDBDB;
  padding-bottom: 15px;
  margin-bottom: 30px;
}

section.design-page .design-items .design-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

section.design-page .design-items .design-item .image {
  width: 100%;
  max-width: 60%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  position: relative;
}

section.design-page .design-items .design-item .image::before {
  content: '';
  width: 158px;
  height: 50px;
  background: url(../images/belenco-dots.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: -52px;
  top: 40px;
}

section.design-page .design-items .design-item .image img {
  width: 100%;
  height: 460px;
  -o-object-fit: cover;
  object-fit: cover;
}

section.design-page .design-items .design-item .content {
  width: 100%;
  max-width: 40%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  padding: 100px 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

section.design-page .design-items .design-item .content h3 {
  color: #52284E;
  font-size: 36px;
  font-weight: 400;
}

section.design-page .design-items .design-item .content .desc {
  font-size: 20px;
  line-height: 1.5em;
  color: #000;
  margin-bottom: 40px;
}

section.design-page .design-items .design-item .content a.read-more {
  margin-top: auto;
  margin-right: auto;
  background: #EFEFEF;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #000;
  padding: 4px 10px;
  font-weight: 500;
}

section.design-page .design-items .design-item .content a.read-more img {
  margin-right: 5px;
}

section.design-page .design-items .design-item:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

section.design-page .design-items .design-item:nth-child(2n) .image::before {
  right: unset;
  left: -106px;
}

section.design-page .design-items .design-item:nth-child(2n) .content {
  text-align: right;
}

section.design-page .design-items .design-item:nth-child(2n) .content h3 {
  margin-left: auto;
  text-align: right;
}

section.design-page .design-items .design-item:nth-child(2n) .content a.read-more {
  margin-left: auto;
  margin-right: unset;
}

.product-detail-dimension-img img {
  margin-bottom: 50px;
  height: calc(100vh - 145px);
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.product-detail-dimension-img {
  position: relative;
}

/*# sourceMappingURL=layout.min.css.map */

.product-detail-desc.product-detail-block.awards {
  display: flex;
}

.product-detail-desc.product-detail-block.awards .product-awards {
  white-space: nowrap;
}

.page-header-wrapper .container {
  position: relative;
  padding: 0;
}

.page-header-wrapper .container .collection-header {
  position: absolute;
  bottom: 0;
}

.page-header-wrapper .container .collection-header .title {
  display: inline-block;
  background: #52284e;
  color: #fff;
  padding: 23px 30px;
  font-size: 39px;
  line-height: 1.1em;
  min-width: 290px;
}

.page-header-wrapper .container .collection-header .title strong {
  display: inline-block;
  margin-right: 10px;
}

.page-header-wrapper .container .collection-header .desc {
  color: #252525;
  font-size: 30px;
  max-width: 455px;
  line-height: 1.3em;
  margin-bottom: 30px;
  display: none;
}

#koleksiyonHeader {
  display: none;
}

.select-location {
  display: flex;
  position: absolute;
  right: 30px;
  top: 45px;
  z-index: 99999;
  color: #fff;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
}

.select-location select {
  border: none;
  background: #fff;
  border-radius: 0px;
  margin-left: 15px;
  padding: 0 10px;
  height: 35px;
}

.download-product-catalog {
  position: absolute;
  right: 50px;
  top: 43px;
  z-index: 9999;
}

.download-product-catalog a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 15px;
}

.download-product-catalog a img {
  margin-left: 11px;
}

@media only screen and (min-width: 769px) {
  .show-mobile {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .product-detail-desc.product-detail-block.awards {
    display: block;
    text-align: center;
  }

  .product-detail-desc.product-detail-block.awards .product-awards {
    text-align: center;
  }

  header.site-header .header-top .right .right-menu {
    display: none;
  }

  header.site-header .header-bottom .logo {
    width: 220px;
  }

  header.site-header .header-bottom .logo img {
    height: 55px;
  }

  header.site-header .header-bottom .header-wrapper button.open-search {
    right: unset;
    left: 25px;
  }

  button.show-mobile.open-header-menu {
    border: 1px solid #fff;
    background: transparent;
    position: absolute;
    right: 20px;
    color: #fff;
    padding: 5px 13px;
    border-radius: 5px;
  }


  header.site-header .header-bottom .header-wrapper .right {
    display: none;
  }

  header.site-header .header-top .left {
    display: none;
  }

  header.site-header .header-top .header-wrapper {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .page-header-content-breadcrumb {
    width: calc(100% - 20px) !important;
  }

  .pd-bottom .p-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .pd-bottom .p-left .item {
    margin-bottom: 20px;
  }

  .pd-bottom {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .product-detail-certificates {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .site-footer .newsletter {
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .site-footer .social-links {
    margin: 20px 0;
  }

  header.site-header .header-bottom .header-wrapper .left .left-menu {
    position: absolute;
    right: 0;
    left: 0;
    background: #52284e;
    top: 99px;
    padding: 15px 0;
    opacity: 0;
    transform: translateY(-10px);
    transition: .3s all;
    pointer-events: none;
  }

  header.site-header .header-bottom .header-wrapper .left .left-menu.active {
    opacity: 1;
    transform: translateY(0);
    pointer-events: visible;
  }

  header.site-header .header-bottom .header-wrapper .left .left-menu ul {
    display: block;
    text-align: center;
  }
  
  header.site-header .header-bottom .header-wrapper .left .left-menu ul li  {
    position: relative;
  }

  header.site-header .header-bottom .header-wrapper .left .left-menu ul li a {
    line-height: 3em;
    margin: 0;
  }

  section.home-box .box {
    margin-bottom: 30px;
  }

  header.site-header .header-bottom .header-wrapper ul li.drop-menu .drop-content {
    z-index: 9999;
    width: 100%;
  }

  .collection-list-item {
    flex-wrap: wrap;
  }

  .collection-list-image {
    width: 100%;
  }

  .collection-list-image-2 {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
    flex-wrap: wrap;
  }

  a.collection-list-item-img2 {
    width: 100%;
    height: auto;
  }

  a.collection-list-item-img2 img {
    width: 100%;
    height: auto;
  }

  .collection-list-item-desc {
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }

  .collection-list-item-desc .dots {
    display: none;
  }

  .page-header-content .breadcrumb li a {
    font-size: 11px;
  }

  .page-header-content-breadcrumb {
    padding: 15px 15px 15px 60px;
  }

  .select-location {
    position: static;
    color: #000;
    padding: 70px 25px 0 30px;
  }

  .select-location select {
    border: 1px solid #e6e6e6;
    border-radius: 4px;
  }

  .page-header-content .breadcrumb li::before {
    margin: 0 5px;
  }

  .download-product-catalog {
    display: none;
  }

  .page-header-content-breadcrumb::before {
    height: 100px;
    left: -16px;
  }

  .row.page-gallery-wrapper .gallery-col {
    flex: 0 0 100%;
    max-width: 100%;
  }

  section.blog-page .container .blog-left {
    width: 100%;
  }

  section.blog-page .container {
    flex-wrap: wrap;
  }

  section.blog-page .container .blog-right {
    width: 100%;
    margin-left: 0;
  }

  section.blog-page .container .blog-left .blog-posts .row .col-md-6:first-child .item .image img {
    height: 200px;
  }

  section.blog-page .container .blog-left .blog-posts .item .image img {
    height: 200px;
  }

  section.blog-page .container .blog-right .sidebar-awards .image img {
    max-width: 60%;
  }

  section.blog-page .container .blog-right .sidebar-awards .image {
    height: 215px;
  }

  a.catalog-list-item[href=undefined] {
    display: none;
  }
}

.awards .award-item {
  border: 1px solid #cccccc;
  display: block;
  margin-bottom: 30px;
  height: calc(100% - 30px);
}

.awards .award-item img {
  width: 100%;
}

.awards .award-item span {
  display: block;
  text-align: center;
  color: #52284e;
  font-size: 18px;
  padding: 9px;
}

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

section.footer-top-links a.item {
  display: block;
}

section.footer-top-links a.item img {
  width: 100%;
  height: 295px;
  object-fit: cover;
}

section.footer-top-links a.item span {
  display: block;
  text-align: center;
  margin-top: 15px;
  font-size: 20px;
  font-weight: 600;
  color: #52284e;
}

.main-product h2 {
  text-align: center;
  margin-bottom: 70px;
  font-size: 30px;
  margin-top: -30px;
  color: #52284e;
  max-width: 100%;
  margin-left: 24vw;
  padding: 0 120px;
}

.main-product {
  margin: 30px 0 60px;
}

section.footer-top-links {
  background: rgba(216, 205, 215, .4);
  padding: 60px 0 30px;
}

section.footer-top-links .top-text {
  margin-bottom: 45px;
  text-align: center;
  font-size: 25px;
  color: #52284e;
  font-weight: 500;
}

section.blog-page .container .blog-left .blog-detail img {
  max-width: 500px !important;
  height: auto !important;
}

section.blog-page .container .blog-left .blog-detail h1.blog-title {
  font-size: 30px;
  margin-bottom: 25px;
  color: #52284e;
}

.design-page-detail a {
  color: #52284e;
}

.design-page-detail strong {
  color: #52284e;
}

.design-page-detail img {
  max-width: 700px;
  height: auto;
}

img.product-size-image {
  max-width: 500px;
}

a.link-btn {
  display: inline-block;
  background: #52284e;
  color: #fff;
  padding: 10px 35px;
}

section.blog-page .container .blog-left .blog-posts .item .read-more {
  text-align: right;
}

section.blog-page .container .blog-left .blog-posts .item .read-more a {
  color: #52284e;
  font-weight: 600;
  margin-top: 10px;
  display: inline-block;
}

.customer-services {
  text-align: center;
}

.customer-services .top-text {
  color: #52284E;
  font-weight: 600;
  margin-bottom: 10px;
}

.customer-services .number {
  display: inline-flex;
  background-color: #52284E;
  justify-content: center;
  align-items: center;
  padding: 10px;
  color: #fff;
  width: 280px;
}

.customer-services .number .icon svg {
  height: 53px;
}

.customer-services .number .number-1 {
  font-size: 57px;
  line-height: 1em;
  font-weight: 600;
}

.customer-services .number .number-2 {
  font-size: 24px;
  line-height: 1em;
  margin-left: 10px;
  font-weight: 600;
}

.customer-services .number .number-2 small {
  display: block;
  font-size: 20px;
  font-weight: 600;
}

.customer-services .number .icon {
  margin-right: 10px;
}

.customer-services {
  display: inline-block;
}

.number-bottom {
  background: #9C7592;
  width: 280px;
  margin: 0 auto;
  color: #fff;
  font-size: 13px;
}

.customer-services .bottom-text {
  color: #52284e;
  font-weight: 600;
  margin-top: 15px;
}

a.corporate-movie {
  position: absolute;
  right: 0;
  background: #d8a436;
  color: #fff;
  padding: 9px 25px 9px 18px;
}

a.corporate-movie:hover {
  background: #bd9030;
}

@media only screen and (max-width: 768px) {
  .main-product h2 {
    margin-left: 0;
    padding: 30px 30px 0;
  }

  .aboutus-content-kuvars-container {
    width: 100vw !important;
  }

  section.design-page .design-items .design-item {
    flex-wrap: wrap;
  }

  section.design-page .design-items .design-item .image {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }

  section.design-page .design-items .design-item .image img {
    height: 246px;
  }

  section.design-page .design-items .design-item .content {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0;
  }

  section.blog-page .container .blog-left .blog-detail img {
    max-width: 100% !important;
  }

  .product-detail-dimension-img img {
    height: auto;
  }

  .product-detail-dimension-buttons a {
    left: 10px;
    bottom: 0;
  }

  .product-list-wrapper {
    padding-top: 40px;
  }

  img.product-size-image {
    max-width: 100%;
  }

  header.site-header .header-bottom .header-wrapper .left .left-menu {
    max-height: calc(100vh - 145px);
    overflow-x: auto;
  }

  a.corporate-movie {
    display: block;
    position: relative;
    left: -30px;
    right: -30px;
    width: calc(100% + 60px);
  }
}

.fancybox-overlay-fixed {
  z-index: 999999999999999999999999999999999999 !important;
}

div#owlMain .owl-dots {
  position: relative;
  top: -150px;
  display: flex;
  justify-content: flex-end;
  padding-right: 100px;
}

div#owlMain .owl-dots .owl-dot span {
  display: none;
}

div#owlMain .owl-dots .owl-dot {
  background: #fff;
  width: 40px;
  height: 5px;
  margin: 0 2px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
  transition: .3s all;
}

div#owlMain .owl-dots .owl-dot.active {
  background: #52284e;
}

.footer-bottom-content {
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
}

section.kenar-profilleri-top img {
  max-width: 100%;
}

.page-gallery-item span.image-title {
  color: #52284e;
  display: block;
  margin-bottom: 5px;
}

.neden-belenco .product-detail-container h3 {
  text-align: center;
  font-weight: 700;
  padding: 0;
  font-size: 24px;
  color: #562954;
  margin-top: 0;
}

.neden-belenco .product-detail-container h3::before {
  display: none;
}

.neden-belenco .product-detail-dimension p img {
  margin-bottom: 5px;
  width: 100%;
}


/* 5 Columns */

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    flex: 0 0 20%;
    max-width: 20%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        flex: 0 0 20%;
        max-width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        flex: 0 0 20%;
        max-width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        flex: 0 0 20%;
        max-width: 20%;
        float: left;
    }
}

.search-result_wrapper .list-group-item img {
  width: 150px;
  object-fit: cover;
  object-position: center;
  margin-right: 20px;
}

.search-wrapper .list-group-item img {
  width: 150px;
  object-fit: cover;
  object-position: center;
  margin-right: 20px;
}

.mySwiper {
  padding-left: 10px;
}