* {
  padding: 0;
  margin: 0;
  font-family: "Poppins";
}

body {
  font-size: 14px;
}

ul,
ol {
  padding-left: 18px;
}

ol li {
  margin-bottom: 10px;
}

.main-width {
  width: 1270px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

.warranty-width {
  width: 750px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

a {
  text-decoration: none;
}
.content a {
	color: #1D5398;
}
img {
  outline: none;
  border: none;
}

input {
  outline: none;
  border: none;
  -webkit-appearance: none;
}

.clear {
  clear: both;
}

::selection {
  color: #FFF;
  background-color: #ff600a;
}

.top {
  width: 100%;
  background-color: #FFF;
  position: relative;
  z-index: 10;
}

.logo {
  display: block;
  width: 230px;
  float: left;
  margin: 10px 0;
}

.logo img {
  display: block;
  width: 100%;
}

.logo:hover {
  opacity: 0.85;
}

.top-right {
  float: right;
}

.top-search {
  width: 250px;
  height: 40px;
  float: right;
  margin-top: 10px
}

.top-search input[type=text] {
  float: left;
  height: 40px;
  width: 200px;
  background-color: #f2f2f2;
  box-sizing: border-box;
  padding-left: 15px;
}

.top-search input[type=submit] {
  float: right;
  height: 40px;
  width: 50px;
  background-color: #ff600a;
  cursor: pointer;
  background-image: url(dsg/search-icon.png);
  background-repeat: no-repeat;
  background-position: center;
}

nav {
  float: right;
}

.navbtn {
  display: none;
}

.top-menu {
  list-style: none;
}

.top-menu>li {
  float: left;
}

.top-menu>li>a {
  display: block;
  color: #333333;
  font-family: "Nunito";
  font-weight: 800;
  font-size: 15px;
  padding: 42px 10px;
  box-sizing: border-box;
  transition: .2s;
}

.top-menu>li:last-child>a {
  color: #1D5398;
}

.top-menu>li>a:hover {
  color: #939393;
}

.top-menu>li.dropdown {
  display: block;
  color: #333333;
  font-family: "Nunito";
  font-weight: 800;
  font-size: 15px;
  padding: 42px 10px;
  box-sizing: border-box;
  transition: .2s;
  cursor: pointer;
  position: relative;
}

.top-menu>li.dropdown>.top-dropdown {
  position: absolute;
  background-color: #FFF;
  width: 250px;
  top: 75px;
  list-style: none;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.2);
  display: none;
  padding-left: 0px;
}

.top-menu>li.dropdown:hover .top-dropdown {
  display: block;
}

.top-menu>li.dropdown>.top-dropdown>li {
  display: block;
  border-bottom: 1px solid #e7e7e7;
  position: relative;
}

.top-menu>li.dropdown>.top-dropdown>li:last-of-type {
  border-bottom: none;
}

.top-menu>li.dropdown>.top-dropdown>li>a {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  padding: 10px 15px;
  transition: .2s;
  font-family: "Nunito";
}

.top-menu>li.dropdown>.top-dropdown>li>a:hover {
  padding: 10px 10px 10px 20px;
}

header {
  width: 100%;
  height: calc(100vh - 156px);
}

h1 {
  display: inline-block;
  color: #FFF;
  font-size: 20px;
  font-family: "Nunito";
  font-weight: 800;
  background-color: #231f20;
  padding: 15px 25px;
  letter-spacing: 1px;
  margin-bottom: 60px;
}

h1.no-bg {
  color: #231f20;
  background-color: transparent;
  line-height: 1.2em;
  font-size: 24px;
  display: block;
  padding: 0;
  margin-bottom: 32px;
}

h1.with-line {
  padding-bottom: 10px;
  position: relative;
}

h1.with-line:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 70px;
  height: 3px;
  background-color: #0062a7;
}

.news h1,
.main-catalog h1 {
  position: relative;
  font-size: 20px;
  padding: 15px 25px;
  margin-bottom: 0px;
}

h2 {
  color: #333333;
  font-family: "Nunito";
  font-weight: 800;
  font-size: 16px;
  margin-bottom: 20px;
  padding-bottom: 5px;
  background-image: url(dsg/h2-line.png);
  background-position: bottom left;
  background-repeat: no-repeat;
}

h2.no-line {
  background-image: none;
}

.news-link h2 {
  margin-left: 15px;
  margin-right: 15px;
}

.main-warranty h2 {
  color: #FFF;
  background-image: url(dsg/h2-line-white.png);
  margin-bottom: 15px;
}

.product-more h2 {
  background-image: none;
  border-bottom: 1px solid #d6d6d6;
  padding: 0px 20px 20px 20px;
  margin-bottom: 0px;
}

h3 {
  font-size: 30px;
  font-family: "Nunito";
  color: #333333;
  font-weight: 700;
}

h3 span {
  font-size: 30px;
  font-weight: 800;
  font-family: "Nunito";
  color: #ff600a;
}

h4 {
  font-weight: 800;
  font-family: "Nunito";
  color: #ff600a;
  font-size: 15px;
  margin-bottom: 20px;
}

.main-about {
  position: relative;
  display: flex;
}

.main-about:nth-of-type(even) {
  flex-direction: row-reverse;
}

.main-about.brands h2 {
  color: #1D5398;
  font-size: 18px;
  text-align: center;
}

.main-about-content {
  width: 50%;
  box-sizing: border-box;
  padding: 70px;
  line-height: 25px;
  font-weight: 400;
  color: #2e2e2e;
}

.main-about-content-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 65%;
  margin: 0 auto;
}

.main-about-content-logos img {
  width: 45%;
  object-fit: contain;
  margin: 0px 0;
}

.main-about-content-slider {
  width: 90%;
  margin: 0 auto;
  margin-top: 30px;
  font-size: 11px;
  line-height: normal;
  text-align: center;
}

.main-about-content-slider .quote {
	font-size: 15px;
  font-style: italic;
}

.main-about-content-slider .testimonial-person {
  margin-top: 20px;
  color: #000;
  font-size: 15px;
}

.main-about-content-slider .swiper-pagination {
  position: relative;
  top: 0;
  margin-top: 50px;
}

.main-about-content-slider .swiper-pagination-bullet {
  margin: 0 2px !important;
  height: 6px;
  width: 6px;
  background-color: #bbbdbf;
  opacity: 1;
}

.main-about-content-slider .swiper-pagination-bullet:focus {
  border: none !important;
  outline: none !important;
}

.main-about-content-slider .swiper-pagination-bullet-active {
  background-image: linear-gradient(to right, #1D5398, #62A5C9);;
}

.main-about-content.person-bio {
  display: flex;
  justify-content: space-between;
}

.main-about-person {
  height: 175px;
  width: 175px;
  border-radius: 100%;
  border: 5px solid #231f20;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.main-about-person-text {
  width: calc(100% - 220px);
}

.main-about-person-text span {
  color: #1D5398;
  font-weight: 600;
  font-size: 18px;
}

.read-more {
  color: #808184;
  font-size: 12px;
  font-weight: 500;
  transition: 0.2s;
}

.read-more:hover {
  color: #1D5398;
}

.main-catalog {
  box-sizing: border-box;
  padding: 30px 0px;
  background-color: #FFF;
}

.product-link {
  display: block;
  width: 33.3%;
  transition: .2s;
  float: left;
  margin-bottom: 20px;
}

.product-link:nth-of-type(4n+1) {
  clear: both;
}

.product-link-img {
  width: 85%;
  height: 250px;
  position: relative;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
  transition: .3s;
  box-sizing: border-box;
  border: 30px solid #FFF;
}

.product-link-img img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 100%;
  width: 100%;
  transition: .3s;
  object-fit: cover;
}

.product-link-name {
  font-size: 16px;
  font-family: "Nunito";
  color: #333333;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 15px;
}

.product-link-desc {
  text-align: center;
  font-family: "Nunito";
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1px;
  color: #666666;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 40px;
}

.product-link-price {
  text-align: center;
  font-size: 18px;
  font-family: "Nunito";
  font-weight: 600;
  color: #666666;
  margin-left: 15px;
  margin-right: 15px;
  padding-bottom: 45px;
  transition: .2s;
}

.product-link:hover {
  -webkit-box-shadow: 2px 2px 15px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 15px 0px rgba(0, 0, 0, 0.2);
}

.product-link:hover .product-link-img {
  border: 0px solid #FFF;
}

.product-link:hover .product-link-img img {}

.product-link:hover .product-link-price {
  color: #ff600a;
}

.more-btn-div {
  text-align: center;
  margin-top: 50px;
}

.more-btn {
  display: inline-block;
  font-family: "Nunito";
  font-weight: 800;
  color: #ff600a;
  letter-spacing: 1px;
  font-size: 15px;
  padding: 15px 30px;
  border-radius: 50px;
  transition: .2s;
  box-sizing: border-box;
  border: 1px solid #FFF;
  background-color: #FFF;
  background-color: #f3f3f3;
}

.more-btn:hover {
  background-color: #FFF;
  border: 1px solid #FFF;
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
}

.kitchen-links-wrapper {
  overflow: hidden;
  position: relative;
  text-align: center;
  display: block;
  float: left;
  width: 20%;
  transition: .2s;
}

.kitchen-links-wrapper .inner {
  position: relative;
  padding-bottom: 80%;
}

.kitchen-links-wrapper .inner img {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: .5s;
}

.kitchen-links-wrapper .inner .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: .3s;
}

.overlay-border {
  height: 100%;
  width: 100%;
  border: 1px solid transparent;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transition: .3s;
}

.overlay-text {
  color: transparent;
  font-family: "Nunito";
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 1px;
  position: absolute;
  top: 47%;
  left: 50%;
  transform: translateX(-50%);
  transition: .8s;
}

.kitchen-links-wrapper:hover .inner .overlay {
  background-color: rgba(255, 96, 10, 0.8);
}

.kitchen-links-wrapper:hover .inner .overlay-border {
  height: 85%;
  width: 85%;
  border: 1px solid #FFF;
}

.kitchen-links-wrapper:hover .inner .overlay-text {
  color: #FFF;
}

.main-news {
  box-sizing: border-box;
  padding: 60px 0px;
  background-color: #FFF;
}

.news-link {
  width: 32%;
  box-sizing: border-box;
  border: 1px solid #e3e3e3;
  display: block;
  float: left;
  margin-left: 2%;
  transition: .2s;
  margin-bottom: 20px;
}

.news-link:first-of-type {
  margin-left: 0%;
}

.news-link:nth-of-type(3n+1) {
  margin-left: 0%;
  clear: both;
}

.news-link-img {
  position: relative;
  width: 100%;
  height: 150px;
  margin-bottom: 20px;
}

.news-link-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.news-link-text {
  margin-left: 15px;
  margin-right: 15px;
  color: #2e2e2e;
  line-height: 23px;
  font-size: 14px;
}

.news-more-btn {
  margin-left: 15px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: inline-block;
  font-size: 14px;
  font-weight: 800;
  font-family: "Nunito";
  color: #ff600a;
  box-sizing: border-box;
  padding-right: 15px;
  background-image: url(dsg/news-link-more.png);
  background-repeat: no-repeat;
  background-position: top 4px right 5px;
  transition: .2s;
}

.news-link:hover {
  border: 1px solid transparent;
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
}

.news-link:hover .news-more-btn {
  background-position: top 4px right 0px;
}

.main-warranty {
  box-sizing: border-box;
  padding: 100px 0px;
  background-image: url(dsg/banner2.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  color: #FFF;
}

.main-warranty-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.75);
}

.warranty {
  color: #FFF;
  margin-top: 60px;
  font-weight: 300;
  box-sizing: border-box;
  padding-left: 100px;
  min-height: 75px;
  background-repeat: no-repeat;
  background-position: top left;
}

.warranty:first-of-type {
  margin-top: 0px;
}

.warranty.ten-years {
  background-image: url(dsg/10-year.png);
}

.warranty.two-years {
  background-image: url(dsg/2-year.png);
}

.warranty.seven-years {
  background-image: url(dsg/7-years.png);
}

footer {
  box-sizing: border-box;
  padding: 60px 0px;
  background-color: #FFF;
  font-weight: 400;
  color: #080808;
  border-top: 1px solid #d1d1d1;
}

.footer-left {
  float: left;
  width: 33%;
}

.footer-left a {
  color: #080808;
  padding-bottom: 0px;
  border-bottom: 1px solid #6f6f6f;
  transition: .2s;
}

.footer-left a:hover {
  color: #6b6b6b;
  border-bottom: 1px solid #8e8e8e;
}

.footer-left>div {
  box-sizing: border-box;
  padding-left: 40px;
  background-position: top 3px left;
  background-repeat: no-repeat;
  margin-top: 20px;
}

.footer-location {
  background-image: url(dsg/footer-map-pin.png);
}

.footer-phone {
  background-image: url(dsg/footer-phone.png);
}

.footer-fax {
  background-image: url(dsg/footer-fax.png);
}

.footer-mobile {
  background-image: url(dsg/footer-mobile.png);
}

.footer-mail {
  background-image: url(dsg/footer-mail.png);
}

.soc-med {
  display: inline-block;
  border-radius: 100%;
  background-color: #4c4c4c;
  width: 35px;
  height: 35px;
  margin-top: 30px;
  margin-right: 5px;
  background-repeat: no-repeat;
  background-position: center;
  transition: .2s;
}

.soc-med.fb {
  background-image: url(dsg/footer-fb.png);
}

.soc-med.insta {
  background-image: url(dsg/footer-insta.png);
}

.soc-med.fb:hover {
  background-color: #3b5998;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
}

.soc-med.insta:hover {
  background-color: #c1558b;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
}

.footer-right {
  width: 65%;
  float: right;
}

.footer-list {
  list-style: none;
  float: right;
}

.footer-list>li {
  float: left;
  position: relative;
}

.footer-list>li>a {
  display: block;
  color: #333333;
  font-family: "Nunito";
  font-weight: 800;
  font-size: 14px;
  padding: 0px 25px 15px 25px;
  box-sizing: border-box;
  transition: .2s;
}

.footer-list>li>.footer-dropdown {
  list-style: none;
  position: absolute;
  margin-left: 15px;
}

.footer-list>li>.footer-dropdown>li {
  padding-left: 10px;
  background-image: url(dsg/dot.png);
  background-position: top 9px left;
  background-repeat: no-repeat;
  margin-bottom: 7px;
}

.footer-list>li>.footer-dropdown>li>a {
  color: #2a2a2a;
}

.footer-list>li>.footer-dropdown>li>a:hover {
  text-decoration: underline;
}

.madeby {
  margin-top: 60px;
  border-top: 1px solid #d1d1d1;
  text-align: right;
  padding-top: 30px;
  font-size: 13px;
  margin-bottom: -30px;
}

.madeby a {
  font-size: 13px;
  color: #000;
}

.madeby a:hover {
  text-decoration: underline;
}

.header {
  width: 1200px;
  height: 400px;
  margin: 0 auto;
  position: relative;
}

.header img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.sub-left {
  float: left;
  width: 250px;
  margin-right: 50px;
  margin-top: 30px;
}

.submenu {
  box-sizing: border-box;
  border: 1px solid #d6d6d6;
  display: block;
  list-style: none;
  padding: 10px 0px;
}

.submenu>li {
  display: block;
}

.submenu>li.dropdown {
  background-image: url(dsg/submenu-dropdown.png);
  background-repeat: no-repeat;
  background-position: top 18px right 20px;
  display: block;
  padding: 12px 25px;
  font-size: 14px;
  color: #333333;
  cursor: pointer;
}

.submenu>li>a {
  display: block;
  padding: 12px 25px;
  font-size: 14px;
  color: #333333;
  font-weight: 400;
  transition: .2s;
}

.submenu>li>a:hover {
  padding: 12px 20px 12px 30px;
  background-color: #f8f8f8;
}

.submenu>li.dropdown>ul {
  list-style: none;
  display: none;
  width: 248px;
  margin-left: -25px;
  margin-top: 10px;
  margin-bottom: -10px;
}

.submenu>li.dropdown>ul.open {
  display: block;
}

.submenu>li.dropdown>ul>li>a {
  display: block;
  padding: 7px 15px 7px 35px;
  font-size: 13px;
  color: #333333;
  font-weight: 400;
  transition: .2s;
}

.submenu>li.dropdown>ul>li>a:hover {
  padding: 7px 10px 7px 40px;
  background-color: #f8f8f8;
}

.sub-right {
  width: calc(100% - 300px);
  float: right;
  margin-top: 30px;
}

.sub-right .product-link {
  display: block;
  width: 33%;
  transition: .2s;
  float: left;
  margin-bottom: 20px;
}

.sub-right .product-link:nth-of-type(4n+1) {
  clear: none;
}

.sub-right .product-link:nth-of-type(3n+1) {
  clear: both;
}

.sub-right .news-link {
  width: 49%;
  margin-left: 0%;
  float: left;
}

.sub-right .news-link:nth-of-type(3n+1) {
  clear: none;
}

.sub-right .news-link:nth-of-type(2n) {
  float: right;
}

.product-top {
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  padding: 60px 0px;
  background-color: #FFF;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
  color: #2e2e2e;
}

.product-imgs {
  float: left;
  width: 450px;
}

.product-img-main {
  width: 580px;
  height: 400px;
  border: 1px solid #d6d6d6;
  box-sizing: border-box;
  position: relative;
  display: block;
}

.product-img-main img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.product-img-thumbs {
  margin-top: 10px;
}

.product-img-thumb {
  display: block;
  height: 90px;
  width: 100px;
  float: left;
  border: 1px solid #d6d6d6;
  box-sizing: border-box;
  position: relative;
  border-left: none;
}

.product-img-thumb:first-of-type {
  border: 1px solid #d6d6d6;
}

.product-img-thumb img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 100%;
  width: 100%;
  transition: .2s;
  object-fit: cover;
  object-position: center;
}

.product-img-thumb:hover img {
  height: 90%;
  width: 90%;
}

.product-info {
  float: right;
  min-height: 480px;
  width: calc(100% - 650px);
  position: relative;
  box-sizing: border-box;
  padding-bottom: 100px;
}

.product-info ul {
  padding-left: 30px;
  list-style: none;
}

.product-info li::before {
  content: "\2022";
  color: #ff600a;
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
}

.product-info-type {
  display: block;
  font-family: "Nunito";
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1px;
  color: #909090;
}

.product-colors {
  margin-top: 20px;
  font-size: 15px;
  font-weight: 400;
  color: #333333;
  font-family: "Nunito";
}

.product-color {
  display: inline-block;
  height: 20px;
  width: 20px;
  border-radius: 100%;
  margin-top: 10px;
  box-sizing: border-box;
  margin-right: 7px;
  transition: .2s;
}

.product-color:hover {
  opacity: .7;
}

.product-color.white {
  background-color: #FFF;
  border: 1px solid #979797;
}

.product-color.grey {
  background-color: #979797;
  border: 1px solid #979797;
}

.product-color.black {
  background-color: #1a1a1a;
  border: 1px solid #1a1a1a;
}

.product-color.green {
  background-color: #69bc33;
  border: 1px solid #69bc33;
}

.product-color.red {
  background-color: #bc1919;
  border: 1px solid #bc1919;
}

.product-color.yellow {
  background-color: #f4d919;
  border: 1px solid #f4d919;
}

.product-color.orange {
  background-color: #f77d0f;
  border: 1px solid #f77d0f;
}

.product-color.sivametalik {
  background-color: #b0b3b6;
  border: 1px solid #b0b3b6;
}

.product-color.grafitmetalik {
  background-color: #0d0f13;
  border: 1px solid #0d0f13;
}

.product-color.bela {
  background-color: #d6d6d9;
  border: 1px solid #d6d6d9;
}

.product-color.pescena {
  background-color: #e0d8be;
  border: 1px solid #e0d8be;
}

.product-color.grafit {
  background-color: #262727;
  border: 1px solid #262727;
}

.product-color.belaalabaster {
  background-color: #e5e3d7;
  border: 1px solid #e5e3d7;
}

.product-color.sampanjec {
  background-color: #f2ddb0;
  border: 1px solid #f2ddb0;
}

.product-color.kromcrna {
  *background-color: #2f2f2f;
  *border: 1px solid #2f2f2f;
}

.product-color.kromcrna {
  background: #2f2f2f;
  background: -moz-linear-gradient(45deg, #2f2f2f 0%, #8e8e8e 49%, #2f2f2f 100%);
  background: -webkit-linear-gradient(45deg, #2f2f2f 0%, #8e8e8e 49%, #2f2f2f 100%);
  background: linear-gradient(45deg, #2f2f2f 0%, #8e8e8e 49%, #2f2f2f 100%);
  border: 1px solid #2f2f2f;
}

.product-color.krombela {
  background: #d3d3d3;
  background: -moz-linear-gradient(45deg, #d3d3d3 0%, #fbfbfb 49%, #d3d3d3 100%);
  background: -webkit-linear-gradient(45deg, #d3d3d3 0%, #fbfbfb 49%, #d3d3d3 100%);
  background: linear-gradient(45deg, #d3d3d3 0%, #fbfbfb 49%, #d3d3d3 100%);
  border: 1px solid #d3d3d3;
}

.product-color.krom {
  background: #8e8e8e;
  background: -moz-linear-gradient(45deg, #8e8e8e 0%, #d3d3d3 49%, #8e8e8e 100%);
  background: -webkit-linear-gradient(45deg, #8e8e8e 0%, #d3d3d3 49%, #8e8e8e 100%);
  background: linear-gradient(45deg, #8e8e8e 0%, #d3d3d3 49%, #8e8e8e 100%);
  border: 1px solid #8e8e8e;
}

.product-color.crnabaker {
  background-color: #141414;
  border: 1px solid #141414;
}

.product-color.inoxcrna {
  background-color: #2c2c2c;
  border: 1px solid #2c2c2c;
}

.product-color.inox {
  background-color: #9b9b9b;
  border: 1px solid #9b9b9b;
}






.product-icons {
  margin-top: 30px;
  margin-bottom: 30px;
}

.product-icons img {
  max-height: 60px;
  margin-right: 10px;
}

.product-price {
  position: absolute;
  ;
  font-size: 15px;
  color: #333333;
  bottom: 1px;
}

.product-price span {
  display: block;
  color: #ff600a;
  font-size: 40px;
  font-family: "Nunito";
  font-weight: 700;
  margin-top: -10px;
}

.product-buy-btn {
  display: inline-block;
  box-sizing: border-box;
  padding: 15px 30px;
  color: #333333;
  font-size: 15px;
  font-family: "Nunito";
  font-weight: 700;
  border: 1px solid #333333;
  margin-top: 10px;
  transition: .2s;
}

.product-buy-btn:hover {
  background-color: #333333;
  color: #FFF;
}

.product-more {
  box-sizing: border-box;
  padding: 45px 0px;
  position: relative;
  z-index: 1;
  background-color: #fbfbfb;
}

.product-more-left {
  float: left;
  width: calc(100% - 350px);
}

.product-more-right {
  float: right;
  width: 350px;
}

.product-more-text {
  line-height: 25px;
  font-weight: 400;
  color: #2e2e2e;
  box-sizing: border-box;
  padding: 20px;
}

.product-more-text a {
  color: #ff600a;
}

.product-more-text a:hover {
  text-decoration: underline;
}

.product-more-text img {
  max-width: 100%;
}

.product-stores {
  box-sizing: border-box;
  padding: 60px 0px;
  background-color: #FFF;
}

.store {
  width: 30%;
  padding: 30px;
  border: 1px solid #d6d6d6;
  box-sizing: border-box;
  font-size: 14px;
  color: #333333;
  font-weight: 400;
  line-height: 23px;
  float: left;
  margin-left: 5%;
  margin-bottom: 40px;
}

.store:nth-of-type(3n+1) {
  margin-left: 0%;
  clear: both;
}

.store a {
  color: #333333;
  padding-bottom: 0px;
  border-bottom: 1px solid #6f6f6f;
}

.contact-page {
  box-sizing: border-box;
  padding: 60px 0px;
}

.contact-form {
  float: left;
  width: calc(100% - 400px);
  box-sizing: border-box;
}

.contact-form input[type=text] {
  width: 100%;
  margin-bottom: 20px;
  box-sizing: border-box;
  padding: 10px 15px;
  border: 1px solid #c7c7c7;
  font-size: 15px;
  color: #2e2e2e;
  outline: none;
}

.contact-form textarea {
  margin-bottom: 20px;
  box-sizing: border-box;
  padding: 10px 15px;
  border: 1px solid #c7c7c7;
  font-size: 15px;
  color: #2e2e2e;
  min-height: 400px;
  max-height: 400px;
  min-width: 100%;
  max-width: 100%;
  outline: none;
  resize: none;
}

.contact-form input[type=submit] {
  display: block;
  font-family: "Nunito";
  font-weight: 800;
  color: #ff600a;
  letter-spacing: 1px;
  font-size: 15px;
  padding: 15px 40px;
  transition: .2s;
  box-sizing: border-box;
  border: 1px solid #FFF;
  background-color: #FFF;
  cursor: pointer;
  float: right;
}

.contact-form input[type=submit]:hover {
  border: 1px solid #FFF;
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
}

.contact-info {
  float: right;
  width: 350px;
}

.contact-info .footer-left {
  float: none;
  width: 100%;
}

.news {
  box-sizing: border-box;
  padding: 40px 0px 60px 0px;
}

.news-text {
  line-height: 25px;
  font-weight: 400;
  color: #2e2e2e;
  box-sizing: border-box;
  padding: 40px 0px;
}

.news-text a {
  color: #ff600a;
}

.news-text a:hover {
  text-decoration: underline;
}

.news-text img {
  max-width: 100%;
}

.news-text ul {
  list-style-position: inside;
  margin: 20px 0px;
}

.googlemap {
  width: 100%;
  height: 500px;
  background-color: #999999;
}

.breadcrumbs {
  margin-top: -20px;
  margin-bottom: 20px;
  list-style: none;
}

.breadcrumbs>li {
  display: inline-block;
  margin-right: 5px;
  padding-right: 15px;
  background-image: url(dsg/breadcrumbs-arrow.png);
  background-repeat: no-repeat;
  background-position: right;
}

.breadcrumbs>li:last-of-type {
  background-image: none;
  padding-right: 0px;
}

.breadcrumbs>li>a {
  display: block;
  color: #333333;
  font-size: 13px;
}

.sub-text {
  margin-top: 30px;
  line-height: 25px;
  font-weight: 400;
  color: #2e2e2e;
}

.header-box {
  height: 100%;
  width: 33.33%;
  float: left;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: .5s;
  position: relative;
}

.header-box-overlay {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, .6);
  transition: .7s;
  opacity: 0;
  position: absolute;
}

.header-box.active {
  width: 60%;
}

.header-box.active .header-box-overlay {
  opacity: 1;
}

.header-box.active .header-box-text {
  transition: .2s;
  opacity: 1;
  transition-delay: .5s;
}

.header-box.shrink {
  width: 20%;
}

.header-box.left {
  background-image: url(dsg/banner-1.png);
}

.header-box.mid {
  background-image: url(dsg/banner-2.png);
}

.header-box.right {
  background-image: url(dsg/banner-3.png);
}

.header-box-text {
  text-align: center;
  font-size: 19px;
  font-weight: 400;
  color: #949497;
  font-style: italic;
  padding-top: 24px;
}

.header-box-text span {
  font-size: 40px;
  display: block;
  margin-bottom: 20px;
}

.header-box-title {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 75%;
}

.header-box-title h1 {
  background-color: rgba(0, 92, 185, 0.75);
  padding: 30px 50px;
}

.header-box-logo {
  position: absolute;
  bottom: 30px;
  right: 20px;
  width: 200px;
}

.header-box-logo img { 
  display: block;
  width: 100%;
}

.header-btn {
  display: inline-block;
  box-sizing: border-box;
  padding: 15px 20px;
  border: 1px solid #FFF;
  color: #FFF;
  font-family: "Nunito";
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  transition: .2s;
  cursor: pointer;
  margin-top: 10px;
}

.header-btn:hover {
  background-color: #FFF;
  color: #333333;
}


.person {
  float: left;
  box-sizing: border-box;
  padding: 20px;
  /*
  -webkit-box-shadow: 1px 5px 5px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 1px 5px 5px 0px rgba(0,0,0,0.1);
  box-shadow: 1px 5px 5px 0px rgba(0,0,0,0.1);
  */
  width: 49%;
  border-radius: 5px;
  margin-bottom: 20px;
  min-height: 202px;
}

.person:nth-of-type(2n) {
  float: right;
}

.person-pic {
  height: 140px;
  width: 140px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  float: left;
  margin-right: 20px;
  -webkit-box-shadow: 1px 5px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 5px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 5px 5px 0px rgba(0, 0, 0, 0.1);
}

.person-pic img {
  height: 100%;
  width: 100%;
  position: absolute;
  object-fit: cover;
  object-position: top center;
}

.cookies {
  position: fixed;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 420px;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 999;
  color: #FFF;
  box-sizing: border-box;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
}

.cookies a {
  color: #FFF;
  font-weight: 600;
}

.cookies-button {
  display: block;
  margin: 0 auto;
  font-size: 15px;
  font-weight: 600;
  box-sizing: border-box;
  padding: 10px;
  background-color: #ff600a;
  margin-top: 20px;
  text-align: center;
  width: 150px;
  color: #FFF;
}

.cookies-button:hover {
  background-color: #363636;
}



.values {
  background-color: #f0f0f1;
  color: #2e2e2e;
  display: flex;
  flex-wrap: wrap;
}

.value {
  text-align: center;
  font-size: 13px;
  width: 33.33%;
  padding: 50px;
  box-sizing: border-box;
  line-height: 2.2em;
}

.value-title {
  color: #1D5398;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 8px;
}

.value-icon {
  margin: 0 auto;
  margin-bottom: 12px;
}

.value-icon img {
  height: 50px;
  object-fit: contain;
}

.top-bar {
  padding: 16px 0;
  background-image: linear-gradient(to right, #1D5398, #62A5C9);;
  color: #fff;
  font-size: 11px;
}

.top-bar a {
  color: #fff;
}

.top-bar a:hover {
  text-decoration: underline;
}

.top-bar-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.top-bar-right {
  display: flex;
  font-size: 12px;
}

.top-bar-right div {
  margin-left: 16px;
  display: flex;
  align-items: center;
}

.top-bar-right img {
  width: 15px;
  margin-right: 8px;
}

.content {
  padding: 60px 0;
}

.content ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 10px;
}

.content ul li {
  width: 48%;
  margin-top: 25px;
  padding-left: 24px;
  box-sizing: border-box;
  background-image: url('dsg/checkmark.png');
  background-repeat: no-repeat;
  background-position: top 4px left;
  background-size: 13px auto;
}

.counter-banner {
  position: relative;
  padding: 60px 0 100px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
}

.counter-banner-content {
  color: #fff;
  position: relative;
  text-align: center;
}

.counter-banner h1 {
  color: #fff;
  font-size: 40px;
}
.counter-banner h1 span {
  color: #0062a7;
}

.counter-banner-overlay {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, .75);
  position: absolute;
  top: 0;
  left: 0;
}

.counter-banner .counter {
  display: flex;
  justify-content: space-between;
  max-width: 1440px;
  width: calc(100% - 48px);
  margin: 0 auto;
}

.counter-banner .counter-div {
  text-align: center;
  font-size: 18px;
}

.counter-banner .counter-div .line {
  height: 3px;
  width: 75%;
  margin: 0 auto;
  background-color: #0062a7;
  margin-bottom: 14px;
}

.counter-banner .num {
  color: #0062a7;
  font-size: 55px;
  font-weight: 500;
}

.counter-banner .num span {
  color: #fff;
}

.three-columns {
  column-count: 3;
  color: #a8a9ad;
}

.button {
  background-color: #2d2e2e;
  transition: 0.2s;
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  padding: 10px 18px;
  display: inline-block;
}

.button-wrapper {
  display: block;
  margin-top: 24px;
}

.button:hover {
  background-color: #0062a7;
}

.gmap {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: none;
  border: none;
}

@media screen and (max-width: 768px) {
  .cookies {
    width: 100%;
  }
}

@media only screen and (max-width: 1280px) {

  .main-width {
    width: 97%;
  }

  .logo {
    width: 130px;
  }

  h1 {
    font-size: 18px;
    padding: 12px 20px;
    margin-bottom: 30px;
  }

  .kitchen-links-wrapper .inner {
    padding-bottom: 90%;
  }

  .overlay-text {
    font-size: 14px;
  }

  .top-search {
    margin-top: 13px;
    width: 170px;
    height: 35px;
  }

  .top-search input[type=text] {
    height: 35px;
    width: 130px;
    padding-left: 10px;
  }

  .top-search input[type=submit] {
    height: 35px;
    width: 40px;
  }

  footer {
    padding: 40px 0px;
  }

  .footer-left {
    float: left;
    width: 30%;
  }

  .madeby {
    margin-top: 40px;
    border-top: 1px solid #d1d1d1;
    text-align: right;
    padding-top: 15px;
    font-size: 13px;
    margin-bottom: -25px;
  }

  .more-btn {
    font-size: 13px;
    padding: 12px 25px;
  }

  .news-link-text {
    font-size: 13px;
  }

  .footer-left {
    float: left;
  }

  .footer-left>div {
    padding-left: 25px;
  }

  .footer-right {
    width: auto;
    float: right;
    text-align: right;
  }

  .footer-list {
    list-style: none;
    float: none;
  }

  .footer-list>li {
    float: none;
    position: relative;
    margin-bottom: 20px;
  }

  .footer-list>li>a {
    font-size: 13px;
    padding: 10px 0px 10px 0px;
  }

  .footer-list>li>.footer-dropdown {
    list-style: none;
    position: relative;
    margin-left: 0px;
    margin-top: 0px;
  }

  .footer-list>li>.footer-dropdown>li {
    padding-left: 0px;
    background-image: none;
    background-position: top 9px left;
    background-repeat: no-repeat;
    margin-bottom: 0px;
  }

  .footer-list>li>.footer-dropdown>li>a {
    font-size: 13px;
  }

  .header {
    width: 100%;
    margin-top: 0px;
  }

  .news h1,
  .main-catalog h1 {
    font-size: 20px;
    padding: 20px 35px;
  }

  .sub-left {
    float: none;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .submenu {
    border: 0px solid #d6d6d6;
    padding: 0px 0px;
  }

  .submenu>li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .submenu>li>a {
    border: 1px solid #d6d6d6;
  }

  .submenu>li>a:hover {
    padding: 12px 25px 12px 25px;
    background-color: #f8f8f8;
  }

  .submenu>li.dropdown {
    padding: 12px 60px 12px 20px;
    display: inline-block;
    border: 1px solid #d6d6d6;
    vertical-align: top;
    position: relative;
  }

  .submenu>li.dropdown>ul {
    position: absolute;
    z-index: 1;
    background-color: #FFF;
    width: 100%;
    margin: 0 auto;
    border: 1px solid #d6d6d6;
    left: -1px;
    top: 45px;
  }

  .submenu>li.dropdown>ul>li>a {
    padding: 7px 5px 7px 10px;
  }

  .submenu>li.dropdown>ul>li>a:hover {
    padding: 7px 5px 7px 5px;
    background-color: #f8f8f8;
  }

  .sub-right {
    width: 100%;
    float: none;
  }

  .sub-right .product-link {
    width: 33%;
    margin-bottom: 20px;
  }

  .sub-right .product-link:nth-of-type(4n+1) {
    clear: none;
  }

  .sub-right .product-link:nth-of-type(3n+1) {
    clear: both;
  }

  .main-catalog {
    padding: 40px 0px;
    background-color: #FFF;
  }

  .product-top {
    padding: 30px 0px;
  }

  .product-imgs {
    float: left;
    width: 350px;
  }

  .product-img-main {
    width: 350px;
    height: 300px;
  }

  .product-img-thumb {
    display: block;
    height: 60px;
    width: 70px;
  }

  .product-info {
    min-height: 360px;
    width: calc(100% - 380px);
    padding-bottom: 140px;
  }

  .product-info-type {
    font-size: 12px;
  }

  .product-colors {
    margin-top: 10px;
    font-size: 14px;
  }

  .product-color {
    margin-top: 10px;
  }

  h3 {
    font-size: 26px;
  }

  h3 span {
    font-size: 26px;
  }

  .product-icons {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .product-price {
    font-size: 14px;
  }

  .product-price span {
    font-size: 35px;
    margin-top: -5px;
  }

  .product-buy-btn {
    padding: 12px 25px;
    font-size: 14px;
    margin-top: 10px;
  }

  .product-more {
    padding: 20px 0px;
  }

  .product-more-left {
    float: left;
    width: calc(100% - 250px);
  }

  .product-more-right {
    float: right;
    width: 250px;
  }

  .product-more-text {
    font-size: 13px;
    padding: 15px;
  }

  .product-more h2 {
    padding: 0px 15px 15px 15px;
  }

  .product-stores {
    padding: 30px 0px;
  }

  .store {
    padding: 20px;
    font-size: 13px;
    line-height: 22px;
    margin-left: 5%;
    margin-bottom: 30px;
  }

  .store:nth-of-type(3n+1) {
    margin-left: 0%;
    clear: both;
  }

  .contact-page {
    padding: 30px 0px;
  }

  .contact-form {
    width: calc(100% - 270px);
  }

  .contact-form input[type=text] {
    margin-bottom: 15px;
    padding: 10px 15px;
    font-size: 14px;
  }

  .contact-form textarea {
    padding: 10px 15px;
    font-size: 14px;
    min-height: 400px;
    max-height: 400px;
    margin-bottom: 15px;
  }

  .contact-form input[type=submit] {
    font-size: 14px;
  }

  .contact-info {
    float: right;
    width: 250px;
  }

  .news {
    padding: 20px 0px 30px 0px;
  }

  .news-text {
    line-height: 25px;
    padding: 30px 0px;
  }

  .news-text ul {
    margin: 15px 0px;
  }

  .googlemap {
    height: 450px;
  }

  .breadcrumbs {
    margin-top: -10px;
    margin-bottom: 10px;
  }

  nav {
    height: 50px;
    width: 50px;
    margin-right: 10px;
    margin-top: 10px;
  }

  .navbtn {
    display: block;
    height: 100%;
    width: 100%;
    cursor: pointer;
    background-image: url(dsg/menu.svg);
    background-repeat: no-repeat;
    background-position: center;
  }

  .top-menu {
    position: absolute;
    width: 100%;
    right: 0;
    top: 65px;
    background-color: #FFF;
    display: none;
  }

  .top-menu.open {
    display: block;
  }

  .top-menu>li {
    float: none;
  }

  .top-menu>li>a {
    font-size: 13px;
    padding: 12px 15px;
    text-align: right;
  }

  .top-menu>li.dropdown {
    font-size: 13px;
    padding: 12px 15px;
    text-align: right;
  }

  .top-menu>li.dropdown>.top-dropdown {
    position: relative;
    background-color: #FFF;
    width: 100%;
    top: 0px;
    list-style: none;
    left: 0;
    transform: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    display: none;
    margin-top: 10px;
    margin-bottom: -10px;
  }

  .top-menu>li.dropdown:hover .top-dropdown {
    display: block;
  }

  .top-menu>li.dropdown>.top-dropdown>li {
    display: block;
    border-bottom: 1px solid #e7e7e7;
  }

  .top-menu>li.dropdown>.top-dropdown>li:last-of-type {
    border-bottom: none;
  }

  .top-menu>li.dropdown>.top-dropdown>li>a {
    font-size: 12px;
    padding: 10px 0px;
  }

  .top-menu>li.dropdown>.top-dropdown>li>a:hover {
    padding: 10px 0px;
  }

  .header-box.active {
    width: 75%;
  }

  .header-box.shrink {
    width: 12.5%;
  }

  .header-box-text span {
    font-size: 30px;
    margin-bottom: 10px;
  }

  .header-btn {
    padding: 10px 15px;
    font-size: 13px;
  }

  .main-about {
    flex-direction: column-reverse;
  }
  .main-about:nth-of-type(even) {
    flex-direction: column;
  }
  .main-about-content {
    width: 100%;
    padding: 24px;
  }
  .main-about-content-logos {
    width: 50%;
  }

  .counter-banner {
    padding: 40px 0 60px 0;
  }
  .counter-banner .counter {
    flex-wrap: wrap;
    justify-content: center;
  }
  .counter-banner .counter-div {
    width: 33.33%;
    margin-bottom: 20px;
    font-size: 16px;
  }
  .counter-banner h1 {
    font-size: 30px;
  }
  .counter-banner .num {
    font-size: 40px;
  }
  .counter-banner .counter-div .line {
    width: 45%;
  }

  .header-box-title h1 {
    padding: 20px 30px;
  }

  .header-box-logo {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 150px;
  }
  

}


@media only screen and (max-width: 1170px) {
  
  header {
    height: auto;
    width: 100%;
  }

  .header-box {
    float: none;
    width: 100%;
    height: auto;
    height: 250px;
  }

  .header-box.active {
    width: 100%;
  }

  .header-box.shrink {
    width: 100%;
  }
  .header-box-text {
    padding-top: 20px;
    font-size: 16px;
  }
  .header-box-title h1 {
    padding: 12px 16px;
  }
}

@media only screen and (max-width: 850px) {

  body {
    font-size: 13px;
  }

  .top-bar {
    display: none;
  }

  .main-width {
    width: 97%;
  }

  .product-link {
    width: 50%;
  }

  .product-link:nth-of-type(4n+1) {
    clear: both;
  }

  .product-link:nth-of-type(2n+1) {
    clear: both;
  }

  .sub-right .product-link {
    width: 50%;
    margin-bottom: 20px;
  }

  .sub-right .product-link:nth-of-type(4n+1) {
    clear: none;
  }

  .sub-right .product-link:nth-of-type(3n+1) {
    clear: none;
  }

  .sub-right .product-link:nth-of-type(2n+1) {
    clear: both;
  }

  .kitchen-links-wrapper {
    width: 50%;
  }

  .kitchen-links-wrapper .inner {
    padding-bottom: 40%;
  }

  .kitchen-links-wrapper:hover .inner .overlay-border {
    width: 90%;
  }

  .overlay-text {
    font-size: 14px;
  }

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

  .news-links {
    text-align: center;
  }

  .news-link {
    text-align: left;
    width: 50%;
    float: none;
    margin: 0 auto;
    display: inline-block;
    margin-left: 0%;
    margin-bottom: 20px;
  }

  .main-warranty {
    padding: 30px 0px;
  }

  .warranty {
    margin-top: 30px;
    padding-left: 100px;
  }

  h1 {
    font-size: 15px;
    padding: 12px 20px;
    margin-bottom: 20px;
  }

  .product-link-img {
    height: 200px;
  }

  .product-link-name {
    font-size: 15px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .product-link-desc {
    font-size: 13x;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 30px;
  }

  .product-link-price {
    font-size: 17px;
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 25px;
  }

  .submenu>li {
    margin-right: 5px;
    margin-bottom: 5px;
  }

  .submenu>li>a {
    padding: 10px 20px;
    font-size: 12px;
  }

  .submenu>li>a:hover {
    padding: 10px 20px;
  }

  .submenu>li.dropdown {
    padding: 10px 50px 10px 20px;
    font-size: 12px;
    background-position: top 15px right 10px;
  }

  .submenu>li.dropdown>ul {
    left: -1px;
    top: 38px;
  }

  .product-top {
    padding: 20px 0px;
  }

  .product-imgs {
    float: left;
    width: 250px;
  }

  .product-img-main {
    width: 250px;
    height: 200px;
  }

  .product-img-thumb {
    height: 50px;
    width: 50px;
  }

  .product-info {
    min-height: 300px;
    width: calc(100% - 270px);
    padding-bottom: 140px;
  }

  .product-info-type {
    font-size: 11px;
  }

  .product-colors {
    font-size: 13px;
  }

  h3 {
    font-size: 24px;
  }

  h3 span {
    font-size: 24px;
  }

  .product-price {
    font-size: 13px;
  }

  .store {
    padding: 20px;
    margin-left: 0%;
    width: 49%;
    margin-bottom: 30px;
  }

  .store:nth-of-type(3n+1) {
    margin-left: 0%;
    clear: none;
  }

  .store:nth-of-type(2n+1) {
    margin-left: 0%;
    clear: none;
  }

  .store:nth-of-type(2n) {
    float: right;
  }

  h4 {
    font-size: 14px;
  }

  .news {
    padding: 10px 0px 20px 0px;
  }

  .news-text {
    padding: 20px 0px;
  }

  .googlemap {
    height: 400px;
  }

  .breadcrumbs {
    margin-top: 0px;
    margin-bottom: 10px;
  }

  .warranty-width {
    width: 95%;
  }

  .value {
    width: 50%;
    padding: 30px 20px;
  }

  .content ul li {
    margin-top: 10px;
  }

  .main-about-person {
    height: 100px;
    width: 100px;
    border: 4px solid #231f20;
  }
  
  .main-about-person-text {
    width: calc(100% - 120px);
  }
  
  .main-about-person-text span {
    font-size: 16px;
  }

  .three-columns {
    column-count: 2;
  }

  .footer-left {
    margin-bottom: 40px;
    float: none;
    width: 75%;
  }
}


@media only screen and (max-width: 550px) {

  .main-width {
    width: 95%;
  }

  .product-link {
    width: 100%;
  }

  .product-link:nth-of-type(4n+1) {
    clear: both;
  }

  .product-link:nth-of-type(2n+1) {
    clear: both;
  }

  .kitchen-links-wrapper {
    width: 100%;
  }

  .kitchen-links-wrapper .inner {
    padding-bottom: 30%;
  }

  .kitchen-links-wrapper:hover .inner .overlay-border {
    width: 95%;
  }

  .main-news {
    padding: 30px 0px;
  }

  .news-link {
    width: 100%;
  }

  h2 {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .warranty h2 {
    margin-bottom: 10px;
  }

  .news-more-btn {
    font-size: 13px;
    background-position: top 3px right 5px;
  }

  .news-link:hover .news-more-btn {
    background-position: top 3px right 0px;
  }

  .footer-left {
    width: 100%;
  }

  .footer-right {
    float: none;
    text-align: left;
  }

  .sub-right .news-link {
    width: 100%;
    margin-left: 0%;
    float: none;
  }

  .sub-right .news-link:nth-of-type(3n+1) {
    clear: none;
  }

  .sub-right .news-link:nth-of-type(2n) {
    float: none;
  }

  .product-imgs {
    float: none;
    width: 100%;
  }

  .product-img-main {
    width: 100%;
    height: 200px;
  }

  .product-img-thumb {
    height: 50px;
    width: 20%;
  }

  .product-info {
    float: none;
    min-height: auto;
    width: 100%;
    margin-top: 30px;
    padding-bottom: 0px;
  }

  .product-info-type {
    font-size: 11px;
  }

  .product-colors {
    font-size: 13px;
  }

  h3 {
    font-size: 24px;
  }

  h3 span {
    font-size: 24px;
  }

  .product-price {
    font-size: 13px;
    position: relative;
  }

  .product-more-left {
    float: none;
    width: 100%;
  }

  .product-more-right {
    float: none;
    width: 100%;
    margin-top: 30px;
  }

  .product-more-text {
    padding: 10px;
  }

  .product-more h2 {
    padding: 0px 10px 15px 10px;
  }

  .store {
    width: 100%;
    margin-bottom: 10px;
    float: none;
  }

  .store:nth-of-type(3n+1) {
    margin-left: 0%;
    clear: none;
  }

  .store:nth-of-type(2n+1) {
    margin-left: 0%;
    clear: none;
  }

  .store:nth-of-type(2n) {
    float: none;
  }

  .contact-page {
    padding: 20px 0px;
  }

  .contact-form {
    float: none;
    width: 100%;
  }

  .contact-info {
    float: none;
    width: 100%;
  }

  .news h1,
  .main-catalog h1 {
    font-size: 18px;
    padding: 15px 25px;
  }

  .googlemap {
    height: 300px;
  }

  .counter-banner {
    padding: 30px 0 50px 0;
  }
  .counter-banner .counter-div {
    width: 100%;
  }
  .counter-banner h1 {
    font-size: 26px;
  }
  .counter-banner .num {
    font-size: 30px;
  }
  .counter-banner .counter-div .line {
    width: 120px;
  }

  .content ul li {
    width: 100%;
  }


  .main-about-content-logos {
    width: 100%;
  }

  .value {
    width: 100%;
  }

  .main-about-content.person-bio {
    display: flex;
    justify-content: space-between;
  }
  
  .main-about-person {
    height: 60px;
    width: 60px;
    border: 3px solid #231f20;
  }
  
  .main-about-person-text {
    width: calc(100% - 80px);
  }

  .main-about-content {
    padding: 12px;
  }
}







#contact-form {
  width: 50%;
  margin: 0px auto;
}

.input {
  display: block;
  width: 100%;
  height: 50px;
  outline: none;
  border: 1px solid #7c8c9c;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 5px 0 20px 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-size: 20px;
}

@media screen and (max-width: 992px) {
  .input {
    height: 45px;
    margin: 5px 0 15px 0;
  }
}

.input:focus {
  border-color: #0068b3;
}

.input__text {
  color: #546373;
  font-size: 15px;
  font-weight: 600;
  display: block;
}

@media screen and (max-width: 992px) {
  .input__text {
    font-size: 15px;
  }
}

.textarea {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 300px;
  max-height: 600px;
  height: 300px;
  outline: none;
  border: 1px solid #7c8c9c;
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 5px 0 20px 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-size: 20px;
}

@media screen and (max-width: 992px) {
  .textarea {
    margin: 5px 0 15px 0;
    resize: none;
  }
}

@media screen and (max-width: 768px) {
  .textarea {
    height: 200px;
  }
}

.textarea:focus {
  border-color: #0068b3;
}

.form-button {
  outline: none;
  border: none;
  padding: 10px 28px;
  border-radius: 8px;
  cursor: pointer;
  margin: 8px;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.form-button.back {
  background-color: #E0E0E0;
  color: #404040;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.form-button.back:hover {
  background-color: #fff;
  color: #a0a0a0;
}

.form-button.next {
  color: #fff;
  background-image: url(dsg/arrow-right.svg);
  background-position: right 12px center;
  background-repeat: no-repeat;
  background-size: 14px auto;
  padding-right: 36px;
  transition: background-position 0.2s ease;
}

.form-button.next:hover {
  background-position: right 6px center;
}

.badge-dev {
  background-color: red;
  color: white;
  padding: 4px 8px;
  text-align: center;
  border-radius: 5px;
  margin: 0px auto;
  position: fixed;
  bottom: 20px;
  right: 20px;
}