* {
    padding: 0;
    margin: 0;
    font-family: "Poppins";
    font-size: 14px;
}
.main-width {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}
.warranty-width {
    width: 750px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}
a {
    text-decoration: none;
}
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;
    -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);
    position: relative;
    z-index: 10;
}
.logo {
    display: block;
    height: 60px;
    width: 122px;
    float: left;
    *background-image: url(dsg/logo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: .2s;
}
.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: 13px;
    padding: 21px 18px;
    box-sizing: border-box;
    transition: .2s;
}
.top-menu > li > a:hover {
    color: #939393;
}
.top-menu > li.dropdown {
    display: block;
    color: #333333;
    font-family: "Nunito";
    font-weight: 800;
    font-size: 13px;
    padding: 21px 18px;
    box-sizing: border-box;
    transition: .2s;
    cursor: pointer;
    position: relative;
}
.top-menu > li.dropdown > .top-dropdown {
    position: absolute;
    background-color: #FFF;
    width: 200px;
    top: 55px;
    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;
}
.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 - 60px);
}
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;
}
.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;
}
.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;
}
.main-about.izkusnje .main-about-img {
    background-image: url(dsg/img_1.jpg)
}
.main-about.kakovost .main-about-img {
    background-image: url(dsg/img_2.jpg)
}
.main-about.dizajn .main-about-img {
    background-image: url(dsg/img_3.jpg)
}
.main-about-img {
    float: left;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.main-about-text {
    width: 50%;
    float: right;
    box-sizing: border-box;
    padding: 70px;
    line-height: 25px;
    font-weight: 400;
    color: #2e2e2e;
}
.main-about:nth-of-type(2n) .main-about-img {
    float: right;
    left: auto;
    right: 0;
}
.main-about:nth-of-type(2n) .main-about-text {
    float: left;
}
.main-catalog {
    box-sizing: border-box;
    padding: 30px 0px;
    background-color: #FFF;
}
.product-link {
    display: block;
    width: 25%;
    transition: .2s;
    float: left;
    margin-bottom: 20px;
}
.product-link:nth-of-type(4n+1) {
    clear: both;
}
.product-link-img {
    width: 75%;
    height: 170px;
    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: 11px;
    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/ekoen_bg.png);
    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;
}
.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: 80%;
}
.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: 10%;
}
.header-box.left {
    background-image: url(dsg/banner1.jpg);
}
.header-box.mid {
    background-image: url(dsg/banner2.jpg);
}
.header-box.right {
    background-image: url(dsg/banner3.jpg);
}
.header-box-text {
	position: absolute;
	top: 40%;
	left: 10%;
	right: 10%;
	color: #FFF;
	opacity: 0;
}
.header-box-text span {
	font-size: 40px;
	display: block;
	margin-bottom: 20px;
}
.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;
}


.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;
}
@media screen and (max-width: 768px) {
  .cookies {
    width: 100%;
  }
}

@media only screen and (max-width: 1250px) {
    
    .main-width {
        width: 97%;
    }
    h1 {
        font-size: 18px;
        padding: 12px 20px;
        margin-bottom: 30px;
    }
    .main-about-text {
        padding: 40px;
    }
    .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;
        width: 40%;
    }
    .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: 5px;
    }
    .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: 60px;
        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;
	}
	
}


@media only screen and (max-width: 850px) {
    
    * {
        font-size: 13px;
    }
    .main-width {
        width: 97%;
    }
    .main-about-img {
        width: 30%;
    }
    .main-about-text {
        width: 70%;
        padding: 30px;
    }
    .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: 150px;
    }
    .product-link-name {
        font-size: 15px;
        margin-left: 10px;
        margin-right: 10px;
    }
    .product-link-desc {
        font-size: 11px;
        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%;
	}
    
}


@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%;
    }
    .main-about-img {
        position: relative;
        float: none;
        height: 150px;
        width: 100%;
    }
    .main-about-text {
        float: none;
        width: 100%;
        padding: 20px;
    }
    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 {
        float: none;
        width: 100%;
        margin-bottom: 40px;
    }
    .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;
    }
	header {
		height: auto;
		width: 100%;
	}
	.header-box {
		float: none;
		width: 100%;
		height: auto;
	}
	.header-box.active {
		width: 100%;
	}
	.header-box.shrink {
		width: 100%;
	}
	.header-box-text {
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		width: 100%;
		padding: 40px 10px;
		box-sizing: border-box;
	}
    
}







#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;
}