@charset "utf-8";

html {
    overflow-x: hidden;
}
body {
    font-family: "Montserrat", sans-serif;
    color: #1f1f1f;
}

/*BUTTONS*/

a {
    text-decoration: none;
    color: #1f1f1f;
}
button,
.button {
    padding: 20px 40px;
    border: none;
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    transition: all 0.3s ease;
    cursor: pointer;
    /* display: flex;
    align-items: center;*/
}
.button--dark {
    background-color: #1f1f1f;
    color: #fff;
    letter-spacing: 2px;
    font-weight: 700;
}

.button--dark:hover {
    background-color: #434343;
}

.button--dark-disabled {
    background-color: #787878;
    color: #fff;
    letter-spacing: 2px;
    font-weight: 700;
}

.button--shop {
    background-color: #1f1f1f;
    color: #fff;
    letter-spacing: 2px;
    padding: 17px 20px;
    margin-left: 10px;
}

.button--shop:hover {
    background-color: #dd4647;
}

.button--shop-disabled {
    background-color: #787878;
    color: #fff;
    letter-spacing: 2px;
    padding: 17px 20px;
    margin-left: 10px;
}

.button--light {
    background-color: #d8d8d8;
    color: #434343;
    letter-spacing: 2px;
    font-weight: 500;
}

.button--light:hover {
    background-color: #c7c7c7;
}

.button--with-line {
    color: #1f1f1f;
    position: relative;
    padding: 0 0 0 110px;
    letter-spacing: 2px;
}
.button--with-line:before {
    content: "";
    position: absolute;
    width: 90px;
    height: 1px;
    background-color: #000;
    top: 10px;
    left: 0px;
    transition: all 0.3s ease;
}

.button--with-line:hover:before {
    width: 70px;
}

.button--dark-border {
    border: 1px solid #1f1f1f;
    letter-spacing: 1.5px;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.button--dark-border:hover {
    background-color: #f5f5f5;
}

/*FORMS*/

input,
select,
textarea {
    width: 100%;
    background-color: #fff;
    border: 1px solid #c9c9c9;
    height: 50px;
    padding: 10px;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
}
textarea {
    height: 230px;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

/*TYPOGRAPHY*/

p {
    color: #434343;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.7;
}
p + p {
    margin-top: 30px;
}

p + img {
    margin: 30px 0;
}

strong {
    font-weight: 700;
}

h1 {
    font-family: "Playfair Display", serif;
    font-size: 80px;
    color: #1f1f1f;
    display: inline-block;
}
h2 {
    font-family: "Playfair Display", serif;
    font-size: 60px;
    color: #1f1f1f;
    display: inline-block;
}
h3 {
    font-family: "Playfair Display", serif;
    font-size: 40px;
    color: #1f1f1f;
    font-weight: 400;
    display: inline-block;
}

h4 {
    font-family: "Playfair Display", serif;
    font-size: 35px;
    color: #1f1f1f;
    font-weight: 400;
    line-height: 1.4;
    display: inline-block;
}

h5 {
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    color: #1f1f1f;
    font-weight: 700;
    display: inline-block;
}

.text-color {
    color: #dd4647;
}

.title-with-line {
    position: relative;
}
.title-with-line:before {
    content: "";
    position: absolute;
    width: 100px;
    height: 1px;
    background-color: #1f1f1f;
    left: 0;
    bottom: -25px;
}

.title-with-middle-line {
    position: relative;
}
.title-with-middle-line:before {
    content: "";
    position: absolute;
    width: 100px;
    height: 1px;
    background-color: #1f1f1f;
    left: 50%;
    transform: translateX(-50%);
    bottom: -25px;
}

.title-with-sideline {
    position: relative;
}
.title-with-sideline span {
    background-color: #fff;
    padding-right: 20px;
}
.title-with-sideline:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #1f1f1f;
    left: 0;
    bottom: 15px;
    z-index: -1;
}

.text-link {
    transition: all 0.3s ease;
    color: #e46f71;
}
.text-link:hover {
    opacity: 0.7;
}

@media screen and (max-width: 1200px) {
    h1 {
        font-size: 60px;
    }
    h2 {
        font-size: 50px;
    }
    h3 {
        font-size: 40px;
    }

    p + p {
        margin-top: 15px;
    }
}

@media screen and (max-width: 768px) {
    p {
        font-size: 18px;
    }
}

@media screen and (max-width: 508px) {
    h1 {
        font-size: 50px;
    }
    h2 {
        font-size: 40px;
    }
    h3 {
        font-size: 30px;
    }
}


/* AUTOCOMPLETE ZA TRAŽILICU */
.ui-autocomplete.ui-front {
    padding: 5px;
    max-height: 300px;
    min-width: 200px;
    max-width: 400px;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 1000 !important;
}
.ui-widget-content {
    border: 1px solid #c9c9c9 !important;
    background: #ffffff !important;
    color: #1f1f1f !important;
}
.ui-menu .ui-menu-item {
    border-bottom: 1px dotted #c9c9c9;
    padding: 5px !important;
    font-family: "Montserrat", sans-serif;
    color: #1f1f1f;
}
.ui-state-active {
    /*border: none !important;*/
    background: none !important;
    color: #dd4647 !important;
}
.ui-menu .ui-menu-item:last-child {
    border: none;
}


/*HEAD-------------------------------------------*/

/*head top*/
.head-top {
    background-color: #efefef;
}
.head-top .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: visible;
}

/*head contact*/
.head-contact {
    display: flex;
    padding: 10px 0;
}
.head-contact_item {
    display: flex;
    align-items: center;
    margin-right: 15px;
    color: #707070;
    letter-spacing: 1px;
    font-size: 14px;
}
.head-contact svg {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
.head-contact a {
    transition: all 0.3s ease;
}
.head-contact a:hover {
    opacity: 0.7;
}

/*head log reg*/

.head-top-right-col {
    display: flex;
    position: relative;
    align-items: center;
}
.head-log-reg svg {
    width: 20px;
    margin-right: 10px;
}

.head-log-reg {
    color: #707070;
    letter-spacing: 1px;
    font-size: 14px;
    display: flex;
    align-items: center;
    margin-right: 20px;
}
.head-log-reg a {
    transition: all 0.3s ease;
}
.head-log-reg a:hover {
    opacity: 0.5;
}

.head-lang {
    position: relative;
    top: -1px;
	z-index: 99;
}
.head-lang-pasive {
    background-color: #1f1f1f;
    color: #fff;
    font-size: 12px;
    padding: 13px 5px 12px 5px;
}
.head-lang-active {
    background-color: #1f1f1f;
    position: absolute;
    top: 30px;
    width: 100%;
    display: none;
}
.head-lang-active a {
    color: #fff;
    font-size: 12px;
    padding: 10px 5px 10px 5px;
    background-color: #1f1f1f;
    width: 100%;
    display: block;
}

.login-active {
    position: absolute;
    background-color: #efefef;
    top: 60px;
    right: 0;
    padding: 30px;
    z-index: 1000;
    width: 400px;
    display: none;
}
.login-active input {
    margin-bottom: 10px;
}
.login-active-forgot-pass {
    margin-top: 0px;
    display: block;
    font-size: 12px;
}
.login-active button {
    margin-top: 20px;
}

.form-password {
	position:relative; 
	display:block;
	width: 100%;
}

.form-password svg {
	width:20px;
	position:absolute; 
	right:20px; 
	top:18px; 
	opacity:0.4;
	transition:all .3s ease;
	cursor: pointer;
}

.form-password svg:hover, .form-password svg.active {
	opacity:1;
}

.forgot-pass {
    position: absolute;
    background-color: #efefef;
    top: 60px;
    right: 0;
    padding: 30px;
    z-index: 1000;
    width: 400px;
    display: none;
}
.forgot-pass input {
    margin-bottom: 10px;
}

.forgot-pass button {
    margin-top: 20px;
}

.forgot-pass small {font-size:13px; display:block; margin-bottom:10px; line-height:1.4;}


.arrow_box:after,
.arrow_box:before {
    bottom: 100%;
    left: 64%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow_box:after {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #efefef;
    border-width: 20px;
    margin-left: -30px;
}

/*head-bottom*/

.head-bottom {
    margin: 30px 0;
}
.head-bottom .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: visible;
}

.head-bottom-right-col {
    display: flex;
    align-items: center;
	flex-direction:row-reverse;
}

/*head nav*/

.head-nav {display:flex;}

.head-nav__item {
    margin-left: 40px;
    font-weight: 500;
    position: relative;
	padding-bottom: 17px;
}
.head-nav__item:before {
    position: absolute;
    content: "";
    background-color: #1f1f1f;
    height: 0px;
    width: 100%;
    top: 30px;
    left: 0;
    transition: all 0.2s ease-in;
}
.head-nav__item:hover:before,
.head-nav__item--active:before {
    height: 5px;
}


.header-bottom-nav-sub-div {
    width: auto;
    position: absolute;
    background-color: #fff;
    top: 69px;
	right: 20px;
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.2);
    border-top: 7px solid #000;
	z-index: 100;
	display: none;
}

.header-bottom-nav-sub {
    padding: 20px 0px;
    display: flex;
    flex-wrap: wrap;
    max-width: 1740px;
    width: 100%;
	min-height: 250px;}

.header-bottom-nav-sub__col {
    
    padding: 20px 40px 0 40px;
    width: 50%;
	margin-bottom:20px;
}

.header-bottom-nav-sub__col:nth-child(odd) {
	border-right: 1px solid #d6d6d6;
}

.header-bottom-nav-sub-title {
    color: #000;
    font-size: 20px;
    margin-bottom: 15px;
	font-weight: 700;}

.header-bottom-nav-sub-list__item {
    display: block;
    margin-bottom: 15px;
    transition: all 0.3s ease;
	font-size: 16px;}

/*head nav mob*/

.head-nav-mob {
    display: none;
    height: 20px;
}
.head-nav-mob-pasive {
    width: 35px;
    display: inline-block;
}
.head-nav-mob-pasive span {
    width: 100%;
    height: 2px;
    background-color: #000;
    position: relative;
    display: block;
    transition: all 0.3s ease;
}
.head-nav-mob-pasive span:nth-child(2) {
    margin-top: 8px;
}
.head-nav-mob-pasive span:nth-child(3) {
    margin-top: 8px;
}
.head-nav-mob-pasive:hover span {
    width: 100%;
}

/*head-active */

.head-nav-mob-active {
    background-color: #1f1f1f;
    padding: 40px;
    position: absolute;
    right: 0px;
    top: 96px;
    z-index: 1005;
    width: 100vw;
    min-width: 500px;
    display: none;
    text-align: right;
	height: calc(100vh - 146px);
	overflow-y: auto;
}
.head-nav-mob-active-links a {
    display: block;
    color: #fff;
    font-size: 23px;
    font-weight: 300;
    margin-bottom: 20px;
}

.head-nav-mob-active__item {
	border-bottom: 1px dashed #fff;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.head-nav-mob-active a:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.head-nav-mob-active-lang {
    margin-top: 30px;
    display: flex;
}
.head-nav-mob-active-lang a {
    color: #1f1f1f;
    font-weight: 700;
    margin-right: 10px;
    background-color: #fff;
    display: inline-block;
    padding: 10px 0;
    width: 35px;
    text-align: center;
    font-size: 14px;
}

.head-nav-mob-sub {
	margin-bottom:15px;
}
.head-nav-mob-sub__item {
	margin-bottom:10px;
}

/*head basket*/
.head-basket {
    padding-right: 20px;
    position: relative;
	padding-bottom:10px;
}
.head-basket svg {
    width: 24px;
}
.head-basket-num {
    background-color: #1f1f1f;
    font-size: 15px;
    width: 23px;
    height: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    position: absolute;
    left: 10px;
    bottom: 4px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.head-basket-num:hover {
    background-color: #dd4647;
}

.head-basket:hover .head-basket-num {
    background-color: #dd4647;
}

.header-middle-basket-active {
    position: absolute;
    top: 69px;
    right: 0px;
		z-index: 1000;
    background-color: #fff;
    width: 460px;
    border-top: 7px solid #1f1f1f;
    display: none;
		max-height: 650px;
		overflow-y: auto;
}
.header-middle-basket-active-list {
    padding: 20px 20px 0 20px;
    border-left: 1px solid #d8d6d6;
    border-right: 1px solid #d8d6d6;
}
.header-middle-basket-active-list__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #d7d6d6;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.header-middle-basket-active-list__item:last-child {
    margin-bottom: 0;
    border-bottom: none;
}
.header-middle-basket-active-list-title {
    text-align: right;
	width: 50%;
}

.header-middle-basket-active-list-title a {
	display:inline-block;
	transition:all .3s ease;
}

.header-middle-basket-active-list-title a:hover {
	opacity:0.6;
}

.header-middle-basket-active-list-img {
    background-size: contain;
    background-position: center;
    padding-bottom: 16.66%;
    background-repeat: no-repeat;
	width: 25%;
}
.header-middle-basket-active-list-price {
    display: block;
    margin: 5px 0;
	font-weight:700;
}
.header-middle-basket-active-list-del {
    display: inline-block;
    background-color: #c4c4c4;
    color: #fff;
    width: 20px;
    text-align: center;
    border-radius: 50%;
    line-height: 18px;
    height: 20px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 3px;
}
.header-middle-basket-active-list-del:hover {
    opacity: 0.7;
}
.header-middle-basket-active-total {
    background-color: #f4f4f4;
    padding: 40px;
    border-left: 1px solid #d8d6d6;
    border-right: 1px solid #d8d6d6;
    border-bottom: 1px solid #d8d6d6;
	text-align:center;
}
.header-middle-basket-active-total-sum {
    font-size: 20px;
    color: #282828;
}
.header-middle-basket-active-total-button {
    margin-top: 20px;
	font-size:14px;
}

.header-middle-basket-active-total-button .button:hover {
	background-color:#dd4647;
}

@media screen and (max-width: 1360px) {
	.header-bottom-nav-sub-div {
		right:0;
	}
}

@media screen and (max-width: 1200px) {
    .head-bottom {
        margin: 10px 0;
    }
    .head-nav {
        display: none;
    }
    .head-nav-mob {
        display: block;
    }
		.head-basket {margin:0 30px 0 10px;}
		.header-middle-basket-active {
			top: 96px;
		}
	.head-basket {
		padding-bottom:37px;
	}
	
	.head-basket-num {
		bottom:31px;
	}
}

@media screen and (max-width: 980px) {
	
	.header-middle-basket-active {
		width:100%;
	}
}

@media screen and (max-width: 600px) {
    .head-contact {
        display: none;
    }
    .head-log-reg {
        padding: 10px 0;
    }
    .login-active, .forgot-pass {
        top: 70px;
    }
    .head-logo img {
        width: 70%;
				min-width:133px;
    }
    .head-nav-mob-active {
        width: 100%;
        right: 0;
        top: 71px;
        min-width: auto;
        padding: 30px 20px;
        height: calc(100svh - 121px);
    }
    .head-nav-mob-active-links a {
        font-size: 20px;
    }
	
		.header-middle-basket-active {
			top: 71px;
		}
	.head-basket {
		padding-bottom:24px;
	}
	
	.head-basket-num {
		bottom:18px;
	}
}

@media screen and (max-width: 485px) {
    .login-active, .forgot-pass {
        width: 284px;
        top: 70px;
    }
    .arrow_box:after,
    .arrow_box:before {
        left: 47%;
    }
}

/* HERO */

.hero {
    position: relative;
   /* display: flex;
    align-items: flex-end;
    justify-content: flex-start;*/
    height: 780px;
}

.hero-img {
	width: 100%;
	/*height: 100%;*/
	background-position: center;
	background-size: cover;
	background-repeat:no-repeat;
	/*display: flex;
	align-items: flex-end;
	justify-content: flex-start;*/
	/*padding-bottom:50%;*/
	height: 780px;
}

.hero-img video {
	width: 100%;
	height: 780px;
    object-fit: cover;
}

.hero-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.4;
	left: 0;
	top:0;
	z-index: 52;
}

.hero-text {
    color: #fff;
    margin-bottom: 80px;
	left:40px; 
	bottom:20px;
	position: absolute;
	z-index: 53;
}
.hero-text-small {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 16px;
}
.hero-text-big {
    font-size: 80px;
    font-weight: 700;
    max-width: 760px;
	line-height: 1;
}

.hero-dot-nav {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom:30px;
	z-index: 54;
}

@media screen and (max-width: 1480px) {
	.hero-text {left:0px;}
}

@media screen and (max-width: 1366px) {
    .hero, .hero-img {
        height: 600px;
    }
    .hero-img video {
        height: 600px;
    }
}

@media screen and (max-width: 1024px) {
    .hero-text-big {
        font-size: 60px;
    }
}

@media screen and (max-width: 600px) {
    .hero, .hero-img {
        height: 400px;
    }
    .hero-img video {
        height: 400px;
    }
	.hero-text {
    margin-bottom: 60px;
}
    .hero-text-big {
        font-size: 40px;
    }
}

/*CONTENT -------------------------------------------*/

/*shop icons*/
.shop-icons {
    background-color: #efefef;
    margin-bottom: 80px;
}
.shop-icons .container {
    display: flex;
    justify-content: space-between;
    padding: 50px 0;
}
.shop-icons__item {
    text-align: center;
    border-right: 1px solid #bfbfbf;
    width: 33.33%;
    padding: 0 20px;
}
.shop-icons__item:last-child {
    border-right: none;
}
.shop-icons__item svg {
    width: 50px;
    height: 70px;
}
.shop-icons__item p {
    font-size: 16px;
    letter-spacing: 1px;
    text-align: center;
}
.shop-icons__item strong {
    display: block;
}

@media screen and (max-width: 768px) {
    .shop-icons__item p {
        line-height: 1.4;
    }
    .shop-icons .container {
        padding: 30px 0;
    }
    .shop-icons__item svg {
        width: 40px;
        height: 40px;
    }
}

@media screen and (max-width: 560px) {
    .shop-icons {
        margin-bottom: 50px;
    }
    .shop-icons .container {
        flex-direction: column;
    }
    .shop-icons__item {
        width: 100%;
        margin-bottom: 30px;
    }
    .shop-icons__item:last-child {
        margin-bottom: 0;
    }
}

/*product tabs*/

.product-tabs {
    background-color: #efefef;
    margin: 40px 0;
    display: flex;
    justify-content: flex-start;
}
.product-tabs a {
    padding: 30px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20%;
    text-align: center;
    transition: all 0.3s ease;
    letter-spacing: 1px;
    margin-left: 1px;
}
.product-tabs a:last-child {
    margin-left: 0;
}
.product-tabs a:hover,
.product-tabs a.active {
    background-color: #1f1f1f;
    color: #fff;
}

.product-list-buttons {
    display: flex;
    align-items: stretch;
	margin-top:auto;
}
.product-list-buttons svg {
    width: 20px;
}

@media screen and (max-width: 1500px) {
    .product-tabs a {
        width: 33.33%;
    }
}

@media screen and (max-width: 800px) {
    .product-tabs {
        overflow-x: scroll;
        flex-wrap: nowrap;
    }
    .product-tabs a {
        flex: 0 0 auto;
        width: 50%;
        padding: 30px;
    }
}

@media screen and (max-width: 500px) {
    .product-tabs a {
        width: 80%;
        padding: 20px;
    }
}

/*product list*/
.product-list-title {
    text-align: center;
    display: block;
}
.title-with-small {
    font-weight: 700;
}
.title-with-small small {
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 1.5px;
    color: #787878;
}

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

.product-list-img {
	padding-bottom:100%;
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
	transform: scale(1);
	transition: all 1s;
}

.product-list-a-img {
	overflow: hidden;
}

.product-list-img:hover {
	transform: scale(1.6);
	transition: all 2s;
}

.product-list-three-cols .product-list__item {
	flex: 0 32%;
	margin: 0 2% 3% 0;
	display:flex;
	flex-direction:column;
}

.product-list-three-cols .product-list__item:nth-child(3n) {
    margin: 0 0 3% 0;
}

.product-list-content {
    font-size: 25px;
    font-family: "Playfair Display", serif;
    margin-top: 15px;
}

.product-list-content a:hover {
	opacity:0.7;
	transition:all .3s ease;
}
.product-list-price {
    display: block;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    margin: 15px 0 -5px 0;
}

.product-list-price-eur {
	font-family: "Montserrat", sans-serif;
	color:rgba(69,69,69,0.6);
	font-size:15px;
	margin-bottom:30px;
	display:inline-block;
}

.product-list-price-eur--prev {
    text-decoration: line-through;
}

.product-list__price--prev {
    text-decoration: line-through;
    display: block;
    color: #787878;
	font-size:17px;
}

.product-list-four-cols {
    margin-top: 50px;
    justify-content: space-between;
}
.product-list-four-cols .product-list__item {
    width: calc(25% - 10px);
	display:flex;
	flex-direction: column;
}

.product-list-four-cols .product-list__item:nth-child(4n) {
   /* margin: 0 0 3% 0;*/
}
.product-list-you-may-like {
    background-color: #f2f2f2;
    padding: 50px 0;
    margin-top: 80px;
}

.product-list-you-may-like .button--dark-border:hover {
	background-color:#fff;
}

@media screen and (max-width: 1024px) {
    .product-list-three-cols .product-list__item {
        flex: 0 0 49%;
    }
    .product-list-three-cols .product-list__item:nth-child(3n) {
        margin: 0 2% 4% 0;
    }
    .product-list-three-cols .product-list__item:nth-child(even) {
        margin: 0 0% 4% 0;
    }
}

@media screen and (max-width: 600px) {
    .product-list-three-cols .product-list__item {
        flex: 0 0 100%;
    }
    .product-list-three-cols .product-list__item,
    .product-list-three-cols .product-list__item:nth-child(3n),
    .product-list-three-cols .product-list__item:nth-child(even) {
        margin: 0 0% 40px 0;
    }
}

/*products page*/
.products {
    display: flex;
}

.products-nav {
    width: 30%;
    padding-right: 70px;
}
.product-list-with-sidebar {
    width: 70%;
	min-height:655px;
}

.products-nav h4 {
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
}

.products-nav-arrow {
    display: none;
}
.products-nav-arrow svg {
    width: 20px;
    height: 20px;
    transform: rotate(180deg);
}

.products-nav-list {
    margin-bottom: 50px;
}
.products-nav-list-title {
    display: block;
    letter-spacing: 1.5px;
    border-bottom: 1px dashed #c7c7c7;
    padding-bottom: 15px;
    margin-bottom: 15px;
    line-height: 1.7;
}

.products-nav-list__item {
    display: block;
    margin-bottom: 25px;
    letter-spacing: 1.5px;
    transition: all 0.3s ease;
}
.products-nav-list__item:hover, .products-nav-list__item-active {
    font-weight: 700;
}

.product-list-filter {
    display: flex;
    justify-content: flex-end;
}
.product-list-filter__item {
    margin-bottom: 50px;
    width: 30%;
    position: relative;
}
.product-list-filter__item:first-child {
    margin-right: 20px;
}
.product-list-filter__item svg {
    width: 20px;
    position: absolute;
    right: 15px;
    top: 15px;
}

@media screen and (max-width: 1200px) {
    .product-list-with-nav .product-list__item {
        flex: 0 0 49%;
    }
    .product-list-with-nav .product-list__item:nth-child(3n) {
        margin: 0 2% 4% 0;
    }
    .product-list-with-nav .product-list__item:nth-child(even) {
        margin: 0 0% 4% 0;
    }
	.product-list-filter__item {width:50%;}
}

@media screen and (max-width: 1024px) {
    .products-nav {
        padding-right: 40px;
    }
}

@media screen and (max-width: 768px) {
    .products {
        flex-direction: column;
    }
    .products-nav h4 {
        width: 100%;
        border-bottom: 1px dashed #c7c7c7;
        padding-bottom: 15px;
        margin-bottom: 30px;
		cursor: pointer;
    }
    .products-nav {
        padding-right: 0;
        width: 100%;
		display: none;
    }
    .products-nav-list-wrapper {
        display: none;
        position: absolute;
        background-color: #fff;
        width: 100%;
        z-index: 1000;
    }
    .products-nav-arrow {
        display: block;
    }
    .product-list-with-sidebar {
        width: 100%;
    }
    .product-list-filter__item {
        width: 40%;
    }
}

@media screen and (max-width: 600px) {
    .product-list-with-nav .product-list__item {
        flex: 0 0 100%;
    }

    .product-list-filter__item {
        width: 50%;
    }
}

@media screen and (max-width: 485px) {
    .product-list-filter {
        flex-direction: column;
    }
    .product-list-filter__item {
        width: 100%;
        margin-bottom: 20px;
    }
}

/*product-details*/

.product-desc {
    display: flex;
    align-items: flex-start;
}
.product-desc-gallery,
.product-desc-content {
    width: 50%;
}
.product-desc-gallery {
    display: flex;
}
.product-desc-gallery-list {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    width: 20%;
}
.product-desc-gallery-thumbs {
    display: flex;
    flex-direction: column;
		overflow: hidden;
		margin:10px 0;
		height:420px;
}
.product-desc-gallery-thumbs a {
	margin-bottom: 15px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	display:block;
	width:110px;
	padding-top:63%;
	max-height:420px;
	flex: 0 0 auto;
	min-height:80px;
}
.product-desc-gallery-thumbs a:last-child {
    margin-bottom: 0;
}
.product-desc-nav svg {
    width: 40px;
}

.product-desc-nav {
	
	transition:all .3s ease;
}

.product-desc-nav:hover {
		opacity:0.5;
	}

.product-desc-nav-bottom svg {
    transform: rotate(180deg);
}

.product-desc-gallery-img {
	margin-left: 15px;
	width: 100%;
	padding-bottom:80%;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
}

.product-desc-content {
    margin-left: 40px;
}

.product-desc-info h4 {
    font-weight: 700;
	margin-bottom:15px;
}

.product-desc-info small, .product-desc-info-mob small {
	display:block;
	margin-bottom:10px;
}

.product-desc-info-price {
    display: block;
    font-size: 30px;
    font-weight:500;
    margin: 0px 0 2px 0;
}


.product-desc-tabs {
    margin-top: 60px;
}
.product-desc-tabs-pasive {
    font-size: 20px;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #d8d8d8;
}
.product-desc-tabs-active {
    margin-bottom: 40px;
}

.product-desc-info-mob,
.product-button-mob {
    display: none;
}

.product-desc-info-mob h4 {margin-bottom:15px; line-height: 1.2;}

.document-list-link {
	margin-bottom:10px;
}
.document-list-link:last-child {
	margin-bottom:0;
}
.document-list-link img {
	width:30px; 
	margin-right:5px;
}
.document-list-link a {
	display:flex;
	align-items:center;
	margin-bottom:5px;
}

.product-desc-tabs-video {
	padding-top:55%; 
	position:relative;
}

.product-desc-tabs-video iframe {
	position:absolute; 
	top:0;
}

.product-desc-add-cart {display:flex;}

.product-details-info-quantity {display:flex; margin-right:20px;}

.product-details-info-quantity-num input {
    border: 1px solid #eae9e9;
    text-align: center;
    width: 70px;
    height: 100%;
    color: #010000;
	font-size: 25px;
	margin-right:7px;
	padding:0;
	
}

.product-details-info-quantity-commands a {
    border: 1px solid #eae9e9;
    color: #191e21;
    display: block;
    width: 30px;
    height: 26px;
    text-align: center;
    line-height: 24px;
    font-size: 21px;
	font-weight: 500;
}

.product-details-info-quantity-commands a:first-child {margin-bottom:7px;}

.dot-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.hero-dot-nav a {
    width: 17px;
    height: 17px;
    border-radius: 50%;
    display: inline-block;
    transition: all 0.3s ease;
    background-color: #fff;
    text-indent: -9999px;
}

.hero-dot-nav a:hover, .hero-dot-nav a.active {
    background-color: #dd4647;
}

.dot-nav .bx-pager {
    display: inline-flex;
}
.dot-nav .bx-pager-item {
    margin-right: 14px;
}
.dot-nav .bx-pager-item:last-child {
    margin-right: 0;
}


@media screen and (max-width: 1366px) {
    .product-desc-content {
        width: 40%;
    }
    .product-desc-gallery {
        width: 60%;
    }
}

@media screen and (max-width: 1200px) {
    .product-desc-gallery {
        flex-direction: column-reverse;
    }
    .product-desc-gallery-list,
    .product-desc-gallery-thumbs {
        flex-direction: row;
    }
    .product-desc-gallery-list {
        position: relative;
        width: 100%;
		margin-top:15px;
		
    }
	
	.product-desc-nav:hover {
		opacity:0.7;
	}
    .product-desc-gallery-thumbs {
        width: 100%;
		margin:0;
		height:auto;
    }
    .product-desc-gallery-thumbs a {
        padding:10%  5px 0 5px;
        margin: 0 7px 0 7px;
    }
	.product-desc-nav svg {
			width:30px;
}
    .product-desc-nav-top {
        transform: rotate(-90deg);
    }
    .product-desc-nav-bottom {
        transform: rotate(-90deg);
    }
    .product-desc-gallery-img {
        margin-left: 0;
    }
	
}

@media screen and (max-width: 1024px) {
    .product-desc {
        flex-direction: column;
    }
    .product-desc-gallery,
    .product-desc-content {
        width: 100%;
        margin-left: 0;
    }
    .product-desc-info {
        display: none;
    }
    .product-desc-info-mob {
        display: block;
		margin-bottom:34px;
    }
	
	.product-desc-add-cart {margin-top:20px;}

    .product-button-mob {
        display: block;
        text-align: center;
        margin-top: 50px;
    }

    .product-list-four-cols .product-list__item {
        width: calc(50% - 10px);
        margin-bottom: 30px;
    }

    .product-list-you-may-like {
        margin-top: 40px;
    }
}

@media screen and (max-width: 768px) {
    .dot-nav__item {
        width: 13px;
        height: 13px;
        margin: 0 6px;
    }

    .product-desc-nav svg {
        width: 20px;
    }
    .product-desc-tabs {
        margin-top: 40px;
    }
}

@media screen and (max-width: 600px) {
    .product-list-four-cols .product-list__item {
        width: 100%;
    }
    .product-list-four-cols {
        margin-top: 30px;
    }
	
	.product-desc-gallery-thumbs {
		overflow-x: auto;
	}
	
	.product-desc-gallery-thumbs a {margin:0 4px 0 4px; }
	
	.product-desc-nav {display:none;}
}

/*shop info*/

.shop-info {
    margin-top: 80px;
    background-color: #f2f2f2;
    padding: 80px 0;
}
.shop-info .container {
    display: flex;
    align-items: center;
}
.shop-info-text {
    width: 50%;
    padding-left: 60px;
    text-align: left;
}
.shop-info-text h3 {
    margin-bottom: 30px;
}

@media screen and (max-width: 1024px) {
    .shop-info-text {
        padding-left: 20px;
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .shop-info .container {
        flex-direction: column;
    }
    .shop-info {
        padding: 20px 0 50px 0;
        margin-top: 50px;
    }
    .shop-info-text {
        padding-left: 0;
        margin-top: 30px;
    }
    .shop-info-text h3 {
        margin-bottom: 15px;
    }
}

/* Breadcrumbs */

.breadcrumbs {
    background-color: #1f1f1f;
    color: #fff;
    padding: 25px 0;
    margin-bottom: 70px;
	line-height: 1.4;
}
.breadcrumbs a {
    color: #fff;
	opacity:0.7;
	transition:all .3s ease;
}

.breadcrumbs a:hover {
	opacity:1;
}

@media screen and (max-width: 1024px) {
    .breadcrumbs {
        margin-bottom: 40px;
    }
}

/*Text page*/

.text-page {
    display: flex;
    margin-bottom: 100px;
}
.text-page-left-col {
    width: 20%;
}
.text-page-right-col {
    width: 80%;
    padding-left: 40px;
}

@media screen and (max-width: 1024px) {
    .text-page {
        flex-direction: column;
    }
    .text-page-left-col,
    .text-page-right-col {
        width: 100%;
    }
    .text-page-right-col {
        padding-left: 0;
        margin-top: 20px;
    }
}

/*LOGIN-REGISTER PAGE*/

.log-reg {
    display: flex;
}
.log,
.reg {
    width: 50%;
}
.reg {
    padding: 50px 100px 50px 0;
}
.log {
    border-left: 1px solid #d8d8d8;
    padding: 50px 0 50px 100px;
}
.log-reg h4 {
    margin-bottom: 50px;
}
.log-reg__item {
    margin-bottom: 20px;
}
.log-reg__item:last-child {
    margin-bottom: 0;
}
.log-reg button {
    margin-top: 30px;
    float: right;
}

/*USER PROFILE*/

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

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

.user-profile h4 {
    margin-bottom: 40px;
}
.user-profile-row {
    margin-bottom: 60px;
}
.user-profile-form {
    display: flex;
    flex-wrap: wrap;
}
.user-profile__item {
    width: 48.75%;
    margin-right: 2.5%;
    margin-bottom: 30px;
}
.user-profile label {
    display: block;
    margin-bottom: 5px;
}
.user-profile-button {
    display: flex;
    justify-content: flex-end;
}

.user-orders-head {
    background-color: #1f1f1f;
    color: #fff;
}

.user-orders-head td {
    padding: 20px;
    width: 25%;
    border: 1px solid #ffffff;
}

.user-orders-head td.first, .user-orders-row td.first {
	width: 4%;
	padding: 0;
	text-align: center;
	min-width: 50px;
}

.user-orders-row:hover {
	color:#dd4647;
}


.user-orders-row td {
    padding: 20px;
    background-color: #f4f4f4;
    width: 25%;
    border: 1px solid #ffffff;
}

.user-orders-head--active {
    background-color: #757575;
}

.user-orders-row--active td {
    background-color: #e3e3e3;
}

.user-orders {
	margin-bottom:0;
}

.omega {
    margin-right: 0;
}

@media screen and (max-width: 1200px) {
    .reg {
        padding: 50px 50px 50px 0;
    }

    .log {
        padding: 50px 0 50px 50px;
    }
}

@media screen and (max-width: 860px) {
    .log-reg {
        flex-direction: column;
    }
    .reg {
        padding: 0;
        width: 100%;
    }

    .log {
        padding: 0;
        width: 100%;
        border-left: none;
        margin-top: 40px;
    }
}

@media screen and (max-width: 768px) {
    .user-orders {
        white-space: nowrap;
        overflow-x: scroll;
    }
}

@media screen and (max-width: 500px) {
    .user-profile__item {
        width: 100%;
        margin-right: 0;
    }
}

/*privole*/
.c-box {
    clear: both;
    margin-bottom: 20px;
    margin-top: 10px;
}
.c-box div {
    display: flex;
    align-items: center;
}
.c-box__label {
    float: none;
    width: auto;
    min-height: auto;
    margin-left: 6px;
    font-size: 13px;
    line-height: 1.3;
    color: #707070;
}

.c-box__label a {
    color: #707070;
    text-decoration: underline;
    transition: all 0.3s ease;
}
.c-box__label a:hover {
    opacity: 0.7;
}

input[type="checkbox"],
input[type="radio"] {
    width: auto;
    height: auto;
	min-width:15px;
}

/*BASKET*/

.basket-content {
    border: 1px solid #e5e4e4;
}

.basket-head {
    color: #010000;
    font-weight: 600;
    font-size: 18px;
}
.basket-head td {
    padding: 30px 20px;
    border-bottom: 1px solid #e5e4e4;
}
.basket-row td {
    padding: 30px 20px;
}
.basket-quantity {
    display: flex;
    justify-content: center;
}
.basket-quantity a {
    border: 1px solid #e5e4e4;
    padding: 5px 10px;
    font-size: 23px;
    color: #010000;
}
.basket-quantity p {
    padding: 0 15px;
    font-size: 20px;
    color: #010000;
}
.basket-quantity input {
    border: 1px solid #eae9e9;
    text-align: center;
    width: 45px;
    height: 100%;
    color: #010000;
    font-size: 20px;
    padding: 2px 0 2px 0;
}

.basket-del {
    background-color: #1f1f1f;
    color: #fff;
    font-size: 18px;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.basket-discount {
    background-color: #ededed;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    border-bottom: 1px solid #e5e4e4;
}
.basket-discount p {
    margin-right: 20px;
}
.basket-discount form {
    display: flex;
    width: 40%;
}
.basket-discount form input {
    width: 100%;
}
.basket-discount form button {
    margin-left: 10px;
    min-width: 190px;
    padding: 15px 30px;
}
.basket-total-extras {
    margin-top: 20px;
}
.basket-total-extras p {
    font-size: 20px;
    color: #010000;
    text-align: right;
    margin-top: 0px;
}
.basket-total {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.basket-total p {
    font-size: 20px;
    color: #010000;
    margin-left: 100px;
    margin-top: 0;
}
.basket-buttons {
    text-align: right;
    margin-top: 30px;
}
.basket-buttons a {
    margin-left: 10px;
}

.basket-product {display:flex; align-items:center;}

.basket-product-img {
	padding-bottom:22%;
	background-size:contain;
	width:20%;
	margin-right:15px;
	background-repeat:no-repeat;
	min-width: 100px;
	min-height: 100px;
}

/*basket 2*/

.existing-user {
    padding: 40px 40px 40px 40px;
    margin-bottom: 60px;
    background-color: #f5f5f5;
}

.existing-user strong {
    margin-bottom: 20px;
    display: block;
}

.existing-user-form {
    display: flex;
    align-items: flex-end;
}

.existing-user-form__item {
    width: 50%;
    margin-right: 40px;
    flex-direction: column;
    justify-content: flex-end;
}

.existing-user-form-label {
    margin-bottom: 10px;
    display: block;
}

.form-password {
    position: relative;
    display: block;
}

.form-password svg {
    width: 20px;
    position: absolute;
    right: 20px;
    top: 15px;
    opacity: 0.4;
    transition: all 0.3s ease;
    cursor: pointer;
}
.existing-user button {
    padding: 16px 50px;
}

.customer-info-right-col ul {
    margin-top: 30px;
}

/*basket-3*/

.wsp {
    margin: 30px 0;
}
.wsp-text-wrapper {
    display: flex;
}

.wsp h4 {
    margin-bottom: 20px;
}

.wsp-text-wrapper p {
    width: 33.33%;
    padding-right: 40px;
    margin-top: 30px;
}

.wsp-article {
    margin-top: 30px;
}

.wsp-article p + p {
    margin-top: 10px;
}

.credit-cards {
    display: flex;
    margin: 25px 0;
}

.credit-cards li {
    margin-right: 15px;
}

.checkbox__item {
    display: flex;
    margin-bottom: 10px;
    line-height: 1.5;
}

.checkbox__item p {
    margin-left: 10px;
}

.shipping-info {
    margin-bottom: 15px;
	padding-left:28px;
}

.shipping-info p {
	font-size:18px;
	line-height:1.5;
}
.shipping-info p + p {
    margin-top: 5px;
}

.price-final {
    background-color: #efefef;
}

.customer-info-payment {
    margin: 60px 0;
}

.basket-final {
    padding: 60px 0;
}
.basket-final p + p {
    margin-top: 5px;
}
.button-final {
    margin-top: 40px;
}

.basket-info-mob {
    display: none;
}

@media screen and (max-width: 1024px) {
    .basket-discount form {
        width: 60%;
    }
}

@media screen and (max-width: 860px) {
    .payment {
        margin-top: 0 !important;
    }
    .wsp-text-wrapper {
        flex-direction: column;
    }
    .wsp-text-wrapper p {
        width: 100%;
        padding-right: 0;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 768px) {
    .basket-head {
        display: none;
    }
    .basket-row td {
        display: block;
        text-align: left;
        padding: 10px 20px;
    }
    .basket-row td:last-child {
        border-bottom: 1px solid #e5e4e4;
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
    .basket-row:last-child td:last-child {
        border-bottom: none;
        margin: 0;
    }
    .basket-product img {
        max-width: 100px;
    }
    .basket-quantity {
        justify-content: flex-start;
    }
    .basket-step-3 .basket-quantity {
        margin-bottom: -15px;
    }
    .basket-step-3 .basket-quantity p {
        padding: 0;
    }
    .basket-price-wrap {
        display: none !important;
    }
    .basket-total {
        flex-direction: column-reverse;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .basket-total-extras p {
        text-align: left;
    }

    .basket-total p {
        margin-left: 0;
    }

    .basket-buttons {
        text-align: left;
    }

    .basket-buttons a {
        margin-left: 0;
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .basket-info-mob {
        display: inline-block;
    }

    .basket-discount {
        justify-content: flex-start;
        flex-direction: column;
        align-items: flex-start;
    }
    .basket-discount p {
        margin-bottom: 5px;
    }

    .basket-discount form {
        width: 100%;
    }
}

@media screen and (max-width: 485px) {
    .basket-discount form {
        flex-direction: column;
    }
    .basket-discount form button {
        margin-left: 0;
        margin-top: 10px;
    }
}

/*LOGIN-REGISTER PAGE*/

.customer-info {
    display: flex;
}

.customer-info-left-col,
.customer-info-right-col {
    width: 50%;
}
.customer-info-left-col {
    padding: 50px 100px 50px 0;
}
.customer-info-right-col {
    border-left: 1px solid #d8d8d8;
    padding: 50px 0 50px 100px;
}
.customer-info h4 {
    margin-bottom: 50px;
}
.customer-info__item {
    margin-bottom: 20px;
}
.log-reg__item:last-child {
    margin-bottom: 0;
}
.log-reg button {
    margin-top: 30px;
    float: right;
}

@media screen and (max-width: 1200px) {
    .existing-user-form__item {
        margin-right: 20px;
    }
    .customer-info-left-col {
        padding: 50px 50px 50px 0;
    }
    .customer-info-right-col {
        padding: 50px 0px 50px 50px;
    }
}

@media screen and (max-width: 768px) {
    .existing-user {
        padding: 20px;
    }
    .existing-user-form {
        flex-direction: column;
    }
    .existing-user-form__item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .customer-info {
        flex-direction: column;
        margin-top: 40px;
    }
    .customer-info-left-col {
        width: 100%;
        padding: 0;
    }
    .customer-info-right-col {
        width: 100%;
        padding: 0;
        border-left: none;
    }
    .customer-info h4 {
        margin-bottom: 20px;
    }
}

/*FOOTER*/
.footer {
    margin-top: 140px;
}

.footer-no-mar {
    margin-top: 0;
}

.newsletter {
    background-color: #1f1f1f;
    padding: 30px 0;
}
.newsletter-title {
    color: #fff;
    font-size: 20px;
    letter-spacing: 2px;
    padding-top: 10px;
}
.newsletter-title small {
    display: block;
    font-size: 14px;
    letter-spacing: 0;
    color: #9a9a9a;
}
.newsletter form {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 0 150px;
}
.newsletter input {
    width: 70%;
    margin: 0 15px 0 40px;
    height: 58px;
}

.newsletter-form {
    /*display: flex;*/
    width: 65%;
}
.newsletter-form button {
    min-width: 210px;
}

.newsletter-form-top-row {
    display: flex;
}
.newsletter-form-bottom-row {
    margin-left: 40px;
}

.footer-links {
    background-color: #ededed;
    padding: 80px 0 50px 0;
}
.footer-links .container {
    display: flex;
    justify-content: space-between;
}
.footer-nav a {
    color: #595959;
    border-right: 1px solid #434343;
    padding-right: 10px;
    margin-right: 10px;
    letter-spacing: 2px;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
	display:inline-block;
}

.footer-nav a:hover {
    opacity: 0.7;
}

.footer-nav a:last-child {
    border-right: none;
}

/*privole*/

.newsletter input[type="checkbox"] {
    width: auto;
    height: auto;
    margin: 0 0 0 0;
	min-width:15px;
}
.newsletter .c-box {
    margin-bottom: 0;
}

/*footer-contact*/
.footer-contact {
    display: flex;
	flex-wrap: wrap;
	justify-content:flex-end;
}
.footer-contact svg {
    width: 20px;
    height: 20px;
    margin-right: 3px;
}
.footer-contact a {
    display: flex;
    align-items: center;
    color: #707070;
    margin-left: 25px;
    font-size: 15px;
	margin-bottom:10px;
}

/*footer-sm*/

.footer-sm {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
}
.footer-sm a {
    margin-left: 10px;
}
.footer-sm a svg {
    width: 20px;
    height: 20px;
    transition: all 0.3s ease;
}

.footer-sm a:hover svg {
    fill: #595959;
}

/*footer-bottom*/

.footer-bottom {
    background-color: #f5f5f5;
    padding: 25px 0;
    color: #9a9a9a;
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 1.5;
}
.footer-bottom .container {
	display: flex; 
	justify-content: space-between;
}
.footer-bottom a {
    color: #9a9a9a;
    transition: all 0.3s ease;
}

.footer-bottom a:hover {
    color: #1f1f1f;
}

/* footer eu icons*/

.footer-eu .container {
    padding: 30px 20px;
    max-width: 1250px;
}
.footer-eu-icons {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.footer-eu-icons__item {
    padding: 0 20px;
}
.footer-eu-text {
    text-align: center;
    margin-top: 20px;
    font-size: 16px;
}


@media screen and (max-width: 1415px) {
	.newsletter form {
        padding: 0;
    }
    .footer-links {
        padding: 40px 0;
    }
    .footer-links .container {
        flex-direction: column;
    }
    .footer-right-col {
        display: flex;
        align-items: center;
        margin-top: 30px;
    }
    .footer-contact a {
        margin-left: 0;
        margin-right: 15px;
        letter-spacing: 1px;
    }
    .footer-sm {
        justify-content: flex-start;

        margin-top: 0;
    }
    .footer-bottom .container {
        flex-direction: column;
    }
    .footer-bottom-right-col {
        margin-top: 5px;
    }
}

@media screen and (max-width: 1024px) {
    .footer {
        margin-top: 100px;
    }

    .footer-no-mar {
        margin-top: 0;
    }
}

@media screen and (max-width: 900px) {
    .newsletter-title {
        margin-bottom: 20px;
    }
    .newsletter form {
        flex-direction: column;
        align-items: flex-start;
    }
    .newsletter-form {
        width: 100%;
    }
    .newsletter input {
        margin: 0 15px 0 0;
    }
    .newsletter-form-bottom-row {
        margin-left: 0;
    }
}

@media screen and (max-width: 800px) {
    .footer-nav a {
        display: block;
        border-right: none;
        margin-bottom: 15px;
    }
    .footer-right-col {
        margin-top: 0;
    }
    .footer-bottom {
        font-size: 12px;
    }

    .quality-icons__content {
        padding-left: 70px;
    }
    .title-with-line-through:before {
        width: 30px;
        right: -70px;
    }
    .quality-icons__content img {
        max-height: 60px;
    }
}

@media screen and (max-width: 600px) {
    .footer-eu-icons__item {
        margin: 0 0 20px 0;
        padding: 0;
    }
    .footer-eu-icons {
        flex-direction: column;
    }
    .footer-eu-text {
        margin-top: 0;
    }

    .quality-icons .container {
        flex-direction: column;
    }
    .title-with-line-through:before {
        content: none;
    }
    .quality-icons__content {
        padding-left: 0;
        margin-top: 10px;
    }
    .quality-icons h4 {
        font-size: 30px;
    }
}

@media screen and (max-width: 485px) {
    .newsletter-form-top-row {
        flex-direction: column;
    }
    .newsletter input {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .footer-right-col {
        flex-direction: column;
        align-items: flex-start;
        margin-top: 10px;
    }
    .footer-sm a {
        margin: 20px 10px 0 0;
    }
    .footer-links {
        padding: 40px 0;
    }
    .footer-contact {
        flex-direction: column;
    }
    .footer-contact_item {
        margin-bottom: 10px;
    }
}


/* Cookies
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.cookies {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #1f1f1f;
	z-index: 99999999;
	display: none;
}
.cookies-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px;
}
.cookies p {
	font-size: 14px;
	text-align: left;
	color: #ffffff;
	padding-bottom: 0;
}
.cookies p a {
	text-decoration: underline;
	color: #ffffff;
}
.cookies p a:hover {
	opacity: 0.8;
}
.cookies a.button {
	padding: 10px 8px;
	font-size: 12px;
	font-weight: 700;
	margin: 0 0 0 40px;
	background-color: rgba(255, 255, 255, 1);
	color: #1f1f1f;
	text-transform: uppercase;
	transition: all .3s ease;
}
.cookies a.button:hover {
	background-color: rgba(255, 255, 255, 0.9);
	text-decoration: none;
}
@media screen and (max-width:700px) {
	.cookies-wrap {
		flex-direction: column;
	}
	.cookies p {
		text-align: center;
	}
	.cookies a.button {
		margin: 20px 0 0 0;
	}
}

/*POPUP*/
.popup_div {
	display: none;
}
.overlay {
	background:rgb(0,0,0,0.8);
	height:100vh; 
	width:100vw; 
	position:absolute;
	top:0; 
	left:0; 
	z-index:10000; 
	display:flex;
	align-items:center; 
	justify-content:center;
}
.popup {
	background-color: #fff;
	overflow-y: auto;
	max-height: 90vh;
	color: #707070;
}
.popup .b-header {
	position: relative;
}
.popup .close {
	float:right;
	font-size:20px; 
	margin:10px 10px 0 0;
	font-weight:700;
	width: 32px;
	height: 32px;
	text-align: center;
	background-color: #fff;
	line-height: 32px;	
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 16px;
	z-index: 50;
}
.popup .close a {
	color:#333135;
}
.popup .close a:hover {
	opacity:0.7;
}
.popup-content {
	/*padding:40px 40px 20px 40px;*/
	width:625px;
}
.popup-content p {
	font-size:18px; 
	/*margin-bottom:15px;*/
	color:#707070;
}
.popup-content a:hover {
	opacity:1;
}

@media screen and (max-width: 680px) {
	.popup {
		width:90%
	}
	.popup-content {
		width:100%;
		/*padding:40px 20px 20px 20px;*/
	}
}


/*POSTAVLJANJE UREĐAJA*/

#tablet-wide {
    display: none;
}
#tablet {
    display: none;
}
#smartphone {
    display: none;
}
/******MEDIA QUERIES******/

@media screen and (max-width: 1024px) {
    #desktop {
        display: none;
    }
    #tablet-wide {
        display: block;
    }
    #tablet {
        display: none;
    }
    #smartphone {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    #desktop {
        display: none;
    }
    #tablet-wide {
        display: none;
    }
    #tablet {
        display: block;
    }
    #smartphone {
        display: none;
    }
}
@media screen and (max-width: 600px) {
    #desktop {
        display: none;
    }
    #tablet-wide {
        display: none;
    }
    #tablet {
        display: none;
    }
    #smartphone {
        display: block;
    }
}