html, body {
	width: 100%;
	height: 100%;
}
body {
	font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #444;
    font-weight: 300;
    line-height: 1.4;
    letter-spacing: 0.03em;
}
::-webkit-scrollbar {
    width: 7px;
}
::-webkit-scrollbar-track {
    background: #ddd;
} 
::-webkit-scrollbar-thumb {
  background: #444;
}
.rounded-pill {
    border-radius:50%;
}

.cursor-pointer {
    cursor: pointer;
}
[role="button"] {
    cursor: pointer;
}

.btn-mileny {
    background: rgb(242, 105, 34);
    border: none;
    padding: 4px 16px;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	 z-index: 99999;
}
.preloader  svg{
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 30%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.preloader .rounded__logo {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100px;
	height: 100px;
	border-radius: 100%;

	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.preloader .rounded__logo:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	border-left: 3px solid #f26922;
	border-radius: 100%;

	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);

	-webkit-transform-origin: center center;
	-moz-transform-origin: center center;
	transform-origin: center center;
}
.preloader img {
	position: absolute;
	top: 50%;
	left: 50%;
    width: 80px;
    background: none;
	border-radius: 100%;

	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: translate(-50%,-50%) rotate(0deg);
    -o-transform: translate(-50%,-50%) rotate(0deg);
    transform: translate(-50%,-50%) rotate(0deg);
  }
  to {
    -webkit-transform: translate(-50%,-50%) rotate(360deg);
    -o-transform: translate(-50%,-50%) rotate(360deg);
    transform: translate(-50%,-50%) rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: translate(-50%,-50%) rotate(0deg);
    -moz-transform: translate(-50%,-50%) rotate(0deg);
    -webkit-transform: translate(-50%,-50%) rotate(0deg);
    -o-transform: translate(-50%,-50%) rotate(0deg);
    transform: translate(-50%,-50%) rotate(0deg);
  }
  to {
    -ms-transform: translate(-50%,-50%) rotate(360deg);
    -moz-transform: translate(-50%,-50%) rotate(360deg);
    -webkit-transform: translate(-50%,-50%) rotate(360deg);
    -o-transform: translate(-50%,-50%) rotate(360deg);
    transform: translate(-50%,-50%) rotate(360deg);
  }
}
.rounded__logo:after {
  -webkit-animation: rotating 4s linear infinite;
  -moz-animation: rotating 4s linear infinite;
  -ms-animation: rotating 4s linear infinite;
  -o-animation: rotating 4s linear infinite;
  animation: rotating 4s linear infinite;
}

.hide {
    opacity: 0;
    visibility: hidden;
}
.show {
    opacity: 1;
    visibility: visible;
}
/* OVERALL UI */
a {
	color: #444;
}
a:hover {
	color: #e65730;
}
::placeholder {
  color: #444;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #444;
}

::-ms-input-placeholder {
  color: #444;
}
.default-page {
	margin-top: 100px;
	margin-bottom: 100px;
}
.default-page img {
	width: 100%;
    height: auto;
    margin: 0 auto 32px;
    display: block;
}
.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(68, 68, 68, 0.5);
	opacity: 0;
	visibility: hidden;

/*	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;*/
}
/*.overlay:after {
	content: "";
	position: absolute;
	top: 15px;
	left: 15px;
	width: calc(100% - 30px);
	height: calc(100% - 30px);
	border: 2px solid #fff;
}*/
.overlay.dragActive {
	opacity: 0 !important;
	visibility: hidden !important;
}

.background--light {
  color: black;
}

.background--dark {
  color: white;
}

.background--complex {
  color: gray;
}
.page__title {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin: 0 0 16px;
    text-transform: uppercase;
}
.single__product .page__title {
	margin-bottom: 40px;
}

.preloader {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 999999;
}
.preloader svg {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 300px;

	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.preloader .st3 {
	fill: #F26922;
	fill-opacity: 0;
	animation-timing-function: ease-in;
	animation-fill-mode: forwards;
	animation-direction: alternate;
	animation-iteration-count: 1;

	animation-name: StrokeIn, FillIn;
	animation-duration: 3s, 1s;
	animation-delay: 0s, 2s;

	stroke:#F26922;
	stroke-miterlimit:10;
	stroke-dasharray: 500;
	stroke-dashoffset: 500;
}

.preloader .st2 {
	fill: #000;
	fill-opacity: 0;
	animation-timing-function: ease-in;
	animation-fill-mode: forwards;
	animation-direction: alternate;
	animation-iteration-count: 1;

	animation-name: StrokeIn, FillIn;
	animation-duration: 3s, 1s;
	animation-delay: 0s, 2s;

	stroke:#000;
	stroke-miterlimit:10;
	stroke-dasharray: 500;
	stroke-dashoffset: 500;
}

.breadcrumbs {
	margin: 0 0 40px;
    padding: 0;
    list-style: none;
    text-align: center;
}
.breadcrumbs li {
	display: inline-block;
    margin-right: 8px;
    text-transform: uppercase;
}
.breadcrumbs li:after {
	content: '|';
	margin-left: 8px;
}
.breadcrumbs li:last-child {
	margin-right: 0;
}
.breadcrumbs li:last-child:after {
	display: none;
}
.breadcrumbs li a {
	font-size: 12px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.breadcrumbs li a:hover {
	text-decoration: none;
}

.single__product .breadcrumbs {
	margin-bottom: 90px;
}
/* END OVERALL UI*/

.main__cat-nav {
	opacity: 0;
	visibility: hidden;
	position: relative;
    margin: 3px 0 0 16px;
    float: left;
    font-size: 16px;
    cursor: pointer;
    transition: all .3s ease-in-out .2s;
}
.main__cat-nav.active {
	opacity: 1;
	visibility: visible;
}
.main__cat-nav span {
	text-transform: uppercase;
}
.main__cat-dd {
	opacity: 0;
	visibility: hidden;
	max-height: 0;
	position: absolute;
	top: 100%;
	left: -16px;
	width: 200px;
	padding: 32px 16px 16px;
	background: #fff;
	transition: max-height .3s ease-in-out;
}
.main__cat-nav:hover .main__cat-dd {
	opacity: 1;
	visibility: visible;
	max-height: 500px;
}
.main__cat-nav a {
	display: block;
	margin-bottom: 8px;
	text-transform: uppercase;
}


/*LANDING PAGE*/
.main__links {
	display: none;
	width: 100%;
	display: flex;
    /*position: fixed;
    top: 0;
    left: 0;*/
    background: #fff;
    padding: 100px 20px 20px;
	z-index: 9;
}
.main__links-item {
	position: relative;
	width: 33.333%;
	height: 100%;
}
.main__links-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.main__links-info {
	position: absolute;
    top: 20%;
    left: 20px;
    width: calc(100% - 40px);
    padding: 24px;
    background: rgba(255,255,255, 0.5);
}
.main__links-info img {
    display: block;
    height: 40px;
    width: auto;
    margin: 0 auto;
}
.main__links-info span {
	display: block;
	margin: 0;
	text-align: center;
	font-size: 32px;
	font-weight: 700;
	line-height: 1;
}
.main__links-item:nth-child(2):hover .main__links-info span {
	color: #0076BA;
}

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 16px;
	background: #fff;
	z-index: 9999;
}
header:after {
	content: "";
	position: absolute;
	top: -110%;
	left: 0;
	width: 100%;
	height: 57px;
	background: #fff;
	z-index: -1;

	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
header.active:after {
	top: 0;
}
header.scrolled {
	box-shadow: 0 1px 5px rgba(0,0,0,0.3);
}
.logo {
    position: relative;
	float: left;
	width: 200px;
	z-index: 1;
}
.logo svg,
.logo img {
	width: 100%;
}
.logo .st3 {
	fill: #F26922;
	fill-opacity: 0;
	animation-timing-function: ease-in;
	animation-fill-mode: forwards;
	animation-direction: alternate;
	animation-iteration-count: 1;

	animation-name: StrokeIn, FillIn;
	animation-duration: 3s, 1s;
	animation-delay: 0s, 2s;

	stroke:#F26922;
	stroke-miterlimit:10;
	stroke-dasharray: 500;
	stroke-dashoffset: 500;
}

.logo .st2 {
	fill: #000;
	fill-opacity: 0;
	animation-timing-function: ease-in;
	animation-fill-mode: forwards;
	animation-direction: alternate;
	animation-iteration-count: 1;

	animation-name: StrokeIn, FillIn;
	animation-duration: 3s, 1s;
	animation-delay: 0s, 2s;

	stroke:#000;
	stroke-miterlimit:10;
	stroke-dasharray: 500;
	stroke-dashoffset: 500;
}

@-webkit-keyframes FillIn {
	from { fill-opacity: 0; }
	to { fill-opacity: 1; }
}

@-webkit-keyframes StrokeIn {
  0% {
      stroke-dashoffset: 500;
  }
  100% {
      stroke-dashoffset: 0;
  }
}
/*NEW NAV*/
.header {
	display: flex;
	align-items: center;
	padding: 16px 40px;
    height: 64px;
}
.main__nav {
	margin-left: 40px;
	text-transform: uppercase;
	width:83%;
}
.main__nav > ul {
	position: relative;
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style: none;
	height: 19px;
}
.main__nav > ul > li {
	margin-right: 16px;
}
.main__nav-link,
.main__nav-sublink,
.main__nav-sub-sublink {
    white-space: nowrap;
}
.main__nav-link:hover > a,
.main__nav-link.active > a {
	color: #e65730;
	text-decoration: none;
}
.main__nav-link-sport {
	color: #0076BA;
}
.main__nav-link .arrow__down,
.main__nav-sublink .arrow__down,
.main__nav-sub-sublink .arrow__down {
	display: inline-block;
    vertical-align: middle;
	width: 0;
	height: 0;
	margin-left: 8px;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #444;
	transition: all .2s ease-in-out;
}
.main__nav-link:hover > a .arrow__down,
.main__nav-link.active > a .arrow__down {
	border-top-color: #e65730;
	transform: rotate(180deg);
}

.nav-btn-like-a {
    color: #444;
    text-decoration: none;
    background-color: transparent;
    border: none;
    cursor:pointer;
    text-transform: uppercase;
    font-size:16px;
    padding: 0px !important;
    margin: 0px !important;
}
.nav-btn-like-a:hover {
    color: #e65730;
    text-decoration: underline;
}
.nav-btn-like-a:focus {
    outline: unset;
}
.main__nav-sublink:hover > a .arrow__down,
.main__nav-sublink.active > a .arrow__down,
#home__main-links:hover > a .arrow__down,
#sport__main-links:hover > a .arrow__down,
#paolalenti__main-links:hover > a .arrow__down,
#home__main-links.active > a .arrow__down,
#sport__main-links.active > a .arrow__down,
#paolalenti__main-links.active > a .arrow__down {
	border-top-color: #e65730;
	transform: rotate(-90deg);
}
.main__nav-sub {
	display: none;
	position: absolute;
	top: 100%;
	left: -24px;
    width: 100%;
    height: 500px;
	padding: 32px 0;
	background: #fff;
	box-shadow: 2px 2px 4px rgba(0,0,0, 0.3);
}
.main__nav-sub.active {
	display: flex;
}
.main__nav-sub ul {
    min-width: 201px;
    width: auto;
	padding: 0;
	margin: 0;
	list-style: none;
	height: 444px;
	border-right: 1px solid #ddd;
	position:relative;
}
.main__nav-sub > ul > li {
	/*position: relative;*/
}
.main__nav-sub ul li {
	padding: 0 32px;
}

.main__nav-sub-list {
	position: absolute !important;
	top: 0;
	left: 100%;
	opacity: 0;
	visibility: hidden;
}
.main__nav-sub-list.active {
	opacity: 1;
	visibility: visible;
}
.main__nav-sublink.active > a {
	color: #e65730;
}
.sport__main-links {
    top: -24px;
}
.paolalenti__main-links {
	/*top: -44px;*/
}
.brand__main-links {
    top: -91px;
}
.main__nav-sublast {
	border: none !important;
}
.main__nav-close {
	display: none;
	position: absolute !important;
    bottom: 24px;
    left: 24px;
    cursor: pointer;
    z-index: 1;
}
.main__nav-close:hover {
	color: #e65730; 
}
.main__nav-close.active {
	display: block;
}
.main__nav-sub.search-menu {
    width:700px;
    left: unset;
    right:-24px;
    justify-content:center;
    align-items:center;
}
.search-menu .search-content {
    display:flex;
    justify-content: center;
    align-items: center;
}
 .search-content label {
     width:unset;
 }
 .sidebarmenu {
     overflow-y: auto;
     height:100%;
     flex: 1;
     padding-left: 20px;
 }
 .search-content {
     flex: 3;
 }
.main__nav-sub.search-menu.active {
    display: flex;
}
.header__search-login {
	margin-left: auto;
	display: flex;
	align-items: center;
}
.header__login-btn {
	margin-left: 16px;
}
.header__login-btn svg {
	width: 24px;
	height: 24px;
}

.header__cat-switch {
	position: relative;
}
.header__cat-switch svg {

}
.header__cat-dd {
	position: absolute;
	top: 100%;
	right: 0;
    width: 140px;
	background: #fff;
	padding: 16px;
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease-in-out;
	transform: translateY(20px);
	box-shadow: 2px 2px 4px rgba(0,0,0,.3);
}
.header__cat-dd a {
	display: block;
	color: #444;
	margin-bottom: 8px;
}
.header__cat-dd a:hover {
	color: #e65730;
}
.header__cat-dd a:last-child {
	margin-bottom: 0;
}
.header__cat-switch:hover .header__cat-dd {
	opacity: 1;
	visibility: visible;
	transform: translateY(10px);
}
/*END NEW NAV*/

.main-nav {
	opacity: 0;
	visibility: hidden;
	float: left;
	margin: 3px 0 0 32px;
	padding: 0;
	list-style: none;

	transition: all .3s ease-in-out;
}
.main-nav.active {
	opacity: 1;
	visibility: visible;

	transition: all .3s ease-in-out .2s;
}
.main-nav li {
	float: left;
	margin-right: 16px;
}
.main-nav li:last-child {
	margin-right: 0;
}
.main-nav li a {
	position: relative;
	color: #444;
	font-size: 16px;
	text-transform: uppercase;
	text-shadow: 0 1px 2px rgba(255,255,255,1);
}
#menu_item_40 a {
	color: #0076BA;
}
#menu_item_40 a:hover {
	color: #006199;
}
.main-nav li a:hover{
	text-decoration: none;
	color: #e65730;
}
.main-nav li a:before {
	content: "|";
	position: absolute;
	top: -2px;
	left: -6px;
	opacity: 0;
	visibility: hidden;

	transition: all .3s ease-in-out;
}
.main-nav li > a:after {
	content: "|";
	position: absolute;
	top: -2px;
	right: -6px;
	opacity: 0;
	visibility: hidden;

	transition: all .3s ease-in-out;
}
.main-nav li:hover > a:before {
	opacity: 1;
	visibility: visible;
	left: -8px;
}
.main-nav li:hover > a:after {
	opacity: 1;
	visibility: visible;
	right: -8px;
}
.main-nav ul {
	list-style: none;
	margin: 0;
}
.main-nav ul:before {
	content: "";
	position: absolute;
	top: -10px;
	left: 0;
	width: 100%;
	height: 40px;
}
.main-nav__submenu {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	max-height: 0;
	padding: 16px;
	background: #fff;
	opacity: 0;
    visibility: hidden;

	transition: all .3s ease-in-out;
}
.main-nav li:hover .main-nav__submenu{
	max-height: 1000px;
	opacity: 1;
	visibility: visible;
}
.main-nav__submenu li {

}
.main-nav__sub--submenu {
	position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: 0;
    padding: 16px;
    background: #fff;
    opacity: 0;
    visibility: hidden;

    transition: all .3s ease-in-out;
}
.main-nav__submenu li:hover .main-nav__sub--submenu{
	max-height: 1000px;
	opacity: 1;
	visibility: visible;
}
.main-nav__sub--submenu li {

}
.main-nav__sub--sub--submenu {
	position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: 0;
    padding: 16px;
    background: #fff;
    opacity: 0;
    visibility: hidden;

    transition: all .3s ease-in-out;
}
.main-nav__sub--submenu li:hover .main-nav__sub--sub--submenu {
	max-height: 1000px;
	opacity: 1;
	visibility: visible;
}
.main-nav__sub--sub--submenu li {
	display: block;
    float: none;
}
/*.paolalenti_menu {
	position: relative;
}
.paolalenti_menu .main-nav__submenu,
.paolalenti_menu .main-nav__sub--submenu {
	top: 32px;
    left: 0;
    padding: 16px 0;
    width: 200%;
}
.paolalenti_menu .main-nav__sub--submenu {
	top: 50px;
	left: -10px;
	padding: 16px;
}*/
.menu__btn {
  display: none;
  align-items: center;
  cursor: pointer;
}
.menu__btn svg {
  width: 24px;
  margin-left: 8px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform 400ms;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.menu__btn.active {
  color: #e65730;
}
.menu__btn.active svg path {
  stroke: #e65730;
}

.menu__button {
	float: right;
	cursor: pointer;
}
.menu-btn {
    float: right;
    width: 24px;
    margin-left: 8px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: transform 400ms;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.menu-btn.active {
	
}
.btnRotate.active {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
.btnRotate180.active {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}
.line {
    fill:none;
    transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
    stroke:#444;
    stroke-width:4;
}
.menu-btn.active .line {
	stroke: #444;
}
.menu-btn .top,
.menu__btn svg .top {
    stroke-dasharray: 40 82;
}
.menu-btn .middle,
.menu__btn svg .middle {
    stroke-dasharray: 40 111;
}
.menu-btn .bottom,
.menu__btn svg .bottom {
    stroke-dasharray: 40 161;
}
.menu-btn.active .top,
.menu__btn svg.active .top {
    stroke-dasharray: 17 82;
    stroke-dashoffset: -62px;
}
.menu-btn.active .middle,
.menu__btn svg.active .middle {
    stroke-dashoffset: 23px;
}
.menu-btn.active .bottom,
.menu__btn svg.active .bottom {
    stroke-dashoffset: -83px;
}

.no_results {
	width: 100%;
	min-height: 15vw;
    margin: 100px 0;
    text-align: center;
}
.no_results .sb-search-input {
	margin-top: 64px;
}
.search__noresult-img {
    height: 400px;
    display: block;
    margin: 0 auto;
}
.sb-search {
	position: relative;
	float: right;
	margin: 0 16px 0 0;
	padding: 0 32px 0 0;
	height: 25px;
}
.sb-search-input {
	/*opacity: 0;*/
	width: 0;
    height: 24px;
    padding: 0;
    font-size: 15px;
    border: none;
    border-bottom: 1px solid transparent;
    outline: none;

    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.sb-search-input.active {
	opacity: 1;
	width: 100%;
	max-width: 240px;
	border-color: #444;
	margin-left:10px;
}
.sb-search-input:focus {
	border-color: rgb(242,105,34);
}
.sb-search-submit {
    background:transparent;
    width: 40px;
    border:none;
}
.sb-icon-search {
    position: absolute;
    top: 0;
    right: 0;
	font-size: 20px;
    line-height: 1;
    cursor: pointer;
}
.sb-icon-search svg {
	height: 24px;
}
/* END HEADER & MENU */

/*SPORT HOME */
.logo__sport {
	width: 100%;
	padding: 40px 40px 0;
}
.logo__sport img {
	display: block;
	height: 40px;
	margin: 0 auto;
}
.sport__master {
    position: relative;
    width: 100%;
    height: calc(100% - 60px);
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    margin-top: 60px;
}
.sport__master-img {
	position: relative;
	width: 50%;
	height: 100%;
	padding: 20px;
	cursor: pointer;
}
.sport__master-img:after {
	content: '';
	position: absolute;
	top: 20px;
	left: 20px;
	width: calc(100% - 40px);
	height: calc(100% - 40px);
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
}
.sport__master-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.sport__master-img .sport__logo {
	position: absolute;
	top: 140px;
	left: 50%;
	width: auto;
	height: 64px;

	transform: translateX(-50%);
}
.sport__master-title {
	position: absolute;
    top: 50%;
    left: 20px;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 32px;
    line-height: 1;
    z-index: 1;
    background: rgba(255,255,255, 0.5);
    padding: 16px;
    text-align: center;
    width: calc(100% - 40px);
    transform: translateY(-50%);
}
.sport__comingsoon {
	position: absolute;
    top: 125px;
    left: 50%;
    width: 100%;
    text-align: center;
    font-size: 56px;
    font-weight: 700;
    color: #0076BA;
    transform: translateX(-50%);
}

.sport__winter-popup {
	position: absolute;
    top: 100px;
    left: 40px;
    width: calc(50% - 60px);
    height: calc(100% - 140px);
    background: #fff;
    z-index: 1;
}
.sport__winter-info {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50%;
    transform: translate(-50%, -50%);
}
.sport__winter-info h2 {
	font-size: 32px;
	line-height: 1;
	font-weight: 700;
	margin: 0 0 24px;
}
.sport__winter-info p {
	font-size: 18px;
	margin: 0 0 24px;
}
.sport__subscribe {
	margin-bottom: 16px;
}
.sport__subscribe form {
	position: relative;
}
.sport__subscribe label {
	font-size: 16px;
	margin-bottom: 4px;
}
.sport__subscribe-input {
	position: relative;
}
.sport__subscribe input[type="email"] {
	width: 400px;
	max-width: 100%;
	height: 40px;
	padding: 8px 120px 8px 16px;
	border: 1px solid #ddd;
}
.sport__subscribe input[type="submit"] {
	width: 120px;
	height: 40px;
	position: absolute;
	top: 0;
	right: 0;
	background: #0076BA;
	text-align: center;
	color: #fff;
	border: none;
}
.sport__insta {
	font-size: 16px;
}
.sport__insta img {
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-left: 8px;
}
.sport__winter-close {
	position: absolute;
	top: 40px;
	left: 40px;
	font-size: 14px;
	text-transform: uppercase;
	cursor: pointer;
}
/*END SPORT HOME*/

/* HOME PAGE */
section {
	position: relative;
	width: 100%;
	height: 100%;
}

.home__slider {
	position: relative;
	width: 100%;
	height: 100%;
	margin-bottom: 40px;
}
.paolalenti__slider {
	width: 100%;
}
.home__slider .owl-stage-outer,
.home__slider .owl-stage,
.home__slider .owl-item,
.home__slider .owl-item > div {
	height: 100%;
}
.home__slider-item {
	width: 100%;
	height: 100%;
	position: relative;
}
.home__slider .home__slider-img {
	width: 100%;
	height: 100%;
	max-width: 100%;
    max-height: 100%;
	object-fit: cover;

	background: url(../img/loader.svg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	/*background-size: contain;*/
}
.home__slider .owl-nav button {
	position: absolute;
    bottom: 0;
    right: 40px;
    width: 40px;
    height: 40px;
    z-index: 1;
    border: 0;
    padding: 0;
    outline: none;
    background: none;
    cursor: pointer;

    -webkit-backdrop-filter: blur(6px);
    -moz-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
}
.home__slider .owl-nav svg {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 20px;
	fill: #fff;

	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.home__slider .owl-nav .owl-next {
	right: 0;
}
.slider__content {
	position: absolute;
	bottom: 32px;
	left: 32px;
	bottom: 60px;
    left: 50px;
    width: 30%;
    color: #000;
}
.slider__content h1 {
	margin: 0 0 16px;
	font-weight: 600;
	font-size: 32px;
	/*text-shadow: 0 1px 2px rgba(0,0,0,1);*/
}
.slider__content p {
    max-height: 85px;
    font-size: 20px;
    font-weight: 700;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.slider__content a {
	color: #fff;
	text-transform: uppercase;

	transition:  all .3s ease-in-out;
}
.slider__content a:hover {
	color: #e65730;
}
.slider__overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.15);
}

.slider__info {
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;

	transform: translate(-50%, -50%);
}
.slider__info h1 {
  position: relative;
  font-size: 64px;
  color: #fff;
  margin: 0 0 16px;
  padding-bottom: 16px;
  text-shadow: 2px 2px 0 rgb(0 0 0 / 40%);
}
.slider__info h1:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 80px;
	height: 1px;
	background: #fff;
	box-shadow: 2px 2px 0 rgb(0 0 0 / 40%);

	transform: translateX(-50%);
}
.slider__info a {
	color: #fff;
	text-decoration: none;
	font-size: 24px;
	text-shadow: 2px 2px 0 rgb(0 0 0 / 40%);
}

.locations {
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}
.home__slider .firstSlide .home__slider-item img {
	float: left;
	width: 50%;
	left: 25%;
}
.locations .location__project {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.locations__info {
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	padding: 16px;

	transform: translate(-50%, -50%);
}
.locations__info p{
	font-size: 48px;
	line-height: 1;
	margin: 16px 0;
}
.locations__info img {
	width: 400px;
	background: none;
}


.locations__popup {
	position: relative;
	display: none;
	width: 600px;
	max-width: 100%;
    height: 400px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #fff;
    padding: 32px;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0,0,0,.3);
    z-index: 1;

    transform: translate(-50%, -50%);
}

.location__item {
	float: left;
	width: 50%;
	padding: 0 16px;
}
.location__item img {
	width: 90%;
	margin-bottom: 16px;
	background: none;
}
.locations__popup-close {
	position: absolute;
	top: 16px;
	right: 16px;

	width: 32px;
	height: 32px;
	background: none;
	cursor: pointer;
}




.big_title {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    margin: 0;
    font-weight: 700;
    opacity: 0.2;
    font-size: 160px;
    line-height: 150px;
    text-align: center;

    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}
.top_big_title{

}
.grid_item {
	height: 70%;
	padding: 0 30px;
}
.grid_item_inner {
	width: 100%;
	height: 100%;
	position: relative;
	background: rgba(68, 68, 68, 0.3);

	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.grid_item:hover .grid_item_inner {
	box-shadow: 0 0 10px 0px rgba(0,0,0,0.15);
}
.grid_item_img {
	max-width: 80%;
    max-height: 80%;
    object-fit: contain;
    background-image: none;

    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.grid_item.paolalenti .grid_item_img {
	max-width: 100%;
	max-height: 100%;
	/*width: 100%;
	height: 100%;*/
    object-fit: contain;
}
.grid_item_img img {
	object-fit: contain;
    background-image: url('../img/paola_loader.svg');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain; 
}
.product.grid_item {
	margin-bottom: 0 !important;
	height: 400px !important;
}
.product.grid_item.paolalenti {
	margin-bottom: 0;
	height: 400px !important;
}
.grid_item:hover .overlay, .collection-item:hover .overlay {
	opacity: 1;
	visibility: visible;
}
.grid_item_inner.dragActive .overlay {
	display: none !important;
}
.grid_item_inner.dragActive p {
	display: none !important;
}
.grid_item p, .collection-name-project {
	position: absolute;
	top: 30px;
	left: 30px;
	width: calc(100% - 60px);
	font-size: 18px;
	color: #444;
	opacity: 0;
	text-transform: uppercase;
	z-index: 9;
}
.grid_item:hover p, .collection-item:hover .collection-name-project {
	color: #fff;
	opacity: 1;
}
.grid_item p.dragActive {
	opacity: 0 !important;
	visibility: hidden;
}

.category_page_grid p,
.project__item p {
	opacity: 1 !important;
}
.home_projects {
	margin-bottom: 0;
}
.view_all_btn {
	display: block;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	color: #444;
	margin: -50px 0 150px;

	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.view_all_btn:hover {
	text-decoration: none;
	color: rgba(242,105,34, 1);
}
.home_about .big_title {
	top: -50px;
}
.about_info {
	position: absolute;
	top: 100px;
	left: 50%;
	width: 70%;
	height: 50%;
	background: rgb(242,105,34);
	background: linear-gradient(135deg, rgba(242,105,34,1) 0%, rgba(242,138,34,1) 50%);
	box-shadow: 0 0 14px rgba(242,105,34,0.8);

	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
}
.about_info img {
	float: left;
	width: 30%;
    height: 100%;
    object-fit: cover;
	margin: -30px 0 0 30px;
    box-shadow: 0 0px 10px rgba(0,0,0,0.5);
}
.about_info p{
	width: calc(70% - 30px);
    float: left;
    padding: 30px;
    color: #fff;
    font-size: 14px;
}
.about_info .read_more_btn {
	display: block;
	color: #fff;
	text-transform: uppercase;
	margin-top: 30px;
}
/* END HOME PAGE */

.paola__insta {
	display: block;
	text-align: center;
	margin: 40px 0;
}

/* CATALOG PAGE*/
.catalog_items {
	position: relative;
	margin-top: 100px;
	margin-bottom: 100px;
}
.cat_item {
	position: relative;
    margin-bottom: 30px;
}
.cat_item_inner {
	width: 100%;
	height: 100%;
	position: relative;
	background: #fff;
	padding: 15px 0;
	border: 1px solid #ddd;
}
.cat_item .cat_img {
    width: 100%;
    height: 250px;
    object-fit: contain;
}
.cat_title {
    display: block;
    text-align: center;
    color: #444;
    margin: 15px 0 0;
    padding: 15px;

    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.cat_item:hover {
	text-decoration: none;
}
.cat_item:hover .overlay{
	opacity: 1;
	visibility: visible;
}
.cat_item:hover .cat_title {
    position: relative;
    color: #fff;
    z-index: 999;
}
/* END CATALOG PAGE*/

/* SHOWROOM */
.gallery_items {
	position: relative;
	margin-top: 100px;
	margin-bottom: 100px;
}
.project.grid_item {
	height: 350px;
	margin-bottom: 60px;
	cursor: pointer;
}
.project .grid_item_img {
	max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gallery_items .project {
	height: 320px !important;
}
#results {
	display: none;
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
    z-index: 9999;

    -webkit-backdrop-filter: blur(4px);
    -moz-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
}
.results-close {
	position: absolute;
    top: 16px;
    right: 16px;
    font-size: 24px;
    color: #444;
    cursor: pointer;

    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.results-close:hover svg{
	fill: rgb(242,105,34);
}
.results-close svg {
	width: 24px;
	height: 24px;
}
.project-popup {
	width: 100%;
	height: 100%;
}
.project-info {
    margin: 50px 0;
    padding: 0 50px;
    text-align: center;
}
.project-info h3 {
	font-weight: 300;
    font-size: 18px;
}
.projects-images {
	position: relative;
    width: 100%;
    height: 70%;
}
.projects-images .owl-stage-outer,
.projects-images .owl-stage,
.projects-images .owl-item,
.projects-images .item {
	height: 100% !important;
}
.projects-images .owl-item {
	outline: none;
}
.projects-images .owl-item img {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    object-fit: contain;
}
.projects-images .owl-nav button{
	position: absolute;
	width: 40px;
    height: 40px;
    background: #f5f5f5 !important;
    border: none;
    color: #444;
    padding: 0;
    font-size: 18px;
    cursor: pointer;
    outline: none !important;
    z-index: 1;

    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.projects-images .owl-nav button:hover {
	color: rgb(242,105,34);
}
.projects-images .owl-next {
	top: 50%;
	right: 0;

	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}
.projects-images .owl-prev {
	top: 50%;
	left: 0;

	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}
.projects-images .owl-nav button svg {
	width: 16px;
	height: 16px;
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.projects-images .owl-nav button:hover svg {
	fill: #e65730;
}
/* END SHOWROOM */

/* BRANDS */
.brands {
	position: relative;
	margin-top: 100px;
	margin-bottom: 100px;
}
.brand.grid_item {
	height: 250px;
	margin-bottom: 60px;
	cursor: pointer;
}
.brand .grid_item_inner {
	background: none;
}
.brand .overlay {
	background: rgba(68, 68, 68, 0.3);
}

.pl_brand-logo {
	display: block;
	width: 180px;
	margin: 32px auto;
	background: #fff;
}
.colab__slider {
	width: 100%;
	height: 55vh;
}
.colab__slider div {
	height: 100%;
}
.colab__slider img {
	height: 100%;
}
.colab__slider .owl-nav {
	display: block !important;
}
.colab__slider .owl-nav button {
	position: absolute;
    bottom: 0;
    right: 40px;
    width: 40px;
    height: 40px;
    z-index: 1;
    border: 0;
    padding: 0;
    outline: none;
    background: none;
    cursor: pointer;

    -webkit-backdrop-filter: blur(6px);
    -moz-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
}
.colab__slider .owl-nav svg {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 20px;
	fill: #e65730;

	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.colab__slider .owl-nav .owl-next {
	right: 0;
}
/* END BRANDS */

/* PRODUCTS */
.products {
	position: relative;
	margin-top: 100px;
	margin-bottom: 100px;
	padding-top: 100px; 
}

/* filter assistant */
.filter_btn {
	position: fixed;
    top: 50%;
    right: 0;
    width: 60px;
    height: 60px;
    color: #444;
    /*background: #ddd;*/
    cursor: pointer;
    z-index: 9;
    /*box-shadow: 0 0 10px -5px rgba(0,0,0,0.5);*/
}
.filter_btn svg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;

    -webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;

	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.filter_btn:hover svg {
	fill: #e65730;
}
.filter_btn > img {
	position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    background: none;

    -webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;

	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.filters {
	display: none;
	position: fixed;
    top: 50%;
    right: 0;
    width: 240px;
    padding: 15px;
    font-weight: 300;
    color: #444;
    background: #ddd;
    z-index: 9;

    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}
.filters_close {
	position: absolute;
	top: 0;
	left: -32px;
	width: 32px;
	height: 32px;
	background: #ddd;
	cursor: pointer;
}
.filters_close svg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;

    -webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;

	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.filters_close:hover svg {
	fill: #e65730;
}
.filters_title {
	position: relative;
	display: inline-block;
    text-transform: uppercase;
	margin-bottom: 16px;
}
.filters_title .assistant__info {
	position: absolute;
    top: 3px;
    right: -20px;
}
.info__icon {
	width: 16px;
    height: 16px;
    background: #f26922;
    color: #fff;
    font-size: 12px;
    text-transform: initial;
    display: block;
    border-radius: 100%;
    text-align: center;
}
.filters_title .assistant__info p {
	opacity: 0;
	visibility: hidden;
	position: absolute;
    top: 100%;
    right: 0;
    background: #dddddd;
    padding: 16px;
    width: 300px;
    font-size: 14px;
    text-transform: none;
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
    z-index: 1;
}
.filters_title .assistant__info:hover p{
	opacity: 1;
	visibility: visible;
}

.filter_breadcrumbs {
	margin-bottom: 30px;
	list-style: none;
	padding: 0;
}
.filter_breadcrumbs li {

}
.filter_breadcrumbs li a {
	color: #444;
	font-size: 14px;
}
.filter_breadcrumbs li a:hover {
	color: #e65730;
}
.filter_breadcrumbs_sub {
	list-style: none;
	padding-left: 16px;
}
.filters .collection_add {
    color: #444;
    display: block;
    margin-bottom: 15px;
}
.filters .collection_add:hover {
	text-decoration: none;
	color: #e65730;
}
.filters_add_collection span {
	cursor: pointer;
}
.filters .collection_add svg {
	display: inline-block;
	width: 16px;
	margin-right: 5px;
	vertical-align: middle;
}
.filters .collection_add:hover svg {
	fill: #e65730;
}
.filters .collection_add span {
	display: inline-block;
	vertical-align: middle;
}
.filters select {
	display: none;
    width: 100%;
    height: 32px;
    padding: 0 15px;
    margin: 16px 0 0;
    font-size: 14px;
    background: none;
    color: #444;
    border: 1px solid #444;
    outline: none;
    border-radius: 0;

    -webkit-appearance: none;
}

.filters .sb-search {
    position: relative;
    float: none;
    margin: 0 0 16px;
    padding: 0;
}
.filters .sb-search-input {
    opacity: 1;
    width: 100%;
    height: 32px;
    padding: 0 32px 0 15px;
    background: none;
    border: 1px solid #444;
}
.filters .sb-search-input:focus {
	border-color: #e65730;
}
.filters .sb-icon-search {
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 32px;
    cursor: pointer;

    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
}
.filters .sb-icon-search svg {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 20px;

	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.filters .sb-icon-search:hover svg {
	fill: #e65730;
}
/* end filter assistant */


.product.grid_item {
	height: 250px;
	margin-bottom: 60px;
	cursor: pointer;
}
.product .grid_item_inner {
	background: #fff;
}
.materials__item {
	margin-bottom: 30px;
}
.materials__item:hover .overlay {
	opacity: 1;
	visibility: visible;
}
.materials__item p {
	position: absolute;
    top: 30px;
    left: 30px;
    width: calc(100% - 60px);
    font-size: 18px;
    color: #fff;
    opacity: 0;
    text-transform: uppercase;
    z-index: 9;
}
.materials__item:hover p {
	opacity: 1;
}
.materials__item img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    background-size: contain;
}
.materials__suggestions {
	margin-bottom: 30px !important;
	height: auto !important;
	text-align: center;
}
.materials__suggestions-inner {
	position: relative;
}

.materials__suggestions p {
	position: relative;
	top: auto;
	left: auto;
	color: #444;
    opacity: 1;
    visibility: visible;
    text-align: center;
    width: 100%;
}
.materials__suggestions img {
	display: block;
	position: relative;
	top: auto;
	left: auto;
	width: 100%;
    height: 400px;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    margin-bottom: 30px;

    transform: translate(0, 0);
}
.materials__suggestions a {
	padding: 0 20px;
}
.materials__suggestions a:hover svg {
	fill: #e65730;
}

.product.grid_item p {
	text-transform: uppercase;
	/*opacity: 0;*/

/*	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;*/
}
.product.grid_item:hover p,
.product.grid_item.active p {
	opacity: 1;
}
.qs {
	position: absolute;
	bottom: 30px;
    left: 30px;
	color: #fff;
	font-weight: 700;
}
.new {
	position: absolute;
	bottom: 30px;
    right: 30px;
	color: #fff;
	font-weight: 700;
}
/* END PRODUCTS */

/* SINGLE PRODUCT */
.single__product {
	margin: 150px auto 100px;
}
.single__product__images {
	position: relative;
	padding-right: 64px;
}
.single__product__slider {
	height: 480px;
	margin-bottom: 32px;
}
.single__product__slider .owl-stage-outer,
.single__product__slider .owl-stage,
.single__product__slider .owl-item,
.single__product__slider .item {
	height: 100%;
}
.single__product__slider img{
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
	object-fit: contain;
}
 .single__product__slider .owl-nav button {
	position: absolute;
	width: 40px;
    height: 40px;
    background: #f5f5f5 !important;
    border: none;
    color: #444;
    font-size: 18px;
    cursor: pointer;
    outline: none !important;
    z-index: 1;
}
.single__product__slider .owl-next {
	top: 50%;
	right: 0;

	transform: translateY(-50%);
}
.single__product__slider .owl-prev {
	top: 50%;
    left: 0;

    transform: translateY(-50%);
}
.single__product__slider .owl-nav button svg {
	width: 16px;

	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.single__product__slider .owl-nav button:hover svg {
	fill: rgb(242,105,34);
}

.single__product__slider__thumbs {
	height: 200px;
	overflow: hidden;
}
.single__product__slider__thumbs .owl-stage-outer,
.single__product__slider__thumbs .owl-stage,
.single__product__slider__thumbs .owl-item,
.single__product__slider__thumbs .item {
	height: 100%;
}
.single__product__slider__thumbs .owl-item {
	float: left;
}
.single__product__slider__thumbs .owl-nav button{
	display: none !important;
}
.single__product__slider__thumbs img {
	width: 100%;
	height: 100%;
	object-fit:contain;
}

.single__product__title {
	font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.single__product-subtitle {
	display: block;
	font-size: 18px;
}
.single__product-id {
	display: block;
	margin-bottom: 64px;
}
.single__product__designer {
	display: block;
	margin-bottom: 64px;
}
.single__product__desc {
	width: 100%;
	max-width: 640px;
	margin-bottom: 1rem;
}

.product__buy {
    margin-top: 40px;
}
.product__buy-model {

}
.product__buy-model select {
    width: 240px;
    height: 40px;
    margin-bottom: 24px;
    padding: 0 16px;
    background: none;
    font-size: 14px;
    font-weight: 300;
    color: #444;
    border: 1px solid #ddd;
    outline: none;
}
/*#product__price-input {*/
/*	display: none;*/
/*}*/
.product__price {
	float: left;
    margin: 0 24px 0 0;
    display: block;
    line-height: 32px;
}
.product__price-value {
	padding-left: 8px;
	font-size: 20px;
	vertical-align: unset !important;
}
.product__buy button {
    padding: 8px 16px;
    background: #f16822;
    border: none;
    outline: none;
    cursor: pointer;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 24px;
    margin-top: 24px;
}
.product__buy button img {
	width: 24px;
	float: left;
	margin-right: 8px;
}

.qty__box > span {
    float: left;
    line-height: 32px;
    margin: 0 8px 0 0;
    display: block;
}
.qty__input {
	text-align: center;
    float: left;
    width: 50px;
    height: 32px;
    border: 1px solid #ddd;
    padding: 0 8px;
    border-radius: 0;
}
.qty__btn {
	position: relative;
	display: block;
	float: left;
	width: 32px;
	height: 32px;
	background: #ddd;
	color: #f16822;
	cursor: pointer;
}
.qty__btn span {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 20px;

	transform: translate(-50%, -50%);
}


.single__product__files a {
	display: block;
	margin-bottom: 16px;

	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.single__product__files svg {
	display: inline-block;
	width: 16px;
	margin-right: 8px;

	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.single__product__files a:hover {
	text-decoration: none;
}
.single__product__files a:hover svg {
	fill: rgb(242,105,34);
}
.single__product__quote {
	margin-top: 2rem;
}
.single__product__quote span {
	vertical-align: middle;
}
.single__product__quote i{
	margin-right: 4px;
	font-size: 10px;
	vertical-align: middle;
}

.related__products {
	margin: 200px 0 100px;
}
.related__products h2 {
	font-size: 18px;
    font-weight: 300;
    margin: 0 0 16px;
    text-align: center;
    text-transform: uppercase;
}
.related__products .product.grid_item {
	margin: 0;
}

.smartphoto {
	z-index: 999999;
	background-color: rgba(255,255,255,1);
}
.smartphoto-dismiss {
	background: url(../img/close.svg);
}
.smartphoto-header {
	background: none;
}
.smartphoto-caption,
.smartphoto-count {
	color: #444;
}
.smartphoto-arrows a {
	width: 24px;
	height: 24px;
	position: absolute;
    top: 50%;
    left: 50%;

    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.smartphoto-arrow-right a {
	background: url(../img/arrow-next.svg) no-repeat center center;
}
.smartphoto-arrow-left a {
	background: url(../img/arrow-prev.svg) no-repeat center center;
}
.smartphoto-arrow-right,
.smartphoto-arrow-left {
    right: 0;
    width: 40px !important;
    background: #ddd;
}
.smartphoto-arrow-left {
	right: auto;
	left: 0;
}
/* END SINGLE PRODUCT */

/* COLLECTIONS */
.collection-page {
	position: relative;
	margin: 150px auto;
}
.collection {
	position: relative;
	margin: 0 0 50px;
	border-bottom: 1px solid #ddd;
}
.collection-name,
.collection-date,
.collection-quote {
    display: block;
    margin: 0 0 8px;
    line-height: 1.3;
}
.collection-date {
	font-size: 12px;
}
.collection-name a {
	font-size: 12px;
	margin-left: 8px;
	cursor: pointer;
}
.collection-item {
	margin-bottom: 30px;
}
.collection-item-inner {
	position: relative;
    border: 1px solid #ddd;
    background: #fff;

    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.collection-item:hover .collection-item-inner {
	border: 1px solid rgb(242,105,34);
}
.collection-item-inner img {
	display: block;
	width: 80%;
	height: 250px;
	margin: 30px auto;
	object-fit: contain;
}
.collection-item-inner img {
    background-image: url('../img/orange-loader.svg');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: auto;
}
.collection-actions {
	border-top: 1px solid #ddd;
}
.collection-btn {
	width: 25%;
    float: left;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #ddd;
    background: #fff;
    border-right: 1px solid #ddd;

    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.collection-btn:hover {
	color: rgb(242,105,34);
	text-decoration: none;
}
.collection-btn:last-child {
	border: none;
}
.collection-btn i {
	font-size: 18px;
}
.collection-btn:hover i {
	color: rgb(242,105,34);
}
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background: rgb(242,105,34);
  background: linear-gradient(135deg, rgba(242,105,34,1) 0%, rgba(242,138,34,1) 50%);
  border-radius: 0.25rem;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: rgb(242,105,34);
}

/*.request-btn {
	position: fixed;
    top: 50%;
    right: 0;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 700;
    color: #444;
    background: #ddd;
    cursor: pointer;
    z-index: 9;
    
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;

    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);

    -webkit-transform-origin: 110px 0;
    -moz-transform-origin: 110px 0;
    transform-origin: 110px 0;
}*/
.request-btn:hover {
	color: rgb(242,105,34);
}
.request-popup {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255, 0.95);
    z-index: 9999;
}
.request-form {
	position: absolute;
	top: 50%;
	left: 50%;
	padding: 15px;
	color: #444;
	background: #ddd;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);

	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.request-popup.active,
.request-form.active {
	display: block;
}
.request-form p {
	font-size: 14px;
	line-height: 1.4;
}
.request-products {
	margin: 0 0 30px;
    padding: 0 0 0 15px;
    font-size: 14px;
}
.login_popup .request-form{
	width: 30%;
    min-width: 320px;
}
.login_popup form {
    margin-bottom: 32px;
}
label {
	width: 100%;
	display: block;
}
.request-inputs input[type="text"],
.request-inputs input[type="email"],
.request-inputs input[type="tel"],
.request-inputs input[type="password"] {
	width: 100%;
    height: 40px;
    margin-bottom: 16px;
    padding: 16px;
    background: none;
    font-size: 14px;
    font-weight: 300;
    color: #444;
    border: 1px solid #444;
    outline: none;
}

.request-inputs .form-control-select {
    width: 100%;
    height: 40px;
    margin-bottom: 16px;
    padding: 0px 10px;
    background: none;
    font-size: 14px;
    font-weight: 300;
    color: #444;
    border: 1px solid #444;
    outline: none;
}
.request-inputs textarea {
	width: 100%;
	height: 150px;
	margin-bottom: 16px;
	padding: 16px;
	font-size: 14px;
    font-weight: 300;
	background: none;
	border: 1px solid #444;
	resize: vertical;
	outline: none;
}
.request-inputs input[type="text"]:focus,
.request-inputs input[type="email"]:focus,
.request-inputs input[type="tel"]:focus,
.request-inputs input[type="password"]:focus,
.request-inputs textarea:focus {
	border-color: rgb(242,105,34);
}
.request-inputs input[type="submit"] {
    float: right;
    background: rgb(242,105,34);
    border: none;
    padding: 4px 16px;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    cursor: pointer;

    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.request-inputs input[type="submit"]:hover {
	color: #fff;
	box-shadow: 0 2px 10px -5px rgb(242,105,34);
}
.request-close {
	position: absolute;
    top: 0px;
    right: 8px;
	font-size: 24px;
	color: #444;
	cursor: pointer;
}
.request-close svg {
	width: 24px;
	height: 24px;
}
.login__btn {
	display: block;
    text-align: right;
    cursor: pointer;

    -webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.forgot__btn {
	display: block;
    cursor: pointer;
    text-align: right;
}
.register__btn {
	display: block;
	margin-bottom: 1rem;
	font-weight: 700;
	cursor: pointer;

    -webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.login__btn:hover,
.register__btn:hover,
.forgot__btn:hover {
	color: #f26922;
}

.submit__loader {
	float: right;
	margin: -8px 8px 0 0;
}

#alert_collection_errmessage {
	font-weight: 700;
}
#alert_collection_message {
	display: none;
	text-align: center;
	color: #000;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ddd;
	font-size: 24px;
	vertical-align: middle;
	align-items: center;
	padding: 40px;
}
#alert_collection_message.active {
	display: flex;
}
/* END COLLECTION */

/* SUBMIT QUOTE */
.submit_quote_page {
	position: relative;
	margin: 150px 0;
    height: calc(100% - 555px);
}
.submit_quote_page input[type="text"],
.submit_quote_page input[type="email"],
.submit_quote_page input[type="tel"] {
	border-color: rgb(242,105,34);
	color: rgb(242,105,34);
}
.submit_quote_page textarea {
	border-color: rgb(242,105,34);
}
.submit_quote_page input[type="submit"] {
	color: #fff;
	background: rgb(242,105,34);
    background: linear-gradient(135deg, rgba(242,105,34,1) 0%, rgba(242,138,34,1) 50%);
}
.submit_quote_page input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #444;
}
.submit_quote_page input::-moz-placeholder { /* Firefox 19+ */
  color: #444;
}
.submit_quote_page input:-ms-input-placeholder { /* IE 10+ */
  color: #444;
}
.submit_quote_page input:-moz-placeholder { /* Firefox 18- */
  color: #444;
}
.submit_quote_page textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #444;
}
.submit_quote_page textarea::-moz-placeholder { /* Firefox 19+ */
  color: #444;
}
.submit_quote_page textarea:-ms-input-placeholder { /* IE 10+ */
  color: #444;
}
.submit_quote_page textarea:-moz-placeholder { /* Firefox 18- */
  color: #444;
}
/* END SUBMIT QUOTE */
.newsletter__popup {
	background: none;
}
.newsletter__popup .request-form {
	/*width: 420px;*/
	/*max-width: 90%;*/
	padding: 50px 15px;
	background: #fff;
	overflow: auto !important;
	border-radius: 6px;
	border: 1px solid #000;
}
.newsletter__popup h6 {
    font-size: 20px;
    width: 80%;
    margin: 0 auto 24px;
}
.newsletter__popup input[type="email"]{
	width: 80%;
    padding: 8px 16px;
    margin-bottom: 16px;
    border-radius: 6px;
    border: 1px solid #000;
}
.newsletter__popup input[type="submit"] {
	padding: 8px 40px;
    background: rgb(242,105,34);
    color: #fff;
    border: none;
    border-radius: 6px;
    margin-bottom: 32px;
    cursor: pointer;
}
.newsletter__popup label {
    font-size: 16px;
    width: 80%;
    margin: 0 auto 16px;
    text-align: justify;
}
.newsletter__popup img {
	background: none;
	height: 100px;
}

/*CONTACT PAGE*/
.contact-page {
	position: relative;
	margin: 150px auto;
}
.contact-map iframe {
	width: 100% !important;
	height: 500px !important;
}
.contact-info {

}
/*END CONTACT PAGE*/

/*BLOG*/
.blog__page {
	padding: 80px 40px;
}
.blog__page-info {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
.blog__page-title {

}
.blog__page-title h1 {
	font-size: 32px;
	margin: 0 0 16px;
	line-height: 1;
	text-transform: uppercase;
}
.blog__page-title p {
	font-size: 18px;
	line-height: 1;
	margin: 0;
}
.blog__page-filters {
	margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
}
.blog__page-filters li {
	margin-left: 16px;
}
.blog__page-filters a {
	font-size: 16px;
	line-height: 16px;
	color: #444;
	transition: all .2s ease-in-out;
}
.blog__page-filters a:hover {
	color: #e65730;
	text-decoration: none;
}

.blog__items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -20px;
}
.blog__item {
	width: 25%;
	padding: 0 20px;
	margin-bottom: 40px;
}
.blog__item a {
	position: relative;
	display: block;
}
.blog__item img {
	width: 100%;
	height: 240px;
	object-fit: cover;
}
.blog__item-info {
	padding: 24px;
	border: 1px solid #ddd;
}
.blog__item h2 {
	font-size: 24px;
	line-height: 1.3;
	margin: 0 0 16px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;  
	overflow: hidden;
}
.blog__item p {
	font-size: 16px;
	margin: 0 0 16px;
	line-height: 1.3;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;  
	overflow: hidden;
}
.blog__item-read {
	display: flex;
	align-items: center;
	font-size: 16px;
	line-height: 1;
	text-transform: uppercase;
}
.blog__item-read img {
	width: 16px;
	margin-left: 8px;
}
.blog__item:first-child {
	width: 50%;
}
.blog__item:first-child a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(0,0,0);
	background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
}
.blog__item:first-child img {
	height: 460px;
}
.blog__item:first-child .blog__item-info {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	border: none;
	z-index: 1;
}
.blog__item:first-child h2 {
	color: #fff;
}
/*END BLOG*/

/*BLOG SINGLE*/
.blog__single {
	width: 960px;
	max-width: 100%;
	margin: 0 auto;
	padding: 64px 16px;
}
.blog__single-img {
	width: 100%;
	height: auto;
	margin-bottom: 40px;
}
.blog__single-info {
	width: 720px;
	max-width: 100%;
	margin: 0 auto 40px;	
}
.blog__single-info h1 {
	font-size: 24px;
	margin: 0 0 16px;
	line-height: 1.3;
}
.blog__single-cat {
	display: flex;
	align-items: center;
	margin-bottom: 24px;
}
.blog__single-cat span {
	font-size: 14px;
	margin-right: 16px;
}
.blog__single-desc {
	font-size: 16px;
}

.blog__single-related {
	width: 100%;
	margin-top: 120px;
}
.blog__single-related > h2 {
	font-size: 18px;
	margin: 0 0 24px;
	line-height: 1;
}
.blog__related-items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -16px;
}
.blog__related-item {
	position: relative;
	width: 25%;
	padding: 0 16px;
}
.blog__related-item a {
	position: relative;
	display: block;
}
.blog__related-item a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(0,0,0);
	background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
}
.blog__related-item h3 {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 16px;
	color: #fff;
	font-size: 14px;
	margin: 0;
	line-height: 1.3;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;  
	overflow: hidden;
}
.blog__related-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/*END BLOG SINGLE*/


/* FOOTER */
footer {
	font-size: 14px;
	margin-top: 40px;
	text-transform: uppercase;
	padding: 0 15px;
}
footer .footer__title {
	display: block;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 24px;
}
footer ul {
	width: 50%;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}
footer ul:first-child {
	padding-right: 32px;
}
footer a {
	color: #444;
	text-decoration: none;
	display: block;
	margin-bottom: 8px;

	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
footer a:hover {
	color: #e65730;
	text-decoration: none;
}
.footer__location {
	float: left;
	width: 33.333%;
}
.footer-social a {
	width: 50%;
	float: left;
}
footer .copyright {
    position: relative;
    color: #444;
    margin-top: 40px;
    padding: 16px 0;
    font-size: 12px;
}
footer .copyright p {
	display: inline-block;
	margin: 0;
}
footer .copyright p span {
	cursor: pointer;

	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
footer .copyright p span:hover {
	color: #f26922;
}
footer .copyright .go-top {
	position: absolute;
	top: 50%;
	right: 16px;
	margin: 0;
	color: #444;
	cursor: pointer;

	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}
footer .copyright .go-top svg {
	height: 16px;

	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
footer .copyright .go-top:hover svg {
	fill: #e65730;
}

.cc-banner .cc-message {
	font-size: 12px !important;
}
.cc-theme-classic .cc-btn {
     border-radius: 0 !important; 
    font-weight: 300;
    text-transform: uppercase;
    font-size: 12px;
    min-width: 100px !important;
    padding: 4px 16px;
}
/* END FOOTER */

/*NEW FOOTER*/
.footer {
	display: flex;
	flex-wrap: wrap;
	padding: 40px 0 80px;
}
.footer__item {
	width: 25%;
	padding: 0 20px;
}
.footer__item p:first-child {
	font-weight: 700;
	margin-bottom: 16px;
}
.footer__item p {
	margin: 0;
	text-align: center;
}
.footer__item a {

}
.copyright {
	display: flex;
  align-items: center;
  padding: 16px;
  justify-content: center;
  gap: 24px;
}
.copyright p {
	margin: 0;
}
/* END NEW FOOTER */

/* REMOVE FROM HERE */
.my_collection_select {
    width: 100%;
    height: 35px;
    padding: 0 15px;
    margin: 10px 0 11px;
    font-size: 14px;
    background: none;
    color: #444;
    border: 1px solid #444;
    outline: none;
    border-radius: 0;
}

.yes_button, .no_button  {
	margin-top: 5px;
    text-align: center;
    background: rgb(242,105,34);
    border: none;
    padding: 4px 16px;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    cursor: pointer;
}
/* REMOVE FROM HERE */

/*ADVANCED SEARCH*/
.advanced__search {
	width: 100%;
	height: calc(100% - 96px);
	position: relative;
	margin-top: 80px;
}
.advanced__search .container-fluid {
	padding: 0;
	height: 100%;
	display: flex;
}
.search__sidebar {
  width: 348px;
  height: 100%;
  flex-shrink: 0;
  padding: 0 24px;
}
.search__sidebar-inner {
	width: 100%;
	height: 100%;
	overflow: auto;
}
.search__sidebar-inner.sidebar__bottom {
	bottom: 330px;
}
.search__sidebar-box {

}
.search__sidebar-title {
	font-size: 24px;
  margin: 0 0 40px;
}
.search__sidebar-title a {
	color: #E65730;
	text-decoration: underline;

}
.search__sidebar-box .form__item {
	position: relative;
	width: 260px;
	height: 40px;
	margin-bottom: 24px;
}
.search__sidebar-box .form__item input {
	width: 260px;
	max-width: 100%;
  height: 40px;
  padding: 0px 48px 0px 16px;
  color: #757575;
  border: 1px solid #ddd;
}
.search__sidebar-box svg {
	position: absolute;
	top: 50%;
	right: 16px;
	width: 16px;
	height: 16px;

	transform: translateY(-50%);
}

.search__sidebar-item, .search__sidebar-item_brand {
	margin-bottom: 24px;
}
.sidebar__item-name, .sidebar__item-name_brand {
	margin: 0;
	line-height: 1;
	cursor: pointer;
}
.sidebar__item-name.active, .sidebar__item-name_brand.active {
	color: #E65730;
}
.sidebar__item-name .arrow__down, .sidebar__item-name_brand .arrow__down {
	display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  margin-left: 8px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #444;
  transition: all .2s ease-in-out;
}
.sidebar__item-name.active .arrow__down, .sidebar__item-name_brand.active .arrow__down {
	transform: rotate(180deg);
	border-top: 4px solid #E65730;
}
.search__sidebar-dd {
	display: none;
	opacity: 0;
	visibility: hidden;
	transition: all .2s ease-in-out;
}
.search__sidebar-item.active .search__sidebar-dd {
	display: block;
	opacity: 1;
	visibility: visible;
	padding-top: 16px;
}
.search__sidebar-item_brand.active .search__sidebar-dd {
	display: block;
	opacity: 1;
	visibility: visible;
	padding-top: 16px;
}
.search__sidebar-input {
	margin-bottom: 8px;
}
.search__sidebar-input input {

}
.checkbox {
	display: flex;
  margin: 0;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.checkbox label {
  margin: 0;
}
label.filter_checkbox_js_brand, label.filter_checkbox_js {
    display: flex;
  margin: 0;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.checkbox input {
	width: 16px;
	height: 16px;
	display: block;
}
/*.checkbox input[type="checkbox"]:not(:checked),
.checkbox input[type="checkbox"]:checked {
  position: absolute;
  left: 0;
  opacity: 0;
  visibility: hidden;
}
.checkbox input[type="checkbox"]:not(:checked) + label,
.checkbox input[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 26px;
  font-size: 14px;
  cursor: pointer;
}
.checkbox input[type="checkbox"]:not(:checked) + label:before,
.checkbox input[type="checkbox"]:checked + label:before {
	display: none;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #ddd;
  background: #FFF;
  transition: all .3s;
}
.checkbox input[type="checkbox"]:not(:checked) + label:after,
.checkbox input[type="checkbox"]:checked + label:after {
	display: none;
  content: '';
  position: absolute;
  top: 1px;
  left: 6px;
  display: inline-block;
  height: 10px;
  width: 5px;
  border-bottom: 2px solid #E65730;
  border-right: 2px solid #E65730;
  transition: all .2s;
}
.checkbox input[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0) rotate(0);
}
.checkbox input[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1) rotate(45deg);
}*/

.search__sidebar-sub {
	padding: 16px 0 8px 16px;
}

.search__products {
  width: calc(100% - 340px);
  height: 100%;
  flex-grow: 1;
  overflow: auto;
  overflow-x: hidden;
  position: relative;
}
.search__sidebar-toggle {
	display: none;
	cursor: pointer;
}
.search__sidebar-close {
	display: none;
	margin-bottom: 16px;
}

.preloader.preloader_search_js {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.search__loadmore, .search__loadmore_brand {
	align-items: center;
	display: flex;
	justify-content: center; 
	margin-top: 20px;
}
.avatar-content {
    position:relative;
    width: fit-content;
}
.avatar-image .edit-avatar {
    position:absolute;
    top: -4px;
    right: 4px;
    width: 25px;
    height: 25px;
    text-align:center;
    line-height: 25px;
    border-radius: 50%;
    background-color: white;
    cursor:pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.1);
}