html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
:focus {	outline: 0;}
ins {	text-decoration: none;}
del {	text-decoration: line-through;}
table { border-collapse: collapse; border-spacing: 0; }
ul, li { float:left; display:inline; }
h1, h2, h3, h4, h5 { font-weight:normal; }
i, em { font-style:normal; }
button, select { border:none; margin:0; padding:0; background:transparent; }
figure { border:none; margin:0; padding:0; }
* { box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; }

/*	Finish RESET	*/

body { margin:0; color:#000; font-size:13px; font-family:Plus Jakarta Sans, Arial; line-height:20px; -webkit-text-size-adjust:100%; text-size-adjust:100%; -webkit-text-size-adjust:100%; background-color:#F4F4F4; }

html::-webkit-scrollbar { width:10px; }
html::-webkit-scrollbar-track { background:#444; }
html::-webkit-scrollbar-thumb { background-color: #FFF; border:3px solid #444; }
html { scrollbar-color:#FFF #444; scrollbar-width:thin; }

*::-moz-selection { background:rgba(0, 0, 0, 0.2); }
*::selection { background:rgba(0, 0, 0, 0.2); }

a { color:#000; text-decoration:none;  }
a:hover { color:#DA445D; text-decoration:none; }

:root {
	--input-background-color: #FFF;
	--input-border-color: #bfbfbf;
	--input-border-color-inline: #FFF;
	--input-border-color-checked: #DA445D;
	--input-background-color-checked: #DA445D;
	--input-border-color-inline-checked: #DA445D;
	--input-border-color-disabled: #bfbfbf;
	--input-background-color-disabled: #efefef;
	--input-border-color-inline-disabled: #bfbfbf;
	--input-border-color-hover: #DA445D;
	--input-background-color-hover: #FFF;
	--input-border-color-inline-hover: #bfbfbf;
	--input-border-color-focus: #DA445D;
}

/* Reset Css */
input, select, textarea, input[type='checkbox'], input[type='radio'] { border:none; position:relative; -webkit-appearance:none; margin:0px; padding:0px; }
input:focus, select:focus, textarea:focus, input[type='checkbox']:focus, input[type='radio']:focus { outline:0; }
input[type='submit'], button { border:none; position:relative; -webkit-appearance:none; margin:0px; padding:0px; outline:0; }

/* Customization checkbox & radio */
input[type='checkbox'], input[type='radio'] { width:20px; height:20px; line-height:20px; min-width:1px !important; margin:0 10px 0 0; padding:0; }
input[type='checkbox']::before, input[type='radio']::before { display:block; position:absolute; content:""; width:calc(100% - 2px); height:calc(100% - 2px); background-color:var(--input-background-color); transition:background-color 500ms, border-color 500ms; }
input[type='checkbox']::after, input[type='radio']::after { display:block; position:absolute; content:""; -webkit-transform:rotate(45deg); -ms-transform:rotate(45deg); transform:rotate(45deg); transition:background-color 500ms, border-color 250ms; }

/* Customization checbox */
input[type='checkbox']::before { border-radius:6px; border:solid 1px; border-color:var(--input-border-color); }
input[type='checkbox']::after { border:solid; border-color:var(--input-border-color-inline); border-width:0 2px 2px 0; width:5px; height:10px; left:7px; bottom:5px; }
input[type='checkbox']:not(:checked)::before { border-color:var(--input-border-color); }
input[type='checkbox']:not(:checked)::after { border-color:var(--input-border-color-inline); }
input[type='checkbox']:checked:not(:disabled)::before { border-color:var(--input-border-color-checked); background-color:var(--input-background-color-checked); }
input[type='checkbox']:read-only::before, input[type='checkbox']:-moz-read-only::before { border-color:var(--input-border-color-inline-checked); }
input[type='checkbox']:disabled::before { border-color:var(--input-border-color-disabled); background-color:var(--input-background-color-disabled); }
input[type='checkbox']:disabled::after { border-color:var(--input-border-color-inline-disabled); }
input[type='checkbox']:checked:not(:disabled):focus::before, input[type='checkbox']:not(:checked):not(:disabled):focus::before { border-color:var(--input-border-color-hover); }
input[type='checkbox']:not(:checked):not(:disabled):hover::before { border-color:var(--input-border-color-hover); background-color:var(--input-background-color-hover); }
input[type='checkbox']:not(:checked):not(:disabled):hover:not(:checked)::after { border-color:var(--input-border-color-inline-hover); }

/* Customization radio */
input[type='radio']::before { border-radius:50%; border:solid 1px; }
input[type='radio']::after { border:solid; border-color:var(--input-border-color-inline-checked); border-width:5px; border-radius:50%; width:0px; height:0px; left:4px; bottom:4px; }
input[type='radio']:not(:checked)::before { border-color:var(--input-border-color); }
input[type='radio']:not(:checked)::after { border-color:var(--input-border-color-inline); }
input[type='radio']:checked:not(:disabled)::before { border-color: var(--input-border-color-checked); background-color: var(--input-background-color); }
input[type='radio']:read-only::before, input[type='checkbox']:-moz-read-only::before { border-color:var(--input-border-color-inline-checked); }
input[type='radio']:disabled::before {}
input[type='radio']:disabled::after { border-color:var(--input-border-color-inline-disabled); }
input[type='radio']:checked:not(:disabled):focus::before, input[type='radio']:not(:checked):not(:disabled):focus::before { border-color:var(--input-border-color-hover); }
input[type='radio']:not(:checked):not(:disabled):hover::before { border-color:var(--input-border-color-hover); background-color: var(--input-background-color); }
input[type='radio']:not(:checked):not(:disabled):hover:not(:checked)::after { border-color:var(--input-border-color-inline-hover); }

input, textarea, select { float:left; font-size:15px; font-family:Plus Jakarta Sans, Arial; border-radius:0; }
button { border:none; padding:0; margin:0; cursor:pointer; border-radius:0; font-family:Plus Jakarta Sans, Arial; font-size:15px; font-weight:700; letter-spacing:1px; }

.input { width:100%; height:45px; padding:0 16px; border:1px solid #BBB; transition:ease 0.3s; background-color:#FFF; border-radius:8px; line-height:45px; }
.input:focus { border-color:#000; }

.select { background:#FFF url(../images/arrow-select.png) no-repeat right center; background-size:auto 5px; -webkit-appearance:none; -moz-appearance:none; appearance:none; }

.button { float:none; height:45px; display:inline-block; padding:0 40px 0 30px; cursor:pointer; position:relative; color:#FFF; background-color:#000; line-height:45px; transition:all 0.25s; border-radius:8px; overflow:hidden; }
.button:hover { background-color:#DA445D; }
	.button::before { content:""; position:absolute; top:0; bottom:0; right:-40%; left:50%; background-image:linear-gradient(0deg,rgba(255,255,255,0.0),#FFF); transform:skew(-40deg); opacity:0.15; transition:all 0.25s; }
	.button:hover::before { left:30%; opacity:0.3; }
	.button::after { content:""; position:absolute; top:0; bottom:0; right:15px; width:16px; background:url(../images/arrow-white-right.png) no-repeat right center / 100% auto; transition:all 0.25s; }
	.button:hover::after { right:12px; }

.butik { float:left; width:100%; position:relative; }
	.outer { margin:0 auto; width:100%; max-width:1820px; padding:0 30px; position:relative; }
		.wrap , .wrap-slim { margin:0 auto; width:1320px; min-height:10px; position:relative; }
		.wrap-slim { max-width:1000px; }

.tac { text-align:center; }

.fl { float:left !important; }
.fr { float:right !important; }
.fn { float:none !important; }

.w100 { float:left; width:100% !important; }
.w50 { float:left; width:50% !important; }
.mt30 { margin-top:30px; }
.mt20 { margin-top:20px; }
.mt15 { margin-top:15px; }
.mt10 { margin-top:10px; }
.mr15 { margin-right:15px; }
.mb10 { margin-bottom:10px; }
.mb20 { margin-bottom:20px; }
.mb30 { margin-bottom:30px; }

.relative { position:relative; }

/*	FUNCTIONS	*/

.to-top { position:fixed; bottom:20px; right:20px; z-index:4700; opacity:0; transition:all 0.5s; }
.scroll-top .to-top { opacity:1; bottom:80px; }
	.to-top a { float:right; width:48px; height:48px; background:#FCF8F7 url(../images/arrow-black-down.png) no-repeat center / 16px auto; border-radius:50%; position:relative; text-indent:-9999px; transform:rotate(180deg); transition:all 0.1s; box-shadow:0 -5px 10px rgb(0,0,0,0.15); border:2px solid #FFF; }
	.to-top a:hover { background-position:center 55%; background-color:#DA445D; }

.connect-whatsapp { position:fixed; bottom:20px; right:20px; z-index:4800; display:block; font-weight:600; font-size:12px; line-height:33px; }
	.connect-whatsapp a { float:right; width:48px; height:48px; background-color:#18BC41; border-radius:50%; overflow:hidden; position:relative; text-indent:-9999px; box-shadow:0 -5px 10px rgb(0,0,0,0.15); border:2px solid #FFF; }
	.connect-whatsapp a:hover { background-color:#00C451; }
		.connect-whatsapp a::before { content:""; position:absolute; top:0; left:0; bottom:0; right:0; background:url(../images/icon-whatsapp-2.png) no-repeat center / 24px; }

/*	Start TOP	*/

.header-wrap { position:fixed; top:0; left:0; right:0; background-color:#FFF; z-index:5000; transition:all 0.4s; }
.scroll .header-wrap { margin-top:-40px; box-shadow:0 0 20px rgba(0,0,0,0.1); }
.scroll-mobile .header-wrap { box-shadow:0 0 20px rgba(0,0,0,0.1); }

.header-shopping { padding:10px 0; margin-top:0 !important; }

.header-advert { float:left; width:100%; position:relative; text-align:center; }
	.header-advert a { float:left; width:100%; height:80px; overflow:hidden; }
		.header-advert a img { width:100%; height:100%; object-fit:cover; }

.header-inner { float:left; width:100%; position:relative; }
.header { float:left; width:100%; z-index:2000; position:relative; }
	
	.header-top { float:left; width:100%; padding:10px 0; margin-bottom:25px; position:relative; background-color:#000; font-weight:600; color:#FFF; }
		.header-top a { color:#FFF; }
		
		.header-promo { float:left; }
			.header-promo section { display:inLine-block; }
		.header-whatsapp { float:right; }
			.header-promo section img , .header-whatsapp img { float:left; height:20px; margin-right:7px; }
	
	.header-flex { display:flex; }
	
	#logo { float:left; margin:-15px 0 -10px 0; position:relative; z-index:1000; }
		#logo a { float:left; position:relative; }
			#logo img { height:75px; transition:all 0.4s; }
			#logo img:hover { opacity:0.8; }
	
	#logo-shopping { flex:1; margin-top:-5px; margin-right:20px; position:relative; z-index:1000; }
		#logo-shopping a { float:left; position:relative; }
			#logo-shopping a img { float:left; height:55px; }
	
	.header-box { position:absolute; top:60px; background-color:#FFF; box-shadow:0 7px 25px rgba(0,0,0,0.1); z-index:100; border-radius:8px; border:1px solid #000; display:none; }
		.header-box::before , .header-box::after { 
			content:"";
			border-bottom:4px solid transparent;
			border-left:10px solid transparent;
			border-right:10px solid transparent;
			height: 0;
			top:-4px;
			right:19px;
			position:absolute;
			width:0;
			border-bottom-color:#000;
		}
		.header-box::after { top:-3px; border-bottom-color:#FFF; }
	
	.header-currency-content { width:260px !important; padding:20px; top:45px; left:auto !important; right:0 !important; }
		
		.header-currency-content article { float:left; width:100%; margin-bottom:10px; font-weight:600; }
			
		.language { float:left; width:100%; padding-bottom:15px; margin-top:-5px; margin-bottom:15px; border-bottom:1px solid #EEE; }
			.language li { padding-right:10px; margin-right:10px; border-right:1px solid #EEE; }
			.language li:last-child { padding-right:0; margin-right:0; border-right:0; }
				.language li a { float:left; font-weight:600; }
					.language li a img { float:left; height:24px; padding:3px; border:1px solid rgba(0,0,0,0.3); border-radius:3px; }
					.language li a:hover img { border-color:#000; }
					.language li a.active img { padding:2px; border:2px solid #000; }
		.choose-currency { float:left; width:100%; }
			.choose-currency .input { height:35px; padding-left:12px; font-size:13px; font-weight:700; line-height:33px; }
	
	.header-icon { float:left; height:50px; padding-left:34px; position:relative; cursor:pointer; font-size:13px; font-weight:700; letter-spacing:0.5px; line-height:50px; }
		.header-icon::before { content:""; position:absolute; top:0; left:0; width:24px; height:100%; background-position:center; background-size:auto 24px; background-repeat:no-repeat; z-index:5; }
		.header-icon::after { content:""; position:absolute; top:0; left:50%; width:40px; height:40px; margin-left:-20px; background-color:transparent; border-radius:50%; transition:all 0.3s; }
		.header-icon span { position:relative; z-index:10; }
	
	.header-cart { float:right; margin-left:auto; position:relative; }
		.header-cart-icon::before { background-image:url(../images/icon-cart.png); }
		.header-cart-icon i { position:absolute; top:0; left:14px; width:21px; height:21px; text-align:center; border:2px solid #FFF; background-color:#DA445D; color:#FFF; font-size:10px; font-weight:700; letter-spacing:0; line-height:19px; border-radius:50%; z-index:10; }

	.header-cart-content { width:450px; padding:20px; right:0; }
		.header-cart-content ul { width:100%; max-height:320px; overflow-y:auto; line-height:16px; }
			.header-cart-content li { width:100%; padding:10px; margin-bottom:10px; position:relative; border:1px solid #E5E5E5; font-weight:500; display:flex; align-items:center; border-radius:8px; }
			.header-cart-content li:hover { border-color:#000; }
				.header-cart-content li a:hover { text-decoration:underline; }
				.header-cart-content li img { float:left; width:48px; position:relative; border-radius:4px; }
				.header-cart-content li div { flex:1; padding-left:15px; display:flex; align-items:center; }
					.header-cart-content li div span { width:55%; padding-right:10px; font-weight:700; }
						.header-cart-content li div span a { display:block; }
					.header-cart-content li div i { width:15%; text-align:center; }
					.header-cart-content li div em { width:30%; padding-right:10px; text-align:right; font-weight:700; }
		
		.header-cart-content .summary { float:left; width:100%; padding:10px 0 20px 0; text-align:right; }
			.header-cart-content .summary i { font-size:17px; font-weight:700; }
			
		.header-cart-content .empty { float:left; width:100%; padding:60px 0 30px 0; color:#999; text-align:center; position:relative; }
			.header-cart-content .empty::before { content:""; position:absolute; top:20px; left:50%; width:30px; height:30px; margin-left:-15px; background:url(../images/header-basket.png) no-repeat center; background-size:100%; opacity:0.4; }
		
		.header-cart-content .func { float:left; width:100%; font-weight:700; font-size:15px; line-height:40px; }
			.header-cart-content .func a { float:left; height:40px; transition:all 0.3s; }
			.header-cart-content .func a:last-child { float:right; padding:0 20px; background-color:#DA445D; letter-spacing:1px; color:#FFF; border-radius:8px; }
			.header-cart-content .func a:last-child:hover { background-color:#000; }
	
	.header-account { float:right; margin-left:auto; position:relative; }
		
		.header-account::after { content:""; float:right; width:2px; height:30px; margin:10px 30px; background-color:rgba(0,0,0,0.07); }
		
		.header-account-icon::before { background-image:url(../images/icon-user.png); }
		.header-login-icon::before { background-image:url(../images/icon-lock.png); }

		.header-account-content { width:280px; right:50px; }
			.header-account-content ul { width:100%; padding:15px; }
				.header-account-content li { width:100%; }
					.header-account-content li a { float:left; width:100%; padding:10px 15px; position:relative; font-weight:700; letter-spacing:0.5px; color:#000; display:flex; align-items:center; border-radius:8px; transition:all 0.3s; }
					.header-account-content li a:hover { background-color:#F4F4F4; }
						.header-account-content li a img { float:left; height:20px; margin:0 10px 0 -5px; }
	
	.header-search { float:right; position:relative; }
		.header-search-icon::before { background-image:url(../images/icon-search.png); }
		.header-search-content { margin:0 40px; display:block; flex:1; position:relative; }
			.header-search-content input { width:100%; height:50px; padding:0 58px 0 20px; border-radius:8px; color:#222; line-height:50px; border:1px solid #666; transition:all 0.3s; }
			.header-search-content input:focus { border-color:#000; }
			.header-search-content button { position:absolute; width:50px; height:50px; top:0; right:0; background:url(../images/icon-search.png) no-repeat center / 20px; text-indent:-9999px; }
			.header-search-content button:hover { background-size:18px; }
	
	.menu-trigger-active { color:#DA445D; }

.nav-icon , .nav-wrap h4 , .left-block h4 , .sidebar-icon { display:none; }

.nav-wrap { float:left; width:100%; margin-top:10px; position:relative; z-index:80; }
	.nav-wrap .wrap { position:static; }
	
	#nav { float:left; width:100%; z-index:310; }
		#nav > ul {  }
			#nav > ul > li { margin-right:45px; }
			#nav > ul > li:last-child { margin-right:0; }
			#nav > ul > li > i , #nav > ul > li > a section { display:none; }
				#nav > ul > li > a { float:left; height:60px; font-weight:700; font-size:15px; letter-spacing:0.5px; line-height:60px; position:relative; z-index:10; transition:all 0.25s; }
				#nav > ul > li:hover > a , #nav > ul > li > a.active { color:#DA445D; box-shadow:inset 0 -2px 0 #DA445D; }
					#nav > ul > li > a img { float:left; height:60px; padding:17px 0; margin-right:10px; }

	.nav-multi-wrap { position:absolute; top:60px; left:0; right:0; max-height:70vh; padding:30px; background-color:#FFF; z-index:310; display:none; overflow-y:auto; text-align:left; box-shadow:0 10px 30px rgba(0,0,0,0.08); border-bottom:2px solid #DA445D; }
		.nav-multi-wrap::before { content:""; position:absolute; top:0; bottom:0; left:0; right:0; background:url(../images/bg-navigation.png) no-repeat right bottom / auto 95%; }
		
		.nav-multi-wrap ul { width:60%; z-index:20; display:flex; flex-flow:row wrap; }
			.nav-multi-wrap ul > li { width:33.33334%; position:relative; }
				.nav-multi-wrap ul > li > a { float:left; width:100%; padding:10px 0; font-weight:700; font-size:14px; letter-spacing:0.5px; position:relative; z-index:10; transition:all 0.25s; }
					.nav-multi-wrap ul > li a::before { content:""; position:absolute; top:calc(50% - 3px); left:-3px; width:5px; height:5px; background-color:#DA445D; border-radius:50%; opacity:0; transition:all 0.2s; }
					.nav-multi-wrap ul > li a:hover::before { left:-12px; opacity:1; }

/*	Start COOKIES	*/

.cookies { position:fixed; bottom:0; left:20px; right:20px; padding:25px; z-index:2000; transition:all 0.4s; background-color:rgba(51, 51, 51, 0.9); color:#FFF; text-align:center; border-radius:6px 6px 0 0; display:none; }
	.cookies a { color:#FFF; font-weight:500; text-decoration:underline; }
	.cookies a:hover { text-decoration:none; }
	
	.cookies-close { position:absolute; top:-16px; right:36px; width:32px; height:32px; }
		.cookies-close::before { content:""; position:absolute; top:-3px; left:-40px; right:-40px; height:19px; background:url(../images/hat.png) no-repeat center / 60% 100%; }
		.cookies-close span { float:left; width:100%; height:100%; position:relative; border-radius:50%; text-indent:-9999px; background:#FFF url(../images/icon-close-2.png) no-repeat center / 12px; cursor:pointer; }
		.cookies-close span:hover { background-size:10px; background-image:url(../images/icon-close.png); background-color:#DA445D; }

/*	Finish TOP	*/

.controls { height:100%; }
	.slick-prev , .slick-next { 
		position:absolute;
		top:50%;
		width:48px; 
		height:48px; 
		margin-top:-24px;
		text-indent:-9999px; 
		cursor:pointer;
		z-index:1000;
		transition:all 0.3s ease;
		background:#FFF url(../images/arrow-left.png) no-repeat center / 20px auto;
		box-shadow:0 0 20px rgba(0,0,0,0.1);
		border-radius:50%;
		}
		
	.slick-prev { left:15px; }
	.slick-next { right:15px; background-image:url(../images/arrow-right.png); }
	
	.slick-prev:hover , .slick-next:hover { background-color:#000 !important; }

	ul.slick-dots { position:absolute; text-align:center; right:0; left:0; bottom:0; padding:40px 0 10px 0; z-index:1000; background-image:linear-gradient(180deg,rgba(0,0,0,0.0),rgba(0,0,0,0.2)); }
		ul.slick-dots li { float:none; margin:0 5px; position:relative; display:inline-block; transition:all 0.3s; z-index:10; }
			ul.slick-dots li button { float:left; width:30px; height:23px; cursor:pointer; transition:all 0.3s; position:relative; text-indent:-9999px; opacity:0.3; border-top:10px solid transparent; border-bottom:10px solid transparent; }
			ul.slick-dots li button:hover { opacity:0.7; }
			ul.slick-dots li.slick-active button { opacity:1 !important; }
				ul.slick-dots li button::before { content:""; float:left; width:100%; height:100%; background-color:#FFF; }
			
.hero-slider-wrap { float:left; width:100%; position:relative; }
.hero-slider-wrap::before { content:""; position:absolute; top:0; bottom:50%; left:0; right:0; background-color:#FFF; }

.hero-slider { float:left; width:100%; position:relative; z-index:600; }
	.hero-slider .slick-list { overflow:hidden; border-radius:12px; }
	.hero-slider-wide .hero-slider .slick-list { border-radius:0 !important; }
	.hero-slider-item { float:left; width:100%; height:100%; position:relative; }
		.hero-slider-item a , .hero-slider-item picture , .hero-slider-item picture img { float:left; width:100%; position:relative; }
	
	.hero-slider ul.slick-dots { padding-bottom:50px; border-radius:0 0 12px 12px; }
	.hero-slider .slick-prev { left:20px; }
	.hero-slider .slick-next { right:20px; }
	

/*	Start FOOTER	*/

.mask , .mask-top { position:absolute; bottom:0; left:0; right:0; z-index:700; overflow:hidden; }
.mask-top { top:0; bottom:auto; }
	.mask > img , .mask-top > img { float:left; width:100%; min-height:5px; }
	
.footer-page-about { float:left; width:100%; padding:68px 0 59px 0; position:relative; background-color:#FFF; }
	.footer-page-about-title { float:left; width:100%; margin-bottom:13px; position:relative; font-family:'Brygada 1918'; font-size:25px; font-weight:600; color:#000; line-height:30px; }
	.footer-page-about-text { float:left; width:100%; position:relative; font-size:15px; color:#555; line-height:30px; }

.footer-advantages { float:left; width:100%; padding:70px 0 45px 0; position:relative; text-align:center; background-color:#DA445D; color:#FFF; }
	.footer-advantages ul { width:100%; padding:0 60px; display:flex; flex-flow:row wrap; }
		.footer-advantages li { width:25%; padding:0 15px; margin-bottom:20px; }
			.footer-advantages li section { float:left; width:100%; position:relative; }
				.footer-advantages li section picture { display:inline-block; margin-bottom:25px; position:relative; }
					.footer-advantages li section img { float:left; height:100px; position:relative; }
				.footer-advantages li section strong { display:block; font-size:17px; font-weight:500; }

.join-us-wrap { float:left; width:100%; position:relative; background-color:#FFF; z-index:20; }
	.join-us-wrap::before { content:""; position:absolute; top:0; bottom:50%; left:0; right:0; background-color:#DA445D; }
	.join-us { float:left; width:100%; padding-left:60px; padding-right:60px; position:relative; background-color:#000; border-radius:8px; }
		.join-us strong { float:left; width:40%; padding-left:70px; position:relative; font-weight:normal; font-size:20px; color:#FFF; letter-spacing:1px; line-height:50px; background:url(../images/icon-mail.png) no-repeat 0 center / 50px; }
		.join-us section { float:left; width:60%; position:relative; }
			.join-us .input { height:50px; padding:0 130px 0 25px; border:0; border-radius:8px; line-height:60px; }
			.join-us .button { width:120px; height:40px; position:absolute; top:5px; right:5px; border-radius:6px; background-color:#DA445D; line-height:40px; }

.footer-connect { float:left; width:100%; position:relative; background-color:#FFF; z-index:20; font-family:; font-size:20px; line-height:50px; overflow:hidden; }
	.footer-connect .w100 { padding:0 60px; }
	
	.footer-phone { float:left; font-weight:700; }
		.footer-phone a img { float:left; height:50px; margin-right:15px; }
	
	.footer-social { float:right; }
		.footer-social span { float:left; padding-right:20px; }
		.footer-social li { padding-right:15px; }
		.footer-social li:last-child { padding-right:0; }
			.footer-social li a { float:left; border:1px solid rgba(109,91,81,0.2); background-color:#FFF; border-radius:50%; transition:all 0.3s; }
			.footer-social li a:hover { border-color:#DA445D; }
				.footer-social li a img { float:left; height:50px; margin:-1px; }

.footer-wrap { float:left; width:100%; position:relative; color:#FFF; background-color:#000; overflow:hidden; }
	
	.footer-wrap a { color:#FFF; }
	.footer-wrap a:hover { text-decoration:underline; }
	
	.footer { float:left; width:100%; padding-top:50px; position:relative; }
		
		.footer-title { float:left; width:100%; padding:33px 0 32px 0; position:relative; font-size:21px; font-family:'Brygada 1918'; color:#ECA1AE; }
			.footer-title::after { content:""; position:absolute; left:0; bottom:14px; width:40px; height:2px; background-color:#ECA1AE; opacity:0.5; }
		
		.footer-links-wrap { float:left; width:100%; padding:0 60px; position:relative; }

		.footer-links { float:left; width:33.33334%; padding:0 10px; position:relative; }
			.footer-links > ul { width:100%; }
				.footer-links > ul > li { width:100%; }
					.footer-links > ul > li a { float:left; width:100%; padding:5px 0; font-size:15px; }
		
		.footer-secure { float:left; width:100%; padding:20px; margin-top:59px; position:relative; background-color:#FFF; border-radius:8px; text-align:center; }
			.footer-secure::before { content:""; position:absolute; top:0; bottom:0; left:-60px; right:-60px; border-radius:8px; }
			.footer-secure picture { display:inline-block; position:relative; }
				.footer-secure picture img { max-width:100%; max-height:40px; }

		.copyright { float:left; width:100%; padding:60px; position:relative; z-index:10; font-size:15px; color:rgba(255,255,255,0.7); }
			.copyright .left { float:left; }
				.copyright .left section { float:left; }
				.copyright .left section:last-child { padding-left:20px; margin-left:20px; border-left:2px solid rgba(255,255,255,0.15); }
					.copyright .left section a { float:left; margin-right:20px; }
					.copyright .left section a:last-child { margin-right:0; }
			.copyright .right { float:right; }
				.copyright .right a { display:inline-block; font-weight:700; }
	
/*	Start CONTENT	*/

.hero-categories { float:left; width:100%; height:140px; margin-top:-40px; position:relative; text-align:center; overflow:hidden; z-index:1000; }
	.hero-categories ul { width:calc(100% + 20px); margin-left:-10px; display:flex; flex-flow:row wrap; }
		.hero-categories li { flex:1; flex-basis:10%; padding:0 10px; }
			.hero-categories li a { float:left; width:100%; height:100%; padding:15px; position:relative; background-color:#FFF; border-radius:8px; overflow:hidden; box-shadow:0 0 7px rgba(0, 0, 0, 0.08); transition:all 0.3s; }
			.hero-categories li a:hover { box-shadow:0 4px 10px rgba(0, 0, 0, 0.15); }
				.hero-categories li a::after { content:""; position:absolute; left:50px; right:50px; bottom:0; height:2px; background-color:#DA445D; transition:all 0.3s; opacity:0.5; }
				.hero-categories li a:hover::after { left:20px; right:20px; opacity:1; }
				
				.hero-categories li a picture { display:inline-block; width:60px; height:60px; border-radius:50%; overflow:hidden; }
					.hero-categories li a picture img { width:100%; height:100%; object-fit:cover; }
				.hero-categories li a strong { float:left; width:100%; height:20px; margin-top:10px; overflow:hidden; }

.page-title { float:left; width:100%; padding:41px 0 19px 0; position:relative; font-family:'Brygada 1918'; font-size:41px; font-weight:500; letter-spacing:-1px; line-height:50px; }
.page-title-slim { padding:35px 0 15px 0; }
.cat-about-title { padding:40px 0 25px 0; font-size:24px; font-weight:700; letter-spacing:0; line-height:30px; }
	
.page-text { float:left; width:100%; margin:-10px 0 30px 0; font-size:19px; line-height:30px; color:#454545; }
.page-text-static { font-size:17px; }
	.page-text strong , .page-text b { color:#000; }
.cat-about { margin:-18px 0 31px 0; font-size:15px; }

.page-photo { float:left; width:100%; margin-bottom:30px; text-align:center; }
	.page-photo img { float:left; width:100%; border-radius:8px; }
	.photo-404 img { float:none; display:inline-block; width:auto; max-width:100%; max-height:320px; }

.medium-title { float:left; width:100%; padding:30px 0 20px 0; position:relative; font-size:24px; font-weight:600; letter-spacing:-0.5px; line-height:30px; }
.medium-title-slim { padding-top:0; }

.title-small { float:left; width:100%; padding:0 15px; margin:15px 0; position:relative; font-size:14px; font-weight:600; color:#000; letter-spacing:1px; text-transform:uppercase; }
	.title-small::before { content:""; position:absolute; top:50%; left:0; right:0; height:2px; margin-top:-2px; background-color:#000; opacity:0.06; }
	.title-small i { float:left; padding:0 15px; background-color:#FFF; position:relative; border-radius:8px; }

.top-150 { padding-top:150px; }
.top-100 { padding-top:100px; }
.top-50 { padding-top:50px; }
.bottom-150 { padding-bottom:150px; }
.bottom-100 { padding-bottom:100px; }
.bottom-50 { padding-bottom:50px; }

.pl-120 { padding-left:120px; }
.pr-120 { padding-right:120px; }

.link-all { float:left; width:100%; margin-bottom:-20px; position:relative; text-align:center; font-weight:700; text-align:center; }
	.link-all a { display:inline-block; height:44px; padding:0 20px 0 30px; margin:0 20px 20px 0; position:relative; color:#DA445D; letter-spacing:1px; line-height:42px; border:1px solid #DA445D; transition:all 0.3s; border-radius:8px; }
	.link-all a:last-child { margin-right:0; }
	.link-all a:hover { border-color:#000; background-color:#000; color:#FFF; }
		.link-all a::after { content:""; float:right; width:17px; height:40px; margin-left:10px; background:url(../images/arrow-right.png) no-repeat center / 100% auto; transition:all 0.3s; }
		.link-all a:hover::after { margin-left:15px; margin-right:-5px; background-image:url(../images/arrow-white-right.png); }

.cat-list { float:left; width:100%; position:relative; overflow:hidden; }
	.cat-list .inner-12 > ul { width:100%; position:relative; display:flex; flex-flow:row wrap; z-index:10; overflow:hidden; }
		.cat-list .inner-12 > ul > li { width:33.33334%; padding:0 12px; margin-bottom:60px; position:relative; }

.cat-list-cart-cta { position:absolute; left:20px; right:20px; bottom:10px; height:35px; background-color:#DA445D; font-weight:600; color:#FFF; line-height:35px; text-align:center; border-radius:8px; z-index:100; transition:all 0.3s; opacity:0; cursor:pointer; }
.cat-list .inner-10 > ul > li:hover .cat-list-cart-cta , .slider-home-item:hover .cat-list-cart-cta { opacity:1; }

.slider-home-wrap { float:left; width:100%; margin-bottom:80px; position:relative; }
.slider-similar-wrap { margin-bottom:30px; }
	.slider-home , .slider-similar { float:left; width:100%; position:relative; display:flex; flex-flow:row wrap; }
		.slider-home .slick-list , .slider-similar .slick-list { overflow:hidden; }
			.slider-home-item { float:left; width:25%; height:100%; padding:0 12px; margin-bottom:24px; position:relative; }
	
	.slider-home .slick-prev , .slider-similar .slick-prev { left:-14px; }
	.slider-home .slick-next , .slider-similar .slick-next { right:-14px; }

.slider-home .slick-track , .slider-similar .slick-track { height:100%; }

.product-item { float:left; width:100%; height:100%; padding-bottom:65px; position:relative; transition:all 0.4s; }
.slider-home .product-item { padding-bottom:35px; }
.product-item:hover { border-color:#666; }
	
	/* .product-item::before { content:""; position:absolute; top:0; bottom:0; left:0; right:0; border:1px solid #000; border-radius:8px; transition:all 0.4s; opacity:0.15; }
	.product-item:hover::before { opacity:1; } */
	
	.product-item-photo { float:left; width:100%; height:360px; margin-bottom:15px; position:relative; text-align:center; overflow:hidden; border-radius:8px; }
		.product-item-photo img { width:100%; height:100%; object-fit:cover; transition:all 1s; }
	.product-item:hover .product-item-photo img { transform:scale(1.1, 1.1); }
	.product-item-title { float:left; width:100%; margin:1px 0 7px 0; font-size:15px; font-weight:500; overflow:hidden; }
	.slider-home-item .product-item-title { height:40px; overflow:hidden; }
	.product-item-price { float:left; width:100%; margin:10px 0 -1px 0; color:#999; font-size:15px; font-weight:500; }
		.product-item-price strong { display:inline-block; margin-right:5px; color:#000; font-size:21px; font-weight:800; }
		.product-item-price i { display:inline-block; text-decoration:line-through; }

.product-item-cta { position:absolute; left:12px; right:12px; bottom:0; height:40px; font-weight:700; font-size:13px; color:#ECA1AE; letter-spacing:1px; line-height:38px; border:1px solid #DDD; text-align:center; border-radius:8px; z-index:100; transition:all 0.3s; cursor:pointer; }
.product-item-cta:hover { background-color:#DA445D; border-color:#DA445D; color:#FFF; letter-spacing:2px; border-radius:20px; }

.review-item-rate { float:left; width:100%; margin:5px 0; position:relative; }

.review-rate { float:left; width:70px; height:12px; background:url(../images/star.png) repeat-x 0 center / 14px 12px; }
.review-rate-xl { width:130px; height:22px; background-size:26px 22px; }
	.review-rate em { float:left; height:100%; background:url(../images/star-active.png) repeat-x 0 center / 14px 12px; }
	.review-rate-xl em { background-size:26px 22px; }
		.review-rate em.rate1 { width:20%; }
		.review-rate em.rate15 { width:30%; }
		.review-rate em.rate2 { width:40%; }
		.review-rate em.rate25 { width:50%; }
		.review-rate em.rate3 { width:60%; }
		.review-rate em.rate35 { width:70%; }
		.review-rate em.rate4 { width:80%;}
		.review-rate em.rate45 { width:90%;}
		.review-rate em.rate5 { width:100%; }

.icon-fav { position:absolute; top:10px; right:22px; width:32px; height:32px; z-index:200; border-radius:50%; text-indent:-9999px; background:#FFF url(../images/icon-fav.png) no-repeat center / 16px; cursor:pointer; }
.icon-fav:hover { background-color:#ECA1AE; }
.icon-faved { background-image:url(../images/icon-fav-2.png); }
.icon-discount { position:absolute; top:15px; left:27px; height:28px; padding:0 12px; background-color:#FFEC00; border-radius:8px; z-index:200; font-size:13px; font-weight:700; color:#000; line-height:30px; }

.color-options { position:absolute; top:44px; right:10px; width:16px; text-align:center; }
	.color-options small { float:left; padding:2px; margin-bottom:3px; background-color:#FFF; border-radius:50%; /* box-shadow:0 0 4px rgba(0,0,0,0.1); */ }
		.color-options small i { float:left; width:12px; height:12px; background-color:#666; border-radius:50%; font-size:9px; font-weight:600; color:#FFF; line-height:12px; box-shadow:inset 0 0 1px rgba(0,0,0,0.2); }

.inner-40 { margin:0 -40px; }
.inner-30 { margin:0 -30px; }
.inner-20 { margin:0 -20px; }
.inner-15 { margin:0 -15px; }
.inner-12 { margin:0 -12px; }
.inner-10 { margin:0 -10px; }
.inner-5 { margin:0 -5px; }
.inner-4 { margin:0 -4px; }
.inner-2 { margin:0 -2px; }

.promo-three { float:left; width:100%; position:relative; text-align:center; overflow:hidden; }
	.promo-three ul { width:100%; }
		.promo-three li { width:33.33334%; padding:0 20px; margin-bottom:20px; }
			.promo-three li a { float:left; width:100%; position:relative; border-radius:8px; overflow:hidden; }
				.promo-three li a picture { float:left; width:100%; }
					.promo-three li a picture img { float:left; width:100%; }

.promo-two li { width:50%; }

.promo-wide { float:left; width:100%; margin-bottom:20px; position:relative; } 
	.promo-wide a { float:left; width:100%; position:relative; border-radius:8px; overflow:hidden; }
		.promo-wide a img { float:left; width:100%; }

.grayscale { filter:grayscale(100%); -webkit-filter:grayscale(100%); }
.grayscale:hover { filter:none; -webkit-filter:none; }

.sub-page-wrap { float:left; width:100%; position:relative; }

.page-top { float:left; width:100%; padding-top:20px; margin-bottom:40px; position:relative; z-index:10; background-image:linear-gradient(145deg,#0E308F,#DA445D); color:#FFF; text-align:center; border-radius:8px; }
	
	.breadcrumb { float:left; width:100%; margin:16px 0 4px 0; line-height:40px; }
		.breadcrumb section { display:inline-block; height:40px; overflow:hidden; }
			.breadcrumb a { float:left; color:rgba(0,0,0,0.8); }
			.breadcrumb-dark a { color:rgba(255,255,255,0.8); }
			.breadcrumb a:hover { color:#000; text-decoration:underline; }
			.breadcrumb-dark a:hover { color:#FFF; }
				.breadcrumb a img { float:left; height:40px; padding:10px 0; }
			.breadcrumb i { float:left; width:6px; height:40px; margin:0 20px; background:url(../images/breadcrumb.png) no-repeat center / 100% auto; opacity:0.4; }
			.breadcrumb strong { float:left; font-weight:600; }

	.page-top-title { padding-top:10px; padding-bottom:40px; text-align:center; }

.category-info { float:left; width:100%; padding:14px; margin-bottom:24px; position:relative; font-weight:500; background-color:#FFF; border-radius:8px; border:1px solid rgba(0,0,0,0.15); }
	
	.category-count { float:left; margin-left:5px; line-height:32px; }
		.category-count strong { color:#000; }

	.filter-type { float:right; margin-left:auto; }
		.filter-type section { float:left; margin-right:10px; color:#999; line-height:32px; }
		.filter-type section:last-child { margin-right:0; }
			.filter-type .input { width:auto; height:32px; padding:0 30px 0 10px; font-size:13px; font-weight:600; line-height:30px; border-radius:4px; }

.sidebar-icon , .sidebar h4 { display:none; }

.container { float:left; width:100%; margin-top:10px; position:relative; box-shadow:inset 0 1px 0 rgba(0,0,0,0.07); }

.sidebar { width:280px; position:relative; }
.sidebar-content { width:calc(100% - 336px); position:relative; }
.sidebar-content-static { padding-left:60px; }
.sidebar-content-static::before { content:""; position:absolute; top:0; bottom:-100px; left:-20px; width:1px; background-color:rgba(0,0,0,0.07); }

	.sidebar-group { float:left; width:100%; position:relative; }
	.sidebar-group:last-child { border-bottom:1px solid rgba(0,0,0,0.1); }
	
	.sidebar-links { float:left; width:100%; padding-top:20px; position:relative; z-index:10; border-top:1px solid rgba(0,0,0,0.06); }
		.sidebar-links > ul { width:100%; }
			.sidebar-links > ul > li { width:100%; padding:5px 0; position:relative; }
				.sidebar-links ul li a { float:left; width:100%; padding:5px 0 5px 20px; position:relative; font-weight:600; }
				.sidebar-links ul li a.active { box-shadow:inset -2px 0 0 #534A46; }
					.sidebar-links ul li a::before { content:""; position:absolute; top:50%; left:0; width:6px; height:6px; margin-top:-3px; background-color:#534A46; opacity:0.2; border-radius:50%; }
					.sidebar-links ul li a:hover::before , .sidebar-links ul li a.active::before { opacity:1; }
					.sidebar-links ul li a i { display:inline-block; min-width:20px; margin-left:3px; border-radius:8px; background-color:#DA445D; color:#FFF; text-align:center; }

	.account-menu ul li a { padding:10px 0 10px 35px; transition:all 0.2s; }
		.account-menu ul li a img { float:left; height:20px; margin-left:-35px; opacity:0.6; }
		.account-menu ul li a:hover img , .account-menu ul li a.link-active img { opacity:1; }
		
	.sidebar-search { float:left; width:100%; margin-bottom:20px; position:relative; }
		.sidebar-search section { float:left; width:100%; position:relative; }
			.sidebar-search .input { height:40px; line-height:40px; border-color:#000; border-radius:8px; }
			.sidebar-search .input:focus { box-shadow:0 0 25px rgba(0,0,0,0.25); }
			.sidebar-search button { position:absolute; right:0; top:0; width:40px; height:40px; background:url(../images/icon-search.png) no-repeat center / 16px; border:none; text-indent:-9999px; }
			.sidebar-search button:hover { background-size:18px; opacity:1; }
			
	.sidebar-price-filter { float:left; width:100%; padding-right:40px; position:relative; }
		.sidebar-price-filter section { float:left; width:50%; padding-right:10px; position:relative; }
			.sidebar-price-filter .input { height:40px; font-size:13px; font-weight:500; line-height:40px; }
			.sidebar-price-filter button { position:absolute; right:0; top:0; width:40px; height:40px; background:rgba(0,0,0,0.5) url(../images/arrow-white-right.png) no-repeat center / auto 12px; border:none; text-indent:-9999px; border-radius:8px; transition:all 0.25s; }
			.sidebar-price-filter button:hover { background-color:#000; }
	
	.sidebar-header { float:left; width:100%; padding:20px 0; position:relative; font-weight:700; font-size:17px; color:#000; cursor:pointer; transition:all 0.3s; box-shadow:inset 0 1px 0 rgba(0,0,0,0.1); }
		.sidebar-header::after { content:""; position:absolute; top:0; bottom:0; right:0; width:14px; background:url(../images/arrow-down.png) no-repeat center / 100% auto; transition:all 0.3s; transform:rotate(180deg); }
		
	.sidebar-closed { color:#4E4E4E; }
		.sidebar-closed::after { transform:rotate(0deg); }
		.sidebar-hidden { display:none; }

	.sidebar-group-content { float:left; width:100%; margin-bottom:20px; position:relative; font-size:14px; }

	.sidebar-scroll { float:left; width:100%; max-height:272px; padding-right:6px; position:relative; overflow:hidden; overflow-y:auto; border-radius:0 !important; }
		.sidebar-scroll::-webkit-scrollbar { width:6px; border-radius:8px; }
		.sidebar-scroll::-webkit-scrollbar-track { background:#E7E7E7; border-radius:8px; }
		.sidebar-scroll::-webkit-scrollbar-thumb { background-color:#BBB; border-radius:8px; }
		.sidebar-scroll { scrollbar-color:#BBB #E7E7E7; scrollbar-width:thin; border-radius:8px; }
	
	.sidebar-menu { float:left; width:100%; padding-top:2px; position:relative; }
	.static-menu { margin-top:59px; }
		.sidebar-menu ul { width:100%; }
			.sidebar-menu ul li { width:100%; }
				.sidebar-menu ul li a { float:left; width:100%; padding:5px 0; margin-bottom:10px; position:relative; font-weight:700; display:flex; align-items:center; }
				.static-menu ul li a { font-size:15px; }
				.sidebar-menu ul li a.active { color:#DA445D; }
					.sidebar-menu ul li a.active::before { content:""; position:absolute; top:0; bottom:0; left:0; right:0; z-index:-1; border-radius:5px; background-image:linear-gradient(90deg,rgba(255,255,255,0.0),#FFF); }
					.sidebar-menu ul li a img { float:left; height:20px; margin-right:15px; filter:grayscale(100%); -webkit-filter:grayscale(100%); }
					.sidebar-menu ul li a:hover img , .sidebar-menu ul li a.active img { filter:none; -webkit-filter:none; }
				.sidebar-menu ul li label { float:left; width:100%; padding-bottom:8px; cursor:pointer; position:relative; font-weight:500; }
					.sidebar-menu ul li label i { display:inline-block; padding-left:5px; color:#999; font-size:11px; font-weight:400; }
					
				.sidebar-menu ul li ul { padding-left:20px; margin-bottom:20px; font-size:13px; letter-spacing:0; box-shadow:inset 2px 0 0 rgba(0,0,0,0.1); }
					.sidebar-menu ul li ul li a { margin-bottom:0; }
	
	.sidebar-coloz { float:left; width:100%; }
		.sidebar-coloz ul { width:100%; }
			.sidebar-coloz li { margin:0 10px 10px 0; }
				.sidebar-coloz li section { float:left; padding:3px; cursor:pointer; font-weight:500; border:1px solid rgba(0,0,0,0.2); background-color:#FFF; border-radius:20%; }
				.sidebar-coloz li:hover section { border-color:#666; }
					.sidebar-coloz li section picture { float:left; width:27px; height:27px; position:relative; background-size:cover; background-position:center; background-repeat:no-repeat; border-radius:20%; text-indent:-9999px; }
				.sidebar-coloz li section.selected { padding:2px; border:2px solid #DA445D; }
					.sidebar-coloz li section.selected picture { background:#CFA08A url(../images/icon-close.png) no-repeat center / 50% !important; }
			
			.sidebar-coloz li label { float:left; position:relative; }
				.sidebar-coloz li label input { position:absolute; top:0; left:0; width:100%; height:100%; opacity:0; cursor:pointer; z-index:100; }

/*	START FILTER OPTIONS	*/

.filter-options { position:absolute; top:60px; left:0; right:0; background-color:rgb(255 255 255 / 95%); box-shadow:0 7px 30px rgb(0 0 0 / 10%); letter-spacing:1px; line-height:20px; display:none; transition:all 0.3s; }
	.filter-options::before { content:""; position:absolute; top:-2px; left:0; width:125px; height:2px; background-color:#000; }
.filter-opened .filter-options { display:block; }

	.filter-inner { float:left; width:100%; padding:30px 25px 20px 25px; display:flex; flex-flow:row wrap; }
		.filter-group { float:left; padding:0 20px; margin-bottom:10px; flex-basis:10%; flex:1; }
		
		.filter-group-price { float:left; width:100%; padding-right:40px; margin-bottom:20px; position:relative; }
			.filter-group-price section { float:left; width:50%; padding-right:10px; position:relative; }
				.filter-group-price .input { height:40px; padding:0 12px; font-size:13px; font-weight:500; line-height:40px; border-radius:8px; }
				.filter-group-price button { position:absolute; right:0; top:0; width:40px; height:40px; background:#DA445D url(../images/arrow-white-right.png) no-repeat center / auto 16px; border-radius:8px; text-indent:-9999px; }
				.filter-group-price button:hover { background-color:#000; }
		
		.filter-group-header { float:left; width:100%; font-weight:600; font-size:15px; line-height:40px; position:relative; z-index:10; transition:all 0.25s; }
		.filter-group-content { float:left; width:100%; padding:20px; border-bottom:1px solid #999; }
		
		.filter-group-menu { float:left; width:100%; }
			.filter-group-menu ul { width:100%; }
				.filter-group-menu ul li { width:100%; }
					.filter-group-menu ul li a { float:left; width:100%; padding:5px 0; position:relative; font-weight:500; }
					.filter-group-menu ul li a.selected { color:#DA445D; }
						.filter-group-menu ul li a.selected::before { content:""; float:left; width:14px; height:14px; margin:3px 10px 0 0; position:relative; background:#DA445D url(../images/icon-close.png) no-repeat center / 8px; border-radius:50%; border:1px solid rgb(0 0 0 / 10%); }
		
		.filter-group-sizes { float:left; width:100%; margin-bottom:-10px; text-align:center; }
			.filter-group-sizes ul { width:100%; }
				.filter-group-sizes li { width:60px; padding:0 5px 10px 5px; }
					.filter-group-sizes li section { float:left; width:100%; background-color:rgb(207 160 138 / 0.1); font-weight:600; line-height:40px; cursor:pointer; border-radius:8px; }
					.filter-group-sizes li section:hover { background-color:rgb(207 160 138 / 0.3); }
					.filter-group-sizes li section.selected { background-color:#DA445D; color:#FFF; }
		
		.filter-group-coloz { float:left; width:100%; margin-bottom:-8px; }
			.filter-group-coloz ul { width:100%; }
				.filter-group-coloz li { width:50%; padding:0 4px 8px 4px; }
					.filter-group-coloz li section { float:left; width:100%; height:30px; padding:5px 0; cursor:pointer; font-weight:500; }
					.filter-group-coloz li section:hover { color:#DA445D; }
					.filter-group-coloz li section.selected { color:#DA445D; font-weight:700; }
						.filter-group-coloz li section picture { float:left; width:14px; height:14px; margin:3px 10px 0 0; position:relative; background-size:cover; background-position:center; background-repeat:no-repeat; border-radius:50%; border:1px solid rgb(0 0 0 / 10%); }
						.filter-group-coloz li section.selected picture { background:#DA445D url(../images/icon-close.png) no-repeat center / 8px !important; }

/*	Start PRODUCT DETAIL	*/

.product-hero { float:left; width:100%; margin-top:10px; position:relative; }
	
	.product-left { float:left; width:35%; position:relative; }
		
	.slider-product-wrap { float:left; width:100%; position:relative; }
		.slider-product-wrap .icon-discount { left:auto; top:10px; right:10px; height:35px; font-size:15px; line-height:35px; }

		.slider-product { float:left; width:100%; padding-left:70px; position:relative; z-index:70; overflow:hidden; }
			.slider-product .slick-list { overflow:hidden; }
			.slider-product-item { float:left; position:relative; border-radius:8px; overflow:hidden; background-color:#FFF; }
				.slider-product-item img { float:left; width:100%; border-radius:8px; }
		
		.slider-product ul.slick-dots { padding:0; background:none; top:0; right:auto; width:60px; }
			.slider-product ul.slick-dots li { float:left; width:48px; height:60px; padding:4px; margin:0 0 10px 0; border:1px solid rgba(0,0,0,0.1); border-radius:8px; transition:none; background-color:#FFF; }
				.slider-product ul.slick-dots li button { width:100%; height:100%; border:none; opacity:1; border-radius:4px; }
					.slider-product ul.slick-dots li button::before { display:none; }
			.slider-product ul.slick-dots li.slick-active { padding:3px; border:2px solid #000; }
				.slider-product ul.slick-dots li.slick-active button { opacity:1; }	
		
	.product-right { float:right; width:calc(65% - 50px); position:relative; z-index:4900; }
		
		.product-title { float:left; width:100%; margin:23px 0 2px 0; font-family:'Brygada 1918'; font-size:30px; font-weight:600; line-height:35px; letter-spacing:-0.5px; }
		
		.product-price { float:left; width:100%; margin:10px 0; position:relative; font-size:24px; font-weight:500; line-height:30px; }
			.product-price strong { display:inline-block; font-weight:800; font-size:32px; color:#000; }
			.product-price span { display:inline-block; margin-left:15px; color:#999; position:relative; }
				.product-price span::after { content:""; position:absolute; top:calc(50% - 1px); left:0; right:0; height:2px; background-color:#DA445D; }
		
		.product-title-small { margin:16px 0 9px 0; display:block; color:#454545; font-size:12px; font-weight:600; letter-spacing:0.5px; }
			.product-title-small strong { color:#000; font-weight:700; }
		
		.product-specs { float:left; width:100%; margin:15px 0; position:relative; }
			.product-specs ul { width:100%; }
				.product-specs li { width:100%; margin-bottom:10px; }
					.product-specs li span { float:left; width:200px; position:relative; font-weight:600; color:#757575; }
						.product-specs li span::before { content:""; position:absolute; top:50%; left:10px; right:0; height:2px; background-color:rgba(0,0,0,0.07); }
						.product-specs li span small { float:left; padding-right:10px; position:relative; background-color:#F4F4F4; }
					.product-specs li section { float:right; width:calc(100% - 220px); font-weight:500; }
		
		.product-sizes { float:left; width:100%; margin-bottom:2px; position:relative; }
			.product-sizes ul { width:100%; text-align:center; }
				.product-sizes li { margin:0 8px 8px 0; }
					.product-sizes li button { float:left; width:auto; min-width:35px; height:35px; padding:0 8px; border:1px solid rgba(0,0,0,0.3); background-color:#FFF; font-size:11px; font-weight:700; color:#666; line-height:33px; cursor:pointer; border-radius:5px; }
					.product-sizes li button:hover { border-color:#DA445D; }
					.product-sizes li button.selected { padding:0 6px; border-width:2px; border-color:#DA445D; color:#DA445D; line-height:33px; }
					
					.product-sizes li button:disabled { opacity:0.5; background-color:transparent; cursor:no-drop; }
		
		.show , .hide { float:left; width:100%; height:30px; margin:6px 0 14px 0; text-align:center; position:relative; font-size:12px; font-weight:600; line-height:27px; }
			.show::before , .hide::before { content:""; position:absolute; top:50%; left:0; right:0; height:1px; background-color:rgba(0,0,0,0.06); }
			.show span , .hide span { display:inline-block; padding:0 20px; background-color:#FFF; position:relative; }
				.show a , .hide a { float:left; height:30px; padding:0 20px; transition:all 0.3s; border:1px solid #CCC; border-radius:8px; color:#666; letter-spacing:1px; }
				.show a:hover , .hide a:hover { border-color:#666; }
			
		.hidden { display:none; }
		.page-show-hide { height:170px; overflow:hidden; }
		.page-show-hide.active { height:inherit; }
		
		.product-quantity-basket { float:left; width:100%; margin-top:20px; position:relative; display:flex; align-items:center; }
		
		.product-quantity { float:left; width:100px; margin-right:20px; position:relative; }
			.product-quantity .input { height:50px; padding-left:23px; border:2px solid #000; border-radius:8px; font-weight:700; font-size:17px; line-height:46px; }
		
		.add-to-basket { float:left; margin-right:20px; flex:1; }
			.add-to-basket a { 
				float:left; 
				width:100%; 
				height:50px; 
				padding-left:20px; 
				background-color:#DA445D; 
				color:#FFF; 
				font-size:15px; 
				font-weight:700; 
				line-height:50px; 
				letter-spacing:1px;
				text-align:center;
				border-radius:8px;
				position:relative;
				transition:all 0.3s;
				}
			.add-to-basket a:hover { background-color:#000; }
				.add-to-basket a::before { content:""; position:absolute; top:calc(50% - 12px); left:15px; width:30px; height:24px; background:url(../images/icon-cart-2.png) no-repeat center / auto 100%; transition:all 0.3s; }
		
		.product-functions { float:right; margin-left:auto; }
			.product-functions li { padding-right:10px; }
			.product-functions li:last-child { padding-right:0; }
				.product-functions li a { float:left; width:50px; height:50px; position:relative; border:1px solid rgba(0,0,0,0.2); border-radius:8px; }
				.product-functions li a:hover { border-color:#000; }
				.product-functions li a.favorite.active { background-color:#FFF; }
					.product-functions li a::after { content:""; position:absolute; top:0; bottom:0; left:0; right:0; background-position:center; background-repeat:no-repeat; background-size:18px; }
					.product-functions li a.favorite::after { background-image:url(../images/icon-fav.png); }
					.product-functions li a.favorite.active::after { background-image:url(../images/icon-fav-2.png); }
					.product-functions li a.price-drop::after { background-image:url(../images/icon-bell.png); }
					.product-functions li a.price-drop.active::after { background-image:url(../images/icon-bell-2.png); }
		
		.product-delivery { float:left; width:100%; padding-left:25px; margin:30px 0; position:relative; background:url(../images/icon-vehicle.png) no-repeat 0 40% / 16px auto; font-size:15px; color:#666; }
			.product-delivery strong { font-weight:600; color:#000; }
		
.product-fixed-bar { position:absolute; left:0; right:0; bottom:0; width:100%; height:0; z-index:4900; box-shadow:0 0 20px rgba(0,0,0,0.1); background-color:rgba(255,255,255,0.85); -webkit-backdrop-filter:blur(10px); backdrop-filter:blur(10px); transition:all 0.4s; opacity:0; overflow:hidden; }	
.product-fixed-bar.is-sticky { height:70px; opacity:1; }

.product-fixed { float:left; width:100%; position:relative; display:flex; align-items:center; }
	
	.product-fixed-photo { float:left; width:60px; height:60px; margin:5px 20px 5px 0; }
		.product-fixed-photo img { width:100%; height:100%; }
	
	.product-fixed-title { flex:1; padding-right:20px; font-size:15px; font-weight:600; }
	
	.product-fixed-price { float:right; margin-left:auto; margin-right:20px; }
		.product-fixed-price .product-item-price { margin-top:0; }
	
	.product-fixed-cart { float:right; margin-left:auto; }
		.product-fixed-cart .add-to-basket { width:150px; }
		.product-fixed-cart .add-to-basket a { height:40px; background-color:#DA445D; color:#FFF; font-size:14px; line-height:40px; letter-spacing:1px; }
		.product-fixed-cart .add-to-basket a::before { top:10px; left:15px; }

.tab { float:left; width:100%; margin-bottom:20px; position:relative; }
	.tab ul { width:100%; position:relative; }
		.tab li { margin-right:40px; }
			.tab li a { float:left; position:relative; font-size:20px; color:#999; font-weight:600; line-height:60px; transition:all 0.3s; }
			.tab li a:hover { color:#000; box-shadow:inset 0 -2px 0 #EEE; }
			.tab li a.tab-active { color:#000; box-shadow:inset 0 -2px 0 #DA445D; }
	
.block-white { background-color:#FFF; }
.block-white-up , .block-white-bottom { position:relative; }
.block-white-up::before , .block-white-bottom::before { content:""; position:absolute; top:50%; bottom:0; left:0; right:0; background-color:#FFF; }
.block-white-bottom::before { top:0; bottom:calc(50% + 20px); }
.block-grey { background-color:#F3F3F3; }
.block-space { float:left; width:100%; height:80px; }

.product-rate-wrap { float:left; width:100%; margin-bottom:2px; }
	.product-rate { float:left; width:100px; height:18px; background:url(../images/star.png) repeat-x 0 center / 20px 16px; }
		.product-rate em { float:left; height:100%; background:url(../images/star-active.png) repeat-x 0 center / 20px 16px; }
			.product-rate em.rate1 { width:20%; }
			.product-rate em.rate15 { width:30%; }
			.product-rate em.rate2 { width:40%; }
			.product-rate em.rate25 { width:50%; }
			.product-rate em.rate3 { width:60%; }
			.product-rate em.rate35 { width:70%; }
			.product-rate em.rate4 { width:80%; }
			.product-rate em.rate45 { width:90%; }
			.product-rate em.rate5 { width:100%; }
	
	.product-rate-wrap a { float:left; }
		.product-rate-wrap article { float:left; padding-left:15px; color:#666; font-weight:700; }

.product-content-box { float:left; width:100%; margin-bottom:30px; background-color:#FFF; border-radius:8px; border:1px solid rgba(0,0,0,0.1); }
.product-content-box:last-child { margin-bottom:0; }
	.product-content-title { float:left; width:100%; padding:21px 25px 19px 25px; position:relative; font-size:20px; font-weight:700; color:#000; box-shadow:inset 0 -1px 0 rgba(0,0,0,0.1); }
	.product-content { float:left; width:100%; padding:25px; position:relative; font-size:15px; line-height:25px; }
	
.product-specs-table { float:left; width:100%; position:relative; font-size:15px; }
	.product-specs-table table { width:100%; font-weight:500; }
		.product-specs-table table tr { transition:all 0.3s; }
		.product-specs-table table tr:nth-child(odd) { background-color:#FFF; }
		.product-specs-table table tr:hover { background-color:#F4F4F4; }
			.product-specs-table table tr td { padding:10px; border-radius:8px; vertical-align:middle; }
			.product-specs-table table tr td:first-child { width:30%; padding-left:20px; color:#757575; }

.comments-outer { float:left; width:100%; position:relative; }
	.comments-sidebar { float:left; width:100%; padding:29px; margin-bottom:20px; position:relative; border:1px solid #000; background-color:#FFF; border-radius:8px; }
	.comments-right-block { float:right; width:100%; position:relative; }

.comment-average-rate { float:left; width:100%; position:relative; }
	.comment-average-rate article { float:left; width:100%; margin:-11px 0 8px 0; font-size:14px; font-weight:600; color:#666; letter-spacing:1px; }
	.comment-average-rate strong { float:left; width:90px; font-size:70px; font-weight:800; color:#000; line-height:70px; letter-spacing:-1px; }
	.comment-average-rate section { float:right; width:calc(100% - 110px); }
		.comment-average-rate section i { float:left; width:100%; padding:7px 0 5px 0; font-weight:700; }

.add-comment { float:left; width:100%; position:relative; text-align:center; }
	.add-comment a { float:left; width:100%; height:40px; border:1px solid #000; font-weight:700; font-size:14px; color:#000; letter-spacing:1px; line-height:38px; border-radius:20px; transition:all 0.25s; }
	.add-comment a:hover { background-color:#000; color:#FFF; }
		.add-comment a span { display:inline-block; height:38px; padding-right:25px; background:url(../images/arrow-right.png) no-repeat right center / 16px; }
		.add-comment a:hover span { background-image:url(../images/arrow-white-right.png); }

.comment-rate-table { float:left; width:100%; margin:2px 0 18px 0; position:relative; line-height:20px; }
	.comment-rate-bar { float:left; width:100%; position:relative; display:flex; align-items:center; }
		.comment-rate-bar strong { float:right; width:50px; margin-left:auto; font-size:13px; font-weight:600; text-align:right; }
		.comment-rate-bar section { float:left; flex:1; background-color:#F0F2F4; border-radius:4px; overflow:hidden; }
			.comment-rate-bar section em { float:left; height:8px; background-color:#DA445D; border-radius:4px; }

.comments-wrap { float:left; width:100%; margin:30px 0 20px 0; position:relative; }
	
	.comment-detail { float:left; width:100%; padding-bottom:30px; margin-bottom:40px; position:relative; border-bottom:1px solid rgba(0,0,0,0.06); }
	.comments-wrap .comment-detail:last-child { margin-bottom:0; }
		
		.comment-name { float:left; width:100%; margin:-10px 0 15px 0; color:#999; }
			.comment-name strong { float:left; font-weight:600; color:#151515; }
			.comment-name i { float:right; }
		
		.comment-rate { float:left; width:100%; }
		.comment-box { float:left; width:100%; margin-top:18px; position:relative; color:#000; line-height:25px; }
		.comment-benefit { float:left; width:100%; margin:22px 0 -5px 0; position:relative; }
			.benefit-yes , .benefit-no { float:left; padding-left:23px; margin-right:20px; color:#08D092; font-weight:600; line-height:30px; cursor:pointer; background:url(../images/icon-like.png) no-repeat 0 center / auto 20px; }
			.benefit-no { background-image:url(../images/icon-dislike.png); color:#EA565B; }

.bank-table-wrap { float:left; width:calc(100% - 340px); font-weight:500; letter-spacing:0.5px; }
	.bank-table-wrap .inner-20 { display:flex; flex-flow:row wrap; }
	.bank-table { float:left; width:50%; padding:0 10px; margin-bottom:30px; text-align:center; }
	.bank-table:last-child { margin-bottom:0; }
		
		.bank-name { float:left; width:100%; }
			.bank-name img { height:50px; padding:3px 0; }
		
		.bank-table table { float:left; width:100%; font-size:13px; }
			.bank-table table tr { background-color:#EEE; }
			.bank-table table tr:nth-child(2n+2) { background-color:#F8F8F8; }
			.bank-table table tr.vade-farksiz { font-weight:600; color:#151515; }
			.bank-table table tr:hover { color:#DA445D; }
				.bank-table table th { padding:7px 2px; font-weight:600; color:#888; background-color:#FFF; }
				.bank-table table td { padding:8px; border:2px solid #FFF; }
				.bank-table table td:first-child { border-left:0; }
				.bank-table table td:last-child { border-right:0; }




/*	Start LOGIN + SIGN UP	*/

.login-outer { float:left; width:100%; height:100vh; position:relative; text-align:center; }
	
	.login-picture { position:absolute; top:0; bottom:0; left:50%; right:0; background-size:cover; background-position:center; background-repeat:no-repeat; }
	
	.login-left { float:left; width:50%; height:100vh; padding:0 120px; position:relative; overflow:hidden; overflow-y:auto; z-index:10; }
		.login-left-in { width:100%; max-width:480px; margin:0 auto; position:relative; }
			
		.login-form-wrap { float:left; width:100%; padding:30px 0; position:relative; z-index:20; }
		
		.login-logo { float:left; width:100%; margin-bottom:-10px; position:relative; z-index:100; }
			.login-logo a { float:left; width:100%; height:80px; }
				.login-logo a img { height:100%; display:inline-block; }
	
	.sign-form { float:left; width:100%; }
		
		.sign-form > section { float:left; width:100%; padding-bottom:25px; text-align:left; }
			.sign-form > section .button { width:100%; }
			
			.sign-up { float:left; width:100%; text-align:center; position:relative; font-size:15px; font-weight:500; }
				.sign-up section { float:left; width:100%; margin-bottom:10px; color:#999; }
				.sign-up section:last-child { margin-bottom:0; }
					.sign-up section a { font-weight:700; }
					.sign-up section a:hover { text-decoration:underline; }

/*	Start BASKET	*/

.basket-wrap { float:left; width:100%; padding-bottom:120px; margin-top:-60px; }

.basket { float:left; width:100%; margin-top:-20px; }
	.basket ul { width:100%; }
		.basket li { width:100%; padding:20px 40px 20px 0; position:relative; border-bottom:1px solid rgba(0,0,0,0.1); display:flex; align-items:center; }
			.basket li img { float:left; width:80px; padding:3px; margin-right:25px; border:1px solid rgba(0,0,0,0.4); border-radius:5px; }
			.basket li div { float:left; position:relative; }
			.basket-approve li div { height:40px; }
				.basket li div i { display:block; color:#999; font-size:11px; font-weight:400; }
				
				.basket li .basket-name { flex:1; }
					.basket li .basket-name strong { display:block; font-size:17px; font-weight:700; }
				.basket li .basket-price { float:left; width:20%; text-align:center; }
				.basket li .basket-unit { width:20%; text-align:center; }
					.basket li .basket-unit select { float:none; width:70px; height:40px; display:inline-block; font-weight:500; line-height:38px; }
					.basket li .basket-unit a.review { height:40px; padding:0 19px; display:inline-block; font-weight:600; font-size:13px; line-height:38px; border:1px solid #CCC; border-radius:8px; }
					.basket li .basket-unit a:hover.review { border-color:#000; }
				.basket li .basket-total-price { float:right; width:20%; font-weight:700; font-size:17px; text-align:center; }

	a.basket-delete { position:absolute; top:50%; right:0; width:40px; height:40px; margin-top:-20px; background:url(../images/icon-trash.png) no-repeat center / auto 16px; text-indent:-9999px; transition:all 0.15s; border-radius:8px; }
	a:hover.basket-delete { background-color:#FFF; }

.basket-fixed { position:fixed; bottom:0; left:0; right:0; padding:20px 0; z-index:200; background-color:rgba(255, 255, 255, 0.9); box-shadow:0 0 10px rgba(0, 0, 0, 0.07); font-size:15px; }
	
	.basket-total { float:left; width:50%; padding-right:20px; line-height:50px; }
		.basket-total i { float:left; }
		.basket-total span { float:right; font-size:17px; font-weight:700; color:#151515; }
		
	.basket-buy { float:left; width:50%; padding-left:20px; text-align:center; font-weight:700; line-height:50px; }
		.inner-5 { margin:0 -5px; }
		.basket-buy ul { width:100%; display:flex; flex-flow:row wrap; }
			.basket-buy li { padding:0 5px; flex:1; flex-basis:50%; }
				.basket-buy li a { float:left; width:100%; height:50px; color:#FFF; background:#DA445D url(../images/arrow-white-right.png) no-repeat right 20px center / auto 20px; border-radius:25px; transition:all 0.25s; }
				.basket-buy li:last-child a { background-color:#DA445D; }
				.basket-buy li a:hover { background-color:#151515; background-position:right 17px center; }
				
.total-price { font-size:17px !important; color:#DA445D; }

.shopping-wrap { float:left; width:100%; padding-top:60px; position:relative; } 
	
/*	------------------	*/

.shopping-sidebar { float:right; width:340px; position:relative; }

	.shopping-sidebar-box { float:left; width:100%; padding:30px; margin-bottom:30px; background-color:#FFF; font-weight:500; box-shadow:0 5px 20px rgba(0,0,0,0.08); border-radius:8px; }
		.shopping-sidebar-summary { float:left; width:100%; }
			.shopping-sidebar-summary em { display:block; margin-top:-5px; padding-bottom:15px; margin-bottom:15px; font-size:15px; font-weight:600; color:#151515; border-bottom:1px solid #EEE; }
			.shopping-sidebar-summary section { display:block; padding:1px 0; font-size:15px; }
				.shopping-sidebar-summary section span { float:right; color:#151515; font-weight:700; }
			.shopping-sidebar-summary i { display:block; padding-top:15px; margin-top:15px; border-top:1px solid #EEE; font-size:15px; }
			.shopping-sidebar-summary strong { display:block; font-size:24px; font-weight:800; color:#151515; line-height:30px; }
		
		.shopping-coupon { float:left; width:100%; margin:15px 0 5px 0; border-top:1px solid #EEE; }
			.shopping-coupon article { float:left; width:100%; padding:14px 0 10px 0; font-weight:600; color:#000; letter-spacing:0.5px; }
			.shopping-coupon section { float:left; width:100%; padding-right:50px; position:relative; }
				.shopping-coupon section .input { height:40px; line-height:40px; }
				.shopping-coupon section .button { position:absolute; top:0; right:0; width:40px; height:40px; padding:0; text-indent:-9999px; background-color:#DA445D; }
					.shopping-coupon section .button::after { right:0; width:100%; background-size:16px auto; background-position:center; }
		
		.coupon-active { color:#DA445D !important; }
		
		.shopping-coupon-added { float:left; padding:5px 22px 5px 0; margin:5px 0 -5px 0; color:#DA445D; font-size:12px; font-weight:700; cursor:pointer; background:url(../images/icon-close-2.png) no-repeat right center / 14px auto; }
		
		.shopping-continue { float:left; width:100%; margin-top:15px; }
			.shopping-continue a { float:left; width:100%; height:50px; padding:0 10px 0 25px; background-color:#000; font-weight:700; font-size:15px; letter-spacing:1px; line-height:50px; color:#FFF; border-radius:8px; transition:all 0.3s; position:relative; }
			.shopping-continue a:hover { background-color:#DA445D; }
				.shopping-continue a::after { content:""; float:right; width:24px; height:50px; background:url(../images/arrow-white-right.png) no-repeat center / 20px auto; transition:all 0.15s; }
				.shopping-continue a:hover::after { background-position:right center; }
				
	.shopping-sidebar-success { margin-top:20px; }
		.shopping-sidebar-success .shopping-continue { margin-top:5px; }

.shopping-cta { float:left; width:100%; margin-top:15px; }
	.shopping-cta a { float:left; height:50px; padding:0 25px; background-color:#FFF; font-weight:700; color:#000; letter-spacing:1px; line-height:50px; border-radius:8px; transition:all 0.3s; position:relative; }
	.shopping-cta a.next { float:right; background-color:#000; color:#FFF; }
	.shopping-cta a:hover { background-color:#DA445D; }
		.shopping-cta a::before { content:""; float:left; width:20px; height:50px; margin-left:-5px; margin-right:10px; background:url(../images/arrow-left.png) no-repeat center / 20px auto; transition:all 0.15s; }
		.shopping-cta a.next::before { float:right; margin-right:-5px; margin-left:10px; background-image:url(../images/arrow-white-right.png); }

.basket-success { float:left; width:100%; padding:25px 0; margin-bottom:15px; font-size:17px; text-align:center; line-height:30px; border-bottom:1px solid rgba(0,0,0,0.1); }
	.basket-success::before { content:""; float:left; width:100%; height:40px; margin-bottom:20px; background:url(../images/icon-check.png) no-repeat center / auto 100%; }
	.basket-success section { float:left; width:100%; }
		.basket-success strong { color:#000; }

.shopping-content { float:left; width:calc(100% - 380px); padding-bottom:30px; }

.boxed-title { float:left; width:100%; padding:0 25px; margin-bottom:30px; font-weight:700; background-color:#FFF; box-shadow:0 5px 10px rgba(0,0,0,0.07); text-transform:uppercase; letter-spacing:1px; border-radius:8px; }
	.boxed-title section { float:left; padding:15px 0; position:relative; color:#000; }
		.boxed-title section::after { content:""; position:absolute; left:0; bottom:0; width:40px; height:2px; background-color:#DA445D; }

.cart-box { float:left; width:100%; padding:0 25px; margin-bottom:30px; }
.cart-box:last-child { margin-bottom:0; }

.address-wrap { float:left; width:100%; margin-bottom:20px; }
	.address-item { float:left; width:100%; padding:0 25px; margin-bottom:40px; }
		.address-box { float:left; width:100%; position:relative; }
			.address-selector { float:left; width:100%; margin-bottom:20px; }
				.address-selector section { float:left; margin-right:20px; }
				.address-selector section:last-child { margin-right:0; }
					.address-selector section .input { width:300px; height:45px; font-weight:600; line-height:45px; }
					.address-selector section a { float:left; font-weight:600; letter-spacing:0.5px; line-height:45px; }
						.address-selector section a::before { content:""; float:left; width:45px; height:45px; margin:0 -10px; background:url(../images/icon-close-2.png) no-repeat center / 10px; transform:rotate(45deg); }
					.address-selector section h5 { font-weight:600; font-size:17px; color:#000; }
			.address-information { float:left; width:100%; font-size:15px; line-height:25px; }
				.address-information strong { font-weight:600; }

.my-addresses { float:left; width:100%; position:relative; }
	.my-addresses ul { width:100%; position:relative; display:flex; flex-flow:row wrap; }
		.my-addresses ul > li { flex:1; flex-basis:50%; padding:0 10px; margin-bottom:20px; }
	.my-address-item { float:left; width:100%; height:100%; padding:24px; position:relative; border:1px solid rgba(0,0,0,0.3); background-color:#FFF; border-radius:8px; }
		.my-address-item .title-small { margin-top:0; }

.actions { float:left; width:100%; margin-top:20px; letter-spacing:1px; }
	.actions a { float:left; margin-right:25px; font-weight:700; font-size:12px; }
	.actions a:last-child { margin-right:0; }
		.actions a img { float:left; height:20px; padding:2px 0; margin-right:5px; }

.function-buttons li { margin-right:10px; margin-bottom:10px; }
.function-buttons li:last-child { margin-right:0; }
	.function-buttons li a { float:left; padding:9px 17px; border:1px solid rgba(0,0,0,0.3); background-color:#FFF; border-radius:8px; font-size:13px; font-weight:600; color:#49403D; letter-spacing:1px; }
	.function-buttons li a:hover { background-color:#FFF; border-color:rgba(0,0,0,0.5); }
	.function-buttons li a.dark { background-color:#000; color:#FFF; }

.vertical-out { width:100%; height:100%; display:table; }
.vertical-in { width:100%; display:table-cell; vertical-align:middle; }

.choose-shipping { float:left; width:100%; margin-bottom:-20px; }
	.choose-shipping ul { width:100%; }
		.choose-shipping li { width:33.33334%; padding:0 10px; margin-bottom:20px; }
			.choose-shipping li label { float:left; width:100%; padding:14px 14px 14px 44px; position:relative; background-color:#FFF; font-weight:500; border:1px solid rgba(0,0,0,0.4); border-radius:8px; }
			.choose-shipping li label:hover { box-shadow:0 5px 15px rgb(0 0 0 / 10%); }
			.choose-shipping li label.shipping-selected { padding:13px 13px 13px 43px; border-color:#DA445D; border-width:2px; }
				.choose-shipping li label input { position:absolute; top:50%; left:14px; margin-top:-10px; }
				.choose-shipping li label strong { display:block; font-size:15px; }

.choose-payment { float:left; width:100%; padding-bottom:25px; text-align:center; }
	.choose-payment ul { width:100%; }
		.choose-payment li { width:50%; padding:0 10px; }
			.choose-payment li a { float:left; width:100%; font-size:15px; color:#666; font-weight:600; letter-spacing:1px; line-height:48px; border:1px solid #999; border-radius:8px; position:relative; }
			.choose-payment li a:hover { border-color:#8296A5; }
			.choose-payment li a.selected { color:#FFF; background-color:#DA445D; border-color:#DA445D; }
				.choose-payment li a.selected::before { 
					content:"";
					border-top:5px solid transparent;
					border-left:10px solid transparent;
					border-right:10px solid transparent;
					height:0;
					bottom:-5px;
					left:50%;
					position:absolute;
					width:0;
					margin-left:-10px;
					border-top-color:#DA445D;
				}
				.choose-payment li a i { position:absolute; top:50%; left:13px; width:24px; height:24px; margin-top:-12px; border-radius:50%; }
				.choose-payment li a.selected i { border-color:#DA445D; background:url(../images/icon-check-2.png) no-repeat center / auto 12px; }

.agreement-box { float:left; width:100%; margin-bottom:30px; }
.agreement-box:last-child { margin-bottom:0; }
	.agreement-title { float:left; width:100%; margin:-5px 0 10px 0; font-size:15px; font-weight:600; }
	.agreement-text { float:left; width:100%; padding:14px 14px 14px 19px; border:1px solid rgba(0,0,0,0.2); border-radius:8px; }
		.agreement-text-content { float:left; width:100%; height:120px; font-size:13px; line-height:24px; overflow-y:auto; }
		.agreement-text-content::-webkit-scrollbar { width:6px; border-radius:3px; }
		.agreement-text-content::-webkit-scrollbar-track { background:rgba(0,0,0,0.15); border-radius:3px; }
		.agreement-text-content::-webkit-scrollbar-thumb { background-color:#000; border:2px solid #000; border-radius:3px; }
		.agreement-text-content { scrollbar-color:#000 #000; scrollbar-width:thin; border-radius:3px; }

.agreement { float:left; width:100%; padding:15px 0 0 0; color:#666; }
	.agreement label { float:left; width:100%; margin-bottom:10px; }
	.agreement label:last-child { margin-bottom:0; }
	.agreement a { font-weight:700; text-decoration:underline; }
	
.bank-list { float:left; width:100%; }
	.bank-list ul { width:100%; }
		.bank-list li { width:100%; margin-bottom:10px; }
			.bank-list label { float:left; width:100%; padding:14px 14px 14px 209px; border:1px solid #DDD; border-radius:8px; display:table; position:relative; }
			.bank-list label:hover { border-color:#999; }
				.bank-list label p { position:absolute; left:20px; top:50%; margin-top:-8px; }
				.bank-list label img { float:left; width:120px; margin-left:-150px; }
				.bank-list label span { width:100%; display:table-cell; vertical-align:middle; color:#666; }
					.bank-list label span strong { display:block; font-weight:600; color:#151515; }
					.bank-list label span i { display:block; font-size:13px; font-weight:500; }
					
.bank-eft { float:left; width:100%; padding-top:20px; }
	.bank-eft h3 { display:block; padding-bottom:10px; font-size:17px; font-weight:600; color:#F24134; }
	
.order-success { float:left; width:100%; padding-top:25px; border-top:1px solid #F0F0F0; font-size:15px; text-align:center; line-height:25px; }
	.order-success::before { content:""; display:inline-block; width:80px; height:80px; margin-bottom:22px; background:url(../images/icon-smile.png) no-repeat center; background-size:100%; }
	.order-success section { float:left; width:100%; }
		.order-success strong { color:#151515; }

/*	Start STATIC PAGES	*/

.blog { float:left; width:100%; margin-bottom:-10px; position:relative; }
	.blog ul { width:100%; display:flex; flex-flow:row wrap; }
		.blog li { width:25%; padding:0 20px; margin-bottom:50px; }
		.blog-list li { width:33.33334%; }
		.promo-list li { width:50%; }
			.blog li a { float:left; width:100%; }
			.blog li picture { float:left; width:100%; position:relative; border-radius:10px; overflow:hidden; }
				.blog li picture img { float:left; width:100%; transform-origin:center; transition:all 1s; }
				.blog li:hover picture img { transform:scale(1.2, 1.2); }
			.blog li span { float:left; width:100%; margin:26px 0 9px 0; position:relative; font-weight:500; color:#999; overflow:hidden; }
				.blog li span small { float:left; position:relative; font-weight:700; color:#999; letter-spacing:1px; }
					.blog li span small::before { content:""; position:absolute; top:calc(50% - 1px); right:-415px; width:400px; height:1px; background-color:#DA445D; opacity:0.07; transition:all 0.4s; }
					.blog li a:hover span small::before { opacity:1; }
			.blog li strong { float:left; width:100%; font-weight:500; font-size:19px; line-height:30px; }

.blog-wrap { float:left; width:100%; padding-right:70px; position:relative; }
	
	.blog-content { float:left; width:100%; }
		.blog-photo { float:left; width:100%; max-height:400px; margin-bottom:30px; border-radius:8px; overflow:hidden; text-align:center; }
			.blog-photo img { width:100%; height:100%; object-fit:cover; }
		.date { float:left; width:100%; padding-left:35px; margin-bottom:25px; font-weight:700; color:#999; position:relative; letter-spacing:0.5px; }
			.date::before { content:""; position:absolute; left:0; top:50%; width:20px; height:2px; margin-top:-2px; background-color:#CCC; }

.page-share { position:absolute; top:0; right:0; }
	.page-share ul { width:40px; }
		.page-share li { margin-bottom:15px; }
			.page-share li a { float:left; transition:all 0.25s; border-radius:8px; border:1px solid rgba(0,0,0,0.2); }
			.page-share li a:hover { border-color:#DA445D; background-color:#FFF; }
				.page-share li a img { float:left; height:40px; margin:-1px; }

.static-page { float:left; width:100%; max-width:1000px; }

.static-photo { float:left; width:100%; margin-top:-20px; margin-bottom:43px; }
	.static-photo img { width:100%; }

.static-text { float:left; width:100%; padding-left:25px; margin-top:-10px; color:#666; font-size:15px; letter-spacing:0.5px; line-height:30px; }
	.static-text strong , .static-text b { color:#000; }
	
.accordion { float:left; width:100%; }
	.accordion-section { float:left; width:100%; border-bottom:1px solid rgba(0,0,0,0.1); }
	
	.accordion-section-title { float:left; width:100%; padding:28px 30px; position:relative; font-size:19px; font-weight:500; line-height:24px; border-top:1px solid rgba(0,0,0,0.1); z-index:10; }
	.accordion-section-title:hover { color:#000; }
	.accordion-section-title.active { color:#000 !important; }
		.accordion-section-title::after { content:""; position:absolute; top:0; bottom:0; right:20px; width:14px; background:url(../images/arrow-down.png) no-repeat center / 100% auto; transition:all 0.3s; }
		.accordion-section-title.active::after { transform:rotate(180deg); }
		.accordion-section-title section { float:left; }

	.accordion-section-content { float:left; width:100%; padding:0 30px 40px 30px; position:relative; display:none; }
		.accordion-section-text { float:left; width:100%; font-size:17px; color:#666; line-height:30px; }
	
	.accordion-more { float:left; width:100%; padding:20px 0; margin-top:20px; font-size:20px; line-height:30px; }
		.accordion-more a { font-weight:700; color:#000; }
		.accordion-more a:hover { text-decoration:underline; }

.contact-form { float:left; width:100%; }		
	.form-item { float:left; width:100%; padding-bottom:20px; position:relative; font-size:15px; }
	.form-item:last-child { padding-bottom:0; }
		.form-item i { float:left; width:35%; padding-top:12px; position:relative; font-weight:500; }
		.form-item em { float:right; width:65%; }
			.form-item em > a { float:right; font-weight:700; line-height:40px; }
			.form-item em label > a , .form-item label a { font-weight:600; text-decoration:underline; }
			.form-item label { font-weight:500; }
		
		.security-code img { float:left; height:45px; margin-right:10px; padding:2px; border:1px solid #D4D7DD; background-color:#FFF; }
		.security-code a.refresh { float:left; width:45px; height:45px; text-indent:-9999px; background:#FFF url(../images/refresh.png) no-repeat center center; background-size:24px; border:1px solid #D4D7DD; }
		.security-code a:hover.refresh { background-color:#EEE; }

.apply-form .form-item { width:50%; padding-left:10px; padding-right:10px; }
.apply-form .form-item i { width:100%; padding-top:0; padding-bottom:11px; }
.apply-form .form-item em { width:100%; }

.support-form section { float:left; width:50%; padding:0 10px 20px 10px; position:relative; }
.support-form section:last-child { padding-bottom:0; }
	
.customer-phone { float:left; width:100%; padding:20px 20px 20px 60px; margin-top:-20px; position:relative; background-color:rgba(0, 0, 0, 0.03); }
	.customer-phone::before { content:""; float:left; width:2px; height:40px; margin:0 20px; background-color:rgba(0, 0, 0, 0.07); }
	.customer-phone::after { content:""; position:absolute; top:20px; left:20px; width:40px; height:40px; background:url(../images/logo-symbol.png) no-repeat center / auto 40px; }
	.customer-phone i { display:block; font-weight:500; font-size:15px; }
	.customer-phone strong { display:block; font-weight:normal; font-weight:600; font-size:20px; color:#DA445D; }
	
.contact-info { float:left; width:100%; font-size:15px; line-height:25px; }
	.contact-info-text { float:left; width:100%; margin-bottom:30px; position:relative; font-size:17px; line-height:30px; }
	.contact-info section { float:left; width:100%; padding-left:20px; margin-bottom:20px; position:relative; box-shadow:inset 2px 0 0 #DA445D; }
	.contact-info section:last-child { margin-bottom:0; }
		.contact-info section strong { display:block; margin-top:5px; font-weight:600; color:#000; }

.contact-map { float:left; width:100%; height:480px; padding:4px; border:1px solid #999; border-radius:8px; }

.text-red { color:#EA0000 !important; }

.account-wrap { float:left; width:100%; background-color:#F6F6F6; }
.account-outer { float:left; width:100%; padding-left:30px; }

.account-form .form-item em .input { width:60%; height:45px; line-height:45px; }
.account-form .form-item span { float:left; padding-right:15px; }
	.account-form .form-item span a { font-weight:500; line-height:45px; }

.account-container { padding:0 !important; }

.account-content { padding:30px; }

.order-filter-wrap { float:left; width:100%; margin-bottom:30px; }
	
	.order-filter-wrap .sidebar-search { width:200px; margin-bottom:0; }
		.order-filter-wrap .sidebar-search .input { border-radius:8px; }
	
	.order-filter { float:right; width:200px; }
		.order-filter .input { height:40px; font-weight:500; line-height:36px; border-color:#000; }


.my-orders { float:left; width:100%; font-weight:500; }
	
	.my-orders-item { float:left; width:100%; margin-bottom:20px; position:relative; transition:all 0.25s; border:1px solid rgba(0,0,0,0.3); background-color:#FFF; border-radius:8px; font-size:15px; }
	.my-orders-item:hover { border-color:#000; }
		
		.my-orders-item-top , .my-orders-item-bottom { float:left; width:100%; padding:19px; display:flex; align-items:center; }
		.my-orders-item-bottom { box-shadow:inset 0 1px 0 rgba(0,0,0,0.15); }
		
		.order-status { float:left; width:50%; }
			.order-status section { float:left; width:100%; padding-left:30px; margin-bottom:5px; background-position:0 40%; background-repeat:no-repeat; background-size:16px auto; color:#000; font-weight:700; }
			.order-status section.order-status-shipped { background-image:url(../images/icon-vehicle.png); }
			.order-status section.order-status-delivered { background-image:url(../images/icon-check.png); }
			.order-status section.order-status-canceled { background-image:url(../images/icon-close-2.png); }
			.order-status section.order-status-in-process { background-image:url(../images/icon-clock.png); }
			
			.order-status small { float:left; width:100%; color:#999; font-size:14px; }
		
		.order-products { float:left; width:50%; height:68px; position:relative; overflow:hidden; white-space:nowrap; }
			.order-products::after { content:""; position:absolute; top:0; bottom:0; right:0; width:48px; background-image:linear-gradient(90deg,rgba(255,255,255,0.0),#FFF); }
			.order-products picture { display:inline-block; margin-right:7px; }
				.order-products picture img { float:left; height:68px; padding:2px; border:1px solid rgba(0,0,0,0.4); border-radius:8px; }
		
		.order-list-info { flex:1; display:flex; flex-flow:row wrap; font-weight:500; }
			.order-list-info section { float:left; flex:1; flex-basis:20%; }
				.order-list-info section small { display:block; font-size:14px; font-weight:700; color:#999; }
		.order-list-cta { float:right; margin-left:auto; }
			.order-list-cta a { float:left; height:40px; padding:0 35px 0 20px; border-radius:8px; font-weight:600; font-size:13px; color:#FFF; line-height:40px; background:#000 url(../images/arrow-white-right.png) no-repeat right 10px center / 16px auto; }
			.order-list-cta a:hover { background-color:#4E4E4E; }
				
				.my-orders li::after { content:""; position:absolute; top:50%; right:15px; width:32px; height:32px; margin-top:-16px; background:#F4F4F4 url(../images/arrow-right.png) no-repeat center / 16px auto; border-radius:8px; opacity:0.5; transition:all 0.15s; }
				.my-orders li:hover::after { right:10px; opacity:1; }
				
				.my-orders li div { float:left; width:25%; height:40px; display:table; position:relative; }
					.my-orders li div span { display:table-cell; vertical-align:middle; }
					
					.order-no { font-weight:700; }
					.order-amount { font-size:15px; font-weight:700; }
					.order-date i { display:block; color:#AAA; font-size:12px; }
					
					.order-user { width:24% !important; }
						
					.order-status-delivered { color:#3ECE7E; }
						.order-status-delivered::after { background-color:#3ECE7E; background-image:url(../images/icon-check-2.png); background-size:12px auto; }
					.order-status-canceled { color:#E52323; }
						.order-status-canceled::after { background-color:#E52323; background-image:url(../images/icon-close.png); background-size:10px; }
						.order-status-shipped::after { background-color:#F7BC0E;  }

.order-info { float:left; width:100%; padding:19px; margin-bottom:20px; background-color:#FFF; display:flex; align-items:center; border-radius:8px; border:1px solid rgba(0,0,0,0.3); }

.order-product-list { margin-top:0; border-top:1px solid rgba(0,0,0,0.1); }
.order-product-list li { padding-right:0; }

.order-detail .basket li:first-child { background-color:#F5F5F5; } 
.order-detail .large-title { margin-top:30px; }

.fav-delete { position:absolute; top:15px; right:27px; z-index:220; }
	.fav-delete > small { float:left; width:32px; height:32px; border-radius:8px; text-indent:-9999px; cursor:pointer; background:#FFF url(../images/icon-close-2.png) no-repeat center / 14px; border:1px solid rgba(0,0,0,0.3); }
	.fav-delete > small:hover { background-color:#DA445D; background-image:url(../images/icon-close.png); }

/*	Start PAGINATION	*/
	
.pages { float:left; width:100%; padding:0 40px; margin-top:10px; position:relative; font-weight:700; line-height:42px; text-align:center; }
	
	.page-prev , .page-next { position:absolute; top:0; left:0; }
	.page-next { left:auto; right:0; }
	.page-prev a , .page-next a { float:left; width:40px; height:40px; background:url(../images/arrow-left.png) no-repeat center / auto 12px; transition:all 0.25s; border-radius:8px; }
		.page-next a { background-image:url(../images/arrow-right.png); }
		.page-prev a:hover , .page-next a:hover { background-color:#FFF; }
	
	.pages ul { width:100%; margin-bottom:-15px; }
		.pages li { float:none; display:inline-flex; padding:0 5px 10px 5px; }
			.pages li a { float:left; width:40px; height:40px; transition:all 0.3s; border-radius:8px; }
			.pages li a:hover { background-color:#FFF; }
			.pages li a.current { color:#FFF; background-color:#000; }

/*	Start LIGHTBOX	*/

.fancybox-slide--iframe .fancybox-content { width:800px; min-height:300px; max-width:80%; max-height:80%; margin:0; }

.my-fancy { display:none; padding:30px 20px 30px 30px !important; border-radius:8px; }
	
	.my-fancy-wrap { width:100%; max-width:800px; max-height:600px; padding-right:20px; overflow:hidden; overflow-y:auto; }
		.my-fancy-wrap::-webkit-scrollbar { width:5px; }
		.my-fancy-wrap::-webkit-scrollbar-track { background:#EEEEEE; }
		.my-fancy-wrap::-webkit-scrollbar-thumb { background-color:#555; }
		.my-fancy-wrap { scrollbar-color:#FFF #EEEEEE; scrollbar-width:thin; }

.fancy-title { float:left; width:100%; padding:0 20px; margin-bottom:15px; position:relative; color:#000; }
	.fancy-title::before { content:""; position:absolute; top:50%; left:0; width:50px; height:2px; margin-top:-1px; background-color:#DDD; }
	.fancy-title strong { float:left; padding:0 15px; position:relative; font-weight:600; letter-spacing:1px; background-color:#FFF; }

.fancy-form { float:left; width:100%; }
	.fancy-form .item { float:left; width:50%; padding:0 10px; margin-bottom:20px; }
	.fancy-form .item:last-child { margin-bottom:0; }
	.fancy-form .item-2 { width:calc(50% - 10px); }
		.fancy-form .item-2 label { float:left; width:100%; padding:9px; border:1px solid #999; border-radius:4px; font-weight:600; }
		.fancy-form .item a { font-weight:600; text-decoration:underline; }

.add-comment-rate { float:left; width:100%; }
	.add-comment-rate article { float:left; margin:8px 0 0 15px; font-weight:600; font-size:11px; }
	.add-comment-rate li { cursor:pointer; }
		.add-comment-rate li img { height:30px; }


@media only screen and (max-width:1520px) {

.outer { float:left; width:100%; padding:0 20px; }
#nav > ul > li { margin-right:40px; }

}




@media only screen and (max-width:1440px) {

.wrap { width:1200px; }

.top-150 { padding-top:100px; }
.top-100 { padding-top:75px; }
.top-50 { padding-top:35px; }
.bottom-150 { padding-bottom:100px; }
.bottom-100 { padding-bottom:75px; }
.bottom-50 { padding-bottom:35px; }

.footer-advantages ul , .join-us , .footer-connect .w100 , .footer-links-wrap , .copyright { padding-left:30px; padding-right:30px; }

}




@media only screen and (max-width:1280px) {

.wrap { width:980px; }

#nav > ul > li { margin-right:25px; }
#nav > ul > li > a { font-size:13px; letter-spacing:0; }

.hero-slider-wrap .outer { padding:0; }
.hero-slider .slick-list , .hero-slider ul.slick-dots { border-radius:0; }
.hero-slider .slick-prev { left:10px; }
.hero-slider .slick-next { right:10px; }

.slider-home .slick-prev , .slider-similar .slick-prev { left:-10px; }
.slider-home .slick-next , .slider-similar .slick-next { right:-10px; }

.footer-advantages { padding:50px 0 25px 0; }
.footer-advantages li section img { height:80px; }
.footer-secure::before { left:-20px; right:-20px; }
.copyright { padding:40px 0; }

.sidebar { width:220px; }
.sidebar-content { width:calc(100% - 250px); }
.filter-style { display:none; }

.slider-product { padding-left:55px; }
.slider-product ul.slick-dots li { width:40px; height:48px; }

.product-specs-photo { width:240px; }
.product-specs-table { width:calc(100% - 270px); }

.shopping-content { width:calc(100% - 310px); }
.basket li .basket-name strong { font-size:15px; }
.shopping-sidebar { width:280px; }
.shopping-sidebar-box { padding:20px; }

.account-form .form-item em .input { width:100%; }

.sidebar-content-static::before { left:0; }

.product-right { width:calc(65% - 40px); }

.product-content-box { margin-bottom:20px; }
.product-content-title { padding:16px 20px 14px 20px; font-size:17px; }
.product-content { padding:20px; }

.product-item-photo { height:300px; }

.comments-sidebar { padding:19px; }

.page-top { padding-top:10px; margin-bottom:30px; }
.page-top-title { padding-top:5px; padding-bottom:30px; }

.my-addresses ul > li { flex-basis:100%; margin-bottom:15px; }

.login-left { padding:0 60px; }

.footer-advantages ul , .footer-connect .w100 , .footer-links-wrap , .copyright { padding-left:0; padding-right:0; }

.mask > img , .mask-top > img { width:auto; max-height:5px; }

.blog-list li { width:50%; }

}




@media only screen and (max-width:1023px) {

.outer { padding:0; }
.wrap , .wrap-slim { float:left; width:100%; padding:0 20px; }

.scroll-mobile .header-wrap { margin-top:-40px; }

.header-inner { padding-bottom:65px; }
.header-shopping { padding:0; }
.scroll-mobile .header-shopping { margin-top:0; }
.header-shopping .header-inner { padding-top:10px; padding-bottom:10px; }
.header-wrap .wrap { padding:0 15px; }
.header-top { margin-bottom:15px; }

.cat-list-cart-cta { display:none; }
#logo { margin-top:-10px; margin-right:0; flex:1; }
#logo img { height:50px; }
.login-logo a { height:60px; }

.header-search-content { margin:0; flex:auto; position:absolute; left:15px; right:15px; top:50px; }
.header-search-content input { height:40px; padding:0 40px 0 14px; font-size:13px; line-height:38px; border-color:#000; }
.header-search-content button { width:40px; height:40px; background-size:18px; }

.nav-icon { width:auto; height:40px; padding-left:50px; margin-right:20px; position:relative; border:0; border-radius:0; background:url(../images/icon-hamburger.png) no-repeat 18px center / 24px auto; font-weight:700; font-size:13px; line-height:40px; display:block; transition:all 0.4s; }
.nav-icon-close { background-image:url(../images/icon-close-2.png); background-size:16px; }
.header-icon { height:40px; padding-left:28px; letter-spacing:0; line-height:40px; }
.header-icon::before { width:20px; background-size:auto 20px; }
.header-cart-icon i { left:10px; }
.header-account::after { width:20px; margin:5px 0; background-color:transparent; }

.header-box { top:40px; }
.header-cart-content { width:400px; }
.header-account-content { right:20px; }

.nav-icon-close::before { 
	content:"";
	border-bottom:3px solid transparent;
	border-left:8px solid transparent;
	border-right:8px solid transparent;
	height:0;
	bottom:-5px;
	left:calc(50% - 8px);
	position:absolute;
	width:0;
	border-bottom-color:#000;
}

.nav-wrap { position:fixed; left:0; right:0; top:100px; bottom:0; height:calc(100vh - 100px); padding:25px 25px 140px 25px; margin-top:0; background-color:#000; z-index:4000; overflow:hidden; overflow-y:auto; display:none; }
.scroll-mobile .nav-wrap { top:60px; height:calc(100vh - 60px); }
.nav-wrap .wrap { padding:0; }
#nav > ul { width:100%; }
#nav > ul:last-child { border-bottom:1px solid rgba(255,255,255,0.06); }
#nav > ul > li { width:100%; margin-right:0; position:relative; border-top:1px solid rgba(255,255,255,0.06); }
#nav li.nav-multi > i { position:absolute; top:0; right:0; width:40px; height:60px; background:url(../images/arrow-white-down.png) no-repeat center 52%; background-size:14px auto; display:block; z-index:1000; }
.nav-multi-wrap::after { display:none; }
#nav > ul > li > a { width:100%; padding:0 20px; font-size:17px; color:#FFF !important; }
#nav > ul > li:hover > a { box-shadow:none; }

.nav-multi-wrap { float:left; width:100% !important; position:relative; top:auto; left:auto !important; right:auto; max-height:initial; padding:15px 25px; overflow:initial; border-radius:8px; box-shadow:none; }
	.nav-multi-wrap::before { 
		content:"";
		border-bottom:5px solid transparent;
		border-left:10px solid transparent;
		border-right:10px solid transparent;
		height: 0;
		top:-5px;
		left:25px;
		position: absolute;
		width:0;
		border-bottom-color:#FFF;
	}
	.nav-multi-wrap ul { width:100%; }
	.nav-multi-wrap ul > li > a { font-size:15px; }

.slick-prev , .slick-next { width:40px; height:40px; margin-top:-20px; text-indent:-9999px; background-size:16px auto; } 

.hero-slider-item picture img { width:100%; margin:0; }
.hero-slider ul.slick-dots { padding-bottom:5px; }
.slider-home-wrap { margin-bottom:40px; }
.slider-home .slick-prev , .slider-similar .slick-prev { left:-6px; }
.slider-home .slick-next , .slider-similar .slick-next { right:-6px; }

.hero-categories { height:100px; margin-top:20px; white-space:nowrap; overflow-x:auto; }
.hero-categories ul { display:block; width:100%; margin-left:0; }
.hero-categories li { float:none; display:inline-block; width:120px; padding:0; margin-right:10px; }
.hero-categories li:last-child { margin-right:0; }
.hero-categories li a { padding-left:5px; padding-right:5px; }
.hero-categories li a picture { width:40px; height:40px; }
.hero-categories li a strong { height:15px; font-size:11px; white-space:initial; }

.accordion-section-title { padding:18px 20px 18px 15px; font-size:17px; }
.accordion-section-title::after { right:0; }
.accordion-section-content { padding:0 0 20px 15px; }
.accordion-section-text { font-size:15px; }

.blog .inner-20 { margin:0 -10px; }
.blog li { width:50%; padding:0 10px; }

.footer-advantages { padding:20px 0 10px 0; }
.footer-advantages li section strong { font-size:15px; }
.footer-advantages li section picture { display:inline-block; margin:15px 0; }
.footer-advantages li section img { height:50px; }
.footer-box { padding-left:0; padding-right:0; }

.join-us { padding-left:20px; padding-right:20px; }
.join-us .button { width:50px; padding:0; text-indent:-9999px; }
.join-us .button::after { right:0; width:100%; background-position:center; background-size:20px auto; }

.join-us strong { width:50%; padding-left:60px; font-size:17px; letter-spacing:0; }
.join-us section { width:50%; }

.footer { padding-top:0; }
.footer-links-wrap .inner-10 { display:flex; flex-flow:row wrap; }

.footer-flex { padding-top:40px; padding-bottom:40px; }

.copyright { font-size:13px; }

.block-space { height:20px; }
.slider-brands-wrap { margin-bottom:20px; }

.page-title { padding:34px 0 21px 0; font-size:32px; line-height:40px; }
.page-top-title { padding-top:0; padding-bottom:15px; }
.page-text { margin:-17px 0 20px 0; }
.breadcrumb i { margin:0 12px; }

.category-info { padding:0; margin-bottom:24px; background-color:transparent; border:0; }
.filter-type { width:calc(50% - 5px); }
.filter-type section , .filter-type section .input { width:100%; height:40px; border-color:#666; line-height:40px; border-radius:8px; }
.filter-type section:first-child { display:none; }
.category-count { width:100%; margin-top:20px; margin-left:0; line-height:20px; text-align:center; }

.sidebar-icon {
	float:left;
	width:calc(50% - 10px);
	height:40px;
	font-weight:700;
	font-size:12px;
	line-height:40px;
	letter-spacing:1px;
	cursor:pointer;
	position:relative;
	background:#FFF url(../images/icon-filter.png) no-repeat 10px center / auto 16px;
	z-index:90;
	display:block;
	text-align:center;
	border:1px solid #666;
	border-radius:8px;
	}
	
.sidebar-icon-close { position:fixed; top:5px; right:5px; width:40px; height:40px; margin:0; background:url(../images/icon-close.png) no-repeat center / 14px; box-shadow:none; border:0; z-index:99999; }
	.sidebar-icon-close::after { display:none; }

.menu-icon { width:100%; margin-top:20px; background-image:url(../images/icon-menu.png); background-size:20px auto; background-position:13px center; }

.nav-opened , .sidebar-opened { overflow:hidden; transition:all 0.3s; }

.sidebar h4 { position:fixed; top:0; left:0; width:100%; height:50px; padding:0 20px; background-color:#000; color:#FFF; font-weight:600; line-height:50px; box-shadow:inset 0 -1px 0 rgba(0,0,0,0.06); z-index:9999; display:block; letter-spacing:1px; }

.sidebar { position:fixed; top:0; bottom:0; left:0; right:0; width:auto; padding:70px 20px 20px 20px; margin-left:0; -webkit-backdrop-filter:blur(10px); backdrop-filter:blur(10px); background-color:rgba(255,255,255,0.8); z-index:9999; overflow-y:auto; display:none; }
.sidebar-mobile { position:static; width:100%; padding:0; display:block !important; }
.sidebar-content { width:100%; }

.product-left , .product-right { width:100%; }
.product-right { margin-top:20px; }
.slider-product-item { text-align:center; }
/* .slider-product-item img { float:none; max-width:480px; } */

.product-quantity-basket { position:fixed; left:0; right:0; bottom:0; width:auto; padding:14px; margin-top:0; background-color:#FFF; z-index:4900; box-shadow:0 0 20px rgba(0,0,0,0.2); }
.product-quantity { width:70px; margin-right:10px; }
.product-quantity .input { height:40px; padding-left:17px; line-height:36px; }

.add-to-basket { margin-right:10px; }
.add-to-basket a { height:40px; padding-left:25px; font-size:15px; line-height:40px; letter-spacing:0.5px; }
.add-to-basket a::before { top:8px; left:12px; }

.product-functions li a { width:40px; height:40px; }

.product-delivery { margin:10px 0 20px 0; }

#logo-shopping { margin-top:-5px; }
#logo-shopping a img { height:48px; }
.shopping-wrap { padding-top:25px; }
.shopping-content { width:100%; }
.shopping-sidebar { width:100%; }

.static-menu { margin-top:0; }
.sidebar-content-static { padding-left:0; }
.sidebar-content-static::before { display:none; }

.top-150 { padding-top:75px; }
.top-100 { padding-top:50px; }
.top-50 { padding-top:25px; }
.bottom-150 { padding-bottom:75px; }
.bottom-100 { padding-bottom:50px; }
.bottom-50 { padding-bottom:25px; }

.order-list-client { display:none; }

.comments-outer , .comments-sidebar , .comments-right-block , .bank-table-wrap { width:100%; }

.footer-wrap::before { background-position:right 20px bottom; }
.footer-page-about { padding:30px 0 20px 0;  }
.footer-page-about-text { font-size:14px; line-height:24px; }

.page-top { padding-top:0; margin-bottom:20px; border-radius:0; }
.login-picture { display:none; } 

.login-left { width:100%; padding:0 30px; }
.login-logo { margin-bottom:-10px; }

.header-advert a { height:64px; }

.promo-three .inner-20 { margin:0 -10px; }
.promo-three li { padding:0 10px; }

.breadcrumb { margin:5px 0 0 0; font-size:11px; overflow:hidden; }
.breadcrumb section { width:4000px; }
.breadcrumb-dark section { width:auto; }

.container { margin-top:5px; }

}





@media only screen and (max-width:767px) {

.nav-icon { width:48px; padding-left:0; margin-right:0; background-position:center; text-indent:-9999px; }
.header-icon { width:48px; padding-left:0; text-indent:-9999px; }
.header-icon::before { width:100%; }
.header-account::after { display:none; }
.header-cart-icon i { left:28px; text-indent:0 !important; }

.header-promo { width:100%; font-size:14px; text-align:center; }
.header-whatsapp { display:none; }

.connect-whatsapp { bottom:15px; right:15px; }

.header-account , .header-cart { position:static; }
.header-box { left:10px; right:10px; width:auto; }
.header-currency-content { top:40px; }
.header-account-content::before , .header-account-content::after { right:67px; }

.hero-categories li { margin:0 6px; }

.footer-flex { padding-top:30px; padding-bottom:30px; }
.footer-secure { padding:10px 20px; margin-top:30px; }
.footer-secure picture img { max-height:80px; }

.copyright { padding:25px 0; }
.copyright .left , .copyright .right , .copyright .left section { width:100%; }
.copyright .left section:last-child { padding-left:0; margin:10px 0; border-left:0; }
.copyright .left section a { margin-right:15px; }

.product-fixed-bar { padding:15px 0; }
.product-fixed-photo , .product-fixed-title { display:none; }
.product-fixed-price { float:left; flex:1; }

.page-login { padding:20px; }

.my-orders-item { border-color:#000 !important; }

.my-fancy { padding:20px !important; }
.my-fancy-wrap { padding-right:0; }

.promo-three li { width:100%; }
.promo-three li a { border-radius:0; }

.cat-list .inner-12 > ul > li { width:50%; }

.breadcrumb a img { padding:12px 0; }

.login-outer , .login-left { height:auto; }
.login-form-wrap { margin-bottom:20px; }

.header-advert a { height:48px; }

.footer-links , .nav-multi-wrap ul > li { width:100%; }
.footer-links > ul > li { width:50%; }

.footer-wrap::before { background-size:75% auto; }

.blog-wrap { padding-right:0; }
.page-share { float:left; width:100%; position:relative; top:auto; right:auto; }
.page-share ul { width:100%; }
.page-share li { margin-right:10px; }
.page-share li:last-child { margin-right:0; }

.boxed-title , .cart-box { padding:0 20px; }

}





@media only screen and (max-width:640px) {

.slider-brands-wrap { display:block; }
.slider-brands-title { width:100%; max-width:initial; margin-bottom:15px; }
.slider-brands { width:100%; }

.boxed-title { padding:0 20px; margin-bottom:20px; }
.boxed-title section { padding:12px 0 13px 0; }

.basket li { padding-left:70px; display:block; }
.basket li img { position:absolute; top:20px; left:0; width:auto; height:60px; margin-right:0; }
.basket li .basket-name , .basket li .basket-unit , .basket li .basket-total-price { width:100%; text-align:left; }
.basket li .basket-unit { margin:10px 0; }

.cart-box { padding:0 20px; }
.address-selector section .input { width:240px; }
.choose-shipping li { width:100%; margin-bottom:10px; }

.order-filter-wrap .sidebar-search , .order-filter { width:calc(50% - 6px); }
.order-list-count { display:none; }
.my-orders-item-top , .my-orders-item-bottom { padding:14px; }

.my-address-item { height:auto; padding:19px; }
.address-information { font-size:14px; }

.contact-info-text { margin-bottom:25px; font-size:15px; line-height:25px; }
.contact-map { height:360px; }

.bank-table , .footer-phone { width:100%; }
.footer-social { float:left; margin-top:20px; }
.footer-social span { float:right; padding:0 0 0 15px; }

.join-us strong { width:100%; padding:5px 40px; margin:-5px 0 10px 0; line-height:20px; background-size:30px; text-align:center; }
.join-us section , .promo-list li { width:100%; }

}



@media only screen and (max-width:540px) {

.footer-advantages li { width:50%; } 

.footer-flex { display:block; }
.footer-line { display:none; }
.address-selector section .input , .blog li { width:100%; }

.address-selector { margin-bottom:10px; }
.address-selector section { width:100%; margin-right:0; }
.address-selector section:last-child { margin-top:10px; }
.my-address-item .address-selector section { margin-top:-5px; }

.form-item i { width:100%; padding:0 0 5px 0; }
.form-item em { width:100%; }

.apply-form .form-item , .form-item .button { width:100%; }

.product-hero { margin-top:5px; }
.slider-product { padding-left:0; padding-bottom:0; }
.slider-product ul.slick-dots { top:auto; bottom:auto; right:auto; left:auto; float:left; width:calc(100% + 8px); margin-top:2px; position:relative; }
.slider-product ul.slick-dots li { padding:3px; margin:8px 8px 0 0; }

.product-title { margin-top:14px; margin-bottom:12px; }

.my-orders-item-top , .my-orders-item-bottom , .order-info { display:block; }
.order-status , .order-products , .order-list-info , .order-list-cta , .order-list-cta a { width:100%; }
.order-status , .order-list-info { margin-top:-5px; }
.order-products , .order-list-cta { margin-top:10px; }

.shopping-cta a { width:100%; margin-bottom:15px; }

.cat-list { width:calc(100% + 40px); margin-left:-20px; margin-bottom:20px; border-top:1px solid rgba(0,0,0,0.1); border-bottom:1px solid rgba(0,0,0,0.1); background-color:#FFF; }
.cat-list .inner-12 { margin:0; }
.cat-list .inner-12 > ul > li { padding:0; margin-bottom:0; box-shadow:1px 0 0 rgba(0,0,0,0.1) , 0 1px 0 rgba(0,0,0,0.1); }

.cat-list .inner-12 > ul > li .product-item { padding:15px; padding-bottom:70px; border:0; border-radius:0; background-color:transparent; }
.cat-list .inner-12 > ul > li .product-item::before { display:none; }
.cat-list .inner-12 > ul > li .product-item-title { font-size:13px; line-height:18px; }
.cat-list .inner-12 > ul > li .product-item-cta { left:15px; right:15px; bottom:15px; }
.product-item-price strong { font-size:15px; }
.product-item-price { font-size:13px; }
.product-item-photo { height:250px; }
.cat-list .inner-12 > ul > li .icon-fav { top:5px; right:5px; }
.cat-list .inner-12 > ul > li .icon-discount { top:10px; left:10px; height:30px; line-height:31px; }

.fav-delete { top:10px; right:10px; }

.header-advert a { height:32px; }

}



@media only screen and (max-width:440px) {

.hero-slider-item-in picture img {  min-height:240px; }
.hero-slider ul.slick-dots li button { width:24px; }
.promo-five li , .nettech-stores section small a { width:100%; }
.join-us article { font-size:15px; }

}



@media only screen and (max-width:374px) {



}