/*
	_____ _            ____           _
 |_   _| |__   ___  |  _ \ ___  ___| |__
	 | | | '_ \ / _ \ | |_) / _ \/ __| '_ \
	 | | | | | |  __/ |  __/ (_) \__ \ | | |
	 |_| |_| |_|\___| |_|   \___/|___/_| |_|
http://theposh.agency/
* Author: The Posh Agency
* Website: https://theposh.agency/
* Copyright: (C)2020
*--------------------------------------------------------*
* TABLE OF CONTENTS:
*--------------------------------------------------------*
* 01 - variables
* 02 - reset
* 03 - colors
* 04 - backgrounds
* 05 - buttons
* 06 - headings
* 07 - fonts
* 08 - spacings
* 09 - transitions
* 10 - text editor content
* 11 - responsive

* 12 - menus
* 13 - footers
* 14 - forms
* 15 - thumbs
* 16 - cards
* 17 - logos
* 18 - images
* 19 - scrolldown
* 20 - links
* 21 - quotes
* 22 - text editor content
*   22.01 - headings
*   22.02 - text
*   22.03 - hr
*   22.04 - strong
*   22.05 - italic
*   22.06 - underline
*   22.07 - strikethrough
*   22.08 - subscript
*   22.09 - subscript
*   22.10 - ordered list
*   22.11 - unordered list
*   22.12 - big
*   22.13 - small
*   22.14 - images
*   22.15 - date
*   22.16 - lead
*   22.16 - antrfile
*   22.17 - slider
*   22.18 - video
*   22.19 - quotes
*   22.20 - links
*   22.21 - banner
* 23 - third party
* 24 - animations
*   24.01 - bootstrap
*   24.02 - swiper
*   24.03 - gallery
* 25 - responsive
*--------------------------------------------------------*
*/
@import url("bootstrap.custom.css");
@import url("base.css");
.text-center {
	text-align: center;
}

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

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

.white {
	color: #fff !important;
}

.lightGray {
	color: #f6f9fb !important;
}

.gray {
	color: #edf2f5 !important;
}

.blueGray {
	color: #c2cdd8 !important;
}

.darkGray {
	color: #66717c !important;
}

.darkerGray {
	color: #47505a !important;
}

.green {
	color: #1bc3a7 !important;
}

.darkGreen {
	color: #13ac92 !important;
}

.red {
	color: #ff5c6c !important;
}

.purple {
	color: #747fed !important;
}

.blue {
	color: #21afe4 !important;
}

.yellow {
	color: #f4a743 !important;
}

.white-bg {
	background-color: #fff !important;
}

.btn.white-bg {
	background-color: #fff !important;
	color: #47505a;
}

.lightGray-bg {
	background-color: #f6f9fb !important;
}

.gray-bg {
	background-color: #ece9e9 !important;
}

.blueGray-bg {
	background-color: #c2cdd8 !important;
}

.darkGray-bg {
	background-color: #66717c !important;
}

.darkerGray-bg {
	background-color: #47505a !important;
}

.green-bg {
	background-color: #1bc3a7 !important;
}

.darkGreen-bg {
	background-color: #13ac92 !important;
}

.red-bg {
	background-color: #ff5c6c !important;
}

.purple-bg {
	background-color: #747fed !important;
}

.blue-bg {
	background-color: #21afe4 !important;
}

.yellow-bg {
	background-color: #f4a743 !important;
}

button.white-bg {
	-webkit-box-shadow: 0 3px 15px 0 rgba(246, 249, 251, 0.3);
					box-shadow: 0 3px 15px 0 rgba(246, 249, 251, 0.3);
}

button.lightGray-bg {
	-webkit-box-shadow: 0 3px 15px 0 rgba(246, 249, 251, 0.3);
					box-shadow: 0 3px 15px 0 rgba(246, 249, 251, 0.3);
}

button.gray-bg {
	-webkit-box-shadow: 0 3px 15px 0 rgba(237, 242, 245, 0.3);
					box-shadow: 0 3px 15px 0 rgba(237, 242, 245, 0.3);
}

button.blueGray-bg {
	-webkit-box-shadow: 0 3px 15px 0 rgba(194, 205, 216, 0.3);
					box-shadow: 0 3px 15px 0 rgba(194, 205, 216, 0.3);
}

button.darkGray-bg {
	-webkit-box-shadow: 0 3px 15px 0 rgba(102, 113, 124, 0.3);
					box-shadow: 0 3px 15px 0 rgba(102, 113, 124, 0.3);
}

button.darkerGray-bg {
	-webkit-box-shadow: 0 3px 15px 0 rgba(71, 80, 90, 0.3);
					box-shadow: 0 3px 15px 0 rgba(71, 80, 90, 0.3);
}

button.green-bg {
	-webkit-box-shadow: 0 3px 15px 0 rgba(27, 195, 167, 0.3);
					box-shadow: 0 3px 15px 0 rgba(27, 195, 167, 0.3);
}

button.darkGreen-bg {
	-webkit-box-shadow: 0 3px 15px 0 rgba(19, 172, 146, 0.3);
					box-shadow: 0 3px 15px 0 rgba(19, 172, 146, 0.3);
}

button.red-bg {
	-webkit-box-shadow: 0 3px 15px 0 rgba(255, 92, 108, 0.3);
					box-shadow: 0 3px 15px 0 rgba(255, 92, 108, 0.3);
}

button.purple-bg {
	-webkit-box-shadow: 0 3px 15px 0 rgba(116, 127, 237, 0.3);
					box-shadow: 0 3px 15px 0 rgba(116, 127, 237, 0.3);
}

button.blue-bg {
	-webkit-box-shadow: 0 3px 15px 0 rgba(33, 175, 228, 0.3);
					box-shadow: 0 3px 15px 0 rgba(33, 175, 228, 0.3);
}

button.yellow-bg {
	-webkit-box-shadow: 0 3px 15px 0 rgba(244, 167, 67, 0.3);
					box-shadow: 0 3px 15px 0 rgba(244, 167, 67, 0.3);
}

.btn-badge.white-bg:hover, .btn.white-bg:hover, button.white-bg:hover {
	background-color: #f6f9fb !important;
	-webkit-box-shadow: 0 3px 15px 0 rgba(246, 249, 251, 0.6);
					box-shadow: 0 3px 15px 0 rgba(246, 249, 251, 0.6);
}

.btn-badge.lightGray-bg:hover, .btn.lightGray-bg:hover, button.lightGray-bg:hover {
	background-color: #edf2f5 !important;
	-webkit-box-shadow: 0 3px 15px 0 rgba(246, 249, 251, 0.6);
					box-shadow: 0 3px 15px 0 rgba(246, 249, 251, 0.6);
}

.btn-badge.gray-bg:hover, .btn.gray-bg:hover, button.gray-bg:hover {
	background-color: #c2cdd8 !important;
	-webkit-box-shadow: 0 3px 15px 0 rgba(237, 242, 245, 0.6);
					box-shadow: 0 3px 15px 0 rgba(237, 242, 245, 0.6);
}

.btn-badge.blueGray-bg:hover, .btn.blueGray-bg:hover, button.blueGray-bg:hover {
	background-color: #66717c !important;
	-webkit-box-shadow: 0 3px 15px 0 rgba(194, 205, 216, 0.6);
					box-shadow: 0 3px 15px 0 rgba(194, 205, 216, 0.6);
}

.btn-badge.darkGray-bg:hover, .btn.darkGray-bg:hover, button.darkGray-bg:hover {
	background-color: #47505a !important;
	-webkit-box-shadow: 0 3px 15px 0 rgba(102, 113, 124, 0.6);
					box-shadow: 0 3px 15px 0 rgba(102, 113, 124, 0.6);
}

.btn-badge.darkerGray-bg:hover, .btn.darkerGray-bg:hover, button.darkerGray-bg:hover {
	background-color: #111111 !important;
	-webkit-box-shadow: 0 3px 15px 0 rgba(71, 80, 90, 0.6);
					box-shadow: 0 3px 15px 0 rgba(71, 80, 90, 0.6);
}

.btn-badge.green-bg:hover, .btn.green-bg:hover, button.green-bg:hover {
	background-color: #13ac92 !important;
	-webkit-box-shadow: 0 3px 15px 0 rgba(27, 195, 167, 0.6);
					box-shadow: 0 3px 15px 0 rgba(27, 195, 167, 0.6);
}

.btn-badge.darkGreen-bg:hover, .btn.darkGreen-bg:hover, button.darkGreen-bg:hover {
	background-color: #13ac92 !important;
	-webkit-box-shadow: 0 3px 15px 0 rgba(19, 172, 146, 0.6);
					box-shadow: 0 3px 15px 0 rgba(19, 172, 146, 0.6);
}

.btn-badge.red-bg:hover, .btn.red-bg:hover, button.red-bg:hover {
	background-color: #da3c4c !important;
	-webkit-box-shadow: 0 3px 15px 0 rgba(255, 92, 108, 0.6);
					box-shadow: 0 3px 15px 0 rgba(255, 92, 108, 0.6);
}

.btn-badge.purple-bg:hover, .btn.purple-bg:hover, button.purple-bg:hover {
	background-color: #4F5ACA !important;
	-webkit-box-shadow: 0 3px 15px 0 rgba(116, 127, 237, 0.6);
					box-shadow: 0 3px 15px 0 rgba(116, 127, 237, 0.6);
}

.btn-badge.blue-bg:hover, .btn.blue-bg:hover, button.blue-bg:hover {
	background-color: #21AFE4 !important;
	-webkit-box-shadow: 0 3px 15px 0 rgba(33, 175, 228, 0.6);
					box-shadow: 0 3px 15px 0 rgba(33, 175, 228, 0.6);
}

.btn-badge.yellow-bg:hover, .btn.yellow-bg:hover, button.yellow-bg:hover {
	background-color: #D2841E !important;
	-webkit-box-shadow: 0 3px 15px 0 rgba(244, 167, 67, 0.6);
					box-shadow: 0 3px 15px 0 rgba(244, 167, 67, 0.6);
}

.link.white:hover {
	color: #f6f9fb !important;
}

.link.lightGray:hover {
	color: #edf2f5 !important;
}

.link.gray:hover {
	color: #c2cdd8 !important;
}

.link.blueGray:hover {
	color: #66717c !important;
}

.link.darkGray:hover {
	color: #47505a !important;
}

.link.darkerGray:hover {
	color: #111111 !important;
}

.link.green:hover {
	color: #13ac92 !important;
}

.link.darkGreen:hover {
	color: #13ac92 !important;
}

.link.red:hover {
	color: #b32432 !important;
}

.link.purple:hover {
	color: #333c9e !important;
}

.link.blue:hover {
	color: #1683AC !important;
}

.link.yellow:hover {
	color: #9e6316 !important;
}

.link {
	text-decoration: none;
	cursor: pointer;
	-webkit-user-select: none;
		 -moz-user-select: none;
			-ms-user-select: none;
					user-select: none;
}

/* custom checkboox */
.custom-checkbox-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.custom-checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    border: 2px solid #ececec;
    border-radius: 5px;
}
.custom-checkbox-container:hover input ~ .checkmark {
    background-color: #ccc;
}
.custom-checkbox-container input:checked ~ .checkmark {
    background-color: transparent;
    border: 2px solid #ececec;
    border-radius: 5px;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.custom-checkbox-container input:checked ~ .checkmark:after {
    display: block;
}
.custom-checkbox-container .checkmark:after {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #000;
    width: 10px;
    height: 10px;
    border-radius: 3px;
}


.toggled {
	opacity: 0.5;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	color: #c2cdd8;
}

.toggled:hover {
	opacity: 0.8;
}

.mt-auto {
	margin-top: auto;
}

.mt-0 {
	margin-top: 0;
}

.mt-1 {
	margin-top: 10px;
}

.mt-2 {
	margin-top: 20px;
}

.mt-3 {
	margin-top: 30px;
}

.mt-4 {
	margin-top: 40px;
}

.mt-5 {
	margin-top: 50px;
}

.mb-auto {
	margin-bottom: auto;
}

.mb-0 {
	margin-bottom: 0;
}

.mb-1 {
	margin-bottom: 10px;
}

.mb-2 {
	margin-bottom: 20px;
}

.mb-3 {
	margin-bottom: 30px;
}

.mb-4 {
	margin-bottom: 40px;
}

.mb-5 {
	margin-bottom: 50px;
}

.ml-auto {
	margin-left: auto;
}

.ml-0 {
	margin-left: 0;
}

.ml-05 {
	margin-left: 5px;
}

.ml-1 {
	margin-left: 10px;
}

.ml-2 {
	margin-left: 20px;
}

.ml-3 {
	margin-left: 30px;
}

.ml-4 {
	margin-left: 40px;
}

.ml-5 {
	margin-left: 50px;
}

.mr-auto {
	margin-right: auto;
}

.mr-0 {
	margin-right: 0;
}

.mr-05 {
	margin-right: 5px;
}

.mr-1 {
	margin-right: 10px;
}

.mr-2 {
	margin-right: 20px;
}

.mr-3 {
	margin-right: 30px;
}

.mr-4 {
	margin-right: 40px;
}

.mr-5 {
	margin-right: 50px;
}

.m-auto {
	margin: auto;
}

.m-0 {
	margin: 0;
}

.m-1 {
	margin: 10px;
}

.m-2 {
	margin: 20px;
}

.m-3 {
	margin: 30px;
}

.m-4 {
	margin: 40px;
}

.m-5 {
	margin: 50px;
}

.pt-0 {
	padding-top: 0;
}

.pt-1 {
	padding-top: 10px;
}

.pt-2 {
	padding-top: 20px;
}

.pt-3 {
	padding-top: 30px;
}

.pt-4 {
	padding-top: 40px;
}

.pt-5 {
	padding-top: 50px;
}

.pb-0 {
	padding-bottom: 0;
}

.pb-1 {
	padding-bottom: 10px;
}

.pb-2 {
	padding-bottom: 20px;
}

.pb-3 {
	padding-bottom: 30px;
}

.pb-4 {
	padding-bottom: 40px;
}

.pb-5 {
	padding-bottom: 50px;
}

.pl-0 {
	padding-left: 0;
}

.pl-1 {
	padding-left: 10px;
}

.pl-2 {
	padding-left: 20px;
}

.pl-3 {
	padding-left: 30px;
}

.pl-4 {
	padding-left: 40px;
}

.pl-5 {
	padding-left: 50px;
}

.pr-0 {
	padding-right: 0;
}

.pr-1 {
	padding-right: 10px;
}

.pr-2 {
	padding-right: 20px;
}

.pr-3 {
	padding-right: 30px;
}

.pr-4 {
	padding-right: 40px;
}

.pr-5 {
	padding-right: 50px;
}

.p-0 {
	padding: 0 !important;
}

.p-1 {
	padding: 10px;
}

.p-2 {
	padding: 20px;
}

.p-3 {
	padding: 30px;
}

.p-4 {
	padding: 40px;
}

.p-5 {
	padding: 50px;
}

.f-0 {
	font-size: 8px;
}

.f-1 {
	font-size: 10.66667px;
}

.f-2 {
	font-size: 16px;
}

.f-3 {
	font-size: 24px;
}

.f-4 {
	font-size: 32px;
}

.f-5 {
	font-size: 40px;
}

.no-border {
	border: none !important;
}

h1, .h1 {
	font-weight: normal;
	font-size: 24px;
}

h2, .h2 {
	font-weight: normal;
	font-size: 18px;
}

h3, .h3 {
	font-weight: normal;
	font-size: 14px;
}

h4, .h4 {
	font-weight: normal;
	font-size: 12px;
}

h5, .h5 {
	font-weight: normal;
	font-size: 10px;
}

h1.secondary, .h1.secondary {
	color: #66717c;
}

h2.secondary, .h2.secondary {
	color: #66717c;
}

h3.secondary, .h3.secondary {
	color: #66717c;
}

h4.secondary, .h4.secondary {
	color: #66717c;
}

h5.secondary, .h5.secondary {
	color: #66717c;
}

a, button {
	-webkit-transition: all 0.25s ease-in-out 0s;
	transition: all 0.25s ease-in-out 0s;
}
body.notification-closed.loaded {
	padding-top: 190px;
}
.bold {
	font-weight: 700;
}

.row {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.row-vertical {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
			-ms-flex-direction: column;
					flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.transition1 {
	-webkit-transition: all 0.25s ease-in-out 0s;
	transition: all 0.25s ease-in-out 0s;
}

.transition2 {
	-webkit-transition: all 0.4s cubic-bezier(0.13, 0.56, 0.38, 0.89) 0s;
	transition: all 0.4s cubic-bezier(0.13, 0.56, 0.38, 0.89) 0s;
}

.flex-column {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
			-ms-flex-direction: column;
					flex-direction: column;
}

.flex {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.h100 {
	height: 100%;
}

.d-block {
	display: block;
}

.w100 {
	width: 100%;
}

.jcr {
	-webkit-box-pack: end !important;
			-ms-flex-pack: end !important;
					justify-content: flex-end !important;
}

.jcsb {
	-webkit-box-pack: justify !important;
			-ms-flex-pack: justify !important;
					justify-content: space-between !important;
}

.aic {
	-webkit-box-align: center !important;
			-ms-flex-align: center !important;
					align-items: center !important;
}

.jcc {
	-webkit-box-pack: center !important;
			-ms-flex-pack: center !important;
					justify-content: center !important;
}

.full {
	padding: 0 15px;
	width: 100%;
	-ms-flex: 0 0 100%;
	-webkit-box-flex: 0;
					flex: 0 0 100%;
	max-width: 100%;
}

.half {
	padding: 0 15px;
	width: 50%;
	-ms-flex: 0 0 50%;
	-webkit-box-flex: 0;
					flex: 0 0 50%;
	max-width: 50%;
}

.third {
	padding: 0 15px;
	width: 33.3333%;
	-ms-flex: 0 0 33.3333%;
	-webkit-box-flex: 0;
					flex: 0 0 33.3333%;
	max-width: 33.3333%;
}

.quarter {
	padding: 0 15px;
	width: 25%;
	-ms-flex: 0 0 25%;
	-webkit-box-flex: 0;
					flex: 0 0 25%;
	max-width: 25%;
}

.fifth {
	padding: 0 15px;
	width: 25%;
	-ms-flex: 0 0 25%;
	-webkit-box-flex: 0;
					flex: 0 0 25%;
	max-width: 25%;
}

@media (max-width: 767px) {
	.full, .half, .third, .quart, .fifth {
		position: relative;
		width: 100%;
		padding-right: 10px;
		padding-left: 10px;
	}
}
.btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 10px 20px;
	background: #1bc3a7;
	color: #fff;
	font-size: 16px;
	border-radius: 6px;
	border: none;
	-webkit-transition: all 0.25s ease-in-out 0s;
	transition: all 0.25s ease-in-out 0s;
	line-height: 1;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	-webkit-user-select: none;
		 -moz-user-select: none;
			-ms-user-select: none;
					user-select: none;
}

.btn:hover, .btn:active {
	background: #13ac92;
}

.btn.btn-border {
	border: 1px solid #edf2f5;
}

.btn.btn-md {
	padding: 10px 15px;
	font-size: 12px;
	border-radius: 4px;
}

.btn.btn-sm {
	padding: 5px 10px;
	font-size: 8px;
	border-radius: 2px;
}

.btn.btn-gray {
	background: #66717c;
}

.btn.btn-gray:hover {
	background: #47505a;
}

.search-form .search-btn {
	background-color: white;
	background-image: url("../images/search-icon.png");
	background-position: 11px 12px;
	background-repeat: no-repeat;
	border: 1px solid #ccc;
	border-radius: 50%;
	float: left;
	height: 40px;
	margin-left: -15px;
	width: 40px;
}

.search-form .search-field {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-color: white;
	border-color: currentcolor currentcolor #ccc;
	-o-border-image: none;
		 border-image: none;
	border-radius: 0;
	border-style: none none solid;
	border-width: 0 0 1px;
	-webkit-box-sizing: border-box;
					box-sizing: border-box;
	float: left;
	font-size: 16px;
	padding: 8px 15px;
	-webkit-transition: width 0.4s ease-in-out 0s;
	transition: width 0.4s ease-in-out 0s;
	width: 100px;
	-webkit-transition: all 0.25s ease-in-out 0s;
	transition: all 0.25s ease-in-out 0s;
}
.search-results-body-item.no-border .search-item {
	border: none !important;
}
.search-item .txt-holder span {
	display: block;
    margin-bottom: 7px;
}



/* variables */
:root {
	--main-color: #ef4d24;
	--second-color: #00603e;
	--main-font: 'Poppins', sans-serif;
	--second-font: 'Montserrat', sans-serif;
	--main-transition:  all .25s ease-in-out 0s;
	--second-transition: all 0.8s cubic-bezier(.13,.56,.38,.89) 0s;
}

/* reset */
::-moz-selection {
	color: #fff;
	background: var(--main-color);
}

::selection {
	color: #fff;
	background: var(--main-color);
}

:focus {
	outline: none;
}

button:focus {
	outline: none;
}

*:focus {
	outline: none;
}

* {
	margin: 0;
	padding: 0;
	border: 0 none;
	outline: 0 none;
	/* -webkit-box-sizing: border-box; */
	/* -moz-box-sizing: border-box; */
	/* box-sizing: border-box; */
	/* position:relative; */
}

html {
	font-size: 62.5%;
}

body {
	font-weight: 400;
	padding-top: 202px;
	color: #000;
	font-size: 18px;
	font-family: var(--main-font);
	margin: 0;
	padding: 0;
	padding-top: 200px;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0;
}

input:focus,
textarea:focus {
	background-color: #f5f5f5;
}

a {
	color: var(--second-color);
}

a:link,
a:visited {
	text-decoration: none;
}

h1 + p {
	margin-top: 0;
}

/* colors */
.main-color {
	color: var(--main-color);
}

.white-color {
	color: #fff;
}

.black-color {
	color: #000;
}

.gray-color {
	color: #ccc;
}

/* backgrounds */
.main-bg {
	background-color: var(--main-color);
}

.second-bg {
	background-color: var(--second-color);
}

.white-bg {
	background-color: #fff;
}

.black-bg {
	background-color: #000;
}

.gray-color {
	background-color: #ccc;
}

/* buttons */
button {
	background: transparent;
}
.btn {
	border-radius: 0;
	padding: 10px 30px;
	-webkit-transition: var(--main-transition);
	transition: var(--main-transition);
}
.btn:hover, .btn:active {
    background: #d64200;
}

.btn small {
	padding: 5px 20px;
}

.btn.biggg {
	padding: 30px 40px;
}

.full-color-btn {
	background: var(--main-color);
	color: #fff;
}

/* fonts */
.fs-24 {
	font-size: 24rem;
}

/* spacings */
.p-0 {
	padding: 0;
}

.m-0 {
	margin: 0;
}

.mt-10 {
	margin-bottom: 10px;
}

.mb-10 {
	margin-bottom: 10px;
}

.pt-10 {
	padding-bottom: 10px;
}

.mt-50 {
	margin-top: 50px;
}

.pb-10 {
	padding-bottom: 10px;
}

.mb-50 {
	margin-bottom: 50px;
}

.mb-100 {
	margin-bottom: 100px;
}

/* transitions */
.main-transition {
	-webkit-transition: var(--main-transition);
	transition: var(--main-transition);
}

.second-transition {
	-webkit-transition: var(--second-transition);
	transition: var(--second-transition);
}

/* text editor content */
.text-editor-content img {
	max-width: 100%;
	margin-bottom: 25px;
}

/* aside menu */
.side-menu-wrapper.open {
	margin-left: 0;
}

.side-menu-wrapper {
	margin-left: -100%;
	-webkit-transition: var(--main-transition);
	transition: var(--main-transition);
}

/* video */
video {
	max-width: 100%;
}

/*  POPUP  */
#log-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
	background: #1a1a1a;
	opacity: 0.3;
	display: none;
}
.popup-wrap {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1001;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	overflow-y: auto;
}
.popup-wrap.show-popup {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.popup.show-popup {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.popup-wrap-content {
	position: relative;
	height: auto;
	padding: 50px 0;
}
.popup {
	position: relative;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	-webkit-transform: scale(0.85);
	transform:scale(0.85);
	z-index: 40010;
	max-width: 600px;
	width: 100%;
	background: #fff none no-repeat center center;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	margin: 0 auto;
}
.popup-header {
    position: relative;
}
.popup-body {
    padding: 20px;
}
.popup-footer {
	padding: 10px;
}
.close-popup {
	position: absolute;
	top: 10px;
	right: 20px;
	cursor: pointer;
	font-size: 40px;
	font-weight: 200;
}
.popup .new-user-container h2,
.popup .popup-content h2 {
    font-size: 17px;
    margin-bottom: 20px;
	font-weight: 700;
	border: 0;
}
.close-popup:hover {
	opacity: 0.7;
}
.logout-link {
	position: absolute;
	top: 100%;
	background: #fff;
	font-size: 14px;
	width: 100px !important;
	white-space: nowrap;
	padding: 10px;
	left: -10px;
	transition: all 0.25s ease-in-out 0s;
	opacity: 0;
	pointer-events: none;
	visibility: hidden;
	margin-top: 3px;
	border: 1px solid #dadada;
}
.logout-hover {
    position: relative;
}
.logout-hover:hover .logout-link {
	opacity: 1;
	pointer-events: auto;
	visibility: visible;
}
.newsletter_error {
    margin-top: 10px;
}
.newsletter_error.bg-danger {
	background: red !important;
}
.newsletter_error,
.newsletter_error p {
    color: #fff !important;
	font-size: 14px;
    padding: 10px;
    margin-bottom: 0 !important;
}
.newsletter_error {
	background: green;
}


/*  /POPUP  */
/* scrollbar */
::-webkit-scrollbar-track {
	/* -webkit-box-shadow: inset 0 0 6px #d4d4d4; */
	/* box-shadow: inset 0 0 6px #d4d4d4; */
	background-color: #ccc;
}

::-webkit-scrollbar {
	width: 6px;
	background-color: var(--main-color);
}

::-webkit-scrollbar-thumb {
	background-color: var(--main-color);
}

* {
	scrollbar-color: var(--main-color) #ccc;
	scrollbar-width: thin;
}

.gallery-top-container {
	position: -webkit-sticky;
	position: sticky;
	z-index: 10;
	top: 120px;
	max-height: 600px;
}

.gallery-top-container .swiper-container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.gallery-top-container .swiper-slide {
	background-size: cover;
	background-position: center;
}

.gallery-top-container .gallery-top {
	height: 480px;
	width: 100%;
}

.gallery-top-container .gallery-thumbs {
	height: 100px;
	-webkit-box-sizing: border-box;
					box-sizing: border-box;
	padding: 10px 0;
}

.gallery-top-container .gallery-thumbs .swiper-slide {
	width: 25%;
	height: 100%;
	opacity: 0.4;
}

.gallery-top-container .gallery-thumbs .swiper-slide-thumb-active {
	opacity: 1;
}

.product-full-content h1 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.product-full-content .color-container {
	margin-bottom: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
			flex-wrap: wrap;
}

.product-full-content .color-container img {
	height: 100px;
}

.product-full-content .color-container a {
	display: block;
	-webkit-transition: var(--main-transition);
	transition: var(--main-transition);
	border-bottom: 2px solid #fff;
}

.product-full-content .color-container a.selected {
	border-bottom: 2px solid #000;
}

.product-full-content .color-container a:hover {
	background: #000;
}

.product-full-content .color-container a:hover img {
	opacity: .9;
}

.product-full-content .color-container a img {
	display: block;
}

.product-full-content .color-container p.color {
	-ms-flex-preferred-size: 100%;
			flex-basis: 100%;
	font-size: 12px;
}

.product-full-content .color-container p.color strong {
	font-weight: 500;
}

.product-full-content p {
	margin-bottom: 15px;
}

.product-full-content .description-container .accordion-content {
	padding: 30px 0;
}

.product-full-content .description-container h3 {
	font-size: 16px;
	font-weight: 600;
	border-bottom: 1px solid #000;
	padding: 30px 0;
	-webkit-transition: var(--main-transition);
	transition: var(--main-transition);
	position: relative;
}

.product-full-content .description-container h3::before {
	position: absolute;
	top: 50%;
	right: 0;
	content: "";
	background: url(../images/select-icon.png) no-repeat center center/cover;
	z-index: 10;
	width: 30px;
	height: 30px;
	-webkit-transform: translateY(-50%) rotate(0);
					transform: translateY(-50%) rotate(0);
	-webkit-transition: var(--main-transition);
	transition: var(--main-transition);
}

.product-full-content .description-container h3:hover {
	background: #f5f5f5;
}

.product-full-content .description-container h3.active::before {
	-webkit-transform: translateY(-50%) rotate(180deg);
					transform: translateY(-50%) rotate(180deg);
}

.product-full-content .description-container h4 {
	font-size: 16px;
	margin-bottom: 20px;
	font-weight: 600;
}

.product-full-content .description-container p {
	font-size: 14px;
	line-height: 1.6;
}

.product-full-content .description-container p strong {
	font-weight: 600;
}

.product-full-content .description-container a {
	font-size: 14px;
	color: #000;
	text-decoration: underline;
	-webkit-transition: var(--main-transition);
	transition: var(--main-transition);
}

.product-full-content .description-container a:hover {
	color: var(--main-color);
}

.product-full-content .product-id {
	font-size: 14px;
	font-weight: 700;
	text-decoration: underline;
}

.product-full-content .product-id strong {
	font-weight: 500;
}

.product-full-content .price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	margin-bottom: 50px;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
}

.product-full-content .price p {
	color: red;
	margin-right: 15px;
	margin-bottom: 0;
	font-size: 30px;
}

.product-full-content .price p del {
	color: #666;
}

.product-full-content .price .txt-muted {
	color: #666;
	font-size: 14px;
}

.product-full-content .price .sale-txt {
	-ms-flex-preferred-size: 100%;
			flex-basis: 100%;
	font-size: 12px;
	margin-bottom: 7px;
	color: red;
}

.product-full-content .share-page {
	margin-bottom: 20px;
}

.product-full-content .share-page h3 {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 10px;
}

.product-full-content .share-page img {
	-webkit-transition: var(--main-transition);
	transition: var(--main-transition);
}

.product-full-content .share-page img:hover {
	opacity: .6;
}

.custom-select {
	margin-bottom: 15px;
	position: relative;
}

.custom-select::before {
	position: absolute;
	top: 0;
	right: 0;
	content: "";
	background: url(../images/select-icon.png) no-repeat center center;
	width: 50px;
	height: 100%;
	z-index: 10;
	background-size: 30px;
	pointer-events: none;
}

.custom-select select {
	display: none;
}

.custom-select .select-selected:after {
	position: absolute;
	content: "";
	top: 14px;
	right: 10px;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-color: #fff transparent transparent transparent;
}

.custom-select .select-selected.select-arrow-active:after {
	border-color: transparent transparent #fff transparent;
	top: 7px;
}

.custom-select .select-items div, .custom-select .select-selected {
	color: #000;
	padding: 17px 16px;
	border: 2px solid #000;
	cursor: pointer;
	-webkit-user-select: none;
		 -moz-user-select: none;
			-ms-user-select: none;
					user-select: none;
	border-radius: 5px;
	font-size: 14px;
	font-weight: 600;
}

.custom-select .select-items {
	position: absolute;
	background-color: #fff;
	top: calc(100% + 4px);
	left: 0;
	z-index: 101;
	max-height: 200px;
	overflow: auto;
	border: 1px solid #ccc;
	border-radius: 5px;
	width: 100%;
}

.custom-select .select-items div {
	border: 0;
}

.custom-select .select-hide {
	display: none;
}

.custom-select .select-items div:hover, .custom-select .same-as-selected {
	background-color: rgba(0, 0, 0, 0.1);
}

#accordion .accordion-toggle {
	cursor: pointer;
	margin: 0;
}

#accordion .accordion-content {
	display: none;
}

#accordion .accordion-content.default {
	display: block;
}

.instruction-content-container a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	margin-bottom: 15px;
	color: #000;
	font-size: 14px;
	-webkit-transition: var(--main-transition);
	transition: var(--main-transition);
}

.instruction-content-container a img {
	height: 20px;
	width: 20px;
	-o-object-position: center;
		 object-position: center;
	-o-object-fit: contain;
		 object-fit: contain;
	margin-right: 10px;
}

.instruction-content-container a:hover {
	opacity: .6;
}

#card-form button {
	background: #000;
	color: #fff;
	width: 100%;
	font-size: 14px;
	padding: 17px 12px;
	border-radius: 5px;
	border: 2px solid #000;
	-webkit-transition: var(--main-transition);
	transition: var(--main-transition);
	text-align: left;
	font-weight: 600;
}

#card-form button:hover {
	background: transparent;
	color: #000;
}

.wish-list-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	margin-left: 10px;
}

.wish-list-container img {
	display: none;
	padding: 14px;
	height: 100%;
	border-radius: 5px;
	border: 2px solid #000;
	-webkit-transition: var(--main-transition);
	transition: var(--main-transition);
}

.wish-list-container img.selected {
	display: block;
}

.wish-list-container img:hover {
	opacity: .6;
}

.add-to-basket-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
			align-content: center;
	-webkit-box-pack: center;
			-ms-flex-pack: center;
					justify-content: center;
	margin-bottom: 20px;
}

.add-to-basket-container .submit-btn-holder {
	position: relative;
	width: calc(100% - 61px);
}

.add-to-basket-container .submit-btn-holder::before {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
					transform: translateY(-50%);
	content: "";
	z-index: 10;
	width: 25px;
	height: 25px;
	right: 10px;
	background: url(../images/basket-icon.png) center center/cover;
	-webkit-filter: invert(100%);
					filter: invert(100%);
	-webkit-transition: var(--main-transition);
	transition: var(--main-transition);
	pointer-events: none;
}

.add-to-basket-container .submit-btn-holder:hover::before {
	-webkit-filter: invert(0);
					filter: invert(0);
}

.swiper-button-next::after, .swiper-container-rtl .swiper-button-prev::after {
	content: '' !important;
	background: url(../images/next-slider-arrow.png) no-repeat center center;
	height: 25px;
	width: 25px;
	border: 1px solid #f3f3f3;
	padding: 10px 20px;
	background-size: 25px 25px;
	background-color: #fff;
}

.swiper-button-prev::after, .swiper-container-rtl .swiper-button-next::after {
	content: '' !important;
	background: url(../images/prev-slider-arrow.png) no-repeat center center;
	height: 25px;
	width: 25px;
	border: 1px solid #666;
	padding: 10px 20px;
	background-size: 25px 25px;
	background-color: #fff;
}

#quantity .quantity-container {
	margin-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#quantity .quantity-container #kolicina {
    width: 70px;
    padding: 5px;
    text-align: center;
    border: 2px solid #000;
    border-radius: 5px;
    font-size: 14px;
	padding: 15px 10px;
	font-weight: 600;
}

#quantity .quantity-container img {
	-o-object-fit: contain;
		 object-fit: contain;
	cursor: pointer;
}

#quantity h3 {
    font-size: 16px;
    padding: 10px 0;
    font-weight: 600;
}

footer .footer-newsletter {
	padding: 100px 0;
}

footer .footer-newsletter .top-footer-item {
	background: #fff;
	padding: 50px 30px;
	border-radius: 5px;
}

footer .footer-newsletter h3 {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 10px;
}

footer .footer-newsletter p {
	margin-bottom: 30px;
}

footer .footer-newsletter form {
	position: relative;
	font-size: 18px;
}

footer .footer-newsletter form .input-holder input {
	display: block;
	border: 1px solid #000;
	width: 100%;
	padding: 10px 15px;
	font-size: 18px;
	border-radius: 5px;
}

footer .footer-newsletter form input.submit {
	font-size: 14px;
	position: absolute;
	top: 0;
	right: 0;
	background: #000;
	color: #fff;
	height: 100%;
	padding: 5px 35px;
	font-weight: 600;
	border-radius: 0 5px 5px 0;
	-webkit-transition: var(--main-transition);
	transition: var(--main-transition);
	cursor: pointer;
}

footer .footer-newsletter form input.submit:hover {
	opacity: .6;
}

footer .top-footer-container {
	padding: 50px 0;
	color: #fff;
	font-size: 14px;
	color: #fff;
	margin-bottom: 8px;
	display: inline-block;
	line-height: 1.2;
	-webkit-transition: var(--main-transition);
	transition: var(--main-transition);
}

footer .top-footer-container .top-footer-content {
	margin-bottom: 50px;
}

footer .top-footer-container .top-footer-content .top-footer-item h3 {
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	margin-bottom: 20px;
	padding-bottom: 10px;
	display: inline-block;
	font-size: 16px;
	text-transform: uppercase;
}

footer .top-footer-container .top-footer-content .top-footer-item a {
	font-size: 14px;
	color: #fff;
	display: block;
	margin-bottom: 10px;
	-webkit-transition: var(--main-transition);
	transition: var(--main-transition);
	text-transform: uppercase;
}

footer .top-footer-container .top-footer-content .top-footer-item .footer-address-container a {
	position: relative;
	padding-left: 30px;
}
footer .top-footer-container .top-footer-content .top-footer-item .footer-address-container a img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
footer .top-footer-container .top-footer-content .top-footer-item a.underline.with-icon {
    padding-top: 15px;
    padding-bottom: 15px;
}

footer .top-footer-container .top-footer-content .top-footer-item a:hover {
	opacity: .6;
}

footer .top-footer-container .top-footer-content .top-footer-item a.underline {
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	padding-top: 5px;
	padding-bottom: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	justify-content: space-between;
	margin-bottom: 0;
}

footer .top-footer-container .top-footer-content .top-footer-item .footer-address-container a img {
	margin-right: 15px;
}

footer .top-footer-container .top-footer-content .top-footer-item .top-footer-item-social-icons a {
	display: inline-block;
	-webkit-transition: var(--main-transition);
	transition: var(--main-transition);
}

footer .top-footer-container .top-footer-content .top-footer-item .top-footer-item-social-icons a:hover {
	opacity: .6;
}

footer .top-footer-container .top-footer-content .top-footer-item .top-footer-item-social-icons a img {
	margin-right: 10px;
}

footer .top-footer-container .payment-method-container .payment-method-content {
	text-align: center;
}

footer .top-footer-container .payment-method-container .payment-method-content a {
	-webkit-transition: var(--main-transition);
	transition: var(--main-transition);
	display: inline-block;
}

footer .top-footer-container .payment-method-container .payment-method-content a:hover {
	opacity: .6;
}

footer .top-footer-container .payment-method-container .payment-method-content a img {
	height: 30px;
	margin: 0 5px;
	-o-object-fit: contain;
		 object-fit: contain;
}

footer .copy-right-container {
	padding: 5px 0;
}

footer .copy-right-container .copy-right-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	-webkit-box-pack: justify;
			-ms-flex-pack: justify;
					justify-content: space-between;
	font-size: 12px;
	color: #fff;
}

footer .copy-right-container .copy-right-item .made-by-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
}

footer .copy-right-container .copy-right-item .made-by-content span {
	margin-right: 5px;
}

footer .copy-right-container .copy-right-item .made-by-content img {
	-webkit-transition: var(--main-transition);
	transition: var(--main-transition);
}

footer .copy-right-container .copy-right-item .made-by-content img:hover {
	opacity: .6;
}

.filtered-products-section {
	padding: 50px 0;
}

.filtered-products-section .filtered-products-item {
	margin-bottom: 30px;
}

.filtered-products-section .filtered-products-item:last-of-type {
	margin-bottom: 0;
}

.filtered-products-section .filtered-products-item h3 {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 30px;
}

.filtered-products-section .filtered-products-item a {
	color: #000;
	margin-bottom: 20px;
	display: block;
	font-size: 14px;
}

.filtered-products-section .filtered-products-item a:hover span::before {
	width: 100%;
}

.filtered-products-section .filtered-products-item a span {
	position: relative;
}

.filtered-products-section .filtered-products-item a span::before {
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 0;
	content: "";
	background: #000;
	z-index: 10;
	height: 1px;
	-webkit-transition: var(--main-transition);
	transition: var(--main-transition);
}

.similar-items-container {
	margin-bottom: 100px;
}

.similar-items-container .heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
			-ms-flex-pack: justify;
					justify-content: space-between;
	width: 100%;
	margin-bottom: 50px;
	-webkit-box-align: self-end;
			-ms-flex-align: self-end;
					align-items: self-end;
}

.similar-items-container .heading .heading-content h3 {
	font-size: 26px;
	font-weight: 600;
}

.similar-items-container .heading .heading-content p {
	font-size: 26px;
	color: #6f6f6f;
	font-weight: 600;
	margin-bottom: 5px;
}

.similar-items-container .heading a {
	font-size: 16px;
	-webkit-transition: var(--main-transition);
	transition: var(--main-transition);
	color: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
}

.similar-items-container .heading a:hover {
	opacity: .6;
}

.similar-items-container .heading a img {
	height: 20px;
}

.similar-items-container .heading a span {
	font-weight: 600;
	font-size: 16px;
	position: relative;
}

.similar-items-container .heading a span::before {
	position: absolute;
	left: 0;
	bottom: -5px;
	z-index: 9;
	width: 100%;
	height: 2px;
	content: "";
	background: #000;
}

.similar-items-container .product-item-img-holder {
	margin-bottom: 20px;
	position: relative;
}

.similar-items-container .product-item-img-holder .wish-list-container {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
}

.similar-items-container .product-item-img-holder .wish-list-container img {
	border: 0;
}

.similar-items-container .product-item-img-holder .bottom-txt {
	position: absolute;
	bottom: 10px;
	left: 10px;
	z-index: 10;
}

.similar-items-container .product-item-img-holder .bottom-txt .category {
	color: #000;
	font-size: 14px;
	margin-right: 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 3px 5px;
}

.similar-items-container .product-item-img-holder .bottom-txt .sale {
	color: red;
	font-size: 14px;
	margin-right: 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 3px 5px;
}

.similar-items-container .product-item-desc {
	color: #000;
	font-size: 14px;
}

.similar-items-container .product-item-desc .price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 10px;
}

.similar-items-container .product-item-desc .price p {
	color: red;
	margin-right: 10px;
	font-weight: 600;
}

.similar-items-container .product-item-desc .price p del {
	color: #000;
}

.similar-items-container .product-item-desc h4 {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.3;
}

.similar-items-container .swiper-button-container {
	position: absolute;
	top: 50%;
	width: 100%;
	-webkit-transform: translateY(-50%);
					transform: translateY(-50%);
	z-index: 10;
}

.similar-items-container .swiper-button-row {
	position: relative;
}

.similar-items-container .swiper-button-next.swiper-button-disabled, .similar-items-container .swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: all;
}

.overfow-x-hidden {
	overflow-x: hidden;
}

.custom-position {
	padding-left: calc(50vw - 575px);
	padding-right: calc(50vw - 575px);
}

.description-container-item.vans img {
	max-width: 100%;
	height: auto;
	width: 60px;
}

.top-notification-section {
	padding: 15px;
	background: #dadada;
}

.top-notification-section .top-notification-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-between;
	align-items: center;
}

.top-notification-section .top-notification-content a, .top-notification-section .top-notification-content span {
	cursor: pointer;
	font-size: 14px;
	font-weight: 600;
	color: #000;
}

.top-notification-section .top-notification-content a {
	text-decoration: underline;
	-webkit-transition: var(--main-transition);
	transition: var(--main-transition);
}

.top-notification-section .top-notification-content a:hover {
	opacity: .6;
}

.header-section {
	position: relative;
	margin-bottom: 50px;
	display: block;
}
.index-selection-section .similar-items-container {
	margin-bottom: 50px;
}

.header-section .txt-section {
	position: absolute;
	bottom: 30px;
	left: 0;
	max-width: 100%;
	width: 490px;
	z-index: 10;
	background: #fff;
	border-radius: 5px;
	padding: 25px;
}

.header-section .txt-section h2 {
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 30px;
	color: #000;
}

.header-section .txt-section p {
	font-size: 26px;
	font-weight: 600;
	color: #6f6f6f;
}

.header-section .txt-section span {
	position: relative;
	color: #000;
	font-size: 16px;
	font-weight: 600;
	display: inline-block;
	margin-bottom: 5px;
}

.header-section .txt-section span::before {
	position: absolute;
	bottom: -5px;
	left: 0;
	-webkit-transition: var(--main-transition);
	transition: var(--main-transition);
	width: 100%;
	height: 2px;
	content: "";
	z-index: 10;
	background: #000;
}

.header-section .txt-section span:hover {
	color: var(--main-color);
}

.header-section img {
	max-height: 420px;
	width: 100%;
	-o-object-fit: cover;
		 object-fit: cover;
}

.banner-section {
	margin: 10px 0;
	display: block;
	-webkit-transition: var(--main-transition);
	transition: var(--main-transition);
}

.banner-section:hover {
	opacity: .8;
}

.breadcrumb-container {
	margin-bottom: 30px;
}

.breadcrumb-container ul.breadcrumb {
	padding: 10px 0;
	list-style: none;
}

.breadcrumb-container ul.breadcrumb li {
	display: inline;
	font-size: 15px;
}

.breadcrumb-container ul.breadcrumb li + li:before {
	padding: 8px;
	color: black;
	content: "";
	background: url("../images/breadcrumb-icon.png") center center;
	background-size: 25px 25px;
}

.breadcrumb-container ul.breadcrumb li a {
	color: #000;
	text-decoration: none;
	font-size: 14px;
	padding-left: 5px;
}

.breadcrumb-container ul.breadcrumb li a:hover {
	color: var(--main-color);
	text-decoration: underline;
}

.main-heading h1 {
	font-size: 42px;
	margin-bottom: 30px;
	font-weight: 500;
}

.border-btn {
	border: 1px solid #000;
	padding: 10px 30px;
	border-radius: 5px;
	color: #000;
	font-size: 14px;
	font-weight: 600;
	display: inline-block;
	-webkit-transition: var(--main-transition);
	transition: var(--main-transition);
}

.border-btn:hover {
	color: #fff;
	background: #000;
}

.cd-top {
	display: inline-block;
	height: auto;
	width: auto;
	position: fixed;
	bottom: 40px;
	right: 10px;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	overflow: auto;
	text-indent: unset;
	white-space: nowrap;
	background: rgba(0, 0, 0, 0.8) url(../images/cd-top-arrow.png) no-repeat center right 25px;
			background-size: auto;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
	color: #fff;
	font-size: 12px;
	padding: 12px 0;
	font-weight: 900;
	text-transform: uppercase;
	text-align: center;
	background-size: 15px 15px;
	text-indent: -10px;
	z-index: 1000;
}

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
	visibility: visible;
	opacity: 1;
}

.cd-top.cd-fade-out {
	opacity: .5;
}

.no-touch .cd-top:hover {
	background-color: #e86256;
	opacity: 1;
}
.cd-top {
	right: 20px;
	bottom: 20px;
}
.cd-top {
	height: auto;
	width: 130px;
	right: 30px;
	bottom: 30px;
}

.filter-container {
	margin-bottom: 50px;
}

.filter-container .filter-item {
	position: relative;
	display: inline-block;
}
.filter-item .custom-select {
	margin-bottom: 0;
}

.filter-container .filter-item .select-selected {
	border: 1px solid #ddd;
	font-weight: 400;
	padding-right: 45px;
	padding: 10px 45px 10px 15px;
}

.filter-container .filter-item .select-items {
	width: 250px;
}

.filter-container .filter-item .filter-item-heading {
	border: 1px solid #ddd;
	font-weight: 400;
	padding-right: 45px;
	padding: 10px 45px 10px 15px;
	border-radius: 5px;
	position: relative;
	cursor: pointer;
}

.filter-container .filter-item .filter-item-heading::before {
	position: absolute;
	top: 0;
	right: 0;
	content: "";
	background: url(../images/filter-item-heading-icon.png) no-repeat center center;
	background-size: auto;
	width: 50px;
	height: 100%;
	z-index: 10;
	background-size: 30px;
	pointer-events: none;
}

.filter-container .filter-item .filter-item-heading h5 {
	font-size: 14px;
}

.filter-container .filter-item .custom-select::before {
	background: url(../images/filter-item-heading-icon.png) no-repeat center center;
	background-size: 30px;
}

.filter-container .filter-item .filter-item-drop-menu {
	display: none;
	position: absolute;
	top: 40px;
	left: 0;
	border: 1px solid #ccc;
	padding: 20px;
	border-radius: 5px;
	background: #fff;
	width: 300px;
	z-index: 101;
	padding-bottom: 70px;
}
.custom-checkbox-container-wrapper {
	max-height: 200px;
	overflow: auto;
}
.forgot-pass-btn-holder {
	text-align: center;
	margin-top: 15px;
}
.cart-btn-next button {
    display: block;
    width: 100%;
}
.forgot-pass-btn::before {
    position: absolute;
    bottom: -3px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: 10;
    content: "";
    background: #1a1a1a;
    height: 2px;
	transition: var(--main-transition);
}
.forgot-pass-btn {
    color: #1a1a1a;
    text-align: center;
    position: relative;
    margin-bottom: 10px;
    display: inline-block;
	font-size: 14px;
	transition: var(--main-transition);
}
.forgot-pass-btn:hover {
	opacity: .9;
}
.forgot-pass-btn:hover::before {
	width: 80%;
	opacity: .9;
}

.filter-container .filter-item .filter-item-drop-menu.open {
	display: block;
}

.filter-container .filter-item .filter-item-drop-menu .label-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
			-ms-flex-pack: justify;
					justify-content: space-between;
	position: relative;
	margin-bottom: 15px;
}

.filter-container .filter-item .filter-item-drop-menu .label-container::before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
					transform: translate(-50%, -50%);
	z-index: 10;
	height: 1px;
	width: 25px;
	background: #ccc;
	content: "";
}

.filter-container .filter-item .filter-item-drop-menu .label-container .label-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 8px 20px;
	border: 1px solid #ccc;
	border-radius: 5px;
	width: 110px;
}

.filter-container .filter-item .filter-item-drop-menu .nstSlider .leftGrip, .filter-container .filter-item .filter-item-drop-menu .nstSlider .rightGrip {
	background: #000;
}

.filter-container .filter-item .filter-item-drop-menu .nstSlider .bar {
	background: #000;
	height: 4px;
	top: 8px;
}

.filter-container .filter-item .filter-item-drop-menu .nstSlider {
	background: #fff;
}

.filter-container .filter-item .filter-item-drop-menu .nstSlider {
	width: 250px;
	background: url(../images/slider-line.png) repeat-x center center;
}

.counter-products {
	margin-bottom: 50px;
	text-align: center;
	position: relative;
}

.counter-products::before {
	position: absolute;
	top: 50%;
	width: 100%;
	content: "";
	z-index: 10;
	background: #ccc;
	height: 1px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
}

.counter-products span {
	background: #fff;
	padding: 10px 50px;
	display: inline-block;
	position: relative;
	z-index: 100;
	color: #6f6f6f;
	font-size: 14px;
}

.product-group .product-item-container,
.search-results .product-item-container {
	margin-bottom: 30px;
	display: block;
	transition: var(--main-transition);
	padding: 10px;
	border: 1px solid transparent;
}

.product-group .product-item-container:hover,
.search-results .product-item-container:hover {
    border: 1px solid #ccc;
}
.product-group .product-item-container:hover .product-item-img-holder .product-item-img,
.search-results .product-item-container:hover .product-item-img-holder .product-item-img {
	transition: var(--main-transition);
}
.product-item-img-holder img {
	transition: var(--main-transition);
}
.product-item-container:hover .product-item-img-holder img,
.product-group .product-item-container:hover .product-item-img-holder img,
.search-results .product-item-container:hover .product-item-img-holder img {
    transform: scale(1.05);
}
.basket-item .price p span {
	color: #000;
	display: inline;
}

.search-results .main-heading h1 em {
	text-decoration: underline;
}

.history-orders-item .product-name {
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 10px;
}
.history-orders-item .product-size {
	font-size: 12px;
	font-weight: 400;
}
.history-orders-items-container {
    border-top: 1px solid var(--main-color);
    padding-top: 20px;
}
.history-orders-container {
	margin-bottom: 30px;
}
.history-orders-container > p {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 40px;
}
.history-orders-container p span {
	font-size: 22px;
    font-weight: 500;
    display: block;
    margin-bottom: 15px;
}
.history-orders-heading {
    display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.history-orders-heading .order-number {
	font-size: 18px;
	font-weight: 600;
}
.history-orders-heading .link-details {
	font-size: 14px;
	color: #000;
	position: relative;
	font-weight: 500;
}
.history-orders-heading .link-details::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
	background: #000;
	width: 100%;
	height: 2px;
}
.history-orders-detail p {
	font-size: 14px;
	margin-bottom: 5px;
}
.history-orders-detail p strong,
.history-orders-detail p strong span {
	font-size: 14px;
	display: inline-block;
}
.history-orders-item {
    margin-bottom: 30px;
}

.one-history-orders-item {
	padding-bottom: 30px;
	border-bottom: 1px solid #ccc;
	width: 100%;
	display: block;
	margin-bottom: 30px;
	background: #f7f7f7;
	padding: 20px;
}


/* border-btn-with-icon */
.border-btn-with-icon {
    display: flex;
    align-items: center;
    border: 2px solid #000;
    padding: 10px 15px;
	border-radius: 5px;
	transition: var(--main-transition);
}
.border-btn-with-icon:hover {
	background: #000;
}
.border-btn-with-icon span {
	font-size: 14px;
    color: #000;
    margin-right: 8px;
    font-weight: 600;
	transition: var(--main-transition);
}
.border-btn-with-icon:hover span {
	color: #fff;
}
.border-btn-with-icon:hover img {
    filter: invert(1);
}
.border-btn-with-icon img {
	height: 16px;
	transition: var(--main-transition);
}

/* full color btn with icon */
.full-color-btn-with-icon {
    display: flex;
    align-items: center;
	background: #000;
    padding: 10px 15px;
	border-radius: 5px;
	transition: var(--main-transition);
	border: 2px solid transparent;
}
.full-color-btn-with-icon span {
	font-size: 14px;
	color: #fff;
    margin-right: 8px;
    font-weight: 600;
	transition: var(--main-transition);
}
.full-color-btn-with-icon img {
	height: 16px;
	transition: var(--main-transition);
	filter: invert(1);
}
.full-color-btn-with-icon:hover {
	background: transparent;
	border: 2px solid #000;
}
.full-color-btn-with-icon:hover span {
	color: #000;
}
.full-color-btn-with-icon:hover img {
    filter: invert(0);
}

/* custom checkboox with icon*/
.filter-item-drop-menu .custom-checkbox-container {
	display: block;
	position: relative;
	margin-bottom: 12px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 10px;
	font-size: 14px;
	margin: 0 5px 12px 5px;
}
.filter-container .custom-select .select-items div,
.filter-container .custom-select .select-selected {
    font-weight: 400;
}
.filter-container .custom-checkbox-container:hover input ~ .checkmark {
    background-color: transparent;
}

.filter-item-drop-menu .custom-checkbox-container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.filter-item-drop-menu .checkmark {
	position: absolute;
	top: 50%;
	right: 0;
	left: auto;
	height: 25px;
	width: 25px;
	border-radius: 5px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border: none;
}

.filter-item-drop-menu  .custom-checkbox-container input:checked ~ .checkmark {
	background-color: transparent;
	border-radius: 5px;
	border: none;
}

.filter-item-drop-menu .checkmark::after {
	content: "";
	position: absolute;
	display: none;
	-webkit-transform: rotate(-52deg) !important;
					transform: rotate(-52deg) !important;
	border: 1px solid #1a1a1a;
	border-top: none;
	border-right: none;
	background: transparent;
	border-radius: unset;
}

.filter-item-drop-menu .custom-checkbox-container input:checked ~ .checkmark:after {
	display: block;
}

.filter-item-drop-menu .custom-checkbox-container .checkmark::after {
	left: 0;
	top: 5px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 14px;
	height: 8px;
}

.filter-container form {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.about-us-page h1 {
    text-align: center;
    color: #404040;
    padding: 15px 10px;
    border-bottom: 2px solid #000;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: .2em;
    font-weight: 500;
}
.about-us-page .header-section img {
    max-height: 350px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: top;
}
.text-editor-content h3 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 30px;
    color: #999;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .1em;
}
.text-editor-content .lead {
    line-height: 1.3;
    font-style: italic;
    color: #555;
    margin-bottom: 30px;
}
.text-editor-content p:last-of-type {
	margin-bottom: 0;
}
.text-editor-content p,
.text-editor-content li,
.text-editor-content em {
    margin-bottom: 21px;
    line-height: 1.5;
    font-size: 15px;
    color: #333;
    letter-spacing: .025em;
}
.mw-700 {
	max-width: 700px;
}
.text-editor-content hr {
    border-bottom: 1px solid #ccc;
    margin-bottom: 40px;
    margin-top: 40px;
}
.main-section {
	margin-bottom: 50px;
	/* margin-top: 60px; */
}
.main-section.product-full-page,
.main-section.my-account-page {
	margin: 50px 0;
	/* margin-top: 60px; */
}
.about-us-page .header-section {
	margin-bottom: 30px;
}
.close-icon-container {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    background: #fff;
    border-radius: 50%;
    padding: 3px;
}
.close-icon-container img {
	width: 25px;
}

.forgot-pass-content-form {
    display: none;
}

/* basket */
.basket-page .basket-page-wrapper {
	background-color: #edf2f5 !important;
}
.basket-page .basket-content {
    padding: 25px;
}
.basket-page .basket-item-container,
.basket-page .new-user-container,
.popup-content,
.basket-page .forgot-pass-container,
.basket-page .cart-login-container {
	margin-bottom: 12px;
	background: #fff;
	padding: 25px;
}
.basket-page .basket-item-container h1 {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 30px;
}
.basket-page .basket-item {
    display: flex;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eaeaea;
}
.basket-page .basket-item:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}
.basket-page .basket-item .product-img {
	width: 120px;
	margin-right: 10px;
}
.basket-page .voucher-container {
    background: #fff;
    padding: 25px;
    margin-bottom: 12px;
}
.basket-page .delivery-container {
    background: #fff;
    padding: 25px;
    margin-bottom: 12px;
}
.basket-page .payment-method-container {
    padding: 25px;
	background: #fff;
}
.basket-page .total-cart-info-container {
	background: #fff;
    padding: 25px;
	position: sticky;
	z-index: 10;
	top: 90px;
}
.basket-item .price-holder {
    margin-left: auto;
}
.total-cart-info-container h3 {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.5px;
    margin-bottom: 25px;
    font-weight: 600;
}
.total-cart-info-container .subtotal-content,
.total-cart-info-container .delivery-content,
.total-cart-info-container .popust-content,
.total-cart-info-container .total-content {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
}
.total-cart-info-container .total-content {
	font-weight: 600;
}
.total-cart-info-container hr {
	border-top: 1px solid #f3f3f3;
	margin: 20px 0;
}
.basket-item .options-container {
	display: flex;
	margin-top: 30px;
}
.basket-item .options-container p img {
	height: 12px;
	margin-right: 10px;
}
#quantity .quantity-container #kolicina {
    width: 80px;
    border: 1px solid #000;
    font-size: 14px;
	padding: 10px 10px;
}
.basket-item-container a {
	color: #666;
}
.basket-item .content-holder h3,
.basket-item .content-holder p {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.5px;
}
.basket-item .options-container p,
.basket-item .options-container p {
	font-size: 12px;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #999;
	margin-bottom: 0;
	font-weight: 300;
}
.basket-item .options-container .add-to-wish-list-item-from-basket {
	border-right: 0;
}
.basket-item .price-holder {
    display: flex;
    flex-direction: column;
}
.basket-item .price {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-top: auto;
}
.basket-item .price-container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.basket-item .price span {
    color: red;
    font-weight: 300;
    text-align: right;
    display: block;
}
.basket-item #quantity .quantity-container {
    margin-bottom: 50px;
}
.voucher-container input {
	font-size: 16px;
	color: #1a1a1a;
	box-shadow: inset 0 0 0 1px #ddd;
	letter-spacing: 0.5px;
	padding: 10px 18px;
	width: 100%;
}
.voucher-container h3 {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.5px;
    margin-bottom: 25px;
}
.voucher-container h3 span {
	color: #666;
}
.delivery-container h3 {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.5px;
	margin-bottom: 30px;
}
.delivery-container p {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.5px;
}
.payment-method-container h3 {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.5px;
	margin-bottom: 30px;
}
.payment-method-content a {
    display: inline-block;
}
.basket-page .payment-method-content img {
    height: 34px;
    object-fit: contain;
    display: block;
    border: 1px solid #ececec;
    padding: 5px;
}
.basket-item #quantity .quantity-container #kolicina {
	border-radius: 0;
	border: 1px solid #acacac;
}

.new-user-container input,
.new-user-container textarea,
.popup-content input,
.popup-content textarea,
.cart-login-container input,
.forgot-pass-container input,
.cart-login-container textarea {
    font-size: 16px;
    color: #1a1a1a;
    box-shadow: inset 0 0 0 1px #b9b9b9;
    letter-spacing: 0.5px;
    padding: 10px 18px;
	width: 100%;
	margin-bottom: 20px;
}
.new-user-container h2,
.popup-content h2,
.message-container h2,
.forgot-pass-container h2,
.cart-login-container h2 {
	font-size: 16px;
	line-height: 24px;
	letter-spacing: .5px;
	width: 100%;
	padding-bottom: 5px;
	margin-bottom: 15px;
	text-transform: uppercase;
	font-weight: 700;
	border-bottom: 1px solid #ddd;
}
.new-user-container label,
.popup-content label,
.forgot-pass-container label,
.cart-login-container label {
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.5px;
	line-height: 18px;
}
.forgot-pass-container,
.cart-login-container {
	margin-bottom: 50px;
}
.border-btn {
    background: #fff;
}
.message-page .message-content {
    background: #ebf1ec;
    padding: 100px 50px;
}
.message-page .message-content p,
.message-page .message-content a {
	font-size: 14px;
	line-height: 1.6;
	color: #000;
}
.message-page .message-content a {
	margin-top: 30px;
	display: inline-block;
	transition: var(--main-transition);
}
.message-page .message-content a:hover {
	color: #fff;
}

.want-to-register {
    display: flex;
    align-items: center;
}
.want-to-register input {
    width: auto;
    margin: 0 10px 0 0;
}
.enter-password-container {
    display: none;
}
.enter-password-container.active {
    display: block;
}

button .btn.full-color-btn {
    text-align: center;
    width: 100%;
    background: var(--main-color);
    justify-content: center;
    margin: 0;
    font-size: 15px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 18px;
    text-transform: uppercase;
	cursor: pointer;
	transition: var(--main-transition);
}
.full-color-btn:hover {
	opacity: .6;
}
.w-100 {
	width: 100%;
}
.basket-item .quantity-container img {
	opacity: .7;
}

.custom-checkbox-container {

    padding-right: 40px;
}
.filter-footer {
    border-top: 1px solid #ccd;
    padding: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    display: flex;
	justify-content: center;
	font-size: 14px;
}
.filter-footer .save {
    width: 50%;
    text-align: left;
    background: #1a1a1a;
    color: #fff;
    border: none;
    padding: 10px 12px;
	font-weight: 700;
	border-radius: 4px;
}
.filter-footer .reset {
	width: 50%;
    background: #fff;
    text-align: right;
    margin-right: 8px;
    white-space: nowrap;
    border: none;
    padding: 0 12px;
    font-weight: 700;
    color: #1a1a1a;
}

#radio-box {
    margin: 10px 0 15px 0;
}

#radio-box label{
    color: #535353;
	font-size: 16px;
	line-height: 1.1;
}

/* Base for label styling */
[type="radio"]:not(:checked),
[type="radio"]:checked {
  position: absolute;
  left: -9999px;
}
[type="radio"]:not(:checked) + label,
[type="radio"]:checked + label {
    cursor: pointer;
    font-size: 16px;
    padding-left: 32px;
    text-align: right;
    position: relative;
}

/* radio aspect */
[type="radio"]:not(:checked) + label::before, [type="radio"]:checked + label::before {
    background: none repeat scroll 0 0 #fff;
    border: 2px solid #ececec;
    border-radius: 50%;
    content: "";
    height: 25px;
    left: -5px;
    margin-top: -2px;
    position: absolute;
    top: 0;
    width: 25px;
}
/* checked mark aspect */
[type="radio"]:not(:checked) + label::after, [type="radio"]:checked + label::after {
    background: none repeat scroll 0 0 #000;
    content: "";
    font-size: 14px;
    height: 20px;
    left: 0px;
    margin-top: 1px;
    position: absolute;
    top: 2px;
    transition: all 0.2s ease 0s;
    width: 20px;
    border-radius: 50%;
}
/* checked mark aspect changes */
[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="radio"]:checked + label:after {
  opacity: 1;
  transform: scale(.5);
}
/* disabled checkbox */
[type="radio"]:disabled:not(:checked) + label:before,
[type="radio"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
[type="radio"]:disabled:checked + label:after {
  color: #999;
}
[type="radio"]:disabled + label {
  color: #aaa;
}


.payment-item p {
    font-size: 14px;
    padding-left: 30px;
}
.payment-item {
    margin-bottom: 30px;
}
.terms-check-box #check-box {
    display: flex;
    font-size: 14px;
    margin-bottom: 30px;
}


button[disabled] .full-color-btn {
    background-color: #333;
    background-image: none;

    pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
	opacity: .65;
	cursor: disabled;
}
.terms-check-box #check-box a {
    color: #000;
    font-style: unset;
    text-decoration-line: underline;
    font-style: italic;
}
.terms-check-box #check-box label {
    color: #333;
    width: 100%;
    padding-top: 0px;
    margin-left: 5px;
}
.want-to-register .custom-checkbox-container input {
	display: block;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
}
.want-to-register .custom-checkbox-container {
    height: 25px;
    display: flex;
    align-items: center;
}
.forgot-pass-container {
	display: none;
}
.voucher-btn-container {
	position: relative;
}
.voucher-btn-container button {
    position: absolute;
    top: 0;
    right: 0;
	z-index: 10;
	width: auto;
    transition: var(--main-transition);
    height: 100%;
}
.voucher-btn-container .btn {
    height: 100%;
}

/* contact us page */
.contact-page input, .contact-page textarea, .contact-page select {
    font-size: 18px;
    padding: 10px 20px;
    color: var(--main-color);
    margin-bottom: 16px;
    width: 100%;
    border: 1px solid var(--main-color);
    border-radius: 20px;
    resize: none;
	display: block;
}
.contact-page h6 {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
    padding-left: 10px;
}
.contact-page h3 {
	font-size: 24px;
    margin-bottom: 0;
    font-weight: 400;
    text-transform: uppercase;
    color: #000;
    padding: 10px;
}
.contact-page .footer-contact-items {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 50px;
}
.contact-page .footer-contact-items img {
    height: 25px;
    margin-right: 10px;
}
.contact-page a {
    text-decoration: underline;
    color: var(--main-color);
    transition: var(--main-transition);
}
.contact-page .heading-content {
    text-align: left;
}
/* .contact-page {
    margin: 100px 0;
} */
.contact-page .contact-submit {
    text-align: center;
    width: 100%;
    background: var(--main-color);
    justify-content: center;
    margin: 0;
    font-size: 15px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 18px;
    text-transform: uppercase;
    cursor: pointer;
	transition: var(--main-transition);
	padding: 10px 30px;
	color: #fff;
	border-radius: 20px;
}
.contact-page address h4 {
    max-width: 500px;
    font-size: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    line-height: 1.2;
}
.contact-page .main-bg table td {
    color: #fff;
}
.contact-page .main-bg table td a {
    color: #fff;
}
.contact-page .main-bg table td h3 {
    color: #fff;
}
.contact-page table td {
    padding: 15px 10px;
}
.contact-page table td a {
	display: block;
	transition: all .25s ease-in-out 0s;
}
.contact-page table td a:hover {
	opacity: .6;
}


/* menu */
.top-menu-container {
	height: 116px;
	transition: var(--second-transition);
}
body.scrolled .top-menu-container{
	opacity: .9;
	pointer-events: none;
	height: 0;
	visibility: hidden;
}
body.scrolled .top-menu-container .navbar-brand img,
body.scrolled .top-menu-container .navbar-brand-slogan img {
	opacity: 0;
}
.navbar.top-menu-container {
	display: flex;
	justify-content: space-between;
	align-items: start;
	padding: 15px 0 30px 0;
	position: relative;
}
.navbar-brand {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translate(-50%);
}
.navbar-brand-slogan img {
	transition: var(--main-transition);
}
.navbar-brand img {
	transition: var(--main-transition);
}
.bottom-menu-dropdown-container {
	display: block;
	padding: 50px 0;
	background-color: #f8f8f8;
	height: calc(100vh - 231px);
	display: block;
	position: absolute;
	top: 62px;
	width: 100%;
	left: 0;
}
.bottom-menu-content .bottom-menu-content-menu {
	display: flex;
	margin-top: auto;
}
.bottom-menu-dropdown-banner-content {
    margin-top: 110px;
    margin-bottom: 0;
}
.bottom-menu-dropdown-container h4,
.bottom-menu-dropdown-container a {
	font-size: 15px;
    font-weight: 400;
	line-height: 1.4;
	color: #000;
	margin-bottom: 12px;
	display: inline-block;
	transition: var(--main-transition);
}
.bottom-menu-dropdown-container h4 {
	font-size: 15px;
	line-height: 1.2;
	font-weight: 700;
	margin-bottom: 12px;
	text-transform: uppercase;
}
.bottom-menu-dropdown-container a:hover {
	color: var(--main-color);
}
.navbar.top-menu-container .navbar-toggler {
    display: none;
}
.navbar.top-menu-container .navbar-collapse .navbar-nav {
	display: flex;
	align-items: center;
}
.log-basket .dropdown-menu.login-form {
    display: none;
}
.bottom-menu-dropdown-container.dropdown-menu {
    height: 100vh;
}
.bottom-menu-content .bottom-menu-content-menu > li a {
    color: #000;
	transition: var(--main-transition);
	font-size: 16px;
	position: relative;
}
.bottom-menu-container {
	/* box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4); */
	background: #fff;
	position: relative;
}
.bottom-menu-container::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    content: "";
    background: #d0d0d0;
    z-index: 10;
}
.bottom-menu-container::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: radial-gradient(rgba(240, 78, 38, 1), rgba(240, 78, 38, 1) 10%, transparent);
    content: "";
    z-index: 11;
}
.bottom-menu-content {
	display: flex;
	justify-content: space-between;
	align-items: end;
	position: unset;
}
.bottom-menu-content  .bottom-menu-content-menu > li {
    width: 190px;
    text-align: center;
    border-bottom: 4px solid var(--main-color);
	padding: 9px 0;
	z-index: 20;
}
.bottom-menu-content .bottom-menu-content-menu:last-of-type a {
	margin-right: 0;
	display: block;
}
.bottom-menu-content .main-search-form {
    display: flex;
}
.navbar.top-menu-container .right-menu {
	display: flex;
	align-items: center;
	justify-content: center;
}
.log-basket {
    display: flex;
    position: relative;
    margin: 15px 0 10px 0;
    z-index: 1111;
}
.log-basket .social-icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	text-align: center;
	margin-right: 15px;
}
.log-basket .social-icon:last-of-type {
	margin-right: 0;
}
.social-iconimg {
    height: 24px;
}
.social-icon span {
    color: #000;;
    font-size: 12px;
}
.social-icon.korpa {
	position: relative;
}
.social-icon.korpa #broj_artikala {
	position: absolute;
	z-index: 10;
	top: -10px;
	font-size: 12px;
	left: 25px;
	background: #0ad48b;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	color: #fff;
	line-height: 20px;
}
.log-basket .social-icon {
	display: flex;
	width: 60px;
	text-align: center;
	margin-right: 30px;
}
.log-basket .social-icon:last-of-type {
	margin-right: 0;
}
.log-basket .social-icon img {
	height: 20px;
	margin-bottom: 7px;
}
.log-basket .social-icon:hover img {
    mix-blend-mode: difference;
}
.navbar-brand .logo-img {
    display: block;
}
.navbar.top-menu-container .nav-item .nav-link {
    color: var(--main-color);;
    font-size: 15px;
    margin-right: 30px;
    transition: var(--main-transition);
}
.navbar.top-menu-container .nav-item .nav-link:hover {
	color: #000;
}
.navbar.top-menu-container .nav-item:last-of-type .nav-link {
    margin-right: 0;
}
.log-basket .login.active {
	display: flex;
}
.log-basket .login {
	display: none;
}
menu {
    position: fixed;
    width: 100%;
    z-index: 1000;
    top: 0;
}
.bottom-menu-dropdown-banner-content {
	position: relative;
}
.bottom-menu-dropdown-banner-content {
	position: relative;
}
.bottom-menu-dropdown-banner-content .full-color-btn {
	position: absolute;
	bottom: 30px;
	transform: translateX(-50%);
	left: 50%;
	text-align: center;
}
.bottom-menu-content .bottom-menu-dropdown-container ul {
	display: block;
	width: 100%;
}
.bottom-menu-content .bottom-menu-dropdown-container {
	display: none;
}
.bottom-menu-content .bottom-menu-content-menu li.baby-color {
	border-bottom: 4px solid #e7b20f;
	transition: var(--main-transition);
}
.bottom-menu-content .bottom-menu-content-menu > li.baby-color:hover {
	background: #e7b20f;
}
.bottom-menu-content .bottom-menu-content-menu > li.girls-color:hover {
	background: #e44446;
}
.bottom-menu-content .bottom-menu-content-menu li.girls-color {
	border-bottom: 4px solid #e44446;
	transition: var(--main-transition);
}
.bottom-menu-content .bottom-menu-content-menu li.boys-color {
	border-bottom: 4px solid #3794fe;
	transition: var(--main-transition);
}
.bottom-menu-content .bottom-menu-content-menu > li.boys-color:hover {
	background: #3794fe;
}
.bottom-menu-content .bottom-menu-content-menu > li:hover {
	background: var(--main-color);
}
.bottom-menu-dropdown-links .row > .col {
	flex: 1 1 250px;
	margin-bottom: 20px;
}
.dropdown.baby-color + .bottom-menu-dropdown-container {
    background-image: linear-gradient(to right, rgba(231,178,15,.2) 0%, rgb(255,255,255) 100%);
}
.dropdown.girls-color + .bottom-menu-dropdown-container {
    background-image: linear-gradient(to right, rgba(228,68,70,.2) 0%, rgb(255,255,255) 100%);;
}
.dropdown.boys-color + .bottom-menu-dropdown-container {
	background-image: linear-gradient(to right, rgba(55,148,254,.2) 0%, rgb(255,255,255) 100%);
}
.close-dropdown {
    position: absolute;
    top: 20px;
    right: 50px;
    font-size: 60px !important;
    font-weight: 300 !important;
    transition: var(--second-transition);
}

/* my account page */
.my-account-heading h4 {
	font-size: 14px;
	margin-bottom: 20px;
	position: relative;
	font-weight: 500;
}
.my-account-heading ul {
    padding-left: 10px;
}
.my-account-heading ul a:hover {
	color: var(--main-color);
}
.my-account-heading ul a {
    font-size: 14px;
    color: #000;
    margin-bottom: 15px;
	display: block;
	transition: var(--main-transition);
}
.history-orders-container h2,
.my-account-heading h2 {
	font-size: 20px;
	margin-bottom: 20px;
	font-weight: 500;
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
	border-top: 1px solid #ccc;
	padding-top: 20px;
}
.my-account-heading ul li.active a {
    font-weight: 600;
}
.my-account-page .my-details-container .my-details-item img {
	height: 20px;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	width: 20px;
	z-index: 10;
	object-fit: contain;
}

.my-account-page .my-details-container .my-details-item a {
	position: relative;
    display: block;
    border: 1px solid #000;
	padding: 10px;
	margin-bottom: -1px;
	transition: var(--main-transition);
	width: 100%;
	padding-right: 30px;
}

/* my details container */
.main-section.my-details-page {
    margin: 50px 0;
}
.my-details-container .my-details-heading {
    margin-bottom: 60px;
}
.my-details-container .my-details-heading h2 {
	font-size: 20px;
	margin-bottom: 20px;
	font-weight: 500;
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
	border-top: 1px solid #ccc;
	padding-top: 20px;
}
.my-details-container .my-details-heading p {
    font-size: 16px;
    line-height: 1.4;
    color: #1a1a1a;
}
.my-details-container .my-details-content {
	padding-bottom: 60px;
	border-bottom: 1px solid #ccc;
}
.my-details-container .my-details-content .my-details-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.my-details-container .my-details-content .my-details-item .img-holder {
    width: 100px;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	border: 2px dotted #ccc;
	min-width: 100px;
	max-width: 100px;
	margin-right: 15px;
}
.my-details-container .my-details-content .my-details-item .img-holder img {
	height: 32px;
}
.my-details-item .txt-content-container .txt-content-item {
    margin-bottom: 25px;
}
.my-details-item .txt-content-container .txt-content-item:last-of-type {
    margin-bottom: 0;
}
.my-details-item .txt-content-container h5 {
    font-size: 14px;
    color: #6f6f6f;
}
.my-details-item .txt-content-container p {
    color: #1a1a1a;
    font-size: 16px;
    line-height: 1.5;
}
.my-details-container .my-details-item a {
	display: flex;
}
.my-details-container .my-details-item a:hover {
    background: #f9f9f9;
}
.my-details-container .my-details-item h5 {
	font-size: 16px;
	color: #333;
	margin-bottom: 10px;
	font-weight: 700;
}
.my-details-container .my-details-item p {
	font-size: 15px;
	color: #333;
	margin-bottom: 0;
}
.my-details-container .border-btn-with-icon:hover {
	background: #000 !important;
}

.back-btn-holder a {
	display: flex;
	align-items: center;
	padding: 10px 0;
	transition: var(--main-transition);
}
.back-btn-holder img {
	margin-right: 10px;
	height: 25px;
}
.back-btn-holder span {
	color: #000;
	font-size: 15px;
}
.back-btn-holder a:hover {
	opacity: .6;
}

/* heading contianer */
.heading-container .img-holder {
    margin-bottom: 20px;
}
.heading-container .lead {
    margin-bottom: 50px;
    line-height: 1.4;
    color: #868484;
    font-size: 20px;
    font-style: italic;
}
.heading-container .main-heading h1 {
    font-size: 30px;
    margin-bottom: 15px;
    font-weight: 500;
    text-transform: uppercase;
}
.login-content #sign-in {
	box-shadow: none;
	cursor: pointer;
}
.login-form .btn-container {
	display: flex;
	justify-content: space-between;
}
.login-form .btn-container a {
	color: #000;
	font-size: 15px ;
	font-weight: 600;
	transition: var(--main-transition);
}
.login-form .btn-container a:hover {
	opacity: .6;
}

/* search */
.site-search-container {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1000;
	top: 0;
	left: 0;
	transition: var(--main-transition);
	background: rgba(255, 255, 255,0.98);
	opacity: .3;
	visibility: hidden;
	pointer-events: none;
}
.site-search-container.open {
	opacity: 1;
	pointer-events: all;
	visibility: visible;
}
.site-search-container .close-search {
	position: absolute;
	top: 50px;
	right: 50px;
	z-index: 500;
	content: "×";
	color: #fff;
	font-size: 45px;
	line-height: 1;
	cursor: pointer;
	color: #000;
}
.search-form-wrap {
	position: relative;
}
.site-search-container .search-form {
	position: absolute;
	top: 20vh;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
	width: 100%;
	display: block;
}
.search-form-content {
	width: 30vw;
	margin: auto;
	position: relative;
	display: block;
	height: 52px;
}
.site-search-container .search-field {
    background: transparent;
    border: 1px solid #d5d5d5;
    font-size: 20px;
    color: #000;
    padding: 12px 25px;
    width: 100%;
    border-radius: 50px;
}
.site-search-container button {
	position: absolute;
	left: 12px;
	top: -3px;
	background: url(../images/search-icon.png) no-repeat center center/31px 27px;
	width: 30px;
	height: 60px;
	filter: invert(1);
	opacity: 0.2;
	display: none;
}
.search-results.show {
    display: block;
}
.search-results {
	display: none;
	position: absolute;
	top: 52px;
	left: 0;
	z-index: 10;
	width: 100%;
	/* border-radius: 0 0 20px 20px; */
	/* border: 1px solid #d2d2d2; */
	/* border-top: 0; */
	padding: 20px;
}
.search-resluts-heading {
	padding: 15px;
	margin-bottom: 20px;
	text-align: center;
}
.search-item img {
    width: 70px;
    display: inline-block;
	margin-right: 15px;
}
.search-code {
	margin-right: 15px;
	font-size: 15px;
	color: #b3b3b3;
	font-weight: bold;
}
.search-item {
    display: flex;
    align-items: center;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #d5d5d5;
}

.search-price {
	margin-left: auto;
	color: var(--main-color);
	font-size: 18px;
	font-weight: 600;
}
.search-title {
	color: #c2c2c2;
	font-weight: normal;
	margin-right: 15px;
    text-transform: capitalize;
}

.search-code mark,
.search-title .mark,
.search-title mark {
	padding: 0;
	background-color: transparent;
	color: #000;
}
.search-item-top {
	color: #000;
	font-size: 15px;
}
.close_search {
	cursor: pointer;
	font-size: 30px;
	z-index: 111;
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
}
.close_search:hover {
    opacity: .6;
}
.search-results-body-item h3 {
	margin-bottom: 15px;
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 15px;
	color: var(--main-color);
	position: sticky;
	top: 0;
	z-index: 10;
	background: #fff;
}
.search-results-body-item {
	max-height: 60vh;
	overflow: auto;
}

.message-container h2 {
	padding-top: 5px;
}

.search-code mark {
    color: #000;
}

/* loader */
body.loaded .loader {
    opacity: 0;
    pointer-events: none;
    z-index: -1;
}
.loader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: var(--main-color);
    align-items: center;
    width: 100%;
    height: 100%;
    transition: var(--main-transiton);
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
    -webkit-transition-duration: 1s;
    transition-duration: 1.5s;
    opacity: 1;
}
.top-notification-content .close-notification {
    font-size: 25px !important;
    color: #fff !important;
}
menu.mobile {
	display: none;
}
menu.mobile.fixed {
    position: fixed;
    top: 0;
    z-index: 9999;
}
.hidden-md {
    display: none !important;
}

.text-editor-content #cssmenu,
.text-editor-content #cssmenu ul,
.text-editor-content #cssmenu ul li,
.text-editor-content #cssmenu ul li a {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-bottom-color: -moz-use-text-color;
	border-bottom-style: none;
	border-bottom-width: 0;
	border-image-outset: 0 0 0 0;
	border-image-repeat: stretch stretch;
	border-image-slice: 100% 100% 100% 100%;
	border-image-source: none;
	border-image-width: 1 1 1 1;
	border-left-color: -moz-use-text-color;
	border-left-style: none;
	border-left-width: 0;
	border-right-color: -moz-use-text-color;
	border-right-style: none;
	border-right-width: 0;
	border-top-color: -moz-use-text-color;
	border-top-style: none;
	border-top-width: 0;
	box-sizing: border-box;
	display: block;
	line-height: 1;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	position: relative;
}

.text-editor-content #cssmenu {
	width: 100%;
	z-index: 10;
	margin: auto;
}

.text-editor-content #cssmenu ul {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-attachment: scroll;
	background-clip: border-box;
	background-color: rgba(0, 0, 0, 0);
	background-image: linear-gradient(to top, #f0f0f0, #ffffff);
	background-origin: padding-box;
	background-position: 0 0;
	background-repeat: repeat;
	background-size: auto auto;
	border-bottom-color: #cccccc;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-image-outset: 0 0 0 0;
	border-image-repeat: stretch stretch;
	border-image-slice: 100% 100% 100% 100%;
	border-image-source: none;
	border-image-width: 1 1 1 1;
	border-left-color: #cccccc;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #cccccc;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #cccccc;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-top-style: solid;
	border-top-width: 1px;
}

.text-editor-content #cssmenu ul li {
	border-bottom-color: #cccccc;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	display: block;
}

.text-editor-content #cssmenu ul li.active {
	border-bottom-color: -moz-use-text-color;
	border-bottom-style: none;
	border-bottom-width: 0;
}

.text-editor-content #cssmenu ul li:last-child {
	border-bottom-color: -moz-use-text-color;
	border-bottom-style: none;
	border-bottom-width: 0;
}

.text-editor-content #cssmenu ul li a {
	color: #444444;
	display: block;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 14px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 14px;
	text-decoration-color: -moz-use-text-color;
	text-decoration-line: none;
	text-decoration-style: solid;
}

.text-editor-content #cssmenu ul li.active {
	background-attachment: scroll;
	background-clip: border-box;
	background-color: rgba(0, 0, 0, 0);
	background-image: linear-gradient(to top, #EF4D24, #EF4D24);
	background-origin: padding-box;
	background-position: 0 0;
	background-repeat: repeat;
	background-size: auto auto;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
	left: -8px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	width: 194px;
}

#cssmenu ul li.active>a {
	border-bottom-color: #de8886;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-left-color: #de8886;
	border-left-style: dashed;
	border-left-width: 1px;
	border-top-color: #de8886;
	border-top-style: dashed;
	border-top-width: 1px;
	color: #ffffff;
	padding-bottom: 12px;
	padding-left: 16px;
	padding-right: 12px;
	padding-top: 12px;
	text-shadow: 0 1px 1px #8c2726;
}

.text-editor-content #cssmenu ul li.active::after {
	background-attachment: scroll;
	background-clip: border-box;
	background-color: rgba(0, 0, 0, 0);
	background-image: linear-gradient(-45deg, #EF4D24, #EF4D24);
	background-origin: padding-box;
	background-position: 0 0;
	background-repeat: repeat;
	background-size: auto auto;
	content: "";
	height: 31.5269px;
	position: absolute;
	right: -16px;
	top: 7px;
	transform: rotate(45deg);
	width: 31.5269px;
}

.text-editor-content #cssmenu ul li.active::before {
	border-right-color: #e9afae;
	border-right-style: dashed;
	border-right-width: 1px;
	border-top-color: #e9afae;
	border-top-style: dashed;
	border-top-width: 1px;
	content: "";
	height: 28.5269px;
	position: absolute;
	right: -12px;
	top: 9px;
	transform: rotate(45deg);
	width: 28.5269px;
	z-index: 10;
}

.text-editor-content #cssmenu ul li.active a::after {
	border-bottom-color: transparent;
	border-bottom-style: solid;
	border-bottom-width: 4px;
	border-left-color: transparent;
	border-left-style: solid;
	border-left-width: 8px;
	border-right-color: #982b29;
	border-right-style: solid;
	border-right-width: 8px;
	border-top-color: transparent;
	border-top-style: solid;
	border-top-width: 4px;
	bottom: -7px;
	content: "";
	height: 0;
	left: -11px;
	position: absolute;
	width: 0;
	z-index: -1;
}
.text-editor-content .full-text.pravila-kupovine-page h3 {
    font-size: 24px;
    text-align: left;
    margin-bottom: 15px;
    color: #999;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .1em;
    margin-top: 50px;
}
.text-editor-content .full-text.pravila-kupovine-page h4 {
	font-weight: 700;
	text-align: left;
	margin-top: 20px;
    margin-bottom: 10px;
    font-size: 15px;
}
.text-editor-content .full-text.pravila-kupovine-page {
	text-align: left;
}
.text-editor-content .full-text.pravila-kupovine-page p,
.text-editor-content .full-text.pravila-kupovine-page li,
.text-editor-content .full-text.pravila-kupovine-page em {
	margin-bottom: 7px;
}
.text-editor-content .full-text.pravila-kupovine-page ul {
	margin-left: 20px;
}
.progress-button svg.checkmark {
	border: 0;
}
.progress-button {
	display: block !important;
}
.gde-kupiti-page h1 {
    text-align: center;
    color: #404040;
    padding: 15px 10px;
    border-bottom: 2px solid #000;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: .2em;
    font-weight: 500;
}

/* gde kupiti mapa */
.bh-sl-container .bh-sl-loc-list ul li {
    border-bottom: 1px solid #dadada;
    clear: left;
    cursor: pointer;
    display: block;
    float: left;
    margin: 0;
    width: 100%;
}
.bh-sl-loc-list li:hover {
    background: rgba(255, 169, 0, 0.06) none repeat scroll 0 0 !important;
}
.bh-sl-container .bh-sl-loc-list .list-focus {
    background: #ef4d24 none repeat scroll 0 0 !important;
    border: medium none;
    box-shadow: none;
    color: #fff !important;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}
.bh-sl-container .bh-sl-loc-list .list-focus .loc-name {
	color: #fff !important;
}
#map-results-container {
    width: 100%;
    display: flex;
}
.kalkulator {
	padding: 50px 15px;
}
input[type="text"] {
	max-width: 100%;
	font-family: 'Poppins', sans-serif;
}
#cssmenu ul li a {
    text-align: left;
}
.bg--loading {
	transition: none !important;
    opacity: 1;
    position: relative;
    pointer-events: none;
}
.bg--loading::after {
    content: '';
    display: block;
    width: 44px;
    height: 44px;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 12;
    margin-left: -12px;
    margin-top: -12px;
    border-radius: 50%;
    border: 5px solid #000;
    border-top-color: transparent;
    -webkit-animation: spin 1s infinite linear;
    -moz-animation: spin 1s infinite linear;
    -o-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
}
.bg--loading::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0%;
    top: 0%;
    z-index: 11;
	background-color: rgba(255, 255, 255, 0.8) !important;
}
.btn--loading img{
    display: none;
}
.btn--loading {
    color: rgba(0,0,0,0) !important;
    transition: none !important;
    position: relative;
}
.btn--loading::after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -12px;
    margin-top: -12px;
    border-radius: 50%;
    border: 3px solid #fff;
    border-top-color: transparent;
    -webkit-animation: spin 1s infinite linear;
    -moz-animation: spin 1s infinite linear;
    -o-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
}
@-webkit-keyframes spin{
    0%{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}
    100%{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}
}
@-moz-keyframes spin{
    0%{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}
    100%{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}
}
@-ms-keyframes spin{
    0%{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}
    100%{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}
}
@keyframes spin{
    0%{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}
    100%{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}
}

.msg-popup.show {
    pointer-events: auto;
    transform: translate(-50%, -50%);
    opacity: 1;
}
.msg-popup:hover {
    cursor: pointer;
}
.msg-popup {
	position: fixed;
	top: 50%;
	left: 50%;
	width: auto;
	max-width: 30vw;
	z-index: 111111111111;
	padding: 30px 30px 30px 90px;
	color: #fff;
	background: #f04e26 url(../images/warning-icon.png) no-repeat left 15px top 15px / 50px;
	border-radius: 5px;
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
	font-weight: 300;
	font-size: 15px;
	line-height: 1.4;
	transition: all 0.5s cubic-bezier(.13,.56,.38,.89) 0s;
	transform: translate(-50%, -45%);
	opacity: 0;
	pointer-events: none;
	text-align: center;
    cursor: pointer;
}

.login-via-social-network {
    display: flex;
    padding: 0 50px;
}
.login-via-social-network button {
    width: 50%;
    margin: 0 5px 20px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    color: #fff;
    font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	transition: var(--main-transition);
}
.login-via-social-network button:hover {
	opacity: .8;
}
.login-via-social-network button#fb_login {
	background: #3a5794;
}
.login-via-social-network button#goog_login {
	background: #d44235;

}
.login-via-social-network button img {
    height: 23px;
    margin-right: 10px;
}

/* size dimensions */
.size-dimensions-btn {
    margin-bottom: 10px;
    display: flex;
    color: var(--main-color);
    font-style: italic;
    text-decoration: underline !important;
    align-items: flex-end;
    justify-content: flex-end;
}
.size-dimensions-btn span {
	margin-left: 5px;
}
.size-dimensions-btn img {
	height: 15px;
}
.size-dimensions-popup h2 {
	color: #fff;
    text-align: center;
    background: var(--main-color);
    margin-bottom: 0 !important;
    padding: 10px;
	font-size: 30px;
}
.size-dimensions-content th {
    text-align: center;
    width: 50%;
    background: #b3b3b3;
    padding: 5px;
}
.size-dimensions-content tr:nth-child(even) {
	background-color: #e3e3e3;
}
.size-dimensions-content td {
    padding: 5px;
    text-align: center;
	font-size: 16px;
}
.contact-page h1 {
    text-align: center;
    color: #404040;
    padding: 15px 10px;
    border-bottom: 2px solid #000;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: .2em;
    font-weight: 500;
}

.text-editor-content h4 {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 10px !important;
}

/* responsive */
@media only screen and (max-width: 1200px) {
	.gallery-top-container .swiper-slide {
		background-size: contain;
		background-repeat: no-repeat;
	}
}

@media only screen and (max-width: 1024px) {
	.filter-container .filter-item {
		margin-bottom: 10px;
	}
	footer .top-footer-container .top-footer-content .top-footer-item a {
		font-size: 14px;
		color: #fff;
		display: block;
		-webkit-transition: var(--main-transition);
		transition: var(--main-transition);
		text-transform: uppercase;
		display: flex;
		align-items: center;
	}
	.swiper-container.custom-position {
		padding-left: 100px;
	}
	.similar-items-container {
		padding: 0 15px !important;
	}
	.basket-page .basket-item-container h1 {
		font-size: 20px;
	}
	.total-cart-info-container h3 {
		font-size: 20px;
	}
	.delivery-container h3 {
		font-size: 20px;
	}
	.payment-method-container h3 {
		font-size: 20px;
	}
	.total-cart-info-container .total-content {
		font-size: 12px;
	}
	.similar-items-container .heading .heading-content p {
		font-size: 22px;
	}
	.similar-items-container .heading .heading-content h3 {
		font-size: 24px;
	}
	.history-orders-detail .col-sm-2 {
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.bottom-menu-content .bottom-menu-content-menu > li {
		width: 100px;
	}
}

@media only screen and (max-width: 991px) {
	menu {
		display: none;
	}
	menu.mobile {
		display: block;
		position: unset;
	}
	menu.mobile .bottom-menu-content .bottom-menu-content-menu {
		display: block;
		width: 100%;
	}
	body {
		padding-top: 0;
	}
	menu.mobile .navbar-brand {
		position: unset;
		transform: none;
	}
	menu.mobile .navbar-brand img {
		height: 30px;
	}
	menu.mobile .log-basket .social-icon img {
		height: 20px;
		margin-bottom: 0;
	}
	menu.mobile .social-icon span {
		display: none;
	}
	menu.mobile .social-icon.open-search {
		display: none;
	}
	menu.mobile .log-basket .social-icon {
		width: auto;
		margin-right: 20px;
	}
	menu.mobile .navbar.top-menu-container {
		padding: 10px 0;
		position: relative;
	}
	menu.mobile .top-menu-container {
		height: auto;
	}
	menu.mobile .navbar.top-menu-container .right-menu {
		position: absolute;
		top: 0;
		right: 0;
	}
	menu.mobile .navbar-toggler-icon img {
		height: 20px;
		object-fit: contain;
		width: 20px;
	}
	menu.mobile .mobile-bottom-menu {
		display: flex;
		align-items: center;
	}
	menu.mobile .bottom-menu-container {
		height: 100%;
		position: absolute;
		width: 100%;
		background: #fff;
		z-index: 9999;
		transform: translateX(-100%);
		padding: 20px 15px;
		transition: var(--main-transition);
	}
	menu.mobile .bottom-menu-container.opened {
		transform: translateX(0);
	}
	menu.mobile .site-search-mobile-container {
		width: 100%;
		margin-left: 15px;
		position: relative;
	}
	menu.mobile #search-field {
		width: 100%;
		border-bottom: 2px solid #ccc;
		padding-left: 30px;
	}
	menu.mobile .mobile-menu-content {
		box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
		padding-bottom: 10px;
	}
	menu.mobile .bottom-menu-content .bottom-menu-content-menu > li {
		width: 100%;
		padding: 15px 0;
	}
	menu.mobile .social-icon.korpa #broj_artikala {
		left: 4px;
		top: -7px;
		width: 15px;
		height: 15px;
		line-height: 15px;
	}
	menu.mobile .bottom-menu-content .bottom-menu-content-menu > li {
		border-bottom: 1px solid var(--main-color);
		text-align: left;
	}
	menu.mobile .bottom-menu-content .bottom-menu-content-menu li.baby-color {
		border-bottom: 1px solid #e7b20f;
	}
	menu.mobile .bottom-menu-content .bottom-menu-content-menu li.girls-color {
		border-bottom: 1px solid #e44446;
	}
	menu.mobile .bottom-menu-content .bottom-menu-content-menu li.boys-color {
		border-bottom: 1px solid #3794fe;
	}
	menu.mobile .bottom-menu-container  .nav-item {
		border-bottom: 1px solid #ccc;
		text-align: left;
		width: 100%;
		padding: 15px 0;
	}
	menu.mobile .bottom-menu-container  .nav-item .nav-link {
		color: #000;
		transition: var(--main-transition);
		font-size: 16px;
		position: relative;
		display: block;
		margin-right: 0;
	}
	menu.mobile .bottom-menu-dropdown-container {
		top: 0;
		z-index: 10;
		position: relative;
	}
	menu.mobile .bottom-menu-dropdown-container h4, .bottom-menu-dropdown-container a {
		z-index: 10;
	}
	menu.mobile .close-dropdown {
		font-size: 40px !important;
		top: -4px;
		right: 30px;
	}
	menu.mobile .search-form button {
		position: absolute;
		left: 0;
		top: 0;
		background: url(../images/search-icon.png) no-repeat center center/23px 17px;
		width: 23px;
		height: 35px;
		filter: invert(1);
		opacity: 0.2;
	}
	menu.mobile.fixed .bottom-menu-container {
		position: absolute;
		z-index: 9999;
		top: 97px;
		height: calc(100vh - 97px);
	}
	menu.mobile.fixed .bottom-menu-dropdown-container {
		top: 0;
		z-index: 1000;
		position: absolute;
		overflow: auto;
		height: 100%;
	}
	body.scrolled menu.mobile.fixed .top-menu-container .navbar-brand img,
	body.scrolled menu.mobile.fixed .top-menu-container  .navbar-brand-slogan img {
		opacity: 1;
	}
	body.scrolled menu.mobile.fixed .top-menu-container{
		opacity: 1;
		pointer-events: all;
		height: auto;
		visibility: visible;
	}
	menu.mobile.fixed .bottom-menu-dropdown-banner-content {
		margin-top: 0px;
		/* margin-bottom: 140px !important; */
	}
	menu.mobile.notification-closed .bottom-menu-container {
		position: absolute;
		z-index: 9999;
		top: 97px;
		height: calc(100vh - 97px);
	}
	.popup {
		padding: 15px;
	}
	.new-user-container input, .new-user-container textarea, .popup-content input, .popup-content textarea, .cart-login-container input, .forgot-pass-container input, .cart-login-container textarea {
		margin-bottom: 5px;
	}
	.popup .new-user-container h2, .popup .popup-content h2 {
		margin-bottom: 5px;
	}
	.close-popup {
		top: -7px;
		right: 0;
	}
	.main-section.message-page {
		padding-top: 30px;
	}
}

@media only screen and (max-width: 768px) {
	.filter-container form {
		justify-content: unset;
	}
	.filter-container .filter-item {
		margin-right: 10px;
		width: 100%;
	}
	footer .top-footer-container {
		max-width: 300px;
		width: 100%;
	}
	.top-footer-item {
		width: 100%;
		margin-bottom: 30px;
	}
	.top-footer-item {
		padding: 0;
	}
	footer .top-footer-container .payment-method-container .payment-method-content a {
		display: block;
		margin-bottom: 15px;
	}
	footer .top-footer-container .top-footer-content .top-footer-item:last-of-type {
		margin-bottom: 0;
	}
	.gallery-top-container {
		position: unset;
	}
	.similar-items-container {
		margin-bottom: 50px;
	}
	.basket-page .basket-item-container, .basket-page .new-user-container, .popup-content, .basket-page .forgot-pass-container, .basket-page .cart-login-container {
		padding: 15px;
	}
	.basket-page .container {
		max-width: 100%;
	}
	.history-orders-item.col-sm-2 {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	.my-details-container .my-details-heading {
		margin-bottom: 30px;
	}
	.my-details-container .my-details-item p {
		font-size: 14px;
	}
	.main-heading h1 {
		font-size: 30px;
	}
	.similar-items-container .col-md-3 {
		padding-right: 5px;
		padding-left: 5px;
	}
	.similar-items-container {
		padding: 0 0px !important;
	}
	.main-section.search-results .container {
		max-width: 100%;
	}
	.similar-items-container {
		max-width: 400px;
		margin: auto;
	}
	.heading-container .main-heading h1 {
		font-size: 20px;
	}
	.popup {
		left: 50% !important;
		width: calc(100% - 30px);
	}
	.my-details-container .my-details-content {
		width: 400px;
		margin: auto;
	}
	.my-details-container .my-details-content .my-details-item .img-holder {
		margin: auto;
		margin-bottom: 20px;
	}
	.my-details-container .my-details-content .my-details-item .txt-content-container {
		margin-bottom: 20px;
	}
	.my-details-container .my-details-item a {
		display: block;
	}
	.my-details-container .my-details-content .my-details-item {
		display: block;
		text-align: center;
	}
	.cd-top {
		overflow: hidden;
	}
	.loc-web {
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
}

@media only screen and (max-width: 767px) {
	.filtered-products-section .filtered-products-item {
		text-align: center;
	}
	.contact-page address h4 {
		margin-bottom: 20px;
	}
	.contact-page address {
		margin-bottom: 20px;
	}
	.main-section.my-account-page .container {
		max-width: 100%;
	}
	.main-section.sales-full-page .container {
		max-width: 100%;
	}
	.heading-container .lead {
		margin-bottom: 25px;
		font-size: 16px;
	}
	.filter-container {
		margin-bottom: 20px;
	}
	.similar-items-container {
		max-width: 100%;
	}
	#map-results-container {
		display: block;
	}
}

@media only screen and (max-width: 576px) {
	.history-orders-item.col-sm-2 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
}

@media only screen and (max-width: 480px) {
	.banner-section {
		margin-bottom: 20px;
	}
	.breadcrumb-container {
		margin-bottom: 10px;
	}
	.filter-container {
		margin-bottom: 20px;
	}
	.counter-products {
		margin-bottom: 20px;
	}
	.top-footer-item {
		margin: 0 15px;
	}
	footer .footer-newsletter .top-footer-item {
		padding: 30px 20px;
		border-radius: 5px;
	}
	.footer-newsletter .top-footer-item {
		margin: 15px;
	}
	footer .copy-right-container {
		padding: 5px 30px;
	}
	.main-heading h1 {
		font-size: 32px;
	}
	footer .copy-right-container .copy-right-item .made-by-content {
		justify-content: center;
	}
	footer .copy-right-container .copy-right-item {
		display: block;
		text-align: center;
	}
	footer .copy-right-container .copy-right-item p {
		margin-bottom: 10px;
	}
	.cd-top {
		background-position: center 13px;
		width: 40px;
		right: 10px;
		bottom: 10px;
		color: transparent;
	}
	footer .top-footer-container {
		max-width: 270px;
	}
	.swiper-container.custom-position {
		padding-left: 15px;
		padding-right: 15px;
	}
	.similar-items-container .heading {
		padding: 0 15px;
	}
	.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
		right: 40px;
	}
	.similar-items-container .heading .heading-content p {
		font-size: 16px;
	}
	.similar-items-container .heading .heading-content h3 {
		font-size: 18px;
	}
	.banner-section img {
		min-height: unset;
		object-fit: cover;
	}
	.header-section .img-holder img{
		min-height: unset;
		object-fit: contain;
	}
	.header-section .txt-section h2 {
		font-size: 22px;
	}
	.similar-items-container .heading .heading-content h3 {
		font-size: 16px;
	}
	.similar-items-container .heading a span {
		font-size: 12px;
	}
	footer .footer-newsletter p {
		font-size: 14px;
	}
	footer .footer-newsletter form input.submit {
		font-size: 12px;
		padding: 5px 10px;
	}
	.gallery-top-container .gallery-top {
		height: 300px;
	}
	.description-container-item.vans img {
		width: 50px;
	}
	.custom-checkbox-container {
		padding-right: 0;
	}
	.about-us-page h1 {
		font-size: 30px;
	}
	.contact-page address h4 {
		font-size: 18px;
	}
	.contact-page .footer-contact-items {
		padding-left: 0;
		font-size: 16px;
	}
	.basket-page .basket-item {
		display: block;
		text-align: center;
	}
	.basket-item .options-container {
		display: flex;
		margin-bottom: 10px;
		justify-content: center;
	}
	#quantity .quantity-container {
		display: flex;
		justify-content: center;
	}
	.btn {
		padding: 10px 15px;
	}
	.basket-page .basket-item-container h1 {
		font-size: 15px;
	}
	.basket-page .basket-content {
		padding: 0;
	}
	.basket-item .options-container p:last-of-type {
		margin-right: 0;
		padding-right: 0;
	}
	.basket-page .voucher-container {
		margin-bottom: 5px;
	}
	.basket-page .basket-item-container, .basket-page .new-user-container, .basket-page .forgot-pass-container, .basket-page .cart-login-container {
		margin-bottom: 5px;
	}
	.basket-page .delivery-container {
		margin-bottom: 5px;
	}
	.delivery-container h3 {
		font-size: 16px;
	}
	.payment-method-container h3 {
		font-size: 16px;
	}
	footer .footer-newsletter h3 {
		font-size: 20px;
	}
	footer .footer-newsletter p {
		margin-bottom: 10px;
	}
	.history-orders-item.col-sm-2 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.history-orders-detail .col-sm-2 {
		flex-basis: auto;
	}
	.history-orders-detail {
		margin-bottom: 10px;
	}
	.main-heading h1 {
		font-size: 18px;
	}
	.login-form .btn-container a {
		font-size: 12px;
	}
	.popup-body {
		padding: 0;
	}
	.my-details-container .my-details-content {
		max-width: 100%;
	}
	.top-notification-section .top-notification-content a, .top-notification-section .top-notification-content span {
		font-size: 12px;
		font-weight: 400;
		line-height: 1.1;
	}
	.top-notification-section {
		padding: 10px 0;
	}
	.close-notification {
		font-size: 25px !important;
		color: #fff !important;
	}
	.kalkulator {
		padding: 30px 15px;
	}
	.bh-sl-container .bh-sl-map {
		height: 350px;
	}
	.header-section {
		margin-bottom: 20px;
	}
	.text-editor-content .full-text.pravila-kupovine-page h3 {
		font-size: 18px;
	}
	.about-us-page h1 {
		font-size: 22px;
		letter-spacing: normal;
	}
	.text-editor-content .full-text.pravila-kupovine-page h3 {
		margin-top: 30px;
	}
	.text-editor-content p a span {
		font-size: 16px !important;
	}
	.text-editor-content .lead {
		margin-bottom: 20px;
		font-size: 16px;
	}
	.main-section.default-page .text-editor-content img {
		max-width: 100%;
		margin-bottom: 5px;
	}
	.default-page .text-editor-content .col-sm-6 {
		margin-bottom: 30px;
	}
	.default-page .text-editor-content hr {
		display: none;
	}
	.login-via-social-network button {
		width: 100%;
		margin: 0 0px 5px 0px;
	}
	.login-via-social-network {
		display: block;
		padding: 0;
	}
	.banner-section {
		margin: 20px 0;
	}
	.header-section .txt-section {
		position: unset;
	}
	.header-section .txt-section p {
		font-size: 22px;
	}
	.header-section .txt-section span {
		font-size: 12px;
	}
	body.notification-closed.loaded {
		padding-top: 0;
	}
}

/* brisi 20.08.2021. */
.product-full-content .price .sale-txt {
    display: none;
}

.similar-items-container .product-item-img-holder .bottom-txt .category {
	display: none;
}