/**
    Theme Name: Miukid
    Theme URI: http://engotheme.com/
    Author: Engo Team
    Author URI: http://engotheme.com/
    Description: Engo ABC HTML Template
    Version: 1.0
    Last change:    2018/12/10 [Initial Release]
    License: GNU General Public License v2 or later
    Text Domain: Engotheme
 **/
/*------------------------------------------------------------------
[Table of contents]
    components
        1.Base
        2.element
        3.Layout
        4.mixin
        5.page
        6.posttype
        7.Reponsive
        8.variables
        9.var
            9.1 element
            9.2 form
            9.3 layout
            9.4 nav
-------------------------------------------------------------------*/
/** 1. Import vendor **/
/** 1.1. Vendor **/
/** 1.1.1.	Google fonts **/
/** 1.1.2.	Icon Fonts **/
@import url("../sass/components/Vendor/font-awesome/font-awesome.min.css");
@import url("../sass/components/Vendor/simple-line-icon/css/simple-line-icons.css");
@import url("../sass/components/Vendor/blanch/fonts.css");
@import url("../sass/components/Vendor/Helvetica/fonts.css");
@import url("../sass/components/Vendor/PlayfairDisplay/fonts.css");
@import url("../sass/components/Vendor/ionicons/css/ionicons.min.css");
@import url("../sass/components/Vendor/Eina03/fonts.css");
@import url("../sass/components/Vendor/zoa/zoa-font.css");
@import url("../sass/components/Vendor/bukan/fonts.css");
/** 1.1.3. Vendor library **/
/* EX: @import url('components/Vendor/owlcarousel/owlcarousel.css'); */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
:root {
	--default-font: "shabnam";
	--primary-color: #f7f7f7;
	--secondary-color: #4c4b6c;
}

/*@font-face {*/
/*	font-family: IRANSans;*/
/*	src: url('./fonts/IRANSansWeb.eot');*/
/*	src: url('./fonts/IRANSansWeb.eot?#iefix') format("embedded-opentype"),*/
/*	url('./fonts/IRANSansWeb.woff') format("woff"),*/
/*	url('./fonts/IRANSansWeb.woff2') format("woff2"),*/
/*	url('./fonts/IRANSansWeb.ttf') format("truetype");*/
/*	font-weight: 400;*/
/*	font-style: normal;*/
/*}*/

html {
	font-family: "yekan";
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
	/*direction: ltr;*/
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
	*,
	*:before,
	*:after {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	a[href^="#"]:after,
	a[href^="javascript:"]:after {
		content: "";
	}

	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group;
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}

	.navbar {
		display: none;
	}

	.btn > .caret,
	.dropup > .btn > .caret {
		border-top-color: #000 !important;
	}

	.label {
		border: 1px solid #000;
	}

	.table {
		border-collapse: collapse !important;
	}

	.table td,
	.table th {
		background-color: #fff !important;
	}

	.table-bordered th,
	.table-bordered td {
		border: 1px solid #ddd !important;
	}
}

@font-face {
	font-family: 'Glyphicons Halflings';
	src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
	src: url(http://landing.engotheme.com/html/miukid/demo/fonts/bootstrap/glyphicons-halflings-regular.eot?#iefixx ") format(" embedded-opentype "), url(" ../fonts/bootstrap/glyphicons-halflings-regular.woff2 ") format(" woff2 "), url(" ../fonts/bootstrap/glyphicons-halflings-regular.woff ") format(" woff "), url(" ../fonts/bootstrap/glyphicons-halflings-regular.ttf ") format(" truetype "), url(http://landing.engotheme.com/html/miukid/demo/fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregularr") format("svg");
}

.glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
	content: "\002a";
}

.glyphicon-plus:before {
	content: "\002b";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
	content: "\20ac";
}

.glyphicon-minus:before {
	content: "\2212";
}

.glyphicon-cloud:before {
	content: "\2601";
}

.glyphicon-envelope:before {
	content: "\2709";
}

.glyphicon-pencil:before {
	content: "\270f";
}

.glyphicon-glass:before {
	content: "\e001";
}

.glyphicon-music:before {
	content: "\e002";
}

.glyphicon-search:before {
	content: "\e003";
}

.glyphicon-heart:before {
	content: "\e005";
}

.glyphicon-star:before {
	content: "\e006";
}

.glyphicon-star-empty:before {
	content: "\e007";
}

.glyphicon-user:before {
	content: "\e008";
}

.glyphicon-film:before {
	content: "\e009";
}

.glyphicon-th-large:before {
	content: "\e010";
}

.glyphicon-th:before {
	content: "\e011";
}

.glyphicon-th-list:before {
	content: "\e012";
}

.glyphicon-ok:before {
	content: "\e013";
}

.glyphicon-remove:before {
	content: "\e014";
}

.glyphicon-zoom-in:before {
	content: "\e015";
}

.glyphicon-zoom-out:before {
	content: "\e016";
}

.glyphicon-off:before {
	content: "\e017";
}

.glyphicon-signal:before {
	content: "\e018";
}

.glyphicon-cog:before {
	content: "\e019";
}

.glyphicon-trash:before {
	content: "\e020";
}

.glyphicon-home:before {
	content: "\e021";
}

.glyphicon-file:before {
	content: "\e022";
}

.glyphicon-time:before {
	content: "\e023";
}

.glyphicon-road:before {
	content: "\e024";
}

.glyphicon-download-alt:before {
	content: "\e025";
}

.glyphicon-download:before {
	content: "\e026";
}

.glyphicon-upload:before {
	content: "\e027";
}

.glyphicon-inbox:before {
	content: "\e028";
}

.glyphicon-play-circle:before {
	content: "\e029";
}

.glyphicon-repeat:before {
	content: "\e030";
}

.glyphicon-refresh:before {
	content: "\e031";
}

.glyphicon-list-alt:before {
	content: "\e032";
}

.glyphicon-lock:before {
	content: "\e033";
}

.glyphicon-flag:before {
	content: "\e034";
}

.glyphicon-headphones:before {
	content: "\e035";
}

.glyphicon-volume-off:before {
	content: "\e036";
}

.glyphicon-volume-down:before {
	content: "\e037";
}

.glyphicon-volume-up:before {
	content: "\e038";
}

.glyphicon-qrcode:before {
	content: "\e039";
}

.glyphicon-barcode:before {
	content: "\e040";
}

.glyphicon-tag:before {
	content: "\e041";
}

.glyphicon-tags:before {
	content: "\e042";
}

.glyphicon-book:before {
	content: "\e043";
}

.glyphicon-bookmark:before {
	content: "\e044";
}

.glyphicon-print:before {
	content: "\e045";
}

.glyphicon-camera:before {
	content: "\e046";
}

.glyphicon-font:before {
	content: "\e047";
}

.glyphicon-bold:before {
	content: "\e048";
}

.glyphicon-italic:before {
	content: "\e049";
}

.glyphicon-text-height:before {
	content: "\e050";
}

.glyphicon-text-width:before {
	content: "\e051";
}

.glyphicon-align-left:before {
	content: "\e052";
}

.glyphicon-align-center:before {
	content: "\e053";
}

.glyphicon-align-right:before {
	content: "\e054";
}

.glyphicon-align-justify:before {
	content: "\e055";
}

.glyphicon-list:before {
	content: "\e056";
}

.glyphicon-indent-left:before {
	content: "\e057";
}

.glyphicon-indent-right:before {
	content: "\e058";
}

.glyphicon-facetime-video:before {
	content: "\e059";
}

.glyphicon-picture:before {
	content: "\e060";
}

.glyphicon-map-marker:before {
	content: "\e062";
}

.glyphicon-adjust:before {
	content: "\e063";
}

.glyphicon-tint:before {
	content: "\e064";
}

.glyphicon-edit:before {
	content: "\e065";
}

.glyphicon-share:before {
	content: "\e066";
}

.glyphicon-check:before {
	content: "\e067";
}

.glyphicon-move:before {
	content: "\e068";
}

.glyphicon-step-backward:before {
	content: "\e069";
}

.glyphicon-fast-backward:before {
	content: "\e070";
}

.glyphicon-backward:before {
	content: "\e071";
}

.glyphicon-play:before {
	content: "\e072";
}

.glyphicon-pause:before {
	content: "\e073";
}

.glyphicon-stop:before {
	content: "\e074";
}

.glyphicon-forward:before {
	content: "\e075";
}

.glyphicon-fast-forward:before {
	content: "\e076";
}

.glyphicon-step-forward:before {
	content: "\e077";
}

.glyphicon-eject:before {
	content: "\e078";
}

.glyphicon-chevron-left:before {
	content: "\e079";
}

.glyphicon-chevron-right:before {
	content: "\e080";
}

.glyphicon-plus-sign:before {
	content: "\e081";
}

.glyphicon-minus-sign:before {
	content: "\e082";
}

.glyphicon-remove-sign:before {
	content: "\e083";
}

.glyphicon-ok-sign:before {
	content: "\e084";
}

.glyphicon-question-sign:before {
	content: "\e085";
}

.glyphicon-info-sign:before {
	content: "\e086";
}

.glyphicon-screenshot:before {
	content: "\e087";
}

.glyphicon-remove-circle:before {
	content: "\e088";
}

.glyphicon-ok-circle:before {
	content: "\e089";
}

.glyphicon-ban-circle:before {
	content: "\e090";
}

.glyphicon-arrow-left:before {
	content: "\e091";
}

.glyphicon-arrow-right:before {
	content: "\e092";
}

.glyphicon-arrow-up:before {
	content: "\e093";
}

.glyphicon-arrow-down:before {
	content: "\e094";
}

.glyphicon-share-alt:before {
	content: "\e095";
}

.glyphicon-resize-full:before {
	content: "\e096";
}

.glyphicon-resize-small:before {
	content: "\e097";
}

.glyphicon-exclamation-sign:before {
	content: "\e101";
}

.glyphicon-gift:before {
	content: "\e102";
}

.glyphicon-leaf:before {
	content: "\e103";
}

.glyphicon-fire:before {
	content: "\e104";
}

.glyphicon-eye-open:before {
	content: "\e105";
}

.glyphicon-eye-close:before {
	content: "\e106";
}

.glyphicon-warning-sign:before {
	content: "\e107";
}

.glyphicon-plane:before {
	content: "\e108";
}

.glyphicon-calendar:before {
	content: "\e109";
}

.glyphicon-random:before {
	content: "\e110";
}

.glyphicon-comment:before {
	content: "\e111";
}

.glyphicon-magnet:before {
	content: "\e112";
}

.glyphicon-chevron-up:before {
	content: "\e113";
}

.glyphicon-chevron-down:before {
	content: "\e114";
}

.glyphicon-retweet:before {
	content: "\e115";
}

.glyphicon-shopping-cart:before {
	content: "\e116";
}

.glyphicon-folder-close:before {
	content: "\e117";
}

.glyphicon-folder-open:before {
	content: "\e118";
}

.glyphicon-resize-vertical:before {
	content: "\e119";
}

.glyphicon-resize-horizontal:before {
	content: "\e120";
}

.glyphicon-hdd:before {
	content: "\e121";
}

.glyphicon-bullhorn:before {
	content: "\e122";
}

.glyphicon-bell:before {
	content: "\e123";
}

.glyphicon-certificate:before {
	content: "\e124";
}

.glyphicon-thumbs-up:before {
	content: "\e125";
}

.glyphicon-thumbs-down:before {
	content: "\e126";
}

.glyphicon-hand-right:before {
	content: "\e127";
}

.glyphicon-hand-left:before {
	content: "\e128";
}

.glyphicon-hand-up:before {
	content: "\e129";
}

.glyphicon-hand-down:before {
	content: "\e130";
}

.glyphicon-circle-arrow-right:before {
	content: "\e131";
}

.glyphicon-circle-arrow-left:before {
	content: "\e132";
}

.glyphicon-circle-arrow-up:before {
	content: "\e133";
}

.glyphicon-circle-arrow-down:before {
	content: "\e134";
}

.glyphicon-globe:before {
	content: "\e135";
}

.glyphicon-wrench:before {
	content: "\e136";
}

.glyphicon-tasks:before {
	content: "\e137";
}

.glyphicon-filter:before {
	content: "\e138";
}

.glyphicon-briefcase:before {
	content: "\e139";
}

.glyphicon-fullscreen:before {
	content: "\e140";
}

.glyphicon-dashboard:before {
	content: "\e141";
}

.glyphicon-paperclip:before {
	content: "\e142";
}

.glyphicon-heart-empty:before {
	content: "\e143";
}

.glyphicon-link:before {
	content: "\e144";
}

.glyphicon-phone:before {
	content: "\e145";
}

.glyphicon-pushpin:before {
	content: "\e146";
}

.glyphicon-usd:before {
	content: "\e148";
}

.glyphicon-gbp:before {
	content: "\e149";
}

.glyphicon-sort:before {
	content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
	content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
	content: "\e152";
}

.glyphicon-sort-by-order:before {
	content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
	content: "\e154";
}

.glyphicon-sort-by-attributes:before {
	content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
	content: "\e156";
}

.glyphicon-unchecked:before {
	content: "\e157";
}

.glyphicon-expand:before {
	content: "\e158";
}

.glyphicon-collapse-down:before {
	content: "\e159";
}

.glyphicon-collapse-up:before {
	content: "\e160";
}

.glyphicon-log-in:before {
	content: "\e161";
}

.glyphicon-flash:before {
	content: "\e162";
}

.glyphicon-log-out:before {
	content: "\e163";
}

.glyphicon-new-window:before {
	content: "\e164";
}

.glyphicon-record:before {
	content: "\e165";
}

.glyphicon-save:before {
	content: "\e166";
}

.glyphicon-open:before {
	content: "\e167";
}

.glyphicon-saved:before {
	content: "\e168";
}

.glyphicon-import:before {
	content: "\e169";
}

.glyphicon-export:before {
	content: "\e170";
}

.glyphicon-send:before {
	content: "\e171";
}

.glyphicon-floppy-disk:before {
	content: "\e172";
}

.glyphicon-floppy-saved:before {
	content: "\e173";
}

.glyphicon-floppy-remove:before {
	content: "\e174";
}

.glyphicon-floppy-save:before {
	content: "\e175";
}

.glyphicon-floppy-open:before {
	content: "\e176";
}

.glyphicon-credit-card:before {
	content: "\e177";
}

.glyphicon-transfer:before {
	content: "\e178";
}

.glyphicon-cutlery:before {
	content: "\e179";
}

.glyphicon-header:before {
	content: "\e180";
}

.glyphicon-compressed:before {
	content: "\e181";
}

.glyphicon-earphone:before {
	content: "\e182";
}

.glyphicon-phone-alt:before {
	content: "\e183";
}

.glyphicon-tower:before {
	content: "\e184";
}

.glyphicon-stats:before {
	content: "\e185";
}

.glyphicon-sd-video:before {
	content: "\e186";
}

.glyphicon-hd-video:before {
	content: "\e187";
}

.glyphicon-subtitles:before {
	content: "\e188";
}

.glyphicon-sound-stereo:before {
	content: "\e189";
}

.glyphicon-sound-dolby:before {
	content: "\e190";
}

.glyphicon-sound-5-1:before {
	content: "\e191";
}

.glyphicon-sound-6-1:before {
	content: "\e192";
}

.glyphicon-sound-7-1:before {
	content: "\e193";
}

.glyphicon-copyright-mark:before {
	content: "\e194";
}

.glyphicon-registration-mark:before {
	content: "\e195";
}

.glyphicon-cloud-download:before {
	content: "\e197";
}

.glyphicon-cloud-upload:before {
	content: "\e198";
}

.glyphicon-tree-conifer:before {
	content: "\e199";
}

.glyphicon-tree-deciduous:before {
	content: "\e200";
}

.glyphicon-cd:before {
	content: "\e201";
}

.glyphicon-save-file:before {
	content: "\e202";
}

.glyphicon-open-file:before {
	content: "\e203";
}

.glyphicon-level-up:before {
	content: "\e204";
}

.glyphicon-copy:before {
	content: "\e205";
}

.glyphicon-paste:before {
	content: "\e206";
}

.glyphicon-alert:before {
	content: "\e209";
}

.glyphicon-equalizer:before {
	content: "\e210";
}

.glyphicon-king:before {
	content: "\e211";
}

.glyphicon-queen:before {
	content: "\e212";
}

.glyphicon-pawn:before {
	content: "\e213";
}

.glyphicon-bishop:before {
	content: "\e214";
}

.glyphicon-knight:before {
	content: "\e215";
}

.glyphicon-baby-formula:before {
	content: "\e216";
}

.glyphicon-tent:before {
	content: "\26fa";
}

.glyphicon-blackboard:before {
	content: "\e218";
}

.glyphicon-bed:before {
	content: "\e219";
}

.glyphicon-apple:before {
	content: "\f8ff";
}

.glyphicon-erase:before {
	content: "\e221";
}

.glyphicon-hourglass:before {
	content: "\231b";
}

.glyphicon-lamp:before {
	content: "\e223";
}

.glyphicon-duplicate:before {
	content: "\e224";
}

.glyphicon-piggy-bank:before {
	content: "\e225";
}

.glyphicon-scissors:before {
	content: "\e226";
}

.glyphicon-bitcoin:before {
	content: "\e227";
}

.glyphicon-btc:before {
	content: "\e227";
}

.glyphicon-xbt:before {
	content: "\e227";
}

.glyphicon-yen:before {
	content: "\00a5";
}

.glyphicon-jpy:before {
	content: "\00a5";
}

.glyphicon-ruble:before {
	content: "\20bd";
}

.glyphicon-rub:before {
	content: "\20bd";
}

.glyphicon-scale:before {
	content: "\e230";
}

.glyphicon-ice-lolly:before {
	content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
	content: "\e232";
}

.glyphicon-education:before {
	content: "\e233";
}

.glyphicon-option-horizontal:before {
	content: "\e234";
}

.glyphicon-option-vertical:before {
	content: "\e235";
}

.glyphicon-menu-hamburger:before {
	content: "\e236";
}

.glyphicon-modal-window:before {
	content: "\e237";
}

.glyphicon-oil:before {
	content: "\e238";
}

.glyphicon-grain:before {
	content: "\e239";
}

.glyphicon-sunglasses:before {
	content: "\e240";
}

.glyphicon-text-size:before {
	content: "\e241";
}

.glyphicon-text-color:before {
	content: "\e242";
}

.glyphicon-text-background:before {
	content: "\e243";
}

.glyphicon-object-align-top:before {
	content: "\e244";
}

.glyphicon-object-align-bottom:before {
	content: "\e245";
}

.glyphicon-object-align-horizontal:before {
	content: "\e246";
}

.glyphicon-object-align-left:before {
	content: "\e247";
}

.glyphicon-object-align-vertical:before {
	content: "\e248";
}

.glyphicon-object-align-right:before {
	content: "\e249";
}

.glyphicon-triangle-right:before {
	content: "\e250";
}

.glyphicon-triangle-left:before {
	content: "\e251";
}

.glyphicon-triangle-bottom:before {
	content: "\e252";
}

.glyphicon-triangle-top:before {
	content: "\e253";
}

.glyphicon-console:before {
	content: "\e254";
}

.glyphicon-superscript:before {
	content: "\e255";
}

.glyphicon-subscript:before {
	content: "\e256";
}

.glyphicon-menu-left:before {
	content: "\e257";
}

.glyphicon-menu-right:before {
	content: "\e258";
}

.glyphicon-menu-down:before {
	content: "\e259";
}

.glyphicon-menu-up:before {
	content: "\e260";
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-size: 10px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
	font-family: var(--default-font);
	font-size: 14px;
	line-height: 1.428571429;
	color: #222222;
	background-color: #fff;
}

input,
button,
select,
textarea {
var(--default-font) mily: inherit;
	font-size: inherit;
	line-height: inherit;
}

a {
	color: #dd2a2a;
	text-decoration: none;
}

a:hover, a:focus {
	text-decoration: underline;
}

a:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

figure {
	margin: 0;
}

img {
	vertical-align: middle;
}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}

.img-rounded {
	border-radius: 6px;
}

.img-thumbnail {
	padding: 4px;
	line-height: 1.428571429;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto;
}

.img-circle {
	border-radius: 50%;
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eeeeee;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}

[role="button"] {
	cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
var(--default-font) mily: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
}

h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
	font-weight: normal;
	line-height: 1;
	color: #777777;
}

h1, .h1,
h2, .h2,
h3, .h3 {
	margin-top: 20px;
	margin-bottom: 10px;
}

h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
	font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
	margin-top: 10px;
	margin-bottom: 10px;
}

h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
	font-size: 75%;
}

h1, .h1 {
	font-size: 36px;
}

h2, .h2 {
	font-size: 30px;
}

h3, .h3 {
	font-size: 24px;
}

h4, .h4 {
	font-size: 16px;
}

h5, .h5 {
	font-size: 14px;
}

h6, .h6 {
	font-size: 12px;
}

p {
	margin: 0 0 5px;
}

.lead {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.4;
}

@media (min-width: 768px) {
	.lead {
		font-size: 21px;
	}
}

small,
.small {
	font-size: 85%;
}

mark,
.mark {
	background-color: #fcf8e3;
	padding: .2em;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

.text-justify {
	text-align: justify;
}

.text-nowrap {
	white-space: nowrap;
}

.text-lowercase {
	text-transform: lowercase;
}

.text-uppercase, .initialism {
	text-transform: uppercase;
}

.text-capitalize {
	text-transform: capitalize;
}

.text-muted {
	color: #777777;
}

.text-primary {
	color: #dd2a2a;
}

a.text-primary:hover,
a.text-primary:focus {
	color: #b71d1d;
}

.text-success {
	color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
	color: #2b542c;
}

.text-info {
	color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
	color: #245269;
}

.text-warning {
	color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
	color: #66512c;
}

.text-danger {
	color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
	color: #843534;
}

.bg-primary {
	color: #fff;
}

.bg-primary {
	background-color: #dd2a2a;
}

a.bg-primary:hover,
a.bg-primary:focus {
	background-color: #b71d1d;
}

.bg-success {
	background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
	background-color: #c1e2b3;
}

.bg-info {
	background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
	background-color: #afd9ee;
}

.bg-warning {
	background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
	background-color: #f7ecb5;
}

.bg-danger {
	background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
	background-color: #e4b9b9;
}

.page-header {
	padding-bottom: 9px;
	margin: 40px 0 20px;
	border-bottom: 1px solid #eeeeee;
}

.list-unstyled {
	padding-left: 0;
	list-style: none;
}

.list-inline {
	padding-left: 0;
	list-style: none;
	margin-left: -5px;
}

.list-inline > li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}

dl {
	margin-top: 0;
	margin-bottom: 20px;
}

dt,
dd {
	line-height: 1.428571429;
}

dt {
	font-weight: bold;
}

dd {
	margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
	content: " ";
	display: table;
}

.dl-horizontal dd:after {
	clear: both;
}

@media (min-width: 768px) {
	.dl-horizontal dt {
		float: left;
		width: 160px;
		clear: left;
		text-align: right;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.dl-horizontal dd {
		margin-left: 180px;
	}
}

abbr[title],
abbr[data-original-title] {
	cursor: help;
	border-bottom: 1px dotted #777777;
}

.initialism {
	font-size: 90%;
}

blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: 5px solid #eeeeee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
	margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
	display: block;
	font-size: 80%;
	line-height: 1.428571429;
	color: #777777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
	content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
	padding-right: 15px;
	padding-left: 0;
	border-right: 5px solid #eeeeee;
	border-left: 0;
	text-align: right;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
	content: '';
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
	content: '\00A0 \2014';
}

address {
	margin-bottom: 20px;
	font-style: normal;
	line-height: 1.428571429;
}

code,
kbd,
pre,
samp {
var(--default-font) mily: var(--default-font), Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
	padding: 2px 4px;
	font-size: 90%;
	color: #c7254e;
	background-color: #f9f2f4;
	border-radius: 4px;
}

kbd {
	padding: 2px 4px;
	font-size: 90%;
	color: #fff;
	background-color: #333;
	border-radius: 3px;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: bold;
	box-shadow: none;
}

pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.428571429;
	word-break: break-all;
	word-wrap: break-word;
	color: #333333;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 4px;
}

pre code {
	padding: 0;
	font-size: inherit;
	color: inherit;
	white-space: pre-wrap;
	background-color: transparent;
	border-radius: 0;
}

.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll;
}

.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.container:before, .container:after {
	content: " ";
	display: table;
}

.container:after {
	clear: both;
}

@media (min-width: 768px) {
	.container {
		width: 750px;
	}
}

@media (min-width: 1025px) {
	.container {
		width: 970px;
	}
}

@media (min-width: 1200px) {
	.container {
		width: 1200px;
	}
}

.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.container-fluid:before, .container-fluid:after {
	content: " ";
	display: table;
}

.container-fluid:after {
	clear: both;
}

.row {
	margin-left: -15px;
	margin-right: -15px;
}

.row:before, .row:after {
	content: " ";
	display: table;
}

.row:after {
	clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float: left;
}

.col-xs-1 {
	width: 8.3333333333%;
}

.col-xs-2 {
	width: 16.6666666667%;
}

.col-xs-3 {
	width: 25%;
}

.col-xs-4 {
	width: 33.3333333333%;
}

.col-xs-5 {
	width: 41.6666666667%;
}

.col-xs-6 {
	width: 50%;
}

.col-xs-7 {
	width: 58.3333333333%;
}

.col-xs-8 {
	width: 66.6666666667%;
}

.col-xs-9 {
	width: 75%;
}

.col-xs-10 {
	width: 83.3333333333%;
}

.col-xs-11 {
	width: 91.6666666667%;
}

.col-xs-12 {
	width: 100%;
}

.col-xs-pull-0 {
	right: auto;
}

.col-xs-pull-1 {
	right: 8.3333333333%;
}

.col-xs-pull-2 {
	right: 16.6666666667%;
}

.col-xs-pull-3 {
	right: 25%;
}

.col-xs-pull-4 {
	right: 33.3333333333%;
}

.col-xs-pull-5 {
	right: 41.6666666667%;
}

.col-xs-pull-6 {
	right: 50%;
}

.col-xs-pull-7 {
	right: 58.3333333333%;
}

.col-xs-pull-8 {
	right: 66.6666666667%;
}

.col-xs-pull-9 {
	right: 75%;
}

.col-xs-pull-10 {
	right: 83.3333333333%;
}

.col-xs-pull-11 {
	right: 91.6666666667%;
}

.col-xs-pull-12 {
	right: 100%;
}

.col-xs-push-0 {
	left: auto;
}

.col-xs-push-1 {
	left: 8.3333333333%;
}

.col-xs-push-2 {
	left: 16.6666666667%;
}

.col-xs-push-3 {
	left: 25%;
}

.col-xs-push-4 {
	left: 33.3333333333%;
}

.col-xs-push-5 {
	left: 41.6666666667%;
}

.col-xs-push-6 {
	left: 50%;
}

.col-xs-push-7 {
	left: 58.3333333333%;
}

.col-xs-push-8 {
	left: 66.6666666667%;
}

.col-xs-push-9 {
	left: 75%;
}

.col-xs-push-10 {
	left: 83.3333333333%;
}

.col-xs-push-11 {
	left: 91.6666666667%;
}

.col-xs-push-12 {
	left: 100%;
}

.col-xs-offset-0 {
	margin-left: 0%;
}

.col-xs-offset-1 {
	margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
	margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
	margin-left: 25%;
}

.col-xs-offset-4 {
	margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
	margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
	margin-left: 50%;
}

.col-xs-offset-7 {
	margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
	margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
	margin-left: 75%;
}

.col-xs-offset-10 {
	margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
	margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
	margin-left: 100%;
}

@media (min-width: 768px) {
	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
		float: left;
	}

	.col-sm-1 {
		width: 8.3333333333%;
	}

	.col-sm-2 {
		width: 16.6666666667%;
	}

	.col-sm-3 {
		width: 25%;
	}

	.col-sm-4 {
		width: 33.3333333333%;
	}

	.col-sm-5 {
		width: 41.6666666667%;
	}

	.col-sm-6 {
		width: 50%;
	}

	.col-sm-7 {
		width: 58.3333333333%;
	}

	.col-sm-8 {
		width: 66.6666666667%;
	}

	.col-sm-9 {
		width: 75%;
	}

	.col-sm-10 {
		width: 83.3333333333%;
	}

	.col-sm-11 {
		width: 91.6666666667%;
	}

	.col-sm-12 {
		width: 100%;
	}

	.col-sm-pull-0 {
		right: auto;
	}

	.col-sm-pull-1 {
		right: 8.3333333333%;
	}

	.col-sm-pull-2 {
		right: 16.6666666667%;
	}

	.col-sm-pull-3 {
		right: 25%;
	}

	.col-sm-pull-4 {
		right: 33.3333333333%;
	}

	.col-sm-pull-5 {
		right: 41.6666666667%;
	}

	.col-sm-pull-6 {
		right: 50%;
	}

	.col-sm-pull-7 {
		right: 58.3333333333%;
	}

	.col-sm-pull-8 {
		right: 66.6666666667%;
	}

	.col-sm-pull-9 {
		right: 75%;
	}

	.col-sm-pull-10 {
		right: 83.3333333333%;
	}

	.col-sm-pull-11 {
		right: 91.6666666667%;
	}

	.col-sm-pull-12 {
		right: 100%;
	}

	.col-sm-push-0 {
		left: auto;
	}

	.col-sm-push-1 {
		left: 8.3333333333%;
	}

	.col-sm-push-2 {
		left: 16.6666666667%;
	}

	.col-sm-push-3 {
		left: 25%;
	}

	.col-sm-push-4 {
		left: 33.3333333333%;
	}

	.col-sm-push-5 {
		left: 41.6666666667%;
	}

	.col-sm-push-6 {
		left: 50%;
	}

	.col-sm-push-7 {
		left: 58.3333333333%;
	}

	.col-sm-push-8 {
		left: 66.6666666667%;
	}

	.col-sm-push-9 {
		left: 75%;
	}

	.col-sm-push-10 {
		left: 83.3333333333%;
	}

	.col-sm-push-11 {
		left: 91.6666666667%;
	}

	.col-sm-push-12 {
		left: 100%;
	}

	.col-sm-offset-0 {
		margin-left: 0%;
	}

	.col-sm-offset-1 {
		margin-left: 8.3333333333%;
	}

	.col-sm-offset-2 {
		margin-left: 16.6666666667%;
	}

	.col-sm-offset-3 {
		margin-left: 25%;
	}

	.col-sm-offset-4 {
		margin-left: 33.3333333333%;
	}

	.col-sm-offset-5 {
		margin-left: 41.6666666667%;
	}

	.col-sm-offset-6 {
		margin-left: 50%;
	}

	.col-sm-offset-7 {
		margin-left: 58.3333333333%;
	}

	.col-sm-offset-8 {
		margin-left: 66.6666666667%;
	}

	.col-sm-offset-9 {
		margin-left: 75%;
	}

	.col-sm-offset-10 {
		margin-left: 83.3333333333%;
	}

	.col-sm-offset-11 {
		margin-left: 91.6666666667%;
	}

	.col-sm-offset-12 {
		margin-left: 100%;
	}
}

@media (min-width: 1025px) {
	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
		float: left;
	}

	.col-md-1 {
		width: 8.3333333333%;
	}

	.col-md-2 {
		width: 16.6666666667%;
	}

	.col-md-3 {
		width: 25%;
	}

	.col-md-4 {
		width: 33.3333333333%;
	}

	.col-md-5 {
		width: 41.6666666667%;
	}

	.col-md-6 {
		width: 50%;
	}

	.col-md-7 {
		width: 58.3333333333%;
	}

	.col-md-8 {
		width: 66.6666666667%;
	}

	.col-md-9 {
		width: 75%;
	}

	.col-md-10 {
		width: 83.3333333333%;
	}

	.col-md-11 {
		width: 91.6666666667%;
	}

	.col-md-12 {
		width: 100%;
	}

	.col-md-pull-0 {
		right: auto;
	}

	.col-md-pull-1 {
		right: 8.3333333333%;
	}

	.col-md-pull-2 {
		right: 16.6666666667%;
	}

	.col-md-pull-3 {
		right: 25%;
	}

	.col-md-pull-4 {
		right: 33.3333333333%;
	}

	.col-md-pull-5 {
		right: 41.6666666667%;
	}

	.col-md-pull-6 {
		right: 50%;
	}

	.col-md-pull-7 {
		right: 58.3333333333%;
	}

	.col-md-pull-8 {
		right: 66.6666666667%;
	}

	.col-md-pull-9 {
		right: 75%;
	}

	.col-md-pull-10 {
		right: 83.3333333333%;
	}

	.col-md-pull-11 {
		right: 91.6666666667%;
	}

	.col-md-pull-12 {
		right: 100%;
	}

	.col-md-push-0 {
		left: auto;
	}

	.col-md-push-1 {
		left: 8.3333333333%;
	}

	.col-md-push-2 {
		left: 16.6666666667%;
	}

	.col-md-push-3 {
		left: 25%;
	}

	.col-md-push-4 {
		left: 33.3333333333%;
	}

	.col-md-push-5 {
		left: 41.6666666667%;
	}

	.col-md-push-6 {
		left: 50%;
	}

	.col-md-push-7 {
		left: 58.3333333333%;
	}

	.col-md-push-8 {
		left: 66.6666666667%;
	}

	.col-md-push-9 {
		left: 75%;
	}

	.col-md-push-10 {
		left: 83.3333333333%;
	}

	.col-md-push-11 {
		left: 91.6666666667%;
	}

	.col-md-push-12 {
		left: 100%;
	}

	.col-md-offset-0 {
		margin-left: 0%;
	}

	.col-md-offset-1 {
		margin-left: 8.3333333333%;
	}

	.col-md-offset-2 {
		margin-left: 16.6666666667%;
	}

	.col-md-offset-3 {
		margin-left: 25%;
	}

	.col-md-offset-4 {
		margin-left: 33.3333333333%;
	}

	.col-md-offset-5 {
		margin-left: 41.6666666667%;
	}

	.col-md-offset-6 {
		margin-left: 50%;
	}

	.col-md-offset-7 {
		margin-left: 58.3333333333%;
	}

	.col-md-offset-8 {
		margin-left: 66.6666666667%;
	}

	.col-md-offset-9 {
		margin-left: 75%;
	}

	.col-md-offset-10 {
		margin-left: 83.3333333333%;
	}

	.col-md-offset-11 {
		margin-left: 91.6666666667%;
	}

	.col-md-offset-12 {
		margin-left: 100%;
	}
}

@media (min-width: 1200px) {
	.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
		float: left;
	}

	.col-lg-1 {
		width: 8.3333333333%;
	}

	.col-lg-2 {
		width: 16.6666666667%;
	}

	.col-lg-3 {
		width: 25%;
	}

	.col-lg-4 {
		width: 33.3333333333%;
	}

	.col-lg-5 {
		width: 41.6666666667%;
	}

	.col-lg-6 {
		width: 50%;
	}

	.col-lg-7 {
		width: 58.3333333333%;
	}

	.col-lg-8 {
		width: 66.6666666667%;
	}

	.col-lg-9 {
		width: 75%;
	}

	.col-lg-10 {
		width: 83.3333333333%;
	}

	.col-lg-11 {
		width: 91.6666666667%;
	}

	.col-lg-12 {
		width: 100%;
	}

	.col-lg-pull-0 {
		right: auto;
	}

	.col-lg-pull-1 {
		right: 8.3333333333%;
	}

	.col-lg-pull-2 {
		right: 16.6666666667%;
	}

	.col-lg-pull-3 {
		right: 25%;
	}

	.col-lg-pull-4 {
		right: 33.3333333333%;
	}

	.col-lg-pull-5 {
		right: 41.6666666667%;
	}

	.col-lg-pull-6 {
		right: 50%;
	}

	.col-lg-pull-7 {
		right: 58.3333333333%;
	}

	.col-lg-pull-8 {
		right: 66.6666666667%;
	}

	.col-lg-pull-9 {
		right: 75%;
	}

	.col-lg-pull-10 {
		right: 83.3333333333%;
	}

	.col-lg-pull-11 {
		right: 91.6666666667%;
	}

	.col-lg-pull-12 {
		right: 100%;
	}

	.col-lg-push-0 {
		left: auto;
	}

	.col-lg-push-1 {
		left: 8.3333333333%;
	}

	.col-lg-push-2 {
		left: 16.6666666667%;
	}

	.col-lg-push-3 {
		left: 25%;
	}

	.col-lg-push-4 {
		left: 33.3333333333%;
	}

	.col-lg-push-5 {
		left: 41.6666666667%;
	}

	.col-lg-push-6 {
		left: 50%;
	}

	.col-lg-push-7 {
		left: 58.3333333333%;
	}

	.col-lg-push-8 {
		left: 66.6666666667%;
	}

	.col-lg-push-9 {
		left: 75%;
	}

	.col-lg-push-10 {
		left: 83.3333333333%;
	}

	.col-lg-push-11 {
		left: 91.6666666667%;
	}

	.col-lg-push-12 {
		left: 100%;
	}

	.col-lg-offset-0 {
		margin-left: 0%;
	}

	.col-lg-offset-1 {
		margin-left: 8.3333333333%;
	}

	.col-lg-offset-2 {
		margin-left: 16.6666666667%;
	}

	.col-lg-offset-3 {
		margin-left: 25%;
	}

	.col-lg-offset-4 {
		margin-left: 33.3333333333%;
	}

	.col-lg-offset-5 {
		margin-left: 41.6666666667%;
	}

	.col-lg-offset-6 {
		margin-left: 50%;
	}

	.col-lg-offset-7 {
		margin-left: 58.3333333333%;
	}

	.col-lg-offset-8 {
		margin-left: 66.6666666667%;
	}

	.col-lg-offset-9 {
		margin-left: 75%;
	}

	.col-lg-offset-10 {
		margin-left: 83.3333333333%;
	}

	.col-lg-offset-11 {
		margin-left: 91.6666666667%;
	}

	.col-lg-offset-12 {
		margin-left: 100%;
	}
}

table {
	background-color: transparent;
}

caption {
	padding-top: 8px;
	padding-bottom: 8px;
	color: #777777;
	text-align: left;
}

th {
	text-align: left;
}

.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
}

/*.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
	padding: 8px;
	line-height: 1.428571429;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}*/

@media (min-width: 480px) {
	.table > thead > tr > th,
	.table > thead > tr > td,
	.table > tbody > tr > th,
	.table > tbody > tr > td,
	.table > tfoot > tr > th,
	.table > tfoot > tr > td {
		padding: 30px 8px 30px 0;
	}
}

.table > thead > tr > th {
	vertical-align: bottom;
}

.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
	border-top: 0;
}

@media (min-width: 480px) {
	.table > caption + thead > tr:first-child > th,
	.table > caption + thead > tr:first-child > td,
	.table > colgroup + thead > tr:first-child > th,
	.table > colgroup + thead > tr:first-child > td,
	.table > thead:first-child > tr:first-child > th,
	.table > thead:first-child > tr:first-child > td {
		padding: 15px 0;
	}
}

.table > tbody + tbody {
	border-top: 2px solid #ddd;
}

.table .table {
	background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
	padding: 5px;
}

.table-bordered {
	border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
	border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
	border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
	background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
	background-color: #f5f5f5;
}

table col[class*="col-"] {
	position: static;
	float: none;
	display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
	position: static;
	float: none;
	display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
	background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
	background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
	background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
	background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
	background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
	background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
	background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
	background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
	background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
	background-color: #ebcccc;
}

.table-responsive {
	overflow-x: auto;
	min-height: 0.01%;
}

@media screen and (max-width: 767px) {
	.table-responsive {
		width: 100%;
		margin-bottom: 15px;
		overflow-y: hidden;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #ddd;
	}

	.table-responsive > .table {
		margin-bottom: 0;
	}

	.table-responsive > .table > thead > tr > th,
	.table-responsive > .table > thead > tr > td,
	.table-responsive > .table > tbody > tr > th,
	.table-responsive > .table > tbody > tr > td,
	.table-responsive > .table > tfoot > tr > th,
	.table-responsive > .table > tfoot > tr > td {
		white-space: nowrap;
	}

	.table-responsive > .table-bordered {
		border: 0;
	}

	.table-responsive > .table-bordered > thead > tr > th:first-child,
	.table-responsive > .table-bordered > thead > tr > td:first-child,
	.table-responsive > .table-bordered > tbody > tr > th:first-child,
	.table-responsive > .table-bordered > tbody > tr > td:first-child,
	.table-responsive > .table-bordered > tfoot > tr > th:first-child,
	.table-responsive > .table-bordered > tfoot > tr > td:first-child {
		border-left: 0;
	}

	.table-responsive > .table-bordered > thead > tr > th:last-child,
	.table-responsive > .table-bordered > thead > tr > td:last-child,
	.table-responsive > .table-bordered > tbody > tr > th:last-child,
	.table-responsive > .table-bordered > tbody > tr > td:last-child,
	.table-responsive > .table-bordered > tfoot > tr > th:last-child,
	.table-responsive > .table-bordered > tfoot > tr > td:last-child {
		border-right: 0;
	}

	.table-responsive > .table-bordered > tbody > tr:last-child > th,
	.table-responsive > .table-bordered > tbody > tr:last-child > td,
	.table-responsive > .table-bordered > tfoot > tr:last-child > th,
	.table-responsive > .table-bordered > tfoot > tr:last-child > td {
		border-bottom: 0;
	}
}

fieldset {
	padding: 0;
	margin: 0;
	border: 0;
	min-width: 0;
}

legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: inherit;
	color: #333333;
	border: 0;
	border-bottom: 1px solid #e5e5e5;
}

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: bold;
}

input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
	margin: 4px 0 0;
	margin-top: 1px \9;
	line-height: normal;
}

input[type="file"] {
	display: block;
}

input[type="range"] {
	display: block;
	width: 100%;
}

select[multiple],
select[size] {
	height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

output {
	display: block;
	padding-top: 7px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #555555;
}

.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #555555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 0;
}

.form-control::-ms-expand {
	border: 0;
	background-color: transparent;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	background-color: #eeeeee;
	opacity: 1;
}

.form-control[disabled], fieldset[disabled] .form-control {
	cursor: not-allowed;
}

textarea.form-control {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
	input[type="date"].form-control,
	input[type="time"].form-control,
	input[type="datetime-local"].form-control,
	input[type="month"].form-control {
		line-height: 34px;
	}

	input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
	.input-group-sm > input[type="date"].input-group-addon,
	.input-group-sm > .input-group-btn > input[type="date"].btn, .input-group-sm input[type="date"],
	input[type="time"].input-sm,
	.input-group-sm > input[type="time"].form-control,
	.input-group-sm > input[type="time"].input-group-addon,
	.input-group-sm > .input-group-btn > input[type="time"].btn,
	.input-group-sm input[type="time"],
	input[type="datetime-local"].input-sm,
	.input-group-sm > input[type="datetime-local"].form-control,
	.input-group-sm > input[type="datetime-local"].input-group-addon,
	.input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
	.input-group-sm input[type="datetime-local"],
	input[type="month"].input-sm,
	.input-group-sm > input[type="month"].form-control,
	.input-group-sm > input[type="month"].input-group-addon,
	.input-group-sm > .input-group-btn > input[type="month"].btn,
	.input-group-sm input[type="month"] {
		line-height: 30px;
	}

	input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
	.input-group-lg > input[type="date"].input-group-addon,
	.input-group-lg > .input-group-btn > input[type="date"].btn, .input-group-lg input[type="date"], input[type="time"].input-lg, .input-group-lg > input[type="time"].form-control,
	.input-group-lg > input[type="time"].input-group-addon,
	.input-group-lg > .input-group-btn > input[type="time"].btn, .input-group-lg input[type="time"], input[type="datetime-local"].input-lg, .input-group-lg > input[type="datetime-local"].form-control,
	.input-group-lg > input[type="datetime-local"].input-group-addon,
	.input-group-lg > .input-group-btn > input[type="datetime-local"].btn, .input-group-lg input[type="datetime-local"], input[type="month"].input-lg, .input-group-lg > input[type="month"].form-control,
	.input-group-lg > input[type="month"].input-group-addon,
	.input-group-lg > .input-group-btn > input[type="month"].btn, .input-group-lg input[type="month"] {
		line-height: 46px;
	}
}

.form-group {
	margin-bottom: 15px;
}

.radio,
.checkbox {
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}

.radio label,
.checkbox label {
	min-height: 20px;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: normal;
	cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
	position: absolute;
	margin-left: -20px;
	margin-top: 4px \9;
}

.radio + .radio,
.checkbox + .checkbox {
	margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	vertical-align: middle;
	font-weight: normal;
	cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
	margin-top: 0;
	margin-left: 10px;
}

input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled] input[type="checkbox"] {
	cursor: not-allowed;
}

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
	cursor: not-allowed;
}

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
	cursor: not-allowed;
}

.form-control-static {
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 0;
	min-height: 34px;
}

.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
	padding-left: 0;
	padding-right: 0;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
	height: 30px;
	line-height: 30px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
	height: auto;
}

.form-group-sm .form-control {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

.form-group-sm select.form-control {
	height: 30px;
	line-height: 30px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
	height: auto;
}

.form-group-sm .form-control-static {
	height: 30px;
	min-height: 32px;
	padding: 6px 10px;
	font-size: 12px;
	line-height: 1.5;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
	height: 46px;
	line-height: 46px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
	height: auto;
}

.form-group-lg .form-control {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px;
}

.form-group-lg select.form-control {
	height: 46px;
	line-height: 46px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
	height: auto;
}

.form-group-lg .form-control-static {
	height: 46px;
	min-height: 38px;
	padding: 11px 16px;
	font-size: 18px;
	line-height: 1.3333333;
}

.has-feedback {
	position: relative;
}

.has-feedback .form-control {
	padding-right: 42.5px;
}

.form-control-feedback {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
	width: 46px;
	height: 46px;
	line-height: 46px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
	width: 30px;
	height: 30px;
	line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
	color: #3c763d;
}

.has-success .form-control {
	border-color: #3c763d;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
	border-color: #2b542c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
	color: #3c763d;
	border-color: #3c763d;
	background-color: #dff0d8;
}

.has-success .form-control-feedback {
	color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
	color: #8a6d3b;
}

.has-warning .form-control {
	border-color: #8a6d3b;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
	border-color: #66512c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
	color: #8a6d3b;
	border-color: #8a6d3b;
	background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
	color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
	color: #a94442;
}

.has-error .form-control {
	border-color: #a94442;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
	border-color: #843534;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
	color: #a94442;
	border-color: #a94442;
	background-color: #f2dede;
}

.has-error .form-control-feedback {
	color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
	top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
	top: 0;
}

.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #626262;
}

@media (min-width: 768px) {
	.form-inline .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle;
	}

	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle;
	}

	.form-inline .form-control-static {
		display: inline-block;
	}

	.form-inline .input-group {
		display: inline-table;
		vertical-align: middle;
	}

	.form-inline .input-group .input-group-addon,
	.form-inline .input-group .input-group-btn,
	.form-inline .input-group .form-control {
		width: auto;
	}

	.form-inline .input-group > .form-control {
		width: 100%;
	}

	.form-inline .control-label {
		margin-bottom: 0;
		vertical-align: middle;
	}

	.form-inline .radio,
	.form-inline .checkbox {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle;
	}

	.form-inline .radio label,
	.form-inline .checkbox label {
		padding-left: 0;
	}

	.form-inline .radio input[type="radio"],
	.form-inline .checkbox input[type="checkbox"] {
		position: relative;
		margin-left: 0;
	}

	.form-inline .has-feedback .form-control-feedback {
		top: 0;
	}
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
	min-height: 27px;
}

.form-horizontal .form-group {
	margin-left: -15px;
	margin-right: -15px;
}

.form-horizontal .form-group:before, .form-horizontal .form-group:after {
	content: " ";
	display: table;
}

.form-horizontal .form-group:after {
	clear: both;
}

@media (min-width: 768px) {
	.form-horizontal .control-label {
		text-align: right;
		margin-bottom: 0;
		padding-top: 7px;
	}
}

.form-horizontal .has-feedback .form-control-feedback {
	right: 15px;
}

@media (min-width: 768px) {
	.form-horizontal .form-group-lg .control-label {
		padding-top: 11px;
		font-size: 18px;
	}
}

@media (min-width: 768px) {
	.form-horizontal .form-group-sm .control-label {
		padding-top: 6px;
		font-size: 12px;
	}
}

.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
	outline: none;
}

.btn:hover, .btn:focus, .btn.focus {
	color: #353535;
	text-decoration: none;
	outline: none;
}

.btn:active, .btn.active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
	cursor: not-allowed;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
}

a.btn.disabled, fieldset[disabled] a.btn {
	pointer-events: none;
}

.btn-default {
	color: #353535;
	background-color: #fff;
	border-color: #ccc;
}

.btn-default:focus, .btn-default.focus {
	color: #353535;
	background-color: #e6e6e6;
	border-color: #8c8c8c;
}

.btn-default:hover {
	color: #353535;
	background-color: #e6e6e6;
	border-color: #adadad;
}

.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
	color: #353535;
	background-color: #e6e6e6;
	border-color: #adadad;
}

.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
	color: #353535;
	background-color: #d4d4d4;
	border-color: #8c8c8c;
}

.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
	background-image: none;
}

.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
	background-color: #fff;
	border-color: #ccc;
}

.btn-default .badge {
	color: #fff;
	background-color: #353535;
}

.btn-primary {
	color: #fff;
	background-color: #dd2a2a;
	border-color: #cd2121;
}

.btn-primary:focus, .btn-primary.focus {
	color: #fff;
	background-color: #b71d1d;
	border-color: #5f0f0f;
}

.btn-primary:hover {
	color: #fff;
	background-color: #b71d1d;
	border-color: #981818;
}

.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #b71d1d;
	border-color: #981818;
}

.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
	color: #fff;
	background-color: #981818;
	border-color: #5f0f0f;
}

.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
	background-image: none;
}

.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
	background-color: #dd2a2a;
	border-color: #cd2121;
}

.btn-primary .badge {
	color: #dd2a2a;
	background-color: #fff;
}

.btn-success {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c;
}

.btn-success:focus, .btn-success.focus {
	color: #fff;
	background-color: #449d44;
	border-color: #255625;
}

.btn-success:hover {
	color: #fff;
	background-color: #449d44;
	border-color: #398439;
}

.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
	color: #fff;
	background-color: #449d44;
	border-color: #398439;
}

.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
	color: #fff;
	background-color: #398439;
	border-color: #255625;
}

.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
	background-image: none;
}

.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
	background-color: #5cb85c;
	border-color: #4cae4c;
}

.btn-success .badge {
	color: #5cb85c;
	background-color: #fff;
}

.btn-info {
	color: #fff;
	background-color: #5bc0de;
	border-color: #46b8da;
}

.btn-info:focus, .btn-info.focus {
	color: #fff;
	background-color: #31b0d5;
	border-color: #1b6d85;
}

.btn-info:hover {
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc;
}

.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc;
}

.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
	color: #fff;
	background-color: #269abc;
	border-color: #1b6d85;
}

.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
	background-image: none;
}

.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
	background-color: #5bc0de;
	border-color: #46b8da;
}

.btn-info .badge {
	color: #5bc0de;
	background-color: #fff;
}

.btn-warning {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #eea236;
}

.btn-warning:focus, .btn-warning.focus {
	color: #fff;
	background-color: #ec971f;
	border-color: #985f0d;
}

.btn-warning:hover {
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512;
}

.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512;
}

.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
	color: #fff;
	background-color: #d58512;
	border-color: #985f0d;
}

.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
	background-image: none;
}

.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
	background-color: #f0ad4e;
	border-color: #eea236;
}

.btn-warning .badge {
	color: #f0ad4e;
	background-color: #fff;
}

.btn-danger {
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a;
}

.btn-danger:focus, .btn-danger.focus {
	color: #fff;
	background-color: #c9302c;
	border-color: #761c19;
}

.btn-danger:hover {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925;
}

.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925;
}

.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
	color: #fff;
	background-color: #ac2925;
	border-color: #761c19;
}

.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
	background-image: none;
}

.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
	background-color: #d9534f;
	border-color: #d43f3a;
}

.btn-danger .badge {
	color: #d9534f;
	background-color: #fff;
}

.btn-link {
	color: #dd2a2a;
	font-weight: normal;
	border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
	border-color: transparent;
	outline: none;
}

.btn-link:hover, .btn-link:focus {
	color: #a11a1a;
	text-decoration: underline;
	background-color: transparent;
	outline: none;
}

.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
	color: #777777;
	text-decoration: none;
	outline: none;
}

.btn-lg, .btn-group-lg > .btn {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

.btn-block {
	display: block;
	width: 100%;
}

.btn-block + .btn-block {
	margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
	width: 100%;
}

.fade {
	opacity: 0;
}

.fade.in {
	opacity: 1;
}

.collapse {
	display: none;
}

.collapse.in {
	display: block;
}

tr.collapse.in {
	display: table-row;
}

tbody.collapse.in {
	display: table-row-group;
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition-property: height, visibility;
	transition-property: height, visibility;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
}

.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-top: 4px solid \9;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}

.dropup,
.dropdown {
	position: relative;
}

.dropdown-toggle:focus {
	outline: 0;
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	font-size: 14px;
	text-align: left;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	background-clip: padding-box;
}

.dropdown-menu.pull-right {
	right: 0;
	left: auto;
}

.dropdown-menu .divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}

.dropdown-menu > li > a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.428571429;
	color: #333333;
	white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	text-decoration: none;
	color: #6cf;
	background-color: #fff;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	color: #fff;
	text-decoration: none;
	outline: 0;
	background-color: #dd2a2a;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
	color: #777777;
}

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
	text-decoration: none;
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	cursor: not-allowed;
}

.open > .dropdown-menu {
	display: block;
}

.open > a {
	outline: 0;
}

.dropdown-menu-right {
	left: auto;
	right: 0;
}

.dropdown-menu-left {
	left: 0;
	right: auto;
}

.dropdown-header {
	display: block;
	padding: 3px 20px;
	font-size: 12px;
	line-height: 1.428571429;
	color: #777777;
	white-space: nowrap;
}

.dropdown-backdrop {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 990;
}

.pull-right > .dropdown-menu {
	right: 0;
	left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
	border-top: 0;
	border-bottom: 4px dashed;
	border-bottom: 4px solid \9;
	content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 2px;
}

@media (min-width: 768px) {
	.navbar-right .dropdown-menu {
		right: 0;
		left: auto;
	}

	.navbar-right .dropdown-menu-left {
		left: 0;
		right: auto;
	}
}

.btn-group,
.btn-group-vertical {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
	position: relative;
	float: left;
}

.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
	z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
	margin-left: -1px;
}

.btn-toolbar {
	margin-left: -5px;
}

.btn-toolbar:before, .btn-toolbar:after {
	content: " ";
	display: table;
}

.btn-toolbar:after {
	clear: both;
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
	float: left;
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
	margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
	border-radius: 0;
}

.btn-group > .btn:first-child {
	margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

.btn-group > .btn-group {
	float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
	border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
	outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
	padding-left: 8px;
	padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
	padding-left: 12px;
	padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn .caret {
	margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
	border-width: 5px 5px 0;
	border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
	border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
	display: block;
	float: none;
	width: 100%;
	max-width: 100%;
}

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
	content: " ";
	display: table;
}

.btn-group-vertical > .btn-group:after {
	clear: both;
}

.btn-group-vertical > .btn-group > .btn {
	float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
	margin-top: -1px;
	margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
	border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
	border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}

.btn-group-justified {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-collapse: separate;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
	float: none;
	display: table-cell;
	width: 1%;
}

.btn-group-justified > .btn-group .btn {
	width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
	left: auto;
}

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none;
}

.input-group {
	position: relative;
	display: table;
	border-collapse: separate;
}

.input-group[class*="col-"] {
	float: none;
	padding-left: 0;
	padding-right: 0;
}

.input-group .form-control {
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0;
}

.input-group .form-control:focus {
	z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
	display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
	border-radius: 0;
}

.input-group-addon,
.input-group-btn {
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
}

.input-group-addon {
	padding: 6px 12px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
	color: #555555;
	text-align: center;
	background-color: #eeeeee;
	border: 1px solid #ccc;
	border-radius: 0;
}

.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
	padding: 5px 10px;
	font-size: 12px;
	border-radius: 3px;
}

.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
	padding: 10px 16px;
	font-size: 18px;
	border-radius: 6px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
	margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}

.input-group-addon:first-child {
	border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

.input-group-addon:last-child {
	border-left: 0;
}

.input-group-btn {
	position: relative;
	font-size: 0;
	white-space: nowrap;
}

.input-group-btn > .btn {
	position: relative;
}

.input-group-btn > .btn + .btn {
	margin-left: -1px;
}

.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
	z-index: 2;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
	margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
	z-index: 2;
	margin-left: -1px;
}

.nav {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
}

.nav:before, .nav:after {
	content: " ";
	display: table;
}

.nav:after {
	clear: both;
}

.nav > li {
	position: relative;
	display: block;
}

.nav > li > a {
	position: relative;
	display: block;
	padding: 10px 15px;
}

.nav > li > a:hover, .nav > li > a:focus {
	text-decoration: none;
	background-color: transparent;
}

.nav > li.disabled > a {
	color: #777777;
}

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
	color: #777777;
	text-decoration: none;
	background-color: transparent;
	cursor: not-allowed;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
	background-color: transparent;
	border-color: #dd2a2a;
}

.nav .nav-divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}

.nav > li > a > img {
	max-width: none;
}

.nav-tabs {
	/*border-bottom: 1px solid #ddd;*/
}

.nav-tabs > li {
	float: left;
	margin-bottom: -1px;
}

.nav-tabs > li > a {
	margin-right: 2px;
	line-height: 1.428571429;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
	/* border-color: #eeeeee #eeeeee #ddd;*/
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	color: #555555;
	000 background-color: #fff;
	/*border: 1px solid #ddd;*/
	/*border-bottom-color: transparent;*/
	border-bottom: 1px solid red;
	cursor: default;
}

.nav-pills > li {
	float: left;
}

.nav-pills > li > a {
	border-radius: 4px;
}

.nav-pills > li + li {
	margin-left: 2px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
	color: #fff;
	background-color: #dd2a2a;
}

.nav-stacked > li {
	float: none;
}

.nav-stacked > li + li {
	margin-top: 2px;
	margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
	width: 100%;
}

.nav-justified > li, .nav-tabs.nav-justified > li {
	float: none;
}

.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
	text-align: center;
	margin-bottom: 5px;
}

.nav-justified > .dropdown .dropdown-menu {
	top: auto;
	left: auto;
}

@media (min-width: 768px) {
	.nav-justified > li, .nav-tabs.nav-justified > li {
		display: table-cell;
		width: 1%;
	}

	.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
		margin-bottom: 0;
	}
}

.nav-tabs-justified, .nav-tabs.nav-justified {
	border-bottom: 0;
}

.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
	margin-right: 0;
	border-radius: 4px;
}

.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
	border: 1px solid #ddd;
}

@media (min-width: 768px) {
	.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
		border-bottom: 1px solid #ddd;
		border-radius: 4px 4px 0 0;
	}

	.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
	.nav-tabs-justified > .active > a:hover,
	.nav-tabs.nav-justified > .active > a:hover,
	.nav-tabs-justified > .active > a:focus,
	.nav-tabs.nav-justified > .active > a:focus {
		border-bottom-color: #fff;
	}
}

.tab-content > .tab-pane {
	display: none;
}

.tab-content > .active {
	display: block;
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}

.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 20px;
	border: 1px solid transparent;
}

.navbar:before, .navbar:after {
	content: " ";
	display: table;
}

.navbar:after {
	clear: both;
}

@media (min-width: 768px) {
	.navbar {
		border-radius: 4px;
	}
}

.navbar-header:before, .navbar-header:after {
	content: " ";
	display: table;
}

.navbar-header:after {
	clear: both;
}

@media (min-width: 768px) {
	.navbar-header {
		float: left;
	}
}

.navbar-collapse {
	overflow-x: visible;
	padding-right: 15px;
	padding-left: 15px;
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	-webkit-overflow-scrolling: touch;
}

.navbar-collapse:before, .navbar-collapse:after {
	content: " ";
	display: table;
}

.navbar-collapse:after {
	clear: both;
}

.navbar-collapse.in {
	overflow-y: auto;
}

@media (min-width: 768px) {
	.navbar-collapse {
		width: auto;
		border-top: 0;
		box-shadow: none;
	}

	.navbar-collapse.collapse {
		display: block;
		height: auto;
		padding-bottom: 0;
		overflow: visible !important;
	}

	.navbar-collapse.in {
		overflow-y: visible;
	}

	.navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
		padding-left: 0;
		padding-right: 0;
	}
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
	max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
	.navbar-fixed-top .navbar-collapse,
	.navbar-fixed-bottom .navbar-collapse {
		max-height: 200px;
	}
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
	margin-right: -15px;
	margin-left: -15px;
}

@media (min-width: 768px) {
	.container > .navbar-header,
	.container > .navbar-collapse,
	.container-fluid > .navbar-header,
	.container-fluid > .navbar-collapse {
		margin-right: 0;
		margin-left: 0;
	}
}

.navbar-static-top {
	z-index: 1000;
	border-width: 0 0 1px;
}

@media (min-width: 768px) {
	.navbar-static-top {
		border-radius: 0;
	}
}

.navbar-fixed-top,
.navbar-fixed-bottom {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030;
}

@media (min-width: 768px) {
	.navbar-fixed-top,
	.navbar-fixed-bottom {
		border-radius: 0;
	}
}

.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px;
}

.navbar-fixed-bottom {
	bottom: 0;
	margin-bottom: 0;
	border-width: 1px 0 0;
}

.navbar-brand {
	float: left;
	padding: 15px 15px;
	font-size: 18px;
	line-height: 20px;
	height: 50px;
}

.navbar-brand:hover, .navbar-brand:focus {
	text-decoration: none;
}

.navbar-brand > img {
	display: block;
}

@media (min-width: 768px) {
	.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
		margin-left: -15px;
	}
}

.navbar-toggle {
	position: relative;
	float: right;
	margin-right: 15px;
	padding: 9px 10px;
	margin-top: 8px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}

.navbar-toggle:focus {
	outline: 0;
}

.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
	margin-top: 4px;
}

@media (min-width: 768px) {
	.navbar-toggle {
		display: none;
	}
}

.navbar-nav {
	margin: 7.5px -15px;
}

.navbar-nav > li > a {
	line-height: 20px;
}

@media (max-width: 767px) {
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		box-shadow: none;
	}

	.navbar-nav .open .dropdown-menu > li > a,
	.navbar-nav .open .dropdown-menu .dropdown-header {
		padding: 5px 15px 5px 25px;
	}

	.navbar-nav .open .dropdown-menu > li > a {
		line-height: 20px;
	}

	.navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
		background-image: none;
	}
}

@media (min-width: 768px) {
	.navbar-nav {
		float: right;
		margin: 0;
	}

	.navbar-nav > li {
		float: right;
	}

	.navbar-nav > li > a {
		padding-top: 15px;
		padding-bottom: 15px;
	}
}

.navbar-form {
	margin-left: -15px;
	margin-right: -15px;
	padding: 10px 15px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
	margin-top: 8px;
	margin-bottom: 8px;
}

@media (min-width: 768px) {
	.navbar-form .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle;
	}

	.navbar-form .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle;
	}

	.navbar-form .form-control-static {
		display: inline-block;
	}

	.navbar-form .input-group {
		display: inline-table;
		vertical-align: middle;
	}

	.navbar-form .input-group .input-group-addon,
	.navbar-form .input-group .input-group-btn,
	.navbar-form .input-group .form-control {
		width: auto;
	}

	.navbar-form .input-group > .form-control {
		width: 100%;
	}

	.navbar-form .control-label {
		margin-bottom: 0;
		vertical-align: middle;
	}

	.navbar-form .radio,
	.navbar-form .checkbox {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle;
	}

	.navbar-form .radio label,
	.navbar-form .checkbox label {
		padding-left: 0;
	}

	.navbar-form .radio input[type="radio"],
	.navbar-form .checkbox input[type="checkbox"] {
		position: relative;
		margin-left: 0;
	}

	.navbar-form .has-feedback .form-control-feedback {
		top: 0;
	}
}

@media (max-width: 767px) {
	.navbar-form .form-group {
		margin-bottom: 5px;
	}

	.navbar-form .form-group:last-child {
		margin-bottom: 0;
	}
}

@media (min-width: 768px) {
	.navbar-form {
		width: auto;
		border: 0;
		margin-left: 0;
		margin-right: 0;
		padding-top: 0;
		padding-bottom: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
}

.navbar-nav > li > .dropdown-menu {
	margin-top: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
	margin-bottom: 0;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.navbar-btn {
	margin-top: 8px;
	margin-bottom: 8px;
}

.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
	margin-top: 10px;
	margin-bottom: 10px;
}

.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
	margin-top: 14px;
	margin-bottom: 14px;
}

.navbar-text {
	margin-top: 15px;
	margin-bottom: 15px;
}

@media (min-width: 768px) {
	.navbar-text {
		float: left;
		margin-left: 15px;
		margin-right: 15px;
	}
}

@media (min-width: 768px) {
	.navbar-left {
		float: left !important;
	}

	.navbar-right {
		float: right !important;
		margin-right: -15px;
	}

	.navbar-right ~ .navbar-right {
		margin-right: 0;
	}
}

.navbar-default {
	background-color: #f8f8f8;
	border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
	color: #777;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
	color: #5e5e5e;
	background-color: transparent;
}

.navbar-default .navbar-text {
	color: #777;
}

.navbar-default .navbar-nav > li > a {
	color: #777;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #333;
	background-color: transparent;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #555;
	background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
	color: #ccc;
	background-color: transparent;
}

.navbar-default .navbar-toggle {
	border-color: #ddd;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	background-color: #e7e7e7;
	color: #555;
}

@media (max-width: 767px) {
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
		color: #777;
	}

	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #333;
		background-color: transparent;
	}

	.navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
		color: #555;
		background-color: #e7e7e7;
	}

	.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
		color: #ccc;
		background-color: transparent;
	}
}

.navbar-default .navbar-link {
	color: #777;
}

.navbar-default .navbar-link:hover {
	color: #333;
}

.navbar-default .btn-link {
	color: #777;
}

.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
	color: #333;
}

.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
	color: #ccc;
}

.navbar-inverse {
	background-color: #222;
	border-color: #090909;
}

.navbar-inverse .navbar-brand {
	color: #9d9d9d;
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
	color: #fff;
	background-color: transparent;
}

.navbar-inverse .navbar-text {
	color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a {
	color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
	color: #fff;
	background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
	color: #fff;
	background-color: #090909;
}

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
	color: #444;
	background-color: transparent;
}

.navbar-inverse .navbar-toggle {
	border-color: #333;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
	background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
	border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
	background-color: #090909;
	color: #fff;
}

@media (max-width: 767px) {
	.navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
		border-color: #090909;
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
		background-color: #090909;
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
		color: #9d9d9d;
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #fff;
		background-color: transparent;
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
		color: #fff;
		background-color: #090909;
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
		color: #444;
		background-color: transparent;
	}
}

.navbar-inverse .navbar-link {
	color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
	color: #fff;
}

.navbar-inverse .btn-link {
	color: #9d9d9d;
}

.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
	color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
	color: #444;
}

.breadcrumb {
	list-style: none;
	border-radius: 4px;
}

.breadcrumb > li {
	display: inline-block;
	font-size: 13px;
}

.breadcrumb > li + li:before {
	content: "\f105";
var(--default-font) mily: 'FontAwesome', sans-serif;
	padding: 0 10px;
	color: #888;
}

@media (max-width: 480px) {
	.breadcrumb > li + li:before {
		padding: 0 5px;
	}
}

.breadcrumb > li a {
	color: #888;
	font-size: 13px;
}

.breadcrumb > .active {
	font-weight: 600;
}

.breadcrumb > .active a {
	color: #222;
	font-weight: 600;
}

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px;
}

.pagination > li {
	display: inline-block;
	padding: 0 14px;
	vertical-align: middle;
}

.pagination > li > a,
.pagination > li > span {
	position: relative;
	float: left;
	/*padding: 10px 17.1px;*/
	line-height: 1.428571429;
	text-decoration: none;
	color: #222;
	border-radius: 8px;
	background-color: #fff;
	/*border: 1px solid #ddd;*/
	margin-left: -1px;

	display: flex;
	align-items: center;
	justify-content: center;
	width: 45px;
	height: 45px;
}

.pagination > li:first-child {
	/*padding-left: 0;*/
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
	margin-right: 0;
}

.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
	z-index: 2;
	color: #fff;
	background-color: #222;
	/*border-color: #222;*/
}

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
	z-index: 3;
	color: #fff;
	background-color: #222222;
	border-color: #222222;
	cursor: default;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
	color: #777777;
	background-color: #fff;
	border-color: #ddd;
	cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
	border-bottom-left-radius: 6px;
	border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
	border-bottom-right-radius: 6px;
	border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
}

.pager {
	padding-left: 0;
	margin: 20px 0;
	list-style: none;
	text-align: center;
}

.pager:before, .pager:after {
	content: " ";
	display: table;
}

.pager:after {
	clear: both;
}

.pager li {
	display: inline;
}

.pager li > a,
.pager li > span {
	display: inline-block;
	padding: 5px 14px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
	text-decoration: none;
	background-color: #222;
}

.pager .next > a,
.pager .next > span {
	float: right;
}

.pager .previous > a,
.pager .previous > span {
	float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
	color: #777777;
	background-color: #fff;
	cursor: not-allowed;
}

.label {
	display: inline;
	padding: .2em .6em .3em;
	font-size: 75%;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em;
}

.label:empty {
	display: none;
}

.btn .label {
	position: relative;
	top: -1px;
}

a.label:hover, a.label:focus {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

.label-default {
	background-color: #777777;
}

.label-default[href]:hover, .label-default[href]:focus {
	background-color: #5e5e5e;
}

.label-primary {
	background-color: #dd2a2a;
}

.label-primary[href]:hover, .label-primary[href]:focus {
	background-color: #b71d1d;
}

.label-success {
	background-color: #5cb85c;
}

.label-success[href]:hover, .label-success[href]:focus {
	background-color: #449d44;
}

.label-info {
	background-color: #5bc0de;
}

.label-info[href]:hover, .label-info[href]:focus {
	background-color: #31b0d5;
}

.label-warning {
	background-color: #f0ad4e;
}

.label-warning[href]:hover, .label-warning[href]:focus {
	background-color: #ec971f;
}

.label-danger {
	background-color: #d9534f;
}

.label-danger[href]:hover, .label-danger[href]:focus {
	background-color: #c9302c;
}

.badge {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	vertical-align: middle;
	white-space: nowrap;
	text-align: center;
	background-color: #777777;
	border-radius: 10px;
}

.badge:empty {
	display: none;
}

.btn .badge {
	position: relative;
	top: -1px;
}

.btn-xs .badge, .btn-group-xs > .btn .badge, .btn-group-xs > .btn .badge {
	top: 0;
	padding: 1px 5px;
}

.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
	color: #dd2a2a;
	background-color: #fff;
}

.list-group-item > .badge {
	float: right;
}

.list-group-item > .badge + .badge {
	margin-right: 5px;
}

.nav-pills > li > a > .badge {
	margin-left: 3px;
}

a.badge:hover, a.badge:focus {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

.jumbotron {
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	color: inherit;
	background-color: #eeeeee;
}

.jumbotron h1,
.jumbotron .h1 {
	color: inherit;
}

.jumbotron p {
	margin-bottom: 15px;
	font-size: 21px;
	font-weight: 200;
}

.jumbotron > hr {
	border-top-color: #d5d5d5;
}

.container .jumbotron, .container-fluid .jumbotron {
	border-radius: 6px;
	padding-left: 15px;
	padding-right: 15px;
}

.jumbotron .container {
	max-width: 100%;
}

@media screen and (min-width: 768px) {
	.jumbotron {
		padding-top: 48px;
		padding-bottom: 48px;
	}

	.container .jumbotron, .container-fluid .jumbotron {
		padding-left: 60px;
		padding-right: 60px;
	}

	.jumbotron h1,
	.jumbotron .h1 {
		font-size: 63px;
	}
}

.thumbnail {
	display: block;
	padding: 4px;
	margin-bottom: 20px;
	line-height: 1.428571429;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: border 0.2s ease-in-out;
	-o-transition: border 0.2s ease-in-out;
	transition: border 0.2s ease-in-out;
}

.thumbnail > img,
.thumbnail a > img {
	display: block;
	max-width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.thumbnail .caption {
	padding: 9px;
	color: #222222;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
	border-color: #dd2a2a;
}

.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
}

.alert h4 {
	margin-top: 0;
	color: inherit;
}

.alert .alert-link {
	font-weight: bold;
}

.alert > p,
.alert > ul {
	margin-bottom: 0;
}

.alert > p + p {
	margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
	padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
	position: relative;
	top: -2px;
	right: -21px;
	color: inherit;
}

.alert-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #3c763d;
}

.alert-success hr {
	border-top-color: #c9e2b3;
}

.alert-success .alert-link {
	color: #2b542c;
}

.alert-info {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #31708f;
}

.alert-info hr {
	border-top-color: #a6e1ec;
}

.alert-info .alert-link {
	color: #245269;
}

.alert-warning {
	background-color: #fcf8e3;
	border-color: #faebcc;
	color: #8a6d3b;
}

.alert-warning hr {
	border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
	color: #66512c;
}

.alert-danger {
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #a94442;
}

.alert-danger hr {
	border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
	color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
	from {
		background-position: 40px 0;
	}
	to {
		background-position: 0 0;
	}
}

@keyframes progress-bar-stripes {
	from {
		background-position: 40px 0;
	}
	to {
		background-position: 0 0;
	}
}

.progress {
	overflow: hidden;
	height: 12px;
	margin-bottom: 20px;
	background-color: #cccccc;
}

.progress-bar {
	float: left;
	width: 0%;
	height: 100%;
	font-size: 12px;
	line-height: 12px;
	color: #fff;
	text-align: center;
	background-color: #222;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	-webkit-transition: width 0.6s ease;
	-o-transition: width 0.6s ease;
	transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
	-webkit-animation: progress-bar-stripes 2s linear infinite;
	-o-animation: progress-bar-stripes 2s linear infinite;
	animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
	background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
	background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
	background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
	background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
	margin-top: 15px;
}

.media:first-child {
	margin-top: 0;
}

.media,
.media-body {
	zoom: 1;
	overflow: hidden;
}

.media-body {
	width: 10000px;
}

.media-object {
	display: block;
}

.media-object.img-thumbnail {
	max-width: none;
}

.media-right,
.media > .pull-right {
	padding-left: 10px;
}

.media-left,
.media > .pull-left {
	padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
	display: table-cell;
	vertical-align: top;
}

.media-middle {
	vertical-align: middle;
}

.media-bottom {
	vertical-align: bottom;
}

.media-heading {
	margin-top: 0;
	margin-bottom: 5px;
}

.media-list {
	padding-left: 0;
	list-style: none;
}

.list-group {
	margin-bottom: 20px;
	padding-left: 0;
}

.list-group-item {
	position: relative;
	display: block;
	padding: 10px 15px;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid #ddd;
}

.list-group-item:first-child {
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}

.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

a.list-group-item,
button.list-group-item {
	color: #555;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
	color: #333;
}

a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
	text-decoration: none;
	color: #555;
	background-color: #f5f5f5;
}

button.list-group-item {
	width: 100%;
	text-align: left;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
	background-color: #eeeeee;
	color: #777777;
	cursor: not-allowed;
}

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
	color: inherit;
}

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
	color: #777777;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
	z-index: 2;
	color: #fff;
	background-color: #dd2a2a;
	border-color: #dd2a2a;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
	color: inherit;
}

.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
	color: #f9dada;
}

.list-group-item-success {
	color: #3c763d;
	background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
	color: #3c763d;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
	color: inherit;
}

a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
	color: #3c763d;
	background-color: #d0e9c6;
}

a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
	color: #fff;
	background-color: #3c763d;
	border-color: #3c763d;
}

.list-group-item-info {
	color: #31708f;
	background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
	color: #31708f;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
	color: inherit;
}

a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
	color: #31708f;
	background-color: #c4e3f3;
}

a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
	color: #fff;
	background-color: #31708f;
	border-color: #31708f;
}

.list-group-item-warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
	color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
	color: inherit;
}

a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
	color: #8a6d3b;
	background-color: #faf2cc;
}

a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
	color: #fff;
	background-color: #8a6d3b;
	border-color: #8a6d3b;
}

.list-group-item-danger {
	color: #a94442;
	background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
	color: #a94442;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
	color: inherit;
}

a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
	color: #a94442;
	background-color: #ebcccc;
}

a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
	color: #fff;
	background-color: #a94442;
	border-color: #a94442;
}

.list-group-item-heading {
	margin-top: 0;
	margin-bottom: 5px;
}

.list-group-item-text {
	margin-bottom: 0;
	line-height: 1.3;
}

.panel {
	border-bottom: 1px solid #eee;
}

.panel-body {
	padding: 5px 30px 30px 30px;
}

.panel-body:before, .panel-body:after {
	content: " ";
	display: table;
}

.panel-body:after {
	clear: both;
}

.panel-heading {
	padding: 22px 30px;
}

.panel-heading > .dropdown .dropdown-toggle {
	color: inherit;
}

.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	color: inherit;
}

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
	color: inherit;
}

.panel-footer {
	padding: 22px 30px;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
	margin-bottom: 0;
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
	border-width: 1px 0;
	border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
	border-top: 0;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
	border-bottom: 0;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
	border-top-width: 0;
}

.list-group + .panel-footer {
	border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
	margin-bottom: 0;
}

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
	padding-left: 5px 30px 30px 30px;
	padding-right: 5px 30px 30px 30px;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
	border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
	border-top-right-radius: 3px;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
	border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
	border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
	border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
	border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
	border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
	border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
	border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
	border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
	border-bottom: 0;
}

.panel > .table-responsive {
	border: 0;
	margin-bottom: 0;
}

.panel-group {
	margin-bottom: 20px;
}

.panel-group .panel {
	margin-bottom: 0;
}

.panel-group .panel-heading {
	border-bottom: 0;
}

.panel-group .panel-footer {
	border-top: 0;
}

.panel-default {
	border-color: #ddd;
}

.panel-default > .panel-heading {
	color: #333333;
	background-color: #f5f5f5;
	border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
	color: #f5f5f5;
	background-color: #333333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #ddd;
}

.panel-primary {
	border-color: #dd2a2a;
}

.panel-primary > .panel-heading {
	color: #fff;
	background-color: #dd2a2a;
	border-color: #dd2a2a;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #dd2a2a;
}

.panel-primary > .panel-heading .badge {
	color: #dd2a2a;
	background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #dd2a2a;
}

.panel-success {
	border-color: #d6e9c6;
}

.panel-success > .panel-heading {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
	color: #dff0d8;
	background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #d6e9c6;
}

.panel-info {
	border-color: #bce8f1;
}

.panel-info > .panel-heading {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
	color: #d9edf7;
	background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #bce8f1;
}

.panel-warning {
	border-color: #faebcc;
}

.panel-warning > .panel-heading {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
	color: #fcf8e3;
	background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #faebcc;
}

.panel-danger {
	border-color: #ebccd1;
}

.panel-danger > .panel-heading {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
	color: #f2dede;
	background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #ebccd1;
}

.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	border: 0;
}

.embed-responsive-16by9 {
	padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
	padding-bottom: 75%;
}

.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
	border-color: #ddd;
	border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
	padding: 24px;
	border-radius: 6px;
}

.well-sm {
	padding: 9px;
	border-radius: 3px;
}

.close {
	float: right;
	font-size: 21px;
	font-weight: bold;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: 0.2;
	filter: alpha(opacity=20);
}

.close:hover, .close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

button.close {
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
}

.modal-open {
	overflow: hidden;
}

.modal {
	display: none;
	overflow: hidden;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}

.modal.fade .modal-dialog {
	top: 30%;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transition: -webkit-transform 0.3s ease-out;
	-moz-transition: -moz-transform 0.3s ease-out;
	-o-transition: -o-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
	-webkit-transform: translate(0, 50%);
	-ms-transform: translate(0, 50%);
	-o-transform: translate(0, 50%);
	transform: translate(0, 50%);
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px;
}

.modal-content {
	position: relative;
	background-color: #fff;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	background-clip: padding-box;
	outline: 0;
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
}

.modal-backdrop.fade {
	opacity: 0;
	filter: alpha(opacity=0);
}

.modal-backdrop.in {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
}

.modal-header:before, .modal-header:after {
	content: " ";
	display: table;
}

.modal-header:after {
	clear: both;
}

.modal-header .close {
	margin-top: -2px;
}

.modal-title {
	margin: 0;
	line-height: 1.428571429;
}

.modal-body {
	position: relative;
	padding: 15px;
}

.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5;
}

.modal-footer:before, .modal-footer:after {
	content: " ";
	display: table;
}

.modal-footer:after {
	clear: both;
}

.modal-footer .btn + .btn {
	margin-left: 5px;
	margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
	margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
	margin-left: 0;
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}

@media (min-width: 768px) {
	.modal-dialog {
		width: 600px;
		margin: 30px auto;
	}

	.modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
		box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
	}

	.modal-sm {
		width: 300px;
	}
}

@media (min-width: 1025px) {
	.modal-lg {
		width: 900px;
	}
}

.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
var(--default-font) mily: "Eina", sans-serif;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-break: auto;
	line-height: 1.428571429;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	white-space: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	font-size: 12px;
	opacity: 0;
	filter: alpha(opacity=0);
}

.tooltip.in {
	opacity: 0.9;
	filter: alpha(opacity=90);
}

.tooltip.top {
	margin-top: -3px;
	padding: 5px 0;
}

.tooltip.right {
	margin-left: 3px;
	padding: 0 5px;
}

.tooltip.bottom {
	margin-top: 3px;
	padding: 5px 0;
}

.tooltip.left {
	margin-left: -3px;
	padding: 0 5px;
}

.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: 4px;
}

.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}

.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
	bottom: 0;
	right: 5px;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
	bottom: 0;
	left: 5px;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
	top: 0;
	right: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
	top: 0;
	left: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: none;
	max-width: 276px;
	padding: 1px;
	font-family: var(--default-font), "Eina", sans-serif;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-break: auto;
	line-height: 1.428571429;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	white-space: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	font-size: 14px;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.popover.top {
	margin-top: -10px;
}

.popover.right {
	margin-left: 10px;
}

.popover.bottom {
	margin-top: 10px;
}

.popover.left {
	margin-left: -10px;
}

.popover-title {
	margin: 0;
	padding: 8px 14px;
	font-size: 14px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-radius: 5px 5px 0 0;
}

.popover-content {
	padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}

.popover > .arrow {
	border-width: 11px;
}

.popover > .arrow:after {
	border-width: 10px;
	content: "";
}

.popover.top > .arrow {
	left: 50%;
	margin-left: -11px;
	border-bottom-width: 0;
	border-top-color: #999999;
	border-top-color: rgba(0, 0, 0, 0.25);
	bottom: -11px;
}

.popover.top > .arrow:after {
	content: " ";
	bottom: 1px;
	margin-left: -10px;
	border-bottom-width: 0;
	border-top-color: #fff;
}

.popover.right > .arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-left-width: 0;
	border-right-color: #999999;
	border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.right > .arrow:after {
	content: " ";
	left: 1px;
	bottom: -10px;
	border-left-width: 0;
	border-right-color: #fff;
}

.popover.bottom > .arrow {
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999999;
	border-bottom-color: rgba(0, 0, 0, 0.25);
	top: -11px;
}

.popover.bottom > .arrow:after {
	content: " ";
	top: 1px;
	margin-left: -10px;
	border-top-width: 0;
	border-bottom-color: #fff;
}

.popover.left > .arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #999999;
	border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left > .arrow:after {
	content: " ";
	right: 1px;
	border-right-width: 0;
	border-left-color: #fff;
	bottom: -10px;
}

.carousel {
	position: relative;
}

.carousel-inner {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.carousel-inner > .item {
	display: none;
	position: relative;
	-webkit-transition: 0.6s ease-in-out left;
	-o-transition: 0.6s ease-in-out left;
	transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
	display: block;
	max-width: 100%;
	height: auto;
	line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
	.carousel-inner > .item {
		-webkit-transition: -webkit-transform 0.6s ease-in-out;
		-moz-transition: -moz-transform 0.6s ease-in-out;
		-o-transition: -o-transform 0.6s ease-in-out;
		transition: transform 0.6s ease-in-out;
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-perspective: 1000px;
		-moz-perspective: 1000px;
		perspective: 1000px;
	}

	.carousel-inner > .item.next, .carousel-inner > .item.active.right {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		left: 0;
	}

	.carousel-inner > .item.prev, .carousel-inner > .item.active.left {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		left: 0;
	}

	.carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		left: 0;
	}
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
	display: block;
}

.carousel-inner > .active {
	left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
	position: absolute;
	top: 0;
	width: 100%;
}

.carousel-inner > .next {
	left: 100%;
}

.carousel-inner > .prev {
	left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
	left: 0;
}

.carousel-inner > .active.left {
	left: -100%;
}

.carousel-inner > .active.right {
	left: 100%;
}

.carousel-control {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 15%;
	opacity: 0.5;
	filter: alpha(opacity=50);
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	background-color: rgba(0, 0, 0, 0);
}

.carousel-control.left {
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
	left: auto;
	right: 0;
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover, .carousel-control:focus {
	outline: 0;
	color: #fff;
	text-decoration: none;
	opacity: 0.9;
	filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
	position: absolute;
	top: 50%;
	margin-top: -10px;
	z-index: 5;
	display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
	left: 50%;
	margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
	right: 50%;
	margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
	width: 20px;
	height: 20px;
	line-height: 1;
	font-family: var(--default-font);
}

.carousel-control .icon-prev:before {
	content: '\2039';
}

.carousel-control .icon-next:before {
	content: '\203a';
}

.carousel-indicators {
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 15;
	width: 60%;
	margin-left: -30%;
	padding-left: 0;
	list-style: none;
	text-align: center;
}

.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	border: 1px solid #fff;
	border-radius: 10px;
	cursor: pointer;
	background-color: #000 \9;
	background-color: rgba(0, 0, 0, 0);
}

.carousel-indicators .active {
	margin: 0;
	width: 12px;
	height: 12px;
	background-color: #fff;
}

.carousel-caption {
	position: absolute;
	left: 15%;
	right: 15%;
	bottom: 20px;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
	text-shadow: none;
}

@media screen and (min-width: 768px) {
	.carousel-control .glyphicon-chevron-left,
	.carousel-control .glyphicon-chevron-right,
	.carousel-control .icon-prev,
	.carousel-control .icon-next {
		width: 30px;
		height: 30px;
		margin-top: -10px;
		font-size: 30px;
	}

	.carousel-control .glyphicon-chevron-left,
	.carousel-control .icon-prev {
		margin-left: -10px;
	}

	.carousel-control .glyphicon-chevron-right,
	.carousel-control .icon-next {
		margin-right: -10px;
	}

	.carousel-caption {
		left: 20%;
		right: 20%;
		padding-bottom: 30px;
	}

	.carousel-indicators {
		bottom: 20px;
	}
}

.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.pull-right {
	float: right !important;
}

.pull-left {
	float: left !important;
}

.hide {
	display: none !important;
}

.show {
	display: block !important;
}

.invisible {
	visibility: hidden;
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

/*.hidden {
	display: none !important;
}*/

.affix {
	position: fixed;
}

@-ms-viewport {
	width: device-width;
}

.visible-xs {
	display: none !important;
}

.visible-sm {
	display: none !important;
}

.visible-md {
	display: none !important;
}

.visible-lg {
	display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
	display: none !important;
}

@media (max-width: 767px) {
	.visible-xs {
		display: block !important;
	}

	table.visible-xs {
		display: table !important;
	}

	tr.visible-xs {
		display: table-row !important;
	}

	th.visible-xs,
	td.visible-xs {
		display: table-cell !important;
	}
}

@media (max-width: 767px) {
	.visible-xs-block {
		display: block !important;
	}
}

@media (max-width: 767px) {
	.visible-xs-inline {
		display: inline !important;
	}
}

@media (max-width: 767px) {
	.visible-xs-inline-block {
		display: inline-block !important;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.visible-sm {
		display: block !important;
	}

	table.visible-sm {
		display: table !important;
	}

	tr.visible-sm {
		display: table-row !important;
	}

	th.visible-sm,
	td.visible-sm {
		display: table-cell !important;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.visible-sm-block {
		display: block !important;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.visible-sm-inline {
		display: inline !important;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.visible-sm-inline-block {
		display: inline-block !important;
	}
}

@media (min-width: 1025px) and (max-width: 1199px) {
	.visible-md {
		display: block !important;
	}

	table.visible-md {
		display: table !important;
	}

	tr.visible-md {
		display: table-row !important;
	}

	th.visible-md,
	td.visible-md {
		display: table-cell !important;
	}
}

@media (min-width: 1025px) and (max-width: 1199px) {
	.visible-md-block {
		display: block !important;
	}
}

@media (min-width: 1025px) and (max-width: 1199px) {
	.visible-md-inline {
		display: inline !important;
	}
}

@media (min-width: 1025px) and (max-width: 1199px) {
	.visible-md-inline-block {
		display: inline-block !important;
	}
}

@media (min-width: 1200px) {
	.visible-lg {
		display: block !important;
	}

	table.visible-lg {
		display: table !important;
	}

	tr.visible-lg {
		display: table-row !important;
	}

	th.visible-lg,
	td.visible-lg {
		display: table-cell !important;
	}
}

@media (min-width: 1200px) {
	.visible-lg-block {
		display: block !important;
	}
}

@media (min-width: 1200px) {
	.visible-lg-inline {
		display: inline !important;
	}
}

@media (min-width: 1200px) {
	.visible-lg-inline-block {
		display: inline-block !important;
	}
}

@media (max-width: 767px) {
	.hidden-xs {
		display: none !important;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.hidden-sm {
		display: none !important;
	}
}

@media (min-width: 1025px) and (max-width: 1199px) {
	.hidden-md {
		display: none !important;
	}
}

@media (min-width: 1200px) {
	.hidden-lg {
		display: none !important;
	}
}

.visible-print {
	display: none !important;
}

@media print {
	.visible-print {
		display: block !important;
	}

	table.visible-print {
		display: table !important;
	}

	tr.visible-print {
		display: table-row !important;
	}

	th.visible-print,
	td.visible-print {
		display: table-cell !important;
	}
}

.visible-print-block {
	display: none !important;
}

@media print {
	.visible-print-block {
		display: block !important;
	}
}

.visible-print-inline {
	display: none !important;
}

@media print {
	.visible-print-inline {
		display: inline !important;
	}
}

.visible-print-inline-block {
	display: none !important;
}

@media print {
	.visible-print-inline-block {
		display: inline-block !important;
	}
}

@media print {
	.hidden-print {
		display: none !important;
	}
}

/**
 * Import component variables
 */
body {
	padding: 0px;
	font-weight: 400;
	margin: 0px;
}

input,
textarea,
.form-control,
button,
.btn {
	outline: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

a {
	color: #2b2b2b;
	text-decoration: none;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}

a:hover, a:focus {
	color: #dd2a2a;
	text-decoration: none;
	outline: none;
}

button {
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}

svg:hover {
	fill: #dd2a2a;
}

@keyframes myAnimation {
	from {
		right: 50px;
	}
	to {
		right: 0px;
	}
}

ol, ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

li {
	list-style: none;
}

.slick-slide:focus, .slick-slide a {
	outline: none;
}

.red {
	color: #dd2a2a;
}

.f-40 {
	font-size: 40px;
}

.f-20 {
	font-size: 20px;
}

.f-17 {
	font-size: 17px;
}

.f-15 {
	font-size: 15px;
}

@media (min-width: 1400px) {
	.container-content {
		width: 1430px;
	}
}

@media (min-width: 1025px) and (max-width: 1200px) {
	.container {
		width: 100%;
		padding-right: 15px;
		padding-left: 15px;
	}
}

@media (min-width: 1780px) {
	.container-content {
		width: 1740px;
	}
}

@media (max-width: 1024px) {
	.container {
		width: 100%;
		padding-right: 15px;
		padding-left: 15px;
	}
}

.container-full {
	width: 100%;
	padding-right: 0;
	padding-left: 0;
}

.f-col4 {
	width: 25%;
	flex: 1 1 25%;
	position: relative;
}

@media (max-width: 480px) {
	.f-col4 {
		width: 100%;
		flex: 1 1 100%;
	}
}

.f-col6 {
	width: 50%;
	flex: 1 1 50%;
	position: relative;
}

@media (max-width: 480px) {
	.f-col6 {
		width: 100%;
		flex: 1 1 100%;
	}
}

@media (max-width: 812px) {
	.sm-f-col6 {
		width: 50%;
		flex: 1 1 50%;
		position: relative;
	}
}

@media (max-width: 480px) {
	.xs-f-col6 {
		width: 100%;
		flex: 1 1 100%;
		position: relative;
	}
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.col-xs-15 {
	width: 20%;
	float: left;
}

@media (min-width: 768px) {
	.col-sm-15 {
		width: 20%;
		float: left;
	}
}

@media (min-width: 1025px) {
	.col-md-15 {
		width: 20%;
		float: left;
	}
}

@media (min-width: 1200px) {
	.col-lg-15 {
		width: 20%;
		float: left;
	}
}

@media (min-width: 768px) {
	/* Column clear fix */
	.col-lg-1:nth-child(12n+1),
	.col-lg-2:nth-child(6n+1),
	.col-lg-3:nth-child(4n+1),
	.col-lg-4:nth-child(3n+1),
	.col-lg-6:nth-child(2n+1),
	.col-md-1:nth-child(12n+1),
	.col-md-2:nth-child(6n+1),
	.col-md-15:nth-child(5n+1),
	.col-md-3:nth-child(4n+1),
	.col-md-4:nth-child(3n+1),
	.col-md-6:nth-child(2n+1) {
		clear: none;
	}

	.col-sm-1:nth-child(12n+1),
	.col-sm-2:nth-child(6n+1),
	.col-sm-3:nth-child(4n+1),
	.col-sm-4:nth-child(3n+1),
	.col-sm-6:nth-child(2n+1) {
		clear: left;
	}
}

/*  Medium Desktop  */
@media (min-width: 1025px) {
	/* Column clear fix */
	.col-lg-1:nth-child(12n+1),
	.col-lg-2:nth-child(6n+1),
	.col-lg-3:nth-child(4n+1),
	.col-lg-4:nth-child(3n+1),
	.col-lg-6:nth-child(2n+1),
	.col-sm-1:nth-child(12n+1),
	.col-sm-2:nth-child(6n+1),
	.col-sm-3:nth-child(4n+1),
	.col-sm-4:nth-child(3n+1),
	.col-sm-6:nth-child(2n+1) {
		clear: none;
	}
}

/*  Large Desktop  */
@media (min-width: 1200px) {
	/* Column clear fix */
	.col-md-1:nth-child(12n+1),
	.col-md-2:nth-child(6n+1),
	.col-md-3:nth-child(4n+1),
	.col-md-4:nth-child(3n+1),
	.col-md-6:nth-child(2n+1),
	.col-sm-1:nth-child(12n+1),
	.col-sm-2:nth-child(6n+1),
	.col-sm-3:nth-child(4n+1),
	.col-sm-4:nth-child(3n+1),
	.col-sm-6:nth-child(2n+1) {
		clear: none;
	}

	.col-lg-1:nth-child(12n+1),
	.col-lg-2:nth-child(6n+1),
	.col-lg-3:nth-child(4n+1),
	.col-lg-4:nth-child(3n+1),
	.col-lg-6:nth-child(2n+1) {
		clear: left;
	}
}

.pushmenu {
	/*this is the nav*/
	background: #1d1d1f;
	width: 266px;
	height: 100%;
	top: 0;
	z-index: 1000;
	position: fixed;
}

.pushmenu.pushmenu-left {
	background: transparent;
}

@media (min-width: 480px) {
	.pushmenu.pushmenu-left {
		width: 470px;
	}
}

.pushmenu-left {
	right: -470px;
}

.pushmenu-left.pushmenu-open {
	right: 0;
	background: #fff;
	z-index: 9999;
}

.pushmenu-push-toright {
	right: 362px;
}

.pushmenu-push-toright-cart {
	right: 362px;
}

@media (min-width: 480px) {
	.pushmenu-push-toright-cart {
		right: 470px;
	}
}

/*Transition*/
.pushmenu, body {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 5;
}

.pushmenu.search-opened, body.search-opened {
	overflow: hidden;
}

.pushmenu-push-toright .wrappage {
	position: relative;
}

.pushmenu-push-toright-cart .wrappage:after {
	position: absolute;
	background: rgba(29, 29, 31, 0.6) none repeat scroll 0 0;
	content: "";
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	z-index: 999;
	cursor: pointer;
}

@media (max-width: 320px) {
	.pushmenu {
		width: 220px;
	}

	.pushmenu-left {
		right: -280px;
	}

	.pushmenu-push-toright-cart {
		right: 280px;
	}

	.pushmenu.pushmenu-left {
		width: 280px;
	}
}

.mg-top-30 {
	/*margin-top: 30px; */
}

.mg-bottom-30 {
	margin-bottom: 30px;
}

.mg-30 {
	margin: 30px 0;
}

.mg-top-15 {
	margin-top: 15px;
}

.mg-bottom-15 {
	margin-bottom: 15px;
}

.mg-right-30 {
	margin-right: 30px;
}

.mg-left-30 {
	margin-left: 30px;
}

@media (min-width: 768px) {
	.sm-mg-bottom-60 {
		margin-bottom: 60px;
	}
}

@media (max-width: 767px) {
	.xs-mg-bottom-30 {
		margin-bottom: 30px;
	}
}

.no-mg {
	margin: 0 !important;
}

.pd-right-30 {
	padding-right: 30px !important;
}

@media (min-width: 1025px) {
	.hover-images {
		overflow: hidden;
		vertical-align: bottom;
	}

	.hover-images img {
		-webkit-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
	}

	.hover-images:hover img {
		-webkit-transform: scale(1.05);
		-moz-transform: scale(1.05);
		-ms-transform: scale(1.05);
		-o-transform: scale(1.05);
		transform: scale(1.05);
	}
}

.effect-img3 {
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
	position: relative;
	overflow: hidden;
}

.plus-zoom:hover:before {
	right: 50%;
	left: 50%;
	background-color: rgba(255, 255, 255, 0.5);
}

.plus-zoom:hover:after {
	top: 50%;
	bottom: 50%;
	background-color: rgba(255, 255, 255, 0.5);
}

.plus-zoom::before, .plus-zoom::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	z-index: 1;
}

/* Firefox */
@-moz-keyframes myAnimation {
	from {
		right: 50px;
	}
	to {
		right: 0px;
	}
}

/* Chrome */
@-webkit-keyframes myAnimation {
	from {
		right: 50px;
	}
	to {
		right: 0px;
	}
}

/* Opera */
@-o-keyframes myAnimation {
	from {
		right: 50px;
	}
	to {
		right: 0px;
	}
}

.rotate-180 {
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg);
	display: inline-block;
}

.overlay-img {
	background-color: rgba(239, 246, 246, 0.6);
	opacity: 0;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}

.contact-overlay-img {
	background-color: rgba(0, 0, 0, 0.7);
	opacity: 0;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}

.banner-overlay-img {
	background-color: rgba(34, 34, 34, 0.25);
	opacity: 0;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}

.product-overlay-img {
	background-color: rgba(255, 255, 255, 0.8);
	opacity: 0;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}

.bd-bottom {
	border-bottom: 1px solid #eee;
}

.bd-top {
	border-top: 1px solid #eee;
}

.zoa-btn {
	display: block;
	background: #222222;
	border-color: #222;
	color: #fff;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}

.zoa-btn:hover {
	background: #7cd0f5 !important;
	color: #fff !important;
	border-color: #7cd0f5 !important;
}

.btn-login {
	width: 100%;
	padding: 16px 0;
	text-align: center;
	font-size: 15px;
}

.zoa-wl-addcart {
	width: 240px;
	height: 55px;
	text-align: center;
	line-height: 55px;
	float: right;
}

.btn-shopnow {
	font-size: 13px;
	text-transform: uppercase;
	display: inline-block;
	padding: 14px 32px;
	text-align: center;
}

.text-note {
	color: #888888;
	margin-top: 5px;
}

.text-note a {
	color: #222222;
	position: relative;
	padding-bottom: 1px;
}

.text-note a:hover {
	color: #dd2a2a;
}

.text-note a:hover:after {
	background: #dd2a2a;
}

.text-note a:after {
	content: '';
	width: 0;
	height: 1px;
	background: #222;
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	width: 100%;
	bottom: 0;
}

.text-note.no-mg {
	margin: 0;
}

.mb-title {
	text-transform: uppercase;
	font-size: 14px;
	color: #a4a4a4;
	padding: 0 30px;
	margin-bottom: 30px;
}

@media (min-width: 480px) {
	.title {
		font-size: 46px;
		letter-spacing: 0.02em;
	}
}

@media (min-width: 480px) {
	.title a {
		font-size: 46px;
	}
}

.title.home-title {
	font-size: 30px;
	letter-spacing: 0.02em;
}

.shop-heading {
	background: #f6f6f6;
	padding: 44px 0;
}

.shop-heading h1 {
	font-size: 36px;
	margin-bottom: 0;
}

.shop-heading .breadcrumb {
	margin-top: 5px;
}

.shop-title {
	font-size: 24px;
	font-weight: 600;
}

@media (max-width: 1025px) {
	.shop-title {
		margin-top: 0;
	}
}

.related-title {
	font-size: 24px;
}

@media (min-width: 1025px) {
	.related-title {
		font-size: 20px;
	}
}

.desc {
	font-size: 16px;
	color: #999;
}

/*
     4.4. Icon-progress
 */
span.star {
	color: #ffb933;
	margin: 0;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}

span.star:first-child {
	margin-left: 0;
}

span.star:last-child {
	color: #999;
}

span.star:before {
	content: '\f005';
	font-family: FontAwesome;
}

.form-customer .form-group label {
	font-weight: 400;
	margin-bottom: 10px;
}

.form-customer .form-group input {
	height: 55px;
	border: 1px solid #eee;
	color: #888;
	padding-left: 15px;
}

.form-customer .form-group input::-webkit-input-placeholder {
	color: #888888;
	font-size: 14px;
}

.form-customer .form-group input:-moz-placeholder {
	color: #888888;
	font-size: 14px;
}

.form-customer .form-group input::-moz-placeholder {
	color: #888888;
	font-size: 14px;
}

.form-customer .form-group input:-ms-input-placeholder {
	color: #888888;
	font-size: 14px;
}

.form-customer .checkbox {
	margin: 0;
}

.form-customer .checkbox input {
	margin-left: 0;
	-ms-transform: scale(1.5);
	/* IE */
	-moz-transform: scale(1.5);
	/* FF */
	-webkit-transform: scale(1.5);
	/* Safari and Chrome */
	-o-transform: scale(1.5);
}

.form_newsletter input {
	width: 300px;
	height: 50px;
	border: 1px solid #ddd;
	color: #888;
	padding-left: 28px;
}

.form_newsletter input::-webkit-input-placeholder {
	color: #666;
	font-size: 14px;
}

.form_newsletter input:-moz-placeholder {
	color: #666;
	font-size: 14px;
}

.form_newsletter input::-moz-placeholder {
	color: #666;
	font-size: 14px;
}

.form_newsletter input:-ms-input-placeholder {
	color: #666;
	font-size: 14px;
}

.form_newsletter .button_mini {
	width: 180px;
	height: 50px;
}

@media (max-width: 480px) {
	.form_newsletter .button_mini {
		margin-top: 15px;
	}
}

@media (min-width: 480px) {
	.form_newsletter {
		display: -webkit-box;
		/* OLD - iOS 6-, Safari 3.1-6 */
		display: -moz-box;
		/* OLD - Firefox 19- (buggy but mostly works) */
		display: -ms-flexbox;
		/* TWEENER - IE 10 */
		display: -webkit-flex;
		/* NEW - Chrome */
		display: flex;
		/* NEW, Spec - Opera 12.1, Firefox 20+ */
	}
}

.breadcrumb.v2 {
	margin: 34px 0;
}

.box-center {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	display: flex;
}

.box-center.align-items-end {
	-webkit-align-items: flex-end;
	-moz-align-items: flex-end;
	-ms-align-items: flex-end;
	align-items: flex-end;
}

.slide-btn {
	font-weight: 600;
	font-size: 16px;
	position: relative;
	padding-bottom: 8px;
}

.slide-btn:before {
	content: "";
	position: absolute;
	border-bottom: 2px solid #dd2a2a;
	bottom: 0;
	width: 100%;
}

.slide .pagingInfo {
	letter-spacing: 0.1em;
	font-weight: bold;
	font-size: 16px;
}

@media (min-width: 480px) {
	.slide .pagingInfo {
		font-size: 36px;
	}
}

.slide .pagingInfo span {
	font-size: 10px;
	font-weight: 600;
	color: #999;
}

@media (min-width: 480px) {
	.slide .pagingInfo span {
		font-size: 16px;
	}
}

.slide .pagingInfo span:before {
	content: "/";
	padding: 0 6px;
	color: #222;
}

.slide .slide-img, .slide .collection-img {
	position: relative;
}

.slide.v4 .slick-dots {
	bottom: 5px;
}

@media (min-width: 480px) {
	.slide.v4 .slick-dots {
		bottom: 30px;
	}
}

.slide.v4 .content1 h3 {
	color: #FFF;
}

@media (min-width: 1025px) {
	.slide.v4 .content1 h3 {
		font-size: 90px;
		margin-bottom: 25px;
	}
}

.slide.v4 .content1 a {
	color: #FFF;
}

.slide.v4 .content1 a:hover {
	color: #dd2a2a;
}

.slide.v2 {
	position: relative;
}

.slide.v2 .content1 {
	text-align: center;
}

@media (min-width: 480px) {
	.slide.v2 .content1 {
		-webkit-align-items: flex-start;
		-moz-align-items: flex-start;
		-ms-align-items: flex-start;
		align-items: flex-start;
		width: 40%;
		padding-left: 16.6667%;
	}
}

@media (min-width: 1025px) {
	.slide.v2 .content1 h3 {
		font-size: 72px;
	}
}

.slide.v2 .content1 a {
	margin-right: auto;
	margin-left: auto;
}

.slide.v2 .slick-dotted.slick-slider {
	margin-bottom: 0;
}

.slide.v2 .slick-dots {
	width: 10%;
	right: 50px;
	left: 15px;
	bottom: auto;
	top: 50%;
	transform: translateY(-50%);
}

@media (min-width: 1025px) {
	.slide.v2 .slick-dots {
		left: 105px;
	}
}

.slide.v2 .slick-dots li {
	height: 2px;
	width: 15px;
	display: block;
	padding: 2px 0;
	margin: 15px 0;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}

@media (min-width: 480px) {
	.slide.v2 .slick-dots li {
		margin: 30px 0;
	}
}

.slide.v2 .slick-dots li button {
	width: 40px;
	height: 30px;
}

.slide.v2 .slick-dots li button:before {
	height: 2px;
	width: 15px;
	opacity: 0.4;
	background-color: black;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}

.slide.v2 .slick-dots li.slick-active {
	height: 2px;
	width: 40px;
}

.slide.v2 .slick-dots li.slick-active button:before {
	height: 2px;
	width: 40px;
	opacity: 1;
}

.slide.v2 .slick-dots li:hover {
	height: 2px;
	width: 40px;
}

.slide.v2 .slick-dots li:hover button:before {
	height: 2px;
	width: 40px;
	opacity: 1;
}

.slide.v2 .custom {
	position: absolute;
	left: 15px;
	bottom: 15px;
}

@media (min-width: 1025px) {
	.slide.v2 .custom {
		left: 105px;
		bottom: 35px;
	}
}

.slide.v3, .slide.v6, .slide.v5 {
	position: relative;
}

@media (min-width: 480px) {
	.slide.v3 .content1, .slide.v6 .content1, .slide.v5 .content1 {
		padding-top: 17%;
	}
}

.slide.v3 .content1 h3, .slide.v6 .content1 h3, .slide.v5 .content1 h3 {
	letter-spacing: 0.5em;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
}

@media (min-width: 480px) {
	.slide.v3 .content1 h3, .slide.v6 .content1 h3, .slide.v5 .content1 h3 {
		font-size: 19px;
	}
}

@media (min-width: 1025px) {
	.slide.v3 .content1 h3, .slide.v6 .content1 h3, .slide.v5 .content1 h3 {
		margin-bottom: 68px;
	}
}

.slide.v3 .content1 .btn-shopnow, .slide.v6 .content1 .btn-shopnow, .slide.v5 .content1 .btn-shopnow {
	border: 2px solid #222;
	font-weight: 600;
	background: transparent;
}

@media (min-width: 480px) {
	.slide.v3 .content1 .btn-shopnow, .slide.v6 .content1 .btn-shopnow, .slide.v5 .content1 .btn-shopnow {
		padding: 14px 46px;
	}
}

@media (max-width: 480px) {
	.slide.v3 .content1 .btn-shopnow, .slide.v6 .content1 .btn-shopnow, .slide.v5 .content1 .btn-shopnow {
		font-size: 8px;
		padding: 10px 32px;
	}
}

.slide.v3 .content1 .btn-shopnow:hover, .slide.v6 .content1 .btn-shopnow:hover, .slide.v5 .content1 .btn-shopnow:hover {
	background: #dd2a2a;
	border-color: #dd2a2a;
	color: #FFF;
}

@media (min-width: 480px) {
	.slide.v3 .content2, .slide.v6 .content2, .slide.v5 .content2 {
		padding-right: 30%;
	}
}

.slide.v3 .content2 h3, .slide.v6 .content2 h3, .slide.v5 .content2 h3 {
	letter-spacing: 0.02em;
}

@media (min-width: 480px) {
	.slide.v3 .content2 h3, .slide.v6 .content2 h3, .slide.v5 .content2 h3 {
		font-size: 72px;
		margin-bottom: 30px;
	}
}

.slide.v3 .content3, .slide.v6 .content3, .slide.v5 .content3 {
	padding-top: 23%;
}

@media (min-width: 480px) {
	.slide.v3 .content3 .slide-btn, .slide.v6 .content3 .slide-btn, .slide.v5 .content3 .slide-btn {
		font-size: 18px;
	}
}

.slide.v3 .content5, .slide.v6 .content5, .slide.v5 .content5 {
	padding-left: 25%;
	padding-top: 10%;
	text-align: center;
}

.slide.v3 .content5 .tag-title, .slide.v6 .content5 .tag-title, .slide.v5 .content5 .tag-title {
	letter-spacing: 0.2em;
	font-weight: 600;
}

@media (min-width: 480px) {
	.slide.v3 .content5 .tag-title, .slide.v6 .content5 .tag-title, .slide.v5 .content5 .tag-title {
		font-size: 30px;
	}
}

.slide.v3 .content5 h3, .slide.v6 .content5 h3, .slide.v5 .content5 h3 {
	font-weight: bold;
}

@media (min-width: 480px) {
	.slide.v3 .content5 h3, .slide.v6 .content5 h3, .slide.v5 .content5 h3 {
		font-size: 50px;
	}
}

@media (min-width: 1025px) {
	.slide.v3 .content5 h3, .slide.v6 .content5 h3, .slide.v5 .content5 h3 {
		font-size: 140px;
		margin-top: 30px;
		margin-bottom: 35px;
	}
}

.slide.v3 .content5 .btn-shopnow, .slide.v6 .content5 .btn-shopnow, .slide.v5 .content5 .btn-shopnow {
	border: 2px solid #222;
	font-weight: 600;
	background: transparent;
}

@media (min-width: 480px) {
	.slide.v3 .content5 .btn-shopnow, .slide.v6 .content5 .btn-shopnow, .slide.v5 .content5 .btn-shopnow {
		padding: 10px 32px;
		font-size: 16px;
	}
}

@media (max-width: 480px) {
	.slide.v3 .content5 .btn-shopnow, .slide.v6 .content5 .btn-shopnow, .slide.v5 .content5 .btn-shopnow {
		font-size: 8px;
		padding: 8px 12px;
	}
}

.slide.v3 .content5 .btn-shopnow:hover, .slide.v6 .content5 .btn-shopnow:hover, .slide.v5 .content5 .btn-shopnow:hover {
	background: #dd2a2a;
	border-color: #dd2a2a;
	color: #FFF;
}

.slide.v3 .slick-dotted.slick-slider, .slide.v6 .slick-dotted.slick-slider, .slide.v5 .slick-dotted.slick-slider {
	margin-bottom: 0;
}

.slide.v3 .slick-dots, .slide.v6 .slick-dots, .slide.v5 .slick-dots {
	width: 10%;
	right: 50px;
	left: 15px;
	bottom: auto;
	top: 50%;
	transform: translateY(-50%);
}

@media (min-width: 1025px) {
	.slide.v3 .slick-dots, .slide.v6 .slick-dots, .slide.v5 .slick-dots {
		left: 90px;
	}
}

.slide.v3 .slick-dots:after, .slide.v6 .slick-dots:after, .slide.v5 .slick-dots:after {
	content: url("../img/retange.png");
	position: absolute;
	left: 12px;
	bottom: -38px;
}

@media (min-width: 480px) {
	.slide.v3 .slick-dots:after, .slide.v6 .slick-dots:after, .slide.v5 .slick-dots:after {
		left: 15px;
	}
}

.slide.v3 .slick-dots li, .slide.v6 .slick-dots li, .slide.v5 .slick-dots li {
	display: block;
	padding: 2px 0;
}

@media (min-width: 480px) {
	.slide.v3 .slick-dots li, .slide.v6 .slick-dots li, .slide.v5 .slick-dots li {
		margin: 25px 0;
	}
}

.slide.v3 .slick-dots li button, .slide.v6 .slick-dots li button, .slide.v5 .slick-dots li button {
	width: 11px;
	height: 11px;
	background: url("../img/dot.png") no-repeat center;
	text-indent: -9999px;
	overflow: hidden;
}

@media (min-width: 480px) {
	.slide.v3 .slick-dots li button, .slide.v6 .slick-dots li button, .slide.v5 .slick-dots li button {
		padding: 20px;
	}
}

.slide.v3 .slick-dots li button:before, .slide.v6 .slick-dots li button:before, .slide.v5 .slick-dots li button:before {
	background-color: transparent;
}

@media (min-width: 480px) {
	.slide.v3 .slick-dots li.slick-active, .slide.v6 .slick-dots li.slick-active, .slide.v5 .slick-dots li.slick-active {
		margin-bottom: 103px;
	}
}

.slide.v3 .slick-dots li.slick-active button, .slide.v6 .slick-dots li.slick-active button, .slide.v5 .slick-dots li.slick-active button {
	background: url("../img/active_dot.png") no-repeat center;
}

@media (min-width: 480px) {
	.slide.v3 .slick-dots li.slick-active button:before, .slide.v6 .slick-dots li.slick-active button:before, .slide.v5 .slick-dots li.slick-active button:before {
		content: "";
		height: 60px;
		width: 2px;
		background: #222;
		margin: 58px 20px;
	}
}

.slide.v3 .custom, .slide.v6 .custom, .slide.v5 .custom {
	position: absolute;
	left: 15px;
	bottom: 0;
}

@media (min-width: 1025px) {
	.slide.v3 .custom, .slide.v6 .custom, .slide.v5 .custom {
		left: 105px;
	}
}

.slide.v3 .pagingInfo span, .slide.v6 .pagingInfo span, .slide.v5 .pagingInfo span {
	color: #222;
	font-size: 12px;
	font-weight: bold;
}

.slide.v6 .slick-dots {
	width: 40px;
	left: -20px;
}

@media (min-width: 480px) {
	.slide.v6 .slick-dots {
		background: #fff;
	}
}

@media (max-width: 480px) {
	.slide.v6 .slick-dots {
		left: 0;
	}
}

.slide.v6 .custom {
	left: 30px;
	bottom: 15px;
}

@media (min-width: 1400px) {
	.slide.v6 .custom {
		left: 75px;
		bottom: 35px;
	}
}

@media (max-width: 480px) {
	.slide.v6 .custom {
		bottom: 0;
	}
}

.slide.v6 .tags-label-right {
	position: absolute;
	top: 45%;
	-webkit-transform: rotate(90deg) translateX(50%);
	transform: rotate(90deg) translateX(50%);
	transform-origin: center right;
	padding: 10px 90px;
	right: 10px;
	background: #FFF;
}

@media (max-width: 480px) {
	.slide.v6 .tags-label-right {
		display: none;
	}
}

.slide.v6 .tags-label-right a {
	letter-spacing: 1em;
	font-weight: bold;
	text-transform: uppercase;
}

.slide.v5 .content4 {
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
	padding-left: 45%;
}

@media (min-width: 480px) {
	.slide.v5 .content4 {
		padding-left: 63%;
	}
}

.slide.v5 .content4 .tag-title {
	font-weight: 600;
	font-size: 8px;
	text-transform: uppercase;
	color: #FFF;
	background: #222;
	letter-spacing: 0.5em;
	padding: 5px 15px;
}

@media (min-width: 480px) {
	.slide.v5 .content4 .tag-title {
		font-size: 15px;
	}
}

.slide.v5 .content4 h3 {
	font-weight: 600;
}

@media (min-width: 768px) {
	.slide.v5 .content4 h3 {
		font-size: 60px;
	}
}

@media (min-width: 1400px) {
	.slide.v5 .content4 h3 {
		font-size: 80px;
		line-height: 84px;
		margin-top: 45px;
		margin-bottom: 50px;
	}
}

@media (min-width: 480px) {
	.slide.v5 .content4 .slide-btn {
		font-size: 18px;
	}
}

.slide.v5 .slick-dots {
	width: 7%;
	right: 15px;
	left: unset;
}

@media (min-width: 480px) {
	.slide.v5 .slick-dots {
		right: 0;
	}
}

.slide.v5 .custom {
	right: 30px;
	left: unset;
}

@media (min-width: 1400px) {
	.slide.v5 .custom {
		right: 105px;
	}
}

.slide.v10 .content1 {
	padding-left: 24%;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
}

.slide.v10 .content1 a {
	font-size: 18px;
}

.scroll_top {
	display: inline-block;
	bottom: 65px;
	position: fixed;
	right: 15px;
	width: 44px;
	height: 44px;
	text-align: center;
	color: #FFF;
	border-radius: 50%;
	z-index: 1003;
}

.scroll_top i {
	line-height: 44px;
}

/*
    6.1. Header
            6.1.1. Header version 1
            6.1.2. Header version 2
            6.1.3. Header version 3
            6.1.4. Header version 4
            6.1.5. Header version 5
 */
.row.flex {
	display: -webkit-box;
	/* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;
	/* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;
	/* TWEENER - IE 10 */
	display: -webkit-flex;
	/* NEW - Chrome */
	display: flex;
	/* NEW, Spec - Opera 12.1, Firefox 20+ */
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}

.v-center {
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	display: -webkit-box;
	/* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;
	/* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;
	/* TWEENER - IE 10 */
	display: -webkit-flex;
	/* NEW - Chrome */
	display: flex;
	/* NEW, Spec - Opera 12.1, Firefox 20+ */
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.flex {
	display: -webkit-box;
	/* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;
	/* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;
	/* TWEENER - IE 10 */
	display: -webkit-flex;
	/* NEW - Chrome */
	display: flex;
	/* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.flex.lr {
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: space-between;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}

.flex.lr2 {
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: space-between;
}

.align-items-center {
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}

.justify-content-between {
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: space-between;
}

.justify-center {
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
}

.element {
	display: inline-block;
	padding: 0 15px;
	position: relative;
}

.element a,
.element span {
	font-size: 12px;
}

.element a:hover,
.element span:hover {
	color: #dd2a2a;
}

.element img {
	vertical-align: middle;
	margin-top: -2px;
}

.element:first-child {
	padding-left: 0;
}

.element:last-child {
	padding-right: 0;
}

@media (max-width: 1025px) {
	.element:last-child {
		padding-right: 15px;
	}
}

@media (min-width: 1025px) {
	.element.element-cart {
		padding-right: 15px;
	}
}

@media (max-width: 1025px) {
	.element.element-account {
		padding-left: 0;
	}

	.element.element-account:before {
		border: 0;
	}

	.element.element-leaguage:before {
		border: 0;
	}
}

.topbar-left .element:first-child:before {
	border: 0;
}

.topbar-right .element:first-child:before {
	border: 0;
}

.topbar-right .element .dropdown-menu {
	left: unset;
	right: 0;
}

.topbar-right {
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end;
	justify-content: flex-end;
	-ms-flex-pack: flex-end;
	display: -webkit-box;
	/* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;
	/* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;
	/* TWEENER - IE 10 */
	display: -webkit-flex;
	/* NEW - Chrome */
	display: flex;
	/* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.header-search {
	padding-left: 95px;
	padding-top: 10px;
}

@media (min-width: 1650px) {
	.header-search form {
		width: 760px;
	}
}

.header-search form {
	display: table;
	position: relative;
}

.header-search input {
	height: 62px;
	-moz-border-radius: 31px 0 0 31px;
	-webkit-border-radius: 31px 0 0 31px;
	border-radius: 31px 0 0 31px;
	border: 2px solid #eaeaea;
	padding-left: 34px;
	width: 300px;
	display: table-cell;
	border-right: 0;
	box-shadow: none;
}

.header-search input::-webkit-input-placeholder {
	color: #999999;
	font-size: 14px;
}

.header-search input:-moz-placeholder {
	color: #999999;
	font-size: 14px;
}

.header-search input::-moz-placeholder {
	color: #999999;
	font-size: 14px;
}

.header-search input:-ms-input-placeholder {
	color: #999999;
	font-size: 14px;
}

.header-search input:focus {
	box-shadow: none;
}

@media (min-width: 1200px) {
	.header-search input {
		width: 400px;
	}
}

@media (min-width: 1400px) {
	.header-search input {
		width: 495px;
	}
}

@media (min-width: 1460px) {
	.header-search input {
		width: 380px;
	}
}

@media (min-width: 1600) {
	.header-search input {
		width: 470px;
	}
}

@media (min-width: 1650px) {
	.header-search input {
		width: 540px;
	}
}

.header-search .select-option {
	width: 220px;
	height: 62px;
	border: 2px solid #eaeaea;
	border-left: 1px solid #eaeaea;
	-moz-border-radius: 0 31px 31px 0;
	-webkit-border-radius: 0 31px 31px 0;
	border-radius: 0 31px 31px 0;
	-webkit-border-radius: none;
	-moz-border-radius: none;
	border-radius: none;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	background-color: #fff;
	padding-left: 29px;
}

.header-search .search-panel {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	position: relative;
	border: 2px solid #eaeaea;
	border-left: 1px solid #eaeaea;
	-moz-border-radius: 0 999px 999px 0;
	-webkit-border-radius: 0 999px 999px 0;
	border-radius: 0 999px 999px 0;
	-webkit-border-radius: none;
	-moz-border-radius: none;
	border-radius: none;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	background-color: #fff;
	position: relative;
}

@media (min-width: 1025px) {
	.header-search .search-panel {
		padding-left: 13px;
	}
}

@media (min-width: 1681px) {
	.header-search .search-panel {
		padding-left: 29px;
	}
}

.header-search .search-panel > a {
	display: block;
	color: #999;
}

.header-search .search-panel > a span {
	margin-left: 14px;
	color: #000;
}

.header-search .search-panel .dropdown-category {
	-webkit-box-shadow: 0px 5px 11.88px 0.12px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 5px 11.88px 0.12px rgba(0, 0, 0, 0.1);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	width: 256px;
	right: 0;
	left: unset;
	border: 1px solid #ebebeb;
	padding: 12px 0;
	margin-top: 17px;
}

.header-search .search-panel .dropdown-category li a {
	color: #666666;
	line-height: 30px;
	padding-left: 34px;
	position: relative;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}

.header-search .search-panel .dropdown-category li a:before {
	content: "\f363";
	font-family: "ionicons";
	position: absolute;
	top: 5px;
	left: 20px;
	color: #bfbfbf;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}

.header-search .search-panel .dropdown-category li a:hover {
	color: #333333;
	background-color: transparent;
}

.header-search .search-panel .dropdown-category li a:hover:before {
	color: #333;
}

.header-search .search-panel .dropdown-category:after {
	content: '';
	display: block;
	position: absolute;
	top: -7px;
	right: 75px;
	width: 10px;
	height: 10px;
	background: #fff;
	border-right: 1px solid #ebebeb;
	border-top: 1px solid #ebebeb;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.header-search .input-group-btn {
	padding: 0;
	width: 50px;
	top: 6px;
	right: 5px;
}

.header-search .input-group-btn .button_search {
	color: #fff;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	background: #333333;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}

.header-search .input-group-btn .button_search:hover {
	box-shadow: 0px 2px 20px 2px rgba(194, 106, 245, 0.68);
}

.header-sub {
	margin-left: 0;
}

.right-panel {
	margin-left: auto;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.header-sub-element {
	display: flex;
}

.header-sub-element.row {
	margin-left: auto;
}

.header-sub-element.row > a {
	padding-right: 26px;
}

@media (max-width: 1025px) {
	.header-sub-element.row > a:last-child {
		padding-right: 15px;
	}
}

@media (max-width: 1025px) {
	.header-sub-element.row img {
		width: 20px;
	}
}

.sub-right span {
	color: #999999;
}

.sub-right .phone {
	font-size: 24px;
	color: #333333;
	font-weight: 300;
	margin-bottom: 22px;
}

.sub-left {
	margin-right: 15px;
}

.header-center {
	padding-top: 10px;
	padding-bottom: 10px;
}

.header-center .col {
	display: -webkit-box;
	/* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;
	/* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;
	/* TWEENER - IE 10 */
	display: -webkit-flex;
	/* NEW - Chrome */
	display: flex;
	/* NEW, Spec - Opera 12.1, Firefox 20+ */
	flex: 1 1 33.3333%;
}

.header-center .col.justify-content-center {
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
}

.header-center .col.justify-content-end {
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end;
	justify-content: flex-end;
	-ms-flex-pack: flex-end;
}

@media (max-width: 1024px) {
	.header-center .col2 {
		display: -webkit-box;
		/* OLD - iOS 6-, Safari 3.1-6 */
		display: -moz-box;
		/* OLD - Firefox 19- (buggy but mostly works) */
		display: -ms-flexbox;
		/* TWEENER - IE 10 */
		display: -webkit-flex;
		/* NEW - Chrome */
		display: flex;
		/* NEW, Spec - Opera 12.1, Firefox 20+ */
		flex: 1 1 33.3333%;
	}

	.header-center .col2.justify-content-center {
		-webkit-justify-content: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		-ms-flex-pack: center;
	}
}

.header-center .col2.justify-content-end {
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end;
	justify-content: flex-end;
	-ms-flex-pack: flex-end;
}

.topbar {
	background: #f7f7f7;
	padding: 16px 0;
}

.topbar span {
	font-size: 13px;
	color: #666;
	letter-spacing: 0.01em;
}

.topbar p {
	font-size: 13px;
	color: #666;
	letter-spacing: 0.01em;
	margin-bottom: 0;
}

.topbar p a {
	text-decoration: underline;
}

.topbar a {
	font-size: 13px;
	letter-spacing: 0.01em;
}

.topbar a:hover i {
	color: #dd2a2a;
}

.topbar i {
	color: #666;
}

.topbar .close {
	font-size: 32px;
	margin-right: 5px;
	opacity: 1;
	position: absolute;
	top: 2px;
	right: 0;
	border-color: white;
	background-color: transparent;
}

@media (min-width: 1025px) {
	.topbar .close {
		width: 50px;
		height: 50px;
		line-height: 38px;
		top: 0;
	}
}

.topbar.br-promotion--close {
	display: none;
}

.topbar .topbar-social {
	margin-right: 25px;
}

.topbar .topbar-social a {
	padding: 0 5px;
}

.topbar .topbar-left {
	display: -webkit-box;
	/* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;
	/* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;
	/* TWEENER - IE 10 */
	display: -webkit-flex;
	/* NEW - Chrome */
	display: flex;
	/* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.topbar .col {
	display: -webkit-box;
	/* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;
	/* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;
	/* TWEENER - IE 10 */
	display: -webkit-flex;
	/* NEW - Chrome */
	display: flex;
	/* NEW, Spec - Opera 12.1, Firefox 20+ */
	flex: 1 1 33.3333%;
}

.topbar .col.justify-content-center {
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
}

.topbar .col.justify-content-end {
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end;
	justify-content: flex-end;
	-ms-flex-pack: flex-end;
}

@media (min-width: 1025px) {
	.header-logo {
		margin-top: -30px;
	}
}

.tags {
	padding-top: 25px;
	font-size: 12px;
	text-align: center;
	margin-left: 55px;
}

.tags span {
	color: #333333;
}

.tags a {
	color: #999999;
	padding: 0 10px;
	border-right: 1px solid #e6e6e6;
}

.tags a:last-child {
	border-right: 0;
}

.tags a:first-child {
	padding-left: 0;
}

.tags a:hover {
	color: #dd2a2a;
}

.header-bottom-right {
	color: #999999;
}

.header-bottom-right span {
	margin-left: 12px;
}

@media (min-width: 1200px) {
	.header-top-absolute {
		position: absolute;
		width: 100%;
		z-index: 9;
	}
}

.home-lookbook .sticky-header {
	border-bottom: 1px solid #d9d9d9;
}

.sticky-header {
	border-bottom: 1px solid #efefef;
	line-height: 20px;
	padding: 12px;
}

.sticky-header .u-line {
	color: #eb5050;
	text-decoration: underline;
}

.sticky-header .text {
	text-transform: uppercase;
	font-weight: 500;
	font-size: 10px;
	color: #aaaaaa;
	letter-spacing: 0.2em;
}

.sticky-header .text.text-w {
	color: #fff;
}

.bd-v1 {
	border-bottom: 1px solid #dcdddf;
}

.bd-v2 {
	border-bottom: 1px solid #dbdbdb;
}

.topbar-option {
	font-weight: 500;
}

.topbar-option > * {
	display: inline-block;
	position: relative;
}

@media (max-width: 480px) {
	.topbar-option > * {
		min-width: 40px;
		text-align: center;
	}
}

@media (max-width: 320px) {
	.topbar-option > * {
		min-width: unset;
		padding: 0 5px;
	}
}

@media (min-width: 480px) {
	.topbar-option > * {
		padding: 0 20px;
	}
}

.topbar-option > *:before {
	border-left: 1px solid #e3e3e3;
	content: "";
	height: 15px;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media (max-width: 480px) {
	.topbar-option > *:before {
		border: none;
	}
}

.topbar-option > *:last-child {
	padding-right: 0;
}

.topbar-option > *:first-child {
	padding-left: 0;
}

.topbar-option > *:first-child:before {
	border: none;
}

@media (max-width: 320px) {
	.topbar-option .dropdown-menu {
		left: -35px;
	}
}

.count {
	width: 18px;
	height: 18px;
	line-height: 18px;
	display: inline-block;
	text-align: center;
	background: #eb5050;
	border-radius: 50%;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	position: absolute;
	top: -8px;
	overflow: hidden;
	right: 0;
	margin: 0;
}

@media (min-width: 1199px) {
	.header-top {
		background: #e4e4e4;
	}
}

@media (max-width: 1024px) {
	.header-top {
		margin: 30px 0 0 0;
	}
}

.header-top .logo-mobile {
	float: left;
	display: inline-block;
}

.header-top .navbar {
	min-height: 0px;
	margin-bottom: 0px;
	width: 100%;
	margin-top: 30px;
}

@media (min-width: 1199px) {
	.header-top .navbar {
		margin-top: 0;
	}
}

@media (max-width: 1024px) {
	.header-top .navbar {
		display: inline-block;
	}
}

@media (max-width: 480px) {
	.header-top .navbar {
		margin-top: 20px;
	}
}

.header-top .navbar .navbar-collapse {
	border: 1px solid #ddd;
}

@media (min-width: 1199px) {
	.header-top .navbar .navbar-collapse {
		border: 0;
	}
}

@media (max-width: 480px) {
	.icon-mobile {
		width: 40px;
	}
}

@media (min-width: 1025px) {
	.header-v1 .navbar-collapse,
	.header-v4 .navbar-collapse {
		padding-left: 0;
	}
}

.pushmenu-push-toleft {
	transform: translate(-362px, 0);
	transform: translate3d(-362px, 0, 0);
	transition: transform .4s ease;
	display: block;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 6;
}

@media (max-width: 320px) {
	.pushmenu-push-toleft {
		transform: translate(0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.pushmenu-push-toleft .wrappage:after {
	background: rgba(29, 29, 31, 0.6);
	content: "";
	cursor: pointer;
	height: 100%;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 4;
}

@media (max-width: 480px) {
	.wrappage.lbl_active:after {
		background: rgba(29, 29, 31, 0.6);
		content: "";
		cursor: pointer;
		height: 100%;
		left: 0px;
		position: absolute;
		top: 0px;
		width: 100%;
		z-index: 4;
	}
}

.menu-home5 {
	padding-top: 10px;
	transform: translate(100%, 0);
	transform: translate3d(100%, 0, 0);
	transition: transform .4s ease;
	transform-origin: top right;
}

.menu-home5.pushmenu-open {
	transform: translate(0, 0);
	transform: translate3d(0, 0, 0);
}

@media (max-width: 320px) {
	.menu-home5.pushmenu-open {
		transform: translate(0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.close-left {
	float: right;
	color: #fff;
	cursor: pointer;
	padding-right: 15px;
}

.menu-social {
	border-top: 1px solid #2f2f31;
	position: fixed;
	bottom: 0;
	width: 362px;
}

.menu-social > li {
	float: left;
	width: 33.3333%;
	float: left;
	height: 69px;
	line-height: 69px;
	text-align: center;
	background: #1d1d1f;
}

.menu-social > li a i {
	color: #a4a4a4;
}

.menu-social > li a i:hover {
	color: #fff;
}

.menu-social > li:hover {
	background: #101011;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}

.nav-home5 > li {
	position: relative;
	display: block;
}

.nav-home5 > li > a {
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	color: #a4a4a4;
	position: relative;
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: color 0 ease-in;
	transition: none;
	line-height: 26px;
	padding: 7px 30px;
	padding-left: 0;
	display: block;
	border-bottom: 1px solid rgba(92, 92, 92, 0.23);
}

.nav-home5 > li > a:hover {
	color: #fff;
	background: none;
}

.nav-home5 > li > a.active {
	color: #fff;
}

.nav-home5 .menu-level1 .level2 {
	padding-right: 48px;
}

.nav-home5 .menu-level1 .level2 > a {
	line-height: 33px;
	text-transform: capitalize;
	color: #a4a4a4;
	position: relative;
}

.nav-home5 .menu-level1 .level2 > a:focus {
	color: #fff;
}

.nav-home5 .menu-level1 .level2 > a:focus:before {
	background: #fff;
}

.nav-home5 .menu-level1 .level2 > a:before {
	content: "";
	position: absolute;
	width: 9px;
	height: 1px;
	right: -18px;
	top: 10px;
	background: #a4a4a4;
}

.nav-home5 .menu-level1 .level1 > .level2 > a {
	color: #fff;
}

.nav-home5 .menu-level1 .level1 > .level2 > a:before {
	content: none;
}

.nav-home5 .menu-level-2 {
	margin: 15px 0;
}

.nav-home5 .menu-level-2 .level3 {
	padding-left: 15px;
}

.nav-home5 .menu-level-2 .level3 > a {
	line-height: 33px;
	text-transform: capitalize;
	color: #a4a4a4;
	position: relative;
}

.nav-home5 .menu-level-2 .level3 > a:focus {
	color: #fff;
}

.nav-home5 .menu-level-2 .level3 > a:focus:before {
	background: #fff;
}

.nav-home5 .menu-level-2 .level3 > a:before {
	content: "";
	position: absolute;
	width: 9px;
	height: 1px;
	left: -18px;
	top: 10px;
	background: #a4a4a4;
}

.mobile-account {
	margin: 30px 0;
}

.mobile-account li {
	text-transform: uppercase;
}

.mobile-account li a {
	display: block;
	line-height: 26px;
	font-size: 13px;
	color: #a4a4a4;
	padding: 12px 30px;
}

.mobile-account i {
	min-width: 25px;
}

.mobile-social {
	display: -webkit-box;
	/* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;
	/* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;
	/* TWEENER - IE 10 */
	display: -webkit-flex;
	/* NEW - Chrome */
	display: flex;
	/* NEW, Spec - Opera 12.1, Firefox 20+ */
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
}

.mobile-social a {
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
	flex: 0 0 50px;
	text-align: center;
}

.mobile-social a i {
	font-size: 16px;
	color: #a4a4a4;
}

.pushmenu.menu-home5 {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

.header-v6 .topbar-left {
	float: left;
	text-align: left;
}

.header-v6 .logo {
	display: inline-block;
	margin: 0 auto;
	text-align: center;
}

.header-v6 .topbar-right {
	float: right;
	text-align: right;
}

.header-v6 .topbar-search {
	border-left: 0;
}

.header-v6 .topbar [class*="col-xs-"] {
	padding: 0;
}

.menu-level1 {
	display: none;
}

.menu-level1.open {
	display: block;
}

.navbar-nav > li {
	text-align: left;
	padding: 0 24px;
}

.navbar-nav > li > a {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	position: relative;
	padding: 0 0 5px 0;
}

.navbar-nav > li > a:after {
	content: '';
	width: 0;
	height: 2px;
	position: absolute;
	display: block;
	left: 50%;
	right: 50%;
	bottom: 0;
	opacity: 0;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}

.navbar-nav > li > a.nohover:after {
	content: none;
}

.navbar-nav > li:hover a:after {
	opacity: 1;
	left: 0;
	right: 0;
	width: 100%;
}

.navbar-nav > li.nohover a:after {
	content: none;
}

.menu-level-1 {
	border: 0;
	position: absolute;
	top: 100%;
	left: -15px;
	background-color: #fff;
	z-index: 0;
	min-width: 200px;
	display: block;
	visibility: hidden;
	opacity: 0;
	-webkit-box-shadow: 0px 5px 11.88px 0.12px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 5px 11.88px 0.12px rgba(0, 0, 0, 0.1);
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	margin: 0;
	padding: 30px 0 40px 5px;
	min-width: 220px;
	-webkit-transform: translate(0, 30px);
	transform: translate(0, 30px);
	-webkit-transition: all .4s;
	transition: all .4s;
	-webkit-transition-duration: 180ms;
	transition-duration: 180ms;
}

.menu-level-1.style5 {
	min-width: 250px;
	left: -50px;
	width: 250px;
	padding-left: 55px;
}

.menu-level-1.style2 {
	min-width: 205px;
}

.menu-level-1.style3 {
	min-width: 700px;
}

.menu-level-1.style4 {
	min-width: 700px;
	padding: 20px 0 0 30px !important;
}

@media (max-width: 1024px) {
	.menu-level-1 {
		width: 100%;
		left: 0;
		top: 54px;
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		box-shadow: none;
		visibility: visible;
		opacity: 1;
		display: none;
		padding: 10px 35px;
	}
}

.menu-level-1 .sm_title {
	font-size: 16px;
	font-weight: 600;
	padding: 15px 42px;
	display: block;
}

.menu-level-1 > li {
	line-height: 30px;
	background: none;
}

.menu-level-1 > li > a {
	text-transform: capitalize;
	padding: 10px 42px;
	color: #666;
	font-weight: 400;
	position: relative;
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: color 0 ease-in;
	transition: none;
	letter-spacing: 0.02em;
}

.menu-level-1 > li > a:hover {
	color: #dd2a2a;
	background: none;
}

.menu-level-1 > li > a:focus {
	background: none;
}

@media (max-width: 480px) {
	.menu-level-1 > li > a {
		font-size: 12px;
	}
}

@media (min-width: 1025px) {
	.level1:hover .menu-level-1 {
		display: block;
		visibility: visible;
		opacity: 1;
		-webkit-transform: translate(0, 40px) rotate(0) scale(1);
		transform: translate(0, 40px) rotate(0) scale(1);
		z-index: 999;
	}

	.level1:hover .menu-level-1.v3, .level1:hover .menu-level-1.slide.v6, .level1:hover .menu-level-1.slide.v5 {
		left: calc(100% + 11px);
		top: 0;
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
	}

	.level1:not(:hover) > .menu-level-1.v3, .level1:not(:hover) > .menu-level-1.slide.v6, .level1:not(:hover) > .menu-level-1.slide.v5 {
		left: calc(100% + 11px);
		opacity: 0;
	}
}

@media (min-width: 1025px) {
	.level1.hassub {
		position: static;
	}

	.level1.hassub .menu-level-1 {
		left: 0;
	}

	.level1.hassub .menu-level-1.style2 {
		width: 205px;
		padding: 35px 14px 48px 65px;
	}

	.level1.hassub .menu-level-1.style3 {
		width: 900px;
		padding-left: 56px;
		padding-right: 56px;
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.level1.hassub .menu-level-1.style4 {
		width: 950px;
		padding: 50px 14px 48px 60px;
	}
}

.menu-level-1 > .level1 > .level2 > a {
	font-weight: 600;
	font-size: 16px;
	display: block;
	margin-bottom: 10px;
	position: relative;
}

@media (max-width: 480px) {
	.menu-level-1 > .level1 > .level2 > a {
		font-size: 14px;
	}
}

@media (max-width: 1025px) {
	.menu-level-1 > .level1 > .level2 .menu-level-2 {
		padding-left: 20px;
		padding-top: 15px;
	}
}

.menu-level-1 > .level1 > .level2 .menu-level-2 > .level3 {
	line-height: 0;
}

.menu-level-1 > .level1 > .level2 .menu-level-2 > .level3 > a {
	line-height: 40px;
	color: #666;
	font-size: 14px;
	text-transform: capitalize;
	white-space: nowrap;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	position: relative;
}

.menu-level-1 > .level1 > .level2 .menu-level-2 > .level3 > a:hover {
	color: #dd2a2a;
}

@media (max-width: 480px) {
	.menu-level-1 > .level1 > .level2 .menu-level-2 > .level3 > a {
		font-size: 12px;
	}
}

.menu-level-1 .col-full {
	width: 100%;
}

.menu-level-1 .col-2,
.menu-level-1 .levels .col-2 {
	width: 230px;
	float: left;
}

.menu-level-1 .col-3 {
	width: 33.3333%;
	float: left;
}

@media (max-width: 1024px) and (min-width: 481px) {
	.menu-level-1 .col-3 {
		width: 100%;
		display: block;
		overflow: hidden;
	}
}

@media (max-width: 1024px) {
	.menu-level-1 .col-3 {
		margin-bottom: 15px;
	}
}

@media (max-width: 480px) {
	.menu-level-1 .col-3 {
		width: 100%;
		display: block;
		overflow: hidden;
	}
}

.menu-level-1 .col-4 {
	width: 77%;
	float: left;
	margin-right: 70px;
	border-right: 1px solid #eee;
}

.menu-level-1 .col-4:last-child {
	margin-right: 0;
	border-right: 0;
}

.menu-level-1 .col-4a {
	width: 22%;
	float: left;
	margin-right: 80px;
}

.menu-level-1 .col-4a:last-child {
	margin-right: 0;
}

.menu-level-1 .col-5 {
	width: 580px;
	float: left;
}

.menu-level-1 .col-6 {
	width: 55%;
	float: left;
	margin-right: 80px;
	border-right: 1px solid #eee;
}

@media (max-width: 1024px) and (min-width: 481px) {
	.menu-level-1 .col-6 {
		width: 100%;
		display: block;
		overflow: hidden;
	}
}

@media (max-width: 1024px) {
	.menu-level-1 .col-6 {
		margin-bottom: 15px;
	}
}

@media (max-width: 480px) {
	.menu-level-1 .col-6 {
		width: 100%;
		display: block;
		overflow: hidden;
	}
}

.menu-level-1 .col-6:last-child {
	margin-right: 0;
	border-right: 0;
}

.menu-level-1 .col-7 {
	width: 870px;
	float: left;
}

.menu-level-1 .col-8 {
	width: 980px;
	float: left;
}

.menu-level-1 .col-9 {
	width: 1170px;
	float: left;
}

.menu-level-2 .col-full,
.mega-product .col-full {
	width: 100%;
}

.menu-level-2 .col-2,
.menu-level-2 .levels .col-2,
.mega-product .col-2,
.mega-product .levels .col-2 {
	width: 230px;
	float: left;
}

.menu-level-2.col-3,
.mega-product.col-3 {
	width: 33.3333%;
	float: left;
}

@media (max-width: 1024px) {
	.menu-level-2.col-3,
	.mega-product.col-3 {
		margin-bottom: 15px;
	}
}

@media (max-width: 480px) {
	.menu-level-2.col-3,
	.mega-product.col-3 {
		width: 100%;
		display: block;
		overflow: hidden;
	}
}

.menu-level-2 .col-4,
.mega-product .col-4 {
	width: 370px;
	float: left;
}

.menu-level-2 .col-5,
.mega-product .col-5 {
	width: 580px;
	float: left;
}

.menu-level-2.col-6,
.mega-product.col-6 {
	width: 50%;
	float: left;
}

@media (max-width: 1024px) {
	.menu-level-2.col-6,
	.mega-product.col-6 {
		margin-bottom: 15px;
	}
}

@media (max-width: 480px) {
	.menu-level-2.col-6,
	.mega-product.col-6 {
		width: 100%;
		display: block;
		overflow: hidden;
	}
}

.menu-level-2 .col-7,
.mega-product .col-7 {
	width: 870px;
	float: left;
}

.menu-level-2 .col-8,
.mega-product .col-8 {
	width: 980px;
	float: left;
}

.menu-level-2 .col-9,
.mega-product .col-9 {
	width: 1170px;
	float: left;
}

.cart-box-container {
	padding: 15px 40px;
}

@media (max-width: 767px) {
	.cart-box-container {
		padding: 30px;
	}
}

@media (max-width: 480px) {
	.cart-box-container {
		padding: 20px;
	}
}

.cart-list-heading {
	display: -webkit-box;
	/* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;
	/* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;
	/* TWEENER - IE 10 */
	display: -webkit-flex;
	/* NEW - Chrome */
	display: flex;
	/* NEW, Spec - Opera 12.1, Firefox 20+ */
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: space-between;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}

.cart-inside {
	position: relative;
	height: calc(100% - 60px);
	overflow: hidden;
}

.cart-list {
	position: relative;
	height: 100%;
}

.cart-list .cart-title {
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: 400;
	display: inline-block;
	position: relative;
}

@media (min-width: 1025px) {
	.cart-list .cart-title {
		font-size: 36px;
		margin-bottom: 25px;
	}
}

.cart-list .list {
	overflow-y: scroll;
	overflow-x: hidden;
	height: calc(100% - 200px);
	width: calc(100% + 17px);
}

.cart-list .list .item-cart {
	flex: 1 1 100%;
	display: -webkit-box;
	/* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;
	/* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;
	/* TWEENER - IE 10 */
	display: -webkit-flex;
	/* NEW - Chrome */
	display: flex;
	/* NEW, Spec - Opera 12.1, Firefox 20+ */
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	padding: 15px 0;
}

.cart-list .list .item-cart .product-img-wrap {
	width: 100px;
	flex: 0 0 100px;
	margin-right: 30px;
}

.cart-list .list .item-cart .product-details .inner-left {
	max-width: 180px;
}

.cart-list .list .item-cart .product-details .inner-left .product-name {
	color: #666;
	font-weight: 400;
	margin-bottom: 10px;
}

@media (min-width: 480px) {
	.cart-list .list .item-cart .product-details .inner-left .product-name {
		font-size: 16px;
	}
}

.cart-list .list .item-cart .product-details .inner-left .product-price {
	font-weight: bold;
	margin-bottom: 10px;
}

@media (min-width: 480px) {
	.cart-list .list .item-cart .product-details .inner-left .product-price {
		font-size: 16px;
	}
}

.cart-list .cart-qtt {
	font-size: 15px;
	font-weight: 600;
	display: -webkit-box;
	/* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;
	/* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;
	/* TWEENER - IE 10 */
	display: -webkit-flex;
	/* NEW - Chrome */
	display: flex;
	/* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.cart-list .cart-qtt .product_quantity_number {
	width: 52px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border: 1px solid #f8f5f5;
}

.cart-list .cart-qtt .quantity-left-minus {
	width: 40px;
	height: 35px;
	text-align: center;
	margin-right: -1px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	border: 0;
	background: #f8f5f5;
	padding: 0;
}

.cart-list .cart-qtt .quantity-left-minus:focus {
	outline: none;
}

.cart-list .cart-qtt .quantity-left-minus:active {
	box-shadow: none;
}

.cart-list .cart-qtt .quantity-right-plus {
	width: 40px;
	height: 35px;
	text-align: center;
	margin-left: -1px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	border: 0;
	background: #f8f5f5;
	padding: 0;
}

.cart-list .cart-qtt .quantity-right-plus:focus {
	outline: none;
}

.cart-list .cart-qtt .quantity-right-plus:active {
	box-shadow: none;
}

.cart-list .close-left {
	float: unset;
	color: unset;
	width: 40px;
	cursor: pointer;
	padding: 0;
}

.cart-list .close-left i {
	font-size: 40px;
}

@media (min-width: 1025px) {
	.cart-list .close-left i {
		font-size: 50px;
	}
}

.nocart-list .empty-cart {
	display: block;
	position: absolute;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 353px;
}

@media (max-width: 480px) {
	.nocart-list .empty-cart {
		width: 300px;
	}
}

.nocart-list .nocart-title {
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 35px;
}

.nocart-list .btn-shop {
	width: 187px;
	height: 47px;
	line-height: 47px;
	text-align: center;
	border: 1px solid #000;
	display: inline-block;
}

.cart-bottom {
	border-top: 1px solid #eee;
	background: #fff;
	padding: 30px 0 0;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1000;
}

.cart-bottom label {
	font-weight: 400;
}

.cart-bottom .cart-note-form textarea {
	background-color: #f7f7f7;
	border: 0;
	resize: none;
}

.cart-bottom .total {
	text-align: right;
	font-size: 16px;
	color: #000;
	font-weight: 500;
	margin-bottom: 30px;
}

@media (max-width: 767px) {
	.cart-bottom .total {
		margin-bottom: 15px;
	}
}

.cart-bottom .total span {
	float: left;
}

.cart-bottom a {
	font-size: 14px;
	font-weight: 500;
}

.cart-bottom .checkout {
	display: block;
	text-align: center;
	padding: 15px;
}

.cart-bottom .text {
	color: #9f9e9e;
	text-decoration: underline;
	text-align: center;
	display: block;
}

.cart-bottom .text:hover {
	color: #dd2a2a;
}

.cart-bottom .cart-button {
	margin-bottom: 45px;
}

@media (max-width: 767px) {
	.cart-bottom .cart-button {
		margin-bottom: 15px;
	}
}

.cart-bottom .cart-button:before:before, .cart-bottom .cart-button:before:after {
	content: " ";
	display: table;
}

.cart-bottom .cart-button:before:after {
	clear: both;
}

.demo-text {
	font-size: 14px;
	margin-top: 20px;
	letter-spacing: 0.02em;
}

.menu-home5 .searchform {
	border-radius: 8px;
	position: relative;
	padding: 0 28px 30px 28px;
	border-bottom: 2px solid rgba(92, 92, 92, 0.43);
}

.menu-home5 .searchform input[type=text] {
	background-color: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(208, 208, 208, 0.09);
	padding: 14px 50px 10px 18px;
	font-size: 14px;
	border-radius: 8px;
	color: #fff;
	width: 100%;
}

.menu-home5 .searchform button {
	border-radius: 8px;
	position: absolute;
	top: 0;
	left: 28px;
	border: none;
	background-color: transparent;
	padding: 0;
	width: 50px;
	height: 50px;
	color: rgba(255, 255, 255, 0.8);
	text-align: center;
}

.cart {
	padding-right: 25px;
	position: relative;
}

@media (min-width: 1025px) {
	.cart {
		padding-bottom: 20px;
		padding-right: 40px;
	}
}

.widget-left {
	margin-top: -5px;
}

@media (min-width: 1650px) {
	.widget-left {
		padding-left: 0;
	}
}

.widget-verticalmenu .navbar-toggles {
	position: relative;
	height: 57px;
	width: 100%;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	background: #54f0ff;
	background-image: -webkit-linear-gradient(122deg, #c26af5, #54f0ff);
	background-image: -moz-linear-gradient(122deg, #c26af5, #54f0ff);
	background-image: -ms-linear-gradient(122deg, #c26af5, #54f0ff);
	background-image: -o-linear-gradient(122deg, #c26af5, #54f0ff);
	background-image: linear-gradient(122deg, #c26af5, #54f0ff);
	padding-right: 26px;
	text-align: left;
	padding-left: 48px;
	-moz-border-radius: 9999px;
	-webkit-border-radius: 9999px;
	border-radius: 9999px;
	color: #ffffff;
}

.widget-verticalmenu .navbar-toggles span {
	color: #ffffff;
	font-size: 18px;
	font-weight: 500;
	line-height: 55px;
	text-transform: capitalize;
}

.widget-verticalmenu .navbar-toggles:after {
	content: "";
	position: absolute;
	top: 22px;
	left: 25px;
	width: 11px;
	height: 11px;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	background: #fff;
}

.widget-verticalmenu .navbar-toggles.navbar-drop:before {
	content: "\f3d0";
	font-family: "Ionicons";
	position: absolute;
	right: 26px;
	top: 16px;
	font-size: 19px;
}

.widget-verticalmenu .vertical-group {
	border: 2px solid #eaeaea;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	position: relative;
	background: #fff;
}

.widget-verticalmenu .vertical-group .vertical-item {
	padding: 0px 24px;
	border-bottom: 1px solid #eaeaea;
}

.widget-verticalmenu .vertical-group .vertical-item:last-child {
	border-bottom: 0;
}

.widget-verticalmenu .vertical-group .vertical-item > a {
	color: #333333;
	display: block;
	padding: 16px 0 15px 0;
	position: relative;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	position: relative;
	line-height: 100%;
}

.widget-verticalmenu .vertical-group .vertical-item.vertical-drop > a {
	color: #666;
}

.widget-verticalmenu .vertical-group .vertical-item.vertical-drop > a:before {
	content: '\f3d3';
	font-family: ionicons;
	text-align: center;
	font-size: 17px;
	top: 50%;
	position: absolute;
	right: 0px;
	line-height: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #bcbcbc;
}

.widget-verticalmenu .vertical-group .vertical-item.mega-parent > a {
	color: #333333;
	font-weight: bold;
}

.widget-verticalmenu .vertical-group .vertical-item:hover > a {
	color: #dd2a2a;
}

.widget-verticalmenu .vertical-group .vertical-item:hover > a:before {
	color: #dd2a2a;
}

.widget-verticalmenu .vertical-group .vertical-item:hover::before {
	content: '';
	width: 15px;
	height: 100%;
	right: -13px;
	top: 0;
	display: block;
	position: absolute;
}

.navbar-vertical {
	margin-right: 7px;
}

.vertical-wrapper {
	margin-top: 13px;
	position: absolute;
	z-index: 4;
	width: 100%;
	padding-right: 37px;
}

@media (min-width: 1025px) {
	.vertical-item:not(:hover) > .menu-level-1 {
		visibility: hidden;
		opacity: 0;
		-webkit-transform: translateX(15px);
		-moz-transform: translateX(15px);
		-ms-transform: translateX(15px);
		-o-transform: translateX(15px);
		transform: translateX(15px);
	}

	.level1:not(:hover) > .menu-level-1.v3, .level1:not(:hover) > .menu-level-1.slide.v6, .level1:not(:hover) > .menu-level-1.slide.v5 {
		visibility: hidden;
		opacity: 0;
	}
}

.vertical-menu {
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	display: unset;
	left: calc(100% + 11px);
	opacity: 0;
	position: absolute;
	text-align: left;
	top: -3px;
	visibility: hidden;
	width: 257px;
	border: 1px solid #ebebeb;
	z-index: 9;
	height: 469px;
	min-width: 257px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	color: #333;
	padding: 30px;
}

.vertical-menu.v2 {
	min-width: 723px;
}

.vertical-menu.pd {
	padding: 50px 50px;
}

.vertical-menu.pd2 {
	padding: 36px 10px 30px 15px;
}

.vertical-menu.pd3 {
	padding: 36px 10px 30px 270px;
}

.vertical-menu.homebg {
	background: url("../img/megamenu/home-bg.jpg") no-repeat center;
}

.vertical-menu.style1.menu-level-1 > .level1 > .level2 > a {
	margin-bottom: 16px;
	padding-bottom: 9px;
}

.vertical-menu.style1.menu-level-1 > .level1 > .level2 .menu-level-2 > .level3 > a {
	line-height: 24px;
}

.vertical-menu.tvbg {
	background: url("../img/megamenu/tv-bg.jpg") no-repeat center;
}

.vertical-menu.phonebg {
	background: url("../img/megamenu/phone-bg.jpg") no-repeat center;
}

.vertical-menu.headphonebg {
	background: url("../img/megamenu/headphone-bg.jpg") no-repeat center;
}

.vertical-menu h3 {
	font-size: 16px;
	margin-top: 10px;
}

.vertical-menu .vertical-menu1 li > a {
	color: #666;
	line-height: 35px;
}

.vertical-menu .vertical-menu1 li > a:hover {
	color: #dd2a2a;
}

.vertical-menu .cate-item {
	margin-bottom: 40px;
}

.e-border {
	border: 1px solid #ededed;
	-moz-border-radius: 9999px;
	-webkit-border-radius: 9999px;
	border-radius: 9999px;
	height: 78px;
	padding-left: 98px;
	padding-right: 44px;
	position: relative;
	margin-left: -84px;
}

.header-v1 .header-center {
	border-bottom: 1px solid #eee;
}

@media (min-width: 1025px) {
	.header-v2 .header-center {
		padding-top: 20px;
		padding-bottom: 20px;
		border: 0;
	}
}

.header-v2 .header-center .topbar-left {
	margin-left: 98px;
}

@media (min-width: 1025px) {
	.header-v4 .header-center .topbar-right {
		margin-left: 35px;
	}
}

.header-v4 .header-bottom {
	padding: 7px 0;
}

@media (min-width: 1025px) {
	.header-v4 .navbar-nav {
		position: relative;
	}
}

.header-v5 .nav {
	width: 100%;
}

@media (min-width: 1200px) and (max-width: 1367px) {
	.header-v5 .navbar-nav > li {
		padding: 0 15px;
	}
}

@media (min-width: 1025px) and (max-width: 1200px) {
	.header-v5 .navbar-nav > li {
		padding: 0 5px;
	}
}

@media (min-width: 1025px) {
	.page-left-sidebar {
		width: 245px;
		height: 100%;
		float: left;
		clear: both;
		background: #fff;
		padding: 30px;
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		z-index: 100;
	}

	.page-left-sidebar .navbar-wrapper {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		height: 100%;
	}
}

@media (min-width: 1400px) {
	.page-left-sidebar {
		width: 345px;
		padding: 40px 60px;
	}
}

@media (min-width: 1025px) {
	.page-right-content {
		margin-left: 245px;
		width: calc(100% - 245px);
		width: -moz-calc(100% - 245px);
		clear: none;
		width: -o-calc(100% - 245px);
		position: relative;
		overflow: hidden;
		width: -webkit-calc(100% - 245px);
	}

	.page-right-content .container {
		width: 100%;
	}
}

@media (min-width: 1400px) {
	.page-right-content {
		margin-left: 345px;
		width: calc(100% - 345px);
		width: -moz-calc(100% - 345px);
		clear: none;
		width: -o-calc(100% - 345px);
		position: relative;
		overflow: hidden;
		width: -webkit-calc(100% - 345px);
	}

	.page-right-content .container {
		max-width: 1515px;
		width: 1515px;
	}
}

.page-right-content .zoa-product .product-item, .page-right-content .zoa-product .contact-form .contact-item, .contact-form .page-right-content .zoa-product .contact-item {
	margin-bottom: 30px;
}

.sidebar-menu-top {
	margin-bottom: 20px;
}

.sidebar-menu-middle {
	flex-grow: 1;
}

.sidebar-menu-middle .nav {
	float: none;
}

.sidebar-menu-middle .nav > li {
	display: block;
	float: none;
	padding: 0;
	margin: 5px 0;
}

.sidebar-menu-middle .nav > li > a {
	width: 100%;
	line-height: 40px;
	display: block;
}

.sidebar-menu-middle .nav > li > a:after {
	width: 45px;
}

.sidebar-menu-middle .nav > li.dropdown {
	position: relative;
}

.sidebar-menu-middle .nav > li.dropdown:after {
	content: '\e902';
	font-family: zoa;
	position: absolute;
	right: 0;
	font-size: 5px;
	line-height: 1;
	top: 15px;
}

.sidebar-menu-middle .nav > li.dropdown:hover:after {
	font-family: FontAwesome;
	content: '\f0da';
	font-size: 14px;
}

.sidebar-menu-bottom {
	margin-top: 20px;
}

.sidebar-menu-bottom .sidebar-menu-link {
	position: relative;
	margin-bottom: 25px;
	padding-bottom: 30px;
}

.sidebar-menu-bottom .sidebar-menu-link li {
	line-height: 32px;
}

.sidebar-menu-bottom .sidebar-menu-link li:not(:last-child) {
	margin-bottom: 5px;
}

.sidebar-menu-bottom .sidebar-menu-link li a {
	color: #888;
}

.sidebar-menu-bottom .sidebar-menu-link li a:hover {
	color: #dd2a2a;
}

.sidebar-menu-bottom .sidebar-menu-link:after {
	content: '';
	position: absolute;
	bottom: 0;
	display: inline-block;
	width: 60px;
	height: 1px;
	background-color: #dddddd;
}

.sidebar-menu-bottom .social {
	margin-bottom: 30px;
}

.sidebar-menu-bottom .social a {
	padding: 0 5px;
	color: #888;
}

.sidebar-menu-bottom .social a i {
	font-size: 17px;
}

.sidebar-menu-bottom .social a:hover {
	color: #dd2a2a;
}

.sidebar-menu-bottom .sidebar-copyright p {
	color: #888;
}

.sidebar-menu-bottom .sidebar-copyright p a {
	font-weight: 600;
	color: #dd2a2a;
}

@media (min-width: 1025px) {
	.header-v3 .zoa-logo {
		margin-right: 50px;
	}
}

@media (min-width: 1025px) {
	.header-v3 .level1.hassub .menu-level-1 {
		left: 0;
		right: auto;
	}
}

.header-bottom {
	padding-top: 14px;
}

.header-v5 .header-bottom {
	padding: 0;
}

.header-v5 .widget-left {
	margin-top: -12px;
}

.header-v5 .widget-verticalmenu {
	position: relative;
	z-index: 3;
}

.header-v5 .vertical-wrapper {
	display: none;
}

.header-cate ul {
	display: -webkit-box;
	/* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;
	/* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;
	/* TWEENER - IE 10 */
	display: -webkit-flex;
	/* NEW - Chrome */
	display: flex;
	/* NEW, Spec - Opera 12.1, Firefox 20+ */
	flex-flow: row;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	text-align: center;
}

.header-cate ul li {
	flex: 1 1 auto;
	flex-basis: calc(50% - 20px);
	padding: 29px 0;
	border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.header-cate ul li:last-child {
	border-right: 0;
}

.header-cate ul li a {
	display: -webkit-box;
	/* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;
	/* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;
	/* TWEENER - IE 10 */
	display: -webkit-flex;
	/* NEW - Chrome */
	display: flex;
	/* NEW, Spec - Opera 12.1, Firefox 20+ */
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
	font-weight: 500;
	color: #fff;
@incluce transiton2;
}

.header-cate ul li a:hover {
@incluce transiton2;
}

.header-cate ul li a img {
	width: auto;
	height: auto;
	margin: 0 auto;
	padding-bottom: 10px;
}

.btn-csoon {
	width: 132px;
	height: 42px;
	line-height: 42px;
	-moz-border-radius: 999px;
	-webkit-border-radius: 999px;
	border-radius: 999px;
	display: inline-block;
	text-align: center;
	font-size: 16px;
	opacity: 0;
}

.dropdown-menu .cate-item .demo-img {
	position: relative;
}

.dropdown-menu .cate-item:hover .overlay-img {
	opacity: 1;
}

.dropdown-menu .cate-item:hover .btn-csoon {
	opacity: 1;
}

.header-v3.bg-w {
	background: #fff;
}

.box-header-nav {
	padding-left: 30px;
	position: relative;
	border-bottom: 1px solid #f0f0f0;
}

@media (min-width: 1681px) {
	.box-header-nav {
		padding-left: 240px;
		width: 63.3%;
	}
}

.box-header-nav .navbar-nav > li > a:before {
	height: 100%;
	border-right: 1px solid #e9e9e9;
}

.box-header-nav .navbar-nav > li:first-child > a:before {
	border: 0;
}

.box-header-menu {
	padding-right: 30px;
	padding-left: 75px;
	background: linear-gradient(90deg, #c467f5, #53f3ff);
	position: relative;
}

@media (min-width: 1681px) {
	.box-header-menu {
		width: 36.7%;
		background: linear-gradient(90deg, #c467f5, #53f3ff);
	}
}

.box-header-menu:before {
	content: '';
	border-width: 0 0 63px 75px;
	border-color: transparent transparent transparent #fff;
	border-style: solid;
	position: absolute;
	bottom: 0;
	left: 0;
}

.box-header-menu .navbar-nav > li > a {
	color: #fff;
}

.box-header-menu .navbar-nav > li > a:before {
	opacity: 0.3;
}

.list-product-search {
	z-index: 8889;
	list-style-type: none;
	width: 242px;
	margin: 0;
	padding: 0;
	background: #ffffff;
	-webkit-box-shadow: 0px 3px 24px 0px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 3px 24px 0px rgba(0, 0, 0, 0.08);
	border-radius: 7px;
	min-width: 342px;
	border: 1px solid #ebebeb;
	padding-bottom: 4px;
	padding-top: 1px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s ease-out 0s;
	-webkit-transition: all 0.5s ease-out 0s;
	margin-top: 32px;
	position: absolute;
}

.list-product-search.active {
	left: 0px;
	top: 100%;
	margin-top: 18px;
	opacity: 1;
	visibility: visible;
}

.list-product-search:after {
	content: '';
	display: block;
	position: absolute;
	top: -7px;
	left: 30px;
	width: 10px;
	height: 10px;
	background: #FFFFFF;
	border-right: 1px solid #ebebeb;
	border-top: 1px solid #ebebeb;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.list-product-search li {
	display: block;
	width: 100%;
	margin: 0;
	padding: 12px 18px;
	border-top: 1px solid #f0f0f0;
	overflow: hidden;
}

.list-product-search li:first-child {
	border-top: none;
}

.list-product-search .product-img {
	width: 18%;
}

.list-product-search .product-img img {
	width: 52px;
	height: 52px;
	border-radius: 3px;
	border: 1px solid #f0f0f0;
}

.list-product-search .product-title {
	width: 82%;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-align: left;
	padding-left: 18px;
}

.list-product-search .product-title:hover {
	color: #ff5050;
}

.footer.v1 {
	padding: 35px 0;
}

@media (min-width: 1780px) {
	.footer.v1 {
		max-width: 1710px;
		margin: 0 auto;
	}
}

@media (max-width: 1025px) {
	.footer.v2 {
		padding: 35px 0;
		border-top: 1px solid #eee;
	}

	.footer.v2 .bd-top {
		border: 0;
	}
}

.footer.v2.bg-black {
	background: #181818;
}

.footer.v3, .footer.slide.v6, .footer.slide.v5 {
	padding: 36px 0px;
}

@media (min-width: 1024px) {
	.footer .f-content {
		display: -webkit-box;
		/* OLD - iOS 6-, Safari 3.1-6 */
		display: -moz-box;
		/* OLD - Firefox 19- (buggy but mostly works) */
		display: -ms-flexbox;
		/* TWEENER - IE 10 */
		display: -webkit-flex;
		/* NEW - Chrome */
		display: flex;
		/* NEW, Spec - Opera 12.1, Firefox 20+ */
		-webkit-align-items: center;
		-moz-align-items: center;
		-ms-align-items: center;
		align-items: center;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
		-ms-flex-pack: space-between;
	}
}

.footer .f-content .f-col {
	display: -webkit-box;
	/* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;
	/* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;
	/* TWEENER - IE 10 */
	display: -webkit-flex;
	/* NEW - Chrome */
	display: flex;
	/* NEW, Spec - Opera 12.1, Firefox 20+ */
	width: 100%;
	flex: 1 1 100%;
}

@media (min-width: 1024px) {
	.footer .f-content .f-col {
		width: 33.33333%;
		flex: 1 1 33.3333%;
	}

	.footer .f-content .f-col:last-child {
		-webkit-justify-content: flex-end;
		-moz-justify-content: flex-end;
		-ms-justify-content: flex-end;
		justify-content: flex-end;
		-ms-flex-pack: flex-end;
	}
}

@media (max-width: 812px) {
	.footer .f-content .f-col {
		margin-bottom: 15px;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		-ms-flex-pack: center;
	}

	.footer .f-content .f-col:nth-child(2) {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-align-items: center;
		-moz-align-items: center;
		-ms-align-items: center;
		align-items: center;
	}
}

.footer .f-content .f-col:last-child {
	margin-bottom: 0;
}

.footer .social a {
	padding: 0 5px;
	color: #888;
}

.footer .social a:first-child {
	padding-left: 0;
}

.footer .social a:hover {
	color: #dd2a2a;
}

.footer p {
	color: #888;
}

@media (min-width: 1024px) {
	.footer p {
		margin-bottom: 0;
		margin-right: 10px;
	}
}

.footer p a {
	font-weight: 600;
}

.footer ul {
	margin-bottom: 0;
	margin-left: 8px;
}

.footer ul li {
	display: inline-block;
	padding: 0 8px;
	position: relative;
}

.footer ul li:before {
	content: ".";
	position: absolute;
	top: 30%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: -2px;
}

.footer ul li a {
	color: #888;
}

.footer ul li a:hover {
	color: #dd2a2a;
}

.home4 .page-content .products {
	margin-top: 40px;
}

#content_left {
	background: #FFF;
	position: fixed;
	height: 100%;
	z-index: 999;
}

#page_content.page-content {
	overflow: hidden;
}

@media (min-width: 1000px) {
	#page_content.page-content {
		margin-left: 308px;
	}
}

.search-form-wrapper, .account-form-wrapper {
	pointer-events: none;
	position: fixed;
	top: 0;
	left: 100%;
	overflow: hidden;
	width: 100%;
	height: 100vh;
	background-color: #222;
	z-index: 1001;
	padding: 40px;
	transition: transform .5s ease-out;
}

.search-form-wrapper.search--open, .search--open.account-form-wrapper {
	pointer-events: auto;
	transform: translate3d(-100%, 0, 0);
	transition: transform .5s ease-out;
}

.search-form-wrapper #search-btn, .account-form-wrapper #search-btn {
	position: absolute;
	right: 0;
	top: 8px;
	background-color: transparent;
	padding: 0;
	width: 50px;
	height: 50px;
	color: rgba(255, 255, 255, 0.8);
	text-align: center;
	border: 0;
}

.search-form-wrapper #search-btn i, .account-form-wrapper #search-btn i {
	font-size: 32px;
}

.search-form-wrapper #search-btn svg, .account-form-wrapper #search-btn svg {
	fill: #fff;
}

.search-form-wrapper input.search-input, .account-form-wrapper input.search-input {
	font-size: 30px;
	display: table-cell;
	vertical-align: middle;
	line-height: 1;
	width: 100%;
	border: none;
	border-bottom: 1px solid #888;
	background: #222 none no-repeat right center;
	background-size: 30px;
	padding: 14px 10px;
	color: #888;
	letter-spacing: 0.02em;
}

.search-form-wrapper input.search-input::-webkit-input-placeholder, .account-form-wrapper input.search-input::-webkit-input-placeholder {
	color: #888888;
	font-size: 30px;
}

.search-form-wrapper input.search-input:-moz-placeholder, .account-form-wrapper input.search-input:-moz-placeholder {
	color: #888888;
	font-size: 30px;
}

.search-form-wrapper input.search-input::-moz-placeholder, .account-form-wrapper input.search-input::-moz-placeholder {
	color: #888888;
	font-size: 30px;
}

.search-form-wrapper input.search-input:-ms-input-placeholder, .account-form-wrapper input.search-input:-ms-input-placeholder {
	color: #888888;
	font-size: 30px;
}

.search-form-wrapper .search-form, .account-form-wrapper .search-form {
	display: table;
	width: 100%;
	position: relative;
}

.search-form-wrapper .zoa-category, .account-form-wrapper .zoa-category {
	margin-bottom: 100px;
}

.search-form-wrapper .zoa-category li, .account-form-wrapper .zoa-category li {
	padding: 0 15px;
	display: inline-block;
}

.search-form-wrapper .zoa-category li a, .account-form-wrapper .zoa-category li a {
	font-size: 18px;
	color: #666;
	position: relative;
	padding-bottom: 6px;
}

.search-form-wrapper .zoa-category li a:after, .account-form-wrapper .zoa-category li a:after {
	content: '';
	width: 0;
	height: 1px;
	background: #FFF;
	position: absolute;
	display: block;
	left: 50%;
	right: 50%;
	bottom: 0;
	opacity: 0;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}

.search-form-wrapper .zoa-category li:hover a, .account-form-wrapper .zoa-category li:hover a {
	color: #FFF;
}

.search-form-wrapper .zoa-category li:hover a:after, .account-form-wrapper .zoa-category li:hover a:after {
	opacity: 1;
	left: 0;
	right: 0;
	width: 100%;
}

.search-form-wrapper .search-results-wrapper, .account-form-wrapper .search-results-wrapper {
	display: -webkit-box;
	/* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;
	/* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;
	/* TWEENER - IE 10 */
	display: -webkit-flex;
	/* NEW - Chrome */
	display: flex;
	/* NEW, Spec - Opera 12.1, Firefox 20+ */
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end;
	justify-content: flex-end;
	-ms-flex-pack: flex-end;
	margin-bottom: 90px;
}

.search-form-wrapper .btn-search-close, .account-form-wrapper .btn-search-close {
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
}

.search-form-wrapper .btn-search-close i, .account-form-wrapper .btn-search-close i {
	color: #FFF;
	font-size: 64px;
}

.search-form-wrapper .btn-search-close i.black, .account-form-wrapper .btn-search-close i.black {
	color: #222;
}

.account-form-wrapper {
	background-color: #FFF;
}

.account-form-wrapper.account--open {
	overflow: scroll;
	pointer-events: auto;
	transform: translate3d(-100%, 0, 0);
}

.account-form-wrapper .search-results-wrapper {
	margin-bottom: 80px;
}

.account-tab, .zoa-product-tabs .tabs {
	margin-bottom: 58px;
}

.account-tab li, .zoa-product-tabs .tabs li {
	display: inline-block;
	padding: 0 22px;
}

.account-tab li a, .zoa-product-tabs .tabs li a {
	font-size: 30px;
	color: #888888;
	position: relative;
	padding-bottom: 5px;
}

.account-tab li a:after, .zoa-product-tabs .tabs li a:after {
	content: '';
	width: 0;
	height: 2px;
	background: #222;
	position: absolute;
	display: block;
	left: 50%;
	right: 50%;
	bottom: 0;
	opacity: 0;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}

.account-tab li.active a, .zoa-product-tabs .tabs li.active a {
	color: #222;
	font-weight: 600;
}

.account-tab li.active a:after, .zoa-product-tabs .tabs li.active a:after {
	opacity: 1;
	left: 0;
	right: 0;
	width: 100%;
}

.account-tab li:hover a, .zoa-product-tabs .tabs li:hover a {
	color: #222;
}

.account-tab li:hover a:after, .zoa-product-tabs .tabs li:hover a:after {
	opacity: 1;
	left: 0;
	right: 0;
	width: 100%;
}

.account-tab li:first-child, .zoa-product-tabs .tabs li:first-child {
	padding-left: 0;
}

.zoa-cart {
	padding: 30px 0;
}

@media (min-width: 1025px) {
	.zoa-cart {
		padding: 100px 0;
	}
}

@media (max-width: 480px) {
	.zoa-cart .account-tab li, .zoa-cart .zoa-product-tabs .tabs li, .zoa-product-tabs .zoa-cart .tabs li {
		text-align: center;
		display: block;
		margin: 15px 0;
	}
}

.shopping-cart .cart-table thead > tr > th {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: normal;
	color: #999;
}

.shopping-cart .cart-table .product-remove {
	text-align: center;
}

.shopping-cart .cart-table .item_cart .product-img {
	width: 100px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100px;
	flex: 0 0 100px;
}

@media (min-width: 767px) {
	.shopping-cart .cart-table .item_cart .product-name {
		width: 126px;
	}

	.shopping-cart .cart-table .item_cart .product-same {
		width: 130px;
	}
}

@media (min-width: 813px) {
	.shopping-cart .cart-table .item_cart .product-desc {
		width: 336px;
	}
}

.shopping-cart .cart-table .item_cart .product-info a {
	font-weight: 600;
	letter-spacing: 0.01em;
	display: block;
}

@media (min-width: 813px) {
	.shopping-cart .cart-table .item_cart .product-info a {
		font-size: 18px;
		margin-bottom: 8px;
	}
}

.shopping-cart .cart-table .item_cart .product-info span {
	letter-spacing: 0.01em;
	color: #999;
	display: block;
}

.shopping-cart .cart-table .item_cart .product-info p {
	letter-spacing: 0.01em;
	font-size: 15px;
	font-weight: 600;
}

.shopping-cart .cart-table .item_cart .cart-qtt button {
	display: none;
}

.shopping-cart .cart-table .item_cart .cart-qtt input {
	text-align: center;
	width: 61px;
	height: 39px;
	line-height: 39px;
	border: 1px solid #f3f3f3;
}

@media (min-width: 1025px) {
	.shopping-cart .cart-table .item_cart .total-price.wl {
		width: 270px;
	}
}

.shopping-cart .cart-table .item_cart .total-price .price {
	color: #222;
	font-weight: 600;
	font-size: 15px;
}

.shopping-cart .cart-table .item_cart .zoa-select {
	position: relative;
	padding-bottom: 5px;
}

.shopping-cart .cart-table .item_cart .zoa-select:before {
	position: absolute;
	content: "";
	border-bottom: 1px solid;
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0;
}

.shopping-cart .cart-table .item_cart .product-remove a {
	font-size: 20px;
	color: #222;
}

.shopping-cart .cart-table .item_cart .product-remove a:hover {
	color: #dd2a2a;
}

.shopping-cart .table-cart-bottom {
	padding-top: 30px;
}

.shopping-cart .table-cart-bottom.v2 {
	padding-top: 20px;
}

@media (min-width: 1025px) {
	.shopping-cart .table-cart-bottom .coupon-group {
		display: -webkit-box;
		/* OLD - iOS 6-, Safari 3.1-6 */
		display: -moz-box;
		/* OLD - Firefox 19- (buggy but mostly works) */
		display: -ms-flexbox;
		/* TWEENER - IE 10 */
		display: -webkit-flex;
		/* NEW - Chrome */
		display: flex;
		/* NEW, Spec - Opera 12.1, Firefox 20+ */
		-webkit-align-items: center;
		-moz-align-items: center;
		-ms-align-items: center;
		align-items: center;
	}
}

.shopping-cart .table-cart-bottom .form_coupon {
	position: relative;
}

@media (min-width: 480px) {
	.shopping-cart .table-cart-bottom .form_coupon {
		width: 400px;
	}
}

.shopping-cart .table-cart-bottom .form_coupon input {
	height: 55px;
	line-height: 55px;
	padding-left: 70px;
	border-style: dotted;
	background: #f9f9f9;
}

.shopping-cart .table-cart-bottom .form_coupon input::-webkit-input-placeholder {
	color: #aaa;
	font-size: 14px;
}

.shopping-cart .table-cart-bottom .form_coupon input:-moz-placeholder {
	color: #aaa;
	font-size: 14px;
}

.shopping-cart .table-cart-bottom .form_coupon input::-moz-placeholder {
	color: #aaa;
	font-size: 14px;
}

.shopping-cart .table-cart-bottom .form_coupon input:-ms-input-placeholder {
	color: #aaa;
	font-size: 14px;
}

@media (max-width: 1024px) {
	.shopping-cart .table-cart-bottom .form_coupon input {
		margin-bottom: 30px;
	}
}

.shopping-cart .table-cart-bottom .form_coupon .input-icon {
	position: absolute;
	top: 15px;
	left: 18px;
}

.shopping-cart .table-cart-bottom .btn-update {
	display: block;
	text-transform: uppercase;
	border: 1px solid #222;
	padding: 17px 52px;
	text-align: center;
}

@media (min-width: 1025px) {
	.shopping-cart .table-cart-bottom .btn-update {
		margin-left: 10px;
	}
}

.shopping-cart .table-cart-bottom .btn-update:hover {
	color: #FFF;
	background: #222;
	border-color: #222;
}

@media (min-width: 767px) {
	.shopping-cart .table-cart-bottom .row {
		display: -webkit-box;
		/* OLD - iOS 6-, Safari 3.1-6 */
		display: -moz-box;
		/* OLD - Firefox 19- (buggy but mostly works) */
		display: -ms-flexbox;
		/* TWEENER - IE 10 */
		display: -webkit-flex;
		/* NEW - Chrome */
		display: flex;
		/* NEW, Spec - Opera 12.1, Firefox 20+ */
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
		-ms-flex-pack: space-between;
	}

	.shopping-cart .table-cart-bottom .row [class*="col-xs-"] {
		flex: 1 1 50%;
	}

	.shopping-cart .table-cart-bottom .row [class*="col-xs-"]:last-child {
		-webkit-justify-content: flex-end;
		-moz-justify-content: flex-end;
		-ms-justify-content: flex-end;
		justify-content: flex-end;
		-ms-flex-pack: flex-end;
		max-width: 330px;
		text-align: right;
	}

	.shopping-cart .table-cart-bottom .row [class*="col-xs-"]:first-child {
		margin-top: auto;
	}
}

@media (max-width: 767px) {
	.shopping-cart .table-cart-bottom .row [class*="col-xs-"] {
		margin-bottom: 15px;
	}
}

.shopping-cart .table-cart-bottom .cart-text .cart-element {
	display: -webkit-box;
	/* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;
	/* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;
	/* TWEENER - IE 10 */
	display: -webkit-flex;
	/* NEW - Chrome */
	display: flex;
	/* NEW, Spec - Opera 12.1, Firefox 20+ */
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: space-between;
}

.shopping-cart .table-cart-bottom .cart-text .cart-element p {
	letter-spacing: 0.01em;
}

.shopping-cart .table-cart-bottom .cart-text .cart-element.text-bold {
	padding-top: 15px;
	margin-bottom: 35px;
}

.shopping-cart .table-cart-bottom .cart-text .cart-element.text-bold p {
	font-weight: 600;
	font-size: 18px;
}

.shopping-cart .table-cart-bottom .zoa-checkout {
	padding: 18px 88px;
	text-align: center;
	display: inline-block;
}

.shopping-cart .cart-btn-group {
	margin-bottom: 35px;
}

@media (max-width: 480px) {
	.shopping-cart .cart-btn-group {
		display: -webkit-box;
		/* OLD - iOS 6-, Safari 3.1-6 */
		display: -moz-box;
		/* OLD - Firefox 19- (buggy but mostly works) */
		display: -ms-flexbox;
		/* TWEENER - IE 10 */
		display: -webkit-flex;
		/* NEW - Chrome */
		display: flex;
		/* NEW, Spec - Opera 12.1, Firefox 20+ */
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.shopping-cart .cart-btn-group a {
	text-transform: uppercase;
}

.shopping-cart .cart-btn-group a:hover {
	color: #dd2a2a;
}

.shopping-cart .cart-btn-group a.btn-continue {
	padding-bottom: 5px;
	position: relative;
	font-weight: 600;
}

@media (min-width: 480px) {
	.shopping-cart .cart-btn-group a.btn-continue {
		margin-right: 30px;
	}

	.shopping-cart .cart-btn-group a.btn-continue:after {
		content: "";
		position: absolute;
		bottom: 0;
		border-bottom: 1px solid #222;
		width: 100%;
		right: 0;
	}
}

.shopping-cart .cart-btn-group a.btn-clear {
	color: #999;
}

@media (min-width: 480px) {
	.shopping-cart .cart-btn-group a.btn-clear {
		padding-left: 30px;
		border-left: 1px solid #eee;
	}
}

.shopping-cart .cart-btn-group.v2 a {
	text-transform: none;
}

.shopping-cart .cart-btn-group.v2 a.btn-clear {
	color: #222;
}

.shopping-cart .cart-btn-group.v2 a.btn-clear img {
	margin-left: 5px;
}

#breadcrumb {
	margin-bottom: 30px;
}

#breadcrumb.breadcrumb-v2 {
	margin-bottom: 85px;
	margin-top: 17px;
}

#breadcrumb.breadcrumb-v2 .breadcrumb-content {
	color: #9c9c9c;
	margin: 0;
	min-height: auto;
	text-align: left;
}

#breadcrumb.breadcrumb-v2 .breadcrumb-content ul li {
	font-size: 14px;
}

#breadcrumb.breadcrumb-v2 .breadcrumb-content ul li:last-child {
	color: #232323;
}

#breadcrumb.breadcrumb-v2 .breadcrumb-content ul li:after {
	top: 0px;
}

@media (min-width: 1200px) {
	#breadcrumb.breadcrumb-v2 .inner {
		margin: 0 50px;
	}
}

#breadcrumb .breadcrumb-content {
	color: #FFF;
	position: reletive;
	text-align: center;
}

@media (min-width: 1025px) {
	#breadcrumb .breadcrumb-content {
		min-height: 399px;
		margin: 0 15px;
	}
}

@media (max-width: 1025px) {
	#breadcrumb .breadcrumb-content {
		min-height: 150px;
	}
}

#breadcrumb .breadcrumb-content.bg-breadcrumb-01 {
	background: url("../images/banner/img-banner-head01.jpg") no-repeat;
}

#breadcrumb .breadcrumb-content.bg-breadcrumb-02 {
	background: url("../images/banner/img-banner-head02.jpg") no-repeat;
}

#breadcrumb .breadcrumb-content.bg-breadcrumb-03 {
	background: url("../images/banner/img-banner-head03.jpg") no-repeat;
}

#breadcrumb .breadcrumb-content.bg-breadcrumb-04 {
	background: url("../images/banner/img-banner-head04.jpg") no-repeat;
}

#breadcrumb .breadcrumb-content .title {
	font-weight: 500;
	margin-bottom: 12px;
	text-transform: uppercase;
}

@media (min-width: 1025px) {
	#breadcrumb .breadcrumb-content .title {
		font-size: 48px;
	}
}

@media (max-width: 1025px) {
	#breadcrumb .breadcrumb-content .title {
		font-size: 25px;
	}
}

#breadcrumb .breadcrumb-content .caption {
	text-align: center;
}

@media (min-width: 1025px) {
	#breadcrumb .breadcrumb-content .caption {
		padding-top: 150px;
	}
}

@media (max-width: 1025px) {
	#breadcrumb .breadcrumb-content .caption {
		padding-top: 40px;
	}
}

#breadcrumb .breadcrumb-content ul {
	display: block;
}

#breadcrumb .breadcrumb-content ul li {
	display: inline-block;
	font-size: 18px;
	font-family: "Poppins", sans-serif;
	position: relative;
}

@media (min-width: 600px) {
	#breadcrumb .breadcrumb-content ul li {
		padding-right: 27px;
		margin-right: 16px;
	}
}

@media (max-width: 600px) {
	#breadcrumb .breadcrumb-content ul li {
		padding-right: 14px;
		margin-right: 5px;
	}
}

#breadcrumb .breadcrumb-content ul li:last-child {
	color: #7fb441;
	margin: 0;
	padding: 0;
}

#breadcrumb .breadcrumb-content ul li:last-child:after {
	display: none;
}

#breadcrumb .breadcrumb-content ul li:after {
	content: "\f0da";
	font-family: FontAwesome;
	font-size: 14px;
	position: absolute;
	top: 3px;
	right: 0;
}

.scrollToTop {
	width: 42px;
	height: 42px;
	position: fixed;
	bottom: 5%;
	right: 2%;
	display: none;
	font-size: 30px;
	background: #dd2a2a;
	color: #ebebeb;
	border-radius: 50px;
	text-align: center;
	line-height: 35px;
	z-index: 999;
}

.scrollToTop:hover {
	color: #FFF;
}

.scrollToTop:focus {
	color: #FFF;
}

.price {
	color: #dd2a2a;
	font-family: var(--default-font), "Poppins", sans-serif;
}

.old-price {
	color: #9e9e9e;
	margin-right: 5px;
	font-family:, var(--default-font), "Poppins", sans-serif;
}

.modal-backdrop {
	display: none;
}

.modal.in:before {
	background: rgba(0, 0, 0, 0.7);
	content: "";
	left: 0;
	position: absolute;
	top: 0;
	z-index: 9;
	width: 100%;
	height: 100%;
}

.modal.in .modal-dialog {
	z-index: 99;
}

#menumodal.modal.in .modal-dialog {
	margin: 0;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}

#menumodal.modal.fade .modal-dialog {
	top: 0;
	width: 100%;
	height: 100%;
}

#menumodal.modal .modal-content {
	background: #232323;
	height: 100%;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

#menumodal .modal-top {
	margin: 33px 45px;
}

#menumodal .modal-top .inner {
	grid-template-columns: 1fr 200px 1fr;
	display: -webkit-grid;
	display: -webkit-grid;
	display: -moz-grid;
	display: -ms-grid;
	display: grid;
}

#menumodal button.close {
	background: #FFF;
	opacity: 1;
	width: 50px;
	height: 50px;
}

#menumodal button.close span {
	font-size: 50px;
}

#menumodal button.close:hover span {
	color: #dd2a2a;
}

#menumodal .modal-top-right {
	justify-content: flex-end;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}

#menumodal .modal-top-right .search-popup {
	align-items: center;
	margin-right: 31px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}

#menumodal .modal-top-right .search-popup i {
	color: #FFF;
	font-size: 35px;
}

#menumodal .modal-top-right .search-popup i:hover {
	color: #dd2a2a;
}

.sidebar {
	margin-top: 31px;
	padding-right: 30px;
}

.sidebar .widget {
	border-bottom: 1px solid #ededed;
	margin-bottom: 50px;
	padding-bottom: 36px;
}

.sidebar .widget:last-child {
	border: none;
}

.sidebar .widget .title-heading {
	font-size: 24px;
	font-weight: bold;
	text-transform: upercase;
	letter-spacing: 1px;
	padding-bottom: 9px;
	position: relative;
}

.sidebar .widget .title-heading:after {
	background: #dd2a2a;
	content: '';
	left: 0;
	position: absolute;
	bottom: 0;
	width: 80px;
	height: 2px;
}

.sidebar .widget .widget-content {
	margin-top: 15px;
}

.sidebar .widget .widget-content li a {
	font-size: 18px;
	font-weight: 300;
	line-height: 42px;
}

.sidebar .widget.widget-category ul {
	padding-left: 15px;
}

.sidebar .widget.widget-category ul li {
	list-style-type: disc;
	padding-left: 6px;
}

.sidebar .widget.widget-filter-brand ul li {
	border-bottom: 1px solid #f5f5f5;
	clear: both;
	list-style: none;
	padding: 10px 0;
	position: relative;
	text-indent: 0;
	display: block;
	text-align: right;
	overflow: hidden;
}

.sidebar .widget.widget-filter-brand ul li a {
	float: left;
	line-height: 20px;
}

.sidebar .widget.widget-filter-brand ul li:last-child {
	border: none;
}

.sidebar .widget .product-sidebar {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}

.sidebar .widget .product-sidebar img {
	width: 140px;
}

.sidebar .widget .content-product {
	padding-top: 36px;
}

.sidebar .widget .content-product .product-name {
	margin-bottom: 5px;
}

.sidebar .widget .content-product .product-name a {
	font-size: 18px;
}

.sidebar .widget .content-product .price {
	font-size: 17px;
}

.sidebar.sidebar-left {
	border-right: 1px solid #ededed;
}

.social-group-button .button {
	height: 55px;
	display: -webkit-box;
	/* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;
	/* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;
	/* TWEENER - IE 10 */
	display: -webkit-flex;
	/* NEW - Chrome */
	display: flex;
	/* NEW, Spec - Opera 12.1, Firefox 20+ */
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	margin-bottom: 15px;
	color: #FFF;
}

.social-group-button .button.facebook {
	background: #55acee;
}

.social-group-button .button.twitter {
	background: #305c99;
}

.social-group-button .slide {
	width: 100%;
}

.social-group-button .slide p {
	color: #fff;
	margin: 0;
	text-align: center;
	border-right: 1px solid rgba(255, 255, 255, 0.09);
	padding: 13px;
}

.social-group-button .icon {
	width: 55px;
	flex: 0 0 55px;
	display: -webkit-box;
	/* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;
	/* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;
	/* TWEENER - IE 10 */
	display: -webkit-flex;
	/* NEW - Chrome */
	display: flex;
	/* NEW, Spec - Opera 12.1, Firefox 20+ */
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	margin-left: auto;
}

.social-group-button .icon i {
	font-size: 21px;
}

@media (min-width: 1025px) {
	.newsletter.v3, .newsletter.slide.v6, .newsletter.slide.v5 {
		padding: 120px 0;
	}

	.newsletter .flex-end {
		display: -webkit-box;
		/* OLD - iOS 6-, Safari 3.1-6 */
		display: -moz-box;
		/* OLD - Firefox 19- (buggy but mostly works) */
		display: -ms-flexbox;
		/* TWEENER - IE 10 */
		display: -webkit-flex;
		/* NEW - Chrome */
		display: flex;
		/* NEW, Spec - Opera 12.1, Firefox 20+ */
		-webkit-justify-content: flex-end;
		-moz-justify-content: flex-end;
		-ms-justify-content: flex-end;
		justify-content: flex-end;
		-ms-flex-pack: flex-end;
	}
}

@media (min-width: 767px) {
	.newsletter .row {
		display: -webkit-box;
		/* OLD - iOS 6-, Safari 3.1-6 */
		display: -moz-box;
		/* OLD - Firefox 19- (buggy but mostly works) */
		display: -ms-flexbox;
		/* TWEENER - IE 10 */
		display: -webkit-flex;
		/* NEW - Chrome */
		display: flex;
		/* NEW, Spec - Opera 12.1, Firefox 20+ */
		-webkit-align-items: center;
		-moz-align-items: center;
		-ms-align-items: center;
		align-items: center;
	}
}

.newsletter.v2 {
	padding: 28px 0;
	background: #222;
}

@media (min-width: 1780px) {
	.newsletter.v2 {
		max-width: 1710px;
		margin: 0 auto;
	}

	.newsletter.v2.fullwidth {
		max-width: unset;
	}
}

.newsletter.v2 h3 {
	font-size: 32px;
	color: #FFF;
	letter-spacing: 0.02em;
}

.newsletter.v2 .form_newsletter input {
	border-top: 0;
	border-right: 0;
	border-left: 0;
	border-color: #dddddd;
	background: transparent;
	padding-left: 0;
	height: 45px;
}

.newsletter.v2 .form_newsletter .button_mini {
	height: 45px;
	border: 1px solid #FFF;
}

@media (min-width: 480px) {
	.newsletter.v2 .form_newsletter .button_mini {
		margin-left: 40px;
	}
}

.newsletter.v2 .form_newsletter .button_mini:hover {
	border-color: #dd2a2a;
}

@media (max-width: 767px) {
	.newsletter.v3 [class*="col-xs"], .newsletter.slide.v6 [class*="col-xs"], .newsletter.slide.v5 [class*="col-xs"] {
		margin-bottom: 30px;
	}
}

.newsletter.v3 .newsletter-heading, .newsletter.slide.v6 .newsletter-heading, .newsletter.slide.v5 .newsletter-heading {
	margin-bottom: 15px;
}

@media (min-width: 1024px) {
	.newsletter.v3 .newsletter-heading, .newsletter.slide.v6 .newsletter-heading, .newsletter.slide.v5 .newsletter-heading {
		margin-bottom: 50px;
	}
}

.newsletter.v3 .newsletter-flex, .newsletter.slide.v6 .newsletter-flex, .newsletter.slide.v5 .newsletter-flex {
	display: -webkit-box;
	/* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;
	/* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;
	/* TWEENER - IE 10 */
	display: -webkit-flex;
	/* NEW - Chrome */
	display: flex;
	/* NEW, Spec - Opera 12.1, Firefox 20+ */
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	position: relative;
}

@media (min-width: 1024px) {
	.newsletter.v3 .newsletter-flex, .newsletter.slide.v6 .newsletter-flex, .newsletter.slide.v5 .newsletter-flex {
		padding: 0 80px;
	}
}

.newsletter.v3 .newsletter-flex:before, .newsletter.slide.v6 .newsletter-flex:before, .newsletter.slide.v5 .newsletter-flex:before {
	content: "";
	height: 100%;
	border-left: 1px solid #eee;
	left: -15px;
	position: absolute;
}

.newsletter.v3 .newsletter-element, .newsletter.slide.v6 .newsletter-element, .newsletter.slide.v5 .newsletter-element {
	flex: 1 1 100%;
}

.newsletter.v3 .newsletter-element h3, .newsletter.slide.v6 .newsletter-element h3, .newsletter.slide.v5 .newsletter-element h3 {
	font-size: 16px;
	letter-spacing: 0.01em;
	font-weight: 600;
	margin-bottom: 35px;
	margin-top: 0;
}

.newsletter.v3 .newsletter-element ul li, .newsletter.slide.v6 .newsletter-element ul li, .newsletter.slide.v5 .newsletter-element ul li {
	padding-bottom: 10px;
}

.newsletter.v3 .newsletter-element ul li:last-child, .newsletter.slide.v6 .newsletter-element ul li:last-child, .newsletter.slide.v5 .newsletter-element ul li:last-child {
	padding-bottom: 0;
}

.newsletter.v3 .newsletter-element ul li a, .newsletter.slide.v6 .newsletter-element ul li a, .newsletter.slide.v5 .newsletter-element ul li a {
	letter-spacing: 0.01em;
	line-height: 16px;
	color: #666;
}

.newsletter.v3 .newsletter-element ul li a:hover, .newsletter.slide.v6 .newsletter-element ul li a:hover, .newsletter.slide.v5 .newsletter-element ul li a:hover {
	color: #dd2a2a;
}

.newsletter.v3.bg-black, .newsletter.bg-black.slide.v6, .newsletter.bg-black.slide.v5 {
	background: #222;
}

.newsletter.v3.bg-black h3, .newsletter.bg-black.slide.v6 h3, .newsletter.bg-black.slide.v5 h3 {
	color: #FFF;
}

.newsletter.v3.bg-black .zoa-btn, .newsletter.bg-black.slide.v6 .zoa-btn, .newsletter.bg-black.slide.v5 .zoa-btn {
	background: #3b3b3b;
	border-color: #3b3b3b;
}

.newsletter.v3.bg-black .zoa-btn:hover, .newsletter.bg-black.slide.v6 .zoa-btn:hover, .newsletter.bg-black.slide.v5 .zoa-btn:hover {
	background: #dd2a2a;
	border-color: #dd2a2a;
}

.newsletter.v3.bg-black .newsletter-element h3, .newsletter.bg-black.slide.v6 .newsletter-element h3, .newsletter.bg-black.slide.v5 .newsletter-element h3 {
	color: #FFF;
}

.newsletter.v3.bg-black .form_newsletter input, .newsletter.bg-black.slide.v6 .form_newsletter input, .newsletter.bg-black.slide.v5 .form_newsletter input {
	background: transparent;
	border: 1px solid #2c2c2c;
}

.newsletter.v3.bg-black .newsletter-flex:before, .newsletter.bg-black.slide.v6 .newsletter-flex:before, .newsletter.bg-black.slide.v5 .newsletter-flex:before {
	border-left: 1px solid #2c2c2c;
}

@media (min-width: 480px) {
	.newsletter-heading {
		padding-left: 40px;
	}
}

.newsletter-heading h3 {
	letter-spacing: 0.02em;
	position: relative;
}

@media (min-width: 480px) {
	.newsletter-heading h3 {
		font-size: 42px;
		margin-top: 0;
	}
}

@media (min-width: 480px) {
	.newsletter-heading h3:before {
		content: "\f30f";
		font-family: "ionicons";
		position: absolute;
		font-size: 30px;
		left: -40px;
		bottom: 0;
	}
}

.newsletter-heading p {
	letter-spacing: 0.01em;
	color: #999;
}

@media (min-width: 480px) {
	.newsletter-heading p {
		font-size: 16px;
	}
}

.trend-product.pad {
	padding-top: 50px;
	padding-bottom: 50px;
}

@media (min-width: 1400px) {
	.trend-product.pad {
		padding-top: 160px;
		padding-bottom: 150px;
	}
}

@media (min-width: 768px) {
	.trend-product .first {
		display: -webkit-box;
		/* OLD - iOS 6-, Safari 3.1-6 */
		display: -moz-box;
		/* OLD - Firefox 19- (buggy but mostly works) */
		display: -ms-flexbox;
		/* TWEENER - IE 10 */
		display: -webkit-flex;
		/* NEW - Chrome */
		display: flex;
		/* NEW, Spec - Opera 12.1, Firefox 20+ */
		-webkit-align-items: center;
		-moz-align-items: center;
		-ms-align-items: center;
		align-items: center;
	}
}

@media (min-width: 1025px) {
	.trend-product .first > [class*="col-xs-"]:last-child {
		width: 60.8188%;
	}

	.trend-product .first > [class*="col-xs-"]:first-child {
		width: 39.1812%;
	}
}

@media (max-width: 767px) {
	.trend-product .first > [class*="col-xs-"] {
		margin-bottom: 30px;
	}
}

.trend-product .first .trend-img {
	position: relative;
	display: inline-block;
}

.trend-product .first .zoa-category-box-title {
	padding: 20px;
	color: #222;
	background-color: #FFF;
	font-size: 60px;
	font-weight: 400;
	margin: 0;
}

@media (min-width: 480px) {
	.trend-product .first .zoa-category-box-title {
		padding: 67px 58px;
	}
}

.single-banner .content {
	background-color: rgba(255, 255, 255, 0.9);
	padding: 20px;
	text-align: center;
	position: relative;
}

@media (min-width: 480px) {
	.single-banner .content {
		padding: 45px 135px;
	}
}

.single-banner .content:after {
	position: absolute;
	top: -25px;
	left: -25px;
	right: -25px;
	bottom: -25px;
	border: 10px solid #fff;
	content: "";
}

.single-banner .content .text {
	font-weight: 600;
	letter-spacing: 0.4em;
	z-index: 5;
	position: relative;
}

@media (min-width: 480px) {
	.single-banner .content .text {
		font-size: 20px;
		padding-bottom: 6px;
	}
}

.single-banner .content .text:before {
	content: "";
	border-bottom: 2px solid #dd2a2a;
	bottom: 0;
	position: absolute;
	width: 100%;
}

.single-banner .content .zoa-btn {
	position: relative;
	z-index: 5;
}

.single-banner .content h2 {
	font-family: var(--default-font), "Poppins", sans-serif;
	margin-top: 5px;
	margin-bottom: 5px;
	letter-spacing: 0.02em;
}

@media (min-width: 480px) {
	.single-banner .content h2 {
		margin-top: 32px;
		margin-bottom: 25px;
		font-size: 100px;
	}
}

.banner-img {
	position: relative;
}

.policy.pad {
	padding-top: 50px;
	padding-bottom: 50px;
}

@media (min-width: 480px) {
	.policy.pad {
		padding-top: 88px;
		padding-bottom: 70px;
	}
}

.policy-item {
	display: -webkit-box;
	/* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;
	/* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;
	/* TWEENER - IE 10 */
	display: -webkit-flex;
	/* NEW - Chrome */
	display: flex;
	/* NEW, Spec - Opera 12.1, Firefox 20+ */
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}

@media (max-width: 1025px) {
	.policy-item {
		margin-bottom: 30px;
	}
}

@media (max-width: 480px) {
	.policy-item {
		width: 100%;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-align-items: center;
		-moz-align-items: center;
		-ms-align-items: center;
		align-items: center;
		text-align: center;
	}
}

.policy-item .policy-icon {
	width: 40px;
	flex: 0 0 40px;
	margin-right: 10px;
}

.policy-item .policy-content h3 {
	font-size: 16px;
	font-weight: 600;
	margin-top: 0;
}

.policy-item .policy-content p {
	color: #888;
}

.banner.pad {
	padding-top: 30px;
	padding-bottom: 30px;
}

@media (min-width: 1025px) {
	.banner.pad {
		padding-top: 120px;
		padding-bottom: 120px;
	}
}

.banner.pad2 {
	padding-bottom: 30px;
}

@media (min-width: 1025px) {
	.banner.pad2 {
		padding-bottom: 140px;
	}
}

.banner .content {
	padding-bottom: 54px;
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end;
	justify-content: flex-end;
	-ms-flex-pack: flex-end;
}

.banner .content h3 {
	letter-spacing: 0.02em;
	font-size: 60px;
}

.banner .content a {
	letter-spacing: 0.02em;
	font-size: 16px;
	position: relative;
	padding-bottom: 6px;
}

.banner .content a:before {
	content: "";
	position: absolute;
	border-bottom: 2px solid #dd2a2a;
	bottom: 0;
	width: 100%;
}

.banner .content2 {
	padding-left: 15px;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
}

@media (min-width: 480px) {
	.banner .content2 {
		padding-left: 60px;
	}
}

.banner .content2 h1 {
	font-weight: 600;
}

@media (min-width: 480px) {
	.banner .content2 h1 {
		letter-spacing: 0.1em;
		font-size: 48px;
		margin-bottom: 6px;
	}
}

@media (min-width: 480px) {
	.banner .content2 p {
		font-size: 30px;
		margin-bottom: 24px;
	}
}

.banner .content2 a {
	font-size: 16px;
	position: relative;
	padding-bottom: 6px;
	font-weight: 600;
}

.banner .content2 a:before {
	content: "";
	position: absolute;
	border-bottom: 2px solid #dd2a2a;
	bottom: 0;
	width: 100%;
}

.banner .content3 a {
	color: #FFF;
	position: relative;
}

@media (min-width: 480px) {
	.banner .content3 a {
		font-size: 32px;
	}
}

.banner .content3 a:before {
	content: "";
	position: absolute;
	border-bottom: 2px solid #FFF;
	bottom: 0;
	width: 100%;
}

@media (min-width: 767px) {
	.banner.style4 .row {
		display: -webkit-box;
		/* OLD - iOS 6-, Safari 3.1-6 */
		display: -moz-box;
		/* OLD - Firefox 19- (buggy but mostly works) */
		display: -ms-flexbox;
		/* TWEENER - IE 10 */
		display: -webkit-flex;
		/* NEW - Chrome */
		display: flex;
		/* NEW, Spec - Opera 12.1, Firefox 20+ */
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
		-ms-flex-pack: space-between;
	}

	.banner.style4 .row [class*="col-xs-"]:last-child {
		margin-top: auto;
		display: -webkit-box;
		/* OLD - iOS 6-, Safari 3.1-6 */
		display: -moz-box;
		/* OLD - Firefox 19- (buggy but mostly works) */
		display: -ms-flexbox;
		/* TWEENER - IE 10 */
		display: -webkit-flex;
		/* NEW - Chrome */
		display: flex;
		/* NEW, Spec - Opera 12.1, Firefox 20+ */
		-webkit-justify-content: flex-end;
		-moz-justify-content: flex-end;
		-ms-justify-content: flex-end;
		justify-content: flex-end;
		-ms-flex-pack: flex-end;
	}
}

@media (min-width: 1025px) {
	.banner.style4 .row [class*="col-xs-"]:first-child {
		width: 64.9425%;
	}

	.banner.style4 .row [class*="col-xs-"]:last-child {
		width: 35.0575%;
	}
}

@media (max-width: 480px) {
	.banner [class*="col-xs-"] {
		margin-bottom: 30px;
	}
}

.zoa-product.pad {
	padding-bottom: 30px;
}

@media (min-width: 1025px) {
	.zoa-product.pad {
		padding-bottom: 60px;
	}
}

.zoa-product.pad .title {
	margin-bottom: 60px;
}

.zoa-product.pad2 {
	padding-top: 30px;
	padding-bottom: 30px;
}

@media (min-width: 1025px) {
	.zoa-product.pad2 {
		padding-top: 160px;
		padding-bottom: 100px;
	}
}

@media (min-width: 480px) {
	.zoa-product.pad2 .title {
		margin-bottom: 70px;
	}
}

.zoa-product.pad3 {
	padding-top: 20px;
	padding-bottom: 30px;
}

@media (min-width: 1025px) {
	.zoa-product.pad3 {
		padding-top: 20px;
		padding-bottom: 140px;
	}
}

.zoa-product.pad3 .title {
	margin-bottom: 50px;
}

.zoa-product.pad4 {
	padding-bottom: 30px;
}

@media (min-width: 1025px) {
	.zoa-product.pad4 {
		padding-top: 90px;
		padding-bottom: 160px;
	}
}

.zoa-product.pad4 .title {
	margin-bottom: 60px;
}

.zoa-product.pad5 {
	padding-bottom: 30px;
	padding-top: 30px;
}

@media (min-width: 1025px) {
	.zoa-product.pad5 {
		padding-top: 130px;
		padding-bottom: 40px;
	}
}

.zoa-product.pad5 .title {
	margin-bottom: 60px;
}

.zoa-product.pad6 {
	padding-top: 60px;
	padding-bottom: 30px;
}

@media (min-width: 1400px) {
	.zoa-product.pad6 {
		padding-top: 120px;
		padding-bottom: 140px;
	}
}

.zoa-product.pad6 .title {
	margin-bottom: 30px;
}

@media (min-width: 480px) {
	.zoa-product.pad6 .title {
		margin-bottom: 70px;
	}
}

.zoa-blog.pad {
	padding-top: 30px;
	padding-bottom: 30px;
}

@media (min-width: 1025px) {
	.zoa-blog.pad {
		padding-top: 80px;
		padding-bottom: 110px;
	}
}

@media (max-width: 480px) {
	.zoa-blog [class*="col-xs-"] {
		margin-bottom: 30px;
	}
}

.zoa-blog .blog-img {
	margin-bottom: 25px;
}

.zoa-blog .blog-content .blog-meta > * {
	font-size: 12px;
	letter-spacing: 0.2em;
}

.zoa-blog .blog-content .blog-meta .blog-meta-tag {
	position: relative;
	padding-bottom: 3px;
}

.zoa-blog .blog-content .blog-meta .blog-meta-tag:before {
	content: "";
	position: absolute;
	border-bottom: 2px solid #dd2a2a;
	bottom: 0;
	width: 100%;
}

.zoa-blog .blog-content .blog-meta .blog-meta-tag.v2:before {
	content: none;
}

.zoa-blog .blog-content .blog-meta .blog-meta-date {
	color: #999;
}

.zoa-blog .blog-content .blog-meta .blog-meta-date:before {
	content: "/";
	padding: 0 12px 0 6px;
	color: #222;
}

.zoa-blog .blog-content h3 {
	font-size: 18px;
	letter-spacing: 0.03em;
}

.zoa-blog.v3.pad, .zoa-blog.pad.slide.v6, .zoa-blog.pad.slide.v5 {
	padding-top: 30px;
}

@media (min-width: 1025px) {
	.zoa-blog.v3.pad, .zoa-blog.pad.slide.v6, .zoa-blog.pad.slide.v5 {
		padding-top: 110px;
		margin-bottom: 30px;
	}

	.zoa-blog.v3.pad .title, .zoa-blog.pad.slide.v6 .title, .zoa-blog.pad.slide.v5 .title {
		margin-bottom: 60px;
	}
}

@media (min-width: 1025px) {
	.zoa-blog.v3 .blog-img, .zoa-blog.slide.v6 .blog-img, .zoa-blog.slide.v5 .blog-img {
		margin-bottom: 0;
	}
}

@media (min-width: 1025px) {
	.zoa-blog.v3 .blog-content, .zoa-blog.slide.v6 .blog-content, .zoa-blog.slide.v5 .blog-content {
		margin: -85px 50px 0 50px;
		position: relative;
		padding-left: 40px;
		padding-top: 30px;
		background: #FFF;
	}
}

.zoa-blog.v3 h3, .zoa-blog.slide.v6 h3, .zoa-blog.slide.v5 h3 {
	margin-bottom: 25px;
}

.zoa-blog.v3 h3 a, .zoa-blog.slide.v6 h3 a, .zoa-blog.slide.v5 h3 a {
	font-weight: 600;
}

.zoa-blog.v3 .btn-read-more, .zoa-blog.slide.v6 .btn-read-more, .zoa-blog.slide.v5 .btn-read-more {
	font-size: 13px;
	color: #dd2a2a;
}

.zoa-blog.v3 .btn-read-more:hover, .zoa-blog.slide.v6 .btn-read-more:hover, .zoa-blog.slide.v5 .btn-read-more:hover {
	color: #222;
}

.zoa-blog.v3 .btn-read-more i, .zoa-blog.slide.v6 .btn-read-more i, .zoa-blog.slide.v5 .btn-read-more i {
	font-size: 8px;
	color: #222;
	margin-right: 10px;
}

@media (min-width: 768px) {
	.about-homepage {
		display: -webkit-box;
		/* OLD - iOS 6-, Safari 3.1-6 */
		display: -moz-box;
		/* OLD - Firefox 19- (buggy but mostly works) */
		display: -ms-flexbox;
		/* TWEENER - IE 10 */
		display: -webkit-flex;
		/* NEW - Chrome */
		display: flex;
		/* NEW, Spec - Opera 12.1, Firefox 20+ */
		-webkit-align-items: center;
		-moz-align-items: center;
		-ms-align-items: center;
		align-items: center;
	}
}

.about-homepage.pad {
	padding-top: 30px;
	padding-bottom: 30px;
}

@media (min-width: 1025px) {
	.about-homepage.pad {
		padding-top: 140px;
		padding-bottom: 140px;
	}
}

@media (min-width: 1025px) {
	.about-homepage {
		padding-left: 130px;
		padding-right: 130px;
	}
}

@media (min-width: 768px) {
	.about-homepage .about-img {
		width: 300px;
		flex: 0 0 300px;
		margin-right: 70px;
	}
}

@media (max-width: 767px) {
	.about-homepage .about-img {
		margin-bottom: 30px;
	}

	.about-homepage .about-img img {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.about-homepage .img-sign img {
		margin: 0 auto;
	}
}

.about-homepage .about-homepage-content .content-first {
	display: -webkit-box;
	/* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;
	/* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;
	/* TWEENER - IE 10 */
	display: -webkit-flex;
	/* NEW - Chrome */
	display: flex;
	/* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.about-homepage .about-homepage-content .content-first p {
	margin-bottom: 0;
}

.about-homepage .about-homepage-content .text-bigbold {
	font-size: 46px;
	font-weight: bold;
	margin-right: 10px;
}

.about-homepage .about-homepage-content p {
	line-height: 26px;
}

.about-brand.pad {
	padding-top: 30px;
	padding-bottom: 30px;
}

@media (min-width: 1025px) {
	.about-brand.pad {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}

@media (max-width: 480px) {
	.zoa-instagram [class*="col-xs"] {
		width: 100%;
		margin-bottom: 15px;
	}

	.zoa-instagram [class*="col-xs"] img {
		width: 100%;
	}
}

.zoa-instagram .insta-title {
	padding: 20px 0;
	background: #222;
}

@media (min-width: 480px) {
	.zoa-instagram .insta-title {
		padding: 49px 0;
	}
}

.zoa-instagram .insta-title a {
	font-size: 16px;
	color: #FFF;
}

.zoa-instagram .insta-title a:hover {
	color: #dd2a2a;
}

.zoa-instagram .insta-title2 {
	padding-bottom: 45px;
}

.zoa-instagram .insta-title2 h3 {
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 0.5em;
}

.zoa-instagram .insta-title2 a {
	font-size: 16px;
	letter-spacing: 0.02em;
}

.zoa-instagram .insta-content {
	display: -webkit-box;
	/* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;
	/* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;
	/* TWEENER - IE 10 */
	display: -webkit-flex;
	/* NEW - Chrome */
	display: flex;
	/* NEW, Spec - Opera 12.1, Firefox 20+ */
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}

@media (min-width: 480px) {
	.zoa-instagram .insta-content {
		-webkit-flex-direction: row;
		-moz-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

.zoa-instagram.pad {
	padding-top: 30px;
}

@media (min-width: 1025px) {
	.zoa-instagram.pad {
		padding-top: 100px;
	}
}

.zoa-product-tabs.pad {
	padding-top: 30px;
	padding-bottom: 30px;
}

@media (min-width: 1025px) {
	.zoa-product-tabs.pad {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

@media (min-width: 1400px) {
	.zoa-product-tabs.pad {
		padding-top: 130px;
		padding-bottom: 110px;
	}
}

@media (max-width: 480px) {
	.zoa-product-tabs .tabs {
		margin-bottom: 30;
	}
}

@media (min-width: 1400px) {
	.zoa-product-tabs .tabs {
		margin-bottom: 74px;
	}
}

@media (min-width: 480px) {
	.zoa-product-tabs .tabs {
		text-align: center;
	}
}

.zoa-product-tabs .tabs li {
	padding: 0 32px;
}

@media (max-width: 480px) {
	.zoa-product-tabs .tabs li {
		display: block;
		padding: 0;
		text-align: center;
		margin-bottom: 5px;
	}
}

.zoa-product-tabs .tabs li a {
	color: #222;
	font-size: 24px;
	padding-bottom: 10px;
	font-weight: 600;
}

.zoa-product-tabs .tabs li a:after {
	background: #dd2a2a;
}

@media (min-width: 1025px) {
	.collection-slide .first {
		display: -webkit-box;
		/* OLD - iOS 6-, Safari 3.1-6 */
		display: -moz-box;
		/* OLD - Firefox 19- (buggy but mostly works) */
		display: -ms-flexbox;
		/* TWEENER - IE 10 */
		display: -webkit-flex;
		/* NEW - Chrome */
		display: flex;
		/* NEW, Spec - Opera 12.1, Firefox 20+ */
	}
}

@media (min-width: 1025px) {
	.collection-slide .first > [class*="col-xs-"]:first-child {
		width: 74.425%;
	}

	.collection-slide .first > [class*="col-xs-"]:last-child {
		width: 25.575%;
	}
}

@media (max-width: 1025px) {
	.collection-slide .first > [class*="col-xs-"] {
		margin-bottom: 30px;
	}
}

.collection-slide .banner-img {
	width: 100%;
}

@media (min-width: 1025px) {
	.collection-slide .banner-img:first-child {
		margin-bottom: 30px;
	}
}

.collection-slide .banner-img img {
	width: 100%;
}

@media (min-width: 480px) {
	.collection-slide .banner .content3 a {
		font-size: 36px;
	}
}

.collection-slide .slide-content {
	padding-left: 30px;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
}

@media (min-width: 480px) {
	.collection-slide .slide-content {
		padding-left: 160px;
		text-align: center;
	}
}

@media (min-width: 480px) {
	.collection-slide .slide-content h3 {
		font-size: 60px;
		margin-bottom: 40px;
	}
}

.collection-slide .slide-content a {
	font-weight: 600;
	position: relative;
	padding-bottom: 6px;
}

@media (min-width: 480px) {
	.collection-slide .slide-content a {
		font-size: 18px;
	}
}

@media (min-width: 480px) {
	.collection-slide .slide-content a {
		margin-left: 135px;
	}
}

.collection-slide .slide-content a:before {
	content: "";
	position: absolute;
	border-bottom: 2px solid #dd2a2a;
	bottom: 0;
	width: 100%;
}

.slide-img, .collection-img {
	position: relative;
}

.zoa-collection.pad {
	padding-bottom: 30px;
}

@media (min-width: 1025px) {
	.zoa-collection.pad {
		padding-bottom: 140px;
	}
}

@media (max-width: 767px) {
	.zoa-collection [class*="col-xs-"] {
		margin-bottom: 15px;
	}
}

@media (max-width: 767px) {
	.zoa-collection .collection-img > a {
		width: 100%;
	}

	.zoa-collection .collection-img > a img {
		width: 100%;
	}
}

.zoa-collection .collection-img .content4 {
	padding-left: 30px;
	padding-top: 30px;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	-ms-flex-pack: flex-start;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
}

@media (min-width: 1024px) {
	.zoa-collection .collection-img .content4 {
		padding-left: 60px;
		padding-top: 50px;
	}
}

.zoa-collection .collection-img .content4 a {
	position: relative;
	padding-bottom: 5px;
}

@media (min-width: 1024px) {
	.zoa-collection .collection-img .content4 a {
		font-size: 36px;
	}
}

.zoa-collection .collection-img .content4 a:before {
	content: "";
	position: absolute;
	border-bottom: 2px solid #222;
	bottom: 0;
	width: 100%;
}

.zoa-collection .collection-img .content5 a {
	background: #FFF;
	padding: 13px 53px;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 0.01em;
}

.about-homepage11 {
	padding: 50px 0;
}

@media (min-width: 1025px) {
	.about-homepage11 {
		padding: 90px 0;
	}
}

@media (max-width: 767px) {
	.about-homepage11 {
		text-align: center;
	}
}

@media (min-width: 1024px) {
	.about-homepage11 .heading {
		padding-left: 100px;
		padding-right: 70px;
	}
}

.about-homepage11 .heading h3 {
	font-size: 13px;
	letter-spacing: 0.4em;
	color: #666;
	margin-top: 0;
}

@media (min-width: 480px) {
	.about-homepage11 .heading h3 {
		margin-bottom: 50px;
	}
}

.about-homepage11 .heading h1 {
	font-size: 40px;
}

@media (min-width: 1024px) {
	.about-homepage11 .content {
		padding-right: 100px;
		padding-left: 40px;
	}
}

.about-homepage11 .content p {
	font-size: 15px;
	line-height: 26px;
	color: #666;
}

@media (min-width: 480px) {
	.about-homepage11 .content p {
		margin-bottom: 25px;
	}
}

.about-homepage11 .content a {
	font-size: 15px;
	font-weight: 600;
	position: relative;
	padding-bottom: 8px;
	display: inline-block;
}

@media (min-width: 480px) {
	.about-homepage11 .content a {
		margin-top: 30px;
	}
}

.about-homepage11 .content a:before {
	content: "";
	position: absolute;
	border-bottom: 2px solid #dd2a2a;
	bottom: 0;
	width: 100%;
}

.zoa-collection-2.pad {
	padding-top: 30px;
}

@media (min-width: 1025px) {
	.zoa-collection-2.pad {
		padding-top: 140px;
	}
}

.zoa-collection-2 .collection-img {
	display: inline-block;
}

@media (min-width: 1025px) {
	.zoa-collection-2 .first {
		display: -webkit-box;
		/* OLD - iOS 6-, Safari 3.1-6 */
		display: -moz-box;
		/* OLD - Firefox 19- (buggy but mostly works) */
		display: -ms-flexbox;
		/* TWEENER - IE 10 */
		display: -webkit-flex;
		/* NEW - Chrome */
		display: flex;
		/* NEW, Spec - Opera 12.1, Firefox 20+ */
		-webkit-align-items: center;
		-moz-align-items: center;
		-ms-align-items: center;
		align-items: center;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
		-ms-flex-pack: space-between;
	}

	.zoa-collection-2 .first > [class*="col-xs-"]:first-child {
		width: 61.4942%;
	}

	.zoa-collection-2 .first > [class*="col-xs-"]:last-child {
		width: 38.5058%;
	}
}

@media (max-width: 1025px) {
	.zoa-collection-2 .first > [class*="col-xs-"]:first-child {
		margin-bottom: 30px;
	}
}

.zoa-collection-2 .second > [class*="col-xs-"]:first-child {
	margin-bottom: 30px;
}

@media (min-width: 1400px) {
	.zoa-collection-2 .second > [class*="col-xs-"]:first-child {
		margin-bottom: 130px;
	}
}

.zoa-collection-2 .content h3 {
	font-size: 30px;
	margin-top: 30px;
	margin-bottom: 20px;
}

.zoa-collection-2 .content a {
	font-size: 16px;
	font-weight: 600;
	padding-bottom: 6px;
	position: relative;
}

.zoa-collection-2 .content a:before {
	content: "";
	position: absolute;
	border-bottom: 2px solid #dd2a2a;
	bottom: 0;
	width: 100%;
}

.zoa-collection-2 .collection-tags.tags-label-right {
	position: absolute;
	top: 50%;
	transform: rotate(-90deg) translateX(50%);
}

.zoa-collection-2 .collection-tags.tags-label-right.v1 {
	right: -40px;
}

@media (min-width: 1400px) {
	.zoa-collection-2 .collection-tags.tags-label-right.v1 {
		right: -88px;
	}
}

.zoa-collection-2 .collection-tags.tags-label-right.v2 {
	right: -20px;
}

@media (min-width: 1400px) {
	.zoa-collection-2 .collection-tags.tags-label-right.v2 {
		right: -77px;
	}
}

.zoa-collection-2 .collection-tags a {
	font-size: 18px;
	letter-spacing: 0.4em;
	font-weight: 600;
	color: #222;
}

.zoa-collection-2 .collection-tags a:hover {
	color: #dd2a2a;
}

@media (min-width: 1025px) {
	.testimonial.v2 .owl-nav > div.owl-next {
		right: 80px;
		left: auto;
	}

	.testimonial.v2 .owl-nav > div.owl-prev {
		right: auto;
		left: 80px;
	}
}

.testimonial .owl-nav > div {
	display: block;
	text-align: center;
	color: #666;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}

.testimonial .owl-nav > div.owl-next {
	right: 0;
	left: auto;
}

@media (min-width: 1400px) {
	.testimonial .owl-nav > div.owl-next {
		right: 80px;
		left: auto;
	}
}

.testimonial .owl-nav > div.owl-prev {
	right: auto;
	left: 0;
}

@media (min-width: 1400px) {
	.testimonial .owl-nav > div.owl-prev {
		right: auto;
		left: 80px;
	}
}

.testimonial .owl-theme .owl-nav [class*=owl-] {
	font-size: 8px;
	background: transparent;
	color: #666;
	border-radius: 0;
	margin: 0;
	padding: 0;
}

.testimonial.pad {
	padding-top: 50px;
	padding-bottom: 50px;
}

@media (min-width: 1400px) {
	.testimonial.pad {
		padding-top: 140px;
		padding-bottom: 140px;
	}
}

.testimonial .testimonial-item {
	background: url("../img/home6/testimonial-bg.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	padding: 113px 0px 100px 0px;
}

@media (max-width: 480px) {
	.testimonial .testimonial-item {
		padding: 30px 15px;
	}
}

.testimonial .testimonial-item .content p {
	letter-spacing: 0.2em;
	padding-bottom: 30px;
	position: relative;
	margin-bottom: 35px;
}

@media (min-width: 480px) {
	.testimonial .testimonial-item .content p {
		font-size: 17px;
		line-height: 27px;
	}
}

.testimonial .testimonial-item .content p.v2 {
	font-weight: 600;
}

.testimonial .testimonial-item .content p:before {
	border-bottom: 1px solid #dd2a2a;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	content: "";
	position: absolute;
	width: 50px;
}

.testimonial .testimonial-item .content a {
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}

.collection-3 {
	padding-top: 30px;
}

@media (min-width: 1025px) {
	.collection-3 {
		padding-top: 50px;
	}
}

@media (min-width: 1400px) {
	.collection-3 {
		padding-top: 170px;
	}
}

@media (max-width: 480px) {
	.collection-3 [class*="col-xs-"]:first-child {
		margin-bottom: 30px;
	}
}

.collection-3 .content {
	padding-left: 15px;
	padding-right: 15px;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
}

@media (min-width: 1025px) {
	.collection-3 .content {
		padding-left: 50px;
		padding-right: 50px;
	}
}

.collection-3 .content.v2 {
	-webkit-align-items: flex-end;
	-moz-align-items: flex-end;
	-ms-align-items: flex-end;
	align-items: flex-end;
	text-align: right;
}

.collection-3 .content h2 {
	font-size: 26px;
	margin-top: 0;
	font-weight: 600;
}

@media (min-width: 480px) {
	.collection-3 .content h2 {
		font-size: 40px;
	}
}

.collection-3 .content h3 {
	font-weight: lighter;
	font-size: 26px;
	margin-top: 0;
}

@media (min-width: 480px) {
	.collection-3 .content h3 {
		font-size: 40px;
	}
}

@media (min-width: 480px) {
	.collection-3 .content h3 {
		margin-bottom: 40px;
	}
}

.collection-3 .content .shop-now {
	font-size: 18px;
	font-weight: 600;
	position: relative;
	padding-bottom: 6px;
}

.collection-3 .content .shop-now:before {
	content: "";
	position: absolute;
	border-bottom: 2px solid #dd2a2a;
	bottom: 0;
	width: 100%;
}

.collection-3 .heading.pad-text {
	padding: 30px 0;
}

@media (min-width: 1025px) {
	.collection-3 .heading.pad-text {
		padding: 94px 0;
	}
}

.collection-3 .heading h3 {
	letter-spacing: 0.5em;
	font-size: 15px;
	line-height: 28px;
	font-weight: 600;
	text-transform: uppercase;
	position: relative;
	display: inline-block;
	padding-top: 25px;
}

.collection-3 .heading h3:before {
	border-bottom: 1px solid #222;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	content: "";
	position: absolute;
	width: 51px;
	border-bottom: 2px solid;
}

.collection-3 .heading-bottom.pad-text {
	padding: 30px 0;
}

@media (min-width: 1025px) {
	.collection-3 .heading-bottom.pad-text {
		padding: 129px 0;
	}
}

.collection-3 .heading-bottom a {
	display: -webkit-box;
	/* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;
	/* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;
	/* TWEENER - IE 10 */
	display: -webkit-flex;
	/* NEW - Chrome */
	display: flex;
	/* NEW, Spec - Opera 12.1, Firefox 20+ */
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 18px;
	font-weight: 600;
}

.collection-3 .heading-bottom i {
	margin-top: 8px;
	font-size: 8px;
}

.collection-4 .collection-grid {
	display: -webkit-box;
	/* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;
	/* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;
	/* TWEENER - IE 10 */
	display: -webkit-flex;
	/* NEW - Chrome */
	display: flex;
	/* NEW, Spec - Opera 12.1, Firefox 20+ */
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	flex: 1 1 100%;
}

@media (max-width: 480px) {
	.collection-4 .collection-grid {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.collection-4 .collection-grid .collection-element {
	display: -webkit-box;
	/* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;
	/* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;
	/* TWEENER - IE 10 */
	display: -webkit-flex;
	/* NEW - Chrome */
	display: flex;
	/* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.collection-4 .element-content {
	position: relative;
	width: 100%;
}

.collection-4 .content.style1 {
	text-align: center;
}

.collection-4 .content.style2 {
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end;
	justify-content: flex-end;
	-ms-flex-pack: flex-end;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
	padding-left: 15px;
	padding-bottom: 15px;
}

@media (min-width: 1025px) {
	.collection-4 .content.style2 {
		padding-left: 30px;
		padding-bottom: 30px;
	}
}

@media (min-width: 1400px) {
	.collection-4 .content.style2 {
		padding-left: 50px;
		padding-bottom: 50px;
	}
}

.collection-4 .content h3 {
	margin-top: 0;
	margin-bottom: 0;
}

@media (min-width: 1400px) {
	.collection-4 .content h3 {
		font-size: 46px;
		line-height: 58px;
	}
}

.collection-4 .content .shop-now {
	margin-top: 10px;
	font-weight: 600;
	padding-bottom: 5px;
	position: relative;
}

@media (min-width: 1400px) {
	.collection-4 .content .shop-now {
		font-size: 16px;
		margin-top: 25px;
	}
}

.collection-4 .content .shop-now:before {
	content: "";
	position: absolute;
	border-bottom: 2px solid #dd2a2a;
	bottom: 0;
	width: 100%;
}

.full-banner .content {
	text-align: center;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
}

@media (min-width: 480px) {
	.full-banner .content {
		padding-left: 14.84%;
		width: 60%;
	}
}

.full-banner .content .tag-title {
	letter-spacing: 0.5em;
	text-transform: uppercase;
	font-weight: 600;
	position: relative;
	padding-bottom: 5px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 480px) {
	.full-banner .content .tag-title {
		font-size: 18px;
	}
}

.full-banner .content .tag-title:before {
	content: "";
	position: absolute;
	border-bottom: 2px solid #dd2a2a;
	bottom: 0;
	width: 100%;
}

@media (min-width: 1024px) {
	.full-banner .content h3 {
		font-size: 80px;
		line-height: 90px;
		margin-top: 60px;
		margin-bottom: 60px;
	}
}

@media (max-width: 480px) {
	.full-banner .content h3 {
		text-align: center;
		width: 100%;
	}
}

.full-banner .content .btn-dis {
	margin-left: auto;
	margin-right: auto;
	padding: 15px 44px;
}

.banner-img {
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}

.banner-img:hover .overlay-img {
	opacity: 1;
}

.flash-deal.pad {
	padding-bottom: 50px;
}

@media (min-width: 1400px) {
	.flash-deal.pad {
		padding-bottom: 160px;
	}
}

.flash-deal .container {
	width: 100%;
	padding: 0;
}

.flash-deal .row {
	margin: 0;
}

@media (min-width: 1400px) {
	.flash-deal .row {
		display: -webkit-box;
		/* OLD - iOS 6-, Safari 3.1-6 */
		display: -moz-box;
		/* OLD - Firefox 19- (buggy but mostly works) */
		display: -ms-flexbox;
		/* TWEENER - IE 10 */
		display: -webkit-flex;
		/* NEW - Chrome */
		display: flex;
		/* NEW, Spec - Opera 12.1, Firefox 20+ */
		-webkit-align-items: center;
		-moz-align-items: center;
		-ms-align-items: center;
		align-items: center;
	}
}

.flash-deal [class*="col-"] {
	padding-left: 0;
	padding-right: 0;
}

@media (max-width: 1025px) {
	.flash-deal [class*="col-"] img {
		width: 100%;
	}
}

.flash-deal .content .product-img {
	margin: 0 auto;
	width: 270px;
	height: 270px;
}

.flash-deal .content h3 {
	font-size: 46px;
}

.flash-deal .content > p {
	font-size: 17px;
	letter-spacing: 0.02em;
}

.flash-deal .content .product-content h3 {
	font-size: 24px;
}

.flash-deal .content .product-content .product-price .old {
	font-size: 16px;
	font-weight: normal;
	color: #666;
}

.flash-deal .content .product-content .product-price span {
	font-size: 20px;
	font-weight: bold;
	color: #dd2a2a;
}

.flash-deal .content .product-content .btn-add-cart {
	padding: 15px 54px;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 1400px) {
	.flash-deal .content .product-content .btn-add-cart {
		margin-top: 30px;
	}
}

.flash-deal .content .countdown-time b {
	font-weight: normal;
}

.zoa-about h3 {
	font-size: 30px;
	margin-top: 5px;
	margin-bottom: 20px;
}

@media (min-width: 480px) {
	.zoa-about h3 {
		margin-bottom: 52px;
	}
}

.about-banner {
	position: relative;
}

@media (min-width: 480px) {
	.zoa-info {
		position: absolute;
		bottom: 0;
		width: 100%;
	}
}

@media (max-width: 480px) {
	.zoa-info .container {
		padding: 0;
	}
}

.zoa-info .zoa-inside {
	background: #222;
	padding: 15px 0;
}

@media (min-width: 480px) {
	.zoa-info .zoa-inside {
		padding: 34px 0;
	}
}

.zoa-info p {
	font-size: 15px;
	color: #777777;
	margin-bottom: 0;
}

.zoa-info p:first-child {
	margin-right: 10px;
}

@media (min-width: 480px) {
	.zoa-info p:first-child {
		margin-right: 77px;
	}
}

.zoa-info p span {
	color: #FFF;
}

.about-content {
	padding-top: 50px;
	padding-bottom: 50px;
}

@media (min-width: 1400px) {
	.about-content {
		padding-top: 140px;
		padding-bottom: 100px;
	}
}

@media (min-width: 1025px) {
	.about-content .about-sm {
		margin-top: 100px;
		margin-bottom: 82px;
	}
}

@media (max-width: 480px) {
	.about-content .about-sm img {
		margin-left: auto;
		margin-right: auto;
	}
}

@media (min-width: 1025px) {
	.about-content .about-info {
		padding-left: 100px;
		padding-right: 114px;
	}
}

.about-content .about-info h2 {
	font-size: 46px;
	line-height: 58px;
	letter-spacing: 0.3em;
}

@media (min-width: 1025px) {
	.about-content .about-info h2 {
		margin-bottom: 44px;
	}
}

.about-content .about-info h2 span {
	font-weight: 600;
}

.about-content .about-info .about-desc p {
	font-size: 15px;
	line-height: 28px;
	letter-spacing: 0.01em;
}

.about-content .about-info .about-desc p:first-child {
	margin-bottom: 30px;
}

.about-content .about-info .sign {
	margin-top: 52px;
}

@media (max-width: 767px) {
	.about-content [class*="col-xs-"] {
		margin-bottom: 30px;
	}
}

.about-bottom, .contact-bottom {
	padding-top: 30px;
	padding-bottom: 30px;
}

@media (min-width: 1025px) {
	.about-bottom, .contact-bottom {
		padding-top: 80px;
		padding-bottom: 90px;
	}
}

.about-bottom .about-element h3, .contact-bottom .about-element h3 {
	font-size: 20px;
	margin-bottom: 10px;
}

@media (min-width: 813px) {
	.about-bottom .about-element h3, .contact-bottom .about-element h3 {
		font-size: 36px;
		letter-spacing: 0.3em;
		margin-bottom: 35px;
	}
}

.about-bottom .about-element p, .contact-bottom .about-element p {
	font-size: 15px;
	letter-spacing: 0.01em;
}

.about-brand {
	padding-top: 30px;
}

@media (min-width: 1400px) {
	.about-brand {
		padding-top: 60px;
	}
}

.about-brand .owl-carousel .owl-item img {
	width: auto;
}

@media (max-width: 480px) {
	.about-brand .owl-carousel .owl-item img {
		margin: 0 auto;
	}
}

.contact-form {
	background: url("../img/contact_bg.png") no-repeat center;
	background-size: cover;
	padding-top: 60px;
	padding-bottom: 100px;
	border-bottom: 1px solid #eee;
}

.contact-form .contact-img {
	position: relative;
	display: inline-block;
}

.contact-form .contact-img .contact-overlay-img a {
	color: #FFF;
	font-size: 24px;
}

.contact-form .contact-img .contact-overlay-img a.email {
	letter-spacing: 0.01em;
	position: relative;
	padding: 35px 0;
}

.contact-form .contact-img .contact-overlay-img a.email:before {
	content: "";
	border-bottom: 1px solid #FFF;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	content: "";
	position: absolute;
	width: 60px;
}

.contact-form .contact-img .contact-overlay-img a:hover {
	color: #dd2a2a;
}

.contact-form .contact-img .contact-overlay-img .social a {
	padding: 0 12px;
}

@media (min-width: 767px) {
	.contact-form .row {
		display: -webkit-box;
		/* OLD - iOS 6-, Safari 3.1-6 */
		display: -moz-box;
		/* OLD - Firefox 19- (buggy but mostly works) */
		display: -ms-flexbox;
		/* TWEENER - IE 10 */
		display: -webkit-flex;
		/* NEW - Chrome */
		display: flex;
		/* NEW, Spec - Opera 12.1, Firefox 20+ */
		-webkit-align-items: center;
		-moz-align-items: center;
		-ms-align-items: center;
		align-items: center;
	}

	.contact-form .row [class*="col-xs-"] {
		flex: 1 1 50%;
	}

	.contact-form .row [class*="col-xs-"]:last-child {
		-webkit-justify-content: flex-end;
		-moz-justify-content: flex-end;
		-ms-justify-content: flex-end;
		justify-content: flex-end;
		-ms-flex-pack: flex-end;
		max-width: 400px;
	}
}

.contact-form .contact-title {
	font-size: 30px;
}

@media (min-width: 480px) {
	.contact-form .contact-title {
		margin-bottom: 22px;
	}
}

.contact-form .form-group {
	margin-bottom: 40px;
}

.contact-form .form-customer.form-login input, .contact-form .form-customer.form-login textarea {
	border-top: 0;
	border-right: 0;
	border-left: 0;
	border-color: #222;
	padding-left: 0;
	letter-spacing: 0.01em;
}

.contact-form .form-customer.form-login textarea {
	resize: none;
}

.contact-form .btn-login {
	font-size: 14px;
	padding: 17px 0;
}

.contact-bottom {
	padding-top: 70px;
	padding-bottom: 0;
}

.contact-bottom .about-element h3 {
	font-size: 30px;
	margin-bottom: 25px;
}

.contact-bottom .about-element p {
	color: #666;
}

.zoa-404 {
	padding: 20px 0;
}

@media (min-width: 767px) {
	.zoa-404 {
		padding: 100px 0;
	}
}

@media (min-width: 767px) {
	.zoa-404 .row {
		display: -webkit-box;
		/* OLD - iOS 6-, Safari 3.1-6 */
		display: -moz-box;
		/* OLD - Firefox 19- (buggy but mostly works) */
		display: -ms-flexbox;
		/* TWEENER - IE 10 */
		display: -webkit-flex;
		/* NEW - Chrome */
		display: flex;
		/* NEW, Spec - Opera 12.1, Firefox 20+ */
		-webkit-align-items: center;
		-moz-align-items: center;
		-ms-align-items: center;
		align-items: center;
	}
}

@media (max-width: 767px) {
	.zoa-404 .row [class*="col-xs-"] {
		margin-bottom: 15px;
	}
}

.zoa-404 h1 {
	letter-spacing: 0.02em;
	font-weight: 600;
}

@media (min-width: 480px) {
	.zoa-404 h1 {
		font-size: 80px;
		margin-top: 35px;
	}
}

.zoa-404 h3 {
	letter-spacing: 0.01em;
	font-size: 30px;
}

.zoa-404 p {
	letter-spacing: 0.01em;
	font-size: 15px;
	line-height: 28px;
	color: #666;
}

.zoa-404 .zoa-back {
	font-size: 18px;
	display: inline-block;
	position: relative;
	margin-top: 15px;
}

@media (min-width: 767px) {
	.zoa-404 .zoa-back {
		margin-top: 80px;
	}
}

.zoa-404 .zoa-back:after {
	content: '';
	width: 0;
	height: 2px;
	background: #dd2a2a;
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	width: 100%;
	bottom: 0;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}

@media (max-width: 767px) {
	.xs-mg-15 {
		margin-bottom: 15px;
	}
}

.no-pd {
	padding: 0 !important;
}

.blog-list-item {
	margin-bottom: 30px;
}

@media (min-width: 1025px) {
	.blog-list-item {
		margin-bottom: 52px;
	}
}

@media (max-width: 813px) {
	.blog-list-item {
		flex-direction: column;
	}
}

.para.blog-v2 h4 a,
.kid-all .para h4 a {
	color: #336;
}

.check a:hover {
	box-shadow: 0 0 20px 0px #66ccff;
}

.img-title {
	position: relative;
}

@media (min-width: 1025px) {
	.kid-all {
		margin-bottom: 60px;
	}
}

.cart-2 {
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
	padding-bottom: 5px;
	padding-right: 5px;
}

.blog-vs1 {
	margin-bottom: 0 !important;
}

.img-title2 {
	float: left;
	width: 20%;
}

.img-title2 img {
	float: left;
	padding-right: 5px;
	transform: translateY(-3px);
}

.img-title2 p {
	display: inline-block;
	color: #999;
	font-family: var(--default-font);
}

.img-title3.img-tt-blogs p {
	font-family: var(--default-font);
}

.level1.hassub .menu-level-1.style4 {
	width: 950px;
	padding: 20px 0px 0px 40px;
}

.img-title3 a {
	padding-right: 5px;
	float: left;
}

.img-title3 p {
	display: inline-block;
	color: #999;
}

.para {
	background: #fff;
}

@media (max-width: 320px) {
	.para {
		background: none;
	}
}

@media (max-width: 375px) {
	.para {
		background: none;
	}
}

@media (max-width: 414px) {
	.para {
		background: none;
	}
}

h4 {
	color: #336;
	text-transform: uppercase;
	font-weight: 600;
}

.icon {
	float: left;
	width: 20%;
}

.icon a {
	float: left;
	padding-right: 5px;
	color: #999;
}

.icon p {
	display: inline-block;
	color: #999;
}

@media (min-width: 1025px) {
	.read {
		text-align: right;
		margin-top: -10px;
	}
}

.read p {
	display: inline-block;
	text-transform: capitalize;
	font-weight: 500;
	font-family: var(--default-font);
}

.read.text-left {
	text-align: left;
}

.para:not(.blog-v2) {
	position: absolute;
	bottom: 20px;
	left: 2%;
	right: 2%;
	padding: 17px 35px;
	opacity: .9;
}

@media (max-width: 321px) {
	.para:not(.blog-v2) {
		position: static !important;
	}
}

@media (max-width: 375px) {
	.para:not(.blog-v2) {
		position: static !important;
	}
}

@media (max-width: 414px) {
	.para:not(.blog-v2) {
		position: static !important;
	}
}

.para:not(.blog-v2) .para.blog-v2 {
	position: static !important;
}

/* categories */
.para2 p {
	font-family: var(--default-font);
	color: #336;
}

.search {
	background: #f4f4f4;
	padding: 10px;
	border-radius: 8px;
	/*width: 300px !important;*/
	margin-bottom: 40px;
	position: relative;
}

.search button {
	background: none;
	border: none;
	font-size: 20px;
	padding-right: 15px;
	position: absolute;
	left: 30px;
	top: 10px;
}

.search input.search-input {
	border: none;
	background: transparent;
	width: 100%;
	padding-right: 30px;
}

.categories h4 {
	text-transform: none;
	margin-bottom: 15px;
	margin-top: 0;
}

.categories li {
	list-style: disc;
	margin-bottom: 15px;
	color: #999;
}

.ul-li a {
	color: #999 . ul-li a hover;
	color-color: #dd2a2a;
}

.ul-li ul {
	padding: 0 20px;
}

.search2 {
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 20px;
	margin-bottom: 30px;
}

/* instargram Feed */
.instargram {
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 25px;
	margin-bottom: 25px;
	width: 100%;
}

.instargram h4 {
	text-transform: none;
	margin-bottom: 20px;
	margin-top: 0;
}

@media (min-width: 1025px) {
	.instargram img {
		width: 32%;
		padding: 3px 1px;
	}
}

/* Recent Posts */
.recentposts {
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 15px;
	margin-bottom: 25px;
}

.recentposts h4 {
	text-transform: none;
	margin-bottom: 20px;
	margin-top: 0;
}

.recentposts ul {
	margin-left: 18px;
}

.recentposts li {
	list-style: disc;
	margin-top: 10px;
}

.recentposts a {
	color: #336;
	font-weight: 500;
	font-family: var(--default-font);
}

.recentposts span {
	color: #999;
}

.recentposts2 a:hover {
	color: #dd2a2a;
}

/* Recent Comments */
.recentcomments {
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 25px;
}

.recentcomments h4 {
	text-transform: none;
	margin-bottom: 20px;
	margin-top: 0;
	color: #336;
}

.recentcomments ul {
	margin-left: 20px;
	margin-bottom: 27px;
}

.recentcomments li {
	list-style: disc;
	margin-bottom: 15px;
}

.recentcomments a {
	margin-right: 5px;
	color: #336;
}

.recentcomments .recent {
	margin-bottom: 20px;
}

/* Sale Products */
.saleproduct {
	border-bottom: 1px solid #c6c6c6;
	margin-bottom: 20px;
}

.saleproduct h4 {
	margin-top: 0;
	margin-bottom: 20px;
	color: #336;
	text-transform: none;
}

.saleproduct a {
	color: #336;
}

.saleproduct a:hover {
	color: #dd2a2a;
}

.saleproduct .all .sale-img {
	flex: 0 0 100px;
	width: 100px;
	height: 100px;
}

.sale-img {
	margin-right: 15px;
	position: relative;
}

.sale-img .sale a {
	position: absolute;
	left: 75%;
	background: #fc3;
	top: -8%;
	border-radius: 5px;
	padding: 3px;
	font-size: 12px;
	color: #fff;
}

.sale-img .before::before {
	content: "";
	position: absolute;
	border-bottom: 10px solid transparent;
	border-left: 8px solid #fc3;
	left: 82px;
	z-index: 2;
	bottom: 75%;
}

.sale-para {
	display: inline-block;
}

.sale-para i.fa.fa-star {
	float: left;
	color: #fc3;
	font-size: 10px;
}

.sale-para p {
	display: inline-block;
	font-weight: 500;
	display: inline-block;
	color: #336;
	font-family: var(--default-font);
}

.sale-para span {
	font-size: 12px;
	color: #999;
	position: relative;
	left: 7px;
	top: -8px;
}

.sale-para del {
	margin-left: 10px;
	color: #999;
}

.sale-para a {
	color: #336;
	font-weight: bold;
	font-size: 14px;
}

.sale-para .luc {
	margin-top: -5px;
}

.sale-para2 {
	display: inline-block;
	margin-bottom: 30px;
}

@media (max-width: 480px) {
	.sale-para2 {
		margin-bottom: 6rem;
	}
}

.sale-para2 i.fa.fa-star {
	float: left;
	color: #fc3;
	font-size: 10px;
}

.sale-para2 p {
	display: inline-block;
	font-weight: 500;
	display: inline-block;
	color: #336;
	font-family: var(--default-font);
}

.sale-para2 span {
	font-size: 12px;
	color: #999;
	position: relative;
	left: 10px;
	top: -10px;
}

.sale-para2 del {
	margin-left: 10px;
	color: #999;
}

.sale-para2 a {
	color: #336;
	font-weight: 500;
	font-size: 14px;
}

.sale-para2 .luc {
	margin-top: -10px;
}

.sale-para2 .luc a {
	font-weight: bold;
	font-size: 18px;
	font-family: arial;
}

.all {
	margin-bottom: 20px;
	display: -webkit-box;
	/* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;
	/* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;
	/* TWEENER - IE 10 */
	display: -webkit-flex;
	/* NEW - Chrome */
	display: flex;
	/* NEW, Spec - Opera 12.1, Firefox 20+ */
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}

/* blog tags */
@media (max-width: 1024px) {
	.search3 {
		display: none;
	}

	.col-md-3.col-sm-12.col-xs-12.header-center2 {
		text-align: center;
	}
}

@media (max-width: 1024px) and (max-width: 823px) {
	.col-md-3.col-sm-12.col-xs-12.header-center2 {
		text-align: left;
	}
}

.blogtags h4 {
	text-transform: none;
}

.blogtags .ul-1 {
	display: inline-block;
}

.blogtags .ul-1 li {
	float: left;
}

.blogtags .ul-1 a {
	margin-right: 10px;
	background: #f3f3f3;
	padding: 5px 16px;
	line-height: 40px;
	border-radius: 15px;
}

.border {
	border: 1px solid #f3f3f3;
	/*margin-bottom: 50px;*/
}

/* footer */
.img-ft-st > ul > li > a > img {
	width: 88px;
}

@media (max-width: 1024px) {
	.img-ft-st > ul > li > a > img {
		width: 74px;
	}
}

@media (max-width: 1024px) and (max-width: 320px) {
	.img-ft-st > ul > li > a > img {
		width: 68px;
	}
}

@media (max-width: 480px) {
	.img-ft-st > ul > li > a > img {
		margin-right: 0;
	}
}

.one {
	margin-bottom: 20px;
}

.logo-para img {
	margin-bottom: 20px;
	margin-top: 15px;
}

.logo-para p {
	color: #999;
	margin-bottom: 24px;
}

.icon-para {
	margin-bottom: 30px;
}

.icon-para li {
	margin-bottom: 10px;
}

.icon-para a {
	color: #3e3e3e;
}

.bytheme li {
	display: inline-block;
	padding-right: 25px;
}

.bytheme2 {
	margin-bottom: 60px;
}

.bytheme2 a {
	background: #66ccff;
	color: #fff;
	padding: 15px 50px;
	border-radius: 30px;
}

.bytheme2 a:hover {
	box-shadow: 0 0 20px 0px #66ccff;
	transition: all .2s;
}

i.fa.fa-phone {
	padding-left: 15px;
}

i.fa.fa-envelope-o {
	padding-left: 15px;
}

i.fa.fa-clock-o {
	padding-left: 15px;
}

.information {
	width: 50%;
	float: left;
	margin-top: 32px;
}

.information h4 {
	margin-top: 0;
	text-transform: none;
	margin-bottom: 20px;
	font-size: 20px;
}

.information a {
	color: #3e3e3e;
	line-height: 35px;
}

.border2 {
	border: 2px solid #f3f3f3;
	width: 40px;
	margin-bottom: 30px;
}

.information a:hover {
	padding-left: 20px;
	font-weight: 600;
}

.Instagram {
	margin-top: 32px;
}

.Instagram h4 {
	text-transform: none;
	font-size: 20px;
	margin-bottom: 20px;
}

.img-ul li {
	list-style: none;
	display: inline-block;
}

.img-ul img {
	padding: 2px;
}

.menu-ft {
	/*  margin-left: 44%;*/
	padding-top: 100px;
}

@media (min-width: 1440px) {
	.menu-ft {
		margin-left: 30%;
	}
}

.menu-ft a {
	float: right;
	margin-right: 21px;
	color: #999;
	font-weight: 500;
}

.menu-ft a:hover {
	color: #4c4b6c;
}

/* footer-ending */
.fted-left li {
	display: inline-block;
}

.fted-left img {
	padding-left: 4px;
}

.fted-left p {
	display: inline;
	padding-left: 4px;
	color: #999;
}

.fted-left a {
	font-weight: bold;
	color: #336;
}

.fted-left span {
	padding-left: 5px;
	color: #999;
}

.fted-left.two {
	text-align: right;
}

.footerending {
	padding-bottom: 30px;
}

/* -- Header-miukid --*/
.a a {
	border-left: 1px solid #dddddd;
	padding-left: 80px;
}

.a img {
	padding-left: 13px;
}

i.fa.fa-gift {
	font-size: 21px;
	padding-left: 10px;
}

.element.element-currency {
	border-left: 1px solid #dddddd;
	padding: 0 20px;
}

.element.element-currency span {
	font-size: 14px;
	padding-left: 5px;
	font-weight: 500;
}

.element.element-leaguage {
	padding: 0 26px !important;
	border-left: 1px solid #dddddd;
}

@media (max-width: 1440px) {
	.element.element-leaguage {
		padding: 0 8px !important;
	}
}

.element.element-leaguage span {
	font-size: 14px;
	font-weight: 500;
}

.sign-in p {
	padding-right: 25px;
}

i.fa.fa-language {
	padding-left: 15px;
	font-size: 17px;
}

i.fa.fa-money {
	padding-left: 6px;
	font-size: 17px;
}

.date {
	float: left;
}

.date p {
	/*display: inline-block;*/
	display: block;
	margin-left: 45px;
}

.date i.fa.fa-calendar,
.date i.fa.fa-bookmark,
.date i.fa.fa-phone {
	font-size: 20px;
	background: #f4f4f4;
	border-radius: 8px;
	color: #336;
	margin-left: 10px;
	margin-top: -10px;
	transform: translateY(3px);
}

i.st-calendar {
	padding: 12.5px 13.3px;
}

i.fa.fa-bookmark {
	padding: 12.5px 15.5px;
}

i.st-phone {
	padding: 12.5px 14.7px;
}

.para-a p {
	/*float: left;*/
	color: #999;
	display: inline;
	padding-right: 3px;
	font-family: var(--default-font);
}

.para-a h4 {
	margin: 0;
	text-transform: none;
	font-size: 12px;
	font-family: var(--default-font);
	color: #4c4b6c;
	font-weight: 500;
}

.para-a span {
	float: left;
	color: #e53556;
	font-family: var(--default-font);
}

.para-a.a2 p {
	float: right;
	color: #999;
	padding-left: 3px;
	font-family: var(--default-font);
}

.para-a.a2 h4 {
	margin: 0;
	text-transform: none;
	font-size: 14px;
	font-family: var(--default-font);
	color: #4c4b6c;
}

.para-a.a2 span {
	color: #fc3;
	font-family: var(--default-font);
}

.para-a.a3 p {
	float: right;
	color: #999;
	padding-left: 3px;
	font-family: var(--default-font);
}

.para-a.a3 h4 {
	margin: 0;
	text-transform: none;
	font-size: 14px;
	font-family: var(--default-font);
	color: #4c4b6c;
}

.para-a.a3 span {
	color: #7cd0f5;
	font-family: var(--default-font);
}

.para-a.a4 p {
	float: left;
	color: #4c4b6c;
	padding-right: 3px;
	font-family: var(--default-font);
	font-weight: initial;
	font-size: 12px;
	font-weight: bold;
	margin-top: 3px;
}

.para-a.a4 h4 {
	margin: 0;
	text-transform: none;
	font-size: 14px;
	font-family: var(--default-font);
	color: #4c4b6c;
}

.para-a.a4 span {
	color: #999;
	font-size: 12px;
	font-family: var(--default-font);
}

.header-center-1 {
	padding: 38px 0;
	positino: relative;
}

.col-md-3.header img {
	margin-top: -10px;
}

.header-center {
	background: #f4f4f4;
}

.search3 {
	background: #fff;
	padding: 10px;
	border-radius: 8px;
	width: 300px;
	float: left;
	margin-right: 20px;
	/*margin-left: 22%;*/
	padding-left: 17px;
}

.search3 input {
	border: none;
	background: transparent;
	width: 195px;
	padding-left: 10px;
	font-family: var(--default-font);
}

.search3 button {
	background: none;
	border: none;
	font-size: 20px;
	padding-right: 50px;
}

.date2 {
	border-left: 1px solid #eee;
	padding-left: 59px;
	margin-top: 10px;
	display: inline-flex;
	margin-bottom: -8px;
}

.date3 {
	border-right: 1px solid #eee;
	/*margin-top: 10px;*/
	display: inline-flex;
	/*margin-bottom: -8px;*/
}

.date3 button.fa.fa-shopping-bag.dropdown-toggle {
	font-size: 20px;
	background: #fc3;
	/*transform: translateY(4px);*/
	height: 45px;
	width: 45px;
	border-radius: 8px;
	color: #fff;
	margin-right: 10px;
	/*margin-top: -10px;*/
	margin-left: 10px;
	border: none;
}

@media (max-width: 1024px) {
	.date3 button.fa.fa-shopping-bag.dropdown-toggle {
		background: transparent;
		color: #4c4b6c;
		transform: translateY(-6px);
	}
}

@media (max-width: 1024px) and (max-width: 360px) {
	.date3 button.fa.fa-shopping-bag.dropdown-toggle {
		transform: none;
	}
}

.date4 {
	margin-top: 10px;
	display: inline-flex;
	margin-bottom: -8px;
}

.header-v2 .header-center {
	padding: 5.5px;
}

.navbar-nav > li {
	padding: 0 27px;
}

.luc2 {
	background-image: url("../images/bgr.jpg");
	text-align: center;
	padding: 30px;
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 30px;
}

.luc2 a {
	color: #fff;
	font-size: 30px;
	font-weight: 400;
	font-family: var(--default-font);
}

.luc2 a:hover {
	color: #dd2a2a;
}

.luc2 h4 {
	margin-bottom: 7px;
	font-size: 30px;
	text-transform: none;
	margin-top: 0;
}

.luc2 p {
	margin: 0;
}

.para.blog-v2.v3.v4 h4, .para.blog-v2.v4.slide.v6 h4, .para.blog-v2.v4.slide.v5 h4 {
	margin-bottom: 20px;
}

.level1.hassub .menu-level-1.style4 {
	width: 155%;
	padding: 0;
}

.scroll_top {
	display: inline-block;
	bottom: 15px;
	position: fixed;
	right: 15px;
	width: 44px;
	height: 44px;
	text-align: center;
	color: #FFF;
	border-radius: 8px;
	z-index: 40;
}

.scroll_top i {
	line-height: 44px;
	color: #000;
	font-size: 20px;
}

.zoa-btn {
	display: block;
	background: #f4f4f4;
	border-color: #222;
	color: #000;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}

/* push-menu */
.header-center i.fa.fa-bars {
	display: none;
}

.menu-level-1 {
	border: 0;
	position: absolute;
	top: 100%;
	left: 30%;
	background-color: #fff;
	z-index: 0;
	display: block;
	visibility: hidden;
	opacity: 0;
	box-shadow: 0px 5px 11.88px 0.12px rgba(0, 0, 0, 0.1);
	border-radius: 0;
	margin: 0;
	transform: translate(0, 30px);
	-webkit-transition: all .4s;
	transition: all .4s;
	transition-duration: 180ms;
}

span.fa.fa-chevron-down {
	font-size: 7px;
	color: #4c4b6c;
	transform: translateY(-2px);
}

.date3.dropdown {
	position: relative;
	border-right: none;
	float: left;
}

/*@media (max-width: 1024px) {*/
/*  .dropdown-menu.cart2 {*/
/*    right: -450% !important;*/
/*    width: 500% !important; } }*/
/*  @media (max-width: 1024px) and (max-width: 823px) {*/
/*    .dropdown-menu.cart2 {*/
/*      left: -350% !important; } }*/
/*  @media (max-width: 1024px) and (max-width: 768px) {*/
/*    .dropdown-menu.cart2 {*/
/*      right: -470% !important;*/
/*      width: 530% !important; } }*/

@media (max-width: 1024px) and (max-width: 768px) and (max-width: 640px) {
	.dropdown-menu.cart2 {
		left: -75% !important;
		width: 76% !important;
	}
}

@media (max-width: 1024px) and (max-width: 768px) and (max-width: 568px) {
	.dropdown-menu.cart2 {
		left: 29% !important;
		width: 76% !important;
	}
}

@media (max-width: 1024px) and (max-width: 768px) and (max-width: 480px) {
	.dropdown-menu.cart2 {
		left: -500% !important;
		width: 104% !important;
	}
}

@media (max-width: 1024px) and (max-width: 768px) and (max-width: 480px) and (max-width: 414px) {
	.dropdown-menu.cart2 {
		left: -86% !important;
		width: 114% !important;
	}
}

@media (max-width: 1024px) and (max-width: 768px) and (max-width: 480px) and (max-width: 375px) {
	.dropdown-menu.cart2 {
		width: 140% !important;
	}
}

@media (max-width: 1024px) and (max-width: 768px) and (max-width: 480px) and (max-width: 360px) {
	.dropdown-menu.cart2 {
		left: -90% !important;
		width: 148% !important;
	}
}

@media (max-width: 1024px) and (max-width: 768px) and (max-width: 480px) and (max-width: 320px) {
	.dropdown-menu.cart2 {
		left: -67% !important;
		width: 153% !important;
	}
}

@media (max-width: 1024px) {
	.dropdown-menu.cart2.cart-home2 {
		left: -500% !important;
	}
}

@media (max-width: 1024px) and (width: 768px) {
	.dropdown-menu.cart2.cart-home2 {
		left: -535% !important;
	}
}

.dropdown-menu.cart2 {
	/*right: -216% !important;*/
	width: 266%;
	position: absolute;
	top: 110%;
	padding: 15px 20px;
}

@media (max-width: 768px) {
	.dropdown-menu.cart2 {
		padding: 34px 22px;
	}
}

@media (max-width: 768px) and (max-width: 480px) {
	.dropdown-menu.cart2 {
		padding: 34px 8px;
	}
}

.img-cart {
	float: left;
	margin-right: 7px;
}

.date p {
	display: inline-block;
	margin-left: 0;
	font-size: 11px;
}

@media (max-width: 768px) {
	.date p {
		font-size: 12px;
	}
}

.para-cart h4 {
	display: inline-block;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 10px;
}

.para-cart a {
	color: #336;
	font-weight: 500;
	font-size: 14px;
	font-family: var(--default-font);
}

@media (max-width: 320px) {
	.para-cart a {
		font-size: 13px;
	}
}

.para-cart del {
	color: #aeaeba;
}

.para-cart i.fa.fa-trash-o {
	margin-left: 56%;
	margin-top: 5%;
}

@media (max-width: 768px) {
	.para-cart i.fa.fa-trash-o {
		margin-left: 50%;
	}
}

.check-out2 {
	padding-bottom: 30px;
}

.check-out2 p {
	/* margin-right: 55%;*/
	font-family: var(--default-font);
	font-weight: 500;
	font-size: 16px;
	color: #000;
}

@media (max-width: 812px) {
	.check-out2 p {
		margin-right: 0%;
	}
}

.check-out2 a {
	text-transform: uppercase;
	background: #7cd0f5;
	padding: 14px 60px;
	border-radius: 10px;
	color: #fff;
	margin-left: 8%;
}

.check-out2 span {
	color: #336;
	font-family: var(--default-font);
	font-weight: bold;
	font-size: 18px;
}

.check-out2 .total {
	margin-bottom: 30px;
}

.check-out.bd-bt {
	border-bottom: 1px;
}

.check-out2 {
	text-align: center;
}

.date a {
	margin-left: 0px;
}

.read a {
	border-bottom: 1px solid #4c4b6c;
	padding: 7px 0;
}

/*---------- Blog-v2 ----------*/
.read.v2.read-blog-2 p {
	font-size: 14px;
}

span.st-review {
	left: 8px;
	top: -7px;
}

@media (max-width: 1024px) {
	.sale-para2.v2 span {
		left: 10px;
		top: -11px;
	}
}

@media (max-width: 667px) {
	.dropdown-menu.cart2.cart-blogs {
		left: -365% !important;
		width: 615% !important;
	}
}

@media (max-width: 667px) and (max-width: 568px) {
	.dropdown-menu.cart2.cart-blogs {
		left: -485% !important;
	}
}

@media (max-width: 480px) {
	.dropdown-menu.cart2.cart-blogs {
		width: 615% !important;
		left: -473% !important;
	}
}

@media (max-width: 480px) and (max-width: 375px) {
	.dropdown-menu.cart2.cart-blogs {
		left: -505% !important;
	}
}

@media (max-width: 480px) and (max-width: 375px) and (max-width: 320px) {
	.dropdown-menu.cart2.cart-blogs {
		width: 564% !important;
		left: -473% !important;
	}
}

.img-blog-v2 {
	float: left;
	margin-right: 30px;
}

@media (max-width: 823px) {
	.img-blog-v2 {
		width: 100% !important;
		margin-right: 0;
	}
}

@media (max-width: 768px) {
	.img-blog-v2 {
		width: 100% !important;
	}
}

.img-blog-v2 img {
	width: 100%;
}

@media (max-width: 375px) {
	.img-blog-v2 img {
		margin-bottom: 10px;
	}
}

.para.blog-v2 h4 {
	font-size: 20px;
}

.para.blog-v2 h4,
.para.blog-v2 a {
	text-transform: capitalize;
}

.img-title2.v2,
.icon.v2 {
	width: 42%;
}

@media (max-width: 823px) {
	.img-title2.v2,
	.icon.v2 {
		width: 18%;
	}
}

@media (max-width: 768px) {
	.img-title2.v2,
	.icon.v2 {
		width: 22%;
	}
}

@media (min-width: 1025px) {
	.read.v2 {
		position: absolute;
		bottom: 0;
	}
}

.pagination.v2 > li > a {
	padding: 0;
	border: none;
	background: none;
	color: #999;
}

.pagination.v2 > li > a:hover {
	color: #000;
	font-weight: 500;
	transition: .5s;
}

ul.pagination.v2 {
	padding-left: 40px;
	margin: 14px 5px;
}

@media (max-width: 768px) {
	ul.pagination.v2 {
		padding-left: 20px;
	}
}

.row.v2-blog {
	margin-bottom: 70px;
}

@media (max-width: 768px) {
	.row.v2-blog {
		margin-bottom: 30px;
	}
}

.pagination2 {
	background: #f4f4f4;
	border-radius: 55px;
	width: 70%;
}

@media (max-width: 823px) {
	.pagination2 {
		width: 38%;
	}
}

@media (max-width: 768px) {
	.pagination2 {
		width: 35%;
	}
}

.row.v2 {
	margin-bottom: 70px;
}

@media (max-width: 768px) {
	.img-title2.v2 {
		width: 100%;
	}

	.img-blog-v2 {
		margin-bottom: 30px;
	}
}

@media (max-width: 768px) and (max-width: 480px) {
	.img-blog-v2 {
		margin-bottom: 0;
	}
}

.img-title2.blog-v2 {
	width: 42%;
	float: left;
}

@media (max-width: 823px) {
	.img-title2.blog-v2 {
		width: 20%;
	}
}

@media (max-width: 320px) {
	.img-title2.v2 {
		padding-bottom: 0px;
	}
}

/*---------- Blog-v3 ----------*/
.img-blog-v2.v3, .img-blog-v2.slide.v6, .img-blog-v2.slide.v5 {
	margin-bottom: 20px;
}

@media (max-width: 480px) {
	.img-blog-v2.v3, .img-blog-v2.slide.v6, .img-blog-v2.slide.v5 {
		margin-bottom: 0;
	}
}

.img-blog-v2.v3, .img-blog-v2.slide.v6, .img-blog-v2.slide.v5 {
	float: none;
}

.luc2 {
	padding: 28.5px 0;
}

.blog-v3 {
	width: 50%;
	float: left;
}

.img-title2.v2.v3, .img-title2.v2.slide.v6, .img-title2.v2.slide.v5 {
	width: 100%;
}

.kid-all.v3, .kid-all.slide.v6, .kid-all.slide.v5 {
	margin-bottom: 20px;
}

img.st-bt-blog2 {
	margin-bottom: 40px;
}

@media (max-width: 823px) {
	img.st-bt-blog2 {
		margin-bottom: 0px;
	}
}

.pagination2.v3, .pagination2.slide.v6, .pagination2.slide.v5 {
	width: 22%;
	position: absolute;
	left: 27%;
	top: 100%;
}

.kid.v3, .kid.slide.v6, .kid.slide.v5 {
	position: relative;
	margin-bottom: 10%;
}

.saleproduct.v3, .saleproduct.slide.v6, .saleproduct.slide.v5 {
	display: none;
}

@media (min-width: 1025px) {
	.blog-v3:hover .read.v2.v3, .blog-v3:hover .read.v2.slide.v6, .blog-v3:hover .read.v2.slide.v5 {
		visibility: visible;
		opacity: 1;
	}
}

@media (min-width: 1025px) {
	.read.v2.v3, .read.v2.slide.v6, .read.v2.slide.v5 {
		visibility: hidden;
		opacity: 0;
		right: 0%;
		bottom: 0;
		transition: all .3s;
	}
}

.para.blog-v2.v3, .para.blog-v2.slide.v6, .para.blog-v2.slide.v5 {
	padding-bottom: 0 !important;
}

.recentposts2.v3 a, .recentposts2.slide.v6 a, .recentposts2.slide.v5 a {
	font-size: 13px;
}

.recentcomments.v3 li, .recentcomments.slide.v6 li, .recentcomments.slide.v5 li {
	font-size: 13px;
}

/*------ Blog-v4 ------*/
.para.blog-v2.v3.v4, .para.blog-v2.v4.slide.v6, .para.blog-v2.v4.slide.v5 {
	padding-bottom: 0;
}

.luc2.v4 {
	padding: 33px 0;
}

.luc2.v4 h2 {
	margin: 0;
	color: #fff;
	font-family: var(--default-font);
	font-weight: 400;
}

@media (max-width: 480px) {
	.luc2.v4 h2 {
		margin: 0 0 10px 0;
	}
}

.icon.icon-blog-all {
	width: 16%;
}

@media (max-width: 768px) {
	.icon.icon-blog-all {
		width: 22%;
	}
}

@media (max-width: 768px) and (max-width: 568px) {
	.icon.icon-blog-all {
		width: 38%;
	}
}

.icon.icon-blog-all p {
	font-size: 12px;
	font-family: var(--default-font);
	color: #999;
}

.breadcrumb > li a {
	color: #fff;
	font-size: 14px;
	font-family: var(--default-font);
}

.breadcrumb > li + li:before {
	content: "\f105";
	font-family: 'FontAwesome', sans-serif;
	padding: 0 10px;
	color: #888;
	display: none;
}

.para.blog-v2.v3.v4 a, .para.blog-v2.v4.slide.v6 a, .para.blog-v2.v4.slide.v5 a {
	text-transform: uppercase;
}

.img-title2.blog-v2.v3.v4, .img-title2.blog-v2.v4.slide.v6, .img-title2.blog-v2.v4.slide.v5 {
	width: 27%;
}

.blog-v3.v4 {
	width: 100%;
}

@media (max-width: 480px) {
	.para-v4 {
		margin-bottom: 0 !important;
	}
}

.para-v4 p,
.para-v4 em,
.para-v4 strong {
	font-family: var(--default-font);
}

.para-v4 em {
	color: #4c4b6c;
}

.para-v4 p {
	color: #999;
	line-height: 24px;
}

.img-v4 p {
	font-family: var(--default-font);
	color: #999;
}

@media (max-width: 480px) {
	.img-v4 p {
		margin-top: 10px;
	}
}

.img-v4 img {
	width: 100%;
}

.ul-li.v4 li {
	float: left;
}

.ul-li.v4 a {
	padding: 10px;
}

.share2 {
	float: left;
}

.cmt-like li {
	float: left;
	padding-right: 30px;
	font-family: var(--default-font);
	color: #999;
}

.happykid2 {
	float: left;
	padding-right: 40%;
}

.happykid2 i.fa.fa-tags {
	padding-right: 8px;
}

.happykid2 p {
	font-family: var(--default-font);
	color: #999;
}

.happykid {
	background: #f5f5f5;
	padding-bottom: 30px;
	padding-top: 10px;
	padding-left: 30px;
	margin-bottom: 30px;
}

.jan {
	display: inline-block;
	width: 100%;
}

@media (max-width: 480px) {
	.jan {
		display: -webkit-box;
		/* OLD - iOS 6-, Safari 3.1-6 */
		display: -moz-box;
		/* OLD - Firefox 19- (buggy but mostly works) */
		display: -ms-flexbox;
		/* TWEENER - IE 10 */
		display: -webkit-flex;
		/* NEW - Chrome */
		display: flex;
		/* NEW, Spec - Opera 12.1, Firefox 20+ */
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 30px 0;
	}

	.jan .left-v4 {
		margin-bottom: 10px;
	}
}

.left-v4 {
	float: left;
	margin-bottom: 60px;
}

.left-v4 a {
	padding: 10px 15px;
	background: #eee;
	border-radius: 50%;
	float: left;
	margin-right: 14px;
}

.left-v4 a:hover {
	color: #fff;
	background: #7cd0f5;
}

.left-v4 em {
	font-family: var(--default-font);
	color: #999;
}

.left-v4 p {
	float: left;
	font-family: var(--default-font);
	color: #4c4b6c;
	font-weight: 500;
}

.right-v4 {
	text-align: right;
}

.right-v4 a {
	padding: 10px 15px;
	background: #eee;
	border-radius: 50%;
	float: right;
	margin-left: 14px;
}

.right-v4 a:hover {
	color: #fff;
	background: #7cd0f5;
}

.right-v4 p {
	float: right;
	font-family: var(--default-font);
	color: #4c4b6c;
	font-weight: 500;
}

.right-v4 em {
	font-family: var(--default-font);
	color: #999;
	font-weight: normal;
}

.comment {
	display: inline-block;
}

.comment h4 {
	margin-bottom: 20px;
}

.img-cmt-v4 {
	float: left;
	margin-right: 10px;
	margin-bottom: 51px;
}

.form-group.review input {
	padding-bottom: 222px;
	padding-top: 18px;
}

.form-customer .form-group input {
	height: 40px;
	border: 1px solid #e6e6e6;
	margin-bottom: 20px;
}

.btn-button-group.mg-top-30.mg-bottom-15 {
	width: 140px;
	/*float:right;*/
}

.zoa-btn.btn-login.hover-white {
	border: gainsboro;
	color: #fff;
	background: #4c4b6c;
	border-radius: 8px;
}

button.zoa-btn.btn-login.hover-white:hover {
	color: #fff;
	background: #7cd0f5;
}

.form-group.name,
.form-group.email {
	width: 49%;
	float: right;
}

.form-group.name {
	margin-left: 17px;
	margin-bottom: 20px;
}

.form-group {
	margin-bottom: 0px;
}

.instargram.v4 {
	display: none;
}

.saleproduct.v4 {
	border-bottom: none;
}

.blogtags.v4 {
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.kid-all.v2.v3.v4, .kid-all.v2.v4.slide.v6, .kid-all.v2.v4.slide.v5 {
	margin-bottom: 5px;
}

.border.v4 {
	margin-bottom: 25px;
}

.para-v4.bgr {
	background: #f5f5f5;
	padding: 30px;
	margin-bottom: 30px;
}

.para-v4 {
	margin-bottom: 10px;
	display: inline-block;
}

.share {
	margin-bottom: 20px;
	display: inline-flex;
}

.kid.v3.v4, .kid.v4.slide.v6, .kid.v4.slide.v5 {
	margin-bottom: 0;
}

.para-cmt {
	margin-bottom: 60px;
}

@media (max-width: 768px) {
	.para-cmt {
		display: inline-block;
		text-align: center;
	}
}

@media (max-width: 480px) {
	.para-cmt {
		margin-bottom: 30px;
	}
}

.para-cmt h4 {
	margin: 0;
	text-transform: capitalize;
	display: inline-block;
}

.para-cmt a {
	color: #4c4b6c;
	font-weight: 500;
	font-family: var(--default-font);
	border-bottom: 1px solid #3c3b6c;
}

.para-cmt p {
	color: #999;
	font-family: var(--default-font);
	display: inline-block;
}

.para-cmt .lorem {
	margin-bottom: 20px;
	line-height: 24px;
	color: #999;
}

.para-cmt .lorem em {
	color: #999;
	font-family: var(--default-font);
}

.btn-login {
	padding: 13px 13px;
	margin-bottom: 10px;
}

/* ------ Shop_page_v1 ------ */
.we-found {
	float: right;
}

.we-found h4 {
	text-transform: none;
	font-weight: 100;
	color: #999;
}

.we-found strong {
	color: #4c4b6c;
}

.shows > li > a {
	border: none;
	padding: 0;
	background-color: transparent;
	font-family: var(--default-font);
	font-size: 1.75rem;
	color: #4c4b6c;
}

.shows {
	background: #f4f4f4;
	display: inline-block;
	border-radius: 8px;
	/*float: left;*/
	/* margin-right: 26%;*/
	margin-bottom: 30px;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	.shows {
		margin-right: 10%;
	}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
	.shows {

	}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	.shows {
		/*margin-right: 25%;*/
		/*align-content: center;*/
	}
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	.shows {

	}
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	.shows {

	}
}

/*@media (min-width: 576px) {
	.shows{
		margin-right: 12%;
	}
}

@media (min-width: 768px) {
	.shows{

	}
}


@media (min-width: 992px) {
	.shows{

	}
}

@media (min-width: 1200px) {
	.shows{

	}
}*/


/* @media (max-width: 823px) {
    .shows {
      margin-left: 10%; } }
  @media (max-width: 823px) and (max-width: 768px) {
    .shows {
      margin-right: 26% !important; } }

  @media (max-width: 823px) and (max-width: 768px) and (max-width: 360px) {
    .shows {
      margin-right: 15px !important; } }

	@media (max-width: 460px) {
		.shows {
			margin-right:10px !important; }
	}*/

ul.pagination {
	padding: 0 20px;
	margin: 0;
}

.shop-top, .shop-bottom,
.shop-bottom {
	padding-top: 0 !important;
}

li.filter.filter-static.hidden-xs.hidden-sm {
	border-bottom: none;
}

.shop-top .shop-element.left > ul > li > a, .shop-bottom .shop-element.left > ul > li > a {
	width: 0 !important;
}

.zoa-icon-filter:before {
	content: none !important;
}

.sale-img.shop1 {
	position: static;
}

.sale-img.shop1 .before.shop1::before {
	content: "";
	position: absolute;
	border-bottom: 10px solid transparent;
	border-left: 8px solid #abcd02;
	left: 95%;
	z-index: 2;
	bottom: 88%;
}

@media (width: 640px) {
	.sale-img.shop1 .before.shop1::before {
		bottom: 86%;
	}
}

@media (width: 568px) {
	.sale-img.shop1 .before.shop1::before {
		bottom: 91%;
	}
}

@media (width: 411px) {
	.sale-img.shop1 .before.shop1::before {
		bottom: 89%;
	}
}

.ribbon.zoa-hot {
	background: #abcd02 !important;
	padding: 2px 5px;
	border-radius: 6px;
}

.ribbon.zoa-hot span {
	font-size: 12px !important;
}

.ribbon.zoa-hot.shop-v1 {
	position: absolute;
	left: 90%;
	top: 3%;
}

.ribbon-new-shop1 {
	left: 93% !important;
}

@media (max-width: 360px) {
	.ribbon-new-shop1 {
		left: 91% !important;
	}
}

span.zoa-icon-cart {
	color: #000;
}

.loadmore {
	text-align: center;
	margin-bottom: 80px;
}

.loadmore a {
	text-transform: capitalize;
	background: #f4f4f4;
	padding: 11px 33px;
	border-radius: 40px;
	font-weight: 500;
	font-family: var(--default-font);
	color: #4c4b6c;
	font-size: 16px;
}

.loadmore a:hover {
	color: #fff;
	background: #4c4b6c;
}

.list-products,
.list-products.p2 {
	display: inline-block;
}

.product-img {
	margin-bottom: 5px;
}

.row.shop {
	margin-bottom: 30px;
	display: initial;
}

.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
	z-index: 2;
	color: var(--secondary-color) !important;
	background-color: transparent !important;
	/*border-color: #222;*/
}

.shop-top, .shop-bottom {
	position: relative;
}

.shop-top a > img, .shop-bottom a > img {
	float: left;
	margin-right: 10px;
	margin-top: 4px;
}

.dropdown-menu.fullw {
	width: 1170px;
	left: -760% !important;
}

@media (max-width: 1024px) {
	.shop-top, .shop-bottom {
		display: none !important;
	}

	/* .shows {
    margin-right: 50px; }*/
	.filter-collection-left .btn {
		line-height: 43px !important;
		height: 43px !important;
	}
}

.bgr-st {
	background: #4c4b6c;
	padding: 10px 35px;
	margin-top: -13px;
	border-radius: 40px;
}

.bgr-st a {
	color: #fff;
}

.border.shopv1 {
	margin-bottom: 30px;
	margin-top: 30px;
}

.header-center.pro-v1.hp1.blog-vs1.product-v1.shoppage {
	margin-bottom: 0 !important;
}

.shows.shows-shoppage1 {
	padding: 10px 20px;
}

.dropdown-menu.fullw {
	background: #f4f4f4;
}

@media (max-width: 1024px) {
	.bgr-st,
	.before.shop1 {
		display: none;
	}
}

@media (max-width: 375px) {
	.we-found h4 {
		font-size: 16px;
		margin-bottom: 20px;
	}
}

@media (max-width: 320px) {
	.shows.shows-shoppage1 {
		padding: 5px;
	}

	.we-found h4 {
		font-size: 13px;
	}

	.filter-collection-left .btn {
		line-height: 30px !important;
		height: 30px !important;
	}
}

/* ------ Shop-page2 ------ */
.st-bottom {
	margin-bottom: 0;
}

@media (max-width: 768px) {
	.col-lg-3.col-md-3.col-sm-3.col-xs-12.product-item.shopv2, .contact-form .col-lg-3.col-md-3.col-sm-3.col-xs-12.shopv2.contact-item {
		margin-bottom: 0;
	}
}

li.st-rv {
	margin-bottom: 6px;
}

@media (max-width: 1024px) {
	li.st-rv {
		margin-bottom: 0;
	}
}

.product-item.shopv2, .contact-form .shopv2.contact-item {
	margin-bottom: 40px;
}

.ribbon.zoa-hot.shop-v1.v2 {
	background: #fdc140 !important;
}

.sale-img.shop1.shop2 .before.shop1.v2::before {
	content: "";
	position: absolute;
	border-bottom: 10px solid transparent;
	border-left: 8px solid #abcd02;
	left: 93%;
	z-index: 2;
	bottom: 85%;
}

@media (width: 812px) {
	.sale-img.shop1.shop2 .before.shop1.v2::before {
		bottom: 88%;
	}
}

@media (max-width: 736px) {
	.sale-img.shop1.shop2 .before.shop1.v2::before {
		bottom: 87%;
	}
}

@media (width: 667px) {
	.sale-img.shop1.shop2 .before.shop1.v2::before {
		bottom: 86%;
	}
}

@media (width: 414px) {
	.sale-img.shop1.shop2 .before.shop1.v2::before {
		bottom: 88%;
	}
}

@media (width: 411px) {
	.sale-img.shop1.shop2 .before.shop1.v2::before {
		bottom: 89%;
	}
}

@media (width: 375px) {
	.sale-img.shop1.shop2 .before.shop1.v2::before {
		bottom: 87%;
	}
}

.sale-img.shop1.shop2.st-v2 .before.shop1.v2.st-v2::before {
	content: "";
	position: absolute;
	border-bottom: 10px solid transparent;
	border-left: 8px solid #fdc140;
	left: 93%;
	z-index: 2;
	bottom: 85%;
}

@media (width: 812px) {
	.sale-img.shop1.shop2.st-v2 .before.shop1.v2.st-v2::before {
		bottom: 88%;
	}
}

@media (max-width: 736px) {
	.sale-img.shop1.shop2.st-v2 .before.shop1.v2.st-v2::before {
		bottom: 87%;
	}
}

@media (width: 667px) {
	.sale-img.shop1.shop2.st-v2 .before.shop1.v2.st-v2::before {
		bottom: 86%;
	}
}

@media (width: 414px) {
	.sale-img.shop1.shop2.st-v2 .before.shop1.v2.st-v2::before {
		bottom: 88%;
	}
}

@media (width: 411px) {
	.sale-img.shop1.shop2.st-v2 .before.shop1.v2.st-v2::before {
		bottom: 89%;
	}
}

@media (width: 375px) {
	.sale-img.shop1.shop2.st-v2 .before.shop1.v2.st-v2::before {
		bottom: 87%;
	}
}

/* ----- Shop_Page_v3 ----- */
@media (max-width: 480px) {
	.product-item.shopv2.v3, .product-item.shopv2.slide.v6, .contact-form .shopv2.slide.v6.contact-item, .product-item.shopv2.slide.v5, .contact-form .shopv2.slide.v5.contact-item, .contact-form .shopv2.v3.contact-item {
		margin-bottom: 0;
	}
}

.size li,
.size2 li {
	float: left;
}

.product-item.v3, .product-item.slide.v6, .contact-form .slide.v6.contact-item, .product-item.slide.v5, .contact-form .slide.v5.contact-item, .contact-form .v3.contact-item {
	margin-bottom: 40px;
}

@media (max-width: 1024px) {
	.product-item.v3, .product-item.slide.v6, .contact-form .slide.v6.contact-item, .product-item.slide.v5, .contact-form .slide.v5.contact-item, .contact-form .v3.contact-item {
		margin-bottom: 0;
	}
}

.before-shoppage-3::before {
	bottom: 82% !important;
}

.shop-top, .shop-bottom {
	display: inline-block !important;
}

.col-md-2.widget-filter.filter-cate.filter-size {
	width: 20%;
}

.shows.shows-shoppage3 {
	margin-left: 0;
}

.color2 li {
	float: left;
	padding: 1px;
}

@media (max-width: 1024px) {
	.color2 li {
		padding: 1px 13px;
	}
}

.blogtags.shop3 .ul-1.shop3 a {
	background: #fff;
	padding: 5px 3px;
}

.featured {
	background: #f4f4f4;
}

.dropdown-menu {
	background: #fff;
}

.bgr-megamenu {
	background-image: url("../images/background.png");
	background-position: right;
	background-repeat: no-repeat;
	background-size: cover;
}

.size a {
	padding: 5px 10px;
	background: #fff;
	border-radius: 50%;
	margin-right: 5px;
}

.size a:hover {
	background: #4c4b6c;
	color: #fff;
}

a.xxl {
	padding: 5px 20px;
	border-radius: 40px !important;
}

@media (max-width: 1024px) {
	a.xxl {
		padding: 0;
	}
}

.sortby a {
	line-height: 30px !important;
	color: #999;
}

.sortby a:hover {
	color: #4c4b6c;
	border-bottom: 1px solid;
	font-weight: 500;
}

.widget-filter.filter-cate.filter-size {
	display: grid;
}

@media (max-width: 1024px) {
	.img-title2.blog-v2.v3, .img-title2.blog-v2.slide.v6, .img-title2.blog-v2.slide.v5,
	.icon.v2.v3,
	.icon.v2.slide.v6,
	.icon.v2.slide.v5 {
		width: 37% !important;
	}
}

@media (max-width: 1024px) and (max-width: 736px) {
	.img-title2.blog-v2.v3, .img-title2.blog-v2.slide.v6, .img-title2.blog-v2.slide.v5,
	.icon.v2.v3,
	.icon.v2.slide.v6,
	.icon.v2.slide.v5 {
		width: 48% !important;
	}
}

@media (max-width: 1024px) and (max-width: 736px) and (max-width: 667px) {
	.img-title2.blog-v2.v3, .img-title2.blog-v2.slide.v6, .img-title2.blog-v2.slide.v5,
	.icon.v2.v3,
	.icon.v2.slide.v6,
	.icon.v2.slide.v5 {
		width: 35% !important;
	}
}

@media (max-width: 1024px) and (max-width: 736px) and (max-width: 667px) and (max-width: 375px) {
	.img-title2.blog-v2.v3, .img-title2.blog-v2.slide.v6, .img-title2.blog-v2.slide.v5,
	.icon.v2.v3,
	.icon.v2.slide.v6,
	.icon.v2.slide.v5 {
		width: 46% !important;
	}
}

.col-lg-2.col-md-2.col-sm-2.col-xs-12.product-item.shopv2.v3, .col-lg-2.col-md-2.col-sm-2.col-xs-12.product-item.shopv2.slide.v6, .contact-form .col-lg-2.col-md-2.col-sm-2.col-xs-12.shopv2.slide.v6.contact-item, .col-lg-2.col-md-2.col-sm-2.col-xs-12.product-item.shopv2.slide.v5, .contact-form .col-lg-2.col-md-2.col-sm-2.col-xs-12.shopv2.slide.v5.contact-item, .contact-form .col-lg-2.col-md-2.col-sm-2.col-xs-12.shopv2.v3.contact-item {
	width: 20%;
}

@media (max-width: 823px) {
	.col-lg-2.col-md-2.col-sm-2.col-xs-12.product-item.shopv2.v3, .col-lg-2.col-md-2.col-sm-2.col-xs-12.product-item.shopv2.slide.v6, .contact-form .col-lg-2.col-md-2.col-sm-2.col-xs-12.shopv2.slide.v6.contact-item, .col-lg-2.col-md-2.col-sm-2.col-xs-12.product-item.shopv2.slide.v5, .contact-form .col-lg-2.col-md-2.col-sm-2.col-xs-12.shopv2.slide.v5.contact-item, .contact-form .col-lg-2.col-md-2.col-sm-2.col-xs-12.shopv2.v3.contact-item {
		width: 33.33%;
	}
}

@media (max-width: 823px) and (max-width: 667px) {
	.col-lg-2.col-md-2.col-sm-2.col-xs-12.product-item.shopv2.v3, .col-lg-2.col-md-2.col-sm-2.col-xs-12.product-item.shopv2.slide.v6, .contact-form .col-lg-2.col-md-2.col-sm-2.col-xs-12.shopv2.slide.v6.contact-item, .col-lg-2.col-md-2.col-sm-2.col-xs-12.product-item.shopv2.slide.v5, .contact-form .col-lg-2.col-md-2.col-sm-2.col-xs-12.shopv2.slide.v5.contact-item, .contact-form .col-lg-2.col-md-2.col-sm-2.col-xs-12.shopv2.v3.contact-item {
		width: 50%;
	}
}

@media (max-width: 823px) and (max-width: 667px) and (max-width: 414px) {
	.col-lg-2.col-md-2.col-sm-2.col-xs-12.product-item.shopv2.v3, .col-lg-2.col-md-2.col-sm-2.col-xs-12.product-item.shopv2.slide.v6, .contact-form .col-lg-2.col-md-2.col-sm-2.col-xs-12.shopv2.slide.v6.contact-item, .col-lg-2.col-md-2.col-sm-2.col-xs-12.product-item.shopv2.slide.v5, .contact-form .col-lg-2.col-md-2.col-sm-2.col-xs-12.shopv2.slide.v5.contact-item, .contact-form .col-lg-2.col-md-2.col-sm-2.col-xs-12.shopv2.v3.contact-item {
		width: 100%;
	}
}

@media (max-width: 1024px) {
	.ribbon-shop3 {
		left: 82% !important;
	}
}

/* ------ Shop-Page-v4 ------ */
@media (max-width: 1024px) {
	.pagination2.v3.shop4, .pagination2.shop4.slide.v6, .pagination2.shop4.slide.v5 {
		width: 27%;
	}
}

@media (max-width: 1024px) and (max-width: 823px) {
	.pagination2.v3.shop4, .pagination2.shop4.slide.v6, .pagination2.shop4.slide.v5 {
		width: 33%;
	}
}

@media (max-width: 1024px) and (max-width: 768px) {
	.pagination2.v3.shop4, .pagination2.shop4.slide.v6, .pagination2.shop4.slide.v5 {
		width: 31%;
	}
}

@media (max-width: 1024px) and (max-width: 736px) {
	.pagination2.v3.shop4, .pagination2.shop4.slide.v6, .pagination2.shop4.slide.v5 {
		width: 33%;
	}
}

@media (max-width: 1024px) and (max-width: 667px) {
	.pagination2.v3.shop4, .pagination2.shop4.slide.v6, .pagination2.shop4.slide.v5 {
		width: 36%;
	}
}

@media (max-width: 1024px) and (max-width: 568px) {
	.pagination2.v3.shop4, .pagination2.shop4.slide.v6, .pagination2.shop4.slide.v5 {
		width: 44%;
	}
}

ul.pagination.shop4 {
	padding-top: 10px;
	padding-bottom: 10px;
}

.sale-para2.shop-1.page4 {
	position: absolute;
	top: 41%;
	left: 15%;
	visibility: hidden;
	transition: all .3s;
	opacity: 0;
}

.hover:hover .sale-para2.shop-1.page4 {
	visibility: visible;
	opacity: 1;
}

.shows-shoppage-4 {
	margin-left: 0;
}

.we-found-shop4 {
	padding-bottom: 30px;
}

.hover:hover .ribbon.zoa-hot.shop-v1.v4 {
	visibility: visible;
	opacity: 1;
}

.hover:hover .sale-img.shop1.shop2.shop4 {
	visibility: visible;
	opacity: 1;
}

.hover:hover .before.shop1.v2.v4 {
	visibility: visible;
	opacity: 1;
}

.hover,
.hover.image {
	position: relative;
}

.ribbon.zoa-hot.shop-v1.v4 {
	visibility: hidden;
	transition: all .3s;
	opacity: 0;
}

.before.shop1.v2.v4 {
	visibility: hidden;
	transition: all .3s;
	opacity: 0;
}

.opacity {
	width: 100%;
	height: 65%;
	background: #fff;
	position: absolute;
	top: 35%;
	opacity: 0;
	visibility: hidden;
	transition: all .3s;
}

.hover:hover .opacity {
	visibility: visible;
	opacity: 1;
}

.product-button-group.shop4 {
	left: 37% !important;
}

.hover.image:hover .product-button-group.shop4.a1 {
	visibility: visible;
	opacity: 1;
}

.product-button-group.shop4 {
	position: absolute;
	left: 62% !important;
	display: none;
}

.product-button-group.shop4 a {
	float: left;
}

.hover:hover .product-button-group.shop4 {
	display: block;
}

.product-button-group.shop4.a1 {
	visibility: hidden;
	transition: all .3s;
	opacity: 0;
}

.product-button-group.shop4.a1 {
	position: absolute;
	left: 62% !important;
}

.product-button-group.shop4.a1 a {
	float: left;
}

.zoa-btn.zoa-quickview.shop4,
.zoa-btn.zoa-wishlist.shop4,
.zoa-btn.zoa-addcart.shop4 {
	width: 40px;
	height: 40px;
	margin: 0 3px;
}

.hover.img-center {
	width: 50%;
}

.pagination2.v3.shop4, .pagination2.shop4.slide.v6, .pagination2.shop4.slide.v5 {
	position: static;
	margin: 0 auto;
	margin-bottom: 70px;
	margin-top: 20px;
}

@media (max-width: 480px) {
	.pagination2.v3.shop4, .pagination2.shop4.slide.v6, .pagination2.shop4.slide.v5 {
		margin-bottom: 35px;
	}
}

.pagination2.v3.shop4 li, .pagination2.shop4.slide.v6 li, .pagination2.shop4.slide.v5 li {
	padding: 0 4px;
}

.pagination.v2.v3.shop4, .pagination.v2.shop4.slide.v6, .pagination.v2.shop4.slide.v5 {
	margin: 4px;
}

span.zoa-icon-quick-view.shop4 {
	display: none;
}

span.zoa-icon-heart.shop4 {
	display: none;
}

span.zoa-icon-cart.shop4 {
	display: none;
}

.product-button-group.shop4 .fa.fa-shopping-bag,
.product-button-group.shop4 .fa.fa-balance-scale,
.product-button-group.shop4 .fa.fa-heart {
	color: #4c4b6c;
	font-size: 17px;
}

.product-button-group.shop4 .fa.fa-shopping-bag:hover,
.product-button-group.shop4 .fa.fa-balance-scale:hover,
.product-button-group.shop4 .fa.fa-heart:hover {
	color: #fff;
	background: #7cd0f5;
}

.hover.left {
	width: 47%;
	display: inline-block;
	margin-right: 30px;
}

@media (max-width: 1024px) {
	.hover.left {
		width: 46%;
	}
}

@media (max-width: 1024px) and (max-width: 823px) {
	.hover.left {
		width: 44%;
	}
}

@media (max-width: 812px) {
	.hover.left {
		width: 100%;
	}
}

.hover.left.st-2 {
	margin-right: 0 !important;
}

@media (max-width: 736px) {
	.product-img.top {
		width: 50%;
		float: left;
		display: contents;
	}
}

@media (max-width: 823px) {
	.pro-item-shoppage4 {
		margin-bottom: 0 !important;
	}

	.search-shoppage4 {
		padding: 8px 0 0 0;
	}
}

@media (max-width: 812px) {
	.col-lg-3.col-md-3.col-sm-3.col-xs-12.product-item.shopv2.v3.v4, .col-lg-3.col-md-3.col-sm-3.col-xs-12.product-item.shopv2.v4.slide.v6, .contact-form .col-lg-3.col-md-3.col-sm-3.col-xs-12.shopv2.v4.slide.v6.contact-item, .col-lg-3.col-md-3.col-sm-3.col-xs-12.product-item.shopv2.v4.slide.v5, .contact-form .col-lg-3.col-md-3.col-sm-3.col-xs-12.shopv2.v4.slide.v5.contact-item, .contact-form .col-lg-3.col-md-3.col-sm-3.col-xs-12.shopv2.v3.v4.contact-item {
		width: 25%;
	}
}

@media (max-width: 812px) and (max-width: 736px) {
	.col-lg-3.col-md-3.col-sm-3.col-xs-12.product-item.shopv2.v3.v4, .col-lg-3.col-md-3.col-sm-3.col-xs-12.product-item.shopv2.v4.slide.v6, .contact-form .col-lg-3.col-md-3.col-sm-3.col-xs-12.shopv2.v4.slide.v6.contact-item, .col-lg-3.col-md-3.col-sm-3.col-xs-12.product-item.shopv2.v4.slide.v5, .contact-form .col-lg-3.col-md-3.col-sm-3.col-xs-12.shopv2.v4.slide.v5.contact-item, .contact-form .col-lg-3.col-md-3.col-sm-3.col-xs-12.shopv2.v3.v4.contact-item {
		width: 50%;
	}
}

@media (max-width: 768px) {
	.search-shoppage4 {
		padding: 8px 0 0 0 !important;
	}
}

@media (max-width: 736px) {
	.product-img img {
		margin-bottom: 20px;
	}

	.search-shoppage4 {
		padding: 8px 0 0 0 !important;
	}
}

@media (max-width: 480px) {
	.pro-item-shoppage4,
	.product-item.shopv2.v3.v4,
	.product-item.shopv2.v4.slide.v6,
	.contact-form .shopv2.v4.slide.v6.contact-item,
	.product-item.shopv2.v4.slide.v5,
	.contact-form .shopv2.v4.slide.v5.contact-item,
	.contact-form .shopv2.v3.v4.contact-item {
		width: 100% !important;
	}

	.search-shoppage4 input {
		padding-left: 30px !important;
	}

	.pagination2.v3.shop4, .pagination2.shop4.slide.v6, .pagination2.shop4.slide.v5 {
		width: 60%;
	}
}

@media (max-width: 480px) and (max-width: 480px) {
	.pagination2.v3.shop4, .pagination2.shop4.slide.v6, .pagination2.shop4.slide.v5 {
		width: 53%;
	}
}

@media (max-width: 480px) and (max-width: 375px) {
	.pagination2.v3.shop4, .pagination2.shop4.slide.v6, .pagination2.shop4.slide.v5 {
		width: 66%;
	}
}

@media (max-width: 480px) and (max-width: 360px) {
	.pagination2.v3.shop4, .pagination2.shop4.slide.v6, .pagination2.shop4.slide.v5 {
		width: 70%;
	}
}

@media (max-width: 480px) and (max-width: 360px) and (max-width: 320px) {
	.pagination2.v3.shop4, .pagination2.shop4.slide.v6, .pagination2.shop4.slide.v5 {
		width: 80%;
	}
}

/* shop-page-5 */
button.bt-shop5-st {
	transform: translate(20px);
}

@media (max-width: 480px) {
	.product-img.product-item.shop5, .contact-form .product-img.shop5.contact-item {
		margin-bottom: 0;
	}
}

.image-left {
	width: 33.33%;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 30px;
}

@media (max-width: 768px) {
	.image-left {
		margin-bottom: 0;
	}
}

.image-left img {
	width: 100% !important;
}

.product-img.shop5 {
	width: 100%;
}

.widget-filter.filter-cate.no-pd-top.shop5 {
	width: 100%;
}

.widget-filter.filter-cate.no-pd-top.shop5 li {
	list-style: none;
	margin-right: 20px;
	font-family: var(--default-font);
	color: #999;
}

.widget-filter.filter-cate.no-pd-top.shop5 a {
	color: #999;
}

.widget-filter.filter-cate.no-pd-top.shop5 h4 {
	margin: 0;
	text-transform: capitalize;
	font-family: var(--default-font);
	font-weight: 500;
}

.size.shop5 h4,
.sortby.shop5 h4,
.widget-filter.filter-cate.filter-size.shop5 h4,
.blogtags.shop5 h4 {
	text-transform: capitalize;
	font-family: var(--default-font);
	font-weight: 500;
}

.shop5 {
	padding: 0;
	display: inline-block;
}

.size.shop5 a {
	background: #f4f4f4;
	line-height: 40px;
	color: #4c4b6c;
	padding: 7px 13px;
	margin-right: 13px;
}

.size.shop5 a:hover {
	background: #4c4b6c;
	color: #fff;
}

.widget-filter.filter-cate.filter-size.shop5 ul li a {
	line-height: 34px !important;
}

.widget-filter.filter-cate.filter-size.shop5 {
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e6e6e6;
}

.blogtags.shop5 .ul-1.shop5 a {
	padding: 5px 14px;
}

.color2.shop5 li {
	float: left;
	padding: 6px;
}

.size.shop5 {
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 30px;
	margin-bottom: 20px;
}

.widget-filter.filter-cate.no-pd-top.shop5,
.sortby.shop5 {
	width: 100%;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #e6e6e6;
}

.sortby.shop5 {
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 30px;
}

.sortby.shop5 li {
	list-style: disc;
	margin-right: 20px;
}

.sale-para2.shop-1.shop-5 span {
	left: 52px;
	top: -16px;
}

@media (max-width: 823px) {
	.sale-para2.shop-1.shop-5 span {
		left: 10px;
		top: -10px;
	}
}

.col-md-3.col-sm-3.col-xs-12.shop5 {
	padding: 0 15px;
}

@media (max-width: 823px) {
	.col-md-3.col-sm-3.col-xs-12.shop5 {
		display: none;
	}

	.before-shoppage-5::before {
		bottom: 84% !important;
	}

	.col-md-9.col-sm-9.col-xs-12.shop5 {
		width: 100%;
	}
}

@media (max-width: 736px) {
	.before-shoppage-5::before {
		display: none;
	}
}

@media (max-width: 667px) {
	.image-left {
		width: 50%;
	}
}

@media (max-width: 667px) and (max-width: 480px) {
	.image-left {
		float: unset;
		width: 100%;
	}
}

@media (max-width: 667px) {
	.product-img.product-item.shop5, .contact-form .product-img.shop5.contact-item {
		width: 100%;
	}
}

@media (max-width: 414px) {
	.product-img.product-item.shop5, .contact-form .product-img.shop5.contact-item {
		width: 100%;
	}

	.image-left {
		width: 100%;
	}
}

/* shop-page-6 */
.shows-shoppage-6 {
	margin-left: 0;
}

.sale-para2.shop-1.shop-5.shop-6 span {
	left: 15px;
	top: -16px;
}

@media (max-width: 1024px) {
	.sale-para2.shop-1.shop-5.shop-6 span {
		left: 17px;
		top: -12px;
	}
}

/* Shop-page-7 */
.bgr-st.shop-7 {
	margin-left: 0;
	margin-top: -34px;
}

@media (max-width: 1024px) {
	.bgr-st.shop-7 {
		display: none;
	}
}

.wrappage.pagination.shows.shop-7 {
	float: right;
}

@media (max-width: 480px) {
	.wrappage.pagination.shows.shop-7 {
		margin-top: -45px;
	}
}

.dropdown-menu.fullw.shop-7 {
	width: 1170px;
	left: -770% !important;
}

.shop-top.page-7, .page-7.shop-bottom {
	float: left;
}

.shop-element.right.shop-7 span {
	display: none;
}

.view-mode.view-group {
	padding-left: 0 !important;
	border-left: none !important;
}

i.fa.fa-th {
	background: #f4f4f4;
	padding: 15px 27px;
	border-radius: 30px 0 0 30px;
	font-size: 17px;
}

i.fa.fa-th:hover {
	color: #fff;
	background: #4c4b6c;
}

i.fa.fa-list {
	background: #f4f4f4;
	padding: 15px 27px;
	border-radius: 0 30px 30px 0;
	font-size: 17px;
}

i.fa.fa-list:hover {
	color: #fff;
	background: #4c4b6c;
}

.product-grid {
	padding-top: 34px;
	padding-bottom: 0 !important;
}

.bd-bottom {
	border-bottom: none !important;
}

.product-item .sku, .contact-form .contact-item .sku {
	display: none;
}

.product-item .size-h4, .contact-form .contact-item .size-h4 {
	display: none;
}

.product-item .size-ul, .contact-form .contact-item .size-ul {
	display: none;
}

.product-item .share-shop7, .contact-form .contact-item .share-shop7 {
	display: none;
}

.product-grid.product-list .product-item .product-info .sku, .product-grid.product-list .contact-form .contact-item .product-info .sku, .contact-form .product-grid.product-list .contact-item .product-info .sku {
	display: block;
}

.product-grid.product-list .product-item .product-info .share-shop7, .product-grid.product-list .contact-form .contact-item .product-info .share-shop7, .contact-form .product-grid.product-list .contact-item .product-info .share-shop7 {
	display: block;
}

.product-grid.product-list .product-item .product-info .size-h4, .product-grid.product-list .contact-form .contact-item .product-info .size-h4, .contact-form .product-grid.product-list .contact-item .product-info .size-h4 {
	display: block;
}

.product-grid.product-list .product-item .product-info .size-ul, .product-grid.product-list .contact-form .contact-item .product-info .size-ul, .contact-form .product-grid.product-list .contact-item .product-info .size-ul {
	display: block;
}

.size-ul,
.size-h4 {
	float: left;
}

.size-h4 h4 {
	margin: 0;
	text-transform: capitalize;
	margin-right: 20px;
}

span.zoa-icon-quick-view.shop7,
span.zoa-icon-heart.shop7,
span.zoa-icon-cart.shop7 {
	display: none;
}

.share-shop7 {
	text-align: right;
	margin-top: -20px;
}

.share-shop7 li {
	display: inline-block;
	padding: 0 7px;
}

a.fa.fa-shopping-bag.shop7,
a.fa.fa-balance-scale.shop7,
a.fa.fa-heart.shop7 {
	padding: 12px;
	border-radius: 50%;
	background: #f4f4f4;
	margin-right: 10px;
}

a.fa.fa-shopping-bag.shop7:hover,
a.fa.fa-balance-scale.shop7:hover,
a.fa.fa-heart.shop7:hover {
	background: #7cd0f5;
}

.luc.shop-7 {
	display: inline-block;
	margin-bottom: 20px;
}

.luc.shop-7 a {
	font-size: 24px !important;
	font-family: var(--default-font);
}

@media (max-width: 823px) {
	.luc.shop-7 a {
		font-size: 18px !important;
	}
}

.dropdown-menu.fullw.shop-7 {
	background: #f4f4f4;
}

.sale-para2.shop-1.shop-5.shop-6.shop-7 span {
	left: 12px;
	top: -10px;
}

@media (max-width: 823px) {
	.sale-para2.shop-1.shop-5.shop-6.shop-7 span {
		top: -5px;
	}
}

.sale-para2.shop-1.pro-v1.shop-5.shop-6.shop-7.span-shop7 span {
	top: -10px !important;
}

.sale-para2.shop-1.shop-5.shop-6.shop-7 {
	line-height: 25px;
	margin-bottom: 30px;
}

@media (max-width: 823px) {
	.sale-para2.shop-1.shop-5.shop-6.shop-7 {
		line-height: 18px;
	}
}

.short-desc p {
	line-height: 18px !important;
	color: #999 !important;
}

.size.shop-7 {
	margin-bottom: 35px;
}

.size-ul a {
	background: #f4f4f4;
	padding: 5px 12px;
}

a.st-xs,
a.st-xl {
	padding: 5px 8px;
}

.sku {
	margin-bottom: 10px;
}

.sku p {
	color: #4c4b6c;
	font-size: 18px;
	display: inline-block;
	font-weight: 600;
	padding-right: 5px;
}

.sale-para2.shop-1.shop-5.shop-6.shop-7 a {
	font-size: 18px;
}

.sale-para2.shop-1.shop-5.shop-6.shop-7 i.fa.fa-star {
	font-size: 13px;
	transform: translateY(10px);
}

@media (max-width: 1024px) {
	.sale-para2.shop-1.shop-5.shop-6.shop-7 i.fa.fa-star {
		transform: translateY(0px);
	}
}

.sale-para2.shop-1.shop-5.shop-6.shop-7 span {
	font-size: 14px;
}

.product-item .product-bottom-group.shop7, .contact-form .contact-item .product-bottom-group.shop7 {
	display: none;
}

.product-item .share-shop7, .contact-form .contact-item .share-shop7 {
	display: none;
}

.product-collection-grid.product-grid.bd-bottom {
	padding-top: 0;
}

.product-grid.product-list .product-item .product-info .product-bottom-group.shop7, .product-grid.product-list .contact-form .contact-item .product-info .product-bottom-group.shop7, .contact-form .product-grid.product-list .contact-item .product-info .product-bottom-group.shop7 {
	visibility: hidden;
	opacity: 0;
	transition: all .5s;
}

@media (max-width: 823px) {
	.product-grid.product-list .product-item .product-info .product-bottom-group.shop7, .product-grid.product-list .contact-form .contact-item .product-info .product-bottom-group.shop7, .contact-form .product-grid.product-list .contact-item .product-info .product-bottom-group.shop7 {
		display: block !important;
	}
}

.product-grid.product-list .product-item .product-info:hover .product-bottom-group.shop7, .product-grid.product-list .contact-form .contact-item .product-info:hover .product-bottom-group.shop7, .contact-form .product-grid.product-list .contact-item .product-info:hover .product-bottom-group.shop7 {
	visibility: visible;
	opacity: 1;
}

.share-shop7 {
	visibility: hidden;
	opacity: 0;
	transition: all .5s;
}

@media (max-width: 823px) {
	.share-shop7 {
		display: block !important;
	}
}

.product-info:hover .share-shop7 {
	visibility: visible;
	opacity: 1;
}

@media (max-width: 1024px) {
	.sku {
		display: none !important;
	}

	p.product-desc {
		font-size: 14px !important;
	}
}

@media (max-width: 823px) {
	.product-item, .contact-form .contact-item {
		width: 50%;
	}

	.we-found-shoppage7 h4 {
		font-size: 15px;
	}

	.view-mode.view-group.shop-7 {
		display: inline-block;
	}

	.found-shoppage7 {
		text-align: left !important;
	}

	.breadcrumb-shoppage7 {
		margin-bottom: 10px !important;
	}
}

.we-found.s4 {
	margin-right: 40px;
}

@media (max-width: 768px) {
	.we-found.s4 h4 {
		font-size: 15px;
	}
}

@media (max-width: 768px) and (max-width: 414px) {
	.we-found.s4 h4 {
		font-size: 14px;
	}
}

@media (max-width: 768px) and (max-width: 375px) {
	.we-found.s4 h4 {
		font-size: 13px;
	}
}

@media (max-width: 768px) and (max-width: 375px) and (max-width: 320px) {
	.we-found.s4 h4 {
		font-size: 22px;
	}
}

@media (max-width: 568px) {
	.we-found.s4 {
		margin-right: 25%;
	}

	.wrappage.pagination.shows.shop-7 {
		margin-top: -44px;
	}
}

@media (max-width: 812px) {
	.size.shop-7 {
		margin-bottom: 18px;
	}
}

@media (max-width: 812px) and (max-width: 736px) {
	.size.shop-7 {
		display: inline-block;
	}
}

@media (max-width: 812px) {
	.col-xs-6.col-sm-3.col-md-3.col-lg-3.product-item, .contact-form .col-xs-6.col-sm-3.col-md-3.col-lg-3.contact-item {
		margin-bottom: 50px;
	}
}

@media (max-width: 812px) and (max-width: 768px) {
	.col-xs-6.col-sm-3.col-md-3.col-lg-3.product-item, .contact-form .col-xs-6.col-sm-3.col-md-3.col-lg-3.contact-item {
		margin-bottom: 25px;
	}
}

@media (max-width: 812px) {
	.luc2.v4.shop-7 {
		margin-bottom: 20px;
	}
}

@media (max-width: 568px) {
	.col-xs-6.col-sm-3.col-md-3.col-lg-3.product-item, .contact-form .col-xs-6.col-sm-3.col-md-3.col-lg-3.contact-item {
		width: 100%;
	}
}

@media (width: 736px) {
	.we-found.s4 {
		margin-right: 40%;
	}

	.wrappage.pagination.shows.shop-7 {
		margin-top: -44px;
	}
}

@media (width: 731px) {
	.we-found.s4 {
		margin-right: 40%;
	}

	.wrappage.pagination.shows.shop-7 {
		margin-top: -44px;
	}
}

@media (width: 667px) {
	.we-found.s4 {
		margin-right: 40%;
	}

	.wrappage.pagination.shows.shop-7 {
		margin-top: -44px;
	}
}

@media (width: 640px) {
	.we-found.s4 {
		margin-right: 40%;
	}

	.wrappage.pagination.shows.shop-7 {
		margin-top: -44px;
	}
}

@media (max-width: 320px) {
	.product-bottom-group.shop7 {
		text-align: center;
	}

	i.fa.fa-facebook,
	i.fa.fa-instagram,
	i.fa.fa-pinterest-p,
	i.fa.fa-google-plus,
	i.fa.fa-twitter {
		display: none;
	}
}

.wrappage.shop-7 {
	position: absolute;
	right: 0;
	bottom: -45px;
}

@media (max-width: 823px) {
	.wrappage.shop-7 {
		bottom: -98px;
	}
}

@media (max-width: 823px) and (max-width: 736px) {
	.wrappage.shop-7 {
		bottom: -15px;
	}
}

.shoppage1 {
	position: relative;
	text-align: right;
}

.shoppage1 ul.pagination.shows.shows-shoppage1.shows-shoppage5 {
	position: absolute;
	left: 27%;
}

@media (max-width: 823px) {
	.shoppage1 ul.pagination.shows.shows-shoppage1.shows-shoppage5 {
		left: 18%;
	}
}

@media (max-width: 823px) and (max-width: 768px) {
	.shoppage1 ul.pagination.shows.shows-shoppage1.shows-shoppage5 {
		left: 12%;
	}
}

@media (max-width: 823px) and (max-width: 768px) and (max-width: 667px) {
	.shoppage1 ul.pagination.shows.shows-shoppage1.shows-shoppage5 {
		left: 0;
	}
}

@media (max-width: 1024px) {
	.shop-top.shop-top-page5, .shop-top-page5.shop-bottom {
		display: none !important;
	}
}

/* ---- Shop-page-8 ---- */
@media (max-width: 320px) {
	.wrap-filter-shop-8 {
		text-align: center;
		margin-top: 20px;
	}
}

.product-img.s8 {
	width: 45%;
	float: left;
	padding-right: 30px;
	margin: 0;
}

.found-shoppage8 h4 {
	font-size: 16px;
}

.product-info.s8 {
	display: inline-block;
	width: 55%;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 30px;
}

@media (max-width: 414px) {
	.product-info.s8 {
		padding-bottom: 0;
	}
}

.share-shop7.s8 {
	text-align: left;
}

.share-shop7.s8 li {
	font-size: 18px;
}

.product-bottom-group.shop7.s8 {
	margin-bottom: 34px;
}

.product-bottom-group.shop7.s8 a {
	font-size: 18px;
}

.product-bottom-group.shop7.s8 a:hover {
	color: #fff;
}

.right-s8 {
	display: inline-block;
	margin-bottom: 40px;
}

.right-s8.bd-bt {
	margin-bottom: 70px;
}

.loadmore.s8 {
	margin-bottom: 20%;
}

.loadmore.s8 a {
	padding: 15px 50px;
}

@media (max-width: 823px) {
	.col-md-9.col-sm-9.col-xs-12.s8 {
		width: 100%;
	}

	.sale-para2.shop-1.shop-5.shop-6.shop-7.shop-8 a {
		font-size: 25px;
	}

	p.product-desc.s8 {
		font-size: 20px !important;
		margin-bottom: 35px;
	}

	.loadmore.s8 {
		margin-bottom: 10%;
	}
}

@media (max-width: 812px) {
	p.product-desc.s8 {
		font-size: 20px !important;
		margin-bottom: 30px;
	}
}

@media (max-width: 812px) and (max-width: 768px) {
	p.product-desc.s8 {
		font-size: 19px !important;
	}
}

@media (width: 731px) {
	.product-info.s8 {
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
}

@media (max-width: 640px) {
	.sale-para2.shop-1.shop-5.shop-6.shop-7.shop-8 a {
		font-size: 17px;
	}
}

@media (max-width: 640px) and (max-width: 360px) {
	.sale-para2.shop-1.shop-5.shop-6.shop-7.shop-8 a {
		font-size: 24px;
	}
}

@media (max-width: 640px) and (max-width: 320px) {
	.sale-para2.shop-1.shop-5.shop-6.shop-7.shop-8 a {
		font-size: 21px;
	}
}

@media (max-width: 640px) {
	.product-img.s8 {
		width: 100%;
		padding-right: 0;
		margin-bottom: 25px;
	}
}

@media (max-width: 640px) and (max-width: 480px) {
	.product-img.s8 {
		margin-bottom: 0;
	}
}

@media (max-width: 640px) {
	.product-info.s8 {
		width: 100%;
	}
}

@media (max-width: 731px) {
	.view-shoppage8 {
		float: left;
	}
}

/* Product-Details-v1 */
.before-pro-v1::before {
	top: 14% !important;
	left: 86% !important;
}

.ribbon.zoa-hot.shop-v1.new-pro-v1 {
	left: 82%;
}

.single-product-tab > ul li a:not(.active):after {
	background: #4c4b6c !important;
}

.single-product-tab > ul li a {
	color: #999 !important;
	font-family: var(--default-font);
	font-weight: 100 !important;
}

.single-product-tab > ul li a:hover {
	color: #4c4b6c !important;
	font-weight: 400 !important;
}

.single-product-tab > ul li a:focus {
	color: #4c4b6c !important;
}

.single-product-tab > ul {
	text-align: left !important;
	margin-bottom: 32px !important;
}

.single-product-tab > ul li {
	padding-left: 0 !important;
}

.sale-para2.shop-1.pro-v1.shop-5.shop-6.shop-7.shop-8.pro-v1 {
	margin-bottom: 25px;
}

.sale-para2.shop-1.pro-v1.shop-5.shop-6.shop-7.shop-8.pro-v1 i.fa.fa-star {
	transform: translatey(10px);
}

@media (max-width: 1024px) {
	.sale-para2.shop-1.pro-v1.shop-5.shop-6.shop-7.shop-8.pro-v1 i.fa.fa-star {
		transform: translatey(0);
	}
}

.sale-para2.shop-1.pro-v1.shop-5.shop-6.shop-7.shop-8.pro-v1 li.st {
	margin-bottom: 10px;
}

@media (max-width: 1024px) {
	.sale-para2.shop-1.pro-v1.shop-5.shop-6.shop-7.shop-8.pro-v1 li.st {
		margin-bottom: 0;
	}
}

.color.pr1 img {
	vertical-align: middle;
	width: 30px;
	height: 30px;
	margin: 3px;
	padding: 3px;
}

.color.pr1 a:hover img {
	border: 2px solid #dcdcdc;
	border-radius: 50%;
	transition: all .3s;
}

a.color-pro-v1 {
	color: #4c4b6c;
	font-weight: 500;
}

.breadcrumbs-pro-v1 {
	margin-bottom: 60px !important;
}

.pro-v1 p {
	margin-bottom: 13px !important;
}

.menu-prv1 li {
	display: inline-block;
}

.header-center.pro-v1 {
	margin-bottom: 60px;
}

.image-pro {
	margin-bottom: 60px;
}

.image-pro img:hover {
	box-shadow: 0px 0px 15px 2px #eae2e2;
	transition: all .3s;
	border-radius: 10px;
}

@media (max-width: 823px) {
	.image-pro {
		margin-bottom: 18px;
	}
}

.image-pro img {
	width: 49%;
	padding: 5px 4px;
}

@media (max-width: 667px) {
	.image-pro img {
		width: 100%;
	}
}

.product-info.s8.pro-v1 {
	width: 100%;
	border-bottom: none;
}

.color.pr1 li {
	display: inline-block;
}

input.product_quantity_number.js-number {
	background: #f4f4f4;
	border-radius: 4px;
}

.zoa-qtt.pro-v1 {
	display: inline-block;
	/*width: 170px;*/
	background: #f4f4f4;
    border-radius: 5px;
}

.zoa-qtt.pro-v1 button.quantity-left-minus.btn.btn-number.js-minus,
.zoa-qtt.pro-v1 button.quantity-right-plus.btn.btn-number.js-plus {
	font-size: 15px;
	font-weight: bold;
}


.product-bottom-group.shop7.s8.pro-v1 {
	display: inline-block;
	margin-bottom: 35px;
}

.size.shop5.pro-1 {
	width: 100%;
	border-bottom: none !important;
}

.size.shop5.pro-1 a.st-xs,
.size.shop5.pro-1 a.st-xl {
	padding: 7px 9px !important;
}

.size-guide, .btn-wishlist {
	margin-bottom: 20px;
}

@media (max-width: 414px) {
	.size-guide, .btn-wishlist {
		margin-bottom: 0;
	}
}

.size-guide li, .btn-wishlist li {
	display: inline-block;
}

.size-guide .guide, .btn-wishlist .guide {
	margin-bottom: 25px;
}

.size-guide .guide li, .btn-wishlist .guide li {
	font-size: 16px;
	font-weight: 600;
}

.size-guide .guide a, .btn-wishlist .guide a {
	color: #4c4b6c;
}

.sku.pro-v1 p {
	font-size: 16px;
}

.sku.pro-v1 span {
	color: #999;
	font-weight: 500;
	font-size: 14px;
	font-family: var(--default-font);
}

p.product-desc.s8.pro-v1 {
	word-break: break-word;
	margin-bottom: 25px;
}

@media (max-width: 823px) {
	p.product-desc.s8.pro-v1 {
		margin-bottom: 15px;
	}
}

.color.pr1 {
	margin-bottom: 25px;
}

.color.pr1 h4 {
	text-transform: capitalize;
}

a.fa.fa-shopping-bag.shop7.pro-v1,
a.fa.fa-balance-scale.shop7.pro-v1 {
	margin-right: 5px;
}

.review-ul {
	margin-bottom: 35px;
}

.review-ul li {
	display: inline-block;
}

.rating h4 {
	float: right;
	margin: 0;
	font-size: 14px;
	text-transform: none;
	font-weight: 100;
	color: #999;
	margin-left: 10px;
}

.rating li {
	display: inline-block;
}

.rating i.fa.fa-star-o {
	color: #fdc140;
}

.form-group.name.pro-v1,
.form-group.email.pro-v1 {
	width: 32%;
}

@media (max-width: 823px) {
	.form-group.name.pro-v1,
	.form-group.email.pro-v1 {
		width: 49%;
	}
}

@media (max-width: 812px) {
	.form-group.name.pro-v1,
	.form-group.email.pro-v1 {
		width: 48%;
	}
}

@media (max-width: 768px) {
	.form-group.name.pro-v1,
	.form-group.email.pro-v1 {
		width: 90%;
		margin-bottom: 10px;
	}
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
	display: block;
}

h3.related-title.text-center {
	text-align: right;
	/*margin-left: 50%;*/
	color: #4c4b6c;
	margin-bottom: 20px;
	font-weight: 500;
	font-family: var(--default-font);
}

@media (max-width: 1024px) {
	h3.related-title.text-center {
		margin-right: 0;
	}
}

.owl-dots.disabled {
	display: none !important;
}

.product-related .owl-nav > div {
	border-radius: 8px !important;
	border: none !important;
}

span.fa.fa-angle-left,
span.fa.fa-angle-right {
	font-size: 24px;
}

.product-related .owl-theme .owl-nav [class*=owl-] {
	position: absolute;
	top: -14%;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #eeeeee !important;
	padding: 0 !important;
	margin: 0 !important;
	color: #4c4b6c;
}

@media (min-width: 1025px) and (max-width: 1280px) {
	.product-related .owl-theme .owl-nav [class*=owl-] {
		top: -16%;
	}
}

@media (min-width: 1281px) {
	.product-related .owl-theme .owl-nav [class*=owl-] {
		top: -20%;
	}
}

@media (min-width: 1560px) {
	.product-related .owl-theme .owl-nav [class*=owl-] {
		top: -20%;
	}
}

@media (max-width: 813px) and (min-width: 480px) {
	.product-related .owl-theme .owl-nav [class*=owl-] {
		top: -18%;
	}
}

.product-related .owl-theme .owl-nav [class*=owl-] span {
	line-height: 40px;
}

.product-related .owl-next {
	left: 45px;
}

.product-related .owl-prev {
	left: 0 !important;
	right: unset !important;
}

.menu-prv1 {
	margin-bottom: 30px;
}

.menu-prv1 a {
	color: #999;
	font-family: var(--default-font);
}

.menu-prv1 a:hover {
	color: #4c4b6c;
}

.review-ul a {
	font-size: 18px;
	color: #999;
}

.review-ul a:hover {
	color: #4c4b6c;
	font-weight: 500;
	border-bottom: 1px solid #4c4b6c;
}

.review-ul li {
	padding-right: 35px;
}

.para-pro-v1 p {
	font-size: 16px;
	color: #4c4b6c;
	font-weight: 600;
	line-height: 30px;
}

.para-pro-v1 span {
	color: #999;
	font-weight: 100;
	font-size: 14px;
}

.form-v4.pro-v1 p {
	color: #999;
}

.title-pro-v1 {
	border-bottom: 1px solid #f4f4f4;
	margin-bottom: 30px;
}

@media (min-width: 1025px) {
	.title-pro-v1 {
		padding-left: 140px;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
}

@media (max-width: 480px) {
	.title-pro-v1 {
		border-bottom: none;
	}
}

.title-pro-v1 h3,
.title-pro-v1 p {
	display: inline-block;
}

.title-pro-v1 p {
	color: #4c4b6c !important;
	font-family: var(--default-font);
}

.title-pro-v1 i.fa.fa-chevron-right {
	padding: 5px 7px;
	background: #4c4b6c;
	border-radius: 50%;
	color: #fff;
	margin-left: 5px;
	font-size: 14px;
}

.title-pro-v1 i.fa.fa-chevron-right:hover {
	background: #7cd0f5;
	transition: all .3s;
}

.title-pro-v1 a.view:hover {
	color: #7cd0f5;
}

.title-pro-v1 a.view:hover i.fa.fa-chevron-right {
	background: #7cd0f5;
	color: #fff;
	transition: all .3s;
}

.product-related.hp1.featured-home1 {
	padding-bottom: 0 !important;
}

.product-related {
	padding-bottom: 75px !important;
}

@media (max-width: 1024px) {
	.sale-para2.shop-1.pro-v1 span {
		left: 15px;
		top: -10px;
	}
}

@media (max-width: 823px) {
	.size.shop5.pro-1 {
		margin-bottom: -10px;
	}

	button.zoa-btn.btn-login.hover-white {
		margin-bottom: 10px;
	}
}

@media (max-width: 823px) and (max-width: 768px) {
	button.zoa-btn.btn-login.hover-white {
		margin-bottom: 35px;
	}
}

@media (max-width: 823px) {
	.product-item.pro-v1, .contact-form .pro-v1.contact-item {
		width: 100%;
	}

	.sale-img.shop1.shop2 .before.shop1.v2.pro-v1::before {
		bottom: 88%;
	}

	.sale-img.shop1.shop2.st-v2 .before.shop1.v2.st-v2.pro-v1::before {
		bottom: 88%;
	}
}

@media (max-width: 667px) {
	.menu-prv1 {
		text-align: center;
	}

	.menu-prv1 a {
		font-size: 15px;
	}

	.review-ul a {
		font-size: 24px;
	}
}

@media (max-width: 667px) and (max-width: 568px) {
	.review-ul a {
		font-size: 20px;
	}
}

@media (max-width: 667px) and (width: 414px) {
	.review-ul a {
		font-size: 28px;
	}
}

@media (max-width: 667px) and (width: 411px) {
	.review-ul a {
		font-size: 27px;
	}
}

@media (max-width: 667px) {
	.para-pro-v1 p {
		font-size: 20px;
	}

	.rating {
		margin-bottom: 20px;
	}
}

@media (width: 568px) {
	.product-img {
		width: 100%;
	}
}

.pd-products {
	padding-bottom: 40px !important;
}

@media (max-width: 1024px) {
	.pd-products {
		padding-bottom: 0 !important;
	}
}

/* product-details-v2 */
.product-details a {
	color: #4c4b6c;
}

.product-details a:hover {
	background: #7cd0f5;
}

.product-v2-before::before {
	bottom: 81% !important;
	left: 86% !important;
}

.ribbon.zoa-hot.shop-v1.product-v2 {
	left: 82%;
}

.shop-the-look {
	margin-bottom: 50px;
}

h3.related-title.text-center.v2 {
	margin-top: 50px;
}

.product-col.pro-v2.slick-slide.slick-active {
	display: contents;
}

.product-img-slide.pro-v2.pro-v4 {
	width: 84%;
}

@media (max-width: 1024px) {
	.product-img-slide.pro-v2.pro-v4 {
		width: 80%;
	}
}

@media (max-width: 414px) {
	.product-img-slide.pro-v2.pro-v4 {
		width: 79%;
	}
}

.multiple-img-list.js-click-product-normal.pro-v2.slick-initialized.slick-slider {
	width: 13%;
	position: absolute;
	left: 85%;
	top: 0%;
}

@media (max-width: 1024px) {
	.multiple-img-list.js-click-product-normal.pro-v2.slick-initialized.slick-slider {
		width: 18%;
		left: 82%;
	}
}

@media (max-width: 667px) {
	.multiple-img-list.js-click-product-normal.pro-v2.slick-initialized.slick-slider {
		left: 81%;
	}
}

.col-md-7.col-sm-6.col-xs-12.pro-v4 {
	position: relative;
}

.img.active.pro-v2.pro-v4,
.img.pro-v2.pro-v4 {
	margin-bottom: 12px;
}

.img.v2 {
	width: 90px;
	height: 45px;
}

@media (max-width: 823px) {
	.img.v2 {
		width: 72px;
	}
}

@media (max-width: 823px) and (max-width: 736px) {
	.img.v2 {
		width: 120px;
	}
}

.product-v1.pro-v2.pro-v4 {
	margin-bottom: 40px;
}

.t-shirt {
	width: 50%;
	display: inline-block;
}

@media (max-width: 414px) {
	.t-shirt {
		width: 102%;
	}
}

.t-shirt img {
	width: 49%;
	padding: 0 0 8px 6px;
}

.img-boy {
	width: 49%;
	float: left;
	position: relative;
}

@media (max-width: 414px) {
	.img-boy {
		width: 102%;
		margin-bottom: 10px;
	}
}

.img-boy img {
	width: 100%;
	padding-right: 7px;
}

.number:hover p,
.number .sale-img.shop1.pro-v2 {
	display: block;
}

.number:hover .before.shop1.pro-v2 {
	display: block;
}

.number a {
	background: #f3f3f3;
	color: #4c4b6c;
	padding: 5px 11px;
	border-radius: 50%;
	position: absolute;
	top: 29%;
	left: 59%;
}

.number a:hover {
	background: #4c4b6c;
	color: #fff;
}

.number p {
	background: #fff;
	padding: 10px 20px;
	border-radius: 40px;
	position: absolute;
	top: 20%;
	left: 53%;
	display: none;
	box-shadow: 0px 4px #d4d5d7;
	font-family: var(--default-font);
	color: #4c4b6c;
}

.number.two p {
	position: absolute;
	top: 0%;
	padding: 4px 24px;
}

.number.two a {
	position: absolute;
	top: 5%;
	left: 52%;
}

.number.three p {
	position: absolute;
	top: 58%;
	left: 48%;
	padding: 4px 25px;
}

.number.three a {
	position: absolute;
	top: 65%;
	left: 49%;
}

.sale-img.shop1.pro-v2.nb3 {
	position: absolute;
	top: 66.5%;
	left: 51%;
}

.number.four p {
	position: absolute;
	top: 86.5%;
	left: 53%;
	padding: 6px 30px;
}

.number.four a {
	position: absolute;
	top: 92%;
	left: 51%;
}

.sale-img.shop1.pro-v2.nb4 {
	position: absolute;
	top: 95.5%;
	left: 56%;
}

.sale-img.shop1.pro-v2.nbt {
	position: absolute;
	top: 8.5%;
	left: 56%;
}

.sale-img.shop1.pro-v2 {
	position: absolute;
	top: 30.5%;
	left: 60%;
}

.sale-img.shop1.pro-v2 .before.shop1::before {
	content: "";
	position: absolute;
	border-top: 10px solid #fff;
	border-left: 8px solid transparent;
	border-right: 10px solid transparent;
	left: 93%;
	z-index: 2;
	bottom: 88%;
}

.before.shop1.pro-v2 {
	display: none;
}

@media (max-width: 1024px) {
	.size-guide.pro-v2.pro-v4, .pro-v2.pro-v4.btn-wishlist {
		padding-bottom: 0 !important;
	}
}

@media (max-width: 823px) {
	.sale-para2.shop-1.pro-v1.shop-5.shop-6.shop-7.shop-8.pro-v1.pro-v2 a {
		font-size: 22px;
	}
}

@media (max-width: 823px) and (max-width: 768px) {
	.sale-para2.shop-1.pro-v1.shop-5.shop-6.shop-7.shop-8.pro-v1.pro-v2 a {
		font-size: 21px;
	}
}

@media (max-width: 823px) and (max-width: 736px) {
	.sale-para2.shop-1.pro-v1.shop-5.shop-6.shop-7.shop-8.pro-v1.pro-v2 a {
		font-size: 25px;
	}
}

@media (max-width: 823px) and (max-width: 414px) {
	.sale-para2.shop-1.pro-v1.shop-5.shop-6.shop-7.shop-8.pro-v1.pro-v2 a {
		font-size: 22px;
	}
}

@media (max-width: 823px) and (max-width: 375px) {
	.sale-para2.shop-1.pro-v1.shop-5.shop-6.shop-7.shop-8.pro-v1.pro-v2 a {
		font-size: 20px;
	}
}

@media (max-width: 823px) and (max-width: 320px) {
	.sale-para2.shop-1.pro-v1.shop-5.shop-6.shop-7.shop-8.pro-v1.pro-v2 a {
		font-size: 17px;
	}
}

@media (max-width: 823px) {
	p.product-desc.s8.pro-v1.pro-v2.pro-v4 {
		font-size: 15px !important;
	}
}

@media (max-width: 823px) and (max-width: 414px) {
	p.product-desc.s8.pro-v1.pro-v2.pro-v4 {
		font-size: 16px !important;
	}
}

@media (max-width: 823px) and (max-width: 320px) {
	p.product-desc.s8.pro-v1.pro-v2.pro-v4 {
		font-size: 13px !important;
	}
}

@media (max-width: 823px) {
	.color.pr1.pro-v2.pro-v4 {
		margin-bottom: 20px;
	}

	.product-bottom-group.shop7.s8.pro-v1.pro-v2 {
		margin-bottom: 10px;
	}

	.number,
	.number.two,
	.number.three,
	.number.four p {
		display: none;
	}
}

@media (max-width: 812px) {
	.img.pro-v2.pro-v4,
	.img.active.pro-v2.pro-v4 {
		width: 65px;
		height: 65px;
	}
}

@media (max-width: 812px) and (width: 768px) {
	.img.pro-v2.pro-v4,
	.img.active.pro-v2.pro-v4 {
		width: 65px;
		height: 65px;
	}
}

@media (max-width: 812px) and (max-width: 736px) {
	.img.pro-v2.pro-v4,
	.img.active.pro-v2.pro-v4 {
		width: 135px;
		height: 135px;
	}
}

@media (max-width: 812px) and (max-width: 731px) {
	.img.pro-v2.pro-v4,
	.img.active.pro-v2.pro-v4 {
		width: 132px;
		height: 132px;
	}
}

@media (max-width: 812px) and (max-width: 667px) {
	.img.pro-v2.pro-v4,
	.img.active.pro-v2.pro-v4 {
		width: 118px;
		height: 118px;
	}
}

@media (max-width: 812px) and (max-width: 640px) {
	.img.pro-v2.pro-v4,
	.img.active.pro-v2.pro-v4 {
		width: 114px;
		height: 114px;
	}
}

@media (max-width: 812px) and (max-width: 568px) {
	.img.pro-v2.pro-v4,
	.img.active.pro-v2.pro-v4 {
		height: 100px;
	}
}

@media (max-width: 812px) and (max-width: 480px) {
	.img.pro-v2.pro-v4,
	.img.active.pro-v2.pro-v4 {
		height: 85px;
		width: 85px;
	}
}

@media (max-width: 812px) and (max-width: 414px) {
	.img.pro-v2.pro-v4,
	.img.active.pro-v2.pro-v4 {
		width: 70px;
		height: 70px;
	}
}

@media (max-width: 812px) and (max-width: 375px) {
	.img.pro-v2.pro-v4,
	.img.active.pro-v2.pro-v4 {
		width: 62px;
		height: 62px;
	}
}

@media (max-width: 812px) and (max-width: 360px) {
	.img.pro-v2.pro-v4,
	.img.active.pro-v2.pro-v4 {
		width: 58px;
		height: 58px;
	}
}

@media (max-width: 812px) and (max-width: 320px) {
	.img.pro-v2.pro-v4,
	.img.active.pro-v2.pro-v4 {
		width: 50px;
		height: 50px;
	}
}

@media (max-width: 812px) {
	.product-info.s8.pro-v1.pro-v2.pro-v4 {
		padding-bottom: 0;
	}
}

/* product-details-v3 */
.product-v3-bt {
	margin-bottom: 57px;
}

.margin-product-v3 {
	margin-bottom: 0;
}

.multiple-img-list.js-click-product-normal.pro-v2.pro-v3.slick-initialized.slick-slider {
	width: 13%;
	position: absolute;
	top: 0%;
	left: 3%;
}

@media (max-width: 823px) {
	.multiple-img-list.js-click-product-normal.pro-v2.pro-v3.slick-initialized.slick-slider {
		left: 4%;
	}
}

@media (max-width: 736px) {
	.multiple-img-list.js-click-product-normal.pro-v2.pro-v3.slick-initialized.slick-slider {
		left: 3%;
	}
}

@media (max-width: 414px) {
	.multiple-img-list.js-click-product-normal.pro-v2.pro-v3.slick-initialized.slick-slider {
		left: 4%;
	}
}

@media (max-width: 320px) {
	.multiple-img-list.js-click-product-normal.pro-v2.pro-v3.slick-initialized.slick-slider {
		left: 5%;
	}
}

.product-img-slide.pro-v2.pro-v3.pro-v4 {
	width: 100%;
	padding-left: 15.5%;
}

.details.v2.v3, .details.v2.slide.v6, .details.v2.slide.v5 {
	margin-bottom: 45px;
}

@media (width: 1024px) {
	.img.active.pro-v2.pro-v3.pro-v4,
	.img.pro-v2.pro-v3.pro-v4 {
		width: 78px;
		height: 78px;
	}

	.img.v2.v3, .img.v2.slide.v6, .img.v2.slide.v5 {
		width: 78px;
	}
}

@media (max-width: 823px) {
	.img.active.pro-v2.pro-v3.pro-v4,
	.img.pro-v2.pro-v3.pro-v4 {
		width: 63px;
		height: 63px;
	}
}

@media (max-width: 823px) and (max-width: 812px) {
	.img.active.pro-v2.pro-v3.pro-v4,
	.img.pro-v2.pro-v3.pro-v4 {
		width: 62px;
		height: 62px;
	}
}

@media (max-width: 823px) and (max-width: 768px) {
	.img.active.pro-v2.pro-v3.pro-v4,
	.img.pro-v2.pro-v3.pro-v4 {
		width: 58px;
		height: 58px;
	}
}

@media (max-width: 823px) and (max-width: 736px) {
	.img.active.pro-v2.pro-v3.pro-v4,
	.img.pro-v2.pro-v3.pro-v4 {
		width: 95px;
		height: 95px;
	}
}

@media (max-width: 823px) and (max-width: 667px) {
	.img.active.pro-v2.pro-v3.pro-v4,
	.img.pro-v2.pro-v3.pro-v4 {
		width: 87px;
		height: 87px;
	}
}

@media (max-width: 823px) and (max-width: 640px) {
	.img.active.pro-v2.pro-v3.pro-v4,
	.img.pro-v2.pro-v3.pro-v4 {
		width: 83px;
		height: 83px;
	}
}

@media (max-width: 823px) and (max-width: 568px) {
	.img.active.pro-v2.pro-v3.pro-v4,
	.img.pro-v2.pro-v3.pro-v4 {
		width: 74px !important;
		height: 74px;
	}
}

@media (max-width: 823px) and (max-width: 480px) {
	.img.active.pro-v2.pro-v3.pro-v4,
	.img.pro-v2.pro-v3.pro-v4 {
		width: 62px !important;
		height: 62px;
	}
}

@media (max-width: 823px) and (max-width: 414px) {
	.img.active.pro-v2.pro-v3.pro-v4,
	.img.pro-v2.pro-v3.pro-v4 {
		width: 53px !important;
		height: 53px;
	}
}

@media (max-width: 823px) and (max-width: 375px) {
	.img.active.pro-v2.pro-v3.pro-v4,
	.img.pro-v2.pro-v3.pro-v4 {
		width: 49px !important;
		height: 49px;
	}
}

@media (max-width: 823px) and (max-width: 360px) {
	.img.active.pro-v2.pro-v3.pro-v4,
	.img.pro-v2.pro-v3.pro-v4 {
		width: 47px !important;
		height: 47px;
	}
}

@media (max-width: 823px) and (max-width: 320px) {
	.img.active.pro-v2.pro-v3.pro-v4,
	.img.pro-v2.pro-v3.pro-v4 {
		width: 42px !important;
		height: 42px;
	}
}

@media (max-width: 823px) {
	.img.v2.v3, .img.v2.slide.v6, .img.v2.slide.v5 {
		width: 63px;
	}
}

@media (max-width: 768px) {
	.img.v2.v3, .img.v2.slide.v6, .img.v2.slide.v5 {
		width: 58px;
	}
}

@media (max-width: 736px) {
	.img.v2.v3, .img.v2.slide.v6, .img.v2.slide.v5 {
		width: 95px;
	}
}

@media (max-width: 736px) and (max-width: 667px) {
	.img.v2.v3, .img.v2.slide.v6, .img.v2.slide.v5 {
		width: 87px;
	}
}

@media (max-width: 736px) and (max-width: 568px) {
	.img.v2.v3, .img.v2.slide.v6, .img.v2.slide.v5 {
		width: 74px !important;
	}
}

@media (max-width: 736px) and (max-width: 414px) {
	.img.v2.v3, .img.v2.slide.v6, .img.v2.slide.v5 {
		width: 53px !important;
	}
}

@media (max-width: 736px) and (max-width: 375px) {
	.img.v2.v3, .img.v2.slide.v6, .img.v2.slide.v5 {
		width: 49px !important;
	}
}

@media (max-width: 736px) and (max-width: 360px) {
	.img.v2.v3, .img.v2.slide.v6, .img.v2.slide.v5 {
		width: 47px !important;
	}
}

@media (max-width: 736px) and (max-width: 320px) {
	.img.v2.v3, .img.v2.slide.v6, .img.v2.slide.v5 {
		width: 42px !important;
	}
}

@media (max-width: 736px) {
	.guide.v3, .guide.slide.v6, .guide.slide.v5 {
		margin-bottom: 35px;
	}
}

/* product-details-v4 */
@media (max-width: 823px) {
	img.img-responsive.style {
		display: none;
	}
}

.col-md-8.col-sm-6.col-xs-12.pro-v4 {
	padding-left: 0;
	padding-right: 0;
}

img.img-responsive {
	width: 100%;
}

.notes li {
	list-style: disc;
	margin-left: 20px;
	color: #999;
}

.para-details p {
	color: #999;
}

.product-v1.pro-v4 {
	margin-bottom: 60px;
}

@media (max-width: 736px) {
	.product-v1.pro-v4 {
		margin-bottom: 12px;
	}
}

.para-details {
	margin-bottom: 30px;
}

.img-details {
	margin-bottom: 70px;
	overflow: hidden;
}

@media (max-width: 480px) {
	.img-details {
		margin-bottom: 30px;
	}
}

@media (max-width: 480px) and (max-width: 320px) {
	.img-details {
		margin-bottom: 0;
	}
}

.img-details img {
	width: 100%;
}

.img.active.pro-v4,
.img.pro-v4 {
	width: 90px;
}

@media (width: 823px) {
	.img.active.pro-v4,
	.img.pro-v4 {
		width: 72px;
	}
}

@media (max-width: 812px) {
	.img.active.pro-v4,
	.img.pro-v4 {
		width: 65px;
	}
}

@media (max-width: 736px) {
	.img.active.pro-v4,
	.img.pro-v4 {
		width: 100%;
	}
}

.img {
	width: 70px;
	height: 90px;
}

@media (max-width: 823px) {
	.img {
		height: 72px;
	}
}

@media (max-width: 812px) {
	.img {
		height: 65px;
	}
}

@media (max-width: 736px) {
	.img {
		height: 100%;
		width: 132px;
	}
}

@media (max-width: 667px) {
	.img {
		width: 119px;
	}
}

@media (width: 640px) {
	.img {
		width: 115px;
	}
}

@media (width: 568px) {
	.img {
		width: 100px !important;
	}
}

@media (max-width: 414px) {
	.img {
		width: 68px;
	}
}

@media (max-width: 375px) {
	.img {
		width: 62px;
	}
}

@media (width: 360px) {
	.img {
		width: 58px;
	}
}

@media (max-width: 320px) {
	.img {
		width: 50px;
	}
}

.size.shop5.pro-1.pro-v4 {
	display: none;
}

.product-col.slick-slide.slick-current.slick-active,
.product-col.slick-slide.slick-active {
	width: 100px !important;
}

@media (max-width: 1024px) {
	.product-col.slick-slide.slick-current.slick-active,
	.product-col.slick-slide.slick-active {
		width: 99px !important;
	}
}

@media (width: 823px) {
	.product-col.slick-slide.slick-current.slick-active,
	.product-col.slick-slide.slick-active {
		width: 78px !important;
	}
}

@media (max-width: 812px) {
	.product-col.slick-slide.slick-current.slick-active,
	.product-col.slick-slide.slick-active {
		width: 71px !important;
	}
}

@media (max-width: 736px) {
	.product-col.slick-slide.slick-current.slick-active,
	.product-col.slick-slide.slick-active {
		width: 144px !important;
	}
}

@media (width: 731px) {
	.product-col.slick-slide.slick-current.slick-active,
	.product-col.slick-slide.slick-active {
		width: 142px !important;
	}
}

@media (max-width: 667px) {
	.product-col.slick-slide.slick-current.slick-active,
	.product-col.slick-slide.slick-active {
		width: 129px !important;
	}
}

@media (width: 640px) {
	.product-col.slick-slide.slick-current.slick-active,
	.product-col.slick-slide.slick-active {
		width: 124px !important;
	}
}

@media (width: 568px) {
	.product-col.slick-slide.slick-current.slick-active,
	.product-col.slick-slide.slick-active {
		width: 109px !important;
	}
}

@media (max-width: 480px) {
	.product-col.slick-slide.slick-current.slick-active,
	.product-col.slick-slide.slick-active {
		width: 115px !important;
	}
}

@media (max-width: 414px) {
	.product-col.slick-slide.slick-current.slick-active,
	.product-col.slick-slide.slick-active {
		width: 79px !important;
	}
}

@media (max-width: 375px) {
	.product-col.slick-slide.slick-current.slick-active,
	.product-col.slick-slide.slick-active {
		width: 71px !important;
	}
}

@media (width: 360px) {
	.product-col.slick-slide.slick-current.slick-active,
	.product-col.slick-slide.slick-active {
		width: 68px !important;
	}
}

@media (max-width: 320px) {
	.product-col.slick-slide.slick-current.slick-active,
	.product-col.slick-slide.slick-active {
		width: 60px !important;
	}
}

img.img-responsive.style {
	height: 100%;
}

.color.pr1.pro-v4 {
	margin-bottom: 40px;
}

@media (max-width: 812px) {
	.color.pr1.pro-v4 {
		margin-bottom: 20px;
	}
}

.color.pr1.pro-v4 h4 {
	margin-bottom: 20px;
}

.size-guide, .btn-wishlist {
	padding-bottom: 17px !important;
}

@media (width: 823px) {
	.size-guide.pro-v4, .pro-v4.btn-wishlist {
		padding-bottom: 1px !important;
	}
}

@media (max-width: 812px) {
	p.product-desc.s8.pro-v1.pro-v4 {
		font-size: 16px !important;
	}

	.size-guide.pro-v4, .pro-v4.btn-wishlist {
		padding-bottom: 1px !important;
	}
}

@media (max-width: 736px) {
/*	.product-img-slide.pro-v4 {
		margin-bottom: 30px;
	}*/

	.col-md-8.col-sm-6.col-xs-12.pro-v4 {
		margin-bottom: 35px;
	}
}

@media (max-width: 667px) {
	.product-info.s8.pro-v1.pro-v4 {
		padding-bottom: 5px;
	}
}

/* product-details-v5 */
.product-img-slide.pro-v4.v5 {
	margin-bottom: 30px;
}

.product-related.pro-v5 {
	padding-bottom: 10px !important;
}

.slick-prev,
.slick-next {
	padding: 15px 29px;
	background: #f00;
}

button {
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}

/* ======= Homepage-v1 ====== */
.js-owl-cate-sales-hp1.owl-theme .owl-nav .owl-prev,
.js-owl-cate-sales-hp1.owl-theme .owl-nav .owl-next {
	top: -24%;
}

@media (max-width: 1024px) {
	.js-owl-cate-sales-hp1.owl-theme .owl-nav .owl-prev,
	.js-owl-cate-sales-hp1.owl-theme .owl-nav .owl-next {
		top: -13%;
	}
}

@media (max-width: 823px) {
	.js-owl-cate-sales-hp1.owl-theme .owl-nav .owl-prev,
	.js-owl-cate-sales-hp1.owl-theme .owl-nav .owl-next {
		top: -20%;
	}
}

@media (max-width: 823px) and (max-width: 736px) {
	.js-owl-cate-sales-hp1.owl-theme .owl-nav .owl-prev,
	.js-owl-cate-sales-hp1.owl-theme .owl-nav .owl-next {
		top: -8%;
	}
}

@media (width: 1024px) {
	.js-owl-cate-sales-hp1.owl-theme .owl-nav .owl-prev {
		left: 90.6%;
	}
}

.newsletter-form p {
	color: #4c4b6c;
	font-style: italic;
	font-family: var(--default-font);
	margin-bottom: 20px;
	font-weight: 500;
}

.img-newslt {
	position: relative;
}

.img-newslt .comming-soon {
	position: absolute;
	bottom: 37px;
	left: 24px;
}

.title-news h4 {
	font-size: 36px;
	font-family: var(--default-font);
	font-weight: 500;
	text-transform: capitalize;
	color: #4c4b6c;
	margin: 0;
	margin-bottom: 70px;
}

.bgr-news-home1 {
	background: #f8f8f8;
	height: 190px;
}

.owl-theme .owl-dots .owl-dot span {
	width: 12px;
	height: 12px;
	margin: 0;
	margin-right: 6px;
}

@media (width: 1280px) {
	.newsletter-hp1 {
		width: 32% !important;
		overflow: hidden;
		position: absolute;
		top: 0;
		left: 4.4% !important;
	}
}

@media (max-width: 1023px) {
	.col-md-3.col-sm-12.col-xs-12.logo,
	.col-md-3.col-sm-12.col-xs-12.header-center2,
	.col-md-3.col-sm-12.col-xs-12.hd-right {
		display: none;
	}

	.col-md-3.col-sm-12.col-xs-12.header {
		text-align: center;
	}

	.col-md-3.col-sm-12.col-xs-12.header .logo img {
		margin: 0;
		height: 40px;
	}
}

.news-home1 {
	width: 100% !important;
}

.read-hp2 {
	top: 120% !important;
	right: 5% !important;
}

@media (max-width: 480px) {
	.read-hp2 {
		right: 9% !important;
	}
}

@media (max-width: 1024px) {
	.img-blog-home1 {
		padding-right: 0;
	}

	.owl-feat-hp1 > .owl-nav > .owl-prev {
		top: -15% !important;
	}
}

@media (max-width: 1024px) and (max-width: 736px) {
	.owl-feat-hp1 > .owl-nav > .owl-prev {
		top: -6% !important;
	}
}

@media (max-width: 1024px) {
	.owl-feat-hp1 > .owl-nav > .owl-next {
		top: -15% !important;
	}
}

@media (max-width: 1024px) and (max-width: 736px) {
	.owl-feat-hp1 > .owl-nav > .owl-next {
		top: -6% !important;
	}
}

@media (max-width: 1024px) {
	.blog-v3.blog-home1 {
		width: 100% !important;
	}
}

@media (max-width: 568px) {
	.owl-feat-hp1 > .owl-nav > .owl-prev {
		top: -7% !important;
		left: 83% !important;
	}
}

@media (max-width: 568px) and (max-width: 480px) {
	.owl-feat-hp1 > .owl-nav > .owl-prev {
		top: -8% !important;
	}
}

@media (max-width: 568px) and (max-width: 480px) {
	.owl-feat-hp1 > .owl-nav > .owl-prev {
		left: 80% !important;
	}
}

@media (max-width: 568px) {
	.owl-feat-hp1 > .owl-nav > .owl-next {
		top: -7% !important;
	}
}

@media (max-width: 568px) and (max-width: 480px) {
	.owl-feat-hp1 > .owl-nav > .owl-next {
		top: -8% !important;
	}
}

@media (max-width: 414px) {
	.owl-feat-hp1 > .owl-nav > .owl-prev {
		top: -10% !important;
		left: 77% !important;
	}
}

@media (max-width: 414px) and (max-width: 375px) {
	.owl-feat-hp1 > .owl-nav > .owl-prev {
		left: 75% !important;
		top: -10% !important;
	}
}

@media (max-width: 414px) and (max-width: 375px) and (max-width: 360px) {
	.owl-feat-hp1 > .owl-nav > .owl-prev {
		left: 74% !important;
		top: -11% !important;
	}
}

@media (max-width: 414px) and (max-width: 375px) and (max-width: 360px) and (max-width: 320px) {
	.owl-feat-hp1 > .owl-nav > .owl-prev {
		left: 70% !important;
	}
}

@media (max-width: 414px) {
	.owl-feat-hp1 > .owl-nav > .owl-next {
		top: -10% !important;
	}
}

@media (max-width: 414px) and (max-width: 375px) {
	.owl-feat-hp1 > .owl-nav > .owl-next {
		top: -10% !important;
	}
}

@media (max-width: 414px) and (max-width: 360px) {
	.owl-feat-hp1 > .owl-nav > .owl-next {
		top: -11% !important;
	}
}

@media (max-width: 480px) {
	h3.related-title.text-center.hp1,
	h3.related-title.text-center {
		display: inherit;
	}

	.title-pro-v1.hp1 p {
		margin-bottom: 20px;
	}

	.newsletter-2 {
		margin-left: -4%;
		padding: 4.5%;
		margin-bottom: 80px;
	}
}

@media (min-width: 1440px) {
	.single-product-detail .single-product-info {
		padding-left: 0 !important;
	}
}

@media (max-width: 640px) {
	.dropdown-menu.cart2.drop-home-1 {
		right: -400% !important;
		width: 676% !important;
	}
}

i.fa.fa-times {
	margin-left: 20%;
	margin-top: 6%;
	font-size: 26px;
	color: #fff;
}

@media (max-width: 1024px) {
	.search3.search-home-1 {
		display: none;
	}
}

@media (max-width: 480px) {
	.check-out-home-1 {
		left: 0 !important;
	}

	.dropdown-menu.cart2.drop-home-1 {
		width: 470% !important;
		margin-top: 0 !important;
	}
}

@media (max-width: 480px) and (max-width: 414px) {
	.dropdown-menu.cart2.drop-home-1 {
		left: -515% !important;
	}
}

/*@media (max-width: 480px) and (max-width: 375px) {*/
/*  .dropdown-menu.cart2.drop-home-1 {*/
/*    right: -400% !important; } }*/
@media (max-width: 480px) and (max-width: 320px) {
	.dropdown-menu.cart2.drop-home-1 {
		width: 560% !important;
		right: -483% !important;
	}
}

.bf-onsales-hp1 {
	top: 23% !important;
	right: 14% !important;
}

.stwh-onsales-home1 {
	width: 40px !important;
	height: 40px !important;
}

.onsale-home1 {
	left: 40% !important;
	bottom: -93% !important;
}

.featured-before-25 {
	right: 10% !important;
	top: 20% !important;
}

.hp1.best {
	left: 5%;
	top: 12% !important;
}

.header-home1 {
	padding-left: 0;
	padding-right: 0;
}

.col-md-6.col-xs-12.col-sm-6.col2.flex.justify-content-end {
	display: inline-block;
}

@media (max-width: 480px) {
	.header-center.pro-v1.hp1 {
		padding: 15px;
	}
}

.st-icons-home2 {
	bottom: -65% !important;
	left: 34% !important;
}

.owl-dots {
	display: block;
	margin-left: -85% !important;
}

.header-center-home-1 {
	margin-bottom: 30px;
}

.featured-sales {
	left: 86% !important;
}

@media (max-width: 480px) {
	.featured-sales {
		left: 80% !important;
	}
}

@media (max-width: 480px) and (max-width: 375px) {
	.featured-sales {
		left: 72% !important;
	}
}

.featured-before::before {
	left: 90% !important;
	bottom: 82% !important;
}

.featured-before-25::before {
	left: 90% !important;
	bottom: 82% !important;
}

.dropdown-hp1 {
	left: 5%;
}

@media (min-width: 1440px) {
	.dropdown-hp1 {
		left: 19%;
	}
}

.style-menu-header-hp1 {
	width: 155% !important;
	left: 3%;
	padding: 0;
	padding-left: 50px !important;
}

.style-menu-header-hp1 .menu-hd-home1 {
	margin-right: 15px;
	padding-top: 40px;
}

.blog-megamenu {
	right: 50% !important;
}

.about-megamenu {
	right: 70%;
}

.img-pro {
	display: inline-block;
}

.owl-nav {
	display: none;
}

.review-hp1 p {
	color: #4c4b6c !important;
}

.before.shop1.v2.pro-v1.st-v2.hp1.feature::before {
	bottom: 81% !important;
}

@media (max-width: 1024px) {
	.before.shop1.v2.pro-v1.st-v2.hp1.feature::before {
		bottom: 86% !important;
	}
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #7cd0f5 !important;
}

.col-md-8.col-sm-7.col-xs-12.kids {
	position: relative;
}

.col-md-8.col-sm-7.col-xs-12.kids a {
	position: absolute;
	top: 63%;
	left: 13%;
	color: #fff;
	padding: 12px 40px;
	background: #4c4b6c;
	font-size: 16px;
	border-radius: 40px;
	text-transform: capitalize;
	font-family: var(--default-font);
}

.col-md-8.col-sm-7.col-xs-12.kids a:hover {
	color: #4c4b6c;
	background: #fff;
}

.product-button-group.hp1.onsale-home1 {
	bottom: -75%;
	left: 30%;
}

.luc.hp-1 {
	margin-top: -5px;
}

.img81 {
	margin-bottom: 32px;
}

.img-blog-v2.v3.home1 img, .img-blog-v2.home1.slide.v6 img, .img-blog-v2.home1.slide.v5 img,
img.img-home-1 {
	border-radius: 4px;
	margin-bottom: 0 !important;
}

h3.related-title.text-center.hp1 {
	text-align: right;
}

.banner-right img {
	border-radius: 4px;
	width: 100%;
	height: 100%;
}

.ribbon.zoa-hot.shop-v1.v2.hp1 {
	position: absolute;
	left: 80%;
	top: 4%;
}

@media (max-width: 375px) {
	.ribbon.zoa-hot.shop-v1.v2.hp1 {
		left: 72%;
	}
}

@media (max-width: 320px) {
	.ribbon.zoa-hot.shop-v1.v2.hp1 {
		left: 67%;
	}
}

.sale-img.shop1.shop2.st-v2 .before.shop1.v2.st-v2.hp1::before {
	content: "";
	position: absolute;
	border-bottom: 10px solid transparent;
	border-left: 8px solid #fdc140;
	left: 86%;
	z-index: 2;
	bottom: 78%;
}

@media (max-width: 1024px) {
	.sale-img.shop1.shop2.st-v2 .before.shop1.v2.st-v2.hp1::before {
		bottom: 86%;
	}
}

.ribbon.zoa-hot.shop-v1.hp1 {
	position: absolute;
	left: 85%;
	top: 4%;
}

.header-center.pro-v1.hp1 {
	margin-bottom: 30px;
	padding: 4px;
}

.product-item.pro-v1.best, .contact-form .pro-v1.best.contact-item {
	width: 36%;
}

.img-title2.blog-v2.v3.hp1, .img-title2.blog-v2.hp1.slide.v6, .img-title2.blog-v2.hp1.slide.v5 {
	position: relative;
	margin-right: 9%;
}

@media (max-width: 480px) {
	.img-title2.blog-v2.v3.hp1, .img-title2.blog-v2.hp1.slide.v6, .img-title2.blog-v2.hp1.slide.v5 {
		margin-right: 0;
	}
}

.img-title2.blog-v2.v3.hp1 img, .img-title2.blog-v2.hp1.slide.v6 img, .img-title2.blog-v2.hp1.slide.v5 img {
	width: 30px;
}

.para.blog-v2.v3, .para.blog-v2.slide.v6, .para.blog-v2.slide.v5 {
	padding-bottom: 65px;
	position: relative;
	display: inline-table;
}

@media (max-width: 823px) {
	.para.blog-v2.v3, .para.blog-v2.slide.v6, .para.blog-v2.slide.v5 {
		padding-bottom: 0;
	}
}

.before.shop1.v2.pro-v1.best::before {
	left: 82% !important;
	z-index: 2;
	bottom: 80% !important;
}

.para2.v2.v3.hp1, .para2.v2.hp1.slide.v6, .para2.v2.hp1.slide.v5 {
	position: relative;
}

.para2.v2.v3.hp1 .read.v2.v3.hp1, .para2.v2.hp1.slide.v6 .read.v2.v3.hp1, .para2.v2.hp1.slide.v5 .read.v2.v3.hp1, .para2.v2.v3.hp1 .read.v2.hp1.slide.v6, .para2.v2.hp1.slide.v6 .read.v2.hp1.slide.v6, .para2.v2.hp1.slide.v5 .read.v2.hp1.slide.v6, .para2.v2.v3.hp1 .read.v2.hp1.slide.v5, .para2.v2.hp1.slide.v6 .read.v2.hp1.slide.v5, .para2.v2.hp1.slide.v5 .read.v2.hp1.slide.v5 {
	position: absolute;
	top: 157% !important;
}

.ribbon.zoa-hot.shop-v1.best {
	left: 75%;
	top: -5%;
}

.kid-all.v2.v3.hp1, .kid-all.v2.hp1.slide.v6, .kid-all.v2.hp1.slide.v5 {
	position: absolute;
	left: 47%;
	top: 5%;
}

@media (max-width: 1024px) {
	.kid-all.v2.v3.hp1, .kid-all.v2.hp1.slide.v6, .kid-all.v2.hp1.slide.v5 {
		position: static;
	}
}

.blogs {
	position: relative;
	margin-bottom: 40px;
}

@media (max-width: 1024px) {
	.blogs {
		margin-bottom: 0;
	}
}

.blogs .owl-theme .owl-nav [class*=owl-] {
	position: absolute;
	top: -12%;
	width: 40px;
	height: 40px;
	border-radius: 8px;
	background: #f4f4f4;
	padding: 0 !important;
	margin: 0 !important;
	color: #4c4b6c;
}

@media (min-width: 480px) and (max-width: 1024px) {
	.blogs .owl-theme .owl-nav [class*=owl-] {
		top: -14%;
	}
}

@media (min-width: 1025px) {
	.blogs .owl-theme .owl-nav [class*=owl-] {
		top: -40%;
	}
}

.blogs .owl-theme .owl-nav [class*=owl-] span {
	line-height: 40px;
}

.blogs .owl-next {
	left: 45px;
}

.blogs .owl-prev {
	left: 0;
}

@media (max-width: 480px) {
	.owl-onsale > .owl-nav > .owl-prev {
		left: 80% !important;
		top: -10% !important;
	}

	.owl-onsale > .owl-nav > .owl-next {
		top: -10% !important;
	}
}

@media (max-width: 414px) {
	.owl-onsale > .owl-nav > .owl-prev {
		left: 77% !important;
		top: -12% !important;
	}
}

@media (max-width: 414px) and (max-width: 375px) {
	.owl-onsale > .owl-nav > .owl-prev {
		left: 75% !important;
		top: -12% !important;
	}
}

@media (max-width: 414px) and (max-width: 375px) and (max-width: 360px) {
	.owl-onsale > .owl-nav > .owl-prev {
		left: 74% !important;
		top: -15% !important;
	}
}

@media (max-width: 414px) and (max-width: 375px) and (max-width: 360px) and (max-width: 320px) {
	.owl-onsale > .owl-nav > .owl-prev {
		left: 70% !important;
	}
}

@media (max-width: 414px) {
	.owl-onsale > .owl-nav > .owl-next {
		top: -12% !important;
	}
}

@media (max-width: 414px) and (max-width: 375px) {
	.owl-onsale > .owl-nav > .owl-next {
		top: -12% !important;
	}
}

@media (max-width: 414px) and (max-width: 360px) {
	.owl-onsale > .owl-nav > .owl-next {
		top: -15% !important;
	}
}

.icon.v2.v3.hp1 em, .icon.v2.hp1.slide.v6 em, .icon.v2.hp1.slide.v5 em {
	font-size: 12px;
}

.product-img.news img {
	width: 100%;
}

.product-button-group.news {
	bottom: 20%;
	left: 50%;
}

.product-button-group.news img {
	width: 100%;
}

.kids-st {
	position: relative;
}

.kids-st .owl-prev {
	position: absolute;
	top: 45%;
	left: 2%;
	padding: 13px 21px !important;
	border-radius: 50% !important;
	background: #fef7f8 !important;
	color: #000 !important;
}

@media (max-width: 823px) {
	.kids-st .owl-prev {
		padding: 5px 15px !important;
		left: 5px;
	}
}

.kids-st .owl-prev:hover {
	background: #7cd0f5 !important;
	color: #fff !important;
	transition: all .3s;
}

.kids-st .owl-next {
	position: absolute;
	top: 45%;
	right: 2%;
	padding: 13px 21px !important;
	border-radius: 50% !important;
	background: #fef7f8 !important;
	color: #000 !important;
}

@media (max-width: 823px) {
	.kids-st .owl-next {
		padding: 5px 15px !important;
		right: 5px;
	}
}

.kids-st .owl-next:hover {
	background: #7cd0f5 !important;
	color: #fff !important;
	transition: all .3s;
}

.kids-winter {
	margin-bottom: 50px;
}

@media (max-width: 1024px) {
	.kids-winter {
		margin-bottom: 0;
	}
}

i.fa.fa-arrows,
span.quick {
	position: absolute;
	top: 86%;
	left: 5%;
}

span.quick {
	margin-left: 20px;
	font-family: var(--default-font);
	font-size: 12px;
}

.product-item.pro-v1.home1:hover i.fa.fa-arrows, .contact-form .pro-v1.home1.contact-item:hover i.fa.fa-arrows {
	display: block;
	color: #888 !important;
}

.product-item.pro-v1.home1:hover .review-hp1, .contact-form .pro-v1.home1.contact-item:hover .review-hp1 {
	margin-top: -20px !important;
}

.product-button-group.hp1.onsale.home1 {
	bottom: -80%;
	left: 35%;
}

.product-item.pro-v1.home1:hover span.quick, .contact-form .pro-v1.home1.contact-item:hover span.quick {
	display: block;
	color: #888 !important;
}

.product-item.pro-v1.home1:hover span.review, .contact-form .pro-v1.home1.contact-item:hover span.review {
	display: none;
}

.product-item.pro-v1.home1:hover i.fa.fa-star, .contact-form .pro-v1.home1.contact-item:hover i.fa.fa-star {
	display: none;
}

.product-item.pro-v1.home1:hover li.review, .contact-form .pro-v1.home1.contact-item:hover li.review {
	display: none;
}

.product-item.pro-v1.home1:hover .review-hp1, .contact-form .pro-v1.home1.contact-item:hover .review-hp1 {
	margin-top: -15px;
}

.product-item.pro-v1.home1.onsale:hover .review-hp1.onsale, .contact-form .pro-v1.home1.onsale.contact-item:hover .review-hp1.onsale {
	margin-top: -33px;
}

li.review {
	display: none;
}

i.fa.fa-arrows,
span.quick {
	display: none;
}

.product-button-group.hp1 {
	bottom: 0%;
	left: 50%;
}

.product-button-group.hp1 a.zoa-btn.zoa-quickview,
.product-button-group.hp1 a.zoa-btn.zoa-wishlist,
.product-button-group.hp1 a.zoa-btn.zoa-addcart {
	width: 45px;
	height: 45px;
	margin: 0 2px;
}

.product-button-group.hp1 a.zoa-btn.zoa-quickview:hover,
.product-button-group.hp1 a.zoa-btn.zoa-wishlist:hover,
.product-button-group.hp1 a.zoa-btn.zoa-addcart:hover {
	background: #7cd0f5;
}

.luc.hp-1 del {
	color: #aeaeba !important;
	font-weight: 500;
}

.product-item.pro-v1.home1, .contact-form .pro-v1.home1.contact-item {
	padding-bottom: 0px;
}

@media (max-width: 1024px) {
	.product-item.pro-v1.home1, .contact-form .pro-v1.home1.contact-item {
		padding-bottom: 0;
	}
}

@media (max-width: 768px) {
	.product-item.pro-v1.home1, .contact-form .pro-v1.home1.contact-item {
		margin-bottom: -45px !important;
	}
}

.product-related.hp1 {
	padding-bottom: 30px !important;
}

.sale-img.shop1.shop2 .before.shop1.v2.hp1::before {
	bottom: 81%;
	left: 88%;
}

@media (max-width: 1024px) {
	.sale-img.shop1.shop2 .before.shop1.v2.hp1::before {
		bottom: 86%;
	}
}

.topbar-left.homepage-v1 a,
.topbar-right.homepage-v1 a,
a.menu-home-3 {
	color: #4c4b6c;
	font-family: var(--default-font);
	font-size: 14px;
}

.home-1-font {
	font-weight: 6500 !important;
	text-transform: capitalize !important;
	font-family: var(--default-font);
	font-size: 14px !important;
}

li.style-menu-home-1 {
	padding: 0;
}

a.menu-home-3.home-1-font {
	padding: 10px 25px;
	margin-left: 4px;
	color: #4c4b6c;
	font-family: var(--default-font);
}

a.menu-home-3.home-1-font:hover {
	background: #7cd0f5;
	color: #fff;
	border-radius: 8px;
}

a.menu-home-3.home-1-font:hover span.fa.fa-chevron-down {
	color: #fff;
}

.item.best h4 {
	display: inline-block;
	text-transform: capitalize;
	font-size: 16px;
}

.item.best em {
	font-size: 14px;
	color: #999;
}

.item.best p {
	font-family: var(--default-font);
	margin-bottom: 45px;
	margin-bottom: 38px;
	line-height: 24px;
}

@media (max-width: 1024px) {
	.item.best p {
		margin-bottom: 15px;
	}
}

img.img-st1 {
	width: 86px !important;
	display: inline-block !important;
	margin-right: 20px;
	margin-bottom: 25px;
	border-radius: 50%;
}

@media (max-width: 1024px) {
	img.img-st1 {
		margin-bottom: 5px;
	}
}

img.img-st {
	width: 22px !important;
	margin-bottom: 20px;
}

@media (max-width: 1024px) {
	img.img-st {
		margin-bottom: 15px;
	}
}

h3.related-title.text-center.hp1.best {
	margin-left: 42%;
}

@media (max-width: 1024px) {
	h3.related-title.text-center.hp1.best {
		margin-left: 0;
	}
}

.product-related.best .owl-prev {
	position: absolute;
	left: 88.7% !important;
	top: -25% !important;
}

@media (max-width: 1024px) {
	.product-related.best .owl-prev {
		left: 90.7% !important;
		top: -16% !important;
	}
}

@media (max-width: 1024px) and (max-width: 823px) {
	.product-related.best .owl-prev {
		left: 87.7% !important;
	}
}

@media (max-width: 1024px) and (max-width: 823px) and (max-width: 768px) {
	.product-related.best .owl-prev {
		top: -16% !important;
	}
}

@media (max-width: 1024px) and (max-width: 823px) and (max-width: 667px) {
	.product-related.best .owl-prev {
		left: 85.7% !important;
	}
}

@media (max-width: 1024px) and (max-width: 823px) and (max-width: 667px) and (max-width: 568px) {
	.product-related.best .owl-prev {
		left: 83.7% !important;
		top: -12% !important;
	}
}

@media (max-width: 1024px) and (max-width: 823px) and (max-width: 667px) and (max-width: 568px) and (max-width: 480px) {
	.product-related.best .owl-prev {
		left: 79.7% !important;
		top: -4% !important;
	}
}

@media (max-width: 1024px) and (max-width: 823px) and (max-width: 667px) and (max-width: 568px) and (max-width: 414px) {
	.product-related.best .owl-prev {
		left: 76.7% !important;
	}
}

@media (max-width: 1024px) and (max-width: 823px) and (max-width: 667px) and (max-width: 568px) and (max-width: 414px) and (max-width: 375px) {
	.product-related.best .owl-prev {
		top: -4.5% !important;
		left: 75% !important;
	}
}

@media (max-width: 1024px) and (max-width: 823px) and (max-width: 667px) and (max-width: 568px) and (max-width: 414px) and (max-width: 360px) {
	.product-related.best .owl-prev {
		left: 73.7% !important;
		top: -6% !important;
	}
}

@media (max-width: 1024px) and (max-width: 823px) and (max-width: 667px) and (max-width: 568px) and (max-width: 414px) and (max-width: 360px) and (max-width: 320px) {
	.product-related.best .owl-prev {
		left: 69.7% !important;
	}
}

.product-related.best .owl-next {
	top: -25% !important;
}

@media (max-width: 1024px) {
	.product-related.best .owl-next {
		top: -16% !important;
	}
}

@media (max-width: 768px) {
	.product-related.best .owl-next {
		top: -16% !important;
	}
}

@media (max-width: 568px) {
	.product-related.best .owl-next {
		top: -12% !important;
	}
}

@media (max-width: 568px) and (max-width: 480px) {
	.product-related.best .owl-next {
		top: -4% !important;
	}
}

@media (max-width: 568px) and (max-width: 375px) {
	.product-related.best .owl-next {
		top: -4.5% !important;
	}
}

@media (max-width: 568px) and (max-width: 360px) {
	.product-related.best .owl-next {
		top: -6% !important;
	}
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
	display: block;
}

.newsletter.hp1 h4 {
	text-align: center;
	margin-bottom: 30px;
	font-size: 36px;
	font-family: var(--default-font);
	font-weight: 500;
	text-transform: capitalize;
}

@media (max-width: 823px) {
	.newsletter.hp1 h4 {
		font-size: 24px;
	}
}

.news-home1 {
	margin-bottom: 0 !important;
}

.newsletter-2 {
	padding: 3.5%;
}

@media (min-width: 1025px) {
	.newsletter-2 {
		padding-top: 0;
	}
}

@media (max-width: 480px) {
	.newsletter-2 {
		padding: 0 8.5%;
		margin: 0;
	}
}

.newsletter-2 p,
.newsletter-2 form {
	margin-left: 41%;
}

@media (max-width: 480px) {
	.newsletter-2 p,
	.newsletter-2 form {
		margin-left: 0%;
		text-align: center;
	}
}

.newsletter-2 p {
	font-family: var(--default-font);
	color: #4c4b6c;
	font-weight: 500;
	margin-bottom: 20px;
	line-height: 26px;
}

.read-hp2 a {
	border-bottom: 1px solid;
}

@media (min-width: 1920px) {
	.product-item.pro-v1.news.newsletter-hp1, .contact-form .pro-v1.news.newsletter-hp1.contact-item {
		left: 19.5% !important;
	}
}

@media (min-width: 1920px) and (min-width: 2560px) {
	.product-item.pro-v1.news.newsletter-hp1, .contact-form .pro-v1.news.newsletter-hp1.contact-item {
		left: 27% !important;
		width: 17% !important;
	}
}

.product-item.pro-v1.news, .contact-form .pro-v1.news.contact-item {
	width: 30%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 6.7%;
}

@media (min-width: 1768px) {
	.product-item.pro-v1.news, .contact-form .pro-v1.news.contact-item {
		width: 23% !important;
		top: 5%;
		left: 17% !important;
	}
}

@media (min-width: 1440px) {
	.product-item.pro-v1.news, .contact-form .pro-v1.news.contact-item {
		width: 28%;
		top: -1%;
		left: 9%;
	}
}

@media (min-width: 1440px) and (min-width: 1500px) {
	.product-item.pro-v1.news, .contact-form .pro-v1.news.contact-item {
		width: 27%;
		top: 2%;
		left: 11%;
	}
}

@media (min-width: 1440px) and (min-width: 1500px) and (min-width: 1550px) {
	.product-item.pro-v1.news, .contact-form .pro-v1.news.contact-item {
		width: 26%;
		top: 0%;
		left: 12%;
	}
}

@media (min-width: 1440px) and (min-width: 1500px) and (min-width: 1550px) and (min-width: 1600px) {
	.product-item.pro-v1.news, .contact-form .pro-v1.news.contact-item {
		left: 13.5%;
	}
}

@media (min-width: 1440px) and (min-width: 1500px) and (min-width: 1550px) and (min-width: 1600px) and (min-width: 1650px) {
	.product-item.pro-v1.news, .contact-form .pro-v1.news.contact-item {
		left: 14.5%;
	}
}

@media (min-width: 1440px) and (min-width: 1500px) and (min-width: 1550px) and (min-width: 1600px) and (min-width: 1650px) and (min-width: 1700px) {
	.product-item.pro-v1.news, .contact-form .pro-v1.news.contact-item {
		left: 15.5%;
	}
}

@media (min-width: 1440px) and (min-width: 1500px) and (min-width: 1550px) and (min-width: 1600px) and (min-width: 1650px) and (min-width: 1700px) and (min-width: 1750px) {
	.product-item.pro-v1.news, .contact-form .pro-v1.news.contact-item {
		left: 16.5%;
	}
}

@media (max-width: 1024px) {
	.product-item.pro-v1.news, .contact-form .pro-v1.news.contact-item {
		top: 22%;
	}
}

@media (max-width: 823px) {
	.product-item.pro-v1.news, .contact-form .pro-v1.news.contact-item {
		top: 26%;
	}
}

@media (max-width: 823px) and (max-width: 667px) {
	.product-item.pro-v1.news, .contact-form .pro-v1.news.contact-item {
		top: 32%;
	}
}

.newsletter.hp1 {
	position: relative;
	margin-bottom: 100px;
}

@media (min-width: 1025px) {
	.newsletter.hp1 {
		padding-top: 30px;
	}
}

.form_newsletter input {
	width: 77%;
	height: 45px;
	border: 1px solid #ddd;
	color: #999;
	padding-left: 28px;
	border-radius: 40px;
	font-family: var(--default-font);
}

@media (max-width: 480px) {
	.form_newsletter input {
		width: 100%;
		margin-bottom: 5%;
	}
}

@media (max-width: 480px) and (max-width: 414px) {
	.form_newsletter input {
		width: 106%;
	}
}

.form_newsletter .button_mini {
	width: 150px !important;
	height: 45px;
}

.zoa-btn.button {
	display: block;
	background: #4c4b6c;
	border-color: transparent;
	color: #fff;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	border-radius: 40px;
	margin-left: -7%;
	font-size: 16px;
}

@media (max-width: 414px) {
	.zoa-btn.button {
		margin-left: 0;
		margin: 0 auto;
	}
}

.zoa-btn.button:hover {
	background: #7cd0f5;
	border-color: transparent !important;
}

.product-button-group.hp1.onsale {
	bottom: -95%;
	left: 35%;
}

.product-button-group.hp1.onsale a.zoa-btn.zoa-quickview.onsales,
.product-button-group.hp1.onsale a.zoa-btn.zoa-wishlist,
.product-button-group.hp1.onsale a.zoa-btn.zoa-addcart {
	width: 40px;
	height: 40px;
	margin: 0 3px;
}

.product-button-group.hp1.onsale a.zoa-btn.zoa-quickview.onsales:hover,
.product-button-group.hp1.onsale a.zoa-btn.zoa-wishlist:hover,
.product-button-group.hp1.onsale a.zoa-btn.zoa-addcart:hover {
	background: #4c4b6c;
}

.product-img.home-v1 {
	float: left;
}

.sale-para2.shop-1.pro-v1.home-v1 {
	margin-left: 20px;
}

.product-related.onsale {
	padding-bottom: 0px !important;
}

.onsale {
	margin-bottom: 8px !important;
}

.best-seller {
	min-height: 119px;
	display: inline-block;
	margin-bottom: 30px;
}

@media (max-width: 480px) {
	.best-seller {
		margin-bottom: 0;
	}
}

.best-seller:hover i.fa.fa-shopping-bag, .best-seller:hover i.fa.fa-balance-scale, .best-seller:hover i.fa.fa-heart, .best-seller:hover i.fa.fa-heart-o {
	visibility: visible;
	opacity: 1;
}

.product-item.pro-v1.home1:hover .sale-para2.shop-1.pro-v1.home1 p, .contact-form .pro-v1.home1.contact-item:hover .sale-para2.shop-1.pro-v1.home1 p {
	margin: 0 0 15px;
}

.sale-para2.shop-1.pro-v1.home1 span {
	left: 10px;
	top: -8px;
}

.product-related.best {
	margin-bottom: -50px;
}

@media (max-width: 1024px) {
	.product-related.best {
		margin-bottom: -80px;
	}
}

@media (max-width: 768px) {
	.product-related.best {
		margin-bottom: -85px;
	}
}

.banner-homepage1 {
	margin-bottom: 55px;
}

@media (max-width: 1024px) {
	.banner-homepage1 {
		margin-bottom: 20px;
	}
}

.shop-now.hp1 {
	position: relative;
}

.shop-now.hp1 a {
	position: absolute;
	top: 62%;
	right: 13%;
	color: #fff;
	padding: 11.5px 38px;
	background: #4c4b6c;
	font-size: 16px;
	border-radius: 40px;
	text-transform: capitalize;
	font-family: var(--default-font);
}

.shop-now.hp1 a:hover {
	background: #fff;
	color: #4c4b6c;
	transition: all 0.3s cubic-bezier(0.45, 0.05, 0.55, 0.95);
}

.shop-now.hp1 p {
	color: #4c4b6c;
	position: absolute;
	right: 13%;
	top: 48%;
	font-style: italic;
	font-family: var(--default-font);
	font-weight: 500;
	line-height: 26px;
}

@media (max-width: 480px) {
	.shop-now.hp1 p {
		display: none;
	}
}

.shop-now.hp1 h4 {
	position: absolute;
	top: 24%;
	right: 13%;
	font-family: var(--default-font);
	color: #4c4b6c;
	font-size: 50px;
	text-transform: capitalize;
	margin: 0;
	line-height: 50px;
}

@media (max-width: 480px) {
	.shop-now.hp1 h4 {
		font-size: 30px;
	}
}

@media (max-width: 480px) and (max-width: 414px) {
	.shop-now.hp1 h4 {
		font-size: 20px;
		line-height: 32px;
	}
}

@media (max-width: 480px) and (max-width: 414px) and (max-width: 375px) {
	.shop-now.hp1 h4 {
		font-size: 22px;
	}
}

@media (max-width: 480px) and (max-width: 414px) and (max-width: 375px) and (max-width: 320px) {
	.shop-now.hp1 h4 {
		line-height: 22px;
		font-size: 20px;
	}
}

.shop-now.hp1 h4 span {
	color: #fff;
}

@media (max-width: 480px) {
	.shop-now.hp1 a {
		padding: 8px 30px;
		font-size: 14px;
		right: 17%;
	}
}

.before.shop1.v2.pro-v1.st-v2.hp1.best::before {
	left: 28% !important;
	bottom: 87% !important;
}

.before.shop1.v2.hp1.best-new::before {
	bottom: 87% !important;
	left: 29% !important;
}

.ribbon.zoa-hot.shop-v1.hp1.new {
	left: 26% !important;
}

.search-home-1 {
	/*margin-right: 22%;*/
	padding: 8.5px 15px;
	/*transform: translateY(4px);*/
}

@media (min-width: 1440px) {
	.search-home-1 {
		margin-right: 18%;
	}
}

@media (width: 1024px) {
	.search-home-1 {
		margin-right: 0 !important;
	}
}

.para-best-home1 {
	display: inline-block;
	width: 57%;
	margin-left: 10px;
}

@media (max-width: 375px) {
	.para-best-home1 {
		width: 100%;
	}
}

@media (max-width: 1024px) {
	.para-best-home1 {
		margin-left: 14px;
	}
}

.para-best-home1 li,
.para-best-home1 p {
	display: inline-block;
}

.para-best-home1 del {
	color: #aeaeba;
}

.para-best-home1 li.span {
	color: #888895;
	font-family: var(--default-font);
	margin-left: 10px;
}

.para-best-home1 p {
	font-size: 18px;
	font-weight: 600;
	font-family: var(--default-font);
	color: #4c4b6c;
	margin-right: 10px;
}

.para-best-home1 h4 {
	font-size: 14px;
	text-transform: capitalize;
	font-family: var(--default-font);
	font-weight: 500;
	color: #4c4b6c;
	margin-top: 0;
	margin-bottom: 4px;
}

@media (max-width: 480px) {
	.para-best-home1 h4 {
		font-size: 20px;
	}
}

@media (max-width: 480px) and (max-width: 375px) {
	.para-best-home1 h4 {
		font-size: 14px;
	}
}

@media (max-width: 480px) and (width: 320px) {
	.para-best-home1 h4 {
		font-size: 15px;
	}
}

.para-best-home1 a {
	color: #4c4b6c;
}

.para-best-home1 i.fa.fa-star {
	font-size: 10px;
	color: #fc3;
	margin-right: -2px;
}

.para-best-home1 i.fa.fa-shopping-bag,
.para-best-home1 i.fa.fa-balance-scale,
.para-best-home1 i.fa.fa-heart-o,
.para-best-home1 i.fa.fa-heart {
	padding: 9px 10px;
	background: #f4f4f4;
	border-radius: 8px;
	visibility: hidden;
	transition: all .7s;
	opacity: 0;
}

.para-best-home1 i.fa.fa-shopping-bag:hover,
.para-best-home1 i.fa.fa-balance-scale:hover,
.para-best-home1 i.fa.fa-heart-o:hover,
.para-best-home1 i.fa.fa-heart:hover {
	background: #7cd0f5;
	color: #fff;
}

.img-bestseller {
	display: inline-block;
	width: 36%;
	overflow: hidden;
	float: left;
}

@media (max-width: 568px) {
	.img-bestseller {
		display: block;
		width: 102%;
		margin-bottom: 20px;
	}
}

.ribbon.zoa-hot.shop-v1.v2.hp1.best-seller {
	left: 26%;
	top: 1.5%;
}

a.hover-img-home1 img {
	border-radius: 4px;
	width: 90% !important;
}

@media (max-width: 568px) {
	a.hover-img-home1 img {
		width: 100% !important;
	}
}

@media (max-width: 1024px) {
	.title-pro-v1.hp1 {
		margin-bottom: 15px;
	}

	.img-title2.blog-v2.v3.hp1, .img-title2.blog-v2.hp1.slide.v6, .img-title2.blog-v2.hp1.slide.v5 {
		width: 28%;
	}
}

@media (max-width: 1024px) and (max-width: 823px) {
	.img-title2.blog-v2.v3.hp1, .img-title2.blog-v2.hp1.slide.v6, .img-title2.blog-v2.hp1.slide.v5 {
		width: 35%;
	}
}

@media (max-width: 1024px) and (max-width: 768px) {
	.img-title2.blog-v2.v3.hp1, .img-title2.blog-v2.hp1.slide.v6, .img-title2.blog-v2.hp1.slide.v5 {
		width: 38%;
	}
}

@media (max-width: 1024px) and (max-width: 736px) {
	.img-title2.blog-v2.v3.hp1, .img-title2.blog-v2.hp1.slide.v6, .img-title2.blog-v2.hp1.slide.v5 {
		width: 40%;
	}
}

@media (max-width: 1024px) and (max-width: 568px) {
	.img-title2.blog-v2.v3.hp1, .img-title2.blog-v2.hp1.slide.v6, .img-title2.blog-v2.hp1.slide.v5 {
		width: 24%;
	}
}

@media (max-width: 1024px) and (max-width: 414px) {
	.img-title2.blog-v2.v3.hp1, .img-title2.blog-v2.hp1.slide.v6, .img-title2.blog-v2.hp1.slide.v5 {
		width: 32%;
	}
}

@media (max-width: 1024px) and (max-width: 375px) {
	.img-title2.blog-v2.v3.hp1, .img-title2.blog-v2.hp1.slide.v6, .img-title2.blog-v2.hp1.slide.v5 {
		width: 36%;
	}
}

@media (max-width: 1024px) and (max-width: 360px) {
	.img-title2.blog-v2.v3.hp1, .img-title2.blog-v2.hp1.slide.v6, .img-title2.blog-v2.hp1.slide.v5 {
		width: 37%;
	}
}

@media (max-width: 1024px) and (max-width: 320px) {
	.img-title2.blog-v2.v3.hp1, .img-title2.blog-v2.hp1.slide.v6, .img-title2.blog-v2.hp1.slide.v5 {
		width: 40%;
	}
}

@media (max-width: 1024px) {
	.icon.v2.v3.hp1, .icon.v2.hp1.slide.v6, .icon.v2.hp1.slide.v5 {
		width: 30%;
	}
}

@media (max-width: 1024px) and (max-width: 823px) {
	.icon.v2.v3.hp1, .icon.v2.hp1.slide.v6, .icon.v2.hp1.slide.v5 {
		width: 40%;
	}
}

@media (max-width: 1024px) and (max-width: 768px) {
	.icon.v2.v3.hp1, .icon.v2.hp1.slide.v6, .icon.v2.hp1.slide.v5 {
		width: 45%;
	}
}

@media (max-width: 1024px) and (max-width: 667px) {
	.icon.v2.v3.hp1, .icon.v2.hp1.slide.v6, .icon.v2.hp1.slide.v5 {
		width: 50%;
	}
}

@media (max-width: 1024px) and (max-width: 568px) {
	.icon.v2.v3.hp1, .icon.v2.hp1.slide.v6, .icon.v2.hp1.slide.v5 {
		width: 25%;
	}
}

@media (max-width: 1024px) and (max-width: 414px) {
	.icon.v2.v3.hp1, .icon.v2.hp1.slide.v6, .icon.v2.hp1.slide.v5 {
		width: 40%;
	}
}

@media (max-width: 1024px) and (max-width: 320px) {
	.icon.v2.v3.hp1, .icon.v2.hp1.slide.v6, .icon.v2.hp1.slide.v5 {
		width: 51%;
	}
}

@media (max-width: 1024px) {
	.search3.homepage2 button {
		padding-left: 10% !important;
	}

	.para-blog-hp3 {
		bottom: 5%;
	}

	.best-seller {
		width: 100%;
	}
}

@media (max-width: 1024px) and (max-width: 568px) {
	.best-seller {
		width: 49%;
	}
}

@media (max-width: 1024px) and (max-width: 568px) and (max-width: 480px) {
	.best-seller {
		width: 100%;
	}
}

@media (max-width: 1024px) {
	.ribbon.zoa-hot.shop-v1.v2.hp1.best-seller {
		width: 12%;
	}

	.newsletter.hp1 {
		margin-bottom: 45px;
	}
}

@media (max-width: 812px) {
	.product-item.pro-v1.home1, .contact-form .pro-v1.home1.contact-item {
		padding-bottom: 0px;
	}
}

@media (max-width: 736px) {
	.quickview-wrapper.open {
		display: none;
	}

	.icon.v2.v3.hp1, .icon.v2.hp1.slide.v6, .icon.v2.hp1.slide.v5 {
		width: 45% !important;
	}

	.newsletter-hp1 {
		top: 29% !important;
	}
}

@media (max-width: 736px) and (max-width: 667px) {
	.newsletter-hp1 {
		top: 32% !important;
	}
}

@media (max-width: 667px) {
	.sale-para2.shop-1.pro-v1.hp2-para.home1 a {
		font-size: 17px;
	}
}

@media (max-width: 667px) and (max-width: 414px) {
	.sale-para2.shop-1.pro-v1.hp2-para.home1 a {
		font-size: 16px;
	}
}

@media (max-width: 667px) and (max-width: 375px) {
	.sale-para2.shop-1.pro-v1.hp2-para.home1 a {
		font-size: 14px;
	}
}

@media (max-width: 667px) {
	.ribbon.zoa-hot.shop-v1.v2.hp1.best-seller {
		width: 13%;
	}
}

@media (max-width: 667px) and (max-width: 640px) {
	.ribbon.zoa-hot.shop-v1.v2.hp1.best-seller {
		width: 7%;
	}
}

@media (max-width: 667px) and (max-width: 568px) {
	.ribbon.zoa-hot.shop-v1.v2.hp1.best-seller {
		width: 8%;
		left: 40%;
	}
}

@media (max-width: 667px) and (max-width: 568px) and (max-width: 480px) {
	.ribbon.zoa-hot.shop-v1.v2.hp1.best-seller {
		width: 9%;
		left: 88%;
		top: 2%;
	}
}

@media (max-width: 667px) and (max-width: 568px) and (max-width: 480px) and (max-width: 414px) {
	.ribbon.zoa-hot.shop-v1.v2.hp1.best-seller {
		width: 11%;
	}
}

@media (max-width: 667px) and (max-width: 568px) and (max-width: 480px) and (max-width: 375px) {
	.ribbon.zoa-hot.shop-v1.v2.hp1.best-seller {
		width: 12%;
	}
}

@media (max-width: 667px) and (max-width: 568px) and (max-width: 480px) and (max-width: 320px) {
	.ribbon.zoa-hot.shop-v1.v2.hp1.best-seller {
		width: 13%;
	}
}

@media (max-width: 667px) and (max-width: 568px) and (max-width: 320px) {
	.ribbon.zoa-hot.shop-v1.v2.hp1.best-seller {
		left: 86%;
	}
}

@media (max-width: 667px) {
	.img-title2.blog-v2.v3.hp1, .img-title2.blog-v2.hp1.slide.v6, .img-title2.blog-v2.hp1.slide.v5 {
		width: 40% !important;
	}
}

@media (max-width: 667px) and (max-width: 568px) {
	.img-title2.blog-v2.v3.hp1, .img-title2.blog-v2.hp1.slide.v6, .img-title2.blog-v2.hp1.slide.v5 {
		width: 48% !important;
	}
}

@media (max-width: 667px) {
	.icon.v2.v3.hp1, .icon.v2.hp1.slide.v6, .icon.v2.hp1.slide.v5 {
		width: 50% !important;
	}
}

@media (max-width: 568px) {
	img.st-img-best {
		margin-left: 18px;
	}
}

@media (max-width: 568px) and (max-width: 480px) {
	img.st-img-best {
		margin-left: 0;
	}
}

@media (max-width: 480px) {
	.product-item.pro-v1.news, .contact-form .pro-v1.news.contact-item {
		display: none;
	}

	.newsletter-2 p {
		font-size: 18px;
		margin: 0 0 10px 0 !important;
		font-size: 14px !important;
		font-weight: 100;
	}
}

@media (max-width: 480px) and (max-width: 375px) {
	.newsletter-2 p {
		font-size: 15px;
	}
}

.before.shop1.v2.pro-v1.st-v2.hp1.before-home1::before {
	bottom: 82% !important;
}

@media (max-width: 414px) {
	.shop-now.hp1 a {
		padding: 7px 21px;
		font-size: 11px;
	}
}

/*========= Quickview-Hompage-1 ========*/
.quickview-st {
	padding-bottom: 0 !important;
}

.size-quickview {
	margin-bottom: 0 !important;
}

.quickview-home1 p {
	margin-bottom: 14px !important;
	font-size: 18px !important;
}

.quickview-wrapper {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
}

.quickview-wrapper.open {
	z-index: 1000000;
	position: absolute;
}

.quickview-wrapper .quick-modal {
	max-width: 1050px;
	width: 90%;
	margin: 100px auto 0px;
	background: #fff;
	text-align: left;
	position: relative;
	display: none;
	padding: 20px 0;
	margin-top: 1%;
}

@media (max-width: 1024px) {
	.quickview-wrapper .quick-modal {
		margin-top: 3%;
	}
}

.quickview-wrapper .quick-modal #quickview-content .quickview-close {
	position: absolute;
	top: -1%;
	right: -1%;
	display: inline-block;
	width: 33px;
	height: 33px;
	overflow: hidden;
	border-radius: 50%;
	background: #4c4b6c;
}

.quickview-wrapper.open {
	z-index: 10000;
	background: rgba(0, 0, 0, 0.6);
	position: fixed;
}

.show {
	display: block !important;
}

.quick-view-st {
	width: 43%;
}

@media (max-width: 1024px) {
	.quick-view-st {
		width: 50%;
	}
}

@media (max-width: 1024px) {
	.img81 {
		float: left;
	}

	.backpack.img81 {
		width: 49%;
		margin-right: 19px;
	}
}

@media (max-width: 1024px) and (max-width: 1024px) {
	.backpack.img81 {
		width: 49%;
		margin-right: 19px;
	}
}

@media (max-width: 1024px) and (max-width: 1024px) and (max-width: 768px) {
	.backpack.img81 {
		width: 48%;
		margin-right: 29px;
	}
}

@media (max-width: 1024px) and (max-width: 1024px) and (max-width: 736px) {
	.backpack.img81 {
		margin-right: 28px;
	}
}

@media (max-width: 1024px) and (max-width: 1024px) and (max-width: 736px) and (max-width: 667px) {
	.backpack.img81 {
		margin-right: 25px;
	}
}

@media (max-width: 1024px) and (max-width: 1024px) and (max-width: 736px) and (max-width: 667px) and (max-width: 640px) {
	.backpack.img81 {
		margin-right: 24px;
	}
}

@media (max-width: 1024px) and (max-width: 1024px) and (max-width: 736px) and (max-width: 667px) and (max-width: 640px) and (max-width: 568px) {
	.backpack.img81 {
		margin-right: 21px;
	}
}

@media (max-width: 1024px) {
	.backpack.img81 img {
		width: 100%;
	}

	.backpack {
		width: 49%;
		display: inline-block;
	}
}

@media (max-width: 1024px) and (max-width: 823px) {
	.backpack {
		width: 48%;
	}
}

@media (max-width: 1024px) {
	.backpack img {
		width: 100%;
	}
}

@media (max-width: 823px) {
	.col-md-4.col-sm-4.col-xs-12.banner {
		width: 33%;
	}
}

@media (max-width: 823px) and (max-width: 736px) {
	.col-md-4.col-sm-4.col-xs-12.banner {
		width: 100%;
	}
}

@media (max-width: 823px) {
	.backpack.img81 {
		width: 48%;
		margin-right: 31px;
	}
}

@media (max-width: 768px) {
	.product-item.pro-v1.home1, .contact-form .pro-v1.home1.contact-item {
		display: contents;
	}

	.backpack.img81 {
		width: 48%;
		margin-right: 29px;
	}
}

@media (max-width: 768px) and (max-width: 736px) {
	.backpack.img81 {
		margin-right: 28px;
	}
}

@media (max-width: 768px) and (max-width: 736px) and (max-width: 667px) {
	.backpack.img81 {
		margin-right: 23px;
	}
}

@media (max-width: 768px) and (max-width: 736px) and (max-width: 667px) and (max-width: 568px) {
	.backpack.img81 {
		margin-right: 19px;
	}
}

@media (max-width: 414px) {
	.backpack.img81,
	.backpack {
		width: 100%;
	}
}

.sale-para2.shop-1.pro-v1.hp2-para.home1 a {
	font-family: var(--default-font);
}

@media (max-width: 480px) {
	.product-item.pro-v1.home1, .contact-form .pro-v1.home1.contact-item {
		display: inline-block;
	}

	.banner-homepage1 {
		margin-bottom: 7px;
	}
}

/* ========================================== */
/* ======= Homepage-v2 ====== */
@media (max-width: 667px) {
	p.st-p-home2 {
		display: none;
	}
}

h4.st-text-home2 {
	color: #6ac5ed !important;
	font-size: 38px !important;
	top: 24% !important;
	line-height: 47px !important;
	text-shadow: 0px -4px 0px #fff;
}

@media (max-width: 667px) {
	h4.st-text-home2 {
		line-height: 35px !important;
		font-size: 27px !important;
	}
}

@media (max-width: 480px) {
	h4.st-text-home2 {
		font-size: 30px !important;
		line-height: 35px !important;
	}
}

@media (max-width: 480px) and (max-width: 414px) {
	h4.st-text-home2 {
		line-height: 30px !important;
	}
}

@media (max-width: 480px) and (max-width: 414px) and (max-width: 360px) {
	h4.st-text-home2 {
		font-size: 22px !important;
		line-height: 22px !important;
	}
}

span.st-span-home2 {
	font-size: 72px;
	color: #4c4b6c !important;
}

@media (max-width: 667px) {
	span.st-span-home2 {
		font-size: 40px;
	}
}

@media (max-width: 480px) {
	span.st-span-home2 {
		font-size: 30px;
	}
}

@media (max-width: 480px) and (max-width: 360px) {
	span.st-span-home2 {
		font-size: 20px;
	}
}

li.menu-hd-homepage-2 {
	padding-left: 70px !important;
}

a.st-ab {
	font-weight: 600 !important;
	font-size: 16px !important;
	color: #4c4b6c !important;
}

ul.ab-st-h2 > li > a {
	padding: 5px 50px;
}

.onsale-home2 {
	left: 40% !important;
}

@media (max-width: 768px) {
	.rb-h2 {
		left: 85% !important;
	}
}

.ribbon-home-2 {
	left: 87% !important;
	padding: 2px 7px !important;
}

@media (max-width: 768px) {
	.ribbon-home-2 {
		left: 85% !important;
	}
}

.before-home2 {
	right: 12% !important;
}

.element.element-leaguage.lg-home2 {
	padding: 0 20px !important;
}

.menu-hd-homepage-2 {
	margin-right: 8px !important;
	padding-bottom: 20px;
}

@media (max-width: 667px) {
	.dropdown-menu.cart2 {
		left: -60% !important;
		margin-top: 10%;
	}
}

@media (max-width: 667px) and (max-width: 568px) {
	.dropdown-menu.cart2 {
		width: 610% !important;
	}
}

@media (max-width: 667px) and (max-width: 480px) {
	.dropdown-menu.cart2 {
		width: 640% !important;
	}
}

a.st-tabs {
	font-size: 24px !important;
	text-transform: capitalize;
	padding-bottom: 16px !important;
}

@media (max-width: 480px) {
	a.st-tabs {
		padding-bottom: 3px !important;
	}
}

@media (max-width: 414px) {
	.single-product-tab.bd-bottom.border-home2 {
		text-align: center;
	}

	ul.tabs.text-center > li {
		text-align: center;
	}

	.border-tabs-home2 {
		margin-top: -3.5% !important;
	}
}

ul.drop-cart-home2 {
	padding: 30px;
}

@media (max-width: 480px) {
	.dropdown-menu.cart2.drop-cart-home2 {
		left: 0 !important;
	}
}

@media (max-width: 480px) and (max-width: 320px) {
	.dropdown-menu.cart2.drop-cart-home2 {
		left: 16px !important;
	}
}

@media (max-width: 480px) {
	.rb-h2 {
		left: 85% !important;
	}
}

@media (max-width: 480px) and (max-width: 320px) {
	.rb-h2 {
		left: 82% !important;
	}
}

@media (max-width: 480px) {
	.testimanial.testimanial-home2 {
		margin-bottom: 10px;
	}
}

.border-tabs-home2 {
	border: 1px solid #eee;
	margin-top: -2.8%;
	margin-bottom: 50px;
}

@media (max-width: 1024px) {
	.border-tabs-home2 {
		margin-top: -3.3%;
	}
}

@media (max-width: 1024px) and (max-width: 823px) {
	.border-tabs-home2 {
		margin-top: -4%;
	}
}

@media (max-width: 1024px) and (max-width: 823px) and (max-width: 768px) {
	.border-tabs-home2 {
		margin-top: -4.5%;
	}
}

@media (max-width: 1024px) and (max-width: 823px) and (max-width: 480px) {
	.border-tabs-home2 {
		margin-top: -7.5%;
	}
}

li.color-size > a {
	font-size: 24px !important;
	font-family: var(--default-font) !important;
	color: #4c4b6c !important;
	padding-bottom: 20px !important;
}

ul.tabs.text-center {
	display: inline-block;
}

@media (max-width: 414px) {
	ul.tabs.text-center {
		display: inherit;
	}
}

.before.shop1.v2.pro-v1.st-v2.hp1.before-home2 {
	top: 20%;
}

.before.shop1.v2.pro-v1.hp1.before-home-2 {
	right: 10% !important;
	top: 20%;
}

@media (max-width: 1024px) {
	.search3.homepage2 {
		display: none;
	}

	.logo-header-home-2 {
		width: 100%;
		text-align: center;
	}

	.para-a.a4 {
		display: none;
	}

	.logo-header-home-2 {
		margin-bottom: 0;
	}

	.date3.dropdown.homepage2 {
		left: 20%;
		margin-top: 30px;
	}
}

@media (max-width: 1024px) and (max-width: 823px) {
	.date3.dropdown.homepage2 {
		left: -10%;
		margin-top: 15px;
	}
}

@media (max-width: 1024px) {
	.date3.dropdown.homepage2 button {
		background: transparent !important;
		color: #000 !important;
	}
}

@media (max-width: 823px) {
	.tabs-home-2 {
		width: 100%;
		text-align: center;
	}
}

@media (max-width: 768px) {
	.st-homepage-2 {
		padding: 35px;
		margin-bottom: 20px;
	}

	.st-homepage-2 a.push-menu-home3 {
		right: 11%;
		bottom: 50% !important;
	}

	.date3.dropdown.homepage2 {
		left: -6%;
	}
}

@media (max-width: 667px) {
	.date3.dropdown.homepage2 {
		margin-top: -12px;
		display: block;
	}

	.st-homepage-2 {
		margin-bottom: 0px;
		padding: 10px;
	}

	.dropdown-menu.cart2 {
		left: -70%;
		width: 70%;
		position: absolute;
		top: 115%;
	}

	.images-hp2,
	.onsale-img {
		width: 50% !important;
	}
}

@media (max-width: 667px) and (max-width: 480px) {
	.images-hp2,
	.onsale-img {
		width: 100% !important;
	}
}

@media (max-width: 480px) {
	.date3.dropdown.homepage2 {
		left: -90%;
	}
}

@media (max-width: 480px) and (max-width: 375px) {
	.date3.dropdown.homepage2 {
		left: -88%;
	}
}

@media (max-width: 480px) {
	.dropdown-menu.cart2 {
		margin-top: 12px;
	}

	.img-title2.blog-v2.v3.hp1.img-tt-hp2, .img-title2.blog-v2.hp1.img-tt-hp2.slide.v6, .img-title2.blog-v2.hp1.img-tt-hp2.slide.v5 {
		width: 100% !important;
	}

	.icon.v2.v3.hp1.icon-homepage2, .icon.v2.hp1.icon-homepage2.slide.v6, .icon.v2.hp1.icon-homepage2.slide.v5 {
		width: 60% !important;
	}

	.col-md-7.col-sm-7.col-sx-12.view-home2 {
		display: inline-block;
	}

	.w3-bar.w3-black .bt-featured {
		margin-right: 62px !important;
		font-size: 17px;
	}
}

@media (max-width: 480px) and (max-width: 414px) {
	.w3-bar.w3-black .bt-featured {
		margin-right: 58px !important;
	}
}

@media (max-width: 480px) and (max-width: 414px) and (max-width: 375px) {
	.w3-bar.w3-black .bt-featured {
		margin-right: 40px !important;
	}
}

@media (max-width: 480px) and (max-width: 360px) {
	.w3-bar.w3-black .bt-featured {
		margin-right: 33px !important;
	}
}

@media (max-width: 480px) and (max-width: 360px) and (max-width: 320px) {
	.w3-bar.w3-black .bt-featured {
		margin-right: 15px !important;
	}
}

@media (max-width: 480px) {
	.featured-right {
		font-size: 17px !important;
	}
}

.before-onsales-hp2 {
	top: 18% !important;
	left: 65%;
}

.sales-25 {
	left: 84% !important;
}

.kids-wear.kids-home2 {
	margin-bottom: 25px;
}

@media (max-width: 480px) {
	.kids-wear.kids-home2 {
		margin-bottom: 10px;
	}
}

@media (max-width: 375px) {
	.kids-wear.kids-home2 {
		margin-bottom: 3px;
	}
}

.gift span {
	color: #fff;
	background: #e53556 !important;
}

.gift a {
	font-family: var(--default-font);
	font-size: 14px !important;
}

.before-onsales-hp2::before {
	top: 18%;
}

i.fa.fa-angle-left {
	/*font-size: 14px;*/
	/*padding: 1px 6px 2px 7px;*/
	/*background: #4c4b6c;*/
	border-radius: 8px;
	/*color: #fff;*/
	margin-right: 6px;
}

a.view-home2:hover {
	color: #7cd0f5;
}

a.view-home2:hover i.fa.fa-angle-right {
	background: #7cd0f5;
	transition: all .3s;
}

a.zoa-btn.zoa-quickview:hover span.fa.fa-shopping-bag {
	color: #fff !important;
	transition: all .3s;
}

a.zoa-btn.zoa-wishlist:hover span.fa.fa-balance-scale {
	color: #fff !important;
	transition: all .3s;
}

a.zoa-btn.zoa-addcart:hover span.fa.fa-heart {
	color: #fff !important;
	transition: all .3s;
}

.w3-bar.w3-black {
	border-bottom: 1px solid #eee;
	margin-bottom: 50px;
}

.w3-bar.w3-black .bt-featured {
	margin-right: 46px;
}

@media (max-width: 1024px) {
	.w3-bar.w3-black .bt-featured {
		margin-right: 17px;
	}
}

@media (max-width: 1024px) and (max-width: 823px) {
	.w3-bar.w3-black .bt-featured {
		margin-right: 65px;
	}
}

@media (max-width: 1024px) and (max-width: 823px) and (max-width: 640px) {
	.w3-bar.w3-black .bt-featured {
		margin-right: 123px;
	}
}

@media (max-width: 1024px) and (max-width: 823px) and (max-width: 640px) and (max-width: 568px) {
	.w3-bar.w3-black .bt-featured {
		margin-right: 83px;
	}
}

button.w3-bar-item.w3-button {
	font-size: 24px;
	color: #4c4b6c;
	font-family: var(--default-font);
	border-bottom: 2px solid transparent;
}

button.w3-bar-item.w3-button:hover, button.w3-bar-item.w3-button:focus {
	border-bottom: 2px solid #6ac5ed;
	transition: all .6s;
	z-index: 11111;
}

a.zoa-btn.zoa-wishlist:hover span.fa.fa-shopping-bag {
	color: #f00 !important;
}

.before.shop1.v2.pro-v1.hp1 {
	position: absolute;
	right: 12%;
	top: 20%;
}

.style-opacity {
	position: relative;
}

.style-opacity .opacity-home2 {
	background: #fff;
	opacity: .1;
}

.style-opacity .out-of-stock {
	position: absolute;
	top: 43%;
	left: 0;
	width: 100%;
	text-align: center;
}

.style-opacity .out-of-stock h4 {
	text-transform: none;
	font-weight: bold;
	margin: 0;
	font-family: var(--default-font);
}

.style-opacity .out-of-stock span {
	color: #fdc140;
	font-family: var(--default-font);
	border-bottom: 1px solid #fdc140;
}

.style-opacity .out-of-stock em {
	color: #999;
	font-family: var(--default-font);
}

.col-md-7.col-sm-7.col-sx-12.view-home2 {
	text-align: right;
}

@media (max-width: 1024px) {
	.col-md-7.col-sm-7.col-sx-12.view-home2 {
		display: inline-block;
	}
}

button.w3-bar-item.w3-button {
	background: transparent;
	border: none;
	padding-bottom: 18px;
	padding-left: 0;
	padding-right: 0;
}

li.level2.col-4a {
	padding-left: 40px;
	padding-top: 18px;
}

.before-home2::before {
	bottom: 81% !important;
}

@media (max-width: 812px) {
	.product-item.pro-v1.home1.home3-mgbt.bottom-home2, .contact-form .pro-v1.home1.home3-mgbt.bottom-home2.contact-item {
		margin-bottom: 20px !important;
	}
}

.product-item.pro-v1.home1:hover .review-hp1.home-2, .contact-form .pro-v1.home1.contact-item:hover .review-hp1.home-2 {
	margin-top: -20px !important;
}

@media (max-width: 1024px) {
	.product-item.pro-v1.home1:hover .review-hp1.home-2, .contact-form .pro-v1.home1.contact-item:hover .review-hp1.home-2 {
		margin-top: 0 !important;
	}
}

.product-item.pro-v1.home1.onsale.home-2:hover .review-hp1.home-2.onsale, .contact-form .pro-v1.home1.onsale.home-2.contact-item:hover .review-hp1.home-2.onsale {
	margin-top: -20px !important;
}

@media (max-width: 1024px) {
	.product-item.pro-v1.home1.onsale.home-2:hover .review-hp1.home-2.onsale, .contact-form .pro-v1.home1.onsale.home-2.contact-item:hover .review-hp1.home-2.onsale {
		margin-top: 0 !important;
	}
}

.product-item.pro-v1.home1.home3-mgbt, .contact-form .pro-v1.home1.home3-mgbt.contact-item {
	display: inline-block;
}

ul.nav.navbar-nav.js-menubar.hidden-xs.hidden-sm.homepage2 {
	margin-top: 2%;
}

.logo-header-home-2 {
	margin-top: -10%;
}

@media (max-width: 1024px) {
	.logo-header-home-2 {
		margin-top: 0;
	}
}

a.view-home2 {
	font-size: 14px !important;
	font-weight: 100 !important;
	font-family: var(--default-font) !important;
	margin-right: 0 !important;
	float: right;
	text-transform: capitalize;
}

.sale-para2.shop-1.pro-v1.hp2-para a {
	font-weight: 400;
	color: #4c4b6c;
	font-family: var(--default-font);
	text-transform: capitalize;
}

.home-2-menu {
	padding: 0 !important;
}

.home-2-menu a.hover-menu-hp2 {
	padding: 8px 17px !important;
	text-transform: capitalize !important;
	font-size: 16px !important;
	color: #4c4b6c;
	font-family: var(--default-font);
	font-weight: 500 !important;
	font-size: 14px;
}

.home-2-menu a.hover-menu-hp2:hover {
	background: #7cd0f5 !important;
	color: #fff;
	border-radius: 40px;
}

.home-2-menu a.hover-menu-hp2:hover .fa.fa-chevron-down {
	color: #fff;
}

.topbar-social.home2 a,
p.language {
	font-family: var(--default-font);
	color: #4c4b6c;
	font-size: 14px;
}

a.language {
	text-decoration: none !important;
	font-family: var(--default-font);
	font-weight: bold;
	font-size: 14px;
	color: #4c4b6c;
}

span.language {
	font-family: var(--default-font);
	color: #4c4b6c;
}

.menu-level-1.dropdown-menu.style4.homepage2,
.menu-level-1.dropdown-menu.style2.homepage2 {
	left: -22%;
}

.menu-level-1.dropdown-menu.style4.homepage2 {
	width: 165%;
}

.menu-level-1.dropdown-menu.style3.homepage2 {
	left: 0;
}

.search3.homepage2 {
	background: #f4f4f4;
}

.topbar.hidden-xs.hidden-sm.homepage2 {
	background: transparent;
	border-bottom: 1px solid #eeeeee;
}

.search3.homepage2 {
	background: #f4f4f4;
	margin-left: 5%;
	padding: 10px 15px;
}

.date3.dropdown.homepage2 {
	border-right: none;
}

.a.homepage2 img {
	padding-right: 28px;
	border-right: 1px solid #dddddd;
}

.a.homepage2 a {
	float: left;
	text-align: right;
	border: none;
	padding-right: 15px;
	font-family: var(--default-font);
	font-weight: 500;
	font-size: 16px;
	color: #4c4b6c;
	line-height: 1;
}

.kids-st.homepage2 {
	position: relative;
}

.kids-st.homepage2 a {
	position: absolute;
	top: 65%;
	left: 13%;
	color: #fff;
	padding: 12px 40px;
	background: #4c4b6c;
	font-size: 16px;
	border-radius: 40px;
	text-transform: capitalize;
	font-family: var(--default-font);
}

@media (max-width: 667px) {
	.kids-st.homepage2 a {
		padding: 5px 22px;
	}
}

@media (max-width: 480px) {
	.kids-st.homepage2 a {
		padding: 7px 25px;
	}
}

@media (max-width: 480px) and (max-width: 360px) {
	.kids-st.homepage2 a {
		padding: 4px 21px;
	}
}

.kids-st.homepage2 a:hover {
	color: #4c4b6c;
	background: #fff;
}

.blog-home3-owlnav .owl-theme .owl-nav [class*=owl-] {
	position: absolute;
	top: -18%;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #f4f4f4;
	padding: 0 !important;
	margin: 0 !important;
	color: #4c4b6c;
}

@media (min-width: 1025px) {
	.blog-home3-owlnav .owl-theme .owl-nav [class*=owl-] {
		top: -20%;
	}
}

@media (min-width: 1560px) {
	.blog-home3-owlnav .owl-theme .owl-nav [class*=owl-] {
		top: -22%;
	}
}

@media (max-width: 813px) and (min-width: 480px) {
	.blog-home3-owlnav .owl-theme .owl-nav [class*=owl-] {
		top: -8%;
	}
}

@media (max-width: 480px) {
	.blog-home3-owlnav .owl-theme .owl-nav [class*=owl-] {
		top: -13%;
	}
}

.blog-home3-owlnav .owl-theme .owl-nav [class*=owl-] span {
	line-height: 40px;
}

.blog-home3-owlnav .owl-next {
	right: 0;
}

.blog-home3-owlnav .owl-prev {
	right: 45px;
}

.blog-home3-owlnav .blog-homepage-3 {
	width: 100%;
}

.blog-home3-owlnav .blog-homepage-3 .img-blog-hp-3 {
	padding-right: 0;
}

.blog-home3-owlnav .blog-homepage-3 .img-title-home-3 img {
	width: 25px !important;
}

.blog-home3-owlnav .blog-homepage-3 .img-title-home-3 p {
	font-size: 14px;
}

.blog-home3-owlnav .blog-homepage-3 .para-home-3 p {
	font-size: 14px;
}

.blog-home3-owlnav .img-title-home-3 {
	width: 50%;
	margin-right: 14px;
}

.blog-home3-owlnav .icons-home-3 {
	width: 50% !important;
}

.blog-home3-owlnav .icons-home-3 p {
	font-size: 14px;
}

.blog-home3-owlnav .para-blogs-home3 h4 {
	font-size: 16px;
	font-family: var(--default-font);
	font-weight: 500;
}

@media (max-width: 1440px) {
	.blog-home3-owlnav .para-blogs-home3 h4 {
		font-size: 13px;
	}
}

.blog-home3-owlnav h3.para-blogs {
	font-size: 28px;
	margin-bottom: 13px !important;
}

.fa-home3 > em {
	font-size: 14px;
}

.col-md-4.col-sm-4.col-xs-12.hp2-img {
	position: relative;
}

.col-md-4.col-sm-4.col-xs-12.hp2-img a.plus-zoom {
	display: block;
}

.col-md-4.col-sm-4.col-xs-12.hp2-img .title-pro-v1.hp1.homepage2 {
	border-bottom: none;
	position: absolute;
	top: 70%;
	left: 48%;
}

@media (max-width: 667px) {
	.col-md-4.col-sm-4.col-xs-12.hp2-img .title-pro-v1.hp1.homepage2 {
		left: 38%;
	}
}

.col-md-4.col-sm-4.col-xs-12.hp2-img .title-pro-v1.hp1.homepage2 p {
	font-size: 16px;
	font-family: var(--default-font);
	color: #4c4b6c;
	border-bottom: 1px solid #4c4b6c;
	font-weight: 500;
}

.col-md-4.col-sm-4.col-xs-12.hp2-img .title-pro-v1.hp1.homepage2 i.fa.fa-chevron-right {
	font-size: 14px;
}

.col-md-4.col-sm-4.col-xs-12.hp2-img .title-pro-v1.hp1.homepage2 a {
	font-weight: 500;
	font-family: var(--default-font);
}

.col-md-4.col-sm-4.col-xs-12.hp2-img .title-pro-v1.hp1.homepage2 a:hover {
	color: none !important;
}

.col-md-4.col-sm-4.col-xs-12.hp2-img .img-center {
	left: 37% !important;
}

.col-md-4.col-sm-4.col-xs-12.hp2-img .img-right {
	left: 17% !important;
	top: 76% !important;
}

@media (max-width: 823px) {
	.col-md-4.col-sm-4.col-xs-12.hp2-img .img-right {
		top: 66% !important;
	}
}

@media (max-width: 768px) {
	.col-md-4.col-sm-4.col-xs-12.hp2-img .img-right {
		top: 66% !important;
	}
}

.col-md-4.col-sm-4.col-xs-12.hp2-img img {
	width: 100%;
}

.item-home3 img.img-st1 {
	margin-right: 18px;
	width: 86px !important;
}

.item-home3 h4 {
	font-size: 16px !important;
	font-family: var(--default-font);
}

.item-home3 em {
	font-family: var(--default-font);
}

.item-home3 img.st-img-home3 {
	margin-bottom: 20px !important;
}

.item-home3 p {
	font-family: var(--default-font);
	margin-bottom: 0 !important;
}

.new-arrival-content {
	margin-bottom: 70px;
}

@media (max-width: 1440px) {
	.new-arrival-content {
		margin-bottom: 20px;
	}
}

.monial-home3 {
	margin-bottom: 65px;
}

.item-home3 {
	margin-bottom: 23px;
}

.item-home3 img {
	margin-bottom: 27px;
}

.bn4-5 {
	display: flex;
	margin-bottom: 80px;
}

@media (max-width: 1024px) {
	.bn4-5 {
		margin-bottom: 30px;
	}
}

.title-pro-v1.hp1.hp2 li {
	display: inline-block;
}

.title-pro-v1.hp1.hp2 a {
	font-size: 24px;
	font-family: var(--default-font);
	color: #4c4b6c;
	font-weight: 500;
	margin-right: 45px;
	padding-bottom: 18px;
}

@media (max-width: 414px) {
	.title-pro-v1.hp1.hp2 a {
		font-size: 16px;
	}
}

@media (max-width: 411px) {
	.title-pro-v1.hp1.hp2 a {
		margin-right: 44px;
	}
}

@media (max-width: 375px) {
	.title-pro-v1.hp1.hp2 a {
		margin-right: 32px;
	}
}

@media (max-width: 360px) {
	.title-pro-v1.hp1.hp2 a {
		margin-right: 27px;
	}
}

@media (max-width: 320px) {
	.title-pro-v1.hp1.hp2 a {
		margin-right: 14px;
	}
}

.title-pro-v1.hp1.hp2 a:hover {
	color: #4c4b6c;
	font-weight: 500;
}

.title-pro-v1.hp1.hp2 ul {
	display: inline-block;
}

.title-pro-v1.hp1.hp2 p {
	float: right;
}

.img-homepage2 {
	margin-bottom: 75px;
}

@media (max-width: 1024px) {
	.img-homepage2 {
		margin-bottom: 30px;
	}
}

@media (max-width: 823px) {
	.img-homepage2 {
		margin-bottom: 20px;
	}
}

@media (max-width: 768px) {
	.img-homepage2 {
		margin-bottom: 25px;
	}
}

@media (max-width: 568px) {
	.img-homepage2 {
		margin-bottom: 0;
	}
}

@media (max-width: 414px) {
	.img-homepage2 {
		margin-bottom: 10px;
	}
}

.images-hp2 {
	width: 20%;
}

.owl-carousel {
	display: block !important;
	width: 100%;
	z-index: 1;
}

.item.hp-2 h4 {
	text-transform: capitalize;
	font-size: 16px;
	margin-top: 0;
	margin-bottom: 15px;
}

.item.hp-2 em {
	font-size: 14px;
	color: #999;
}

@media (max-width: 414px) {
	.item.hp-2 em {
		font-size: 13px;
	}
}

@media (max-width: 360px) {
	.item.hp-2 em {
		font-size: 16px;
	}
}

@media (max-width: 320px) {
	.item.hp-2 em {
		font-size: 14px;
	}
}

.item.hp-2 p {
	font-family: var(--default-font);
	line-height: 25px;
}

.testimanial {
	text-align: center;
	margin-bottom: 50px;
}

.testimanial img.img-st.hp-2,
.testimanial .owl-dots {
	margin: 0 auto !important;
}

.testimanial img.img-st1.hp2 {
	margin-bottom: 16 !important;
	margin-top: 50px;
	margin-right: 0;
}

@media (max-width: 568px) {
	.testimanial img.img-st1.hp2 {
		margin-top: 22px;
	}
}

.testimanial .background-carousel {
	background: #f4f4f4;
	padding-bottom: 45px;
}

.topbar .topbar-social.home2 a {
	padding: 0 5px;
	border-left: 1px solid;
	padding-left: 25px;
}

.kid-all.v2.v3.hp1, .kid-all.v2.hp1.slide.v6, .kid-all.v2.hp1.slide.v5 {
	margin-bottom: 0 !important;
}

.star-icons li {
	display: inline-block;
}

.star-icons li em {
	font-size: 12px;
	font-family: var(--default-font);
	color: #888895;
	font-weight: 100;
}

.star-icons i.fa.fa-star {
	margin-right: -3px;
}

.star-icons a.view {
	margin-left: 10px;
}

.sale-para2.shop-1.pro-v1 p {
	/* margin-bottom: 0 !important;*/
	font-size: 18px;
	font-family: var(--default-font);
	font-weight: bold;
}

@media (max-width: 1440px) {
	.sale-para2.shop-1.pro-v1 p {
		font-size: 15px;
	}
}

.sec-home2 {
	display: -webkit-box;
}

.center-home2 {
	margin-bottom: 0;
	display: inline-block;
}

.banner-homepage1.hp2 {
	margin-bottom: 50px;
}

@media (max-width: 1024px) {
	.banner-homepage1.hp2 {
		margin-bottom: 30px;
	}
}

@media (max-width: 480px) {
	.banner-homepage1.hp2 {
		margin-bottom: 0;
	}
}

@media (max-width: 1024px) {
	.blog-home2 {
		margin-bottom: 30px;
	}

	.kids-wear {
		margin-bottom: 25px;
	}
}

@media (max-width: 1024px) and (max-width: 414px) {
	.kids-wear {
		margin-bottom: 13px;
	}
}

@media (max-width: 1024px) {
	.onsales-home1 a {
		font-size: 15px !important;
	}

	.owl-nav {
		display: block;
	}

	.owl-carousel.owl-theme.homepage-2.owl-loaded.owl-drag > .owl-nav {
		display: none !important;
	}

	.st-homepage-2 {
		position: relative;
		padding: 20px 0;
	}

	.st-homepage-2 .menu-home2-rpv {
		position: absolute;
		left: 50%;
	}
}

@media (max-width: 1024px) and (max-width: 823px) {
	.st-homepage-2 .menu-home2-rpv {
		left: 0;
		top: 35%;
	}
}

@media (max-width: 1024px) and (max-width: 823px) and (max-width: 768px) {
	.st-homepage-2 .menu-home2-rpv {
		top: 30%;
	}
}

@media (max-width: 1024px) and (max-width: 823px) and (max-width: 768px) and (max-width: 667px) {
	.st-homepage-2 .menu-home2-rpv {
		top: 55%;
	}
}

@media (max-width: 1024px) {
	.st-homepage-2 a.push-menu-home3 {
		position: absolute;
		right: 10%;
		bottom: 58%;
		z-index: 111111;
	}
}

@media (max-width: 1024px) and (max-width: 768px) {
	.st-homepage-2 a.push-menu-home3 {
		right: 12%;
	}
}

@media (max-width: 1024px) and (max-width: 768px) and (max-width: 568px) {
	.st-homepage-2 a.push-menu-home3 {
		right: 15%;
	}
}

@media (max-width: 1024px) and (max-width: 768px) and (max-width: 568px) and (max-width: 480px) {
	.st-homepage-2 a.push-menu-home3 {
		right: 17%;
	}
}

@media (max-width: 1024px) and (max-width: 768px) and (max-width: 568px) and (max-width: 375px) {
	.st-homepage-2 a.push-menu-home3 {
		right: 16%;
	}
}

@media (max-width: 1024px) and (max-width: 768px) and (max-width: 568px) and (max-width: 375px) and (max-width: 320px) {
	.st-homepage-2 a.push-menu-home3 {
		right: 22%;
	}
}

@media (max-width: 1024px) and (max-width: 667px) {
	.st-homepage-2 a.push-menu-home3 {
		bottom: 30%;
	}
}

@media (max-width: 1024px) and (max-width: 667px) and (max-width: 480px) {
	.st-homepage-2 a.push-menu-home3 {
		bottom: 68%;
	}
}

@media (max-width: 1024px) {
	.st-homepage-2 .search3.homepage2 {
		width: 115%;
		margin-left: 0%;
	}
}

@media (max-width: 1024px) and (max-width: 823px) {
	.st-homepage-2 .search3.homepage2 {
		width: 42%;
		left: 27%;
	}
}

@media (max-width: 1024px) and (max-width: 823px) and (max-width: 736px) {
	.st-homepage-2 .search3.homepage2 {
		left: 29%;
	}
}

@media (max-width: 1024px) and (max-width: 823px) and (max-width: 667px) {
	.st-homepage-2 .search3.homepage2 {
		left: 18%;
		top: 40%;
		width: 62%;
	}
}

@media (max-width: 1024px) and (max-width: 823px) and (max-width: 480px) {
	.st-homepage-2 .search3.homepage2 {
		left: 3%;
		width: 94%;
	}
}

@media (max-width: 1024px) {
	.st-homepage-2 .search3.homepage2 button {
		padding-left: 30% !important;
	}
}

@media (max-width: 1024px) and (max-width: 823px) {
	.st-homepage-2 .search3.homepage2 button {
		padding-left: 20% !important;
	}
}

@media (max-width: 1024px) and (max-width: 823px) and (max-width: 667px) {
	.st-homepage-2 .search3.homepage2 button {
		padding-left: 38% !important;
	}
}

@media (max-width: 1024px) and (max-width: 823px) and (max-width: 667px) and (max-width: 568px) {
	.st-homepage-2 .search3.homepage2 button {
		padding-left: 28% !important;
	}
}

@media (max-width: 1024px) and (max-width: 823px) and (max-width: 667px) and (max-width: 568px) and (max-width: 480px) {
	.st-homepage-2 .search3.homepage2 button {
		padding-left: 50% !important;
	}
}

@media (max-width: 823px) {
	.hp2-img {
		width: 33.33% !important;
	}

	.images-hp2,
	.onsale-img {
		width: 50%;
	}

	.before.shop1.v2.pro-v1.hp1 {
		display: none;
	}

	.st-homepage-2 {
		padding-bottom: 0px;
	}
}

@media (max-width: 823px) and (max-width: 768px) {
	.st-homepage-2 {
		padding-bottom: 0px !important;
	}
}

@media (max-width: 823px) and (max-width: 768px) and (max-width: 667px) {
	.st-homepage-2 {
		padding: 5px !important;
	}
}

@media (max-width: 823px) {
	.dropdown.homepage2 {
		left: 72%;
	}
}

@media (max-width: 823px) and (max-width: 768px) {
	.dropdown.homepage2 {
		left: 60%;
	}
}

@media (max-width: 823px) and (max-width: 768px) and (max-width: 736px) {
	.dropdown.homepage2 {
		left: 52%;
	}
}

@media (max-width: 812px) {
	.hp2-img {
		width: 33.33% !important;
	}

	.images-hp2,
	.onsale-img {
		width: 50%;
	}

	.before.shop1.v2.pro-v1.hp1 {
		display: none;
	}
}

@media (max-width: 823px) {
	.para2.v2.v3.hp1 p, .para2.v2.hp1.slide.v6 p, .para2.v2.hp1.slide.v5 p {
		font-size: 15px;
	}

	.para.blog-v2.v3.hp1, .para.blog-v2.hp1.slide.v6, .para.blog-v2.hp1.slide.v5 {
		padding-bottom: 0;
	}
}

@media (max-width: 768px) {
	.hp2-img {
		width: 33.33% !important;
	}
}

@media (max-width: 768px) and (max-width: 568px) {
	.hp2-img {
		width: 100% !important;
		margin-bottom: 20px;
	}
}

@media (max-width: 768px) {
	.images-hp2,
	.onsale-img {
		width: 50%;
	}
}

@media (max-width: 768px) and (max-width: 667px) {
	.images-hp2,
	.onsale-img {
		width: 100%;
	}
}

@media (max-width: 768px) {
	.before.shop1.v2.pro-v1.hp1 {
		display: none;
	}

	.para2.v2.v3.hp1 p, .para2.v2.hp1.slide.v6 p, .para2.v2.hp1.slide.v5 p {
		font-size: 15px;
	}

	.para.blog-v2.v3.hp1, .para.blog-v2.hp1.slide.v6, .para.blog-v2.hp1.slide.v5 {
		padding-bottom: 0;
	}
}

@media (max-width: 768px) {
	.img-title2.blog-v2.v3.hp1 p, .img-title2.blog-v2.hp1.slide.v6 p, .img-title2.blog-v2.hp1.slide.v5 p {
		font-size: 13px;
	}
}

@media (max-width: 768px) and (max-width: 480px) {
	.img-title2.blog-v2.v3.hp1 p, .img-title2.blog-v2.hp1.slide.v6 p, .img-title2.blog-v2.hp1.slide.v5 p {
		font-size: 15px;
	}
}

@media (max-width: 667px) {
	.sale-para2.shop-1.pro-v1.hp2-para a {
		font-size: 30px;
	}

	.logo-header-home-2 {
		width: 100%;
		text-align: center;
	}

	.dropdown.homepage2 {
		display: none;
	}
}

@media (max-width: 667px) {
	.logo-header-home-2 {
		padding: 18px;
	}
}

@media (max-width: 667px) and (max-width: 320px) {
	.logo-header-home-2 {
		padding: 10px;
	}
}

@media (max-width: 568px) {
	.img-title3.v2.v3.hp1 a, .img-title3.v2.hp1.slide.v6 a, .img-title3.v2.hp1.slide.v5 a {
		margin-left: 0;
	}

	.img-title3.v2.v3.hp1 p, .img-title3.v2.hp1.slide.v6 p, .img-title3.v2.hp1.slide.v5 p {
		font-size: 13px;
	}
}

@media (max-width: 568px) and (max-width: 480px) {
	.img-title3.v2.v3.hp1 p, .img-title3.v2.hp1.slide.v6 p, .img-title3.v2.hp1.slide.v5 p {
		font-size: 15px;
	}
}

@media (max-width: 568px) {
	.icon.v2.v3.hp1 p, .icon.v2.hp1.slide.v6 p, .icon.v2.hp1.slide.v5 p {
		font-size: 13px;
	}
}

@media (max-width: 480px) {
	.hp2-img {
		width: 100% !important;
		margin-bottom: 12px;
	}

	.sale-para2.shop-1.pro-v1.hp2-para a {
		font-size: 18px;
	}
}

@media (max-width: 375px) {
	.search3.homepage2 {
		margin-top: 1%;
	}
}

@media (width: 320px) {
	h3.related-title.text-center.hp2 {
		margin-right: 10%;
	}
}

.bottom-home2 img.img-responsive:hover {
	box-shadow: 0px 0px 15px 2px #eae2e2;
	transition: all .3s;
	border-radius: 10px;
}

.info-home3-hd {
	width: 33.33%;
}

/*====== Home-page-3 ======*/
@media (max-width: 1600px) {
	.product-button-group.hp1.hp3 {
		bottom: -75%;
		left: 40%;
	}
}

.arii-home-3 {
	width: 70% !important;
	margin-bottom: 0;
}

@media (max-width: 1024px) {
	i.icon-menu {
		left: 7% !important;
		font-weight: bold;
		top: 45% !important;
		color: #fff;
	}
}

@media (max-width: 1024px) and (max-width: 768px) {
	i.icon-menu {
		left: 0% !important;
		top: 60% !important;
	}
}

@media (max-width: 1024px) and (max-width: 667px) {
	i.icon-menu {
		top: 45% !important;
	}
}

@media (max-width: 1024px) and (max-width: 375px) {
	i.icon-menu {
		top: 65% !important;
		font-size: 20px !important;
	}
}

@media (max-width: 1024px) and (max-width: 320px) {
	i.icon-menu {
		top: 70% !important;
		font-size: 14px !important;
	}
}

@media (max-width: 1024px) {
	.col-md-2.col-sm-2.col-xs-12.header.col-header-left-home3.col2.flex.justify-content-end {
		width: 100%;
	}

	.col-md-5.col-sm-8.col-xs-12.logo.col-header-left-home3 {
		display: none;
	}
}

@media (max-width: 480px) {
	.check-out1.check-out-home3 {
		width: 100%;
		left: 0;
	}
}

@media (max-width: 667px) {
	.dropdown-menu.cart2.cart-home3 {
		width: 625% !important;
		left: -500% !important;
	}
}

@media (max-width: 667px) and (max-width: 320px) {
	.dropdown-menu.cart2.cart-home3 {
		left: -485% !important;
	}
}

@media (max-width: 667px) {
	.date3.dropdown.homepage2.home-3-right {
		margin-top: 8%;
	}
}

ul.color-hp3 a {
	background: #fff !important;
	color: #4c4b6c !important;
}

ul.color-hp3 a:hover {
	color: #7cd0f5 !important;
}

.a {
	display: contents;
}

h4.color a {
	font-family: var(--default-font);
	font-size: 16px;
}

.date3.dropdown.homepage2.home-3-right {
	float: right;
}

.topbar-social {
	position: relative;
}

.topbar-social span {
	position: absolute;
	top: -8px;
	right: 13%;
	font-family: var(--default-font);
	font-size: 9px;
	background: #fe82c0;
	padding: 3px;
	border-radius: 50%;
}

.topbar {
	padding-bottom: 11px !important;
}

.hp3-before {
	right: 15% !important;
	top: 27% !important;
}

.before.shop1.v2.pro-v1.st-v2.hp1.hp3-before::before {
	left: 71% !important;
	bottom: 66% !important;
}

@media (min-width: 1768px) {
	.before.shop1.v2.pro-v1.st-v2.hp1.hp3-before::before {
		bottom: 73% !important;
	}
}

.ribbon.zoa-hot.shop-v1.v2.hp1.ribbon-home3 {
	padding: 0 5px;
	left: 77%;
	top: 0%;
}

@media (max-width: 823px) {
	.ribbon.zoa-hot.shop-v1.v2.hp1.ribbon-home3 {
		left: 67%;
	}
}

.ribbon.zoa-hot.shop-v1.v2.hp1.ribbon-home3 span {
	font-family: var(--default-font);
	font-weight: 100 !important;
	font-size: 11px !important;
}

.product-item.pro-v1.home1:hover .review-hp1.hp3, .contact-form .pro-v1.home1.contact-item:hover .review-hp1.hp3 {
	margin-top: -15px !important;
	transition: all .4s;
}

@media (max-width: 667px) {
	.product-item.pro-v1.home1:hover .review-hp1.hp3, .contact-form .pro-v1.home1.contact-item:hover .review-hp1.hp3 {
		margin-top: 0 !important;
	}
}

.sale-para2.shop-1.pro-v1.hp2-para.home-3 a {
	font-family: var(--default-font);
}

.topbar.hidden-xs.hidden-sm.homepage2.home1 {
	border-bottom: 1px solid #a2ddf7;
}

.topbar.hidden-xs.hidden-sm.homepage2.home1 a {
	color: #fff;
	font-family: var(--default-font);
	font-size: 14px;
}

@media (max-width: 1920px) {
	.before.shop1.v2.pro-v1.hp1 {
		position: absolute;
		right: 10%;
		top: 19%;
	}
}

@media (max-width: 1440px) {
	.blog-home3-owlnav .icons-home-3 {
		width: 100% !important;
	}

	.topbar-social {
		margin-left: 24px;
	}

	.default-home3 {
		font-size: 13px !important;
	}

	.header-home-3 .element.element-currency.home3 {
		padding: 0 15px;
	}

	.new-arrival-content .owl-prev {
		padding: 6px 15px !important;
	}

	h3.related-title.text-center.hp1.hp2.texttitle-home-3 {
		margin-right: 50% !important;
	}
}

@media (max-width: 1440px) and (max-width: 1024px) {
	h3.related-title.text-center.hp1.hp2.texttitle-home-3 {
		margin-right: 0 !important;
	}
}

@media (max-width: 1440px) {
	.arii-home-3 {
		margin-bottom: 0;
	}

	.item-home3 img.img-st1 {
		margin-right: 10px;
		width: 70px !important;
	}

	.item.best em {
		font-size: 12px;
	}

	.owl-monial-home3 .owl-dots .owl-dot span {
		width: 10px !important;
		height: 10px !important;
		margin: 5px 3px !important;
	}
}

@media (max-width: 1440px) and (max-width: 1280px) {
	.owl-monial-home3 .owl-dots .owl-dot span {
		width: 8px !important;
		height: 8px !important;
	}
}

@media (max-width: 1440px) {
	.monial-home3 {
		margin-bottom: 8px;
	}

	.product-button-group.hp1.hp3 {
		bottom: -100% !important;
		left: 45% !important;
	}

	.miukid-hp3 h4 {
		font-weight: 500;
	}

	.miukid-hp3 {
		margin-right: 30px !important;
		padding-left: 60px !important;
	}

	.blog-home3-owlnav .blog-homepage-3 .img-title-home-3 p {
		font-size: 14px;
	}
}

@media (max-width: 1440px) and (max-width: 1366px) {
	.blog-home3-owlnav .blog-homepage-3 .img-title-home-3 p {
		font-size: 13px;
	}
}

@media (max-width: 1440px) and (max-width: 823px) {
	.blog-home3-owlnav .blog-homepage-3 .img-title-home-3 p {
		font-size: 14px;
	}
}

@media (max-width: 1440px) {
	.blog-home3-owlnav .icons-home-3 p {
		font-size: 14px;
	}
}

@media (max-width: 1440px) and (max-width: 823px) {
	.blog-home3-owlnav .icons-home-3 p {
		font-size: 14px;
	}
}

@media (max-width: 1440px) {
	.bn3 {
		margin-bottom: 60px !important;
	}
}

@media (max-width: 1440px) and (max-width: 1024px) {
	.bn3 {
		margin-bottom: 30px !important;
	}
}

@media (max-width: 1440px) {
	.fa-home3 p {
		font-size: 14px;
	}

	.hp3-before {
		top: 25% !important;
	}

	.before.shop1.v2.pro-v1.hp1 {
		top: 19%;
	}
}

@media (max-width: 1440px) and (max-width: 1366px) {
	.before.shop1.v2.pro-v1.hp1 {
		top: 20%;
	}
}

@media (max-width: 1440px) {
	.js-owl-cate-feat-home3.owl-home3 > .owl-nav > div {
		width: 38px !important;
		height: 38px !important;
		line-height: 38px !important;
	}

	.product-item.product-home3, .contact-form .product-home3.contact-item {
		padding-bottom: 0 !important;
	}

	.img-ul img {
		width: 79px;
	}
}

@media (max-width: 1440px) and (max-width: 1366px) {
	.img-ul img {
		width: 74px;
	}
}

@media (max-width: 1440px) {
	.menu-ft-home3 {
		margin-left: 23%;
	}
}

@media (max-width: 1366px) {
	.item-home3 h4 {
		font-size: 13px !important;
		font-family: var(--default-font);
		font-weight: 500;
	}

	.topbar.hidden-xs.hidden-sm.homepage2.home1 a {
		font-size: 14px;
	}

	.product-button-group.hp1.hp3 {
		bottom: -106% !important;
		left: 44% !important;
	}

	.product-button-group.hp1.hp3 a.zoa-btn.zoa-quickview,
	.product-button-group.hp1.hp3 a.zoa-btn.zoa-wishlist,
	.product-button-group.hp1.hp3 a.zoa-btn.zoa-addcart {
		width: 40px;
		height: 40px;
	}

	.featured-homepage1.home3 {
		margin-bottom: 0 !important;
	}

	.item-home3 img.img-st1 {
		margin-right: 10px;
		width: 60px !important;
	}

	.item.best em {
		font-size: 14px;
	}

	.product-item.pro-v1.home1.product-home3, .contact-form .pro-v1.home1.product-home3.contact-item {
		padding-bottom: 0;
	}

	.fa-home3 p {
		font-size: 13px;
	}
}

@media (max-width: 1366px) and (max-width: 823px) {
	.fa-home3 p {
		font-size: 14px;
	}
}

@media (max-width: 1366px) {
	.blog-home3-owlnav .blog-homepage-3 .para-home-3 p {
		font-size: 13px;
	}

	.menu-ft a {
		margin-left: 12px;
		font-size: 13px;
	}

	.kids-st .owl-prev,
	.kids-st .owl-next {
		padding: 10px 18px !important;
	}
}

@media (max-width: 1366px) and (max-width: 480px) {
	.kids-st .owl-prev,
	.kids-st .owl-next {
		padding: 5px 13px !important;
	}
}

@media (max-width: 1366px) {
	.kids-st .img-ul-home3 img {
		width: 74px;
	}
}

@media (max-width: 1280px) {
	.topbar .topbar-social {
		margin-left: 16px;
	}

	.header-home-3 .element.element-currency.home3 {
		padding: 0 13px;
	}

	.categories-homepage-v3 .cate-hp-3 {
		margin-bottom: 5px !important;
	}

	.nav-home5 > li > a {
		line-height: 15px;
	}
}

@media (max-width: 1280px) and (max-width: 1024px) {
	.nav-home5 > li > a {
		line-height: 27px;
	}
}

@media (max-width: 1280px) {
	.categories-homepage-v3 .cate-hp-3 {
		padding: 16px 35px 16px 25px !important;
	}

	.new-arrival-content h1 {
		font-size: 22px !important;
	}
}

@media (max-width: 1280px) and (max-width: 823px) {
	.new-arrival-content h1 {
		font-size: 18px !important;
	}
}

@media (max-width: 1280px) and (max-width: 823px) and (max-width: 667px) {
	.new-arrival-content h1 {
		font-size: 25px !important;
	}
}

@media (max-width: 1280px) {
	.ul-home3 {
		padding-right: 10px !important;
		width: 118px !important;
	}

	.ul-home3 a {
		line-height: 32px !important;
	}
}

@media (max-width: 1280px) and (max-width: 480px) {
	.ul-home3 a {
		line-height: 45px !important;
	}
}

@media (max-width: 1280px) and (max-width: 480px) and (max-width: 360px) {
	.ul-home3 a {
		line-height: 38px !important;
	}
}

@media (max-width: 1280px) and (max-width: 480px) and (max-width: 320px) {
	.ul-home3 a {
		line-height: 35px !important;
	}
}

@media (max-width: 1280px) {
	.read.v2.v3.read-hp2 p, .read.v2.read-hp2.slide.v6 p, .read.v2.read-hp2.slide.v5 p {
		border: none;
	}

	.product-button-group.hp1.hp3 {
		bottom: -112% !important;
	}

	.product-button-group.hp1.hp3 a.zoa-btn.zoa-quickview,
	.product-button-group.hp1.hp3 a.zoa-btn.zoa-wishlist,
	.product-button-group.hp1.hp3 a.zoa-btn.zoa-addcart {
		width: 40px;
		height: 40px;
	}

	.item-home3 img.img-st1 {
		margin-right: 6px;
		width: 50px !important;
	}
}

@media (max-width: 1280px) and (max-width: 768px) {
	.item-home3 img.img-st1 {
		width: 30px !important;
	}
}

@media (max-width: 1280px) and (max-width: 768px) and (max-width: 480px) {
	.item-home3 img.img-st1 {
		width: 65px !important;
	}
}

@media (max-width: 1280px) {
	.item-home3 img {
		margin-bottom: 15px;
	}
}

.product-related.hp1.pro-home-3 {
	padding-bottom: 0 !important;
}

h3.related-title.text-center.hp1.hp2.texttitle-home-3 {
	margin-bottom: 10px;
	margin-top: 0;
	font-size: 36px;
}

@media (max-width: 1366px) {
	h3.related-title.text-center.hp1.hp2.texttitle-home-3 {
		font-size: 20px;
	}
}

.search3.homepage2.home-3 {
	background: #fff;
}

.search3.homepage2.home-3 .search3 input {
	font-family: var(--default-font);
}

.style-home3-menu {
	padding: 0 !important;
}

.backpack.img81,
.backpack {
	border-radius: 4px;
	overflow: hidden;
}

.header-home-3 {
	background: #7cd0f5;
	padding-bottom: 5px;
	margin-bottom: 30px;
}

@media (max-width: 480px) {
	.header-home-3 {
		margin-bottom: 15px;
	}
}

.header-home-3 i.fa.fa-gift.home3 {
	color: #fff;
}

.header-home-3 .element.element-currency.home3,
.header-home-3 .element.element-leaguage.home3,
.header-home-3 span {
	color: #fff;
}

.header-home-3 .element.element-currency.home3 i.fa.fa-language.home3,
.header-home-3 .element.element-currency.home3 i.fa.fa-money.home3,
.header-home-3 .element.element-leaguage.home3 i.fa.fa-language.home3,
.header-home-3 .element.element-leaguage.home3 i.fa.fa-money.home3,
.header-home-3 span i.fa.fa-language.home3,
.header-home-3 span i.fa.fa-money.home3 {
	color: #fff;
}

.header-home-3 .element.element-currency.home3 span.fa.fa-chevron-down,
.header-home-3 .element.element-leaguage.home3 span.fa.fa-chevron-down,
.header-home-3 span span.fa.fa-chevron-down {
	color: #fff;
}

.header-home-3 span.fa.fa-chevron-down {
	font-size: 7px;
}

.header-home-3 .dropdown-menu.home3 a {
	background: #7cd0f5;
}

.product-button-group.hp1.hp3 {
	bottom: -70%;
	left: 36%;
}

@media (min-width: 1600px) and (max-width: 1650px) {
	.product-button-group.hp1.hp3 {
		bottom: -77%;
		left: 41%;
	}
}

@media (min-width: 1551px) and (max-width: 1599px) {
	.product-button-group.hp1.hp3 {
		bottom: -80%;
		left: 41%;
	}
}

@media (min-width: 1500px) and (max-width: 1550px) {
	.product-button-group.hp1.hp3 {
		bottom: -84%;
		left: 43%;
	}
}

@media (min-width: 1451px) and (max-width: 1499px) {
	.product-button-group.hp1.hp3 {
		bottom: -105%;
		left: 45%;
	}
}

@media (width: 1450px) {
	.product-button-group.hp1.hp3 {
		bottom: -102%;
		left: 45%;
	}
}

.img-home-3 {
	margin-bottom: 30px;
}

.container.container-content.header-home3 {
	padding: 0;
	margin: 0;
}

.menu-level-1.style5 {
	right: 0px !important;
}

button.fa.fa-shopping-bag.dropdown-toggle.home3 {
	background: #fe82c0;
	color: #fff !important;
}

a.color-home3 {
	color: #fff !important;
	font-family: var(--default-font);
	padding: 8px 16px !important;
	font-weight: 500 !important;
	font-size: 16px !important;
}

@media (min-width: 1441px) {
	a.color-home3 {
		padding: 8px 12px !important;
	}
}

@media (max-width: 1440px) {
	a.color-home3 {
		font-size: 14px !important;
		padding: 7px 13px !important;
	}
}

@media (max-width: 1440px) and (max-width: 1280px) {
	a.color-home3 {
		padding: 7px 10px !important;
	}
}

@media (max-width: 1440px) and (max-width: 1366px) {
	a.color-home3 {
		font-size: 13px !important;
	}
}

a.color-home3:hover {
	background: #5abfec !important;
	border-radius: 40px !important;
}

a.color-home3 span.fa.fa-chevron-down {
	color: #fff;
}

a.color-home3 p {
	font-family: var(--default-font);
	color: #fff;
}

.pro-home-3 .owl-nav > div {
	width: 40px !important;
	height: 40px !important;
	line-height: 40px !important;
}

.header-center-1.pro-v1.hp1.hp3 {
	padding: 0;
	margin: 32px 0;
}

.para-a.a4.home3 /*,
p */
{
	color: #fff;
}

.share2 p {
	color: #222;
}

.review-hp1.hp3 p {
	color: #4c4b6c !important;
}

.cate-hp-3 {
	background: #7cd0f5;
	padding: 16px 100px 16px 25px;
}

.cate-hp-3 a {
	text-transform: uppercase;
	color: #fff;
	font-family: var(--default-font);
	font-size: 16px;
	font-weight: 500;
}

.cate-hp-3 img {
	margin-right: 24px;
	margin-top: -3px;
}

@media (max-width: 1440px) {
	.cate-hp-3 img {
		margin-right: 12px;
	}
}

@media (max-width: 1440px) and (max-width: 1366px) {
	.cate-hp-3 img {
		margin-right: 10px;
	}
}

.owl-monial-home3 .owl-dots .owl-dot span {
	width: 12px !important;
	height: 12px !important;
	margin: 5px 3px !important;
}

@media (max-width: 1280px) {
	.owl-monial-home3 .owl-dots .owl-dot span {
		width: 8px !important;
		height: 8px !important;
	}
}

.product-home3home-3 {
	display: flex;
	padding-bottom: 0 !important;
}

.backpack-home3 {
	background: #f5fcff;
	padding: 21px 27px;
	line-height: 35px;
	padding-bottom: 110px;
}

.backpack-home3 a {
	font-family: var(--default-font);
	text-transform: capitalize;
	color: #4c4b6c !important;
}

.backpack-home3 a:hover {
	color: #7cd0f5 !important;
}

.backpack-home3 i.fa.fa-plus {
	margin-left: 50%;
	font-size: 10px;
}

.backpack-home3 i.fa.fa-plus:hover {
	color: #4c4b6c !important;
}

.bn3 img {
	width: 100%;
}

.new-arrival-content .owl-theme .owl-nav [class*=owl-] {
	position: absolute;
	top: -18%;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #f4f4f4;
	padding: 0 !important;
	margin: 0 !important;
	color: #4c4b6c;
}

@media (min-width: 1025px) {
	.new-arrival-content .owl-theme .owl-nav [class*=owl-] {
		top: -14%;
	}
}

@media (min-width: 1560px) {
	.new-arrival-content .owl-theme .owl-nav [class*=owl-] {
		top: -20%;
	}
}

@media (max-width: 813px) and (min-width: 480px) {
	.new-arrival-content .owl-theme .owl-nav [class*=owl-] {
		top: -8%;
	}
}

@media (max-width: 480px) {
	.new-arrival-content .owl-theme .owl-nav [class*=owl-] {
		top: -15%;
	}
}

.new-arrival-content .owl-theme .owl-nav [class*=owl-] span {
	line-height: 40px;
}

.new-arrival-content .owl-next {
	right: 0;
}

.new-arrival-content .owl-prev {
	right: 45px;
}

.new-arrival-content h1 {
	font-size: 24px;
	font-weight: 500;
	font-family: var(--default-font);
	color: #4c4b6c;
}

@media (min-width: 1700px) {
	.new-arrival-content h1 {
		font-size: 28px;
	}
}

@media (max-width: 1700px) {
	.new-arrival-content h1 {
		margin-bottom: 10px !important;
	}
}

.img-home3 {
	overflow: hidden;
	height: 100%;
}

.product-item.pro-v1.home1.product-home3, .contact-form .pro-v1.home1.product-home3.contact-item {
	display: grid;
}

.owl-prev.disabled {
	margin: 0 !important;
}

.owl-theme .owl-nav [class*=owl-] {
	margin: 0 !important;
}

.featured-homepage1.home3 {
	width: 70%;
	display: inline-block;
	padding-left: 60px;
	margin-bottom: 20px;
}

@media (max-width: 1440px) {
	.featured-homepage1.home3 {
		margin-bottom: 0;
	}
}

h3.related-title.text-center.hp1.hp2 {
	font-size: 36px;
	color: #4c4b6c;
	font-family: var(--default-font);
	margin-bottom: 0 !important;
	padding-bottom: 18px;
}

@media (max-width: 1440px) {
	h3.related-title.text-center.hp1.hp2 {
		font-size: 24px;
	}
}

.bn4,
.bn5 {
	width: 48.4%;
	display: inline-block;
	float: left;
	overflow: hidden;
}

.bn4 img,
.bn5 img {
	width: 100%;
}

.product-item.pro-v1.home1.home-3, .contact-form .pro-v1.home1.home-3.contact-item {
	padding-bottom: 0;
	display: inline-block;
	margin-bottom: 4px;
}

h1.widget-blog-title {
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
	margin-top: 0;
	color: #4c4b6c;
	font-family: var(--default-font);
}

.para-blogs-home3 {
	padding-bottom: 0 !important;
}

.kid-home-3 {
	margin-bottom: 0 !important;
}

.bn4 {
	margin-right: 30px;
}

.border-home3 {
	margin-bottom: 40px !important;
}

.ft-homepage-3 {
	margin-top: -3%;
}

.cart-home-3 h4.color a,
p.color {
	color: #fff !important;
}

@media (max-width: 480px) {
	.check-out-home3 {
		width: 205%;
		left: -36% !important;
	}
}

@media (max-width: 480px) and (max-width: 414px) {
	.check-out-home3 {
		left: 0 !important;
	}
}

.ul-home3 {
	position: absolute;
	top: 0%;
	left: 0%;
	font-family: var(--default-font);
	background: #7cd0f5;
	padding-right: 38px;
	padding-top: 25px;
	padding-bottom: 35px;
	padding-left: 16px;
	font-size: 14px;
	height: 100%;
	width: 167px;
}

.ul-home3 a {
	color: #fff;
	text-transform: capitalize;
	line-height: 38px;
}

.fashion {
	width: 30%;
	float: left;
	display: inline-block;
	position: relative;
}

.fashion img {
	width: 100%;
}

.ul-home3.edu {
	background: #9c9;
}

.ul-home3.toys {
	background: #fc9;
}

.sign-up {
	background: #daf2fc;
	padding: 14px 15px;
	position: relative;
}

@media (min-width: 1025px) {
	.sign-up {
		display: -webkit-box;
		/* OLD - iOS 6-, Safari 3.1-6 */
		display: -moz-box;
		/* OLD - Firefox 19- (buggy but mostly works) */
		display: -ms-flexbox;
		/* TWEENER - IE 10 */
		display: -webkit-flex;
		/* NEW - Chrome */
		display: flex;
		/* NEW, Spec - Opera 12.1, Firefox 20+ */
		align-items: center;
	}
}

.sign-hp3 input {
	width: 720px;
	margin-right: 38px;
}

.new-arrival {
	margin-bottom: 10px;
}

@media (min-width: 1560px) {
	.new-arrival .col-md-3 {
		width: 16.6666666667%;
	}

	.new-arrival .col-md-9 {
		width: 83.3333333333%;
	}
}

@media (max-width: 813px) {
	.new-arrival [class*="col-"] {
		width: 100%;
	}
}

.border-ft-homepage-3 {
	border: 1px solid #f3f3f3;
	margin-bottom: 40px;
}

.miukid-hp3 {
	margin-right: 100px;
	display: inline-block;
	padding-left: 80px;
}

.miukid-hp3 span {
	margin-left: 8px;
	font-weight: bold;
}

.miukid-hp3 h4 {
	font-weight: 500;
	font-size: 22px;
}

@media (max-width: 823px) {
	.logo-hp3 {
		margin: 0 auto;
	}
}

@media (max-width: 768px) {
	.product-item.pro-v1.home1.product-home3home-3, .contact-form .pro-v1.home1.product-home3home-3.contact-item {
		margin-bottom: -4% !important;
		display: flex;
	}
}

.form-home3 {
	width: 68%;
	display: inline-block;
}

.form-home3 input,
.form-home3 .button_mini {
	height: 45px;
}

.form-home3 button {
	margin-left: 0 !important;
}

@media (max-width: 480px) {
	.form-home3 button {
		margin-left: 10px !important;
	}
}

.form-home3 .button_mini {
	margin-left: 71%;
	background: #7cd0f5;
}

.form-home3 .button_mini:hover {
	background: #4c4b6c;
}

.categories-home3 {
	margin-bottom: 70px;
}

@media (max-width: 1024px) {
	.categories-home3 {
		margin-bottom: 30px;
	}
}

@media (min-width: 768px) {
	.categories-home3 .row {
		display: -webkit-box;
		/* OLD - iOS 6-, Safari 3.1-6 */
		display: -moz-box;
		/* OLD - Firefox 19- (buggy but mostly works) */
		display: -ms-flexbox;
		/* TWEENER - IE 10 */
		display: -webkit-flex;
		/* NEW - Chrome */
		display: flex;
		/* NEW, Spec - Opera 12.1, Firefox 20+ */
		height: 100%;
	}

	.categories-home3 .kids-st .owl-theme .owl-nav {
		margin: 0;
	}
}

.bn3 {
	margin-bottom: 80px;
	overflow: hidden;
}

.sale-para2.shop-1.pro-v1.hp2-para.arrival-para a {
	font-size: 14px;
	font-family: var(--default-font);
	font-weight: 500;
}

@media (max-width: 1440px) {
	.sale-para2.shop-1.pro-v1.hp2-para.arrival-para a {
		font-size: 12px;
	}
}

@media (max-width: 1440px) and (max-width: 1366px) {
	.sale-para2.shop-1.pro-v1.hp2-para.arrival-para a {
		font-size: 12px;
	}
}

.sale-para2.shop-1.pro-v1.hp2-para.arrival-para a p {
	margin-bottom: 0 !important;
}

.new-arrival .owl-nav {
	display: block;
}

.icons-home3 i.fa.fa-star {
	margin-right: -2px;
	font-size: 8px;
}

.icons-home3 a.view {
	margin-left: 2px;
}

.review-home3 del {
	margin-left: 4px;
}

.product-img.arrival-img {
	width: 45%;
	float: left;
}

.product-img.arrival-img img {
	width: 100%;
}

.info-home-3,
.links {
	width: 33.333%;
}

.arrival-para {
	width: 55%;
	display: inline-block;
	margin-left: 20px;
}

@media (max-width: 1366px) {
	.arrival-para {
		width: 70%;
	}
}

@media (max-width: 1440px) {
	.arrival-para {
		margin-left: 12px;
	}
}

.before-home3::before {
	bottom: 77% !important;
}

.monial .owl-nav {
	display: none;
}

@media (max-width: 1024px) {
	.before.shop1.v2.pro-v1.st-v2.hp1.hp3-before {
		display: none;
	}

	.featured-homepage1.home3 {
		width: 49%;
		padding-left: 30px;
	}

	.fashion {
		width: 50%;
	}

	.ul-home3 {
		padding-bottom: 11%;
	}

	.texttitle-home-3 {
		margin-right: 0 !important;
	}

	.arii-home-3 a {
		font-size: 14px !important;
	}
}

@media (max-width: 1024px) and (width: 812px) {
	.arii-home-3 a {
		font-size: 14px !important;
	}
}

@media (max-width: 1024px) {
	.item-home3 em {
		font-size: 13px !important;
	}

	.img-title-home-3 {
		width: 50% !important;
	}

	.backpack-home3 {
		padding: 0;
		padding-bottom: 67px;
		padding-left: 25px;
	}

	.cate-hp-3 {
		background: #7cd0f5;
		padding: 7px;
	}

	.cate-hp-3 img {
		width: 25px;
	}

	.header-center-hom3 {
		width: 0% !important;
	}

	.home-3.home-3-right button {
		padding-left: 35% !important;
	}
}

@media (max-width: 1024px) and (max-width: 1024px) {
	.home-3.home-3-right button {
		padding-left: 43% !important;
	}
}

@media (max-width: 1024px) {
	.search3.homepage2.home-3.home-3-right {
		left: -46%;
		width: 75%;
	}

	.date3.dropdown.homepage2.home-3-right {
		left: 0;
	}

	.before.shop1.v2.pro-v1.st-v2.hp1.hp3 {
		display: none;
	}

	.col-md-3.col-sm-3.col-xs-12.banner-right {
		display: none;
	}
}

@media (max-width: 823px) {
	.information.info-home3-hd {
		width: 33%;
		padding-left: 40px;
	}
}

@media (max-width: 823px) and (max-width: 480px) {
	.information.info-home3-hd {
		padding-left: 0;
	}
}

@media (max-width: 823px) {
	.col-md-6.col-sm-6.col-xs-12.fix {
		width: 70%;
	}
}

@media (max-width: 823px) and (max-width: 480px) {
	.col-md-6.col-sm-6.col-xs-12.fix {
		width: 100%;
	}
}

@media (max-width: 823px) {
	.col-md-3.col-sm-3col-xs-12.ft-logo {
		width: 30%;
		float: left;
	}
}

@media (max-width: 823px) and (max-width: 480px) {
	.col-md-3.col-sm-3col-xs-12.ft-logo {
		width: 100%;
	}
}

@media (max-width: 823px) {
	.col-md-3.col-sm-3.col-xs-12.right.imgs {
		display: none;
	}

	.sale-para2.shop-1.pro-v1.hp2-para.arrival-para.arii-home-3:hover .review-hp1.hp3.review-home3 {
		margin: 0 !important;
	}

	.sale-para2.shop-1.pro-v1 p {
		margin-bottom: 20px;
		font-size: 14px;
	}

	.review-hp1.hp3.review-home3 p {
		font-size: 14px;
	}
}

@media (max-width: 823px) and (max-width: 768px) {
	.review-hp1.hp3.review-home3 p {
		font-size: 13px;
	}
}

@media (max-width: 823px) {
	.review-hp1.hp3.review-home3 del {
		font-size: 12px;
	}

	.star-icons.icons-home3 {
		display: none;
	}

	.col-md-5.col-sm-8.col-xs-12.logo.col-header-left-home3 {
		display: none;
	}

	.fashion img {
		width: 100%;
		height: 238px;
		object-fit: cover;
	}
}

@media (max-width: 823px) and (max-width: 736px) {
	.fashion img {
		height: 316px;
	}
}

@media (max-width: 823px) and (max-width: 736px) and (max-width: 667px) {
	.fashion img {
		height: 281px;
	}
}

@media (max-width: 823px) and (max-width: 736px) and (max-width: 568px) {
	.fashion img {
		height: 234px;
	}
}

@media (max-width: 823px) and (max-width: 736px) and (max-width: 568px) and (max-width: 480px) {
	.fashion img {
		height: auto;
	}
}

@media (max-width: 823px) {
	.categories-homepage-v3 .cate-hp-3 {
		padding: 16px 0px 16px 16px !important;
	}

	.owl-center {
		width: 74%;
	}
}

@media (max-width: 823px) and (max-width: 736px) {
	.owl-center {
		width: 100%;
	}
}

@media (max-width: 823px) {
	.taskbar-menu {
		width: 33.33333%;
	}

	.backpack-home3 {
		padding: 4px;
		padding-bottom: 5%;
		padding-left: 7%;
		line-height: 33px;
	}

	.backpack-home3 a {
		font-size: 16px;
	}

	.cate-hp-3 {
		padding-left: 16px;
	}

	.ul-home3 {
		padding-bottom: 0%;
		padding-top: 9px;
	}
}

@media (max-width: 823px) and (width: 812px) {
	.ul-home3 {
		padding: 0px;
	}
}

@media (max-width: 823px) {
	.item-home3 em {
		font-size: 14px !important;
	}
}

@media (max-width: 823px) and (max-width: 480px) {
	.item-home3 em {
		font-size: 18px !important;
	}
}

@media (max-width: 823px) and (max-width: 480px) and (max-width: 375px) {
	.item-home3 em {
		font-size: 17px !important;
	}
}

@media (max-width: 823px) and (max-width: 480px) and (max-width: 375px) and (max-width: 320px) {
	.item-home3 em {
		font-size: 15px !important;
	}
}

@media (max-width: 823px) {
	.miukid-hp3 {
		padding-left: 5px;
	}

	.owl-home3 .owl-prev {
		display: none !important;
	}

	.ul-home3 {
		position: absolute;
	}

	.ul-home3 li {
		display: inline-block;
	}

	.ul-home3 a {
		font-size: 15px;
	}

	.para-home-3 p {
		font-size: 15px !important;
	}

	.para-blogs-home3 h4 {
		font-size: 18px !important;
	}
}

@media (max-width: 823px) and (max-width: 768px) {
	.para-blogs-home3 h4 {
		font-size: 17px !important;
	}
}

@media (max-width: 823px) {
	.img-title-home-3 p {
		font-size: 13px;
	}

	.date3.dropdown.homepage2.home-3-right {
		left: 0;
	}

	.search3.homepage2.home-3.home-3-right {
		left: -94%;
		width: 116%;
	}
}

@media (max-width: 823px) and (max-width: 768px) {
	.search3.homepage2.home-3.home-3-right {
		left: -88%;
	}
}

@media (max-width: 823px) {
	.content-2 {
		display: none;
	}
}

@media (max-width: 812px) {
	.bn4-5.bn-4-5-home3 {
		width: 100%;
	}
}

@media (max-width: 768px) {
	.bn4-5 {
		width: 100%;
	}

	.date3.dropdown.homepage2.home-3-right {
		left: 0 !important;
	}

	.product-item.pro-v1.home1.home-3, .contact-form .pro-v1.home1.home-3.contact-item {
		display: inline-block;
	}

	.blog-home3-owlnav .blog-homepage-3 .img-title-home-3 p {
		font-size: 14px;
	}

	.icon.v2.v3.icons-home-3, .icon.v2.icons-home-3.slide.v6, .icon.v2.icons-home-3.slide.v5 {
		margin-right: 0% !important;
		width: 50% !important;
	}

	.icon.v2.v3.icons-home-3 p, .icon.v2.icons-home-3.slide.v6 p, .icon.v2.icons-home-3.slide.v5 p {
		font-size: 11px;
	}

	.ul-home3 li {
		display: inline-block;
		padding: 0;
	}

	.backpack-home3 {
		padding: 4px;
		padding-bottom: 6%;
		padding-left: 7%;
		line-height: 30px;
	}

	.categories-home3 {
		margin-bottom: 30px;
	}

	.monial-home3 {
		margin-bottom: 25px;
	}

	.para-home-3 p {
		font-size: 14px !important;
	}
}

@media (max-width: 768px) and (max-width: 414px) {
	.para-home-3 p {
		font-size: 14px !important;
	}
}

@media (max-width: 768px) {
	.featured-homepage1.home3 {
		margin-bottom: 15%;
	}

	.ft-homepage-3 {
		margin-top: 3%;
	}
}

@media (max-width: 736px) {
	.backpack-home3 {
		padding-bottom: 4%;
		line-height: 29px;
	}

	.featured-homepage1.home3 {
		margin-bottom: 2%;
	}

	.search3.homepage2.home-3.home-3-right {
		left: -153%;
	}

	.search3.homepage2.home-3.home-3-right {
		width: 210%;
	}

	.product-img.arrival-img.img-home-3 img {
		margin-bottom: 45px;
	}
}

@media (max-width: 736px) and (max-width: 480px) {
	.product-img.arrival-img.img-home-3 img {
		margin-bottom: 0;
	}
}

@media (max-width: 736px) {
	.para-blogs-home3 h4 {
		font-size: 20px !important;
	}

	.ul-home3 {
		padding: 20px;
	}
}

@media (max-width: 736px) and (max-width: 667px) {
	.ul-home3 {
		padding: 3px;
	}
}

@media (max-width: 736px) {
	.ribbon.zoa-hot.shop-v1.v2.hp1.ribbon-home3 {
		padding: 0 8px;
		left: 75%;
		top: 2%;
	}

	.arii-home-3 a {
		font-size: 23px !important;
	}
}

@media (max-width: 667px) {
	.img-title3.v2.v3.fa-home3 p, .img-title3.v2.fa-home3.slide.v6 p, .img-title3.v2.fa-home3.slide.v5 p {
		font-size: 14px;
	}

	.sale-para2.shop-1.pro-v1.hp2-para.home-3 a {
		font-family: var(--default-font);
		font-size: 22px;
	}

	.backpack-home3 a {
		font-size: 14px;
	}

	.para-blogs-home3 h4 {
		font-size: 18px !important;
	}
}

@media (max-width: 640px) {
	.col-md-2.col-sm-2.col-xs-12.taskbar-menu {
		width: 100%;
		margin-bottom: 20px;
	}

	.para-blogs-home3 h4 {
		font-size: 26px !important;
	}

	.backpack-home3 {
		padding-bottom: 4%;
		line-height: 35px;
		padding-left: 3%;
	}

	.backpack-home3 i.fa.fa-plus {
		margin-left: 83%;
	}

	.col-md-7.col-sm-7.col-xs-12.owl-center {
		width: 100%;
	}

	.sale-para2.shop-1.pro-v1.hp2-para.home-3 a {
		font-size: 20px;
	}

	.home-3.home-3-right button {
		padding-left: 28% !important;
	}
}

@media (max-width: 586px) {
	.col-md-2.col-sm-2.col-xs-12.taskbar-menu {
		width: 100%;
		margin-bottom: 20px;
	}

	.col-md-7.col-sm-7.col-xs-12.owl-center {
		width: 100%;
	}

	.para-blogs-home3 h4 {
		font-size: 27px !important;
	}

	.backpack-home3 {
		line-height: 36px;
	}

	.backpack-home3 i.fa.fa-plus {
		margin-left: 78%;
	}

	.sale-para2.shop-1.pro-v1.hp2-para.home-3 a {
		font-family: var(--default-font);
		font-size: 18px;
	}

	.home-3.home-3-right button {
		padding-left: 20% !important;
	}

	.ul-home3 {
		padding: 20px;
	}
}

@media (max-width: 586px) and (max-width: 480px) {
	.ul-home3 {
		padding: 6px;
	}
}

@media (max-width: 586px) {
	.featured-homepage1.home3 {
		margin-bottom: 9%;
	}
}

@media (max-width: 480px) {
	.taskbar-menu {
		width: 100%;
		margin-bottom: 20px;
	}

	.arii-home-3 a {
		font-size: 18px !important;
	}
}

@media (max-width: 480px) and (max-width: 360px) {
	.arii-home-3 a {
		font-size: 13px !important;
	}
}

@media (max-width: 480px) {
	.owl-center {
		width: 100%;
	}

	.backpack-home3 {
		padding-bottom: 4%;
		line-height: 35px;
	}

	.backpack-home3 i.fa.fa-plus {
		margin-left: 75%;
	}

	.img-title-home-3 p {
		font-size: 13px !important;
	}

	.fashion {
		width: 100%;
		margin-bottom: 55px;
	}

	.featured-homepage1.home3 {
		width: 100%;
		padding-left: 0;
	}

	.para-blogs-home3 h4 {
		font-size: 22px !important;
	}
}

@media (max-width: 480px) and (max-width: 375px) {
	.para-blogs-home3 h4 {
		font-size: 17px !important;
	}
}

@media (max-width: 480px) {
	.bn4-5 .bn4,
	.bn4-5 .bn5 {
		width: 100%;
	}

	.js-owl-cate-feat-home3.owl-home3 .owl-next {
		top: -5% !important;
	}
}

@media (max-width: 480px) and (max-width: 375px) {
	.js-owl-cate-feat-home3.owl-home3 .owl-next {
		top: -6% !important;
	}
}

@media (max-width: 480px) {
	.search3.homepage2.home-3.home-3-right {
		left: -140%;
	}

	.search3.homepage2.home-3.home-3-right {
		width: 200%;
	}

	.home-3.home-3-right button {
		padding-left: 42% !important;
	}

	.search3.homepage2.home-3.home-3-right {
		margin-top: 35%;
		margin-left: -60%;
		height: 45px;
	}

	.monial.monial-home3 {
		text-align: center;
	}

	img.img-st.st-img-home3 {
		margin: 0 auto;
	}

	.owl-dots {
		margin-left: 0% !important;
	}

	.header-home-3 {
		padding-bottom: 1px;
	}

	.backpack.img81 {
		margin-right: 18px;
	}

	.search-home-1 {
		left: 13% !important;
	}
}

@media (max-width: 480px) and (max-width: 414px) {
	.search-home-1 {
		left: 0 !important;
	}
}

@media (max-width: 480px) {
	.miukid-hp3 {
		width: 100%;
		text-align: center;
	}

	.product-img.product-img-home3 {
		display: contents;
	}

	.form-home3 {
		width: 100%;
		display: inline-block;
	}

	.sign-hp3 input {
		width: 57%;
		position: absolute;
		left: 40%;
	}

	.form_newsletter .button_mini {
		margin-top: 0px !important;
	}

	.sign-up {
		margin-bottom: 30px;
	}
}

@media (max-width: 414px) {
	.product-img.arrival-img.img-home-3 img {
		margin-bottom: 0;
	}

	.sign-hp3 input {
		width: 57%;
		position: absolute;
		left: 2%;
	}
}

@media (max-width: 414px) and (max-width: 375px) {
	.sign-hp3 input {
		width: 57%;
	}
}

@media (max-width: 414px) and (max-width: 414px) {
	.sign-hp3 input {
		left: 41%;
	}
}

@media (max-width: 414px) {
	.form-home3 .button_mini {
		margin-left: 62%;
		width: 140px !important;
		background: #7cd0f5;
	}
}

@media (max-width: 414px) and (max-width: 375px) {
	.form-home3 .button_mini {
		margin-left: 62%;
		width: 125px !important;
	}
}

@media (max-width: 414px) {
	.search3.homepage2.home-3.home-3-right {
		margin-top: 40%;
		margin-left: -92%;
		height: 45px;
		width: 234%;
	}
}

@media (width: 375px) {
	.arii-home-3 a {
		font-size: 14px !important;
	}

	.home-3.home-3-right button {
		padding-left: 37% !important;
	}

	.search3.homepage2.home-3.home-3-right {
		margin-top: 49%;
		margin-left: -123%;
		height: 45px;
		width: 285%;
	}

	.logo-hp3 {
		margin-left: 30%;
	}
}

@media (width: 360px) {
	.search3.homepage2.home-3.home-3-right {
		margin-top: 55%;
		margin-left: -178%;
		height: 45px;
		width: 355%;
	}

	.form-home3 .button_mini {
		margin-left: 62%;
		width: 120px !important;
	}

	.ul-home3 li {
		display: inline-block;
		padding: 0px 10px;
	}

	.logo-hp3 {
		margin-left: 30%;
	}

	.js-owl-cate-feat-home3.owl-home3 .owl-next {
		top: -6% !important;
	}
}

@media (max-width: 320px) {
	.new-arrival-content .owl-next,
	.new-arrival-content .owl-prev {
		top: -16%;
	}

	.new-arrival-content .owl-prev {
		right: 14%;
	}

	.backpack-home3 i.fa.fa-plus {
		margin-left: 68%;
	}

	.ribbon.zoa-hot.shop-v1.v2.hp1.ribbon-home3 {
		padding: 0 8px;
		left: 65%;
	}

	.img-title2.blog-v2.v3.img-title-home-3, .img-title2.blog-v2.img-title-home-3.slide.v6, .img-title2.blog-v2.img-title-home-3.slide.v5 {
		width: 43% !important;
	}

	.js-owl-cate-feat-home3.owl-home3 .owl-next {
		top: -7% !important;
	}

	.search3.homepage2.home-3.home-3-right {
		margin-top: 65%;
		margin-left: -234%;
		height: 45px;
		width: 420%;
	}

	.ul-home3 li {
		display: inline-block;
		padding: 0px 9px;
	}

	.logo-hp3 {
		margin-right: 17%;
	}
}

/* ==== Contact-Us ==== */
.form-group.name.contact {
	margin-right: 13px;
}

@media (max-width: 1024px) {
	.form-group.name.contact {
		margin-right: 11px;
	}
}

@media (max-width: 812px) {
	.form-group.name.contact {
		margin-right: 31px;
	}
}

@media (max-width: 768px) {
	.form-group.name.contact {
		margin-right: 29px;
	}
}

@media (max-width: 736px) {
	.form-group.name.contact {
		margin-right: 28px;
	}
}

.form-group.review.contact input {
	padding-bottom: 115px;
}

button.zoa-btn.btn-login.hover-white.contact {
	width: 206px;
	margin-bottom: 0;
}

.logo-para.contact {
	margin-bottom: 45px;
}

@media (max-width: 1024px) {
	.logo-para.contact {
		margin-bottom: 30px;
	}
}

@media (max-width: 1024px) and (max-width: 768px) {
	.logo-para.contact {
		margin-bottom: 0;
	}
}

.icon-para.contact {
	margin-bottom: 40px;
}

@media (max-width: 1024px) {
	.icon-para.contact {
		margin-bottom: 20px;
	}
}

.bytheme.contact {
	background: #f4f4f4;
	width: 53%;
	padding-left: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-radius: 40px;
}

@media (max-width: 1024px) {
	.bytheme.contact {
		width: 62%;
	}
}

@media (max-width: 768px) {
	.bytheme.contact {
		padding-bottom: 32px;
	}
}

@media (max-width: 736px) {
	.bytheme.contact {
		padding-bottom: 33px;
	}
}

.contact-us {
	margin-bottom: 70px;
}

@media (max-width: 823px) {
	.contact-para,
	.form-ct {
		width: 100%;
	}

	.contact-para .bytheme.contact,
	.form-ct .bytheme.contact {
		width: 32%;
	}
}

@media (max-width: 823px) and (max-width: 812px) {
	.contact-para .bytheme.contact,
	.form-ct .bytheme.contact {
		width: 33%;
	}
}

@media (max-width: 823px) and (max-width: 768px) {
	.contact-para .bytheme.contact,
	.form-ct .bytheme.contact {
		width: 30%;
	}
}

@media (max-width: 823px) and (max-width: 667px) {
	.contact-para .bytheme.contact,
	.form-ct .bytheme.contact {
		width: 33%;
	}
}

@media (max-width: 823px) and (max-width: 640px) {
	.contact-para .bytheme.contact,
	.form-ct .bytheme.contact {
		width: 35%;
	}
}

@media (max-width: 823px) and (max-width: 568px) {
	.contact-para .bytheme.contact,
	.form-ct .bytheme.contact {
		width: 40%;
	}
}

@media (max-width: 823px) and (max-width: 480px) {
	.contact-para .bytheme.contact,
	.form-ct .bytheme.contact {
		width: 48%;
	}
}

@media (max-width: 823px) and (max-width: 414px) {
	.contact-para .bytheme.contact,
	.form-ct .bytheme.contact {
		width: 55%;
	}
}

@media (max-width: 823px) and (max-width: 375px) {
	.contact-para .bytheme.contact,
	.form-ct .bytheme.contact {
		width: 63%;
	}
}

@media (max-width: 823px) and (max-width: 320px) {
	.contact-para .bytheme.contact,
	.form-ct .bytheme.contact {
		width: 72%;
	}
}

@media (max-width: 823px) {
	.contact-para {
		margin-bottom: 35px;
	}

	.form-group.review.contact {
		margin-bottom: 35px;
	}
}

@media (max-width: 320px) {
	.bytheme.contact ul > li > a > i.fa {
		display: block;
	}
}

/* ==== About-Us ==== */
.team-1 img {
	border-radius: 50%;
}

.about {
	position: relative;
	margin-bottom: 190px;
}

@media (max-width: 1024px) {
	.about {
		margin-bottom: 13%;
	}
}

@media (max-width: 823px) {
	.about {
		margin-bottom: 30%;
	}
}

@media (max-width: 414px) {
	.about {
		margin-bottom: 8%;
	}
}

.about img {
	width: 100%;
}

.about .para-about {
	position: absolute;
	top: 86%;
	background: #f4f4f4;
	padding: 24px 40px;
	background: #f4f4f4;
}

@media (min-width: 1768px) {
	.about .para-about {
		top: 90%;
	}
}

@media (min-width: 1200px) {
	.about .para-about {
		width: 1170px;
	}
}

@media (max-width: 1024px) {
	.about .para-about {
		top: 77%;
		padding: 25px;
	}
}

@media (max-width: 568px) {
	.about .para-about {
		top: 60%;
	}
}

@media (width: 480px) {
	.about .para-about {
		top: 7%;
	}
}

@media (max-width: 414px) {
	.about .para-about {
		position: static;
	}
}

.about .para-about h4 {
	font-size: 30px;
	text-transform: capitalize;
	margin-bottom: 10px;
	color: #4c4b6c;
}

@media (max-width: 1024px) {
	.about .para-about h4 {
		margin-bottom: 15px;
	}
}

.about .para-about p {
	font-size: 16px;
	line-height: 28px;
	font-family: var(--default-font);
	color: #919191;
}

@media (max-width: 1024px) {
	.about .para-about p {
		font-size: 14px;
		line-height: 26px;
	}
}

@media (max-width: 823px) {
	.about .para-about p {
		font-size: 16px;
	}
}

@media (max-width: 667px) {
	.about .para-about p {
		font-size: 13px;
	}
}

.mission,
.service {
	margin-bottom: 40px;
}

.mission h4,
.service h4 {
	text-transform: capitalize;
	font-size: 24px;
	color: #4c4b6c;
	margin-bottom: 20px;
}

.mission p,
.mission a,
.mission i,
.service p,
.service a,
.service i {
	color: #999;
	line-height: 28px;
}

.mission a,
.service a {
	font-size: 16px;
}

.mission p,
.service p {
	font-size: 16px;
	color: #919191;
}

.mission i.fa.fa-circle,
.service i.fa.fa-circle {
	font-size: 6px;
	padding-right: 10px;
}

@media (max-width: 823px) and (min-width: 731px) {
	.about .para-about {
		top: 77%;
		padding: 25px;
		right: 2%;
		left: 2%;
	}
}

.our-team {
	margin-bottom: 75px;
}

@media (max-width: 667px) {
	.our-team {
		margin-bottom: 50px;
	}
}

.our-team h4 {
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 20px;
	margin-bottom: 60px;
	text-transform: capitalize;
	font-size: 30px;
}

.our-team .team-1 {
	text-align: center;
}

.our-team .team-1 img {
	margin-bottom: 20px;
	width: 100%;
}

.our-team .team-1 p {
	font-size: 16px;
	color: #4c4b6c;
	font-weight: 600;
}

@media (max-width: 667px) {
	.our-team .team-1 p {
		font-size: 14px;
	}
}

@media (max-width: 667px) and (max-width: 640px) {
	.our-team .team-1 p {
		font-size: 13px;
	}
}

@media (max-width: 667px) and (max-width: 375px) {
	.our-team .team-1 p {
		font-size: 20px;
	}
}

.our-team .team-1 em {
	font-weight: 100;
	color: #999;
}

@media (max-width: 1024px) {
	.team {
		width: 25%;
	}
}

@media (max-width: 1024px) and (max-width: 736px) {
	.team {
		width: 49%;
		display: inline-block;
	}
}

@media (max-width: 1024px) and (max-width: 767px) and (min-width: 737px) {
	.team {
		width: 24%;
		display: inline-block;
	}
}

@media (max-width: 823px) {
	.about-us {
		width: 100%;
	}

	.mission p {
		font-size: 16px;
	}
}

@media (max-width: 823px) and (max-width: 568px) {
	.mission p {
		font-size: 14px;
	}
}

@media (max-width: 667px) {
	.para-about {
		width: 95.5%;
	}
}

@media (max-width: 667px) and (max-width: 640px) {
	.para-about {
		width: 94.5%;
	}
}

@media (max-width: 667px) and (max-width: 414px) {
	.para-about {
		width: 100%;
	}
}

@media (max-width: 667px) {
	.team {
		display: inline-block;
		width: 24%;
	}
}

@media (max-width: 667px) and (max-width: 568px) {
	.team {
		width: 49%;
		margin-bottom: 25px;
	}
}

@media (max-width: 667px) and (max-width: 375px) {
	.team {
		width: 100%;
		margin-bottom: 25px;
	}
}

@media (max-width: 414px) {
	.about img {
		width: 100%;
		margin-bottom: 30px;
	}
}

/* ==== About-Us-V2 ==== */
.item.hp-2.item-about.about-2 img {
	border-radius: 50%;
}

.about-v2 {
	text-align: center;
	background-image: url("../images/bgr-2.jpg");
	background-repeat: no-repeat;
	background-position: unset;
	background-size: cover;
	margin-bottom: 160px;
}

.about-v2 .border-about {
	border: 1px solid #ccc;
	width: 1px;
	height: 50px;
	margin: 0 auto;
	margin-bottom: 30px;
}

.about-v2 .about-us-v2 h1 {
	font-weight: 600;
	color: #4c4b6c;
	margin-top: 60px;
	margin-bottom: 30px;
}

.about-v2 .about-us-v2 p {
	font-size: 24px;
	color: #222;
}

.about-v2 .about-us-v2 .brown {
	margin-bottom: 40px;
}

.about-v2 .about-us-v2 .brown p {
	font-size: 18px;
	font-weight: 600;
	color: #222;
}

.about-v2 .about-us-v2 .brown em {
	font-size: 16px;
	color: #999;
}

.about-v2 .our-service-2 li {
	display: inline-block;
	padding: 0 15px;
}

@media (max-width: 1024px) {
	.about-v2 .our-service-2 li {
		padding: 0 3px;
	}
}

.about-v2 .our-service-2 a {
	border: 1px solid #eaeaea;
	border-radius: 50%;
	text-transform: uppercase;
	font-size: 14px;
	color: #222;
	font-weight: 600;
}

.about-v2 .our-service-2 a:hover {
	box-shadow: 4px 4px 8px 5px #eee;
	color: #7cd0f5;
}

.about-v2 .our-service-2 a.stylist {
	padding: 60px 47px;
}

.about-v2 .our-service-2 a.design {
	padding: 60px 45px;
}

.about-v2 .our-service-2 a.branding {
	padding: 60px 34px;
}

.about-v2 .our-service-2 a.event {
	padding: 60px 50px;
}

.about-v2 .our-service-2 a.marketing {
	padding: 60px 30px;
}

.about-v2 .our-service-2 a.art-direction {
	padding: 60px 15px;
}

.about-v2 .our-service-2 h4 {
	margin-bottom: 100px;
	text-transform: capitalize;
	font-size: 28px;
}

.about-v2 .border-about {
	margin-bottom: 50px;
}

.about-us-carousel {
	background-image: url("../images/bgr-3.jpg");
	background-repeat: no-repeat;
	background-position: top;
	background-size: inherit;
	margin-bottom: 0 !important;
}

.background-carousel.about {
	background: transparent;
	padding-bottom: 0;
}

.about-theme > .owl-dots {
	position: absolute;
	top: 47%;
	left: 48%;
}

@media (max-width: 1024px) {
	.about-theme > .owl-dots {
		left: 47.5%;
	}
}

@media (max-width: 823px) {
	.about-theme > .owl-dots {
		left: 47%;
		top: 42%;
	}
}

@media (width: 812px) {
	.about-theme > .owl-dots {
		top: 42%;
		left: 47%;
	}
}

@media (width: 768px) {
	.about-theme > .owl-dots {
		top: 43%;
		left: 46.5%;
	}
}

@media (width: 667px) {
	.about-theme > .owl-dots {
		top: 39%;
		left: 46.5%;
	}
}

@media (max-width: 568px) {
	.about-theme > .owl-dots {
		top: 32%;
		left: 46%;
	}
}

@media (max-width: 480px) {
	.about-theme > .owl-dots {
		top: 34%;
		left: 44.5%;
	}
}

@media (max-width: 411px) {
	.about-theme > .owl-dots {
		top: 32%;
		left: 41%;
	}
}

@media (max-width: 375px) {
	.about-theme > .owl-dots {
		top: 30%;
		left: 43.5%;
	}
}

@media (max-width: 320px) {
	.about-theme > .owl-dots {
		top: 27%;
		left: 42%;
	}
}

img.img-st1.hp2.img-about {
	margin-bottom: 50px;
}

@media (max-width: 320px) {
	img.img-st1.hp2.img-about {
		margin-bottom: 24px;
	}
}

.item.hp-2.item-about p {
	margin-bottom: 30px;
}

.about-team h4 {
	margin: 0 auto;
	text-align: center;
	border-bottom: none !important;
}

@media (max-width: 823px) {
	.our-service-2 li {
		width: 33%;
	}
}

@media (max-width: 823px) and (max-width: 568px) {
	.our-service-2 li {
		width: 49%;
	}
}

@media (max-width: 823px) and (max-width: 375px) {
	.our-service-2 li {
		width: 100%;
	}
}

@media (max-width: 823px) {
	.our-service-2 li.style-about {
		margin-bottom: 17%;
	}
}

@media (max-width: 823px) and (max-width: 823px) {
	.our-service-2 li.style-about {
		margin-bottom: 20%;
	}
}

@media (max-width: 823px) and (max-width: 823px) and (max-width: 667px) {
	.our-service-2 li.style-about {
		margin-bottom: 25%;
	}
}

@media (max-width: 823px) and (max-width: 823px) and (max-width: 640px) {
	.our-service-2 li.style-about {
		margin-bottom: 25%;
	}
}

@media (max-width: 823px) and (max-width: 823px) and (max-width: 480px) {
	.our-service-2 li.style-about {
		margin-bottom: 30%;
	}
}

@media (max-width: 823px) and (max-width: 823px) and (max-width: 414px) {
	.our-service-2 li.style-about {
		margin-bottom: 40%;
	}
}

@media (max-width: 823px) and (max-width: 823px) and (max-width: 320px) {
	.our-service-2 li.style-about {
		margin-bottom: 50%;
	}
}

@media (max-width: 823px) {
	.background-carousel.about.about-us-v2 {
		margin-bottom: 15%;
	}
}

@media (max-width: 568px) {
	.item.hp-2.item-about.about-2 em {
		font-size: 18px;
	}
}

@media (max-width: 568px) and (max-width: 480px) {
	.item.hp-2.item-about.about-2 em {
		font-size: 14px;
	}
}

@media (max-width: 568px) and (max-width: 414px) {
	.item.hp-2.item-about.about-2 em {
		font-size: 14px;
	}
}

@media (max-width: 568px) and (max-width: 411px) {
	.item.hp-2.item-about.about-2 em {
		font-size: 16px;
	}
}

@media (max-width: 568px) and (max-width: 375px) {
	.item.hp-2.item-about.about-2 em {
		font-size: 15px;
	}
}

@media (max-width: 568px) and (max-width: 360px) {
	.item.hp-2.item-about.about-2 em {
		font-size: 14px;
	}
}

@media (max-width: 568px) {
	.item.hp-2.item-about.about-2 p {
		margin-bottom: 5px;
	}
}

@media (max-width: 411px) {
	img.img-st1.hp2.img-about.about-us-2 {
		margin-top: 18px;
	}
}

@media (max-width: 375px) {
	li.about-style-2 {
		margin-bottom: 40%;
	}
}

@media (max-width: 375px) and (max-width: 320px) {
	li.about-style-2 {
		margin-bottom: 50%;
	}
}

.about-style-cr > .owl-nav {
	display: none !important;
}

/* ====== Quickview ====== */
.product-images.quickview i.fa.fa-angle-right {
	position: absolute;
	right: 3%;
	top: 43%;
	padding: 5px 12px;
	background: #eee;
	border-radius: 8px;
	color: #000;
	font-size: 25px;
}

.product-images.quickview i.fa.fa-angle-right:hover {
	color: #fff;
	background: #7cd0f5;
	transition: all .3s;
}

.product-images.quickview i.fa.fa-angle-left {
	position: absolute;
	top: 43%;
	left: 3%;
	padding: 7px 15px;
	background: #eee;
	z-index: 2;
	border-radius: 8px;
	font-size: 25px;
}

.product-images.quickview i.fa.fa-angle-left:hover {
	color: #fff;
	background: #7cd0f5;
	transition: all .3s;
}

.short-desc.quickview {
	margin-bottom: 35px !important;
}

/* ====== Popup-Newsletter ====== */
.popup {
	position: relative;
	text-align: center;
}

.popup .popup-news {
	position: absolute;
	top: 57%;
	left: 12%;
}

.popup form.form_newsletter.hp1.popup input {
	font-family: var(--default-font);
	color: #999;
	padding-left: 20px;
	width: 92%;
}

.popup button.popup-bt {
	margin-left: -15%;
	text-transform: uppercase;
}

.menu-st-hp3 {
	width: 135%;
	left: 2.5%;
	padding: 20px 0 20px 30px !important;
}

@media (max-width: 1440px) and (min-width: 1366px) {
	.menu-st-hp3 {
		width: 150%;
	}
}

.menu-st-hp3 li.level2.col-4a {
	padding: 45px;
	margin-right: 10px;
	padding-bottom: 9px;
	padding-top: 15px;
	padding-left: 48px;
}

.menu-level-1 > .level1 > .level2 .menu-level-2 > .level3 > a {
	line-height: 30px;
	font-family: var(--default-font);
}

.menu-level-1 > .level1 > .level2 .menu-level-2 > .level3 > a:hover {
	color: #7cd0f5;
}

a.font-st {
	font-family: var(--default-font);
}

.shoppage1 {
	padding-left: 0;
}

.shoppage1-left {
	padding-right: 0;
}

.drop-filter {
	display: contents;
	text-align: right;
}

.drop-filter img.img-filter {
	margin-left: 10px;
}

.drop-filter .caret {
	display: none;
}

.drop-filter .dropdown-menu.filter-shoppage {
	width: 275%;
	background: #f4f4f4;
	padding: 45px 0;
	left: -158%;
	top: 64px;
}

.drop-filter .filter-style-size li,
.drop-filter .filter-style-brand li {
	display: inline-block;
}

.drop-filter .filter-style-size img,
.drop-filter .filter-style-brand img {
	padding-right: 12px;
}

.drop-filter .filter-style-size .filter-style-brand,
.drop-filter .filter-style-brand .filter-style-brand {
	padding-right: 10px;
}

.drop-filter .no-pd-top a,
.drop-filter .filter-color a,
.drop-filter .filter-style a,
.drop-filter .filter-style-size a,
.drop-filter .filter-style-brand a {
	line-height: 30px !important;
}

.drop-filter .filter-style-size a {
	padding: 6px 12px;
	background: #fff;
	border-radius: 50%;
	color: #4c4b6c;
}

.drop-filter .filter-style-size a:hover, .drop-filter .filter-style-size a:focus {
	background: #4c4b6c;
	color: #fff;
}

.drop-filter .filter-style-size a.st-xs,
.drop-filter .filter-style-size a.st-xl {
	padding: 6px 7px;
}

.drop-filter .filter-style-size li {
	padding-right: 13px;
	margin-bottom: 10px;
}

.drop-filter .color2 li {
	padding: 1px;
	padding-right: 7px;
}

@media (max-width: 1024px) {
	.drop-filter .color2 li {
		padding-right: 20px;
	}
}

.drop-filter .color2 a:hover img {
	border: 2px solid #dcdcdc;
	border-radius: 50%;
	transition: all .3s;
	width: 26px;
	padding: 2px;
}

.drop-filter .ul-1.shop3 {
	line-height: 40px;
}

.drop-filter .ul-1.shop3 a {
	background: #fff;
	padding: 6px 15px;
	border-radius: 40px;
	margin-right: 10px;
}

.drop-filter .ul-1.shop3 a:hover, .drop-filter .ul-1.shop3 a:focus {
	background: #4c4b6c;
	color: #fff;
}

.drop-filter .container-filter {
	padding-left: 0;
	padding-right: 0;
}

.drop-filter .filter-style {
	line-height: 37px;
}

.drop-filter h4 {
	text-align: right;
	text-transform: capitalize;
	margin-bottom: 30px;
}

.drop-filter .no-pd-top a,
.drop-filter .filter-color a {
	font-family: var(--default-font);
}

.drop-filter .no-pd-top a:hover,
.drop-filter .filter-color a:hover {
	color: #4c4b6c;
	border-bottom: 1px solid #4c4b6c;
	font-weight: 500;
	transition: all .3s;
}

.drop-filter button.btn.btn-primary.dropdown-toggle {
	background: #4c4b6c;
	width: 150px;
	height: 45px;
	border-radius: 40px;
	font-size: 16px;
	font-weight: 500;
	font-family: var(--default-font);
	border: transparent;
}

@media (max-width: 1024px) {
	.drop-filter button.btn.btn-primary.dropdown-toggle {
		display: none;
	}
}

.dropdown-menu {
	border-radius: 0 !important;
}

.dropdown-menu.filter-shoppage-2 {
	left: -219% !important;
	width: 335% !important;
}

.shows-shoppage2 {
	margin-left: 0;
}

.dropdown-menu.filter-shoppage-v3,
.dropdown-menu.filter-shoppage-v4,
.dropdown-menu.filter-shoppage-v6,
.dropdown-menu.filter-shoppages-v7,
.dropdown-menu.filer-shoppage-v8 {
	width: 330% !important;
	left: -216% !important;
}

@media (max-width: 823px) {
	.shoppages8-left {
		text-align: left;
	}
}

.show-filter:after {
	background: transparent !important;
}

@media (min-width: 1752px) {
	.container-home-3 {
		width: 1722px;
		padding-left: 0;
		padding-right: 0;
	}
}

@media (max-width: 1751px) and (min-width: 1200px) {
	.ctn-content {
		width: 100%;
	}
}

.categories-homepage-v3 {
	background: #f4fcff;
	display: inline-block;
	height: 100%;
	width: 100%;
}

.categories-homepage-v3 .dropdown-mega-menu {
	border: none;
}

.categories-homepage-v3 .nav-megamenu > li > a {
	border: none;
	text-transform: capitalize;
	font-family: var(--default-font);
	color: #4c4b6c;
	font-size: 16px;
	font-weight: 100;
}

.categories-homepage-v3 .nav-megamenu > li > a:hover, .categories-homepage-v3 .nav-megamenu > li > a:focus {
	color: #7cd0f5;
}

.categories-homepage-v3 .cate-hp-3 {
	background: #7cd0f5;
	padding: 16px 55px 16px 25px;
	margin-bottom: 38px;
}

@media (min-width: 1920px) {
	.categories-homepage-v3 .cate-hp-3 {
		margin-bottom: 18px;
	}
}

@media (min-width: 1440px) {
	.categories-homepage-v3 .cate-hp-3 {
		margin-bottom: 18px;
	}
}

@media (max-width: 1366px) {
	.categories-homepage-v3 .cate-hp-3 {
		margin-bottom: 8px;
	}
}

@media (max-width: 767px) {
	.kids-st.homepage2 img {
		height: 540px;
		object-fit: cover;
	}
}

@media (max-width: 667px) {
	.kids-st.homepage2 img {
		height: auto;
	}
}

@media (max-width: 767px) {
	.img-home3 img {
		height: 540px;
		object-fit: cover;
	}
}

.sms-hd a {
	padding-right: 77px;
}

@media (max-width: 1920px) {
	.sms-hd a {
		padding-right: 75px;
	}
}

@media (max-width: 1440px) {
	.sms-hd a {
		padding-right: 14px;
	}
}

.arrival-para.arii-home-3 p {
	margin-bottom: 0 !important;
}

@media (max-width: 1024px) {
	.img-title2.blog-v2.v3.img-title-home-3, .img-title2.blog-v2.img-title-home-3.slide.v6, .img-title2.blog-v2.img-title-home-3.slide.v5,
	.icon.v2.v3.icons-home-3,
	.icon.v2.icons-home-3.slide.v6,
	.icon.v2.icons-home-3.slide.v5 {
		width: 48% !important;
	}
}

@media (max-width: 1024px) and (max-width: 1024px) {
	.img-title2.blog-v2.v3.img-title-home-3, .img-title2.blog-v2.img-title-home-3.slide.v6, .img-title2.blog-v2.img-title-home-3.slide.v5,
	.icon.v2.v3.icons-home-3,
	.icon.v2.icons-home-3.slide.v6,
	.icon.v2.icons-home-3.slide.v5 {
		width: 51% !important;
	}
}

@media (max-width: 1024px) and (max-width: 823px) {
	.img-title2.blog-v2.v3.img-title-home-3, .img-title2.blog-v2.img-title-home-3.slide.v6, .img-title2.blog-v2.img-title-home-3.slide.v5,
	.icon.v2.v3.icons-home-3,
	.icon.v2.icons-home-3.slide.v6,
	.icon.v2.icons-home-3.slide.v5 {
		width: 100% !important;
	}
}

@media (max-width: 1024px) and (max-width: 823px) and (max-width: 736px) {
	.img-title2.blog-v2.v3.img-title-home-3, .img-title2.blog-v2.img-title-home-3.slide.v6, .img-title2.blog-v2.img-title-home-3.slide.v5,
	.icon.v2.v3.icons-home-3,
	.icon.v2.icons-home-3.slide.v6,
	.icon.v2.icons-home-3.slide.v5 {
		width: 48% !important;
	}
}

@media (max-width: 1024px) and (max-width: 823px) and (max-width: 736px) and (max-width: 360px) {
	.img-title2.blog-v2.v3.img-title-home-3, .img-title2.blog-v2.img-title-home-3.slide.v6, .img-title2.blog-v2.img-title-home-3.slide.v5,
	.icon.v2.v3.icons-home-3,
	.icon.v2.icons-home-3.slide.v6,
	.icon.v2.icons-home-3.slide.v5 {
		width: 40% !important;
	}
}

@media (max-width: 1024px) {
	.miukid-hp3 {
		margin-right: 10px !important;
		padding-left: 30px !important;
	}
}

@media (max-width: 1024px) and (max-width: 823px) {
	.miukid-hp3 {
		padding-left: 15px !important;
	}
}

@media (max-width: 1024px) {
	.miukid-hp3 h4 {
		font-weight: 500;
		font-size: 15px;
	}
}

@media (max-width: 1024px) and (max-width: 768px) {
	.miukid-hp3 h4 {
		font-size: 14px;
	}
}

@media (max-width: 1024px) {
	.form-home3 input,
	.form-home3 .button_mini {
		height: 35px;
	}

	.sign-up {
		height: 68px;
	}
}

@media (max-width: 1024px) and (max-width: 480px) {
	.sign-up {
		height: 152px;
	}
}

@media (max-width: 768px) {
	.information.center.info-home3-hd {
		padding-left: 40px;
	}
}

@media (max-width: 768px) and (max-width: 480px) {
	.information.center.info-home3-hd {
		padding-left: 0;
		width: 100%;
	}
}

@media (max-width: 736px) {
	.cate-hp-3 img {
		margin-right: 20px;
	}

	.categories-homepage-v3 {
		margin-bottom: 20px;
	}
}

.glyphicon-plus {
	color: #000;
	position: absolute;
	top: 0;
	right: 0;
	height: 49px;
	width: 49px;
	border-left: 1px solid rgba(92, 92, 92, 0.23);
	cursor: pointer;
	padding-right: 18px;
	background-color: transparent;
}

.glyphicon-plus.glyphicon-plus:before {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-sand-transform: rotate(-45deg);
}

.glyphicon-plus.glyphicon-plus:after {
	transform: rotate(45deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-sand-transform: rotate(45deg);
}

.glyphicon-plus:before {
	transform: translateX(3px) rotate(-50deg);
	-webkit-transform: translateX(3px) rotate(-50deg);
	-moz-transform: translateX(3px) rotate(-50deg);
	-o-transform: translateX(3px) rotate(-50deg);
	-ms-transform: translateX(3px) rotate(-50deg);
	-sand-transform: translateX(3px) rotate(-50deg);
}

.glyphicon-plus:after {
	transform: translateX(-4px) rotate(50deg);
	-webkit-transform: translateX(-4px) rotate(90deg);
	-moz-transform: translateX(-4px) rotate(50deg);
	-o-transform: translateX(-4px) rotate(50deg);
	-ms-transform: translateX(-4px) rotate(50deg);
	-sand-transform: translateX(-4px) rotate(50deg);
}

.glyphicon-plus:before, .glyphicon-plus:after {
	content: " ";
	position: absolute;
	right: 17px;
	top: 50%;
	margin-top: -1px;
	width: 10px;
	height: 2px;
	display: inline-block;
	background-color: #4c4b6c;
	-webkit-transition: background-color .2s ease-in-out, transform .2s ease-in-out, width .2s ease-in-out;
	-moz-transition: background-color .2s ease-in-out, transform .2s ease-in-out, width .2s ease-in-out;
	-o-transition: background-color .2s ease-in-out, transform .2s ease-in-out, width .2s ease-in-out;
	transition: background-color .2s ease-in-out, transform .2s ease-in-out, width .2s ease-in-out;
}

.popup-newlt {
	background: transparent !important;
}

.popup-newlt .close-popup {
	right: 6% !important;
	top: 1% !important;
	z-index: 1;
}

@media (max-width: 1024px) {
	.popup-newlt .close-popup {
		right: 0 !important;
	}
}

.product-images {
	width: 100% !important;
}

.search-blogs {
	transform: translateY(2px);
}

@media (max-width: 1024px) {
	.col-md-6.col-xs-12.col-sm-6.carts {
		display: -webkit-box;
	}
}

@media (max-width: 480px) {
	.img-tt-blogs {
		width: 50% !important;
		display: inline-block;
	}

	.img-tt-blogs p {
		font-size: 14px !important;
	}

	.para-blogs-all p {
		font-size: 16px !important;
	}

	.img-blogs-all img {
		margin-bottom: 25px;
	}

	.para-bgr-blog {
		background: transparent;
	}

	span.span-st {
		left: 10px !important;
		top: -10px !important;
	}

	.blogs-bt {
		margin-bottom: 20px !important;
	}
}

@media (max-width: 375px) {
	.para-bgr-blog h4 {
		font-size: 16px;
	}

	.icon-blog-all {
		width: 50% !important;
	}

	.icon-blog-all p {
		font-size: 14px !important;
	}

	.para-bgr-blog h4 {
		font-size: 16px !important;
	}
}

@media (max-width: 1024px) {
	.blog-v3 {
		width: 50% !important;
		padding: 10px;
	}
}

@media (max-width: 1024px) and (max-width: 823px) {
	.blog-v3 {
		width: 50% !important;
		margin-right: 0;
	}
}

@media (max-width: 1024px) and (max-width: 823px) and (max-width: 667px) {
	.blog-v3 {
		width: 100% !important;
		padding: 0;
	}
}

@media (max-width: 1024px) {
	.pagination2.v3, .pagination2.slide.v6, .pagination2.slide.v5 {
		top: 58% !important;
	}
}

@media (max-width: 1024px) and (max-width: 1024px) {
	.pagination2.v3, .pagination2.slide.v6, .pagination2.slide.v5 {
		top: 59% !important;
	}
}

@media (max-width: 1024px) and (max-width: 823px) {
	.pagination2.v3, .pagination2.slide.v6, .pagination2.slide.v5 {
		top: 57% !important;
	}
}

@media (max-width: 1024px) and (max-width: 823px) and (max-width: 768px) {
	.pagination2.v3, .pagination2.slide.v6, .pagination2.slide.v5 {
		top: 58.5% !important;
	}
}

@media (max-width: 1024px) and (max-width: 823px) and (max-width: 768px) and (max-width: 736px) {
	.pagination2.v3, .pagination2.slide.v6, .pagination2.slide.v5 {
		top: 57.5% !important;
	}
}

@media (max-width: 1024px) and (max-width: 823px) and (max-width: 768px) and (max-width: 736px) and (max-width: 667px) {
	.pagination2.v3, .pagination2.slide.v6, .pagination2.slide.v5 {
		top: 78% !important;
	}
}

@media (max-width: 1024px) and (max-width: 823px) and (max-width: 768px) and (max-width: 736px) and (max-width: 667px) and (max-width: 568px) {
	.pagination2.v3, .pagination2.slide.v6, .pagination2.slide.v5 {
		top: 73.5% !important;
	}
}

@media (max-width: 1024px) and (max-width: 823px) and (max-width: 768px) and (max-width: 736px) and (max-width: 667px) and (max-width: 568px) and (max-width: 480px) {
	.pagination2.v3, .pagination2.slide.v6, .pagination2.slide.v5 {
		top: 70.9% !important;
	}
}

@media (max-width: 1024px) and (max-width: 823px) and (max-width: 768px) and (max-width: 736px) and (max-width: 667px) and (max-width: 568px) and (max-width: 480px) and (max-width: 414px) {
	.pagination2.v3, .pagination2.slide.v6, .pagination2.slide.v5 {
		top: 70% !important;
	}
}

@media (max-width: 1024px) and (max-width: 823px) and (max-width: 768px) and (max-width: 736px) and (max-width: 667px) and (max-width: 568px) and (max-width: 480px) and (max-width: 414px) and (max-width: 375px) {
	.pagination2.v3, .pagination2.slide.v6, .pagination2.slide.v5 {
		top: 66.5% !important;
	}
}

@media (max-width: 1024px) and (max-width: 823px) and (max-width: 768px) and (max-width: 736px) and (max-width: 667px) and (max-width: 568px) and (max-width: 480px) and (max-width: 414px) and (max-width: 375px) and (max-width: 360px) {
	.pagination2.v3, .pagination2.slide.v6, .pagination2.slide.v5 {
		top: 66.5% !important;
	}
}

@media (max-width: 1024px) and (max-width: 823px) and (max-width: 768px) and (max-width: 736px) and (max-width: 667px) and (max-width: 568px) and (max-width: 480px) and (max-width: 414px) and (max-width: 375px) and (max-width: 360px) and (max-width: 320px) {
	.pagination2.v3, .pagination2.slide.v6, .pagination2.slide.v5 {
		top: 65.8% !important;
	}
}

@media (max-width: 1024px) {
	.img-blog-v2.v3, .img-blog-v2.slide.v6, .img-blog-v2.slide.v5 {
		margin-right: 0;
		padding: 0 10px;
	}
}

@media (max-width: 1024px) and (max-width: 1024px) {
	.img-blog-v2.v3, .img-blog-v2.slide.v6, .img-blog-v2.slide.v5 {
		padding: 0;
	}
}

@media (max-width: 1024px) {
	.kid-all.v2.v3, .kid-all.v2.slide.v6, .kid-all.v2.slide.v5 {
		margin-bottom: 0;
	}
}

@media (max-width: 480px) {
	ul.pagination.v2.v3, ul.pagination.v2.slide.v6, ul.pagination.v2.slide.v5 {
		margin: 10px 5px;
	}
}

@media (width: 480px) {
	.single-product-tab > ul li {
		display: inline-block;
		padding: 0 7px !important;
	}
}

.img-blog-hp-3 {
	margin-right: 0;
}

@media (max-width: 1024px) {
	.blog-v3.blog-homepage-3 {
		width: 113% !important;
	}
}

@media (max-width: 1024px) and (width: 736px) {
	.blog-v3.blog-homepage-3 {
		width: 100% !important;
	}
}

@media (max-width: 1024px) and (width: 667px) {
	.blog-v3.blog-homepage-3 {
		width: 100% !important;
	}
}

@media (max-width: 480px) {
	.form_newsletter .button_mini {
		margin-top: 10% !important;
		margin-left: 32% !important;
	}
}

@media (max-width: 480px) and (max-width: 375px) {
	.form_newsletter .button_mini {
		margin-top: 13% !important;
	}
}

@media (max-width: 480px) and (max-width: 375px) and (max-width: 320px) {
	.form_newsletter .button_mini {
		margin-top: 17% !important;
	}
}

@media (max-width: 480px) {
	.sign-hp3 input {
		width: 80%;
		position: absolute;
		left: 10%;
	}
}

@media (max-width: 480px) and (max-width: 375px) {
	.sign-hp3 input {
		top: 32%;
	}
}

@media (max-width: 480px) and (max-width: 375px) and (max-width: 320px) {
	.sign-hp3 input {
		width: 88%;
		left: 6%;
	}
}

@media (max-width: 480px) {
	.form-home3 input {
		height: 35px !important;
		margin-left: 0 !important;
	}
}

@media (width: 568px) {
	.col-md-3.col-sm-3col-xs-12.ft-logo,
	.col-md-6.col-sm-6.col-xs-12.fix,
	.col-md-3.col-sm-3.col-xs-12.right.imgs {
		width: 100%;
	}
}

@media (max-width: 823px) {
	.blog-home2 {
		width: 100% !important;
	}
}

@media (width: 667px) {
	.date3.dropdown.homepage2 {
		left: -88%;
	}

	.dropdown-menu.cart2.drop-cart-home2 {
		left: -28% !important;
	}
}

@media (width: 568px) {
	.date3.dropdown.homepage2 {
		left: -87%;
	}

	.dropdown-menu.cart2.drop-cart-home2 {
		left: -24% !important;
	}
}

@media (width: 667px) {
	.dropdown-menu.cart2.drop-home-1 {
		left: -391% !important;
		width: 617% !important;
		margin-top: 10%;
	}
}

@media (max-width: 320px) {
	.dropdown-menu.cart2.drop-cart-home2 {
		width: 600% !important;
	}
}

.icon-sub-menu {
	color: #000;
	position: absolute;
	top: 0;
	left: 0;
	height: 49px;
	width: 49px;
	border-right: 1px solid rgba(92, 92, 92, 0.23);
	cursor: pointer;
	padding-right: 18px;
	background-color: transparent;
}

.icon-sub-menu.icon-sub-menu:before {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-sand-transform: rotate(-45deg);
}

.icon-sub-menu.icon-sub-menu:after {
	transform: rotate(45deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-sand-transform: rotate(45deg);
}

.icon-sub-menu:before {
	transform: translateX(3px) rotate(-50deg);
	-webkit-transform: translateX(3px) rotate(-50deg);
	-moz-transform: translateX(3px) rotate(-50deg);
	-o-transform: translateX(3px) rotate(-50deg);
	-ms-transform: translateX(3px) rotate(-50deg);
	-sand-transform: translateX(3px) rotate(-50deg);
}

.icon-sub-menu:after {
	transform: translateX(-4px) rotate(50deg);
	-webkit-transform: translateX(-4px) rotate(90deg);
	-moz-transform: translateX(-4px) rotate(50deg);
	-o-transform: translateX(-4px) rotate(50deg);
	-ms-transform: translateX(-4px) rotate(50deg);
	-sand-transform: translateX(-4px) rotate(50deg);
}

.icon-sub-menu:before, .icon-sub-menu:after {
	content: " ";
	position: absolute;
	right: 17px;
	top: 50%;
	margin-top: -1px;
	width: 10px;
	height: 2px;
	display: inline-block;
	background-color: #c0c0c0;
	-webkit-transition: background-color .2s ease-in-out, transform .2s ease-in-out, width .2s ease-in-out;
	-moz-transition: background-color .2s ease-in-out, transform .2s ease-in-out, width .2s ease-in-out;
	-o-transition: background-color .2s ease-in-out, transform .2s ease-in-out, width .2s ease-in-out;
	transition: background-color .2s ease-in-out, transform .2s ease-in-out, width .2s ease-in-out;
}

a.view:hover {
	color: #7cd0f5;
}

a.view:hover i.fa.fa-angle-right {
	background: #7cd0f5;
	transition: all .3s;
}

.review-hp1 p {
	font-size: 18px !important;
	font-family: var(--default-font) !important;
	font-weight: 600 !important;
}

@media (max-width: 1024px) {
	.blog-home2 {
		width: 100% !important;
	}

	.newsletter-hp1 {
		top: 4% !important;
		left: 15px !important;
		width: 37% !important;
	}
}

@media (max-width: 1024px) and (max-width: 823px) {
	.newsletter-hp1 {
		top: 18% !important;
	}
}

@media (max-width: 1024px) and (max-width: 768px) {
	.newsletter-hp1 {
		top: 19.5% !important;
	}
}

@media (max-width: 1024px) and (max-width: 667px) {
	.newsletter-hp1 {
		top: 25% !important;
	}
}

@media (max-width: 1024px) {
	.read.read-home1 {
		top: 85% !important;
	}

	.blog-home1 {
		padding: 0;
	}
}

@media (max-width: 568px) {
	.newsletter-hp1 {
		display: none;
	}

	.newsletter-2 p {
		margin-left: 6%;
	}

	.newsletter-2 form {
		margin-left: 4%;
		margin-left: 0;
	}
}

@media (max-width: 480px) {
	form.hp1 input {
		height: 40px;
		margin-left: -8px;
	}

	form.hp1 button.bt-form-home1 {
		margin: 0 auto !important;
	}

	.header-center.pro-v1.hp1 {
		margin-bottom: 15px;
	}

	.shop-now.hp1 {
		margin-bottom: 10px;
	}

	.read.read-home1 {
		top: 84% !important;
		right: 1% !important;
	}
}

@media (max-width: 480px) and (max-width: 320px) {
	.read.read-home1 {
		top: 87% !important;
		right: 0% !important;
		left: 76% !important;
	}
}

@media (max-width: 375px) {
	form.hp1 button.bt-form-home1 {
		margin-left: 5%;
	}
}

@media (max-width: 360px) {
	.newsletter-2 p {
		font-size: 14px;
	}
}

h3.toys {
	margin-right: 76% !important;
}

@media (min-width: 1650px) {
	h3.toys {
		margin-right: 75% !important;
	}
}

@media (max-width: 1024px) {
	h3.toys {
		margin-right: 0 !important;
	}
}

h3.onsale-home1 {
	margin-left: 65% !important;
}

@media (max-width: 1024px) {
	h3.onsale-home1 {
		margin-left: 0 !important;
	}
}

.para-best-home1 i.fa.fa-balance-scale {
	padding: 9px 8px !important;
}

a.fa.fa-balance-scale.shop7.pro-v1,
a.fa.fa-balance-scale.shop7 {
	padding: 12px 10px;
}

@media (max-width: 480px) {
	.backpack.img81,
	.backpack {
		width: 100%;
	}
}

@media (max-width: 1024px) {
	.blog-v3.v4 {
		width: 100% !important;
	}
}

@media (max-width: 1024px) {
	.view-mode.view-group a {
		width: 60.3333% !important;
	}
}

@media (min-width: 1920px) {
	.menu-ft-home3 {
		margin-left: 25%;
	}
}

@media (min-width: 1920px) and (min-width: 1440px) {
	.menu-ft-home3 {
		margin-left: 33% !important;
	}
}

@media (min-width: 1440px) {
	.img-ul-home3 img {
		width: 78px;
	}
}

@media (min-width: 1440px) and (min-width: 1920px) {
	.img-ul-home3 img {
		width: 85px;
	}
}

@media (max-width: 1024px) {
	.ft-logo-home3 {
		width: 35%;
		display: inline-block;
	}

	.ft-left-home3 {
		width: 65%;
	}

	.ft-home3-right {
		width: 100%;
	}
}

@media (max-width: 1024px) {
	.blogs-tag-v2 {
		margin-bottom: 30px;
	}
}

.form-v4 h4 {
	margin-bottom: 20px;
}

ul.color-shoppage-6 {
	padding-right: 60px;
}

a.st-xs {
	padding: 7px 8px !important;
}

.ribbon-home-2 span {
	text-transform: capitalize;
	font-family: var(--default-font);
	font-size: 14px;
	font-weight: 400;
}

.product-button-group.hp1 a {
	color: #4c4b6c;
	font-size: 18px;
}

.product-img-home3 {
	width: 95% !important;
}

@media (max-width: 1024px) {
	.product-img-home3 {
		width: 100% !important;
	}
}

.product-img.arrival-img.img-home-3 {
	width: 47% !important;
}

@media (max-width: 1280px) {
	.product-img.arrival-img.img-home-3 {
		min-width: 20% !important;
	}
}

@media (width: 1440px) {
	.product-img.arrival-img.img-home-3 {
		width: 45% !important;
	}
}

.product-related.hp1.featured-home1 .owl-theme .owl-nav .owl-prev {
	position: absolute;
	left: 92.7%;
	top: -20%;
}

@media (max-width: 1024px) {
	.product-related.hp1.featured-home1 .owl-theme .owl-nav .owl-prev {
		left: 90.7%;
	}
}

@media (max-width: 1024px) and (max-width: 823px) {
	.product-related.hp1.featured-home1 .owl-theme .owl-nav .owl-prev {
		left: 87.7%;
	}
}

@media (max-width: 1024px) and (max-width: 768px) {
	.product-related.hp1.featured-home1 .owl-theme .owl-nav .owl-prev {
		left: 87.7%;
	}
}

@media (max-width: 1024px) and (max-width: 768px) and (width: 667px) {
	.product-related.hp1.featured-home1 .owl-theme .owl-nav .owl-prev {
		left: 85.7%;
		top: -6% !important;
	}
}

.product-related.hp1.featured-home1 .owl-theme .owl-nav .owl-next {
	top: -20%;
}

@media (width: 667px) {
	.product-related.hp1.featured-home1 .owl-theme .owl-nav .owl-next {
		top: -6% !important;
	}
}

.before.hp3 {
	right: 15% !important;
}

span.review-pro-v1 {
	font-style: italic;
}

@media (width: 1024px) {
	.new-ribbon-home3 {
		left: 75% !important;
	}

	.ribbon-25-home3 {
		left: 72% !important;
	}
}

@media (max-width: 768px) {
	.review-home3 p {
		font-size: 15px !important;
	}
}

.dropdown-menu.menu-level-1 a {
	font-family: var(--default-font);
}

.dropdown-menu.menu-level-1 a:hover {
	color: #7cd0f5 !important;
}

a.sales-36 {
	font-size: 18px;
	font-family: var(--default-font);
	color: #4c4b6c;
	font-weight: bold;
}

@media (max-width: 1024px) {
	.sale-para2 span {
		left: 10px;
		top: -10px;
	}
}

a.sales-pro-v1-36 {
	font-size: 24px !important;
	font-family: arial;
	font-weight: bold;
}

ul.color2.shop5 {
	padding-right: 55px;
}

.sku span {
	color: #999;
}

.product-bottom-group.shop7 a {
	color: #4c4b6c;
}

.product-bottom-group.shop7 a:hover {
	color: #fff;
	background: #7cd0f5;
}

.share-shop7 a {
	color: #4c4b6c;
}

.share-shop7 a:hover {
	color: #7cd0f5;
}

.sale-para2.shop-1.pro-v1 i {
	margin-bottom: -9px;
	margin-top: 10px;
}

@media (max-width: 1024px) {
	.sale-para2.shop-1.pro-v1 i {
		margin-top: 3px;
	}
}

.product-info.s8.pro-v1 i {
	margin-top: 2px;
}

.sale-para2.shop-1.pro-v1 {
	width: 100%;
	text-align: center;
}

.sale-para2.shop-1.pro-v1 span {
	top: 4px !important;
	left: 15px;
}

@media (max-width: 1024px) {
	.sale-para2.shop-1.pro-v1 span {
		top: 10px !important;
		left: 20px;
	}
}

@media (max-width: 480px) {
	.sale-para2.shop-1.pro-v1 span {
		top: 10px !important;
		left: 14px;
	}
}

@media (max-width: 1081px) {
	.header-center i.fa.fa-bars.icon-pushmenu.js-push-menu.icon-menu {
		display: block;
	}

	.col-lg-5.col-md-5.col-sm-8.col-xs-12.logo.col-header-left-home3,
	.search3.homepage2.home-3.home-3-right {
		display: none;
	}
}

.star-icons i {
	margin-top: -8px !important;
}

.sale-para2.shop-1.pro-v1.shop-5.shop-6.shop-7.shop-8,
.sale-para2.shop-1.pro-v1.shop-5.shop-6.shop-7 i {
	margin-top: 2px;
}

.para-cart h4 {
	font-family: var(--default-font);
}

.content-best-home3 {
	margin-bottom: 0;
}

.blog-home3-owlnav .owl-prev,
.blog-home3-owlnav .owl-next {
	color: #4c4b6c !important;
	background: #f4f4f4 !important;
}

@media (max-width: 1440px) {
	.new-ribbon-home3 {
		left: 80% !important;
	}
}

@media (max-width: 1440px) and (max-width: 1280px) {
	.new-ribbon-home3 {
		left: 76% !important;
	}
}

.demo-text.text-center {
	font-family: var(--default-font);
}

.demo-text.text-center:hover {
	color: #7cd0f5;
	transition: all .3s;
}

li.review em {
	text-transform: none;
}

@media (min-width: 1700px) {
	.img-ul img {
		width: 89px;
	}
}

@media (min-width: 1200px) {
	.search3.homepage2.home-3.home-3-right {
		margin-left: 0;
	}

	.before-home3 {
		left: 5%;
		top: 16% !important;
	}

	.before.hp3 {
		right: 15% !important;
		top: 16% !important;
	}
}

.bgr-home-2 {
	background: #fff;
	box-shadow: 0 0 20px 0px #c0c0c0;
	padding: 0;
}

@media (min-width: 1200px) {
	.bgr-home-2 {
		min-width: 1250px;
	}

	.categories-homepage-v3 .cate-hp-3 {
		padding: 16px 10px 16px 25px !important;
	}
}

@media (min-width: 1400px) {
	.before-home3 {
		left: 85%;
		top: 24% !important;
	}
}

@media (min-width: 1400px) and (min-width: 1540px) {
	.before-home3 {
		top: 22% !important;
	}
}

@media (min-width: 1400px) and (min-width: 1540px) and (min-width: 1700px) {
	.before-home3 {
		top: 20% !important;
	}
}

@media (min-width: 1400px) {
	.before.hp3 {
		left: 85% !important;
		top: 24% !important;
	}
}

@media (min-width: 1400px) and (min-width: 1540px) {
	.before.hp3 {
		top: 22% !important;
	}
}

@media (min-width: 1400px) and (min-width: 1700px) {
	.before.hp3 {
		top: 20% !important;
	}
}

@media (max-width: 480px) {
	span.quick,
	i.fa.fa-arrows {
		display: none !important;
	}
}

@media (min-width: 1200px) {
	.img-ul img {
		width: 64px;
	}
}

@media (min-width: 1200px) and (min-width: 1367px) {
	.img-ul img {
		width: 74px;
	}
}

@media (min-width: 1200px) and (min-width: 1367px) and (min-width: 1550px) {
	.img-ul img {
		width: 85px;
	}
}

/*@media (min-width: 1200px) and (max-width: 1366px) {
  width:85px; }*/
@media (max-width: 1199px) {
	.img-ul img {
		width: 64px;
	}
}

span.glyphicon-plus.dropdown-mega-menu {
	transform: translateY(-6px);
	color: #4c4b6c;
}

@media (max-width: 375px) {
	button.fa.fa-shopping-bag.dropdown-toggle.home3 {
		transform: translateY(10px);
	}
}

@media (max-width: 480px) {
	.bn3 img {
		width: 100%;
		min-height: 100px;
		object-fit: cover;
	}

	.bn4-5.bn-4-5-home3 {
		width: 100%;
		display: block;
	}

	.bn4,
	.bn5 {
		margin-bottom: 20px;
	}
}

@media (max-width: 1600px) {
	.new-arrival-content .owl-prev {
		padding: 7px 15px !important;
	}

	.new-arrival-content .owl-next {
		padding: 7px 15px !important;
	}
}

a.sales-36-products {
	font-size: 24px !important;
	font-family: var(--default-font);
	font-weight: 600;
	color: #4c4b6c;
}

@media (max-width: 480px) {
	a.sales-36-products {
		font-size: 18px !important;
	}
}

@media (max-width: 1400px) and (min-width: 1300px) {
	.ul-home3 {
		padding-top: 0;
	}
}

.img-mega-menu {
	min-height: 347px;
	object-fit: cover;
}

li.level2.col-4a.menu-hd-home1 {
	padding-bottom: 25px;
}

@media (min-width: 768px) {
	a.categories-home3 {
		display: none;
	}
}

@media (max-width: 667px) {
	a.categories-home3 {
		display: block;
		background: #7cd0f5;
		color: #fff;
		font-family: var(--default-font);
		text-transform: uppercase;
		font-size: 16px;
		padding: 19px 0px 16px 16px;
		font-weight: 500;
	}
}

.bgr-cate {
	background: #f5fcff;
	padding-top: 0;
}

.bgr-top-cate-hp3 {
	background: #7cd0f5;
	text-align: center;
}

.bgr-top-cate-hp3 a {
	color: #fff;
	font-family: var(--default-font);
	text-transform: uppercase;
	font-size: 16px;
}

ul.nav-cate-home3 > li > a {
	border: none;
	text-transform: capitalize;
	font-family: var(--default-font);
	color: #4c4b6c;
	font-size: 16px;
	font-weight: 100;
}

span.drop-cate-hp3 {
	border: none;
}

@media (max-width: 667px) {
	.categories-homepage-v3 {
		display: none;
	}
}

#flip {
	padding: 15px;
	text-align: left;
	background: #7cd0f5;
	display: none;
}

@media (max-width: 736px) {
	#flip {
		display: block;
	}
}

#flip button {
	background: transparent;
	border: none;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	font-family: var(--default-font);
	font-size: 16px;
}

#flip img {
	margin-right: 10px;
	transform: translateY(-1px);
}

#panel {
	text-align: left;
	display: none;
	background: #f5fcff;
}

@media (max-width: 736px) {
	.categories-homepage-v3 {
		display: none;
	}

	.col-lg-7.col-md-6.col-sm-9.col-xs-12.owl-center {
		margin-top: 30px;
	}
}

@media (max-width: 736px) and (max-width: 480px) {
	.col-lg-7.col-md-6.col-sm-9.col-xs-12.owl-center {
		margin-top: 15px;
	}
}

.new-ribbon-home3 {
	left: 87% !important;
}

@media (max-width: 1366px) {
	.new-ribbon-home3 {
		left: 80% !important;
	}
}

@media (min-width: 1600px) {
	.new-ribbon-home3 {
		left: 86% !important;
	}
}

@media (max-width: 1024px) {
	.new-ribbon-home3 {
		left: 72% !important;
	}
}

@media (max-width: 768px) {
	.new-ribbon-home3 {
		left: 80% !important;
	}
}

@media (max-width: 480px) {
	.new-ribbon-home3 {
		left: 87% !important;
	}
}

.before-home3,
.before.hp3 {
	left: 91% !important;
}

/*@font-face {
  font-family: UTMD;
  src: url(../fonts/UTM_Duepuntozero.ttf); }*/
a.demo-font {
	font-family: var(--default-font);
}

.backpack.img81 {
	position: relative;
}

.backpack.img81 .pos {
	position: absolute;
	top: 70px;
	left: 35px;
	line-height: 22px;
}

@media (max-width: 1024px) {
	.backpack.img81 .pos {
		top: 100px;
	}
}

@media (max-width: 480px) {
	.backpack.img81 .pos {
		top: 80px;
	}
}

@media (max-width: 480px) and (max-width: 375px) {
	.backpack.img81 .pos {
		top: 50px;
	}
}

.backpack.img81 .pos p {
	font-family: var(--default-font);
	font-size: 14px;
	font-weight: 500;
	margin: 0;
	margin-bottom: -7px;
}

.backpack.img81 .pos h4.st-font {
	font-family: var(--default-font);
	font-size: 45px;
	color: #fff;
	text-transform: capitalize;
}

.backpack.img81 .pos span {
	color: #454d55;
	font-family: var(--default-font);
	font-size: 45px;
	font-weight: bold;
}

.backpack {
	position: relative;
}

.backpack .pos-st2 {
	position: absolute;
	bottom: 8px;
	left: 35px;
}

.backpack .pos-st2 h4 {
	margin: 0;
	color: #584f41;
	font-family: var(--default-font);
	font-size: 30px;
	text-transform: inherit;
}

.backpack .pos-st2 h4 span {
	color: #f49c00;
}

.backpack .pos-st2 p {
	color: #584f41;
	font-family: var(--default-font);
	font-weight: 500;
}

/*
    5.2. Item view templates
    */
.product-title {
	font-size: 14px;
}

.product-title a {
	color: #666;
}

.product-title a:hover {
	color: #dd2a2a;
}

.product-cate {
	color: #999;
	font-size: 12px;
	text-transform: capitalize;
}

.product-price span {
	font-weight: bold;
}

.shop-top, .shop-bottom {
	position: relative;
}

@media (min-width: 1025px) {
	.shop-top, .shop-bottom {
		padding-top: 45px;
	}
}

@media (min-width: 480px) {
	.shop-top, .shop-bottom {
		display: -webkit-box;
		/* OLD - iOS 6-, Safari 3.1-6 */
		display: -moz-box;
		/* OLD - Firefox 19- (buggy but mostly works) */
		display: -ms-flexbox;
		/* TWEENER - IE 10 */
		display: -webkit-flex;
		/* NEW - Chrome */
		display: flex;
		/* NEW, Spec - Opera 12.1, Firefox 20+ */
	}
}

@media (min-width: 480px) {
	.shop-top .shop-element, .shop-bottom .shop-element {
		display: -webkit-box;
		/* OLD - iOS 6-, Safari 3.1-6 */
		display: -moz-box;
		/* OLD - Firefox 19- (buggy but mostly works) */
		display: -ms-flexbox;
		/* TWEENER - IE 10 */
		display: -webkit-flex;
		/* NEW - Chrome */
		display: flex;
		/* NEW, Spec - Opera 12.1, Firefox 20+ */
		flex: 1 1 50%;
	}
}

.shop-top .shop-element.right, .shop-bottom .shop-element.right {
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end;
	justify-content: flex-end;
	-ms-flex-pack: flex-end;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}

@media (max-width: 480px) {
	.shop-top .shop-element.right, .shop-bottom .shop-element.right {
		text-align: center;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.shop-top .shop-element.right span, .shop-bottom .shop-element.right span {
	color: #888;
}

@media (min-width: 480px) {
	.shop-top .shop-element.right span, .shop-bottom .shop-element.right span {
		margin-right: 30px;
	}
}

@media (max-width: 480px) {
	.shop-top .shop-element.right span, .shop-bottom .shop-element.right span {
		margin: 15px 0;
		display: block;
	}
}

.shop-top .shop-element.right.v2 span, .shop-bottom .shop-element.right.v2 span {
	margin-right: 0;
}

.shop-top .shop-element.left > ul, .shop-bottom .shop-element.left > ul {
	display: -webkit-box;
	/* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;
	/* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;
	/* TWEENER - IE 10 */
	display: -webkit-flex;
	/* NEW - Chrome */
	display: flex;
	/* NEW, Spec - Opera 12.1, Firefox 20+ */
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}

.shop-top .shop-element.left > ul > li, .shop-bottom .shop-element.left > ul > li {
	display: -webkit-box;
	/* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;
	/* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;
	/* TWEENER - IE 10 */
	display: -webkit-flex;
	/* NEW - Chrome */
	display: flex;
	/* NEW, Spec - Opera 12.1, Firefox 20+ */
	padding-top: 15px;
}

.shop-top .shop-element.left > ul > li > a, .shop-bottom .shop-element.left > ul > li > a {
	font-size: 15px;
	font-weight: 500;
	position: relative;
	display: block;
}

.shop-top .shop-element.left > ul > li > a span, .shop-bottom .shop-element.left > ul > li > a span {
	font-weight: normal;
	color: #888;
}

.shop-top .shop-element.left > ul > li > a i, .shop-bottom .shop-element.left > ul > li > a i {
	margin-right: 10px;
}

.shop-top .shop-element.left > ul > li .dropdown-menu, .shop-bottom .shop-element.left > ul > li .dropdown-menu {
	top: 100%;
	-webkit-box-shadow: 0px 5px 11.88px 0.12px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 5px 11.88px 0.12px rgba(0, 0, 0, 0.1);
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	border: 0;
}

@media (min-width: 1025px) {
	.shop-top .shop-element.left > ul > li .dropdown-menu, .shop-bottom .shop-element.left > ul > li .dropdown-menu {
		display: block;
		visibility: hidden;
		opacity: 0;
		-webkit-transform: translate(0, 15px);
		transform: translate(0, 15px);
		-webkit-transition: all .4s;
		transition: all .4s;
		-webkit-transition-duration: 180ms;
		transition-duration: 180ms;
	}
}

.shop-top .shop-element.left > ul > li .dropdown-menu > li > a, .shop-bottom .shop-element.left > ul > li .dropdown-menu > li > a {
	padding: 10px 20px;
}

.shop-top .shop-element.left > ul > li .dropdown-menu.fullw, .shop-bottom .shop-element.left > ul > li .dropdown-menu.fullw {
	padding: 30px;
}

@media (min-width: 1025px) {
	.shop-top .shop-element.left > ul > li:hover .dropdown-menu, .shop-bottom .shop-element.left > ul > li:hover .dropdown-menu {
		display: block;
		visibility: visible;
		opacity: 1;
		-webkit-transform: translate(0, 0) rotate(0) scale(1);
		transform: translate(0, 0) rotate(0) scale(1);
		z-index: 999;
	}

	.shop-top .shop-element.left > ul > li:hover .dropdown-menu.fullw, .shop-bottom .shop-element.left > ul > li:hover .dropdown-menu.fullw {
		-webkit-transform: translate(0, -15px) rotate(0) scale(1);
		transform: translate(0, -15px) rotate(0) scale(1);
	}
}

.shop-top .shop-element.left > ul > li.filter-static, .shop-bottom .shop-element.left > ul > li.filter-static {
	position: static;
}

@media (max-width: 480px) {
	.view-mode {
		padding-top: 15px;
	}
}

.view-mode.view-group {
	display: -webkit-box;
	/* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;
	/* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;
	/* TWEENER - IE 10 */
	display: -webkit-flex;
	/* NEW - Chrome */
	display: flex;
	/* NEW, Spec - Opera 12.1, Firefox 20+ */
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}

@media (min-width: 480px) {
	.view-mode.view-group {
		padding-left: 20px;
		border-left: 1px solid #eee;
	}
}

.view-mode.view-group a {
	text-align: center;
	cursor: pointer;
}

@media (max-width: 1025px) {
	.view-mode.view-group a {
		width: 33.3333%;
	}
}

.view-mode.view-group a i {
	opacity: 0.5;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}

.view-mode.view-group a:hover i {
	opacity: 1;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}

.view-mode.view-group a.active i {
	opacity: 1;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}

.view-mode.view-group a:last-child {
	padding-right: 0;
}

.widget-filter h3 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
}

.widget-filter.filter-cate ul li a {
	position: relative;
	line-height: 40px;
}

.widget-filter.filter-cate ul li a.active {
	color: #222;
	font-weight: 600;
}

.widget-filter.filter-cate ul li a.active:before {
	background-color: #222;
	border-color: #222;
}

.widget-filter.filter-cate ul li a:after {
	content: "";
	position: absolute;
	display: block;
	left: 0px;
	top: 0;
	width: 18px;
	height: 18px;
	opacity: 0;
	background: #4c4b6c;
	border-radius: 50%;
}

.widget-filter.filter-color {
@enxtend . filter-cate;
}

.widget-filter.filter-size {
@enxtend . filter-cate;
}

.widget-filter.filter-price {
@enxtend . filter-cate;
}

.widget-filter.filter-brand {
@enxtend . filter-cate;
}

.product-button-group {
	display: -webkit-box;
	/* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;
	/* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;
	/* TWEENER - IE 10 */
	display: -webkit-flex;
	/* NEW - Chrome */
	display: flex;
	/* NEW, Spec - Opera 12.1, Firefox 20+ */
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
}

@media (max-width: 1025px) {
	.product-button-group {
		display: none;
	}
}

@media (min-width: 1025px) {
	.product-button-group {
		opacity: 0;
		visibility: hidden;
		width: 100%;
		position: absolute;
		left: 50%;
		bottom: 0;
		height: 45px;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

.product-button-group .zoa-btn {
	width: 45px;
	height: 45px;
	line-height: 45px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	display: -webkit-box;
	/* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;
	/* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;
	/* TWEENER - IE 10 */
	display: -webkit-flex;
	/* NEW - Chrome */
	display: flex;
	/* NEW, Spec - Opera 12.1, Firefox 20+ */
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	margin: 0 7px;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	opacity: 0;
	visibility: hidden;
}

.product-button-group .zoa-btn:hover {
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}

.product-button-group .zoa-btn.zoa-quickview {
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.product-button-group .zoa-btn.zoa-wishlist {
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.product-button-group .zoa-btn.zoa-addcart {
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
}

.product-item, .contact-form .contact-item {
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}

@media (min-width: 1025px) {
	.product-item:hover .product-button-group, .contact-form .contact-item:hover .product-button-group {
		opacity: 1;
		visibility: visible;
	}

	.product-item:hover .zoa-btn, .contact-form .contact-item:hover .zoa-btn {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
}

.product-item:hover .overlay-img, .contact-form .contact-item:hover .overlay-img {
	opacity: 1;
}

.product-list .product-item .product-inner:after, .product-list .contact-form .contact-item .product-inner:after, .contact-form .product-list .contact-item .product-inner:after {
	bottom: 0;
}

@media (max-width: 1024px) {
	.btn-view {
		display: none;
	}
}

@media (min-width: 1025px) {
	.e-category {
		padding-bottom: 63px;
	}
}

@media (min-width: 1681px) {
	.e-category .row {
		margin-left: -20px;
		margin-right: -20px;
	}

	.e-category [class*="col-"] {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (max-width: 480px) {
	.e-category [class*="col-"] {
		margin-bottom: 15px;
	}
}

.cate-title {
	font-size: 18px;
	font-weight: bold;
	display: block;
	padding-bottom: 15px;
	margin-bottom: 19px;
	border-bottom: 1px solid #e7e7e7;
}

.desc-list {
	margin-bottom: 14px;
}

.desc-list li {
	font-size: 12px;
	line-height: 24px;
	color: #999999;
	position: relative;
	display: block;
	margin-left: 13px;
}

.desc-list li:before {
	content: "\f363";
	font-family: "ionicons";
	position: absolute;
	top: 0;
	left: -13px;
	color: #bfbfbf;
}

.product-img img {
	border-radius: 4px;
	width: 100%;
}

.filter-brand li a {
	position: relative;
	padding-left: 22px;
	color: #666666;
	line-height: 40px;
}

.filter-brand li a:before {
	content: "";
	position: absolute;
	display: block;
	left: 0;
	top: 2px;
	width: 12px;
	height: 12px;
	background-color: #fff;
	border: 2px solid #bfbfbf;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.filter-brand li a:after {
	content: "";
	position: absolute;
	display: block;
	left: 0px;
	top: 2px;
	width: 12px;
	height: 12px;
	opacity: 0;
	background: #333333;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.filter-brand li.active-filter a:after {
	opacity: 1;
}

.filter-product.e-category .cate-item .product-img {
	width: 81px;
	height: 81px;
	margin-right: 20px;
}

.filter-product .cate-item {
	padding-left: 23px;
	padding-right: 20px;
}

.filter-inside {
	padding-left: 23px;
	border-bottom: 1px solid #ededed;
	padding-bottom: 28px;
}

.filter-inside.filter-color {
	border-bottom: 0;
}

.filter-inside.filter-price h3 {
	margin-bottom: 20px;
}

.filter-inside.filter-price .filter-content {
	padding-right: 22px;
}

.filter-inside.filter-price .min-max {
	color: #666666;
	margin-top: 16px;
	margin-bottom: 16px;
	display: inline-block;
}

.filter-inside.filter-price .btn-filter {
	width: 271px;
	height: 45px;
	line-height: 48px;
	display: inline-block;
	color: #fff;
	text-align: center;
	-moz-border-radius: 999px;
	-webkit-border-radius: 999px;
	border-radius: 999px;
	width: 100%;
}

.filter-inside h3 {
	font-size: 16px;
	padding-top: 18px;
}

.e-filter {
	margin-top: 12px;
	margin-bottom: 15px;
}

.btn-showmore {
	color: #999999;
	font-size: 12px;
	padding-right: 19px;
	display: -webkit-box;
	/* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;
	/* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;
	/* TWEENER - IE 10 */
	display: -webkit-flex;
	/* NEW - Chrome */
	display: flex;
	/* NEW, Spec - Opera 12.1, Firefox 20+ */
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end;
	justify-content: flex-end;
	-ms-flex-pack: flex-end;
}

.filter-collection-left .btn {
	color: #fff;
	padding: 0 25px;
	text-transform: capitalize;
	line-height: 36px;
	height: 36px;
	letter-spacing: 0.05em;
	text-decoration: none;
	background-color: #4c4b6c;
	border-color: #ffff;
	margin: 0 auto;
	cursor: pointer;
	border: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 8px;
}

.close-sidebar-collection {
	font-size: 16px;
	line-height: 50px;
	background: #4c4b6c;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	font-weight: bold;
	letter-spacing: 2px;
}

.close-sidebar-collection span {
	display: inline-block;
}

@media (max-width: 1024px) {
	.close-sidebar-collection {
		margin: 0 -15px 30px;
	}
}

@media (max-width: 1024px) {
	.close-sidebar-collection .icon_close {
		left: auto;
		right: 10px;
		top: 0;
		line-height: 50px;
		cursor: pointer;
		font-size: 20px;
		position: absolute;
		color: #fff;
	}
}

.show-filter:after {
	background: rgba(29, 29, 31, 0.6);
	content: "";
	cursor: pointer;
	height: 100%;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 2;
}

@media (max-width: 1024px) {
	.show-filter .col-left {
		right: 0;
	}
}

@media (max-width: 1024px) {
	.col-left {
		position: fixed;
		display: block;
		margin: 0;
		background: #fff;
		list-style: none;
		z-index: 900;
		top: 0;
		/*left: -300px;*/
		right: -320px;
		height: 100%;
		width: 300px;
		text-align: left;
		overflow-x: scroll;
		transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	}
}

.collection-list .shop-top .shop-element.left > ul > li:first-child, .collection-list .shop-bottom .shop-element.left > ul > li:first-child {
	margin-right: 0;
}

.collection-list .shop-top, .collection-list .shop-bottom {
	padding-top: 0;
	margin-bottom: 50px;
}

.collection-list .product-grid {
	padding-top: 0;
}

.collection-list .shop-bottom {
	margin-top: 22px;
	margin-bottom: 0;
}

@media (min-width: 480px) {
	.collection-list .shop-bottom .pagination {
		margin: 0;
	}
}

.collection-sidebar .widget-filter {
	max-width: 300px;
	padding-bottom: 28px;
	padding-top: 25px;
	border-bottom: 1px solid #eee;
}

.collection-sidebar .widget-filter:first-child {
	padding-top: 0;
}

.collection-sidebar .widget-filter.no-pd-top {
	padding-top: 0;
}

.collection-sidebar .btn-filter {
	padding: 15px 64px;
	display: inline-block;
	margin-top: 45px;
}

@media (min-width: 1025px) {
	.r-sidebar {
		display: -webkit-box;
		/* OLD - iOS 6-, Safari 3.1-6 */
		display: -moz-box;
		/* OLD - Firefox 19- (buggy but mostly works) */
		display: -ms-flexbox;
		/* TWEENER - IE 10 */
		display: -webkit-flex;
		/* NEW - Chrome */
		display: flex;
		/* NEW, Spec - Opera 12.1, Firefox 20+ */
	}

	.r-sidebar .collection-sidebar {
		-webkit-box-ordinal-group: 2;
		-moz-box-ordinal-group: 2;
		-ms-flex-order: 2;
		-webkit-order: 2;
		order: 2;
	}

	.r-sidebar .collection-list {
		-webkit-box-ordinal-group: 1;
		-moz-box-ordinal-group: 1;
		-ms-flex-order: 1;
		-webkit-order: 1;
		order: 1;
	}
}

.single-product-detail {
	padding-bottom: 50px;
}

@media (min-width: 1025px) {
	.single-product-detail {
		padding-bottom: 105px;
	}
}

.single-product-detail .product-images {
	position: relative;
}

@media (max-width: 1366px) {
	.single-product-detail .product-images img {
		margin: 0 auto;
	}
}

@media (min-width: 1400px) {
	.single-product-detail .single-product-info {
		padding-left: 100px;
	}
}

.single-product-detail .single-product-info label {
	margin-bottom: 15px;
}

.single-product-detail .single-product-info .product-rating {
	margin-bottom: 30px;
}

.single-product-detail .single-product-info .product-rating .number-rating {
	margin-left: 10px;
}

.single-product-detail .single-product-info .product-title {
	font-size: 36px;
	font-weight: normal;
	margin-top: 40px;
	margin-bottom: 14px;
}

.single-product-detail .single-product-info .product-title a {
	color: #222;
}

.single-product-detail .single-product-info .product-title a:hover {
	color: #dd2a2a;
}

.single-product-detail .single-product-info .product-price {
	margin: 10px 0 10px 0;
}

.single-product-detail .single-product-info .product-price span {
	font-size: 20px;
	color: #222;
}

.single-product-detail .single-product-info .product-price span.old {
	font-size: 18px;
	text-decoration: line-through;
	color: #999;
	margin-right: 20px;
	font-weight: normal;
}

.single-product-detail .single-product-info .availability {
	margin-bottom: 15px;
}

.single-product-detail .single-product-info .availability .product-inventory label {
	color: #999999;
}

.single-product-detail .single-product-info .availability .product-inventory span {
	color: #5cb85c;
	font-weight: bold;
}

.single-product-detail .single-product-info .product-brand {
	margin-bottom: 27px;
}

.single-product-detail .single-product-info .product-brand p {
	margin-bottom: 13px;
}

.single-product-detail .single-product-info .product-sku {
	margin-bottom: 26px;
}

.single-product-detail .single-product-info .product-sku span {
	color: #999999;
}

.single-product-detail .single-product-info .product-sku .desc-list {
	margin-bottom: 26px;
}

.single-product-detail .single-product-info .short-desc {
	margin-bottom: 30px;
}

@media (min-width: 480px) {
	.single-product-detail .single-product-info .short-desc {
		margin-bottom: 60px;
	}
}

.single-product-detail .single-product-info .product-desc {
	color: #666;
	line-height: 26px;
	margin-bottom: 20px;
	font-size: 15px;
	letter-spacing: 0.01em;
}

.single-product-detail .single-product-info .color-group, .single-product-detail .single-product-info .size-group {
	margin-bottom: 25px;
}

.single-product-detail .single-product-info .color-group label, .single-product-detail .single-product-info .size-group label {
	font-size: 13px;
	text-transform: uppercase;
	display: block;
}

.single-product-detail .single-product-info .color-group .circle, .single-product-detail .single-product-info .size-group .circle {
	width: 33px;
	height: 33px;
	line-height: 33px;
	margin-right: 14px;
}

.single-product-detail .single-product-info .size-group {
	position: relative;
	width: 200px;
	display: inline-block;
	margin-right: 30px;
	margin-bottom: 30px;
}

.single-product-detail .single-product-info .size-group .single-option-selector {
	font-size: 14px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	border: 1px solid #eee;
	box-shadow: none;
	background-color: #FFF;
	height: 40px;
	-webkit-appearance: none;
	display: block;
	width: 100%;
	padding: 6px 15px;
}

.single-product-detail .single-product-info .size-group .single-option-selector:focus {
	outline: none;
}

.single-product-detail .single-product-info .size-group:after {
	position: absolute;
	top: 72%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 15px;
	content: '\e903';
	font-size: 5px;
	font-family: 'zoa';
}

.single-product-detail .single-product-info .product-tags {
	padding-top: 50px;
	border-top: 1px solid #eee;
}

.single-product-detail .single-product-info .product-tags a {
	color: #666;
}

.single-product-detail .single-product-info .product-tags a:hover {
	color: #dd2a2a;
}

.single-product-detail .single-product-info .product-tags .element-tag label {
	font-size: 15px;
}

.single-product-detail .single-product-info .product-social {
	padding-top: 40px;
}

.single-product-detail .single-product-info .product-social label {
	font-weight: normal;
}

.single-product-detail .single-product-info .product-social .social a {
	color: #888;
	font-size: 17px;
	padding: 0 10px;
	display: inline-block;
}

.single-product-detail .single-product-info .product-social .social a:first-child {
	padding-left: 0;
}

.single-product-detail .single-product-info .product-social .social a:hover {
	color: #dd2a2a;
}

.single-product-detail .single-product-info .single-product-button-group {
	padding-bottom: 50px;
}

.single-product-detail .single-product-info .single-product-button-group .element-button {
	margin-bottom: 30px;
}

.single-product-detail .single-product-info .single-product-button-group .e-btn {
	margin-right: 11px;
}

.single-product-detail .single-product-info .single-product-button-group .e-btn:last-child {
	margin-right: 0;
}

@media (max-width: 480px) {
	.single-product-detail .single-product-info .single-product-button-group .e-btn:last-child {
		display: none;
	}
}

.single-product-detail .single-product-info .share-social {
	text-align: right;
}

@media (max-width: 768px) {
	.single-product-detail .single-product-info .share-social {
		text-align: unset;
	}
}

.single-product-detail .single-product-info .share-social span {
	font-weight: 500;
	text-decoration: underline;
}

.single-product-detail .single-product-info .share-social a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	text-align: center;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #f3f3f3;
	margin: 0 5px;
}

.single-product-detail .single-product-info .share-social a:last-child {
	margin-right: 0;
}

.single-product-detail .single-product-info .mobile-column {
	display: -webkit-box;
	/* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;
	/* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;
	/* TWEENER - IE 10 */
	display: -webkit-flex;
	/* NEW - Chrome */
	display: flex;
	/* NEW, Spec - Opera 12.1, Firefox 20+ */
}

@media (max-width: 1366px) {
	.product-img-slide {
		flex-direction: column;
	}
}

.multiple-img-list {
	margin: 0 -5px;
}

.multiple-img-list .product-col {
	margin-bottom: 10px;
	margin-top: 10px;
	width: 108px;
	padding: 0 5px;
}

.multiple-img-list .product-col.v2 {
	margin-bottom: 14px;
}

.multiple-img-list .product-col .img img {
	transition: all .3s;
}

.multiple-img-list .product-col .img {
	border: 1px solid #ccc;
}
.multiple-img-list .product-col.slick-current .img {
	border: 1px solid var(--secondary-color);
}

.multiple-img-list-ver2 {
	position: relative;
}

.multiple-img-list-ver2.v2 .slick-slide {
	border-radius: 10px;
}

@media (max-width: 1366px) {
	.multiple-img-list-ver2 {
		margin: 0 -5px;
	}
}

@media (min-width: 1367px) {
	.multiple-img-list-ver2 {
		width: 9.525%;
		-webkit-box-ordinal-group: 1;
		-moz-box-ordinal-group: 1;
		-ms-flex-order: 1;
		-webkit-order: 1;
		order: 1;
		margin-right: 20px;
	}

	.multiple-img-list-ver2.v2 {
		-webkit-box-ordinal-group: 2;
		-moz-box-ordinal-group: 2;
		-ms-flex-order: 2;
		-webkit-order: 2;
		order: 2;
		margin-right: 0;
		margin-left: 20px;
	}

	.multiple-img-list-ver2 .img img {
		width: 100%;
		max-width: 80px;
		transition: all .3s;
	}

	.multiple-img-list-ver2 .slick-slide img {
		display: inline-block;
	}

	.multiple-img-list-ver2 .product-col .img {
		display: inline-block;
	}
}

.multiple-img-list-ver2 .product-col {
	margin-bottom: 10px;
}

.multiple-img-list-ver2 .product-col.v2 {
	margin-bottom: 14px;
}

@media (max-width: 1366px) {
	.multiple-img-list-ver2 .product-col {
		margin-top: 10px;
		width: 108px;
		padding: 0 5px;
	}

	.multiple-img-list-ver2 .product-col .img img {
		transition: all .3s;
	}
}

.multiple-img-list-ver2 .product-col.slick-current .img {
	border: 1px solid #cccccc;
}

.product-images {
	overflow: hidden;
}

@media (min-width: 1367px) {
	.product-images {
		width: 88.5555%;
		-webkit-box-ordinal-group: 2;
		-moz-box-ordinal-group: 2;
		-ms-flex-order: 2;
		-webkit-order: 2;
		order: 2;
	}

	.product-images.v2 {
		-webkit-box-ordinal-group: 1;
		-moz-box-ordinal-group: 1;
		-ms-flex-order: 1;
		-webkit-order: 1;
		order: 1;
		border: 0;
	}
}

@media (min-width: 480px) {
	.single-product-tab > ul {
		text-align: center;
	}
}

.single-product-tab > ul li {
	display: block;
	margin-bottom: 15px;
}

@media (min-width: 480px) {
	.single-product-tab > ul li {
		display: inline-block;
		padding: 0 28px;
	}
}

.single-product-tab > ul li a {
	font-size: 15px;
	font-weight: 500;
	color: #888;
	padding-bottom: 6px;
	position: relative;
}

.single-product-tab > ul li a:after {
	content: '';
	width: 0;
	height: 2px;
	background: #dd2a2a;
	position: absolute;
	display: block;
	left: 50%;
	right: 50%;
	bottom: 0;
	opacity: 0;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}

.single-product-tab > ul li:hover a {
	color: #222;
}

.single-product-tab > ul li:hover a:after {
	opacity: 1;
	left: 0;
	right: 0;
	width: 100%;
}

.single-product-tab > ul li.active a {
	color: #222;
}

.single-product-tab > ul li.active a:after {
	opacity: 1;
	left: 0;
	right: 0;
	width: 100%;
}

.single-product-tab .review-number {
	width: 20px;
	height: 20px;
	line-height: 20px;
	display: inline-block;
	background: #222;
	font-weight: 600;
	font-size: 11px;
	color: #FFF;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	vertical-align: middle;
}

@media (min-width: 1025px) {
	.single-product-tab .content-desc {
		max-width: 900px;
		margin: 0 auto;
	}
}

.single-product-tab .content-desc p {
	color: #666;
	line-height: 24px;
}

.single-product-tab .content-desc p:first-child {
	margin-bottom: 25px;
}

@media (min-width: 1024px) {
	.review-content {
		max-width: 770px;
		margin: 0 auto;
	}
}

.element-review {
	padding: 30px 0;
	border-bottom: 1px solid #eee;
}

@media (min-width: 480px) {
	.element-review {
		padding: 60px 0;
	}
}

.element-review:first-child {
	padding-top: 0;
}

.element-review .r-name {
	font-size: 16px;
	font-weight: 600;
}

.element-review .r-date {
	color: #999;
}

.element-review .r-desc {
	color: #666;
	letter-spacing: 0.01em;
}

.element-review .group-star {
	margin-bottom: 25px;
}

.review-form h3 {
	font-size: 16px;
	font-weight: 600;
}

.review-form .rating-star {
	margin-bottom: 40px;
}

.review-form .rating-star span {
	font-size: 18px;
	color: #aaaaaa;
}

@media (min-width: 1024px) {
	.review-form {
		max-width: 770px;
		margin: 0 auto;
		padding-top: 40px;
	}
}

.review-form .cmt-form .form-group {
	margin-bottom: 30px;
}

.review-form .cmt-form .form-control {
	color: #666;
	background: #FFF;
	padding-left: 20px;
	border: 1px solid #eee;
}

.review-form .cmt-form .form-control::-webkit-input-placeholder {
	color: #666;
	font-size: 14px;
}

.review-form .cmt-form .form-control:-moz-placeholder {
	color: #666;
	font-size: 14px;
}

.review-form .cmt-form .form-control::-moz-placeholder {
	color: #666;
	font-size: 14px;
}

.review-form .cmt-form .form-control:-ms-input-placeholder {
	color: #666;
	font-size: 14px;
}

.review-form .cmt-form textarea {
	padding-top: 20px;
	resize: none;
}

.review-form .cmt-form input {
	height: 50px;
}

@media (max-width: 480px) {
	.review-form .cmt-form .col-md-6 {
		margin-bottom: 30px;
	}
}

.review-form .cmt-form .zoa-btn {
	font-size: 15px;
	padding: 14px 106px;
}

.zoa-tab-title {
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}

.zoa-collapse-content p {
	color: #666;
	line-height: 24px;
}

.zoa-tab-collapse-block .panel-heading .accordion-toggle {
	position: relative;
}

.zoa-tab-collapse-block .panel-heading .accordion-toggle:before {
	font-family: 'ionicons';
	content: "\f462";
	font-size: 30px;
	position: absolute;
	left: -30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.zoa-tab-collapse-block .panel-heading .accordion-toggle.collapsed:before {
	content: "\f489";
}

.single-product-detail.v2 {
	position: static;
}

.single-product-info.v2 .product-rating {
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.single-product-info.v2 .product-rating .number-rating {
	margin-left: 0;
}

.single-product-info.v2 .product-size {
	display: -webkit-box;
	/* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;
	/* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;
	/* TWEENER - IE 10 */
	display: -webkit-flex;
	/* NEW - Chrome */
	display: flex;
	/* NEW, Spec - Opera 12.1, Firefox 20+ */
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.single-product-info.v2 .product-size label {
	color: #666;
}

.single-product-info.v2 .product-size .size-guide, .single-product-info.v2 .product-size .btn-wishlist {
	margin-bottom: 30px;
}

.single-product-info.v2 .single-product-button-group {
	padding-bottom: 30px;
}

.entry-summary.hide-temporary {
	opacity: 0;
}

@media (max-width: 812px) {
	.entry-summary {
		height: auto !important;
	}

	.entry-summary.hide-temporary {
		opacity: 1;
	}

	.summary-inner {
		position: static !important;
		height: auto !important;
		overflow: unset !important;
	}
}

@media (min-width: 1025px) {
	.single-product-detail.v3 .product-images, .single-product-detail.slide.v6 .product-images, .single-product-detail.slide.v5 .product-images, .single-product-detail.v4 .product-images {
		width: 100%;
	}

	.single-product-detail.v3 .product-images img, .single-product-detail.slide.v6 .product-images img, .single-product-detail.slide.v5 .product-images img, .single-product-detail.v4 .product-images img {
		width: 100%;
	}

	.single-product-detail.v3 .multiple-img-list, .single-product-detail.slide.v6 .multiple-img-list, .single-product-detail.slide.v5 .multiple-img-list, .single-product-detail.v4 .multiple-img-list {
		width: 100%;
	}

	.single-product-detail.v3 .zoa-width1, .single-product-detail.slide.v6 .zoa-width1, .single-product-detail.slide.v5 .zoa-width1, .single-product-detail.v4 .zoa-width1 {
		width: 51.725%;
	}

	.single-product-detail.v3 .zoa-width2, .single-product-detail.slide.v6 .zoa-width2, .single-product-detail.slide.v5 .zoa-width2, .single-product-detail.v4 .zoa-width2 {
		width: 48.275%;
	}

	.single-product-detail.v3 .product-social, .single-product-detail.slide.v6 .product-social, .single-product-detail.slide.v5 .product-social, .single-product-detail.v4 .product-social {
		margin-bottom: 60px;
	}
}

@media (min-width: 1400px) {
	.single-product-detail.v3 .single-product-info, .single-product-detail.slide.v6 .single-product-info, .single-product-detail.slide.v5 .single-product-info, .single-product-detail.v4 .single-product-info {
		padding-left: 140px;
		max-width: 680px;
	}
}

@media (max-width: 480px) {
	.single-product-detail.v3 .product-social, .single-product-detail.slide.v6 .product-social, .single-product-detail.slide.v5 .product-social, .single-product-detail.v4 .product-social {
		padding-top: 30px;
	}
}

.single-product-detail.v3 .product-social, .single-product-detail.slide.v6 .product-social, .single-product-detail.slide.v5 .product-social, .single-product-detail.v4 .product-social {
	margin-bottom: 30px;
}

.single-product-detail.v3 .single-product-button-group, .single-product-detail.slide.v6 .single-product-button-group, .single-product-detail.slide.v5 .single-product-button-group, .single-product-detail.v4 .single-product-button-group {
	padding-bottom: 0;
}

.single-product-detail.v3 .product-rating, .single-product-detail.slide.v6 .product-rating, .single-product-detail.slide.v5 .product-rating, .single-product-detail.v4 .product-rating {
	margin-bottom: 50px;
}

.single-product-detail.v3 .single-product-tab, .single-product-detail.slide.v6 .single-product-tab, .single-product-detail.slide.v5 .single-product-tab, .single-product-detail.v4 .single-product-tab {
	padding-bottom: 0;
}

.single-product-detail.v3 .product-countdown, .single-product-detail.slide.v6 .product-countdown, .single-product-detail.slide.v5 .product-countdown, .single-product-detail.v4 .product-countdown {
	margin-bottom: 32px;
}

.single-product-detail.v3 .product-countdown h3, .single-product-detail.slide.v6 .product-countdown h3, .single-product-detail.slide.v5 .product-countdown h3, .single-product-detail.v4 .product-countdown h3 {
	font-size: 16px;
	color: #666;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.single-product-detail.v3 .product-countdown h3 span, .single-product-detail.slide.v6 .product-countdown h3 span, .single-product-detail.slide.v5 .product-countdown h3 span, .single-product-detail.v4 .product-countdown h3 span {
	font-weight: 600;
	color: #222;
}

@media (min-width: 1400px) {
	.single-product-detail.v4 .single-product-info {
		padding-left: 100px;
	}
}

.countdown-time {
	display: -webkit-box;
	/* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;
	/* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;
	/* TWEENER - IE 10 */
	display: -webkit-flex;
	/* NEW - Chrome */
	display: flex;
	/* NEW, Spec - Opera 12.1, Firefox 20+ */
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
}

.countdown-time.v2 {
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	-ms-flex-pack: flex-start;
}

.countdown-time.v3, .countdown-time.slide.v6, .countdown-time.slide.v5 {
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	-ms-flex-pack: flex-start;
}

.countdown-time.v3 span, .countdown-time.slide.v6 span, .countdown-time.slide.v5 span {
	color: #222;
	letter-spacing: 0.01em;
}

.countdown-time.v3 li p, .countdown-time.slide.v6 li p, .countdown-time.slide.v5 li p {
	color: #222;
	letter-spacing: 0.01em;
}

.countdown-time b {
	font-weight: 600;
	letter-spacing: 0.01em;
}

.countdown-time li {
	display: inline-block;
	margin-right: 60px;
	text-align: center;
}

.countdown-time li:last-child {
	margin-right: 0;
}

.countdown-time li p {
	font-weight: 600;
	font-size: 18px;
	letter-spacing: 0.01em;
	display: -webkit-box;
	/* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;
	/* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;
	/* TWEENER - IE 10 */
	display: -webkit-flex;
	/* NEW - Chrome */
	display: flex;
	/* NEW, Spec - Opera 12.1, Firefox 20+ */
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	position: relative;
}

@media (min-width: 1025px) {
	.countdown-time li p {
		font-size: 36px;
	}
}

.countdown-time li p:after {
	content: ":";
	display: block;
	width: 3px;
	height: 230px;
	position: absolute;
	top: 20px;
	right: -30px;
	color: #222;
	font-size: 16px;
	line-height: 0.9;
}

.countdown-time li span {
	letter-spacing: 0.01em;
	font-weight: 500;
	text-transform: capitalize;
}

.countdown-time li:last-child p:after {
	content: none;
}


.zoa-qtt input {
	height: 100%;
	width: 100%;
	text-align: center;
	padding: 0 10px;
	font-size: 15px;
	-moz-appearance: textfield;
	border: 0;
}

.zoa-qtt .quantity-left-minus {
	right: 0;
	text-align: right;
	padding-right: 5px;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: flex-end;
	-webkit-box-align: center;
	align-items: center;
	/*border-radius: 4px 0 0 4px;*/
}

.quantity-left-minus:before {
	content: "\f462";
}

.zoa-qtt .quantity-right-plus {
	left: 0;
	text-align: left;
	padding-left: 5px;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: flex-start;
	-webkit-box-align: center;
	align-items: center;
	/*border-radius: 0 4px 4px 0;*/
}

.quantity-right-plus:before {
	content: "\f489";
}

.zoa-qtt .btn {
	cursor: pointer;
	position: absolute;
	font-family: "ionicons";
	font-size: 30px;
	width: 35px;
	height: 100%;
	top: 0;
}

.size-guide, .btn-wishlist {
	position: relative;
	padding-bottom: 2px;
	letter-spacing: 0.02em;
}

.size-guide:after, .btn-wishlist:after {
	content: "";
	position: absolute;
	bottom: 0;
	width: 100%;
	right: 0;
}

.zoa-addcart {
	width: 380px;
	height: 55px;
	color: #fff;
	border: 0;
	margin-left: 10px;
	text-transform: uppercase;
	font-size: 15px;
	position: relative;
	display: -webkit-box;
	/* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;
	/* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;
	/* TWEENER - IE 10 */
	display: -webkit-flex;
	/* NEW - Chrome */
	display: flex;
	/* NEW, Spec - Opera 12.1, Firefox 20+ */
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
}

.zoa-addcart i {
	margin-right: 18px;
}

.btn-wishlist {
	font-size: 15px;
}

.e-heading {
	display: -webkit-box;
	/* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;
	/* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;
	/* TWEENER - IE 10 */
	display: -webkit-flex;
	/* NEW - Chrome */
	display: flex;
	/* NEW, Spec - Opera 12.1, Firefox 20+ */
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: space-between;
	margin-bottom: 30px;
}

@media (min-width: 1025px) {
	.e-heading {
		margin-bottom: 53px;
	}
}

.e-heading .product-tab-sw {
	position: relative;
	z-index: 1;
	width: 85.666666%;
	-webkit-justify-content: stretch;
	-moz-justify-content: stretch;
	-ms-justify-content: stretch;
	justify-content: stretch;
	-ms-flex-pack: stretch;
	margin-bottom: 20px;
}

@media (min-width: 480px) {
	.e-heading .product-tab-sw {
		margin-bottom: 0;
	}

	.e-heading .product-tab-sw:before {
		border-top: 1px solid #ededed;
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		z-index: -1;
	}
}

.e-heading h3 {
	font-size: 22px;
	position: relative;
	z-index: 1;
	width: 85.666666%;
}

.e-heading h3.v2 {
	font-size: 20px;
	font-weight: bold;
}

.e-heading h3.v3, .e-heading h3.slide.v6, .e-heading h3.slide.v5 {
	font-size: 18px;
}

@media (max-width: 480px) {
	.e-heading h3 {
		font-size: 18px;
	}
}

@media (max-width: 320px) {
	.e-heading h3 {
		font-size: 16px;
	}
}

.e-heading h3 span {
	background: #fff;
	display: inline;
	padding-right: 15px;
}

@media (min-width: 1025px) {
	.e-heading h3 span {
		padding-right: 40px;
	}
}

.e-heading h3:before {
	border-top: 1px solid #ededed;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	z-index: -1;
}

.e-heading .btn-show {
	font-size: 16px;
	color: #999999;
	width: 201px;
	line-height: 54px;
	height: 56px;
	display: inline-block;
	text-align: center;
	border: 1px solid #eaeaea;
	font-weight: 500;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-moz-border-radius: 999px;
	-webkit-border-radius: 999px;
	border-radius: 999px;
}

@media (max-width: 480px) {
	.e-heading .btn-show {
		font-size: 14px;
		line-height: 40px;
		height: 40px;
	}
}

.e-heading .btn-show i {
	margin-left: 15px;
}

.e-heading .btn-show:hover {
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	color: #fff;
	background: #000;
	border-color: #000;
}

@media (min-width: 1025px) {
	.e-heading.spc1 {
		margin-bottom: 43px;
	}
}

.e-cat {
	padding-top: 27px;
}

.e-title {
	font-size: 22px;
	position: relative;
	padding-bottom: 23px;
	margin-bottom: 48px;
	padding-top: 8px;
}

.e-title:before {
	border-bottom: 1px solid transparent;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	content: "";
	position: absolute;
	width: 68px;
	background: linear-gradient(90deg, #c467f5, #53f3ff);
	height: 1px;
	border: 0;
}

.section-cate {
	margin-bottom: 30px;
}

.section-cate .item .product-img {
	margin-bottom: 20px;
}

.section-cate .item h3 {
	font-size: 16px;
}

@media (min-width: 1025px) {
	.bestseller.single-space {
		margin-bottom: 122px;
	}
}

.onsale {
	margin-bottom: 30px;
}

.brand {
	padding: 30px 0;
}

@media (min-width: 1025px) {
	.brand {
		padding-top: 51px;
		padding-bottom: 68px;
	}
}

.owl-cate.owl-theme .owl-dots .owl-dot.active span,
.owl-cate .owl-theme .owl-dots .owl-dot:hover span {
	background: #333333;
	opacity: 1;
}

.owl-cate.owl-theme .owl-dots .owl-dot span {
	width: 11px;
	height: 11px;
	background: #333333;
	opacity: 0.21;
}

.owl-cate.owl-theme .owl-dots .owl-dot {
	vertical-align: middle;
}

@media (min-width: 1025px) {
	.owl-cate.owl-theme .owl-nav.disabled + .owl-dots {
		margin-top: 44px;
	}
}

@media (min-width: 1025px) {
	.owl-cate.v2.owl-theme .owl-nav.disabled + .owl-dots {
		margin-top: 3px;
	}
}

@media (min-width: 1025px) {
	.owl-cate.v3.owl-theme .owl-nav.disabled + .owl-dots, .owl-cate.owl-theme.slide.v6 .owl-nav.disabled + .owl-dots, .owl-cate.owl-theme.slide.v5 .owl-nav.disabled + .owl-dots {
		margin-top: 6px;
	}
}

.owl-cate .owl-dots {
	border: 1px solid #eaeaea;
	margin: 0 auto;
	-moz-border-radius: 999px;
	-webkit-border-radius: 999px;
	border-radius: 999px;
	padding: 8px 10px;
	display: table;
}

.brand-item img {
	opacity: 0.6;
}

.brand-item:hover img {
	opacity: 1;
}

.brand .owl-carousel .owl-item img {
	width: auto;
}

@media (max-width: 480px) {
	.brand .owl-carousel .owl-item img {
		margin: 0 auto;
	}
}

.brand .owl-nav > div {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #000000;
	font-size: 28px;
	left: 0;
	position: absolute;
	top: 35%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.brand .owl-theme .owl-nav [class*=owl-],
.brand .blog-home .owl-theme .owl-nav [class*=owl-] {
	background: #fff;
	color: #000;
	margin: 0;
	padding: 0;
	font-size: 22px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.brand .owl-nav > div.owl-next {
	left: auto;
	right: 0;
}

.brand .owl-nav > div.owl-prev {
	left: 0;
	right: auto;
}

.brand.v2 {
	border-top: 1px solid #ededed;
}

.brand.v2 .owl-theme .owl-nav [class*=owl-] {
	font-size: 28px;
	color: #cacaca;
}

.brand.v2 .owl-theme .owl-nav [class*=owl-].active {
	color: #333;
}

.brand.v2 .owl-theme .owl-nav [class*=owl-]:hover {
	color: #333;
}

.brand.v2 .owl-nav > div {
	font-size: 28px;
	top: 50%;
}

.brand.v2 .owl-nav > div.owl-next {
	left: auto;
	right: 0;
}

@media (min-width: 1681px) {
	.brand.v2 .owl-nav > div.owl-next {
		right: -66px;
	}
}

@media (min-width: 1025px) {
	.brand.v2 .owl-nav > div.owl-next {
		right: -30px;
	}
}

.brand.v2 .owl-nav > div.owl-prev {
	left: 0;
	right: auto;
}

@media (min-width: 1681px) {
	.brand.v2 .owl-nav > div.owl-prev {
		left: -66px;
	}
}

@media (min-width: 1025px) {
	.brand.v2 .owl-nav > div.owl-prev {
		left: -30px;
	}
}

.catleft .pd-banner {
	margin-bottom: 35px;
	padding-top: 0;
}

.ribbon {
	position: absolute;
	left: 15px;
	top: 15px;
	display: inline-block;
	text-align: center;
	z-index: 3;
}

.ribbon span {
	font-size: 11px;
	font-weight: 600;
	color: #fff;
}

.ribbon.zoa-hot {
	background: #f56642;
}

.ribbon.zoa-sale {
	background: #fff;
}

.ribbon.zoa-sale span {
	color: #222;
}

.ribbon.zoa-new {
	background: #222222;
}

.ribbon.zoa-trend {
	background: #6dcfd8;
}

.status {
	width: 100px;
	height: 100px;
	background: #FFF;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	display: -webkit-box;
	/* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;
	/* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;
	/* TWEENER - IE 10 */
	display: -webkit-flex;
	/* NEW - Chrome */
	display: flex;
	/* NEW, Spec - Opera 12.1, Firefox 20+ */
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}

.status span {
	text-align: center;
	font-size: 16px;
	line-height: 22px;
	text-transform: uppercase;
}

.product,
.item,
.product-item,
.contact-form .contact-item {
	position: relative;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.product .product-images,
.item .product-images,
.product-item .product-images,
.contact-form .contact-item .product-images {
	position: relative;
}

@media (min-width: 1025px) {
	.product .product-images > a,
	.item .product-images > a,
	.product-item .product-images > a,
	.contact-form .contact-item .product-images > a {
		position: relative;
	}
}

.product .product-images .btn-add-wishlist,
.item .product-images .btn-add-wishlist,
.product-item .product-images .btn-add-wishlist,
.contact-form .contact-item .product-images .btn-add-wishlist {
	width: 40px;
	height: 40px;
	line-height: 40px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	display: inline-block;
	text-align: center;
	right: 10px;
	top: 10px;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

@media (min-width: 1025px) {
	.product .product-images .btn-add-wishlist,
	.item .product-images .btn-add-wishlist,
	.product-item .product-images .btn-add-wishlist,
	.contact-form .contact-item .product-images .btn-add-wishlist {
		opacity: 0;
	}
}

.product .product-images .btn-add-wishlist.ver2,
.item .product-images .btn-add-wishlist.ver2,
.product-item .product-images .btn-add-wishlist.ver2,
.contact-form .contact-item .product-images .btn-add-wishlist.ver2 {
	right: initial;
	left: 10px;
}

.product .product-images .btn-quickview,
.item .product-images .btn-quickview,
.product-item .product-images .btn-quickview,
.contact-form .contact-item .product-images .btn-quickview {
	bottom: 0;
	height: 40px;
	left: 0;
	line-height: 30px;
	overflow: hidden;
	position: absolute;
	top: calc(100% - 40px);
	width: 100%;
	z-index: 2;
	opacity: 0;
	background: #fff;
	text-align: center;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	color: #eb5050;
	font-size: 10px;
}

.product .product-images .btn-quickview:before,
.item .product-images .btn-quickview:before,
.product-item .product-images .btn-quickview:before,
.contact-form .contact-item .product-images .btn-quickview:before {
	content: "\e087";
	font-family: "simple-line-icons";
	font-size: 20px;
	margin-right: 10px;
	position: relative;
	top: 5px;
}

@media (max-width: 1024px) {
	.product .product-images .btn-quickview,
	.item .product-images .btn-quickview,
	.product-item .product-images .btn-quickview,
	.contact-form .contact-item .product-images .btn-quickview {
		display: none;
	}
}

.product .product-images .button-group,
.item .product-images .button-group,
.product-item .product-images .button-group,
.contact-form .contact-item .product-images .button-group {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0;
}

.product .product-images .button-group .button,
.item .product-images .button-group .button,
.product-item .product-images .button-group .button,
.contact-form .contact-item .product-images .button-group .button {
	width: 33.33333%;
	text-align: center;
	margin: 0;
	font-size: 9px;
	font-weight: 500;
	text-transform: uppercase;
	color: #fff;
	height: 60px;
	line-height: 60px;
	float: left;
	overflow: hidden;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}

.product .product-images .button-group .button:before,
.item .product-images .button-group .button:before,
.product-item .product-images .button-group .button:before,
.contact-form .contact-item .product-images .button-group .button:before {
	font-family: 'simple-line-icons', sans-serif;
	font-size: 20px;
	color: #fff;
	display: block;
	margin-bottom: 12px;
}

.product .product-images .button-group .button.add-to-cart, .product .product-images .button-group .button.view-cart, .product .product-images .button-group .button.sold-out,
.item .product-images .button-group .button.add-to-cart,
.item .product-images .button-group .button.view-cart,
.item .product-images .button-group .button.sold-out,
.product-item .product-images .button-group .button.add-to-cart,
.contact-form .contact-item .product-images .button-group .button.add-to-cart,
.product-item .product-images .button-group .button.view-cart,
.contact-form .contact-item .product-images .button-group .button.view-cart,
.product-item .product-images .button-group .button.sold-out,
.contact-form .contact-item .product-images .button-group .button.sold-out {
	background-color: rgba(37, 37, 37, 0.9);
}

.product .product-images .button-group .button.add-to-wishlist,
.item .product-images .button-group .button.add-to-wishlist,
.product-item .product-images .button-group .button.add-to-wishlist,
.contact-form .contact-item .product-images .button-group .button.add-to-wishlist {
	background-color: rgba(73, 73, 73, 0.95);
}

.product .product-images .button-group .button.add-view,
.item .product-images .button-group .button.add-view,
.product-item .product-images .button-group .button.add-view,
.contact-form .contact-item .product-images .button-group .button.add-view {
	background-color: rgba(103, 103, 103, 0.95);
}

.product .product-images .button-group .button:hover,
.item .product-images .button-group .button:hover,
.product-item .product-images .button-group .button:hover,
.contact-form .contact-item .product-images .button-group .button:hover {
	line-height: 10px;
}

.product .product-images .button-group .button:hover:before,
.item .product-images .button-group .button:hover:before,
.product-item .product-images .button-group .button:hover:before,
.contact-form .contact-item .product-images .button-group .button:hover:before {
	margin-top: 15px;
	color: #eb5050;
}

.product .product-images img,
.item .product-images img,
.product-item .product-images img,
.contact-form .contact-item .product-images img {
	width: 100%;
}

.product .product-images img.secondary_image,
.item .product-images img.secondary_image,
.product-item .product-images img.secondary_image,
.contact-form .contact-item .product-images img.secondary_image {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0px;
	width: 100%;
	height: auto;
	bottom: 0;
}

.product .product-after-switch,
.item .product-after-switch,
.product-item .product-after-switch,
.contact-form .contact-item .product-after-switch {
	height: 20px;
	overflow: hidden;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
}

@media (max-width: 1024px) {
	.product .product-after-switch,
	.item .product-after-switch,
	.product-item .product-after-switch,
	.contact-form .contact-item .product-after-switch {
		height: auto;
	}
}

.product .product-after-switch .product-price,
.item .product-after-switch .product-price,
.product-item .product-after-switch .product-price,
.contact-form .contact-item .product-after-switch .product-price {
	color: #868686;
	opacity: 1;
	display: block;
	font-weight: 500;
}

.product .product-after-switch .product-after-button,
.item .product-after-switch .product-after-button,
.product-item .product-after-switch .product-after-button,
.contact-form .contact-item .product-after-switch .product-after-button {
	opacity: 0;
	height: 33px;
	overflow: hidden;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

@media (max-width: 1024px) {
	.product .product-after-switch .product-after-button,
	.item .product-after-switch .product-after-button,
	.product-item .product-after-switch .product-after-button,
	.contact-form .contact-item .product-after-switch .product-after-button {
		height: auto;
		opacity: 1;
	}
}

.product .product-after-switch .product-after-button .addcart,
.item .product-after-switch .product-after-button .addcart,
.product-item .product-after-switch .product-after-button .addcart,
.contact-form .contact-item .product-after-switch .product-after-button .addcart {
	font-size: 12px;
	color: #eb5050;
	display: inline-block;
}

.product .rating-star,
.item .rating-star,
.product-item .rating-star,
.contact-form .contact-item .rating-star {
	margin-top: 5px;
	display: inline-block;
	width: 100%;
}

.product .product-desc,
.item .product-desc,
.product-item .product-desc,
.contact-form .contact-item .product-desc {
	display: none;
}

.product .button-group,
.item .button-group,
.product-item .button-group,
.contact-form .contact-item .button-group {
	display: none;
}

@media (min-width: 1025px) {
	.product:hover img.primary_image,
	.item:hover img.primary_image,
	.product-item:hover img.primary_image,
	.contact-form .contact-item:hover img.primary_image {
		opacity: 0;
	}

	.product:hover img.secondary_image,
	.item:hover img.secondary_image,
	.product-item:hover img.secondary_image,
	.contact-form .contact-item:hover img.secondary_image {
		opacity: 1;
	}

	.product:hover .btn-quickview,
	.product:hover .btn-add-wishlist,
	.item:hover .btn-quickview,
	.item:hover .btn-add-wishlist,
	.product-item:hover .btn-quickview,
	.contact-form .contact-item:hover .btn-quickview,
	.product-item:hover .btn-add-wishlist,
	.contact-form .contact-item:hover .btn-add-wishlist {
		opacity: 1;
	}

	.product:hover .product-after-switch .product-price,
	.item:hover .product-after-switch .product-price,
	.product-item:hover .product-after-switch .product-price,
	.contact-form .contact-item:hover .product-after-switch .product-price {
		opacity: 0;
		height: 0;
		visibility: hidden;
	}

	.product:hover .product-after-switch .product-price.product-price-default,
	.item:hover .product-after-switch .product-price.product-price-default,
	.product-item:hover .product-after-switch .product-price.product-price-default,
	.contact-form .contact-item:hover .product-after-switch .product-price.product-price-default {
		opacity: 1;
	}

	.product:hover .product-after-switch,
	.item:hover .product-after-switch,
	.product-item:hover .product-after-switch,
	.contact-form .contact-item:hover .product-after-switch {
		-webkit-transform: translateY(-2);
		-ms-transform: translateY(-2);
		-o-transform: translateY(-2);
		transform: translateY(-2);
	}

	.product:hover .product-after-button,
	.item:hover .product-after-button,
	.product-item:hover .product-after-button,
	.contact-form .contact-item:hover .product-after-button {
		opacity: 1;
	}

	.product:hover .button-group,
	.item:hover .button-group,
	.product-item:hover .button-group,
	.contact-form .contact-item:hover .button-group {
		opacity: 1;
	}
}

.add-to-cart:before {
	content: "\e04e";
}

.add-to-wishlist:before {
	content: "\e08a";
}

.add-view:before {
	content: "\e087";
}

.view-cart:before {
	content: "\e080";
}

.sold-out:before {
	content: "\e066";
}

.wrap-gallery {
	padding-bottom: 28px;
}

@media (min-width: 768px) {
	.wrap-gallery-masonry .wrap-gallery-item:nth-child(2) {
		margin-top: 129px;
	}

	.wrap-gallery-masonry .wrap-gallery-item:last-child {
		margin-bottom: 0;
	}

	.wrap-gallery-masonry .wrap-gallery-item {
		margin-bottom: 244px;
	}
}

@media (max-width: 767px) {
	.wrap-gallery-masonry .wrap-gallery-item {
		margin-bottom: 30px;
	}
}

@media (max-width: 480px) {
	.wrap-gallery-masonry .wrap-gallery-item {
		width: 100%;
	}
}

@media (min-width: 1025px) {
	.wrap-gallery-grid .row {
		margin-left: -20px;
		margin-right: -20px;
	}

	.wrap-gallery-grid [class*="col-"] {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.lookbook {
	margin-bottom: 30px;
}

@media (min-width: 1681px) {
	.lookbook {
		margin-bottom: 63px;
	}
}

.lookbook .flex-colect {
	display: -webkit-box;
	/* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;
	/* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;
	/* TWEENER - IE 10 */
	display: -webkit-flex;
	/* NEW - Chrome */
	display: flex;
	/* NEW, Spec - Opera 12.1, Firefox 20+ */
}

@media (max-width: 480px) {
	.lookbook .flex-colect {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.lookbook .flex-colect .flex-column {
	display: -webkit-box;
	/* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;
	/* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;
	/* TWEENER - IE 10 */
	display: -webkit-flex;
	/* NEW - Chrome */
	display: flex;
	/* NEW, Spec - Opera 12.1, Firefox 20+ */
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.lookbook-img, .product-img {
	position: relative;
}

@media (min-width: 768px) {
	.lookbitem:hover .lookbitem_content {
		visibility: visible;
		opacity: 6;
		filter: alpha(opacity=100);
	}
}

.lookbitem_content {
	padding: 15px;
	background-color: #fff;
	border-radius: 4px;
	text-align: left;
	visibility: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

@media (max-width: 767px) {
	.lookbitem_content {
		position: absolute;
		top: 50%;
		left: 50%;
		z-index: 6;
		width: 186px;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
}

@media (min-width: 768px) {
	.lookbitem_content {
		position: absolute;
		z-index: 2;
		width: 186px;
		-webkit-transition: all 0.4s cubic-bezier(0.44, 0.13, 0.48, 0.87);
		-o-transition: all 0.4s cubic-bezier(0.44, 0.13, 0.48, 0.87);
		transition: all 0.4s cubic-bezier(0.44, 0.13, 0.48, 0.87);
	}
}

@media (min-width: 1025px) {
	.lookbitem_content.centerl {
		margin-right: 20px;
		right: 28px;
		top: 50%;
		-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		-o-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}

	.lookbitem_content.centerl:after {
		content: '';
		position: absolute;
		top: 50%;
		right: -15px;
		z-index: 1;
		margin-top: -12px;
		border-left: 15px solid #fff;
		border-top: 12px solid transparent;
		border-bottom: 12px solid transparent;
	}

	.lookbitem_content.centerr {
		margin-left: 20px;
		left: 28px;
		top: 50%;
		-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		-o-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}

	.lookbitem_content.centerr:after {
		content: '';
		position: absolute;
		top: 50%;
		left: -15px;
		z-index: 1;
		margin-top: -12px;
		border-right: 15px solid #fff;
		border-top: 12px solid transparent;
		border-bottom: 12px solid transparent;
	}

	.lookbitem_content.topl {
		right: 28px;
		bottom: 28px;
	}

	.lookbitem_content.topr {
		left: 28px;
		bottom: 28px;
	}
}

@media (max-width: 767px) {
	.lookbitem.active .lookbitem_content {
		visibility: visible;
		opacity: 1;
		filter: alpha(opacity=1);
	}
}

.lookbook_close {
	position: absolute;
	top: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	cursor: pointer;
}

.lookbook_close:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
	display: block;
	position: absolute;
	top: 8px;
	left: 2px;
	width: 16px;
	height: 2px;
	background-color: #fff;
}

.lookbook_close:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	content: "";
	display: block;
	position: absolute;
	top: 8px;
	left: 2px;
	width: 16px;
	height: 2px;
	background-color: #fff;
}

.lookbitem {
	position: absolute;
	margin-top: -20px;
	margin-left: -20px;
}

.lookbitem_price {
	text-align: center;
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 50%;
	overflow: hidden;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
	cursor: pointer;
	box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
	-webkit-animation: pulse 1.5s infinite;
}

.lookbitem_price span {
	font-size: 16px;
	color: #fff;
}

.lookbitem_price.blue {
	background-color: #2f56ff;
}

.lookbitem_price2 {
	text-align: center;
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	display: inline-block;
	width: 126px;
	height: 38px;
	line-height: 38px;
	-moz-border-radius: 999px;
	-webkit-border-radius: 999px;
	border-radius: 999px;
	overflow: hidden;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
	cursor: pointer;
	box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
	-webkit-animation: pulse 1.5s infinite;
}

.lookbitem_price2 span {
	color: #fff;
}

.lookbitem_price2.red {
	background-color: #f14444;
}

.lookbitem_btn:before,
.lookbitem_btn:after {
	content: '';
	cursor: pointer;
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	overflow: hidden;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}

.lookbitem_btn.green:before {
	background-color: #2cb96e;
}

.lookbitem_btn.green:after {
	background-color: #2cb96e;
}

.lookbitem_btn.pink:before {
	background-color: #dc30a1;
}

.lookbitem_btn.pink:after {
	background-color: #dc30a1;
}

.lookbitem_btn.skyblue:before {
	background-color: #41cce5;
}

.lookbitem_btn.skyblue:after {
	background-color: #41cce5;
}

.lookbitem_btn.yl:before {
	background-color: #ffae00;
}

.lookbitem_btn.yl:after {
	background-color: #ffae00;
}

.lookbitem_btn.green:after {
	background-color: rgba(44, 185, 110, 0.2);
}

.lookbitem_btn.pink:after {
	background-color: rgba(220, 48, 161, 0.2);
}

.lookbitem_btn.skyblue:after {
	background-color: rgba(65, 204, 229, 0.2);
}

.lookbitem_btn.yl:after {
	background-color: rgba(255, 174, 0, 0.2);
}

.lookbitem_price:after {
	-webkit-animation: lookbookBorder2 3s infinite;
	-o-animation: lookbookBorder2 3s infinite;
	animation: lookbookBorder2 3s infinite;
}

.lookbitem_btn:after {
	-webkit-animation: lookbookBorder 3s infinite;
	-o-animation: lookbookBorder 3s infinite;
	animation: lookbookBorder 3s infinite;
}

@-webkit-keyframes lookbookBorder {
	0% {
		width: 14px;
		height: 14px;
	}
	50% {
		width: 25px;
		height: 25px;
	}
	100% {
		width: 14px;
		height: 14px;
	}
}

@-moz-keyframes lookbookBorder {
	0% {
		width: 14px;
		height: 14px;
	}
	50% {
		width: 25px;
		height: 25px;
	}
	100% {
		width: 14px;
		height: 14px;
	}
}

@-ms-keyframes lookbookBorder {
	0% {
		width: 14px;
		height: 14px;
	}
	50% {
		width: 25px;
		height: 25px;
	}
	100% {
		width: 14px;
		height: 14px;
	}
}

@keyframes lookbookBorder {
	0% {
		width: 14px;
		height: 14px;
	}
	50% {
		width: 25px;
		height: 25px;
	}
	100% {
		width: 14px;
		height: 14px;
	}
}

@-webkit-keyframes pulse {
	70% {
		box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.2);
	}
	100% {
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2);
	}
}

.btn-shoplook {
	background: #000;
	font-size: 16px;
	text-transform: capitalize;
	font-weight: 500;
	color: #fff;
	width: 180px;
	height: 39px;
	line-height: 39px;
	text-align: center;
	display: inline-block;
}

.btn-shoplook.v2 {
	font-size: 11px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

@media (max-width: 767px) {
	.btn-shoplook.v2 {
		width: 100%;
	}
}

@media (min-width: 1025px) {
	.wrap-gallery-item:hover .overlay-img {
		opacity: 1;
	}
}

.wrap-gallery .heading-gallery {
	text-align: center;
	position: relative;
	margin-bottom: 40px;
}

@media (min-width: 1025px) {
	.wrap-gallery .heading-gallery {
		margin-bottom: 85px;
		margin-top: 80px;
	}
}

.wrap-gallery .heading-gallery .title {
	font-size: 40px;
	font-weight: 500;
	letter-spacing: 0.4em;
	margin-bottom: 5px;
}

@media (max-width: 768px) {
	.wrap-gallery .heading-gallery .title {
		font-size: 30px;
	}
}

.wrap-gallery .heading-gallery p {
	font-size: 20px;
	font-weight: 500;
	color: #a4a4a4;
	position: relative;
	padding-bottom: 30px;
}

.wrap-gallery .heading-gallery p:before {
	border-bottom: 1px solid #000;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	content: "";
	position: absolute;
	width: 59px;
	border-bottom: 2px solid #000;
}

.wrap-gallery-item {
	margin-bottom: 40px;
}

.banner-heading img {
	width: 100%;
}

.page-heading {
	position: relative;
}

.banner-heading {
	position: relative;
}

.banner-heading.hero-dark {
	min-height: 262px;
	background: #39393d;
}

.banner-heading.hero-light {
	min-height: 262px;
	background: #ebebeb;
}

.heading-content {
	position: absolute;
	top: 40%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	z-index: 8;
}

@media (max-width: 480px) {
	.heading-content {
		top: 50%;
	}
}

@media (min-width: 768px) {
	.heading-content.v2 {
		top: 35%;
	}
}

@media (min-width: 768px) {
	.heading-content.v3, .heading-content.slide.v6, .heading-content.slide.v5 {
		top: 58%;
	}
}

.heading-content .page-title {
	font-weight: 500;
}

@media (max-width: 480px) {
	.heading-content .page-title {
		font-size: 16px;
	}
}

@media (max-width: 1024px) {
	.heading-content .page-title {
		margin: 15px 0;
	}
}

@media (min-width: 1025px) {
	.heading-content .page-title {
		font-size: 60px;
		margin-bottom: 40px;
	}

	.heading-content .page-title.v2 {
		font-size: 30px;
	}
}

.heading-content .page-title:before {
	border-bottom: 2px solid #eb5050;
	top: 50%;
	content: "";
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 50px;
	height: 2px;
}

@media (max-width: 480px) {
	.heading-content .page-title:before {
		top: 30%;
	}
}

.heading-content .page-title.white {
	color: #fff;
}

.heading-content .page-title.v2:before {
	content: none;
}

.heading-content .page-title.v2 {
	float: left;
	margin-bottom: 0;
}

.heading-content .breadcrumb {
	background: transparent;
}

.heading-content .breadcrumb li a {
	text-transform: capitalize;
	font-size: 12px;
	font-weight: normal;
}

.heading-content .breadcrumb li + li:before {
	content: "\F105";
	font-family: 'FontAwesome', sans-serif;
	color: #000;
}

.heading-content .breadcrumb.black a {
	color: #000;
}

.heading-content .breadcrumb.white a {
	color: #fff;
}

.heading-content .breadcrumb.white li + li:before {
	color: #fff;
}

.heading-content .breadcrumb.v2 {
	float: right;
	margin: 12px 0 0 0;
}

.heading-content .breadcrumb.v2 > li > a.active {
	color: #a4a4a4;
}

.hero-light .breadcrumb > li > a {
	color: #000;
}

.wrap-filter {
	display: table;
	width: 100%;
	position: relative;
}

.nav-filter .owl-theme .owl-nav {
	margin-top: 0;
}

.nav-filter .owl-theme .owl-nav [class*=owl-] {
	background: transparent;
	color: #000;
	margin: 0;
	padding: 0;
	font-size: 12px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.nav-filter .owl-nav > div {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #000000;
	font-size: 22px;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.nav-filter .owl-nav > div.owl-next {
	left: auto;
	right: 33px;
}

.nav-filter .owl-nav > div.owl-prev {
	left: 33px;
	right: auto;
}

.nav-filter .owl-carousel .owl-nav .owl-prev,
.nav-filter .owl-carousel .owl-nav .owl-next,
.nav-filter .owl-carousel .owl-dot {
	font-family: 'fontAwesome';
}

.nav-filter .owl-carousel .owl-nav .owl-prev:before {
	content: "\f053";
}

.nav-filter .owl-carousel .owl-nav .owl-next:after {
	content: "\f054";
}

@media (min-width: 768px) {
	.nav-filter {
		position: absolute;
		bottom: 0;
	}
}

.nav-filter li {
	text-align: center;
}

.nav-filter a {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	font-size: 14px;
	color: #000000;
	font-weight: 500;
	text-transform: capitalize;
	display: inline-block;
	padding: 26px 0;
	width: 100%;
}

.nav-filter a:after {
	border-bottom: 3px solid #eb5050;
	bottom: -1px;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	-webkit-transition: all 0.5s linear 0s;
}

@media (min-width: 768px) {
	.nav-filter a {
		font-size: 20px;
	}
}

.nav-filter a:hover:after {
	opacity: 1;
}

.nav-filter li {
	border-right: 1px solid #d5d5d5;
	border-top: 1px solid #d5d5d5;
}

.nav-filter.white a {
	color: #fff;
}

.nav-filter.white li {
	border-right: 1px solid #8a8c8d;
	border-top: 1px solid #8a8c8d;
}

@media (max-width: 767px) {
	.nav-filter.white li {
		background: #000;
	}
}

.nav-filter.white li:hover {
	background: #8a8c8d;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}

.nav-filter.white .owl-theme .owl-nav [class*=owl-] {
	color: #fff;
}

.nav-filter.boder-w-tlr-opc1 li {
	border-left: 1px solid rgba(255, 255, 255, 0.09);
	border-right: 1px solid rgba(255, 255, 255, 0.09);
	border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.nav-filter.boder-w-tlr-opc1 li:hover {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.08+0,0.08+100 */
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.08) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.08) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.08) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#14ffffff', endColorstr='#14ffffff', GradientType=0);
	/* IE6-9 */
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}

.wrap-filter .wrap-filter-box {
	width: 25%;
	border-right: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	display: table-cell;
	vertical-align: middle;
	padding-top: 7px;
	padding-bottom: 7px;
}

.wrap-filter .wrap-filter-box.filter-half {
	width: 50%;
	border-right: 0;
	border-left: 0;
	padding-top: 15px;
	padding-bottom: 15px;
}

@media (max-width: 768px) {
	.wrap-filter .wrap-filter-box.filter-half {
		line-height: 40px;
	}
}

@media (max-width: 767px) {
	.wrap-filter .wrap-filter-box {
		display: inline-block;
		width: 33.333333%;
		float: left;
		padding: 10px;
		line-height: 40px;
		border-top: 1px solid #e0e0e0;
	}

	.wrap-filter .wrap-filter-box.filter-half {
		border: 0;
		width: 100%;
		border-right: 0;
		border-left: 0;
		line-height: unset;
		padding: 10px 15px;
		text-align: center;
	}
}

@media (max-width: 767px) {
	.wrap-filter .wrap-filter-box.wrap-filter-sorting {
		width: 100%;
		border-top: 0;
	}

	.wrap-filter .wrap-filter-box:nth-child(3) {
		line-height: 20px;
	}
}

@media (min-width: 1025px) {
	.wrap-filter .wrap-filter-box {
		width: 20%;
	}

	.wrap-filter .wrap-filter-box.filter-half {
		width: 50%;
	}
}

.wrap-filter-tab {
	padding-left: 15px;
}

.wrap-filter-number.right {
	text-align: right;
	padding-right: 15px;
}

@media (min-width: 1025px) {
	.wrap-filter-number {
		text-align: left;
		padding-left: 42px;
		display: block;
	}

	.wrap-filter-number.right {
		text-align: right;
		padding-right: 42px;
	}

	.wrap-filter-tab {
		padding-left: 42px;
	}

	.wrap-filter-sorting {
		text-align: right;
		padding-right: 45px;
	}
}

.wrap-filter-box.wrap-filter-sorting {
	position: relative;
	border-right: 0;
}

.wrap-filter-box button {
	position: relative;
	font-size: 12px;
	color: #868686;
	border: 0;
	background: transparent;
	padding: 0;
	margin-right: 20px;
}

.wrap-filter-box button:before {
	color: #000000;
	content: "\f0d7";
	font-family: 'FontAwesome', sans-serif;
	font-size: 12px;
	position: absolute;
	top: 0;
	right: -20px;
	display: block;
	height: 100%;
}

.list.active .icon-list-img {
	opacity: 1;
}

.col.active .icon-grid-img {
	opacity: 1;
}

.list:hover .icon-list-img {
	opacity: 1;
}

.col:hover .icon-grid-img {
	opacity: 1;
}

.icon-grid-img {
	content: "";
	height: 16px;
	display: inline-block;
	background: url(../img/grid.png) no-repeat center;
	width: 16px;
	background-size: cover;
	opacity: 0.4;
}

.icon-list-img {
	content: "";
	height: 16px;
	display: inline-block;
	background: url(../img/list.png) no-repeat center;
	width: 22px;
	background-size: cover;
	opacity: 0.4;
}

.filter-title:after {
	display: block;
	content: "Filters";
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0.4em;
	text-transform: uppercase;
	line-height: 2;
}

@media (max-width: 1024px) {
	.wrap-filter-box {
		text-align: center;
	}
}

.wrap-filter-box .pagination {
	vertical-align: middle;
	margin: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

@media (min-width: 1025px) {
	.wrap-filter-box .pagination {
		display: inline-block;
	}
}

.wrap-filter-box .pagination li {
	float: left;
	margin-right: 6px;
}

.wrap-filter-box .pagination li a {
	font-size: 11px;
	font-weight: 500;
	color: #ababab;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	padding: 0;
}

.wrap-filter-box .pagination li:first-child > a {
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.wrap-filter-box .pagination li:last-child > a {
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.wrap-filter-box .pagination li.active > a {
	background-color: #fff;
	border-color: #000;
	color: #000;
}

.wrap-filter-box .total-count {
	font-size: 12px;
	color: #868686;
	margin-left: 4px;
	display: inline-block;
}

.product-img {
	position: relative;
}

.color-group .circle, .single-product-detail .single-product-info .size-group .circle {
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	width: 14px;
	height: 14px;
	display: inline-block;
	margin-right: 6px;
	position: relative;
}

.color-group .circle.black, .single-product-detail .single-product-info .size-group .circle.black {
	background: #000;
}

.color-group .circle.red, .single-product-detail .single-product-info .size-group .circle.red {
	background: #ff413a;
}

.color-group .circle.gray, .single-product-detail .single-product-info .size-group .circle.gray {
	background: #707070;
}

.color-group .circle.blue, .single-product-detail .single-product-info .size-group .circle.blue {
	background: #616adb;
}

.color-group .circle.skyblue, .single-product-detail .single-product-info .size-group .circle.skyblue {
	background: #3aa5ff;
}

.color-group .circle.yellow, .single-product-detail .single-product-info .size-group .circle.yellow {
	background: #ffd8b2;
}

.color-group .circle.darkyellow, .single-product-detail .single-product-info .size-group .circle.darkyellow {
	background: #f2dac0;
}

.color-group .circle.pink, .single-product-detail .single-product-info .size-group .circle.pink {
	background: #f228ff;
}

.color-group .circle.aqua, .single-product-detail .single-product-info .size-group .circle.aqua {
	background: #38d6cd;
}

.color-group .circle.white, .single-product-detail .single-product-info .size-group .circle.white {
	background: #FFF;
	border: 1px solid #eee;
}

.color-group .circle.active:before, .single-product-detail .single-product-info .size-group .circle.active:before {
	position: absolute;
	content: '';
	left: -3px;
	top: -3px;
	right: -3px;
	bottom: -3px;
	border: 1px solid #f2dac0;
	border-radius: 50%;
}

.product-info .color-group, .product-info .single-product-detail .single-product-info .size-group, .single-product-detail .single-product-info .product-info .size-group {
	margin-bottom: 6px;
}

.product-info .product-img {
	margin-bottom: 20px;
}

.product-info .product-cate {
	color: #999;
	font-size: 12px;
	text-transform: capitalize;
	margin-bottom: 8px;
}

.product-info .product-title {
	font-size: 14px;
	text-transform: capitalize;
	margin-bottom: 15px;
}

.product-info .product-title.v2 {
	font-size: 16px;
	margin-top: 36px;
	line-height: 24px;
}

@media (min-width: 1025px) {
	.product-info .product-title.v2 {
		max-width: 300px;
		margin-left: auto;
		margin-right: auto;
	}
}

.product-info .product-title.v3, .product-info .product-title.slide.v6, .product-info .product-title.slide.v5 {
	font-weight: 600;
}

@media (min-width: 480px) {
	.product-info .product-title.v3, .product-info .product-title.slide.v6, .product-info .product-title.slide.v5 {
		font-size: 20px;
	}
}

.product-info .product-title.v4 {
	font-size: 18px;
	margin-bottom: 32px;
}

@media (min-width: 480px) {
	.product-info .product-title.v4 {
		font-size: 20px;
		line-height: 28px;
		max-width: 280px;
		margin-left: auto;
		margin-right: auto;
	}
}

.product-info .product-price {
	font-size: 14px;
	margin-bottom: 15px;
}

.product-info .product-price.thin-price {
	font-weight: 300;
	font-size: 23px;
}

.product-info .product-price.thin-price .old {
	font-size: 16px;
	margin-left: 2px;
}

.product-info .product-price.v3, .product-info .product-price.slide.v6, .product-info .product-price.slide.v5 {
	width: 238px;
	margin: 0 auto;
	border-radius: 999px;
	background: #f5f5f5;
	text-align: center;
	height: 58px;
	line-height: 58px;
}

.product-info .product-price.v3.no-bg, .product-info .product-price.no-bg.slide.v6, .product-info .product-price.no-bg.slide.v5 {
	background: #fff;
}

.product-info .product-price.v3.bd, .product-info .product-price.bd.slide.v6, .product-info .product-price.bd.slide.v5 {
	border: 1px solid #eaeaea;
}

.product-info .product-price .red {
	color: #ff2929;
}

.product-info .product-price .old {
	color: #999;
	font-size: 14px;
	text-decoration: line-through;
	margin-right: 14px;
}

.product-info .product-price.v2 {
	font-size: 15px;
}

.product-info .product-price.v2 span {
	font-weight: normal;
}

.product-info .btn-quickview {
	color: #fff;
}

@media (min-width: 1025px) {
	.product-img:hover .product-info {
		opacity: 1;
	}
}

.product-grid {
	padding-bottom: 30px;
}

@media (min-width: 1025px) {
	.product-grid {
		padding-bottom: 100px;
	}
}

.product-grid .product-bottom-group {
	display: none;
}

.product-grid.product-custom-bg.product-list {
	background: transparent;
}

.button-v {
	margin: 0 0 70px 0;
}

.button-v.v2 {
	margin: 0 0 40px 0;
}

.button-v.v3, .button-v.slide.v6, .button-v.slide.v5 {
	margin: 30px 0 80px 0;
}

.button-v.v4 {
	margin: 54px 0 94px 0;
}

.button-v.v5 {
	margin: 27px 0 94px 0;
}

.button-v.v6 {
	margin: 50px 0 50px 0;
}

.button-v.v7 {
	margin: 18px 0 70px 0;
}

.product-list .button-v.v2 {
	margin: 35px 0 65px 0;
}

.btn-loadmore {
	padding: 15px 46px;
	display: inline-block;
}

@media (min-width: 480px) {
	.btn-loadmore {
		margin-top: 40px;
	}
}

.product-grid.product-list .product-item, .product-grid.product-list .contact-form .contact-item, .contact-form .product-grid.product-list .contact-item {
	width: 100%;
}

@media (min-width: 768px) {
	.product-grid.product-list .product-item, .product-grid.product-list .contact-form .contact-item, .contact-form .product-grid.product-list .contact-item {
		display: -webkit-box;
		/* OLD - iOS 6-, Safari 3.1-6 */
		display: -moz-box;
		/* OLD - Firefox 19- (buggy but mostly works) */
		display: -ms-flexbox;
		/* TWEENER - IE 10 */
		display: -webkit-flex;
		/* NEW - Chrome */
		display: flex;
		/* NEW, Spec - Opera 12.1, Firefox 20+ */
	}
}

@media (min-width: 768px) {
	.product-grid.product-list .product-item .product-images, .product-grid.product-list .contact-form .contact-item .product-images, .contact-form .product-grid.product-list .contact-item .product-images,
	.product-grid.product-list .product-item .product-img,
	.product-grid.product-list .contact-form .contact-item .product-img,
	.contact-form .product-grid.product-list .contact-item .product-img {
		display: -webkit-box;
		/* OLD - iOS 6-, Safari 3.1-6 */
		display: -moz-box;
		/* OLD - Firefox 19- (buggy but mostly works) */
		display: -ms-flexbox;
		/* TWEENER - IE 10 */
		display: -webkit-flex;
		/* NEW - Chrome */
		display: flex;
		/* NEW, Spec - Opera 12.1, Firefox 20+ */
		width: 33.3333%;
		position: relative;
		padding-right: 30px;
		padding-bottom: 10px;
	}
}

.product-grid.product-list .product-item .product-info, .product-grid.product-list .contact-form .contact-item .product-info, .contact-form .product-grid.product-list .contact-item .product-info {
	text-align: left;
}

@media (min-width: 768px) {
	.product-grid.product-list .product-item .product-info, .product-grid.product-list .contact-form .contact-item .product-info, .contact-form .product-grid.product-list .contact-item .product-info {
		display: -webkit-box;
		/* OLD - iOS 6-, Safari 3.1-6 */
		display: -moz-box;
		/* OLD - Firefox 19- (buggy but mostly works) */
		display: -ms-flexbox;
		/* TWEENER - IE 10 */
		display: -webkit-flex;
		/* NEW - Chrome */
		display: flex;
		/* NEW, Spec - Opera 12.1, Firefox 20+ */
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 66.666667%;
	}

	.product-grid.product-list .product-item .product-info .element-list, .product-grid.product-list .contact-form .contact-item .product-info .element-list, .contact-form .product-grid.product-list .contact-item .product-info .element-list {
		width: 50%;
	}

	.product-grid.product-list .product-item .product-info .element-list.element-list-left, .product-grid.product-list .contact-form .contact-item .product-info .element-list.element-list-left, .contact-form .product-grid.product-list .contact-item .product-info .element-list.element-list-left {
		padding-left: 25px;
		position: relative;
	}

	.product-grid.product-list .product-item .product-info .element-list.element-list-left:before, .product-grid.product-list .contact-form .contact-item .product-info .element-list.element-list-left:before, .contact-form .product-grid.product-list .contact-item .product-info .element-list.element-list-left:before {
		content: "";
		height: 100%;
		position: absolute;
		border-left: 1px solid #e9e9e9;
		left: -15px;
	}

	.product-grid.product-list .product-item .product-info .element-list.element-list-left .desc-list, .product-grid.product-list .contact-form .contact-item .product-info .element-list.element-list-left .desc-list, .contact-form .product-grid.product-list .contact-item .product-info .element-list.element-list-left .desc-list {
		margin-top: 40px;
	}

	.product-grid.product-list .product-item .product-info .element-list.element-list-middle .product-rating, .product-grid.product-list .contact-form .contact-item .product-info .element-list.element-list-middle .product-rating, .contact-form .product-grid.product-list .contact-item .product-info .element-list.element-list-middle .product-rating {
		margin-top: 24px;
		border-top: 0;
	}
}

.product-grid.product-list .product-item .product-info .element-list-left, .product-grid.product-list .contact-form .contact-item .product-info .element-list-left, .contact-form .product-grid.product-list .contact-item .product-info .element-list-left {
	-webkit-box-ordinal-group: 2;
	-moz-box-ordinal-group: 2;
	-ms-flex-order: 2;
	-webkit-order: 2;
	order: 2;
}

.product-grid.product-list .product-item .product-info .element-list-middle, .product-grid.product-list .contact-form .contact-item .product-info .element-list-middle, .contact-form .product-grid.product-list .contact-item .product-info .element-list-middle {
	-webkit-box-ordinal-group: 1;
	-moz-box-ordinal-group: 1;
	-ms-flex-order: 1;
	-webkit-order: 1;
	order: 1;
}

.product-grid.product-list .product-item .product-info .color-group, .product-grid.product-list .contact-form .contact-item .product-info .color-group, .contact-form .product-grid.product-list .contact-item .product-info .color-group, .product-grid.product-list .product-item .product-info .single-product-detail .single-product-info .size-group, .single-product-detail .single-product-info .product-grid.product-list .product-item .product-info .size-group, .product-grid.product-list .contact-form .contact-item .product-info .single-product-detail .single-product-info .size-group, .single-product-detail .single-product-info .product-grid.product-list .contact-form .contact-item .product-info .size-group, .contact-form .product-grid.product-list .contact-item .product-info .single-product-detail .single-product-info .size-group, .single-product-detail .single-product-info .contact-form .product-grid.product-list .contact-item .product-info .size-group {
	position: absolute;
	left: 30px;
	top: 46px;
	transform: translateX(-50%) translateY(-50%) rotate(-90deg);
}

.product-grid.product-list .product-item .product-info .product-title, .product-grid.product-list .contact-form .contact-item .product-info .product-title, .contact-form .product-grid.product-list .contact-item .product-info .product-title {
	font-size: 20px;
}

.product-grid.product-list .product-item .product-info .product-desc, .product-grid.product-list .contact-form .contact-item .product-info .product-desc, .contact-form .product-grid.product-list .contact-item .product-info .product-desc {
	display: block;
	color: #666;
	line-height: 26px;
	margin-bottom: 20px;
	font-size: 15px;
	letter-spacing: 0.01em;
}

.product-grid.product-list .product-item .product-info .product-price span, .product-grid.product-list .contact-form .contact-item .product-info .product-price span, .contact-form .product-grid.product-list .contact-item .product-info .product-price span {
	font-size: 20px;
}

.product-grid.product-list .product-item .product-info .product-price span .old, .product-grid.product-list .contact-form .contact-item .product-info .product-price span .old, .contact-form .product-grid.product-list .contact-item .product-info .product-price span .old {
	font-size: 18px;
}

.product-grid.product-list .product-item .product-info .product-bottom-group, .product-grid.product-list .contact-form .contact-item .product-info .product-bottom-group, .contact-form .product-grid.product-list .contact-item .product-info .product-bottom-group {
	display: -webkit-box;
	/* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;
	/* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;
	/* TWEENER - IE 10 */
	display: -webkit-flex;
	/* NEW - Chrome */
	display: flex;
	/* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.product-grid.product-list .product-item .product-info .product-bottom-group .zoa-btn, .product-grid.product-list .contact-form .contact-item .product-info .product-bottom-group .zoa-btn, .contact-form .product-grid.product-list .contact-item .product-info .product-bottom-group .zoa-btn {
	width: 100px;
	flex: 0 0 100px;
	display: -webkit-box;
	/* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;
	/* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;
	/* TWEENER - IE 10 */
	display: -webkit-flex;
	/* NEW - Chrome */
	display: flex;
	/* NEW, Spec - Opera 12.1, Firefox 20+ */
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	margin-left: 10px;
}

.product-grid.product-list .product-item .product-info .product-bottom-group .zoa-btn:first-child, .product-grid.product-list .contact-form .contact-item .product-info .product-bottom-group .zoa-btn:first-child, .contact-form .product-grid.product-list .contact-item .product-info .product-bottom-group .zoa-btn:first-child {
	margin-left: 0;
}

.product-grid.product-list .product-item .product-button-group, .product-grid.product-list .contact-form .contact-item .product-button-group, .contact-form .product-grid.product-list .contact-item .product-button-group {
	display: none;
}

.product-grid.product-list .product-item:hover .zoa-btn, .product-grid.product-list .contact-form .contact-item:hover .zoa-btn, .contact-form .product-grid.product-list .contact-item:hover .zoa-btn {
	transform: none;
}

.product-grid.product-list .row {
	margin: 0;
}

.product-grid.product-list .row > [class*="col-"] {
	padding-left: 0;
	padding-right: 0;
}

@media (min-width: 1681px) {
	.shop-colect {
		margin-left: -20px;
		margin-right: -20px;
	}

	[class*="col-md-"].collection-list {
		padding-left: 20px;
		padding-right: 20px;
	}

	[class*="col-md-"].collection-sidebar {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.filter-product {
	padding-top: 34px;
	position: relative;
}

@media (min-width: 1025px) {
	.filter-product.e-category {
		padding-bottom: 22px;
	}
}

.filter-product .filtertitle {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 5px;
}

.filter-product .filter-content {
	padding-top: 30px;
	border-top: 1px solid #e7e7e7;
	padding-bottom: 60px;
}

.filter-product .filter-content > li {
	position: relative;
}

.filter-product .filter-content > li > a {
	color: #a4a4a4;
	display: block;
	position: relative;
	text-transform: capitalize;
}

.filter-product .filter-content > li > a:hover {
	color: #dd2a2a;
}

.filter-product .filter-content > li .filter-menu {
	margin-left: 10px;
	display: none;
}

.filter-product .filter-content > li .filter-menu > li > a {
	font-size: 12px;
	color: #a4a4a4;
}

.filter-product .filter-content > li .filter-menu > li > a:hover {
	color: #dd2a2a;
}

.filter-product .filter-content .plus,
.filter-product .filter-content .minus {
	position: absolute;
	right: 0;
	top: 0;
	width: 23px;
	height: 23px;
}

.filter-product .filter-content .plus:after {
	content: "\f489";
	display: block;
	font-family: "ionicons";
	font-size: 20px;
	position: absolute;
	right: 16px;
	top: 5px;
	color: #333;
	cursor: pointer;
	-moz-transition: all 0.1s ease 0s;
	-webkit-transition: all 0.1s ease 0s;
	-o-transition: all 0.1s ease 0s;
}

.filter-product .filter-content .minus:after {
	content: "\f462";
	display: block;
	font-family: "ionicons";
	font-size: 20px;
	position: absolute;
	right: 16px;
	top: 5px;
	color: #333;
	cursor: pointer;
	-moz-transition: all 0.1s ease 0s;
	-webkit-transition: all 0.1s ease 0s;
	-o-transition: all 0.1s ease 0s;
}

.filter-product .filter-color .filter-content > li > a {
	font-weight: 600;
	text-transform: capitalize;
}

.filter-product .filter-size .filter-content .btn {
	width: 100%;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	background: transparent;
	text-align: left;
	padding-left: 0;
	padding-right: 0;
	border-bottom: 3px solid #000;
	color: #a4a4a4;
	font-weight: normal;
}

.filter-product .filter-size .filter-content .btn .caret {
	float: right;
	margin: 6px 0;
	color: #000;
}

.filter-product .filter-size .filter-content .btn:focus {
	outline: none;
	box-shadow: none;
}

.filter-product .filter-size .filter-content .dropdown-menu {
	width: 100%;
}

.filter-product .filter-size .filter-content .dropdown-menu > li > a {
	text-transform: uppercase;
}

.filter-product .owl-nav {
	position: absolute;
	top: -50px;
	right: 12px;
	margin-top: 0;
}

.filter-product .owl-theme .owl-nav [class*=owl-] {
	color: #bcbcbc;
	background: transparent;
	padding: 4px 7px;
	margin-left: 0;
	margin-right: 0;
}

.filter-product .owl-theme .owl-nav [class*=owl-] span {
	font-size: 17px;
}

.product-tab-sw {
	margin-bottom: 53px;
	display: -webkit-box;
	/* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;
	/* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;
	/* TWEENER - IE 10 */
	display: -webkit-flex;
	/* NEW - Chrome */
	display: flex;
	/* NEW, Spec - Opera 12.1, Firefox 20+ */
}

@media (min-width: 480px) {
	.product-tab-sw {
		-webkit-justify-content: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		-ms-flex-pack: center;
	}
}

@media (max-width: 480px) {
	.product-tab-sw {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-align-items: center;
		-moz-align-items: center;
		-ms-align-items: center;
		align-items: center;
	}
}

.product-tab-sw li {
	float: left;
	padding: 0 3px;
	background: #fff;
}

@media (max-width: 480px) {
	.product-tab-sw li {
		margin-bottom: 15px;
	}

	.product-tab-sw li:last-child {
		margin-bottom: 0;
	}
}

.product-tab-sw li a {
	height: 44px;
	line-height: 44px;
	font-size: 16px;
	width: 174px;
	font-weight: bold;
	color: #666666;
	background: #fff;
	-moz-border-radius: 999px;
	-webkit-border-radius: 999px;
	border-radius: 999px;
	border: 1px solid #e6e6e7;
	display: -webkit-box;
	/* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;
	/* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;
	/* TWEENER - IE 10 */
	display: -webkit-flex;
	/* NEW - Chrome */
	display: flex;
	/* NEW, Spec - Opera 12.1, Firefox 20+ */
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}

@media (min-width: 480px) {
	.product-tab-sw li a {
		height: 54px;
		line-height: 54px;
		font-size: 20px;
	}
}

.product-tab-sw li a:hover {
	font-weight: bold;
	box-shadow: none;
}

.product-tab-sw li.active a {
	font-weight: bold;
	box-shadow: none;
	border: 0;
}

.product-tab-sw li:first-child {
	padding-left: 0;
}

.product-tab-sw li:last-child {
	padding-right: 0;
}

.product-tab-sw.v2 {
	margin-bottom: 0;
	position: relative;
}

@media (max-width: 480px) {
	.product-tab-sw.v2 {
		margin-bottom: 20px;
	}
}

.product-tab-sw.v2 li a {
	font-size: 18px;
}

.releases .product-tab-sw2 {
	background: transparent;
}

.product-related {
	padding-bottom: 0;
}

@media (min-width: 1025px) {
	.product-related {
		padding-bottom: 40px;
	}
}

@media (max-width: 767px) {
	.product-related.bd-top {
		border: 0;
	}
}

.product-related .related-title {
	margin-bottom: 30px;
}

.product-related .owl-nav > div.owl-prev {
	right: auto !important;
	left: 0 !important;
}

.product-related .owl-nav > div.owl-prev span {
	margin-left: -1px;
}

.product-related .owl-nav > div.owl-next {
	left: 45px;
	right: auto;
}

.product-related .owl-nav > div.owl-next span {
	margin-right: -1px;
}

.product-related .owl-theme .owl-nav [class*=owl-] {
	font-size: 17px;
	background: #fff;
	color: #000;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	margin: 0;
	padding: 0;
}

.product-related .owl-nav > div {
	display: block;
	width: 40px;
	height: 40px;
	text-align: center;
	color: #000000;
	left: 0;
	position: absolute;
	top: 35%;
	border: 1px solid;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}

.product-related .owl-nav > div span {
	line-height: 40px;
}

.product-tab-sw2 {
	position: relative;
	background: #fff;
}

@media (max-width: 1024px) and (min-width: 480px) {
	.product-tab-sw2 {
		margin: 0 auto;
		display: inline-block;
		width: 100%;
		text-align: center;
	}
}

.product-tab-sw2 li {
	display: inline-block;
	margin: 0 auto;
	float: none;
	padding: 0px;
}

@media (max-width: 480px) {
	.product-tab-sw2 li {
		width: 100%;
		padding: 2px;
		text-align: center;
	}
}

.product-tab-sw2 li a {
	color: #666666;
	line-height: 45px;
	margin: 0 5px;
	position: relative;
	border: 1px solid #e6e6e6;
	padding: 12px 15px;
	-moz-border-radius: 999px;
	-webkit-border-radius: 999px;
	border-radius: 999px;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}

.product-tab-sw2 li a:hover {
	font-weight: normal;
	box-shadow: none;
}

.product-tab-sw2 li:first-child a {
	margin-left: 0;
}

.product-tab-sw2 li:last-child a {
	margin-right: 0;
}

.product-tab-sw2 li.active a {
	font-weight: normal;
	box-shadow: none;
	border: 0;
}

.form-filter-product {
	top: 100%;
	left: 0;
	height: 999em;
	max-height: 100vh;
	padding: 85px 110px;
	position: absolute;
	right: 0;
	margin: 0;
	z-index: 100;
	display: none;
}

.form-filter-product:before {
	background: #000000;
	bottom: 0;
	content: "";
	height: 999em;
	max-height: 200vh;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

@media (max-width: 1024px) {
	.form-filter-product {
		padding: 50px 30px;
	}
}

.form-filter-product .close-left {
	position: relative;
}

.product-filter-wrapper {
	margin-top: 20px;
}

.product-filter {
	width: 25%;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
}

.product-filter .title-filter {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	padding-bottom: 18px;
	margin-bottom: 35px;
	position: relative;
	display: inline-block;
}

.product-filter .title-filter:before {
	border-bottom: 1px solid #3a3a3a;
	bottom: 0;
	left: 0;
	content: "";
	position: absolute;
	width: 40px;
}

@media (max-width: 1024px) {
	.product-filter {
		width: 50%;
		margin-right: -10px;
	}
}

@media (max-width: 480px) {
	.product-filter {
		width: 100%;
		float: none;
	}
}

.product-filter-button-group {
	margin-top: 62px;
}

.product-filter-button {
	width: 50%;
	float: left;
	position: relative;
	padding-right: 10px;
	padding-left: 10px;
}

.product-filter-button:first-child {
	text-align: right;
}

@media (max-width: 767px) {
	.product-filter-button:first-child {
		text-align: center;
	}
}

.product-filter-button:last-child {
	text-align: left;
}

@media (max-width: 767px) {
	.product-filter-button:last-child {
		text-align: center;
	}
}

@media (max-width: 767px) {
	.product-filter-button {
		width: 100%;
		float: none;
		text-align: center;
		margin-top: 30px;
	}
}

.product-filter .form-group {
	position: relative;
}

.product-filter .form-control {
	font-size: 14px;
	color: #a4a4a4;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	border: 1px solid #3a3a3a;
	box-shadow: none;
	background-color: transparent;
	height: 55px;
	-webkit-appearance: none;
	padding: 0 18px 0 25px;
	text-align: left;
}

.product-filter .form-control:after {
	content: "";
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 6px solid #fff;
	position: absolute;
	right: 20px;
	bottom: 23px;
	pointer-events: none;
}

.product-filter .dropdown-menu {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	width: 100%;
	padding: 20px 18px 20px 25px;
	margin-top: 10px;
}

.product-filter .dropdown-menu li {
	font-size: 14px;
	color: #a4a4a4;
	padding-bottom: 15px;
	cursor: pointer;
}

.product-filter .filter-content {
	color: #fff;
}

.product-filter .filter-content .slider-track {
	height: 2px;
	background: #a4a4a4;
}

.product-filter .filter-content .min-max {
	color: #a4a4a4;
	font-size: 14px;
}

@media (max-width: 767px) {
	.tab-filter {
		display: inline-block;
	}
}

.tab-filter li {
	float: left;
	margin: 0 12px;
}

@media (max-width: 480px) {
	.tab-filter li {
		margin: 0 5px;
	}
}

.tab-filter li a {
	font-size: 16px;
	font-weight: 500;
	color: #a4a4a4;
}

@media (max-width: 480px) {
	.tab-filter li a {
		font-size: 13px;
	}
}

.tab-filter li.active a {
	color: #000;
	border-bottom: 1px solid #000;
}

.tab-filter li:first-child {
	margin-left: 0;
}

.product-flat {
	padding-top: 30px;
}

.mg-flat {
	margin: 0 -15px;
}

.inner-masonry .grid-item {
	margin-bottom: 30px;
}

.ecome-heading {
	display: -webkit-box;
	/* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;
	/* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;
	/* TWEENER - IE 10 */
	display: -webkit-flex;
	/* NEW - Chrome */
	display: flex;
	/* NEW, Spec - Opera 12.1, Firefox 20+ */
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: space-between;
	position: relative;
}

@media (max-width: 480px) {
	.ecome-heading {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-bottom: 20px;
	}
}

.ecome-heading h1 {
	font-size: 22px;
	background: #fff;
}

.ecome-heading h1.v2 {
	background: #f7f7f7;
}

.ecome-heading .btn-show {
	font-size: 16px;
	color: #999999;
	width: 201px;
	line-height: 54px;
	height: 56px;
	display: inline-block;
	text-align: center;
	border: 1px solid #eaeaea;
	font-weight: 500;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	background: #fff;
	position: relative;
	z-index: 1;
	-moz-border-radius: 999px;
	-webkit-border-radius: 999px;
	border-radius: 999px;
}

@media (max-width: 480px) {
	.ecome-heading .btn-show {
		font-size: 14px;
		line-height: 40px;
		height: 40px;
	}
}

.ecome-heading .btn-show i {
	margin-left: 15px;
}

.ecome-heading .btn-show:hover {
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	color: #fff;
	background: #000;
	border-color: #000;
}

@media (min-width: 480px) {
	.ecome-heading.style2:before {
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		border-bottom: 1px solid #ededed;
	}
}

.ecome-heading.style2 h1 {
	margin: 13px 0;
}

@media (min-width: 480px) {
	.ecome-heading.style2 h1 {
		padding-right: 30px;
		position: relative;
		z-index: 1;
	}
}

@media (min-width: 480px) {
	.ecome-heading.style3:before {
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		border-bottom: 1px solid #ededed;
	}
}

.ecome-heading.style3 h1 {
	margin: 13px 0;
}

@media (min-width: 480px) {
	.ecome-heading.style3 h1 {
		padding-right: 40px;
		position: relative;
		z-index: 1;
	}
}

@media (min-width: 480px) {
	.ecome-heading.style3v2:before {
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		border-bottom: 1px solid #ededed;
	}
}

.ecome-heading.style3v2 h1 {
	margin: 13px 0;
	font-size: 18px;
}

@media (min-width: 480px) {
	.ecome-heading.style3v2 h1 {
		padding-right: 28px;
		position: relative;
		z-index: 1;
	}
}

@media (min-width: 480px) {
	.ecome-heading.style5:before {
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		border-bottom: 1px solid #ededed;
	}
}

.ecome-heading.style5 h1 {
	margin: 13px 0;
	font-size: 20px;
	font-weight: bold;
}

@media (min-width: 480px) {
	.ecome-heading.style5 h1 {
		padding-right: 33px;
		position: relative;
		z-index: 1;
	}
}

@media (min-width: 480px) {
	.ecome-heading.style5v2:before {
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		border-bottom: 1px solid #ededed;
	}
}

.ecome-heading.style5v2 h1 {
	margin: 13px 0;
	font-size: 20px;
	font-weight: bold;
}

@media (min-width: 480px) {
	.ecome-heading.style5v2 h1 {
		padding-right: 40px;
		position: relative;
		z-index: 1;
	}
}

@media (min-width: 480px) {
	.ecome-heading.style5v3:before {
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		border-bottom: 1px solid #ededed;
	}
}

.ecome-heading.style5v3 h1 {
	margin: 13px 0;
	font-size: 20px;
	font-weight: bold;
}

@media (min-width: 480px) {
	.ecome-heading.style5v3 h1 {
		padding-right: 30px;
		position: relative;
		z-index: 1;
	}
}

@media (max-width: 812px) {
	.ecome-heading.style4 {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

@media (min-width: 1024px) {
	.ecome-heading.style4:before {
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		border-bottom: 1px solid #ededed;
	}
}

.ecome-heading.spc3 {
	margin-bottom: 53px;
}

.ecome-heading.spc4 {
	margin-bottom: 55px;
}

.ecome-heading.spc5 {
	margin-bottom: 43px;
}

.ecome-heading.spc5v2 {
	margin-bottom: 55px;
}

@media (min-width: 1025px) {
	.ecome-heading.spc5v2 {
		margin-bottom: 77px;
	}
}

.ecome-heading.spc5v3 {
	margin-bottom: 46px;
}

.ecome-info {
	color: #666666;
	margin-top: -3px;
}

.ecome-info.spc1 {
	margin-bottom: 30px;
}

@media (min-width: 480px) {
	.ecome-info.spc1 {
		margin-bottom: 67px;
	}
}

.ecome-info.spc3 {
	margin-bottom: 30px;
}

@media (min-width: 480px) {
	.ecome-info.spc3 {
		margin-bottom: 91px;
	}
}

.ecome-info.spc2 {
	margin-bottom: 30px;
}

@media (min-width: 480px) {
	.ecome-info.spc2 {
		margin-bottom: 73px;
	}
}

.owl-custom-dots.v2 .owl-dots {
	background: #fff;
}

.owl-custom-dots .owl-dots {
	border: 1px solid #eaeaea;
	margin: 0 auto;
	border-radius: 999px;
	padding: 8px 11px;
	display: table;
}

.owl-custom-dots.owl-theme .owl-dots .owl-dot {
	vertical-align: middle;
}

.owl-custom-dots.owl-theme .owl-dots .owl-dot span {
	width: 11px;
	height: 11px;
	background: #333333;
	opacity: 0.21;
}

.owl-custom-dots.owl-theme .owl-dots .owl-dot.active span, .owl-custom-dots.owl-theme .owl-dots .owl-dot:hover span {
	background: #333333;
	opacity: 1;
}

/*@media (min-width: $screen-lg) and (max-width: 1750px){
	.container-home-3 {
		width: 100%;
		padding: 0 40px;
	}
	}*/
@media (max-width: 1025px) {
	.date3 {
		right: 0;
	}

	.date2 {
		border-right: none;
	}

	.search3 button {
		padding-left: 45%;
	}

	.header-center i.fa.fa-bars {
		display: inline-block;
		right: -3%;
		bottom: -25%;
		prositinon: absolute;
	}

	.img1 img {
		width: 100%;
	}

	i.ion-ios-close-empty.black {
		display: none;
	}

	.topbar p a {
		text-decoration: none;
	}

	.date2 {
		padding-right: 0px;
	}

	.navbar-nav > li {
		padding: 0 29px;
	}

	.search3 {
		position: absolute;
		left: -77%;
		width: 94%;
	}
}

@media (max-width: 1025px) and (max-width: 823px) {
	.search3 {
		left: -92%;
		width: 110%;
	}
}

@media (max-width: 1025px) {
	.para-a span {
		color: #c36;
		font-size: 13px;
	}

	.header-v2 .header-center {
		padding: 8px;
		position: relative;
	}

	.header-center i.fa.fa-bars {
		font-size: 30px;
		position: absolute;
		right: 5%;
		top: 25%;
	}
}

@media (max-width: 1025px) and (max-width: 823px) {
	.header-center i.fa.fa-bars {
		left: 8%;
	}
}

@media (max-width: 1025px) {
	/*.search {*/
	/*	width: 100%;*/
	/*	margin-bottom: 20px;*/
	/*}*/

	.search2 {
		padding-bottom: 5px;
		margin-bottom: 20px;
	}

	.recentposts {
		margin-bottom: 15px;
	}

	.recentposts li {
		margin-top: 5px;
	}

	.ul-li a {
		color: #999;
	}

	.recentcomments ul {
		margin-left: 16px;
		margin-bottom: 18px;
	}

	.recentcomments li {
		list-style: disc;
		margin-bottom: 8px;
	}

	.sale-img {
		position: relative;
		position: relative;
		display: inline-block;
	}

	.instargram {
		margin-bottom: 15px;
	}

	.sale-para {
		display: inline-block;
	}

	.sale-para2 a {
		font-size: 17px;
	}

	.all {
		margin-bottom: 10px;
	}

	.imgs img {
		width: 107px;
		padding: 2px;
	}

	.search button {
		/*padding-right: 80%;*/
	}

	.img-title2 {
		float: left;
		width: 30%;
	}

	.icon {
		float: left;
		width: 30%;
	}

	.para2 p {
		font-size: 20px;
	}

	.img-ul img {
		width: 75px;
	}

	.menu-ft a {
		margin-left: 8px;
	}

	.fted-left.two {
		margin-left: 14%;
	}

	.sale-img .sale a {
		left: 70%;
	}

	.all {
		width: 100%;
	}
}

@media (max-width: 1025px) and (min-width: 1024px) {
	.logo {
		width: 30%;
		text-align: center;
		margin: 0 auto;
		margin-top: 10px;
		height: 50px;

	}

	.para-cart {
		display: table;
	}

	i.fa.fa-trash-o.st {
		margin-left: 72%;
	}

	.date p {
		font-size: 12px;
	}

	.header-center2 {
		width: 33%;
	}

	.hd-right {
		width: 33%;
		text-align: center;
	}
}

@media (max-width: 1025px) and (min-width: 812px) {
	.para-cart {
		display: table;
	}

	.search3 button {
		padding-left: 45%;
	}
}

@media (max-width: 1025px) and (min-width: 812px) and (max-width: 823px) {
	.search3 button {
		padding-left: 43%;
	}
}

@media (max-width: 1025px) and (min-width: 812px) {
	.para2 p {
		font-size: 16px;
	}

	/*.search button {*/
	/*	padding-right: 80%;*/
	/*}*/
}

@media (max-width: 1025px) and (min-width: 812px) and (max-width: 823px) {
	.search button {
		padding-right: 2%;
	}
}

@media (max-width: 1025px) and (min-width: 812px) {
	.imgs img {
		width: 107px;
	}
}

@media (max-width: 1025px) and (min-width: 812px) and (max-width: 823px) {
	.imgs img {
		width: 84px;
	}
}

@media (max-width: 1025px) and (min-width: 812px) and (max-width: 812px) {
	.imgs img {
		width: 83px;
	}
}

@media (max-width: 1025px) and (min-width: 812px) {
	.information h4 {
		font-size: 24px;
	}

	.img-ul img {
		width: 57px;
	}

	.menu-ft {
		margin-left: 0%;
		padding-top: 28px;
	}

	.bytheme2 {
		margin-bottom: 33px;
	}

	.border {
		/*margin-bottom: 30px;*/
	}

	.fted-left img {
		padding-left: 0px;
		width: 38px;
	}
}

@media (max-width: 823px) {
	.logo {
		margin-bottom: 20px;
	}
}

@media (max-width: 823px) and (max-width: 768px) {
	.logo {
		margin-bottom: 0;
	}
}

@media (max-width: 823px) and (max-width: 731px) {
	.logo {
		margin-bottom: 0;
	}
}

@media (max-width: 823px) {
	.col-md-3.col-sm-12.col-xs-12.header-center2 {
		margin-bottom: 20px;
	}
}

@media (max-width: 823px) and (max-width: 768px) {
	.col-md-3.col-sm-12.col-xs-12.header-center2 {
		margin-bottom: 0;
	}
}

@media (max-width: 823px) and (max-width: 731px) {
	.col-md-3.col-sm-12.col-xs-12.header-center2 {
		margin-bottom: 0;
	}
}

@media (max-width: 823px) {
	.col-md-4.col-sm-4.col-xs-12 {
		width: 100%;
	}

	.information {
		width: 100%;
	}
}

@media (max-width: 768px) {
	.header-center i.fa.fa-bars {
		display: inline-block;
		font-size: 30px;
		margin-left: 39px;
		margin-top: -10px;
	}

	.date a {
		margin-left: 10px;
	}
}

@media p and (max-width: 768px) {
	.date a {
		marin-let: 30px;
	}
}

@media (max-width: 768px) {
	.col-md-3.header img {
		margin-top: -14px;
		margin-left: 40%;
		margin-bottom: 20px;
	}

	.date2 {
		padding-right: 12%;
	}

	.search3 {
		margin-left: -29%;
		margin-right: 15%;
	}

	.search3 {
		background: #fff;
		padding: 15px;
		padding-top: 15px;
		border-radius: 25px;
		padding-top: 5px;
		width: 76%;
		float: left;
		margin-right: 20px;
		margin-left: 23%;
		position: absolute;
		left: -75%;
	}

	/* media header */
	.search {
		margin-bottom: 20px;
	}

	.date3 {
		margin-right: 30%;
	}

	.search3 button {
		margin-left: 25%;
	}

	.header-center-1 {
		padding: 20px;
		position: relative;
	}

	.header-center i.fa.fa-bars {
		display: inline-block;
		font-size: 30px;
		position: absolute;
		bottom: -19%;
		left: 10%;
	}
}

@media (max-width: 768px) and (max-width: 320px) {
	.header-center i.fa.fa-bars {
		font-size: 20px;
	}
}

@media (max-width: 768px) {
	.img1 img {
		width: 60%;
	}

	.luc2 {
		margin-bottom: 40px;
	}

	.para:not(.blog-v2) {
		top: 68%;
	}

	.img-title {
		position: relative;
		margin-bottom: 40px;
	}

	.para:not(.blog-v2) {
		position: absolute;
		top: 50%;
		left: 2%;
		right: 2%;
		padding: 5px 15px;
		opacity: .9;
		width: 58%;
	}
}

@media (max-width: 768px) and (max-width: 321px) {
	.para:not(.blog-v2) {
		position: static !important;
	}
}

@media (max-width: 768px) and (max-width: 375px) {
	.para:not(.blog-v2) {
		position: static !important;
	}
}

@media (max-width: 768px) and (max-width: 480px) {
	.para:not(.blog-v2) {
		position: static !important;
	}
}

@media (max-width: 768px) {
	.para:not(.blog-v2) h4 {
		font-size: 15px;
	}

	.img-title3 a {
		padding-right: 10px;
		float: left;
		margin-left: 9%;
	}

	.img-title2 {
		width: 30%;
	}

	.img-title2 p {
		display: inline-block;
		color: #999;
		font-size: 14px;
	}

	.icon {
		float: left;
		width: 38%;
	}

	.para:not(.blog-v2) {
		top: 54%;
		left: 1%;
		padding: 0px 25px;
	}

	.saleproduct {
		border-bottom: none;
		margin-bottom: 20px;
		width: 100%;
	}

	.sale-img .sale a {
		left: 54%;
	}

	.sale-img {
		margin-right: -7px;
	}

	.sale-img img {
		width: 90%;
	}

	.recentposts {
		border-bottom: none;
	}

	.recentposts h4 {
		display: none;
	}

	/* media section */
	.logo-para {
		float: left;
		margin-right: 20%;
	}

	.logo-para img {
		margin-bottom: 25px;
	}

	.border2 {
		border: none;
	}

	.col-md-4.right {
		display: inline-block;
	}

	.information.center {
		padding-right: 8%;
		padding-left: 8%;
	}

	.information h4 {
		margin-top: 25px;
		font-size: 21px;
	}

	.Instagram {
		margin-top: 55px;
	}

	.menu-ft {
		margin-left: 17%;
		padding-top: 30px;
	}

	.fted-left {
		/*float: left;*/
		margin-left: 7%;
	}

	.fted-left.two {
		margin-left: 13%;
	}

	/* media footer */
}

@media (max-width: 768px) {
	.date3 {
		margin-right: 65%;
	}

	.search3 {
		left: -28%;
	}

	.header-center i.fa.fa-bars {
		left: 4%;
	}

	.search3 {
		width: 65%;
	}

	.instargram {
		top: -72%;
		border-bottom: none;
	}

	.search2 {
		top: -273%;
	}

	.recentposts {
		top: -256%;
	}

	.luc2 {
		margin-bottom: 30px;
	}
}

@media (max-width: 768px) and (max-width: 480px) {
	.luc2 {
		margin-bottom: 0;
	}
}

@media (max-width: 768px) {
	.search {
		background: #f4f4f4;
		/*border-radius: 25px;*/
		width: 300px !important;
		margin-bottom: 20px;
	}

	.search2 {
		padding-bottom: 10px;
	}

	.recentposts {
		width: 100%;
	}

	.recentposts {
		padding-bottom: 15px;
	}

	.instargram img {
		width: 78px;
	}

	.luc2 {
		padding: 15px;
	}

	.para2 p {
		font-size: 15px;
	}

	.para:not(.blog-v2) {
		top: 44%;
	}

	.img-title {
		margin-bottom: 30px;
	}

	.saleproduct {
		width: 60%;
		margin-left: 0;
	}

	.blogtags {
		top: 10%;
	}

	.sale-img {
		margin-right: 0;
	}

	.sale-img img {
		width: 90%;
	}

	.sale-img .sale a {
		left: 60%;
	}

	.all {
		margin-left: 0px;
	}

	.instargram {
		padding-bottom: 20px;
	}

	.recentposts2 {
		top: -212%;
	}

	.recentposts2 {
		padding-bottom: 10px;
	}

	.recentposts {
		border-bottom: none;
	}

	.recentposts h4 {
		display: none;
	}

	.logo-para {
		float: left;
		margin-right: 10%;
		width: 100%;
	}

	.col-md-4.col-sm-4.col-xs-12 {
		width: 100%;
	}

	.information.center {
		padding-right: 3%;
	}

	.information.center {
		padding-left: 0;
	}

	.border {
		/*margin-bottom: 30px;*/
	}

	.fted-left.two {
		margin-left: 58%;
		margin-top: -5%;
	}

	.fted-left {
		margin-left: 0%;
	}
}

@media (max-width: 768px) {
	.col-md-3.header img {
		margin-left: 5%;
	}
}

@media (max-width: 768px) and (max-width: 320px) {
	.col-md-3.header img {
		margin-left: 12%;
	}
}

@media (max-width: 768px) {
	.date2 {
		border-right: none;
		margin-bottom: 8px;
		padding-right: 1%;
	}

	.recentposts2 {
		top: -101%;
	}

	.search3 button {
		margin-left: -3%;
	}
}

@media (max-width: 768px) and (max-width: 667px) {
	.search3 button {
		padding-left: 38%;
	}
}

@media (max-width: 768px) {
	.search3 {
		width: 71%;
	}

	.header-center i.fa.fa-bars {
		right: 4%;
		top: 48%;
	}
}

@media (max-width: 768px) and (max-width: 568px) {
	.header-center i.fa.fa-bars {
		left: -4%;
	}
}

@media (max-width: 768px) {
	.search3 {
		left: -88%;
		width: 116%;
	}

	.date3 {
		margin-right: 11%;
	}

	.img1 img {
		width: 100%;
	}

	.para:not(.blog-v2) {
		width: 96%;
		top: 65%;
		left: 2%;
	}
}

@media (max-width: 768px) and (max-width: 667px) {
	.para:not(.blog-v2) {
		top: 57%;
	}
}

@media (max-width: 768px) {
	.search2 {
		top: -8%;
	}

	.recentcomments {
		top: 52%;
	}

	.recentposts2 {
		top: 131%;
	}

	.instargram {
		top: 181%;
	}

	.blogtags {
		top: 111%;
	}

	.search2 {
		top: 0%;
		left: 48%;
		border-bottom: none;
	}

	.categories {
		margin-left: 0%;
	}

	.saleproduct {
		width: 100%;
		margin-left: 0;
	}

	.all {
		margin-bottom: 5px;
	}

	.search {
		/*width: 100%;*/
	}

	.recentcomments {
		top: 45%;
		left: 55%;
		border-bottom: none;
	}

	.all {
		margin-bottom: 17px;
	}

	.icon-para a {
		font-size: 13px;
	}

	.bytheme2 a {
		padding: 9px 23px;
	}

	.recentposts2 {
		top: 108%;
		left: 46%;
		width: 50%;
		border-bottom: none;
	}

	.instargram {
		width: 100%;
	}

	.bytheme2 {
		margin-bottom: 40px;
	}

	.bytheme li {
		float: left;
		padding-right: 23px;
	}

	.information {
		margin-top: 0;
		width: 100%;
	}

	.Instagram h4 {
		text-align: right;
	}

	.img-ul img {
		width: 53px;
	}

	.menu-ft a {
		margin-left: 5px;
		font-size: 12px;
	}

	.Instagram {
		margin-top: 30px;
		text-align: center;
	}

	.logo-para img {
		margin-bottom: 10px;
	}
}

@media (max-width: 768px) and (max-width: 736px) {
	.logo-para p .logo-para p {
		font-size: 18px;
	}
}

@media (max-width: 768px) {
	.menu-ft {
		margin-left: 0%;
	}

	.menu-ft a {
		margin-left: 10px;
		font-size: 15px;
	}

	.fted-left.two {
		display: none;
	}

	.fted-left {
		margin-left: 10%;
	}
}

@media (max-width: 768px) and (max-width: 736px) {
	.search3 {
		left: -37%;
		width: 80%;
	}

	.date3 {
		margin-right: 22%;
		border-right: none;
	}
}

@media (max-width: 768px) and (max-width: 736px) and (max-width: 568px) {
	.date3 {
		margin-right: 34%;
	}
}

@media (max-width: 768px) and (max-width: 736px) {
	.instargram img {
		width: 75px;
		padding: 0;
	}
}

@media (max-width: 768px) and (max-width: 736px) and (max-width: 731px) {
	.instargram img {
		width: 74px;
	}
}

@media (max-width: 768px) and (max-width: 736px) and (max-width: 667px) {
	.instargram img {
		width: 67px;
	}
}

@media (max-width: 768px) and (max-width: 736px) {
	.logo-para {
		width: 100%;
	}

	.information {
		width: 100%;
	}

	.information.center {
		padding-right: 0;
	}
}

@media (max-width: 768px) and (max-width: 640px) {
	.para:not(.blog-v2) {
		width: 96%;
		top: 55%;
		left: 2%;
	}
}

@media (max-width: 768px) and (max-width: 640px) and (max-width: 480px) {
	.para:not(.blog-v2) {
		width: 100%;
	}
}

@media (max-width: 768px) and (max-width: 640px) and (max-width: 568px) {
	.para:not(.blog-v2) {
		top: 49%;
	}
}

@media (max-width: 768px) and (max-width: 640px) {
	.search3 button {
		padding-left: 44%;
	}
}

@media (max-width: 768px) and (max-width: 640px) and (max-width: 640px) {
	.search3 button {
		padding-left: 35%;
	}
}

@media (max-width: 768px) and (max-width: 640px) and (max-width: 568px) {
	.search3 button {
		padding-left: 37%;
	}
}

@media (max-width: 768px) and (max-width: 640px) {
	.search button {
		padding-left: 2%;
	}

	.instargram img {
		width: 64px;
		padding: 0;
	}
}

@media (max-width: 768px) and (max-width: 640px) and (max-width: 568px) {
	.instargram img {
		width: 104px;
	}
}

@media (max-width: 768px) and (max-width: 640px) {
	.recentposts a {
		font-size: 15px;
	}
}

@media (max-width: 768px) and (max-width: 568px) {
	.check-out-home2 {
		position: absolute;
		left: 0;
		background: #fff;
	}
}

@media (max-width: 768px) and (max-width: 568px) and (max-width: 480px) {
	.check-out-home2 {
		left: 0;
	}
}

@media (max-width: 768px) and (max-width: 568px) {
	.para-a.a4 {
		display: none;
	}

	.search3 {
		left: -44%;
		width: 90%;
	}
}

@media (max-width: 768px) and (max-width: 568px) and (max-width: 568px) {
	.search3 {
		top: -13%;
		width: 100%;
	}
}

@media (max-width: 480px) {
	.header-center i.fa.fa-bars {
		right: 20px;
		top: 40%;
	}

	.search3 {
		margin-left: -19%;
		left: 0;
		width: 76%;
	}

	.search3 input {
		width: 45%;
		padding-left: 10px;
	}

	.date3 button.fa.fa-shopping-bag.dropdown-toggle {
		font-size: 17px;
		margin-right: 5px;
	}

	.recentcomments ul {
		margin-left: 20px;
	}

	.recentposts2 {
		width: 100%;
	}

	.para:not(.blog-v2) {
		top: 53%;
	}
}

@media (max-width: 480px) and (max-width: 480px) {
	.para:not(.blog-v2) h4 {
		font-size: 18px;
	}
}

@media (max-width: 480px) {
	.search button {
		padding-left: 2%;
	}

	.instargram img {
		width: 87px;
	}

	.logo-para {
		width: 100%;
	}

	.icons-ft {
		margin-top: -4%;
	}

	.img-ul img {
		width: 100%;
		margin-right: 19px;
	}

	.menu-ft a {
		margin-left: 38px;
		font-size: 15px;
	}
}

@media (max-width: 480px) and (max-width: 414px) {
	.check-out1 {
		position: absolute;
		left: 0;
		background: #fff;
	}

	.icon p {
		font-size: 12px;
	}

	.information.center {
		padding-right: 0;
		padding-left: 0;
	}

	.information {
		width: 100%;
	}

	.Instagram {
		text-align: left;
	}

	.para:not(.blog-v2) {
		top: 35%;
		bottom: 8px;
	}

	.para:not(.blog-v2) h4 {
		font-size: 14px;
	}

	.header-v2 .header-center {
		padding: 12px;
	}

	.para2 p {
		margin: 0 0 25px;
	}

	.search3 {
		left: 0;
		width: 94%;
		top: -15%;
	}

	.para-a.a4 {
		display: none;
	}

	.date3 {
		margin-right: 33%;
	}

	.header-center i.fa.fa-bars {
		left: -22px;
	}

	.icon {
		margin-right: 20px;
	}
}

@media (max-width: 480px) and (max-width: 414px) and (max-width: 375px) {
	.icon {
		margin-right: 3px;
	}
}

@media (max-width: 480px) and (max-width: 414px) and (max-width: 414px) {
	.icon {
		margin-right: -4px;
	}
}

@media (max-width: 480px) and (max-width: 414px) {
	.search button {
		padding-left: 2%;
	}

	.search2 {
		margin-bottom: 0px;
	}

	.img-ul img {
		width: 100%;
		margin-right: 3px;
	}

	.fted-left {
		margin-left: 0%;
	}

	.instargram img {
		width: 73px;
	}
}

@media (max-width: 480px) and (max-width: 375px) {
	.read a {
		font-size: 14px;
	}

	.check-out1 {
		padding: 34px 8px;
		position: absolute;
		left: 0;
		background: #fff;
	}

	.header-center i.fa.fa-bars {
		right: 23px;
	}

	.para2 p {
		margin: 6px;
	}

	.para:not(.blog-v2) {
		bottom: 5px;
	}

	.search3 {
		width: 100%;
		margin-top: -3%;
		left: -3%;
	}

	.para-a.a4 {
		display: none;
	}

	.date3 {
		margin-right: 37%;
	}

	.date3 button.fa.fa-shopping-bag.dropdown-toggle {
		font-size: 20px;
	}

	.header-v2 .header-center {
		padding: 15px;
	}
}

@media (max-width: 480px) and (max-width: 375px) and (max-width: 320px) {
	.header-v2 .header-center {
		padding: 20px;
	}
}

@media (max-width: 480px) and (max-width: 375px) {
	.date3 {
		border-right: none;
		margin-top: 5px;
	}

	.img-title2 {
		width: 35%;
	}

	.icon p {
		font-size: 10px;
	}

	.instargram img {
		width: 112px;
	}

	.recentposts {
		padding-bottom: 0px;
	}

	.sale-para2 span {
		left: 10px;
		top: -10px;
	}

	.img-ul img {
		width: 87px;
		margin-right: -4px;
	}

	.menu-ft a {
		margin-left: 30px;
		font-size: 12px;
	}

	.icon p {
		magin: 0 0 20px;
	}
}

@media (max-width: 480px) and (max-width: 360px) {
	.img-title2 {
		width: 36%;
	}

	.search button {
		padding-left: 2%;
	}

	.instargram img {
		width: 107px;
	}

	.recentposts a {
		font-size: 16px;
	}

	.recentcomments li {
		font-size: 14px;
	}

	.img-ul img {
		width: 83px;
		margin-right: -4px;
	}

	.para {
		top: 18%;
		bottom: 8px;
	}
}

@media (max-width: 480px) and (max-width: 320px) {
	.para:not(.blog-v2) {
		/*position: none;*/
		padding: 0;
	}

	.para h4 {
		font-size: 14px;
	}

	.read {
		text-align: left;
	}

	.search3 {
		margin-top: -5%;
	}

	.search3 button {
		margin-left: -5%;
	}

	.date3 button.fa.fa-shopping-bag.dropdown-toggle {
		padding: 10px 12px;
	}

	.para2 p {
		font-size: 14px;
	}

	.header-center i.fa.fa-bars {
		left: -7%;
		top: 55%;
	}

	.date3 button.fa.fa-shopping-bag.dropdown-toggle {
		font-size: 18px;
		margin-left: 10%;
	}

	.date3 {
		margin-right: 33%;
	}

	.img-title2 {
		width: 45%;
	}

	.para:not(.blog-v2) {
		top: 104%;
		width: 100%;
	}

	.search button {
		padding-left: 2%;
	}

	.instargram img {
		width: 94px;
	}

	.recentposts a {
		font-size: 14px;
	}

	.recentcomments span {
		font-size: 14px;
	}

	.saleproduct h4 {
		margin-left: -55%;
	}

	.img-ul img {
		width: 73px;
		margin-right: -4px;
	}

	.menu-ft a {
		margin-left: 20px;
	}
}

@media (max-width: 480px) and (max-width: 320px) and (max-width: 320px) {
	.menu-ft a {
		margin-left: 34px;
	}
}

/* Responsive Blog-v2 */
@media (max-width: 1024px) {
	.img-title2.v2 {
		width: 35%;
	}
}

@media (width: 823px) {
	.img-title2.v2 {
		width: 100%;
	}

	.img-blog-v2 {
		position: relative;
		margin-bottom: 20px;
	}

	.pagination2 {
		width: 38%;
		position: absolute;
		bottom: -50%;
	}
}

@media (max-width: 812px) {
	.img-blog-v2 {
		width: 100%;
		padding-right: 0;
	}

	.img-title2.v2 {
		width: 100% !important;
	}

	.img-title2.blog-v2 {
		width: 20%;
	}
}

@media (max-width: 812px) and (max-width: 736px) {
	.img-title2.blog-v2 {
		width: 19%;
	}
}

@media (max-width: 812px) and (max-width: 667px) {
	.img-title2.blog-v2 {
		width: 21%;
	}
}

@media (max-width: 812px) and (max-width: 640px) {
	.img-title2.blog-v2 {
		width: 22%;
	}
}

@media (max-width: 812px) and (max-width: 568px) {
	.img-title2.blog-v2 {
		width: 25%;
	}
}

@media (max-width: 812px) and (max-width: 480px) {
	.img-title2.blog-v2 {
		width: 49%;
	}
}

@media (max-width: 812px) and (max-width: 480px) {
	.img-title2.blog-v2 {
		width: 50%;
	}
}

@media (max-width: 812px) and (max-width: 414px) {
	.img-title2.blog-v2 {
		width: 37%;
	}
}

@media (max-width: 812px) and (max-width: 375px) {
	.img-title2.blog-v2 {
		width: 40%;
	}
}

@media (max-width: 812px) and (max-width: 360px) {
	.img-title2.blog-v2 {
		width: 41%;
	}
}

@media (max-width: 812px) and (max-width: 320px) {
	.img-title2.blog-v2 {
		width: 44%;
	}
}

@media (max-width: 812px) {
	.img-title2.v2,
	.icon.v2 {
		width: 18%;
	}
}

@media (max-width: 812px) and (max-width: 736px) {
	.img-title2.v2,
	.icon.v2 {
		width: 22%;
	}
}

@media (max-width: 812px) and (max-width: 640px) {
	.img-title2.v2,
	.icon.v2 {
		width: 27%;
	}
}

@media (max-width: 812px) and (max-width: 568px) {
	.img-title2.v2,
	.icon.v2 {
		width: 28%;
	}
}

@media (max-width: 812px) and (max-width: 480px) {
	.img-title2.v2,
	.icon.v2 {
		width: 40%;
	}
}

@media (max-width: 812px) and (max-width: 414px) {
	.img-title2.v2,
	.icon.v2 {
		width: 40%;
	}
}

@media (max-width: 812px) and (max-width: 375px) {
	.img-title2.v2,
	.icon.v2 {
		width: 42%;
	}
}

@media (max-width: 812px) and (max-width: 320px) {
	.img-title2.v2,
	.icon.v2 {
		width: 48%;
	}
}

@media (max-width: 812px) {
	.pagination2 {
		position: absolute;
		bottom: -1%;
		width: 37%;
	}
}

@media (max-width: 812px) and (max-width: 667px) {
	.pagination2 {
		width: 40%;
	}
}

@media (max-width: 812px) {
	.para2.v2 p {
		font-size: 18px;
	}
}

@media (max-width: 812px) and (max-width: 414px) {
	.para2.v2 p {
		font-size: 14px;
	}
}

@media (max-width: 812px) and (max-width: 414px) {
	.para2.v2 p {
		font-size: 12px;
	}
}

@media (max-width: 812px) and (max-width: 320px) {
	.para2.v2 p {
		font-size: 16px;
	}
}

@media (max-width: 812px) {
	.img-title2.blog-v2 p,
	.img-title3.v2 p {
		font-size: 14px;
	}

	.icon.v2 p {
		font-size: 14px;
	}
}

@media (max-width: 768px) {
	.para.blog-v2 h4 {
		font-size: 20px;
	}
}

@media (max-width: 768px) and (max-width: 320px) {
	.para.blog-v2 h4 {
		font-size: 19px;
	}
}

@media (max-width: 768px) {
	.img-title2.v2 {
		width: 100%;
		position: relative;
	}

	.pagination2 {
		position: absolute;
		bottom: -1%;
	}
}

@media (max-width: 768px) and (max-width: 640px) {
	.pagination2 {
		position: absolute;
		bottom: -1%;
		width: 43%;
	}
}

@media (max-width: 768px) and (max-width: 568px) {
	.pagination2 {
		position: absolute;
		bottom: -1.5%;
		width: 46%;
	}
}

@media (max-width: 768px) and (max-width: 480px) {
	.pagination2 {
		width: 55%;
	}
}

@media (max-width: 768px) and (max-width: 414px) {
	.pagination2 {
		bottom: -2%;
		width: 50%;
	}
}

@media (max-width: 768px) and (max-width: 375px) {
	.pagination2 {
		bottom: -2%;
		width: 58%;
	}
}

@media (max-width: 768px) and (max-width: 360px) {
	.pagination2 {
		width: 60%;
	}
}

@media (max-width: 768px) and (max-width: 320px) {
	.pagination2 {
		bottom: -2%;
		width: 67%;
	}
}

@media (max-width: 736px) {
	.img-title2.v2 p {
		font-size: 15px;
	}
}

@media (max-width: 736px) and (max-width: 480px) {
	.img-title2.v2 p {
		font-size: 14px;
	}
}

@media (max-width: 414px) {
	.para2.v2 p {
		margin: 0 0 5px;
	}

	.pagination > li {
		display: inline-block;
		padding: 0 2px;
	}

	ul.pagination.v2 {
		margin: 8px 7px;
	}

	.img-blog-v2 img {
		margin-bottom: 10px;
	}
}

@media (max-width: 375px) {
	.pagination > li {
		display: inline-block;
		padding: 0 10px;
	}
}

/*------ Responsive blog-v3 ------*/
@media (max-width: 1024px) {
	.col-md-9.col-sm-12.col-xs-12.v3, .col-md-9.col-sm-12.col-xs-12.slide.v6, .col-md-9.col-sm-12.col-xs-12.slide.v5 {
		margin-bottom: 60px;
	}

	.pagination2.v3, .pagination2.slide.v6, .pagination2.slide.v5 {
		width: 29%;
		top: 81.5%;
		left: 2%;
	}
}

@media (max-width: 1024px) and (max-width: 823px) {
	.pagination2.v3, .pagination2.slide.v6, .pagination2.slide.v5 {
		width: 36%;
		display: table;
		top: 79.5%;
	}
}

@media (max-width: 1024px) and (max-width: 812px) {
	.pagination2.v3, .pagination2.slide.v6, .pagination2.slide.v5 {
		display: table;
		width: 37%;
		top: 79.5%;
	}
}

@media (max-width: 1024px) and (max-width: 768px) {
	.pagination2.v3, .pagination2.slide.v6, .pagination2.slide.v5 {
		width: 35%;
		top: 80%;
		left: 2%;
		display: inline-table;
	}
}

@media (max-width: 1024px) and (max-width: 768px) and (max-width: 768px) {
	.pagination2.v3, .pagination2.slide.v6, .pagination2.slide.v5 {
		top: 80%;
	}
}

@media (max-width: 1024px) and (max-width: 768px) and (max-width: 736px) {
	.pagination2.v3, .pagination2.slide.v6, .pagination2.slide.v5 {
		top: 79%;
		width: 36%;
	}
}

@media (max-width: 1024px) and (max-width: 768px) and (max-width: 667px) {
	.pagination2.v3, .pagination2.slide.v6, .pagination2.slide.v5 {
		width: 40%;
		top: 78%;
	}
}

@media (max-width: 1024px) and (max-width: 768px) and (max-width: 568px) {
	.pagination2.v3, .pagination2.slide.v6, .pagination2.slide.v5 {
		width: 46%;
		top: 74%;
	}
}

@media (max-width: 1024px) and (max-width: 768px) and (max-width: 480px) {
	.pagination2.v3, .pagination2.slide.v6, .pagination2.slide.v5 {
		width: 55%;
	}
}

@media (max-width: 1024px) and (max-width: 768px) and (max-width: 414px) {
	.pagination2.v3, .pagination2.slide.v6, .pagination2.slide.v5 {
		width: 49%;
		top: 71%;
	}
}

@media (max-width: 1024px) and (max-width: 768px) and (max-width: 375px) {
	.pagination2.v3, .pagination2.slide.v6, .pagination2.slide.v5 {
		width: 57%;
		top: 66%;
	}
}

@media (max-width: 1024px) and (max-width: 768px) and (max-width: 360px) {
	.pagination2.v3, .pagination2.slide.v6, .pagination2.slide.v5 {
		width: 60%;
	}
}

@media (max-width: 1024px) and (max-width: 768px) and (max-width: 320px) {
	.pagination2.v3, .pagination2.slide.v6, .pagination2.slide.v5 {
		width: 67%;
		top: 66.8%;
		left: 15%;
	}
}

@media (max-width: 1024px) {
	.blog-v3 {
		width: 100%;
	}
}

@media (width: 1024px) {
	.icon.v2.v3, .icon.v2.slide.v6, .icon.v2.slide.v5 {
		width: 15%;
	}

	.img-title2.blog-v2.v3, .img-title2.blog-v2.slide.v6, .img-title2.blog-v2.slide.v5 {
		width: 16%;
	}
}

/* ------ Responsive Blog-v4 ------ */
@media (max-width: 1024px) {
	.left-v4 {
		margin-bottom: 20px;
	}
}

@media (max-width: 1024px) and (max-width: 414px) {
	.left-v4 {
		margin-bottom: 0;
	}
}

@media (max-width: 1024px) and (max-width: 375px) {
	.left-v4 {
		margin-bottom: 0;
	}
}

@media (max-width: 1024px) {
	.col-md-9.col-sm-12.col-xs-12.v3.v4, .col-md-9.col-sm-12.col-xs-12.v4.slide.v6, .col-md-9.col-sm-12.col-xs-12.v4.slide.v5 {
		margin-bottom: -20px;
	}
}

@media (max-width: 823px) {
	.happykid2 {
		padding-right: 34%;
	}

	.form-group.name {
		/* margin-right: 15px;*/
	}
}

@media (max-width: 812px) {
	.happykid2 {
		padding-right: 32%;
	}

	.form-group.name,
	.form-group.email {
		width: 48%;
	}

	.form-group.name {
		/*margin-right: 30px;*/
	}

	.form-group.review input {
		padding-bottom: 170px;
	}

	.img-cmt-v4 {
		margin-bottom: 8%;
	}
}

@media (max-width: 768px) {
	.happykid2 {
		padding-right: 30%;
	}
}

@media (max-width: 768px) and (max-width: 736px) {
	.happykid2 {
		padding-right: 25%;
	}
}

@media (max-width: 768px) and (max-width: 667px) {
	.happykid2 {
		padding-right: 17%;
	}
}

@media (max-width: 768px) and (max-width: 640px) {
	.happykid2 {
		padding-right: 13%;
	}
}

@media (max-width: 768px) and (max-width: 568px) {
	.happykid2 {
		padding-right: 11%;
	}
}

@media (max-width: 768px) and (max-width: 414px) {
	.happykid2 {
		padding-right: 23%;
	}
}

@media (max-width: 768px) {
	.img-cmt-v4 {
		margin: 0 0 20px;
		display: inline-block;
		text-align: center;
		width: 100%;
	}

	.form-group.review input {
		padding-bottom: 160px;
	}
}

@media (max-width: 768px) and (max-width: 375px) {
	.form-group.review input {
		padding-bottom: 125px;
	}
}

@media (max-width: 768px) {
	.form-group.name,
	.form-group.email {
		width: 48%;
	}
}

@media (max-width: 768px) and (max-width: 667px) {
	.form-group.name,
	.form-group.email {
		width: 100%;
		margin-bottom: 20px;
	}
}

@media (max-width: 768px) and (max-width: 375px) {
	.form-group.name,
	.form-group.email {
		width: 100%;
	}
}

@media (max-width: 768px) {
	.form-group.name {
		/*margin-right: 29px;*/
	}
}

@media (max-width: 768px) and (max-width: 736px) {
	.form-group.name {
		/* margin-right: 28px;*/
	}
}

@media (max-width: 768px) and (max-width: 667px) {
	.form-group.name {
		width: 100%;
		margin: 0;
	}
}

@media (max-width: 667px) {
	.img-title2.blog-v2.v3.v4, .img-title2.blog-v2.v4.slide.v6, .img-title2.blog-v2.v4.slide.v5 {
		width: 22%;
	}
}

@media (max-width: 667px) and (max-width: 568px) {
	.img-title2.blog-v2.v3.v4, .img-title2.blog-v2.v4.slide.v6, .img-title2.blog-v2.v4.slide.v5 {
		width: 26%;
	}
}

@media (max-width: 568px) {
	.cmt-like li {
		padding-right: 9px;
	}
}

@media (max-width: 480px) {
	.img-title2.blog-v2.v3.v4, .img-title2.blog-v2.v4.slide.v6, .img-title2.blog-v2.v4.slide.v5 {
		width: 33%;
	}

	.happykid {
		background: transparent;
		padding-top: 0px;
		padding-left: 0px;
	}

	.share {
		padding: 10px 0;
		margin-bottom: 0px;
	}

	.form-group.name {
		width: 100%;
		margin-bottom: 0;
	}

	.form-group.email {
		width: 100%;
		margin-bottom: 20px;
	}

	.btn-login {
		padding: 9px 0;
	}

	.luc2.v4 {
		margin-bottom: 0;
	}
}

@media (max-width: 480px) {
	.para.blog-v2.v3.v4 h4, .para.blog-v2.v4.slide.v6 h4, .para.blog-v2.v4.slide.v5 h4 {
		font-size: 18px;
		line-height: 24px;
	}

	.luc2.v4 {
		margin-bottom: 10px;
	}

	.img-title2.blog-v2.v3.v4, .img-title2.blog-v2.v4.slide.v6, .img-title2.blog-v2.v4.slide.v5 {
		width: 36%;
	}
}

@media (max-width: 480px) and (max-width: 320px) {
	.img-title2.blog-v2.v3.v4, .img-title2.blog-v2.v4.slide.v6, .img-title2.blog-v2.v4.slide.v5 {
		width: 44%;
	}
}

@media (max-width: 480px) {
	.happykid2 {
		padding-right: 10%;
	}
}

@media (max-width: 480px) and (max-width: 320px) {
	.happykid2 {
		padding-right: 6%;
	}
}

@media (max-width: 480px) {
	.form-group.name {
		margin-bottom: 0px;
	}

	.form-group.email {
		margin-bottom: 20px;
	}

	.btn-login {
		padding: 10px 13px;
		margin-bottom: 40px;
	}

	.share {
		margin-bottom: 0px;
	}
}

/* ------ Responsive shop-page-1 ------ */
@media (max-width: 823px) {
	.col-lg-4.col-md-4.col-sm-4.col-xs-12.product-item, .contact-form .col-lg-4.col-md-4.col-sm-4.col-xs-12.contact-item {
		width: 50%;
	}
}

@media (max-width: 823px) and (max-width: 629px) {
	.col-lg-4.col-md-4.col-sm-4.col-xs-12.product-item, .contact-form .col-lg-4.col-md-4.col-sm-4.col-xs-12.contact-item {
		width: 100%;
	}
}

@media (max-width: 823px) {
	.sale-para2.shop-1 span {
		left: 10px;
		top: -11px;
	}

	.loadmore {
		margin-bottom: 45px;
	}
}

@media (max-width: 812px) {
	.col-lg-3.col-md-3.col-sm-3.col-xs-12.product-item.shopv2.shopv2, .contact-form .col-lg-3.col-md-3.col-sm-3.col-xs-12.shopv2.shopv2.contact-item {
		width: 50%;
	}
}

@media (max-width: 812px) and (max-width: 480px) {
	.col-lg-3.col-md-3.col-sm-3.col-xs-12.product-item.shopv2.shopv2, .contact-form .col-lg-3.col-md-3.col-sm-3.col-xs-12.shopv2.shopv2.contact-item {
		width: 100%;
	}
}

form.search-form.has-categories-select {
	display: flex;
	height: 28px;
	line-height: 28px;
}

.search3.homepage2.home-3.home-3-right {
	padding: 8px 20px;
	position: absolute;
	left: 24%;
}

@media (min-width: 1450px) {
	.search3.homepage2.home-3.home-3-right {
		left: 20%;
	}
}

@media (min-width: 1367px) {
	.search3.homepage2.home-3.home-3-right {
		left: 15%;
	}
}

@media (max-width: 1366px) {
	.search3.homepage2.home-3.home-3-right {
		left: 10%;
	}
}


/*  New css  */
.product_img {
	width: 200px;
	height: 200px;
	object-fit: scale-down;
}

.sidebar-ul {
	padding-top: 10px;
}

.display-block {
	display: block !important;
}


.scroll-style-7::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #F5F5F5;
	border-radius: 10px;
}

.scroll-style-7::-webkit-scrollbar {
	width: 10px;
	background-color: #F5F5F5;
}

.scroll-style-7::-webkit-scrollbar-thumb {
	border-radius: 10px;
	/* background-image: -webkit-gradient(linear,
	 left bottom,
	 left top,
	 color-stop(0.44, rgb(122,153,217)),
	 color-stop(0.72, rgb(73,125,189)),
	 color-stop(0.86, rgb(28,58,148)));*/
	background-color: var(--secondary-color);
}

.single-product-tab > ul li a.active {
	border-bottom: 2.5px solid #2b2b2b;
}

html {
	scroll-behavior: smooth;
}

.filter-ul li {
	text-align: right;

}

/*my styles*/
/*@font-face {*/
/*	font-family: "yekan";*/
/*	src: url("./fonts/YekanBakh-Medium.eot");*/
/*	src: url("./fonts/YekanBakh-Medium.eot?#iefix") format("embedded-opentype"),*/
/*	url("./fonts/YekanBakh-Medium.woff2") format("woff2"),*/
/*	url("./fonts/YekanBakh-Medium.woff") format("woff"),*/
/*	url("./fonts/YekanBakh-Medium.ttf") format("truetype");*/
/*	font-weight: 100 !important;*/
/*}*/

/*@font-face {*/
/*	font-family: yekan;*/
/*	src: url("./fonts/regular.woff") format("woff");*/
/*}*/

/*.dropdown-menu.cart2 {*/
/*	right: -237% !important;*/
/*}*/

@media (width: 1024px) {
	.dropdown-menu.cart2 {
		right: -459% !important;
	}
}

@media (width: 768px) {
	.dropdown-menu.cart2 {
		right: -484% !important;
	}
}

/*@media (min-width: 320px) and (max-width: 375px) {*/
/*	.dropdown-menu.cart2[data-v-f6c0e60a] {*/
/*		right: -471% !important;*/
/*	}*/
/*}*/
@media (width: 425px) {
	.dropdown-menu.cart2 {
		right: -427% !important;
	}
}

/*@media (width: 1024px){*/
/*	.dropdown-menu.cart2 {*/
/*		width: 553% !important;*/
/*	}*/
/*}*/
@media (max-width: 1024px) and (min-width: 768px) {
	.dropdown-menu.cart2 {
		width: unset !important;
	}
}

/*@font-face {*/
/*	font-family: "yekan";*/
/*	src: url("./fonts/YekanBakh-Medium.eot");*/
/*	src: url("./fonts/YekanBakh-Medium.eot?#iefix") format("embedded-opentype"),*/
/*	url("./fonts/YekanBakh-Medium.woff2") format("woff2"),*/
/*	url("./fonts/YekanBakh-Medium.woff") format("woff"),*/
/*	url("./fonts/YekanBakh-Medium.ttf") format("truetype");*/
/*	font-weight: 100 !important;*/
/*}*/

/*@font-face {*/
/*	font-family: yekan;*/
/*	src: url("./fonts/regular_yekan.woff") format("woff");*/
/*}*/
@font-face {
	font-family: shabnam;
	src: url("./fonts/shabnam/Shabnam-FD.woff2") format("woff2");
}


/*.dropdown-menu.cart2 {*/
/*	right: -237% !important;*/
/*}*/

@media (width: 1024px) {
	.dropdown-menu.cart2 {
		right: -459% !important;
	}
}

@media (width: 768px) {
	.dropdown-menu.cart2 {
		right: -484% !important;
	}
}

/*@media (min-width: 320px) and (max-width: 375px) {*/
/*	.dropdown-menu.cart2[data-v-f6c0e60a] {*/
/*		right: -471% !important;*/
/*	}*/
/*}*/
@media (width: 425px) {
	.dropdown-menu.cart2 {
		right: -427% !important;
	}
}

/*@media (width: 1024px){*/
/*	.dropdown-menu.cart2 {*/
/*		width: 553% !important;*/
/*	}*/
/*}*/
@media (max-width: 1024px) and (min-width: 768px) {
	.dropdown-menu.cart2 {
		width: unset !important;
	}
}

.text-right {
	text-align: right !important;
}

.text-center {
	text-align: center !important;
}

.login-icon {
	width: 45px;
	margin: 0 10px;
	padding-top: 8.5px;
	float: left;
	text-align: center;
	color: #4c4b6c;
	font-size: 23px;
	cursor: pointer;
	display: none;
	visibility: hidden;
}

@media (max-width: 1024px) {
	.login-icon {
		display: block;
		visibility: visible;
	}
}

@media (max-width: 768px) {
	#header > div.header-center.pro-v1.hp1 > div > div > div.col-md-6.col-xs-12.col-sm-6.col2.flex.justify-content-end > div.date3.dropdown {
		margin-right: 0 !important;
	}
}

@media (max-width: 425px) {
	#header > div.header-center.pro-v1.hp1 > div > div > div.col-md-6.col-xs-12.col-sm-6.carts {
		width: unset !important;
	}
}

@media (width: 425px) {
	.login-icon {
		font-size: 20px
	}
}

@media (width: 375px) {
	.login-icon {
		padding-top: 3px;
	}
}

.collection {
	color: #3e558a !important;
}

/*
@media (min-width : 1024px){
	#footerLogo{
		margin-right: 7%;
	}
}
@media (max-width : 425px){
	#footerLogo{
		margin-right: 8%;
	}
}
*/
.centerizer {
	display: flex;
	flex-direction: column;
	max-width: 250px;
}

.centerizer a img {
	display: block;
	margin: auto;
}

.block {
	display: block !important;
}

.block-remove {
	display: block ;
}

.multiple-img-list.js-click-product-normal.slick-initialized.slick-slider.slick-dotted button,
.multiple-img-list.js-click-product-normal.slick-initialized.slick-slider.slick-dotted ul {
	display: none !important;
	visibility: hidden !important;
}

.modal .close-btn {
	left: 20px;
	right: auto;
}

.quick-view-modal .close-btn {
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 3;
}

.close-btn {
	border: 0;
	background-color: transparent;
	padding: 0;
	width: 30px;
	height: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
	outline: none;
}

.cart-sec .close-btn.close-dark span {
	background-color: red;
}

.close-btn.close-dark span {
	background-color: var(--secondary-color) !important;
}

.close-btn.close-dark span {
	background-color: var(--primary-color);
}

.close-btn span {
	position: absolute;
	width: 2px;
	height: 15px;
	display: block;
	background-color: #fff;
	opacity: 0.6;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	-webkit-transform: rotate(
		45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(
		45deg);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.close-btn span:nth-child(2) {
	-webkit-transform: rotate(
		-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(
		-45deg);
}

.auto_width {
	width: auto !important;
}

.btn_wishlist {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 47px;
	height: 47px;
	border-radius: 8px;
	background: #f4f4f4;
	border: 0;
}

.btn_wishlist:hover {
	background: var(--secondary-color);
	color: #fff;
}

.single-product-tab > ul li a.active:after {
	background: transparent !important;
}

#search-btn > i {
	display: flex;
	align-content: center;
	justify-content: center;
}

.scroll_top {
	display: flex;
	justify-content: center;
}

.scroll_top i {
	display: flex;
	justify-content: center;
	align-items: center;
}

:root {
	--vs-primary: 76, 75, 108 !important;
}
button:focus{
	outline: unset !important;
}


@media screen and (min-width: 767px) {
	::-webkit-scrollbar {
		width: 9px;
	}

	/* Track */
	::-webkit-scrollbar-track {
		background: #f1f1f1;
	}

	/* Handle */
	::-webkit-scrollbar-thumb {
		background: #74739a;
	}

	/* Handle on hover */
	::-webkit-scrollbar-thumb:hover {
		background: #4c4b6c;
	}
}
