@font-face {
	font-family: "HeliosCond";
	font-display: swap;
	src: url("/assets/fonts/helios/HE_CN__B.ttf") format("truetype"), url("/assets/fonts/helios/HE_CN__B.woff") format("woff"), url("/assets/fonts/helios/HE_CN__B.svg") format("svg")
}

@font-face {
	font-family: "Inter-Regular";
	font-display: swap;
	src: url("/assets/fonts/inter/Inter-Regular.ttf") format("truetype"), url("/assets/fonts/inter/Inter-Regular.woff") format("woff"), url("/assets/fonts/inter/Inter-Regular.woff2") format("woff2")
}

@font-face {
	font-family: "Inter-SemiBold";
	font-display: swap;
	src: url("/assets/fonts/inter/Inter-SemiBold.ttf") format("truetype"), url("/assets/fonts/inter/Inter-SemiBold.woff") format("woff"), url("/assets/fonts/inter/Inter-SemiBold.woff2") format("woff2")
}

@font-face {
	font-family: "Inter-Bold";
	font-display: swap;
	src: url("/assets/fonts/inter/Inter-Bold.ttf") format("truetype"), url("/assets/fonts/inter/Inter-Bold.woff") format("woff"), url("/assets/fonts/inter/Inter-Bold.woff2") format("woff2")
}

body {
	padding-top: 0px;
	font-size: 15px;
	font-family: "Inter-Regular";
	color: #2f2f2f;
	min-width: 320px;
}

button.close {
	outline: none
}

button.close span {
	color: #F06E25
}

.breadcrumbs a {
	color: #2f2f2f
}

.skalodromi a {
	color: #F06E25;
}
a {
	color: #F06E25;
	transition: all 0.15s ease-out;
}
a:hover {
	color:#c3591d!important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #2f2f2f;
	font-family: "HeliosCond";
	text-transform: uppercase;
	letter-spacing: 0.1em
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: #2f2f2f
}

a:hover {
	color: #F06E25;
	text-decoration: none
}
.btn{
	box-shadow: none!important;
}
.btn-primary {
	color: #fff!important;
	background-color: #F06E25!important;
	border-color: #F06E25!important;
	border-radius: 0;
	text-transform: uppercase;
	font-family: Inter-SemiBold;
	border-radius: 2px!important;
}

.btn-primary:hover,
.btn-primary:focus{
	background-color: #d74c00!important;
	border-color: #d74c00!important;
	color: #fff!important;
}
a.btn-primary:hover,
a.btn-primary:focus{
	color: #fff!important;
}

.btn-primary:active {
	background-color: #d74c00;
	border-color: #d74c00;
}


.about .col {
	min-width: unset;
}

a.nav-link:hover {
	color: #ff5a00 !important;
}

header {
	padding-left: 0 !important;
	padding-right: 0 !important;
	position: relative;
	z-index: 100;
	position: relative;
	transition: box-shadow 0.2s linear;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #fff;
	transition: box-shadow 0.2s linear, background-color 0.2s linear
}

header:not(.with-bg) #mobileNav a {
	color: black;

}

header.darken .gradient {
	display: none !important
}

header.with-bg #mobileNav {
	font-family: Inter-Regular !important
}

header.with-bg .top-line a {
	color: #fff;
}

header.with-bg .lang {
	font-family: Inter-Regular !important
}

header.with-bg .lang a.active {
	color: #fff !important
}

header #mobileNav {
	font-family: Inter-SemiBold !important;
	max-height: calc(100vh - 60px)
}

header a {
	color: #2f2f2f
}

header .lang {
	font-family: Inter-Regular !important
}

header .lang a.active {
	color: #898989 !important
}

header.darken {
	background-color: rgba(0, 0, 0, 0.5) !important
}

header.shadow,
header.shadow2 {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.3)
}

header .gradient {
	position: absolute;
	z-index: 2;
	width: 100%;
	top: 0;
	left: 0;
	height: 108px;
	background: #000;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%)
}

header .top-line {
	z-index: 3;
	position: relative
}

header .top-line nav .navbar-toggler {
	border: 1px solid rgba(0, 0, 0, 0.1)
}

header .top-line nav li a {
	text-transform: uppercase;
	white-space: nowrap
}

header .top-line .lang {
	margin-right: 20px
}

header .top-line .lang a:nth-child(1) {
	margin-right: 10px
}

header .top-line img.user {
	margin-right: 20px;
	cursor: pointer
}

header .top-line .cart {
	position: relative;
	cursor: pointer
}

header .top-line .cart img.hover {
	display: none;
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin-left: -6px
}

header .top-line .cart .items-count {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 24px;
	font-size: 12px;
	width: 24px;
	background-color: #fff;
	border-radius: 100%;
	color: black;
	position: absolute;
	right: -10px;
	top: -10px
}

header .search-block {
	display: none;
	z-index: 2;
	left: 0;
	top: 108px;
	position: absolute;
	background-color: #fff
}

header .search-block .search input {
	padding: 0 30px 0 0
}

header .search-block.active {
	display: block;
	box-shadow: 17px 30px 30px 0px rgba(0, 0, 0, 0.1)
}

header .search-block .menu-block li:first-child a {
	text-transform: uppercase;
	font-family: 'Inter-SemiBold'
}

header .search-block .menu-block .skalodromi nav.navbar {
	padding-left: 0
}

header .search-block .menu-block .hooks a {
	font-family: 'Inter-SemiBold'
}

header .search-block .menu-block .skalodromi span {
	text-transform: uppercase
}

header .search-block .menu-block .hooks {
	color: #2f2f2f
}

header .search-block .menu-block .hooks .nav-link {
	color: #2f2f2f;
	text-transform: uppercase
}

header .search-block .to_buyers>span {
	font-family: 'Inter-SemiBold'
}

header .search-block .to_buyers>nav {
	margin-top: 0
}

header .search-block .nav-link {
	color: #2f2f2f
}

@media (max-width: 991.98px) {
	header.expanded {
		background-color: #fff !important
	}
	header.expanded #mobileNav {
		overflow-y: scroll
	}
	header.expanded .top-line nav a {
		color: #2f2f2f !important
	}
	header.expanded .top-line nav .navbar-toggler {
		border: 1px solid rgba(0, 0, 0, 0.1)
	}
	header.expanded .gradient {
		display: none !important
	}
}

@media (max-width: 767.98px) {
	header {
		background-color: #fff
	}
	header .gradient {
		display: none
	}
	header.with-bg.expanded {
		background-color: #fff !important
	}
}

@media (min-width: 576px) {
	header.with-bg {
		background-color: transparent
	}
	header.with-bg.darken {
		background-color: rgba(0, 0, 0, 0.5) !important
	}
	header.with-bg.darken.expanded {
		background-color: #fff !important
	}
	header.with-bg .gradient {
		display: block
	}
	header.with-bg nav .navbar-toggler {
		border: 1px solid rgba(255, 255, 255, 0.2)
	}
}

.cart-info {
	z-index: 2;
	display: none;
	box-shadow: 17px 30px 30px 0px rgba(0, 0, 0, 0.1);
	background-color: #fff
}

.cart-info .wrapper {
	background-color: #fff
}

.cart-info .wrapper .item {
	padding: 10px 20px;
	display: flex;
	align-items: center
}

@media (min-width: 768px) {
	.cart-info {
		box-shadow: none;
		background-color: transparent
	}
	.cart-info .wrapper {
		box-shadow: 17px 30px 30px 0px rgba(0, 0, 0, 0.1)
	}
}

@media (min-width: 992px) {
	header.with-bg {
		background-color: transparent !important
	}
	header.with-bg.darken,
	header.with-bg.expanded.darken {
		background-color: rgba(0, 0, 0, 0.5) !important
	}
}

@media (max-width: 575px) {
	body {
		padding-top: 65px !important
	}
}


.content {
	z-index: 2;
	position: relative
}


.footer {
	z-index: 1;
	font-size: 15px;
	position: relative;
	max-width: 1920px;
	color: #fff
}

.footer span {
	color: #fff
}

.footer .footer-bg {
	background-image: url("/images/index/footer/bg.jpg");
	background-position: center
}

.footer .footer-bg>.content {
	display: flex;
	flex-direction: column;
	justify-content: center
}

.footer .footer-bg>.content span {
	line-height: 1.8
}

.footer .footer-bg>.content .navbar {
	padding: 0
}

.footer .footer-bg>.content .navbar .nav-link {
	padding-top: 0;
	line-height: 1.5;
	padding-bottom: 14px;
}

.footer .footer-bg>.content .navbar li:first-child .nav-link {
	text-transform: uppercase
}

.footer .footer-bg>.content a {
	color: #fff
}

.footer .footer-bg>.content .address-block>div,
.footer .footer-bg>.content .address-block>span {
	display: block;
	margin-bottom: 16px
}

.footer .footer-bg>.content .address-block>div span {
	display: block
}

.footer .footer-bg>.content .address-block>div span.desc {
	font-size: 12px;
	color: #898989
}

.footer .footer-bg>.content .address-block .email img {
	margin-right: 8px
}

.footer .footer-bg>.content .address-block .email span {
	font-size: 12px
}

.footer .footer-bg>.content .address-block .socials {
	margin-top: 50px
}

.footer .footer-bg>.content .address-block .socials img {
	margin-right: 8px
}

.footer .footer-bg>.content .skalodromi span {
	text-transform: uppercase
}

.footer .footer-bg>.content .to_buyers {
	justify-content: flex-end
}

.footer .footer-bg>.content .to_buyers .navbar li:first-child .nav-link {
	text-transform: none
}

.footer .footer-bg>.content .payment_cards {
	justify-content: flex-end
}

.footer .footer-bg>.content .search {
	padding: 0 30px 0 0
}

.footer .footer-bg>.content .search input {
	color: #ffffff;
	border-bottom: 2px solid white
}

.footer .bottom .container {
	color: #2f2f2f;
	height: 100%
}

.footer .bottom .container .privacy-policy1 {
	color: #2f2f2f
}

.footer .bottom .container .privacy-policy2 {
	color: #898989
}



.footer .search,
.search-block .search {
	display: flex;
	flex-direction: column;
	justify-content: flex-end
}

.footer .search .wrap,
.search-block .search .wrap {
	position: relative;
	margin-bottom: 9px
}

.footer .search .wrap input,
.search-block .search .wrap input {
	outline: none;
	background: transparent;
	border: none;
	border-bottom: 2px solid #2f2f2f;
	width: 100%;
	padding-bottom: 4px;
}

.footer .search .wrap input::placeholder,
.search-block .search .wrap input::placeholder {
	font-family: 'Inter-SemiBold'
}

.footer .search .wrap button,
.search-block .search .wrap button {
	outline: none;
	top: 0;
	height: 18px;
	width: 18px;
	border: none;
	background-repeat: no-repeat !important;
	position: absolute;
	right: 0;
	background: url("/images/index/search.svg");
	/*background-size: 100%;*/
}

@media (min-width: 992px) {
	.search-block .search .wrap button {
		outline: none;
		top: 0;
		height: 30px;
		width: 30px;
		border: none;
		background-repeat: no-repeat !important;
		position: absolute;
		right: 0;
		background: url("/images/index/search.svg");
		background-size: 100%;
	}
	.search-block .search .wrap input {
		outline: none;
		background: transparent;
		border: none;
		border-bottom: 2px solid #2f2f2f;
		width: 100%;
		padding-bottom: 4px;
		font-size: 24px;
	}


}

.to_buyers span {
	text-transform: uppercase
}

.to_buyers .navbar {
	flex-wrap: wrap;
	margin-top: 12px;
	padding-left: 0
}

.to_buyers .navbar li:first-child .nav-link {
	text-transform: none;
	padding-left: 0
}

.bootstrap-select {
	border: 1px solid #000
}

.bootstrap-select.show {
	border-bottom: transparent;
	margin-bottom: 1px
}

.bootstrap-select.show button {
	border-bottom: transparent;
	background-image: url("/images/index2/angle-hover.png") !important;
	background-color: transparent !important
}

.bootstrap-select.show button::after {
	content: none
}

.bootstrap-select button.btn.dropdown-toggle {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	text-transform: capitalize;
	border: none;
	height: 54px;
	background-color: transparent;
	background-image: url("/images/index2/angle.png");
	background-repeat: no-repeat;
	background-position: calc(100% - 10px) center
}

.bootstrap-select button.btn.dropdown-toggle:focus,
.bootstrap-select button.btn.dropdown-toggle:active {
	outline: none !important;
	box-shadow: none;
	background-color: transparent
}

.bootstrap-select button.btn.dropdown-toggle::after {
	content: none
}

.dropdown-menu {
	border: 1px solid #000;
	border-top: none;
	margin-top: 0;
	margin-left: -1px;
	box-sizing: content-box !important;
	padding-top: 0;
	padding-bottom: 0
}

.dropdown-menu a {
	height: 54px;
	display: inline-flex;
	align-items: center
}

.dropdown-menu a.selected {
	display: none
}

.dropdown-menu a:hover {
	background-color: #F06E25 !important;
	color: #fff
}

.dropdown-menu a:active {
	outline: none
}

.pagination li {
	padding: 0 10px
}

.pagination li .page-link {
	border: none;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 54px;
	height: 54px;
	background-color: #e8e8e8
}

.pagination li:hover .page-link,
.pagination li.disabled .page-link {
	background-color: #F06E25;
	color: #fff!important;
}

.pagination li.prev a,
.pagination li.next a {
	width: 24px;
	background-color: transparent !important;
	background-image: url("/images/pagination-left-arrow.png");
	background-repeat: no-repeat;
	background-position: center
}

.pagination li.prev a:focus,
.pagination li.next a:focus {
	box-shadow: none
}

.pagination li.prev:hover a,
.pagination li.next:hover a {
	background-color: transparent
}

.pagination li.prev {
	padding-left: 0;
	padding-right: 20px
}

.pagination li.next {
	padding-right: 0;
	padding-left: 20px
}

.pagination li.next a {
	transform: rotate(180deg)
}

.content>hr {
	border-top: 2px solid #000
}

table tr th {
	font-weight: normal;
	padding: 6px 0
}

table tr th:nth-child(2) {
	padding-left: 100px
}

.question {
	font-size: 12px;
	width: 18px;
	height: 18px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	border-radius: 100%;
	background-color: #ff5a00;
	opacity: 0.4;
	transition: opacity 0.2s linear;
	cursor: help
}

.question:hover {
	opacity: 1
}

form.bolty input[type=radio], form.bolty input[type=checkbox] {
	display: none
}

form.bolty input[type=radio]:checked~.btn, form.bolty input[type=checkbox]:checked~.btn {
	border-color: #ff5a00;
	background-color: #ff5a00;
	color: #fff;
	background-image: url("/images/check.png");
	background-repeat: no-repeat;
	background-position: 15px center
}

form .btn {
	text-transform: capitalize;
	border: 1px solid #c6c6c6;
	border-radius: 0;
	width: 180px;
	font-size: 15px
}

form .btn[type=submit] {
	text-transform: uppercase;
	font-family: Inter-SemiBold;
	height: 54px;
	margin-top: 10px
}

form .btn[type=submit].disabled {
	color: #959595;
	background-color: #e8e8e8;
	border-color: #e8e8e8 !important;
}

form .btn[type=submit]:not(.disabled) {
	border-color: #F06E25
}

input {
	padding: 15px 20px;
	border: 1px solid #000
}

input:focus {
	outline: none
}

.btn {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 54px;
	font-size: 15px;
	padding: 0 50px
}

.filter {
	display: flex;
	align-items: center;
	color: #898989
}

.filter a {
	color: #898989;
	font-size: 12px;
	margin-right: 20px
}

.products {
	position: relative;
	z-index: 2
}

.products>.col {
	z-index: 1
}

.products>.col:hover {
	z-index: 2
}

.products>.col .product_wrapper {
	overflow: hidden
}

.products>.col .product_wrapper.expanded {
	overflow: visible
}

.products>.col .product_wrapper.expanded .hidden-content {
	display: block !important
}

.products>.col .product_wrapper .product {
	background-color: #fff;
	padding: 20px;
	margin-left: -20px;
	margin-right: -20px;
	box-shadow: 17px 30px 30px 0px rgba(0, 0, 0, 0.1)
}

.products>.col .product_wrapper .product .img_wrap {
	height: 320px;
	display: flex;
	justify-content: center;
	align-items: center
}

.products>.col .product_wrapper .product .img_wrap .label {
	z-index: 1;
	font-family: Inter-Bold;
	position: absolute;
	left: 20px;
	top: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	height: 54px;
	width: 54px;
	border-radius: 100%
}

.products>.col .product_wrapper .product .img_wrap .label.sale {
	background-color: #ff0000
}

.products>.col .product_wrapper .product .img_wrap .label.new {
	background-color: #78cc00
}

.products>.col .product_wrapper .product .img_wrap .label.hit {
	background-color: #ff5a00
}

.products>.col .product_wrapper .product .img_wrap img {
	width: 100%;
	z-index: 2
}

.products>.col .product_wrapper .product .heading {
	margin-bottom: 14px
}

.products>.col .product_wrapper .product .heading .desc {
	display: block;
	font-size: 12px;
	color: #898989
}

.products>.col .product_wrapper .product .heading a.title {
	letter-spacing: 0.05rem;
	color: #2f2f2f;
	font-family: "HeliosCond" !important;
	font-size: 24px;
	text-transform: uppercase;
	display: inline-block
}

.products>.col .product_wrapper .product .price {
	font-family: "Inter-Bold";
	text-transform: uppercase;
	font-size: 18px;
	margin-right: 10px;
	display: block;
	margin-bottom: 20px;
}

.products>.col .product_wrapper .product .oldprice {
	color: #898989;
	font-size: 15px;
	text-decoration: line-through
}

.products>.col .product_wrapper .product .hidden-content .count {
	display: block
}

.products>.col .product_wrapper .product .hidden-content .color-picker {
	display: flex;
	padding: 0 12px;
	margin-bottom: 10px
}

.products>.col .product_wrapper .product .hidden-content .color-picker>.wrapper {
	cursor: pointer;
	position: relative;
	padding: 2px;
}

.products>.col .product_wrapper .product .hidden-content .color-picker>.wrapper .choose {
	opacity: 0.2;
	display: none;
	position: absolute;
	top: -12px;
	margin-left: -6px;
	left: 50%
}

.products>.col .product_wrapper .product .hidden-content .color-picker>.wrapper:hover .choose {
	display: block
}

.products>.col .product_wrapper .product .hidden-content .color-picker>.wrapper.active .choose {
	display: block;
	opacity: 1
}

.products>.col .product_wrapper .product .hidden-content .color-picker>.wrapper .color {
	height: 18px;
	width: 18px;
	border-radius: 100%
}

.products>.col .product_wrapper .product .hidden-content label .btn,
.products>.col .product_wrapper .product .hidden-content .btn[type=submit] {
	padding-left: 0;
	padding-right: 0
}

.products>.col .product_wrapper .product .hidden-content label .btn {
	height: 40px
}

.modal {
	padding-right: 0 !important
}

.modal .modal-dialog {
	padding-top: 20px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
	margin-top: 0;
	max-width: none;
	background-color: #fff
}

.modal .modal-dialog .modal-content {
	position: relative;
	border: none
}

.modal .modal-dialog .modal-content .modal-header,
.modal .modal-dialog .modal-content .modal-body,
.modal .modal-dialog .modal-content .modal-footer {
	padding-left: 0;
	padding-right: 0
}

.modal .modal-dialog .modal-content .modal-header {
	border: none;
	justify-content: center
}

.modal .modal-dialog .modal-content .cart-item {
	border-bottom: none
}

.modal .modal-dialog .modal-content .modal-footer {
	border-top: 2px solid #000;
	justify-content: space-between
}

.modal .modal-dialog .modal-content .modal-footer .btn.back {
	text-transform: capitalize;
	padding-left: 0
}

.modal .close {
	color: #F06E25;
	outline: none
}

.modal#fullView {
	height: 100%;
	box-shadow: 17px 30px 30px 0px rgba(0, 0, 0, 0.1)
}

.modal#fullView.swiper-not-initialized {
	display: block;
	visibility: hidden
}

.modal#fullView .modal-dialog {
	height: 100%;
	margin-bottom: 0
}

.modal#fullView .modal-dialog .modal-content {
	height: 100%
}

.modal#fullView .modal-dialog .modal-content .swiper-container .swiper-slide {
	cursor: grab;
	height: 100%;
	width: 100%
	align-self: center;
}

.modal#fullView .modal-dialog .modal-content .modal-body {
	display: flex;
	justify-content: center;
	height: 50%
}

.modal#fullView .modal-dialog .modal-content .modal-body .pagination {
	height: 0;
	z-index: 2;
	top: 50%;
	position: absolute;
	margin-top: -24px;
	padding: 0
}

.modal#fullView .modal-dialog .modal-content .modal-body .prev-slide,
.modal#fullView .modal-dialog .modal-content .modal-body .next-slide {
	margin-right: 0;
	margin-left: 0
}

.modal#fullView .modal-dialog .modal-content .modal-body .prev-slide {
	left: 0
}

.modal#fullView .modal-dialog .modal-content .modal-body .next-slide {
	right: 0
}


.products-mobile {
	position: relative;
	z-index: 2
}

.products-mobile .swiper-container {
	padding-bottom: 20px
}

.products-mobile .swiper-container .swiper-pagination {
	bottom: 0;
	margin: 0 15px;
	position: relative;
	width: auto;
	left: 0
}

.products-mobile .swiper-container .swiper-pagination .swiper-pagination-bullet {
	margin: 0 15px;
	width: 12px;
	height: 12px
}

.products-mobile .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #F06E25
}

.products-mobile .swiper-container .swiper-wrapper>.col {
	z-index: 1
}

.products-mobile .swiper-container .swiper-wrapper>.col .product_wrapper .product {
	background-color: #fff;
	padding: 20px;
	margin-left: -20px;
	margin-right: -20px;
	padding-bottom: 0
}

.products-mobile .swiper-container .swiper-wrapper>.col .product_wrapper .product button {
	margin-top: 0;
	padding: 0
}

.products-mobile .swiper-container .swiper-wrapper>.col .product_wrapper .product .img_wrap {
	height: 320px;
	display: flex;
	justify-content: center;
	align-items: center
}

.products-mobile .swiper-container .swiper-wrapper>.col .product_wrapper .product .img_wrap .label {
	z-index: 1;
	font-family: Inter-Bold;
	position: absolute;
	left: 20px;
	top: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	height: 54px;
	width: 54px;
	border-radius: 100%
}

.products-mobile .swiper-container .swiper-wrapper>.col .product_wrapper .product .img_wrap .label.sale {
	background-color: #ff0000
}

.products-mobile .swiper-container .swiper-wrapper>.col .product_wrapper .product .img_wrap .label.new {
	background-color: #78cc00
}

.products-mobile .swiper-container .swiper-wrapper>.col .product_wrapper .product .img_wrap .label.hit {
	background-color: #ff5a00
}

.products-mobile .swiper-container .swiper-wrapper>.col .product_wrapper .product .img_wrap img {
	z-index: 2
}

.products-mobile .swiper-container .swiper-wrapper>.col .product_wrapper .product .heading {
	margin-bottom: 14px
}

.products-mobile .swiper-container .swiper-wrapper>.col .product_wrapper .product .heading .desc {
	display: block;
	font-size: 12px;
	color: #898989
}

.products-mobile .swiper-container .swiper-wrapper>.col .product_wrapper .product .heading a.title {
	letter-spacing: 0.05rem;
	color: #2f2f2f;
	font-family: "HeliosCond" !important;
	font-size: 24px;
	text-transform: uppercase;
	display: inline-block
}

.products-mobile .swiper-container .swiper-wrapper>.col .product_wrapper .product .price,
.products-mobile .swiper-container .swiper-wrapper>.col .product_wrapper .product .oldprice {
	margin-bottom: 10px;
	line-height: 33px
}

.products-mobile .swiper-container .swiper-wrapper>.col .product_wrapper .product .price {
	font-family: "Inter-Bold";
	text-transform: uppercase;
	font-size: 22px;
	margin-right: 10px
}

.products-mobile .swiper-container .swiper-wrapper>.col .product_wrapper .product .oldprice {
	margin-right: auto;
	color: #898989;
	font-size: 16px;
	text-decoration: line-through
}

.products-mobile .swiper-container .swiper-wrapper>.col .product_wrapper .product .hidden-content .count {
	display: block
}

.products-mobile .swiper-container .swiper-wrapper>.col .product_wrapper .product .hidden-content .color-picker {
	display: flex;
	padding: 0 12px;
	margin-bottom: 10px
}

.products-mobile .swiper-container .swiper-wrapper>.col .product_wrapper .product .hidden-content .color-picker>.wrapper {
	cursor: pointer;
	position: relative;
	padding: 0 3px;
	padding-top: 14px;
	margin-top: 4px
}

.products-mobile .swiper-container .swiper-wrapper>.col .product_wrapper .product .hidden-content .color-picker>.wrapper .choose {
	opacity: 0.2;
	display: none;
	position: absolute;
	top: -16px;
	margin-left: -6px;
	left: 50%
}

.products-mobile .swiper-container .swiper-wrapper>.col .product_wrapper .product .hidden-content .color-picker>.wrapper.active .choose {
	display: block;
	opacity: 1
}

.products-mobile .swiper-container .swiper-wrapper>.col .product_wrapper .product .hidden-content .color-picker>.wrapper .color {
	height: 18px;
	width: 18px;
	border-radius: 100%
}

.products-mobile .swiper-container .swiper-wrapper>.col .product_wrapper .product .hidden-content label .btn,
.products-mobile .swiper-container .swiper-wrapper>.col .product_wrapper .product .hidden-content .btn[type=submit] {
	padding-left: 0;
	padding-right: 0
}

.products-mobile .swiper-container .swiper-wrapper>.col .product_wrapper .product .hidden-content label .btn {
	height: 40px
}

.skalodromi {
	position: relative;
	z-index: 1
}

.skalodromi>.col {
	z-index: 1
}

.skalodromi>.col:hover {
	z-index: 2
}

.skalodromi>.col .product_wrapper {
	overflow: hidden
}

.skalodromi>.col .product_wrapper.expanded {
	overflow: visible
}

.skalodromi>.col .product_wrapper.expanded .hidden-content {
	display: block !important
}

.skalodromi>.col .product_wrapper .product {
	background-color: #fff;
	padding: 20px;
	margin-left: -20px;
	margin-right: -20px;
	box-shadow: 17px 30px 30px 0px rgba(0, 0, 0, 0.1)
}

.skalodromi>.col .product_wrapper .product img.main {
	width: 100%;
	object-fit: cover
}

.skalodromi>.col .product_wrapper .product .name {
	display: inline-flex;
	align-items: center
}

.skalodromi>.col .product_wrapper .product span.desc {
	display: inline-block
}

.skalodromi>.col .product_wrapper .product .price {
	font-family: "Inter-Bold";
	display: block;
	text-transform: uppercase;
	font-size: 18px;
	margin-right: 10px;
	margin: 20px 0 15px
}

.skalodromi>.col .product_wrapper .hidden-content {
	display: none
}

.skalodromi button {
	margin: 50px auto 0;
	padding: 0 50px;
	height: 50px
}

@media (max-width: 1199.98px) {
	.skalodromi .product img.main {
		height: 330px
	}
}

@media (min-width: 992px) {
	.skalodromi .product img.main {
		height: 290px
	}
}

@media (max-width: 767.98px) {
	.skalodromi .product img.main {
		height: 240px
	}
	.search-hide {
		display: none;
	}
	header .search-block {
		top: 68px !important;
	}
	header .search-icon {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
}

@media (min-width: 1200px) {
	.skalodromi .product img.main {
		height: 360px
	}
}

.skalodromi-mobile {
	position: relative;
	z-index: 1
}

.skalodromi-mobile .swiper-container {
	padding-bottom: 20px
}

.skalodromi-mobile .swiper-container .swiper-pagination {
	bottom: 0;
	margin: 0 15px;
	position: relative;
	width: auto;
	left: 0
}

.skalodromi-mobile .swiper-container .swiper-pagination .swiper-pagination-bullet {
	margin: 0 15px;
	width: 12px;
	height: 12px
}

.skalodromi-mobile .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #F06E25
}

.skalodromi-mobile .swiper-container .swiper-wrapper>.col {
	z-index: 1
}

.skalodromi-mobile .swiper-container .swiper-wrapper>.col:hover {
	z-index: 2
}

.skalodromi-mobile .swiper-container .swiper-wrapper>.col .product_wrapper .product {
	background-color: #fff;
	padding: 20px;
	margin-left: -20px;
	margin-right: -20px;
	padding-bottom: 0
}

.skalodromi-mobile .swiper-container .swiper-wrapper>.col .product_wrapper .product img.main {
	width: 100%;
	object-fit: cover
}

.skalodromi-mobile .swiper-container .swiper-wrapper>.col .product_wrapper .product .name {
	display: inline-flex;
	align-items: center
}

.skalodromi-mobile .swiper-container .swiper-wrapper>.col .product_wrapper .product span.desc {
	display: inline-block
}

.skalodromi-mobile .swiper-container .swiper-wrapper>.col .product_wrapper .product .price {
	font-family: "Inter-Bold";
	display: block;
	text-transform: uppercase;
	font-size: 18px;
	margin-right: 10px;
	margin: 20px 0 15px
}

.skalodromi-mobile .swiper-container .swiper-wrapper button {
	margin: 50px auto 0;
	padding: 0 50px;
	height: 50px
}

.about {
	display: flex
}

.about a img {
	transition: transform 0.2s linear
}

.about a img:hover {
	transform: scale(1.05)
}

.about .col {
	flex-grow: unset
}

.about .col .img_wrap {
	height: 183px;
	display: flex;
	align-items: center
}

.about .col .heading {
	padding-top: 20px;
	display: flex;
	justify-content: center
}

.about .col .heading a {
	font-family: "Inter-SemiBold";
	color: #2f2f2f;
	text-transform: uppercase
}

header {
	padding-left: 0 !important;
	padding-right: 0 !important;
	position: relative;
	z-index: 100;
	position: relative;
	transition: box-shadow 0.2s linear;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #fff;
	transition: box-shadow 0.2s linear, background-color 0.2s linear
}

header:not(.with-bg) #mobileNav a {
	color: black;
	font-size: 13px;
}

header.darken .gradient {
	display: none !important
}

header.with-bg #mobileNav {
	font-family: Inter-Regular !important
}

header.with-bg .top-line a {
	color: #fff;
}

header.with-bg .lang {
	font-family: Inter-Regular !important
}

header.with-bg .lang a.active {
	color: #fff !important
}

header #mobileNav {
	font-family: Inter-SemiBold !important;
	max-height: calc(100vh - 60px)
}

header a {
	color: #2f2f2f
}

header .lang {
	font-family: Inter-Regular !important
}

header .lang a.active {
	color: #898989 !important
}

header.darken {
	background-color: rgba(0, 0, 0, 0.5) !important
}

header.shadow,
header.shadow2 {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.3)
}

header .gradient {
	position: absolute;
	z-index: 2;
	width: 100%;
	top: 0;
	left: 0;
	height: 108px;
	background: #000;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%)
}

header .top-line {
	z-index: 3;
	position: relative
}

header .top-line nav .navbar-toggler {
	border: 1px solid rgba(0, 0, 0, 0.1)
}

header .top-line nav li a {
	text-transform: uppercase;
	white-space: nowrap
}

header .top-line .lang {
	margin-right: 20px
}

header .top-line .lang a:nth-child(1) {
	margin-right: 10px
}

header .top-line img.user {
	margin-right: 20px;
	cursor: pointer
}

header .top-line .cart {
	position: relative;
	cursor: pointer
}

header .top-line .cart img.hover {
	display: none;
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin-left: -6px
}

header .top-line .cart .items-count {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 24px;
	font-size: 12px;
	width: 24px;
	background-color: #fff;
	border-radius: 100%;
	color: black;
	position: absolute;
	right: -10px;
	top: -10px
}

header .search-block {
	display: none;
	z-index: 20;
	left: 0;
	top: 108px;
	position: absolute;
	background-color: #fff
}

header .search-block .search input {
	padding: 0 30px 0 0
}

header .search-block.active {
	display: block;
	box-shadow: 17px 30px 30px 0px rgba(0, 0, 0, 0.1)
}

header .search-block .menu-block li:first-child a {
	text-transform: uppercase;
	font-family: 'Inter-SemiBold'
}

header .search-block .menu-block .skalodromi nav.navbar {
	padding-left: 0
}

header .search-block .menu-block .hooks a {
	font-family: 'Inter-SemiBold'
}

header .search-block .menu-block .skalodromi span {
	text-transform: uppercase
}

header .search-block .menu-block .hooks {
	color: #2f2f2f
}

header .search-block .menu-block .hooks .nav-link {
	color: #2f2f2f;
	text-transform: uppercase
}

header .search-block .to_buyers>span {
	font-family: 'Inter-SemiBold'
}

header .search-block .to_buyers>nav {
	margin-top: 0
}

header .search-block .nav-link {
	color: #2f2f2f
}

@media (max-width: 991.98px) {
	header.expanded {
		background-color: #fff !important
	}
	header.expanded #mobileNav {
		overflow-y: scroll
	}
	header.expanded .top-line nav a {
		color: #2f2f2f !important
	}
	header.expanded .top-line nav .navbar-toggler {
		border: 1px solid rgba(0, 0, 0, 0.1)
	}
	header.expanded .gradient {
		display: none !important
	}
}

@media (max-width: 767.98px) {
	header {
		background-color: #fff
	}
	header .gradient {
		display: none
	}
	header.with-bg.expanded {
		background-color: #fff !important
	}
}

@media (min-width: 576px) {
	header.with-bg {
		background-color: transparent
	}
	header.with-bg.darken {
		background-color: rgba(0, 0, 0, 0.5) !important
	}
	header.with-bg.darken.expanded {
		background-color: #fff !important
	}
	header.with-bg .gradient {
		display: block
	}
	header.with-bg nav .navbar-toggler {
		border: 1px solid rgba(255, 255, 255, 0.2)
	}
	.bg-img .content.container.pt-4 {
		margin-top: 95px;
	}
}

.cart-info {
	z-index: 2;
	display: none;
	box-shadow: 17px 30px 30px 0px rgba(0, 0, 0, 0.1);
	background-color: #fff
}

.cart-info .wrapper {
	background-color: #fff
}

.cart-info .wrapper .item {
	padding: 10px 20px;
	display: flex;
	align-items: center
}

@media (min-width: 768px) {
	.cart-info {
		box-shadow: none;
		background-color: transparent
	}
	.cart-info .wrapper {
		box-shadow: 17px 30px 30px 0px rgba(0, 0, 0, 0.1)
	}
}

@media (min-width: 992px) {
	header.with-bg {
		background-color: transparent !important
	}
	header.with-bg.darken,
	header.with-bg.expanded.darken {
		background-color: rgba(0, 0, 0, 0.5) !important
	}
}

@media (max-width: 575px) {
	body {
		padding-top: 65px !important
	}
}

.swiper-main {
	height: 800px;
	position: relative
}

.swiper-main .swiper-wrapper {
	height: 800px
}

.swiper-main .swiper-container {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}

.swiper-main .swiper-slide>div{
	bottom: 0;
}

.swiper-main .swiper-container img.swiper-slide {
	object-fit: cover;
	width: 100%;
	height: 100%;
	background: #777;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	font-size: 40px
}

.swiper-main .swiper-container .bullets {
	position: absolute;
	bottom: 0
}

.swiper-main .swiper-container .bullets>.container {
	position: relative;
	z-index: 1
}

.swiper-main .swiper-container .heading {
	color: #fff;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	justify-content: center;
}

.swiper-main .swiper-container .heading h1 {
	color: #fff;
	font-size: 72px
}

.swiper-main .swiper-container .heading h2 {
	color: #fff;
	font-size: 72px
}

.swiper-main .swiper-container .heading p {
	color: #fff;
	font-size: 18px
}


@media (max-width: 1200px) {
	.swiper-main .swiper-container .heading h2 {
		color: #fff;
		font-size: 50px
	}

	.swiper-main .swiper-container .heading p {
		color: #fff;
		font-size: 14px
	}
}

@media (max-width: 1000px) {
	.swiper-main .swiper-container .heading h2 {
		color: #fff;
		font-size: 30px
	}

	.swiper-main .swiper-container .heading p {
		color: #fff;
		font-size: 12px
	}
}

@media (max-width: 650px) {
	.swiper-main .swiper-container .heading h2 {
		color: #fff;
		font-size: 20px
	}

	.swiper-main .swiper-container .heading p {
		color: #fff;
		font-size: 10px
	}
}

@media (max-width: 400px) {
	.swiper-main .swiper-container .heading p {
		display: none;
	}
}

.swiper-main .swiper-container .bullets>.container .buttons {

	position: relative;
	justify-content: space-between
}

.swiper-main .swiper-container .bullets>.container .buttons a {
	height: 54px
}

.swiper-main .swiper-container .bullets>.container .buttons .cat {
	padding-left: 95px;
	padding-right: 95px;
	position: relative
}

.swiper-main .swiper-container .bullets>.container .buttons a.cat img {
	position: absolute;
	right: -14px;
	top: 50%;
	margin-top: -7px
}

.swiper-main .swiper-container .bullets>.container .buttons img.scroll {
	position: absolute;
	left: 50%;
	margin-left: -11px;
	bottom: 16px;
}

.swiper-main .swiper-container .bullets>.container .buttons button.next-slide,
.swiper-main .swiper-container .bullets>.container .buttons button.prev-slide {
	width: 54px;
	background-image: url("/images/index/left.png");
	background-repeat: no-repeat;
	background-position: center center;
	padding: 0
}

.swiper-main .swiper-container .bullets>.container .buttons .next-slide {
	transform: rotate(180deg)
}

.swiper-main .swiper-container .bullets>.container .buttons .swiper-pagination {
	margin: 0 15px;
	position: relative;
	width: auto;
	left: 0
}

.swiper-main .swiper-container .bullets>.container .buttons .swiper-pagination .swiper-pagination-bullet {
	margin: 0 15px;
	width: 12px;
	height: 12px;
	background-color: #fff;
	opacity: 1
}

.swiper-main .swiper-container .bullets>.container .buttons .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #F06E25
}

body>.content {
	padding-top: 90px
}

body>.content section {
	margin-bottom: 60px
}

body>.content .main-categories a img {
	transition: transform 0.2s linear
}

body>.content .main-categories a img:hover {
	transform: scale(1.05)
}

body>.content .main-categories .block {
	display: flex;
	flex-direction: column;
	justify-content: space-between
}

body>.content .main-categories .block.right {
	height: 50%
}

body>.content .main-categories .block .heading {
	padding-top: 20px;
	height: 100px
}

body>.content .main-categories .block .heading .desc {
	color: #898989
}

body>.content .blog {
	margin-top: 30px
}

body>.content .blog .col img {
	width: 100%;
	object-fit: cover;
	margin-bottom: 20px
}

.blog_detail {
	flex: unset;
	max-width: unset;
}

.blog_detail_img {
	margin-top: 25px;
}


@media (max-width: 1199.98px) {
	.swiper-main,
	.swiper-main .swiper-wrapper {
		height: 400px
	}
}

@media (min-width: 992px) {
	.swiper-main,
	.swiper-main .swiper-wrapper {
		height: 800px
	}
}

@media (max-width: 991.98px) {
	.swiper-main h1 {
		font-size: 40px !important
	}
}

@media (max-width: 1199.98px) {
	.blog .col img {
		height: 210px
	}
}

@media (min-width: 992px) {
	.blog .col img {
		height: 210px
	}
}

@media (max-width: 991.98px) {
	.blog .col img {
		height: 210px
	}
}

@media (max-width: 767.98px) {
	.blog .col img {
		height: 100%; /*240px*/
		object-fit: inherit;
	}
}

@media (min-width: 1200px) {
	.blog .col img {
		height: 255px
	}
}

.blog .btn {
	margin: 25px auto 0;
	padding: 0 50px;
	height: 50px;
	width: fit-content;
	color: #fff;
}

/* Comanda */

.comanda .photo {
	background-color: #ccc;
	width: 200px;
	height: 200px;
	border-radius: 100%;
	background-size: contain!important;
}

/* About */

.sidebar .navbar {
	padding-left: 0; }
.sidebar .navbar a {
	color: #2f2f2f; }
.sidebar .navbar a.active {
	color: #898989; }

.sidebar h1 {
	font-size: 72px; }

.sidebar h2 {
	font-size: 30px; }

.content h3 {
	font-size: 18px !important; }

.sidebar b {
	font-family: Inter-SemiBold;
	font-weight: normal;
	text-transform: uppercase; }
.sidebar b.attention {
	color: #ff5a00; }

.card__img--hidden {
	position: absolute;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	opacity: 0;
	z-index: -1;
	transition: .3s;
	padding: 0px 15px 0px 15px;
}
.card__img--hidden:hover {
	z-index: 2;
	opacity: 1;
	-webkit-animation: rotateimglast 0.5s;
	animation: rotateimglast 0.5s;
}
.ui-slider-handle{
	border: none!important;
	outline: none!important;
}

#del_filter{
	text-decoration: none!important;
}
#del_filter:hover{
	background-color: #D8D8D8;
}
.modal-dialog button.close{
	font-size: 34px;
}
.swiper-button-disabled{
	visibility: hidden;
}

.cart-item img {

	max-height: 300px;
}
.swiper-main .swiper-container .bullets > .container .buttons a.cat img{
	position: static;
	margin-top: 0px;
	margin-left: 10px;
	width: 18px;
}    .swiper-main h2{
		 text-shadow: 1px 1px 1px #333;
	 }
.swiper-main h1{
	text-shadow: 1px 1px 1px #333;
}
.logo{
	height: 78px;
	transition: all 0.2s ease-out;
}
.darken .logo {
	height: 58px;
}
header .items-count+img{
	height: 28px;
}
header .top-line .cart .items-count{
	border: 1px solid #ff5a00;
	color: #ff5a00;
	font-weight: bold;
}
@media(max-width: 767px){
	.logo,
	.darken .logo {
		height: 52px;
	}
	.footer .logo {
		height: 62px;
	}
}
@media(max-width: 479px){
	.about h3.heading{
		font-size: 14px!important;
		letter-spacing: -.5px;
	}
	.h1, h1 {
		font-size: 2rem;
	}
	.h2, h2 {
		font-size: 1.5rem;
	}
	.swiper-main .swiper-container .bullets > .container .buttons .swiper-pagination{
		width: calc(100% - 108px);
	}
	.swiper-main .swiper-container .bullets > .container .buttons .position-absolute{
		left: 0;
		right: 0;
		bottom: 0;
	}
	/*.swiper-main h1 {*/
	/*    font-size: 40px !important;*/
	/*}*/
	/*.swiper-main h2 {*/
	/*    font-size: 40px !important;*/
}
.swiper-main .swiper-container .heading span{
	line-height: 24px;
	display: block;
	margin-top: 10px;
}
.swiper-main, .swiper-main .swiper-wrapper {
	height: 320px;
}
/*.swiper-main h2{*/
/*    font-size: 32px !important;*/
/*}*/
/*.swiper-main h1{*/
/*    font-size: 32px !important;*/
/*}*/
}
@media(max-width: 991px){
	.bottom{
		font-size: 80%;
	}
}
.address-block .desc{
	font-family: "HeliosCond";
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
@media(max-width: 991px){
	.left-sidebar{
		display: none;
	}
	#set_filter,
	#del_filter{
		width: 100%;
	}
}
@media(min-width: 992px){
	.left-sidebar{
		display: block!important;
	}
}
.page-link:focus{
	box-shadow:none!important;
}
@media(max-width: 419px){
	[data-entity="main-button-container"]{
		width: 100%;
	}
	.count-to-cart .btn[type="submit"]{
		margin-left: 0;
		margin-top: 12px!important;
		width: 100%;
	}
	[data-entity="quantity-block"]{
		width: 100%;
	}
}
.products-mobile .swiper-container .swiper-wrapper > .col .product_wrapper .product .img_wrap img{
	max-width: 100%;
	height: auto;
}
.basket-items-list{
	padding: 0;
}
.basket-checkout-container{
	border: none;
}
.img_wrap img{
	max-width: 100%;
	height: auto;
}
#set_filter{
	width: 100%
}
#del_filter{
	width: 100%
}
.products > .col .product_wrapper .product .hidden-content .color-picker{
	margin-left: -5px;
	margin-right: -12px;
}
.product-item-info-container{
	padding-top: 16px;
}
@media(max-width: 767px){
	.products > .col .product_wrapper .product .hidden-content .color-picker{
		justify-content: center;
	}
	.products > .col .product_wrapper .product .hidden-content label .btn, .products > .col .product_wrapper .product .hidden-content .btn[type="submit"]{
		margin-left: auto;
		margin-right: auto;
	}
	.product{
		text-align: center;
	}
	.products > .col .product_wrapper .product .hidden-content .color-picker > .wrapper .color{
		height: 32px;
		width: 32px;
	}
	body .main .color-picker > .wrapper{
		padding: 8px 4px;
	}
	body .main .color-picker > .wrapper .color {
		height: 32px;
		width: 32px;
	}
	body .main .color-picker > .wrapper .choose{
		top: -2px;
	}
	body .main .color-picker > .wrapper{
		margin-top: 0;
	}
	body .main .color-picker{
		margin-top: 16px;
	}
	body .main .gallery-thumbs .swiper-slide-thumb-active{
		margin: 1px 0;
	}
}
.gallery-thumbs{
	display: none;
}
.gallery-thumbs.swiper-container-initialized{
	display: block;
}
body .card__img--hidden{
	padding: 0;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
}
.img_wrap>a{
	position: relative;
}
.products > .col .product_wrapper .product .img_wrap .label{
	z-index: 100;
}
.bg-img h2{
	text-shadow: 1px 1px 1px #fff;
}
.gallery-thumbs-2-slide img{
	max-width: 100%;
	height: auto!important;
	margin: auto;
}
.gallery-thumbs-2-wrapper{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}
.gallery-thumbs-2-slide{
	position: relative;
	-ms-flex: 0 0 33.3333%;
	flex: 0 0 33.3333%;
	max-width: 33.3333%;
	padding: 10px;
	cursor: pointer;
}
.d3{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: rgba(255,255,255,.8);
	padding: 5px;
	border-radius: 8px;
	cursor: pointer;
}

header .top-line .menu{
	font-size: 28px;
	color: #000;
	cursor: pointer;
	transition: all 0.15s ease-out;
}
header.with-bg .top-line .menu{
	color: #fff;
}
header .top-line .menu:hover{
	color: #ff5a00;
}
header .top-line a.personal{
	font-size: 28px;
	color: #ff5a00;
	cursor: pointer;
	transition: all 0.15s ease-out;
}

.cart-info{
	top: 40px;
	color: #000;
	font-size: 14px;
}

header.with-bg .navbar-light .navbar-nav .nav-link{
	color: #fff;
	font-size: 13px;
}

header .top-line a.personal:hover,
header .top-line a.cart:hover{
	color: #ff5a00!important;
}
.search-page .form-control{
	font-size: 16px;
	line-height: 24px;
	padding: 13px 16px;
	height: auto;
	margin-right: 20px;
}
.search-page .btn{
	margin: 0!important;
}
.menu-block .navbar-nav{
	width: 100%;
}
@media(max-width:991px){
	header .logo {
		height: 65px;
	}
	#mobileNav{
		width: 100%;
	}
	.navbar-nav{
		margin-left: 0;
		margin-right: 0;
	}
}
@media(max-width:479px){
	.search-page .input-group{
		flex-direction: column;
	}
	.search-page .form-control {
		width: 100%;
		margin: 0;
		margin-bottom: 10px;
	}
	.search-page .btn{
		width: 100%;
	}
	header .top-line>.navbar{
		margin-bottom: 0;
	}
	header .logo {
		height: 50px;
	}
}
.navbar-toggler {
	padding: 5px 10px;
}
.navbar-toggler-icon{
	width: 30px;
	height: 30px;
}
.btn-link{
	color: #F06E25 !important
}
.lang-btn{
	font-size: 22px;
	color: #ff5a00;
	cursor: pointer;
	transition: all 0.15s ease-out;
}
header.with-bg .top-line a.lang-btn{
	color: #ff5a00;
}
@media(max-width: 992px){
	.lang-btn-2 {
		display: none;
	}
	[data-entity="buttons-block"] button{
		margin: auto;
	}
}


header .top-line a.items{
	padding: 0 0 0 14px !important;
	/*margin: 0 !important;*/
}

@media(max-width: 390px){
	header .top-line a.items{
		padding: 0 0 0 4px !important;
		/*margin: 0 !important;*/
		margin-left: 0px;
		margin-right: 0px;
	}
	header .top-line a.items1{
		padding: 0 0 0 4px !important;
		/*margin: 0 !important;*/
		margin-left: -24px !important;
		margin-right: -10px;
	}
	header .top-line a.items3{

		/*margin: 0 !important;*/
		margin-left: 6px !important;
		margin-right: -10px;
	}
}

.modal#fullView .modal-dialog .modal-content .swiper-container .swiper-slide {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.swiper-buttons-mobile {
	position: initial;
	margin-top: 10px;
}
.swiper-buttons-mobile .swiper-pagination-bullet {
	margin: 0 10px!important;
	width: 14px;
	height: 14px;
}

.swiper-buttons-mobile .swiper-pagination-bullet-active {
	background-color: #F06E25;
	opacity: 1;
}

header .top-line a.cart{
	font-size: 28px;
	color: #ff5a00;
	cursor: pointer;
	transition: all 0.15s ease-out;
}
.icon-cart{
	color: #ff5a00!important;

}
.icon-user {
	color: #ff5a00!important;
}

.search-block .search .wrap input {
	border-radius: 0px;
}