@charset "utf-8";
/* CSS Document */

body {
    font-family: 'Carlito', sans-serif;
    font-size: 17px;
    color: #393a3a;
}
.button,
button {
    padding: 12px 17px;
    border-radius: 7px;
    border: none;
    background-color: #a6c740;
    color: #fff;
    font-family: 'Carlito', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 4px;
    display: inline-block;
    transition: all 0.3s ease;
		cursor: pointer;
}
.button:hover,
button:hover {
    background-color: #6d8830;
}
input,
textarea,
select {
    width: 100%;
    height: 55px;
    border: 1px solid #cdcfcf;
    padding: 0 10px;
    border-radius: 10px;
}
/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button {
   -webkit-appearance: none;
}
a {
    text-decoration: none;
    cursor: pointer;
}
p {
    line-height: 1.7;
    font-size: 17px;
    color: #393a3a;
}
h1 {
    font-size: 30px;
    margin-bottom: 30px;
    position: relative;
}
h1 span {
    background-color: #fff;
    padding-right: 20px;
    display: inline-block;
}
h1:before {
    content: "";
    position: absolute;
    background-color: #000;
    height: 1px;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    z-index: -1;
}
h2 {
    font-size: 22px;
}

.text-link {
    transition: all 0.3s ease;
    text-decoration: underline;
    color: #137d86;
}
.text-link:hover {
    opacity: 0.7;
}

.head {
    background-color: #137d86;
    text-align: right;
    padding: 20px 0;
}
.head-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: visible;
}

.head-top {
    display: flex;
    justify-content: center;
    background-color: #fff;
    text-align: right;
    padding: 10px 0;
}

.head-top .main-container {
	display: flex;
	justify-content: center;
	width: 100%;
	position: relative;
	max-width: 1170px;
}

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

.head-title {font-size:28px;}

.head-top img {width:45px;}


/*mob lang*/

.head-mob-active .lang_nav {
    background-color: #fff;
    padding: 20px;
    cursor: pointer;
    margin-bottom:20px;
}


.lang_nav .lang_active {
    margin-top: 10px;
    display: none;
    border-top: 1px dashed #555454;
    padding-top: 15px;
}

.lang_nav .lang_active li {
    margin-bottom: 15px;
    padding-bottom: 0;
}

.lang_nav .lang_active li:last-child {
    margin-bottom: 0;
}

.lang_nav .lang_active a {
    color: #555454;
    font-weight: 300;
}


@media screen and (max-width:485px) {
	.head-title {font-size:24px;}
}

.login-active-forgot-pass {
	color: #393a3a;
	font-size:15px;
	font-family: 'Carlito', sans-serif;
	margin-top:10px;
	float: right;
}

.head-lang .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.head-lang-title {
    color: #fff;
    font-weight: 600;
    font-size: 26px;
    display: flex;
    align-items: center;
}

.head-lang-title img {
    height: 50px;
    margin-right: 10px;
}

.head-lang a {
    color: #fff;
    font-weight: 600;
    padding: 0 10px;
    border-left: 1px solid #fff;
    font-size: 14px;
    transition: all 0.3s ease;
}

.head-lang a:hover {
    opacity: 0.7;
}

.head-lang a:first-child {
    border-left: none;
}
.head-lang a:last-child {
    padding-right: 0;
}
.head-user {
    display: flex;
    align-items: center;
}

.head-user a {
    color: #fff;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
}

.head-user-active {
	background-color:#137d86;
	position:absolute;
	right:0;
	top:30px;
	padding:20px 20px 5px 20px;
	z-index: 3000;
	/*border-top:2px solid #fff;*/
	display:none;
}

.head-user-active a {
	display:block;
	color:#fff;
	transition:all .3s ease;
	border-top:1px dotted #fff;
	padding:15px 0 15px 0;
	text-align: right;
}

.head-user-active a strong {
	font-weight:500;
}

.head-user-active a:last-child {
	margin-bottom:0px;
}

.head-user-active a:hover {
	opacity:0.7;
}

.head-user a:hover {
    opacity: 0.8;
}

.head-user svg {
    width: 30px;
    margin-right: 10px;
}

.head p {
    color: #fff;
    margin-right: 20px;
}
.head-nav {
    color: #fff;
    display: flex;
    align-items: center;
}

.shopping-bag svg {
    fill: #fff;
    width: 25px;
}

.head-nav-item {
    margin-right:10px;
    transition: all 0.3s ease;
    color: #fff;
}

.head-nav-item:hover {
    opacity: 0.8;
}

.hero {width: 100%; height: 300px; background-size: cover; background-position: center;}

@media screen and (max-width:600px) {
	.hero {
		height: 190px;
	}
} 

/*MOB HEAD*/
.head-nav-mob {
    display: none;
    background-color: #137d86;
	position:relative;
}

.head-nav-mob-links {display:flex; align-items:center;}
.head-nav-mob-links a {margin-right:20px;}
.head-nav-mob-links img {height:23px;}

.head-nav-mob-passive {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.head-nav-mob-passive-link span {
    width: 30px;
    height: 3px;
    margin-bottom: 5px;
    display: block;
    background-color: #393a3a;
}
.head-nav-mob-passive-link span:last-child {
    margin-bottom: 0;
}
.head-nav-mob-user-username {
    display: flex;
    align-items: center;
    color: #fff;
}
.head-nav-mob-user svg {
    width: 30px;
    margin-right: 5px;
}

.head-mob-active {
    background-color: #137d86;
    position: absolute;
    width: 100%;
    max-width:250px;
    z-index: 2000;
    right: -125px;
    transform:translateX(-50%);
    top: 76px;
    padding: 10px 20px 0 20px;
    display: none;
}
.head-mob-active-lang {
    margin: 20px 0;
}
.head-mob-active-lang a {
    color: #fff;
    font-weight: 700;
    border-right: 1px solid #fff;
    margin-right: 5px;
    padding-right: 10px;
}
.head-mob-active-lang a:last-child {
    margin-right: 0;
    border-right: none;
}
.head-mob-active-nav a {
    display: block;
    margin-bottom: 20px;
    font-size: 19px;
}



.user-info {
    margin: 60px 0 0 0;
}
.user-info-data__item {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
	position: relative;
}

.user-info-data__item p {
    width: 20%;
}

.user-info-data__item input, .user-info-data__item select {
    width: 100%;
    /*margin-left: 10px;*/
}

.user-info-data__item svg {
    width: 20px;
    position: absolute;
    right: 20px;
    top: 50%;
    opacity: 0.4;
    transition: all 0.3s ease;
    cursor: pointer;
		transform:translateY(-50%);
}

.user-info-data__item svg:hover, .user-info-data__item svg.active {
	opacity: 1;
}

.user-info-data__item:last-child {
    margin-bottom: 0;
}

.user-info-button {width:auto; text-align:right;}

.loyalty-info {
    margin-top: 60px;
}

.loyalty-summary {
    margin-top: 60px;
}

.loyalty-summary-info {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 60px;
}

.loyalty-summary-info-wrapper {
	width:100%;
}

.loyalty-summary-info-subtitle {
	font-size:22px;
	color:#4b9ab1;
	font-weight:500;
	margin-bottom:10px;
}

.loyalty-summary-info-col {
    width: 95%;
    padding: 30px 30px;
    color: #fff;
    text-align: left;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.loyalty-summary-info-col p {
	transition: all .3s ease;
}

.loyalty-summary-info-col:hover p {
	opacity:0.7;
}

.loyalty-summary-info-col p {
	color:#fff;
	font-weight:700;
}

.loyalty-summary-info-col:first-child {
    margin-right: 30px;
}
.loyalty-sumary-info-text small {
    letter-spacing: 3px;
    font-size: 16px;
}
.loyalty-summary-info-col strong {
    display: block;
    font-size: 50px;
    margin-top: 5px;
}

.loyalty-sumary-info-text a {
    color: #fff;
    margin-top: 10px;
    font-weight: 700;
    display: block;
    transition: all 0.3s ease;
}

.loyalty-sumary-info-text a:hover {
    opacity: 0.7;
}

.loyalty-summary-info-col svg {
    width: 50px;
    height: 70px;
    fill: #fff;
}
.loyalty-summary-info-col-left {
    background-color: rgba(140, 175, 62, 1);
}
.loyalty-summary-info-col-right {
    background-color: rgba(212, 166, 16, 1);
}
.loyalty-history {
    margin-top: 40px;
}
.loyalty-history table {
    border-collapse: collapse;
}
.loyalty-history td {
    border: 1px solid #fff;
    background-color: #f4f4f4;
    padding: 20px;
}
.table-head td {
    background-color: #137d86;
    color: #fff;
}
.loyal-history-total {
    text-align: right;
    font-size: 22px;
    margin-top: 30px;
}
.loyal-history-total span {
    color: rgba(140, 175, 62, 1);
}

.text-page {
    margin-top: 60px;
}
.text-page p + img {
    margin: 20px 0;
}

.loyalty h1 {
    margin-bottom: 10px;
}
.loyalty-subtitle {
    margin-bottom: 20px;
}
.loyalty-tabs-wrap {
    display: flex;
}
.loyalty-tabs a {
    color: #fff;
   	font-family: 'Carlito', sans-serif;
    font-size: 17px;
    font-weight: 600;
    position: relative;
    display: inline-block;
}

.loyalty-tabs a:first-child {
    margin-right: 40px;
}
.loyalty-tabs a:before {
    content: "";
    position: absolute;
    bottom: -60px;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #fff;
    transition: all 0.3s ease;
}
.loyalty-tabs a:hover:before,
.loyalty-tabs a.active:before {
    bottom: -20px;
}
.loyalty-form {
    margin-top: 30px;
}
.loyalty-form__item {
    margin-bottom: 20px;
    position: relative;
}
.loyalty-form__item svg {
    width: 20px;
    position: absolute;
    right: 20px;
    top: 18px;
    opacity: 0.4;
    transition: all 0.3s ease;
    cursor: pointer;
}
.loyalty-form__item svg:hover, .loyalty-form__item svg.active {
	opacity: 1;
}

.loyalty-form__item:last-child {
	margin-top:35px;
}

.loyalty-form-info {
	font-size:14px;
	opacity: 0.7;
	margin-top:3px;
}

/*privole*/

.c-box {
    clear: both;
    margin-bottom: 20px;
}
.c-box div {
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.c-box__label {
    float: none;
    width: auto;
    min-height: auto;
    margin-left: 10px;
    font-size: 14px;
    line-height: 1.4;
}
input[type="checkbox"] {
    width: auto;
    height: auto;
	min-width: 20px;
}

.user-info-data__item p {
	margin-right:10px;
}

@media screen and (max-width: 920px) {
    .user-info-data__item p {
        width: 20%;
		
    }
	/*.user-info-button {
		width:61%;
	}*/
	
}

@media screen and (max-width: 768px) {
    p,
    body {
        font-size: 16px;
    }
    .head-mob-active {
        max-width: 100%;
        right: -50%;
    }
    .head {
        display: none;
    }
	.head-lang-title span {
		display: none;
	}
    .head-login {
        display: block !important;
    }
    .head-lang {
        text-align: center;
    }
    .head-lang-nav {
        /*display: none;*/
    }
    .head-lang .container {
        /*flex-direction: column;*/
    }
    .loyalty-info {
        margin-top: 30px;
    }
    .loyalty-summary-info-col {
        width: 97%;
        padding: 20px 20px;
    }
    .head-nav {
	    display:none;
    }
    .head-nav-mob {
        display: block;
        padding: 10px 20px;
        font-size: 15px;
    }
    .head-user-active {
        top:40px;
        padding:10px 20px 5px 20px;
    }
    .user-info-data__item {
        flex-direction: column;
        align-items: flex-start;
    }
    .user-info-data__item p {
        width: 100%;
    }
    .user-info-data__item input {
        width: 100%;
        margin-left: 0;
    }
	.user-info-button {
		width:100%;
	}
	.user-info-data__item svg {
		top:46px;
		transform:none;
	}
}
@media screen and (max-width: 660px) {
    .loyalty-summary-info {
        flex-direction: column;
        margin-top: 20px;
    }
    .loyalty-summary-info-col {
        width: 100%;
    }
    .loyalty-summary-info-col:first-child {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .user-info {
        margin: 40px 0;
    }
    .loyalty-history-table {
        overflow-x: scroll;
        white-space: nowrap;
    }
	
	.loyalty-summary-info-wrapper {
		margin-bottom:30px;
	}
	
}
@media screen and (max-width: 485px) {
    h1 {
        border-bottom: 1px solid #000;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    h1:before {
        display: none;
    }
    .button,
    button {
        padding: 10px;
    }
    .head {
        padding: 10px 0;
    }
    .head p {
        text-align: left;
        margin-right: 0;
        font-size: 15px;
    }
    .head-nav-mob {
        /*text-align: center;*/
    }
    .head-user {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    .head-user .button {
        margin-top: 5px;
    }
    .loyalty-history {
        margin-top: 20px;
    }
    .loyalty-tabs a:hover:before,
    .loyalty-tabs a.active:before {
        bottom: -10px;
    }

    .head-lang-title {
        font-size: 20px;
    }
    .head-lang-title img {
        height: 40px;
    }
	
	
}

/*PRODUCT LIST*/

.product-info {
    margin: 60px 0 0 0;
}

.product-list {
    display: flex;
    flex-wrap: wrap;
    margin: 40px -10px 0 -10px;
}

.product-list-item {
    width: 33.33%;
    padding: 0 10px;
    margin-bottom: 50px;
}

.product-list-item-title {
    margin-top: 15px;
	color:#393a3a;
	display:block;
	display:flex; 
	align-items:center; 
	justify-content: space-between;
	transition:all .3s ease;
}

.product-list-item-title svg {width:20px;}

.product-list-item-title:hover {
	opacity:0.7;
}

.product-list-image {
    padding-top: 100%;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    transition: all 0.3s ease;
	background-position:center;
}

.product-list-image:hover {
    opacity: 0.5;
}

@media screen and (max-width: 768px) {
    .product-list {
        flex-direction: column;
    }

    .product-list-item {
        width: 100%;
    }
}

@media screen and (max-width: 660px) {
    .product-info {
        margin: 40px 0;
    }
}

/*PRODUCT DETAILS*/

.product-details {
	display: none;
}

.overlay {
    background-color: rgba(0, 0, 0, 0.3);
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
}

.product-details-wrapper {
    background-color: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 40px;
	
}
.product-details-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.product-details-points {
	margin-bottom:30px;
	font-weight:500;
	color:#137d86;
}
.product-details-title a {
    font-weight: 700;
    font-size: 20px;
    transition: all 0.3s ease;
	color:#137d86;
}
.product-details-title a:hover {
    opacity: 0.7;
}

.product-details-content {
    display: flex;
}
.product-details-img {
    margin-right: 40px;
    padding-top: 36%;
    width: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.product-details-info p {
	margin-bottom:15px;
}

.product-details-info {
    width: 80%;
}

.quantity {
    display: flex;
    align-items: center;
    /*border-top: 1px solid #cdcfcf;
    border-bottom: 1px solid #cdcfcf;*/
    padding: 10px 0;
}
.quantity p {
	margin-bottom: 0;
}
.quantity-input {
    display: flex;
    /*align-items: center;*/
    justify-content: center;
}
.quantity input {
    width: 50px;
    height: 40px;
    border-radius: 0;
		text-align: center;
		padding: 0;
}
.quantity a {
    font-size: 25px;
    background-color: #4b9ab1;
    color: #fff;
    height: 40px;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}
.quantity strong {
    width: 160px;
}
.quantity a:hover {
    background-color: #137d86;
}

/*.choose-extra {
    margin-bottom: 10px;
}*/
.choose-extra strong {
    width: 120px;
    display: inline-block;
}
.choose-extra select {
    width: 100px;
    height: 40px;
    background-color: #fff;
    border-radius: 0;
    margin-left: 10px;
}

.add-to-basket {
    border-top: 1px solid #cdcfcf;
    padding-top: 30px;
	margin-top:20px;
}

.button-buy {
    margin-top: 40px;
    text-align: center;
}

.total {
	border-top:1px solid #cdcfcf;
	padding-top:20px;
	font-weight:500;
}

.warning p {color:#dc1616; font-size:18px;}

.basket-table-img img {max-width:120px;}
.basket-table-img {text-align:center;}

@media screen and (max-width: 768px) {
    .product-details-content {
        flex-direction: column;
    }
    .product_details_img {
        margin-right: 0;
    }
    .product-details-wrapper {
        padding: 40px 20px;
		height: 100vh;
		overflow-y: scroll;
    }
    .product-details-img {
        padding-top: 100%;
    }
    .product-details-info {
        width: 100%;
        margin-top: 30px;
    }
}


.footer {
	text-align: center;
	padding: 25px 25px 25px 25px;
	background-color: #4b9ab1;
	margin-top: 40px;
}

.footer .copyright {
	text-align: center;
	width: 100%;
	color: #fff;
	font-size: 14px;
}

.footer a {
	text-decoration: underline;
	color: #ffffff;
}
.footer a:hover {
	opacity: 0.8;
}



/*FOOTER ------------------------*/

.footer-bar {
	background-color: #fff;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 9;
	box-shadow: 0px 0px 18px -8px #000;
}
.footer-bar .footer-wrapper {
	display: flex;
	justify-content: space-evenly;
	padding: 10px 20px;
}
.footer-bar .footer__item {
	text-align: center;
	color: #212121;
	font-weight: 600;
	letter-spacing: 3px;
	font-size: 14px;
}
.footer-bar .footer-icon svg {
	width: 15px;
	height: 15px;
	margin-bottom: 5px;
}
.footer-bar .footer__item a {
	text-align: center;
	color:#212121;
	font-weight: 600;
	letter-spacing: 1px;
	font-size: 14px;
}



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

.cookies {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #137d86;
	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;
	}
}


/*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;
    }
}