* {
    padding: 0;
    margin: 0;
    font-family: "IBM Plex Sans";
}
img {
    outline: none;
}
a {
    text-decoration: none;
    color: #448412;
    font-weight: 400;
}
input {
    border-radius: 0;
    -webkit-appearance: none;
} 
.break {
    clear: both;
}
.main-width {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
}
.top .main-width,
.footer-bottom .main-width    {
    padding: 8px 0px;
}
.content {
	margin-top: 217px;
}
.content.product-content {
	margin-top: 257px;
}
@media only screen and (max-width:850px) {
	.content {
		margin-top: 0px;
	}
	.content.product-content {
		margin-top: 40px;
	}
}
.content > div .main-width,
footer .main-width {
    padding: 40px 0px;
}
.content > div .main-width.alt {
	padding: 0px;
}
.product-help .main-width {
    padding: 40px 0px;
    width: 650px;
}
.topheader.sticky {
	position: fixed;
	width: 100%;
	z-index: 99999;
	background-color: white;
	top: 0px;
}
@media only screen and (max-width:850px) {
	.topheader.sticky {
		position: relative;
	}
}
.top {
    width: 100%;
    height: 45px;
    background-color: #0E733B;
}
.search {
    width: 250px;
    height: 35px;
    background-color: #448412;
    float: left;
}
.search input:first-of-type {
    float: left;
    height: 100%;
    background-color: #448412;
    border: none;
    width: 80%;
    box-sizing: border-box;
    padding: 10px;
    font-size: 13px;
    font-weight: 300;
    outline: none;
}
.search input:last-of-type {
    float: right;
    height: 100%;
    width: 20%;
    background-color: #589f29;
    border: none;
    cursor: pointer;
    outline: none;
    background-image: url(dsg/search.png);
    background-repeat: no-repeat;
    background-position: center;
}
.search input:first-of-type::-webkit-input-placeholder {
    color: #FFF;
}
.search input:first-of-type:-moz-placeholder {
    color: #FFF;
}
.search input:first-of-type::-moz-placeholder {
    color: #FFF;
}
.search input:first-of-type:-ms-input-placeholder {
    color: #FFF;
}
.search input:first-of-type::-ms-input-placeholder {
    color: #FFF;
}
.user {
   /* width: 120px; */
    width: 38px;
    height: 35px;
    float: right;
    background-color: #589f29;
    margin-right: 10px;
    position: relative;
    background-image:url(dsg/user.png);
    background-repeat: no-repeat;
    background-position: left 10px center;
    text-align: right;
    color: #FFF;
    font-size: 13px;
    font-weight: 300;
    line-height: 35px;
    cursor: pointer;
    box-sizing: border-box;
    padding-right: 10px;
}
.user:hover .user-drop {
	display: block;
}
.user-drop {
    display: none;
    position: absolute;
    top: 35px;
    width: 100%;
    background-color: #FFF;
    box-sizing: border-box;
    z-index:1;
}
.user-drop a {
	width: 120px;
    display: block;
    box-sizing: border-box;
    padding: 7px;
    border-bottom: 1px solid #bbbbbb;
    border-right: 1px solid #bbbbbb;
    border-left: 1px solid #bbbbbb;
    background-color: white;
    font-size: 13px;
    font-weight: 300;
    color: #000;
    text-align: left;
    line-height: normal;
}
.user-drop a:hover {
    background-color: #f4f4f4;
}
.user-icon {
    height: 35px;
    width: 35px;
    background-color: #589f29;
    background-image: url(dsg/user.png);
    background-repeat: no-repeat;
    background-position: center;
    float: left;
}
.basket {
    /*width: 95px;*/
    height: 35px;
    float: left;
    *background-color: #448412;
    background-color: white;
    margin-top: 0px;
    position: absolute;
    top: -65px;
    right: 0px;
}
.basket-icon {
    height: 35px;
    width: 35px;
    background-color: #0E733B;
    background-image: url(dsg/basket.png);
    background-repeat: no-repeat;
    background-position: center;
    float: left;
}
.basket-amount {
    height: 35px;
    /*width: 60px;*/
    padding: 0px 10px 0px 10px;
    float: right;
    *background-color: #0E733B;
    line-height: 35px;
    color: #0E733B;
    font-weight: 700;
    font-size: 13px;
    text-align: center;
}
.menu-top {
    width: 100%;
    background-color: #FFF;
    *border-bottom: 1px solid #e1e1e1;
}
.logo {
    display: block;
    height: 70px;
    width: 358px;
    background-image: url(dsg/logo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-right: 15px;
}
.logo-holder {
	display: flex;
	justify-content: space-between;
	width: 838px;
	margin-top: 25px;
}
.logo-line {
	height: 70px;
	width: 30px;
	background-image: url(dsg/line.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.ostani-doma {
	height: 70px;
	width: 450px;
	background-image: url(dsg/ostani-doma.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
@media only screen and (max-width:850px) {
	.logo-line {
		display: none;
	}
	.logo-holder {
		display: block;
		width: 100%;
	}
	.logo {
		margin: 0px auto;
		width: 100%;
	}
	.ostani-doma {
		margin: 0px auto;
		width: 100%;
	}
}

.menu-main {
    height: 115px;
    overflow: hidden;
    box-sizing: border-box;
}
.menu-main ul {
    height: 100%;
    float: right;
}
.menu-main ul li {
    display: inline-block;
}
.menu-main ul li a {
    display: block;
    box-sizing: border-box;
    padding: 34px 20px 30px 20px;
    font-size: 15px;
    border-bottom: 3px solid #FFF;
/*     color: #424242; */
	color: black;
    font-weight: 500;
}
.menu-main ul li a:hover {
    border-bottom: 3px solid #007940;
    color: #000;
}
.menu-bottom {
    width: 100%;
    /*height: 40px; */
    background-color: #FFF;
    border-bottom: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
    margin-top: 20px;
}
.menu-phone {
    float: left;
    display: block;
    color: #448412;
    font-weight: 600;
    box-sizing: border-box;
    padding-left: 30px;
    background-image: url(dsg/menu-phone.png);
    background-repeat: no-repeat;
    background-position: left;
    margin-top: 25px;
    font-size: 25px;
}




.menu-sub {
    float: left;
    overflow: hidden;
	position: relative;
}
.menu-sub ul {
    /*height: 40px;*/
}
.menu-sub ul li {
    display: inline-block;
    *width: 100px;
    height: 55px;
    position: relative; 
}
.menu-sub ul li a {
    display: block;
    box-sizing: border-box;
    padding: 22px;
    font-size: 14px;
    font-weight: 300;
/*     color: #272727; */
    color: black;
    font-weight: 500;
	
	/*
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%); 
    */
}
.menu-sub ul li a:hover {
    background-color: #f4f4f4;
    color: #000;
}
.header-img {
    height: 500px;
/*     background-image: url(dsg/rice-field.jpg); */
    background-position: center;
/*     background-repeat: no-repeat; */
    background-size: cover;
}
.header-window {
    width: 440px;
    height: 260px;
    background-color: #FFF;
    box-sizing: border-box;
    padding: 20px 30px;
    border-top: 8px solid #007940;
    position: absolute;
    right: 0px;
    bottom: 30px;
    color: #353535;
    font-size: 16px;
    font-weight: 300;
}
#newsletter-popup {
	display: none;
	position: fixed;
	background-color: #FFF;
	color: #353535;
    font-size: 16px;
    font-weight: 300;
	z-index: 99999;
	top: 25%;
	left: 50%;
	width: 650px;
	margin-left: -325px;
	padding: 0px;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, .6);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, .6);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, .6);
/*     border-top: 8px solid #007940; */
    border-top: 8px solid #009e4d;
/*     border-top: 8px solid #E63E30; */
/* 	border: none; */
/* 	color: white; */
/* 	background-color: #E63E30; */
}
#newsletter-popup .inner {
	padding: 20px 30px;
}
#newsletter-popup h2 {
	color: #009e4d;
	font-size: 25px;
	font-weight: 400;
}
h1 {
    text-align: left;
    font-size: 30px;
    color: #222222;
    font-weight: 700;
    margin-bottom: 20px;
    float: left;
    font-family: "Roboto Slab";
}
h2 {
    font-size: 18px;
    font-weight: 600;
    font-family: "Roboto Slab";
}
h3 {
    font-size: 14px;
    color: #4d4d4d;
    font-weight: 700;
    margin-bottom: 20px;
}
footer h3 {
    font-size: 14px;
    color: #4c4c4c;
    font-weight: 700;
    margin-bottom: 20px;
}
.header-button {
    display: block;
    text-align: center;
    height: 50px;
    width: 150px;
    line-height: 50px;
    font-size: 15px;
    font-weight: 400;
    color: #FFF;
    background-color: #E63E30;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
}
.header-button:hover {
    background-color: #363636;
}
.content > div {
    position: relative;
    /*color: #151515;*/
    color: #222222;
    font-size: 15px;
    font-weight: 400;
}
.points {
	background-color: #f7f7f7;
}
.point {
    color: #353535;
    font-size: 15px;
    font-weight: 300;
    display: inline-block;
    vertical-align: top;
    width: 33%;
    background-image: url(dsg/star.png);
    background-repeat: no-repeat;
    background-position: top left;
    box-sizing: border-box;
    padding: 7px 50px;
    margin: 10px 0px;
	text-align: justify;
}
.point:nth-of-type(2) {
    background-image: url(dsg/speech-icon.png);
}
.point:nth-of-type(3) {
    background-image: url(dsg/shipping-icon.png);
}
.point:nth-of-type(4) {
    background-image: url(dsg/money-icon.png);
}
.point:nth-of-type(5) {
    background-image: url(dsg/everyday-icon.png);
}
.point:nth-of-type(6) {
    background-image: url(dsg/QA-icon.png);
}
.selected {
    text-align: left;
}
.products,
.tips {
    width: 100%;
    margin-top: 20px;
    text-align: center;
}
.product {
    display: block;
    width: 25%;
    height: 500px;
    box-sizing: border-box;
    padding: 20px;
    border: 1px solid #d9d9d9;
    float: left;
    margin-right: -1px;
    margin-bottom: 30px;
    position: relative;
}
.product:hover,
.tip:hover {
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, .2);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, .2);
    border: 1px solid transparent;
}
.product a.img {
    display: block;
    width: 230px;
    height: 230px;
    margin: 0 auto;
    margin-bottom: 20px;
    position: relative;
}
.product a.title{
    display: block;
    color: #222222;
    *height: 85px;
    margin-bottom: 10px;
}
.product a.title:hover {
    color: #448412;
}
.product a img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.product-text {
    position: absolute;
    bottom: 140px;
    left: 0;
    right: 0;
    width: 95%;
    margin: auto;
}
.product-price {
    display: block;
    font-size: 25px;
    font-weight: 400;
    margin-top: 20px;
    position: absolute;
    bottom: 90px;
    left: 0;
    right: 0;
    font-family: "Roboto Slab";
}
.product-new {
    box-sizing: border-box;
    padding: 10px;
    background-color: #f2bf17;
    position: absolute;
    top: 0;
    right: 0;
    color: #FFF;
    font-size: 17px;
    width: 50%;
}
.product-off {
    box-sizing: border-box;
    padding: 10px;
    background-color: #589f29;
    position: absolute;
    top: 0;
    left: 0;
    color: #FFF;
    font-size: 17px;
    width: 50%;
} 
.product-button,
.tip-button {
    display: block;
    width: 150px;
    height: 50px;
    background-color: #007940;
    margin: 0 auto;
    color: #FFF;
    font-weight: 400;
    font-size: 14px;
    background-image: url(dsg/basket.png);
    background-repeat: no-repeat;
    background-position: left 20px center;
    text-align: right;
    box-sizing: border-box;
    padding-right: 20px;
    padding-top: 17px;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
}
.product-button.nostock {
	background-color: #E63E30;
	background-image: none;
	text-align: center;
	padding-right: 0px;
}
.tip-button {
    background-image: none;
    text-align: center;
    padding-right: 0px;
}
.product-button:hover,
.tip-button:hover {
    background-color: #363636;
}
.content-button {
    display: inline-block;
    height: 45px;
    font-size: 15px;
    font-weight: 400;
    color: #FFF;
    background-color: #E63E30;
    margin: 0 auto;
    text-align: left;
    box-sizing: border-box;
    padding-left: 25px;
    padding-right: 55px;
    line-height: 45px;
    background-image: url(dsg/button-arrow.png);
    background-repeat: no-repeat;
    background-position: right 20px center;
    -webkit-box-shadow: 0px 5px 30px 0px rgb(0, 0, 0, .2);
    -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, .2);
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, .2);
    float: left;
    margin-left: 20px;
    margin-top: -5px;
}
.right .content-button {
    float: none;
    margin-left: 0px;
    margin-top: 30px;
}
.content-button:hover {
    background-color: #363636;
}
.tips {
    text-align: center;
}
.tip {
    display: block;
    width: 25%;
    height: 385px;
    border: 1px solid #d9d9d9;
    box-sizing: border-box;
    float: left;
    margin-right: -1px;
    margin-bottom: -1px;
    position: relative;
}
.tip img {
    display: block;
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.tip h2 {
    margin-top: 10px;
}
.login-here {
    box-sizing: border-box;
    padding: 20px;
    background-color: #007940;
    text-align: center;
}
.login-here span {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
}
.mail-form {
    box-sizing: border-box;
    padding: 40px 0px;
    background-color: #009e4d;
    text-align: center;
}
.mail-form span {
    color: #FFF;
    font-size: 20px;
    font-weight: 400;
}
.mail-form > div {
    width: 330px;
    height: 45px;
    background-color: #FFF;
    margin: 0 auto;
    margin-top: 30px;
    -webkit-box-shadow: 0px 5px 30px 0px rgb(0, 0, 0, .1);
    -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, .1);
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, .1);
}
.mail-form div input:first-of-type {
    float: left;
    height: 100%;
    border: none;
    width: 80%;
    box-sizing: border-box;
    padding: 10px 20px;
    font-size: 13px;
    font-weight: 300;
    outline: none;
}
.mail-form div input:last-of-type {
    float: right;
    height: 100%;
    width: 20%;
    background-color: #E63E30;
    border: none;
    cursor: pointer;
    outline: none;
    background-image: url(dsg/mail-plane.png);
    background-repeat: no-repeat;
    background-position: center;
}
.mail-form div input:last-of-type:hover {
    background-color: #363636;
}
.mail-form div input:first-of-type::-webkit-input-placeholder {
    color: #535353;
}
.mail-form div input:first-of-type:-moz-placeholder {
    color: #535353;
}
.mail-form div input:first-of-type::-moz-placeholder {
    color: #535353;
}
.mail-form div input:first-of-type:-ms-input-placeholder {
    color: #535353;
}
.mail-form div input:first-of-type::-ms-input-placeholder {
    color: #535353;
}
footer {
    background-color: #f7f7f7;
    color: #222222;
    font-size: 13px;
    font-weight: 300;
}
footer a {
    color: #222222;
}
footer a:hover {
    color: #007940;
}
.contact-info {
    margin-bottom: 20px;
}
.contact-info .info {
    width: 20%;
    height: 55px;
    box-sizing: border-box;
    float: left;
}
.contact-info .info:nth-of-type(1),
.contact-info .info:nth-of-type(2) {
    background-image: url(dsg/footer-marker.png);
    background-repeat: no-repeat;
    background-position: top left;
    padding-left: 30px;
}
.contact-info .info span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    box-sizing: border-box;
    padding-left: 30px;
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
}
.contact-info .info:nth-of-type(1) span,
.contact-info .info:nth-of-type(2) span {
    padding-left: 0px;
}
footer .phone {
    background-image: url(dsg/footer-phone.png);
}
footer .mobile {
    background-image: url(dsg/footer-mobile.png);
	background-position: left 3px top !important;
}
footer .fax {
    background-image: url(dsg/footer-fax.png);
}
footer .mail {
    background-image: url(dsg/footer-mail.png);
}
.facebook a {
    width: 150px;
    height: 50px;
    display: block;
    background-color: #2a4284;
    color: #e0e0e0;
}
.facebook a:hover {
    color: #FFF;
}
.facebook a .icon {
    float: left;
    height: 50px;
    width: 50px;
    background-color: #3b5998;
    background-image: url(dsg/facebook.png);
    background-repeat: no-repeat;
    background-position: center;
}
.facebook a .text {
    float: right;
    height: 50px;
    width: 100px;
    font-size: 13px;
    font-weight: 400;
    padding: 0px;
    text-align: center;
    line-height: 50px;
}
.footer-info ul {
/*     width: 25%; */
}
.footer-info ul li {
    list-style: none;
    display: block;
    box-sizing: border-box;
    padding: 2px 0px 2px 15px;
    background-image: url(dsg/dot.png);
    background-repeat: no-repeat;
    background-position: left;
}
.footer-info .info {
    width: 30%;
    box-sizing: border-box;
    float: left;
}
.footer-bottom {
    background-color: #dddddd;
}
.footer-bottom a:hover {
    color: #ff5244;
}

.left {
    float: left;
    width: 300px;
    margin-top: 30px;
    margin-bottom: 30px;
    color: #353535;
}
.left select {
    border: 1px solid #d9d9d9;
    outline: none;
    width: 100%;
    height: 40px;
    font-size: 13px;
    color: #353535;
    box-sizing: border-box;
    padding-left: 15px;
    margin-bottom: 10px;
    -webkit-appearance: none;
    background-image: url(dsg/select.png);
    background-repeat: no-repeat;
    background-position: right 15px center;
}
select::-ms-expand {
    display: none;
}
.left .categories {
    width: 100%;
    margin-bottom: 30px;
    box-sizing: border-box;
    padding: 15px 15px;
    border: 1px solid #d9d9d9;
}
.left .categories form {
    margin-top: 20px;
}
.check {
    width: 100%;
	font-size: 14px;
	position: relative;
	display: block;
	margin-bottom: 10px;
	cursor: pointer;
    box-sizing: border-box;
    padding: 5px 10px 5px 40px;
}
.check input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.check-button {
	position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
	width: 25px;
	height: 25px;
	background-color: #efefef;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #d9d9d9;
}
.check input:hover ~ .check-button {
	background-color: #e5e5e5;
}
.check input:checked ~ .check-button {
	background-color: #007940;
    background-image: url(dsg/check.png);
    border: 1px solid #007940;
}
.right {
    *text-align: center;
    width: 850px;
    float: right;
    margin-bottom: 30px;
    margin-top: 30px;
}
.right .products {
    width: 100%;
    margin-top: 0px;
}
.right .products .product {
    width: 33%;
}
.right .content-button {
    background-image: url(dsg/more.png)
}
.bestsellers {
    width: 100%;
    border: 1px solid #d9d9d9;
    box-sizing: border-box;
    padding: 15px 15px;
}
.bestsellers .best {
    display: block;
    width: 100%;
    height: 100px;
    position: relative;
    box-sizing: border-box;
    padding-left: 90px;
    padding-top: 15px;
    font-size: 14px;
    font-weight: 400;
    color: #2a2a2a;
}
.bestsellers .best:first-of-type {
    margin-top: 20px;
}
.bestsellers .best:hover {
    color: #448412;
}
.bestsellers .best img {
    height: 80px;
    width: 80px;
    object-fit: contain;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0px;
    margin: auto;
}

.breadcrumbs {
    background-color: #f7f7f7;
    font-size: 13px;
    font-weight: 400;
    box-sizing: border-box;
    padding: 10px 0px;
}
.breadcrumbs a {
    box-sizing: border-box;
    padding-right: 15px;
    background-image: url(dsg/crumb.png);
    background-repeat: no-repeat;
    background-position: right;
    margin-right: 10px;
    color: #535353;
}
.breadcrumbs a:last-of-type {
    padding-right: 0px;
    background-image: none;
    margin-right: 0px;
}

.product-main {
    width: 70%;
    float: left;
}

.product-main-banners {
    width: 28%;
    float: right;
}
.product-main-banners img {
	width: 100%;
	height: 100%;
}
.product-main-banners div {
    height: 123px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #FFF;
    font-weight: 600;
    font-size: 15px;
    text-shadow: 0px 0px 20px rgba(0, 0, 0, .5);
    text-align: center;
    margin-bottom: 5px;
}
.product-main-banners div img {
    margin: 0 auto;
    display: block;
    padding-top: 15px;
    margin-bottom: 15px;
}
.product-main-banners div span {
    font-size: 18px;
}
.product-main-banners div:nth-of-type(1) {
    font-size: 18px;
    background-image: url(dsg/color_banner_1.png);
    background-color: #5d3c8c;
}
.product-main-banners div:nth-of-type(2) {
    font-size: 18px;
    background-image: url(dsg/color_banner_2.png);
    background-color: #2eb15c;
}
.product-main-banners div:nth-of-type(3) {
    background-image: url(dsg/color_banner_3.png);
    background-color: #b12e51;
}  

.product-main img {
    height: 250px;
    width: 250px;
    object-fit: contain;
    float: left;
    display: block;
}
.product-main-text {
    overflow: hidden;
    min-height: 120px;
    position: relative;
/*     margin-top: 40px; */
    margin-bottom: 20px;
    margin-left: 270px;
	text-align: justify;
}
.product-main-buy {
    overflow: hidden;
    height: 110px;
    position: relative;
    margin-left: 270px;
}
.product-main-text h1 {
    text-align: left;
    font-weight: 600;
    font-size: 28px;
    width: 100%;
}
.product-main-price {
    font-weight: 400;
    font-size: 35px;
    font-family: "Roboto Slab";
}
.product-main-pick {
    position: absolute;
    bottom: 0;
    left: 0;
    *height: 50px;
    width: 100%;
}
.number-picker {
    height: 50px;
    width: 50px;
    box-sizing: border-box;
    border: 1px solid #d9d9d9;
    font-size: 15px;
    text-align: center;
    outline: none;
    float: left;
    line-height: 50px;
}
.number-picker-arrows {
    float: left;
    height: 50px;
    width: 30px;
    position: relative;
}
.number-picker-arrows a {
    display: block;
    width: 100%;
    height: 50%;
    background-color: #FFF;
    border: none;
    box-sizing: border-box;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    background-image: url(dsg/arrow-up.png);
    background-position: center;
    background-repeat: no-repeat;
}
.number-picker-arrows a:hover {
    background-color: #f7f7f7;
}
.number-picker-arrows a:last-of-type {
    border-top: none;
    background-image: url(dsg/arrow-down.png);
}
.product-main-pick input {
    height: 50px;
    width: 100px;
    font-size: 14px;
    text-align: center;
    outline: none;
    float: left;
    background-color: #007940;
    border: none;
    outline: none;
    color: #FFF;
    cursor: pointer;
}
.product-main-pick input:hover {
    background-color: #363636;
}
.product-main-pick span {
    float: left;
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    padding: 0px 20px;
    background-color: #009e4d;
    color: #FFF;
    font-weight: 600;
    margin-left: 20px;
}
.product-main-pick span.instock {
    background-color: #009e4d;
}
.product-main-pick span.nostock {
    background-color: #E63E30;
}

.product-main-special {
    box-sizing: border-box;
    padding: 20px;
    background-color: #f4f4f4;
    font-weight: 400;
    margin-bottom: 40px;
    margin-top: 40px;
}
.product-help {
    width: 100%;
    height: 400px;
    background-image: url(dsg/rice-field.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
    color: #FFF;
}
.product-help .main-width div {
    color: #FFF;
    font-weight: 600;
    font-size: 18px;
    text-shadow: 0px 0px 20px rgba(0, 0, 0, .5);
}
.product-help .main-width div:nth-of-type(1),
.product-help .main-width div:nth-of-type(2) {
    width: 50%;
    float: left;
    box-sizing: border-box;
    text-align: left;
    padding: 20px 0px 20px 80px;
    background-image: url(dsg/box.png);
    background-repeat: no-repeat;
    background-position: left -20px center;
    margin-bottom: 30px;
}
.product-help .main-width div:nth-of-type(2) {
    background-image: url(dsg/star2.png);
}
.help span {
    font-size: 40px;
}
.product-help .content-button {
    background-image: none;
    padding-right: 25px;
    float: none;
    margin-top: 20px;
}
.product-desc {
	text-align: justify;
}
.product-desc ul li {
    list-style: none;
    box-sizing: border-box;
    padding: 2px 0px 4px 13px;
    background-image: url(dsg/crumb.png);
    background-repeat: no-repeat;
    background-position: left;
}
.product-desc img {
/*     max-width: 180px; */
    max-height: 400px;
    object-fit: contain;
    display: inline-block;
    margin-right: 10px;
}
.product-desc table {
    /*width: 100%*/
    border-collapse: collapse;
    font-size: 14px;
    font-weight: 400;
}
.product-desc table tr:nth-child(odd) {
    background-color: #f4f4f4;
}
.product-desc table tr td {
    box-sizing: border-box;
    padding: 5px 10px;
}
.product-desc table tr td:last-of-type {
    text-align: left;
    font-weight: 300;
}
.product-desc h2 {
	margin: auto!important;
	padding-top: 20px;
}
.bestsellers.wide {
    border: none;
    padding: 0px;
}
.bestsellers.wide .best:first-of-type {
    margin-top: 20px;
}
.bestsellers.wide .best {
    margin-top: 20px;
    width: 25%;
    height: 100px;
    float: left;
    padding-right: 15px;
}

.cat {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}
.cat-button {
	width: 25px;
	height: 25px;
	background-color: #efefef;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #d9d9d9;
    float: left;
}
.cat:hover .cat-button {
	background-color: #e5e5e5;
}
.cat.checked .cat-button {
	background-color: #007940;
    background-image: url(dsg/check.png);
    border: 1px solid #007940;
}
.cat-text {
    overflow: hidden;
    box-sizing: border-box;
    padding: 4px 10px 4px 15px;
    color: #363636;
    font-weight: 300;
}

form.new-user-form,
form.user-form,
form.pass-form {
    width: 45%;
    float: left;
    margin-top: 30px;
    margin-bottom: 30px;
}
form.user-form {
    float: right;
}
form.new-user-form h2,
form.user-form h2,
form.pass-form h2 {
    margin-bottom: 30px;
}
form.new-user-form input,
form.user-form input,
form.pass-form input {
    width: 50%;
    float: left;
    margin-bottom: 15px;
    box-sizing: border-box;
    padding: 10px 15px;
    margin-right: -1px;
    outline: none;
    font-size: 13px;
    font-weight: 400;
    border: 1px solid #d9d9d9;
}
form.new-user-form input:nth-of-type(3),
form.new-user-form input:nth-of-type(6),
form.new-user-form input:nth-of-type(7),
form.new-user-form input:nth-of-type(8),
form.new-user-form input:nth-of-type(9),
form.pass-form input, 
form.user-form input {
    width: 100%;
}
form.new-user-form input.form-button,
form.user-form input.form-button,
form.pass-form input.form-button {
    color: #FFF;
    background-color: #E63E30;
    cursor: pointer;
    display: block;
    width: auto;
    height: 35px;
    padding: 0px 25px;
    border: none;
    float: right;
    margin-right: 0px;
    margin: 0 auto;
}
form.new-user-form input.form-button:hover,
form.user-form input.form-button:hover,
form.pass-form input.form-button:hover {
    background-color: #363636;
}
form.new-user-form .check,
form.user-form .check {
    width: auto;
    float: left;
    height: 35px;
    font-size: 13px;
	margin-bottom: 0px;
    padding: 9px 10px 0px 40px;
}
form.user-form .pass-input {
    width: 100%;
}
form a {
    display: block;
    float: left;
    height: 35px;
    width: auto;
    box-sizing: border-box;
    padding: 9px 15px;
    border: 1px solid #d9d9d9;
    background-color: #f7f7f7;
    font-size: 13px;
    color: #444444;
}
form a:hover {
    background-color: #ebebeb;
}

.profile-menu {
    width: 100%;
    margin-bottom: 30px;
    box-sizing: border-box;
    border: 1px solid #d9d9d9;
}
.profile-menu ul li {
    list-style: none;
    display: block;
}
.profile-menu ul li a {
    box-sizing: border-box;
    padding: 10px 10px;
    display: block;
    font-size: 13px;
    border-bottom: 1px solid #d9d9d9;
    background-color: #f7f7f7;
    color: #323232;
}
.profile-menu ul li:last-of-type a {
    border-bottom: 0px solid #d9d9d9;
}
.profile-menu ul li a:hover {
    background-color: #ececec;
}
span.welcome {
    box-sizing: border-box;
    padding: 10px 15px;
    display: block;
    margin-bottom: 15px;
    font-size: 14px;
    background-color: #cff8d0;
    color: #25530d;
}
.user-info {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #d9d9d9;
    margin-bottom: 15px;
}
.user-info h3 {
    float: left;
    padding: 15px;
    margin-bottom: 0px;
}
.user-edit {
    float: right;
    display: block;
    padding: 16px;
    font-size: 13px;
    font-weight: 400;
    color: #2987d6;
}
.user-edit:hover {
    background-color: #f7f7f7;
}
.user-info-text {
    box-sizing: border-box;
    font-size: 14px;
    padding: 0px 15px 15px 15px;
    line-height: 170%;
}
.newslist-news {
    width: 100%;
    display: block;
    box-sizing: border-box;
    padding: 10px;
    font-size: 13px;
    color: #3c3c3c;
    font-weight: 400;
    background-color: #f7f7f7;
    border-bottom: 1px solid #d9d9d9;
}
.newslist-news:hover {
    background-color: #ececec;
}
.newslist-news:last-of-type {
    border-bottom: 0px solid #d9d9d9;
}
.user-info-text span {
    display: block;
    font-weight: 400;
    margin-bottom: 10px;
    font-size: 15px;
}
.right h2 {
    margin-bottom: 15px;
}
.user-edit-form {
    width: 100%;
    margin-bottom: 30px;
}
.user-edit-form input {
    width: 50%;
    float: left;
    margin-bottom: 15px;
    box-sizing: border-box;
    padding: 10px 15px;
    margin-right: -1px;
    outline: none;
    font-size: 13px;
    font-weight: 400;
    border: 1px solid #d9d9d9;
}
.user-edit-form input:nth-of-type(3),
.user-edit-form input:nth-of-type(6),
.user-edit-form input:nth-of-type(7),
.user-edit-form input:nth-of-type(8),
.user-edit-form input:nth-of-type(9) {
    width: 100%;
}
.user-edit-form input.form-button {
    color: #FFF;
    background-color: #E63E30;
    cursor: pointer;
    display: block;
    width: auto;
    height: 35px;
    padding: 0px 25px;
    border: none;
    float: right;
    margin-right: 0px;
    margin: 0 auto;
}
.user-edit-form input.form-button:hover {
    background-color: #363636;
}
.user-edit-form .check {
    width: auto;
    float: left;
    height: 35px;
    font-size: 13px;
	margin-bottom: 0px;
    padding: 9px 10px 0px 40px;
}
.user-edit-form select {
    width: 50%;
    float: left;
    margin-bottom: 15px;
    box-sizing: border-box;
    padding: 10px 15px;
    outline: none;
    font-size: 13px;
    font-weight: 300;
    border: 1px solid #d9d9d9;
    -webkit-appearance: none;
    background-image: url(dsg/select.png);
    background-repeat: no-repeat;
    background-position: right 15px center;
}


.basket-main {
    box-sizing: border-box;
    padding: 30px 0px;
}
.basket-main h2 {
    margin-bottom: 30px;
}
.basket-items {
    margin-top: 0px;
    width: 750px;
    float: left;
}
.basket-item {
    width: 100%;
    height: 120px;
    box-sizing: border-box;
    border: 1px solid #d9d9d9;
    margin-top: 10px;
    
}
.basket-item-delete {
    height: 50px;
    width: 50px;
    position: relative;
    float: right;
}
.delete-button {
    position: absolute;
    height: 20px;
    width: 20px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #E63E30;
    cursor: pointer;
    background-image: url(dsg/x-button.png);
    background-position: center;
    background-repeat: no-repeat;
}
.delete-button:hover {
    background-color: #363636;
}
.basket-item-name {
    display: block;
    height: 70px;
    width: 100%;
    position: relative;
    float: left;
    box-sizing: border-box;
    padding: 10px 15px 10px 80px;
    font-size: 15px;
    font-weight: 400;
    overflow: hidden;
    border-bottom: 1px solid #d9d9d9;
    color: #4d4d4d;
}
.basket-item-name:hover {
    background-color: #f7f7f7;
    color: #448412;
}
.basket-item-name img {
    height: 50px;
    width: 50px;
    object-fit: contain;
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.basket-number-picker {
    height: 50px;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    float: left;
}
.basket-number-picker .number-picker {
    height: 49px;
    border: none;
    border-right: 1px solid #d9d9d9;
}
.basket-number-picker .number-picker-arrows a {
    height: 24px;
    border: none;
    border-right: 1px solid #d9d9d9;
}
.basket-number-picker .number-picker-arrows a:first-of-type {
    border-bottom: 1px solid #d9d9d9;
}
.basket-item-price {
    float: right;
    width: 100px;
    height: 50px;
    font-size: 20px;
    font-weight: 400;
    color: #626262;
    text-align: right;
    line-height: 50px;
    *border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    padding-right: 10px;
    font-family: "Roboto Slab";
}
.basket-buttons {
    width: 100%;
}
.basket-button {
    display: block;
    float: left;
    margin-top: 20px;
    padding: 10px 15px;
    font-size: 13px;
    font-weight: 400;
    color: #FFF;
    background-color: #000;
    margin-bottom: 30px;
}
.basket-button.continue {
    background-color: #009e4d;
}
.basket-button.delete {
    background-color: #E63E30;
    float: right;
    margin-right: 10px;
}
.basket-button.edit {
    background-color: #007940;
    float: right;
}
.basket-button:hover {
    background-color: #363636;
}
.basket-main-coupon,
.basket-main-final {
    float: right;
    width: 400px;
    text-align: right;
    margin-bottom: 30px;
}
.basket-main-coupon input {
    box-sizing: border-box;
    padding: 8px 10px;
    font-size: 14px;
    width: 100%;
    font-weight: 300;
    outline: none;
    border: 1px solid #d9d9d9;
    margin-top: 5px;
}
.coupon-button,
.final-button {
    display: block;
    float: right;
    margin-top: 10px;
    padding: 10px 15px;
    font-size: 13px;
    font-weight: 400;
    color: #3a3a3a;
    background-color: #f0f0f0;
    border: 1px solid #c6c6c6;
}
.final-button {
    color: #FFF;
    background-color: #E63E30;
    border: none;
    padding: 15px 25px;
}
.final-button:hover {
    background-color: #363636;
}
.coupon-button:hover {
    background-color: #FFF;
}
.basket-main-final span {
    font-weight: 600;
    color: #3d3d3d;
    text-align: right;
}
.basket-main-final {
    font-size: 15px;
}
.final-price {
    list-style: none;
}
.final-price li {
    box-sizing: border-box;
    padding: 5px 10px;
    display: block;
    border-bottom: 1px solid #c6c6c6;
    text-align: left;
}
.final-price li span {
    text-align: right;
    float: right;
}
.final-price li:last-of-type {
    font-size: 18px;
}
.final-price li:last-of-type span {
    color: #007940;
}

.payment-form {
    margin-top: 30px;
    width: 100%;
}
.payment-form input {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    box-sizing: border-box;
    padding: 8px 12px;
    margin-right: -1px;
    outline: none;
    font-size: 13px;
    font-weight: 400;
    border: 1px solid #d9d9d9;
}
.payment-form .check {
    width: auto;
    float: none;
    height: 35px;
    font-size: 13px;
	margin-bottom: 0px;
    padding: 9px 10px 0px 40px;
}
.payment-form select {
    width: 100%;
    float: left;
    margin-bottom: 15px;
    box-sizing: border-box;
    padding: 8px 12px;
    outline: none;
    font-size: 13px;
    font-weight: 300;
    border: 1px solid #d9d9d9;
    -webkit-appearance: none;
    background-image: url(dsg/select.png);
    background-repeat: no-repeat;
    background-position: right 15px center;
}
.user-info .check {
    float: none;
    width: 100%;
}
.user-info table {
    width: 100%;
    border-collapse: collapse;
}
.user-info table tr {
    width: 100%;
    background-color: #f7f7f7;
}
.user-info table tr th {
    text-align: left;
    font-weight: 600;
    box-sizing: border-box;
    padding: 5px 10px;
    border: 1px solid #d9d9d9;
    background-color: #FFF;
    color: #676767;
}
.user-info table tr th:nth-of-type(2) {
    width: 100px;
}
.user-info table tr th:nth-of-type(3) {
    width: 100px;
}
.user-info table tr th:last-of-type {
    width: 150px;
}
.user-info table tr td {
    text-align: left;
    font-weight: 300;
    box-sizing: border-box;
    padding: 5px 10px;
    border: 1px solid #d9d9d9;
}
.user-info table a {
    font-weight: 400;
    color: #2e2e2e;
}
.user-info table a:hover {
    color: #448412;
}
.basket-main-coupon.ship,
.basket-main-final.ship {
    clear: both;
}
.ship-comment {
    width: 100%;
    max-width: 100%;
    height: 150px;
    max-height: 300px;
    box-sizing: border-box;
    padding: 10px 15px;
    outline: none;
    margin-top: 10px;
    border: 1px solid #d9d9d9;
}
.check.ship {
    float: none;
    width: 100%;
    margin-top: 10px;
}

.tip-text {
    margin-top: 10px;
}






.process > div:nth-of-type(1),
.process > div:nth-of-type(2), 
.process > div:nth-of-type(3), 
.process > div:nth-of-type(4){
    width: 25%;
    box-sizing: border-box;
    padding: 22px 0px 15px 0px;
    float: left;
    margin-right: -1px;
    color: #7a7a7a;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    position: relative;
}
.process > div .process-line {
    position: absolute;
    height: 2px; 
    width: 100%;
    background-color: #e6e6e6;
    top: 45px;
    right: 0;
    z-index: -1;
}
.process > div:first-of-type .process-line {
    width: 50%;
}
.process > div:nth-of-type(4) .process-line {
    width: 50%;
    left: 0;
}
.process-img {
    height: 45px; 
    width: 45px;
    margin: 0 auto;
    border-radius: 100%;
    background-color: #e6e6e6;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}
.process > div:nth-of-type(1) .process-img {
    background-image: url(dsg/basket-grey.png);
}
.process > div:nth-of-type(2) .process-img {
    background-image: url(dsg/podatki.png);
}
.process > div:nth-of-type(3) .process-img {
    background-image: url(dsg/group-item-search.png);
}
.process > div:nth-of-type(4) .process-img {
    background-image: url(dsg/check2.png);
}
.process > div:nth-of-type(1):hover .process-img,
.process > div:nth-of-type(1).active .process-img {
    background-image: url(dsg/basket.png);
}
.process > div:nth-of-type(2):hover .process-img,
.process > div:nth-of-type(2).active .process-img {
    background-image: url(dsg/podatki-white.png);
}
.process > div:nth-of-type(3):hover .process-img,
.process > div:nth-of-type(3).active .process-img {
    background-image: url(dsg/group-item-search-white.png);
}
.process > div:nth-of-type(4):hover .process-img,
.process > div:nth-of-type(4).active .process-img {
    background-image: url(dsg/check2-white.png);
}

.process > div.finished .process-img,
.process > div:hover .process-img {
    background-color: #009e4d!important;
}
.process > div.finished,
.process > div:hover {
    color: #009e4d!important;
}
.process > div.red,
.process > div.active {
    color: #007940;
}
.process > div.red .process-img,
.process > div.active .process-img {
    background-color: #007940;
}
.process > div.green {
    color: #448412;
}
.process > div.green .process-img {
    background-color: #448412;
}



.process-items,
.process-items-small {
    margin-top: 30px;
    margin-bottom: 20px;
    width: 750px;
    float: left;
}
.process-item {
    box-sizing: border-box;
    padding: 15px;
    background-color: #FFF;
    margin-bottom: 10px;
    border: 1px solid #d9d9d9;
}
.process-item:hover {
    background-color: #f7f7f7;
}
.process-item-img {
    height: 80px;
    width: 80px;
    position: relative;
    background-color: #FFF;
    float: left;
}
.process-item-img img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-height: 120px;
    max-width: 160px;
}
.process-item-x {
    display: block;
    float: right;
    height: 25px;
    width: 25px;
    background-color: #E63E30;
    background-image: url(dsg/x-button.png);
    background-position: center;
    background-repeat: no-repeat;
}
.process-item-x:hover {
    background-color: #363636;
}
.process-item-text {
    width: 465px;
    float: left;
    margin-left: 20px;
    margin-right: 20px;
    color: #606060;
    font-size: 13px;
    font-weight: 300;
    display: block;
}
.process-item-text:hover h1 {
    color: #448412;
}
.process-item-text h1 {
    font-size: 15px;
    font-weight: 600;
    width: 100%;
    margin-bottom: 10px;
}
.amount {
    float: left;
}
.amount-number {
    width: 35px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    background-color: #FFF;
    float: left;
    font-size: 13px;
    border: 1px solid #dedede;
}
.amount-arrow-left,
.amount-arrow-right {
    display: block;
    width: 25px;
    height: 25px;
    float: left;
    background-color: #FFF;
    background-image: url(dsg/arrow-down.png);
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #dedede;
    margin-right: -1px;
}
.amount-arrow-left:hover,
.amount-arrow-right:hover {
    background-color: #f7f7f7;
    border: 1px solid #dedede;
}
.process-item .price-big {
    font-size: 25px;
    font-weight: 400;
}
.amount-arrow-right {
    background-image: url(dsg/arrow-up.png);
    margin-left: -1px;
}
.process-amount {
    margin-top: 0px;
    font-size: 15px;
    color: #545454;
    text-align: right;
    width: 420px;
    float: right;
}
.process-amount .text-right {
    font-weight: 600;
    color: #3d3d3d;
}
.process-amount .price-big {
    font-size: 18px;
    font-weight: 600;
    color: #007940;
}
.process-amount .text-left {
    float: left;
    color: #545454;
}
.process-amount .text-left.price-big {
    float: left;
    font-weight: 300;
}
.process-amount .br-height {
    border-top: 1px solid #dedede;
    margin-top: 5px;
    margin-bottom: 5px;
}
.process-continue,
.process-back {
    display: block;
    float: right;
    margin-top: 10px;
    font-size: 13px;
    font-weight: 400;
    color: #FFF;
    background-color: #007940;
}
.process-continue:hover,
.process-back:hover {
    background-color: #363636;
}



.discount-code {
    float: right;
    width: 420px;
    margin-top: 30px;
    text-align: right;
}
.discount-code > div {
    border: none;
}
.discount-code > div input {
    box-sizing: border-box;
    padding: 8px 10px;
    font-size: 14px;
    width: 100%;
    font-weight: 300;
    outline: none;
    border: 1px solid #d9d9d9;
    margin-bottom: 10px;
}
.discount-code > div a {
    display: block;
    float: right;
    padding: 11px 20px;
    height: 40px;
    font-size: 13px;
    font-weight: 400;
    color: #3a3a3a;
    background-color: #f0f0f0;
    border: 1px solid #c6c6c6;
}
.discount-code > div a:hover {
    background-color: #FFF;
}




.process-back {
    float: left;
    margin-bottom: 30px;
}
.register-form,
.login-form {
    width: 50%;
    margin-top: 30px;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 30px;
    float: left;
}
.login-form {
    float: right;
}
.register-form .inputs,
.login-form .inputs {
    box-sizing: border-box;
    padding: 10px;
}
.register-form input,
.login-form input,
.process-payment textarea {
    box-sizing: border-box;
    padding: 8px 15px;
    outline: none;
    background-color: #FFF;
    border: 1px solid #dedede;
    font-size: 14px;
    color: #626262;
    width: 100%;
    float: right;
    margin-bottom: 15px;
}
.register-form h1,
.login-form h1 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    width: 100%;
}
.process-item-small {
    width: 100%;
    box-sizing: border-box;
    padding: 15px;
    margin-bottom: 10px;
    background-color: #FFF;
    border: 1px solid #dedede;
}
.process-item-small:nth-of-type(1) {
    margin-top: 30px;
}
.process-item-small:hover {
    background-color: #f7f7f7;
    border: 1px solid #dedede;
}
.process-item-small-img {
    height: 60px;
    width: 60px;
    background-color: #FFF;
    position: relative;
    float: left;
}
.process-item-small-img img {
    max-width: 80%;
    max-height: 80%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.process-item-small-text {
    display: block;
    width: 550px;
    float: left;
    font-size: 14px;
    font-weight: 400;
    margin-left: 15px;
    text-align: left;
    color: #0f0f0f;
}
.process-item-small-text:hover {
    color: #448412;
}
.process-items-small h1,
.process-info h1 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    width: 100%;
}
.process-items-small .process-amount {
    width: 100%;
    float: none;
}
.process-info {
    font-size: 15px;
    color: #454545;
    margin-bottom: 30px;
    float: right;
    width: 38%;
    margin-top: 30px;
}
.process-items-small {
    float: left;
    width: 60%;
}
.process-payment {
    margin-top: 30px;
    width: 48%;
    float: right;
}
.process-payment h1 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0px;
    width: 100%;
}
.payment-option {
    width: 100%;
	font-size: 15px;
	position: relative;
	display: block;
	margin-bottom: -1px;
	cursor: pointer;
    box-sizing: border-box;
    padding: 18px 15px 15px 55px;
    border: 1px solid #d9d9d9;
    font-size: 15px;
    font-weight: 600;
    clear: both;
}
.payment-option:nth-of-type(1) {
/*     margin-top: 40px; */
}
.payment-option:hover {
    background-color: #f7f7f7;
}
.payment-option input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.payment-button {
    top: 15px;
    left: 15px;
	position: absolute;
	width: 25px;
	height: 25px;
	background-color: #efefef;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #d9d9d9;
}
.payment-option input:hover ~ .payment-button {
	background-color: #e5e5e5;
}
.payment-option input:checked ~ .payment-button {
	background-color: #007940;
    background-image: url(dsg/check.png);
    border: 1px solid #007940;
}

.payment-option-text {
    font-weight: 400;
    font-size: 13px;
    margin-top: 15px;
    display: block;
}
.process-end {
    width: 100%;
    margin: auto;
    margin-top: 40px;
    color: #454545;
    font-size: 14px;
    margin-bottom: 20px;
}
.process-end h1 {
    font-size: 30px;
    font-weight: 600;
    color: #6b6b6b;
    margin-bottom: 20px;
}

.register-form span,
.login-form span {
    display: block;
    width: 100%;
    float: left;
    margin-bottom: 5px;
}






.business {
    margin-right: 20px;
    *margin-left: 20px;
    margin-bottom: 10px;
}
.business input {
    box-sizing: border-box;
    padding: 0px;
    outline: none;
    background-color: #FFF;
    border: none;
    font-size: 14px;
    width: auto;
    float: none;
    margin-bottom: 0px;
    margin-left: 20px;
}
.register-form select {
    box-sizing: border-box;
    padding: 8px 15px;
    outline: none;
    background-color: #FFF;
    border: 1px solid #dedede;
    font-size: 14px;
    color: #626262;
    width: 350px;
    float: right;
    margin-bottom: 25px;
}



.process-continue{
    width: auto;
    padding: 15px 30px 15px 30px;
}
.process-back {
    width: auto;
    padding: 15px 30px 15px 30px;
}



.header-window.mobile {
    width: 100%;
    height: auto;
    position: relative;
    bottom: auto;
    padding-bottom: 70px;
    display: none;
    border-top: 3px solid #007940;
    border-bottom: 1px solid #e5e5e5;
}
.header-window h1 {
    float: none;
}


.ribbons {
    position: absolute;
    width: 130px;
    height: auto;
    left: 0;
    z-index: 2;
    bottom: 210px;
}
.ribbon-blue,
.ribbon-red {
    width: 90px;
    height: 50px;
    *position: absolute;
    *left: 0;
    background-image: url(dsg/ribbon-blue.png);
    background-repeat: no-repeat;
    background-position: left -30px center;
    image-rendering: -webkit-optimize-contrast;
    z-index: 2;
    line-height: 45px;
    color: #FFF;
    text-align: left;
    font-size: 17px;
    font-weight: 600;
    box-sizing: border-box;
    padding-left: 10px;
}
.ribbon-red {
    background-image: url(dsg/ribbon-red.png);
    padding-left: 15px;
}

.product-main .ribbons {
	bottom: 150px;
}

.rsImg.sliderProduct {
	height: 400px;
	position: relative;
	left: -200px;
} 

.rsImg.sliderProductAlt {
	position: relative;
	max-height: 375px;
	max-width: 500px;
	left: -100px;
}

.column {
	text-align: justify;
	-webkit-column-gap: 30px; /* Chrome, Safari, Opera */
    -moz-column-gap: 30px; /* Firefox */
    column-gap: 30px;
}
.column img {
	max-height: 220px;
	max-width: 400px;
    object-fit: contain;
    display: inline-block;
}
.col2 {
	column-count: 2;
}
.col3 {
	column-count: 3;
}
.col4 {
	column-count: 4;
}
.col5 {
	column-count: 5;
}

.ft_years {
	position: absolute;
    top: 232px;
    left: 0;
    margin: auto;
    width: 280px;
    background-color: rgba(136, 211, 64, 0.8);
    z-index: 999;
    color: #FFF;
    box-sizing: border-box;
    padding: 15px 15px;
    font-size: 20px;
    font-weight: 600;
    text-align: 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: #E63E30;
    margin-top: 20px;
    text-align: center;
    width: 150px;
    color: #FFF;
}
.cookies-button:hover {
    background-color: #363636;
}

.product-main-banners > div {
	position: relative;
}
.product-main-banners > div .ribbons {
	position: absolute;
    bottom: 50px;
	top: 10px;
	margin: auto;
	height: auto;
	width: auto;
}
.product-main-banners > div .ribbons .ribbon-blue {
	position: absolute;
    bottom: 0px;
    width: 90px;
    height: 50px;
	background-image: none !important;
	background-color: transparent !important;
    background-image: url(dsg/ribbon-blue.png) !important;
    background-repeat: no-repeat;
    background-position: left -30px center;
    image-rendering: -webkit-optimize-contrast;
    z-index: 2;
    line-height: 45px;
    color: #FFF;
    text-align: left;
    font-size: 17px;
    font-weight: 600;
    box-sizing: border-box;
    padding-left: 10px;
}


.steps-description {
	display: flex;
	justify-content: space-between;
	padding: 30px 10px 0px 10px;
}
.steps-description .step-icon {
	width: 70px;
}
.steps-description .step-text {
	width: calc(100% - 90px);
}

.steps-description .step-text h2 {
	padding-top: 14px;
}

.logos img {
		height: 60px;
	}
@media only screen and (max-width:650px) {
	.logos img {
		height: 40px;
	}
}




@media only screen and (max-width:1250px) {
	
    .product-main {
        width: 100%;
        float: none;
    }
    .product-main-banners {
        width: 100%;
        float: none;
        margin: 0 auto;
         display: flex;
        justify-content: space-between;
    }
    .product-main-banners img {
		width: 49%;
		height: 100%;
	}
    .product-main-banners > div {
        width: 32.8%;
        float: left;
        margin-right: 0.7%;
    }
    .product-main-banners > div:last-of-type {
        margin-right: 0%;
    } 
    
    .main-width {
        width: 98%;
    }
    /*
    .logo {
        height: 35px;
        width: 418px;
        margin-right: 0px;
        margin-top: 8px;
    }
    */
    .menu-main {
        height: 50px;
        *width: 50px;
        float: right;
        overflow: visible;
        /*
        background-image: url(dsg/menu.png);
        background-repeat: no-repeat;
        background-position: center;
        cursor: pointer;
        */
    }
    .menu-main ul {
        height: auto;
        width: 250px;
        right: 0;
        top: 50px;
        z-index: 10;
        position: absolute;
        background-color: #FFF;
        text-align: right;
        display: none;
    }
    .menu-main ul.visible {
        display: block;
    }
    .menu-main ul li {
        display: block;
    }
    .menu-main ul li a {
        padding: 7px 10px;
        font-size: 14px;
        border-bottom: 1px solid #d9d9d9;
        border-left: 1px solid #d9d9d9;
        border-right: 1px solid #d9d9d9;
    }
    .menu-main ul li a:hover {
        border-bottom: 1px solid #d9d9d9;
        background-color: #f0f0f0;
    }
    /*
    .menu-bottom {
        height: 35px;
    }
    */
    .menu-phone {
        margin-top: 14px;
        font-size: 20px;
    }
    /*
    .menu-sub {
        height: 35px;
        overflow: visible;
        width: 35px;
        position: relative;
        background-image: url(dsg/menu-2.png);
        background-repeat: no-repeat;
        background-position: center;
        cursor: pointer;
    }
    .menu-sub ul {
        height: auto;
        width: 250px;
        right: 0;
        top: 35px;
        z-index: 10;
        position: absolute;
        background-color: #FFF;
        text-align: right;
        display: none;
    }
    .menu-sub ul.visible {
        display: block;
    }
    .menu-sub ul li {
        display: block;
    }
    .menu-sub ul li a {
        padding: 7px 10px;
        font-size: 14px;
        border-bottom: 1px solid #d9d9d9;
        border-left: 1px solid #d9d9d9;
        border-right: 1px solid #d9d9d9;
    }
    */
    .header-img {
        height: 300px;
    }
    .rsImg.sliderProduct {
		height: 250px;
		position: relative;
		left: -130px;
	}
	.rsImg.sliderProductAlt {
		height: 250px!important;
		left: 0px;
	} 
    .header-window {
        width: 350px;
        height: 260px;
        padding: 10px 20px;
        bottom: 20px;
        font-size: 14px;
        font-weight: 300;
    }
    .header-window h1 {
        font-size: 25px;
    }
    .header-button {
        height: 40px;
        line-height: 40px;
    }
    .point {
        font-size: 14px;
        width: 100%;
        background-size: 25px;
        padding: 5px 15px 5px 35px;
        margin: 5px 0px;
    }
    h3 {
        margin-bottom: 10px;
    }
    .content > div .main-width,
    footer .main-width {
        padding: 20px 0px;
    }
    h1 {
        font-size: 25px;
    }
    .left,
    .right {
        float: none;
        width: 100%;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .left select {
        width: 60%;
        height: 35px;
        font-size: 12px;
        padding-left: 15px;
        background-position: right 5px center;
        float: left;
    }
    .left select:last-of-type {
        float: right;
        width: 40%;
    }
    .check {
        width: 33%;
        padding: 5px 10px 5px 40px;
        float: left;
    }
    .cat {
        width: 33%;
        float: left;
    }
    .bestsellers .best {
        width: 50%;
        height: 100px;
        float: left;
        margin-top: 20px;
    }
    .bestsellers.wide .best {
        width: 50%;
        height: 100px;
        float: left;
        margin-top: 20px;
    }
    .product-main img {
        height: 180px;
        width: 180px;
    }
    .product-main h1 {
        font-size: 20px;
    }
    .product-main-text {
        font-size: 13px;
        min-height: 80px;
        margin-left: 200px;
    }
    .product-main-buy {
        height: 80px;
        margin-left: 200px;
    }
    .product-main-price {
        font-size: 20px;
    }
    .product-main-pick span {
        height: 40px;
        line-height: 40px;
        padding: 0px 15px;
    }
    .product-main-pick {
        *height: 40px;
    }
    .number-picker {
        height: 40px;
        width: 40px;
        font-size: 13px;
        line-height: 40px;
    }
    .basket-number-picker .number-picker {
        height: 49px;
        width: 50px;
        font-size: 13px;
        line-height: 50px;
    }
    .number-picker-arrows {
        height: 40px;
        width: 30px;
    }
    .product-main-pick input {
        height: 40px;
        font-size: 13px;
    }
    .basket-items {
        width: 600px;
        float: none;
        margin: auto;
    }
    .basket-main-final,
    .basket-main-coupon {
        float: none;
        margin: auto;
    }
    .basket-main-final{
        margin-top: 30px;
    }
    .basket-items {
        width: 100%;
        float: none;
    }
    .basket-main-coupon,
    .basket-main-final {
        clear: both;
        float: right;
        width: 400px;
    }
    .left .payment-form input {
        width: 50%;
    }
    .left .payment-form select {
        width: 50%;
        float: left;
        height: 34px;
    }
    
    
    
    .process-amount {
        clear: both;
        margin-bottom: 30px;
	}
    
    .process-items {
        width: 100%;
        float: none;

    }
    .process-item-text {
        width: 100%;
        margin: 0 auto;
        float: none;
        margin-bottom: 10px;
    }
    .process-item-img {
        float: none;
        margin-bottom: 10px;
    }
    .process > div:nth-of-type(1),
    .process > div:nth-of-type(2), 
    .process > div:nth-of-type(3), 
    .process > div:nth-of-type(4){
        /*width: 50%;*/
    }
    .process-payment {
        width: 100%;
        margin-bottom: 20px;
    }
    .register-form {
        width: 100%;
        margin-bottom: 0px;
    }
    .register-form .inputs input {
        width: 100%;
    }
    .process-items-small {
        width: 100%;
        
    }
    .process-item-small-img {
        width: 7%;
    }
    .process-item-small-text {
        width: 85%;
    }
    .process-info {
        width: 100%;
        margin-top: 0px;
    }
    .process-continue{
        width: auto;
        padding: 10px 20px 10px 20px;
    }
    .process-back {
        width: auto;
        padding: 10px 20px 10px 20px;
    }
    
/*
    .header-window.mobile {
        display: block;
        text-align: center;
    }
    .header-window.mobile h1 {
        text-align: center;
    }
*/
	.info .mobile {
    margin-bottom: 20px;
  }
	
    
}

@media only screen and (max-width:1000px) {
    
    .product-main-banners div {
        font-size: 13px;
    }
    .product-main-banners div span {
        font-size: 16px;
    }
    .product-main-banners div:nth-of-type(1) {
        font-size: 15px;
    }
    .product-main-banners div:nth-of-type(2) {
        font-size: 15px;
    } 
    .product {
        width: 50%;
        height: 400px;
        padding: 10px;
    }
    .right .products .product {
        width: 50%;
        height: 400px;
        padding: 10px;
    }
    .product a:first-of-type {
        *width: 140px;
        *height: 140px;
        margin-bottom: 10px;
    }
    .product-text {
        bottom: 100px;
    }
    .product-price {
        font-size: 20px;
        bottom: 60px;
    }
    .product-new {
        font-size: 14px;
    }
    .product-off {
        font-size: 14px;
    } 
    .product-button,
    .tip-button {
        width: 130px;
        height: 40px;
        font-size: 13px;
        background-position: left 15px center;
        text-align: right;
        padding-right: 15px;
        padding-top: 13px;
        bottom: 10px;
    }
    .tip {
        width: 50%;
        height: auto;
        padding-bottom: 70px;
    }
    .tip img {
        height: 150px;
    }
    .contact-info .info {
        width: 50%;
        height: 55px;
        margin-bottom: 10px;
    }
    .footer-info ul {
        width: 100%;
    }
    .product-help {
        height: 250px;
    }
    .product-help .main-width div {
        font-size: 15px;
    }
    .product-help .main-width div:nth-of-type(1),
    .product-help .main-width div:nth-of-type(2) {
        padding: 10px 0px 10px 60px;
        background-size: 70px;
        background-position: left -10px center;
        margin-bottom: 10px;
    }
    .help span {
        font-size: 23px;
    }
    .product-help .content-button {
        padding: 0px 15px;
        height: 35px;
        line-height: 35px;
        margin-top: 10px;
    }
    .process-item-small-img {
        width: 10%;
    }
    .process-item-small-text {
        width: 70%;
    }
    /*
    .menu-main:hover ul {

    	display: block;
    }
    */
    
	.menu-sub {
		/*height: 58px;
		padding-right: 40px;*/
	}
	.menu-sub.open {
		height: auto;
	}
	.menu-sub-dropdown {
		position: absolute;
		width: 50px;
		height: 58px;
		right: 0;
		top: 0;
		background-image: url(dsg/more-horizontal.svg);
		background-position: center;
		background-repeat: no-repeat;
		cursor: pointer;
	}
	
	.ribbons {
		bottom: auto !important;
	}
	
	form.new-user-form,
    form.user-form,
    form.pass-form {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    form.new-user-form input,
    form.user-form input,
    form.pass-form input {
        margin-bottom: 5px;
    }
    form.new-user-form h2,
    form.user-form h2,
    form.pass-form h2 {
        margin-bottom: 20px;
    }
	
}

@media only screen and (max-width:650px) {
    .product-main-banners {
        width: 100%;
        float: none;
        margin: 0 auto;
        display: block;
    }
    .product-main-banners img {
		width: 100%;
		height: 100%;
	}
    .product-main-banners > div {
        width: 320px;
        float: none;
        margin: 0 auto;
        margin-bottom: 5px;
    }
    .product-main-banners > div:last-of-type {
        margin: 0 auto;
        margin-bottom: 5px;
    } 
    .top .main-width {
        padding: 5px 0px;
    }
    .top {
        width: 100%;
        *height: 40px;
    }
    .search {
        width: 150px;
        height: 30px;
    }
    .user {
        width: 110px;
        height: 30px;
        line-height: 30px;
    }
    .user-drop {
        top: 30px;
    }
    /*
    .basket {
        height: 30px;
		position: absolute;
		top: 15px;
		right: 0px;
		width: auto;
    }
    .basket-icon, .user-icon {
        height: 30px;
        width: 35px;
    }
    .basket-amount {
        height: 30px;
        line-height: 30px;
    }
    */
    .header-img {
	    margin-top: 100px;
        height: 400px;
    }
    .header-window {
        width: 100%;
        height: 200px;
        bottom: 5px;
    }
    .point {
        font-size: 13px;
    }
    .content > div .main-width,
    footer .main-width {
        padding: 15px 0px;
    }
    h1 {
        font-size: 20px;
    }
    h2 {
        font-size: 15px;
    }
    .product {
        width: 100%;
        height: auto;
        padding: 10px;
    }
    .right .products .product {
        width: 100%;
        height: auto;
        padding: 10px;
    }
    .product-text {
        bottom: auto;
        position: relative;
        margin-top: 10px;
    }
    .product-price {
        bottom: auto;
        position: relative;
    }
    .product-button,
    .tip-button {
        bottom: auto;
        margin-top: 20px;
        position: relative;
    }
    .content > div {
        font-size: 13px;
    }
    .tip {
        width: 100%;
        float: none;
        height: auto;
        padding-bottom: 20px;
    }
    .tip img {
        height: 150px;
    }
    
    .mail-form {
        padding: 20px 0px;
    }
    .mail-form span {
        font-size: 15px;
    }
    .mail-form > div {
        width: 90%;
        height: 35px;
        margin-top: 20px;
    }
    .mail-form div input:first-of-type {
        width: 85%;
    }
    .mail-form div input:last-of-type {
        width: 15%;
    }
    .contact-info .info {
        width: 100%;
        height: auto;
        float: none;
    }
    .facebook a {
        width: 140px;
        height: 35px;
    }
    .facebook a .icon {
        float: left;
        height: 35px;
        width: 35px;
    }
    .facebook a .text {
        height: 35px;
        width: 105px;
        font-size: 12px;
        line-height: 35px;
    }
    .left select {
        padding-left: 5px;
    }
    .check {
        width: 50%;
    }
    .cat {
        width: 50%;
    }
    .bestsellers .best {
        width: 100%;
        height: 100px;
        float: none;
        margin-top: 10px;
    }
    .bestsellers.wide .best {
        width: 100%;
        height: 100px;
        float: none;
        margin-top: 10px;
    }
    .product-main-text {
        clear: both;
        margin-left: 0px;
        margin-top: 15px;
    }
    .product-main-buy {
        clear: both;
        height: auto;
        margin-left: 0px;
        overflow: visible;
    }
    .product-main img {
        float: none;
        margin: 0 auto;
        margin-top: 15px;
    }
    .product-main-pick {
        position: relative;
        margin-top: 20px;
    }
    .product-help .main-width {
        width: 100%;
    }
    .product-help {
        height: 270px;
    }
    .product-help .main-width div:nth-of-type(1),
    .product-help .main-width div:nth-of-type(2) {
        float: none;
        width: 250px;
        margin: 0 auto;
        padding: 10px 0px 10px 55px;
    }
    .product-desc table {
        font-size: 13px;
    }
    form.new-user-form,
    form.user-form,
    form.pass-form {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    form.new-user-form input,
    form.user-form input,
    form.pass-form input {
        margin-bottom: 5px;
    }
    form.new-user-form h2,
    form.user-form h2,
    form.pass-form h2 {
        margin-bottom: 20px;
    }
    .user-edit-form {
        width: 100%;
        margin-top: 0px;
    }
    .user-edit-form input {
        margin-bottom: 5px;
    }
    .basket-main-final {
        font-size: 13px;
    }
    .final-price li {
        padding: 3px 5px;
    }
    .final-price li:last-of-type {
        font-size: 15px;
    }
    .basket-item-name {
        padding: 10px 10px 10px 65px;
        font-size: 13px;
    }
    .basket-item-name img {
        left: 5px;
    }
    .basket-main-coupon,
    .basket-main-final {
        width: 100%;
    }
    .basket-main-coupon{
        margin-top: 30px;
    }
    .basket-button {
        display: block;
        float: none;
        padding: 10px 10px;
        width: 200px;
        text-align: center;
        margin: auto;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .basket-button.delete {
        float: none;
        margin-right: 0px;
        margin: auto;
    }
    .basket-button.edit {
        float: none;
    }
    .left .payment-form input {
        width: 100%;
    }
    .left .payment-form .check input {
        width: auto;
    }
    .left .payment-form select {
        width: 100%;
        padding: 9px 15px;
    }
    .user-info table {
        width: 100%;
        font-size: 13px;
    }
    .user-info table tr th {
        text-align: left;
        font-weight: 600;
        padding: 2px 6px;
    }
    .user-info table tr th:nth-of-type(2) {
        width: 80px;
    }
    .user-info table tr th:nth-of-type(3) {
        width: 50px;
    }
    .user-info table tr th:last-of-type {
        width: 80px;
    }
    .user-info table tr td {
        text-align: left;
        font-weight: 300;
        box-sizing: border-box;
        padding: 2px 6px;
        border: 1px solid #d9d9d9;
    }
    .content-button {
        height: 35px;
        font-size: 13px;
        padding-left: 15px;
        padding-right: 50px;
        line-height: 35px;
        margin-left: 0px;
        margin-top: -10px;
        margin-bottom: 10px;
        clear: both;
    }
    .process-amount {
        width: 100%;
    }
    .discount-code {
        width: 100%;
    }
    .process-item-small-img {
        width: 15%;
    }
    .process-item-small-text {
        width: 70%;
    }
    
    .process > div,
	.process-line {
	    display: none;
	    float: none;
	}
	.process > div.active {
	    display: block;
	    width: 100%;
	}
	.process > .break {
	    display: block;
	}
	.process > div.finished {
	    display: none;
	}
	.footer-info .info {
	    width: 100%;
	    box-sizing: border-box;
	    margin-top: 20px;
	}
	.rsABlock.sliderProduct {
		top: 10px!important;
	}
	.rsImg.sliderProduct {
		height: 180px!important;
		left: 60px;
	}
	.rsImg.sliderProductAlt {
		height: 170px!important;
		bottom: 200px;
		left: 50px;
	} 
	
/*
	.header-window.mobile {
        display: block;
        font-size: 12px;
        
    }
    .header-window.mobile h1 {
        margin-bottom: 10px;
        font-size: 16px;
    }
*/

	.col2 {
		column-count: 1;
	}
	.col3 {
		column-count: 1;
	}
	.col4 {
		column-count: 1;
	}
	.col5 {
		column-count: 1;
	}
	
	.cookies {
        width: 100%;
    }
    
    #newsletter-popup {
	    margin-left: -200px;
	    width: 400px;
    }
    
    .menu-sub ul li {
	    *width: 85px;
    }
    
    .ft_years {
		position: absolute;
	    top: 188px;
	    left: 0;
	    margin: auto;
	    width: 100%;
	    background-color: rgba(136, 211, 64, 1);
	    z-index: 999;
	    color: #FFF;
	    box-sizing: border-box;
	    padding: 15px 15px;
	    font-size: 20px;
	    font-weight: 600;
	    text-align: center;
	}
	
	.menu-bottom {
		*position: absolute;
		*z-index: 9998;
	}
	.breadcrumbs {
		position: relative;
		top: 60px;
	}
	.menu-main {
		*position: relative;
		*z-index: 9999;
	}
	
	.process-item-img {
		height: auto;
		text-align: center;
		width: 100%;
	}
	
	.process-item-img img {
	    position: relative;
	}
	
	.content {
		*margin-top: 70px!important;
	}
	
	.content .main-width, .content .module .main-width {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	form.new-user-form input {
		width: 100%;
	}
	
	.content ol {
		padding-left: 20px;
	}
	
	footer .main-width {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.mail-form {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.product-desc .main-width img {
		width: 100%!important;
		height: auto!important;
	}
	
	.product-desc .main-width table {
		width: 100%!important;
		height: auto!important;
	}
}


@media only screen and (max-width:400px) {
    .product-main-banners div {
        width: 100%;
    } 
    .search {
        display: none;
    }
    .header-img {
        height: 150px;
    }
    .mail-form > div {
        width: 95%;
    }
    .mail-form div input:first-of-type {
        width: 80%;
    }
    .mail-form div input:last-of-type {
        width: 20%;
    }
    .check {
        width: 100%;
    }
    .cat {
        width: 100%;
    }
    form.new-user-form input.form-button,
    form.user-form input.form-button,
    form.pass-form input.form-button {
        float: none;
        width: 100%;
    }
    form.new-user-form .check,
    form.user-form .check {
        float: none;
        margin-bottom: 10px;
    }
    form a {
        float: none;
        text-align: center;
        margin-bottom: 5px;
    }
    .user-edit-form input.form-button {
        float: none;
        width: 100%;
    }
    .user-edit-form .check {
        float: none;
        margin-bottom: 10px;
    }
    form a {
        float: none;
        text-align: center;
        margin-bottom: 5px;
    }
    .product-main-pick {
        height: 90px;
    }
    .product-main-pick span {
        margin-left: 0px;
        width: 100px;
        text-align: center;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .menu-phone {
        margin-left: 10px;
    }
    .process > div:nth-of-type(1),
    .process > div:nth-of-type(2), 
    .process > div:nth-of-type(3), 
    .process > div:nth-of-type(4){
        width: 100%;
    }
    .process-item-small-img {
        width: 25%;
    }
    .process-item-small-text {
        width: 65%;
    }
    .header-img {
        height: 400px;
    }
    .header-window {
        width: 100%;
        height: 200px;
        bottom: 5px;
    }
    
    .rsABlock.sliderProduct {
		top: 10px!important;
	}
	.rsImg.sliderProduct {
		height: 180px!important;
		left: 60px;
	}
	.rsImg.sliderProductAlt {
		height: 170px!important;
		bottom: 200px;
		left: 50px;
	} 
    
    #newsletter-popup {
	    top: 5%;
		left: 5%;
		width: 90%;
		margin-left: 0px;
    }
}







.footer-info {
	margin-bottom: 30px;
}
