<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Jet Cache: catalog/view/theme/neoseo_unistor/stylesheet/jquery-ui.css */
/*! jQuery UI - v1.12.1 - 2016-09-25
* http://jqueryui.com
* Includes: draggable.css, core.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&amp;folderName=base&amp;cornerRadiusShadow=8px&amp;offsetLeftShadow=0px&amp;offsetTopShadow=0px&amp;thicknessShadow=5px&amp;opacityShadow=30&amp;bgImgOpacityShadow=0&amp;bgTextureShadow=flat&amp;bgColorShadow=666666&amp;opacityOverlay=30&amp;bgImgOpacityOverlay=0&amp;bgTextureOverlay=flat&amp;bgColorOverlay=aaaaaa&amp;iconColorError=cc0000&amp;fcError=5f3f3f&amp;borderColorError=f1a899&amp;bgTextureError=flat&amp;bgColorError=fddfdf&amp;iconColorHighlight=777620&amp;fcHighlight=777620&amp;borderColorHighlight=dad55e&amp;bgTextureHighlight=flat&amp;bgColorHighlight=fffa90&amp;iconColorActive=ffffff&amp;fcActive=ffffff&amp;borderColorActive=003eff&amp;bgTextureActive=flat&amp;bgColorActive=007fff&amp;iconColorHover=555555&amp;fcHover=2b2b2b&amp;borderColorHover=cccccc&amp;bgTextureHover=flat&amp;bgColorHover=ededed&amp;iconColorDefault=777777&amp;fcDefault=454545&amp;borderColorDefault=c5c5c5&amp;bgTextureDefault=flat&amp;bgColorDefault=f6f6f6&amp;iconColorContent=444444&amp;fcContent=333333&amp;borderColorContent=dddddd&amp;bgTextureContent=flat&amp;bgColorContent=ffffff&amp;iconColorHeader=444444&amp;fcHeader=333333&amp;borderColorHeader=dddddd&amp;bgTextureHeader=flat&amp;bgColorHeader=e9e9e9&amp;cornerRadius=3px&amp;fwDefault=normal&amp;fsDefault=1em&amp;ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	/* Support: IE &lt;= 11 */
	overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}
.ui-controlgroup &gt; .ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.ui-controlgroup &gt; .ui-controlgroup-item:focus,
.ui-controlgroup &gt; .ui-controlgroup-item.ui-visual-focus {
	z-index: 9999;
}
.ui-controlgroup-vertical &gt; .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {

	/* Support: IE8 only, Android &lt; 4.4 only */
	width: 75%;
	width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}
.ui-checkboxradio-disabled {
	pointer-events: none;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0;
}
.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}
.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}
.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}
.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}
.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}
.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: 14px;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -6px;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	background: #5e8ee4;
	top: 0px;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}
.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	/*border: 1px solid #c5c5c5;*/
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #dddddd;
	background: #cecece;
	color: #333333;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333;
}

/* Interaction states
----------------------------------*/

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid rgba(255, 255, 255, 0);
	font-weight: normal;
	color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	font-weight: normal;
	color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff;
	background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}
.ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("/catalog/view/theme/neoseo_unistor/image/ui-icons_444444_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("/catalog/view/theme/neoseo_unistor/image/ui-icons_444444_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url("/catalog/view/theme/neoseo_unistor/image/ui-icons_555555_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url("/catalog/view/theme/neoseo_unistor/image/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url("/catalog/view/theme/neoseo_unistor/image/ui-icons_777620_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("/catalog/view/theme/neoseo_unistor/image/ui-icons_cc0000_256x240.png");
}
.ui-button .ui-icon {
	background-image: url("/catalog/view/theme/neoseo_unistor/image/ui-icons_777777_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
}

/* Jet Cache: catalog/view/javascript/bootstrap/css/bootstrap.min.css */
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 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 */html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}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:700}dfn{font-style:italic}h1{margin:.67em 0;font-size:2em}mark{color:#000;background:#ff0}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{height:0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}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{padding:0;border:0}input{line-height:normal}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;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-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid silver}legend{padding:0;border:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-spacing:0;border-collapse:collapse}td,th{padding:0}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{*,:after,:before{color:#000!important;text-shadow:none!important;background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="javascript:"]:after,a[href^="#"]:after{content:""}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.btn&gt;.caret,.dropup&gt;.btn&gt;.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 td,.table-bordered th{border:1px solid #ddd!important}}@font-face{font-display:swap;font-family:'Glyphicons Halflings';src:url(/catalog/view/javascript/bootstrap/fonts/glyphicons-halflings-regular.eot);src:url(/catalog/view/javascript/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(/catalog/view/javascript/bootstrap/fonts/glyphicons-halflings-regular.woff2) format('woff2'),url(/catalog/view/javascript/bootstrap/fonts/glyphicons-halflings-regular.woff) format('woff'),url(/catalog/view/javascript/bootstrap/fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(/catalog/view/javascript/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\2a"}.glyphicon-plus:before{content:"\2b"}.glyphicon-eur:before,.glyphicon-euro: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}:after,:before{-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:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#337ab7;text-decoration:none}a:focus,a:hover{color:#23527c;text-decoration:underline}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.carousel-inner&gt;.item&gt;a&gt;img,.carousel-inner&gt;.item&gt;img,.img-responsive,.thumbnail a&gt;img,.thumbnail&gt;img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{display:inline-block;max-width:100%;height:auto;padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;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{font-family: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:400;line-height:1;color:#777}.h1,.h2,.h3,h1,h2,h3{margin-top:20px;margin-bottom:10px}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small{font-size:65%}.h4,.h5,.h6,h4,h5,h6{margin-top:10px;margin-bottom:10px}.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 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:18px}.h5,h5{font-size:14px}.h6,h6{font-size:12px}p{margin:0 0 10px}.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{padding:.2em;background-color:#fcf8e3}.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{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777}.text-primary{color:#337ab7}a.text-primary:focus,a.text-primary:hover{color:#286090}.text-success{color:#3c763d}a.text-success:focus,a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:focus,a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:focus,a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:focus,a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#337ab7}a.bg-primary:focus,a.bg-primary:hover{background-color:#286090}.bg-success{background-color:#dff0d8}a.bg-success:focus,a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:focus,a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:focus,a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:focus,a.bg-danger:hover{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ol,ul{margin-top:0;margin-bottom:10px}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;margin-left:-5px;list-style:none}.list-inline&gt;li{display:inline-block;padding-right:5px;padding-left:5px}dl{margin-top:0;margin-bottom:20px}dd,dt{line-height:1.42857143}dt{font-weight:700}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[data-original-title],abbr[title]{cursor:help;border-bottom:1px dotted #777}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child{margin-bottom:0}blockquote .small,blockquote footer,blockquote small{display:block;font-size:80%;line-height:1.42857143;color:#777}blockquote .small:before,blockquote footer:before,blockquote small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;text-align:right;border-right:5px solid #eee;border-left:0}.blockquote-reverse .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before{content:''}.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after{content:'\00A0 \2014'}address{margin-bottom:20px;font-style:normal;line-height:1.42857143}code,kbd,pre,samp{font-family: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;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.25);box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}kbd kbd{padding:0;font-size:100%;font-weight:700;-webkit-box-shadow:none;box-shadow:none}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;color:#333;word-break:break-all;word-wrap:break-word;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{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{margin-right:-15px;margin-left:-15px}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.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-md-1,.col-md-10,.col-md-11,.col-md-12,.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-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.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-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}table{background-color:transparent}caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:left}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:20px}.table&gt;tbody&gt;tr&gt;td,.table&gt;tbody&gt;tr&gt;th,.table&gt;tfoot&gt;tr&gt;td,.table&gt;tfoot&gt;tr&gt;th,.table&gt;thead&gt;tr&gt;td,.table&gt;thead&gt;tr&gt;th{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table&gt;thead&gt;tr&gt;th{vertical-align:bottom;border-bottom:2px solid #ddd}.table&gt;caption+thead&gt;tr:first-child&gt;td,.table&gt;caption+thead&gt;tr:first-child&gt;th,.table&gt;colgroup+thead&gt;tr:first-child&gt;td,.table&gt;colgroup+thead&gt;tr:first-child&gt;th,.table&gt;thead:first-child&gt;tr:first-child&gt;td,.table&gt;thead:first-child&gt;tr:first-child&gt;th{border-top:0}.table&gt;tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed&gt;tbody&gt;tr&gt;td,.table-condensed&gt;tbody&gt;tr&gt;th,.table-condensed&gt;tfoot&gt;tr&gt;td,.table-condensed&gt;tfoot&gt;tr&gt;th,.table-condensed&gt;thead&gt;tr&gt;td,.table-condensed&gt;thead&gt;tr&gt;th{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered&gt;tbody&gt;tr&gt;td,.table-bordered&gt;tbody&gt;tr&gt;th,.table-bordered&gt;tfoot&gt;tr&gt;td,.table-bordered&gt;tfoot&gt;tr&gt;th,.table-bordered&gt;thead&gt;tr&gt;td,.table-bordered&gt;thead&gt;tr&gt;th{border:1px solid #ddd}.table-bordered&gt;thead&gt;tr&gt;td,.table-bordered&gt;thead&gt;tr&gt;th{border-bottom-width:2px}.table-striped&gt;tbody&gt;tr:nth-of-type(odd){background-color:#f9f9f9}.table-hover&gt;tbody&gt;tr:hover{background-color:#f5f5f5}table col[class*=col-]{position:static;display:table-column;float:none}table td[class*=col-],table th[class*=col-]{position:static;display:table-cell;float:none}.table&gt;tbody&gt;tr.active&gt;td,.table&gt;tbody&gt;tr.active&gt;th,.table&gt;tbody&gt;tr&gt;td.active,.table&gt;tbody&gt;tr&gt;th.active,.table&gt;tfoot&gt;tr.active&gt;td,.table&gt;tfoot&gt;tr.active&gt;th,.table&gt;tfoot&gt;tr&gt;td.active,.table&gt;tfoot&gt;tr&gt;th.active,.table&gt;thead&gt;tr.active&gt;td,.table&gt;thead&gt;tr.active&gt;th,.table&gt;thead&gt;tr&gt;td.active,.table&gt;thead&gt;tr&gt;th.active{background-color:#f5f5f5}.table-hover&gt;tbody&gt;tr.active:hover&gt;td,.table-hover&gt;tbody&gt;tr.active:hover&gt;th,.table-hover&gt;tbody&gt;tr:hover&gt;.active,.table-hover&gt;tbody&gt;tr&gt;td.active:hover,.table-hover&gt;tbody&gt;tr&gt;th.active:hover{background-color:#e8e8e8}.table&gt;tbody&gt;tr.success&gt;td,.table&gt;tbody&gt;tr.success&gt;th,.table&gt;tbody&gt;tr&gt;td.success,.table&gt;tbody&gt;tr&gt;th.success,.table&gt;tfoot&gt;tr.success&gt;td,.table&gt;tfoot&gt;tr.success&gt;th,.table&gt;tfoot&gt;tr&gt;td.success,.table&gt;tfoot&gt;tr&gt;th.success,.table&gt;thead&gt;tr.success&gt;td,.table&gt;thead&gt;tr.success&gt;th,.table&gt;thead&gt;tr&gt;td.success,.table&gt;thead&gt;tr&gt;th.success{background-color:#dff0d8}.table-hover&gt;tbody&gt;tr.success:hover&gt;td,.table-hover&gt;tbody&gt;tr.success:hover&gt;th,.table-hover&gt;tbody&gt;tr:hover&gt;.success,.table-hover&gt;tbody&gt;tr&gt;td.success:hover,.table-hover&gt;tbody&gt;tr&gt;th.success:hover{background-color:#d0e9c6}.table&gt;tbody&gt;tr.info&gt;td,.table&gt;tbody&gt;tr.info&gt;th,.table&gt;tbody&gt;tr&gt;td.info,.table&gt;tbody&gt;tr&gt;th.info,.table&gt;tfoot&gt;tr.info&gt;td,.table&gt;tfoot&gt;tr.info&gt;th,.table&gt;tfoot&gt;tr&gt;td.info,.table&gt;tfoot&gt;tr&gt;th.info,.table&gt;thead&gt;tr.info&gt;td,.table&gt;thead&gt;tr.info&gt;th,.table&gt;thead&gt;tr&gt;td.info,.table&gt;thead&gt;tr&gt;th.info{background-color:#d9edf7}.table-hover&gt;tbody&gt;tr.info:hover&gt;td,.table-hover&gt;tbody&gt;tr.info:hover&gt;th,.table-hover&gt;tbody&gt;tr:hover&gt;.info,.table-hover&gt;tbody&gt;tr&gt;td.info:hover,.table-hover&gt;tbody&gt;tr&gt;th.info:hover{background-color:#c4e3f3}.table&gt;tbody&gt;tr.warning&gt;td,.table&gt;tbody&gt;tr.warning&gt;th,.table&gt;tbody&gt;tr&gt;td.warning,.table&gt;tbody&gt;tr&gt;th.warning,.table&gt;tfoot&gt;tr.warning&gt;td,.table&gt;tfoot&gt;tr.warning&gt;th,.table&gt;tfoot&gt;tr&gt;td.warning,.table&gt;tfoot&gt;tr&gt;th.warning,.table&gt;thead&gt;tr.warning&gt;td,.table&gt;thead&gt;tr.warning&gt;th,.table&gt;thead&gt;tr&gt;td.warning,.table&gt;thead&gt;tr&gt;th.warning{background-color:#fcf8e3}.table-hover&gt;tbody&gt;tr.warning:hover&gt;td,.table-hover&gt;tbody&gt;tr.warning:hover&gt;th,.table-hover&gt;tbody&gt;tr:hover&gt;.warning,.table-hover&gt;tbody&gt;tr&gt;td.warning:hover,.table-hover&gt;tbody&gt;tr&gt;th.warning:hover{background-color:#faf2cc}.table&gt;tbody&gt;tr.danger&gt;td,.table&gt;tbody&gt;tr.danger&gt;th,.table&gt;tbody&gt;tr&gt;td.danger,.table&gt;tbody&gt;tr&gt;th.danger,.table&gt;tfoot&gt;tr.danger&gt;td,.table&gt;tfoot&gt;tr.danger&gt;th,.table&gt;tfoot&gt;tr&gt;td.danger,.table&gt;tfoot&gt;tr&gt;th.danger,.table&gt;thead&gt;tr.danger&gt;td,.table&gt;thead&gt;tr.danger&gt;th,.table&gt;thead&gt;tr&gt;td.danger,.table&gt;thead&gt;tr&gt;th.danger{background-color:#f2dede}.table-hover&gt;tbody&gt;tr.danger:hover&gt;td,.table-hover&gt;tbody&gt;tr.danger:hover&gt;th,.table-hover&gt;tbody&gt;tr:hover&gt;.danger,.table-hover&gt;tbody&gt;tr&gt;td.danger:hover,.table-hover&gt;tbody&gt;tr&gt;th.danger:hover{background-color:#ebcccc}.table-responsive{min-height:.01%;overflow-x:auto}@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&gt;.table{margin-bottom:0}.table-responsive&gt;.table&gt;tbody&gt;tr&gt;td,.table-responsive&gt;.table&gt;tbody&gt;tr&gt;th,.table-responsive&gt;.table&gt;tfoot&gt;tr&gt;td,.table-responsive&gt;.table&gt;tfoot&gt;tr&gt;th,.table-responsive&gt;.table&gt;thead&gt;tr&gt;td,.table-responsive&gt;.table&gt;thead&gt;tr&gt;th{white-space:nowrap}.table-responsive&gt;.table-bordered{border:0}.table-responsive&gt;.table-bordered&gt;tbody&gt;tr&gt;td:first-child,.table-responsive&gt;.table-bordered&gt;tbody&gt;tr&gt;th:first-child,.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr&gt;td:first-child,.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr&gt;th:first-child,.table-responsive&gt;.table-bordered&gt;thead&gt;tr&gt;td:first-child,.table-responsive&gt;.table-bordered&gt;thead&gt;tr&gt;th:first-child{border-left:0}.table-responsive&gt;.table-bordered&gt;tbody&gt;tr&gt;td:last-child,.table-responsive&gt;.table-bordered&gt;tbody&gt;tr&gt;th:last-child,.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr&gt;td:last-child,.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr&gt;th:last-child,.table-responsive&gt;.table-bordered&gt;thead&gt;tr&gt;td:last-child,.table-responsive&gt;.table-bordered&gt;thead&gt;tr&gt;th:last-child{border-right:0}.table-responsive&gt;.table-bordered&gt;tbody&gt;tr:last-child&gt;td,.table-responsive&gt;.table-bordered&gt;tbody&gt;tr:last-child&gt;th,.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr:last-child&gt;td,.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr:last-child&gt;th{border-bottom:0}}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type=checkbox],input[type=radio]{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=checkbox]:focus,input[type=radio]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#eee;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-group-sm input[type=date],.input-group-sm input[type=time],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],input[type=date].input-sm,input[type=time].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm{line-height:30px}.input-group-lg input[type=date],.input-group-lg input[type=time],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],input[type=date].input-lg,input[type=time].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg{line-height:46px}}.form-group{margin-bottom:15px}.checkbox,.radio{position:relative;display:block;margin-top:10px;margin-bottom:10px}.checkbox label,.radio label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox],.radio input[type=radio],.radio-inline input[type=radio]{position:absolute;margin-top:4px\9;margin-left:-20px}.checkbox+.checkbox,.radio+.radio{margin-top:-5px}.checkbox-inline,.radio-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;font-weight:400;vertical-align:middle;cursor:pointer}.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline{margin-top:0;margin-left:10px}fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled]{cursor:not-allowed}.checkbox-inline.disabled,.radio-inline.disabled,fieldset[disabled] .checkbox-inline,fieldset[disabled] .radio-inline{cursor:not-allowed}.checkbox.disabled label,.radio.disabled label,fieldset[disabled] .checkbox label,fieldset[disabled] .radio label{cursor:not-allowed}.form-control-static{min-height:34px;padding-top:7px;padding-bottom:7px;margin-bottom:0}.form-control-static.input-lg,.form-control-static.input-sm{padding-right:0;padding-left:0}.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}select[multiple].input-sm,textarea.input-sm{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 select[multiple].form-control,.form-group-sm textarea.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{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-lg{height:46px;line-height:46px}select[multiple].input-lg,textarea.input-lg{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 select[multiple].form-control,.form-group-lg textarea.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}.form-group-lg .form-control+.form-control-feedback,.input-group-lg+.form-control-feedback,.input-lg+.form-control-feedback{width:46px;height:46px;line-height:46px}.form-group-sm .form-control+.form-control-feedback,.input-group-sm+.form-control-feedback,.input-sm+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .help-block,.has-success .radio,.has-success .radio-inline,.has-success.checkbox label,.has-success.checkbox-inline label,.has-success.radio label,.has-success.radio-inline label{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;background-color:#dff0d8;border-color:#3c763d}.has-success .form-control-feedback{color:#3c763d}.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.checkbox label,.has-warning.checkbox-inline label,.has-warning.radio label,.has-warning.radio-inline label{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;background-color:#fcf8e3;border-color:#8a6d3b}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.checkbox label,.has-error.checkbox-inline label,.has-error.radio label,.has-error.radio-inline label{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;background-color:#f2dede;border-color:#a94442}.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:#737373}@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 .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn{width:auto}.form-inline .input-group&gt;.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .checkbox,.form-inline .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .checkbox label,.form-inline .radio label{padding-left:0}.form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline{padding-top:7px;margin-top:0;margin-bottom:0}.form-horizontal .checkbox,.form-horizontal .radio{min-height:27px}.form-horizontal .form-group{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.form-horizontal .control-label{padding-top:7px;margin-bottom:0;text-align:right}}.form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:14.33px;font-size:18px}}@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px;font-size:12px}}.btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:4px}.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn.focus,.btn:focus,.btn:hover{color:#333;text-decoration:none}.btn.active,.btn:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default.focus,.btn-default:focus{color:#333;background-color:#e6e6e6;border-color:#8c8c8c}.btn-default:hover{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active,.btn-default:active,.open&gt;.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover,.open&gt;.dropdown-toggle.btn-default.focus,.open&gt;.dropdown-toggle.btn-default:focus,.open&gt;.dropdown-toggle.btn-default:hover{color:#333;background-color:#d4d4d4;border-color:#8c8c8c}.btn-default.active,.btn-default:active,.open&gt;.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled,.btn-default.disabled.active,.btn-default.disabled.focus,.btn-default.disabled:active,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled],.btn-default[disabled].active,.btn-default[disabled].focus,.btn-default[disabled]:active,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default,fieldset[disabled] .btn-default.active,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:active,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.btn-primary.focus,.btn-primary:focus{color:#fff;background-color:#286090;border-color:#122b40}.btn-primary:hover{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active,.btn-primary:active,.open&gt;.dropdown-toggle.btn-primary{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open&gt;.dropdown-toggle.btn-primary.focus,.open&gt;.dropdown-toggle.btn-primary:focus,.open&gt;.dropdown-toggle.btn-primary:hover{color:#fff;background-color:#204d74;border-color:#122b40}.btn-primary.active,.btn-primary:active,.open&gt;.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled,.btn-primary.disabled.active,.btn-primary.disabled.focus,.btn-primary.disabled:active,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled],.btn-primary[disabled].active,.btn-primary[disabled].focus,.btn-primary[disabled]:active,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-primary.active,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:active,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#337ab7;border-color:#2e6da4}.btn-primary .badge{color:#337ab7;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&gt;.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active.focus,.btn-success.active:focus,.btn-success.active:hover,.btn-success:active.focus,.btn-success:active:focus,.btn-success:active:hover,.open&gt;.dropdown-toggle.btn-success.focus,.open&gt;.dropdown-toggle.btn-success:focus,.open&gt;.dropdown-toggle.btn-success:hover{color:#fff;background-color:#398439;border-color:#255625}.btn-success.active,.btn-success:active,.open&gt;.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled,.btn-success.disabled.active,.btn-success.disabled.focus,.btn-success.disabled:active,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled],.btn-success[disabled].active,.btn-success[disabled].focus,.btn-success[disabled]:active,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success,fieldset[disabled] .btn-success.active,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:active,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{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&gt;.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active.focus,.btn-info.active:focus,.btn-info.active:hover,.btn-info:active.focus,.btn-info:active:focus,.btn-info:active:hover,.open&gt;.dropdown-toggle.btn-info.focus,.open&gt;.dropdown-toggle.btn-info:focus,.open&gt;.dropdown-toggle.btn-info:hover{color:#fff;background-color:#269abc;border-color:#1b6d85}.btn-info.active,.btn-info:active,.open&gt;.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled,.btn-info.disabled.active,.btn-info.disabled.focus,.btn-info.disabled:active,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled],.btn-info[disabled].active,.btn-info[disabled].focus,.btn-info[disabled]:active,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info,fieldset[disabled] .btn-info.active,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:active,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{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&gt;.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active.focus,.btn-warning.active:focus,.btn-warning.active:hover,.btn-warning:active.focus,.btn-warning:active:focus,.btn-warning:active:hover,.open&gt;.dropdown-toggle.btn-warning.focus,.open&gt;.dropdown-toggle.btn-warning:focus,.open&gt;.dropdown-toggle.btn-warning:hover{color:#fff;background-color:#d58512;border-color:#985f0d}.btn-warning.active,.btn-warning:active,.open&gt;.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled,.btn-warning.disabled.active,.btn-warning.disabled.focus,.btn-warning.disabled:active,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled],.btn-warning[disabled].active,.btn-warning[disabled].focus,.btn-warning[disabled]:active,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning,fieldset[disabled] .btn-warning.active,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:active,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{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&gt;.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active.focus,.btn-danger.active:focus,.btn-danger.active:hover,.btn-danger:active.focus,.btn-danger:active:focus,.btn-danger:active:hover,.open&gt;.dropdown-toggle.btn-danger.focus,.open&gt;.dropdown-toggle.btn-danger:focus,.open&gt;.dropdown-toggle.btn-danger:hover{color:#fff;background-color:#ac2925;border-color:#761c19}.btn-danger.active,.btn-danger:active,.open&gt;.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled,.btn-danger.disabled.active,.btn-danger.disabled.focus,.btn-danger.disabled:active,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled],.btn-danger[disabled].active,.btn-danger[disabled].focus,.btn-danger[disabled]:active,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger,fieldset[disabled] .btn-danger.active,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:active,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{font-weight:400;color:#337ab7;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:active,.btn-link:focus,.btn-link:hover{border-color:transparent}.btn-link:focus,.btn-link:hover{color:#23527c;text-decoration:underline;background-color:transparent}.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover{color:#777;text-decoration:none}.btn-group-lg&gt;.btn,.btn-lg{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.btn-group-sm&gt;.btn,.btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-xs&gt;.btn,.btn-xs{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=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.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-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-duration:.35s;-o-transition-duration:.35s;transition-duration:.35s;-webkit-transition-property:height,visibility;-o-transition-property:height,visibility;transition-property:height,visibility}.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}.dropdown,.dropup{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;font-size:14px;text-align:left;list-style:none;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175)}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu&gt;li&gt;a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu&gt;li&gt;a:focus,.dropdown-menu&gt;li&gt;a:hover{color:#262626;text-decoration:none;background-color:#f5f5f5}.dropdown-menu&gt;.active&gt;a,.dropdown-menu&gt;.active&gt;a:focus,.dropdown-menu&gt;.active&gt;a:hover{color:#fff;text-decoration:none;background-color:#337ab7;outline:0}.dropdown-menu&gt;.disabled&gt;a,.dropdown-menu&gt;.disabled&gt;a:focus,.dropdown-menu&gt;.disabled&gt;a:hover{color:#777}.dropdown-menu&gt;.disabled&gt;a:focus,.dropdown-menu&gt;.disabled&gt;a:hover{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.open&gt;.dropdown-menu{display:block}.open&gt;a{outline:0}.dropdown-menu-right{right:0;left:auto}.dropdown-menu-left{right:auto;left:0}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.pull-right&gt;.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{content:"";border-top:0;border-bottom:4px dashed;border-bottom:4px solid\9}.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{right:auto;left:0}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group-vertical&gt;.btn,.btn-group&gt;.btn{position:relative;float:left}.btn-group-vertical&gt;.btn.active,.btn-group-vertical&gt;.btn:active,.btn-group-vertical&gt;.btn:focus,.btn-group-vertical&gt;.btn:hover,.btn-group&gt;.btn.active,.btn-group&gt;.btn:active,.btn-group&gt;.btn:focus,.btn-group&gt;.btn:hover{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 .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar&gt;.btn,.btn-toolbar&gt;.btn-group,.btn-toolbar&gt;.input-group{margin-left:5px}.btn-group&gt;.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group&gt;.btn:first-child{margin-left:0}.btn-group&gt;.btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group&gt;.btn:last-child:not(:first-child),.btn-group&gt;.dropdown-toggle:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.btn-group&gt;.btn-group{float:left}.btn-group&gt;.btn-group:not(:first-child):not(:last-child)&gt;.btn{border-radius:0}.btn-group&gt;.btn-group:first-child:not(:last-child)&gt;.btn:last-child,.btn-group&gt;.btn-group:first-child:not(:last-child)&gt;.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group&gt;.btn-group:last-child:not(:first-child)&gt;.btn:first-child{border-top-left-radius:0;border-bottom-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group&gt;.btn+.dropdown-toggle{padding-right:8px;padding-left:8px}.btn-group&gt;.btn-lg+.dropdown-toggle{padding-right:12px;padding-left:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(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{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical&gt;.btn,.btn-group-vertical&gt;.btn-group,.btn-group-vertical&gt;.btn-group&gt;.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical&gt;.btn-group&gt;.btn{float:none}.btn-group-vertical&gt;.btn+.btn,.btn-group-vertical&gt;.btn+.btn-group,.btn-group-vertical&gt;.btn-group+.btn,.btn-group-vertical&gt;.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical&gt;.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical&gt;.btn:first-child:not(:last-child){border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical&gt;.btn:last-child:not(:first-child){border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:4px}.btn-group-vertical&gt;.btn-group:not(:first-child):not(:last-child)&gt;.btn{border-radius:0}.btn-group-vertical&gt;.btn-group:first-child:not(:last-child)&gt;.btn:last-child,.btn-group-vertical&gt;.btn-group:first-child:not(:last-child)&gt;.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical&gt;.btn-group:last-child:not(:first-child)&gt;.btn:first-child{border-top-left-radius:0;border-top-right-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified&gt;.btn,.btn-group-justified&gt;.btn-group{display:table-cell;float:none;width:1%}.btn-group-justified&gt;.btn-group .btn{width:100%}.btn-group-justified&gt;.btn-group .dropdown-menu{left:auto}[data-toggle=buttons]&gt;.btn input[type=checkbox],[data-toggle=buttons]&gt;.btn input[type=radio],[data-toggle=buttons]&gt;.btn-group&gt;.btn input[type=checkbox],[data-toggle=buttons]&gt;.btn-group&gt;.btn input[type=radio]{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-right:0;padding-left:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group-lg&gt;.form-control,.input-group-lg&gt;.input-group-addon,.input-group-lg&gt;.input-group-btn&gt;.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-group-lg&gt;.form-control,select.input-group-lg&gt;.input-group-addon,select.input-group-lg&gt;.input-group-btn&gt;.btn{height:46px;line-height:46px}select[multiple].input-group-lg&gt;.form-control,select[multiple].input-group-lg&gt;.input-group-addon,select[multiple].input-group-lg&gt;.input-group-btn&gt;.btn,textarea.input-group-lg&gt;.form-control,textarea.input-group-lg&gt;.input-group-addon,textarea.input-group-lg&gt;.input-group-btn&gt;.btn{height:auto}.input-group-sm&gt;.form-control,.input-group-sm&gt;.input-group-addon,.input-group-sm&gt;.input-group-btn&gt;.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm&gt;.form-control,select.input-group-sm&gt;.input-group-addon,select.input-group-sm&gt;.input-group-btn&gt;.btn{height:30px;line-height:30px}select[multiple].input-group-sm&gt;.form-control,select[multiple].input-group-sm&gt;.input-group-addon,select[multiple].input-group-sm&gt;.input-group-btn&gt;.btn,textarea.input-group-sm&gt;.form-control,textarea.input-group-sm&gt;.input-group-addon,textarea.input-group-sm&gt;.input-group-btn&gt;.btn{height:auto}.input-group .form-control,.input-group-addon,.input-group-btn{display:table-cell}.input-group .form-control:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn: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:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type=checkbox],.input-group-addon input[type=radio]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child&gt;.btn,.input-group-btn:first-child&gt;.btn-group&gt;.btn,.input-group-btn:first-child&gt;.dropdown-toggle,.input-group-btn:last-child&gt;.btn-group:not(:last-child)&gt;.btn,.input-group-btn:last-child&gt;.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-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:first-child&gt;.btn-group:not(:first-child)&gt;.btn,.input-group-btn:first-child&gt;.btn:not(:first-child),.input-group-btn:last-child&gt;.btn,.input-group-btn:last-child&gt;.btn-group&gt;.btn,.input-group-btn:last-child&gt;.dropdown-toggle{border-top-left-radius:0;border-bottom-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&gt;.btn{position:relative}.input-group-btn&gt;.btn+.btn{margin-left:-1px}.input-group-btn&gt;.btn:active,.input-group-btn&gt;.btn:focus,.input-group-btn&gt;.btn:hover{z-index:2}.input-group-btn:first-child&gt;.btn,.input-group-btn:first-child&gt;.btn-group{margin-right:-1px}.input-group-btn:last-child&gt;.btn,.input-group-btn:last-child&gt;.btn-group{z-index:2;margin-left:-1px}.nav{padding-left:0;margin-bottom:0;list-style:none}.nav&gt;li{position:relative;display:block}.nav&gt;li&gt;a{position:relative;display:block;padding:10px 15px}.nav&gt;li&gt;a:focus,.nav&gt;li&gt;a:hover{text-decoration:none;background-color:#eee}.nav&gt;li.disabled&gt;a{color:#777}.nav&gt;li.disabled&gt;a:focus,.nav&gt;li.disabled&gt;a:hover{color:#777;text-decoration:none;cursor:not-allowed;background-color:transparent}.nav .open&gt;a,.nav .open&gt;a:focus,.nav .open&gt;a:hover{background-color:#eee;border-color:#337ab7}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav&gt;li&gt;a&gt;img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs&gt;li{float:left;margin-bottom:-1px}.nav-tabs&gt;li&gt;a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs&gt;li&gt;a:hover{border-color:#eee #eee #ddd}.nav-tabs&gt;li.active&gt;a,.nav-tabs&gt;li.active&gt;a:focus,.nav-tabs&gt;li.active&gt;a:hover{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified&gt;li{float:none}.nav-tabs.nav-justified&gt;li&gt;a{margin-bottom:5px;text-align:center}.nav-tabs.nav-justified&gt;.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified&gt;li{display:table-cell;width:1%}.nav-tabs.nav-justified&gt;li&gt;a{margin-bottom:0}}.nav-tabs.nav-justified&gt;li&gt;a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified&gt;.active&gt;a,.nav-tabs.nav-justified&gt;.active&gt;a:focus,.nav-tabs.nav-justified&gt;.active&gt;a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs.nav-justified&gt;li&gt;a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified&gt;.active&gt;a,.nav-tabs.nav-justified&gt;.active&gt;a:focus,.nav-tabs.nav-justified&gt;.active&gt;a:hover{border-bottom-color:#fff}}.nav-pills&gt;li{float:left}.nav-pills&gt;li&gt;a{border-radius:4px}.nav-pills&gt;li+li{margin-left:2px}.nav-pills&gt;li.active&gt;a,.nav-pills&gt;li.active&gt;a:focus,.nav-pills&gt;li.active&gt;a:hover{color:#fff;background-color:#337ab7}.nav-stacked&gt;li{float:none}.nav-stacked&gt;li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified&gt;li{float:none}.nav-justified&gt;li&gt;a{margin-bottom:5px;text-align:center}.nav-justified&gt;.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified&gt;li{display:table-cell;width:1%}.nav-justified&gt;li&gt;a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified&gt;li&gt;a{margin-right:0;border-radius:4px}.nav-tabs-justified&gt;.active&gt;a,.nav-tabs-justified&gt;.active&gt;a:focus,.nav-tabs-justified&gt;.active&gt;a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified&gt;li&gt;a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified&gt;.active&gt;a,.nav-tabs-justified&gt;.active&gt;a:focus,.nav-tabs-justified&gt;.active&gt;a:hover{border-bottom-color:#fff}}.tab-content&gt;.tab-pane{display:none}.tab-content&gt;.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}@media (min-width:768px){.navbar{border-radius:4px}}@media (min-width:768px){.navbar-header{float:left}}.navbar-collapse{padding-right:15px;padding-left:15px;overflow-x:visible;-webkit-overflow-scrolling:touch;border-top:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1)}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;-webkit-box-shadow:none;box-shadow:none}.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse{padding-right:0;padding-left:0}}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:340px}@media (max-device-width:480px) and (orientation:landscape){.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:200px}}.container-fluid&gt;.navbar-collapse,.container-fluid&gt;.navbar-header,.container&gt;.navbar-collapse,.container&gt;.navbar-header{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container-fluid&gt;.navbar-collapse,.container-fluid&gt;.navbar-header,.container&gt;.navbar-collapse,.container&gt;.navbar-header{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-bottom,.navbar-fixed-top{position:fixed;right:0;left:0;z-index:1030}@media (min-width:768px){.navbar-fixed-bottom,.navbar-fixed-top{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;height:50px;padding:15px 15px;font-size:18px;line-height:20px}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-brand&gt;img{display:block}@media (min-width:768px){.navbar&gt;.container .navbar-brand,.navbar&gt;.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;padding:9px 10px;margin-top:8px;margin-right:15px;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&gt;li&gt;a{padding-top:10px;padding-bottom:10px;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;-webkit-box-shadow:none;box-shadow:none}.navbar-nav .open .dropdown-menu .dropdown-header,.navbar-nav .open .dropdown-menu&gt;li&gt;a{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu&gt;li&gt;a{line-height:20px}.navbar-nav .open .dropdown-menu&gt;li&gt;a:focus,.navbar-nav .open .dropdown-menu&gt;li&gt;a:hover{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav&gt;li{float:left}.navbar-nav&gt;li&gt;a{padding-top:15px;padding-bottom:15px}}.navbar-form{padding:10px 15px;margin-top:8px;margin-right:-15px;margin-bottom:8px;margin-left:-15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1)}@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 .form-control,.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn{width:auto}.navbar-form .input-group&gt;.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .checkbox,.navbar-form .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .checkbox label,.navbar-form .radio label{padding-left:0}.navbar-form .checkbox input[type=checkbox],.navbar-form .radio input[type=radio]{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;padding-top:0;padding-bottom:0;margin-right:0;margin-left:0;border:0;-webkit-box-shadow:none;box-shadow:none}}.navbar-nav&gt;li&gt;.dropdown-menu{margin-top:0;border-top-left-radius:0;border-top-right-radius:0}.navbar-fixed-bottom .navbar-nav&gt;li&gt;.dropdown-menu{margin-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width:768px){.navbar-text{float:left;margin-right:15px;margin-left: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:focus,.navbar-default .navbar-brand:hover{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav&gt;li&gt;a{color:#777}.navbar-default .navbar-nav&gt;li&gt;a:focus,.navbar-default .navbar-nav&gt;li&gt;a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav&gt;.active&gt;a,.navbar-default .navbar-nav&gt;.active&gt;a:focus,.navbar-default .navbar-nav&gt;.active&gt;a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav&gt;.disabled&gt;a,.navbar-default .navbar-nav&gt;.disabled&gt;a:focus,.navbar-default .navbar-nav&gt;.disabled&gt;a:hover{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover{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&gt;.open&gt;a,.navbar-default .navbar-nav&gt;.open&gt;a:focus,.navbar-default .navbar-nav&gt;.open&gt;a:hover{color:#555;background-color:#e7e7e7}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu&gt;li&gt;a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu&gt;li&gt;a:focus,.navbar-default .navbar-nav .open .dropdown-menu&gt;li&gt;a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu&gt;.active&gt;a,.navbar-default .navbar-nav .open .dropdown-menu&gt;.active&gt;a:focus,.navbar-default .navbar-nav .open .dropdown-menu&gt;.active&gt;a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu&gt;.disabled&gt;a,.navbar-default .navbar-nav .open .dropdown-menu&gt;.disabled&gt;a:focus,.navbar-default .navbar-nav .open .dropdown-menu&gt;.disabled&gt;a:hover{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:focus,.navbar-default .btn-link:hover{color:#333}.navbar-default .btn-link[disabled]:focus,.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:focus,fieldset[disabled] .navbar-default .btn-link:hover{color:#ccc}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#9d9d9d}.navbar-inverse .navbar-brand:focus,.navbar-inverse .navbar-brand:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#9d9d9d}.navbar-inverse .navbar-nav&gt;li&gt;a{color:#9d9d9d}.navbar-inverse .navbar-nav&gt;li&gt;a:focus,.navbar-inverse .navbar-nav&gt;li&gt;a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav&gt;.active&gt;a,.navbar-inverse .navbar-nav&gt;.active&gt;a:focus,.navbar-inverse .navbar-nav&gt;.active&gt;a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav&gt;.disabled&gt;a,.navbar-inverse .navbar-nav&gt;.disabled&gt;a:focus,.navbar-inverse .navbar-nav&gt;.disabled&gt;a:hover{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover{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&gt;.open&gt;a,.navbar-inverse .navbar-nav&gt;.open&gt;a:focus,.navbar-inverse .navbar-nav&gt;.open&gt;a:hover{color:#fff;background-color:#080808}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu&gt;.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu&gt;li&gt;a{color:#9d9d9d}.navbar-inverse .navbar-nav .open .dropdown-menu&gt;li&gt;a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu&gt;li&gt;a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu&gt;.active&gt;a,.navbar-inverse .navbar-nav .open .dropdown-menu&gt;.active&gt;a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu&gt;.active&gt;a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu&gt;.disabled&gt;a,.navbar-inverse .navbar-nav .open .dropdown-menu&gt;.disabled&gt;a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu&gt;.disabled&gt;a:hover{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:focus,.navbar-inverse .btn-link:hover{color:#fff}.navbar-inverse .btn-link[disabled]:focus,.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:focus,fieldset[disabled] .navbar-inverse .btn-link:hover{color:#444}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb&gt;li{display:inline-block}.breadcrumb&gt;li+li:before{padding:0 5px;color:#ccc;content:"/\00a0"}.breadcrumb&gt;.active{color:#777}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination&gt;li{display:inline}.pagination&gt;li&gt;a,.pagination&gt;li&gt;span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#337ab7;text-decoration:none;background-color:#fff;border:1px solid #ddd}.pagination&gt;li:first-child&gt;a,.pagination&gt;li:first-child&gt;span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.pagination&gt;li:last-child&gt;a,.pagination&gt;li:last-child&gt;span{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination&gt;li&gt;a:focus,.pagination&gt;li&gt;a:hover,.pagination&gt;li&gt;span:focus,.pagination&gt;li&gt;span:hover{z-index:3;color:#23527c;background-color:#eee;border-color:#ddd}.pagination&gt;.active&gt;a,.pagination&gt;.active&gt;a:focus,.pagination&gt;.active&gt;a:hover,.pagination&gt;.active&gt;span,.pagination&gt;.active&gt;span:focus,.pagination&gt;.active&gt;span:hover{z-index:2;color:#fff;cursor:default;background-color:#337ab7;border-color:#337ab7}.pagination&gt;.disabled&gt;a,.pagination&gt;.disabled&gt;a:focus,.pagination&gt;.disabled&gt;a:hover,.pagination&gt;.disabled&gt;span,.pagination&gt;.disabled&gt;span:focus,.pagination&gt;.disabled&gt;span:hover{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg&gt;li&gt;a,.pagination-lg&gt;li&gt;span{padding:10px 16px;font-size:18px;line-height:1.3333333}.pagination-lg&gt;li:first-child&gt;a,.pagination-lg&gt;li:first-child&gt;span{border-top-left-radius:6px;border-bottom-left-radius:6px}.pagination-lg&gt;li:last-child&gt;a,.pagination-lg&gt;li:last-child&gt;span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm&gt;li&gt;a,.pagination-sm&gt;li&gt;span{padding:5px 10px;font-size:12px;line-height:1.5}.pagination-sm&gt;li:first-child&gt;a,.pagination-sm&gt;li:first-child&gt;span{border-top-left-radius:3px;border-bottom-left-radius:3px}.pagination-sm&gt;li:last-child&gt;a,.pagination-sm&gt;li:last-child&gt;span{border-top-right-radius:3px;border-bottom-right-radius:3px}.pager{padding-left:0;margin:20px 0;text-align:center;list-style:none}.pager li{display:inline}.pager li&gt;a,.pager li&gt;span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li&gt;a:focus,.pager li&gt;a:hover{text-decoration:none;background-color:#eee}.pager .next&gt;a,.pager .next&gt;span{float:right}.pager .previous&gt;a,.pager .previous&gt;span{float:left}.pager .disabled&gt;a,.pager .disabled&gt;a:focus,.pager .disabled&gt;a:hover,.pager .disabled&gt;span{color:#777;cursor:not-allowed;background-color:#fff}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}a.label:focus,a.label:hover{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#777}.label-default[href]:focus,.label-default[href]:hover{background-color:#5e5e5e}.label-primary{background-color:#337ab7}.label-primary[href]:focus,.label-primary[href]:hover{background-color:#286090}.label-success{background-color:#5cb85c}.label-success[href]:focus,.label-success[href]:hover{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:focus,.label-info[href]:hover{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:focus,.label-warning[href]:hover{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:focus,.label-danger[href]:hover{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:middle;background-color:#777;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-group-xs&gt;.btn .badge,.btn-xs .badge{top:0;padding:1px 5px}a.badge:focus,a.badge:hover{color:#fff;text-decoration:none;cursor:pointer}.list-group-item.active&gt;.badge,.nav-pills&gt;.active&gt;a&gt;.badge{color:#337ab7;background-color:#fff}.list-group-item&gt;.badge{float:right}.list-group-item&gt;.badge+.badge{margin-right:5px}.nav-pills&gt;li&gt;a&gt;.badge{margin-left:3px}.jumbotron{padding-top:30px;padding-bottom:30px;margin-bottom:30px;color:inherit;background-color:#eee}.jumbotron .h1,.jumbotron h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.jumbotron&gt;hr{border-top-color:#d5d5d5}.container .jumbotron,.container-fluid .jumbotron{border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron,.container-fluid .jumbotron{padding-right:60px;padding-left:60px}.jumbotron .h1,.jumbotron h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out}.thumbnail a&gt;img,.thumbnail&gt;img{margin-right:auto;margin-left:auto}a.thumbnail.active,a.thumbnail:focus,a.thumbnail:hover{border-color:#337ab7}.thumbnail .caption{padding:9px;color:#333}.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:700}.alert&gt;p,.alert&gt;ul{margin-bottom:0}.alert&gt;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{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.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}}@-o-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{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#337ab7;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}.progress-bar-striped,.progress-striped .progress-bar{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);-webkit-background-size:40px 40px;background-size:40px 40px}.progress-bar.active,.progress.active .progress-bar{-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,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.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,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.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,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.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,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.media{margin-top:15px}.media:first-child{margin-top:0}.media,.media-body{overflow:hidden;zoom:1}.media-body{width:10000px}.media-object{display:block}.media-object.img-thumbnail{max-width:none}.media-right,.media&gt;.pull-right{padding-left:10px}.media-left,.media&gt;.pull-left{padding-right:10px}.media-body,.media-left,.media-right{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{padding-left:0;margin-bottom:20px}.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-left-radius:4px;border-top-right-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:focus,a.list-group-item:hover,button.list-group-item:focus,button.list-group-item:hover{color:#555;text-decoration:none;background-color:#f5f5f5}button.list-group-item{width:100%;text-align:left}.list-group-item.disabled,.list-group-item.disabled:focus,.list-group-item.disabled:hover{color:#777;cursor:not-allowed;background-color:#eee}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text{color:#777}.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover{z-index:2;color:#fff;background-color:#337ab7;border-color:#337ab7}.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading&gt;.small,.list-group-item.active .list-group-item-heading&gt;small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading&gt;.small,.list-group-item.active:focus .list-group-item-heading&gt;small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading&gt;.small,.list-group-item.active:hover .list-group-item-heading&gt;small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:focus .list-group-item-text,.list-group-item.active:hover .list-group-item-text{color:#c7ddef}.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:focus,a.list-group-item-success:hover,button.list-group-item-success:focus,button.list-group-item-success:hover{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:focus,a.list-group-item-success.active:hover,button.list-group-item-success.active,button.list-group-item-success.active:focus,button.list-group-item-success.active:hover{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:focus,a.list-group-item-info:hover,button.list-group-item-info:focus,button.list-group-item-info:hover{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,a.list-group-item-info.active:focus,a.list-group-item-info.active:hover,button.list-group-item-info.active,button.list-group-item-info.active:focus,button.list-group-item-info.active:hover{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:focus,a.list-group-item-warning:hover,button.list-group-item-warning:focus,button.list-group-item-warning:hover{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:focus,a.list-group-item-warning.active:hover,button.list-group-item-warning.active,button.list-group-item-warning.active:focus,button.list-group-item-warning.active:hover{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:focus,a.list-group-item-danger:hover,button.list-group-item-danger:focus,button.list-group-item-danger:hover{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover,button.list-group-item-danger.active,button.list-group-item-danger.active:focus,button.list-group-item-danger.active:hover{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{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-left-radius:3px;border-top-right-radius:3px}.panel-heading&gt;.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title&gt;.small,.panel-title&gt;.small&gt;a,.panel-title&gt;a,.panel-title&gt;small,.panel-title&gt;small&gt;a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel&gt;.list-group,.panel&gt;.panel-collapse&gt;.list-group{margin-bottom:0}.panel&gt;.list-group .list-group-item,.panel&gt;.panel-collapse&gt;.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel&gt;.list-group:first-child .list-group-item:first-child,.panel&gt;.panel-collapse&gt;.list-group:first-child .list-group-item:first-child{border-top:0;border-top-left-radius:3px;border-top-right-radius:3px}.panel&gt;.list-group:last-child .list-group-item:last-child,.panel&gt;.panel-collapse&gt;.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel&gt;.panel-heading+.panel-collapse&gt;.list-group .list-group-item:first-child{border-top-left-radius:0;border-top-right-radius:0}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel&gt;.panel-collapse&gt;.table,.panel&gt;.table,.panel&gt;.table-responsive&gt;.table{margin-bottom:0}.panel&gt;.panel-collapse&gt;.table caption,.panel&gt;.table caption,.panel&gt;.table-responsive&gt;.table caption{padding-right:15px;padding-left:15px}.panel&gt;.table-responsive:first-child&gt;.table:first-child,.panel&gt;.table:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel&gt;.table-responsive:first-child&gt;.table:first-child&gt;tbody:first-child&gt;tr:first-child,.panel&gt;.table-responsive:first-child&gt;.table:first-child&gt;thead:first-child&gt;tr:first-child,.panel&gt;.table:first-child&gt;tbody:first-child&gt;tr:first-child,.panel&gt;.table:first-child&gt;thead:first-child&gt;tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel&gt;.table-responsive:first-child&gt;.table:first-child&gt;tbody:first-child&gt;tr:first-child td:first-child,.panel&gt;.table-responsive:first-child&gt;.table:first-child&gt;tbody:first-child&gt;tr:first-child th:first-child,.panel&gt;.table-responsive:first-child&gt;.table:first-child&gt;thead:first-child&gt;tr:first-child td:first-child,.panel&gt;.table-responsive:first-child&gt;.table:first-child&gt;thead:first-child&gt;tr:first-child th:first-child,.panel&gt;.table:first-child&gt;tbody:first-child&gt;tr:first-child td:first-child,.panel&gt;.table:first-child&gt;tbody:first-child&gt;tr:first-child th:first-child,.panel&gt;.table:first-child&gt;thead:first-child&gt;tr:first-child td:first-child,.panel&gt;.table:first-child&gt;thead:first-child&gt;tr:first-child th:first-child{border-top-left-radius:3px}.panel&gt;.table-responsive:first-child&gt;.table:first-child&gt;tbody:first-child&gt;tr:first-child td:last-child,.panel&gt;.table-responsive:first-child&gt;.table:first-child&gt;tbody:first-child&gt;tr:first-child th:last-child,.panel&gt;.table-responsive:first-child&gt;.table:first-child&gt;thead:first-child&gt;tr:first-child td:last-child,.panel&gt;.table-responsive:first-child&gt;.table:first-child&gt;thead:first-child&gt;tr:first-child th:last-child,.panel&gt;.table:first-child&gt;tbody:first-child&gt;tr:first-child td:last-child,.panel&gt;.table:first-child&gt;tbody:first-child&gt;tr:first-child th:last-child,.panel&gt;.table:first-child&gt;thead:first-child&gt;tr:first-child td:last-child,.panel&gt;.table:first-child&gt;thead:first-child&gt;tr:first-child th:last-child{border-top-right-radius:3px}.panel&gt;.table-responsive:last-child&gt;.table:last-child,.panel&gt;.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel&gt;.table-responsive:last-child&gt;.table:last-child&gt;tbody:last-child&gt;tr:last-child,.panel&gt;.table-responsive:last-child&gt;.table:last-child&gt;tfoot:last-child&gt;tr:last-child,.panel&gt;.table:last-child&gt;tbody:last-child&gt;tr:last-child,.panel&gt;.table:last-child&gt;tfoot:last-child&gt;tr:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel&gt;.table-responsive:last-child&gt;.table:last-child&gt;tbody:last-child&gt;tr:last-child td:first-child,.panel&gt;.table-responsive:last-child&gt;.table:last-child&gt;tbody:last-child&gt;tr:last-child th:first-child,.panel&gt;.table-responsive:last-child&gt;.table:last-child&gt;tfoot:last-child&gt;tr:last-child td:first-child,.panel&gt;.table-responsive:last-child&gt;.table:last-child&gt;tfoot:last-child&gt;tr:last-child th:first-child,.panel&gt;.table:last-child&gt;tbody:last-child&gt;tr:last-child td:first-child,.panel&gt;.table:last-child&gt;tbody:last-child&gt;tr:last-child th:first-child,.panel&gt;.table:last-child&gt;tfoot:last-child&gt;tr:last-child td:first-child,.panel&gt;.table:last-child&gt;tfoot:last-child&gt;tr:last-child th:first-child{border-bottom-left-radius:3px}.panel&gt;.table-responsive:last-child&gt;.table:last-child&gt;tbody:last-child&gt;tr:last-child td:last-child,.panel&gt;.table-responsive:last-child&gt;.table:last-child&gt;tbody:last-child&gt;tr:last-child th:last-child,.panel&gt;.table-responsive:last-child&gt;.table:last-child&gt;tfoot:last-child&gt;tr:last-child td:last-child,.panel&gt;.table-responsive:last-child&gt;.table:last-child&gt;tfoot:last-child&gt;tr:last-child th:last-child,.panel&gt;.table:last-child&gt;tbody:last-child&gt;tr:last-child td:last-child,.panel&gt;.table:last-child&gt;tbody:last-child&gt;tr:last-child th:last-child,.panel&gt;.table:last-child&gt;tfoot:last-child&gt;tr:last-child td:last-child,.panel&gt;.table:last-child&gt;tfoot:last-child&gt;tr:last-child th:last-child{border-bottom-right-radius:3px}.panel&gt;.panel-body+.table,.panel&gt;.panel-body+.table-responsive,.panel&gt;.table+.panel-body,.panel&gt;.table-responsive+.panel-body{border-top:1px solid #ddd}.panel&gt;.table&gt;tbody:first-child&gt;tr:first-child td,.panel&gt;.table&gt;tbody:first-child&gt;tr:first-child th{border-top:0}.panel&gt;.table-bordered,.panel&gt;.table-responsive&gt;.table-bordered{border:0}.panel&gt;.table-bordered&gt;tbody&gt;tr&gt;td:first-child,.panel&gt;.table-bordered&gt;tbody&gt;tr&gt;th:first-child,.panel&gt;.table-bordered&gt;tfoot&gt;tr&gt;td:first-child,.panel&gt;.table-bordered&gt;tfoot&gt;tr&gt;th:first-child,.panel&gt;.table-bordered&gt;thead&gt;tr&gt;td:first-child,.panel&gt;.table-bordered&gt;thead&gt;tr&gt;th:first-child,.panel&gt;.table-responsive&gt;.table-bordered&gt;tbody&gt;tr&gt;td:first-child,.panel&gt;.table-responsive&gt;.table-bordered&gt;tbody&gt;tr&gt;th:first-child,.panel&gt;.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr&gt;td:first-child,.panel&gt;.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr&gt;th:first-child,.panel&gt;.table-responsive&gt;.table-bordered&gt;thead&gt;tr&gt;td:first-child,.panel&gt;.table-responsive&gt;.table-bordered&gt;thead&gt;tr&gt;th:first-child{border-left:0}.panel&gt;.table-bordered&gt;tbody&gt;tr&gt;td:last-child,.panel&gt;.table-bordered&gt;tbody&gt;tr&gt;th:last-child,.panel&gt;.table-bordered&gt;tfoot&gt;tr&gt;td:last-child,.panel&gt;.table-bordered&gt;tfoot&gt;tr&gt;th:last-child,.panel&gt;.table-bordered&gt;thead&gt;tr&gt;td:last-child,.panel&gt;.table-bordered&gt;thead&gt;tr&gt;th:last-child,.panel&gt;.table-responsive&gt;.table-bordered&gt;tbody&gt;tr&gt;td:last-child,.panel&gt;.table-responsive&gt;.table-bordered&gt;tbody&gt;tr&gt;th:last-child,.panel&gt;.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr&gt;td:last-child,.panel&gt;.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr&gt;th:last-child,.panel&gt;.table-responsive&gt;.table-bordered&gt;thead&gt;tr&gt;td:last-child,.panel&gt;.table-responsive&gt;.table-bordered&gt;thead&gt;tr&gt;th:last-child{border-right:0}.panel&gt;.table-bordered&gt;tbody&gt;tr:first-child&gt;td,.panel&gt;.table-bordered&gt;tbody&gt;tr:first-child&gt;th,.panel&gt;.table-bordered&gt;thead&gt;tr:first-child&gt;td,.panel&gt;.table-bordered&gt;thead&gt;tr:first-child&gt;th,.panel&gt;.table-responsive&gt;.table-bordered&gt;tbody&gt;tr:first-child&gt;td,.panel&gt;.table-responsive&gt;.table-bordered&gt;tbody&gt;tr:first-child&gt;th,.panel&gt;.table-responsive&gt;.table-bordered&gt;thead&gt;tr:first-child&gt;td,.panel&gt;.table-responsive&gt;.table-bordered&gt;thead&gt;tr:first-child&gt;th{border-bottom:0}.panel&gt;.table-bordered&gt;tbody&gt;tr:last-child&gt;td,.panel&gt;.table-bordered&gt;tbody&gt;tr:last-child&gt;th,.panel&gt;.table-bordered&gt;tfoot&gt;tr:last-child&gt;td,.panel&gt;.table-bordered&gt;tfoot&gt;tr:last-child&gt;th,.panel&gt;.table-responsive&gt;.table-bordered&gt;tbody&gt;tr:last-child&gt;td,.panel&gt;.table-responsive&gt;.table-bordered&gt;tbody&gt;tr:last-child&gt;th,.panel&gt;.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr:last-child&gt;td,.panel&gt;.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr:last-child&gt;th{border-bottom:0}.panel&gt;.table-responsive{margin-bottom:0;border:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse&gt;.list-group,.panel-group .panel-heading+.panel-collapse&gt;.panel-body{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default&gt;.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default&gt;.panel-heading+.panel-collapse&gt;.panel-body{border-top-color:#ddd}.panel-default&gt;.panel-heading .badge{color:#f5f5f5;background-color:#333}.panel-default&gt;.panel-footer+.panel-collapse&gt;.panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#337ab7}.panel-primary&gt;.panel-heading{color:#fff;background-color:#337ab7;border-color:#337ab7}.panel-primary&gt;.panel-heading+.panel-collapse&gt;.panel-body{border-top-color:#337ab7}.panel-primary&gt;.panel-heading .badge{color:#337ab7;background-color:#fff}.panel-primary&gt;.panel-footer+.panel-collapse&gt;.panel-body{border-bottom-color:#337ab7}.panel-success{border-color:#d6e9c6}.panel-success&gt;.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success&gt;.panel-heading+.panel-collapse&gt;.panel-body{border-top-color:#d6e9c6}.panel-success&gt;.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.panel-success&gt;.panel-footer+.panel-collapse&gt;.panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info&gt;.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info&gt;.panel-heading+.panel-collapse&gt;.panel-body{border-top-color:#bce8f1}.panel-info&gt;.panel-heading .badge{color:#d9edf7;background-color:#31708f}.panel-info&gt;.panel-footer+.panel-collapse&gt;.panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning&gt;.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning&gt;.panel-heading+.panel-collapse&gt;.panel-body{border-top-color:#faebcc}.panel-warning&gt;.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.panel-warning&gt;.panel-footer+.panel-collapse&gt;.panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger&gt;.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger&gt;.panel-heading+.panel-collapse&gt;.panel-body{border-top-color:#ebccd1}.panel-danger&gt;.panel-heading .badge{color:#f2dede;background-color:#a94442}.panel-danger&gt;.panel-footer+.panel-collapse&gt;.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 embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height: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,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.well blockquote{border-color:#ddd;border-color:rgba(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:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);opacity:.2}.close:focus,.close:hover{color:#000;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:.5}button.close{-webkit-appearance:none;padding:0;cursor:pointer;background:0 0;border:0}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out;-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);-o-transform:translate(0,-25%);transform:translate(0,-25%)}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{filter:alpha(opacity=0);opacity:0}.modal-backdrop.in{filter:alpha(opacity=50);opacity:.5}.modal-header{min-height:16.43px;padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.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,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;filter:alpha(opacity=0);opacity:0;line-break:auto}.tooltip.in{filter:alpha(opacity=90);opacity:.9}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.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{right:5px;bottom:0;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:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);line-break:auto}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{padding:8px 14px;margin:0;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover&gt;.arrow,.popover&gt;.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover&gt;.arrow{border-width:11px}.popover&gt;.arrow:after{content:"";border-width:10px}.popover.top&gt;.arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,.25);border-bottom-width:0}.popover.top&gt;.arrow:after{bottom:1px;margin-left:-10px;content:" ";border-top-color:#fff;border-bottom-width:0}.popover.right&gt;.arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,.25);border-left-width:0}.popover.right&gt;.arrow:after{bottom:-10px;left:1px;content:" ";border-right-color:#fff;border-left-width:0}.popover.bottom&gt;.arrow{top:-11px;left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25)}.popover.bottom&gt;.arrow:after{top:1px;margin-left:-10px;content:" ";border-top-width:0;border-bottom-color:#fff}.popover.left&gt;.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}.popover.left&gt;.arrow:after{right:1px;bottom:-10px;content:" ";border-right-width:0;border-left-color:#fff}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner&gt;.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner&gt;.item&gt;a&gt;img,.carousel-inner&gt;.item&gt;img{line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner&gt;.item{-webkit-transition:-webkit-transform .6s ease-in-out;-o-transition:-o-transform .6s ease-in-out;transition:transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.carousel-inner&gt;.item.active.right,.carousel-inner&gt;.item.next{left:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.carousel-inner&gt;.item.active.left,.carousel-inner&gt;.item.prev{left:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.carousel-inner&gt;.item.active,.carousel-inner&gt;.item.next.left,.carousel-inner&gt;.item.prev.right{left:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.carousel-inner&gt;.active,.carousel-inner&gt;.next,.carousel-inner&gt;.prev{display:block}.carousel-inner&gt;.active{left:0}.carousel-inner&gt;.next,.carousel-inner&gt;.prev{position:absolute;top:0;width:100%}.carousel-inner&gt;.next{left:100%}.carousel-inner&gt;.prev{left:-100%}.carousel-inner&gt;.next.left,.carousel-inner&gt;.prev.right{left:0}.carousel-inner&gt;.active.left{left:-100%}.carousel-inner&gt;.active.right{left:100%}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6);filter:alpha(opacity=50);opacity:.5}.carousel-control.left{background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));background-image:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);background-repeat:repeat-x}.carousel-control.right{right:0;left:auto;background-image:-webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);background-repeat:repeat-x}.carousel-control:focus,.carousel-control:hover{color:#fff;text-decoration:none;filter:alpha(opacity=90);outline:0;opacity:.9}.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{position:absolute;top:50%;z-index:5;display:inline-block;margin-top:-10px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{left:50%;margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{right:50%;margin-right:-10px}.carousel-control .icon-next,.carousel-control .icon-prev{width:20px;height:20px;font-family:serif;line-height:1}.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%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#000\9;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(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-next,.carousel-control .icon-prev{width:30px;height:30px;margin-top:-15px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-15px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-15px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.btn-group-vertical&gt;.btn-group:after,.btn-group-vertical&gt;.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before,.modal-footer:after,.modal-footer:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.pager:after,.pager:before,.panel-body:after,.panel-body:before,.row:after,.row:before{display:table;content:" "}.btn-group-vertical&gt;.btn-group:after,.btn-toolbar:after,.clearfix:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.form-horizontal .form-group:after,.modal-footer:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.pager:after,.panel-body:after,.row:after{clear:both}.center-block{display:block;margin-right:auto;margin-left: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-lg,.visible-md,.visible-sm,.visible-xs{display:none!important}.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs-block,.visible-xs-inline,.visible-xs-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}td.visible-xs,th.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:991px){.visible-sm{display:block!important}table.visible-sm{display:table!important}tr.visible-sm{display:table-row!important}td.visible-sm,th.visible-sm{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table!important}tr.visible-md{display:table-row!important}td.visible-md,th.visible-md{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline!important}}@media (min-width:992px) 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}td.visible-lg,th.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:991px){.hidden-sm{display:none!important}}@media (min-width:992px) 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}td.visible-print,th.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}}
/* Jet Cache: catalog/view/javascript/font-awesome/css/font-awesome.min.css */
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-display:swap;font-family:'FontAwesome';src:url('/catalog/view/javascript/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0');src:url('/catalog/view/javascript/font-awesome/fonts/fontawesome-webfont.eot?#iefix&amp;v=4.7.0') format('embedded-opentype'),url('/catalog/view/javascript/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('/catalog/view/javascript/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('/catalog/view/javascript/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('/catalog/view/javascript/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul&gt;li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;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}

/* Jet Cache: catalog/view/theme/neoseo_unistor/stylesheet/stylesheet-1739979086.css */
/*
 *  Owl Carousel CSS3 Transitions
 *  v1.3.2
 */
/*=== ÐžÐ±Ñ‹Ñ‡Ð½Ñ‹Ðµ ÑˆÑ€Ð¸Ñ„Ñ‚Ñ‹ - begin ===*/
/*=== ÐžpenSans ===*/
/*-- Module settings START --*/
/*-- Module settings END --*/
/*--------- Product Tabs ----------*/
/*--------------------------------*/
/*--------------------------------------*/
/* Footer */
/* alert */
/* MAIN - Menu */
/* breadcrumb */
/*.scrolled .scrollUpBtn:hover, .scrolled .scrollDownBtn:hover {filter:alpha(opacity=100); opacity:1;}  */
/* Checkbox AVeSoMe */
/* Sticky Menu */
/* Actions Page */
/* Neoseo BLOG Start */
/* Neoseo_category_menu */
/* Neoseo Checkout */
/* Get the bourbon mixin from http://bourbon.io */
/* Reset */
/*=== PRODUCT PREVIEW LABELS - begin ===*/
/* Neoseo SlideShow */
/*** NeoSeo Testimonials*/
/**
 * Owl Carousel v2.3.0
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */
/**
 * Owl Carousel v2.3.0
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */
body .go-top {
  box-shadow: none !important; }

.quick__item-info {
  flex: 3;
  flex-grow: 3 !important; }

.quick__item-price {
  flex: 1;
  justify-content: flex-end; }

#search_main .search-column .price-old {
  text-decoration: line-through; }

#input-quantity {
  text-align: center; }

@media (max-width: 460px) {
  .button-pcs-box .pcs-box {
    width: auto !important;
    margin-bottom: 15px !important; }
    .button-pcs-box .button-cart {
      width: auto !important;
      margin-left: 0 !important; } }

@media (max-width: 565px) {
  .product-layout.product-table .labels-wrap-table {
    display: flex;
    width: 100%; }
    .product-layout.product-table .labels-wrap-table .wr-tag .tag {
      position: static;
      height: auto !important;
      display: flex;
      width: auto !important;
      flex: 1; }
      .product-layout.product-table .labels-wrap-table .wr-tag .tag span:after, .product-layout.product-table .labels-wrap-table .wr-tag .tag span:before {
        display: none !important; }
      .product-layout.product-table .labels-wrap-table .wr-tag .tag span {
        position: static !important;
        flex: 1; }
    .product-layout.product-table .product-thumb {
      flex-wrap: wrap;
      height: auto !important; }
    .product-layout.product-table .labels-wrap {
      display: none !important; } }

@media (max-width: 480px) {
  .product-layout.product-table .cart-add-button {
    margin-top: 0;
    margin-bottom: 12px; }
    .product-layout.product-table .wr-tag {
      flex: 1;
      margin-bottom: 5px; }
    .product-layout.product-table .labels-wrap-table {
      flex-wrap: nowrap;
      justify-content: flex-start; } }

@media (max-width: 991px) {
  .category-main-container #content {
    width: 100% !important; } }

.cart__products-list {
  color: #000; }

@media (max-width: 767px) {
  .footer-middle .footer-list-info:nth-of-type(5) {
    display: none !important; }

  .eshop-info {
    display: none; } }

@media (max-width: 640px) {
  .product-layout.product-table .product-thumb_middle .rating-container {
    height: auto !important;
    position: relative; }
    .product-layout.product-table .product-thumb_middle .rating-container .rating {
      position: absolute;
      bottom: -18px; }
    .product-layout.product-table .product-thumb_middle .price-and-cart-add .price-wrapper .price {
      margin-top: 0; } }

@media (max-width: 480px) {
  .price-and-cart-add {
    margin-top: 0 !important; } }

@media (max-width: 430px) {
  ul.pagination {
    display: flex; }
    ul.pagination li span, ul.pagination li a {
      padding: 5px 2.5vw; } }

#search_main .search-column .price-old {
  text-decoration: line-through; }

#input-quantity {
  text-align: center; }

.labels-wrap-table {
  display: none; }

@media (max-width: 460px) {
  .button-pcs-box .pcs-box {
    width: auto !important;
    margin-bottom: 15px !important; }
    .button-pcs-box .button-cart {
      width: auto !important;
      margin-left: 0 !important; } }

@media (max-width: 565px) {
  .product-layout.product-table .labels-wrap-table {
    display: flex;
    width: 100%; }
    .product-layout.product-table .labels-wrap-table .wr-tag .tag {
      position: static;
      height: auto !important;
      display: flex;
      width: auto !important;
      flex: 1; }
      .product-layout.product-table .labels-wrap-table .wr-tag .tag span:after, .product-layout.product-table .labels-wrap-table .wr-tag .tag span:before {
        display: none !important; }
      .product-layout.product-table .labels-wrap-table .wr-tag .tag span {
        position: static !important;
        flex: 1; }
    .product-layout.product-table .product-thumb {
      flex-wrap: wrap;
      height: auto !important; }
    .product-layout.product-table .labels-wrap {
      display: none !important; } }

@media (max-width: 480px) {
  .product-layout.product-table .cart-add-button {
    margin-top: 0;
    margin-bottom: 12px; }
    .product-layout.product-table .wr-tag {
      flex: 1;
      flex-grow: 0;
      margin-bottom: 5px;
      clip-path: polygon(10% 0, 0 100%, 90% 100%, 100% 0); }
    .product-layout.product-table .labels-wrap-table {
      flex-wrap: nowrap;
      justify-content: flex-start; } }

@media (max-width: 991px) {
  .category-main-container #content {
    width: 100% !important; } }

.cart__products-list {
  color: #000; }

@media (max-width: 767px) {
  .footer-middle .footer-list-info:nth-of-type(5) {
    display: none !important; }

  .eshop-info {
    display: none; } }

@media (max-width: 640px) {
  .product-layout.product-table .product-thumb_middle .rating-container {
    height: auto !important; }
    .product-layout.product-table .product-thumb_middle .price-and-cart-add .price-wrapper .price {
      margin-top: 0; } }

@media (max-width: 480px) {
  .price-and-cart-add {
    margin-top: 0 !important; } }

@media (max-width: 430px) {
  ul.pagination {
    display: flex; }
    ul.pagination li span, ul.pagination li a {
      padding: 5px 2.5vw; } }

.block-flex {
  display: flex;
  justify-content: center; }

.block-flex-col {
  display: flex;
  flex-direction: column; }

img {
  max-width: 100%; }

.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px;
  /* fade */ }

.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut 0.7s both ease;
  -moz-animation: fadeOut 0.7s both ease;
  animation: fadeOut 0.7s both ease; }

.owl-fade-in {
  -webkit-animation: fadeIn 0.7s both ease;
  -moz-animation: fadeIn 0.7s both ease;
  animation: fadeIn 0.7s both ease;
  /* backSlide */ }

.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease; }

.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
  /* goDown */ }

.owl-goDown-out {
  -webkit-animation: scaleToFade 0.7s ease both;
  -moz-animation: scaleToFade 0.7s ease both;
  animation: scaleToFade 0.7s ease both; }

.owl-goDown-in {
  -webkit-animation: goDown 0.6s ease both;
  -moz-animation: goDown 0.6s ease both;
  animation: goDown 0.6s ease both;
  /* scaleUp */ }

.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom 0.5s ease both;
  -moz-animation: scaleUpFrom 0.5s ease both;
  animation: scaleUpFrom 0.5s ease both; }

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo 0.5s ease both;
  -moz-animation: scaleUpTo 0.5s ease both;
  animation: scaleUpTo 0.5s ease both;
  /* Keyframes */
  /*empty*/ }

@-webkit-keyframes empty {
  0% {
    opacity: 1; } }

@-moz-keyframes empty {
  0% {
    opacity: 1; } }

@keyframes empty {
  0% {
    opacity: 1; } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@-moz-keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@-webkit-keyframes backSlideOut {
  25% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px); }

  75% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(-200%); }

  100% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(-200%); } }

@-moz-keyframes backSlideOut {
  25% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px); }

  75% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px) translateX(-200%); }

  100% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px) translateX(-200%); } }

@keyframes backSlideOut {
  25% {
    opacity: 0.5;
    transform: translateZ(-500px); }

  75% {
    opacity: 0.5;
    transform: translateZ(-500px) translateX(-200%); }

  100% {
    opacity: 0.5;
    transform: translateZ(-500px) translateX(-200%); } }

@-webkit-keyframes backSlideIn {
  0%, 25% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(200%); }

  75% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px); }

  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0); } }

@-moz-keyframes backSlideIn {
  0%, 25% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px) translateX(200%); }

  75% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px); }

  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0); } }

@keyframes backSlideIn {
  0%, 25% {
    opacity: 0.5;
    transform: translateZ(-500px) translateX(200%); }

  75% {
    opacity: 0.5;
    transform: translateZ(-500px); }

  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0); } }

@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8); } }

@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(0.8); } }

@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8); } }

@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%); } }

@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%); } }

@keyframes goDown {
  from {
    transform: translateY(-100%); } }

@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5); } }

@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5); } }

@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5); } }

@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5); } }

@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5); } }

@keyframes scaleUpTo {
  /*--------------------------------------------------------------------------------------------------*/
  to {
    opacity: 0;
    transform: scale(1.5); } }

@font-face{font-display:swap;
  font-display: swap;
  font-family: 'OpenSans';
  src: url('/catalog/view/theme/neoseo_unistor/fonts/OpenSansRegular/OpenSans-Regular.ttf');
  font-weight: 400; }

@font-face{font-display:swap;
  font-display: swap;
  font-family: 'OpenSans';
  src: url('/catalog/view/theme/neoseo_unistor/fonts/OpenSansExtraBold/ExtraBold.ttf');
  font-weight: 800;
  /*=== Roboto ===*/ }

@font-face{font-display:swap;
  font-display: swap;
  font-family: 'Roboto';
  src: url('/catalog/view/theme/neoseo_unistor/fonts/Roboto/Roboto-Light.ttf');
  font-weight: 300;
  font-style: normal; }

@font-face{font-display:swap;
  font-display: swap;
  font-family: 'Roboto';
  src: url('/catalog/view/theme/neoseo_unistor/fonts/Roboto/Roboto-LightItalic.ttf');
  font-weight: 300;
  font-style: italic; }

@font-face{font-display:swap;
  font-display: swap;
  font-family: 'Roboto';
  src: url('/catalog/view/theme/neoseo_unistor/fonts/Roboto/Roboto-Regular.ttf');
  font-weight: 400;
  font-style: normal; }

@font-face{font-display:swap;
  font-display: swap;
  font-family: 'Roboto';
  src: url('/catalog/view/theme/neoseo_unistor/fonts/Roboto/Roboto-Medium.ttf');
  font-weight: 500;
  font-style: normal; }

@font-face{font-display:swap;
  font-display: swap;
  font-family: 'Roboto';
  src: url('/catalog/view/theme/neoseo_unistor/fonts/Roboto/Roboto-MediumItalic.ttf');
  font-weight: 500;
  font-style: italic; }

@font-face{font-display:swap;
  font-display: swap;
  font-family: 'Roboto';
  src: url('/catalog/view/theme/neoseo_unistor/fonts/Roboto/Roboto-Bold.ttf');
  font-weight: 600;
  font-style: normal; }

@font-face{font-display:swap;
  font-display: swap;
  font-family: 'Roboto';
  src: url('/catalog/view/theme/neoseo_unistor/fonts/Roboto/Roboto-BoldItalic.ttf');
  font-weight: 600;
  font-style: italic;
  /*=== Montserrat ===*/ }

@font-face{font-display:swap;
  font-display: swap;
  font-family: 'Montserrat';
  src: url('/catalog/view/theme/neoseo_unistor/fonts/Montserrat/Montserrat-Light.eot');
  src: local('Montserrat Light'), local('Montserrat-Light'), url('/catalog/view/theme/neoseo_unistor/fonts/Montserrat/Montserrat-Light.eot?#iefix') format('embedded-opentype'), url('/catalog/view/theme/neoseo_unistor/fonts/Montserrat/Montserrat-Light.woff') format('woff'), url('/catalog/view/theme/neoseo_unistor/fonts/Montserrat/Montserrat-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal; }

@font-face{font-display:swap;
  font-display: swap;
  font-family: 'Montserrat';
  src: url('/catalog/view/theme/neoseo_unistor/fonts/Montserrat/Montserrat-MediumItalic.eot');
  src: local('Montserrat Medium Italic'), local('Montserrat-MediumItalic'), url('/catalog/view/theme/neoseo_unistor/fonts/Montserrat/Montserrat-MediumItalic.eot?#iefix') format('embedded-opentype'), url('/catalog/view/theme/neoseo_unistor/fonts/Montserrat/Montserrat-MediumItalic.woff') format('woff'), url('/catalog/view/theme/neoseo_unistor/fonts/Montserrat/Montserrat-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic; }

@font-face{font-display:swap;
  font-display: swap;
  font-family: 'Montserrat';
  src: url('/catalog/view/theme/neoseo_unistor/fonts/Montserrat/Montserrat-Thin.eot');
  src: local('Montserrat Thin'), local('Montserrat-Thin'), url('/catalog/view/theme/neoseo_unistor/fonts/Montserrat/Montserrat-Thin.eot?#iefix') format('embedded-opentype'), url('/catalog/view/theme/neoseo_unistor/fonts/Montserrat/Montserrat-Thin.woff') format('woff'), url('/catalog/view/theme/neoseo_unistor/fonts/Montserrat/Montserrat-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal; }

@font-face{font-display:swap;
  font-display: swap;
  font-family: 'Montserrat';
  src: url('/catalog/view/theme/neoseo_unistor/fonts/Montserrat/Montserrat-ExtraLightItalic.eot');
  src: local('Montserrat ExtraLight Italic'), local('Montserrat-ExtraLightItalic'), url('/catalog/view/theme/neoseo_unistor/fonts/Montserrat/Montserrat-ExtraLightItalic.eot?#iefix') format('embedded-opentype'), url('/catalog/view/theme/neoseo_unistor/fonts/Montserrat/Montserrat-ExtraLightItalic.woff') format('woff'), url('/catalog/view/theme/neoseo_unistor/fonts/Montserrat/Montserrat-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic; }

@font-face{font-display:swap;
  font-display: swap;
  font-family: 'Montserrat';
  src: url('/catalog/view/theme/neoseo_unistor/fonts/Montserrat/Montserrat-BoldItalic.eot');
  src: local('Montserrat Bold Italic'), local('Montserrat-BoldItalic'), url('/catalog/view/theme/neoseo_unistor/fonts/Montserrat/Montserrat-BoldItalic.eot?#iefix') format('embedded-opentype'), url('/catalog/view/theme/neoseo_unistor/fonts/Montserrat/Montserrat-BoldItalic.woff') format('woff'), url('/catalog/view/theme/neoseo_unistor/fonts/Montserrat/Montserrat-BoldItalic.ttf') format('truetype');
  font-weight: bold;
  font-style: italic; }

@font-face{font-display:swap;
  font-display: swap;
  font-family: 'Montserrat';
  src: url('/catalog/view/theme/neoseo_unistor/fonts/Montserrat/Montserrat-SemiBold.eot');
  src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'), url('/catalog/view/theme/neoseo_unistor/fonts/Montserrat/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'), url('/catalog/view/theme/neoseo_unistor/fonts/Montserrat/Montserrat-SemiBold.woff') format('woff'), url('/catalog/view/theme/neoseo_unistor/fonts/Montserrat/Montserrat-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal; }

@font-face{font-display:swap;
  font-display: swap;
  font-family: 'Montserrat';
  src: url('/catalog/view/theme/neoseo_unistor/fonts/Montserrat/Montserrat-ExtraLight.eot');
  src: local('Montserrat ExtraLight'), local('Montserrat-ExtraLight'), url('/catalog/view/theme/neoseo_unistor/fonts/Montserrat/Montserrat-ExtraLight.eot?#iefix') format('embedded-opentype'), url('/catalog/view/theme/neoseo_unistor/fonts/Montserrat/Montserrat-ExtraLight.woff') format('woff'), url('/catalog/view/theme/neoseo_unistor/fonts/Montserrat/Montserrat-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal; }

@font-face{font-display:swap;
  font-display: swap;
  font-family: 'Montserrat';
  src: url('/catalog/view/theme/neoseo_unistor/fonts/Montserrat/Montserrat-ExtraBoldItalic.eot');
  src: local('Montserrat ExtraBold Italic'), local('Montserrat-ExtraBoldItalic'), url('/catalog/view/theme/neoseo_unistor/fonts/Montserrat/Montserrat-ExtraBoldItalic.eot?#iefix') format('embedded-opentype'), url('/catalog/view/theme/neoseo_unistor/fonts/Montserrat/Montserrat-ExtraBoldItalic.woff') format('woff'), url('/catalog/view/theme/neoseo_unistor/fonts/Montserrat/Montserrat-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 800;
  font-style: italic; }

@font-face{font-display:swap;
  font-display: swap;
  font-family: 'Montserrat';
  src: url('/catalog/view/theme/neoseo_unistor/fonts/Montserrat/Montserrat-Italic.eot');
  src: local('Montserrat Italic'), local('Montserrat-Italic'), url('/catalog/view/theme/neoseo_unistor/fonts/Montserrat/Montserrat-Italic.eot?#iefix') format('embedded-opentype'), url('/catalog/view/theme/neoseo_unistor/fonts/Montserrat/Montserrat-Italic.woff') format('woff'), url('/catalog/view/theme/neoseo_unistor/fonts/Montserrat/Montserrat-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic; }

@font-face{font-display:swap;
  font-display: swap;
  font-family: 'Montserrat';
  src: url('/catalog/view/theme/neoseo_unistor/fonts/Montserrat/Montserrat-Bold.eot');
  src: local('Montserrat Bold'), local('Montserrat-Bold'), url('/catalog/view/theme/neoseo_unistor/fonts/Montserrat/Montserrat-Bold.eot?#iefix') format('embedded-opentype'), url('/catalog/view/theme/neoseo_unistor/fonts/Montserrat/Montserrat-Bold.woff') format('woff'), url('/catalog/view/theme/neoseo_unistor/fonts/Montserrat/Montserrat-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal; }

@font-face{font-display:swap;
  font-display: swap;
  font-family: 'Montserrat';
  src: url('/catalog/view/theme/neoseo_unistor/fonts/Montserrat/Montserrat-LightItalic.eot');
  src: local('Montserrat Light Italic'), local('Montserrat-LightItalic'), url('/catalog/view/theme/neoseo_unistor/fonts/Montserrat/Montserrat-LightItalic.eot?#iefix') format('embedded-opentype'), url('/catalog/view/theme/neoseo_unistor/fonts/Montserrat/Montserrat-LightItalic.woff') format('woff'), url('/catalog/view/theme/neoseo_unistor/fonts/Montserrat/Montserrat-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic; }

@font-face{font-display:swap;
  font-display: swap;
  font-family: 'Montserrat';
  src: url('/catalog/view/theme/neoseo_unistor/fonts/Montserrat/Montserrat-BlackItalic.eot');
  src: local('Montserrat Black Italic'), local('Montserrat-BlackItalic'), url('/catalog/view/theme/neoseo_unistor/fonts/Montserrat/Montserrat-BlackItalic.eot?#iefix') format('embedded-opentype'), url('/catalog/view/theme/neoseo_unistor/fonts/Montserrat/Montserrat-BlackItalic.woff') format('woff'), url('/catalog/view/theme/neoseo_unistor/fonts/Montserrat/Montserrat-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic; }

@font-face{font-display:swap;
  font-display: swap;
  font-family: 'Montserrat';
  src: url('/catalog/view/theme/neoseo_unistor/fonts/Montserrat/Montserrat-SemiBoldItalic.eot');
  src: local('Montserrat SemiBold Italic'), local('Montserrat-SemiBoldItalic'), url('/catalog/view/theme/neoseo_unistor/fonts/Montserrat/Montserrat-SemiBoldItalic.eot?#iefix') format('embedded-opentype'), url('/catalog/view/theme/neoseo_unistor/fonts/Montserrat/Montserrat-SemiBoldItalic.woff') format('woff'), url('/catalog/view/theme/neoseo_unistor/fonts/Montserrat/Montserrat-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic; }

@font-face{font-display:swap;
  font-display: swap;
  font-family: 'Montserrat';
  src: url('/catalog/view/theme/neoseo_unistor/fonts/Montserrat/Montserrat-Regular.eot');
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url('/catalog/view/theme/neoseo_unistor/fonts/Montserrat/Montserrat-Regular.eot?#iefix') format('embedded-opentype'), url('/catalog/view/theme/neoseo_unistor/fonts/Montserrat/Montserrat-Regular.woff') format('woff'), url('/catalog/view/theme/neoseo_unistor/fonts/Montserrat/Montserrat-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal; }

@font-face{font-display:swap;
  font-display: swap;
  font-family: 'Montserrat';
  src: url('/catalog/view/theme/neoseo_unistor/fonts/Montserrat/Montserrat-Medium.eot');
  src: local('Montserrat Medium'), local('Montserrat-Medium'), url('/catalog/view/theme/neoseo_unistor/fonts/Montserrat/Montserrat-Medium.eot?#iefix') format('embedded-opentype'), url('/catalog/view/theme/neoseo_unistor/fonts/Montserrat/Montserrat-Medium.woff') format('woff'), url('/catalog/view/theme/neoseo_unistor/fonts/Montserrat/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal; }

@font-face{font-display:swap;
  font-display: swap;
  font-family: 'Montserrat';
  src: url('/catalog/view/theme/neoseo_unistor/fonts/Montserrat/Montserrat-ExtraBold.eot');
  src: local('Montserrat ExtraBold'), local('Montserrat-ExtraBold'), url('/catalog/view/theme/neoseo_unistor/fonts/Montserrat/Montserrat-ExtraBold.eot?#iefix') format('embedded-opentype'), url('/catalog/view/theme/neoseo_unistor/fonts/Montserrat/Montserrat-ExtraBold.woff') format('woff'), url('/catalog/view/theme/neoseo_unistor/fonts/Montserrat/Montserrat-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal; }

@font-face{font-display:swap;
  font-display: swap;
  font-family: 'Montserrat';
  src: url('/catalog/view/theme/neoseo_unistor/fonts/Montserrat/Montserrat-Black.eot');
  src: local('Montserrat Black'), local('Montserrat-Black'), url('/catalog/view/theme/neoseo_unistor/fonts/Montserrat/Montserrat-Black.eot?#iefix') format('embedded-opentype'), url('/catalog/view/theme/neoseo_unistor/fonts/Montserrat/Montserrat-Black.woff') format('woff'), url('/catalog/view/theme/neoseo_unistor/fonts/Montserrat/Montserrat-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal; }

@font-face{font-display:swap;
  font-display: swap;
  font-family: 'Montserrat';
  src: url('/catalog/view/theme/neoseo_unistor/fonts/Montserrat/Montserrat-ThinItalic.eot');
  src: local('Montserrat Thin Italic'), local('Montserrat-ThinItalic'), url('/catalog/view/theme/neoseo_unistor/fonts/Montserrat/Montserrat-ThinItalic.eot?#iefix') format('embedded-opentype'), url('/catalog/view/theme/neoseo_unistor/fonts/Montserrat/Montserrat-ThinItalic.woff') format('woff'), url('/catalog/view/theme/neoseo_unistor/fonts/Montserrat/Montserrat-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  /*=== Roboto Condensed ===*/ }

@font-face{font-display:swap;
  font-display: swap;
  font-family: 'RobotoCondensed';
  src: url('/catalog/view/theme/neoseo_unistor/fonts/RobotoCondensed/RobotoCondensed-Regular.eot');
  src: local('Roboto Condensed'), local('RobotoCondensed-Regular'), url('/catalog/view/theme/neoseo_unistor/fonts/RobotoCondensed/RobotoCondensed-Regular.eot?#iefix') format('embedded-opentype'), url('/catalog/view/theme/neoseo_unistor/fonts/RobotoCondensed/RobotoCondensed-Regular.woff') format('woff'), url('/catalog/view/theme/neoseo_unistor/fonts/RobotoCondensed/RobotoCondensed-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal; }

@font-face{font-display:swap;
  font-display: swap;
  font-family: 'RobotoCondensed';
  src: url('/catalog/view/theme/neoseo_unistor/fonts/RobotoCondensed/RobotoCondensed-BoldItalic.eot');
  src: local('Roboto Condensed Bold Italic'), local('RobotoCondensed-BoldItalic'), url('/catalog/view/theme/neoseo_unistor/fonts/RobotoCondensed/RobotoCondensed-BoldItalic.eot?#iefix') format('embedded-opentype'), url('/catalog/view/theme/neoseo_unistor/fonts/RobotoCondensed/RobotoCondensed-BoldItalic.woff') format('woff'), url('/catalog/view/theme/neoseo_unistor/fonts/RobotoCondensed/RobotoCondensed-BoldItalic.ttf') format('truetype');
  font-weight: bold;
  font-style: italic; }

@font-face{font-display:swap;
  font-display: swap;
  font-family: 'RobotoCondensed';
  src: url('/catalog/view/theme/neoseo_unistor/fonts/RobotoCondensed/RobotoCondensed-Bold.eot');
  src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'), url('/catalog/view/theme/neoseo_unistor/fonts/RobotoCondensed/RobotoCondensed-Bold.eot?#iefix') format('embedded-opentype'), url('/catalog/view/theme/neoseo_unistor/fonts/RobotoCondensed/RobotoCondensed-Bold.woff') format('woff'), url('/catalog/view/theme/neoseo_unistor/fonts/RobotoCondensed/RobotoCondensed-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal; }

@font-face{font-display:swap;
  font-display: swap;
  font-family: 'RobotoCondensed';
  src: url('/catalog/view/theme/neoseo_unistor/fonts/RobotoCondensed/RobotoCondensed-LightItalic.eot');
  src: local('Roboto Condensed Light Italic'), local('RobotoCondensed-LightItalic'), url('/catalog/view/theme/neoseo_unistor/fonts/RobotoCondensed/RobotoCondensed-LightItalic.eot?#iefix') format('embedded-opentype'), url('/catalog/view/theme/neoseo_unistor/fonts/RobotoCondensed/RobotoCondensed-LightItalic.woff') format('woff'), url('/catalog/view/theme/neoseo_unistor/fonts/RobotoCondensed/RobotoCondensed-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic; }

@font-face{font-display:swap;
  font-display: swap;
  font-family: 'RobotoCondensed';
  src: url('/catalog/view/theme/neoseo_unistor/fonts/RobotoCondensed/RobotoCondensed-Italic.eot');
  src: local('Roboto Condensed Italic'), local('RobotoCondensed-Italic'), url('/catalog/view/theme/neoseo_unistor/fonts/RobotoCondensed/RobotoCondensed-Italic.eot?#iefix') format('embedded-opentype'), url('/catalog/view/theme/neoseo_unistor/fonts/RobotoCondensed/RobotoCondensed-Italic.woff') format('woff'), url('/catalog/view/theme/neoseo_unistor/fonts/RobotoCondensed/RobotoCondensed-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic; }

@font-face{font-display:swap;
  font-display: swap;
  font-family: 'RobotoCondensed';
  src: url('/catalog/view/theme/neoseo_unistor/fonts/RobotoCondensed/RobotoCondensed-Light.eot');
  src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'), url('/catalog/view/theme/neoseo_unistor/fonts/RobotoCondensed/RobotoCondensed-Light.eot?#iefix') format('embedded-opentype'), url('/catalog/view/theme/neoseo_unistor/fonts/RobotoCondensed/RobotoCondensed-Light.woff') format('woff'), url('/catalog/view/theme/neoseo_unistor/fonts/RobotoCondensed/RobotoCondensed-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  /*=== Source Sans Pro ===*/ }

@font-face{font-display:swap;
  font-display: swap;
  font-family: 'SourceSansPro';
  src: url('/catalog/view/theme/neoseo_unistor/fonts/SourceSansPro/SourceSansPro-BlackItalic.eot');
  src: local('Source Sans Pro Black Italic'), local('SourceSansPro-BlackItalic'), url('/catalog/view/theme/neoseo_unistor/fonts/SourceSansPro/SourceSansPro-BlackItalic.eot?#iefix') format('embedded-opentype'), url('/catalog/view/theme/neoseo_unistor/fonts/SourceSansPro/SourceSansPro-BlackItalic.woff') format('woff'), url('/catalog/view/theme/neoseo_unistor/fonts/SourceSansPro/SourceSansPro-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic; }

@font-face{font-display:swap;
  font-display: swap;
  font-family: 'SourceSansPro';
  src: url('/catalog/view/theme/neoseo_unistor/fonts/SourceSansPro/SourceSansPro-BoldItalic.eot');
  src: local('Source Sans Pro Bold Italic'), local('SourceSansPro-BoldItalic'), url('/catalog/view/theme/neoseo_unistor/fonts/SourceSansPro/SourceSansPro-BoldItalic.eot?#iefix') format('embedded-opentype'), url('/catalog/view/theme/neoseo_unistor/fonts/SourceSansPro/SourceSansPro-BoldItalic.woff') format('woff'), url('/catalog/view/theme/neoseo_unistor/fonts/SourceSansPro/SourceSansPro-BoldItalic.ttf') format('truetype');
  font-weight: bold;
  font-style: italic; }

@font-face{font-display:swap;
  font-display: swap;
  font-family: 'SourceSansPro';
  src: url('/catalog/view/theme/neoseo_unistor/fonts/SourceSansPro/SourceSansPro-Regular.eot');
  src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'), url('/catalog/view/theme/neoseo_unistor/fonts/SourceSansPro/SourceSansPro-Regular.eot?#iefix') format('embedded-opentype'), url('/catalog/view/theme/neoseo_unistor/fonts/SourceSansPro/SourceSansPro-Regular.woff') format('woff'), url('/catalog/view/theme/neoseo_unistor/fonts/SourceSansPro/SourceSansPro-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal; }

@font-face{font-display:swap;
  font-display: swap;
  font-family: 'SourceSansPro';
  src: url('/catalog/view/theme/neoseo_unistor/fonts/SourceSansPro/SourceSansPro-SemiBoldItalic.eot');
  src: local('Source Sans Pro SemiBold Italic'), local('SourceSansPro-SemiBoldItalic'), url('/catalog/view/theme/neoseo_unistor/fonts/SourceSansPro/SourceSansPro-SemiBoldItalic.eot?#iefix') format('embedded-opentype'), url('/catalog/view/theme/neoseo_unistor/fonts/SourceSansPro/SourceSansPro-SemiBoldItalic.woff') format('woff'), url('/catalog/view/theme/neoseo_unistor/fonts/SourceSansPro/SourceSansPro-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic; }

@font-face{font-display:swap;
  font-display: swap;
  font-family: 'SourceSansPro';
  src: url('/catalog/view/theme/neoseo_unistor/fonts/SourceSansPro/SourceSansPro-LightItalic.eot');
  src: local('Source Sans Pro Light Italic'), local('SourceSansPro-LightItalic'), url('/catalog/view/theme/neoseo_unistor/fonts/SourceSansPro/SourceSansPro-LightItalic.eot?#iefix') format('embedded-opentype'), url('/catalog/view/theme/neoseo_unistor/fonts/SourceSansPro/SourceSansPro-LightItalic.woff') format('woff'), url('/catalog/view/theme/neoseo_unistor/fonts/SourceSansPro/SourceSansPro-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic; }

@font-face{font-display:swap;
  font-display: swap;
  font-family: 'SourceSansPro';
  src: url('/catalog/view/theme/neoseo_unistor/fonts/SourceSansPro/SourceSansPro-Italic.eot');
  src: local('Source Sans Pro Italic'), local('SourceSansPro-Italic'), url('/catalog/view/theme/neoseo_unistor/fonts/SourceSansPro/SourceSansPro-Italic.eot?#iefix') format('embedded-opentype'), url('/catalog/view/theme/neoseo_unistor/fonts/SourceSansPro/SourceSansPro-Italic.woff') format('woff'), url('/catalog/view/theme/neoseo_unistor/fonts/SourceSansPro/SourceSansPro-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic; }

@font-face{font-display:swap;
  font-display: swap;
  font-family: 'SourceSansPro';
  src: url('/catalog/view/theme/neoseo_unistor/fonts/SourceSansPro/SourceSansPro-ExtraLightItalic.eot');
  src: local('Source Sans Pro ExtraLight Italic'), local('SourceSansPro-ExtraLightItalic'), url('/catalog/view/theme/neoseo_unistor/fonts/SourceSansPro/SourceSansPro-ExtraLightItalic.eot?#iefix') format('embedded-opentype'), url('/catalog/view/theme/neoseo_unistor/fonts/SourceSansPro/SourceSansPro-ExtraLightItalic.woff') format('woff'), url('/catalog/view/theme/neoseo_unistor/fonts/SourceSansPro/SourceSansPro-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic; }

@font-face{font-display:swap;
  font-display: swap;
  font-family: 'SourceSansPro';
  src: url('/catalog/view/theme/neoseo_unistor/fonts/SourceSansPro/SourceSansPro-ExtraLight.eot');
  src: local('Source Sans Pro ExtraLight'), local('SourceSansPro-ExtraLight'), url('/catalog/view/theme/neoseo_unistor/fonts/SourceSansPro/SourceSansPro-ExtraLight.eot?#iefix') format('embedded-opentype'), url('/catalog/view/theme/neoseo_unistor/fonts/SourceSansPro/SourceSansPro-ExtraLight.woff') format('woff'), url('/catalog/view/theme/neoseo_unistor/fonts/SourceSansPro/SourceSansPro-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal; }

@font-face{font-display:swap;
  font-display: swap;
  font-family: 'SourceSansPro';
  src: url('/catalog/view/theme/neoseo_unistor/fonts/SourceSansPro/SourceSansPro-Light.eot');
  src: local('Source Sans Pro Light'), local('SourceSansPro-Light'), url('/catalog/view/theme/neoseo_unistor/fonts/SourceSansPro/SourceSansPro-Light.eot?#iefix') format('embedded-opentype'), url('/catalog/view/theme/neoseo_unistor/fonts/SourceSansPro/SourceSansPro-Light.woff') format('woff'), url('/catalog/view/theme/neoseo_unistor/fonts/SourceSansPro/SourceSansPro-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal; }

@font-face{font-display:swap;
  font-display: swap;
  font-family: 'SourceSansPro';
  src: url('/catalog/view/theme/neoseo_unistor/fonts/SourceSansPro/SourceSansPro-Black.eot');
  src: local('Source Sans Pro Black'), local('SourceSansPro-Black'), url('/catalog/view/theme/neoseo_unistor/fonts/SourceSansPro/SourceSansPro-Black.eot?#iefix') format('embedded-opentype'), url('/catalog/view/theme/neoseo_unistor/fonts/SourceSansPro/SourceSansPro-Black.woff') format('woff'), url('/catalog/view/theme/neoseo_unistor/fonts/SourceSansPro/SourceSansPro-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal; }

@font-face{font-display:swap;
  font-display: swap;
  font-family: 'SourceSansPro';
  src: url('/catalog/view/theme/neoseo_unistor/fonts/SourceSansPro/SourceSansPro-Bold.eot');
  src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'), url('/catalog/view/theme/neoseo_unistor/fonts/SourceSansPro/SourceSansPro-Bold.eot?#iefix') format('embedded-opentype'), url('/catalog/view/theme/neoseo_unistor/fonts/SourceSansPro/SourceSansPro-Bold.woff') format('woff'), url('/catalog/view/theme/neoseo_unistor/fonts/SourceSansPro/SourceSansPro-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal; }

@font-face{font-display:swap;
  font-display: swap;
  font-family: 'SourceSansPro';
  src: url('/catalog/view/theme/neoseo_unistor/fonts/SourceSansPro/SourceSansPro-SemiBold.eot');
  src: local('Source Sans Pro SemiBold'), local('SourceSansPro-SemiBold'), url('/catalog/view/theme/neoseo_unistor/fonts/SourceSansPro/SourceSansPro-SemiBold.eot?#iefix') format('embedded-opentype'), url('/catalog/view/theme/neoseo_unistor/fonts/SourceSansPro/SourceSansPro-SemiBold.woff') format('woff'), url('/catalog/view/theme/neoseo_unistor/fonts/SourceSansPro/SourceSansPro-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  /*=== Oswald ===*/ }

@font-face{font-display:swap;
  font-display: swap;
  font-family: 'Oswald';
  src: url('/catalog/view/theme/neoseo_unistor/fonts/Oswald/Oswald-SemiBold.eot');
  src: local('Oswald SemiBold'), local('Oswald-SemiBold'), url('/catalog/view/theme/neoseo_unistor/fonts/Oswald/Oswald-SemiBold.eot?#iefix') format('embedded-opentype'), url('/catalog/view/theme/neoseo_unistor/fonts/Oswald/Oswald-SemiBold.woff') format('woff'), url('/catalog/view/theme/neoseo_unistor/fonts/Oswald/Oswald-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal; }

@font-face{font-display:swap;
  font-display: swap;
  font-family: 'Oswald';
  src: url('/catalog/view/theme/neoseo_unistor/fonts/Oswald/Oswald-ExtraLight.eot');
  src: local('Oswald ExtraLight'), local('Oswald-ExtraLight'), url('/catalog/view/theme/neoseo_unistor/fonts/Oswald/Oswald-ExtraLight.eot?#iefix') format('embedded-opentype'), url('/catalog/view/theme/neoseo_unistor/fonts/Oswald/Oswald-ExtraLight.woff') format('woff'), url('/catalog/view/theme/neoseo_unistor/fonts/Oswald/Oswald-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal; }

@font-face{font-display:swap;
  font-display: swap;
  font-family: 'Oswald';
  src: url('/catalog/view/theme/neoseo_unistor/fonts/Oswald/Oswald-Light.eot');
  src: local('Oswald Light'), local('Oswald-Light'), url('/catalog/view/theme/neoseo_unistor/fonts/Oswald/Oswald-Light.eot?#iefix') format('embedded-opentype'), url('/catalog/view/theme/neoseo_unistor/fonts/Oswald/Oswald-Light.woff') format('woff'), url('/catalog/view/theme/neoseo_unistor/fonts/Oswald/Oswald-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal; }

@font-face{font-display:swap;
  font-display: swap;
  font-family: 'Oswald';
  src: url('/catalog/view/theme/neoseo_unistor/fonts/Oswald/Oswald-Bold.eot');
  src: local('Oswald Bold'), local('Oswald-Bold'), url('/catalog/view/theme/neoseo_unistor/fonts/Oswald/Oswald-Bold.eot?#iefix') format('embedded-opentype'), url('/catalog/view/theme/neoseo_unistor/fonts/Oswald/Oswald-Bold.woff') format('woff'), url('/catalog/view/theme/neoseo_unistor/fonts/Oswald/Oswald-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal; }

@font-face{font-display:swap;
  font-display: swap;
  font-family: 'Oswald';
  src: url('/catalog/view/theme/neoseo_unistor/fonts/Oswald/Oswald-Regular.eot');
  src: local('Oswald Regular'), local('Oswald-Regular'), url('/catalog/view/theme/neoseo_unistor/fonts/Oswald/Oswald-Regular.eot?#iefix') format('embedded-opentype'), url('/catalog/view/theme/neoseo_unistor/fonts/Oswald/Oswald-Regular.woff') format('woff'), url('/catalog/view/theme/neoseo_unistor/fonts/Oswald/Oswald-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal; }

@font-face{font-display:swap;
  font-display: swap;
  font-family: 'Oswald';
  src: url('/catalog/view/theme/neoseo_unistor/fonts/Oswald/Oswald-Medium.eot');
  src: local('Oswald Medium'), local('Oswald-Medium'), url('/catalog/view/theme/neoseo_unistor/fonts/Oswald/Oswald-Medium.eot?#iefix') format('embedded-opentype'), url('/catalog/view/theme/neoseo_unistor/fonts/Oswald/Oswald-Medium.woff') format('woff'), url('/catalog/view/theme/neoseo_unistor/fonts/Oswald/Oswald-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  /*=== Merriweather ===*/ }

@font-face{font-display:swap;
  font-display: swap;
  font-family: 'Merriweather';
  src: url('/catalog/view/theme/neoseo_unistor/fonts/Merriweather/Merriweather-BoldItalic.eot');
  src: local('Merriweather Bold Italic'), local('Merriweather-BoldItalic'), url('/catalog/view/theme/neoseo_unistor/fonts/Merriweather/Merriweather-BoldItalic.eot?#iefix') format('embedded-opentype'), url('/catalog/view/theme/neoseo_unistor/fonts/Merriweather/Merriweather-BoldItalic.woff') format('woff'), url('/catalog/view/theme/neoseo_unistor/fonts/Merriweather/Merriweather-BoldItalic.ttf') format('truetype');
  font-weight: bold;
  font-style: italic; }

@font-face{font-display:swap;
  font-display: swap;
  font-family: 'Merriweather';
  src: url('/catalog/view/theme/neoseo_unistor/fonts/Merriweather/Merriweather-Italic.eot');
  src: local('Merriweather Italic'), local('Merriweather-Italic'), url('/catalog/view/theme/neoseo_unistor/fonts/Merriweather/Merriweather-Italic.eot?#iefix') format('embedded-opentype'), url('/catalog/view/theme/neoseo_unistor/fonts/Merriweather/Merriweather-Italic.woff') format('woff'), url('/catalog/view/theme/neoseo_unistor/fonts/Merriweather/Merriweather-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic; }

@font-face{font-display:swap;
  font-display: swap;
  font-family: 'Merriweather';
  src: url('/catalog/view/theme/neoseo_unistor/fonts/Merriweather/Merriweather-Regular.eot');
  src: local('Merriweather Regular'), local('Merriweather-Regular'), url('/catalog/view/theme/neoseo_unistor/fonts/Merriweather/Merriweather-Regular.eot?#iefix') format('embedded-opentype'), url('/catalog/view/theme/neoseo_unistor/fonts/Merriweather/Merriweather-Regular.woff') format('woff'), url('/catalog/view/theme/neoseo_unistor/fonts/Merriweather/Merriweather-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal; }

@font-face{font-display:swap;
  font-display: swap;
  font-family: 'Merriweather';
  src: url('/catalog/view/theme/neoseo_unistor/fonts/Merriweather/Merriweather-BlackItalic.eot');
  src: local('Merriweather Black Italic'), local('Merriweather-BlackItalic'), url('/catalog/view/theme/neoseo_unistor/fonts/Merriweather/Merriweather-BlackItalic.eot?#iefix') format('embedded-opentype'), url('/catalog/view/theme/neoseo_unistor/fonts/Merriweather/Merriweather-BlackItalic.woff') format('woff'), url('/catalog/view/theme/neoseo_unistor/fonts/Merriweather/Merriweather-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic; }

@font-face{font-display:swap;
  font-display: swap;
  font-family: 'Merriweather';
  src: url('/catalog/view/theme/neoseo_unistor/fonts/Merriweather/Merriweather-Bold.eot');
  src: local('Merriweather Bold'), local('Merriweather-Bold'), url('/catalog/view/theme/neoseo_unistor/fonts/Merriweather/Merriweather-Bold.eot?#iefix') format('embedded-opentype'), url('/catalog/view/theme/neoseo_unistor/fonts/Merriweather/Merriweather-Bold.woff') format('woff'), url('/catalog/view/theme/neoseo_unistor/fonts/Merriweather/Merriweather-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal; }

@font-face{font-display:swap;
  font-display: swap;
  font-family: 'Merriweather';
  src: url('/catalog/view/theme/neoseo_unistor/fonts/Merriweather/Merriweather-Light.eot');
  src: local('Merriweather Light'), local('Merriweather-Light'), url('/catalog/view/theme/neoseo_unistor/fonts/Merriweather/Merriweather-Light.eot?#iefix') format('embedded-opentype'), url('/catalog/view/theme/neoseo_unistor/fonts/Merriweather/Merriweather-Light.woff') format('woff'), url('/catalog/view/theme/neoseo_unistor/fonts/Merriweather/Merriweather-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal; }

@font-face{font-display:swap;
  font-display: swap;
  font-family: 'Merriweather';
  src: url('/catalog/view/theme/neoseo_unistor/fonts/Merriweather/Merriweather-Black.eot');
  src: local('Merriweather Black'), local('Merriweather-Black'), url('/catalog/view/theme/neoseo_unistor/fonts/Merriweather/Merriweather-Black.eot?#iefix') format('embedded-opentype'), url('/catalog/view/theme/neoseo_unistor/fonts/Merriweather/Merriweather-Black.woff') format('woff'), url('/catalog/view/theme/neoseo_unistor/fonts/Merriweather/Merriweather-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal; }

@font-face{font-display:swap;
  font-display: swap;
  font-family: 'Merriweather';
  src: url('/catalog/view/theme/neoseo_unistor/fonts/Merriweather/Merriweather-LightItalic.eot');
  src: local('Merriweather Light Italic'), local('Merriweather-LightItalic'), url('/catalog/view/theme/neoseo_unistor/fonts/Merriweather/Merriweather-LightItalic.eot?#iefix') format('embedded-opentype'), url('/catalog/view/theme/neoseo_unistor/fonts/Merriweather/Merriweather-LightItalic.woff') format('woff'), url('/catalog/view/theme/neoseo_unistor/fonts/Merriweather/Merriweather-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  /*=== Yanone ===*/ }

@font-face{font-display:swap;
  font-display: swap;
  font-family: 'Yanone';
  src: url('/catalog/view/theme/neoseo_unistor/fonts/YanoneKaffeesatz/YanoneKaffeesatz-Thin.eot');
  src: local('Yanone Kaffeesatz-Thin'), local('YanoneKaffeesatz-Thin'), url('/catalog/view/theme/neoseo_unistor/fonts/YanoneKaffeesatz/YanoneKaffeesatz-Thin.eot?#iefix') format('embedded-opentype'), url('/catalog/view/theme/neoseo_unistor/fonts/YanoneKaffeesatz/YanoneKaffeesatz-Thin.woff') format('woff'), url('/catalog/view/theme/neoseo_unistor/fonts/YanoneKaffeesatz/YanoneKaffeesatz-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal; }

@font-face{font-display:swap;
  font-display: swap;
  font-family: 'Yanone';
  src: url('/catalog/view/theme/neoseo_unistor/fonts/YanoneKaffeesatz/YanoneKaffeesatz-Light.eot');
  src: local('Yanone Kaffeesatz-Light'), local('YanoneKaffeesatz-Light'), url('/catalog/view/theme/neoseo_unistor/fonts/YanoneKaffeesatz/YanoneKaffeesatz-Light.eot?#iefix') format('embedded-opentype'), url('/catalog/view/theme/neoseo_unistor/fonts/YanoneKaffeesatz/YanoneKaffeesatz-Light.woff') format('woff'), url('/catalog/view/theme/neoseo_unistor/fonts/YanoneKaffeesatz/YanoneKaffeesatz-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal; }

@font-face{font-display:swap;
  font-display: swap;
  font-family: 'Yanone';
  src: url('/catalog/view/theme/neoseo_unistor/fonts/YanoneKaffeesatz/YanoneKaffeesatz-Regular.eot');
  src: local('Yanone Kaffeesatz-Regular'), local('YanoneKaffeesatz-Regular'), url('/catalog/view/theme/neoseo_unistor/fonts/YanoneKaffeesatz/YanoneKaffeesatz-Regular.eot?#iefix') format('embedded-opentype'), url('/catalog/view/theme/neoseo_unistor/fonts/YanoneKaffeesatz/YanoneKaffeesatz-Regular.woff') format('woff'), url('/catalog/view/theme/neoseo_unistor/fonts/YanoneKaffeesatz/YanoneKaffeesatz-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal; }

@font-face{font-display:swap;
  font-display: swap;
  font-family: 'Yanone';
  src: url('/catalog/view/theme/neoseo_unistor/fonts/YanoneKaffeesatz/YanoneKaffeesatz-Bold.eot');
  src: local('Yanone Kaffeesatz-Bold'), local('YanoneKaffeesatz-Bold'), url('/catalog/view/theme/neoseo_unistor/fonts/YanoneKaffeesatz/YanoneKaffeesatz-Bold.eot?#iefix') format('embedded-opentype'), url('/catalog/view/theme/neoseo_unistor/fonts/YanoneKaffeesatz/YanoneKaffeesatz-Bold.woff') format('woff'), url('/catalog/view/theme/neoseo_unistor/fonts/YanoneKaffeesatz/YanoneKaffeesatz-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  /*=== ÐžÐ±Ñ‹Ñ‡Ð½Ñ‹Ðµ ÑˆÑ€Ð¸Ñ„Ñ‚Ñ‹ - end ===*/ }

@font-face{font-display:swap;
  font-display: swap;
  font-family: 'ns-icons';
  src: url('/catalog/view/theme/neoseo_unistor/fonts/nsicons/nsicons.eot');
  src: url('/catalog/view/theme/neoseo_unistor/fonts/nsicons/nsicons.svg');
  src: url('/catalog/view/theme/neoseo_unistor/fonts/nsicons/nsicons.ttf');
  src: url('/catalog/view/theme/neoseo_unistor/fonts/nsicons/nsicons.woff'); }

@font-face{font-display:swap;
  font-display: swap;
  font-family: 'ns-icons';
  src: url('/catalog/view/theme/neoseo_unistor/fonts/nsicons/nsicons2.eot');
  src: url('/catalog/view/theme/neoseo_unistor/fonts/nsicons/nsicons2.svg');
  src: url('/catalog/view/theme/neoseo_unistor/fonts/nsicons/nsicons2.ttf');
  src: url('/catalog/view/theme/neoseo_unistor/fonts/nsicons/nsicons2.woff'); }

@font-face{font-display:swap;
  font-display: swap;
  font-family: 'ns-icons';
  src: url('/catalog/view/theme/neoseo_unistor/fonts/nsicons/shopping-bag.eot');
  src: url('/catalog/view/theme/neoseo_unistor/fonts/nsicons/shopping-bag.svg');
  src: url('/catalog/view/theme/neoseo_unistor/fonts/nsicons/shopping-bag.ttf');
  src: url('/catalog/view/theme/neoseo_unistor/fonts/nsicons/shopping-bag.woff'); }

@font-face{font-display:swap;
  font-display: swap;
  font-family: 'ns-star';
  src: url('/catalog/view/theme/neoseo_unistor/fonts/star/star.eot');
  src: url('/catalog/view/theme/neoseo_unistor/fonts/star/star.svg');
  src: url('/catalog/view/theme/neoseo_unistor/fonts/star/star.ttf');
  src: url('/catalog/view/theme/neoseo_unistor/fonts/star/star.woff'); }

[class^="ns-"], [class*=" ns-"] {
  font-size: 16px;
  font-family: 'ns-icons';
  speak: none;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="fa-star"], [class*="fa-star"] {
  font-size: 16px;
  font-family: 'ns-star';
  speak: none;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="fa-star-o"], [class*="fa-star-o"] {
  font-size: 16px;
  font-family: 'ns-star';
  speak: none;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ns-arrow-right:before {
  font-weight: bold;
  content: "\e900"; }

.ns-mouse:before {
  content: "\e901"; }

.ns-kyivstar:before {
  font-weight: bold;
  content: "\e902";
  color: #126dff; }

.ns-lifecell:before {
  font-weight: bold;
  content: "\e903";
  color: #ffd600; }

.ns-vodafone:before {
  font-weight: bold;
  content: "\e904";
  color: #eb2d21; }

.ns-cityphone:before {
  font-weight: bold;
  content: "\e905";
  color: #3c3c3c; }

.ns-headphones:before {
  font-weight: bold;
  content: "\e906"; }

.ns-shopping-bag:before {
  content: "\e907"; }

.ns-cart:before {
  content: "\e909"; }

.ns-headphones-o:before {
  content: "\e910"; }

.ns-clone:before {
  content: "\e911"; }

.ns-clock-o:before {
  content: "\e912"; }

.fa-star-o:before {
  font-weight: bold;
  content: "\e907"; }

.fa-star:before {
  font-weight: bold;
  content: "\e908"; }

.box-shadow {
  box-shadow: none; }

.box-corner {
  border-radius: 0; }

@media (max-width: 576px) {
    html {
      overflow-x: hidden; } }

body {
  font-family: Roboto, sans-serif;
  font-weight: normal;
  color: #595959;
  background-color: #fff;
  background-image: url('');
  font-size: 14px;
  line-height: 1.2;
  width: 100%;
  -webkit-font-smoothing: antialiased; }
  @media (max-width: 576px) {
  body {
    overflow-x: hidden; } }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  color: #1d1d1d;
  /* Banner on Top ala Razetka */ }

#general-banner {
  height: 30px;
  /* Override the bootstrap defaults */ }
  @media (max-width: 991px) {
  #general-banner {
    display: none !important; } }
  #general-banner a {
    display: block;
    height: 100%; }

h1, .h1 {
  font-size: 32px; }

h2, .h2 {
  font-size: 27px; }

h3, .h3 {
  font-size: 21px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 16px; }

h6, .h6 {
  font-size: 15px; }

a {
  color: #36f; }
  a:hover {
    text-decoration: none;
    color: #36f; }

#content article a {
  font-weight: bolder;
  text-decoration: underline; }
  #content article a:hover {
    text-decoration: none; }

input[type="text"], input[type="password"], select, textarea {
  font-size: 13px; }

input[type="text"]:focus, input[type="password"]:focus, select:focus, textarea:focus {
  border-color: #c6c8cc;
  box-shadow: inset 1px 1px 2px rgba(79, 98, 116, 0.18); }

input[type="text"], input[type="password"], textarea {
  padding: 5px 10px;
  width: 100%; }

textarea {
  resize: vertical; }

div.edit {
  margin-bottom: 12px;
  font-size: 13px; }

.input-group .input-group-addon {
  height: 30px; }

.nav-tabs {
  margin-bottom: 25px;
  border-bottom: 2px solid #57d6e9; }

@media (max-width: 480px) {
  .nav-tabs {
    display: flex;
    flex-direction: column; }

  .modal-footer button, .modal-footer a {
    width: 100%;
    margin-bottom: 5px;
    margin-left: 0 !important;
    margin-right: 0 !important; } }

.nav-tabs &gt; li.active &gt; a, #search_main #search_footer .curPage {
  background-color: #57d6e9;
  border-color: #57d6e9;
  color: #1d1d1d; }

.nav-tabs &gt; li.active &gt; a:focus, .nav-tabs &gt; li.active &gt; a:hover {
  background-color: #57d6e9;
  border-color: #57d6e9;
  color: #1d1d1d; }

.nav-tabs &gt; li &gt; a:focus, .nav-tabs &gt; li &gt; a:hover {
  background-color: #1d1d1d;
  color: #fff;
  border-color: #1d1d1d; }

div.required .control-label:before {
  content: '* ';
  color: #c00;
  font-weight: bold;
  /* Gradent to all drop down menus */ }

.dropdown-menu li &gt; a:hover {
  text-decoration: none; }

.flixer small {
  font-size: 85%;
  position: relative;
  top: 0;
  left: 1px;
  margin-right: 2px; }

img:focus {
  outline: none; }

.container {
  position: relative; }

.clear {
  clear: both;
  /* Content --- */ }

#content {
  min-height: 600px; }

.header-top {
  border-bottom: 1px solid #fff; }
  .header-top__navigation {
    background: #1d1d1d;
    font-size: 14px;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 130;
    height: 38px; }

.open-list-button {
  transform: rotate(90deg);
  top: 0;
  cursor: pointer;
  transition: 0.3s;
  display: flex;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center; }
  .open-list-button .fa {
    font-size: 8px;
    color: #fff;
    margin-right: 3px; }
  .open-list-button.open {
    transition: 0.3s;
    transform: rotate(0deg); }
    .open-list-button.open .fa {
      color: #57d6e9; }

.drop-main {
  transition: 0.3s;
  display: flex;
  position: absolute;
  flex-direction: column;
  z-index: 1000;
  top: 100%;
  background: #1d1d1d;
  padding: 0 10px;
  min-width: 230px;
  height: 0;
  opacity: 0; }
  @media (max-width: 992px) {
  .drop-main {
    display: none; } }
  .drop-main .drop-list {
    padding: 7px;
    margin: 0;
    list-style: none;
    line-height: 1.8; }
    .drop-main .drop-list &gt; li &gt; a {
      font-size: 14px;
      color: #fff; }
      .drop-main .drop-list &gt; li &gt; a:hover {
        color: #57d6e9;
        text-decoration: underline; }
  .drop-main.open {
    opacity: 1;
    height: auto;
    transition: 1s; }

.top-links-container {
  display: flex;
  height: 38px;
  /*--------------------------------------*/ }

.top-links-container_left {
  display: flex;
  align-items: center;
  height: 100%;
  /*--------------------------------------*/ }
  @media (max-width: 991px) {
  .top-links-container_left {
    margin-right: auto; } }
  .top-links-container_left .main-top-links {
    display: flex;
    align-items: center;
    height: 100%; }
    .top-links-container_left .main-top-links.novisible {
      overflow: hidden; }
    .top-links-container_left .main-top-links .top-links-list {
      display: flex;
      list-style: none;
      padding: 0;
      margin: 0 -5px; }
      .top-links-container_left .main-top-links .top-links-list_item {
        white-space: nowrap;
        margin: 0 5px;
        display: flex;
        align-items: center; }
      .top-links-container_left .main-top-links .top-links-list_item &gt; a {
        order: 2;
        color: #fff; }
        .top-links-container_left .main-top-links .top-links-list_item &gt; a i {
          margin-left: 5px; }
        .top-links-container_left .main-top-links .top-links-list_item &gt; a:hover {
          color: #57d6e9;
          text-decoration: underline; }
      .top-links-container_left .main-top-links .top-links-list_item .left {
        display: flex; }
        .top-links-container_left .main-top-links .top-links-list_item .left &gt; a {
          order: 2;
          color: #fff; }
          .top-links-container_left .main-top-links .top-links-list_item .left &gt; a i {
            margin-left: 5px; }
          .top-links-container_left .main-top-links .top-links-list_item .left &gt; a:hover {
            color: #57d6e9;
            text-decoration: underline; }
        .top-links-container_left .main-top-links .top-links-list_item .left .top-icon {
          max-width: 20px;
          order: 1;
          margin-right: 10px; }
      .top-links-container_left .main-top-links .top-links-list_item .right {
        display: flex; }
        .top-links-container_left .main-top-links .top-links-list_item .right &gt; a {
          order: 2;
          color: #fff; }
          .top-links-container_left .main-top-links .top-links-list_item .right &gt; a i {
            margin-left: 5px; }
          .top-links-container_left .main-top-links .top-links-list_item .right &gt; a:hover {
            color: #57d6e9;
            text-decoration: underline; }
        .top-links-container_left .main-top-links .top-links-list_item .right .top-icon {
          max-width: 20px;
          order: 3;
          margin-left: 10px; }
      .top-links-container_left .main-top-links .top-links-list_item .dropdown .dropdown-menu-right {
        right: auto;
        left: auto;
        top: 20px; }
        .top-links-container_left .main-top-links .top-links-list_item .dropdown &gt; a {
          order: 2;
          color: #fff; }
          .top-links-container_left .main-top-links .top-links-list_item .dropdown &gt; a i {
            margin-left: 5px; }
          .top-links-container_left .main-top-links .top-links-list_item .dropdown &gt; a:hover {
            color: #57d6e9;
            text-decoration: underline; }
      .top-links-container_left .main-top-links .top-links-list_item &gt; a {
        color: #fff; }
        .top-links-container_left .main-top-links .top-links-list_item &gt; a:hover {
          color: #57d6e9;
          text-decoration: underline; }
  .top-links-container_left .compact-top-links .header {
    display: flex;
    align-items: center; }
    .top-links-container_left .compact-top-links .header i {
      color: #fff;
      position: relative;
      font-size: 30px;
      cursor: pointer; }

.top-links-container_center {
  display: flex;
  align-items: center;
  height: 100%;
  width: auto;
  padding: 0 10px; }
  @media (max-width: 991px) {
  .top-links-container_center {
    justify-content: flex-end; } }
  @media (max-width: 767px) {
  .top-links-container_center {
    width: 100%;
    justify-content: flex-start;
    padding-left: 25px; } }

.top_icons_box {
  display: flex;
  align-items: center;
  margin-right: auto;
  min-width: 70px; }
  @media (min-width: 992px) {
  .top_icons_box {
    margin: 0 7px 0 28px; } }
  @media (max-width: 991px) {
  .top_icons_box {
    margin-right: 0; } }
  @media (max-width: 767px) {
  .top_icons_box {
    margin: 0 -24px 0 auto; } }
  .top_icons_box &gt; a {
    margin: 0 9px; }
    .top_icons_box &gt; a i {
      font-size: 19px;
      color: #fff; }
    .top_icons_box &gt; a i:hover {
      color: #57d6e9; }
    .top_icons_box &gt; a &gt; span {
      background: #6ba91b;
      padding: 1px 4px;
      font-size: 10px;
      color: #1d1d1d;
      font-weight: bold;
      position: relative;
      top: -7px;
      left: -7px; }
  @media (min-width: 768px) {
    .top_icons_box #unistor-cart-total {
      display: none; } }

.currency-box {
  display: flex; }
  @media (max-width: 991px) {
  .currency-box {
    margin: 0 15px; } }
  @media (min-width: 992px) {
  .currency-box {
    transform: translateX(22px); } }
  .currency-box__wrap i {
    transition: 0.2s ease-in-out; }
    @media (min-width: 992px) {
  .currency-box__wrap {
    display: none; } }
    @media (max-width: 991px) {
  .currency-box__wrap &gt; ul {
    margin: 0; }
    .currency-box__wrap &gt; ul &gt; li {
      cursor: pointer;
      font-weight: bold;
      color: #fff; }
      .currency-box__wrap &gt; ul &gt; li:hover {
        color: #1d1d1d; }

      .currency-box__wrap &gt; ul &gt; li &gt; b {
        position: relative;
        top: 2px;
        font-size: 18px; }

      .currency-box__wrap &gt; ul &gt; li &gt; i {
        position: relative;
        top: 1px; } }
  @media (min-width: 992px) {
    .currency-box__compact-wrap {
      display: flex;
      top: 0;
      left: 0;
      border: none;
      background: none;
      box-shadow: none;
      position: relative;
      justify-content: center;
      border: none !important;
      box-shadow: none !important;
      min-width: auto;
      margin-right: 20px; }
      .currency-box__compact-wrap::before, .currency-box__compact-wrap::after {
        display: none; }
      .currency-box__compact-wrap ul {
        display: flex;
        align-items: center;
        margin: 0; }
        .currency-box__compact-wrap ul &gt; li {
          padding: 0 2px; }
          .currency-box__compact-wrap ul &gt; li button {
            border: none;
            background: #fff;
            color: #1d1d1d;
            box-shadow: none;
            border-radius: 0;
            width: auto;
            display: flex;
            justify-content: center;
            padding: 0 2px 0 0;
            font-weight: bold;
            border-bottom: 1px solid transparent; }
            .currency-box__compact-wrap ul &gt; li button:hover {
              color: #1d1d1d;
              border-bottom: 1px solid #1d1d1d; }
          .currency-box__compact-wrap ul &gt; li.active button {
            color: #1d1d1d;
            border-bottom: 1px solid #1d1d1d; }
            .currency-box__compact-wrap ul &gt; li.active button:hover {
              color: #1d1d1d;
              border-bottom: 1px solid #1d1d1d; } }
    @media (max-width: 991px) {
  .currency-box__compact-wrap {
    width: auto;
    min-width: 90px;
    border-radius: 3px;
    top: 30px; }
    .currency-box__compact-wrap ul {
      display: flex;
      align-items: center;
      margin: 0; }
      .currency-box__compact-wrap ul &gt; li {
        padding: 0 2px; }
        .currency-box__compact-wrap ul &gt; li button {
          border: none;
          background: none;
          color: #404040;
          box-shadow: none;
          border-radius: 0;
          width: auto;
          display: flex;
          justify-content: center;
          padding: 0 2px 0 0;
          font-weight: bold; }
          .currency-box__compact-wrap ul &gt; li button:hover {
            color: #404040; }
        .currency-box__compact-wrap ul &gt; li.active button {
          display: none; } }
  .currency-box.open &gt; .header i {
    transition: 0.2s ease-in-out;
    transform: rotate(-180deg); }
    .currency-box.open &gt; ul {
      display: flex;
      padding: 5px 10px;
      border-radius: 3px;
      width: auto;
      height: auto;
      box-shadow: 0 1px 15px rgba(0, 0, 0, 0.15);
      position: absolute;
      left: -1px;
      top: 97%;
      z-index: 997;
      background: #fff;
      border: 1px solid #e7e7e7;
      align-items: center;
      justify-content: space-around; }
    .currency-box.open &gt; ul::before {
      content: '';
      top: -5px;
      border-left: 1px solid #e7e7e7;
      position: absolute;
      width: 7px;
      height: 11px;
      background: #fff;
      transform: rotate(45deg);
      left: 11px;
      border-top: 1px solid #e7e7e7; }
    .currency-box.open &gt; ul &gt; li {
      height: 25px; }
    .currency-box.open &gt; ul &gt; li &gt; a {
      text-transform: uppercase;
      font-weight: bold;
      color: #404040;
      display: flex;
      align-items: center;
      height: 26px; }
    .currency-box.open &gt; ul &gt; li.active {
      display: none; }

.language {
  display: flex;
  align-items: center;
  /*--------------------------------------*/ }
  @media (min-width: 992px) {
    .language__wrap {
      display: none; } }
    .language__wrap span {
      font-weight: bold;
      color: #fff;
      position: relative;
      top: 2px; }
    .language__wrap i {
      color: #fff;
      position: relative;
      top: 2px;
      transition: 0.2s ease-in-out; }
  @media (min-width: 992px) {
    .language__compact-wrap {
      margin: 0;
      display: flex;
      justify-content: center;
      padding: 0 15px; }
      .language__compact-wrap &gt; li &gt; a {
        text-transform: uppercase;
        opacity: 1;
        font-size: 14px;
        font-weight: bold;
        padding: 2px 0;
        color: #fff; }
        .language__compact-wrap &gt; li &gt; a:hover {
          color: #6ba91b; }
        .language__compact-wrap &gt; li.active {
          cursor: pointer;
          background: #1d1d1d; }
        .language__compact-wrap &gt; li.active &gt; a {
          font-weight: normal;
          opacity: 0.8; }
          .language__compact-wrap &gt; li.active &gt; a:hover {
            color: #fff; } }
    @media (max-width: 991px) {
  .language__compact-wrap {
    display: none;
    flex-direction: column; } }
  .language.open &gt; .language__wrap i {
    transition: 0.2s ease-in-out;
    transform: rotate(-180deg); }
    .language.open &gt; ul {
      display: flex;
      padding: 5px 10px;
      border-radius: 3px;
      width: auto;
      height: auto;
      box-shadow: 0 1px 15px rgba(0, 0, 0, 0.15);
      position: absolute;
      left: -1px;
      top: 30px;
      z-index: 997;
      background: #fff;
      border: 1px solid #e7e7e7;
      align-items: center;
      justify-content: space-around; }
    .language.open &gt; ul::before {
      content: '';
      top: -5px;
      border-left: 1px solid #e7e7e7;
      position: absolute;
      width: 10px;
      height: 10px;
      background: #fff;
      transform: rotate(45deg);
      left: 11px;
      border-top: 1px solid #e7e7e7; }
    .language.open &gt; ul &gt; li {
      height: 25px; }
    .language.open &gt; ul &gt; li &gt; a {
      text-transform: uppercase;
      font-weight: bold;
      color: #404040;
      display: flex;
      align-items: center;
      height: 26px; }
    .language.open &gt; ul &gt; li.active {
      display: none; }

.top-links-container_right {
  display: flex;
  align-items: center;
  height: 100%;
  min-width: 180px;
  justify-content: center;
  background: #57d6e9;
  /*--------------------------------------*/ }
  @media (max-width: 1200px) {
  .top-links-container_right {
    min-width: 85px; } }
  @media (max-width: 992px) {
  .top-links-container_right {
    min-width: 200px; } }
  @media (max-width: 767px) {
  .top-links-container_right {
    display: none; } }
  .top-links-container_right &gt; .admin-menu &gt; a {
    color: #fff; }
    .top-links-container_right &gt; .admin-menu &gt; a &gt; i {
      color: inherit;
      background: #40d0e6;
      padding: 8px 10px;
      border-radius: 50%;
      margin-left: 3px; }
    .top-links-container_right &gt; .admin-menu &gt; a &gt; span {
      margin-left: 5px;
      color: inherit; }
    @media (min-width: 1200px) {
    .top-links-container_right &gt; .admin-menu.is-logged {
      width: 100%; }
      .top-links-container_right &gt; .admin-menu.is-logged .dropdown {
        width: 100%; }
        .top-links-container_right &gt; .admin-menu.is-logged .dropdown .dropdown-toggle {
          display: flex;
          align-items: center;
          justify-content: space-between; } }
    .top-links-container_right &gt; .admin-menu.is-logged .dropdown-menu-right {
      right: 0;
      left: auto; }
    .top-links-container_right &gt; .admin-menu.is-logged .dropdown-menu-right::before, .top-links-container_right &gt; .admin-menu.is-logged .dropdown-menu-right::after {
      left: auto;
      right: 7px; }
    .top-links-container_right &gt; .admin-menu.is-logged &gt; ul {
      margin: 0; }
    .top-links-container_right &gt; .admin-menu.is-logged &gt; ul &gt; li &gt; a {
      color: #fff; }
      .top-links-container_right &gt; .admin-menu.is-logged &gt; ul &gt; li &gt; a &gt; i:first-child {
        transition: 0.2s ease-in-out;
        color: inherit;
        background: #40d0e6;
        padding: 6px 8px;
        border-radius: 50%; }
      .top-links-container_right &gt; .admin-menu.is-logged &gt; ul &gt; li &gt; a &gt; i:last-child {
        color: inherit; }
      .top-links-container_right &gt; .admin-menu.is-logged &gt; ul &gt; li &gt; a &gt; span {
        margin: 0 10px;
        color: inherit; }
      .top-links-container_right &gt; .admin-menu.is-logged &gt; ul &gt; li &gt; a:visited, .top-links-container_right &gt; .admin-menu.is-logged &gt; ul &gt; li &gt; a:focus {
        text-decoration: none; }
      .top-links-container_right &gt; .admin-menu.is-logged &gt; ul &gt; li.open &gt; a &gt; i:last-child {
        transition: 0.2s ease-in-out;
        transform: rotate(-180deg); }

.header-top {
  background: #1d1d1d; }
  .header-top__box {
    display: grid;
    align-items: center;
    min-height: 20px;
    grid-template-columns: 300px 1fr 300px; }
    @media (max-width: 1299px) {
  .header-top__box {
    grid-template-columns: 300px 1fr 150px; } }
    .header-top__box:before, .header-top__box:after {
      display: none; }
    .header-top__box .language__compact-wrap {
      padding: 0; }
    .header-top__box .language__compact-wrap &gt; li &gt; a {
      font-weight: 400;
      position: relative; }
    .header-top__box .language__compact-wrap &gt; li.active a:after {
      content: '';
      display: flex;
      position: absolute;
      bottom: 2px;
      left: 0;
      right: 0;
      height: 2px;
      background: #57d6e9; }
  .header-top__menu {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: center; }
    .header-top__menu li a {
      color: #fff;
      padding: 2px 10px; }
    .header-top__menu li a:hover {
      color: #57d6e9;
      text-decoration: underline; }
  .header-top__user {
    display: flex;
    justify-content: flex-end; }
    .header-top__user &gt; a {
      color: #fff; }
    .header-top__user &gt; a:hover {
      color: #57d6e9;
      text-decoration: underline; }
  .header-top__information span {
    color: #fff;
    font-size: 14px;
    position: relative;
    display: inline-block;
    border-bottom: 2px solid #57d6e9;
    height: 18px;
    line-height: 1; }

.header-middle {
  position: relative;
  background-color: #fff;
  background-image: url('');
  margin: 0;
  z-index: 120; }
  .header-middle__content {
    display: flex;
    align-items: center;
    padding: 15px;
    height: 135px;
    margin: 0 -15px 0; }
    @media (max-width: 991px) {
  .header-middle__content {
    height: auto;
    justify-content: space-between; } }
    @media (max-width: 767px) {
  .header-middle__content {
    padding-bottom: 0; } }
    @media (max-width: 480px) {
  .header-middle__content {
    flex-direction: column; } }
    .header-middle__content.horizontal .logo-search.horizontal {
      width: 100%; }
    .header-middle__content.horizontal .logo-search.horizontal .search-container {
      max-width: 520px;
      margin: 0 auto; }
    .header-middle__content.horizontal .phones-cart {
      width: auto; }
  .header-middle__search {
    margin: 20px 0; }
  .header-middle__box {
    display: grid;
    grid-template-columns: 340px 1fr 340px;
    gap: 15px;
    padding: 20px; }
    .header-middle__box:before, .header-middle__box:after {
      display: none; }
  .header-middle__worktime {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center; }
    .header-middle__worktime-item {
      display: flex;
      align-items: center;
      margin-bottom: 6px; }
    .header-middle__worktime-item i {
      margin-right: 10px; }
    .header-middle__worktime-item p {
      color: #666 !important;
      font-size: 13px; }
    .header-middle__worktime-item b {
      font-weight: 300; }
    .header-middle__worktime-callback {
      display: inline-flex;
      align-items: center;
      padding: 7px 15px;
      background: #1d1d1d;
      color: #fff;
      text-transform: uppercase;
      font-size: 10px; }
    .header-middle__worktime-callback:hover {
      background: #57d6e9;
      color: #1d1d1d; }
    .header-middle__worktime-callback i {
      margin-right: 10px; }
  .header-middle__logo {
    display: flex;
    align-items: center;
    justify-content: center; }
  .header-middle__cart #main-search {
    max-width: 270px;
    margin-left: auto; }
    .header-middle__cart #main-search .search-panel {
      z-index: 1; }
    .header-middle__cart #main-search .form-control {
      height: 34px; }
    .header-middle__cart #main-search .btn {
      height: 34px;
      width: auto; }
    .header-middle__cart #main-search .btn .button-search-icon {
      display: block; }
    .header-middle__cart #main-search .btn .button-search-title {
      display: none; }
    .header-middle__cart #main-search #search_main {
      min-width: 480px;
      right: 0;
      left: auto; }
    .header-middle__cart .cart {
      flex-grow: inherit;
      margin-bottom: 20px; }
    .header-middle__cart .cart .ns-shopping-bag {
      min-width: 28px;
      width: 28px;
      font-size: 30px; }
    .header-middle__cart .cart__total-cost {
      display: none !important; }
  .header-middle__phones {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px;
    margin-bottom: 4px; }
    .header-middle__phones i {
      display: none; }
    .header-middle__phones a {
      color: #333;
      font-size: 15px !important; }

.button-group-cart {
  /*--------------------------------------*/ }
  .button-group-cart .cart-add-button {
    border-radius: 0; }

.logo {
  display: flex;
  align-items: center;
  flex-grow: 0;
  /*--------------------------------------*/ }
  @media (max-width: 991px) {
  .logo {
    margin-bottom: 15px; } }
  @media (max-width: 480px) {
  .logo {
    margin-bottom: 20px; } }
  .logo .logo-container {
    width: auto;
    min-width: 170px;
    max-width: 170px;
    transform: translateY(-2px); }
    .logo .logo-container img {
      margin: 0 auto; }
    .logo .logo-container a {
      font-size: 32px;
      color: #000; }
    @media (max-width: 1199px) {
  .logo .logo-container {
    min-width: 170px; } }
    @media (max-width: 992px) {
  .logo .logo-container {
    max-width: 240px; } }
    @media (max-width: 480px) {
  .logo .logo-container {
    max-width: 300px; } }

.phones {
  display: flex;
  align-items: center;
  flex-grow: 3;
  justify-content: center;
  min-width: 180px;
  /*--------------------------------------*/ }
  @media (max-width: 1399px) and (min-width: 992px) {
  .phones {
    justify-content: flex-start; } }
  @media (max-width: 1199px) and (min-width: 992px) {
  .phones .phones__link {
    font-size: 14px; } }
  @media (max-width: 991px) {
  .phones {
    order: 2; } }
  @media (max-width: 640px) {
  .phones {
    justify-content: flex-end; } }
  .phones__list {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 24px; }
    @media (min-width: 992px) {
  .phones__list {
    transform: translateY(-2px);
    line-height: 28px; } }
    @media (max-width: 480px) {
  .phones__list {
    align-items: center; } }
    .phones__list &gt; .dropdown-menu {
      top: 26px; }
    @media (max-width: 991px) {
    .phones__list &gt; .dropdown-menu {
      right: 0;
      left: auto; }
      .phones__list &gt; .dropdown-menu:after {
        right: 7px;
        left: auto !important; }

      .phones__list &gt; .dropdown-menu:before {
        content: "" !important;
        display: block !important;
        top: -16px;
        right: 7px;
        left: auto !important;
        position: absolute;
        border-width: 8px;
        border-style: solid;
        border-color: transparent transparent #e7e7e7;
        border-image: initial;
        border-bottom: 8px solid #e7e7e7; } }
    .phones__list.dropdown &gt; a {
      font-size: 18px;
      color: #000; }
    @media (max-width: 1199px) {
      .phones__list.dropdown &gt; a {
        font-size: 16px; } }
  .phones__item {
    margin: 5px; }
  .phones__link {
    font-size: 16px !important;
    color: #595959;
    display: flex;
    align-items: center; }
    .phones__link:hover, .phones__link:visited, .phones__link:focus {
      color: #595959;
      text-decoration: none; }
    .phones__link &gt; i {
      margin-right: 5px; }
    .phones__link &gt; .fa-caret-down {
      margin-left: 5px; }
  .phones.phones-top {
    min-width: 210px;
    max-width: 210px;
    position: relative;
    padding-left: 25px;
    transform: translateY(3px);
    margin-right: auto; }
    .phones.phones-top .fa-angle-down {
      margin-left: 5px; }
    .phones.phones-top .phones__list &gt; a.phones__link {
      color: #fff; }

.worktime {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
  flex-grow: 1; }
  @media (min-width: 992px) {
  .worktime {
    margin-bottom: 12px; } }
  @media (max-width: 640px) {
  .worktime {
    display: none; } }
  .worktime &gt; i {
    font-size: 25px;
    margin-right: 10px;
    color: #1d1d1d; }
  .worktime__list {
    display: flex;
    align-items: center; }
    .worktime__list p {
      margin: 0 10px 0 0;
      font-size: 13px;
      color: #333; }
  .worktime.vertical {
    margin: 32px 0 0; }
    .worktime.vertical &gt; i {
      font-size: 42px;
      margin-right: 15px;
      color: #333; }
    @media (max-width: 991px) {
    .worktime.vertical &gt; i {
      margin-right: 10px;
      font-size: 28px; } }
    .worktime.vertical .worktime__list {
      flex-direction: column;
      line-height: 1.5; }
    .worktime.vertical .worktime__list p {
      margin: 0 10px 0 0;
      font-size: 16px;
      color: #333; }
    @media (max-width: 991px) {
    .worktime.vertical .worktime__list {
      flex-direction: row; }
      .worktime.vertical .worktime__list p {
        margin: 0 10px 0 0;
        font-size: 12px; } }

.phones__callback {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-grow: 1;
  font-size: 14px;
  color: #1d1d1d;
  text-decoration: none !important;
  padding-left: 15px; }
  .phones__callback:hover {
    color: #57d6e9; }
  .phones__callback &gt; i {
    color: #1d1d1d;
    font-size: 20px;
    position: relative;
    top: 2px;
    margin-right: 5px; }

.search-container {
  display: flex;
  flex-direction: column;
  padding: 0 25px;
  max-width: 630px; }
  @media (min-width: 992px) {
  .search-container {
    width: 100%;
    max-width: 70%; } }
  @media (max-width: 991px) {
  .search-container {
    padding: 0 10px; } }
  @media (max-width: 767px) {
  .search-container {
    justify-content: space-between; } }

@media (max-width: 767px) {
    .most-popular-search {
      margin-top: 10px;
      padding: 0 7px; } }
  .most-popular-search.vertical {
    margin: 5px 0;
    color: #1d1d1d; }
  .most-popular-search a {
    font-size: 14px;
    margin-right: 10px;
    border-bottom: 1px dotted; }

.logo-search {
  display: flex;
  justify-content: space-between; }
  @media (min-width: 992px) {
    .logo-search.horizontal {
      width: 100%; } }
  .logo-search.vertical {
    flex-grow: 1; }
    @media (min-width: 992px) {
  .logo-search.vertical {
    justify-content: space-between; } }
    .logo-search.vertical &gt; .logo {
      flex-grow: 1; }
    .logo-search.vertical &gt; .search-container {
      flex-grow: 1; }
    @media (min-width: 992px) {
    .logo-search.vertical &gt; .search-container {
      align-items: center; } }
  @media (max-width: 991px) {
  .logo-search {
    flex-direction: column; } }

.phones-cart {
  display: flex;
  /*--------------------------------------*/ }
  .phones-cart.vertical {
    flex-grow: 1; }
    @media (min-width: 992px) {
  .phones-cart.vertical {
    justify-content: space-between; } }
  @media (min-width: 1400px) {
  .phones-cart {
    width: 32%; } }
  @media (max-width: 991px) {
  .phones-cart {
    flex-direction: column; } }

.cart {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-grow: 1;
  position: relative;
  z-index: 2;
  /*--------------------------------------*/ }
  @media (min-width: 992px) {
  .cart {
    transform: translateX(2px); } }
  @media (max-width: 991px) {
  .cart {
    order: 1;
    justify-content: center;
    margin-bottom: 20px; } }
  @media (max-width: 767px) {
  .cart {
    display: none; } }
  .cart__list {
    display: flex;
    align-items: center;
    cursor: pointer; }
    .cart__list &gt; i {
      color: #57d6e9;
      display: flex;
      align-items: center;
      justify-content: center;
      min-width: 34px;
      font-size: 34px;
      position: relative;
      z-index: 5;
      padding-bottom: 2px;
      transform: translate(-3px, -1px); }
  .cart__total-list {
    display: flex;
    flex-wrap: wrap;
    min-width: 105px;
    font-size: 16px; }
    .cart__total-list .cart__total-products {
      width: 100%;
      display: flex;
      justify-content: center;
      color: #57d6e9; }
    .cart__total-list .cart__total-products .cart__total-items {
      margin-right: 5px;
      font-weight: bold; }
    .cart__total-list .cart__total-cost {
      display: flex;
      justify-content: center;
      width: 100%;
      border-top: 1px solid #57d6e9;
      padding-top: 5px;
      margin-top: 5px;
      font-weight: bold;
      font-size: 15px;
      color: #333; }
  .cart__products-list {
    display: none;
    list-style: none;
    background: #fff;
    z-index: 1001;
    padding: 0 5px;
    border-radius: 0;
    border: 1px solid #1d1d1d;
    margin-top: 5px;
    -webkit-box-shadow: 0 0 5px #ececec;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    font-size: 13px;
    position: absolute;
    top: 92%; }
    @media (max-width: 991px) {
  .cart__products-list {
    top: 52%;
    right: 0; } }
    .cart__products-list::before {
      width: 20px;
      content: '';
      top: -11px;
      right: 30%;
      position: absolute;
      height: 20px;
      background: #fff;
      transform: rotate(45deg);
      border-left: 1px solid #1d1d1d;
      border-top: 1px solid #1d1d1d; }
    @media (max-width: 991px) {
    .cart__products-list::before {
      right: 35px; } }
    .cart__products-list &gt; li .cart-basket-item {
      position: relative;
      display: flex;
      border-bottom: 2px dotted #ececec;
      padding: 5px; }
    .cart__products-list &gt; li .cart-basket-item .cart-basket_image {
      width: 20%; }
    .cart__products-list &gt; li .cart-basket-item .cart-basket_info {
      width: 80%;
      padding: 10px 20px 10px 10px; }
      .cart__products-list &gt; li .cart-basket-item .cart-basket_info .cart-basket_title {
        font-size: 15px;
        margin-bottom: 15px; }
      .cart__products-list &gt; li .cart-basket-item .cart-basket_info .cart-basket_title a {
        color: #000; }
        .cart__products-list &gt; li .cart-basket-item .cart-basket_info .cart-basket_title a:hover {
          color: #000; }
      .cart__products-list &gt; li .cart-basket-item .cart-basket_info .cart-basket_price-list {
        padding-right: 25px;
        font-size: 16px;
        display: flex;
        justify-content: space-between; }
      .cart__products-list &gt; li .cart-basket-item .cart-basket_info .cart-basket_price-list .cart-basket_total-price {
        font-weight: bold; }
      .cart__products-list &gt; li .cart-basket-item .cart-basket_info .cart-basket_clean {
        position: absolute;
        cursor: pointer;
        font-size: 21px;
        right: 10px;
        top: 36%;
        margin: 0 auto;
        color: #dedede;
        border-radius: 5px;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center; }
      .cart__products-list &gt; li .cart-basket-item .cart-basket_info .cart-basket_clean:hover {
        border: 1px solid #dedede; }
      .cart__products-list &gt; li .cart-basket-item .cart-basket_info .cart-basket_clean .cart-basket_clean-button {
        background: none;
        outline: none;
        box-shadow: none;
        border: none; }
    .cart__products-list &gt; li .cart-basket-buttons {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 15px;
      flex-wrap: wrap; }
    .cart__products-list &gt; li .cart-basket-buttons &gt; .cart-button {
      background: #dedede;
      padding: 13px 17px;
      font-weight: bold;
      color: #4e4e4e;
      border-radius: 3px;
      font-size: 14px; }
    .cart__products-list &gt; li .cart-basket-buttons &gt; .quick-button {
      margin: 0 10px;
      background: #1d1d1d;
      padding: 13px 17px;
      font-weight: bold;
      color: #fff;
      border-radius: 3px;
      font-size: 14px; }
    .cart__products-list &gt; li .cart-basket-buttons .popup-cart-quick-button {
      padding: 0;
      margin-bottom: 0;
      order: 1;
      width: 100%; }
    .cart__products-list &gt; li .cart-basket-buttons &gt; .checkout-button {
      background: #1d1d1d;
      padding: 13px 17px;
      font-weight: bold;
      color: #fff;
      border-radius: 3px;
      font-size: 14px; }
      .cart__products-list &gt; li .cart-basket-buttons &gt; .checkout-button:hover {
        background: #57d6e9;
        color: #fff; }
    .cart__products-list &gt; li .cart-basket_clean {
      position: absolute;
      cursor: pointer;
      font-size: 21px;
      right: 10px;
      top: 36%;
      margin: 0 auto;
      color: #dedede;
      border-radius: 5px;
      width: 30px;
      height: 30px;
      display: flex;
      align-items: center;
      justify-content: center; }
    .cart__products-list &gt; li .cart-basket_clean:hover {
      border: 1px solid #dedede; }
    .cart__products-list &gt; li .cart-basket_clean .cart-basket_clean-button {
      background: none;
      outline: none;
      box-shadow: none;
      border: none; }
    .cart__products-list li &gt; div {
      min-width: 500px; }
    .cart__products-list li p {
      margin: 20px 0; }
    .cart__products-list .img-thumbnail {
      padding: 2px 0; }
    .cart__products-list .text-danger {
      width: 30px; }
    .cart__products-list .btn-danger {
      padding: 0 5px;
      box-shadow: 0px 1px 0px #d20202; }
  .cart.open .cart__products-list {
    display: block; }

.search-panel {
  /*--------------------------------------*/ }
  .search-panel .input-group-btn.open .category-button {
    border: 1px solid #1d1d1d;
    background: #fff;
    font-weight: normal;
    box-shadow: none;
    text-shadow: none;
    color: #1d1d1d; }
  .search-panel .category-button {
    margin-right: -1px;
    font-size: 14px;
    padding: 0 22px;
    position: relative;
    z-index: 5;
    height: 42px;
    background: #fff;
    border: 1px solid #1d1d1d;
    color: #1d1d1d;
    border-radius: 0; }
    .search-panel .category-button:hover, .search-panel .category-button:focus {
      border: 1px solid #1d1d1d;
      background: #fff;
      font-weight: normal;
      box-shadow: none;
      text-shadow: none;
      color: #1d1d1d; }
    .search-panel .category-button &gt; i {
      color: #1d1d1d; }
  .search-panel .form-control {
    height: 42px;
    box-shadow: none; }
    .search-panel .form-control:focus {
      border-top: 1px solid #1d1d1d;
      border-bottom: 1px solid #1d1d1d;
      border-left: 1px solid #1d1d1d; }
  .search-panel .dropdown-menu {
    min-width: 211px;
    border-radius: 0;
    border: 1px solid #1d1d1d;
    position: absolute;
    top: 96%; }
    .search-panel .dropdown-menu .main-menu-category_item {
      line-height: 1.5; }
    .search-panel .dropdown-menu .main-menu-category_item &gt; a {
      color: #404040;
      padding: 0 10px; }
    .search-panel .dropdown-menu .main-menu-category_item &gt; a:hover {
      text-decoration: underline; }
  .search-panel .button-search {
    width: 110px;
    height: 42px;
    text-shadow: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #1d1d1d;
    color: #222;
    box-shadow: none;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px; }
    @media (min-width: 992px) {
  .search-panel .button-search {
    width: 120px; } }
    .search-panel .button-search:hover {
      background: #57d6e9;
      border: 1px solid #57d6e9;
      color: #1d1d1d;
      font-weight: normal;
      box-shadow: none;
      text-shadow: none; }
    .search-panel .button-search &gt; i {
      display: none; }
  .search-panel .search .main-menu-category_item {
    line-height: 1.5; }

.dropdown-main-menu {
  border-top: 1px solid #e6e6e6;
  width: 100%;
  cursor: pointer;
  transition: 0.3s;
  list-style: none;
  background: #fff;
  padding: 0;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12);
  z-index: 1000;
  background: #373737;
  margin: 0; }
  @media (min-width: 992px) {
  .dropdown-main-menu {
    display: none !important; } }
  .dropdown-main-menu::before {
    display: none !important; }
  .dropdown-main-menu &gt; .admin-menu {
    display: inline-flex;
    height: 50px;
    background: #e6e6e6;
    align-items: center;
    padding: 0 15px;
    margin: 20px 0; }
    .dropdown-main-menu &gt; .admin-menu &gt; a &gt; i {
      color: #ef532b;
      background: #f7f6f6;
      padding: 6px 8px;
      border-radius: 50%; }
    .dropdown-main-menu &gt; .admin-menu &gt; a &gt; span {
      margin-left: 10px;
      color: #404040; }
    .dropdown-main-menu &gt; .admin-menu.is-logged .dropdown-menu-right {
      right: -10px;
      left: -10px; }
    .dropdown-main-menu &gt; .admin-menu.is-logged .dropdown-menu-right::before, .dropdown-main-menu &gt; .admin-menu.is-logged .dropdown-menu-right::after {
      left: auto;
      right: 7px; }
    .dropdown-main-menu &gt; .admin-menu.is-logged &gt; ul {
      margin: 0; }
    .dropdown-main-menu &gt; .admin-menu.is-logged &gt; ul &gt; li &gt; a &gt; i:first-child {
      color: #ef532b;
      background: #f7f6f6;
      padding: 6px 8px;
      border-radius: 50%; }
      .dropdown-main-menu &gt; .admin-menu.is-logged &gt; ul &gt; li &gt; a &gt; i:last-child {
        color: #404040; }
      .dropdown-main-menu &gt; .admin-menu.is-logged &gt; ul &gt; li &gt; a &gt; span {
        margin: 0 10px;
        color: #404040; }
      .dropdown-main-menu &gt; .admin-menu.is-logged &gt; ul &gt; li &gt; a:visited, .dropdown-main-menu &gt; .admin-menu.is-logged &gt; ul &gt; li &gt; a:focus {
        text-decoration: none; }
      .dropdown-main-menu &gt; .admin-menu.is-logged &gt; ul &gt; li.open &gt; a &gt; i:last-child {
        transition: 0.2s ease-in-out;
        transform: rotate(-180deg); }
  .dropdown-main-menu .panel-group {
    margin-bottom: 0; }
    .dropdown-main-menu .panel-group a, .dropdown-main-menu .panel-group span, .dropdown-main-menu .panel-group li {
      color: #fff !important;
      text-decoration: none !important; }
    .dropdown-main-menu .panel-group a:hover, .dropdown-main-menu .panel-group span:hover, .dropdown-main-menu .panel-group li:hover {
      color: #57d6e9 !important;
      text-decoration: none !important; }
    .dropdown-main-menu .panel-group .panel {
      list-style: none;
      padding-left: 10px;
      border: none !important;
      border-radius: 0;
      box-shadow: none;
      background: #373737; }
    .dropdown-main-menu .panel-group .panel .panel-heading {
      background: #373737; }
    .dropdown-main-menu .panel-group .panel .panel-heading .panel-title a, .dropdown-main-menu .panel-group .panel .panel-heading .panel-title span, .dropdown-main-menu .panel-group .panel .panel-heading .panel-title li {
      color: #fff;
      text-decoration: none; }
      .dropdown-main-menu .panel-group .panel .panel-heading .panel-title a:hover, .dropdown-main-menu .panel-group .panel .panel-heading .panel-title span:hover, .dropdown-main-menu .panel-group .panel .panel-heading .panel-title li:hover {
        color: #fff;
        text-decoration: none; }
    .dropdown-main-menu .panel-group .panel-collapse .panel-body {
      background: #505050; }
    .dropdown-main-menu .panel-group .panel-collapse .panel-body .dropdown-list {
      background: #505050; }
  .dropdown-main-menu .dropdown-item {
    line-height: 2.8;
    padding: 0 0 0 10px;
    font-size: 14px; }
  .dropdown-main-menu:before {
    background: inherit;
    content: '';
    position: absolute;
    display: block;
    width: 12px;
    height: 12px;
    top: -6px;
    left: 170px;
    transform: rotate(46deg);
    box-shadow: -1px -1px 1px 0px #c3c3c3; }

.dropdown-open {
  transition: 0.3s;
  opacity: 1; }
  .dropdown-open::before {
    display: none !important; }

#collapseDropdownMenu {
  width: 100%;
  background: #efeded;
  padding: 0 7px;
  white-space: nowrap; }
  #collapseDropdownMenu .panel-body &gt; li {
    line-height: 1; }
    #collapseDropdownMenu .panel-body &gt; li &gt; a {
      font-size: 13px; }

#button-quick-order-cart.quick-product {
  margin-left: 0; }

.popup-cart-quick-button {
  margin: 15px 0 -15px;
  padding: 0 15px; }
  .popup-cart-quick-button #button-quick-order-cart {
    height: 33px;
    background: #dedede;
    border-radius: 0 4px 4px 0;
    border: none; }
    .popup-cart-quick-button #button-quick-order-cart:hover {
      background: #1d1d1d;
      color: #fff;
      border-radius: 0 4px 4px 0;
      border: none; }

@media (max-width: 991px) {
    .cart-quick-button {
      display: flex;
      padding: 0;
      justify-content: flex-end;
      margin-top: 15px;
      width: 100%; } }
  @media (max-width: 480px) {
  .cart-quick-button {
    justify-content: center; } }
  @media (max-width: 991px) {
    .cart-quick-button .form-group {
      width: 320px; } }
    @media (max-width: 480px) {
  .cart-quick-button .form-group {
    width: 212px; } }

@media (min-width: 992px) {
  .compact-top-links {
    display: none !important; }
    .compact-top-links.show {
      display: inline-flex !important; }
      .compact-top-links.show .header {
        display: flex !important;
        align-items: center; }
        .compact-top-links.show .header .fa {
          font-size: 26px !important; }

  .main-top-links.hide {
    display: none !important; } }

@media (max-width: 991px) {
  /*--------------------------------------*/
    .main-top-links {
      display: none !important; }
    .dropdown-open::before {
      display: none !important; }
    #collapseDropdownMenu {
      width: 100%; } }

footer {
  margin-top: 20px;
  padding-top: 30px;
  background-color: #222;
  background-image: url();
  color: #fff; }
  footer .subscribe-footer .subscribe-par {
    opacity: 0.8;
    font-weight: 100;
    font-size: 13px;
    margin-bottom: 20px;
    line-height: 18px;
    color: #fff; }
    footer .subscribe-footer .input-group {
      display: flex;
      margin-bottom: 20px; }
    footer .subscribe-footer .input-group #subscribefooter {
      height: 42px;
      background: none;
      border: 1px solid #484848;
      color: #fff; }
    footer .subscribe-footer .input-group #subscribefooter::-webkit-input-placeholder {
      color: #fff; }
    footer .subscribe-footer .input-group #subscribefooter:focus {
      border: 1px solid #1d1d1d;
      outline: none; }
    footer .subscribe-footer .submit-btn {
      position: relative;
      transition: 0.5s;
      background: #1d1d1d;
      color: #fff;
      padding: 5px 16px;
      border: none;
      height: 42px;
      border-radius: 0;
      box-shadow: none;
      text-transform: uppercase;
      font-size: 21px; }
    footer .subscribe-footer .submit-btn:hover {
      background: #57d6e9;
      color: #1d1d1d; }
  footer .payment-title {
    margin: 30px 0 24px;
    opacity: 0.3; }
  footer .footer-middle a {
    opacity: 0.8;
    color: #fff; }
    footer .footer-middle a:hover {
      opacity: 1;
      color: #fff; }
  footer h5 {
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px; }
  footer .row {
    margin-right: 0;
    margin-left: 0; }
  footer .list-unstyled {
    line-height: 24px; }
    footer .list-unstyled li a {
      font-weight: 100; }
    footer .list-unstyled li a i {
      margin-right: 12px; }
    footer .list-unstyled li a:hover {
      color: #fff; }
  footer .footer-bottom {
    border-top: 1px solid #353535;
    padding: 15px 0;
    background: #222;
    color: #fff;
    font-weight: normal; }
    footer .footer-bottom hr {
      opacity: 0.6;
      color: #fff; }
    footer .footer-bottom .col-sm-6 {
      padding: 0; }
    @media (min-width: 768px) {
    footer .footer-bottom .col-sm-6 {
      height: 40px;
      display: inline-flex;
      align-items: center; } }
    footer .footer-bottom a {
      opacity: 0.8;
      color: #fff; }
    footer .footer-bottom a:hover {
      opacity: 1;
      color: #6ba91b; }
  footer .info-box .callbacks {
    position: relative;
    display: flex;
    flex-direction: column;
    line-height: 24px;
    margin-bottom: 14px;
    background: url('/catalog/view/theme/neoseo_unistor/image/icons/phone.png') no-repeat 0 6px;
    padding-left: 40px; }
    footer .info-box .callbacks a {
      display: flex;
      font-size: 14px;
      font-weight: 600;
      color: #fff; }
    footer .info-box .callbacks a:hover {
      color: #fff; }
    footer .info-box .callbacks:after {
      content: '';
      display: flex;
      background: #353535;
      height: 1px;
      width: 106px;
      margin: 14px 0 0 -40px; }
    footer .info-box .email {
      position: relative;
      margin-bottom: 18px;
      background: url('/catalog/view/theme/neoseo_unistor/image/icons/mail.png') no-repeat 0 2px;
      padding-left: 40px; }
    footer .info-box .email:after {
      content: '';
      display: flex;
      background: #353535;
      height: 1px;
      width: 106px;
      margin: 18px 0 0 -40px; }
    footer .info-box .email a {
      display: inline-flex;
      text-decoration: underline;
      color: #fff; }
    footer .info-box .email a:hover {
      color: #fff; }
    footer .info-box .tag {
      display: flex;
      background: url('/catalog/view/theme/neoseo_unistor/image/icons/tag.png') no-repeat 0 2px;
      padding-left: 40px; }

.footer-middle {
  padding-bottom: 15px; }

.footer-middle .container &gt; div:first-child .eshop-info {
  text-indent: 5px;
  vertical-align: middle;
  opacity: 0.8; }
  .footer-middle .container &gt; div:first-child .eshop-info &gt; span {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    border-bottom: #fff;
    padding-bottom: 10px;
    width: 80%; }
  .footer-middle .container &gt; div:first-child .eshop-info p {
    font-weight: bold;
    display: flex;
    position: relative;
    top: 7px; }
  .footer-middle .container &gt; div:first-child .eshop-info .fa {
    opacity: 1;
    display: inline-block;
    float: left;
    margin-right: 10px;
    width: 30px; }
  .footer-middle .container &gt; div:first-child .eshop-info .fa-mobile {
    font-size: 53px;
    height: 50px; }
  .footer-middle .container &gt; div:first-child .eshop-info .fa-envelope {
    font-size: 25px;
    height: 30px; }
  .footer-middle .container &gt; div:first-child .eshop-info .fa-map-marker {
    font-size: 34px;
    height: 30px; }

.footer-top {
  margin-bottom: 10px; }

@media (min-width: 992px) and (max-width: 1199px) {
  .footer-middle .container &gt; div:first-child .eshop-info &gt; span {
    width: 90%; }

  .footer-middle h5 {
    font-size: 14px; }
    .footer-middle .container &gt; div {
      padding-right: 5px; }
      .footer-middle .container &gt; div + div {
        padding-left: 5px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .footer-list-info {
    width: 50%;
    min-height: 245px; } }

.footer-list-info {
  color: #fff; }
  .footer-list-info .fa {
    margin-right: 10px; }

@media (min-width: 768px) and (max-width: 839px) {
  .footer-middle h5 {
    font-size: 13px; } }

@media (min-width: 768px) {
  .footer-middle .container &gt; div {
    font-size: 14px;
    line-height: 1.25; }
    .footer-middle h5 + ul li {
      font-size: 14px;
      padding-bottom: 5px; }
    .footer-middle h5 .fa {
      display: none; } }

@media (max-width: 767px) {
  .footer-middle .container &gt; div:first-child .eshop-info &gt; span {
    width: 240px; }

  footer {
    padding-top: 20px; }
    footer .footer-top .container &gt; div {
      text-align: left;
      margin-bottom: 10px; }
    footer .footer-middle .container &gt; div {
      display: block;
      width: 99%;
      float: none;
      margin-bottom: 12px;
      font-size: 14px; }
      footer .footer-middle h5 {
        font-size: 17px;
        cursor: pointer; }
        footer .footer-middle h5 .fa {
          font-size: 18px;
          transition: all 0.2s;
          font-weight: bold;
          position: relative;
          top: 1px; }
        footer .footer-middle h5.active .fa {
          transform: rotate(-180deg); }
        footer .footer-middle h5 + ul {
          display: none;
          margin-bottom: 15px; }
          footer .footer-middle h5 + ul li {
            font-size: 15px;
            padding-bottom: 5px; } }

.col-sm-6.text-left {
  line-height: 22px;
  /* Footer END */ }

.navbar {
  height: auto;
  min-height: auto; }

.main-menu {
  min-height: 50px;
  height: auto;
  margin: 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #57d6e9; }

#menu {
  z-index: 110;
  border: none;
  margin: 0; }
  #menu .navbar-collapse {
    background: #57d6e9;
    margin: 0;
    position: relative;
    overflow: hidden;
    z-index: 4; }
  #menu .navbar-collapse + .in {
    background: #57d6e9;
    margin: 0;
    z-index: 40;
    position: relative;
    overflow: hidden; }
  #menu .nav &gt; li {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    font-family: 'Open Sans', Helvetica, sans-serif; }
  #menu .nav &gt; li:last-child {
    border-right: none; }
  #menu .nav &gt; li + li {
    border-left: 1px solid rgba(245, 245, 245, 0.28); }
  #menu .nav &gt; li &gt; a {
    height: 50px;
    padding: 0 25px;
    text-align: center;
    font-size: 14px;
    vertical-align: middle;
    background: transparent;
    -webkit-transition: 0.3s ease-out all;
    -o-transition: 0.3s ease-out all;
    transition: 0.3s ease-out all;
    display: flex;
    color: #1d1d1d;
    align-items: center; }
  #menu .nav &gt; li &gt; a.right .item-name {
    order: 1; }
    #menu .nav &gt; li &gt; a.right .ico-nav {
      margin-left: 25px;
      order: 2; }
  #menu .nav &gt; li &gt; a.left .item-name {
    order: 2; }
    #menu .nav &gt; li &gt; a.left .ico-nav {
      margin-right: 25px;
      order: 1; }
  #menu .nav &gt; li &gt; a.top {
    flex-direction: column; }
    #menu .nav &gt; li &gt; a.top .item-name {
      order: 2; }
    #menu .nav &gt; li &gt; a.top .ico-nav {
      order: 1; }
  #menu .nav &gt; li &gt; a.bottom {
    flex-direction: column; }
    #menu .nav &gt; li &gt; a.bottom .item-name {
      order: 1; }
    #menu .nav &gt; li &gt; a.bottom .ico-nav {
      order: 2; }
  #menu .nav &gt; li &gt; a:hover {
    background: #57d6e9; }
  #menu .nav &gt; li &gt; a img {
    height: 34px;
    width: auto; }
  #menu .nav &gt; li.open &gt; a {
    color: #1d1d1d;
    box-shadow: inset 0 0 35px rgba(0, 0, 0, 0.15); }
  #menu .nav &gt; li.dropdown &gt; a:after {
    content: '\f0d7';
    font-family: FontAwesome, serif;
    position: absolute;
    right: 6px; }
  #menu .dropdown-menu {
    position: absolute;
    right: 0;
    left: 0;
    z-index: 1000;
    padding: 10px 0;
    display: none;
    float: left;
    min-width: 100%;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 0;
    border: 1px solid #57d6e9;
    box-shadow: 0 0 5px #ececec; }
  #menu .vertical-menu .dropdown-menu {
    padding-left: 10px; }
  #menu .dropdown-inner a {
    min-width: 100px;
    display: flex;
    align-items: flex-start;
    padding: 10px 20px;
    clear: both;
    line-height: 1.3;
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-size: 14px;
    transition: 0.1s ease-in-out;
    color: #1d1d1d; }
  #menu .dropdown-inner a .ico-first-child, #menu .dropdown-inner a .ico-second-child, #menu .dropdown-inner a .ico-third-child {
    margin-right: 10px; }
  #menu .dropdown-inner a img {
    height: 15px;
    width: auto; }
  #menu .dropdown-inner a:before {
    content: '';
    display: inline-block;
    border-radius: 50%;
    height: 9px;
    width: 9px;
    background: #eceeef;
    margin-right: 7px;
    border: solid 2px #fff;
    transition: 0.3s ease-in-out; }
  #menu .dropdown-inner a:hover {
    color: #1d1d1d;
    background-color: #57d6e9; }
  #menu .dropdown-inner li a:hover:before {
    height: 10px;
    width: 10px;
    margin-right: 6px;
    border: solid 0 #fff; }
  #menu .mega .dropdown-inner a:before {
    content: '';
    display: none;
    border-radius: 50%;
    height: 9px;
    width: 9px;
    background: #eceeef;
    margin-right: 7px;
    border: solid 2px #fff;
    transition: 0.3s ease-in-out;
    position: absolute;
    left: 6px;
    top: 10px; }
  #menu .see-all {
    display: block;
    margin-top: 0.5em;
    border-top: 1px solid rgba(187, 187, 187, 0.28);
    padding: 4px 20px;
    font-size: 14px;
    white-space: nowrap; }
  #menu .see-all:hover, #menu .see-all:focus {
    text-decoration: none;
    color: #fff; }
  #menu #category {
    float: left;
    font-weight: 700; }
  #menu .btn-navbar {
    font-size: 13px;
    border: none; }

.dropdown .dropdown-menu {
  border: 1px solid #e7e7e7;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15); }
  .dropdown .dropdown-menu:before {
    content: '';
    top: -16px;
    left: 7px;
    position: absolute;
    border: 8px solid transparent;
    border-bottom: 8px solid #e7e7e7; }
  .dropdown .dropdown-menu:after {
    content: '';
    top: -14px;
    left: 7px;
    position: absolute;
    border: 8px solid transparent;
    border-bottom: 8px solid #fff; }

@media (min-width: 768px) {
  #menu .gorizontal-menu:hover .dropdown-menu {
    display: block; }
    #menu .vertical-menu:hover .dropdown-menu {
      display: flex; }
    #menu.gorizontal-menu .navbar-nav {
      flex-wrap: wrap; }
      #menu.gorizontal-menu .navbar-nav &gt; li {
        flex-grow: 1;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        border-left: 1px solid rgba(0, 0, 0, 0.1);
        border-right: 1px solid rgba(0, 0, 0, 0.1); }
        #menu.gorizontal-menu .navbar-nav &gt; li .dropdown-inner .dropdown-item {
          display: block !important; }
          #menu.gorizontal-menu .navbar-nav &gt; li .dropdown-inner .dropdown-item {
            font-weight: bold; }
            #menu.gorizontal-menu .navbar-nav &gt; li .dropdown-inner .dropdown-item:after {
              display: none; }
          #menu.gorizontal-menu .navbar-nav &gt; li .dropdown-inner .popup-menu {
            position: static;
            border: none; }
            #menu.gorizontal-menu .navbar-nav &gt; li .dropdown-inner .popup-menu .list-unstyled {
              top: 0; }
          #menu.gorizontal-menu .navbar-nav &gt; li .dropdown-inner.image-menu {
            align-items: flex-start; }
            #menu.gorizontal-menu .navbar-nav &gt; li .dropdown-inner.image-menu .dropdown-item {
              font-weight: bold; }
              #menu.gorizontal-menu .navbar-nav &gt; li .dropdown-inner.image-menu .dropdown-item:after {
                display: none; }
            #menu.gorizontal-menu .navbar-nav &gt; li .dropdown-inner.image-menu .popup-menu {
              position: static;
              border: none; }
              #menu.gorizontal-menu .navbar-nav &gt; li .dropdown-inner.image-menu .popup-menu .list-unstyled {
                top: 0; }
      #menu.gorizontal-menu .vertical-menu:hover .dropdown-menu {
        display: flex;
        top: unset; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .border-right {
    width: 100%; } }

@media (max-width: 767px) {
  /*---Megamenu---*/
    #menu {
      border-radius: 4px; }
      #menu div.dropdown-inner {
        display: block; }
        #menu div.dropdown-inner &gt; ul.list-unstyled {
          display: block; }
      #menu div.dropdown-menu {
        margin-left: 0;
        padding-bottom: 10px; }
        #menu .see-all {
          margin-top: 0;
          border: none;
          border-radius: 0;
          color: #fff; }
      #menu .dropdown-menu {
        margin: 0; }
      #menu .dropdown.open .dropdown-menu {
        position: relative;
        float: none;
        display: block;
        border: none;
        border-radius: 0;
        box-shadow: none; } }

li.dropdown.mega {
  position: relative; }

#menu .dropdown-menu.mega {
  width: auto;
  margin-left: 0; }
  #menu .dropdown-menu.mega .menu-group ul.list-unstyled a {
    color: #1d1d1d;
    text-transform: none; }
  #menu .dropdown-menu.mega .menu-group .list-unstyled a:hover {
    color: #1d1d1d; }

.dropdown-menu.mega .menu-group {
  display: block;
  position: relative; }
  .dropdown-menu.mega .menu-group a {
    text-transform: inherit; }
  .dropdown-menu.mega .menu-group &gt; a:after {
    content: "\f105";
    font-family: FontAwesome, serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 14px;
    position: absolute;
    right: 20px;
    top: 45%;
    margin-top: -8px; }
  .dropdown-menu.mega .menu-group ul.list-unstyled {
    min-height: 15px; }
  .dropdown-menu.mega .menu-group ul.list-unstyled li {
    position: relative;
    min-width: 180px; }
  .dropdown-menu.mega .menu-group ul.list-unstyled li:hover .popup-menu {
    position: absolute;
    left: 100%;
    top: 0;
    display: block;
    background: white;
    z-index: 6;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.15);
    border: 1px solid #57d6e9;
    border-left: none; }
  .dropdown-menu.mega .menu-group:hover ul.list-unstyled {
    position: absolute;
    left: 100%;
    top: 0;
    display: block;
    background: #fff;
    z-index: 7;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.15);
    border: 1px solid #57d6e9;
    padding: 0; }
  .dropdown-menu.mega .menu-group .popup-menu ul.list-unstyled {
    min-height: inherit; }

#menu .dropdown-menu.mega .menu-group ul.list-unstyled a.has-popup-menu:after {
  color: inherit; }

li.dropdown.mega:hover &gt; a:before {
  content: '';
  bottom: -7px;
  left: 25px;
  position: absolute;
  border: 6px solid transparent;
  border-bottom-color: #4a99e2; }

.dropdown .dropdown-menu.mega:before {
  content: '';
  top: -14px;
  left: 35px;
  position: absolute;
  border: none; }

.popup-menu {
  display: none; }

@media (max-width: 767px) {
  #menu .dropdown-menu.mega div.dropdown-inner &gt; ul.list-unstyled {
    width: 100%;
    background: #fff; }
    #menu .nav &gt; li &gt; a {
      display: block;
      text-align: left; }
      #menu .nav &gt; li &gt; a br {
        display: none; }

  li.dropdown.mega:hover &gt; a:before {
    display: none; }

  li.dropdown.mega.open:hover &gt; a:before {
    display: none;
    bottom: 2px; } }

@media (min-width: 1200px) and (max-width: 1345px) {
  .container #menu .nav &gt; li &gt; a {
    padding: 0 20px;
    font-size: 13px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .main-menu .container #menu .nav &gt; li &gt; a {
    padding: 0 20px;
    font-size: 12px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .main-menu .container #menu .nav &gt; li &gt; a {
    padding: 0 11px;
    font-size: 11px; } }

@media (max-width: 767px) {
  /*---Megamenu-END--*/
  /* navbar-toggle */
    .main-menu {
      height: 47px; }
      .main-menu .container {
        width: 100%;
        padding: 0; }
        .main-menu .container #menu .navbar-header {
          padding: 0 12px; }
          .main-menu .container #menu .navbar-collapse {
            top: -2px; } }

.navbar-toggle {
  float: left;
  margin-left: 0;
  margin-right: 0; }

#menu {
  /* navbar-toggle - END */ }
  #menu #category {
    padding-right: 15px;
    padding-left: 8px;
    font-size: 21px;
    cursor: pointer;
    line-height: 46px; }
  #menu .btn-navbar {
    color: #1d1d1d;
    box-shadow: none; }
  #menu .btn-navbar .fa {
    font-size: 21px; }

#menu .dropdown-menu {
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.15);
  border-top: none; }
  #menu .dropdown .dropdown-menu:after {
    content: '';
    top: -6px;
    left: 0;
    position: absolute;
    height: 10px;
    width: 100%;
    border: none; }
  #menu li.dropdown.mega:hover &gt; a:before {
    left: 50%;
    margin-left: -6px; }

.dropdown-menu.mega .menu-group ul.list-unstyled {
  display: none; }

@media (max-width: 767px) {
  #menu .nav &gt; li, #menu .nav &gt; li + li {
    border-left: none;
    border-right: none;
    display: block;
    max-width: 100%;
    width: 100%; }
    #menu .nav &gt; li &gt; a {
      font-size: 18px;
      max-width: 100%;
      width: 100%; }
    #menu .nav &gt; li.dropdown &gt; a:after {
      right: 20px; }
    #menu .dropdown-menu &gt; .dropdown-inner &gt; ul &gt; li {
      width: 45%;
      margin-left: 4%;
      display: inline-block;
      vertical-align: top;
      margin-bottom: 10px; }

  .dropdown-menu.mega .menu-group ul.list-unstyled {
    min-height: 20px;
    display: block; }
    .dropdown-menu.mega .menu-group:hover ul.list-unstyled, .dropdown-menu.mega .menu-group ul.list-unstyled li:hover .popup-menu {
      position: relative;
      left: 0;
      top: 0;
      background: transparent;
      z-index: 1;
      box-shadow: none;
      border: none;
      padding: 0; }

  #menu .dropdown-menu .dropdown-inner .menu-group &gt; a, #menu .dropdown-menu &gt; .dropdown-inner &gt; ul &gt; li &gt; a {
    font-size: 18px;
    margin-top: 5px;
    margin-bottom: 8px; }
    #menu .dropdown-menu.mega .dropdown-inner .menu-group &gt; a:after, #menu .dropdown-menu.mega .menu-group a.has-popup-menu:after {
      display: none; }

  #menu .popup-menu {
    border: none;
    display: block;
    opacity: 0.85;
    padding-left: 15px; }
    #menu li.dropdown.mega:hover &gt; a:before {
      border-bottom: 6px solid transparent; }
    #menu ul .dropdown-menu {
      top: 1px; }
    #menu #category {
      color: #1d1d1d; }

  .dropdown .dropdown-menu:before, #menu .dropdown-inner a:before {
    display: none; } }

@media (max-width: 699px) {
  /* Menu GORIZONTAL -  */
    #menu .dropdown-menu &gt; .dropdown-inner &gt; ul &gt; li {
      width: 91%;
      margin-left: 5%;
      margin-bottom: 10px; } }

@media (min-width: 768px) {
  /* MAIN MENU IMGrs */
    li.dropdown.vertical-menu {
      position: static; }
    li.vertical-menu {
      position: relative; }
    #menu li.dropdown.vertical-menu .dropdown-menu {
      min-width: 100px;
      max-width: 100%; }
    li.dropdown.vertical-menu .menu-group {
      display: inline-block;
      margin: 0 10px 15px;
      vertical-align: top; }
    #menu li.dropdown.vertical-menu .menu-group &gt; a, #menu li.dropdown.vertical-menu .menu-alone &gt; a {
      font-size: 16px;
      font-weight: bold; }
      #menu li.dropdown.vertical-menu .menu-group &gt; a:hover, #menu li.dropdown.vertical-menu .menu-alone &gt; a:hover {
        color: #1d1d1d;
        background: #57d6e9; }
      #menu .dropdown-menu .vertical-menu.menu-alone {
        display: inline-block;
        vertical-align: top; }
      #menu .vertical-menu.popup-wraper {
        display: inline-block; }
      #menu .popup-wraper:hover &gt; .popup-menu {
        position: absolute;
        top: 0;
        left: 100%;
        background: #fff;
        display: block;
        z-index: 5;
        min-width: 180px; }
      #menu .popup-wraper:hover &gt; .popup-menu a {
        text-align: left; }
      #menu .vertical-menu.popup-wraper &gt; a.has-popup-menu:after {
        content: "\f105";
        font-family: FontAwesome, serif;
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
        font-size: 14px;
        position: absolute;
        right: 2px;
        top: 3px;
        top: 50%;
        transform: translateY(-50%); }
      #menu .dropdown .dropdown-menu:before {
        display: none; }
      #menu .dropdown-inner a:before {
        display: none; }
      #menu li.dropdown:hover &gt; a:before {
        content: '';
        position: absolute;
        bottom: -2px;
        left: 50%;
        margin-left: -6px;
        border: 6px solid transparent;
        border-bottom: 6px solid #fff; }
    #menu .gorizontal-menu .dropdown-menu .vertical-menu.menu-alone {
      display: block;
      margin-left: 0; }
    body #menu .icons-pos-top .dropdown-menu, body #menu .icons-pos-left .dropdown-menu, body #menu .icons-pos-bottom .dropdown-menu, body #menu .icons-pos-right .dropdown-menu {
      top: auto; }
      body #menu li.dropdown.icons-pos-top:hover &gt; a:before, body #menu li.dropdown.icons-pos-left:hover &gt; a:before, body #menu li.dropdown.icons-pos-bottom:hover &gt; a:before, body #menu li.dropdown.icons-pos-right:hover &gt; a:before {
        bottom: -1px; } }

.icons-pos-top span.ico-nav &gt; img {
  margin-left: 5px; }

#menu .icons-pos-top a.menu-image-link {
  padding: 0 20px 1px; }

.icons-pos-left &gt; a span.ico-nav {
  position: relative;
  top: 1px; }
  .icons-pos-left &gt; a span.ico-nav + span {
    vertical-align: middle; }

#menu .icons-pos-left a.menu-image-link {
  padding: 5px 20px; }

.icons-pos-left span.ico-nav &gt; img {
  margin-right: 6px; }

.icons-pos-right &gt; a span.ico-nav {
  position: relative;
  top: 1px; }
  .icons-pos-right &gt; a span.ico-nav + span {
    vertical-align: middle; }

.icons-pos-right span.ico-nav &gt; img {
  margin-left: 5px; }

#menu .icons-pos-right a.menu-image-link {
  padding: 5px 20px; }

#menu .icons-pos-bottom a.menu-image-link {
  padding: 5px 20px; }

.icons-pos-bottom span.ico-nav &gt; img {
  width: auto;
  display: block;
  margin: 5px auto 0;
  /* Icon bottom end */ }

span.ico-nav-child &gt; img {
  margin-left: -18px;
  position: relative; }

span.ico-first-child &gt; img, span.ico-second-child &gt; img {
  margin-right: 0; }

@media (min-width: 768px) {
  #menu .nav &gt; li.dropdown.icons-pos-left &gt; a:after, #menu .nav &gt; li.dropdown.icons-pos-top &gt; a:after, #menu .nav &gt; li.dropdown.icons-pos-right &gt; a:after {
    position: relative;
    right: -6px;
    top: 1px; }
    #menu .nav &gt; li.dropdown.icons-pos-bottom &gt; a:after {
      top: 40%; } }

@media (max-width: 767px) {
  #menu .nav &gt; li &gt; a {
    line-height: 42px;
    height: 52px; } }

.menu_container_width .main-menu {
  background: none; }
  .menu_container_width .main-menu .container {
    background: #57d6e9; }

.menu_full_width .main-menu {
  background: #57d6e9; }

#menu .see-all:hover, #menu .see-all:focus, .btn-primary, .btn-warning, .product-thumb:hover .button-group button, header .btn-default:hover, .panel-body .trackbar-scale div, .pagination &gt; .active &gt; a, .pagination &gt; .active &gt; a:focus, .pagination &gt; .active &gt; a:hover, .pagination &gt; .active &gt; span, .pagination &gt; .active &gt; span:focus, .pagination &gt; .active &gt; span:hover {
  background-color: #57d6e9; }

#menu .nav &gt; li &gt; a {
  color: #1d1d1d; }
  #menu .nav &gt; li &gt; a:hover {
    color: #1d1d1d;
    background: #57d6e9; }

#menu .dropdown-menu {
  top: 51px; }
  #menu .btn-navbar {
    background-color: transparent; }
  #menu .nav &gt; li &gt; a {
    font-weight: 700; }

.side-brands {
  margin-left: 24.8%; }
  @media (max-width: 991px) {
  .side-brands {
    margin-left: 0; } }

.side-slideshow {
  margin-left: 340px; }
  @media (min-width: 1400px) {
  .side-slideshow {
    margin-left: calc(25% + 8px) !important; } }

.main-vertical-menu {
  position: relative;
  margin-top: 20px;
  z-index: 10; }
  .main-vertical-menu .main-menu-top {
    display: flex;
    height: 42px; }
  .main-vertical-menu .main-menu-top .main-menu-title {
    cursor: pointer; }
  .main-vertical-menu .main-menu-top .main-menu-title h4 {
    border: 1px solid #fff;
    border-bottom: none;
    background: #57d6e9;
    color: #1d1d1d;
    height: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
    text-transform: uppercase; }
  .main-vertical-menu .main-menu-top .main-menu-title i {
    margin: 2px 15px 0 0; }
  .main-vertical-menu .main-menu-category {
    margin-bottom: 20px; }
  .main-vertical-menu .main-menu-category_list {
    border: 1px solid #fff;
    border-top: none;
    padding-top: 1px;
    height: 518px;
    width: 310px;
    position: absolute;
    display: none;
    background: #fff;
    z-index: 10; }
  .main-vertical-menu .main-menu-category_list .main-menu-category_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0 10px;
    min-height: 40px; }
  .main-vertical-menu .main-menu-category_list .main-menu-category_item &gt; .item-line {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    border-bottom: 1px solid #838383; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item &gt; .item-line i {
      float: right;
      color: #1d1d1d;
      opacity: 1; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item &gt; .item-line &gt; a {
      padding: 10px 5px;
      color: #1d1d1d;
      display: flex;
      align-items: center;
      width: 100%;
      font-size: 14px; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item &gt; .item-line &gt; a .item-name {
      color: #1d1d1d; }
      @media (min-width: 992px) {
          .main-vertical-menu .main-menu-category_list .main-menu-category_item &gt; .item-line &gt; a .item-name {
            width: 100%;
            display: flex;
            align-items: center; } }
      .main-vertical-menu .main-menu-category_list .main-menu-category_item &gt; .item-line &gt; a .item-name .number {
        padding-right: 1px;
        color: #1d1d1d;
        margin-right: 5px;
        border: 1px solid #1d1d1d;
        border-radius: 50%;
        min-width: 22px;
        height: 22px;
        display: inline-flex;
        align-items: center;
        justify-content: center; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item &gt; .item-line &gt; a .ico-nav {
      order: 2; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item &gt; .item-line &gt; a.right {
      justify-content: space-between; }
      .main-vertical-menu .main-menu-category_list .main-menu-category_item &gt; .item-line &gt; a.right .item-name {
        order: 1; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item &gt; .item-line &gt; a.left .item-name {
      display: flex;
      align-items: center;
      order: 3; }
      .main-vertical-menu .main-menu-category_list .main-menu-category_item &gt; .item-line &gt; a.left .ico-nav {
        margin: 0 5px;
        width: 45px; }
      .main-vertical-menu .main-menu-category_list .main-menu-category_item &gt; .item-line &gt; a.left .text {
        order: 3; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item &gt; .item-line &gt; a.top {
      flex-direction: column; }
      .main-vertical-menu .main-menu-category_list .main-menu-category_item &gt; .item-line &gt; a.top .item-name {
        order: 3; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item &gt; .item-line &gt; a.bottom {
      flex-direction: column; }
  .main-vertical-menu .main-menu-category_list .main-menu-category_item:hover .sub-menu-list {
    display: flex;
    margin-right: 5px;
    flex-wrap: wrap; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item:hover {
      background: #57d6e9; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item:hover &gt; .item-line a {
      color: #1d1d1d; }
      .main-vertical-menu .main-menu-category_list .main-menu-category_item:hover &gt; .item-line a span {
        color: #1d1d1d; }
      .main-vertical-menu .main-menu-category_list .main-menu-category_item:hover &gt; .item-line a .item-name .number {
        color: #1d1d1d;
        border: 1px solid #1d1d1d; }
  .main-vertical-menu .main-menu-category_list .main-menu-category_item &gt; .sub-menu-list {
    display: none;
    background: #fff;
    outline: 1px solid #d2dae1;
    top: 0;
    left: 100%;
    position: absolute;
    width: 1019px;
    padding: 25px;
    min-height: 516px; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item &gt; .sub-menu-list .shaded-before {
      width: 100% !important;
      display: none; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item &gt; .sub-menu-list.shaded .shaded-before {
      position: absolute;
      display: block;
      content: '';
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      background: rgba(0, 0, 0, .3);
      z-index: 6; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item &gt; .sub-menu-list.laminat-line {
      flex-direction: column; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item &gt; .sub-menu-list.laminat-line .sub-child-menu-item {
      width: 100%; }
      .main-vertical-menu .main-menu-category_list .main-menu-category_item &gt; .sub-menu-list.laminat-line .sub-child-menu-item &gt; a {
        font-size: 27px;
        background: #404040;
        color: #fff;
        font-weight: 400;
        padding: 5px 10px; }
      .main-vertical-menu .main-menu-category_list .main-menu-category_item &gt; .sub-menu-list.laminat-line .sub-child-menu-item .sub-child2-menu-item {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -10px; }
        .main-vertical-menu .main-menu-category_list .main-menu-category_item &gt; .sub-menu-list.laminat-line .sub-child-menu-item .sub-child2-menu-item a {
          transition: 0.3s;
          align-items: flex-start;
          width: 22.5%;
          font-size: 21px;
          margin: 10px;
          flex-direction: column; }
          .main-vertical-menu .main-menu-category_list .main-menu-category_item &gt; .sub-menu-list.laminat-line .sub-child-menu-item .sub-child2-menu-item a:hover {
            transition: 0.3s;
            transform: scale(1.05);
            background: none;
            color: #000;
            border: none;
            text-decoration: none; }
          .main-vertical-menu .main-menu-category_list .main-menu-category_item &gt; .sub-menu-list.laminat-line .sub-child-menu-item .sub-child2-menu-item a::before {
            content: '';
            width: 100%;
            height: 165px;
            display: inline-flex;
            margin-bottom: 5px;
            border-radius: 4px;
            border: 1px solid #d2dae1;
            background: #fff; }
      .main-vertical-menu .main-menu-category_list .main-menu-category_item &gt; .sub-menu-list.laminat-line .sub-child-menu-item .first-line + .sub-child2-menu-item a:nth-child(1)::before {
        background: url('/catalog/view/theme/neoseo_unistor/image/laminat/31.jpg') center; }
        .main-vertical-menu .main-menu-category_list .main-menu-category_item &gt; .sub-menu-list.laminat-line .sub-child-menu-item .first-line + .sub-child2-menu-item a:nth-child(2)::before {
          background: url('/catalog/view/theme/neoseo_unistor/image/laminat/32.jpg') center; }
        .main-vertical-menu .main-menu-category_list .main-menu-category_item &gt; .sub-menu-list.laminat-line .sub-child-menu-item .first-line + .sub-child2-menu-item a:nth-child(3)::before {
          background: url('/catalog/view/theme/neoseo_unistor/image/laminat/33.jpg') center; }
        .main-vertical-menu .main-menu-category_list .main-menu-category_item &gt; .sub-menu-list.laminat-line .sub-child-menu-item .first-line + .sub-child2-menu-item a:nth-child(4)::before {
          background: url('/catalog/view/theme/neoseo_unistor/image/laminat/34.jpg') center; }
      .main-vertical-menu .main-menu-category_list .main-menu-category_item &gt; .sub-menu-list.laminat-line .sub-child-menu-item .second-line + .sub-child2-menu-item a:nth-child(1)::before {
        background: url('/catalog/view/theme/neoseo_unistor/image/laminat/tarkett.jpg') no-repeat center;
        background-size: contain; }
        .main-vertical-menu .main-menu-category_list .main-menu-category_item &gt; .sub-menu-list.laminat-line .sub-child-menu-item .second-line + .sub-child2-menu-item a:nth-child(2)::before {
          background: url('/catalog/view/theme/neoseo_unistor/image/laminat/balterio.jpg') no-repeat center;
          background-size: contain; }
        .main-vertical-menu .main-menu-category_list .main-menu-category_item &gt; .sub-menu-list.laminat-line .sub-child-menu-item .second-line + .sub-child2-menu-item a:nth-child(3)::before {
          background: url('/catalog/view/theme/neoseo_unistor/image/laminat/classen.jpg') no-repeat center;
          background-size: contain; }
        .main-vertical-menu .main-menu-category_list .main-menu-category_item &gt; .sub-menu-list.laminat-line .sub-child-menu-item .second-line + .sub-child2-menu-item a:nth-child(4)::before {
          background: url('/catalog/view/theme/neoseo_unistor/image/laminat/egger.jpg') no-repeat center;
          background-size: contain; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item &gt; .sub-menu-list.laminat-line .shaded-before {
      display: none; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item &gt; .sub-menu-list &gt; .sub-child-menu-item {
      width: 25%;
      position: relative;
      z-index: 5; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item &gt; .sub-menu-list &gt; .sub-child-menu-item &gt; a {
      color: #1d1d1d;
      width: 100%;
      margin-bottom: 10px;
      padding-right: 10px;
      font-size: 14px; }
      .main-vertical-menu .main-menu-category_list .main-menu-category_item &gt; .sub-menu-list &gt; .sub-child-menu-item &gt; a:hover {
        color: #1d1d1d !important;
        background: #57d6e9; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item &gt; .sub-menu-list &gt; .sub-child-menu-item .title &gt; span {
      justify-content: center;
      text-transform: uppercase;
      border-bottom: 2px solid #ef532c;
      padding: 5px 0 2px; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item &gt; .sub-menu-list &gt; .sub-child-menu-item .show-more-link {
      cursor: pointer;
      font-size: 13px;
      white-space: nowrap;
      border-bottom: 1px dotted;
      display: inline-flex;
      margin-bottom: 20px; }
      .main-vertical-menu .main-menu-category_list .main-menu-category_item &gt; .sub-menu-list &gt; .sub-child-menu-item .show-more-link:hover {
        font-weight: bold;
        color: #1d1d1d;
        background: none; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item &gt; .sub-menu-list &gt; .sub-child-menu-item .sub-child-menu-image {
      margin: 0; }
      .main-vertical-menu .main-menu-category_list .main-menu-category_item &gt; .sub-menu-list &gt; .sub-child-menu-item .sub-child-menu-image img {
        display: block;
        height: 100%;
        width: 100%;
        max-width: 100px;
        max-height: 100px; }
      .main-vertical-menu .main-menu-category_list .main-menu-category_item &gt; .sub-menu-list &gt; .sub-child-menu-item .sub-child-menu-image:hover {
        background: none !important; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item &gt; .sub-menu-list .sub-child-menu-item {
      margin-bottom: 20px; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item &gt; .sub-menu-list .sub-child-menu-item .sub-child-name {
      font-weight: bold;
      display: inline-block;
      border-bottom: 3px solid #57d6e9;
      padding: 5px;
      margin-right: 10px;
      margin-bottom: 10px; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item &gt; .sub-menu-list .sub-child-menu-item .show-child-hidden {
      display: none; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item &gt; .sub-menu-list .sub-child-menu-item .have-hidden .show-child-hidden {
      display: block; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item &gt; .sub-menu-list .sub-child-menu-item .show-child-hidden, .main-vertical-menu .main-menu-category_list .main-menu-category_item &gt; .sub-menu-list .sub-child-menu-item .hide-child-hidden {
      padding: 5px;
      color: #57d6e9; }
      .main-vertical-menu .main-menu-category_list .main-menu-category_item &gt; .sub-menu-list .sub-child-menu-item .show-child-hidden:hover, .main-vertical-menu .main-menu-category_list .main-menu-category_item &gt; .sub-menu-list .sub-child-menu-item .hide-child-hidden:hover {
        background: none !important;
        color: #57d6e9 !important; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item &gt; .sub-menu-list .sub-child-menu-item .hide-child-hidden {
      display: none; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item &gt; .sub-menu-list .sub-child-menu-item.show-mode {
      z-index: 6; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item &gt; .sub-menu-list .sub-child-menu-item .child-show-mode {
      position: relative;
      z-index: 6; }
      .main-vertical-menu .main-menu-category_list .main-menu-category_item &gt; .sub-menu-list .sub-child-menu-item .child-show-mode .show-child-hidden {
        display: none; }
      .main-vertical-menu .main-menu-category_list .main-menu-category_item &gt; .sub-menu-list .sub-child-menu-item .child-show-mode .hide-child-hidden {
        display: block; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item &gt; .sub-menu-list .sub-child-menu-item &gt; a {
      width: 100%;
      align-items: center;
      padding: 5px;
      font-weight: bold; }
      .main-vertical-menu .main-menu-category_list .main-menu-category_item &gt; .sub-menu-list .sub-child-menu-item &gt; a .ico-second-child {
        align-items: center; }
        .main-vertical-menu .main-menu-category_list .main-menu-category_item &gt; .sub-menu-list .sub-child-menu-item &gt; a .ico-second-child img {
          max-width: 25px;
          margin-right: 8px; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item &gt; .sub-menu-list .sub-child-menu-item a.child-hidden {
      display: none; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item &gt; .sub-menu-list .sub-child-menu-item .child-menu-list-hidden {
      position: absolute;
      left: 0;
      top: 0px;
      width: 100%;
      background: #fff;
      padding: 10px;
      box-shadow: 0 0 15px rgba(0, 0, 0, .8);
      display: none; }
      .main-vertical-menu .main-menu-category_list .main-menu-category_item &gt; .sub-menu-list .sub-child-menu-item .child-menu-list-hidden .child-category {
        font-weight: bold;
        color: #000; }
      .main-vertical-menu .main-menu-category_list .main-menu-category_item &gt; .sub-menu-list .sub-child-menu-item .child-menu-list-hidden a {
        display: block;
        padding: 5px; }
        .main-vertical-menu .main-menu-category_list .main-menu-category_item &gt; .sub-menu-list .sub-child-menu-item .child-menu-list-hidden a:hover {
          color: #1d1d1d;
          background: #57d6e9; }
      .main-vertical-menu .main-menu-category_list .main-menu-category_item &gt; .sub-menu-list .sub-child-menu-item .child-menu-list-hidden .child-hidden {
        display: block; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item &gt; .sub-menu-list .sub-child-menu-item .child-show-mode .child-menu-list-hidden {
      display: block; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item &gt; .sub-menu-list .sub-child2-menu-item {
      display: block;
      padding-left: 15px; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item &gt; .sub-menu-list .sub-child2-menu-item &gt; a {
      display: flex;
      align-items: center;
      padding: 5px;
      margin: -10px 0 10px;
      color: #1d1d1d; }
      .main-vertical-menu .main-menu-category_list .main-menu-category_item &gt; .sub-menu-list .sub-child2-menu-item &gt; a:hover {
        color: #1d1d1d;
        background: #57d6e9; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item &gt; .sub-menu-list .mega-image {
      position: absolute;
      bottom: 15px;
      right: 15px; }
  .main-vertical-menu .main-menu-category_list .main-menu-category_item.bg-img .mega-image {
    display: none; }
  .main-vertical-menu .main-menu-category .open {
    display: block; }

#stiky_box .main-menu-category_item &gt; .sub-menu-list .sub-child-menu-item .show-child-hidden {
  color: #57d6e9; }

@media (max-width: 1399px) {
  .main-menu-title {
    padding-right: 0; }

  .side-slideshow {
    position: relative;
    margin-left: 292px; }

  .main-vertical-menu .main-menu-category_list {
    width: 278px;
    height: 448px; }
    .main-vertical-menu .main-menu-category_list.have-nav {
      padding-top: 10px; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item .sub-menu-list {
      min-height: 445px;
      width: 863px; }
      .main-vertical-menu .main-menu-category_list .main-menu-category_item &gt; a {
        width: 258px; } }

@media (max-width: 1199px) {
  .main-vertical-menu .main-menu-category_list {
    width: 227px;
    height: 372px; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item .sub-menu-list {
      min-height: 370px;
      width: 713px; }
      .main-vertical-menu .main-menu-category_list .main-menu-category_item .sub-menu-list &gt; div {
        width: 33.33333%; }
      .main-vertical-menu .main-menu-category_list .main-menu-category_item &gt; a {
        width: 207px; }

  .side-slideshow .owl-wrapper {
    height: 323px; }
    .side-slideshow .slideshow-container {
      width: 100%; }
    .side-slideshow .slideshow-container .owl-wrapper-outer {
      height: 324px; }
    .side-slideshow .col-xs-12.col-md-4 {
      display: none; } }

@media (max-width: 991px) {
  #menu .nav &gt; li &gt; a {
    display: flex;
    padding: 5px 20px !important; }

  .side-slideshow {
    position: relative;
    margin-left: 292px; }

  .side-slideshow {
    margin-left: 0; }
    .side-slideshow .owl-wrapper {
      height: auto; }
    .side-slideshow .slideshow-container {
      width: 100%; }
      .side-slideshow .slideshow-container .owl-wrapper-outer {
        height: auto; } }

@media (min-width: 1200px) {
    .navbar-nav {
      margin: 0 -15px;
      display: flex; } }
  .navbar-nav .mega .dropdown-inner {
    width: 100%; }
  .navbar-nav .mega .dropdown-inner.image-menu {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .navbar-nav .mega.cols-4 .dropdown-menu .dropdown-inner &gt; .list-unstyled &gt; li {
    width: 23%; }
  .navbar-nav .mega.cols-5 .dropdown-menu .dropdown-inner &gt; .list-unstyled &gt; li {
    width: 18%; }
  .navbar-nav .menu-image-link .ico-nav {
    display: flex;
    align-items: center;
    min-width: 35px !important;
    height: 34px;
    margin: 5px; }
  .navbar-nav .menu-image-link .ico-nav &gt; img {
    max-width: 100%;
    height: auto; }

.item-line .ico-nav {
  display: flex;
  align-items: center;
  width: 35px;
  height: 34px;
  justify-content: center; }
  @media (min-width: 992px) {
    .item-line .ico-nav {
      margin: -10px; } }
  .item-line .ico-nav &gt; img {
    max-width: 100%;
    height: auto;
    height: 34px; }

.main-vertical-menu-mobile {
  margin-bottom: 20px;
  height: 50px;
  background: #1d1d1d;
  z-index: 100; }
  .main-vertical-menu-mobile .container {
    width: 100%;
    padding: 0; }
  .main-vertical-menu-mobile .navbar-header-vertical {
    height: 50px;
    background: #57d6e9;
    color: #1d1d1d; }
  .main-vertical-menu-mobile .navbar-header-vertical .menu-button {
    width: 150px;
    display: flex;
    align-items: center;
    border: none;
    height: 50px;
    color: #1d1d1d;
    font-size: 24px;
    padding: 0 30px; }
  .main-vertical-menu-mobile .navbar-header-vertical .menu-button &gt; i {
    margin-right: 10px; }
  .main-vertical-menu-mobile .navbar-header-vertical .menu-button:hover, .main-vertical-menu-mobile .navbar-header-vertical .menu-button:focus {
    color: #1d1d1d;
    box-shadow: none;
    border: none; }
  .main-vertical-menu-mobile .mobile-menu-category {
    padding: 0;
    position: relative;
    z-index: 80;
    background: #57d6e9;
    border-bottom: 1px solid #57d6e9; }
  .main-vertical-menu-mobile .mobile-menu-category .menu-image-link {
    cursor: pointer;
    font-size: 18px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #1d1d1d;
    padding: 5px 30px; }
  .main-vertical-menu-mobile .mobile-menu-category .menu-image-link .item-line {
    padding: 5px 0;
    display: flex;
    width: 100%;
    align-items: center; }
  @media (max-width: 767px) {
        .main-vertical-menu-mobile .mobile-menu-category .menu-image-link .item-line {
          width: 94%; } }
  .main-vertical-menu-mobile .mobile-menu-category .menu-image-link .item-line &gt; a {
    color: #1d1d1d; }
  .main-vertical-menu-mobile .mobile-menu-category .menu-image-link .item-line.right span, .main-vertical-menu-mobile .mobile-menu-category .menu-image-link .item-line.right a {
    order: 1; }
    .main-vertical-menu-mobile .mobile-menu-category .menu-image-link .item-line.right .ico-nav {
      order: 2; }
  .main-vertical-menu-mobile .mobile-menu-category .menu-image-link .item-line.left span, .main-vertical-menu-mobile .mobile-menu-category .menu-image-link .item-line.left a {
    margin-right: 25px;
    order: 2; }
    .main-vertical-menu-mobile .mobile-menu-category .menu-image-link .item-line.left .ico-nav {
      order: 1; }
  .main-vertical-menu-mobile .mobile-menu-category .menu-image-link .item-line.top {
    align-items: flex-start;
    flex-direction: column; }
    .main-vertical-menu-mobile .mobile-menu-category .menu-image-link .item-line.top span, .main-vertical-menu-mobile .mobile-menu-category .menu-image-link .item-line.top a {
      order: 2; }
    .main-vertical-menu-mobile .mobile-menu-category .menu-image-link .item-line.top .ico-nav {
      order: 1; }
  .main-vertical-menu-mobile .mobile-menu-category .menu-image-link .item-line.bottom {
    align-items: flex-start;
    flex-direction: column; }
    .main-vertical-menu-mobile .mobile-menu-category .menu-image-link .item-line.bottom span, .main-vertical-menu-mobile .mobile-menu-category .menu-image-link .item-line.bottom a {
      order: 1; }
    .main-vertical-menu-mobile .mobile-menu-category .menu-image-link .item-line.bottom .ico-nav {
      order: 2; }
  .main-vertical-menu-mobile .mobile-menu-category .menu-image-link:hover {
    color: #1d1d1d;
    background: #57d6e9; }
  .main-vertical-menu-mobile .mobile-menu-category .menu-image-link:hover a {
    color: #1d1d1d;
    background: #57d6e9; }
  .main-vertical-menu-mobile .mobile-menu-category .mobile-menu-child-category {
    cursor: pointer;
    font-size: 16px;
    flex-direction: column;
    line-height: 1.5;
    background: #fff; }
  .main-vertical-menu-mobile .mobile-menu-category .mobile-menu-child-category &gt; a {
    cursor: pointer;
    font-size: 18px;
    color: #1d1d1d;
    width: 100%;
    display: inline-block;
    padding: 8px 10px 8px 65px;
    border-bottom: 1px solid #f0f0f0; }
  .main-vertical-menu-mobile .mobile-menu-category .mobile-menu-child-category &gt; a:hover {
    color: #1d1d1d;
    background: #57d6e9; }
  .main-vertical-menu-mobile .mobile-menu-category .menu-image-sub-link {
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 10px 30px 10px 25px;
    font-size: 18px;
    color: #1d1d1d;
    font-weight: bold;
    border-bottom: 1px solid #e7e7e7;
    background: #f9f9f9; }
  @media (max-width: 991px) {
        .main-vertical-menu-mobile .mobile-menu-category .menu-image-sub-link.title {
          margin-bottom: 0; } }
  .main-vertical-menu-mobile .mobile-menu-category .menu-image-sub-link i {
    margin-left: auto; }
  .main-vertical-menu-mobile .mobile-menu-category .menu-image-sub-link:hover {
    background: #57d6e9; }
  .main-vertical-menu-mobile .mobile-menu-category .menu-image-sub-link:hover &gt; a, .main-vertical-menu-mobile .mobile-menu-category .menu-image-sub-link:hover span, .main-vertical-menu-mobile .mobile-menu-category .menu-image-sub-link:hover i {
    color: #1d1d1d; }
  .main-vertical-menu-mobile .mobile-menu-category .menu-image-sub-link &gt; span {
    padding-left: 16px; }
  .main-vertical-menu-mobile .mobile-menu-category .menu-image-sub-link &gt; a {
    cursor: pointer;
    font-size: 18px;
    color: #1d1d1d;
    width: 100%;
    display: inline-block;
    padding: 0 10px 0 15px; }

@media (max-width: 991px) {
  .main-vertical-menu-mobile {
    height: auto !important; } }

@media (max-width: 480px) {
  .main-vertical-menu-mobile .navbar-header-vertical .menu-button {
    font-size: 21px; }
    .main-vertical-menu-mobile .mobile-menu-category .menu-image-link {
      font-size: 18px; }
      .main-vertical-menu-mobile .mobile-menu-category .mobile-menu-child-category &gt; .list-unstyled &gt; .menu-group &gt; a {
        font-size: 16px; } }

.mega-image {
  /*-- MENU NAV START --*/ }
  .mega-image a {
    padding: 0 !important; }
  .mega-image a:hover {
    background-color: transparent !important; }
  @media (max-width: 991px) {
  .mega-image {
    display: none !important; } }
  .mega-image img {
    height: auto !important; }
  @media (min-width: 992px) {
    .mega-image img {
      max-width: 240px; } }

.main-menu-category-nav {
  display: flex;
  position: absolute;
  width: 100%;
  background: transparent;
  flex-direction: column;
  align-items: center;
  right: 1px; }
  .main-menu-category-nav.top {
    top: -1px; }
  .main-menu-category-nav.top .fa-chevron-up {
    font-size: 21px; }
  .main-menu-category-nav.top .fa-caret-up {
    font-size: 18px;
    margin-top: -15px; }
  .main-menu-category-nav.bottom {
    bottom: -1px; }
  .main-menu-category-nav.bottom .fa-chevron-down {
    font-size: 21px; }
  .main-menu-category-nav.bottom .fa-caret-down {
    font-size: 18px;
    margin-bottom: -17px; }
  .main-menu-category-nav__list {
    display: flex;
    width: 100%; }
  .main-menu-category-nav__list span {
    position: relative;
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 18px;
    padding: 0 !important;
    width: 50%;
    text-align: center; }
  .main-menu-category-nav__list span.nav-next {
    top: -3px; }
  .main-menu-category-nav__list span.nav-prev {
    bottom: -3px; }
  .main-menu-category-nav__quantity {
    width: 100%;
    justify-content: center;
    background: #1d1d1d;
    color: #fff;
    display: flex;
    padding: 5px 0;
    margin-top: 2px; }

.overflow {
  overflow: hidden !important;
  /*-- MENU NAV END --*/ }

.main-vertical-menu .main-menu-category_list {
  /* Menu END - */
  /*--- SINGE MENU CATALOG - begin ---*/ }
  .main-vertical-menu .main-menu-category_list.have-nav.open {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 15px 0 40px; }
  .main-vertical-menu .main-menu-category_list .main-menu-category_item.mozaic-mega-menu &gt; .sub-menu-list {
    padding: 5px; }
  .main-vertical-menu .main-menu-category_list .main-menu-category_item.mozaic-mega-menu &gt; .sub-menu-list &gt; .sub-child-menu-item .sub-child-menu-image {
    overflow: hidden;
    border: 1px solid transparent; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item.mozaic-mega-menu &gt; .sub-menu-list &gt; .sub-child-menu-item .sub-child-menu-image img {
      max-width: 100%;
      max-height: 100%;
      transition: all 0.8s; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item.mozaic-mega-menu &gt; .sub-menu-list &gt; .sub-child-menu-item .sub-child-menu-image:hover {
      border: 1px solid rgba(46, 197, 182, .54); }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item.mozaic-mega-menu &gt; .sub-menu-list &gt; .sub-child-menu-item .sub-child-menu-image + a {
      display: block !important;
      position: relative;
      height: 0;
      padding: 0;
      margin: 0;
      float: right;
      transition: all 0.4s; }
      .main-vertical-menu .main-menu-category_list .main-menu-category_item.mozaic-mega-menu &gt; .sub-menu-list &gt; .sub-child-menu-item .sub-child-menu-image + a span {
        position: absolute;
        display: block;
        top: -100px;
        left: 5px;
        right: 15px;
        width: auto;
        padding: 10px;
        text-align: left;
        font-size: 20px;
        font-weight: normal;
        line-height: 20px;
        color: #fff;
        background: rgba(46, 197, 182, .54); }
      .main-vertical-menu .main-menu-category_list .main-menu-category_item.mozaic-mega-menu &gt; .sub-menu-list &gt; .sub-child-menu-item .sub-child-menu-image + a:hover span {
        background: rgba(46, 197, 182, .8); }
  .main-vertical-menu .main-menu-category_list .main-menu-category_item.triple-mega-menu &gt; .sub-menu-list {
    background-size: 100% 100%;
    background-repeat: repeat-x;
    padding: 50px 100px 20px;
    justify-content: space-around; }
  .main-vertical-menu .main-menu-category_list .main-menu-category_item.triple-mega-menu &gt; .sub-menu-list &gt; .sub-child-menu-item {
    width: 25%;
    display: flex;
    flex-direction: column; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item.triple-mega-menu &gt; .sub-menu-list &gt; .sub-child-menu-item .sub-child-menu-image {
      height: 30%;
      margin-bottom: 20px;
      flex-shrink: 0;
      border: 1px dashed #234990;
      border-radius: 20px; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item.triple-mega-menu &gt; .sub-menu-list &gt; .sub-child-menu-item .sub-child-menu-image img {
      max-width: 100%;
      max-height: 100%;
      transition: all 0.8s; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item.triple-mega-menu &gt; .sub-menu-list &gt; .sub-child-menu-item .sub-child-menu-image + a {
      display: block !important;
      position: relative;
      height: 0;
      padding: 0;
      margin: 0;
      float: right;
      transition: all 0.4s; }
      .main-vertical-menu .main-menu-category_list .main-menu-category_item.triple-mega-menu &gt; .sub-menu-list &gt; .sub-child-menu-item .sub-child-menu-image + a span {
        position: absolute;
        display: block;
        top: -100px;
        left: 15px;
        right: 15px;
        width: auto;
        padding: 10px;
        text-align: center;
        font-size: 16px;
        font-weight: normal;
        line-height: 20px;
        color: yellow;
        background: rgba(38, 109, 242, .54); }
      .main-vertical-menu .main-menu-category_list .main-menu-category_item.table-mega-menu &gt; .sub-menu-list {
        padding: 0;
        padding-left: 110%; }
  .main-vertical-menu .main-menu-category_list .main-menu-category_item.table-mega-menu &gt; .sub-menu-list &gt; .sub-child-menu-item {
    width: 50%;
    margin: 0;
    display: flex;
    flex-direction: column; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item.table-mega-menu &gt; .sub-menu-list &gt; .sub-child-menu-item .sub-child-menu-image {
      display: flex;
      height: 25%;
      max-height: 111px;
      flex-shrink: 0;
      border: 1px dotted #ec0a22; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item.table-mega-menu &gt; .sub-menu-list &gt; .sub-child-menu-item .sub-child-menu-image img {
      max-width: 50%;
      max-height: 80%;
      transition: all 0.8s;
      width: auto;
      height: 80%; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item.table-mega-menu &gt; .sub-menu-list &gt; .sub-child-menu-item .sub-child-menu-image + a {
      display: block !important;
      position: relative;
      height: 0;
      padding: 0;
      margin: 0;
      float: right;
      transition: all 0.4s; }
      .main-vertical-menu .main-menu-category_list .main-menu-category_item.table-mega-menu &gt; .sub-menu-list &gt; .sub-child-menu-item .sub-child-menu-image + a span {
        position: absolute;
        display: block;
        top: -65px;
        left: 50%;
        right: 0;
        width: auto;
        padding: 10px;
        text-align: center;
        font-size: 20px;
        font-weight: normal;
        line-height: 20px;
        color: red;
        background: rgba(38, 109, 242, .54);
        background: transparent; }
      .main-vertical-menu .main-menu-category_list .main-menu-category_item.header-mega-menu &gt; .sub-menu-list {
        padding: 0; }
  .main-vertical-menu .main-menu-category_list .main-menu-category_item.header-mega-menu &gt; .sub-menu-list .shaded-before {
    position: absolute;
    display: block;
    content: '';
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100% !important; }
  .main-vertical-menu .main-menu-category_list .main-menu-category_item.header-mega-menu &gt; .sub-menu-list &gt; .sub-child-menu-item {
    border-right: 1px dashed #d6d6d6;
    width: 25%;
    margin: 0;
    padding: 20px 10px;
    display: flex;
    flex-direction: column; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item.header-mega-menu &gt; .sub-menu-list &gt; .sub-child-menu-item:nth-child(5) {
      background: url('/catalog/view/theme/neoseo_unistor/image/toys.jpg') no-repeat;
      border-right: none;
      background-position: 56% top;
      background-size: cover; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item.header-mega-menu &gt; .sub-menu-list &gt; .sub-child-menu-item:nth-child(6) {
      width: 100%;
      border-right: none;
      background: #57d6e9;
      flex-direction: row;
      align-items: center; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item.header-mega-menu &gt; .sub-menu-list &gt; .sub-child-menu-item:nth-child(6) &gt; a[class*='menu-item-'] {
      margin-bottom: 0; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item.header-mega-menu &gt; .sub-menu-list &gt; .sub-child-menu-item:nth-child(6) .baby-all-categories {
      font-weight: normal;
      display: flex;
      align-items: center;
      color: #333;
      opacity: 0.8;
      font-size: 14px; }
      .main-vertical-menu .main-menu-category_list .main-menu-category_item.header-mega-menu &gt; .sub-menu-list &gt; .sub-child-menu-item:nth-child(6) .baby-all-categories:hover {
        background: none;
        opacity: 1; }
        .main-vertical-menu .main-menu-category_list .main-menu-category_item.header-mega-menu &gt; .sub-menu-list &gt; .sub-child-menu-item:nth-child(6) .baby-all-categories:hover &gt; span {
          color: #1d1d1d; }
        .main-vertical-menu .main-menu-category_list .main-menu-category_item.header-mega-menu &gt; .sub-menu-list &gt; .sub-child-menu-item:nth-child(6) .baby-all-categories:hover:after {
          color: #1d1d1d; }
      .main-vertical-menu .main-menu-category_list .main-menu-category_item.header-mega-menu &gt; .sub-menu-list &gt; .sub-child-menu-item:nth-child(6) .baby-all-categories &gt; span {
        width: auto;
        margin-right: 10px; }
      .main-vertical-menu .main-menu-category_list .main-menu-category_item.header-mega-menu &gt; .sub-menu-list &gt; .sub-child-menu-item:nth-child(6) .baby-all-categories:after {
        content: '\f0da';
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 14px; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item.header-mega-menu &gt; .sub-menu-list &gt; .sub-child-menu-item &gt; a[class*='menu-item-'] span {
      display: inline-block; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item.header-mega-menu &gt; .sub-menu-list &gt; .sub-child-menu-item .sub-child-menu-image {
      display: flex;
      justify-content: center; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item.header-mega-menu &gt; .sub-menu-list &gt; .sub-child-menu-item .sub-child-menu-image img {
      height: auto; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item.header-mega-menu &gt; .sub-menu-list &gt; .sub-child-menu-item .sub-child-menu-image + a, .main-vertical-menu .main-menu-category_list .main-menu-category_item.header-mega-menu &gt; .sub-menu-list &gt; .sub-child-menu-item .sub-child-menu-image a[class*='menu-item-'] {
      margin-bottom: 20px;
      border-radius: 20px;
      font-size: 20px;
      color: #ff5857;
      background: #fff;
      border: 1px solid #ff5857;
      text-align: center; }
      .main-vertical-menu .main-menu-category_list .main-menu-category_item.header-mega-menu &gt; .sub-menu-list &gt; .sub-child-menu-item .sub-child-menu-image + a:hover, .main-vertical-menu .main-menu-category_list .main-menu-category_item.header-mega-menu &gt; .sub-menu-list &gt; .sub-child-menu-item .sub-child-menu-image a[class*='menu-item-']:hover {
        color: #fff;
        background: #ff5857;
        border: 1px solid #ff5857; }
        .main-vertical-menu .main-menu-category_list .main-menu-category_item.action-mega-menu &gt; .sub-menu-list {
          background: #222c4b url(/catalog/view/theme/neoseo_unistor/image/tarif-bg.png);
          background-size: contain;
          box-shadow: inset 0 0 160px #fabb11; }
  .main-vertical-menu .main-menu-category_list .main-menu-category_item.action-mega-menu &gt; .sub-menu-list &gt; .sub-child-menu-item {
    width: 33%;
    margin: 0;
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item.action-mega-menu &gt; .sub-menu-list &gt; .sub-child-menu-item .sub-child-menu-image img {
      width: 100%;
      height: auto;
      max-width: 100%;
      max-height: unset; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item.action-mega-menu &gt; .sub-menu-list &gt; .sub-child-menu-item .sub-child-menu-image:hover {
      box-shadow: 0 0 30px rgba(250, 187, 17, .8); }
  .main-vertical-menu .main-menu-category_list .main-menu-category_item.center-img-mega-menu &gt; .sub-menu-list &gt; .sub-child-menu-item {
    width: 25%;
    margin: 0;
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item.center-img-mega-menu &gt; .sub-menu-list &gt; .sub-child-menu-item:nth-child(3) {
      width: 50%; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item.center-img-mega-menu &gt; .sub-menu-list &gt; .sub-child-menu-item .sub-child-menu-image {
      height: 33%; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item.center-img-mega-menu &gt; .sub-menu-list &gt; .sub-child-menu-item .sub-child-menu-image img {
      width: auto;
      max-width: 100%;
      max-height: 100px;
      margin: 0 auto; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item.center-img-mega-menu &gt; .sub-menu-list &gt; .sub-child-menu-item .sub-child-menu-image.brand-name {
      position: relative;
      padding: 20px 0;
      top: 20px; }
      .main-vertical-menu .main-menu-category_list .main-menu-category_item.center-img-mega-menu &gt; .sub-menu-list &gt; .sub-child-menu-item .sub-child-menu-image.brand-name img {
        width: auto;
        max-width: 100%;
        max-height: 100%;
        height: auto;
        margin: 0 auto; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item.center-img-mega-menu &gt; .sub-menu-list &gt; .sub-child-menu-item .sub-child-menu-image + a[class*='menu-item-'] {
      display: block;
      opacity: 1;
      position: relative;
      height: 0;
      padding: 0;
      margin: 0;
      float: right;
      transition: all 0.4s; }
      .main-vertical-menu .main-menu-category_list .main-menu-category_item.center-img-mega-menu &gt; .sub-menu-list &gt; .sub-child-menu-item .sub-child-menu-image + a[class*='menu-item-'] span {
        position: absolute;
        display: block;
        top: -50px;
        left: 15px;
        right: 15px;
        width: auto;
        padding: 10px;
        text-align: center;
        font-size: 16px;
        font-weight: normal;
        line-height: 20px;
        background: #fff;
        opacity: 0.6;
        border: 2px solid #000;
        color: #000; }
        .main-vertical-menu .main-menu-category_list .main-menu-category_item.center-img-mega-menu &gt; .sub-menu-list &gt; .sub-child-menu-item .sub-child-menu-image + a[class*='menu-item-'] span:hover {
          color: #fff;
          background: #000; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item.side-img-mega-menu &gt; .sub-menu-list &gt; .sub-child-menu-item {
      width: 50%;
      margin: 0;
      padding: 0 10px; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item.side-img-mega-menu &gt; .sub-menu-list &gt; .sub-child-menu-item &gt; a[class*='menu-item-'] {
      width: auto; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item.side-img-mega-menu &gt; .sub-menu-list &gt; .sub-child-menu-item .sub-child-menu-image {
      float: left;
      width: auto; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item.side-img-mega-menu &gt; .sub-menu-list &gt; .sub-child-menu-item .sub-child-menu-image img {
      width: auto;
      max-width: 100%;
      max-height: 300px;
      height: 300px;
      margin: 0 auto; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item.side-img-mega-menu &gt; .sub-menu-list &gt; .sub-child-menu-item .sub-child-menu-image .sub-child2-menu-image {
      margin-bottom: 40px; }
    #single-menu-catalog {
      background: #57d6e9;
      border-top: 1px solid #57d6e9;
      border-bottom: 1px solid #57d6e9;
      position: relative;
      z-index: 10;
      margin-bottom: 15px;
      /*--- SINGE MENU CATALOG - end ---*/
      /*--- MENU TYPE 2 - begin ---*/ }
  #single-menu-catalog .single-menu-catalog.text-black .fa-bars {
    background: #57d6e9; }
  #single-menu-catalog .single-menu-catalog.text-black .fa-bars:before, #single-menu-catalog .single-menu-catalog.text-black .fa-bars:after {
    background: #57d6e9; }
  #single-menu-catalog .single-menu-catalog.text-black span {
    color: #57d6e9; }
  #single-menu-catalog .single-menu-catalog.text-black i {
    color: #57d6e9; }
  #single-menu-catalog .single-menu-catalog__toggle-button {
    display: flex;
    color: #1d1d1d;
    background: none;
    border: none;
    outline: none;
    box-shadow: none;
    padding: 10px 0;
    font-size: 24px;
    align-items: center; }
  @media (min-width: 992px) {
      #single-menu-catalog .single-menu-catalog__toggle-button {
        display: none !important; } }
  #single-menu-catalog .single-menu-catalog__toggle-button .fa-bars {
    display: block;
    background: #1d1d1d;
    width: 26px;
    height: 2px;
    margin-right: 15px; }
  #single-menu-catalog .single-menu-catalog__toggle-button .fa-bars:before, #single-menu-catalog .single-menu-catalog__toggle-button .fa-bars:after {
    content: '';
    display: block;
    background: #1d1d1d;
    width: 26px;
    height: 2px; }
  #single-menu-catalog .single-menu-catalog__toggle-button .fa-bars:before {
    transform: translateY(-8px); }
  #single-menu-catalog .single-menu-catalog__toggle-button .fa-bars:after {
    transform: translateY(6px); }
  #single-menu-catalog .single-menu-catalog__menu {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    height: 50px; }
  @media (max-width: 991px) {
      #single-menu-catalog .single-menu-catalog__menu {
        display: none;
        position: inherit;
        margin: 0 -34px;
        z-index: 6;
        top: 0;
        background: #fff;
        flex-direction: column;
        align-items: flex-start;
        height: auto; } }
  @media (max-width: 767px) {
      #single-menu-catalog .single-menu-catalog__menu {
        margin: 0px -15px; } }
  #single-menu-catalog .single-menu-catalog__menu &gt; li.single-menu-catalog__title {
    width: 264px; }
    #single-menu-catalog .single-menu-catalog__menu &gt; li.single-menu-catalog__title &gt; span {
      background: #40d0e6;
      white-space: nowrap; }
    #single-menu-catalog .single-menu-catalog__menu &gt; li.single-menu-catalog__title:hover &gt; span {
      background: #6edcec; }
    @media (max-width: 991px) {
        #single-menu-catalog .single-menu-catalog__menu &gt; li.single-menu-catalog__title {
          width: 100%;
          border-bottom: 2px solid #333; }
          #single-menu-catalog .single-menu-catalog__menu &gt; li.single-menu-catalog__title &gt; span {
            color: #fff; } }
  #single-menu-catalog .single-menu-catalog__menu &gt; li &gt; a, #single-menu-catalog .single-menu-catalog__menu &gt; li &gt; span {
    display: flex;
    padding: 0 30px;
    height: 100%;
    align-items: center;
    justify-content: center;
    font-family: ;
    font-size: 14px;
    color: #1d1d1d;
    font-weight: 800;
    transition: 0.3s;
    text-transform: uppercase; }
    @media (max-width: 991px) {
        #single-menu-catalog .single-menu-catalog__menu &gt; li &gt; a, #single-menu-catalog .single-menu-catalog__menu &gt; li &gt; span {
          color: #333;
          padding: 12px 38px;
          width: 100%;
          justify-content: flex-start; } }
  #single-menu-catalog .single-menu-catalog__menu &gt; li &gt; span {
    cursor: pointer; }
    #single-menu-catalog .single-menu-catalog__menu &gt; li &gt; span .fa-bars {
      display: block;
      background: #1d1d1d;
      width: 22px;
      height: 2px;
      margin-right: 15px; }
    #single-menu-catalog .single-menu-catalog__menu &gt; li &gt; span .fa-bars:before, #single-menu-catalog .single-menu-catalog__menu &gt; li &gt; span .fa-bars:after {
      content: '';
      display: block;
      background: #1d1d1d;
      width: 22px;
      height: 2px; }
    #single-menu-catalog .single-menu-catalog__menu &gt; li &gt; span .fa-bars:before {
      transform: translateY(-8px); }
    #single-menu-catalog .single-menu-catalog__menu &gt; li &gt; span .fa-bars:after {
      transform: translateY(6px); }
    @media (max-width: 991px) {
          #single-menu-catalog .single-menu-catalog__menu &gt; li &gt; span .fa-bars {
            background: #333; }
            #single-menu-catalog .single-menu-catalog__menu &gt; li &gt; span .fa-bars:before, #single-menu-catalog .single-menu-catalog__menu &gt; li &gt; span .fa-bars:after {
              background: #333; } }
    #single-menu-catalog .single-menu-catalog__menu &gt; li &gt; span .fa-angle-down {
      font-size: 24px;
      margin-left: 8px;
      transform: translateY(-1px); }
  #single-menu-catalog .single-menu-catalog__menu &gt; li:hover &gt; a, #single-menu-catalog .single-menu-catalog__menu &gt; li:hover &gt; span {
    transition: 0.3s;
    color: #1d1d1d;
    background: #6edcec; }
    #single-menu-catalog .single-menu-catalog__menu &gt; li:hover &gt; a .fa-bars, #single-menu-catalog .single-menu-catalog__menu &gt; li:hover &gt; span .fa-bars {
      background: #1d1d1d; }
      #single-menu-catalog .single-menu-catalog__menu &gt; li:hover &gt; a .fa-bars:before, #single-menu-catalog .single-menu-catalog__menu &gt; li:hover &gt; span .fa-bars:before, #single-menu-catalog .single-menu-catalog__menu &gt; li:hover &gt; a .fa-bars:after, #single-menu-catalog .single-menu-catalog__menu &gt; li:hover &gt; span .fa-bars:after {
        background: #1d1d1d; }
    #single-menu-catalog .single-menu-catalog__menu &gt; li:hover .single-menu-catalog__span {
      border-bottom: 2px solid #57d6e9; }
    @media (min-width: 992px) {
          #single-menu-catalog .single-menu-catalog__menu &gt; li:hover &gt; ul {
            display: block; } }
  #single-menu-catalog .single-menu-catalog__menu &gt; li .main-menu-icon {
    margin-right: 5px; }
  #single-menu-catalog .single-menu-catalog__menu &gt; li .single-menu-catalog__span {
    border-bottom: 2px solid transparent;
    padding: 4px 0; }
  #single-menu-catalog .single-menu-catalog__children {
    position: absolute;
    display: none;
    z-index: 10;
    background: #fff;
    list-style: none;
    padding: 0;
    margin: 0;
    left: 15px;
    width: 264px;
    top: 100%;
    border: 1px solid #eae9e9;
    border-top: 1px solid #57d6e9;
    border-bottom: none;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }
  @media (max-width: 991px) {
      #single-menu-catalog .single-menu-catalog__children {
        position: initial;
        width: 100%;
        left: 0;
        right: 0;
        border-left: none; } }
  #single-menu-catalog .single-menu-catalog__children &gt; li:not(:last-child) &gt; a:after {
    content: '';
    background: #eae9e9;
    left: 15px;
    right: 15px;
    height: 1px;
    position: absolute;
    bottom: 0; }
  #single-menu-catalog .single-menu-catalog__children &gt; li &gt; a {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    position: relative;
    font-size: 14px;
    border: 1px solid transparent;
    color: #1d1d1d; }
    @media (max-width: 991px) {
        #single-menu-catalog .single-menu-catalog__children &gt; li &gt; a {
          padding: 12px 38px; } }
    #single-menu-catalog .single-menu-catalog__children &gt; li &gt; a img {
      display: block;
      max-width: 25px;
      height: auto;
      margin-right: 6px; }
    #single-menu-catalog .single-menu-catalog__children &gt; li &gt; a .fa {
      font-size: 16px;
      color: #1d1d1d;
      margin-left: auto; }
    #single-menu-catalog .single-menu-catalog__children &gt; li &gt; a:hover {
      border: 1px solid #57d6e9; }
    #single-menu-catalog .single-menu-catalog__children &gt; li &gt; a:hover:after {
      opacity: 0; }
  #single-menu-catalog .single-menu-catalog__children &gt; li:hover &gt; a, #single-menu-catalog .single-menu-catalog__children &gt; li.active &gt; a {
    border: 1px solid #57d6e9; }
    #single-menu-catalog .single-menu-catalog__children &gt; li:hover &gt; a:after, #single-menu-catalog .single-menu-catalog__children &gt; li.active &gt; a:after {
      opacity: 0; }
    @media (min-width: 992px) {
          #single-menu-catalog .single-menu-catalog__children &gt; li:hover &gt; div, #single-menu-catalog .single-menu-catalog__children &gt; li.active &gt; div {
            display: flex; } }
  #single-menu-catalog .single-menu-catalog__submenu {
    align-items: flex-start;
    position: absolute;
    display: none;
    padding: 30px 25px;
    left: 262px;
    border-left: 1px solid #e0dfe3;
    z-index: 8;
    background: #fff;
    top: 0;
    min-height: calc(100% + 1px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }
  @media (max-width: 991px) {
      #single-menu-catalog .single-menu-catalog__submenu {
        position: inherit;
        width: 100%;
        background: #f7f7f7;
        border-bottom: 1px solid #eee;
        padding: 0 15px; }
        #single-menu-catalog .single-menu-catalog__submenu &gt; li {
          width: 100%; } }
  #single-menu-catalog .single-menu-catalog__submenu .popup-hidden-bg {
    display: none;
    position: absolute;
    z-index: 1;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
  #single-menu-catalog .single-menu-catalog__submenu .image-box {
    display: flex;
    width: 100%;
    max-width: 25%;
    margin-left: auto;
    align-items: center;
    justify-content: center; }
  @media (max-width: 991px) {
        #single-menu-catalog .single-menu-catalog__submenu .image-box {
          display: none; } }
  #single-menu-catalog .single-menu-catalog__children2 {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%; }
  #single-menu-catalog .single-menu-catalog__children2.set-column-1 &gt; li {
    width: 100%; }
  #single-menu-catalog .single-menu-catalog__children2.set-column-2 &gt; li {
    width: 50%; }
  #single-menu-catalog .single-menu-catalog__children2.set-column-3 &gt; li {
    width: 33.33333%; }
  #single-menu-catalog .single-menu-catalog__children2.set-column-4 &gt; li {
    width: 25%; }
  #single-menu-catalog .single-menu-catalog__children2.set-column-5 &gt; li {
    width: 20%; }
  @media (max-width: 991px) {
      #single-menu-catalog .single-menu-catalog__children2 {
        position: inherit;
        width: 100%;
        flex-direction: column; } }
  #single-menu-catalog .single-menu-catalog__children2 &gt; li {
    width: 33.33333%;
    padding: 0 5px;
    position: relative; }
  @media (max-width: 1199px) {
        #single-menu-catalog .single-menu-catalog__children2 &gt; li {
          width: 50%; } }
  @media (max-width: 991px) {
        #single-menu-catalog .single-menu-catalog__children2 &gt; li {
          width: 100% !important;
          padding: 0 18px; } }
  #single-menu-catalog .single-menu-catalog__children2 &gt; li &gt; a {
    display: block;
    padding: 2px 4px;
    font-weight: 600;
    color: #1d1d1d;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 10px; }
    @media (max-width: 991px) {
        #single-menu-catalog .single-menu-catalog__children2 &gt; li &gt; a {
          font-weight: 400;
          margin: 10px 0; } }
    #single-menu-catalog .single-menu-catalog__children2 &gt; li &gt; a img {
      display: block;
      max-width: 25px;
      height: auto;
      margin-right: 6px; }
    #single-menu-catalog .single-menu-catalog__children2 &gt; li &gt; a.no-link {
      cursor: default; }
    @media (min-width: 992px) {
        #single-menu-catalog .single-menu-catalog__children2 &gt; li &gt; a:hover:not(.no-link) {
          color: #57d6e9; } }
  @media (max-width: 991px) {
          #single-menu-catalog .single-menu-catalog__children2 &gt; li.banner-box {
            display: none; } }
    #single-menu-catalog .single-menu-catalog__children2 &gt; li.banner-box &gt; a {
      display: inline-flex;
      flex-direction: column;
      align-items: center; }
    #single-menu-catalog .single-menu-catalog__children2 &gt; li.banner-box &gt; a span {
      text-align: center; }
  @media (min-width: 992px) {
        #single-menu-catalog .single-menu-catalog__children2.has-image {
          max-width: 75%;
          width: 100%; }
          #single-menu-catalog .single-menu-catalog__children2.has-image &gt; li {
            width: 33.33333%; } }
    @media (min-width: 992px) and (max-width: 1199px) {
            #single-menu-catalog .single-menu-catalog__children2.has-image &gt; li {
              width: 50%; } }
  #single-menu-catalog .single-menu-catalog__children2 .children2-image {
    display: block;
    margin-bottom: 10px;
    max-width: 120px;
    height: auto; }
  @media (max-width: 991px) {
        #single-menu-catalog .single-menu-catalog__children2 .children2-image {
          display: none; } }
  #single-menu-catalog .single-menu-catalog__children2 .children2-item-box {
    display: flex;
    align-items: center; }
  #single-menu-catalog .single-menu-catalog__children2 .children2-item-box .fa-angle-down, #single-menu-catalog .single-menu-catalog__children2 .children2-item-box .fa-angle-up {
    margin-left: 10px;
    font-size: 16px; }
  #single-menu-catalog .single-menu-catalog__children3 {
    list-style: none;
    padding: 0;
    margin-bottom: 26px;
    position: relative; }
  @media (max-width: 991px) {
      #single-menu-catalog .single-menu-catalog__children3 {
        display: none;
        background: #ececec;
        margin: 0 -34px;
        padding: 10px 34px 5px; } }
  #single-menu-catalog .single-menu-catalog__children3 &gt; li &gt; a.--image {
    display: inline-flex;
    float: none;
    padding: 4px;
    margin-bottom: 6px; }
    #single-menu-catalog .single-menu-catalog__children3 &gt; li &gt; a.--image &gt; img {
      max-width: 80px;
      margin: 0; }
  #single-menu-catalog .single-menu-catalog__children3 &gt; li &gt; a {
    display: inline-flex;
    border: 1px solid transparent;
    align-items: center;
    margin-bottom: 6px;
    padding: 2px 6px 2px 4px;
    font-size: 12px;
    color: #1d1d1d; }
    #single-menu-catalog .single-menu-catalog__children3 &gt; li &gt; a &gt; img {
      display: block;
      max-width: 25px;
      height: auto;
      margin-right: 10px; }
    #single-menu-catalog .single-menu-catalog__children3 &gt; li &gt; a.no-link {
      cursor: default; }
    #single-menu-catalog .single-menu-catalog__children3 &gt; li &gt; a:hover:not(.no-link) {
      border-bottom: 1px solid #57d6e9; }
  #single-menu-catalog .single-menu-catalog__children3 &gt; li.price-box &gt; a {
    background: #57d6e9;
    max-width: 65%;
    margin: 0 auto;
    padding: 8px 10px;
    text-align: justify;
    justify-content: center;
    color: #fff;
    font-size: 19px; }
    #single-menu-catalog .single-menu-catalog__children3 &gt; li.price-box &gt; a span {
      font-size: 15px; }
  #single-menu-catalog .single-menu-catalog__children3 &gt; li.all-products-link &gt; a {
    display: inline-block;
    color: #57d6e9;
    border-bottom: 1px solid; }
    #single-menu-catalog .single-menu-catalog__children3 &gt; li.all-products-link &gt; a:after {
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      content: "\f178"; }
  #single-menu-catalog .single-menu-catalog__children3 .popup-link {
    color: #57d6e9;
    cursor: pointer; }
  #single-menu-catalog .single-menu-catalog__children3 .popup-child {
    display: none;
    list-style: none;
    position: absolute;
    padding: 10px;
    line-height: 21px;
    font-size: 13px;
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .8);
    top: 0;
    z-index: 2; }
  #single-menu-catalog .single-menu-catalog__children3 .popup-child li a:hover {
    color: #57d6e9; }
  #single-menu-catalog .single-menu-catalog__span {
    border-bottom: 2px solid transparent;
    padding: 4px 0; }
  #single-menu-catalog .single-menu-catalog__span:hover {
    border-bottom: 2px solid red; }

.menu-type-2 {
  /*--- MENU TYPE 2 - end---*/ }
  .menu-type-2 .container {
    position: initial; }
  .menu-type-2 .main-menu {
    background: none;
    border: none; }
  .menu-type-2 .main-menu #menu {
    position: initial; }
  .menu-type-2 .main-menu #menu .navbar-collapse {
    position: initial;
    padding: 0;
    background: none;
    border-bottom: 2px solid #57d6e9; }
  .menu-type-2 .main-menu #menu .navbar-collapse .navbar-nav {
    position: initial; }
    .menu-type-2 .main-menu #menu .navbar-collapse .navbar-nav &gt; li {
      border: none;
      position: initial; }
    .menu-type-2 .main-menu #menu .navbar-collapse .navbar-nav &gt; li a {
      height: 40px;
      color: #333;
      font-weight: 400;
      font-size: 15px;
      font-family: Roboto !important; }
    .menu-type-2 .main-menu #menu .navbar-collapse .navbar-nav &gt; li a:after {
      display: none; }
    .menu-type-2 .main-menu #menu .navbar-collapse .navbar-nav &gt; li a:hover {
      color: #1d1d1d;
      background: none; }
    .menu-type-2 .main-menu #menu .navbar-collapse .navbar-nav &gt; li .dropdown-menu {
      border: none;
      box-shadow: 1px 8px 10px rgba(0, 0, 0, 0.1);
      border-top: 2px solid #57d6e9;
      padding: 20px 0; }
    .menu-type-2 .main-menu #menu .navbar-collapse .navbar-nav &gt; li .dropdown-menu &gt; .container {
      padding: 0; }
      .menu-type-2 .main-menu #menu .navbar-collapse .navbar-nav &gt; li .dropdown-menu &gt; .container &gt; .dropdown-inner &gt; ul.list-unstyled {
        display: grid;
        gap: 15px;
        grid-template-columns: repeat(5, 1fr); }
      .menu-type-2 .main-menu #menu .navbar-collapse .navbar-nav &gt; li .dropdown-menu &gt; .container &gt; .dropdown-inner &gt; ul.list-unstyled &gt; li {
        margin: 0; }
        .menu-type-2 .main-menu #menu .navbar-collapse .navbar-nav &gt; li .dropdown-menu &gt; .container &gt; .dropdown-inner &gt; ul.list-unstyled &gt; li &gt; a {
          font-size: 16px;
          font-weight: 600;
          display: inline-block;
          margin-bottom: 10px;
          height: auto;
          padding: 0 20px; }
        .menu-type-2 .main-menu #menu .navbar-collapse .navbar-nav &gt; li .dropdown-menu &gt; .container &gt; .dropdown-inner &gt; ul.list-unstyled &gt; li &gt; ul.list-unstyled &gt; li &gt; a {
          padding: 4px 20px;
          height: auto; }

.alert {
  padding: 8px 14px 8px 14px; }

.alert {
  box-shadow: none;
  border-radius: 0; }

.breadcrumb {
  padding: 10px 0;
  border: none;
  font-style: normal;
  font-size: 13px;
  margin: 0;
  background: #fff;
  color: #474849;
  line-height: 21px; }
  @media (max-width: 767px) {
  .breadcrumb {
    padding: 0;
    margin: -22px 0 15px;
    display: none; } }
  .breadcrumb a {
    color: #1d1d1d;
    text-decoration: none !important; }
  .breadcrumb a &gt; span {
    color: #1d1d1d;
    border-bottom: 1px solid; }
  .breadcrumb span {
    font-size: 14px; }
  .breadcrumb i {
    font-size: 15px; }
  .breadcrumb &gt; li {
    text-shadow: none;
    padding: 0;
    position: relative; }
  .breadcrumb &gt; li + li:before {
    content: '\f105';
    font-family: FontAwesome, serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #474849; }

.pagination {
  margin: 0; }

.pagination.active &gt; span, .pagination &gt; li &gt; span, .pagination &gt; li &gt; a {
  margin-right: 5px;
  border-radius: 5px;
  /* buttons */ }

.buttons {
  margin: 1em 0; }

.btn {
  padding: 5px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05); }

.btn-xs {
  font-size: 9px; }

.btn-sm {
  font-size: 10.2px; }

.btn-lg {
  padding: 10px 16px;
  font-size: 15px; }

.btn-group &gt; .btn, .btn-group &gt; .dropdown-menu, .btn-group &gt; .popover {
  font-size: 12px; }
  .btn-group &gt; .btn-xs {
    font-size: 9px; }
  .btn-group &gt; .btn-sm {
    font-size: 10.2px; }
  .btn-group &gt; .btn-lg {
    font-size: 15px; }

.testimonial-users-container {
  margin-bottom: 10px;
  padding: 10px 10px 40px 10px;
  border: 1px solid #fff;
  background: #fff;
  line-height: 1.5; }

.cart-container {
  margin-bottom: 20px;
  padding: 40px 35px 45px;
  background: #fff;
  font-family: ; }
  .cart-container .alert {
    margin-left: -35px;
    margin-right: -35px; }
  .cart-container h1 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 30px;
    font-family: ;
    font-weight: 900;
    color: #333;
    text-transform: uppercase;
    text-align: center; }
  .cart-container h2 {
    font-family: ;
    font-size: 24px; }
  .cart-container p {
    font-family: ; }
  .cart-container .panel-body {
    padding: 10px; }
  .cart-container .panel-group {
    width: 60%; }
  @media screen and (max-width: 767px) {
    .cart-container .panel-group {
      width: 100%; } }
  .cart-container .panel-group .panel {
    margin-bottom: 10px;
    border-radius: 0;
    box-shadow: none; }
  .cart-container .panel-title {
    padding: 10px; }
  .cart-container .panel-title a {
    display: flex;
    justify-content: space-between;
    padding-left: 10px;
    font-weight: 400; }
  .cart-container .panel-title a:hover, .cart-container .panel-title a:focus {
    text-decoration: none !important;
    color: #1d1d1d !important; }
  .cart-container .panel-title a:hover i, .cart-container .panel-title a:focus i {
    color: #1d1d1d; }
  .cart-container .price-total-row {
    display: flex;
    justify-content: space-between;
    padding: 10px 0; }
  .cart-container .price-total-row span {
    display: block;
    white-space: nowrap;
    font-weight: 400; }
  .cart-container .price-total-row span.basket-total-price {
    font-weight: 900; }
  .cart-container .price-total-row:last-child {
    border-top: 1px solid #e2e2e2; }
  .cart-container .price-total-row:last-child span {
    font-weight: 900; }
  .cart-container .buttons {
    margin-bottom: 0; }
  .cart-container .buttons .btn {
    padding: 10px;
    font-weight: 900;
    font-size: 14px; }
  .cart-container .buttons .btn-default {
    font-weight: 900;
    font-size: 14px;
    color: #2a77b9;
    text-decoration: underline;
    background: transparent; }
  .cart-container .buttons .btn-default i {
    display: inline-block;
    margin-right: 10px; }
  .cart-container .table-responsive {
    font-size: 14px;
    margin-left: -35px;
    margin-right: -35px;
    margin-bottom: 40px; }
  @media screen and (max-width: 767px) {
    .cart-container .table-responsive {
      margin: 0; } }
  .cart-container .table-responsive tr:nth-child(2n) {
    background: #f6f6f6;
    border-top: 1px solid #e2e2e2; }
  .cart-container .table-responsive .basket-name {
    display: flex;
    max-width: 650px;
    flex-direction: column;
    line-height: 1.8; }
  .cart-container .table-responsive .basket-name small span {
    font-weight: normal; }
  .cart-container .table-responsive td {
    vertical-align: middle;
    border: none;
    font-size: 14px;
    font-family: ;
    font-weight: 900;
    color: #333;
    text-align: center; }
  .cart-container .table-responsive td:nth-child(1), .cart-container .table-responsive td:nth-child(2) {
    padding-left: 30px;
    padding-right: 10px;
    text-align: left; }
  @media screen and (max-width: 767px) {
        .cart-container .table-responsive td:nth-child(1):nth-child(1), .cart-container .table-responsive td:nth-child(2):nth-child(1), .cart-container .table-responsive td:nth-child(1):nth-child(2), .cart-container .table-responsive td:nth-child(2):nth-child(2) {
          padding-left: 10px; } }
  .cart-container .table-responsive td:nth-child(1):hover, .cart-container .table-responsive td:nth-child(2):hover {
    text-decoration: none; }
  .cart-container .table-responsive td:nth-child(1) a, .cart-container .table-responsive td:nth-child(2) a {
    line-height: 24px;
    font-weight: 500;
    color: #347dbc; }
    .cart-container .table-responsive td:nth-child(1) a:hover, .cart-container .table-responsive td:nth-child(2) a:hover {
      text-decoration: underline; }
  .cart-container .table-responsive td:nth-child(1) img {
    max-width: 110px;
    padding: 10px;
    border: 1px solid #c4c4c4; }
  .cart-container .table-responsive td:nth-child(3) input {
    border: 1px solid #c4c4c4;
    border-radius: 0;
    box-shadow: none; }
  .cart-container .table-responsive td:nth-child(3) .btn {
    padding: 0 10px;
    font-size: 20px; }
  .cart-container .table-responsive td.basket-delete i {
    font-size: 21px; }
  .cart-container .table-responsive td .btn {
    background: none;
    color: #a8a8a8;
    box-shadow: none;
    text-shadow: none;
    border: 1px solid transparent; }
  .cart-container .table-responsive td .btn:hover {
    box-shadow: none !important;
    border: 1px solid #c4c4c4; }
  .cart-container .table-responsive thead {
    background: #1d1d1d; }
  .cart-container .table-responsive thead td {
    font-size: 14px;
    font-family: ;
    font-weight: 900;
    color: #fff; }

.checkout-cart .error-container h1 {
  display: none; }
  .checkout-cart .error-container p {
    margin: 20px 0;
    font-size: 30px;
    font-family: ;
    font-weight: 900;
    color: #d8d8d8;
    text-transform: uppercase;
    text-align: center; }
  .checkout-cart .error-container p span {
    display: block;
    color: #333;
    font-size: 14px;
    text-transform: none;
    margin-top: 20px; }
  .checkout-cart .error-container p i {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #d8d8d8;
    font-size: 20px;
    display: inline-block;
    padding: 4px;
    vertical-align: middle;
    margin-right: 10px; }

.cart-container {
  margin-bottom: 20px;
  padding: 40px 35px 45px;
  background: #fff;
  font-family: ; }
  .cart-container .cart-quick-button {
    margin: 20px 0; }
  .cart-container .cart-quick-button .form-group {
    max-width: 500px; }
  .cart-container a.btn-default.pull-right {
    height: 33px;
    display: flex;
    align-items: center;
    margin: 0 15px; }
  .cart-container .alert {
    margin-left: -35px;
    margin-right: -35px; }
  .cart-container h1 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 30px;
    font-family: ;
    font-weight: 900;
    color: #333;
    text-transform: uppercase;
    text-align: center; }
  .cart-container h2 {
    font-family: ;
    font-size: 24px; }
  .cart-container p {
    font-family: ; }
  .cart-container .panel-body {
    padding: 10px; }
  .cart-container .panel-group {
    width: 60%; }
  @media screen and (max-width: 767px) {
    .cart-container .panel-group {
      width: 100%; } }
  .cart-container .panel-group .panel {
    margin-bottom: 10px;
    border-radius: 0;
    box-shadow: none; }
  .cart-container .panel-title {
    padding: 10px; }
  .cart-container .panel-title a {
    display: flex;
    justify-content: space-between;
    padding-left: 10px;
    font-weight: 400; }
  .cart-container .panel-title a:hover, .cart-container .panel-title a:focus {
    text-decoration: none !important;
    color: #1d1d1d !important; }
  .cart-container .panel-title a:hover i, .cart-container .panel-title a:focus i {
    color: #1d1d1d; }
  .cart-container .price-total-row {
    display: flex;
    justify-content: space-between;
    padding: 10px 0; }
  .cart-container .price-total-row span {
    display: block;
    white-space: nowrap;
    font-weight: 400; }
  .cart-container .price-total-row span.basket-total-price {
    font-weight: 900; }
  .cart-container .price-total-row:last-child {
    border-top: 1px solid #e2e2e2; }
  .cart-container .price-total-row:last-child span {
    font-weight: 900; }
  .cart-container .buttons {
    margin-bottom: 0; }
  .cart-container .buttons .btn {
    padding: 10px;
    font-weight: 900;
    font-size: 14px; }
  .cart-container .buttons .btn-default {
    font-weight: 900;
    font-size: 14px;
    color: #2a77b9;
    text-decoration: underline;
    background: transparent; }
  .cart-container .buttons .btn-default i {
    display: inline-block;
    margin-right: 10px; }
  .cart-container .table-responsive {
    font-size: 14px;
    margin-left: -35px;
    margin-right: -35px;
    margin-bottom: 40px; }
  @media screen and (max-width: 767px) {
    .cart-container .table-responsive {
      margin: 0; } }
  .cart-container .table-responsive tr:nth-child(2n) {
    background: #f6f6f6;
    border-top: 1px solid #e2e2e2; }
  .cart-container .table-responsive td {
    text-align: center !important;
    vertical-align: middle;
    border: none;
    font-size: 14px;
    font-family: ;
    font-weight: 900;
    color: #333;
    text-align: center; }
  .cart-container .table-responsive td:nth-child(1), .cart-container .table-responsive td:nth-child(2) {
    padding-left: 30px;
    padding-right: 10px;
    text-align: left; }
  @media screen and (max-width: 767px) {
        .cart-container .table-responsive td:nth-child(1):nth-child(1), .cart-container .table-responsive td:nth-child(2):nth-child(1), .cart-container .table-responsive td:nth-child(1):nth-child(2), .cart-container .table-responsive td:nth-child(2):nth-child(2) {
          padding-left: 10px; } }
  .cart-container .table-responsive td:nth-child(1):hover, .cart-container .table-responsive td:nth-child(2):hover {
    text-decoration: none; }
  .cart-container .table-responsive td:nth-child(1) a, .cart-container .table-responsive td:nth-child(2) a {
    line-height: 24px;
    font-weight: 500;
    color: #347dbc; }
    .cart-container .table-responsive td:nth-child(1) a:hover, .cart-container .table-responsive td:nth-child(2) a:hover {
      text-decoration: underline; }
  .cart-container .table-responsive td:nth-child(1) img {
    padding: 10px;
    border: 1px solid #c4c4c4; }
  .cart-container .table-responsive td:nth-child(3) input {
    border: 1px solid #c4c4c4;
    border-radius: 0;
    box-shadow: none; }
  .cart-container .table-responsive td:nth-child(3) .btn {
    padding: 0 10px;
    font-size: 20px; }
  .cart-container .table-responsive td.basket-delete i {
    font-size: 21px; }
  .cart-container .table-responsive td .btn {
    background: none;
    color: #a8a8a8;
    box-shadow: none;
    text-shadow: none;
    border: 1px solid transparent; }
  .cart-container .table-responsive td .btn:hover {
    box-shadow: none !important;
    border: 1px solid #c4c4c4; }
  .cart-container .table-responsive thead {
    background: #1d1d1d; }
  .cart-container .table-responsive thead td {
    font-size: 14px;
    font-family: ;
    font-weight: 900;
    color: #fff; }

.category-container {
  margin-bottom: 20px;
  padding: 10px;
  border: 1px solid #fff;
  border-radius: 4px;
  background: #fff; }
  .category-container h1, .category-container h2, .category-container h3 {
    margin-top: 10px; }

.compare-container {
  margin: 0 5px 20px 0;
  padding: 10px;
  border: 1px solid #fff;
  border-radius: 4px;
  background: #fff; }
  .compare-container h1, .compare-container h2, .compare-container h3 {
    margin-top: 10px; }

.title-category-three {
  margin-top: 10px;
  font-size: 22px; }

.category-block {
  padding: 4px;
  margin-bottom: 10px !important; }
  .category-block .category-block-container {
    padding: 10px;
    border: 1px solid #fff;
    background: #fff;
    margin: 0 1px; }
  .category-block .category-block-container .list-box {
    margin-top: 10px;
    min-height: 205px; }
  .category-block .category-block-container .list-box &gt; a {
    text-decoration: underline;
    color: #1d1d1d; }
  .category-block .category-block-container .list-box &gt; ul &gt; li {
    display: flex;
    align-items: center; }
    .category-block .category-block-container .list-box &gt; ul &gt; li &gt; i {
      margin-right: 10px; }
  .category-block .category-block-container .list-box a {
    margin-left: 5px; }
  .category-block .category-block-container .list-box a img {
    max-width: 399px; }

@media (max-width: 767px) and (min-width: 481px) {
  .category-block .category-block-container {
    width: 99.6%;
    height: 100% !important;
    display: flex; } }

@media (min-width: 1200px) and (max-width: 1399px) {
  .category-block-container {
    height: 530px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .category-block-container {
    height: 500px; } }

.information-container {
  margin: 0;
  padding: 40px 30px;
  background: #fff;
  border: 1px solid #fff;
  margin-bottom: 20px; }
  .information-container .panel {
    background: transparent; }
  .information-container a:hover {
    text-decoration: underline; }
  .information-container .address h3 {
    display: flex;
    justify-content: space-between;
    padding: 20px 25px;
    margin-bottom: 0;
    background: #1d1d1d;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    font-family: ;
    text-align: left;
    text-transform: uppercase;
    border: 1px solid #1d1d1d; }
  .information-container .address h3.collapsed, .information-container .address h3.head {
    background: transparent;
    border: 1px solid #cfcfcf;
    color: #333; }
  .information-container .address-block {
    margin-bottom: 20px; }
  .information-container .description {
    font-family: ;
    font-size: 12px;
    font-weight: 300;
    padding-top: 12px; }
  .information-container .description strong {
    font-weight: 900; }
  .information-container .description .contact-block {
    position: relative;
    padding: 15px 0; }
  .information-container .description .contact-block:not(:last-child):after {
    position: absolute;
    display: block;
    content: "";
    width: 50%;
    height: 1px;
    left: 0;
    bottom: 0;
    background: #dadada; }
  .information-container .description .contact-block.mail a {
    color: #1d1d1d;
    text-decoration: underline; }
    .information-container .description .contact-block.mail a:hover {
      text-decoration: none; }
  .information-container .description .contact-block.time span {
    display: inline-block;
    padding-right: 15px; }
  .information-container .description .contact-block.skype a {
    color: #2a77b9;
    text-decoration: underline; }
    .information-container .description .contact-block.skype a:hover {
      text-decoration: none; }
  .information-container .description .contact-block.phones a {
    color: #333; }
    .information-container .description .contact-block.phones a:hover {
      color: #1d1d1d; }
  .information-container h1 {
    text-align: center; }
  @media (max-width: 767px) {
    .information-container h1 {
      font-size: 27px; } }

.form-container {
  margin: 0;
  padding: 40px 30px;
  background: #fff;
  border: 1px solid #fff; }

.side-module {
  margin-bottom: 20px;
  background: #fff; }
  .side-module h1, .side-module h2, .side-module h3 {
    margin-top: 10px; }

.common-home #actions {
  margin: 20px 0 40px; }

.module {
  margin: 10px 10px 60px !important; }
  .module.bundle {
    margin: 25px 0; }
  .module &gt; h1, .module h2, .module h3 {
    text-align: center;
    color: #7d3cb2;
    margin: 10px 0 30px;
    text-transform: uppercase; }
  .module .carousel-title {
    text-transform: uppercase;
    font-weight: bold;
    margin: 10px 0 20px;
    text-align: left; }
  .module &gt; h3 {
    font-size: 23px; }
  .module .edit &gt; a {
    color: #36f; }
  .module div &gt; h1, .module div h2, .module div h3 {
    color: #1d1d1d; }
  .module .carousel-title {
    margin-left: -15px; }
  .module .show_more {
    position: relative;
    right: -30px; }

.module-carousel {
  margin: 10px 10px 60px !important; }
  .module-carousel &gt; h1, .module-carousel h2, .module-carousel h3 {
    text-align: center;
    color: #7d3cb2;
    margin: 10px 0 20px;
    text-transform: uppercase; }
  @media (max-width: 380px) {
    .module-carousel &gt; h1, .module-carousel h2, .module-carousel h3 {
      width: 190px; } }
  .module-carousel .owl-carousel {
    background: none;
    padding: 0;
    margin: 0; }
  .module-carousel .owl-nav {
    display: none; }
  .module-carousel .carousel-title {
    text-transform: uppercase;
    font-weight: bold;
    margin: 10px 0 20px;
    text-align: left; }
  .module-carousel &gt; h3 {
    font-size: 23px; }
  .module-carousel .edit &gt; a {
    color: #36f; }
  .module-carousel div &gt; h1, .module-carousel div h2, .module-carousel div h3 {
    color: #1d1d1d; }
  .module-carousel .carousel-title {
    margin-left: -15px; }
  .module-carousel .show_more {
    position: relative;
    right: -30px; }

@media (max-width: 480px) {
  .module-carousel &gt; h1, .module-carousel h2, .module-carousel h3 {
    text-align: left;
    margin-left: 10px; } }

.manufacturer-container {
  margin-right: 5px;
  padding: 10px 10px 40px 10px;
  border: 1px solid #fff;
  border-radius: 4px;
  background: #fff; }
  .manufacturer-container h1 {
    margin-top: 10px; }

.search-box, .brands-box {
  padding: 10px;
  border: 1px solid #fff;
  background: #fff; }

.brands-box h2 {
  margin: 10px 0; }

@media (max-width: 991px) {
      .search-panel.box-shadow {
        box-shadow: none; } }

.search-box {
  margin-bottom: 20px; }

.empty-box {
  padding: 0 10px;
  border: 1px solid #fff;
  background: #fff; }

.about_us_main {
  margin: 0 -10px;
  padding: 10px;
  border: 1px solid #fff;
  background: #fff; }

@media (max-width: 1199px) and (min-width: 713px) {
  /* carousel */
    .about_us_main .readmore-js-section {
      height: 290px !important; } }

.carousel-caption {
  color: #fff;
  text-shadow: 0 1px 0 #000; }

.carousel-control .icon-prev:before {
  content: '\f053';
  font-family: FontAwesome, serif; }
  .carousel-control .icon-next:before {
    content: '\f054';
    font-family: FontAwesome, serif; }

.carousel .owl-controls .owl-buttons a.btn:hover {
  color: #fff; }

.row-filters .control-label {
  position: relative;
  top: 8px; }

@media (max-width: 991px) {
  .row-filters .control-label {
    top: 4px; } }

.thumbnails {
  overflow: auto;
  clear: both;
  list-style: none;
  padding: 0;
  margin: 0 0 0 -20px; }
  .thumbnails &gt; li {
    margin-left: 20px; }
  .thumbnails &gt; img {
    width: 100%; }
  .thumbnails .image-additional {
    float: left;
    cursor: pointer;
    margin-left: 10px; }

.image-additional {
  max-width: 78px; }
  .image-additional a {
    margin-bottom: 20px;
    padding: 5px;
    display: block;
    border: 1px solid #ddd; }

@media (min-width: 1400px) {
  .container {
    width: 1358px; } }

@media (min-width: 1200px) {
  #content .col-lg-2:nth-child(6n+1), #content .col-lg-2:nth-child(6n+1), #content .col-lg-3:nth-child(4n+1), #content .col-lg-4:nth-child(3n+1), #content .col-lg-6:nth-child(2n+1) {
    clear: left; }

  ul.phones a {
    color: #6f6f6f;
    font-size: 18px;
    line-height: 16px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  #content .col-md-2:nth-child(6n+1), #content .col-md-2:nth-child(6n+1), #content .col-md-3:nth-child(4n+1), #content .col-md-4:nth-child(3n+1), #content .col-md-6:nth-child(2n+1) {
    clear: left; } }

@media (min-width: 768px) and (max-width: 991px) {
  /* Paginator */
    #content .col-sm-2:nth-child(6n+1), #content .col-sm-2:nth-child(6n+1), #content .col-sm-3:nth-child(4n+1), #content .col-sm-4:nth-child(3n+1), #content .col-sm-6:nth-child(2n+1) {
      clear: left; }
    .container {
      width: 95%; } }

.paginator {
  color: #7d3cb2;
  margin-top: 10px;
  margin-bottom: 10px; }
  .paginator .text-left {
    position: relative;
    top: -5px; }
  .paginator li {
    color: #595959; }
  .paginator li &gt; a {
    color: #595959; }
  .paginator li &gt; span {
    color: #595959; }

@media (max-width: 991px) {
  /* Filter Buttons */
    .paginator &gt; div {
      float: none;
      width: 100%;
      text-align: left; }
    .paginator .text-left {
      position: relative;
      top: -6px; } }

#list-view .fa, #grid-view .fa, #table-view .fa {
  font-size: 16px;
  margin-top: 3px;
  background: transparent; }

#list-view, #grid-view, #table-view {
  background: #e2e2e2;
  color: #9b9b9b;
  border: none;
  border-radius: 0;
  height: 33px;
  z-index: 1;
  /* fixed colum left + content + right*/ }
  #list-view.active, #grid-view.active, #table-view.active {
    background: none;
    border: 1px solid #1d1d1d;
    box-shadow: none;
    color: #1d1d1d;
    height: 33px;
    z-index: 2; }
  #list-view.active:hover, #grid-view.active:hover, #table-view.active:hover {
    z-index: 2; }
  #list-view:hover, #grid-view:hover, #table-view:hover {
    box-shadow: none;
    z-index: 1; }

@media (max-width: 991px) {
  #column-left {
    width: 100%; } }

@media (min-width: 768px) {
  /* fixed product layouts used in left and right columns */
    #column-left .product-layout .col-md-3 {
      width: 100%; }
    #column-left + #content .product-layout .col-md-3 {
      width: 50%; }
    #column-left + #content + #column-right .product-layout .col-md-3 {
      width: 100%; }
    #content + #column-right .product-layout .col-md-3 {
      width: 100%; } }

#column-left .product-layout, #column-right .product-layout {
  width: 100%;
  /* fixed mobile cart quantity input */ }

.input-group .form-control[name^=quantity] {
  min-width: 50px;
  /* Missing focus and border color to overwrite bootstrap */ }

.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
  background-color: #df5c39; }

* {
  outline: none; }

.form-control {
  display: block;
  width: 100%;
  height: 33px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555;
  background-color: #fff;
  border: 1px solid #d2dae1;
  border-radius: 0;
  box-shadow: none;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #c6c8cc;
    box-shadow: inset 1px 1px 2px rgba(79, 98, 116, 0.18); }

header .btn-default {
  color: #777;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #f9f9f9;
  border: 1px solid #ccc;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  border-radius: 0; }
  header .btn-default:hover {
    color: #fff; }

.form-control:focus {
  outline: 0; }

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0); }

.modal {
  text-align: center;
  padding: 0 !important; }
  .modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    /* Adjusts for spacing */
    margin-right: -4px; }

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle; }

.modal {
  font-family: ; }
  .modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 20px 35px;
    background: #1d1d1d; }
  .modal-header .close {
    order: 2;
    opacity: 1;
    right: 35px;
    left: auto;
    width: 24px;
    height: 24px; }
  .modal-header .close i {
    color: #fff; }
  .modal-title {
    order: 1;
    color: #fff;
    font-family: ;
    font-size: 16px;
    line-height: 40px;
    font-weight: 900;
    text-transform: uppercase; }
  .modal-title i {
    display: inline-block;
    padding: 10px;
    margin-right: 10px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background: rgba(0, 0, 0, .1);
    color: #fff;
    vertical-align: middle;
    font-size: 20px; }
  .modal-body {
    padding: 30px 35px; }
  .modal-body h4 {
    font-family: ;
    margin-bottom: 10px;
    margin-top: 36px; }
  .modal-body .price {
    font-weight: 600;
    color: #444; }
  .modal-body .price-old {
    color: #999;
    font-size: 14px;
    font-weight: 400;
    display: block;
    text-decoration: line-through;
    margin-left: 0; }
  .modal-body .row {
    display: flex; }
  @media screen and (max-width: 767px) {
      .modal-body .row {
        display: block; } }
  @media screen and (max-width: 767px) {
        .modal-body .row &gt; div:not(:first-child) {
          display: block; } }
  .modal-footer {
    display: flex;
    justify-content: space-between;
    padding: 30px 35px;
    font-family: ; }
  .modal-footer:before, .modal-footer:after {
    display: none; }
  .modal-footer .btn-primary {
    padding: 10px;
    font-weight: 900;
    font-size: 14px; }
  .modal-footer .btn-default {
    font-weight: 900;
    font-size: 14px;
    color: #2a77b9;
    text-decoration: underline;
    background: transparent; }
  .modal-footer .btn-default:hover {
    text-shadow: none;
    box-shadow: none;
    text-decoration: none; }
  .modal-footer .btn-default i {
    display: inline-block;
    margin-right: 10px; }

@media (max-width: 480px) {
  .modal::before {
    height: auto; }

  .modal-dialog {
    margin: 5px;
    width: 95%; }

  .modal-footer {
    flex-wrap: wrap; } }

@media (max-width: 576px) {
  /*ÐºÐ½Ð¾Ð¿ÐºÐ¸*/
    #popup-cart .modal-footer {
      flex-direction: column; } }

.btn-default {
  color: #737373;
  background-color: #e4e4e4;
  text-shadow: 0 1px 0 #e8e8e8;
  box-shadow: none;
  border: none;
  font-size: 13px; }
  .btn-default:hover {
    color: #737373;
    background-color: #d0d0d0; }

.btn-primary {
  color: #fff;
  border: none;
  font-size: 13px; }
  .btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled], .btn-primary.focus, .btn-primary:focus {
    color: #fff; }

.btn-warning {
  color: #fff;
  border: none;
  font-size: 13px; }
  .btn-warning:hover, .btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover {
    color: #fff; }

.open &gt; .dropdown-toggle.btn-primary.focus, .open &gt; .dropdown-toggle.btn-primary:focus, .open &gt; .dropdown-toggle.btn-primary:hover {
  color: #fff; }

.btn-danger {
  color: #fff;
  background-color: rgba(245, 24, 24, 0.75);
  text-shadow: 0 1px 0 #c30505;
  box-shadow: 0 2px 0 #d20202;
  border: none;
  font-size: 13px; }
  .btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
    color: #fff;
    background-color: #ca4b48;
    border-color: #d51212;
    box-shadow: 0 2px 0 #bb0401 !important; }

.btn-success {
  color: #fff;
  border: none;
  background: #c46662; }
  .btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
    color: #fff;
    border: none; }

.btn-info {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #df5c39;
  background: -moz-linear-gradient(top, #e06342 0%, #dc512c 100%);
  background-image: -ms-linear-gradient(top, #e06342, #dc512c);
  background: -webkit-linear-gradient(top, #e06342, #dc512c);
  background: linear-gradient(to bottom, #e06342, #dc512c);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e06342', endColorstr='#dc512c');
  border-color: #dc512c #dc512c #a2371a; }
  .btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-color: #df5c39; }

.btn-link {
  color: #23a1d1;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  background: rgba(0, 0, 0, 0);
  box-shadow: none;
  cursor: pointer; }
  .btn-link:active, .btn-link[disabled] {
    background: transparent; }

.btn-inverse {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background: -moz-linear-gradient(top, #444 0%, #222 100%);
  background-image: -ms-linear-gradient(top, #444, #222);
  background: -webkit-linear-gradient(top, #444, #222);
  background: linear-gradient(to bottom, #444, #222);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444', endColorstr='#222');
  border-color: #222 #222 #000; }
  .btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
    background: -moz-linear-gradient(top, #333 0%, #111 100%);
    background-image: -ms-linear-gradient(top, #333, #111);
    background: -webkit-linear-gradient(top, #333, #111);
    background: linear-gradient(to bottom, #333, #111);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333', endColorstr='#111'); }

@media (min-width: 1200px) {
  .account-wishlist #content table thead tr td:last-child {
    min-width: 92px; } }

@media (max-width: 1199px) {
  .account-wishlist #content .btn-primary {
    margin-bottom: 6px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .account-wishlist #content table td {
    font-size: 13px; } }

@media (max-width: 639px) {
  .account-wishlist #content table td {
    font-size: 13px; } }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857;
  background-color: #fff;
  border: none;
  border-radius: 0; }

.title {
  text-align: center;
  position: relative;
  margin-bottom: 10px;
  /* Carousel Owl */ }
  .title .title-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    position: relative;
    margin-bottom: 15px;
    z-index: 9; }
  .title .title-inner &gt; i {
    font-size: 30px;
    margin-right: 56px;
    padding-right: 10px;
    color: #d0d5d8;
    padding-left: 2px; }
  .title .title-inner &gt; span {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 22px;
    align-self: center;
    text-align: center;
    padding: 0 20px; }

.carousel .owl-controls .owl-buttons a.btn {
  color: #fff;
  background: #ccc;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 0 #a6a6a6;
  border: none; }
  .carousel .owl-controls .owl-buttons a.btn:hover {
    color: #fff;
    border: none; }
  .carousel .owl-controls .owl-buttons a.btn i {
    font-size: 14px; }
  .carousel .owl-controls .owl-buttons .owl-next {
    right: 0;
    top: -33px;
    left: auto; }
  .carousel .owl-controls .owl-buttons .owl-prev {
    top: -58px;
    right: 40px;
    left: auto; }
  .carousel.owl-carousel {
    z-index: 10; }
  .carousel.owl-carousel .owl-buttons div {
    opacity: 1; }
  .carousel.owl-carousel:hover .owl-buttons div {
    opacity: 1; }

#carousel-tt .owl-wrapper-outer {
  border: none; }
  #carousel-tt .text-center {
    background: #f7f7f9;
    padding: 30px 20px; }
  #carousel-tt .text-center .name {
    font-size: 16px;
    color: #e0928d; }
  #carousel-tt .text-center .rating {
    text-align: center;
    padding: 8px 2px; }

.product-layout .news .image {
  position: relative;
  text-align: center; }
  .product-layout .news .image img {
    display: inline-block; }

h1.product-titl {
  margin: 0 -15px;
  border-bottom: solid 1px #eceeef;
  padding: 15px 15px 15px 27px; }

@media (max-width: 991px) {
  h1.product-titl {
    font-size: 24px; } }

@media (max-width: 767px) {
  h1.product-titl {
    font-size: 26px;
    padding-left: 15px; }

  #popup-callback .modal-body img {
    display: none; } }

@media (max-width: 480px) {
  .alert .close {
    position: relative;
    top: -2px !important;
    left: 8px !important; } }

@media (max-width: 336px) {
  .alert .close {
    top: -18px !important; } }

.bord-pr {
  /*- 19.02.18 -*/ }
  .bord-pr .product-pic {
    padding-top: 20px; }

.prewnext {
  display: flex;
  margin: 0 1px 10px;
  justify-content: space-between;
  transform: translateX(10px); }
  .prewnext a {
    padding: 8px 14px;
    float: left;
    text-align: right;
    width: 49%;
    display: block;
    font-size: 15px;
    text-decoration: none;
    background: #ebebeb;
    line-height: 28px;
    border-radius: 6px;
    color: #333; }
  .prewnext a:hover {
    background: #1d1d1d;
    color: #fff; }
  @media (max-width: 1200px) and (min-width: 992px) {
    .prewnext a {
      font-size: 10px; } }
  .prewnext a:before {
    content: "\f104";
    font-family: FontAwesome, serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    float: left;
    font-size: 22px;
    margin-right: 5px; }
  .prewnext a + a {
    float: right;
    text-align: left; }
  .prewnext a + a:before {
    content: "\f105";
    font-family: FontAwesome, serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    float: right;
    font-size: 22px;
    margin-left: 5px; }

@media (min-width: 1200px) and (max-width: 1399px) {
  .prewnext a {
    font-size: 13px; }
    .prewnext a:before, .prewnext a + a:before {
      font-size: 18px; } }

.panel-body {
  /* Flixer */ }
  .panel-body .trackbar .trackbar-handler {
    border: 4px solid #57d6e9;
    background-color: #e0928d;
    box-shadow: none; }

.flixer {
  border-left: 1px solid #eceeef; }
  .flixer .panel-body {
    border: 1px solid #eceeef; }

@media (max-width: 767px) {
  .border-right &gt; .col-sm-12 {
    padding-left: 0;
    padding-right: 0; } }

.fules button {
  width: 100%; }

.pluso-more {
  display: none !important; }

.bot-prod {
  border-top: 1px solid #d3d3d3;
  padding: 0 15px;
  margin: 0 -15px 0 -15px;
  clear: both; }

a.more {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  font-size: 12px;
  text-decoration: none; }
  a.more i {
    padding-left: 5px; }

a.wis-com-post {
  margin: 10px 0;
  padding: 0 25px;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #616161;
  transition: 0.1s ease-in-out;
  flex-grow: 1;
  cursor: pointer;
  font-size: 13px;
  border-right: 1px solid #d3d3d3;
  justify-content: center;
  text-align: center; }
  @media (max-width: 535px) {
  a.wis-com-post {
    width: 100%;
    font-size: 15px; } }
  a.wis-com-post:last-child {
    border: none; }
  a.wis-com-post i {
    display: inline-block;
    font-size: 20px;
    margin-right: 10px;
    float: left; }
  a.wis-com-post:hover {
    text-decoration: none;
    color: #1d1d1d; }

.input-group-btn .btn {
  box-shadow: none !important; }

.nav-tabs &gt; li {
  margin-bottom: 0; }
  .nav-tabs &gt; li &gt; a {
    font-weight: 600;
    border-radius: 2px 2px 0 0;
    font-size: 14px; }
  .nav-tabs &gt; li.active &gt; a, .nav-tabs &gt; li.active &gt; a:focus, .nav-tabs &gt; li.active &gt; a:hover {
    cursor: default;
    border-bottom-color: transparent; }

.tab-content {
  margin-bottom: 25px; }

@media (max-width: 991px) {
  .tab-content {
    margin-left: 15px;
    margin-right: 15px; } }

@media (max-width: 480px) {
  .tab-content {
    margin-left: 0;
    margin-right: 0; } }

.checkout-bl {
  padding: 0 15px; }

.wrapps {
  padding: 15px;
  border: 1px solid #eceeef; }

.wrapps15 {
  padding: 15px;
  border: 1px solid #eceeef; }

.pagination &gt; .active span {
  border: none;
  background: #57d6e9;
  color: #1d1d1d; }
  .pagination &gt; .active span:hover {
    background: #57d6e9; }
  .pagination &gt; li &gt; a, .pagination &gt; li &gt; span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857;
    text-decoration: none;
    background-color: #fff;
    color: #1d1d1d;
    border: none;
    border-radius: 0 !important; }
  .pagination &gt; li &gt; a:focus, .pagination &gt; li &gt; a:hover, .pagination &gt; li &gt; span:focus, .pagination &gt; li &gt; span:hover {
    z-index: 1;
    background-color: #1d1d1d;
    color: #fff;
    border: none; }

.top0 {
  margin-top: 0; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  border: 1px solid #fff;
  background: #fff; }

.forgot-container {
  margin: 0 5px 20px 5px;
  min-height: 20px;
  padding: 19px;
  border: 1px solid #fff;
  border-radius: 4px;
  background: #fff; }

.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: none;
  border-radius: 0;
  transition: all 0.2s ease-in-out; }

@media (max-width: 480px) {
  .title .title-inner &gt; i {
    font-size: 22px;
    margin-right: 22px;
    padding-right: 10px;
    color: #d0d5d8;
    padding-left: 2px; }
    .title .title-inner &gt; span {
      text-transform: uppercase;
      font-size: 16px;
      line-height: 22px;
      align-self: center;
      text-align: center;
      padding: 0 9px; }

  .customNavigation {
    width: 50px !important;
    height: 25px;
    background: none; }

  .subscribe {
    flex-direction: column;
    text-align: center;
    padding: 5px; }
    .subscribe &gt; div {
      margin-bottom: 10px; }
    .subscribe .subscribe-title {
      text-transform: uppercase;
      font-size: 16px;
      line-height: 19px;
      vertical-align: bottom; }

  .tab-content &gt; .tab-pane {
    padding: 0 15px; }

  header .row .col-sm-3:first-child {
    padding-right: 0;
    padding-left: 0; }

  ul.phones.list-inline &gt; li {
    padding-bottom: 3px; } }

@media (max-width: 991px) {
  .subscribe {
    padding: 10px;
    text-align: center; }
    .subscribe &gt; div {
      margin-bottom: 10px; } }

.phone-life, .phone-vodafone, .phone-kyivstar {
  display: inline-block;
  height: 19px;
  width: 19px;
  float: left; }

.phone-life {
  height: 18px;
  width: 18px;
  margin-right: -4px; }

.phone-vodafone {
  margin-top: -2px; }

.phone-kyivstar {
  margin-top: -2px;
  margin-right: 3px; }

.table-striped &gt; tbody &gt; tr:nth-of-type(odd) {
  background-color: rgba(249, 249, 249, 0.3); }

.actik img {
  float: left;
  padding-right: 10px;
  max-width: 50%;
  padding-bottom: 12px; }

a.moreLink {
  display: block;
  padding: 40px 0 0 0;
  z-index: 2;
  margin-top: -38px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  color: #1d1d1d;
  font-size: 15px;
  text-align: center;
  background: linear-gradient(to top, #fff 46%, rgba(255, 255, 255, 0) 100%);
  width: 100%; }
  @media (max-width: 660px) {
  a.moreLink {
    margin-bottom: 50px; } }

.moreLink span {
  position: relative;
  border-bottom: 1px dashed; }

.article-description {
  font-size: 14px !important; }

body iframe[name="google_conversion_frame"] {
  display: none; }

a.nonvisib {
  visibility: hidden; }

.item img.img-responsive {
  width: 100%; }

@media (min-width: 1300px) {
  .owl-wrapper-outer.respons-banner {
    height: 137px; } }

@media (min-width: 1200px) {
  .respons-banner {
    height: auto; } }

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
  outline: none !important;
  outline-offset: inherit !important; }

header #search_main #search_close {
  top: 2px; }
  header #search_main .search-item .image {
    margin-right: 16px; }

.flixer p[itemprop='model'] {
  text-align: left; }

.flixer #product .radio, .flixer #product .checkbox {
  margin-top: 2px;
  margin-bottom: 3px; }

.flixer .panel-default ul {
  padding-left: 20px; }

.flixer .panel-default ol {
  padding-left: 17px;
  /* StyleMine END  */
  /* Gallery */ }

.popup-gallery .img-thumbnail {
  margin: 0 12px 15px 0;
  /* CustScroll */ }

.ocfilter-option .option-values.scrolled {
  height: 160px; }

.ocfilter-option .container {
  padding-right: 0; }

body .option-values.scrolled {
  position: relative;
  overflow: hidden; }

.ocfilter .ocfilter-option .option-values {
  padding-left: 0;
  padding-right: 0; }

.option-values.scrolled .customScrollBox {
  position: relative;
  height: 100%;
  overflow: hidden; }

.option-values.scrolled .customScrollBox .container {
  position: relative;
  width: 100%;
  top: 0;
  float: left; }

.option-values.scrolled .customScrollBox .content {
  clear: both; }

.ocfilter-option .option-values.scrolled, .ocfilter-option .option-name {
  opacity: 0.25;
  transition: opacity ease 0.2s; }

.option-values.scrolled .dragger_container {
  display: none;
  -moz-transition: all ease 0.2s;
  transition: all ease 0.2s;
  position: absolute;
  top: 0;
  right: 0;
  width: 10px;
  height: 99%;
  margin: 0;
  padding: 1px 0 0;
  background: #ddd;
  border-radius: 6px;
  cursor: default;
  opacity: 0.75;
  filter: alpha(opacity=75);
  border: 1px solid #d4d4d4;
  border-right-color: #dadada;
  border-bottom-color: #dadada;
  border-top-width: 2px; }

.option-values.scrolled:hover .dragger_container {
  opacity: 1;
  filter: alpha(opacity=100);
  right: 0; }

.option-values.scrolled .dragger {
  opacity: 0.75;
  filter: alpha(opacity=80);
  position: absolute;
  left: 1px;
  width: 6px;
  height: 10px;
  background: #999;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
  border-radius: 4px; }

.option-values.scrolled .dragger:hover {
  opacity: 1;
  filter: alpha(opacity=100); }

.option-values.scrolled .dragger_pressed {
  background: #888;
  overflow: hidden; }

.scrolled .scrollUpBtn, .scrolled .scrollDownBtn {
  position: absolute;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 0;
  text-decoration: none;
  right: -12px;
  filter: alpha(opacity=0);
  opacity: 0; }

.option-values.scrolled .scrollUpBtn {
  top: 0; }

.option-values.scrolled .scrollDownBtn {
  bottom: 0; }

.scrolled .scrollUpBtn:hover, .scrolled .scrollDownBtn:hover {
  filter: alpha(opacity=0);
  opacity: 0; }

@media (max-width: 991px) {
  .ocfilter-option .option-name b {
    display: none !important; } }

@media (max-width: 767px) {
  /* CustomScrol End */
  /*Navigation Tab*/
    .ocfilter-option .option-values.scrolled {
      height: 140px; }
    body .panel-body .ocfilter-option label a {
      font-size: 14px; }
    #ocfilter div.checkbox, #ocfilter div.radio {
      margin: 8px 0; }
    .option-values.scrolled .dragger_container, .option-values.scrolled:hover .dragger_container {
      right: 6px;
      width: 4px;
      border-top-width: 0;
      border-bottom-width: 0;
      padding-top: 0;
      height: 100%; }
    .option-values.scrolled .dragger {
      width: 14px;
      border-radius: 8px;
      opacity: 1;
      filter: alpha(opacity=100);
      left: -6px;
      background: #999 url(/catalog/view/theme/neoseo_unistor/image/drag-bgd.png) center center no-repeat; }
    .option-values.scrolled .dragger:active, .option-values.scrolled .dragger:visited {
      background-color: #888; }
    .trackbar-scale {
      height: 21px !important; }
    .trackbar-scale a span, .trackbar-scale div span {
      font-size: 12px; }
    body .panel-body .ocfilter-option .option-name {
      font-size: 16px; } }

.navigation {
  text-align: center;
  margin: -10px 0 20px; }

.navigation ul {
  list-style: none;
  padding-left: 20px; }

.navigation li {
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  padding: 8px 10px;
  margin: 0 15px;
  text-transform: lowercase;
  font-weight: bolder;
  border-bottom: #fff;
  cursor: pointer;
  font-size: 18px; }

.navigation li:hover {
  background-color: #1d1d1d;
  color: #fff;
  border-bottom: 2px solid #1d1d1d; }

.navigation li.active, .navigation li.active:hover {
  cursor: default;
  color: #fff;
  background-color: #57d6e9;
  border: none; }

.ft-rows-wrap .row {
  display: none;
  /* Error  -  404 Site */ }

.not-found .buttons {
  display: none; }

.error-not_found ul.breadcrumb {
  display: none; }

.error-container img {
  display: none; }

.error-not_found .error-container {
  padding-top: 30px;
  text-align: center; }
  .error-not_found .error-container h1, .error-not_found .error-container p {
    display: none; }
  .error-not_found .error-container img {
    display: inline-block;
    max-width: 100%; }

#error-wrap .text {
  color: #414448; }

#error-wrap .text p.text-error {
  max-width: 220px;
  font-size: 13px !important;
  color: #666769;
  margin-top: 20px; }

#error-wrap .p-404 {
  font-size: 115px !important;
  font-weight: bold;
  color: #cacbcc;
  height: 100px;
  padding-top: 45px;
  letter-spacing: 6px; }

#error-wrap .titele {
  font-size: 18px !important;
  font-weight: bolder;
  padding-top: 4px; }

#error-wrap .gifer {
  min-height: 465px; }

.error-not_found #content {
  min-height: 460px; }

@media (max-width: 991px) {
  #error-wrap .gifer {
    background-position: 50px bottom; }

  #error-wrap .text p.text-error, #error-wrap .text p {
    max-width: 220px;
    width: 205px; }

  #error-wrap .p-404 {
    font-size: 100px !important; }

  #error-wrap .titele {
    font-size: 15px !important; } }

@media (max-width: 900px) {
  #error-wrap .gifer {
    background-position: 0 bottom; } }

@media (max-width: 767px) {
  #error-wrap .gifer {
    background-position: 150px bottom;
    margin-top: -200px; }

  #error-wrap .p-404 {
    font-size: 115px !important; }

  #error-wrap .titele {
    font-size: 17px !important; } }

@media (max-width: 700px) {
  #error-wrap .gifer {
    background-position: 50px bottom; } }

@media (max-width: 600px) {
  #error-wrap .gifer {
    background-position: 0 bottom;
    margin-top: 0; } }

@media (max-width: 500px) {
  /* Stars */
    #error-wrap .gifer {
      background-position: -50px bottom; } }

label.zrate-label {
  display: none; }

.z_stars {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 240px;
  height: 45px;
  margin-left: 1px;
  margin-top: -3px; }

.z_stars span {
  width: 20px;
  height: 32px;
  display: inline-block;
  margin-right: 0;
  margin-left: 0;
  color: grey;
  font-size: 30px;
  opacity: 0.3;
  transition: all ease 0.15s;
  -moz-transition: all ease 0.1s;
  font-family: icomoon, serif;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1; }

.z_stars span:hover {
  cursor: pointer;
  color: orange;
  opacity: 0.85; }

.z_stars span.active, .z_stars span.active:hover {
  color: #4484f4;
  opacity: 1; }

#form-review #button-review {
  min-width: 164px; }

.search .form-control:focus, #input-phone:focus, #input-quantity:focus {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, .2); }

#input-quantity {
  transition: 0.1s; }

#input-quantity.invalid {
  background-color: rgba(220, 0, 0, 0.25); }

.product-search .row .checkbox, .product-search .row .radio {
  top: 9px; }

.go-top {
  transition: opacity 0.2s; }
  @media (max-width: 767px) {
  .go-top {
    bottom: 8em !important; } }

#product #button-cart {
  font-size: 14px;
  text-transform: uppercase; }

#product #button-cart .fa {
  font-size: 17px;
  position: relative;
  left: -2px; }

@media (min-width: 1200px) and (max-width: 1399px) {
  #product #button-cart {
    font-size: 12px; } }

.checkout-cart .table .input-group-btn .btn {
  height: 33px; }

.checkout-cart .table .img-thumbnail {
  padding: 0; }

.alert button.close {
  position: relative;
  top: -2px;
  left: 3px; }

.account-register .login-register .button-holder {
  margin: 20px 0; }

.information-information #content ul {
  padding-left: 20px; }

.information-information #content ol {
  padding-left: 17px; }

.category-share {
  margin: 20px 0 15px; }

.account-order-info #content {
  line-height: 1.4; }

.row-filters .btn-group &gt; button:hover {
  color: #222; }
  .row-filters .btn-group &gt; button.active {
    color: #57d6e9; }
  .row-filters .btn-group &gt; button.active:hover {
    cursor: default; }

.stock-status-block-0, .stock-status-block-7 {
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
  text-transform: lowercase;
  margin-bottom: 10px; }

.stock-status-text-0, .stock-status-text-7 {
  text-transform: lowercase;
  margin-bottom: 10px;
  height: 13px;
  color: #a94442; }

.stock-status-block-5 {
  background-color: #f2dede;
  border: 1px solid #ebccd1;
  text-transform: lowercase;
  margin-bottom: 10px; }

.stock-status-text-5 {
  height: 14px;
  color: #a94442;
  text-transform: lowercase;
  margin-bottom: 10px; }

.stock-status-block-6, .stock-status-block-8 {
  background-color: #fcf8e3;
  border: 1px solid #faebcc;
  text-transform: lowercase;
  margin-bottom: 10px; }

.stock-status-text-6, .stock-status-text-8 {
  color: #8a6d3b;
  text-transform: lowercase;
  margin-bottom: 10px; }

.stock-status-block-9 {
  background-color: #f7f7f7;
  border: 1px solid #eceeef;
  text-transform: lowercase;
  margin-bottom: 10px; }

.stock-status-text-9 {
  color: #777;
  text-transform: lowercase;
  margin-bottom: 10px; }

.popup-menu {
  border: 1px solid #57d6e9; }

.row-filters .btn-group &gt; button.active {
  box-shadow: 0 2px 0 #d6d6d6, inset 0 2px 5px rgba(0, 0, 0, .12); }

.btn-primary, .btn-warning, .btn-warning:hover, .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open &gt; .dropdown-toggle.btn-primary.focus, .open &gt; .dropdown-toggle.btn-primary:focus, .open &gt; .dropdown-toggle.btn-primary:hover, .btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled], .btn-primary.focus, .btn-primary:focus {
  text-shadow: none;
  background: #1d1d1d;
  color: #fff; }

.product-thumb:hover .button-group button:hover {
  background-color: #57d6e9; }

.btn-warning:hover, .btn-primary:hover {
  background-color: #57d6e9;
  color: #1d1d1d;
  text-shadow: none;
  box-shadow: rgba(0, 0, 0, 0.29) 0 2px 1px; }

.btn-success {
  box-shadow: rgba(0, 0, 0, 0.29) 0 2px 1px;
  text-shadow: none;
  border: none; }

.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
  background: #57d6e9;
  text-shadow: none;
  box-shadow: rgba(0, 0, 0, 0.29) 0 2px 1px; }

.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open &gt; .dropdown-toggle.btn-success.focus, .open &gt; .dropdown-toggle.btn-success:focus, .open &gt; .dropdown-toggle.btn-success:hover {
  background: #57d6e9; }

.btn-success.focus, .btn-success:focus {
  background: #1d1d1d;
  border-color: #fff;
  color: #fff; }

.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open &gt; .dropdown-toggle.btn-success.focus, .open &gt; .dropdown-toggle.btn-success:focus, .open &gt; .dropdown-toggle.btn-success:hover, .btn-success:active {
  background: #57d6e9; }

.btn-success.focus, .btn-success:focus {
  background: #57d6e9; }

.carousel .owl-controls .owl-buttons a.btn:hover {
  background: #1d1d1d;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
  box-shadow: rgba(0, 0, 0, 0.29) 0 2px 1px;
  border: none; }

.carousel .owl-controls .owl-buttons a.btn {
  color: #fff;
  background: #ccc;
  text-shadow: none;
  box-shadow: none; }
  .carousel .owl-controls .owl-buttons a.btn:hover {
    background: #57d6e9; }

.go-top {
  position: fixed;
  right: 30px;
  z-index: 99;
  bottom: 60px;
  width: 50px;
  height: 50px;
  background-color: #1d1d1d;
  opacity: 0.3;
  border-radius: 6px;
  box-shadow: 0 0 3px #fff;
  /*----------- YAR K ---------------*/ }
  .go-top:before {
    content: '\f077';
    font-family: fontawesome, serif;
    position: absolute;
    font-size: 24px;
    top: 37%;
    left: 50%;
    margin-left: -12px;
    margin-top: -11px;
    color: #fff; }
  .go-top:hover {
    background: #57d6e9; }
  .go-top:hover:before {
    color: #fff; }

.latest-description {
  height: 40px; }

.blog-content .products-content {
  padding: 0 5px; }

.share-top {
  display: inherit;
  text-align: right; }
  @media (max-width: 767px) {
  .share-top {
    margin: -15px; } }

@media (max-width: 767px) {
      .product-info-block .share-top {
        margin: 0 -15px; } }

@media (max-width: 767px) {
      .category-main-container .share-top {
        margin: -15px; } }

@media (max-width: 414px) {
  .share-category {
    margin-top: 50px; } }

.title-padding {
  padding: 5px 10px; }

.panel-title a i {
  margin-left: 5px; }

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  border: 1px solid #5e8ee4; }

.panel-title a:hover {
  color: #fff;
  text-decoration: underline; }

.dropdown-price {
  min-width: 75px !important; }

.selectpicker {
  text-indent: 5px;
  width: 100%;
  height: 32px;
  color: #1d1d1d;
  /*---------------------------------*/ }

.confirm-order-list {
  color: #444; }
  .confirm-order-list .confirm-order-title {
    padding: 10px; }
  .confirm-order-list .confirm-order-title &gt; a:hover {
    color: #444;
    text-decoration: underline; }

.compare-container {
  margin: 0 5px 20px 0;
  padding: 10px;
  border: 1px solid #fff;
  border-radius: 4px;
  background: #fff; }
  .compare-container h1, .compare-container h2, .compare-container h3 {
    margin-top: 10px; }

button {
  background: #1d1d1d; }

@media (max-width: 768px) {
  .compare-container {
    margin: 0 5px 20px -3px; }
    .compare-container .description {
      white-space: unset !important; } }

.table-bordered {
  background: #fff; }

.basket-name {
  white-space: pre-wrap !important; }

.basket-price, .basket-total {
  width: 11%; }

.basket-total-price {
  width: auto; }

@media (max-width: 1399px) {
  .basket-price, .basket-total {
    width: 14%; } }

@media (max-width: 1199px) {
  .basket-total-price {
    width: 100%; } }

@media (max-width: 992px) and (min-width: 768px) {
  .basket-price, .basket-total {
    width: 16%; } }

@media (max-width: 480px) {
  .cart-button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: auto;
    margin-bottom: 0; }
    .cart-button &gt; .pull-right {
      margin-bottom: 20px; }
    .cart-button .input-group {
      display: flex;
      flex-direction: column; }
    .cart-button div a {
      width: 180px; } }

.radio, .checkbox {
  margin-top: 2px;
  margin-bottom: 2px; }

.checkbox {
  padding-left: 20px; }
  .checkbox label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px; }
  .checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 18px;
    height: 17px;
    left: 0;
    top: 0;
    margin-left: -20px;
    border: 1px solid #cdcdcd;
    border-radius: 0;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
  .checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 10px;
    height: 9px;
    left: 0;
    top: 4px;
    margin-left: -16px;
    padding-left: 2px;
    padding-top: 0;
    font-size: 14px;
    color: transparent;
    background: #1d1d1d;
    border-radius: 0; }
  .checkbox input:checked + label:before {
    border: 2px solid #1d1d1d; }
  .checkbox input[type="checkbox"], .checkbox input[type="radio"] {
    opacity: 0;
    z-index: 1;
    cursor: pointer; }
  .checkbox input[type="checkbox"]:focus + label::before, .checkbox input[type="radio"]:focus + label::before {
    outline: none; }
  .checkbox input[type="checkbox"]:checked + label::after {
    font-family: FontAwesome, serif;
    content: "\f00c"; }
  .checkbox input[type="checkbox"]:indeterminate + label::after, .checkbox input[type="radio"]:indeterminate + label::after {
    display: block;
    content: "";
    width: 10px;
    height: 3px;
    background-color: #1d1d1d;
    border-radius: 2px;
    margin-left: -16.5px;
    margin-top: 7px; }
  .checkbox input[type="checkbox"]:disabled, .checkbox input[type="radio"]:disabled {
    cursor: not-allowed; }
  .checkbox input[type="checkbox"]:disabled + label, .checkbox input[type="radio"]:disabled + label {
    opacity: 0.6;
    cursor: default; }
  .checkbox input[type="checkbox"]:disabled + label::before, .checkbox input[type="radio"]:disabled + label::before {
    background-color: #eee;
    cursor: not-allowed; }
  .checkbox:hover label::before {
    border-color: #57d6e9; }
  .checkbox.checkbox-circle label::before {
    border-radius: 50%; }
  .checkbox.checkbox-inline {
    margin-top: 0;
    padding-top: 3px; }

.checkbox:checked + label:before {
  border: 2px solid #1d1d1d; }
  .checkbox[checked="checked"]:checked + label &gt; a {
    font-weight: bold; }

.radio {
  padding-left: 20px; }
  .radio label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px; }
  .radio label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    top: 1px;
    margin-left: -20px;
    border: 1px solid #ccc;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out; }
  .radio label::after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 11px;
    height: 11px;
    left: 3px;
    top: 4px;
    margin-left: -20px;
    border-radius: 50%;
    background-color: #1d1d1d;
    -webkit-transition: 0.1s all ease;
    -moz-transition: 0.1s all ease;
    transition: 0.1s all ease;
    opacity: 0;
    filter: alpha(opacity=0); }
  .radio:hover label::before {
    border-color: #57d6e9; }
  .radio input[type="radio"] {
    opacity: 0;
    z-index: 1;
    cursor: pointer; }
  .radio input[type="radio"]:focus + label::before {
    outline: none; }
  .radio input[type="radio"]:checked + label::after {
    opacity: 1;
    filter: alpha(opacity=100); }
  .radio input[type="radio"]:disabled {
    cursor: not-allowed; }
  .radio input[type="radio"]:disabled + label {
    opacity: 0.6;
    cursor: default; }
  .radio input[type="radio"]:disabled + label::before {
    cursor: not-allowed; }
  .radio.radio-inline {
    margin-top: 0; }

.radio-primary input[type="radio"] + label::after, .radio-primary input[type="radio"]:checked + label::after {
  background-color: #1d1d1d; }
  .radio-primary input[type="radio"]:checked + label::before {
    border-color: #1d1d1d; }

.checkbox:hover input[disabled] + label::before, .radio:hover input[disabled] + label::before {
  border-color: #ccc; }

.radio-image label {
  display: flex;
  align-items: center; }
  .radio-image label::before {
    top: 20px; }
  .radio-image label:after {
    top: 23px; }
  .radio-image label img {
    margin-right: 10px; }
  .radio-image input[type="radio"] {
    top: 20px;
    opacity: 0;
    z-index: 1;
    cursor: pointer; }

.radio-quickview, .checkbox-quickview {
  margin-bottom: 10px; }

.radio.radio-square {
  display: inline-flex;
  padding: 0;
  margin: 0 10px 0 0 !important; }
  .radio.radio-square label .square {
    padding: 3px 5px;
    border-radius: 2px;
    color: #a5a3a3;
    border: 1px solid transparent; }
  .radio.radio-square label::before {
    display: none; }
  .radio.radio-square label::after {
    display: none; }
  .radio.radio-square input[type="radio"] {
    margin: 0;
    width: 25px;
    height: 25px; }
  .radio.radio-square input[type="radio"]:checked + .square {
    border: 1px solid #1d1d1d;
    color: #1d1d1d; }

.radio-product-image {
  position: relative;
  cursor: pointer;
  display: inline-flex;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  margin: 5px;
  padding: 0 !important;
  align-items: center;
  justify-content: flex-start; }
  .radio-product-image img {
    cursor: pointer; }
  .radio-product-image label {
    padding: 0;
    align-items: center; }
  .radio-product-image label::before {
    display: none; }
  .radio-product-image label:after {
    display: none; }
  .radio-product-image label span {
    display: flex;
    margin-right: 0;
    flex-direction: column;
    align-items: center;
    outline: 2px solid #dedede; }
  .radio-product-image label .color-name {
    font-size: 10px;
    font-weight: bold;
    margin-top: 5px; }
  .radio-product-image input[type="radio"] {
    opacity: 0;
    z-index: 100;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    right: 13px;
    bottom: 0;
    margin: auto;
    width: 35px;
    height: 35px; }
  .radio-product-image input[type="radio"]:checked + span {
    outline: 2px solid #000; }

.options-container .form-group {
  position: relative; }
  .options-container .form-group label {
    display: inline-flex; }
  .options-container .form-group.required {
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
  .options-container .form-group.required label {
    margin: 0 15px 0 0; }

.radio-checkout {
  margin: 5px 0; }
  .radio-checkout label {
    display: inline-flex;
    align-items: center;
    margin: 5px 0; }
  .radio-checkout label:hover span:before {
    content: '';
    display: inline-block;
    width: 17px;
    height: 17px;
    left: 0;
    top: 1px;
    margin-left: -20px;
    border: 1px solid #1d1d1d;
    border-radius: 50%; }
  .radio-checkout label input + span::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    top: 1px;
    margin-left: -20px;
    border: 1px solid #ccc;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out; }
  .radio-checkout label input + span::after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 11px;
    height: 11px;
    left: 3px;
    top: 4px;
    margin-left: -20px;
    border-radius: 50%;
    background-color: #1d1d1d;
    -webkit-transition: 0.1s all ease;
    -moz-transition: 0.1s all ease;
    transition: 0.1s all ease;
    opacity: 0;
    filter: alpha(opacity=0); }
  .radio-checkout label input:checked + span:before {
    content: '';
    display: inline-block;
    width: 17px;
    height: 17px;
    left: 0;
    top: 1px;
    margin-left: -20px;
    border: 1px solid #1d1d1d;
    border-radius: 50%; }
    .radio-checkout label input:checked + span:after {
      content: '';
      display: inline-block;
      width: 11px;
      height: 11px;
      left: 3px;
      top: 4px;
      margin-left: -20px;
      border: 1px solid #1d1d1d;
      border-radius: 50%;
      background: #1d1d1d;
      opacity: 1; }

.checkbox-checkout label {
  display: inline-flex;
  align-items: center;
  margin: 5px 0; }
  .checkbox-checkout label:before, .checkbox-checkout label:after {
    display: none; }
  .checkbox-checkout label:hover span:before {
    border: 1px solid #1d1d1d; }
  .checkbox-checkout label input + span::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 18px;
    height: 17px;
    left: 0;
    top: 2px;
    margin-left: -20px;
    border: 1px solid #ccc;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out; }
  .checkbox-checkout label input + span::after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 10px;
    height: 9px;
    left: 4px;
    top: 6px;
    margin-left: -20px;
    background-color: #1d1d1d;
    -webkit-transition: 0.1s all ease;
    -moz-transition: 0.1s all ease;
    transition: 0.1s all ease;
    opacity: 0;
    filter: alpha(opacity=0); }
  .checkbox-checkout label input:checked + span:before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 17px;
    left: 0;
    top: 2px;
    margin-left: -20px;
    border: 2px solid #1d1d1d; }
    .checkbox-checkout label input:checked + span:after {
      content: '';
      display: inline-block;
      width: 10px;
      height: 9px;
      left: 4px;
      top: 6px;
      margin-left: -20px;
      border: 2px solid #1d1d1d;
      background: #1d1d1d;
      opacity: 1; }

.checkbox-politics {
  display: inline-block; }
  .checkbox-politics input:checked label:before {
    border: 2px solid #1d1d1d !important; }
  .checkbox-politics label:hover span:before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 17px;
    left: 0;
    top: 0;
    margin-left: -20px;
    border: 1px solid #1d1d1d; }

.register .radio-checkout {
  display: inline-flex;
  align-items: center;
  min-width: 85px;
  justify-content: space-between;
  margin-left: 35px;
  padding: 0; }

#top-search .btn-lg i {
  display: none; }

.stiky-list {
  display: none; }

#stiky_box {
  top: -100%;
  position: fixed;
  display: flex;
  align-items: center;
  left: 0;
  width: 100%;
  height: auto;
  transition: 0.25s ease;
  background-color: #fff;
  background-image: url('');
  border-bottom: 1px solid #d3d5d8;
  z-index: 1009;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  color: #fff; }
  #stiky_box #single-menu-catalog {
    border-top: none; }
  #stiky_box .stiky-catalog-toggle #stickyCategoryV .sub-child-menu-item &gt; a {
    margin-bottom: 6px;
    display: block; }
  #stiky_box .single-menu-catalog__children {
    display: block !important;
    margin-left: -16px !important;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }
  #stiky_box .single-menu-catalog__children:after {
    content: '';
    top: -17px;
    left: 228px;
    position: absolute;
    border: 8px solid transparent;
    border-bottom: 8px solid #1d1d1d; }
  #stiky_box .single-menu-catalog__children &gt; li.active .single-menu-catalog__submenu, #stiky_box .single-menu-catalog__children &gt; li:hover .single-menu-catalog__submenu {
    display: block;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }
  #stiky_box.sticky-catalog-box &gt; .container {
    position: static; }
  #stiky_box.sticky-catalog-box .stiky-catalog-toggle {
    position: static;
    padding: 10px 15px; }
  #stiky_box.sticky-catalog-box .stiky-catalog-toggle &gt; .dropdown-toggle {
    height: 40px;
    display: flex;
    justify-content: center;
    padding: 0 30px;
    align-items: center;
    text-transform: uppercase;
    width: 100%;
    border-radius: 24px !important;
    font-size: 16px;
    background: none;
    color: #333;
    background: #fff;
    transition: 0.3s;
    border: 1px solid #1d1d1d; }
  #stiky_box.sticky-catalog-box .stiky-catalog-toggle &gt; .dropdown-toggle .fa-close {
    width: 30px;
    display: none;
    margin-right: 15px;
    font-size: 21px;
    color: #333; }
  #stiky_box.sticky-catalog-box .stiky-catalog-toggle &gt; .dropdown-toggle .fa-bars {
    width: 30px;
    margin-right: 15px;
    font-size: 21px;
    display: block;
    color: #333; }
  #stiky_box.sticky-catalog-box .stiky-catalog-toggle.open &gt; .dropdown-toggle {
    transition: 0.3s;
    border-radius: 0 !important; }
    #stiky_box.sticky-catalog-box .stiky-catalog-toggle.open &gt; .dropdown-toggle .fa-close {
      display: block; }
    #stiky_box.sticky-catalog-box .stiky-catalog-toggle.open &gt; .dropdown-toggle .fa-bars {
      display: none; }
  #stiky_box.sticky-catalog-box .stiky-catalog-toggle .dropdown-menu {
    width: 100%;
    padding: 0;
    background: none;
    box-shadow: none;
    border: none; }
  #stiky_box.sticky-catalog-box .stiky-catalog-toggle .dropdown-menu .stiky-catalog {
    position: relative;
    max-width: 300px;
    width: 275px;
    height: 0;
    background: none; }
  #stiky_box.sticky-catalog-box .stiky-catalog-toggle &gt; .dropdown-menu {
    background: #1d1d1d; }
  #stiky_box.sticky-catalog-box .main-vertical-menu {
    margin: 0; }
  #stiky_box .button-search-title {
    display: none; }
  #stiky_box .button-search-icon {
    display: block;
    color: #1d1d1d; }
  #stiky_box.active {
    top: 0; }
  #stiky_box #single-menu-catalog {
    margin-bottom: 0 !important; }
  #stiky_box #top-logo {
    top: 9px; }
  #stiky_box #logo {
    top: 0;
    left: 1px; }
  #stiky_box #top-links {
    padding-top: 0;
    padding-bottom: 5px;
    top: 2px; }
  #stiky_box #top-links.open &gt; ul {
    top: 114%;
    left: -4px; }
  #stiky_box #top-links a {
    color: #fff; }
  #stiky_box .stiky-logo {
    height: 60px;
    display: flex;
    align-items: center;
    padding-top: 5px;
    padding-bottom: 5px; }
  #stiky_box .stiky-logo &gt; img {
    max-height: 50px;
    max-width: 140px; }
  #stiky_box .stiky-logo &gt; a {
    display: block;
    height: 100%; }
  #stiky_box .stiky-logo &gt; a &gt; img {
    max-height: 50px;
    max-width: 140px; }
  #stiky_box .stiky-catalog {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1d1d1d;
    cursor: pointer; }
  #stiky_box .stiky-catalog &gt; i {
    margin-right: 10px;
    color: #fff;
    font-size: 21px; }
  #stiky_box .stiky-catalog span {
    color: #333;
    font-size: 21px; }
  #stiky_box .stiky-catalog .main-menu-category {
    position: absolute;
    left: 0;
    top: 100%;
    padding: 0; }
  #stiky_box .stiky-catalog .main-menu-category .main-menu-category_list {
    padding: 0;
    display: block !important; }
  #stiky_box .stiky-catalog .stiky-menu-category {
    display: none;
    top: 100%;
    left: 0;
    width: 275px;
    position: absolute;
    border: 1px solid #1d1d1d;
    padding: 5px 0;
    background: #fff; }
  #stiky_box .stiky-catalog .stiky-menu-category_list {
    background: #fff;
    line-height: 1.5;
    width: 100%; }
  #stiky_box .stiky-catalog .stiky-menu-category_list .stiky-menu-category_item &gt; a {
    justify-content: space-between;
    display: flex;
    padding: 2px 10px;
    font-size: 16px;
    color: #000;
    align-items: center; }
    #stiky_box .stiky-catalog .stiky-menu-category_list .stiky-menu-category_item &gt; a:hover {
      color: #1d1d1d; }
    #stiky_box .stiky-catalog .stiky-menu-category_list .stiky-menu-category_item &gt; a:hover i {
      color: #1d1d1d; }
    #stiky_box .stiky-catalog .stiky-menu-category_list .stiky-menu-category_item &gt; a i {
      font-weight: 100;
      color: #000; }
    #stiky_box .stiky-catalog .stiky-menu-category_list .stiky-menu-category_item .sub-menu-list {
      display: none;
      flex-direction: column;
      width: 500px;
      position: absolute;
      left: 100%;
      right: 0;
      background: #fff;
      top: -1px;
      border: 1px solid #1d1d1d; }
    #stiky_box .stiky-catalog .stiky-menu-category_list .stiky-menu-category_item .sub-child-menu-item {
      display: flex;
      padding: 5px 10px;
      word-break: break-word;
      flex-direction: column; }
    #stiky_box .stiky-catalog .stiky-menu-category_list .stiky-menu-category_item .sub-child-menu-item &gt; div &gt; a {
      display: flex;
      font-weight: bold;
      color: #000;
      font-size: 16px;
      padding: 5px 0; }
    #stiky_box .stiky-catalog .stiky-menu-category_list .stiky-menu-category_item .sub-child-menu-item &gt; div &gt; a:hover {
      color: #000;
      text-decoration: underline; }
    #stiky_box .stiky-catalog .stiky-menu-category_list .stiky-menu-category_item .sub-child-menu-item .sub-child2-menu-item &gt; div &gt; a {
      display: flex;
      padding: 5px 0;
      color: #000;
      font-size: 16px; }
      #stiky_box .stiky-catalog .stiky-menu-category_list .stiky-menu-category_item .sub-child-menu-item .sub-child2-menu-item &gt; div &gt; a:hover {
        color: #000;
        text-decoration: underline; }
    #stiky_box .stiky-catalog .stiky-menu-category_list .stiky-menu-category_item:hover .sub-menu-list {
      display: flex; }
  #stiky_box .stiky-catalog:hover .stiky-menu-category {
    display: flex; }
  #stiky_box .dropdown-menu {
    background: #fff;
    margin: 0; }
  #stiky_box .dropdown-menu .stiky-catalog {
    justify-content: flex-start;
    padding-left: 20px; }
  #stiky_box .dropdown-menu .sticky-menu-catalog .main-menu {
    margin-bottom: 0; }
  #stiky_box .dropdown-menu .stiky-menu {
    height: 40px;
    padding-right: 0;
    padding-top: 0;
    justify-content: flex-end;
    display: flex; }
  #stiky_box .dropdown-menu .stiky-menu #top-links {
    padding: 0;
    top: 0; }
  #stiky_box .dropdown-menu .stiky-menu #top-links li {
    padding: 2px 0; }
    #stiky_box .dropdown-menu .stiky-menu #top-links li a {
      padding: 0 10px !important;
      line-height: 36px;
      color: #fff;
      border: 1px solid transparent; }
    #stiky_box .dropdown-menu .stiky-menu #top-links li a:hover {
      color: #333;
      border-color: #fff;
      border-color: #fff; }
  #stiky_box .stiky-menu {
    padding-top: 10px;
    height: 60px;
    display: flex;
    align-items: center; }
  #stiky_box .stiky-menu #top-links .list-inline {
    display: flex;
    flex-wrap: wrap;
    margin: 0; }
  #stiky_box .stiky-menu #top-links .list-inline &gt; li {
    align-items: center;
    text-align: center;
    display: inline-flex;
    justify-content: center; }
    #stiky_box .stiky-menu #top-links .list-inline &gt; li &gt; a {
      font-size: 14px;
      color: #626262;
      color: #fff;
      padding: 0 5px 8px 0;
      display: flex; }
    #stiky_box .stiky-menu #top-links .list-inline &gt; li .dropdown &gt; a {
      font-size: 14px;
      color: #626262;
      padding: 0 5px 8px 0;
      display: flex; }
    #stiky_box .stiky-menu #top-links .list-inline &gt; li .dropdown &gt; a &gt; i {
      margin-left: 5px; }
  #stiky_box .stiky-menu #top-links .list-inline .dropdown-menu-right {
    padding: 10px;
    right: auto; }
    #stiky_box .stiky-menu #top-links .list-inline .dropdown-menu-right &gt; li a {
      padding: 5px; }
  #stiky_box .stiky-phones {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: flex-end; }
  #stiky_box .stiky-phones .dropdown-toggle {
    text-decoration: none; }
  #stiky_box .stiky-phones .dropdown-toggle &gt; a {
    font-weight: 800;
    color: #000;
    text-decoration: none; }
  #stiky_box .stiky-phones .dropdown-toggle i {
    color: #1d1d1d; }
  #stiky_box .stiky-phones .dropdown-toggle:hover {
    text-decoration: none; }
  #stiky_box .stiky-phones &gt; ul {
    margin: 0;
    text-align: right; }
  #stiky_box .stiky-phones &gt; ul &gt; li {
    line-height: 1.7;
    font-weight: 600;
    color: #000;
    font-size: 16px; }
  #stiky_box .stiky-phones &gt; ul &gt; li &gt; a {
    color: #000;
    line-height: 20px;
    font-size: 14px; }
    #stiky_box .stiky-phones &gt; ul &gt; li &gt; a i {
      margin-right: 5px; }
    #stiky_box .stiky-phones &gt; ul &gt; li &gt; a:hover {
      background: transparent;
      color: #333; }
  #stiky_box .stiky-search {
    height: 60px;
    display: flex;
    align-items: center; }
  #stiky_box .stiky-search .box-shadow {
    box-shadow: none !important; }
  #stiky_box .stiky-search #main-search {
    width: 100%; }
  #stiky_box .stiky-search .category-button {
    z-index: 10;
    font-weight: bold;
    font-size: 14px;
    height: 46px;
    text-shadow: none;
    border-radius: 0;
    border: 1px solid #1d1d1d;
    color: #1d1d1d;
    background: none;
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: center; }
  #stiky_box .stiky-search .category-button span {
    margin-left: 10px; }
  #stiky_box .stiky-search .dropdown-menu {
    min-width: 211px;
    border-radius: 0;
    border: 1px solid #1d1d1d;
    position: absolute;
    top: 96%; }
  #stiky_box .stiky-search .form-control {
    height: 46px;
    box-shadow: none;
    position: relative;
    z-index: 8;
    border-radius: 22px 0 0 22px;
    border-right: none; }
  #stiky_box .stiky-search .form-control:focus {
    border-color: #d2dae1; }
  #stiky_box .stiky-search .button-search {
    font-size: 21px;
    width: 54px;
    height: 46px;
    border: none;
    padding: 0;
    text-shadow: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background: transparent;
    color: #fff;
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 22px 22px 0;
    border: 1px solid #d2dae1;
    border-left: none; }
  #stiky_box .stiky-search .button-search h6 {
    color: #fff; }
  #stiky_box .stiky-search .button-search:hover {
    background: #57d6e9;
    color: #1d1d1d;
    border-color: #57d6e9; }
  #stiky_box .stiky-search .button-search:hover i {
    color: #fff; }
  #stiky_box .stiky-icon-box {
    height: 60px;
    display: flex;
    align-items: center; }
  #stiky_box .stiky-icon-box #top_icons_box-stiky {
    display: flex;
    width: 100%;
    justify-content: space-around;
    padding-top: 0px; }
  #stiky_box .stiky-icon-box #top_icons_box-stiky #unistor-cart-total {
    display: none; }
  #stiky_box .stiky-icon-box #top_icons_box-stiky a {
    display: flex;
    flex-direction: column;
    margin-right: 10px;
    color: #57d6e9; }
  #stiky_box .stiky-icon-box #top_icons_box-stiky a:hover {
    color: #1d1d1d; }
  #stiky_box .stiky-icon-box #top_icons_box-stiky a i {
    font-size: 24px; }
    #stiky_box .stiky-icon-box #top_icons_box-stiky a i &gt; span {
      top: 17px; }
  #stiky_box .stiky-icon-box #top_icons_box-stiky a &gt; span {
    text-shadow: none;
    text-decoration: none;
    background: #ef532b;
    color: #fff;
    border-radius: 0;
    padding: 0;
    font-weight: 600;
    position: relative;
    top: -8px;
    left: 13px;
    font-size: 10px;
    height: 13px;
    width: 16px;
    line-height: 12px;
    text-align: center; }
  #stiky_box .stiky-icon-box #top_icons_box-stiky a:last-child {
    display: none; }
  #stiky_box .stiky-cart {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: flex-start; }
  #stiky_box .stiky-cart .cart__total-cost {
    color: #57d6e9; }
  #stiky_box .search {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    margin-bottom: 6px;
    padding-top: 10px; }
  #stiky_box .cart {
    position: relative;
    top: auto;
    left: -10px;
    right: 0;
    width: 200px; }
  #stiky_box .cart .cart-total b {
    left: 25px;
    top: -3px; }
  #stiky_box .cart .cart-total .cb1 {
    color: #1d1d1d; }
  #stiky_box .cart .cart-total span {
    font-weight: bolder; }
  #stiky_box .cart .cart-total span.csp2 {
    color: #1d1d1d;
    font-size: 16px;
    position: relative;
    top: -11px; }
  #stiky_box .cart .cart-total a {
    color: #1d1d1d;
    border-bottom: 1px dashed #1d1d1d; }
  #stiky_box .cart .cart-total small {
    position: absolute;
    top: 1px;
    left: auto;
    border-radius: 51%;
    width: 22px;
    height: 22px;
    background-color: #1d1d1d;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding-top: 2px;
    color: white; }
  #stiky_box #currency-box {
    margin-right: 20px;
    margin-top: 0; }
  #stiky_box #currency-box .header {
    display: block; }
  #stiky_box #currency-box .header .carets {
    top: 0;
    left: -1px; }
  #stiky_box #currency-box .dropdown-menu {
    display: none;
    min-width: 60px;
    width: 65px; }
  #stiky_box #currency-box.open .dropdown-menu {
    display: block;
    position: absolute;
    top: 130%;
    left: 0;
    padding: 8px 4px 8px 8px;
    margin: 3px 0 0 0;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 0;
    border: 1px solid #e7e7e7;
    cursor: default;
    box-shadow: 0 1px 15px rgba(0, 0, 0, 0.15); }
  #stiky_box #currency-box.open .dropdown-menu:before {
    content: '';
    display: block;
    top: -16px;
    left: 7px;
    position: absolute;
    border: 8px solid transparent;
    border-bottom: 8px solid #e7e7e7; }
  #stiky_box #currency-box.open .dropdown-menu:after {
    content: '';
    display: block;
    top: -14px;
    left: 7px;
    position: absolute;
    border: 8px solid transparent;
    border-bottom: 8px solid #fff; }
  #stiky_box #currency-box.open .dropdown-menu form {
    margin-bottom: 0; }
  #stiky_box #currency-box.open .dropdown-menu li {
    border-radius: 0;
    background: transparent;
    height: auto;
    width: auto;
    text-align: center;
    opacity: 1; }
    #stiky_box #currency-box.open .dropdown-menu li .btn {
      padding: 0;
      background: transparent;
      color: #fff; }
    #stiky_box #currency-box.open .dropdown-menu li .btn:hover {
      text-decoration: none;
      color: #36f; }
    #stiky_box #currency-box.open .dropdown-menu li:hover {
      text-decoration: none; }
    #stiky_box #currency-box.open .dropdown-menu li.active {
      box-shadow: none;
      opacity: 0.5; }
    #stiky_box #currency-box #currency .list-inline &gt; li {
      padding: 0 2px; }
  #stiky_box .language {
    position: relative;
    top: -1px; }
  #stiky_box .language .header {
    margin-right: 0;
    display: block !important; }
  #stiky_box .language .header .carets {
    top: 1px; }
  #stiky_box .language &gt; ul {
    display: none;
    padding: 6px 5px 6px 10px;
    border-radius: 1px;
    width: 50px;
    height: auto;
    z-index: 1009;
    box-shadow: 0 1px 15px rgba(0, 0, 0, 0.15);
    position: absolute;
    left: -16px;
    top: 150%;
    background: #fff;
    border: 1px solid #e7e7e7; }
  #stiky_box .language &gt; ul:before, #stiky_box .language &gt; ul:after {
    position: absolute;
    left: 17px;
    border: 8px solid transparent; }
  #stiky_box .language &gt; ul:before {
    content: '';
    top: -16px;
    border-bottom: 8px solid #e7e7e7; }
  #stiky_box .language &gt; ul:after {
    content: '';
    top: -14px;
    border-bottom: 8px solid #fff; }
  #stiky_box .language &gt; ul li {
    padding: 6px 5px; }
  #stiky_box .language &gt; ul li &gt; a {
    color: #fff;
    text-transform: uppercase; }
    #stiky_box .language &gt; ul li &gt; a span {
      color: #fff;
      text-transform: uppercase; }
  #stiky_box .language &gt; ul li a b {
    padding-right: 5px; }
  #stiky_box .language &gt; ul li.active {
    display: none;
    cursor: default; }
    #stiky_box .language &gt; ul li.active a {
      cursor: default;
      color: #36f; }
  #stiky_box .language.open &gt; ul {
    display: block; }
  #stiky_box #top-links2 {
    margin-top: 0; }
  #stiky_box #top-links2.is-logged {
    margin-top: 4px; }
  #stiky_box #logged-box .dropdown &gt; ul {
    top: 120%; }
  #stiky_box #top_phones .dropdown-menu {
    top: 107%;
    left: 0;
    right: auto; }
  #stiky_box #top_phones .dropdown-menu:before, #stiky_box #top_phones .dropdown-menu:after {
    left: 15px;
    right: auto; }

@media (min-width: 1400px) {
  #stiky_box #top_icons_box-stiky {
    top: 0; }
    #stiky_box #top-phones {
      padding: 0; }
    #stiky_box .st-left {
      padding-top: 2px;
      width: 32%;
      display: inline-block;
      float: left; }
    #stiky_box .st-center {
      width: 53%;
      display: inline-block;
      float: left; }
    #stiky_box .st-right {
      display: inline-block;
      width: 13%; } }

@media (max-width: 1399px) {
  #stiky_box {
    margin: 0 auto; }
    #stiky_box .stiky-catalog i {
      font-size: 15px; }
      #stiky_box .stiky-catalog span {
        color: #1d1d1d;
        font-size: 17px; }
      #stiky_box .stiky-catalog .item-line:hover a span {
        color: #fff; }
      #stiky_box .stiky-catalog &gt; span {
        color: #fff;
        font-size: 17px; }
    #stiky_box .stiky-icon-box {
      justify-content: flex-start;
      padding-left: 0;
      padding-right: 0; }
      #stiky_box .stiky-icon-box #top_icons_box-stiky a i {
        font-size: 24px; }
        #stiky_box .stiky-icon-box #top_icons_box-stiky a i &gt; span {
          top: 15px; }
    #stiky_box .stiky-cart .cart .btn {
      padding: 0;
      overflow: visible;
      left: -5px; } }

@media (max-width: 1199px) {
  #stiky_box {
    margin: 0 auto; }
    #stiky_box #stiky_box .cart .cart-total small {
      padding-top: 3px; }
    #stiky_box .stiky-catalog {
      width: 14%; }
      #stiky_box .stiky-catalog i {
        font-size: 15px; }
      #stiky_box .stiky-catalog span {
        color: #fff;
        color: #fff;
        font-size: 17px; }
    #stiky_box .stiky-list {
      display: inline-block; }
    #stiky_box .category-list-title {
      display: none; }
    #stiky_box .stiky-cart {
      min-height: 90px;
      display: flex;
      align-items: center;
      justify-content: flex-start; }
      #stiky_box .stiky-cart .cart &gt; .btn &gt; i {
        width: 56px;
        height: 54px;
        font-size: 21px; }
        #stiky_box .stiky-cart .cart .cart-total {
          top: -12px;
          left: -8px; }
          #stiky_box .stiky-cart .cart .cart-total small {
            top: 1px;
            left: 4px;
            width: 18px;
            height: 18px;
            font-size: 10px; }
          #stiky_box .stiky-cart .cart .cart-total .cb1 {
            font-size: 14px;
            top: -5px; }
          #stiky_box .stiky-cart .cart .cart-total .csp2 {
            font-size: 14px;
            width: 95px; }
    #stiky_box .stiky-phones &gt; ul &gt; li {
      font-size: 13px; }
    #stiky_box .sticky-search .category-button {
      font-size: 12px; }
      #stiky_box .sticky-search .form-control {
        height: 46px;
        box-shadow: none;
        position: relative;
        z-index: 8; }
        #stiky_box .sticky-search .form-control:focus {
          border-color: #d2dae1; }
      #stiky_box .sticky-search .button-search {
        width: 70px; }
        #stiky_box .sticky-search .button-search h6 {
          font-size: 12px;
          color: #fff; }
    #stiky_box #top-logo {
      top: 0; }
    #stiky_box #currency-box {
      margin-right: 4px; }
    #stiky_box #top-phones {
      left: 0; }
    #stiky_box .stiky-icon-box {
      width: 8%; } }

@media (max-width: 992px) {
  #stiky_box {
    display: none;
    top: -999px; }
    #stiky_box.active {
      top: -999px; } }

@media (min-width: 1400px) {
  /* END sticky menu */
    #stiky_box #top_icons_box-stiky {
      top: 0; } }

.jq-checkbox {
  top: -1px;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin: 0 4px 0 0;
  border: 1px solid #c3c3c3;
  border-radius: 3px;
  background: #f5f5f5;
  background: -webkit-linear-gradient(#fff, #e6e6e6);
  background: linear-gradient(#fff, #e6e6e6);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .05), inset -1px -1px #fff, inset 1px -1px #fff;
  cursor: pointer; }

.jq-checkbox.checked .jq-checkbox__div {
  width: 12px;
  height: 12px;
  margin: 2px 0 0 2px;
  border-radius: 2px;
  background: #666;
  box-shadow: inset 0 -3px 6px #aaa; }

.jq-checkbox.focused {
  border: 1px solid #08c; }

.jq-checkbox.disabled {
  opacity: 0.55; }

.jq-radio {
  top: -1px;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin: 0 4px 0 0;
  border: 1px solid #c3c3c3;
  border-radius: 50%;
  background: #f5f5f5;
  background: -webkit-linear-gradient(#fff, #e6e6e6);
  background: linear-gradient(#fff, #e6e6e6);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .05), inset -1px -1px #fff, inset 1px -1px #fff;
  cursor: pointer; }

.jq-radio.checked .jq-radio__div {
  width: 10px;
  height: 10px;
  margin: 3px 0 0 3px;
  border-radius: 50%;
  background: #777;
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .7); }

.jq-radio.focused {
  border: 1px solid #08c; }

.jq-radio.disabled {
  opacity: 0.55; }

.jq-file {
  width: 270px;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .1); }

.jq-file input {
  height: auto;
  line-height: 1em;
  cursor: pointer; }

.jq-file__name {
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  height: 34px;
  padding: 0 80px 0 10px;
  border: 1px solid #ccc;
  border-bottom-color: #b3b3b3;
  border-radius: 4px;
  background: #fff;
  box-shadow: inset 1px 1px #f1f1f1;
  font: 14px/32px Arial, sans-serif;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis; }

.jq-file__browse {
  position: absolute;
  top: 1px;
  right: 1px;
  padding: 0 10px;
  border-left: 1px solid #ccc;
  border-radius: 0 4px 4px 0;
  background: #f5f5f5;
  background: -webkit-linear-gradient(#fff, #e6e6e6);
  background: linear-gradient(#fff, #e6e6e6);
  box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1, 0 1px 2px rgba(0, 0, 0, .1);
  font: 14px/32px Arial, sans-serif;
  color: #333;
  text-shadow: 1px 1px #fff; }

.jq-file:hover .jq-file__browse {
  background: #e6e6e6;
  background: -webkit-linear-gradient(#f6f6f6, #e6e6e6);
  background: linear-gradient(#f6f6f6, #e6e6e6); }

.jq-file:active .jq-file__browse {
  background: #f5f5f5;
  box-shadow: inset 1px 1px 3px #ddd; }

.jq-file.focused .jq-file__name {
  border: 1px solid #5794bf; }

.jq-file.disabled, .jq-file.disabled .jq-file__name, .jq-file.disabled .jq-file__browse {
  border-color: #ccc;
  background: #f5f5f5;
  box-shadow: none;
  color: #888; }

.jq-number {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 0 36px 0 0; }

.jq-number__field {
  width: 100px;
  border: 1px solid #ccc;
  border-bottom-color: #b3b3b3;
  border-radius: 4px;
  box-shadow: inset 1px 1px #f1f1f1, 0 1px 2px rgba(0, 0, 0, .1); }

.jq-number__field:hover {
  border-color: #b3b3b3; }

.jq-number__field input {
  box-sizing: border-box;
  width: 100%;
  padding: 8px 9px;
  border: none;
  outline: none;
  background: none;
  font: 14px Arial, sans-serif;
  color: #333;
  /* Ð´Ð»Ñ Opera PrestoÂ&nbsp;*/
  text-align: left;
  -moz-appearance: textfield; }

.jq-number__field input::-webkit-inner-spin-button, .jq-number__field input::-webkit-outer-spin-button {
  /* Ð² ÐºÐ°ÐºÐ¸Ñ…-Ñ‚Ð¾ Ð±Ñ€Ð°ÑƒÐ·ÐµÑ€Ð°Ñ… Ð¿Ñ€Ð¸ÑÑƒÑ‚ÑÑ‚Ð²ÑƒÐµÑ‚ Ð¾Ñ‚ÑÑ‚ÑƒÐ¿ */
  margin: 0;
  -webkit-appearance: none; }

.jq-number__spin {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 14px;
  border: 1px solid #ccc;
  border-bottom-color: #b3b3b3;
  border-radius: 4px;
  background: #f5f5f5;
  background: -webkit-linear-gradient(#fff, #e6e6e6);
  background: linear-gradient(#fff, #e6e6e6);
  box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
  box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1, 0 1px 2px rgba(0, 0, 0, .1);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-shadow: 1px 1px #fff;
  cursor: pointer; }

.jq-number__spin.minus {
  top: auto;
  bottom: 0; }

.jq-number__spin:hover {
  background: #e6e6e6;
  background: -webkit-linear-gradient(#f6f6f6, #e6e6e6);
  background: linear-gradient(#f6f6f6, #e6e6e6); }

.jq-number__spin:active {
  background: #f5f5f5;
  box-shadow: inset 1px 1px 3px #ddd; }

.jq-number__spin:after {
  content: '';
  position: absolute;
  top: 4px;
  left: 11px;
  width: 0;
  height: 0;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #999;
  border-left: 5px solid transparent; }

.jq-number__spin.minus:after {
  top: 5px;
  border-top: 5px solid #999;
  border-right: 5px solid transparent;
  border-bottom: none;
  border-left: 5px solid transparent; }

.jq-number__spin.minus:hover:after {
  border-top-color: #000; }

.jq-number__spin.plus:hover:after {
  border-bottom-color: #000; }

.jq-number.focused .jq-number__field {
  border: 1px solid #5794bf; }

.jq-number.disabled .jq-number__field, .jq-number.disabled .jq-number__spin {
  border-color: #ccc;
  background: #f5f5f5;
  box-shadow: none;
  color: #888; }

.jq-number.disabled .jq-number__spin:after {
  border-bottom-color: #aaa; }

.jq-number.disabled .jq-number__spin.minus:after {
  border-top-color: #aaa; }

.jq-selectbox {
  vertical-align: middle;
  cursor: pointer; }

.jq-selectbox__select {
  height: 32px;
  padding: 0 45px 0 10px;
  border: 1px solid #ccc;
  border-bottom-color: #b3b3b3;
  border-radius: 4px;
  background: #f5f5f5;
  background: -webkit-linear-gradient(#fff, #e6e6e6);
  background: linear-gradient(#fff, #e6e6e6);
  box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1, 0 1px 2px rgba(0, 0, 0, .1);
  font: 14px/32px Arial, sans-serif;
  color: #333;
  text-shadow: 1px 1px #fff; }

.jq-selectbox__select:hover {
  background: #e6e6e6;
  background: -webkit-linear-gradient(#f6f6f6, #e6e6e6);
  background: linear-gradient(#f6f6f6, #e6e6e6); }

.jq-selectbox__select:active {
  background: #f5f5f5;
  box-shadow: inset 1px 1px 3px #ddd; }

.jq-selectbox.focused .jq-selectbox__select {
  border: 1px solid #5794bf; }

.jq-selectbox.disabled .jq-selectbox__select {
  border-color: #ccc;
  background: #f5f5f5;
  box-shadow: none;
  color: #888; }

.jq-selectbox__select-text {
  display: block;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis; }

.jq-selectbox .placeholder {
  color: #888; }

.jq-selectbox__trigger {
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 100%;
  border-left: 1px solid #ccc; }

.jq-selectbox__trigger-arrow {
  position: absolute;
  top: 14px;
  right: 12px;
  width: 0;
  height: 0;
  border-top: 5px solid #999;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent; }

.jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #000; }

.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
  border-top-color: #aaa; }

.jq-selectbox__dropdown {
  box-sizing: border-box;
  width: 100%;
  margin: 2px 0 0;
  padding: 0;
  border: 1px solid #1d1d1d;
  border-top: none;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
  font: 14px/18px Arial, sans-serif; }

.jq-selectbox__search {
  margin: 5px;
  display: flex; }

.jq-selectbox__search input {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 5px 27px 6px 8px;
  border: 1px solid #ccc;
  border-radius: 3px;
  outline: none;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==) no-repeat 100% 50%;
  box-shadow: inset 1px 1px #f1f1f1;
  color: #333;
  -webkit-appearance: textfield; }

.jq-selectbox__search input::-webkit-search-cancel-button, .jq-selectbox__search input::-webkit-search-decoration {
  -webkit-appearance: none; }

.jq-selectbox__not-found {
  margin: 5px;
  padding: 5px 8px 6px;
  background: #f0f0f0;
  font-size: 13px; }

.jq-selectbox ul {
  margin: 0;
  padding: 0;
  border-top: none;
  margin: -2px -1px; }

.jq-selectbox li {
  min-height: 18px;
  padding: 5px 10px 6px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  color: #231f20; }

.jq-selectbox li.selected {
  background-color: #a3abb1;
  color: #fff; }

.jq-selectbox li:hover {
  background-color: #08c;
  color: #fff; }

.jq-selectbox li.disabled {
  color: #aaa; }

.jq-selectbox li.disabled:hover {
  background: none; }

.jq-selectbox li.optgroup {
  font-weight: bold; }

.jq-selectbox li.optgroup:hover {
  background: none;
  color: #231f20;
  cursor: default; }

.jq-selectbox li.option {
  padding-left: 25px; }

.jq-select-multiple {
  box-sizing: border-box;
  padding: 1px;
  border: 1px solid #ccc;
  border-bottom-color: #b3b3b3;
  border-radius: 4px;
  background: #fff;
  box-shadow: inset 1px 1px #f1f1f1, 0 1px 2px rgba(0, 0, 0, .1);
  font: 14px/18px Arial, sans-serif;
  color: #333;
  cursor: default; }

.jq-select-multiple.focused {
  border: 1px solid #5794bf; }

.jq-select-multiple.disabled {
  border-color: #ccc;
  background: #f5f5f5;
  box-shadow: none;
  color: #888; }

.jq-select-multiple ul {
  margin: 0;
  padding: 0; }

.jq-select-multiple li {
  padding: 3px 9px 4px;
  list-style: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.jq-select-multiple li:first-child {
  border-radius: 3px 3px 0 0; }

.jq-select-multiple li:last-child {
  border-radius: 0 0 3px 3px; }

.jq-select-multiple li.selected {
  background: #08c;
  color: #fff; }

.jq-select-multiple li.disabled {
  color: #aaa; }

.jq-select-multiple.disabled li.selected, .jq-select-multiple li.selected.disabled {
  background: #ccc;
  color: #fff; }

.jq-select-multiple li.optgroup {
  font-weight: bold; }

.jq-select-multiple li.option {
  padding-left: 25px; }

input[type='email'].styler, input[type='password'].styler, input[type='search'].styler, input[type='tel'].styler, input[type='text'].styler, input[type='url'].styler, textarea.styler {
  padding: 8px 9px;
  border: 1px solid #ccc;
  border-bottom-color: #b3b3b3;
  border-radius: 4px;
  box-shadow: inset 1px 1px #f1f1f1, 0 1px 2px rgba(0, 0, 0, .1);
  font: 14px Arial, sans-serif;
  color: #333; }

input[type='search'].styler {
  -webkit-appearance: none; }

textarea.styler {
  overflow: auto; }

input[type='email'].styler:hover, input[type='password'].styler:hover, input[type='search'].styler:hover, input[type='tel'].styler:hover, input[type='text'].styler:hover, input[type='url'].styler:hover, textarea.styler:hover {
  border-color: #b3b3b3; }

input[type='email'].styler:focus, input[type='password'].styler:focus, input[type='search'].styler:focus, input[type='tel'].styler:focus, input[type='text'].styler:focus, input[type='url'].styler:focus, textarea.styler:focus {
  border-color: #ccc;
  border-top-color: #b3b3b3;
  outline: none;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1); }

button.styler, input[type='button'].styler, input[type='submit'].styler, input[type='reset'].styler {
  overflow: visible;
  padding: 8px 11px;
  border: 1px solid #ccc;
  border-bottom-color: #b3b3b3;
  border-radius: 4px;
  outline: none;
  background: #f5f5f5;
  background: -webkit-linear-gradient(#fff, #e6e6e6);
  background: linear-gradient(#fff, #e6e6e6);
  box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1, 0 1px 2px rgba(0, 0, 0, .1);
  font: 14px Arial, sans-serif;
  color: #333;
  text-shadow: 1px 1px #fff;
  cursor: pointer; }

button.styler::-moz-focus-inner, input[type='button'].styler::-moz-focus-inner, input[type='submit'].styler::-moz-focus-inner, input[type='reset'].styler::-moz-focus-inner {
  padding: 0;
  border: 0; }

button.styler:not([disabled]):hover, input[type='button'].styler:not([disabled]):hover, input[type='submit'].styler:not([disabled]):hover, input[type='reset'].styler:hover {
  background: #e6e6e6;
  background: -webkit-linear-gradient(#f6f6f6, #e6e6e6);
  background: linear-gradient(#f6f6f6, #e6e6e6); }

button.styler:not([disabled]):active, input[type='button'].styler:not([disabled]):active, input[type='submit'].styler:not([disabled]):active, input[type='reset'].styler:active {
  background: #f5f5f5;
  box-shadow: inset 1px 1px 3px #ddd; }

button.styler[disabled], input[type='button'].styler[disabled], input[type='submit'].styler[disabled] {
  border-color: #ccc;
  background: #f5f5f5;
  box-shadow: none;
  color: #888; }

.panel-group .panel-heading + .panel-collapse &gt; .panel-body, .panel-group .panel-heading + .panel-collapse &gt; .list-group {
  border-top: none; }

.panel-default &gt; .panel-heading.order-list {
  position: relative;
  font-family: ;
  padding: 5px 0;
  color: #333;
  background-color: #f5f5f5;
  border-radius: 0 !important;
  border: none !important; }
  .panel-default &gt; .panel-heading.order-list:before {
    position: absolute;
    display: block;
    content: "";
    width: 30px;
    height: 30px;
    right: 24px;
    top: 5px;
    background: #fff;
    border: 1px solid #d1d1d1;
    border-radius: 50%; }
  .panel-default &gt; .panel-heading.order-list:after {
    position: absolute;
    display: block;
    content: "";
    width: 12px;
    height: 12px;
    right: 33px;
    top: 17px;
    background: #fff;
    border-left: 1px solid #919191;
    border-bottom: 1px solid #919191;
    transform: rotate(135deg);
    transition: all 0.3s; }
  .panel-default &gt; .panel-heading.order-list.collapsed:after, .panel-default &gt; .panel-heading.order-list.order-start-collapse:after {
    position: absolute;
    display: block;
    content: "";
    width: 12px;
    height: 12px;
    right: 33px;
    top: 12px;
    background: #fff;
    border-left: 1px solid #919191;
    border-bottom: 1px solid #919191;
    transform: rotate(-45deg); }
  .panel-default &gt; .panel-heading.order-list .order-list-basket {
    display: none; }
  .panel-default &gt; .panel-heading.order-list .order-list-status {
    width: auto;
    text-align: center; }
  .panel-default &gt; .panel-heading.order-list .order-list-number {
    outline: none;
    color: #2a77b9; }
  .panel-default &gt; .panel-heading.order-list .order-list-number:focus, .panel-default &gt; .panel-heading.order-list .order-list-number:hover {
    text-decoration: none; }
  .panel-default &gt; .panel-heading.order-list .order-list-date {
    font-size: 12px;
    font-weight: 500;
    color: #333; }
  .panel-default &gt; .panel-heading.order-list .order-list-total-prise {
    font-weight: 900;
    font-size: 12px;
    color: #333; }
  .panel-default &gt; .panel-heading.order-list .order-list-print {
    border: none !important;
    display: none; }
  .panel-default &gt; .panel-heading.order-list .order-list-right {
    border: none !important; }
  .panel-default &gt; .panel-heading.order-list .order-list-status {
    min-width: 110px;
    height: 28px;
    margin-top: 6px;
    background: #2fa423;
    color: #fff; }
  .panel-default &gt; .panel-heading.order-list .order-list-status span {
    padding: 0;
    line-height: 28px; }

.panel-collapse .order-product-list_left {
  border: none !important; }
  .panel-collapse .product-list-info {
    padding: 30px 0;
    border-bottom: 1px dashed #dedede; }
  .panel-collapse .product-list-info .column-product .product-list-caption a {
    color: #2a77b9; }
  .panel-collapse .product-list-info .column-product .product-list-caption .product-caption-article {
    margin: 0;
    padding: 0;
    font-weight: 300; }
  .panel-collapse .product-list-info .column-product .producr-list-price {
    justify-content: space-between; }
  .panel-collapse .product-list-info .column-product .producr-list-price .product-caption-price {
    width: 30%;
    font-size: 14px;
    font-weight: 300; }
  .panel-collapse .product-list-info .column-product .producr-list-price p {
    padding: 0;
    width: 70px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #ddd; }
  .panel-collapse .product-list-info .product-list-buy {
    align-items: flex-end; }
  .panel-collapse .product-list-info .product-list-buy .cart-add-button {
    width: 100%;
    padding: 10px; }
  .panel-collapse .product-list-info .product-list-buy .buy-one-click {
    display: block;
    white-space: nowrap;
    padding-left: 20px;
    width: auto;
    height: auto;
    margin-top: 30px;
    border: none;
    font-size: 14px;
    font-weight: 300;
    left: 25px;
    color: #333;
    text-decoration: underline;
    background: transparent url(/catalog/view/theme/neoseo_unistor/image/neoseo_account/icon-mouse.png) no-repeat left center; }
  .panel-collapse .product-list-info .product-list-buy .buy-one-click:hover {
    text-decoration: none;
    background-color: transparent; }
  .panel-collapse .order-product-list_right {
    border-left: 1px solid #dedede;
    padding-top: 30px;
    padding-bottom: 30px; }
  .panel-collapse .order-product-list_right ul {
    margin: 0;
    padding: 0; }
  .panel-collapse .order-product-list_right .option-name {
    display: inline-block;
    font-size: 14px;
    font-weight: 900;
    width: 45%; }
  .panel-collapse .order-product-list_right .option-value {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin-left: 5px;
    font-size: 14px;
    font-weight: 300;
    color: #666; }
  .panel-collapse .order-product-list_right .option-value.status {
    display: inline-block;
    width: 110px;
    height: 28px;
    background: #2fa423;
    color: #fff;
    line-height: 28px;
    text-align: center; }

.panel-group .panel {
  margin-bottom: 0;
  border: none; }

.block-flex {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  @media (max-width: 767px) {
  .block-flex {
    flex-direction: column; }
    .block-flex .block-flex-col {
      margin-bottom: 15px; } }

.login-block {
  padding: 20px 0;
  background: #fff; }
  .login-block .login-title {
    justify-content: space-between;
    margin-bottom: 0px; }
  @media screen and (max-width: 767px) {
    .login-block .login-title {
      flex-direction: column;
      justify-content: center; } }
  .login-block h1 {
    margin: 0px;
    padding: 0;
    font-size: 30px;
    font-family: ;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    text-align: center; }
  @media screen and (max-width: 767px) {
    .login-block h1 {
      margin-bottom: 15px;
      text-align: center; } }
  .login-block .row-login {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 20px; }
  .login-block input {
    padding: 10px 0;
    border: none;
    border-bottom: 1px solid #c7c7c7;
    box-shadow: none !important;
    font-size: 14px;
    font-weight: 300; }
  .login-block input[type="submit"] {
    padding: 10px; }
  .login-block .form-group {
    margin-bottom: 30px; }
  .login-block .login-content {
    padding: 20px 35px 0; }
  .login-block .login-content .col-mail, .login-block .login-content .col-psw {
    padding-left: 44px;
    background-image: url(/catalog/view/theme/neoseo_unistor/image/neoseo_account/reg-mail.png);
    background-repeat: no-repeat;
    background-position: 10px center; }
  .login-block .login-content .col-psw {
    background-image: url(/catalog/view/theme/neoseo_unistor/image/neoseo_account/reg-key.png); }
  .login-block .login-forgot {
    color: #1d1d1d;
    padding: 10px 0 0;
    white-space: nowrap;
    text-align: left; }
  .login-block .login-forgot:hover {
    text-decoration: underline; }
  .login-block .login-forgot i {
    color: #1d1d1d; }
  .login-block .login-btns {
    padding-top: 0px;
    padding-left: 0;
    margin: 0 auto; }
  .login-block .login-btns .remember {
    color: #999;
    font-size: 12px; }
  .login-block .login-btns .block-flex-col {
    align-items: flex-start; }
  .login-block .login-btns .socialLogin {
    display: none; }
  .login-block .login-btns .btn-reg {
    padding: 0;
    border-radius: 0;
    color: #2a77b9;
    border-bottom: 1px dashed #2a77b9;
    background: none;
    box-shadow: none; }
  .login-block .login-btns .btn-reg:hover {
    border-bottom-color: transparent;
    border-bottom: 1px dashed transparent;
    box-shadow: none; }
  .login-block .login-btns .btn-login {
    min-width: 115px;
    background: #444; }
  .login-block .login-btns .btn-login:hover {
    background: #666; }

.row-colored {
  padding: 16px 35px;
  background: #1d1d1d; }

.account-container .rating .fa, .login-block .rating .fa {
  margin-bottom: 10px; }
  .account-container .socialLogin, .login-block .socialLogin {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    margin: 10px auto; }
  @media screen and (max-width: 767px) {
    .account-container .socialLogin, .login-block .socialLogin {
      flex-direction: column;
      justify-content: center;
      width: 100%; } }
  .account-container .socialLogin span, .login-block .socialLogin span {
    position: relative;
    display: block;
    width: 50%;
    text-align: right;
    right: 0px;
    line-height: 22px;
    color: #999; }
  @media screen and (max-width: 767px) {
      .account-container .socialLogin span, .login-block .socialLogin span {
        text-align: center;
        width: 100%; } }
  .account-container .socialLogin #uLogin, .login-block .socialLogin #uLogin {
    width: 50%;
    position: relative;
    right: 0px; }
  @media screen and (max-width: 767px) {
      .account-container .socialLogin #uLogin, .login-block .socialLogin #uLogin {
        margin-top: 5px;
        display: flex;
        justify-content: center;
        width: 100%; } }
  .account-container .socialLogin .ulogin-buttons-container, .login-block .socialLogin .ulogin-buttons-container {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-left: 20px !important; }
  @media screen and (max-width: 767px) {
      .account-container .socialLogin .ulogin-buttons-container, .login-block .socialLogin .ulogin-buttons-container {
        text-align: center;
        justify-content: center;
        padding-left: 0 !important; } }
  .account-container .socialLogin [class*='ulogin-button-'], .login-block .socialLogin [class*='ulogin-button-'] {
    border-radius: 50% !important;
    zoom: 0.8; }
  .account-container .socialLogin ul, .login-block .socialLogin ul {
    margin: 0; }
  .account-container .socialLogin a, .login-block .socialLogin a {
    display: block;
    padding: 6px;
    text-align: center;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%; }
  .account-container .socialLogin a i, .login-block .socialLogin a i {
    color: #1d1d1d;
    font-size: 18px; }

.account-container + .empty-box {
  padding-left: 35px;
  padding-right: 35px; }

.account-container:not(.checkout-container) {
  margin: 0 0 20px 0;
  padding: 20px 0 1px;
  background: #fff;
  font-family: ;
  font-size: 14px;
  color: #666; }
  .account-container:not(.checkout-container) .btn-primary {
    font-family: ;
    font-weight: 900; }
  .account-container:not(.checkout-container) h1 {
    padding-left: 35px;
    padding-right: 35px;
    margin: 0;
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 800;
    line-height: 36px;
    font-family: ;
    text-transform: uppercase; }
  .account-container:not(.checkout-container) h1.reg-title {
    background: #f0f0f0;
    color: #353535;
    line-height: 65px;
    text-align: center; }
  .account-container:not(.checkout-container) h1.reg-title i {
    width: 36px;
    height: 36px;
    margin-right: 10px;
    border-width: 1px;
    border-style: solid;
    border-color: #353535;
    border-image: initial;
    border-radius: 50%; }
  @media (max-width: 576px) {
        .account-container:not(.checkout-container) h1.reg-title span {
          font-size: 21px; } }
  .account-container:not(.checkout-container).forgotten {
    text-align: center; }
  .account-container:not(.checkout-container).forgotten h1 {
    color: #fff;
    text-align: center;
    line-height: 65px;
    background: #1d1d1d; }
  @media (max-width: 480px) {
      .account-container:not(.checkout-container).forgotten h1 {
        line-height: 44px;
        font-size: 5vw; } }
  .account-container:not(.checkout-container).forgotten h1 i {
    width: 36px;
    height: 36px;
    border: 1px solid #fff;
    border-radius: 50%;
    margin-right: 10px; }
  @media (max-width: 480px) {
        .account-container:not(.checkout-container).forgotten h1 i {
          font-size: 20px;
          height: 24px;
          width: 24px;
          padding-top: 1px; } }
  .account-container:not(.checkout-container).forgotten p {
    max-width: 50%;
    text-align: center;
    display: inline-block; }
  @media (max-width: 767px) {
      .account-container:not(.checkout-container).forgotten p {
        max-width: 100%; } }
  .account-container:not(.checkout-container).forgotten legend {
    display: none; }
  .account-container:not(.checkout-container).forgotten label {
    font-size: 0;
    width: 42px;
    height: 33px;
    background: url(/catalog/view/theme/neoseo_unistor/image/neoseo_account/reg-mail.png) no-repeat center; }
  .account-container:not(.checkout-container).forgotten .form-group {
    display: flex;
    justify-content: center; }
  .account-container:not(.checkout-container).forgotten form {
    padding: 0 35px 35px; }
  .account-container:not(.checkout-container) .btn {
    min-width: 100px;
    padding: 10px; }
  .account-container:not(.checkout-container) p {
    padding: 0 35px; }
  .account-container:not(.checkout-container) p.reward-sum b {
    font-weight: 700;
    color: #1d1d1d; }
  .account-container:not(.checkout-container) p:last-child {
    padding-bottom: 15px; }
  .account-container:not(.checkout-container) .table .description {
    white-space: pre-wrap; }
  .account-container:not(.checkout-container) .ac-block {
    padding-bottom: 25px;
    border-bottom: 1px solid #fff; }
  @media screen and (max-width: 767px) {
    .account-container:not(.checkout-container) .ac-block {
      flex-direction: column; } }
  .account-container:not(.checkout-container) .ac-block .btn {
    padding-left: 10px;
    margin-right: 35px;
    margin-left: 35px;
    font-size: 14px;
    font-weight: 900;
    color: #666;
    background: #ebebeb;
    box-shadow: none; }
  .account-container:not(.checkout-container) .ac-block .btn:hover {
    box-shadow: none;
    background: #ccc; }
  .account-container:not(.checkout-container) ul {
    margin: 0;
    margin-top: 20px;
    padding: 5px 35px 25px;
    list-style: none; }
  .account-container:not(.checkout-container) ul li {
    padding: 8px 0;
    font-size: 14px;
    font-weight: 300;
    color: #666; }
  .account-container:not(.checkout-container) ul .ac-option {
    display: inline-block;
    width: 175px;
    font-size: 14px;
    font-weight: 300;
    color: #333; }
  @media screen and (max-width: 767px) {
      .account-container:not(.checkout-container) ul .ac-option {
        width: auto;
        padding-right: 20px;
        font-weight: 500; } }
  .account-container:not(.checkout-container) ul a {
    display: block;
    margin: 10px auto 5px;
    color: #1d1d1d; }
  .account-container:not(.checkout-container) .table-responsive {
    font-size: 14px; }
  .account-container:not(.checkout-container) .table-responsive thead {
    background: #1d1d1d;
    font-size: 14px;
    font-family: ;
    font-weight: 900;
    color: #fff; }
  .account-container:not(.checkout-container) .table-responsive thead td {
    color: #fff; }
  .account-container:not(.checkout-container) .table-responsive td {
    text-align: center !important;
    border: none;
    padding: 15px;
    font-size: 14px;
    font-family: ;
    font-weight: 400;
    color: #333; }
  .account-container:not(.checkout-container) .table-responsive td.bonus-0 {
    padding: 30px 35px 76px;
    font-size: 30px;
    line-height: 60px;
    font-weight: 300;
    color: #cacaca; }
  .account-container:not(.checkout-container) .row-results {
    margin: 0;
    padding: 15px 20px; }
  .account-container:not(.checkout-container) .buttons {
    margin: 0; }
  .account-container:not(.checkout-container) .buttons a {
    position: relative;
    top: -5px; }
  .account-container:not(.checkout-container) label {
    font-weight: 300; }
  @media (max-width: 767px) {
      .account-container:not(.checkout-container) .login-register .politics {
        width: 60%;
        margin: 0 auto; } }
  .account-container:not(.checkout-container) .login-register .form-group {
    display: flex;
    justify-content: center; }
  .account-container:not(.checkout-container) .login-register .form-group .field-main {
    padding-left: 35px; }
  @media screen and (max-width: 767px) {
        .account-container:not(.checkout-container) .login-register .form-group .field-main {
          width: 60%; } }
  .account-container:not(.checkout-container) .login-register .form-group .field-main label {
    position: absolute;
    height: 100%;
    width: 44px;
    left: 0;
    flex-grow: 0;
    font-size: 14px;
    background-repeat: no-repeat;
    background-position: left center; }
  .account-container:not(.checkout-container) .login-register .form-group .field-main label:before {
    position: relative;
    left: -10px; }
  .account-container:not(.checkout-container) .login-register .form-group:nth-child(1) .field-main label {
    background-image: url(/catalog/view/theme/neoseo_unistor/image/neoseo_account/reg-user.png); }
  .account-container:not(.checkout-container) .login-register .form-group:nth-child(2) .field-main label {
    background-image: url(/catalog/view/theme/neoseo_unistor/image/neoseo_account/reg-user.png); }
  .account-container:not(.checkout-container) .login-register .form-group:nth-child(3) .field-main label {
    background-image: url(/catalog/view/theme/neoseo_unistor/image/neoseo_account/reg-phone.png); }
  .account-container:not(.checkout-container) .login-register .form-group:nth-child(4) .field-main label {
    background-image: url(/catalog/view/theme/neoseo_unistor/image/neoseo_account/reg-mail.png); }
  .account-container:not(.checkout-container) .login-register .form-group:nth-child(5) .field-main label {
    background-image: url(/catalog/view/theme/neoseo_unistor/image/neoseo_account/reg-key.png); }
  .account-container:not(.checkout-container) .login-register .form-group:nth-child(6) .field-main {
    margin-bottom: 10px; }
  .account-container:not(.checkout-container) .login-register .form-group:nth-child(6) .field-main label {
    background-image: url(/catalog/view/theme/neoseo_unistor/image/neoseo_account/reg-key2.png); }
  .account-container:not(.checkout-container) .checkbox label {
    font-size: 12px;
    font-weight: 300; }
  .account-container:not(.checkout-container) input {
    padding: 10px 0;
    max-width: 100%;
    border: none;
    border-bottom: 1px solid #c7c7c7;
    box-shadow: none !important;
    font-size: 14px;
    font-weight: 300; }
  .account-container:not(.checkout-container) input[type="submit"] {
    padding: 10px; }
  .account-container:not(.checkout-container) select {
    max-width: 300px; }
  .account-container:not(.checkout-container) ::-webkit-input-placeholder, .account-container:not(.checkout-container) ::-moz-placeholder, .account-container:not(.checkout-container) :-ms-input-placeholder, .account-container:not(.checkout-container) :-moz-placeholder {
    color: #999993; }
  .account-container:not(.checkout-container) .button-holder {
    text-align: center;
    padding-bottom: 40px; }
  .account-container:not(.checkout-container) .changepsw, .account-container:not(.checkout-container) .changeadr {
    padding: 0 35px 35px; }
  .account-container:not(.checkout-container) .changepsw .btn, .account-container:not(.checkout-container) .changeadr .btn {
    top: 0; }
  .account-container:not(.checkout-container) .changepsw legend, .account-container:not(.checkout-container) .changeadr legend {
    display: none; }

.empty-title {
  margin-top: 9px; }

.error-container {
  margin: 0 0 20px 0;
  padding: 5px 10px 40px 10px;
  border: 1px solid #fff;
  background: #fff; }

@media (max-width: 991px) {
  .account-icons .account-icon {
    justify-content: center;
    display: flex;
    margin: 5px 0; } }

.account-icons {
  padding: 20px 35px;
  background: #fff; }

.account-icons-list {
  margin-bottom: 0px;
  flex-wrap: wrap;
  display: flex;
  justify-content: flex-start; }
  .account-icons-list a, .account-icons-list h6 {
    margin: 0;
    font-family: ;
    font-size: 12px;
    font-weight: normal;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none; }
  .account-icons-list:hover {
    text-decoration: none; }

.account-item {
  transition: 0.2s ease;
  margin-right: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background: #1d1d1d;
  width: 114px;
  height: 84px;
  text-align: center;
  border: 1px solid #fff;
  padding: 7px 20px;
  transition: all 0.5s; }
  .account-item i {
    position: relative;
    display: block;
    padding: 8px;
    margin-bottom: 8px;
    font-size: 20px;
    color: #1d1d1d; }
  .account-item i:before {
    position: relative;
    z-index: 1; }
  .account-item i:after {
    position: absolute;
    display: block;
    content: "";
    width: 36px;
    height: 36px;
    background: #fff;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 0; }
  .account-item:hover {
    background: #fff;
    border-color: #1d1d1d; }
  .account-item:hover h6 {
    color: #1d1d1d; }
  .account-item:hover i {
    color: #fff; }
  .account-item:hover i:after {
    background: #1d1d1d; }

.border-status {
  font-size: 19px;
  border: 4px dotted #57d17a;
  padding: 5px;
  border-radius: 4px;
  transform: rotate(-5deg);
  position: absolute; }

.order-list {
  padding: 6px 0;
  background: #f5f5f5;
  border: none;
  justify-content: flex-start;
  display: flex; }
  .order-list .order-list-left, .order-list .order-list-right {
    padding: 0;
    height: 40px;
    display: flex; }
  .order-list .order-list-print {
    border-left: 1px solid #ccc; }
  .order-list .order-list-print i {
    font-size: 32px;
    top: -5px;
    position: relative; }
  .order-list div {
    height: 40px;
    font-weight: 400;
    color: #444;
    font-size: 14px; }
  .order-list div span {
    display: inline-block;
    padding: 10px 0; }
  .order-list div a {
    color: #5e8ee4; }
  .order-list div a:hover {
    color: #5e8ee4; }
  .order-list .order-list-number a {
    border-bottom: 1px dotted; }
  .order-list .order-list-total-prise {
    padding-left: 0; }

@media (max-width: 1199px) and (min-width: 992px) {
  .order-list .order-list-print i {
    left: -6px; } }

@media (max-width: 1199px) {
  .order-list div {
    font-size: 13px; } }

.order-list-info {
  width: 190px; }

.order-list-number i, .order-list-info i {
  color: #5e8ee4; }
  .order-list-number i:hover, .order-list-info i:hover {
    color: #5e8ee4; }

.order-product-list {
  display: flex;
  padding: 0; }
  .order-product-list_left {
    border-top: 1px solid #ccc;
    padding: 10px 0; }
  .order-product-list_right {
    border-left: 1px solid #ccc;
    padding: 10px 0; }

@media (max-width: 992px) {
  .order-product-list_right {
    border-left: none; } }

.order-list-product {
  width: 380px; }
  .order-list-product a {
    text-align: center; }

.order-list-done {
  color: #57d17a;
  font-weight: bold; }

.order-list-right {
  border-left: 1px solid #ccc; }
  .order-list-right .order-list-status {
    position: relative; }

.order-list-history {
  position: absolute;
  right: 14px;
  border: none; }

.order-list-basket {
  display: flex;
  overflow: hidden;
  align-items: center; }
  .order-list-basket a {
    border-bottom: none !important; }

.product-list-info {
  padding: 0 8px;
  display: flex;
  border-bottom: 1px dotted #ccc; }
  .product-list-info .product-list-caption, .product-list-info .button-group-cart, .product-list-info .product-list-buy {
    padding: 10px;
    display: flex;
    flex-direction: column; }

.producr-list-price {
  padding-left: 10px;
  display: flex;
  justify-content: space-between;
  align-items: baseline; }
  .producr-list-price p {
    font-weight: bold;
    padding-right: 32px; }

#button-coupon, #button-voucher, #button-reward {
  padding: 7px 20px 8px; }

.product-grid .price-container {
  width: 50%; }

.column-product a {
  color: #1d1d1d;
  font-weight: bold; }
  .column-product a:hover {
    color: #1d1d1d;
    text-decoration: underline; }

.column-status {
  display: flex;
  width: 100%;
  flex-direction: column; }

.product-list-buy {
  justify-content: flex-end; }
  .product-list-buy .cart-add-button {
    padding: 10px 0; }

.product-caption-article {
  padding: 10px 0;
  font-weight: bold; }

.panel-body {
  padding: 0; }

#accordion-shipping-payment {
  margin-top: 10px; }

.order-title {
  width: 30%; }

@media (max-width: 991px) {
  .account-icons-list {
    flex-wrap: wrap; }

  .column-portable {
    display: flex;
    flex-direction: column; } }

@media (max-width: 768px) {
  .product-list-buy, .product-list-image {
    margin: 0 auto; }
    .product-list-buy img, .product-list-image img {
      margin: 0 auto; }

  .column-product {
    text-align: center; }

  .product-list-info {
    flex-direction: column;
    align-items: center; } }

@media (max-width: 515px) {
  .account-icon {
    width: 24%;
    margin: 0 1% 5px 0 !important; }
    .account-icon .account-item {
      width: 100%;
      height: 69px; }
      .account-icon .account-item h6 {
        display: none; }
      .account-icon .account-item i {
        font-size: 24px; } }

@media (max-width: 480px) {
  .login-btns {
    flex-direction: column; }
    .login-btns .block-flex-col {
      height: 65px; }

  #uLogin {
    display: flex; }

  .login-title h1 {
    font-size: 21px;
    margin: 0; } }

.radio-box {
  text-align: center;
  margin: 20px 0 10px; }

@media (max-width: 767px) {
    .login-register .subscribe-on-news, .login-register .agree {
      width: 60%; } }

.action-list {
  margin: 30px 0; }
  .action-list .item {
    margin: 20px 0;
    padding-bottom: 0; }
  .action-list .item-title {
    margin-top: 8px; }
  .action-list .item-pic {
    float: left;
    margin-right: 0;
    margin-bottom: 15px;
    max-width: 400px;
    position: relative;
    z-index: 6; }
  .action-list .timer-title {
    font-size: 13px;
    opacity: 0.8;
    margin: 8px 0; }
  .action-list .timer-time {
    width: 235px;
    text-align: left;
    position: relative;
    left: -3px;
    margin-bottom: 20px; }

.action-item {
  background: #fff;
  padding: 10px;
  margin: 25px 0 30px;
  border: 1px solid #fff; }
  .action-item p {
    word-break: break-word; }
  .action-item .item {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
    padding-bottom: 10px;
    border-bottom: 2px solid #ddd; }
  @media (max-width: 991px) {
    .action-item .item {
      flex-direction: column; } }
  .action-item .item-top {
    padding-left: 0; }
  @media (min-width: 992px) {
      .action-item .item-bottom {
        width: 50%; } }
  @media (max-width: 991px) {
      .action-item .item-bottom {
        padding-left: 0; } }
  @media (max-width: 991px) {
      .action-item .item-desc {
        display: flex;
        flex-direction: column;
        align-items: center; } }
  @media (max-width: 480px) {
      .action-item .item-desc .timer-time {
        width: 100%; } }
  .action-item .item-pic {
    float: left;
    margin-right: 30px;
    max-width: 100%;
    border: 1px solid #fff; }
  .action-item .timer-title {
    font-size: 27px;
    color: #1d1d1d;
    opacity: 1;
    text-transform: uppercase;
    margin-bottom: 15px;
    margin-top: 15px; }
  .action-item .timer-time {
    width: 390px;
    text-align: left;
    position: relative;
    left: -8px;
    margin-bottom: 30px;
    margin-top: 20px; }

@media (max-width: 991px) {
  .action-item .item-pic {
    float: none;
    margin-right: 0;
    margin-bottom: 20px; }
    .action-item .timer-title {
      font-size: 17px; }
    .action-item .timer-time {
      width: 350px;
      margin-bottom: 20px; } }

.item-pic img {
  max-width: 100%;
  max-height: 400px; }

.action-item .item-type, .action-list .item-type {
  display: inline-block;
  padding: 5px 10px;
  background: #57d6e9;
  color: white;
  border-radius: 5px; }

.action-content .short-container {
  padding-left: 0;
  padding-right: 0; }

#content.action-content .container {
  width: 100%; }

@media (max-width: 767px) {
  .action-list .item-pic {
    float: none;
    margin-right: 0; } }

@media (max-width: 400px) {
  /* Actions Page END */
  /* Actions View */
    .action-item .timer-time {
      width: 292px;
      margin-bottom: 15px; } }

#actions {
  margin: 10px 0 0; }
  #actions .container {
    width: 100%; }
  #actions .action-box {
    margin-bottom: 20px;
    text-align: center; }
  #actions h3 {
    margin-top: 0;
    margin-bottom: 15px; }
  #actions .timer-title {
    font-size: 16px;
    margin-bottom: 10px;
    min-width: 250px; }
  @media (min-width: 768px) {
    #actions .timer-title {
      margin-left: 10px; } }
  #actions .timer-time {
    text-align: left;
    max-width: 300px;
    margin: 10px auto; }
  #actions .item-pic {
    margin: 7px 0;
    max-height: 250px; }
  #actions .item-pic img {
    max-height: 500px;
    max-width: 100%; }
  #actions .action-box[class^='col-'] {
    width: 50%; }

@media (min-width: 992px) and (max-width: 1199px) {
  #actions h3 {
    font-size: 22px;
    height: 40px; } }

@media (min-width: 768px) and (max-width: 991px) {
  #actions h3 {
    font-size: 18px;
    margin-bottom: 2px;
    height: 38px; } }

@media (max-width: 767px) {
  #actions {
    margin: 10px 0; }
    #actions h3 {
      font-size: 23px; }
    #actions .action-box {
      padding: 0 0 20px;
      margin: 0 15px 20px;
      border-bottom: solid 1px #e4e7e8; }
      #actions .action-box:last-child {
        border-bottom: none;
        margin-bottom: 0; }
    #actions .action-box[class^='col-'] {
      width: 100%;
      display: block;
      margin-right: 0;
      margin-left: 0; } }

@media (max-width: 480px) {
  #actions h3 {
    font-size: 21px; } }

.action-content {
  padding: 0 !important; }

.actions-main {
  padding: 0 10px; }

.action-info {
  padding: 15px;
  margin: 0 -10px 10px;
  background: #fff;
  border: 1px solid #fff;
  margin-bottom: 20px; }
  .action-info p {
    word-break: break-word; }
  .action-info .item &gt; div {
    padding-left: 0; }
  .action-info h3 {
    padding-top: 10px;
    text-align: center; }
  .action-info h3 a {
    color: #1d1d1d;
    font-size: 27px; }
  @media (max-width: 767px) {
        .action-info h3 a {
          font-size: 18px; } }
  .action-info .item-pic {
    margin: 0 0 20px 0;
    padding: 0;
    text-align: center; }
  .action-info .timer-title {
    padding: 0;
    color: #333;
    text-align: center; }
  .action-info .timer-time {
    padding: 0;
    margin-bottom: 20px; }
  .action-container {
    padding: 15px;
    background: #fff;
    border: 1px solid #fff;
    margin-bottom: 20px; }
  @media (max-width: 991px) {
    .action-container .item-timer {
      display: flex;
      flex-direction: column;
      align-items: center; }

    .action-container .item-pic {
      margin: 15px 0 !important; } }
  @media (max-width: 767px) {
    .action-container {
      margin: 0 -15px 20px; } }
  @media (max-width: 480px) {
    .action-container .timer-time {
      width: 100% !important; } }
  .action-container p {
    word-break: break-word; }
  .action-container:nth-child(even) .item-pic {
    margin: 0 0 0 30px; }
  .action-container:nth-child(even) .item-timerAndPic {
    order: 2; }
  .action-list {
    display: flex;
    margin: 0;
    padding: 0; }
  @media (max-width: 991px) {
    .action-list {
      flex-direction: column;
      align-items: center; } }
  .action-list p {
    word-break: break-word; }
  .action-list .item-timerAndPic {
    display: flex;
    padding-left: 0; }
  .action-list .item-pic {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    max-width: 100%; }
  .action-list .item-pic img {
    border: 1px solid #fff; }
  @media (max-width: 991px) {
      .action-list .item-title {
        text-align: center; } }
  .action-list .item-title a {
    font-size: 32px;
    color: #1d1d1d; }
  @media (max-width: 767px) {
        .action-list .item-title a {
          font-size: 21px; } }
  .action-list .timer-time {
    width: 300px; }
  .action-list .item-desc {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center; }
  @media (min-width: 992px) {
      .action-list .item-desc {
        width: 50%; } }

@media (max-width: 767px) {
    .item &gt; div {
      padding-left: 0 !important; } }

.item-line {
  display: flex; }
  @media (max-width: 600px) {
    .item-line {
      flex-direction: column; } }
  .item-line .line__right {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    padding-left: 15px; }
  .item-line .line__right .timer-time {
    width: 250px; }
  @media (max-width: 1199px) and (min-width: 992px) {
        .item-line .line__right .timer-time {
          width: 175px; } }

#actions {
  margin: 30px 0;
  display: inline-flex;
  padding: 0 15px;
  width: 100%; }

.end {
  background: #8a6d3b !important;
  display: inline-block !important;
  font-size: 16px !important;
  padding: 5px 15px !important;
  color: #fff !important;
  border-radius: 4px !important; }

.actions-category {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
  /*--- ACTION ITEM GRID START ---*/ }
  .actions-category &gt; div {
    margin-bottom: 10px; }
  .actions-category .action-info {
    height: 100%; }
  .actions-category .action-info h3 {
    min-height: 70px; }
  .actions-category .action-info h3 a {
    font-size: 19px; }
  @media (max-width: 767px) {
    .actions-category .action-info {
      display: flex;
      flex-direction: column;
      align-items: center; } }
  .actions-category .action-info .timer-title {
    margin: 0 auto 20px !important;
    text-align: center;
    justify-content: center;
    display: block !important;
    padding: 5px 15px !important;
    width: 100% !important;
    min-width: auto !important;
    max-width: 250px !important; }

.action-grid-heading {
  font-size: 23px;
  text-align: center;
  color: #1d1d1d;
  margin: 10px 0 30px;
  text-transform: uppercase; }

#action-grid-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px; }
  #action-grid-list .action-item-grid {
    background: #fff;
    padding: 0;
    margin: 0 -10px; }
  @media (max-width: 767px) {
    #action-grid-list .action-item-grid {
      margin-bottom: 15px; } }
  #action-grid-list .action-item-grid__image {
    text-align: center; }
  #action-grid-list .action-item-grid__image img {
    max-width: 100%;
    height: auto; }
  #action-grid-list .action-item-grid__title {
    display: flex;
    margin-bottom: 0;
    height: auto;
    justify-content: center;
    min-height: 60px;
    align-items: center; }
  #action-grid-list .action-item-grid__title a {
    min-height: 40px;
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #333;
    font-weight: bold; }
  #action-grid-list .action-item-grid__content {
    background: #fff;
    padding-bottom: 15px; }
  #action-grid-list .action-item-grid__info {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 30px 15px; }
  @media (max-width: 413px) {
      #action-grid-list .action-item-grid__info {
        flex-direction: column;
        align-items: center; }
        #action-grid-list .action-item-grid__info &gt; div {
          width: 100%; }
          #action-grid-list .action-item-grid__info &gt; div:first-child {
            margin-bottom: 15px; } }
  #action-grid-list .action-item-grid__finish {
    margin-left: 0; }
  #action-grid-list .action-item-grid__link {
    transition: 0.3s;
    color: #fff;
    width: 180px;
    display: flex;
    height: 50px;
    border-radius: 4px;
    align-items: center;
    justify-content: center;
    margin: 15px auto 0;
    border: 1px solid #1d1d1d;
    background: #1d1d1d;
    font-size: 16px;
    font-weight: 800; }
  #action-grid-list .action-item-grid__link:hover {
    transition: 0.3s;
    background: #57d6e9;
    color: #1d1d1d; }
  #action-grid-list .action-item-grid__time-title {
    font-size: 16px;
    margin: 5px 0;
    text-align: center;
    background: #1d1d1d;
    color: #fff;
    padding: 2px 5px; }
  #action-grid-list .action-item-grid__time-count {
    background: #fff;
    max-width: 270px;
    width: 100%; }

@media (min-width: 768px) {
        .common-home #actions .container .row {
          display: flex;
          flex-wrap: wrap; } }
  .common-home #actions {
    padding: 0; }
  .common-home #actions .action-info {
    margin: 0; }

.actions-grid-5 {
  display: grid !important;
  grid-template-columns: repeat(5, 1fr);
  /*--- ACTION ITEM GRID END ---*/
  /* Actions END */ }
  .actions-grid-5:before, .actions-grid-5:after {
    display: none; }
  @media (max-width: 991px) {
  .actions-grid-5 {
    display: flex !important;
    flex-wrap: wrap; } }

#blog-search {
  border: 1px solid #ccc;
  top: 0; }
  #blog-search &gt; .form-control {
    border: none;
    border-right: 1px solid #ccc; }
  #blog-search &gt; .input-group-btn, #blog-search #button-search {
    height: 100%;
    background: #ececec;
    padding: 2px 9px 2px;
    color: #747474; }

.related-products-container {
  display: flex;
  flex-wrap: wrap;
  padding: 0 9px; }
  .related-products-container .related-products-grid {
    margin-bottom: 15px; }
  .related-products-container .related-products-grid .product-thumb {
    background: #fff;
    border: 1px solid #fff;
    margin: 5px -10px;
    padding: 10px; }
  .related-products-container .related-products-grid .product-thumb h4 {
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    height: 37px;
    overflow: hidden; }
  .related-products-container .related-products-grid .product-thumb h4 &gt; a {
    color: #1d1d1d; }
  .related-products-container .related-products-grid .product-thumb .price {
    font-size: 18px;
    text-align: center;
    min-height: 20px; }

#related_articles {
  padding: 0 5px; }

.related-products-column .product-thumb {
  padding: 0 5px;
  display: flex;
  border: none !important; }
  .related-products-column .product-thumb .image {
    margin-right: 10px;
    width: 40%; }
  .related-products-column .product-thumb .quickview {
    display: none; }
  .related-products-column .product-thumb .quickview &gt; * {
    display: none; }
  .related-products-column .product-thumb .caption {
    width: 60%; }
  .related-products-column .product-thumb h4 {
    font-weight: 400;
    font-size: 16px;
    height: 39px;
    overflow: hidden;
    margin-right: 7px; }
  .related-products-column .product-thumb h4 &gt; a {
    color: #595959; }
  .related-products-column .product-thumb h4 &gt; a:hover {
    color: #595959; }
  .related-products-column .product-thumb h4 .price {
    color: #595959;
    font-size: 16px;
    text-align: center;
    min-height: 20px; }
  .related-products-column .product-thumb:hover {
    padding: 0 5px; }

@media (max-width: 1199px) {
  .related-products-container .related-products-grid .product-thumb .price {
    font-size: 16px;
    text-align: center;
    min-height: 20px; }

  .related-products-column .product-thumb {
    align-items: center;
    flex-direction: column; }
    .related-products-column .product-thumb .caption {
      width: 100%;
      text-align: center; } }

#button-comment:hover {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  opacity: 0.94; }

@media (max-width: 767px) {
  .article-thumb {
    display: flex;
    flex-direction: column !important; }

  .product-layout .news .image img {
    width: 100%; }

  #form-comment.with-captcha #button-comment {
    bottom: -5px; } }

.comment-reply-link {
  background: #1d1d1d;
  color: #fff;
  border-radius: 4px;
  font-size: 13px;
  text-shadow: none;
  border: none;
  box-shadow: none;
  padding: 5px 16px; }
  .comment-reply-link:hover {
    background: #57d6e9;
    color: #fff;
    border: none;
    text-decoration: none;
    text-shadow: none;
    box-shadow: none; }

.entry-meta {
  padding: 0 0 6px;
  margin-top: 0;
  display: flex;
  flex-direction: column;
  gap: 5px; }
  .entry-meta a {
    font-size: 13px;
    color: #6b6b6b; }
  .entry-meta a:hover {
    text-decoration: underline; }
  .entry-meta .fa {
    font-size: 14px;
    margin-right: 2px; }
  .entry-meta span {
    font-size: 13px;
    display: inline-block;
    margin-bottom: 5px;
    color: #595959; }

@media (max-width: 1199px) and (min-width: 768px) {
  .entry-meta span {
    font-size: 12px; } }

.row.article-block {
  margin-bottom: 30px; }

.common-home .row.article-block .product-layout {
  padding-left: 0;
  padding-right: 0; }

.product-grid {
  text-align: center; }

.blog-content .product-grid .caption, .article-block .product-thumb .caption, .article-block .article-thumb .caption {
  height: 180px;
  overflow: hidden;
  /*&amp;:before {
      content: "";
      display: block;
      height: 30px;
      width: 99%;
      position: absolute;
      bottom: 5px;
      left: 1px;
      @include top-gradient(rgba(255, 255, 255, 0), #FFF);
    }*/
  margin-top: 0; }

.article-block .product-layout .product-thumb, .article-block .product-layout .product-thumb:hover, .article-block .product-layout .article-thumb, .article-block .product-layout .article-thumb:hover {
  padding: 10px;
  margin: 0;
  border: 1px solid #eee; }

.product-block .product-thumb .caption {
  min-height: 140px;
  position: relative;
  /* Blog - comments */ }

.comment-body {
  background-color: #fff;
  margin: 0;
  overflow: hidden;
  padding: 20px 10px;
  position: relative;
  border-radius: 0; }
  .comment-body .comment-content {
    padding: 0 0 15px;
    font-size: 13px;
    line-height: 1.25;
    word-wrap: break-word; }
  .comment-body .comment-top {
    display: flex; }
  .comment-body .comment-top .comment-meta {
    padding-bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 50%; }
  .comment-body .comment-top .comment-meta .comment-author {
    padding-right: 15px;
    width: 50%; }
  .comment-body .comment-top .comment-meta .comment-author::after {
    content: '';
    width: 2px;
    height: 25px;
    display: block;
    background: white;
    position: absolute;
    left: 25%;
    top: 18px;
    border-radius: 3px;
    box-shadow: 0 0 1px 1px #bbbaba; }
  .comment-body .comment-top .comment-meta .comment-date {
    width: 50%;
    padding-left: 10px;
    position: relative;
    top: -2px; }
  .comment-body .comment-top .comment-rating {
    display: flex;
    width: 50%;
    justify-content: flex-end; }
  .comment-body .comment-top .comment-rating span {
    position: relative;
    margin-right: 5px;
    font-size: 16px; }
  .comment-body .comment-middle {
    display: flex; }
  .comment-body .comment-middle .comment-quot {
    display: flex;
    width: 10%;
    font-size: 108px;
    color: #1d1d1d; }
  .comment-body .comment-middle .comment-content {
    padding: 21px 15px 15px 0;
    display: flex;
    width: 90%;
    color: #595959; }
  .comment-body .comment-bottom {
    display: flex;
    justify-content: flex-end; }

.comment-rating .fa-stack {
  width: 0.9em;
  height: 1em; }

.comment-rating .fa-stack-2x {
  color: #ec0404;
  font-size: 1em; }

@media (max-width: 991px) {
  .comment-body .comment-left {
    width: 26%; }

  .comment-body .comment-right {
    width: 73%; } }

@media (max-width: 767px) {
  .comment-body .comment-left {
    width: 25%; }

  .comment-body .comment-right {
    width: 74%; } }

@media (max-width: 480px) {
  .comment-body .comment-left {
    width: 100%;
    margin-bottom: 15px; }

  .comment-body .comment-right {
    width: 100%; } }

.comment-author {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 5px; }

.comment-date {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 5px;
  margin-top: 5px;
  opacity: 0.8; }

.comment-children {
  margin-left: 0;
  padding-left: 40px; }
  .comment-children .comment-body {
    background: #ededed;
    border-radius: 3px;
    margin-bottom: 10px; }
  .comment-children .comment-left {
    margin-bottom: 20px; }
  .comment-children .comment-meta {
    display: flex; }
  @media (max-width: 414px) {
    .comment-children .comment-meta {
      flex-direction: column; } }
  .comment-children .comment-meta &gt; div {
    margin: 0; }
  .comment-children .comment-meta .comment-author {
    position: relative;
    padding-right: 30px;
    min-width: 130px; }
  @media (max-width: 414px) {
      .comment-children .comment-meta .comment-author {
        margin-bottom: 10px; } }
  .comment-children .comment-meta .comment-author::after {
    content: '';
    width: 2px;
    height: 25px;
    display: block;
    background: white;
    position: absolute;
    right: 12px;
    top: -5px;
    border-radius: 3px;
    box-shadow: 0 0 1px 1px #bbbaba; }
  @media (max-width: 414px) {
        .comment-children .comment-meta .comment-author::after {
          display: none; } }
  .comment-children .comment-meta .comment-date {
    white-space: nowrap; }

@media (min-width: 768px) and (max-width: 1199px) {
  .comment-author {
    font-size: 12px; }

  .comment-date {
    font-size: 10px; } }

#form-comment #input-captcha {
  margin-right: 20px;
  width: 50%;
  float: left; }
  #form-comment .buttons {
    display: inline-block;
    margin: 0;
    margin-bottom: 4px; }
  #form-comment .comment-captcha label {
    width: 100%;
    text-align: left; }
  #form-comment .comment-captcha .col-sm-10 {
    clear: left; }
  #form-comment.with-captcha #button-comment {
    position: relative;
    bottom: -30px; }

#reply-remove {
  white-space: nowrap; }

.article-block.arbs .product-thumb .entry-meta span {
  font-size: 11px; }

.article-block.arbs .product-thumb .entry-meta span .fa {
  font-size: 12px;
  margin-right: 1px; }

@media (max-width: 1199px) {
  .paginator &gt; div {
    float: none;
    width: 100%;
    text-align: left; }

  .paginator .text-left {
    position: relative;
    top: -5px; } }

.row.actik {
  padding-top: 5px; }

@media (max-width: 1199px) {
  .row.actik {
    font-size: 13px;
    line-height: 1.25; } }

@media (max-width: 991px) {
  .row.actik {
    line-height: 1.2; }
    .row.actik img {
      float: none;
      width: auto;
      max-width: 100%;
      display: block; } }

.wrapps.asb-wrap {
  padding-top: 0; }

.aticle-body {
  color: #595959; }
  .aticle-body ul, .aticle-body ol {
    padding-left: 0;
    margin-top: 15px;
    margin-bottom: 15px; }
  .aticle-body li {
    margin-left: 30px;
    margin-bottom: 5px;
    margin-top: 5px; }
  .aticle-body img {
    max-width: 100%;
    margin-bottom: 8px;
    margin-top: 8px; }

#form-comment #input-review + .help-block {
  font-size: 12px;
  margin-bottom: 14px; }

.articles-top {
  margin-bottom: 20px;
  padding: 25px 20px;
  background: #fff;
  border: 1px solid #fff;
  min-height: 175px; }
  .articles-top h2 {
    color: #1d1d1d;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px; }
  .articles-top p {
    color: #595959; }
  .articles-top a.moreLink {
    text-transform: uppercase;
    color: #1d1d1d;
    font-size: 15px;
    text-align: center;
    background: linear-gradient(to top, #fff 46%, rgba(125, 185, 232, 0) 100%);
    width: 100%; }

.articles-bottom {
  padding: 10px;
  background: #fff;
  border: 1px solid #fff; }

.article-block .article-layout .news {
  overflow: hidden;
  margin: 0px -10px 10px;
  background: #fff;
  border: 1px solid #fff; }
  .article-block .article-layout .news &gt; a {
    color: #0c0c0c; }
  .article-block .article-layout .news .image {
    padding: 2px 2px 0 2px; }
  .article-block .article-layout .news .image &gt; a &gt; img {
    width: 100%;
    margin: 0 auto; }
  .article-block .article-layout .news .caption {
    height: auto;
    padding: 10px;
    overflow: hidden; }
  .article-block .article-layout .news .caption h4 a {
    color: #000;
    text-transform: uppercase; }
  .article-block .article-layout .news .caption .entry-meta {
    height: 24px; }
    .article-block .article-layout .news .caption .entry-meta .rating-container {
      position: relative;
      top: -3px;
      display: flex; }
    .article-block .article-layout .news .caption .entry-meta .rating-container .rating {
      margin-right: 0; }
  .article-block .article-layout .news .caption h4 {
    height: 36px;
    text-transform: uppercase;
    overflow: hidden;
    font-weight: bold; }
  .article-block .article-layout .news .caption p {
    opacity: 0.8;
    color: #1d1d1d;
    overflow: hidden;
    padding: 10px 0;
    height: 170px; }
  .article-block .article-layout .news .caption .post-info {
    padding: 10px 0 0 10px;
    width: 130px;
    display: flex;
    border-top: 1px solid #e1e1e1;
    color: #1d1d1d; }
    .article-block .article-layout .news .caption .post-info .entry-views {
      margin-right: 15px; }
    .article-block .article-layout .news .caption .post-info .entry-views i {
      margin-right: 10px; }
    .article-block .article-layout .news .caption .post-info .entry-comments-link i {
      margin-right: 10px; }
  .article-block .article-layout .news:hover .image &gt; a img {
    outline: 2px solid #57d6e9; }

@media (max-width: 1199px) {
  .article-block .article-layout .news .caption .entry-meta {
    height: 44px;
    flex-direction: column; }
    .article-block .article-layout .news .caption .entry-meta .entry-date {
      width: 100%;
      text-align: center; }
    .article-block .article-layout .news .caption .entry-meta .rating-container {
      width: 100%;
      justify-content: center; } }

@media (max-width: 991px) {
  .article-block .article-layout .news .caption .entry-meta {
    height: auto;
    flex-direction: row; }
    .article-block .article-layout .news .caption .entry-meta .entry-date {
      width: 50%;
      text-align: left; }
    .article-block .article-layout .news .caption .entry-meta .rating-container {
      width: 50%;
      justify-content: flex-end; } }

@media (max-width: 400px) {
  .article-block .article-layout .news .caption .entry-meta {
    flex-direction: column; }
    .article-block .article-layout .news .caption .entry-meta .entry-date {
      width: 100%;
      text-align: center; }
    .article-block .article-layout .news .caption .entry-meta .rating-container {
      width: 100%;
      justify-content: center; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .article-block .article-layout .news .caption {
    height: auto; } }

@media (max-width: 767px) {
  .article-layout-posts .news {
    margin: 0px -11px 10px; }
    .article-layout-posts .news &gt; a {
      color: #595959; }
    .article-layout-posts .news .image &gt; a &gt; img {
      margin: 0 auto; }
    .article-layout-posts .news .caption {
      padding: 10px;
      overflow: hidden; }
      .article-layout-posts .news .caption a {
        color: #595959; }
      .article-layout-posts .news .caption p {
        overflow: hidden;
        height: 139px;
        padding: 10px 0; }
      .article-layout-posts .news .caption h4 {
        margin-top: 5px;
        height: 40px;
        overflow: hidden; } }

@media (max-width: 480px) and (min-width: 391px) {
  .article-block .article-layout .news {
    font-size: 12px; }
    .article-block .article-layout .news .h4 {
      font-size: 14px; }
    .article-block .article-layout .news .caption {
      height: auto; } }

@media (max-width: 390px) {
  .article-block .article-layout .news {
    font-size: 12px; }
    .article-block .article-layout .news .h4 {
      font-size: 14px; }
    .article-block .article-layout .news .caption {
      height: auto; } }

.item &gt; div {
  padding-left: 15px; }

.testimonial-container {
  transition: 0.5s;
  text-align: center;
  padding: 40px 10px 10px 10px;
  height: auto;
  line-height: 2; }
  .testimonial-container hr {
    margin-top: 0; }

.btn-post {
  transition: 0.5s;
  border-radius: 5px;
  background: #1d1d1d;
  padding: 5px 10px;
  color: #fff;
  border: none; }
  .btn-post:hover {
    color: #1d1d1d;
    background: #57d6e9; }

.reviewer-name {
  color: #595959;
  font-weight: bold;
  margin-right: 5px; }
  .reviewer-name:hover {
    color: #595959;
    text-decoration: underline; }

.admin-block {
  text-indent: 10px; }
  .admin-block .admin-name {
    color: #595959;
    font-weight: bold;
    margin-right: 5px; }
  .admin-block .admin-name:hover {
    color: #595959;
    text-decoration: underline; }
  .admin-block .admin-name i {
    margin-right: 5px; }
  .admin-block .admin-description {
    text-indent: 48px; }

.entry-category-link {
  display: flex;
  height: auto;
  overflow: hidden; }
  .entry-category-link i {
    margin-right: 5px; }

.article-thumb .images &gt; a &gt; img {
  display: block;
  max-width: 200px;
  width: auto;
  height: auto;
  margin: 0 10px 10px 0; }

@media (max-width: 992px) {
  .article-thumb .images &gt; a &gt; img {
    display: block;
    max-width: 200px;
    width: auto;
    height: auto;
    margin-right: auto;
    margin-left: auto; } }

.article-thumb {
  align-items: center;
  transition: 0.1s ease-in-out;
  display: flex;
  flex-direction: row;
  padding: 17px 15px 5px;
  background: #fff;
  opacity: 0.95;
  border: 1px solid #fff; }
  .article-thumb:hover {
    padding: 17px 15px 5px; }

.article-search-container {
  transition: 0.1s ease-in-out;
  display: flex;
  flex-direction: column;
  padding: 10px 10px 5px 10px;
  background: #fff;
  opacity: 0.95;
  border: 1px solid #fff;
  margin: 0 0 10px;
  color: #1d1d1d; }
  .article-search-container .buttons.clearfix {
    width: 96%;
    margin: 0 auto !important; }
  .article-search-container .entry-meta span, .article-search-container .entry-meta i {
    color: #0c0c0c; }

.blog-content .module {
  margin: 0; }

.article-post {
  transition: 0.1s ease-in-out;
  display: flex;
  flex-direction: column;
  background: #fff;
  opacity: 0.95;
  border: 1px solid #fff;
  margin: 0 0 10px;
  color: #1d1d1d;
  padding: 20px; }
  .article-post h2 {
    font-weight: bold; }
  .article-post .entry-meta {
    display: flex;
    flex-direction: column; }
  .article-post .entry-meta_top {
    margin-bottom: 5px; }
  .article-post .entry-meta_top .entry-date {
    border-right: 1px solid #595959;
    padding-right: 10px;
    margin-right: 10px;
    color: #595959; }
  .article-post .entry-meta_top .entry-author {
    color: #595959; }
  .article-post .entry-meta_top .entry-author a {
    color: #36f; }
    .article-post .entry-meta_top .entry-author a:hover {
      color: #36f; }
  .article-post .entry-meta_bottom {
    font-weight: bold; }
  .article-post .entry-meta_bottom i {
    font-weight: bold; }

.costumer-comments {
  background: #fff;
  padding: 15px 15px 0 15px; }
  .costumer-comments .form-horizontal .costumer-form {
    background: #ececec;
    margin: 0 -15px;
    padding: 10px 30px; }
  .costumer-comments .form-horizontal .costumer-form #comment_write {
    font-weight: bold;
    margin: 20px 0 40px;
    text-transform: uppercase; }
  .costumer-comments .form-horizontal .costumer-form .customer-info {
    display: flex; }
  .costumer-comments .form-horizontal .costumer-form .customer-info .control-label {
    width: 20%;
    text-align: left; }
  .costumer-comments .form-horizontal .costumer-form .customer-info .form-control {
    width: 80%; }
  .costumer-comments .form-horizontal .costumer-form .customer-comment {
    display: flex; }
  .costumer-comments .form-horizontal .costumer-form .customer-comment .control-label {
    display: flex;
    width: 20%;
    text-align: left; }
  .costumer-comments .form-horizontal .costumer-form .customer-comment .form-control {
    width: 80%; }
  .costumer-comments .form-horizontal .costumer-form .costumer-form-submit {
    display: flex;
    flex-direction: column;
    padding-left: 21%; }

.articles-layout {
  padding: 5px 5px 5px 9px; }
  .articles-layout .article-thumb .images {
    margin-right: 20px; }
  .articles-layout .article-thumb .entry-meta {
    color: #595959; }
  .articles-layout .article-thumb .entry-meta .entry-date {
    border-right: 1px solid #595959;
    padding-right: 10px;
    margin-right: 10px; }
  .articles-layout .article-thumb .entry-meta .entry-author a {
    color: #36f; }
    .articles-layout .article-thumb .entry-meta .entry-author a:hover {
      color: #36f; }
  .articles-layout .article-thumb .caption p {
    color: #595959; }
  .articles-layout .article-thumb .caption .caption-bottom {
    display: flex;
    align-items: center;
    margin: 20px 0;
    justify-content: space-between; }
  .articles-layout .article-thumb .caption .caption-bottom ._left {
    display: flex; }
    .articles-layout .article-thumb .caption .caption-bottom ._left .button_more {
      background: #1d1d1d;
      color: #fff;
      padding: 10px 15px; }
    .articles-layout .article-thumb .caption .caption-bottom ._left .button_more:hover {
      background: #57d6e9; }
  .articles-layout .article-thumb .caption .caption-bottom ._right {
    display: flex;
    max-width: 280px;
    justify-content: space-between;
    padding-right: 20px; }
    .articles-layout .article-thumb .caption .caption-bottom ._right .rating-container {
      top: -4px;
      position: relative; }
    .articles-layout .article-thumb .caption .caption-bottom ._right .entry-views, .articles-layout .article-thumb .caption .caption-bottom ._right .entry-comments-link {
      color: #000; }
    .articles-layout .article-thumb .caption .caption-bottom ._right .entry-views i, .articles-layout .article-thumb .caption .caption-bottom ._right .entry-comments-link i {
      margin-right: 5px; }

@media (max-width: 767px) {
  .comment-top {
    flex-direction: column; }
    .comment-top .comment-meta {
      width: 100% !important; }
      .comment-top .comment-meta .comment-author::after {
        left: 50% !important; }
    .comment-top .comment-rating {
      margin-top: 10px;
      width: 100% !important;
      justify-content: flex-start !important; }

  .costumer-comments .form-horizontal .customer-info {
    display: flex;
    flex-direction: column; }
    .costumer-comments .form-horizontal .customer-info .control-label {
      width: 100% !important;
      text-align: left;
      margin-bottom: 20px; }
    .costumer-comments .form-horizontal .customer-info .form-control {
      width: 100% !important; }
    .costumer-comments .form-horizontal .customer-comment {
      display: flex;
      flex-direction: column; }
    .costumer-comments .form-horizontal .customer-comment .control-label {
      width: 100% !important;
      text-align: left;
      margin-bottom: 20px; }
    .costumer-comments .form-horizontal .customer-comment .form-control {
      width: 100% !important; }
    .costumer-comments .form-horizontal .costumer-form-submit {
      display: flex;
      flex-direction: column;
      padding-left: 0 !important; } }

@media (max-width: 550px) {
  .comment-quot {
    display: none !important; }

  .articles-layout .article-thumb .caption .caption-bottom {
    flex-direction: column; }
    .articles-layout .article-thumb .caption .caption-bottom ._left {
      width: 100%;
      justify-content: center;
      order: 2; }
    .articles-layout .article-thumb .caption .caption-bottom ._right {
      width: 100%;
      justify-content: space-between;
      padding: 10px 20px 20px;
      order: 1; } }

.side-module .blog-category {
  padding-top: 15px; }
  .side-module .blog-category .blog-category-button {
    display: flex;
    justify-content: space-between;
    padding: 5px 30px 5px 10px;
    align-items: center;
    height: 46px; }
  .side-module .blog-category .blog-category-button h3 {
    margin: 0;
    font-weight: bold;
    text-transform: uppercase; }
  .side-module .blog-category .blog-category-button i {
    font-size: 30px; }
  .side-module .blog-category &gt; h3 {
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 15px 15px;
    /* list group */ }
  .side-module .blog-category .list-group .list-group-item {
    cursor: pointer;
    border-left: none;
    border-top: 1px solid #ddd;
    border-right: none;
    border-bottom: none; }
  .side-module .blog-category .list-group a {
    color: #595959;
    padding: 12px 12px 12px 20px;
    border-radius: 0 !important;
    display: flex;
    align-items: center; }
  .side-module .blog-category .list-group a:hover {
    color: #1d1d1d; }
  .side-module .blog-category .list-group a.active, .side-module .blog-category .list-group a.active:hover {
    background: transparent;
    color: #1d1d1d;
    border: none; }
  .side-module .blog-category .list-group a i {
    color: #1d1d1d;
    margin-right: 7px; }
  .side-module .blog-category .list-group .item-category {
    font-weight: bold;
    color: #000; }
  .side-module .blog-category .list-group .item-category.active, .side-module .blog-category .list-group .item-category.active:hover {
    color: #fff;
    background: #1d1d1d;
    border-radius: 0 !important;
    border: none; }
  .side-module .blog-category .list-group .item-category:hover {
    color: #fff;
    background: #1d1d1d;
    border-radius: 0 !important;
    border-top: 1px solid #1d1d1d; }
  .side-module .blog-article-short {
    padding: 5px 15px; }
  .side-module .blog-article-short &gt; h3 {
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 500;
    text-align: center; }
  @media (max-width: 767px) {
      .side-module .blog-article-short &gt; h3 {
        font-size: 23px; } }
  .side-module .blog-article-short .actik {
    display: flex;
    align-items: center;
    height: 90px;
    border-bottom: 1px solid #ececec; }
  .side-module .blog-article-short .actik img {
    padding: 0;
    margin-right: 15px;
    max-width: 75px; }
  .side-module .blog-article-short .actik a {
    color: #333; }
  .side-module .blog-article-short .actik:hover img {
    outline: 2px solid #1d1d1d; }
  .side-module .blog-article-short .actik:hover a {
    color: #1d1d1d; }

.related-product-container {
  padding: 10px 12px; }
  .related-product-container h3 {
    font-weight: bold;
    text-transform: uppercase; }

@media (max-width: 1199px) {
  .side-module .blog-article-short .actik {
    display: flex;
    padding: 15px 0;
    height: auto; } }

@media (max-width: 991px) {
  .side-module .blog-category {
    padding: 0; } }

.articles-content-main {
  /* -  BLOG - END  */ }
  .articles-content-main .articles-layout .article-thumb .caption {
    height: auto;
    overflow: visible; }
  .articles-content-main .articles-layout .article-thumb .caption h4 {
    height: 36px;
    overflow: hidden; }
  .articles-content-main .articles-layout .article-thumb .caption-bottom {
    flex-direction: column; }
    @media (min-width: 768px) {
        .articles-content-main .articles-layout .article-thumb .caption-bottom {
          align-items: flex-start; } }
    .articles-content-main .articles-layout .article-thumb .caption-bottom ._right {
      order: 1;
      margin-bottom: 15px; }
    .articles-content-main .articles-layout .article-thumb .caption-bottom ._left {
      order: 2; }

#neoseo-brands-abc {
  position: relative;
  border-radius: 4px;
  margin-bottom: 22px;
  z-index: 1; }
  #neoseo-brands-abc:hover {
    z-index: 10; }

#neoseo-brands-abc .heading {
  color: #1d1d1d;
  float: left;
  font-weight: 800;
  height: 22px;
  line-height: 19px;
  margin: 0 5px 0 0;
  padding-right: 16px;
  overflow: visible;
  position: relative; }

#neoseo-brands-abc ul {
  list-style: none;
  margin: 0;
  padding: 0; }

#neoseo-brands-abc ul li {
  position: relative;
  float: left;
  margin: -1px 6px 7px 0; }

#neoseo-brands-abc a {
  cursor: pointer; }

#neoseo-brands-abc ul li &gt; a {
  height: 24px;
  line-height: 22px;
  padding: 0 8px;
  text-decoration: none;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #666;
  display: block;
  text-align: center;
  background: #fff; }

#neoseo-brands-abc ul &gt; li:hover &gt; a {
  color: #f00;
  border: solid 1px #57d6e9;
  background: #f8f8f8; }

#neoseo-brands-abc .wrapper &gt; ul &gt; li:hover:before {
  position: absolute;
  z-index: 2;
  left: 0px;
  right: 0px;
  bottom: -5px;
  height: 9px;
  content: '';
  border-left: solid 1px #fff;
  border-right: solid 1px #fff;
  background: #f8f8f8; }

#neoseo-brands-abc ul li &gt; div {
  display: none;
  background: #f8f8f8;
  position: absolute;
  top: 115%;
  border-top: 0;
  border-radius: 0 3px 3px 3px; }

#neoseo-brands-abc ul &gt; li:hover &gt; div {
  display: block;
  padding: 4px 10px 4px 0px;
  z-index: 1;
  text-align: left;
  border: solid 1px #fff; }

#neoseo-brands-abc ul ul li {
  border: none !important;
  padding: 0;
  margin: 0;
  min-width: 100px; }

#neoseo-brands-abc ul ul a {
  text-align: left;
  color: #666;
  border: none !important;
  white-space: nowrap;
  margin: 0;
  text-decoration: underline;
  background: #f8f8f8; }

#neoseo-brands-abc ul ul a:hover {
  border: none;
  text-decoration: none;
  box-shadow: none !important; }

@media (max-width: 767px) {
  #neoseo-brands-abc .col-xs-12 &gt; ul li:hover:before {
    display: none; } }

.category-main-container #column-left .side-module {
  border: 1px solid #fff;
  padding: 0; }

.sidebar-category {
  margin-bottom: 5px;
  position: relative;
  z-index: 90; }
  .sidebar-category.is-collapsed .category-header {
    cursor: pointer; }
  .sidebar-category.is-collapsed .category-header:hover {
    color: #629e2c; }
  .sidebar-category.is-collapsed .category-header:after {
    font-family: FontAwesome, serif;
    content: "\f106";
    transition: 0.2s;
    font-size: 20px;
    position: relative;
    left: 4px;
    top: 0; }
  .sidebar-category.is-collapsed.collaps {
    margin-bottom: 0; }
  .sidebar-category.is-collapsed.collaps .category-header:after {
    content: "\f107"; }
  .sidebar-category.is-collapsed.collaps .dropmenu {
    display: none; }
  .sidebar-category .category-header {
    background: #1d1d1d;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px -12px;
    height: 40px; }
  .sidebar-category ul {
    padding: 0;
    margin: 0;
    list-style: none; }
  .sidebar-category ul li {
    padding: 0;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #e4e4e4;
    position: relative; }
  .sidebar-category ul li:first-child {
    border-top: none; }
  .sidebar-category ul li:hover {
    background-color: rgba(0, 0, 0, 0.025); }
  .sidebar-category ul li a {
    padding: 8px 25px 8px 15px;
    display: block;
    font-size: 14px;
    color: #444; }
  .sidebar-category ul li a.active {
    font-weight: normal;
    color: #629e2c;
    background-color: rgba(0, 0, 0, 0.024); }
  .sidebar-category ul li:hover &gt; a {
    color: #629e2c; }
  .sidebar-category a.activSub {
    position: relative; }
  .sidebar-category a.activSub:after {
    font-family: FontAwesome, serif;
    content: "\f105";
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -11px; }
  .sidebar-category ul.dropmenu {
    position: relative;
    background-color: #f0f0f0; }
  .sidebar-category ul.dropmenu ul li:hover a {
    background-color: rgba(0, 0, 0, 0.025); }
  .sidebar-category ul.dropmenu &gt; li &gt; a {
    font-size: 15px; }
  .sidebar-category ul.dropmenu ul, .sidebar-category ul.dropmenu div {
    background: #fff;
    box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.17);
    display: none;
    width: 260px;
    position: absolute;
    left: 100%;
    top: -1px; }
  .sidebar-category ul.dropmenu ul.level1 {
    top: 0; }
  .sidebar-category ul.dropmenu li:hover &gt; ul, .sidebar-category ul.dropmenu li:hover &gt; div {
    display: block;
    border-bottom: 1px solid #dfdfdf; }
  .sidebar-category .level2 {
    z-index: -1; }
  .sidebar-category .level3 {
    z-index: -2; }
  .sidebar-category .level3 a {
    font-size: 15px; }

.category-header {
  background: #1d1d1d;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  height: 42px;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 300; }
  .category-header i {
    margin-right: 15px; }

@media (min-width: 768px) and (max-width: 1199px) {
  .sidebar-category ul.dropmenu &gt; li &gt; a {
    font-size: 15px; }
    .sidebar-category ul.dropmenu ul, .sidebar-category ul.dropmenu div {
      width: 235px; }
    .sidebar-category ul.dropmenu ul.level3 {
      width: 210px; }
    .sidebar-category ul li a {
      padding-left: 10px;
      padding-right: 20px; }
    .sidebar-category a.activSub:after {
      right: 8px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .sidebar-category ul.dropmenu &gt; li &gt; a {
    font-size: 14px; }
    .sidebar-category ul.dropmenu ul, .sidebar-category ul.dropmenu div {
      width: 210px; }
    .sidebar-category ul.dropmenu ul.level3 {
      width: 170px; }
    .sidebar-category ul li a {
      font-size: 13px;
      padding-right: 15px; }
    .sidebar-category .level3 a {
      font-size: 12.5px; }
    .sidebar-category a.activSub:after {
      margin-top: -12px;
      right: 6px;
      font-size: 17px; } }

.dropmenu {
  background: #fff;
  list-style: none;
  padding: 0; }
  .dropmenu span {
    display: flex;
    width: 100%;
    cursor: pointer; }
  .dropmenu a {
    color: #888;
    display: inline-block;
    font-size: 11pt;
    padding: 10px 0;
    word-break: break-word; }
  .dropmenu a.active {
    font-weight: 400;
    color: #1d1d1d; }
  .dropmenu li {
    position: relative; }
  .dropmenu .child-item {
    padding: 0 10px 0 12px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .dropmenu .child-item span {
    color: #888;
    display: inline-block;
    font-size: 11pt;
    padding: 10px 0 10px 19px;
    word-break: break-word; }
  .dropmenu .child-item i {
    cursor: pointer;
    position: absolute;
    color: #1d1d1d; }
  .dropmenu .child-item i + a {
    text-decoration: underline; }
  .dropmenu .child-item:hover {
    font-weight: bold; }
  .dropmenu .child-item .child-item-category {
    cursor: pointer;
    color: #888;
    display: inline-block;
    font-size: 11pt;
    padding: 10px 0;
    word-break: break-word;
    padding-left: 19px; }
  .dropmenu .child-sub-item {
    cursor: pointer;
    background: #efefef;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 25px; }
  .dropmenu .child-sub-item:hover {
    font-weight: bold; }
  .dropmenu .child-sub-item i {
    cursor: pointer;
    position: absolute;
    color: #1d1d1d; }
  .dropmenu .child-sub-item i + a {
    font-weight: bold; }
  .dropmenu .level0 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    border-bottom: 1px solid #eee;
    position: relative;
    cursor: pointer; }
  .dropmenu .level0 &gt; a {
    width: 100%; }
  .dropmenu .level0.with-child .icon {
    color: #888;
    display: block;
    padding-right: 0;
    background-size: 35%;
    cursor: pointer;
    position: absolute;
    right: 0;
    text-align: center;
    top: 15px;
    width: 49px; }
  .dropmenu .level0.with-child .icon i {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%; }
  .dropmenu .level0 i {
    font-size: 15px;
    color: #000; }
  .dropmenu .level0 &gt; a {
    padding: 0; }
  .dropmenu .level0:last-child {
    border-bottom: none; }
  .dropmenu .level0 .level2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    background: #f1f1f1;
    border-top: 1px solid #eee;
    list-style: none; }
  .dropmenu .level0 .level2 &gt; div {
    padding-left: 30px; }
  .dropmenu .level0 .level2 .child-item {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .dropmenu .level0 .level2 .child-item span {
    color: #888;
    display: inline-block;
    font-size: 11pt;
    padding: 10px 0 10px 19px;
    word-break: break-word; }
  .dropmenu .level0 .level2 .child-sub-item {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .dropmenu .level0.active .level2 {
    display: block;
    font-weight: 600; }
  .dropmenu .level0 .level3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px 0 25px;
    background: #f1f1f1;
    border-top: 1px solid #eee;
    list-style: none;
    padding-left: 20px;
    margin: 0 10px; }
  .dropmenu .level0.active .level3 {
    display: block;
    font-weight: 600; }
  .dropmenu .level0 .level4 {
    align-items: center;
    justify-content: space-between;
    padding: 0 10px 0 30px;
    background: #f1f1f1;
    border-top: 1px solid #eee;
    list-style: none;
    padding-left: 20px;
    margin: 0 10px; }
  .dropmenu .level0.active .level4 {
    display: block;
    font-weight: 600; }
  .dropmenu .level0 .level5 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px 0 35px;
    background: #f1f1f1;
    border-top: 1px solid #eee;
    list-style: none;
    padding-left: 20px;
    margin: 0 10px; }
  .dropmenu .level0.active .level5 {
    display: block;
    font-weight: 600; }
  .dropmenu .level1 {
    background: #efefef;
    list-style: none;
    margin-top: -1px;
    width: 100%; }
  .dropmenu .level1 a {
    padding-left: 20px; }
  .dropmenu.active .level1 {
    display: block; }

.box-content #nav-one a:hover {
  text-decoration: underline; }
  .box-content #nav-one &gt; li &gt; a {
    padding: 10px 35px 10px 15px; }
  .box-content #nav-one .level0 .icon {
    right: -7px; }
  .box-content #nav-one .level1 &gt; li {
    left: -18px; }
  .box-content #nav-one .level1 .icon {
    right: -24px; }

@media (max-width: 992px) {
  /* Neoseo_category_menu END */
    .box-content #nav-one .level0 .icon {
      background-size: 30%; }
      .box-content #nav-one .level1 &gt; li {
        left: 7px; }
        .box-content #nav-one .level1 .icon {
          background-size: 30%;
          right: 0; } }

.category-tree-box .category-block {
  margin-bottom: 30px;
  border: 1px solid #fff !important; }
  @media (max-width: 767px) {
    .category-tree-box .category-block {
      margin-bottom: 10px; } }
  .category-tree-box .category-block &gt; div {
    position: relative;
    z-index: 1; }
  .category-tree-box .category-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    padding: 10px 15px;
    border: 1px solid #ddd;
    margin-bottom: -1px; }
  @media (min-width: 768px) {
    .category-tree-box .category-button {
      display: none !important; } }
  .category-tree-box .category-button &gt; a {
    font-size: 21px;
    color: #333; }
  .category-tree-box .category-button &gt; i {
    background: #e7e7e7;
    padding: 1px 0 0 0;
    display: flex;
    align-items: center;
    width: 39px;
    height: 39px;
    justify-content: center;
    border-radius: 50%;
    font-size: 21px;
    color: #888;
    transition: 0.3s; }
  @media (min-width: 768px) {
    .category-tree-box .collapse-category {
      min-height: 240px !important; } }
  .category-tree-box .category-block-container {
    position: relative;
    padding: 0;
    background: #fff;
    border: 1px solid #fff; }
  @media (min-width: 768px) {
    .category-tree-box .category-block-container {
      min-height: unset !important;
      height: auto; } }
  .category-tree-box .category-block-container .list-box &gt; a {
    margin: 0;
    padding: 10px 15px;
    font-size: 21px; }
  @media (max-width: 767px) {
        .category-tree-box .category-block-container .list-box &gt; a {
          display: none; } }
  .category-tree-box .category-block-container .list-box &gt; a:hover {
    transition: 0.3s;
    background: #1d1d1d;
    color: #fff; }
  .category-tree-box .category-block-container .list-box ul {
    list-style: none;
    margin: 0;
    padding: 15px;
    font-size: 16px;
    line-height: 26px; }
  .category-tree-box .category-block-container .list-box ul li i {
    margin-right: 5px;
    font-size: 18px;
    color: #1d1d1d; }
    .category-tree-box .category-block-container .list-box ul li a {
      transition: 0.3s;
      color: #404040; }
    .category-tree-box .category-block-container .list-box ul li a:hover {
      transition: 0.3s;
      color: #1d1d1d; }
  .category-tree-box .category-block-container .image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%; }
  .category-tree-box .category-block-container .image img {
    max-width: 100%; }
  @media (max-width: 767px) {
    .category-tree-box .category-tree-carousel {
      padding-top: 30px; } }
  .category-tree-box .category-tree-carousel .category-block {
    position: relative;
    padding: 0;
    border: 1px solid #fff;
    opacity: 0; }
  .category-tree-box .category-tree-carousel .category-block .list-box {
    position: absolute;
    bottom: 0;
    background: #1d1d1d;
    width: 100%;
    margin: 0 !important;
    min-height: unset;
    height: 45%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.8;
    transition: all 0.3s; }
  .category-tree-box .category-tree-carousel .category-block .list-box a {
    transition: 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    text-align: center; }
  .category-tree-box .category-tree-carousel .category-block:hover .list-box {
    height: 100%; }
    .category-tree-box .category-tree-carousel .category-block .image a {
      width: 100%; }
  .category-tree-box .category-tree-carousel .category-block .image img {
    width: 100%; }
  .category-tree-box .category-tree-carousel .owl-item .category-block {
    opacity: 1; }
  .category-tree-box .category-tree-carousel .owl-controls {
    position: absolute;
    bottom: unset;
    left: unset;
    top: -56px;
    right: 0; }
  @media (max-width: 767px) {
      .category-tree-box .category-tree-carousel .owl-controls {
        top: -30px; } }
  .category-tree-box .category-tree-carousel .owl-prev {
    position: relative;
    font-size: 0 !important;
    width: 30px;
    height: 30px;
    background: transparent !important;
    border: 1px solid #1d1d1d; }
  .category-tree-box .category-tree-carousel .owl-prev:before {
    position: absolute;
    content: "\f053";
    top: 50%;
    left: 50%;
    margin-left: -5px;
    margin-top: -8px;
    color: #1d1d1d;
    font-family: fontawesome, serif;
    font-size: 14px; }
  .category-tree-box .category-tree-carousel .owl-next {
    position: relative;
    font-size: 0 !important;
    width: 30px;
    height: 30px;
    background: transparent !important;
    border: 1px solid #1d1d1d; }
  .category-tree-box .category-tree-carousel .owl-next:before {
    position: absolute;
    content: "\f054";
    top: 50%;
    left: 50%;
    margin-left: -5px;
    margin-top: -8px;
    color: #1d1d1d;
    font-family: fontawesome, serif;
    font-size: 14px; }
  .category-tree-box .category-tree-mosaic {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  @media screen and (max-width: 767px) {
    .category-tree-box .category-tree-mosaic {
      justify-content: center; } }
  .category-tree-box .category-tree-mosaic .category-block {
    position: relative;
    padding: 0;
    margin-bottom: 5px !important;
    width: 50%; }
  .category-tree-box .category-tree-mosaic .category-block &gt; div {
    height: 100%;
    overflow: hidden; }
  @media (min-width: 992px) {
      .category-tree-box .category-tree-mosaic .category-block:nth-child(1) {
        width: 33.2%; }
      .category-tree-box .category-tree-mosaic .category-block:nth-child(2) {
        width: 66.4%; }
      .category-tree-box .category-tree-mosaic .category-block:nth-child(3), .category-tree-box .category-tree-mosaic .category-block:nth-child(4), .category-tree-box .category-tree-mosaic .category-block:nth-child(5) {
        width: 33%; }
      .category-tree-box .category-tree-mosaic .category-block:nth-child(6) {
        width: 66.4%; }
      .category-tree-box .category-tree-mosaic .category-block:nth-child(7) {
        width: 33.2%; } }
    @media (min-width: 992px) and (min-width: 1400px) {
        .category-tree-box .category-tree-mosaic .category-block:nth-child(2) {
          height: 435px; } }
    @media (min-width: 992px) and (max-width: 1399px) and (min-width: 1200px) {
        .category-tree-box .category-tree-mosaic .category-block:nth-child(2) {
          height: 372px; } }
    @media (min-width: 992px) and (max-width: 1199px) and (min-width: 992px) {
        .category-tree-box .category-tree-mosaic .category-block:nth-child(2) {
          height: 306px; } }
  .category-tree-box .category-tree-mosaic .category-block .list-box a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .5);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s; }
    .category-tree-box .category-tree-mosaic .category-block .list-box a span {
      padding: 15px;
      border: 1px solid #1d1d1d;
      color: #1d1d1d;
      font-weight: bold;
      text-transform: uppercase; }
    .category-tree-box .category-tree-mosaic .category-block .list-box a:hover {
      background: transparent; }
    .category-tree-box .category-tree-mosaic .category-block .list-box a:hover span {
      background: rgba(255, 255, 255, .8); }
  .category-tree-box .category-tree-mosaic .category-block .image a {
    display: block;
    width: 100%; }
  .category-tree-box .category-tree-mosaic .category-block .image img {
    width: 100%;
    max-width: 100%; }
  @media screen and (max-width: 767px) {
      .category-tree-box .category-tree-mosaic .category-block {
        width: 80vw !important;
        height: 40vw;
        overflow: hidden; }
        .category-tree-box .category-tree-mosaic .category-block .list-box a {
          background: transparent; }
          .category-tree-box .category-tree-mosaic .category-block .list-box a span {
            background: #fff; } }
  .category-tree-box .category-tree-child .category-block {
    position: relative;
    display: flex;
    padding: 30px;
    transition: all 0.3s; }
  .category-tree-box .category-tree-child .category-block:before {
    position: absolute;
    content: '';
    left: 100%;
    right: 0%;
    top: 0;
    bottom: 100%;
    border: 2px solid transparent;
    border-left: none;
    border-bottom: none;
    transition: all 0.3s;
    border-radius: 0 50px 0 0; }
  .category-tree-box .category-tree-child .category-block:after {
    position: absolute;
    content: '';
    right: 100%;
    left: 0%;
    bottom: 0;
    top: 100%;
    border: 2px solid transparent;
    border-right: none;
    border-top: none;
    transition: all 0.3s;
    border-radius: 0 0 0 50px; }
  .category-tree-box .category-tree-child .category-block:hover {
    border-color: #1d1d1d; }
  .category-tree-box .category-tree-child .category-block:hover:before {
    left: 0;
    bottom: 0;
    border-color: #1d1d1d; }
  .category-tree-box .category-tree-child .category-block:hover:after {
    right: 0;
    top: 0;
    border-color: #1d1d1d; }
  .category-tree-box .category-tree-child .category-block .list-box {
    padding-left: 15px; }
  .category-tree-box .category-tree-child .category-block .list-box .name-box a {
    display: block;
    margin-bottom: 6px;
    font-weight: bold;
    font-size: 20px; }
  .category-tree-box .category-tree-child .category-block .image {
    width: 35%;
    border-radius: 50%;
    overflow: hidden; }
  .category-tree-box .category-tree-child .category-block .image a {
    display: block;
    width: 100%; }
  .category-tree-box .category-tree-child .category-block .image img {
    width: 100%;
    max-width: 100%; }
  @media screen and (max-width: 767px) {
 }
  .category-tree-box .category-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 15px; }
  @media (max-width: 991px) {
    .category-tree-box .category-grid {
      grid-template-columns: repeat(3, 1fr); } }
  @media (max-width: 767px) {
    .category-tree-box .category-grid {
      grid-template-columns: repeat(1, 1fr); } }
  @media (min-width: 992px) {
      .category-tree-box .category-grid &gt; .col-md-3 {
        padding-right: 5px; } }
  .category-tree-box .category-grid .category-block {
    padding: 0;
    background: #fff;
    border: 1px solid #cecece; }
  @media (max-width: 767px) {
      .category-tree-box .category-grid .category-block {
        margin: 0 -10px; } }
  .category-tree-box .category-grid .category-block .image {
    padding: 15px 15px 7.5px; }
  @media (max-width: 767px) {
        .category-tree-box .category-grid .category-block .image {
          display: none; } }
  .category-tree-box .category-grid .category-block .image img {
    width: 100%;
    max-width: 100%;
    margin: 0 auto; }
  @media (min-width: 768px) {
        .category-tree-box .category-grid .category-block .list-box {
          padding: 7.5px 15px 15px; } }
  .category-tree-box .category-grid .category-block .list-box .name-box {
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px; }
    @media (min-width: 768px) {
        .category-tree-box .category-grid .category-block .list-box .name-box {
          height: 40px;
          overflow: hidden; } }
    @media (max-width: 767px) {
        .category-tree-box .category-grid .category-block .list-box .name-box {
          padding: 10px 15px;
          border-bottom: 1px solid #cecece;
          margin-bottom: -1px; } }
    .category-tree-box .category-grid .category-block .list-box .name-box a {
      line-height: 20px;
      font-size: 14px;
      margin-top: -8px;
      color: #333;
      font-weight: 600; }
    @media (min-width: 768px) {
          .category-tree-box .category-grid .category-block .list-box .name-box a:hover {
            color: #57d6e9;
            text-decoration: underline; } }
    .category-tree-box .category-grid .category-block .list-box .name-box .fa {
      font-size: 21px;
      color: #555;
      background: #ddd;
      min-width: 36px;
      min-height: 36px;
      border-radius: 50%;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border: 1px solid #ccc; }
    @media (min-width: 768px) {
          .category-tree-box .category-grid .category-block .list-box .name-box .fa {
            display: none !important; } }
  .category-tree-box .category-grid .category-block .list-box .list-unstyled {
    height: 120px;
    overflow: hidden; }
    @media (min-width: 768px) {
        .category-tree-box .category-grid .category-block .list-box .list-unstyled {
          display: block !important; } }
    @media (max-width: 767px) {
        .category-tree-box .category-grid .category-block .list-box .list-unstyled {
          padding: 20px;
          margin: 0;
          display: none;
          height: auto; } }
    .category-tree-box .category-grid .category-block .list-box .list-unstyled &gt; li {
      display: flex;
      align-items: center; }
    .category-tree-box .category-grid .category-block .list-box .list-unstyled &gt; li:not(:last-child) {
      margin-bottom: 10px; }
    .category-tree-box .category-grid .category-block .list-box .list-unstyled &gt; li .fa {
      margin-right: 10px;
      font-size: 16px;
      color: #666; }
    .category-tree-box .category-grid .category-block .list-box .list-unstyled &gt; li a {
      font-size: 13px;
      color: #666; }
    .category-tree-box .category-grid .category-block .list-box .list-unstyled &gt; li a:hover {
      color: #1d1d1d;
      text-decoration: underline; }

.checkout-success.user-logged h1 {
  text-align: center;
  background: #2fa423;
  position: relative;
  padding-left: 40px;
  color: #fff;
  padding: 10px; }
  .checkout-success.user-logged h1:before {
    content: "\f00c";
    left: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #fff;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-right: 15px; }
  .checkout-success.user-logged p {
    text-align: center; }

#quickcheckoutconfirm #payment {
  height: 60px; }
  @media screen and (max-width: 991px) {
  #quickcheckoutconfirm {
    display: flex;
    flex-direction: column; }
    #quickcheckoutconfirm .order-values-block {
      order: 2; } }
  #quickcheckoutconfirm legend {
    margin-left: 33px;
    width: 96%;
    height: 36px; }
  #quickcheckoutconfirm legend &gt; span {
    display: inline-block;
    margin-left: -33px;
    background-color: transparent;
    border: 1px solid #57d6e9;
    border-radius: 50%;
    height: 28px;
    width: 28px;
    line-height: 27px;
    text-align: center;
    padding-left: 1px; }
  #quickcheckoutconfirm div.collapse.in + legend {
    color: #909193; }
  #quickcheckoutconfirm div.collapse.in + legend &gt; span {
    background-color: #e4e4e4;
    border-color: #e4e4e4; }
  #quickcheckoutconfirm #legend1.complete {
    color: #57d6e9; }
  #quickcheckoutconfirm #legend1.complete &gt; span {
    background-color: #57d6e9;
    border-color: #57d6e9;
    color: #fff;
    width: 29px; }
  #quickcheckoutconfirm #toggle1 {
    margin-left: 20px;
    font-size: 13px;
    cursor: pointer;
    color: #57d6e9;
    border-bottom: 1px dashed #57d6e9;
    position: relative;
    top: -1px; }
  #quickcheckoutconfirm #toggle1:hover {
    border-bottom-color: transparent; }
  #quickcheckoutconfirm #section1 #customer ul {
    text-align: left;
    padding-left: 5px; }
  #quickcheckoutconfirm #section1 #customer ul a {
    padding: 5px 10px; }
  #quickcheckoutconfirm #customer ul .btn.btn-default {
    padding: 0;
    background: none;
    color: #1d1d1d;
    border-radius: 0;
    border: none;
    border-bottom: 1px dashed #1d1d1d;
    text-shadow: none;
    box-shadow: none;
    position: relative;
    top: 1px; }
  #quickcheckoutconfirm #customer ul .btn.btn-default:hover {
    border-bottom-color: transparent; }
  #quickcheckoutconfirm .form-group .control-label {
    position: relative;
    top: 10px; }
  #quickcheckoutconfirm textarea.form-control {
    min-height: 70px; }
  #quickcheckoutconfirm .radio, #quickcheckoutconfirm .checkbox {
    margin-top: 2px;
    margin-bottom: 3px; }

.chekout-container {
  margin: 0 5px 20px 0;
  padding: 0 10px;
  border: 1px solid #fff;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.29);
  background: #fff; }
  .chekout-container h1, .chekout-container h2, .chekout-container h3 {
    margin-top: 10px; }

#checkout-cart {
  border: 1px solid #eee; }
  #checkout-cart hr {
    border-color: white; }
  #checkout-cart h3 {
    margin-top: 15px;
    margin-bottom: 15px; }
  #checkout-cart .description {
    font-size: 12px;
    opacity: 0.8;
    margin: 5px 0; }
  #checkout-cart .name-link {
    font-size: 16px; }
  #checkout-cart .btn-group {
    margin-top: 8px;
    margin-bottom: 4px; }
  #checkout-cart .quickcheckout-content &gt; .row &gt; .col-sm-3 {
    padding-right: 0; }
  #checkout-cart .quickcheckout-content img {
    max-width: 100%; }
  #checkout-cart .quickcheckout-content .panel-body {
    padding: 10px; }
  #checkout-cart .totals {
    width: 90%;
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 4px; }
  #checkout-cart .totals &gt; div:first-child {
    padding-right: 5px; }
  #checkout-cart .totals &gt; div:last-child {
    padding-left: 5px;
    font-weight: 900; }
  #checkout-cart .totals:nth-last-child(3) &gt; div:first-child {
    font-weight: 900; }

.checkout-container {
  background: #fff; }
  .checkout-container h1 {
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 900;
    font-family: ;
    color: #333;
    text-transform: uppercase; }
  .checkout-container .order-values-block {
    padding: 35px 35px 30px;
    padding-right: 30px;
    border-right: 1px solid #ebebeb; }
  .checkout-container .order-values-block label {
    font-family: ;
    font-size: 14px;
    font-weight: 300;
    color: #333; }
  .checkout-container .order-values-block input, .checkout-container .order-values-block textarea, .checkout-container .order-values-block select {
    box-shadow: none;
    border-radius: 0;
    border-color: #cdcdcd; }
  .checkout-container h3 {
    padding-bottom: 10px;
    padding-top: 10px;
    font-family: ;
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase; }
  .checkout-container .order-cart-block {
    position: relative;
    padding-top: 20px;
    left: -1px;
    border-left: 1px solid #ebebeb; }
  .checkout-container .order-cart-block .panel-title a:hover {
    text-decoration: none;
    color: #1d1d1d; }
  .checkout-container .order-cart-block .panel-title i {
    color: #1d1d1d; }
  .checkout-container .order-cart-block .quickcheckout-content &gt; div:not(.totals):not(.form-group) {
    padding: 15px 0;
    border-bottom: 1px dashed #ebebeb; }
  .checkout-container .order-cart-block .quickcheckout-content &gt; div:not(.totals):not(.form-group) .name-link {
    font-size: 14px; }
  .checkout-container .order-cart-block .totals {
    padding: 10px 0;
    border-bottom: 1px solid #d2d2d2; }
  .checkout-container .order-cart-block .totals + .totals {
    border: none; }
  .checkout-container .order-cart-block .btn-group a {
    color: #666;
    font-size: 12px; }
  .checkout-container .checkbox label::after {
    left: -3px;
    top: 1px; }
  .checkout-container .btn {
    padding: 10px;
    font-family: ;
    font-weight: 900; }
  .checkout-container .btn#button-payment-method {
    margin-top: 20px;
    font-size: 14px; }

@media (max-width: 1339px) {
  #quickcheckoutconfirm legend {
    width: 95.5%; } }

@media (max-width: 1199px) {
  #quickcheckoutconfirm legend {
    width: 94.5%; } }

@media (max-width: 991px) {
  #quickcheckoutconfirm legend {
    width: 94.5%; } }

@media (max-width: 767px) {
  #quickcheckoutconfirm legend {
    width: 95.3%; }

  #quickcheckoutconfirm .form-group .control-label {
    top: 5px; }

  #quickcheckoutconfirm #payment {
    height: auto; }

  #payment_methods .radio.radio-primary.radio-inline:last-child {
    margin-left: 0; } }

@media (max-width: 550px) {
  #quickcheckoutconfirm legend {
    width: 94%; } }

@media (max-width: 991px) and (min-width: 768px) {
  #checkout-cart .name-link {
    font-size: 15px; }
    #checkout-cart .quickcheckout-content &gt; .row &gt; .col-sm-9 {
      padding-left: 10px; }
    #checkout-cart .totals {
      font-size: 12px; } }

@media (max-width: 767px) {
  #checkout-cart .quickcheckout-content &gt; .row &gt; .col-sm-3 {
    float: left;
    margin-right: 20px; }
    #checkout-cart .quickcheckout-content &gt; .row &gt; .col-sm-9 {
      width: auto; }
    #checkout-cart .name-link {
      font-size: 18px; }
    #checkout-cart .totals {
      margin-bottom: 5px; }
      #checkout-cart .totals &gt; div:first-child {
        float: left;
        width: 60%; }
      #checkout-cart .totals &gt; div:last-child {
        float: left;
        width: 40%; } }

@media (max-width: 480px) {
  /*  Checkout END */
    #checkout-cart .quickcheckout-content &gt; .row &gt; .col-sm-3 {
      margin-right: 15px; }
      #checkout-cart .name-link {
        font-size: 16px; } }

.module-carousel .title {
  margin-left: 100px;
  margin-right: 100px; }
  @media screen and (max-width: 767px) {
  .module-carousel .title {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 50px; }
    .module-carousel .title .title-text {
      width: 100%;
      text-align: center; } }

@media (max-width: 767px) {
    .filter {
      margin-bottom: 0 !important; } }
  .filter .option-color {
    border: 1px solid #ddd; }
  .filter .option-radio a {
    color: #6b5555;
    font-weight: 300; }
  .filter .filter-button {
    background: #6ba91b;
    padding: 10px 10px 10px 13px;
    color: #fff;
    font-size: 18px;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    right: 0;
    z-index: 990;
    top: 170px;
    display: none; }
  .filter .filter-button i {
    font-size: 24px;
    transform: rotate(90deg); }
  .filter .option-counter {
    float: right;
    position: relative;
    background: #1d1d1d;
    color: #fff;
    padding: 1px 8px 1px 8px;
    text-align: right;
    border-radius: 9px;
    font-size: 12px; }
  .filter .option-checkbox {
    padding-bottom: 5px; }
  .filter .option-checkbox:hover label {
    width: 95%; }
  .filter .option-checkbox:hover label:before {
    border: 1px solid #1d1d1d; }
  .filter .option-checkbox input {
    opacity: 0;
    z-index: 1;
    cursor: pointer; }
  .filter .option-checkbox input:checked + label:before {
    border-width: 2px;
    border-style: solid;
    border-color: #1d1d1d;
    border-image: initial; }
    .filter .option-checkbox input:checked + label:after {
      opacity: 1; }
  .filter .option-checkbox label {
    width: 95%; }
  .filter .option-checkbox label:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 18px;
    height: 17px;
    left: 0;
    top: 0;
    margin-left: -20px;
    border: 1px solid #cdcdcd;
    border-radius: 0;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
  .filter .option-checkbox label:after {
    display: inline-block;
    position: absolute;
    width: 10px;
    height: 9px;
    left: 0px;
    top: 4px;
    margin-left: -16px;
    padding-left: 2px;
    padding-top: 0px;
    font-size: 14px;
    color: transparent;
    background: #57d6e9;
    border-radius: 0px;
    opacity: 0; }
  .filter .option-checkbox a {
    opacity: 0.8;
    color: #595959;
    font-weight: 300; }
  .filter .option-color {
    width: 20px;
    height: 20px;
    display: block; }
  .filter .value-container {
    display: inline-flex; }
  .filter .value-container .option-color {
    margin-top: -2px;
    margin-right: 5px; }
  .filter .option-grid {
    display: inline-block;
    border: 2px solid transparent; }
  .filter .option-grid .option-square {
    padding: 2px 5px;
    border: 1px solid #cdcdcd;
    margin-right: 5px;
    border-radius: 3px;
    color: #888;
    font-weight: bold; }
  .filter .option-grid.option-selected {
    position: relative; }
  .filter .option-grid.option-selected .option-square {
    background: #1d1d1d;
    color: #fff;
    border: 1px solid #1d1d1d; }
  .filter .option-grid.option-selected .option-color:after {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    width: 10px;
    height: 7px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
    display: block; }
  .filter .neoseo-filter #option-price {
    border-bottom: 1px solid #e2e1e1; }
  .filter .neoseo-filter .option-position {
    display: flex;
    align-items: center;
    margin: 5px 0; }
  .filter .neoseo-filter .option-position::before {
    position: relative;
    margin-right: 10px; }
  .filter .neoseo-filter .option-position a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%; }
  .filter .neoseo-filter .option-position a .option-txt-top {
    display: inline-flex;
    width: 85%;
    flex-direction: column; }
    .filter .neoseo-filter .option-position a .option-txt-top img {
      width: 35px;
      height: auto;
      order: 2;
      margin-top: 5px; }
    .filter .neoseo-filter .option-position a .option-txt-top span {
      order: 1; }
    .filter .neoseo-filter .option-position a .option-txt-bottom {
      display: inline-flex;
      width: 85%;
      flex-direction: column; }
    .filter .neoseo-filter .option-position a .option-txt-bottom img {
      width: 35px;
      height: auto;
      order: 1;
      margin-bottom: 5px; }
    .filter .neoseo-filter .option-position a .option-txt-bottom span {
      order: 2; }
    .filter .neoseo-filter .option-position a .option-txt-right {
      display: inline-flex;
      width: 85%;
      align-items: center; }
    .filter .neoseo-filter .option-position a .option-txt-right img {
      width: 35px;
      height: auto;
      order: 1;
      margin-right: 5px; }
    .filter .neoseo-filter .option-position a .option-txt-right span {
      order: 2; }
    .filter .neoseo-filter .option-position a .option-txt-left {
      display: inline-flex;
      width: 85%;
      align-items: center; }
    .filter .neoseo-filter .option-position a .option-txt-left img {
      width: 35px;
      height: auto;
      order: 2;
      margin-left: 5px; }
    .filter .neoseo-filter .option-position a .option-txt-left span {
      order: 1; }
  .filter .neoseo-filter .option {
    border-bottom: 2px dotted #e2e1e1; }
  @media (max-width: 767px) {
      .filter .neoseo-filter .option i {
        font-size: 27px !important; } }
  .filter .neoseo-filter .option-color {
    transition: 1s; }
  .filter .neoseo-filter .option-color:hover {
    outline: 1px solid #000;
    transition: 1s;
    transform: scale(1.2); }
  .filter .filter h3 {
    padding-top: 20px;
    text-transform: uppercase;
    font-size: 24px; }
  .filter #option-values-price {
    margin: 20px 0 20px;
    height: 40px; }
  .filter .option-slide.horizontal-price .ui-widget.ui-widget-content {
    width: 96%; }
  .filter .option-slide.horizontal-price .option-values {
    padding-left: 14px; }
  .filter .filter-horizontal {
    background: none;
    border: none; }
  .filter .filter-horizontal .filter-button {
    transition: 0.5s;
    width: 100%;
    background: #1d1d1d;
    color: #fff;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 24px; }
  .filter .filter-horizontal .filter-button.open {
    transition: 0.5s;
    background: #fff;
    color: #000; }
  .filter .filter-horizontal i {
    cursor: pointer; }
  .filter .filter-horizontal #filter-list {
    background: #fff;
    border: 1px solid #fff; }
  @media (min-width: 992px) {
      .filter .filter-horizontal #filter-list {
        height: auto !important; } }
  .filter .filter-horizontal #filter-list h3 {
    margin-top: 0; }
  @media (min-width: 992px) {
    .filter .options-box {
      padding: 10px 5px; } }
  .filter .option {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
    cursor: pointer;
    outline: none;
    color: #595959; }
  .filter .option .option-checked {
    display: inline-flex;
    margin: 0 15px 5px;
    background: #fff;
    padding: 5px;
    border-radius: 4px;
    border: 1px solid #ddd; }
  @media (max-width: 991px) {
      .filter .option .option-checked {
        margin: 5px 0 5px 15px; } }
  .filter .option .option-checked span {
    margin-right: 5px;
    display: inline-flex;
    color: #333; }
  .filter .option .option-checked span a {
    color: #333; }
  .filter .option .option-horizontal-box .price-result_cont #price-to {
    margin-right: 0 !important; }
  .filter .option .price-result_cont &gt; div {
    margin-bottom: 20px; }
  .filter .option .price-result_cont #price-to {
    float: right;
    margin-right: 20px; }
  .filter .option .price-result_cont #price-to, .filter .option .price-result_cont #price-from {
    color: #999; }
  @media (min-width: 992px) {
      .filter .option.horizontal {
        font-size: 12px;
        width: auto;
        display: inline-flex;
        align-items: flex-start;
        flex-direction: column;
        border: none !important;
        padding: 0; }
        .filter .option.horizontal .option-values {
          display: none;
          top: 18px;
          min-width: 260px;
          border: 1px solid #eee;
          position: absolute;
          z-index: 10;
          background: #fafafa;
          width: 100%;
          border-radius: 4px;
          padding: 15px 10px 0 15px;
          box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 6px; }
          .filter .option.horizontal .option-values .color .option-color {
            border: 1px solid #ddd; }
          .filter .option.horizontal .option-values.horizontal-slide-price {
            top: 10px;
            height: auto !important;
            padding: 10px 10px 20px;
            width: auto;
            border: none !important;
            margin: 10px 17px 10px 10px; }
            .filter .option.horizontal .option-values.horizontal-slide-price .ui-widget.ui-widget-content {
              width: auto; }
        .filter .option.horizontal .option-name {
          font-size: 12px;
          height: 30px;
          border-radius: 4px;
          border: none !important;
          justify-content: flex-start; }
          .filter .option.horizontal .option-name i {
            margin-left: 5px; } }
  @media (max-width: 991px) {
    .filter .option .option-values {
      padding-left: 16px !important; }
      .filter .option .option-values.horizontal-slide-price {
        padding: 0 38px 0 15px !important; }
        .filter .option .option-values.horizontal-slide-price .ui-widget.ui-widget-content {
          width: 100% !important; } }
  .filter .option .option-values {
    position: relative;
    height: auto;
    display: none;
    margin-top: 10px;
    font-weight: normal;
    transition: all 0.5s ease-in;
    list-style: none;
    padding-left: 15px; }
  .filter .option .option-name {
    display: flex;
    font-weight: bold;
    text-indent: 5px;
    padding: 0 15px 0 10px;
    font-size: 16px;
    align-items: center;
    justify-content: space-between; }
  .filter .option .option-name i {
    color: #1d1d1d;
    font-size: 21px; }
  @media (min-width: 992px) {
    .filter .option-horizontal-box:hover .option-values {
      display: block; } }
  .filter .option-active .option-values {
    display: block;
    transition: 0.3s; }
  .filter .option-active .option-name:before {
    transform: rotate(-45deg); }
  .filter .selected-title {
    margin-top: 5px;
    font-size: 15px;
    text-indent: 12px; }
  .filter .selected-options {
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 15px;
    border-top: 1px solid #e4e4e4; }
  .filter .reset-filter-button {
    color: #fff;
    background: #1d1d1d;
    width: 80%;
    display: block;
    padding: 11px 10px;
    text-align: center;
    font-weight: bold;
    border-radius: 3px;
    margin: 20px auto 0; }
  .filter .reset-filter-button:hover {
    background: #57d6e9;
    color: #fff; }
  .filter .reset-filter-button:visited, .filter .reset-filter-button:focus {
    text-decoration: none; }
  .filter .button-choice-group {
    background: #fff;
    height: 3px;
    display: flex;
    justify-content: space-between;
    position: relative;
    top: -2px; }
  .filter .button-choice-group .pick-up-button {
    display: none;
    color: #fff;
    background: #1d1d1d;
    width: 45%;
    height: 50px;
    padding: 0;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    border-radius: 3px;
    margin: 20px auto 0; }
  .filter .button-choice-group .pick-up-button:hover {
    text-decoration: none;
    background: #57d6e9;
    color: #fff; }
  .filter .button-choice-group .reset-button {
    display: none;
    color: #5b5b5b;
    background: #e2e2e2;
    width: 45%;
    height: 50px;
    padding: 0;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    border-radius: 3px;
    margin: 20px auto 0; }
  .filter .button-choice-group .reset-button:hover {
    text-decoration: none;
    color: #5b5b5b;
    background: #e2e2e2; }
  .filter .selected-option {
    padding: 0 10px; }
  .filter .selected-option &gt; span {
    font-size: 12px; }
  .filter .selected-option a {
    width: 100%;
    position: relative;
    display: inline-block;
    padding: 4px 10px;
    margin-bottom: 4px;
    color: #1d1d1d;
    font-size: 12px; }
  .filter .selected-option a i {
    float: right;
    position: relative;
    font-size: 16px;
    top: -4px;
    color: #575757; }
  .filter .selected-option a span {
    position: absolute;
    font-size: 19px;
    color: #888;
    right: 2px;
    top: 2px;
    width: 20px;
    height: 20px;
    display: block;
    border: 1px solid #888;
    border-radius: 10px;
    line-height: 18px;
    text-align: center; }
  .filter .cancel-large {
    position: relative;
    display: block;
    padding: 7px 10px;
    font-weight: bold;
    background: #5e8ee4;
    color: #fff;
    border-radius: 5px;
    width: 80%;
    margin: 0 auto;
    text-align: center; }
  .filter .cancel-large span {
    display: none;
    position: absolute;
    font-size: 19px;
    color: #888;
    right: 2px;
    top: 5px;
    width: 20px;
    height: 20px;
    border: 1px solid #888;
    border-radius: 10px;
    line-height: 18px;
    text-align: center; }
  .filter .cancel-large a:hover {
    color: #fff; }
  .filter .option-slide {
    padding-top: 15px; }
  .filter .option-slide .option-values {
    margin: 10px 0; }
  .filter .ui-widget.ui-widget-content {
    width: 82%;
    margin: 10px; }
  .filter .ui-state-default, .filter .ui-widget-content .ui-state-default, .filter .ui-widget-header .ui-state-default, .filter .ui-button, .filter html .ui-button.ui-state-disabled:hover, .filter html .ui-button.ui-state-disabled:active {
    border: none;
    background: #1d1d1d;
    font-weight: normal;
    color: #454545; }
  .filter .ui-state-hover, .filter .ui-widget-content .ui-state-hover, .filter .ui-widget-header .ui-state-hover, .filter .ui-state-focus, .filter .ui-widget-content .ui-state-focus, .filter .ui-widget-header .ui-state-focus, .filter .ui-button:hover, .filter .ui-button:focus {
    cursor: pointer;
    border: none;
    font-weight: normal;
    color: #2b2b2b; }
  .filter .ui-slider-horizontal .ui-slider-handle {
    top: -8px;
    height: 21px;
    width: 21px; }
  .filter .ui-widget.ui-widget-content {
    top: 4px;
    background: #ececec; }
  .filter .ui-slider-horizontal {
    height: 6px;
    border: none; }
  .filter .ui-slider-horizontal .ui-slider-range {
    height: 6px;
    background: #373737; }
  .filter .neoseo-filter {
    background: #fff;
    border: #fff; }
  .filter .neoseo-filter.horizontal .reset-filter-button {
    max-width: 140px;
    font-size: 12px;
    padding: 6px 3px; }
  @media (max-width: 1399px) {
  .filter #column-left {
    padding-right: 0; } }
  @media (max-width: 991px) {
  .filter #column-left {
    width: 100%;
    padding-right: 15px; }
    .filter #column-left .sidebar-category-accordeon {
      display: none; }

    .filter #column-left .filter {
      background: none;
      border: none; }
      .filter #column-left .filter .filter-button {
        transition: 0.5s;
        background: #1d1d1d;
        color: #fff;
        padding: 10px 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 24px; }
      .filter #column-left .filter i {
        cursor: pointer; }
      .filter #column-left .filter #filter-list {
        background: #fff; }

    .filter #column-left .side-module .neoseo-filter .option-slide {
      padding: 15px; }
      .filter #column-left .side-module .neoseo-filter .option-slide .ui-widget.ui-widget-content {
        width: auto;
        margin: 10px 17px 10px 10px; }
      .filter #column-left .side-module .neoseo-filter .option-description {
        padding-left: 38px; }
  .filter #content {
    width: 100%; } }
  .filter .option-description {
    margin-bottom: 10px; }
  .filter .option-description label {
    width: 95%; }
  .filter .option-checkbox .option-position::after {
    top: auto !important;
    width: 9px !important;
    left: 5px !important; }

.tags {
  padding: 10px 0; }
  .tags h3 {
    font-weight: 600;
    text-transform: uppercase; }

#column-left .tags h3 {
  font-size: 18px; }

@media (max-width: 991px) {
  .filter-list {
    position: fixed;
    top: 0;
    z-index: 991;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff; }
    .filter-list__close {
      background: #fff;
      border-bottom: 1px solid #ddd;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 10px; }
      .filter-list__close &gt; span {
        font-size: 21px; }
      .filter-list__close &gt; button {
        padding: 4px 0 0 0;
        background: transparent;
        border: none;
        width: 25px;
        height: 25px; }
        .filter-list__close &gt; button span {
          display: flex;
          background: #666;
          width: 25px;
          height: 2px;
          position: relative; }
          .filter-list__close &gt; button span:nth-child(1) {
            transform: rotate(45deg);
            top: 1px; }
          .filter-list__close &gt; button span:nth-child(2) {
            transform: rotate(-45deg);
            top: -1px; }
    .filter-list .ui-slider {
      width: 86%; }
    .filter-list .neoseo-filter {
      height: calc(100vh - 46px);
      overflow-y: auto; } }

[class*="filter-tags"] {
  padding: 5px 10px 5px 15px;
  overflow: hidden;
  transition: 0.3s; }
  [class*="filter-tags"].collapsed {
    height: 30px; }

.filter-tags__box {
  display: flex;
  flex-wrap: wrap; }
  .filter-tags__box a {
    background: #daf1f3;
    position: relative;
    margin: 0 5px 5px 0;
    border-radius: 4px;
    padding: 2px 8px;
    color: #666; }

.tags-more {
  display: none;
  text-align: center;
  margin: 10px 0; }
  .tags-more a {
    font-size: 16px;
    color: #ef532b;
    text-decoration: none; }
  .tags-more a span {
    border-bottom: 1px dashed #ef532b;
    margin-right: 10px; }

#content .filter-button {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
  background: #1d1d1d;
  color: #fff;
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 24px; }

.flip-clock-wrapper * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden; }

.flip-clock-wrapper a {
  cursor: pointer;
  text-decoration: none;
  color: #ccc; }

.flip-clock-wrapper a:hover {
  color: #fff; }

.flip-clock-wrapper ul {
  list-style: none; }

.flip-clock-wrapper.clearfix:before, .flip-clock-wrapper.clearfix:after {
  content: " ";
  display: table; }

.flip-clock-wrapper.clearfix:after {
  clear: both; }

.flip-clock-wrapper.clearfix {
  *zoom: 1;
  /* Main */ }

.flip-clock-wrapper {
  font: normal 11px "Helvetica Neue", Helvetica, sans-serif;
  -webkit-user-select: none; }

.flip-clock-meridium {
  background: none !important;
  box-shadow: 0 0 0 !important;
  font-size: 36px !important; }

.flip-clock-meridium a {
  color: #313333; }

.flip-clock-wrapper {
  text-align: center;
  position: relative;
  width: 100%;
  margin: 1em; }

.flip-clock-wrapper:before, .flip-clock-wrapper:after {
  /* 1 */
  content: " ";
  /* 2 */
  display: table; }

.flip-clock-wrapper:after {
  clear: both;
  /* Skeleton */ }

.flip-clock-wrapper ul {
  position: relative;
  float: left;
  margin: 5px;
  width: 60px;
  height: 90px;
  font-size: 80px;
  font-weight: bold;
  line-height: 87px;
  border-radius: 6px;
  background: #000; }

.flip-clock-wrapper ul li {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 87px;
  text-decoration: none !important; }

.flip-clock-wrapper ul li:first-child {
  z-index: 2; }

.flip-clock-wrapper ul li a {
  display: block;
  height: 100%;
  -webkit-perspective: 200px;
  -moz-perspective: 200px;
  perspective: 200px;
  margin: 0 !important;
  overflow: visible !important;
  cursor: default !important; }

.flip-clock-wrapper ul li a div {
  z-index: 1;
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  font-size: 80px;
  overflow: hidden;
  outline: 1px solid transparent; }

.flip-clock-wrapper ul li a div .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2; }

.flip-clock-wrapper ul li a div.up {
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  top: 0; }

.flip-clock-wrapper ul li a div.up:after {
  content: "";
  position: absolute;
  top: 44px;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 3px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4); }

.flip-clock-wrapper ul li a div.down {
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0;
  bottom: 0;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px; }

.flip-clock-wrapper ul li a div div.inn {
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 200%;
  color: #ccc;
  text-shadow: 0 1px 2px #000;
  text-align: center;
  background-color: #333;
  border-radius: 6px;
  font-size: 70px; }

.flip-clock-wrapper ul li a div.up div.inn {
  top: 0; }

.flip-clock-wrapper ul li a div.down div.inn {
  bottom: 0;
  /* PLAY */ }

.flip-clock-wrapper ul.play li.flip-clock-before {
  z-index: 3; }

.flip-clock-wrapper .flip {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.7); }

.flip-clock-wrapper ul.play li.flip-clock-active {
  -webkit-animation: asd 0.5s 0.5s linear both;
  -moz-animation: asd 0.5s 0.5s linear both;
  animation: asd 0.5s 0.5s linear both;
  z-index: 5; }

.flip-clock-divider {
  float: left;
  display: inline-block;
  position: relative;
  width: 20px;
  height: 100px; }

.flip-clock-divider:first-child {
  width: 0; }

.flip-clock-dot {
  display: block;
  background: #323434;
  width: 10px;
  height: 10px;
  position: absolute;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  left: 5px; }

.flip-clock-divider .flip-clock-label {
  position: absolute;
  top: -1.5em;
  right: -86px;
  color: black;
  text-shadow: none; }

.flip-clock-divider.minutes .flip-clock-label {
  right: -88px; }

.flip-clock-divider.seconds .flip-clock-label {
  right: -91px; }

.flip-clock-dot.top {
  top: 30px; }

.flip-clock-dot.bottom {
  bottom: 30px; }

@-webkit-keyframes asd {
  0% {
    z-index: 2; }

  20% {
    z-index: 4; }

  100% {
    z-index: 4; } }

@-moz-keyframes asd {
  0% {
    z-index: 2; }

  20% {
    z-index: 4; }

  100% {
    z-index: 4; } }

@-o-keyframes asd {
  0% {
    z-index: 2; }

  20% {
    z-index: 4; }

  100% {
    z-index: 4; } }

@keyframes asd {
  0% {
    z-index: 2; }

  20% {
    z-index: 4; }

  100% {
    z-index: 4; } }

.flip-clock-wrapper ul.play li.flip-clock-active .down {
  z-index: 2;
  -webkit-animation: turn 0.5s 0.5s linear both;
  -moz-animation: turn 0.5s 0.5s linear both;
  animation: turn 0.5s 0.5s linear both; }

@-webkit-keyframes turn {
  0% {
    -webkit-transform: rotateX(90deg); }

  100% {
    -webkit-transform: rotateX(0deg); } }

@-moz-keyframes turn {
  0% {
    -moz-transform: rotateX(90deg); }

  100% {
    -moz-transform: rotateX(0deg); } }

@-o-keyframes turn {
  0% {
    -o-transform: rotateX(90deg); }

  100% {
    -o-transform: rotateX(0deg); } }

@keyframes turn {
  0% {
    transform: rotateX(90deg); }

  100% {
    transform: rotateX(0deg); } }

.flip-clock-wrapper ul.play li.flip-clock-before .up {
  z-index: 2;
  -webkit-animation: turn2 0.5s linear both;
  -moz-animation: turn2 0.5s linear both;
  animation: turn2 0.5s linear both; }

@-webkit-keyframes turn2 {
  0% {
    -webkit-transform: rotateX(0deg); }

  100% {
    -webkit-transform: rotateX(-90deg); } }

@-moz-keyframes turn2 {
  0% {
    -moz-transform: rotateX(0deg); }

  100% {
    -moz-transform: rotateX(-90deg); } }

@-o-keyframes turn2 {
  0% {
    -o-transform: rotateX(0deg); }

  100% {
    -o-transform: rotateX(-90deg); } }

@keyframes turn2 {
  0% {
    transform: rotateX(0deg); }

  100% {
    transform: rotateX(-90deg); } }

.flip-clock-wrapper ul li.flip-clock-active {
  z-index: 3;
  /* SHADOW */ }

.flip-clock-wrapper ul.play li.flip-clock-before .up .shadow {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  -webkit-animation: show 0.5s linear both;
  -moz-animation: show 0.5s linear both;
  animation: show 0.5s linear both; }

.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  -webkit-animation: hide 0.5s 0.3s linear both;
  -moz-animation: hide 0.5s 0.3s linear both;
  animation: hide 0.5s 0.3s linear both;
  /*DOWN*/ }

.flip-clock-wrapper ul.play li.flip-clock-before .down .shadow {
  background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  -webkit-animation: show 0.5s linear both;
  -moz-animation: show 0.5s linear both;
  animation: show 0.5s linear both; }

.flip-clock-wrapper ul.play li.flip-clock-active .down .shadow {
  background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  -webkit-animation: hide 0.5s 0.3s linear both;
  -moz-animation: hide 0.5s 0.3s linear both;
  animation: hide 0.5s 0.2s linear both; }

@-webkit-keyframes show {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-moz-keyframes show {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-o-keyframes show {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@keyframes show {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-webkit-keyframes hide {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@-moz-keyframes hide {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@-o-keyframes hide {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@keyframes hide {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

#popup-cart .modal h4 {
  font-family: ;
  margin-bottom: 10px; }
  #popup-cart .modal-footer {
    flex-wrap: wrap; }
  @media (max-width: 480px) {
        #popup-cart .modal-footer .cart-quick-button .form-group {
          width: auto; } }
  #popup-cart .modal-footer .cart-quick-button #button-quick-order-cart {
    height: 33px; }
  #popup-cart .modal-footer .popup-quick-button {
    padding: 0 15px;
    background: #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    color: #333;
    border: none;
    text-decoration: none;
    margin: 0 10px 0 0;
    min-height: 40px; }
  @media (max-width: 576px) {
        #popup-cart .modal-footer .popup-quick-button {
          margin: 0 0 10px 0; } }
  #popup-cart .modal-footer .popup-quick-button i {
    display: none; }

#popup-quick_order #check-agree #agree-error {
  position: absolute;
  bottom: -30px;
  left: 0;
  color: #a94442; }

#button-quick-order-cart, #button-quick-order-dropdowm-cart {
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  background: #dedede;
  color: #777;
  text-decoration: none;
  border: none;
  font-weight: 400;
  font-size: 14px;
  text-shadow: none;
  border-radius: 0 4px 4px 0; }
  #button-quick-order-cart i, #button-quick-order-dropdowm-cart i {
    position: relative;
    top: -1px;
    margin-right: 6px; }
  #button-quick-order-cart:hover, #button-quick-order-dropdowm-cart:hover {
    background: #57d6e9;
    color: #1d1d1d; }

#popup-cart-quick-order-form .help-block-cart, #dropdowm-cart-quick-order-form .help-block-cart {
  text-align: left;
  color: #a94442;
  font-weight: 400;
  margin-top: 5px; }

@media (max-width: 575px) {
    #popup-cart-quick-order-form .form-group &gt; .input-group {
      display: flex;
      flex-direction: column; }
      #popup-cart-quick-order-form .form-group &gt; .input-group .input-group-btn {
        display: flex;
        width: 100%; }
        #popup-cart-quick-order-form .form-group &gt; .input-group .input-group-btn .btn {
          border-radius: 0; } }

.cart__products-list #button-quick-order-cart {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  text-shadow: none;
  height: 42px;
  color: #4e4e4e;
  font-weight: bold;
  padding: 0 15px;
  background: #dedede;
  text-decoration: none;
  border-radius: 4px; }

.archive-aditionals {
  margin-bottom: 30px;
  border: 1px solid #3c3c3c;
  padding: 4px; }
  .archive-aditionals &gt; a {
    font-size: 80%;
    color: inherit;
    text-align: center;
    display: block; }
  .archive-aditionals &gt; a:hover img {
    opacity: 0.8; }
  .archive-aditionals img {
    width: 100%;
    max-width: 100%; }

.set-buy-wrap {
  width: 100%;
  height: 225px;
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  margin-bottom: 35px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden; }

.set-buy-wrap .set-list {
  border-right: 1px solid #dfdfdf;
  position: relative;
  position: relative;
  display: inline-block;
  width: 20%; }

.set-buy-wrap .set-list:nth-last-child(1) {
  border: none; }

.set-buy-wrap .set-list:after {
  content: '';
  width: 35px;
  height: 35px;
  background-image: url("/catalog/view/theme/neoseo_unistor/images/set-plus.png");
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: center;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: -17px;
  margin-top: -18px;
  z-index: 4; }

.set-buy-wrap .set-list:nth-last-child(1):after {
  display: none; }

.set-buy-wrap .set-list:nth-last-child(2):after {
  background-image: url("/catalog/view/theme/neoseo_unistor/images/set-equally.png"); }

.set-buy-wrap .set-list .bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: inherit;
  margin-top: 0;
  outline: 0;
  width: 65px;
  height: 45px;
  text-indent: -9999px;
  z-index: 1; }

.set-buy-wrap .set-list .bx-wrapper .bx-prev {
  left: 50% !important;
  top: 0 !important;
  margin-left: -32px !important;
  background: url(/catalog/view/theme/neoseo_unistor/images/sprite-vertical.png) no-repeat;
  background-position: -32px 15px;
  background-size: 75px 50px; }

.set-buy-wrap .set-list .bx-wrapper .bx-prev:hover {
  background-position: -32px -21px; }

.set-buy-wrap .set-list .bx-wrapper .bx-next {
  right: 50%;
  bottom: 0;
  margin-right: -32px;
  background: url(/catalog/view/theme/neoseo_unistor/images/sprite-vertical.png) no-repeat;
  background-position: 19px 15px;
  background-size: 75px 50px; }

.set-buy-wrap .set-list .bx-wrapper .bx-next:hover {
  background-position: 19px -21px; }

.set-buy-wrap .set-list {
  height: 100%;
  position: relative; }

.set-buy-wrap .set-list .bx-wrapper .bx-pager {
  display: none; }

.set-buy-wrap .set-list.single .bx-prev, .set-buy-wrap .set-list.single .bx-next {
  display: none; }

.set-slider {
  padding: 0; }

.set-buy-wrap .set-slider li {
  height: 225px; }

.set-buy-wrap .set-slider .set-slider-content {
  display: block;
  display: none;
  width: auto;
  height: auto;
  padding: 20px 15px;
  padding-top: 35px; }

.set-buy-wrap .bx-wrapper .set-slider .set-slider-content {
  display: block; }

.set-buy-wrap .set-slider .set-slider-content a:hover .set-slider-text p {
  color: #f57d06;
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease; }

.set-buy-wrap .set-list.set-list-product .set-product-wrap a:hover .set-slider-text p {
  color: #f57d06;
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease; }

.set-slider-content .set-slider-img {
  width: 100px;
  height: 100px;
  display: table;
  float: left;
  text-align: center; }

.set-slider-content .set-slider-img span {
  display: table-cell;
  vertical-align: middle; }

.set-slider-content .set-slider-img img {
  max-width: 100%;
  height: auto; }

.set-slider-content .set-slider-price {
  width: 77px;
  height: 95px;
  display: table;
  float: right;
  margin-left: 0;
  text-align: center; }

.set-slider-content .set-slider-price &gt; div {
  display: table-cell;
  vertical-align: middle; }

.set-slider-content .set-slider-price span.set-price-new {
  font-size: 16px;
  color: #ff9b13;
  display: block;
  text-align: left; }

.set-slider-content .set-slider-price span.set-price-new sup {
  font-size: 10px;
  vertical-align: top; }

.set-slider-content .set-slider-price span.set-price-old {
  font-size: 16px;
  color: #babab9;
  display: block;
  text-align: left;
  text-decoration: line-through; }

.set-slider-content .set-slider-price span.set-price-old sup {
  font-size: 10px;
  vertical-align: top; }

.set-slider-content .set-slider-text {
  display: inline-block;
  width: 100%;
  margin-top: 5px; }

.set-slider-content .set-slider-text p {
  font-size: 16px;
  color: #000;
  line-height: 18px; }

.set-buy-wrap .set-list .set-close {
  width: 26px;
  height: 26px;
  position: absolute;
  top: 20px;
  right: 13px;
  cursor: pointer;
  z-index: 3;
  background: url(/catalog/view/theme/neoseo_unistor/images/close-set.png) no-repeat; }

.set-buy-wrap .set-list .set-close.active {
  border-radius: 50px;
  background-color: #32cc8e;
  background-image: url("/catalog/view/theme/neoseo_unistor/images/icon-ok.png");
  background-repeat: no-repeat;
  background-position: center center; }

.set-buy-wrap .set-list .set-close:hover {
  opacity: 0.8; }

.set-buy-wrap .set-list.set-buy-equally {
  display: table; }

.set-buy-wrap .set-list.set-buy-equally .buy-equally {
  display: table-cell;
  vertical-align: bottom;
  text-align: center;
  padding-bottom: 16px; }

.buy-equally span.set-price-old {
  display: block;
  font-size: 22px;
  color: #babab9;
  text-decoration: line-through;
  position: relative;
  left: 7px; }

.buy-equally span.set-price-old sup {
  font-size: 14px;
  vertical-align: top; }

.buy-equally span.set-price-new {
  display: block;
  font-size: 30px;
  line-height: 42px;
  position: relative;
  left: 10px;
  margin: 10px 0;
  color: #ff9b13; }

.buy-equally span.set-price-new sup {
  font-size: 18px;
  vertical-align: top;
  position: relative;
  top: -8px; }

.buy-equally p {
  font-size: 14px;
  color: #a3a2a2;
  line-height: 24px; }

.buy-equally p span sup {
  vertical-align: top;
  font-size: 13px;
  position: relative;
  top: -6px;
  left: 3px; }

.buy-equally button.set-buy-btn {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  font-weright: normal;
  font-style: normal;
  border-radius: 5px;
  border: none;
  outline: none;
  cursor: pointer;
  margin-top: 5px;
  padding: 9px 8px;
  border-bottom: 1px solid #c5670a;
  background-color: #ff9d13;
  background-image: -moz-linear-gradient(top, #ff9d13 0%, #f09114 100%);
  background-image: -webkit-linear-gradient(top, #ff9d13 0%, #f09114 100%);
  background-image: -o-linear-gradient(top, #ff9d13 0%, #f09114 100%);
  background-image: -ms-linear-gradient(top, #ff9d13 0%, #f09114 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09114', endColorstr='#f09114',GradientType=0);
  background-image: linear-gradient(top, #ff9d13 0%, #f09114 100%); }

.buy-equally button.set-buy-btn:hover {
  background-color: #f09114;
  background-image: -moz-linear-gradient(top, #f09114 0%, #ff9d13 100%);
  background-image: -webkit-linear-gradient(top, #f09114 0%, #ff9d13 100%);
  background-image: -o-linear-gradient(top, #f09114 0%, #ff9d13 100%);
  background-image: -ms-linear-gradient(top, #f09114 0%, #ff9d13 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09114', endColorstr='#f09114',GradientType=0);
  background-image: linear-gradient(top, #f09114 0%, #ff9d13 100%); }

.set-buy-wrap .set-list.set-list-product .set-product-wrap {
  display: table;
  padding: 11px 15px;
  padding-right: 10px;
  width: calc(100% - 25px); }

.set-product-wrap h4 {
  font-size: 14px;
  color: #fc9a13;
  line-height: 29px; }

.list-wrap .name-product-option {
  font-size: 17px;
  color: #000;
  line-height: 22px;
  letter-spacing: 0;
  padding: 19px 0;
  padding-bottom: 7px; }

.set-product-wrap .set-slider-img {
  width: 100px;
  height: 100px;
  display: table;
  float: left;
  text-align: center; }

.set-product-wrap .set-slider-img span {
  display: table-cell;
  vertical-align: middle; }

.set-product-wrap .set-slider-img img {
  max-width: 100%;
  height: auto; }

.set-product-wrap .set-slider-price {
  width: 90px;
  height: 90px;
  display: table;
  float: right;
  margin-left: 0;
  text-align: center; }

.set-product-wrap .set-slider-price &gt; div {
  display: table-cell;
  vertical-align: middle; }

.set-product-wrap .set-slider-price span.set-price-new {
  font-size: 16px;
  color: #ff9b13; }

.set-product-wrap .set-slider-price span.set-price-new sup {
  font-size: 10px;
  vertical-align: top; }

.set-product-wrap .set-slider-price span.set-price-old {
  font-size: 16px;
  color: #babab9; }

.set-product-wrap .set-slider-price span.set-price-old sup {
  font-size: 10px;
  vertical-align: top; }

.set-product-wrap .set-slider-text {
  display: inline-block;
  width: 100%;
  margin-top: 5px; }

.set-product-wrap .set-slider-text p {
  font-size: 16px;
  color: #000;
  line-height: 18px; }

.product-bxslider {
  border-radius: 5px;
  display: inline-block; }

.product-bxslider li {
  height: 148px;
  position: relative; }

.set-buy-wrap .set-list.none:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0px;
  background-color: rgba(27, 27, 27, 0.76);
  z-index: 3; }

.price-old-new {
  display: none; }

.price-old-new .product-price-new {
  display: block;
  font-size: 24px;
  line-height: 37px;
  position: relative;
  left: 8px;
  margin: 10px 0;
  color: #ff9b13; }

.price-old-new .product-price-new sup {
  font-size: 16px;
  vertical-align: top;
  position: relative;
  top: -8px; }

.price-old-new .product-price-old {
  display: block;
  font-size: 22px;
  color: #babab9;
  text-decoration: line-through;
  position: relative;
  left: 6px; }

.price-old-new .product-price-old sup {
  font-size: 14px;
  vertical-align: top; }

.product-popap-content .column-wrap .column-right, .order-done-content .column-wrap .column-right {
  width: 492px;
  height: auto;
  display: inline-block;
  float: right; }

.column-wrap .column-right h4 {
  font-size: 24px;
  color: #000;
  font-weight: normal;
  font-style: normal;
  margin-bottom: 17px; }

.column-wrap .column-right ul li p {
  font-size: 14px;
  color: #000;
  line-height: 24px; }

.column-wrap .column-right ul li p span {
  font-size: 14px;
  color: #000; }

.column-wrap .column-right .cout-total-wrap {
  display: inline-block;
  width: 100%;
  padding: 27px 0;
  padding-bottom: 10px; }

.cout-total-wrap .cout {
  display: inline-block;
  width: 45%;
  float: left;
  text-align: left; }

.cout-total-wrap .cout .opt-quontity {
  float: left;
  display: inline-block;
  margin-top: 7px; }

.cout-total-wrap .cout .opt-quontity input {
  text-align: center;
  width: 33px; }

.cout-total-wrap .cout .title {
  font-size: 14px;
  color: #000;
  font-weight: normal;
  font-style: normal;
  line-height: 42px;
  display: inline-block;
  width: 109px;
  text-align: left;
  float: left; }

.cout-total-wrap .total {
  display: inline-block;
  width: 45%;
  float: right;
  text-align: right; }

.cout-total-wrap .total .title {
  font-size: 14px;
  color: #000;
  font-weight: normal;
  font-style: normal;
  line-height: 42px;
  display: inline-block;
  width: 62px;
  text-align: left; }

.cout-total-wrap .total .total-price {
  font-size: 30px;
  color: #ff9b13;
  display: inline-block;
  float: right; }

.cout-total-wrap .total .total-price sup {
  font-size: 18px;
  color: #ff9b13;
  vertical-align: top; }

.product-popap-content .section-title, .order-done-content .section-title {
  font-size: 17px;
  color: #000;
  margin-top: 24px;
  margin-bottom: 11px;
  padding-bottom: 5px;
  display: block; }

.product-images .slick-slider.slider-for .slider-photo {
  text-align: center;
  cursor: pointer; }

.product-images .slick-slider.slider-for .slider-photo img {
  display: inline-block; }

.product-images .slick-slider.slider-nav {
  cursor: pointer;
  width: 270px;
  margin: 0 auto;
  margin-bottom: 20px; }

.product-images .slick-slider.slider-nav .slick-dots {
  display: none !important; }

.product-images .slick-slider.slider-nav .slick-slide .slider-small-photo {
  border: 1px solid transparent;
  width: 50px;
  height: 50px;
  text-align: center;
  margin: 0 auto;
  display: block; }

.product-images .slick-slider.slider-nav .slick-slide .slider-small-photo img {
  max-width: 100%; }

.product-images .slick-slider.slider-nav .slick-slide.slick-current .slider-small-photo {
  border: 1px solid #f87f07; }

.product-container .product-images .slider.slider-for .slider-big-photo {
  display: none; }

.product-images .slider.slider-nav .slider-small-photo {
  display: none; }

.product-container .product-images .slider.slider-for .slick-slide .slider-big-photo {
  text-align: center;
  width: 100%;
  height: 338px;
  display: table; }

.product-container .product-images .slider.slider-for .slick-slide .slider-big-photo a {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 338px; }

.product-container .product-images .slider.slider-for {
  min-height: 340px;
  margin-bottom: 50px; }

.product-container .product-images .slider.slider-for .slick-slide .slider-big-photo img {
  /*width: auto;*/
  display: inline-block;
  width: 100%;
  max-height: 100%; }

.product-images .slick-slider.slider-nav .slick-prev {
  width: 20px;
  height: 37px;
  background: url("/catalog/view/theme/neoseo_unistor/images/sprite2.png") no-repeat;
  background-position: 3px 6px;
  background-size: 50px 75px;
  text-indent: -99999px; }

.product-images .slick-slider.slider-nav .slick-prev:hover {
  background-position: -33px 6px; }

.product-images .slick-slider.slider-nav .slick-prev.slick-disabled {
  opacity: 0.3; }

.product-images .slick-slider.slider-nav .slick-prev.slick-disabled:hover {
  background-position: 3px 6px; }

.product-images .slick-slider.slider-nav .slick-next {
  width: 20px;
  height: 37px;
  background: url("/catalog/view/theme/neoseo_unistor/images/sprite2.png") no-repeat;
  background-position: 3px -44px;
  background-size: 50px 75px;
  text-indent: -99999px; }

.product-images .slick-slider.slider-nav .slick-next:hover {
  background-position: -33px -44px; }

.product-images .slick-slider.slider-nav .slick-next.slick-disabled {
  opacity: 0.3; }

.product-images .slick-slider.slider-nav .slick-next.slick-disabled:hover {
  background-position: 3px -44px; }

@media screen and (max-height: 700px) {
  .main-navigation .first-level .sub-menu {
    height: calc(100vh - 101px);
    overflow: hidden; } }

@media screen and (min-width: 1000px) {
  .comment-column-right .review-form-wrapper .input-wrapper .input-text {
    margin-bottom: 12px; }

  .comment-column-right .review-form-wrapper .input-wrapper .input-textarea {
    margin-bottom: 12px; }

  .comment-column-right .review-form-wrapper .input-captcha .input-text {
    margin-bottom: 15px; }

  .product-recommend-bxslider li:nth-of-type(4n) {
    width: 236px !important; }

  .product-bxslider li:nth-of-type(4n) {
    width: 236px !important; }

  .tabs-carousel-wrap .product-recommend-bxslider li:nth-of-type(4n) {
    width: 235px !important; }

  .ios #header .main-navigation-container {
    position: relative !important;
    display: block !important;
    width: 940px !important;
    margin: 0 auto !important;
    padding: 0 30px !important; } }

@media screen and (max-width: 1050px) {
  .product-container .product-tabs-container .nav .product-tab {
    display: inline-block;
    padding: 14px 0;
    padding-bottom: 13px;
    margin-right: 16px; } }

#owl-carousel-product .similar-product-content .similar-product-text.mob {
  display: none; }

.page-container-cart + .clear {
  display: none; }

.info-block-payment2.mob-ver, .left-side-cart.mob-ver {
  display: none; }

@media screen and (max-width: 1000px) {
  .set-buy-wrap .set-list .bx-wrapper .bx-next {
    bottom: 7px; }

  .set-buy-wrap {
    height: 304px; }

  .set-slider-content .set-slider-price {
    width: unset;
    margin: 10px 0; }

  .set-product-wrap .set-slider-price {
    width: 90px;
    height: auto;
    float: left;
    padding-bottom: 20px; }

  .product-container .specifications-container li .value {
    display: inline-block;
    float: left;
    width: calc(100% - 250px); }

  .buy-equally button.set-buy-btn {
    width: calc(100% - 30px);
    padding: 6px 8px;
    margin-top: 17px; }

  .buy-equally p {
    line-height: 24px; }

  .buy-equally p span sup {
    vertical-align: top;
    position: relative;
    top: -4px;
    font-size: 13px; }

  .buy-equally span.set-price-new {
    display: block;
    font-size: 22px;
    line-height: 40px;
    margin: 8px 0; }

  .buy-equally span.set-price-new sup {
    font-size: 14px;
    vertical-align: top;
    position: relative;
    top: -4px; }

  .buy-equally span.set-price-old {
    font-size: 20px; }

  .info-block-payment2 {
    width: calc(100% - 10px);
    height: auto;
    margin-left: -15px;
    margin-bottom: 34px;
    display: inline-block;
    padding: 11px 20px;
    margin-top: 4px;
    display: none; }

  .info-block-payment2.mob-ver {
    display: inline-block;
    margin-bottom: 0; }

  .product-container .product-tabs-container {
    padding-bottom: 0; }

  .product-tabs-container .block-container {
    padding-bottom: 0; }

  .product-recommend-bxslider li .similar-product-content .product-price .action-time {
    position: absolute;
    top: -10px;
    left: 10px; }

  .info-block-payment2 a {
    float: left; }

  .get-discount-wrap form input {
    width: 200px; }

  .get-discount-wrap h4 {
    display: inline-block;
    width: 42%; }

  .product-bxslider li {
    height: 100%; }

  #header .top-menu ul {
    display: none; }

  #header .header {
    padding-top: 53px; }

  .site-phones .phone-code, .site-phones .phone-number {
    font-size: 16px;
    line-height: 28px; }

  #header .header .container {
    padding-bottom: 21px; }

  .main-navigation {
    display: block;
    height: 60px; }

  .main-navigation .first-level {
    height: 60px; }

  .main-navigation .first-level &gt; a {
    font-size: 14px;
    line-height: 20px;
    height: 44px;
    display: table-cell;
    vertical-align: middle;
    padding-top: 5px;
    padding-bottom: 5px; }

  .product-title-cart h1 {
    font-size: 30px;
    line-height: 36px;
    padding-right: 20%; }

  .breadcrumb {
    padding: 10px 14px;
    margin-bottom: 18px; }

  .product-title.product-title-cart {
    padding-bottom: 28px; }

  .info-block-payment2 .head {
    line-height: 30px; }

  .info-block-payment2 a {
    line-height: 30px; }

  .review-form-wrapper .input-wrapper {
    width: calc(50% - 13px);
    float: left; }

  .review-form-wrapper .input-wrapper:nth-of-type(even) {
    float: right;
    width: calc(50% - 27px); }

  .review-form-wrapper .input-wrapper-comments {
    width: calc(50% - 13px) !important;
    float: left !important; }

  .set-slider-content .set-slider-price &gt; div {
    display: table-cell;
    vertical-align: top; }

  .set-slider-content .set-slider-img {
    height: 92px; }

  .set-slider-content .set-slider-price {
    height: auto;
    float: left; }

  .set-buy-wrap .set-slider .set-slider-content {
    display: block;
    width: auto;
    padding: 20px 15px;
    padding-bottom: 0;
    padding-top: 35px; }

  .set-buy-wrap .set-slider li {
    height: 100%; }

  .set-buy-wrap .set-list.set-buy-equally .buy-equally {
    display: table-cell;
    vertical-align: bottom;
    padding-bottom: 17px;
    text-align: center; }

  .product-bxslider li {
    height: 210px; }

  .similar-product-content .similar-product-price {
    padding: 0 8px;
    position: absolute;
    top: 90px;
    left: 3px; }

  .product-recommend-bxslider li .similar-product-content .product-price {
    padding: 8px;
    padding-bottom: 0px;
    clear: both;
    display: inline-block;
    width: calc(100% - 16px); }

  .product-recommend-bxslider li .similar-product-content .product-price .similar-price-new {
    font-size: 22px;
    margin-right: 0; }

  .product-recommend-bxslider li .similar-product-content .product-price .similar-price-old {
    font-size: 22px;
    float: right; }

  .product-recommend-bxslider li .similar-product-content .product-name {
    padding: 0px 9px;
    height: 60px;
    padding-bottom: 7px; }

  .review-form-wrapper .input-captcha {
    float: right;
    width: calc(50% - 27px); }

  .comment-column-right .review-form-wrapper .input-star {
    padding-bottom: 12px;
    margin-top: 6px;
    display: inline-block;
    width: 100%; }

  #footer .footer-column-right .studio {
    font-size: 13px; }

  .product-bxslider li {
    width: calc(23.03vw + 1.04vw) !important; }

  .product-recommend-bxslider li {
    width: calc(30.8vw + 1.26vw) !important; }

  .comment-column-right .review-form-wrapper .input-wrapper.input-wrapper-comments &gt; label {
    margin-bottom: 13px; }

  .menu-mob-select {
    display: block;
    width: 87px;
    height: 22px;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    background-color: #7fafd8;
    border-radius: 4px 4px;
    line-height: 23px;
    padding-left: 9px;
    margin-top: 14px;
    margin-left: 8px;
    cursor: pointer;
    background-image: url("/catalog/view/theme/neoseo_unistor/images/icon-select.png");
    background-repeat: no-repeat;
    background-position: calc(100% - 9px); }

  .menu-mob-select.up {
    background-image: url("/catalog/view/theme/neoseo_unistor/images/icon-select-up.png");
    background-position: calc(100% - 9px) calc(100% - 10px); }

  .main-navigation .first-level &gt; a {
    width: calc(100% - 26%); }

  .set-buy-wrap .set-list.set-list-product .set-product-wrap {
    padding: 12px 15px; }

  .set-product-wrap .set-slider-img {
    width: 66px;
    height: 85px; }

  .set-product-wrap .set-slider-price {
    width: 90px;
    height: auto;
    float: left;
    margin-left: -9px;
    padding-bottom: 33px; }

  .set-product-wrap .set-slider-text p {
    line-height: 17px; }

  .set-buy-wrap .set-list:after {
    margin-top: -27px; }

  .set-buy-wrap .set-list .set-close {
    width: 26px;
    height: 26px;
    position: absolute;
    top: 20px;
    right: 10px; }

  .set-slider-content .set-slider-img {
    height: 92px; }

  .set-slider-content .set-slider-price span.set-price-new {
    margin-bottom: 3px; }

  .set-slider-content .set-slider-text {
    margin-top: 7px; }

  .set-slider-content .set-slider-text p {
    line-height: 17px; }

  .container .section-title {
    margin-top: 26px; }

  .buy-equally span.set-price-old {
    margin-left: 0;
    left: 4px; }

  .buy-equally span.set-price-new {
    margin-left: 0;
    left: 4px; }

  .buy-equally span.set-price-old sup {
    position: relative;
    top: -3px; } }

.set-percent {
  position: absolute;
  font-size: 14px;
  background: #fd9c13;
  color: #fff;
  padding: 2px 5px;
  border-bottom-right-radius: 5px; }

@media (max-width: 1199px) {
  .set-slider-content a {
    display: flex;
    flex-direction: column;
    align-items: center; }

  .set-buy-wrap, .set-buy-wrap .set-slider li {
    height: unset !important; }

  .set-buy-wrap .set-slider .set-slider-content {
    padding: 35px 15px !important; }

  .set-buy-wrap .set-list.set-buy-equally {
    display: flex;
    padding: 35px 15px;
    width: 20%;
    height: unset; }

  .set-buy-wrap .set-list.set-buy-equally .buy-equally {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding-bottom: 0; }

  .set-product-wrap .set-slider-price {
    float: unset !important; } }

@media (max-width: 991px) and (min-width: 768px) {
  .set-buy-wrap .set-list, .set-buy-wrap .set-list.set-buy-equally {
    width: 25% !important; } }

@media (max-width: 991px) {
  .buy-equally button.set-buy-btn {
    font-size: 13px; } }

@media (max-width: 767px) {
  .set-buy-wrap {
    display: flex;
    flex-direction: column; }

  .set-buy-wrap .set-list {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #dfdfdf; }

  .set-buy-wrap .set-list.set-list-product .set-product-wrap, .set-buy-wrap .set-list.set-buy-equally {
    width: 100%; }

  .set-buy-wrap .set-list.set-buy-equally {
    justify-content: center; }

  .set-buy-wrap .set-list:after {
    right: 50% !important;
    top: 100% !important;
    transform: translate(50%, -50%);
    margin: 0 !important; } }

.product-preview-label {
  position: absolute;
  z-index: 3;
  /*=== ÐšÐ°Ñ€Ñ‚Ð¾Ñ‡ÐºÐ° Ñ‚Ð¾Ð²Ð°Ñ€Ð° ===*/ }
  .product-preview-label span {
    color: #fff;
    font-size: 12px;
    position: relative; }
  .product-preview-label.chip span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    min-height: 50px;
    min-width: 50px;
    max-width: 50px;
    text-align: center; }
  .product-preview-label.chip[class*="label-top"] {
    top: 15px; }
  .product-preview-label.chip.label-top-left {
    left: 15px; }
  .product-preview-label.chip.label-top-right {
    right: 15px; }
  .product-preview-label.chip[class*="label-bottom"] {
    bottom: 15px; }
  .product-preview-label.chip.label-bottom-left {
    left: 15px; }
  .product-preview-label.chip.label-bottom-right {
    right: 15px; }
  .product-preview-label.sticker span:before, .product-preview-label.sticker span:after {
    content: '';
    display: inline-flex;
    position: absolute;
    background: inherit; }
  .product-preview-label.sticker[class*="label-top"] {
    top: 15px; }
  .product-preview-label.sticker.label-top-left, .product-preview-label.sticker.label-bottom-left {
    transform: translateX(-30px); }
  .product-preview-label.sticker.label-top-left span, .product-preview-label.sticker.label-bottom-left span {
    margin-left: 10px;
    padding: 6px 16px 6px 11px;
    border-radius: 0 10px 10px 0; }
  .product-preview-label.sticker.label-top-left span:before, .product-preview-label.sticker.label-bottom-left span:before {
    top: 0;
    left: -10px;
    width: 10px;
    height: 22px; }
  .product-preview-label.sticker.label-top-left span:after, .product-preview-label.sticker.label-bottom-left span:after {
    border: 13px solid transparent;
    border-left: 7px solid;
    bottom: 0;
    left: -10px; }
  .product-preview-label.sticker.label-top-right, .product-preview-label.sticker.label-bottom-right {
    transform: translateX(30px); }
  .product-preview-label.sticker.label-top-right span, .product-preview-label.sticker.label-bottom-right span {
    margin-right: 10px;
    padding: 6px 11px 6px 16px;
    border-radius: 10px 0 0 10px; }
  .product-preview-label.sticker.label-top-right span:before, .product-preview-label.sticker.label-bottom-right span:before {
    top: 0;
    right: -10px;
    width: 10px;
    height: 22px; }
  .product-preview-label.sticker.label-top-right span:after, .product-preview-label.sticker.label-bottom-right span:after {
    border: 13px solid transparent;
    border-right: 7px solid;
    bottom: 0;
    right: -10px; }
  .product-preview-label.sticker.label-top-left {
    left: 15px; }
  .product-preview-label.sticker.label-top-right {
    right: 15px; }
  .product-preview-label.sticker[class*="label-bottom"] {
    bottom: 15px; }
  .product-preview-label.sticker.label-bottom-left {
    left: 15px; }
  .product-preview-label.sticker.label-bottom-right {
    right: 15px; }
  .product-preview-label.tally span {
    border-radius: 4px;
    min-height: 34px;
    padding: 0 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center; }
  .product-preview-label.tally span:before, .product-preview-label.tally span:after {
    content: '';
    display: inline-flex;
    position: absolute;
    background: inherit;
    transform: rotate(45deg);
    width: 10px;
    height: 10px; }
  .product-preview-label.tally span:before {
    left: -5px; }
  .product-preview-label.tally span:after {
    right: -5px; }
  .product-preview-label.tally.label-top-left, .product-preview-label.tally.label-bottom-left {
    transform: translateX(-16px); }
  .product-preview-label.tally.label-top-right, .product-preview-label.tally.label-bottom-right {
    transform: translateX(16px); }
  .product-preview-label.tally[class*="label-top"] {
    top: 15px; }
  .product-preview-label.tally.label-top-left {
    left: 15px; }
  .product-preview-label.tally.label-top-right {
    right: 15px; }
  .product-preview-label.tally[class*="label-bottom"] {
    bottom: 15px; }
  .product-preview-label.tally.label-bottom-left {
    left: 15px; }
  .product-preview-label.tally.label-bottom-right {
    right: 15px; }
  .product-preview-label.stripes {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px; }
  .product-preview-label.stripes span {
    padding: 2px 0;
    min-width: 160px;
    text-align: center; }
  .product-preview-label.stripes[class*="label-top"] {
    top: 0; }
  .product-preview-label.stripes.label-top-left {
    left: 0;
    padding: 0 12px 12px 0; }
  .product-preview-label.stripes.label-top-left span {
    transform: rotate(-45deg); }
  .product-preview-label.stripes.label-top-right {
    right: 0;
    padding: 0 0 12px 12px; }
  .product-preview-label.stripes.label-top-right span {
    transform: rotate(45deg); }
  .product-preview-label.stripes[class*="label-bottom"] {
    bottom: 0; }
  .product-preview-label.stripes.label-bottom-left {
    left: 0;
    padding: 12px 12px 0 0; }
  .product-preview-label.stripes.label-bottom-left span {
    transform: rotate(45deg); }
  .product-preview-label.stripes.label-bottom-right {
    right: 0;
    padding: 12px 0 0 12px; }
  .product-preview-label.stripes.label-bottom-right span {
    transform: rotate(-45deg); }
  .product-preview-label.b-ribbon span {
    padding: 10px 20px;
    position: relative; }
  .product-preview-label.b-ribbon span:before, .product-preview-label.b-ribbon span:after {
    content: '';
    position: absolute;
    display: inline-flex;
    background: inherit;
    width: 20px;
    height: 20px; }
  .product-preview-label.b-ribbon[class*="label-top"] {
    top: 30px; }
  .product-preview-label.b-ribbon.label-top-left {
    left: 0; }
  .product-preview-label.b-ribbon.label-top-right {
    right: 0; }
  .product-preview-label.b-ribbon[class*="label-bottom"] {
    bottom: 30px; }
  .product-preview-label.b-ribbon.label-bottom-left {
    left: 0; }
  .product-preview-label.b-ribbon.label-bottom-right {
    right: 0; }
  .product-preview-label.b-ribbon.label-bottom-left span:before, .product-preview-label.b-ribbon.label-top-left span:before {
    right: -10px;
    top: 4px;
    transform: skewX(-35deg); }
  .product-preview-label.b-ribbon.label-bottom-left span:after, .product-preview-label.b-ribbon.label-top-left span:after {
    right: -10px;
    bottom: -2px;
    transform: skewX(35deg); }
  .product-preview-label.b-ribbon.label-bottom-right span:before, .product-preview-label.b-ribbon.label-top-right span:before {
    left: -10px;
    top: 4px;
    transform: skewX(35deg); }
  .product-preview-label.b-ribbon.label-bottom-right span:after, .product-preview-label.b-ribbon.label-top-right span:after {
    left: -10px;
    bottom: -2px;
    transform: skewX(-35deg); }
  .product-preview-label.corner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    overflow: hidden; }
  .product-preview-label.corner span {
    min-height: 60px;
    min-width: 160px;
    display: flex;
    justify-content: center; }
  .product-preview-label.corner[class*="label-top"] {
    top: 0; }
  .product-preview-label.corner.label-top-left {
    left: 0;
    padding: 0 45px 45px 0; }
  .product-preview-label.corner.label-top-left span {
    transform: rotate(-45deg);
    padding-bottom: 5px;
    align-items: flex-end; }
  .product-preview-label.corner.label-top-right {
    right: 0;
    padding: 0 0 45px 45px; }
  .product-preview-label.corner.label-top-right span {
    transform: rotate(45deg);
    padding-bottom: 5px;
    align-items: flex-end; }
  .product-preview-label.corner[class*="label-bottom"] {
    bottom: 0; }
  .product-preview-label.corner.label-bottom-left {
    left: 0;
    padding: 45px 45px 0 0; }
  .product-preview-label.corner.label-bottom-left span {
    padding-top: 5px;
    transform: rotate(45deg); }
  .product-preview-label.corner.label-bottom-right {
    right: 0;
    padding: 45px 0 0 45px; }
  .product-preview-label.corner.label-bottom-right span {
    padding-top: 5px;
    transform: rotate(-45deg); }
  .product-preview-label.type-1 span {
    display: inline-block;
    padding: 4px 8px;
    border-radius: 24px; }
  .product-preview-label.type-1[class*="label-top"] {
    top: 0; }
  .product-preview-label.type-1.label-top-left {
    left: 0; }
  .product-preview-label.type-1.label-top-right {
    right: 0; }
  .product-preview-label.type-1[class*="label-bottom"] {
    bottom: 0; }
  .product-preview-label.type-1.label-bottom-left {
    left: 0; }
  .product-preview-label.type-1.label-bottom-right {
    right: 0; }
  .product-preview-label.type-2 span {
    display: inline-block;
    padding: 4px 8px;
    border-radius: 4px;
    border: 4px double #fff; }
  .product-preview-label.type-2[class*="label-top"] {
    top: 0; }
  .product-preview-label.type-2.label-top-left {
    left: 0; }
  .product-preview-label.type-2.label-top-right {
    right: 0; }
  .product-preview-label.type-2[class*="label-bottom"] {
    bottom: 0; }
  .product-preview-label.type-2.label-bottom-left {
    left: 0; }
  .product-preview-label.type-2.label-bottom-right {
    right: 0; }

.thumbnails {
  overflow: visible;
  /*=== PRODUCT PREVIEW LABELS - end ===*/ }
  .thumbnails .product-preview-label span {
    font-size: 14px; }
  .thumbnails .product-preview-label.corner {
    width: 100px;
    height: 100px; }
  .thumbnails .product-preview-label.corner span {
    min-height: 70px; }
  .thumbnails .product-preview-label.corner.label-top-left {
    padding: 0 35px 35px 0; }
  .thumbnails .product-preview-label.corner.label-top-left span {
    margin: 0 20px 20px 0; }
  .thumbnails .product-preview-label.corner.label-top-right {
    padding: 0 0 35px 35px; }
  .thumbnails .product-preview-label.corner.label-top-right span {
    margin: 0 0 20px 20px; }
  .thumbnails .product-preview-label.corner.label-bottom-left {
    padding: 35px 35px 0 0; }
  .thumbnails .product-preview-label.corner.label-bottom-left span {
    margin: 20px 20px 0 0; }
  .thumbnails .product-preview-label.corner.label-bottom-right {
    padding: 35px 0 0 35px; }
  .thumbnails .product-preview-label.corner.label-bottom-right span {
    margin: 20px 0 0 20px; }
  .thumbnails .product-preview-label.stripes {
    width: 90px;
    height: 90px; }
  .thumbnails .product-preview-label.stripes.label-top-left {
    padding: 0 16px 16px 0; }
  .thumbnails .product-preview-label.stripes.label-top-right {
    padding: 0 0 16px 16px; }
  .thumbnails .product-preview-label.stripes.label-bottom-left {
    padding: 16px 16px 0 0; }
  .thumbnails .product-preview-label.stripes.label-bottom-right {
    padding: 16px 0 0 16px; }
  .thumbnails .product-preview-label.sticker span:after {
    border: 14px solid transparent; }
  .thumbnails .product-preview-label.sticker.label-top-left span:after {
    border-left: 8px solid; }
  .thumbnails .product-preview-label.sticker.label-top-right span:after {
    border-right: 8px solid; }
  .thumbnails .product-preview-label.sticker.label-bottom-left span:after {
    border-left: 8px solid; }
  .thumbnails .product-preview-label.sticker.label-bottom-right span:after {
    border-right: 8px solid; }

.product-thumb .image a {
  display: block; }

.product-thumb .image a:hover {
  opacity: 0.8; }

.image .quickview {
  visibility: hidden;
  font-size: 24px;
  cursor: pointer; }

.image:hover .quickview {
  visibility: visible; }

.product-layout .image .quickview.glyphicon {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 7;
  transition: 0.3s ease-in-out;
  color: #57d6e9;
  font-size: 32px;
  height: 1px; }

.image .quickview:before {
  content: "\f00e";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute; }

.thumbnail-quickview {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857;
  background-color: #fff;
  border: none;
  border-radius: 0; }

.thumbnail-quickview &gt; img, .thumbnail a &gt; img {
  margin-right: auto;
  margin-left: auto; }

.thumbnail-quickview &gt; img, .thumbnail-quickview a &gt; img {
  display: block;
  max-width: 100%;
  height: auto; }

#popup-quickview .rating .fa-star-o {
  margin-top: 0; }
  #popup-quickview #button-cart {
    height: 33px; }

@media (max-width: 767px) {
  .product-layout .image a.quickview.glyphicon {
    right: 40px;
    bottom: 60px;
    opacity: 0.7;
    visibility: visible; }
    .product-layout .image a.quickview.glyphicon:hover {
      opacity: 1;
      right: 40px; }

  .product-layout.product-table .image a.quickview.glyphicon {
    bottom: 17px;
    right: 17px;
    font-size: 18px; } }

#popup-quickview .thumbnails {
  margin-left: -30px; }
  @media (max-width: 991px) {
      #popup-quickview .thumbnails .thumbnail-quickview img {
        width: auto; } }
  #popup-quickview .thumbnails.hide-images {
    height: 386px;
    overflow: hidden;
    transition: 0.2s; }
  @media (max-width: 991px) {
      #popup-quickview .thumbnails.hide-images {
        height: 350px; } }
  #popup-quickview .thumbnails.hide-images + .popup-see-all-box .hide-all {
    display: none; }
  #popup-quickview .thumbnails.show-images {
    height: auto;
    transition: 0.2s;
    overflow: hidden;
    margin-bottom: -10px; }
  #popup-quickview .thumbnails.show-images + .popup-see-all-box .see-all {
    display: none; }
  #popup-quickview .thumbnails + .popup-see-all-box {
    text-align: center;
    margin-bottom: 20px; }
  #popup-quickview .thumbnails + .popup-see-all-box .popup-see-all {
    border-bottom: 1px dashed;
    text-decoration: none; }
  #popup-quickview .thumbnails + .popup-see-all-box .popup-see-all i {
    margin-left: 5px; }
  #popup-quickview .thumbnails + .popup-see-all-box .popup-see-all:hover, #popup-quickview .thumbnails + .popup-see-all-box .popup-see-all:focus {
    text-decoration: none;
    outline: none; }
  #popup-quickview .thumbnails .image-additional {
    position: relative;
    left: 30px; }
  @media (max-width: 991px) {
    #popup-quickview .modal-dialog {
      width: 95%; } }
  #popup-quickview .modal-close-button {
    position: absolute;
    right: 14px;
    top: 24px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    display: block;
    z-index: 10; }
  #popup-quickview .modal-close-button span {
    opacity: 0.8; }
  #popup-quickview .modal-close-button span:first-child {
    background: #595959;
    width: 25px;
    height: 3px;
    display: flex;
    transform: rotate(45deg); }
  #popup-quickview .modal-close-button span:last-child {
    width: 25px;
    height: 3px;
    display: flex;
    transform: rotate(-45deg);
    background: #595959;
    margin-top: -3px; }
  #popup-quickview .modal-close-button:hover span {
    opacity: 1; }
  #popup-quickview .modal-title {
    color: #1d1d1d;
    line-height: 22px;
    margin-bottom: 15px;
    font-size: 18px; }
  @media (min-width: 768px) {
  #popup-quickview .modal-dialog {
    min-width: 660px; } }
  @media (min-width: 992px) {
    #popup-quickview .modal-dialog {
      min-width: 780px; } }
  @media (min-width: 768px) {
    #popup-quickview .modal-dialog {
      min-width: 750px; } }
  @media (max-width: 480px) {
    #popup-quickview .modal-dialog {
      margin: 5px 0;
      width: 100%; } }
  #popup-quickview .modal-content {
    border-radius: 4px; }
  #popup-quickview .body-right .model-block {
    font-size: 14px; }
  #popup-quickview .body-right .action {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    color: #1d1d1d; }
  @media (max-width: 767px) {
      #popup-quickview .body-right .action {
        text-align: center; } }
  #popup-quickview .body-right #first_countdown {
    display: flex;
    padding-top: 30px;
    margin: 0 0 20px -16px; }
  @media (max-width: 991px) {
      #popup-quickview .body-right #first_countdown {
        justify-content: center; } }
  #popup-quickview .body-right #first_countdown.flip-clock-wrapper ul {
    height: 50px;
    width: 32px;
    padding: 0;
    flex-shrink: 0;
    margin: 5px 1px;
    background: #545454; }
    #popup-quickview .body-right #first_countdown.flip-clock-wrapper ul li {
      line-height: 48px; }
    #popup-quickview .body-right #first_countdown.flip-clock-wrapper ul li a div div.inn {
      font-size: 30px;
      font-weight: 900;
      font-family: ;
      color: #fff; }
  #popup-quickview .body-right #first_countdown.flip-clock-wrapper .flip-clock-divider {
    height: 60px;
    width: 16px; }
    #popup-quickview .body-right #first_countdown.flip-clock-wrapper .flip-clock-divider .flip-clock-label {
      right: -48px; }
    #popup-quickview .body-right #first_countdown.flip-clock-wrapper .flip-clock-divider .flip-clock-dot {
      width: 4px;
      height: 4px;
      left: 6px;
      border-radius: 0; }
    #popup-quickview .body-right #first_countdown.flip-clock-wrapper .flip-clock-divider .flip-clock-dot.top {
      top: 23px; }
    #popup-quickview .body-right #first_countdown.flip-clock-wrapper .flip-clock-divider .flip-clock-dot.bottom {
      bottom: 23px; }
  #popup-quickview .body-right .modal-options-block {
    border-top: 1px solid #eee;
    padding-top: 10px;
    margin-bottom: -2px; }
  #popup-quickview .body-right .price-area-box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px; }
  #popup-quickview .body-right .price-area-box #price_clear {
    line-height: 25px;
    margin: 0; }
  #popup-quickview .body-right .price-area-box .price-text {
    color: #1d1d1d;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 6px; }
  #popup-quickview .body-right .price-area-box .price-old {
    color: #b7b7b7;
    font-weight: bold;
    font-size: 16px; }
  #popup-quickview .body-right .price-area-box .price-area-quick {
    font-size: 24px;
    font-weight: bold; }
  #popup-quickview .body-right .price-area-box .rating {
    padding-top: 6px;
    text-align: right; }
  #popup-quickview .body-right .price-area-box .rating .total-reviews {
    font-weight: bold; }
    #popup-quickview .body-right .price-area-box .rating .total-reviews i {
      margin-right: 5px; }
    #popup-quickview .body-right .price-area-box .rating .total-reviews span {
      border-bottom: 1px solid; }
  #popup-quickview .body-right .links-group {
    padding: 20px 0;
    margin-bottom: 5px; }
  @media (max-width: 767px) {
      #popup-quickview .body-right .links-group {
        padding: 24px 0; } }
  #popup-quickview .body-right .links-group a {
    display: inline-flex;
    align-items: center;
    color: #666; }
  #popup-quickview .body-right .links-group a:hover {
    color: #1d1d1d; }
  #popup-quickview .body-right .links-group a i {
    font-size: 16px;
    margin-right: 8px; }
  #popup-quickview .body-right .links-group a span {
    font-size: 11px;
    border-bottom: 1px dashed; }
  #popup-quickview .body-right .links-group__wishlist {
    margin-right: 40px; }
  #popup-quickview .body-right .modal-pcs-box .input-group {
    max-width: 160px; }
  #popup-quickview .body-right .modal-pcs-box .btn {
    padding-top: 3px;
    border-radius: 0;
    background: #1d1d1d;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center; }
  #popup-quickview .body-right .modal-pcs-box .btn .glyphicon-minus {
    left: -1px; }
  #popup-quickview .body-right .modal-pcs-box .btn span {
    color: #fff;
    text-shadow: none; }
  #popup-quickview .body-right .modal-pcs-box .btn:hover {
    background: #57d6e9; }
    #popup-quickview .body-right .modal-pcs-box .btn:hover span {
      color: #1d1d1d;
      text-shadow: none; }
  #popup-quickview .body-right .modal-pcs-box .quantity {
    height: 30px;
    text-align: center; }
  #popup-quickview .body-right .modal-status {
    margin-bottom: 10px;
    display: block;
    font-size: 16px;
    text-transform: lowercase; }
  #popup-quickview .body-right #button-cart {
    width: 160px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px; }
  #popup-quickview .body-right #button-cart i {
    font-size: 21px;
    margin-right: 10px;
    position: relative;
    top: -2px; }
  #popup-quickview .body-right .product-list_manufacturer {
    border-top: 1px solid #eee;
    padding: 10px 0;
    margin: 0; }
  #popup-quickview .body-right .product-list_manufacturer .manufacturer-item {
    margin-bottom: 5px; }
  #popup-quickview .thumbnails .image-additional {
    cursor: pointer; }
  #popup-quickview .thumbnails .image-additional a.active {
    outline: 2px solid #1d1d1d; }

@media (max-width: 767px) {
  .button-pcs-box {
    max-width: 100% !important; }

  #content {
    padding-left: 15px;
    padding-right: 15px; }

  #popup-quickview .thumbnails {
    margin-left: -20px; }
    #popup-quickview .thumbnails .image-additional {
      left: 10px; } }

@media (max-width: 460px) {
  .button-pcs-box {
    flex-direction: column; }
    .button-pcs-box .modal-pcs-box {
      margin-bottom: 10px; } }

.modal-body .rating .fa {
  top: -1px; }

.product-list_bottom .product-template-quick {
  width: 100%;
  display: block;
  padding: 10px;
  text-align: center;
  background: #e4e4e4;
  border-radius: 3px;
  color: #000;
  margin-bottom: 10px;
  clear: both; }

.product-reviews-container {
  margin: 0 -10px;
  padding: 20px;
  border: 1px solid #fff;
  background: #fff;
  margin-bottom: 15px; }
  .product-reviews-container &gt; h6 {
    font-size: 12px;
    margin-top: 10px;
    color: #1d1d1d;
    height: 27px;
    overflow: hidden; }
  .product-reviews-container &gt; h4 {
    height: 39px;
    overflow: hidden; }
  .product-reviews-container img {
    margin: 0 auto; }
  .product-reviews-container a {
    color: #1d1d1d; }
  .product-reviews-container .rating {
    margin: 10px 0 24px; }
  .product-reviews-container .autor {
    cursor: pointer;
    border: 1px solid #57d6e9;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    border-radius: 3px;
    padding: 15px; }
  .product-reviews-container .autor h5 {
    color: #1d1d1d; }
  .product-reviews-container .autor p {
    color: #1d1d1d;
    height: 50px;
    word-break: break-all;
    text-align: left;
    overflow: hidden; }
  .product-reviews-container .autor::before {
    content: '';
    display: block;
    background: #fff;
    border-left: 1px solid #57d6e9;
    border-top: 1px solid #57d6e9;
    width: 15px;
    height: 15px;
    position: absolute;
    transform: rotate(45deg);
    bottom: 148px;
    left: 0;
    right: 0;
    margin: 0 auto; }
  .product-reviews-container:hover a {
    color: #1d1d1d; }
  .product-reviews-container:hover h6 a {
    color: #1d1d1d; }
  .product-reviews-container:hover .autor {
    background: #57d6e9; }
  .product-reviews-container:hover .autor h5 {
    color: #1d1d1d; }
  .product-reviews-container:hover .autor p {
    color: #1d1d1d; }
  .product-reviews-container:hover .autor::before {
    background: #57d6e9; }

.product-reviews-container {
  margin: 0 -10px;
  padding: 20px;
  border: 1px solid #fff;
  background: #fff;
  margin-bottom: 15px; }
  .product-reviews-container &gt; h6 {
    font-size: 12px;
    margin-top: 10px;
    color: #1d1d1d;
    height: 27px;
    overflow: hidden; }
  .product-reviews-container &gt; h4 {
    height: 39px;
    overflow: hidden; }
  .product-reviews-container img {
    margin: 0 auto;
    max-width: 146px; }
  .product-reviews-container a {
    color: #1d1d1d; }
  .product-reviews-container .rating {
    margin: 10px 0 24px; }
  .product-reviews-container .rating .fa-stack .fa-star-o {
    color: #d8d8d8; }
  .product-reviews-container .rating .fa-stack .fa-star-o:before {
    content: "\e908"; }
  .product-reviews-container .rating .fa-stack .fa-star {
    color: #57d6e9; }
  .product-reviews-container .rating .fa-stack .fa-star + .fa-star-o {
    color: #57d6e9; }
    .product-reviews-container .rating .fa-stack .fa-star + .fa-star-o:before {
      content: "\e907"; }
  .product-reviews-container .autor {
    cursor: pointer;
    border: 1px solid #d4d4d4;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    border-radius: 3px;
    padding: 15px 15px 20px; }
  .product-reviews-container .autor h5 {
    color: #1d1d1d;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 12px; }
  .product-reviews-container .autor p {
    color: #1d1d1d;
    height: 50px;
    word-break: break-word;
    text-align: left;
    overflow: hidden; }
  .product-reviews-container .autor::before {
    content: '';
    display: block;
    background: #fff;
    border-left: 1px solid #d4d4d4;
    border-top: 1px solid #d4d4d4;
    width: 15px;
    height: 15px;
    position: absolute;
    transform: rotate(45deg);
    bottom: 148px;
    left: 50px;
    right: auto; }
  .product-reviews-container:hover a {
    color: #1d1d1d; }
  .product-reviews-container:hover h6 a {
    color: #1d1d1d; }
  .product-reviews-container:hover .autor {
    border: 1px solid #57d6e9;
    background: #57d6e9; }
  .product-reviews-container:hover .autor h5 {
    color: #fff; }
  .product-reviews-container:hover .autor p {
    color: #1d1d1d; }
  .product-reviews-container:hover .autor::before {
    background: #57d6e9;
    border-left: 1px solid #57d6e9;
    border-top: 1px solid #57d6e9; }

@media (max-width: 375px) {
    #popup-quick_order .modal-content {
      height: 95vh;
      overflow-y: scroll; }
    #popup-quick_order .modal-footer {
      padding: 10px 35px; } }

.quick__box {
  overflow-y: auto;
  height: 252px; }
  @media (max-width: 575px) {
    .quick__box {
      height: 128px; } }
  .quick__item {
    display: flex;
    align-items: flex-start;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin: 10px 0; }
  .quick__item-info {
    display: flex;
    align-items: flex-start;
    flex-grow: 1; }
  .quick__item-info img {
    max-width: 40px; }
  .quick__item-info h4 {
    margin: 0 10px;
    font-size: 16px;
    font-weight: normal; }
  @media (max-width: 480px) {
        .quick__item-info h4 {
          font-size: 12px; } }
  .quick__item-price {
    display: flex;
    align-items: flex-start; }
  .quick__item-price h4 {
    margin: 0 10px;
    font-size: 16px;
    font-weight: normal; }
  @media (max-width: 480px) {
        .quick__item-price h4 {
          font-size: 12px; } }

#slideshow0 .owl-nav {
  top: 50%;
  bottom: 0;
  transition: 0.5s;
  opacity: 0;
  width: 100%;
  position: absolute;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  height: 0;
  align-items: center;
  margin: 0 auto; }
  #slideshow0 .owl-nav .owl-prev, #slideshow0 .owl-nav .owl-next {
    background: #ececec;
    border-radius: 50%;
    height: 45px;
    width: 45px;
    color: #1d1d1d; }
  #slideshow0 .owl-nav .owl-prev:hover, #slideshow0 .owl-nav .owl-next:hover {
    background: #1d1d1d;
    color: #fff; }
  #slideshow0 .owl-nav .owl-prev i {
    font-size: 2em;
    padding: 6px 5px 0 0; }
  #slideshow0 .owl-nav .owl-next i {
    font-size: 2em;
    padding: 6px 0 0 5px; }
  @media (max-width: 767px) {
    #slideshow0 .owl-nav {
      display: none !important; } }
  #slideshow0 .owl-pagination {
    padding-left: 50px;
    text-align: left;
    top: 20px;
    left: 0;
    position: relative; }
  #slideshow0 .owl-controls .owl-dot {
    display: inline-block;
    margin: 0 6px; }
  #slideshow0 .owl-controls .owl-dot span {
    opacity: 1;
    display: block;
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50%;
    box-shadow: none;
    outline: none; }
  #slideshow0 .owl-controls .owl-dot.active span {
    top: 1px;
    position: relative;
    width: 15px;
    height: 15px;
    background: #6ba91b; }

#slideshow_wrap_0 {
  margin-bottom: 10px; }
  #slideshow_wrap_0 &gt; .row {
    display: flex; }
  @media (min-width: 992px) {
    #slideshow_wrap_0 &gt; .row .slideshow-container {
      order: 2;
      padding-left: 4px; }

    #slideshow_wrap_0 &gt; .row .col-xs-12 {
      padding-right: 10px; } }
  @media (min-width: 1200px) {
    #slideshow_wrap_0 &gt; .row .col-xs-12 {
      padding-right: 10px; }

    #slideshow_wrap_0 &gt; .row .slideshow-container {
      order: 2;
      padding-left: 6px;
      padding-right: 15px; } }

#slideshow0 .owl-wrapper-outer, #carousel0 .owl-wrapper-outer {
  border-radius: 0;
  box-shadow: none; }

#carousel0 {
  margin-top: 20px; }

#carousel-tt {
  overflow: hidden; }

#carousel0 &gt; .owl-controls &gt; .owl-buttons {
  top: -76px;
  position: relative; }

#carousel0 .owl-pagination {
  display: none; }

@media (max-width: 991px) {
  #slideshow0 {
    margin-bottom: 5px; } }

@media (min-width: 992px) {
  #banner0 .owl-wrapper-outer {
    padding-left: 0;
    padding-right: 0; } }

body .owl-wrapper-outer {
  box-shadow: none;
  border-radius: 0;
  border: none;
  overflow: hidden; }

@media (max-width: 991px) {
    #banner0 {
      display: none !important; } }
  #banner0.banner-2 .owl-wrapper-outer:nth-child(1) {
    margin-bottom: 14px; }
  #banner0.banner-2 .owl-wrapper-outer:nth-child(2) {
    margin-bottom: 0; }
  #banner0.banner-3 .owl-wrapper-outer:nth-child(1) {
    margin-bottom: 7px; }
  @media (max-width: 1199px) {
      #banner0.banner-3 .owl-wrapper-outer:nth-child(1) {
        margin-bottom: 5px; } }
  #banner0.banner-3 .owl-wrapper-outer:nth-child(2) {
    margin-bottom: 7px; }
  @media (max-width: 1199px) {
      #banner0.banner-3 .owl-wrapper-outer:nth-child(2) {
        margin-bottom: 5px; } }

#banner0 .owl-wrapper-outer {
  height: auto; }

.owl-controls {
  position: absolute;
  bottom: 20px;
  left: 25px; }

@media (max-width: 992px) {
  #slideshow_wrap_0 {
    margin: 0 10px; }

  #carousel0 {
    margin-top: 20px; }
    #carousel0 .owl-buttons {
      display: none; }

  #slideshow0 {
    margin: 0 0 10px 0;
    direction: ltr !important;
    z-index: 1;
    position: relative;
    width: 100%; }

  #banner0 {
    display: flex;
    margin: 0 -11px 0 -13px; }

  #banner0 .owl-wrapper-outer:nth-child(1) {
    margin-right: 5px !important; } }

#banner0 .owl-wrapper-outer {
  background: #fff;
  border: 1px solid #fff; }

#banner0 .owl-wrapper-outer {
  border-radius: 0;
  box-shadow: none; }

.owl-carousel:hover .owl-buttons div {
  opacity: 1 !important; }

.side-slideshow {
  margin-bottom: 25px;
  padding-left: 10px; }
  @media screen and (max-width: 767px) {
  .side-slideshow {
    padding: 0 15px; } }
  .side-slideshow .owl-controls {
    position: absolute;
    left: 0;
    right: 0;
    margin-top: 5px; }
  .side-slideshow #slideshow0 .owl-pagination {
    padding: 0;
    text-align: center;
    top: 86px;
    left: 0;
    position: relative; }
  .side-slideshow #slideshow0 .owl-controls .owl-dot span {
    width: 10px;
    height: 10px;
    background: #000; }
  .side-slideshow #slideshow0 .owl-controls .owl-dot.active span {
    top: 2px;
    width: 15px;
    height: 15px;
    background: #1d1d1d; }

@media (max-width: 1399px) and (min-width: 1200px) {
  .side-slideshow #slideshow0 &gt; .owl-controls &gt; .owl-buttons {
    top: -178px; }
    .side-slideshow #slideshow0 .owl-pagination {
      padding: 0;
      text-align: center;
      top: 67px;
      left: 0;
      position: relative; }

  #slideshow0 .owl-pagination {
    top: 10px;
    right: 30px;
    position: relative; }

  #slideshow0 &gt; .owl-controls &gt; .owl-buttons {
    top: -170px;
    position: relative; } }

@media (max-width: 1199px) and (min-width: 992px) {
  #slideshow0 .owl-pagination {
    top: 10px;
    left: 0;
    position: relative;
    padding-left: 30px; }

  #slideshow0 &gt; .owl-controls &gt; .owl-buttons {
    top: -150px;
    position: relative; }

  .side-slideshow {
    position: relative;
    margin-left: 26%; }
    .side-slideshow #slideshow0 .owl-pagination {
      top: 56px; } }

@media (max-width: 1199px) and (min-width: 992px) {
  #banner0 {
    margin-left: -4px; } }

@media (max-width: 991px) {
  #slideshow0 .owl-pagination {
    text-align: left;
    padding-left: 20px;
    left: 0;
    bottom: 30px;
    position: relative; }

  .slideshow-container {
    padding: 0 2px; }

  #slideshow0 {
    padding: 0 4px;
    width: 100% !important; } }

@media (max-width: 768px) {
  #slideshow0 {
    padding: 0; }
    #slideshow0 .owl-pagination {
      text-align: left;
      padding-left: 20px;
      left: 0;
      top: 10px;
      position: relative; }

  .side-slideshow #slideshow0 .owl-pagination {
    display: none; }

  .slideshow-container {
    padding: 0 5px; }

  #carousel0 {
    margin-top: 20px; } }

#testimonials-2 .owl-buttons {
  display: none; }

.wrapper-price {
  display: flex; }
  .wrapper-price .price-old {
    margin-right: 15px; }
  .wrapper-price .price {
    top: 0 !important; }

#search_main {
  background: #fff;
  -webkit-box-shadow: 0 0 4px rgba(34, 29, 22, 0.3);
  -moz-box-shadow: 0 0 4px rgba(34, 29, 22, 0.3);
  box-shadow: 0 0 4px rgba(34, 29, 22, 0.3);
  position: absolute;
  padding: 0;
  top: 41px;
  width: 100%;
  z-index: 110; }

#search_main input {
  width: auto !important;
  height: auto !important;
  padding: 0px !important;
  margin: 4px !important; }

#search_main #search_header {
  padding: 12px 25px;
  margin-bottom: 5px;
  border-bottom: 1px solid #dbdbdb; }

#search_main #search_header input[type='radio'] {
  position: absolute;
  left: -999999px; }

#search_main #search_header label {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  cursor: pointer;
  position: relative;
  padding-left: 20px;
  font-weight: 400; }

#search_main #search_header label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6.5px;
  width: 11px;
  height: 11px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #dfdfdf; }

#search_main #search_header label.selected:before {
  background: #17a5e4;
  border: 1px solid #17a5e4; }

#search_main #search_header input[type='radio']:checked + label:before {
  background: #17a5e4;
  border: 1px solid #17a5e4; }

#search_main #search_header label {
  width: auto;
  margin-right: 10px;
  font-size: 12px;
  color: #444;
  line-height: 100%; }

#search_main .filter-text {
  font-size: 12px;
  color: #9a9a9a;
  vertical-align: middle;
  margin-right: 15px; }

#search_main .search_ajax_products-holder {
  padding: 0 25px 10px 25px; }

#search_main #search_radio {
  display: inline; }

#search_main #search_close {
  text-align: right;
  cursor: pointer;
  margin-right: 5px;
  position: absolute;
  right: 5px;
  top: 5px; }

#search_main .search-item {
  padding: 10px 25px;
  font-size: 14px;
  border-bottom: 1px solid #dbdbdb; }

#search_main .search-item .image {
  display: block;
  float: left;
  max-width: 50px;
  max-height: 50px;
  margin-right: 5px; }

#search_main .search-item .image img {
  max-width: 100%;
  max-height: 100%; }

#search_main .search-item .name {
  display: block;
  margin-bottom: 5px; }

#search_main .search-item .price {
  display: block;
  margin-bottom: 0;
  font-weight: bold;
  font-size: 11px; }

#search_main .search-item .description {
  display: block;
  margin-bottom: 0;
  font-size: 11px; }

#search_main .search_ajax_cont span.price {
  color: #5bb300; }

#search_main .search_ajax_cont span.special {
  color: #5bb300; }

#search_main .search_ajax_cont span.price, #search_main .search_ajax_cont span.special {
  display: inline;
  font-weight: bold;
  font-size: 14px; }

#search_main #search_footer {
  width: 100%;
  padding: 10px 25px;
  text-align: right;
  line-height: 100%;
  color: #fff;
  box-sizing: border-box; }

#search_main #search_footer .pagination-text {
  font-size: 12px;
  color: #fff;
  margin-right: 5px; }

#search_main #search_footer .prevPage, #search_main #search_footer .curPage, #search_main #search_footer .nextPage {
  padding: 0 5px;
  cursor: pointer; }

#search_main #search_footer .curPage {
  color: #fff;
  border-radius: 50%;
  /* -- SEARCH-MAiN --*/ }

#search_main {
  right: 0;
  left: 0;
  border-radius: 0;
  background: #fff;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.29);
  position: absolute;
  padding: 0;
  top: 41px;
  width: auto;
  z-index: 110;
  border: 1px solid #1d1d1d;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.29); }
  #search_main input {
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 4px !important; }
  #search_main #search_header {
    display: none;
    padding: 12px 25px;
    margin-bottom: 5px;
    border-bottom: 1px solid #dbdbdb; }
  #search_main #search_header input[type='radio'] {
    position: absolute;
    left: -999999px; }
  #search_main .filter-text {
    font-size: 12px;
    color: #9a9a9a;
    vertical-align: middle;
    margin-right: 15px; }
  #search_main .search_ajax_products-holder {
    padding: 0 25px 10px 25px; }
  #search_main #search_radio {
    display: inline; }
  #search_main #search_close {
    font-size: 0 !important;
    text-align: right;
    cursor: pointer;
    margin-right: 5px;
    position: absolute;
    right: 4px;
    top: 2px;
    opacity: 0.3; }
  #search_main #search_close:hover {
    opacity: 0.6; }
  #search_main #search_close:before {
    content: '\f00d';
    font-family: fontawesome, serif;
    color: #333;
    font-size: 16px;
    opacity: 1; }
  #search_main .search-item {
    padding: 12px 24px;
    font-size: 14px;
    border-bottom: 1px solid #e6e9eb; }
  #search_main .search-item .name img {
    height: 100%;
    display: block;
    margin: auto 0; }
  #search_main .search-item:hover {
    background-color: rgba(229, 240, 251, 0.25); }
  #search_main .search-item .image {
    position: relative;
    z-index: 1000;
    display: block;
    float: left;
    max-width: 70px;
    max-height: 70px; }
  #search_main .search-item .image img {
    max-width: 100%;
    max-height: 100%; }
  #search_main .search-item .image a {
    color: #444; }
  #search_main .search-item .image .price {
    color: #444; }
  #search_main .search-item .image .price-old {
    color: #999;
    font-size: 14px;
    font-weight: 400;
    display: block;
    margin-left: 0px;
    text-decoration: line-through; }
  #search_main .search-item .name {
    display: flex;
    margin: 0 5px 5px 0;
    font-size: 15px;
    font-weight: bolder; }
  #search_main .search-item .name &gt; img {
    margin-right: 5px; }
  #search_main .search-item .price {
    position: relative;
    top: 3px;
    display: block;
    margin-bottom: 0;
    font-weight: bold;
    font-size: 16px; }
  #search_main .search-item .description {
    font-size: 12px;
    opacity: 0.85;
    margin: 3px 0; }
  #search_main .search-column {
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center; }
  #search_main .search-column .product-title {
    text-align: left;
    opacity: 0.8;
    font-size: 16px;
    font-weight: 300;
    text-decoration: underline;
    margin-bottom: 4px; }
  #search_main .search-column .rating {
    display: flex;
    align-items: center;
    margin-bottom: 8px; }
  #search_main .search_ajax_cont span.price {
    color: #5bb300; }
  #search_main .search_ajax_cont span.special {
    color: #5bb300; }
  #search_main .search_ajax_cont span.price, #search_main .search_ajax_cont span.special {
    display: inline;
    font-weight: bold;
    font-size: 14px; }
  #search_main #search_footer {
    width: 100%;
    padding: 15px 20px 17px;
    text-align: left;
    line-height: 100%;
    box-sizing: border-box;
    background: transparent; }
  #search_main #search_footer a {
    color: #1d1d1d;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 16px;
    border-bottom: 1px dotted #1d1d1d; }
  #search_main #search_footer a:hover {
    text-decoration: none; }
  #search_main #search_footer .pagination-text {
    font-size: 12px;
    color: #222;
    margin-right: 5px; }
  #search_main #search_footer .prevPage, #search_main #search_footer .curPage, #search_main #search_footer .nextPage {
    padding: 0 5px;
    cursor: pointer; }
  #search_main #search_footer .curPage {
    color: #222;
    border-radius: 50%; }

.search .main-menu-category_item {
  line-height: 1.5; }
  .search .main-menu-category_item &gt; a {
    padding: 0 10px;
    color: #000;
    opacity: 0.8; }
  .search .main-menu-category_item &gt; a:hover {
    font-weight: bold;
    text-decoration: underline; }

#search_content a {
  color: #444; }
  #search_content .price {
    color: #444;
    font-weight: bold; }

.search-title {
  color: #fff;
  margin: 10px 0; }

@media (max-width: 767px) {
  .category-button {
    display: none; }

  .search {
    width: 100%; }
    .search .search-panel .form-control:focus {
      border-left: 1px solid #1d1d1d;
      border-top: 1px solid #1d1d1d;
      border-bottom: 1px solid #1d1d1d; } }

.product-grid .product-thumb .button-group button.quickorder {
  display: none; }

.product-list .product-thumb .button-group button.quickorder {
  width: 30%; }

.product-list .button-group button {
  width: 30%; }

.modal--subs {
  /*-----subscribe-----*/ }
  .modal--subs .modal-body img {
    width: auto; }
  .modal--subs .modal-footer {
    justify-content: center; }

.subscribe {
  background-color: #fff;
  background-image: url('/catalog/view/theme/neoseo_unistor/image/subscribe/subscribe-bg.jpg');
  background-size: cover;
  padding: 40px 30px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: relative;
  overflow: hidden;
  margin: 0 5px 20px; }
  @media (max-width: 767px) {
  .subscribe {
    background-image: url('/catalog/view/theme/neoseo_unistor/image/subscribe/subscribe-bg-480.jpg'); } }
  .subscribe .subscribe-container {
    text-align: left; }
  @media (min-width: 768px) {
    .subscribe .subscribe-container {
      margin-left: auto;
      width: 50%; } }
  @media (max-width: 991px) and (min-width: 768px) {
    .subscribe .subscribe-container {
      width: 75%; } }
  @media (max-width: 767px) {
    .subscribe .subscribe-container {
      width: 100%; } }
  .subscribe .subscribe-container .subscribe-title {
    margin-bottom: 2px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold; }
  .subscribe .subscribe-container .subscribe-paragraph {
    text-transform: lowercase;
    margin-bottom: 18px; }
  .subscribe .subscribe-container .subscribe-group {
    display: flex;
    position: relative; }
  .subscribe .subscribe-container .subscribe-group:after {
    font-family: 'fontawesome';
    content: '\f1d8';
    font-size: 21px;
    color: #d3d3d3;
    display: block;
    position: absolute;
    left: 12px;
    top: 8px; }
  .subscribe .subscribe-container input[type=submit] {
    transition: 0.3s ease-in-out;
    background: #1d1d1d;
    color: #fff;
    border-radius: 0;
    font-size: 23px;
    height: 42px;
    box-shadow: none;
    border: none;
    padding: 4px 15px 6px;
    margin-left: 15px; }
  .subscribe .subscribe-container input[type=submit]:hover {
    transition: 0.3s ease-in-out;
    background: #57d6e9; }
  .subscribe .subscribe-container input[type=text] {
    transition: 0.3s ease-in-out;
    border-radius: 0;
    font-size: 14px;
    height: 42px;
    box-shadow: none;
    border: 1px solid #ececec;
    padding-left: 50px; }
  .subscribe .subscribe-container input[type=text]:focus {
    transition: 0.3s ease-in-out;
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #1d1d1d;
    outline: none; }

#neoseo_testimonial {
  margin: 15px 0 20px; }
  #neoseo_testimonial .owl-carousel {
    display: block; }
  #neoseo_testimonial .owl-carousel .owl-buttons &gt; div {
    top: 44%; }
  #neoseo_testimonial .owl-carousel .owl-buttons .btn {
    border: none;
    box-shadow: none;
    background-color: rgba(150, 150, 150, 0.35);
    padding: 20px 3px; }
  #neoseo_testimonial .owl-carousel .owl-buttons .owl-prev {
    left: 5px; }
  #neoseo_testimonial .owl-carousel .owl-buttons .owl-next {
    right: 5px; }
  #neoseo_testimonial .item {
    text-align: left;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ecedee; }
  #neoseo_testimonial .item:last-child {
    margin-bottom: 0;
    padding-bottom: 2px;
    border-bottom: none; }
  #neoseo_testimonial .item .name {
    margin-bottom: 10px; }
  #neoseo_testimonial .item .name a:hover {
    text-decoration: underline; }
  #neoseo_testimonial .item .name .date-added {
    font-size: small;
    color: #aaa;
    position: relative;
    top: 1px; }
  #neoseo_testimonial .item .rating {
    margin-bottom: 10px;
    margin-top: 5px;
    white-space: nowrap; }
  #neoseo_testimonial .item .youtube {
    margin: 10px 0; }
  #neoseo_testimonial .item .youtube iframe {
    max-width: 100%; }
  #neoseo_testimonial .item .description {
    font-style: normal;
    font-size: small; }
  #neoseo_testimonial .item .admin-block {
    margin: 10px 5px 10px 10px;
    font-style: italic;
    font-size: small;
    opacity: 0.8; }
  #neoseo_testimonial .item .admin-block .name {
    display: none;
    font-style: normal;
    font-weight: 600; }
  #neoseo_testimonial .item .admin-block .admin-answer {
    margin-bottom: 8px;
    display: block; }
  #neoseo_testimonial .item .show_more {
    font-size: small;
    font-weight: normal;
    margin: 10px 0; }
  #neoseo_testimonial .item .show_more a {
    text-decoration: underline; }
  #neoseo_testimonial .item .show_more a:hover {
    text-decoration: none; }

@media (min-width: 1400px) {
  #neoseo_testimonial .item .youtube iframe {
    height: 168px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  #neoseo_testimonial .item .youtube iframe {
    height: 118px; } }

@media (max-width: 1199px) {
  #neoseo_testimonial .item .name .date-added {
    float: none !important;
    display: block;
    margin-top: 5px;
    font-size: smaller; } }

@media (min-width: 768px) and (max-width: 991px) {
  #neoseo_testimonial .item {
    padding-bottom: 5px;
    margin-bottom: 10px; }
    #neoseo_testimonial .item .admin-block {
      margin-left: 5px; }
    #neoseo_testimonial .item .name {
      margin-bottom: 5px; }
    #neoseo_testimonial .item .show_more {
      font-size: smaller; }
    #neoseo_testimonial .item .youtube iframe {
      height: 110px; }
    #neoseo_testimonial .owl-carousel .owl-buttons .btn {
      background-color: rgba(150, 150, 150, 0.25);
      padding: 15px 0; }
      #neoseo_testimonial .owl-carousel .owl-buttons .owl-prev {
        left: 0; }
      #neoseo_testimonial .owl-carousel .owl-buttons .owl-next {
        right: 0; } }

@media (min-width: 600px) {
  .show_more i {
    display: none; } }

@media (max-width: 600px) {
  .carousel-title {
    padding: 0 0 0 15px;
    width: 75%; }

  .show_more {
    padding: 0 15px 0 0;
    width: 25%; }
    .show_more a {
      display: inline-block; }
    .show_more span {
      display: none; }
    .show_more i {
      margin-right: 0; }

  .show_more-button {
    display: none; } }

.neoseo_testimonial_content {
  margin-bottom: 15px; }
  .neoseo_testimonial_content h1 {
    margin-top: 5px; }
  .neoseo_testimonial_content .item {
    margin: 17px 0 25px; }
  .neoseo_testimonial_content .item .line1 {
    margin-bottom: 5px; }
  .neoseo_testimonial_content .item .line1 a {
    font-size: 16px; }
  .neoseo_testimonial_content .item .line1 a:hover {
    text-decoration: underline; }
  .neoseo_testimonial_content .item .date {
    color: #aaa;
    margin-left: 10px;
    font-size: small;
    position: relative;
    top: 0; }
  .neoseo_testimonial_content .item .rating {
    margin: 5px 0 15px; }
  .neoseo_testimonial_content .item .youtube {
    margin: 10px 0; }
  .neoseo_testimonial_content .item .youtube iframe {
    max-width: 100%; }
  .neoseo_testimonial_content .item .description {
    margin-right: 50px; }
  .neoseo_testimonial_content .item .admin-block {
    width: 98%;
    margin: 0 auto;
    padding: 15px 20px 20px;
    background-color: #f0f1f2;
    border-radius: 8px;
    opacity: 0.95;
    display: flex;
    flex-direction: column; }
  .neoseo_testimonial_content .item .admin-block .line2 {
    margin: 0 0 15px; }
  .neoseo_testimonial_content .item .admin-block .admin-description {
    font-style: italic; }

.owl-wrapper .owl-item .item a {
  color: #0c0c0c; }
  .owl-wrapper .owl-item .item a:hover {
    color: #0c0c0c;
    text-decoration: underline; }

@media (max-width: 1199px) {
  .neoseo_testimonial_content .item {
    margin-bottom: 20px; }
    .neoseo_testimonial_content .item .description {
      margin-right: 30px; }
    .neoseo_testimonial_content .item .youtube.variable iframe {
      width: 400px;
      height: 224px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .neoseo_testimonial_content .item {
    margin-bottom: 15px; }
    .neoseo_testimonial_content .item .description {
      margin-right: 10px; }
    .neoseo_testimonial_content .item .youtube iframe {
      width: 400px;
      height: 224px; } }

@media (max-width: 767px) {
  .neoseo_testimonial_content h1 {
    margin-top: 8px;
    margin-bottom: 25px;
    font-size: 25px; }
    .neoseo_testimonial_content .item .description {
      margin-right: 5px; } }

@media (max-width: 650px) {
  .neoseo_testimonial_content .item .youtube iframe {
    width: 300px;
    height: 170px; } }

@media (max-width: 479px) {
  .neoseo_testimonial_content {
    margin-bottom: 15px; }
    .neoseo_testimonial_content h1 {
      font-size: 23px; }
    .neoseo_testimonial_content .item .date {
      white-space: nowrap;
      margin-left: 0;
      display: block;
      margin-top: 5px; }
    .neoseo_testimonial_content .info-buttons {
      margin-bottom: 0;
      text-align: center; }
      .neoseo_testimonial_content .info-buttons .btn {
        margin-bottom: 5px;
        margin-top: 8px; } }

.neoseo_testimonial_content.testimonial_form h1 {
  margin-bottom: 16px; }
  .neoseo_testimonial_content.testimonial_form form {
    margin-top: 25px; }

@media (min-width: 768px) and (max-width: 991px) {
  .neoseo_testimonial_content.testimonial_form form {
    margin-top: 20px; }
    .neoseo_testimonial_content.testimonial_form form .control-label {
      text-align: left;
      margin-bottom: 7px; } }

.testimonials-main {
  padding: 17px 5px 5px 5px;
  background: #fff;
  margin-bottom: 20px; }
  .testimonials-main &gt; h3 {
    font-size: 23px; }
  .testimonials-main .owl-carousel {
    margin: 0;
    padding: 0;
    border: none;
    background: transparent; }
  .testimonials-main .owl-controls {
    display: none; }
  .testimonials-main .testimonials-item {
    padding: 10px 15px; }
  .testimonials-main .testimonials-item .testimonials-item_top {
    display: flex; }
  .testimonials-main .testimonials-item .testimonials-item_top ._left {
    display: flex;
    width: 40%; }
  .testimonials-main .testimonials-item .testimonials-item_top ._left .name {
    display: flex;
    justify-content: flex-start;
    align-self: center;
    width: auto;
    border-right: 2px solid #ececec;
    padding-right: 20px; }
    .testimonials-main .testimonials-item .testimonials-item_top ._left .name a {
      text-transform: uppercase;
      font-size: 18px;
      color: #191919;
      line-height: 1.3; }
  .testimonials-main .testimonials-item .testimonials-item_top ._left .date {
    width: 50%;
    display: flex;
    align-items: center;
    padding-left: 20px; }
    .testimonials-main .testimonials-item .testimonials-item_top ._left .date span {
      color: #777;
      font-size: 13px; }
  .testimonials-main .testimonials-item .testimonials-item_top ._right {
    display: flex;
    width: 60%;
    justify-content: flex-end;
    align-items: center; }
  .testimonials-main .testimonials-item .testimonials-item_top ._right .rating {
    position: relative;
    top: -2px; }
  .testimonials-main .testimonials-item .testimonials-item_bottom {
    padding-top: 20px;
    min-height: 120px;
    display: flex; }
  .testimonials-main .testimonials-item .testimonials-item_bottom ._left {
    display: flex;
    width: 7%; }
  .testimonials-main .testimonials-item .testimonials-item_bottom ._left i {
    font-size: 34px;
    color: #57d6e9; }
  .testimonials-main .testimonials-item .testimonials-item_bottom ._right {
    display: flex;
    width: 93%; }
  .testimonials-main .testimonials-item .testimonials-item_bottom ._right span {
    text-align: left;
    color: #171717; }

@media (max-width: 400px) {
  .testimonial-container {
    padding: 10px 10px 10px 10px; } }

.testimonial-header {
  display: inline-block; }

.show_more i {
  margin-right: 5px; }
  .show_more a {
    border-radius: 5px;
    background: #1d1d1d;
    padding: 5px 10px;
    color: #fff; }
  .show_more a:hover {
    background: #57d6e9; }

.testimonial-users--top {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  align-items: baseline; }
  .testimonial-users--top h1 {
    margin-top: 10px; }
  .testimonial-users--top .testimonial-users--top, .testimonial-users--top .testimonial-users--write-post {
    width: 50%; }
  .testimonial-users--top .testimonial-users--top .testimonial-users--write-post.buttons, .testimonial-users--top .testimonial-users--write-post .testimonial-users--write-post.buttons {
    margin: 0;
    display: inline-flex;
    float: right; }

@media (max-width: 1399px) {
  .testimonials-main .testimonials-item .testimonials-item_top ._left {
    width: 50%; }
    .testimonials-main .testimonials-item .testimonials-item_top ._right {
      width: 50%; } }

@media (max-width: 991px) {
  .testimonials-main .testimonials-item {
    padding: 10px 15px; }
    .testimonials-main .testimonials-item .testimonials-item_top {
      display: flex; }
      .testimonials-main .testimonials-item .testimonials-item_top ._left {
        display: flex;
        width: 55%; }
        .testimonials-main .testimonials-item .testimonials-item_top ._left .name::after {
          left: 26%; }
      .testimonials-main .testimonials-item .testimonials-item_top ._right {
        width: 45%;
        justify-content: flex-end; } }

@media (max-width: 767px) {
  .testimonials-main .testimonials-item {
    padding: 10px 15px; }
    .testimonials-main .testimonials-item .testimonials-item_top {
      display: flex;
      flex-direction: column; }
      .testimonials-main .testimonials-item .testimonials-item_top ._left {
        width: 100%; }
        .testimonials-main .testimonials-item .testimonials-item_top ._left .name::after {
          left: 50%; }
        .testimonials-main .testimonials-item .testimonials-item_top ._left .date {
          width: auto;
          justify-content: flex-end; }
      .testimonials-main .testimonials-item .testimonials-item_top ._right {
        width: 100%;
        justify-content: flex-start; }
    .testimonials-main .testimonials-item .testimonials-item_bottom ._left {
      display: none; }
      .testimonials-main .testimonials-item .testimonials-item_bottom ._right {
        width: 100%; }

  .testimonial-users--top {
    flex-direction: column; }
    .testimonial-users--top .testimonial-users--top, .testimonial-users--top .testimonial-users--write-post {
      width: 100% !important; }
    .testimonial-users--top .testimonial-users--top .pull-right, .testimonial-users--top .testimonial-users--write-post .pull-right {
      float: left !important; }
      .testimonial-users--top .testimonial-users--top .pull-right .btn-post, .testimonial-users--top .testimonial-users--write-post .pull-right .btn-post {
        width: 175px;
        display: block;
        margin: 5px; } }

@media (max-width: 480px) {
  .testimonials-main .testimonials-item {
    padding: 10px 15px; }
    .testimonials-main .testimonials-item .testimonials-item_top {
      display: flex; }
      .testimonials-main .testimonials-item .testimonials-item_top ._left {
        display: block;
        width: 100%; }
        .testimonials-main .testimonials-item .testimonials-item_top ._left .name {
          border: none;
          display: block;
          align-items: center;
          width: 100%; }
        .testimonials-main .testimonials-item .testimonials-item_top ._left .date {
          padding: 0;
          display: block;
          align-items: center;
          width: 100%; }
      .testimonials-main .testimonials-item .testimonials-item_top ._right {
        width: 100%;
        justify-content: center; }
    .testimonials-main .testimonials-item .testimonials-item_bottom ._left {
      display: none; }
      .testimonials-main .testimonials-item .testimonials-item_bottom ._right {
        width: 100%; } }

.owl-carousel {
  display: none;
  width: 100%;
  /* position relative and z-index fix webkit rendering fonts issue */
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  /* fix firefox animation glitch */
  -moz-backface-visibility: hidden; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  /* fix for flashing background */
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
  display: none; }

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: none;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: pointer; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right;
  /* No Js */ }

.no-js .owl-carousel {
  display: block;
  /*
 *  Owl Carousel - Animate Plugin
 */ }

.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@keyframes fadeOut {
  /*
 * 	Owl Carousel - Auto Height Plugin
 */
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

.owl-height {
  transition: height 500ms ease-in-out;
  /*
 * 	Owl Carousel - Lazy Load Plugin
 */ }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  /*
 * 	Owl Carousel - Video Plugin
 */ }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("/catalog/view/theme/neoseo_unistor/stylesheet/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
  /**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
  /*
 * 	Default theme - Owl Carousel CSS File
 */ }

.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-nav [class*='owl-'] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px; }

.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #fff;
  text-decoration: none; }

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline; }

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
  /*
 *  Owl Carousel CSS3 Transitions
 *  v1.3.2
 */ }

.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x : 50%;
  -webkit-perspective-origin-y : 50%;
  -moz-perspective : 1200px;
  -moz-perspective-origin-x : 50%;
  -moz-perspective-origin-y : 50%;
  perspective : 1200px;
  /* fade */ }

.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut 0.7s both ease;
  -moz-animation: fadeOut 0.7s both ease;
  animation: fadeOut 0.7s both ease; }

.owl-fade-in {
  -webkit-animation: fadeIn 0.7s both ease;
  -moz-animation: fadeIn 0.7s both ease;
  animation: fadeIn 0.7s both ease;
  /* backSlide */ }

.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease; }

.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
  /* goDown */ }

.owl-goDown-out {
  -webkit-animation: scaleToFade 0.7s ease both;
  -moz-animation: scaleToFade 0.7s ease both;
  animation: scaleToFade 0.7s ease both; }

.owl-goDown-in {
  -webkit-animation: goDown 0.6s ease both;
  -moz-animation: goDown 0.6s ease both;
  animation: goDown 0.6s ease both;
  /* scaleUp */ }

.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom 0.5s ease both;
  -moz-animation: scaleUpFrom 0.5s ease both;
  animation: scaleUpFrom 0.5s ease both; }

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo 0.5s ease both;
  -moz-animation: scaleUpTo 0.5s ease both;
  animation: scaleUpTo 0.5s ease both;
  /* Keyframes */
  /*empty*/ }

@-webkit-keyframes empty {
  0% {
    opacity: 1; } }

@-moz-keyframes empty {
  0% {
    opacity: 1; } }

@keyframes empty {
  0% {
    opacity: 1; } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@-moz-keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@-webkit-keyframes backSlideOut {
  25% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px); }

  75% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(-200%); }

  100% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(-200%); } }

@-moz-keyframes backSlideOut {
  25% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px); }

  75% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px) translateX(-200%); }

  100% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px) translateX(-200%); } }

@keyframes backSlideOut {
  25% {
    opacity: 0.5;
    transform: translateZ(-500px); }

  75% {
    opacity: 0.5;
    transform: translateZ(-500px) translateX(-200%); }

  100% {
    opacity: 0.5;
    transform: translateZ(-500px) translateX(-200%); } }

@-webkit-keyframes backSlideIn {
  0%, 25% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(200%); }

  75% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px); }

  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0); } }

@-moz-keyframes backSlideIn {
  0%, 25% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px) translateX(200%); }

  75% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px); }

  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0); } }

@keyframes backSlideIn {
  0%, 25% {
    opacity: 0.5;
    transform: translateZ(-500px) translateX(200%); }

  75% {
    opacity: 0.5;
    transform: translateZ(-500px); }

  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0); } }

@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8); } }

@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(0.8); } }

@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8); } }

@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%); } }

@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%); } }

@keyframes goDown {
  from {
    transform: translateY(-100%); } }

@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5); } }

@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5); } }

@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5); } }

@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5); } }

@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5); } }

@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5); } }

.owl-carousel {
  display: none;
  width: 100%;
  /* position relative and z-index fix webkit rendering fonts issue */
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  /* fix firefox animation glitch */
  -moz-backface-visibility: hidden; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  /* fix for flashing background */
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
  display: none; }

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: none;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: pointer; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right;
  /* No Js */ }

.no-js .owl-carousel {
  display: block;
  /*
 *  Owl Carousel - Animate Plugin
 */ }

.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@keyframes fadeOut {
  /*
 * 	Owl Carousel - Auto Height Plugin
 */
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

.owl-height {
  transition: height 500ms ease-in-out;
  /*
 * 	Owl Carousel - Lazy Load Plugin
 */ }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  /*
 * 	Owl Carousel - Video Plugin
 */ }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("/catalog/view/theme/neoseo_unistor/stylesheet/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
  /**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
  /*
 * 	Default theme - Owl Carousel CSS File
 */ }

.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-nav [class*='owl-'] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px; }

.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #fff;
  text-decoration: none; }

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline; }

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
  /*
 *  Owl Carousel CSS3 Transitions
 *  v1.3.2
 */ }

.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x : 50%;
  -webkit-perspective-origin-y : 50%;
  -moz-perspective : 1200px;
  -moz-perspective-origin-x : 50%;
  -moz-perspective-origin-y : 50%;
  perspective : 1200px;
  /* fade */ }

.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut 0.7s both ease;
  -moz-animation: fadeOut 0.7s both ease;
  animation: fadeOut 0.7s both ease; }

.owl-fade-in {
  -webkit-animation: fadeIn 0.7s both ease;
  -moz-animation: fadeIn 0.7s both ease;
  animation: fadeIn 0.7s both ease;
  /* backSlide */ }

.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease; }

.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
  /* goDown */ }

.owl-goDown-out {
  -webkit-animation: scaleToFade 0.7s ease both;
  -moz-animation: scaleToFade 0.7s ease both;
  animation: scaleToFade 0.7s ease both; }

.owl-goDown-in {
  -webkit-animation: goDown 0.6s ease both;
  -moz-animation: goDown 0.6s ease both;
  animation: goDown 0.6s ease both;
  /* scaleUp */ }

.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom 0.5s ease both;
  -moz-animation: scaleUpFrom 0.5s ease both;
  animation: scaleUpFrom 0.5s ease both; }

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo 0.5s ease both;
  -moz-animation: scaleUpTo 0.5s ease both;
  animation: scaleUpTo 0.5s ease both;
  /* Keyframes */
  /*empty*/ }

@-webkit-keyframes empty {
  0% {
    opacity: 1; } }

@-moz-keyframes empty {
  0% {
    opacity: 1; } }

@keyframes empty {
  0% {
    opacity: 1; } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@-moz-keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@-webkit-keyframes backSlideOut {
  25% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px); }

  75% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(-200%); }

  100% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(-200%); } }

@-moz-keyframes backSlideOut {
  25% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px); }

  75% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px) translateX(-200%); }

  100% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px) translateX(-200%); } }

@keyframes backSlideOut {
  25% {
    opacity: 0.5;
    transform: translateZ(-500px); }

  75% {
    opacity: 0.5;
    transform: translateZ(-500px) translateX(-200%); }

  100% {
    opacity: 0.5;
    transform: translateZ(-500px) translateX(-200%); } }

@-webkit-keyframes backSlideIn {
  0%, 25% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(200%); }

  75% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px); }

  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0); } }

@-moz-keyframes backSlideIn {
  0%, 25% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px) translateX(200%); }

  75% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px); }

  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0); } }

@keyframes backSlideIn {
  0%, 25% {
    opacity: 0.5;
    transform: translateZ(-500px) translateX(200%); }

  75% {
    opacity: 0.5;
    transform: translateZ(-500px); }

  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0); } }

@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8); } }

@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(0.8); } }

@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8); } }

@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%); } }

@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%); } }

@keyframes goDown {
  from {
    transform: translateY(-100%); } }

@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5); } }

@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5); } }

@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5); } }

@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5); } }

@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5); } }

@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5); } }

.carousel-container {
  margin: 0 -10px 25px;
  padding: 20px 25px 30px;
  text-transform: uppercase;
  text-align: center;
  background: #fff; }
  .carousel-container h3 {
    font-weight: bold;
    font-size: 24px; }
  .carousel-container .owl-carousel {
    border: none;
    padding: 0 25px; }
  .carousel-container .owl-carousel .owl-item img {
    width: auto;
    max-width: 100%; }
  .carousel-container .owl-carousel .owl-controls {
    position: absolute;
    top: 0;
    display: flex;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    margin: auto; }
  .carousel-container .owl-carousel .owl-controls .owl-nav {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%; }
  .carousel-container .owl-carousel .owl-controls .owl-prev {
    position: relative;
    left: -15px; }
  .carousel-container .owl-carousel .owl-controls .own-next {
    position: relative;
    right: -15px; }
  .carousel-container .owl-carousel .owl-controls .owl-prev, .carousel-container .owl-carousel .owl-controls .owl-next {
    opacity: 1;
    color: #363636;
    font-size: 27px !important;
    margin: 0 !important;
    font-weight: 200;
    text-shadow: none;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center; }
  .carousel-container .owl-carousel .owl-controls .owl-prev:hover, .carousel-container .owl-carousel .owl-controls .owl-next:hover {
    background: #1d1d1d;
    color: #fff; }
  .carousel-container .owl-carousel .owl-controls .owl-prev &gt; i {
    position: relative;
    left: -2px; }
  .carousel-container .owl-carousel .owl-controls .owl-next &gt; i {
    position: relative;
    right: -2px; }
  .carousel-container .owl-carousel .owl-controls .owl-prev, .carousel-container .owl-carousel .owl-controls .owl-next {
    background: #e8e8e8; }
  .carousel-container .owl-carousel .owl-controls .owl-pagination {
    display: none; }

@media (max-width: 480px) {
  .carousel-container h3 {
    font-weight: bold;
    font-size: 21px; } }

.module-carousel [id^="carousel"], .module-carousel [id*="carousel"] {
  display: block;
  overflow: hidden; }
  .module-carousel [id^="carousel"] .carousel-wrapper, .module-carousel [id*="carousel"] .carousel-wrapper {
    width: 100000px;
    display: inline-block; }
  .module-carousel [id^="carousel"] .carousel-wrapper .carousel-item, .module-carousel [id*="carousel"] .carousel-wrapper .carousel-item {
    float: left; }
  .module-carousel .carousel-nav {
    display: flex;
    margin-top: -50px;
    justify-content: flex-end;
    padding: 0 5px 20px; }
  .module-carousel .carousel-nav .prev, .module-carousel .carousel-nav .next {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    color: #7d3cb2;
    font-size: 21px;
    border: 1px solid #1d1d1d; }
  .module-carousel .carousel-nav .prev:hover, .module-carousel .carousel-nav .next:hover {
    background: #1d1d1d;
    color: #fff; }
  .module-carousel .carousel-nav .prev {
    padding-right: 4px;
    margin-right: 5px; }
  .module-carousel .carousel-nav .next {
    padding-left: 4px; }

.payments {
  display: flex;
  margin-bottom: 5px;
  height: 40px;
  width: 100%; }
  .payments .visa {
    background: url("/catalog/view/theme/neoseo_unistor/image/payment/payment-ico.png") no-repeat;
    background-position: 0 0;
    cursor: pointer;
    width: 50px;
    height: 40px;
    display: block; }
  .payments .master {
    background: url("/catalog/view/theme/neoseo_unistor/image/payment/payment-ico.png") no-repeat;
    background-position: -57px 0;
    cursor: pointer;
    width: 50px;
    height: 40px;
    display: block; }
  .payments .webmoney {
    background: url("/catalog/view/theme/neoseo_unistor/image/payment/payment-ico.png") no-repeat;
    background-position: -115px 0;
    cursor: pointer;
    width: 50px;
    height: 40px;
    display: block; }
  .payments .cash {
    background: url(/catalog/view/theme/neoseo_unistor/image/payment/payment-ico.png) no-repeat;
    background-position: -172px 0;
    cursor: pointer;
    width: 50px;
    height: 40px;
    display: block; }
  .payments .qiwi {
    background: url(/catalog/view/theme/neoseo_unistor/image/payment/payment-ico.png) no-repeat;
    background-position: -227px 0;
    cursor: pointer;
    width: 50px;
    height: 40px;
    display: block; }

.shipping {
  display: flex;
  margin-bottom: 5px;
  height: 40px;
  width: 100%; }
  .shipping .ukr_np {
    background: url(/catalog/view/theme/neoseo_unistor/image/shipping/shipping-ico.png) no-repeat;
    background-position: 1px 0;
    cursor: pointer;
    width: 46px;
    height: 40px;
    display: block; }
  .shipping .ukr_up {
    background: url(/catalog/view/theme/neoseo_unistor/image/shipping/shipping-ico.png) no-repeat;
    background-position: -43px 0;
    cursor: pointer;
    width: 46px;
    height: 40px;
    display: block; }
  .shipping .ukr_ne {
    background: url(/catalog/view/theme/neoseo_unistor/image/shipping/shipping-ico.png) no-repeat;
    background-position: -86px 0;
    cursor: pointer;
    width: 46px;
    height: 40px;
    display: block; }
  .shipping .currier {
    background: url(/catalog/view/theme/neoseo_unistor/image/shipping/shipping-ico.png) no-repeat;
    background-position: -131px 0;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: block; }
  .shipping .pickpoint {
    background: url(/catalog/view/theme/neoseo_unistor/image/shipping/shipping-ico.png) no-repeat;
    background-position: -172px 0;
    cursor: pointer;
    width: 58px;
    height: 40px;
    display: block; }

.socials {
  margin-left: 2px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5px;
  height: 37px;
  width: 100%;
  font-size: 21px; }
  .socials a {
    transition: 0.3s;
    margin-right: 8px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    display: inline-flex; }
  @media (max-width: 375px) {
    .socials a {
      width: 26px;
      height: 26px;
      background-size: 246px !important; } }
  .socials a:last-child {
    margin-right: 0; }
  .socials a.ok {
    background: url('/catalog/view/theme/neoseo_unistor/image/socials.png') no-repeat 0 0; }
  .socials a.facebook {
    background: url('/catalog/view/theme/neoseo_unistor/image/socials.png') no-repeat -42px 0; }
  @media (max-width: 375px) {
      .socials a.facebook {
        background: url('/catalog/view/theme/neoseo_unistor/image/socials.png') no-repeat -30px 0; } }
  .socials a.twitter {
    background: url('/catalog/view/theme/neoseo_unistor/image/socials.png') no-repeat -84px 0; }
  @media (max-width: 375px) {
      .socials a.twitter {
        background: url('/catalog/view/theme/neoseo_unistor/image/socials.png') no-repeat -62px 0; } }
  .socials a.vk {
    background: url('/catalog/view/theme/neoseo_unistor/image/socials.png') no-repeat -126px 0; }
  @media (max-width: 375px) {
      .socials a.vk {
        background: url('/catalog/view/theme/neoseo_unistor/image/socials.png') no-repeat -92px 0; } }
  .socials a.instagram {
    background: url('/catalog/view/theme/neoseo_unistor/image/socials.png') no-repeat -168px 0; }
  @media (max-width: 375px) {
      .socials a.instagram {
        background: url('/catalog/view/theme/neoseo_unistor/image/socials.png') no-repeat -124px 0; } }
  .socials a.youtube {
    background: url('/catalog/view/theme/neoseo_unistor/image/socials.png') no-repeat -210px 0; }
  @media (max-width: 375px) {
      .socials a.youtube {
        background: url('/catalog/view/theme/neoseo_unistor/image/socials.png') no-repeat -156px 0; } }
  .socials a.linkedin {
    background: url('/catalog/view/theme/neoseo_unistor/image/socials.png') no-repeat -252px 0; }
  @media (max-width: 375px) {
      .socials a.linkedin {
        background: url('/catalog/view/theme/neoseo_unistor/image/socials.png') no-repeat -186px 0; } }
  .socials a.pinterest {
    background: url('/catalog/view/theme/neoseo_unistor/image/socials.png') no-repeat -294px 0; }
  @media (max-width: 375px) {
      .socials a.pinterest {
        background: url('/catalog/view/theme/neoseo_unistor/image/socials.png') no-repeat -218px 0; } }
  .socials a:hover {
    transition: 0.3s;
    transform: scale(1.05); }

@media (max-width: 767px) {
  .socials {
    justify-content: flex-start;
    margin-top: 20px; } }

body.mobile-menu-active {
  overflow: hidden; }
  body.portable {
    padding-top: 114px; }
  body.portable.has-banner {
    padding-top: 166px; }
  body.portable.has-banner #general-banner {
    position: fixed;
    z-index: 30;
    width: 100%;
    top: 0; }
  @media (min-width: 992px) {
        body.portable.has-banner .header-mobile {
          top: 50px; } }
  body.common-home .header-mobile {
    margin-bottom: 10px; }

.header-mobile {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  margin-bottom: 40px;
  z-index: 20;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 1px 1px 11px rgba(0, 0, 0, 0.3); }
  @media (max-width: 991px) and (min-width: 768px) {
  .header-mobile {
    margin-bottom: 20px; } }
  .header-mobile__button-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    height: 50px;
    padding: 10px; }
  .header-mobile__button-menu span {
    display: flex;
    margin: 2px 0;
    width: 30px;
    height: 3px;
    background: #333; }
  .header-mobile__logo {
    display: flex;
    align-items: center;
    width: 60%;
    height: 50px;
    justify-content: center;
    flex-grow: 2; }
  .header-mobile__logo a {
    text-decoration: none; }
  .header-mobile__logo img {
    max-width: 100px;
    max-height: 50px; }
  .header-mobile__cart {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    flex-grow: 1;
    min-width: 40px; }
  .header-mobile__cart a {
    position: relative;
    font-size: 21px;
    color: #333; }
  .header-mobile__cart a i {
    color: #333;
    font-size: 23px; }
  .header-mobile__cart .--total {
    background: #333;
    border-radius: 50%;
    font-size: 12px;
    color: #fff;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -8px;
    top: -4px; }
  .header-mobile__search {
    width: 100%;
    padding: 5px 15px 10px;
    transition: 0.2s;
    margin: 0 auto;
    background: #fff;
    /*= MENU =*/ }
  .header-mobile__search.active {
    transition: 0.2s;
    width: calc(100% - 100px);
    margin: -58px auto 0;
    padding: 14px 6px 0 17px;
    background: transparent; }
  @media (min-width: 768px) {
      .header-mobile__search.active {
        width: calc(100% - 130px); } }
  .header-mobile__search .search-panel {
    width: 100%; }
  .header-mobile__search .search-panel input {
    width: 100%;
    border-radius: 6px !important;
    height: 38px; }
  .header-mobile__search .input-group-btn {
    position: absolute;
    display: flex;
    right: 0;
    width: 38px;
    height: 38px; }
  .header-mobile__search .input-group-btn .button-search {
    height: auto;
    padding: 0;
    border-radius: 0 6px 6px 0 !important;
    background: transparent; }
  @media (max-width: 991px) {
        .header-mobile__search .input-group-btn .button-search {
          background: #fff !important; } }
  .header-mobile__search .input-group-btn .button-search i {
    color: #555;
    font-size: 18px;
    display: flex; }
  .header-mobile__search .input-group-btn .button-search span {
    display: none; }
  .header-mobile-menu {
    position: fixed;
    background: #fff;
    width: 100%;
    z-index: 99;
    top: 0;
    bottom: 0;
    transition: 0.2s;
    left: -100%; }
  .header-mobile-menu.active {
    transition: 0.2s;
    left: 0; }
  .header-mobile-menu-bg {
    top: 0;
    background: #000;
    opacity: 0.6;
    position: fixed;
    z-index: 98;
    width: 100vw;
    height: 100vh;
    display: none; }
  .header-mobile-menu__actions {
    background: #fff;
    padding: 12px 15px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ddd; }
  .header-mobile-menu__lang .language__wrap {
    display: none !important; }
  .header-mobile-menu__lang .language__compact-wrap {
    display: flex !important;
    position: initial;
    padding: 0;
    margin: 0 !important;
    background: none;
    border: none;
    flex-direction: row;
    transform: translateY(2px); }
  .header-mobile-menu__lang .language__compact-wrap:before {
    display: none; }
  .header-mobile-menu__lang .language__compact-wrap li {
    padding: 0;
    order: 2; }
    .header-mobile-menu__lang .language__compact-wrap li a {
      color: #333;
      font-size: 14px;
      text-transform: uppercase;
      margin: 0 3px 0;
      border: 1px solid #333;
      border-radius: 24px;
      padding: 2px 16px;
      display: flex; }
    .header-mobile-menu__lang .language__compact-wrap li.active {
      order: 1; }
    .header-mobile-menu__lang .language__compact-wrap li.active a {
      opacity: 0.6; }
  .header-mobile-menu__button-close {
    padding: 0;
    background: none;
    border: none;
    outline: none;
    width: 23px;
    height: 26px; }
  .header-mobile-menu__button-close span {
    display: flex;
    margin: 2px 0;
    width: 30px;
    height: 3px;
    background: #333;
    transform-origin: left;
    position: relative; }
  .header-mobile-menu__button-close span:nth-child(1) {
    transform: rotate(45deg);
    top: -8px; }
  .header-mobile-menu__button-close span:nth-child(2) {
    transform: rotate(-45deg);
    top: 8px; }
  .header-mobile-menu__button-close.active {
    position: fixed;
    right: -6px;
    top: 2px;
    background: #fff;
    width: 46px;
    height: 46px; }
  .header-mobile-menu__cart {
    margin-right: 0; }
  .header-mobile-menu__box {
    height: calc(100vh - 50px);
    overflow-y: auto; }
  .header-mobile-menu__currency {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    border-bottom: 1px solid #ddd; }
  .header-mobile-menu__currency &gt; span {
    font-size: 16px;
    margin-right: 10px; }
  .header-mobile-menu__currency .currency-box {
    margin: 0; }
  .header-mobile-menu__currency .currency-box ul {
    margin: 0; }
    .header-mobile-menu__currency .currency-box ul li {
      padding: 0;
      line-height: 1; }
    .header-mobile-menu__currency .currency-box ul li b {
      color: #6ba91b;
      font-weight: 400;
      font-size: 21px;
      transform: translate(-3px, -2px);
      display: block;
      border: 1px solid #6ba91b;
      border-radius: 24px;
      padding: 3px 8px;
      margin-right: 2px; }
    .header-mobile-menu__currency .currency-box ul li i {
      display: none; }
  .header-mobile-menu__currency .dropdown-menu {
    display: flex;
    position: initial;
    padding: 0;
    border: none;
    box-shadow: none;
    background: none; }
  .header-mobile-menu__currency .dropdown-menu:before, .header-mobile-menu__currency .dropdown-menu:after {
    display: none; }
  .header-mobile-menu__currency .dropdown-menu ul li button {
    color: #333;
    font-size: 21px;
    transform: translate(0px, -2px);
    font-weight: 400;
    margin: 0 5px; }
  .header-mobile-menu__categories-button {
    display: flex;
    align-items: center;
    padding: 15px;
    border: none;
    border-bottom: 1px solid #ddd;
    width: 100%;
    background: #fff; }
  .header-mobile-menu__categories-button i {
    transform: translateY(1px);
    font-size: 23px;
    margin-right: 15px;
    color: #6ba91b; }
  .header-mobile-menu__categories-button span {
    font-size: 16px;
    color: #333; }
  .header-mobile-menu__quick-links {
    display: flex;
    flex-direction: column;
    padding: 0; }
  .header-mobile-menu__quick-links a &gt; i {
    color: #6ba91b; }
  .header-mobile-menu__quick-links a &gt; span {
    display: flex;
    align-items: center;
    position: relative;
    color: #333; }
  .header-mobile-menu__account {
    display: flex;
    align-content: center;
    font-size: 16px;
    padding: 10px 15px; }
  .header-mobile-menu__account &gt; i {
    color: #6ba91b;
    margin: 0 18px 0 3px;
    font-size: 23px; }
  .header-mobile-menu__account &gt; span {
    color: #333; }
  .header-mobile-menu__wishlist, .header-mobile-menu__compare, .header-mobile-menu__cart {
    display: flex;
    align-items: center;
    position: relative;
    transform: translateY(1px);
    padding: 10px 15px;
    font-size: 16px; }
  .header-mobile-menu__wishlist i, .header-mobile-menu__compare i, .header-mobile-menu__cart i {
    color: #6ba91b;
    font-size: 23px;
    margin-right: 15px; }
  .header-mobile-menu__wishlist .--total, .header-mobile-menu__compare .--total, .header-mobile-menu__cart .--total {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
    background: #6ba91b;
    border-radius: 50%;
    font-size: 12px;
    color: #fff;
    width: 20px;
    height: 20px; }
  .header-mobile-menu__wishlist &gt; span, .header-mobile-menu__compare &gt; span, .header-mobile-menu__cart &gt; span {
    color: #333; }
  .header-mobile-menu__phones {
    display: flex;
    flex-direction: column;
    padding: 15px;
    border-bottom: 1px solid #ddd; }
  .header-mobile-menu__phones a {
    display: flex;
    font-size: 16px;
    color: #333; }
  .header-mobile-menu__phones a:not(:last-child) {
    margin-bottom: 20px; }
  .header-mobile-menu__phones a i {
    margin-right: 10px; }
  .header-mobile-menu__system-links {
    margin: 6px 0 0;
    padding: 15px;
    list-style: none;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd; }
  .header-mobile-menu__system-links li {
    font-size: 16px; }
  .header-mobile-menu__system-links li:not(:last-child) {
    margin-bottom: 15px; }
  .header-mobile-menu__system-links li a {
    color: #333; }
  .header-mobile-menu__callback {
    padding: 15px;
    display: flex;
    align-items: center;
    font-size: 16px;
    border-bottom: 1px solid #ddd; }
  .header-mobile-menu__callback &gt; i {
    color: #6ba91b;
    font-size: 20px;
    margin-right: 10px; }
  .header-mobile-menu__callback span {
    color: #333; }
  .header-mobile-catalog {
    left: -100vw;
    position: fixed;
    z-index: 19;
    background: #fff;
    width: 100vw;
    top: 50px;
    height: 100vh;
    overflow-y: auto;
    transition: 0.5s;
    display: none; }
  .header-mobile-catalog.active {
    z-index: 999;
    transition: 0.5s;
    left: 0;
    display: block; }
  .header-mobile-catalog .children-icon {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 15px;
    top: 8px;
    display: flex;
    align-items: center;
    justify-content: center; }
  .header-mobile-catalog .children-icon i {
    color: #666;
    font-size: 21px; }
  .header-mobile-catalog__list {
    border-top: 1px solid #ddd;
    list-style: none;
    margin: 0;
    padding: 0; }
  .header-mobile-catalog__list &gt; li {
    display: flex;
    flex-direction: column;
    position: relative; }
  .header-mobile-catalog__list &gt; li &gt; a {
    display: flex;
    align-items: center;
    padding: 15px;
    position: relative;
    line-height: 1;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    color: #333; }
  .header-mobile-catalog__children-list {
    display: none; }
  .header-mobile-catalog__children-list &gt; .list-unstyled &gt; li {
    position: relative; }
    .header-mobile-catalog__children-list &gt; .list-unstyled &gt; li &gt; a {
      font-size: 14px;
      display: flex;
      position: relative;
      align-items: center;
      padding: 12px 15px 12px 25px;
      background: #f7f7f7;
      border-bottom: 1px solid #ddd;
      color: #333; }
    .header-mobile-catalog__children-list &gt; .list-unstyled &gt; li .children-icon {
      top: 6px; }
  .header-mobile-catalog__children2-list {
    display: none; }
  .header-mobile-catalog__children2-list &gt; .list-unstyled &gt; li {
    position: relative; }
    .header-mobile-catalog__children2-list &gt; .list-unstyled &gt; li &gt; a {
      font-size: 14px;
      display: flex;
      position: relative;
      align-items: center;
      padding: 12px 15px 12px 35px;
      background: #f1f1f1;
      border-bottom: 1px solid #ddd;
      color: #333; }

.header-mobile-2 {
  border-bottom: 4px solid #57d6e9;
  margin-bottom: 20px; }
  .header-mobile-2__information {
    background: #1d1d1d;
    text-align: center;
    padding: 2px 0; }
  .header-mobile-2__information span {
    color: #fff;
    font-size: 14px;
    position: relative;
    display: inline-block;
    line-height: 1; }
  .header-mobile-2__box {
    display: grid;
    grid-template-columns: 36px 36px 1fr 36px 36px;
    padding: 16px 10px; }
  .header-mobile-2__button-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    height: 50px;
    padding: 10px; }
  .header-mobile-2__button-menu span {
    display: flex;
    margin: 2px 0;
    width: 22px;
    height: 3px;
    background: #333; }
  .header-mobile-2__search {
    display: flex;
    align-items: center;
    justify-content: center; }
  .header-mobile-2__search-button {
    background: none;
    border: none;
    padding: 0;
    font-size: 21px; }
  .header-mobile-2__logo {
    margin: 0 auto; }
  .header-mobile-2__logo img {
    max-width: 90%;
    margin: 0 auto; }
  .header-mobile-2__user {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px; }
  .header-mobile-2__user i {
    font-size: 22px; }
  .header-mobile-2__cart {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px; }
  .header-mobile-2__cart i {
    font-size: 20px; }
  .header-mobile-2__search-popup {
    position: fixed;
    z-index: 20;
    background: #fff;
    padding: 20px;
    top: 0;
    height: 100vh;
    left: 0;
    right: 0;
    display: none;
    gap: 10px;
    grid-template-columns: 1fr 40px;
    align-items: flex-start; }
  .header-mobile-2__search-popup.active {
    display: grid; }
  .header-mobile-2__search-popup .form-control {
    height: 36px;
    background-color: #f4f3f5;
    border: 1px solid #ccc; }
  .header-mobile-2__search-popup .form-control:focus {
    border: 1px solid #ccc; }
  .header-mobile-2__search-popup #search_main {
    border: 1px solid #ccc; }
  .header-mobile-2__search-popup .button-search {
    padding: 0;
    width: 40px;
    height: 36px;
    border-radius: 0 !important;
    background-color: #f4f3f5 !important;
    border: 1px solid #ccc;
    border-left: none; }
  @media (max-width: 991px) {
        .header-mobile-2__search-popup .button-search {
          background: #fff !important; } }
  .header-mobile-2__search-popup .button-search i {
    color: #999;
    font-size: 18px;
    display: flex; }
  .header-mobile-2__search-popup .button-search span {
    display: none; }
  .header-mobile-2__search-close {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 36px; }
  .header-mobile-2__search-close:before, .header-mobile-2__search-close:after {
    content: '';
    display: flex;
    width: 22px;
    height: 2px;
    background: #333;
    position: relative; }
  .header-mobile-2__search-close:before {
    transform: rotate(45deg);
    top: 1px; }
  .header-mobile-2__search-close:after {
    transform: rotate(-45deg);
    bottom: 1px; }
  .header-mobile-2__menu {
    background: #333;
    width: calc(100vw - 60px);
    position: fixed;
    z-index: 20;
    top: 0;
    bottom: 0;
    left: -100%;
    transition: 0.5s; }
  .header-mobile-2__menu.active {
    left: 0;
    transition: 0.5s; }
  .header-mobile-2__menu:after {
    content: '';
    display: flex;
    width: 60px;
    position: absolute;
    right: -60px;
    top: 0;
    bottom: 0;
    background: #fff; }
  .header-mobile-2__menu-logo {
    border-bottom: 2px solid #4d4d4d;
    padding: 20px; }
  .header-mobile-2__menu-close {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 36px;
    position: absolute;
    right: -42px;
    z-index: 2;
    top: 20px; }
  .header-mobile-2__menu-close:before, .header-mobile-2__menu-close:after {
    content: '';
    display: flex;
    width: 26px;
    height: 2px;
    background: #333;
    position: relative; }
  .header-mobile-2__menu-close:before {
    transform: rotate(45deg);
    top: 1px; }
  .header-mobile-2__menu-close:after {
    transform: rotate(-45deg);
    bottom: 1px; }
  .header-mobile-2__menu-list {
    list-style: none;
    padding: 0;
    margin: 0; }
  .header-mobile-2__menu-list &gt; li {
    width: 100%;
    font-size: 19px;
    color: #fff;
    padding: 20px; }
  .header-mobile-2__menu-list &gt; li:not(:last-child) {
    border-bottom: 2px solid #4d4d4d; }
  .header-mobile-2__menu-list &gt; li &gt; a {
    color: #e9e9e9; }
  .header-mobile-2__menu-children {
    display: none;
    background: #555;
    margin: 20px -20px -20px;
    overflow: hidden; }
  .header-mobile-2__menu-children ul {
    padding: 20px 20px 20px;
    background: #555; }
  .header-mobile-2__menu-children ul &gt; li {
    margin-bottom: 10px;
    color: #e9e9e9; }
    .header-mobile-2__menu-children ul &gt; li &gt; a {
      font-size: 17px;
      color: #e9e9e9; }
  .header-mobile-2__menu-children-2 {
    display: none;
    background: #555;
    margin: -1px -20px -20px;
    overflow: hidden; }
  .header-mobile-2__menu-children-2 ul {
    padding: 20px 20px 20px 40px; }
  .header-mobile-2__menu-children-2 ul &gt; li {
    margin-bottom: 10px;
    color: #e9e9e9; }
    .header-mobile-2__menu-children-2 ul &gt; li &gt; a {
      font-size: 16px;
      color: #e9e9e9; }

#header-mobile-2-search .button-search {
  background-color: #f4f3f5 !important; }

.category-link {
  display: none !important; }

.product-thumb {
  z-index: 3;
  /*
    Product Listing - Layout
*/ }
  .product-thumb a:link, .product-thumb a:visited, .product-thumb a:hover, .product-thumb a:focus, .product-thumb a:active, .product-thumb button:link, .product-thumb button:visited, .product-thumb button:hover, .product-thumb button:focus, .product-thumb button:active {
    border: none;
    outline: none; }
  .product-thumb .image {
    text-align: center; }
  .product-thumb .image a {
    display: block; }
  .product-thumb .image img {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%; }
  .category-layout {
    padding: 0 5px;
    height: auto; }
  .category-layout .category-thumb {
    height: auto;
    background: #fff;
    border: 1px solid #fff;
    padding: 10px;
    margin-bottom: 10px; }
  .category-layout .category-thumb .image img {
    height: 170px;
    margin: 0 auto; }
  .category-layout .category-thumb .category-caption {
    display: flex;
    overflow: hidden;
    height: 50px;
    align-items: center;
    justify-content: center;
    text-align: center; }
  .category-layout .category-thumb .category-caption &gt; a {
    font-weight: bold;
    text-decoration: underline;
    font-size: 15px;
    color: #1d1d1d; }
  .category-layout .category-thumb .category-caption &gt; a:hover {
    color: #1d1d1d;
    text-decoration: underline; }

@media (max-width: 1399px) {
  .category-layout .category-thumb .image img {
    height: 155px; } }

@media (max-width: 1199px) {
  .category-layout .category-thumb .image img {
    height: 145px; } }

@media (max-width: 992px) {
  .category-layout .category-thumb .image img {
    height: auto; } }

@media (max-width: 767px) {
  .category-layout .category-thumb .image img {
    margin: 0 auto; } }

.product-grid .product-thumb .image {
  float: none; }

@media (min-width: 768px) {
  .product-list .product-thumb .image {
    float: left;
    width: 200px; } }

.product-thumb h4 {
  line-height: inherit; }

.product-grid .product-thumb .caption, .related-products-grid .product-thumb .caption {
  overflow: hidden;
  min-height: 72px; }
  .product-grid .product-thumb .caption h4, .related-products-grid .product-thumb .caption h4 {
    margin-top: 5px;
    height: 40px;
    overflow: hidden;
    text-align: left; }

@media (max-width: 1199px) {
  .product-grid .product-thumb .caption {
    padding: 0 10px; } }

@media (max-width: 767px) {
  body .product-list .product-thumb .caption {
    min-height: 1px;
    margin-left: 0;
    margin-right: 0;
    padding: 0 10px;
    text-align: center; }

  .product-grid .product-thumb .caption {
    min-height: 0; }

  .product-thumb .caption h4 {
    text-align: center; } }

@media (min-width: 1200px) and (max-width: 1399px) {
  body.common-home .product-layout.product-grid .button-group {
    font-size: 13px; } }

.rating .fa-stack {
  margin-right: 6px;
  font-size: 8px; }
  .rating .fa-star-o {
    margin-top: 3px;
    font-size: 16px;
    color: #4c4c4c; }
  .rating .fa-star {
    margin-top: 3px;
    font-size: 15px;
    color: #ffc500; }
  .rating .fa-star + .fa-star-o {
    color: #ffc500; }

.modal-body .rating .fa-star {
  margin-top: 0; }

.star-rating .fa-stack {
  margin-right: 6px;
  font-size: 8px; }
  .star-rating .fa-star-o {
    margin-top: 3px;
    font-size: 16px;
    color: #4c4c4c; }
  .star-rating .fa-star {
    margin-top: 3px;
    font-size: 15px;
    color: #ffc500; }

h2.price {
  margin: 0;
  /* product thumb */ }

.product-thumb .price-container {
  width: 50%; }
  .product-thumb .price-new {
    font-weight: 600;
    color: #444; }
  .product-thumb .price-old {
    color: #999;
    text-decoration: line-through;
    margin-left: 10px; }
  .product-thumb .price-tax {
    color: #999;
    font-size: 12px;
    display: block; }
  .product-thumb .button-group-cart {
    display: flex;
    overflow: visible;
    justify-content: flex-end;
    align-items: flex-end;
    flex-direction: column;
    width: 62%; }
  .product-thumb .button-group-cart button {
    padding-left: 15px;
    padding-right: 15px;
    border: none;
    display: inline-block;
    float: none;
    line-height: 35px;
    font-weight: bold;
    text-align: center; }
  .product-thumb .button-group-cart button + button {
    width: 20%;
    border-left: 1px solid #d6d6d6;
    margin-left: -3px;
    /*&amp;:first-child {
        border-radius: 4px 0 0 4px;
      }

      &amp;:last-child {
        border-radius: 0 4px 4px 0;
      }*/ }
  .product-thumb .button-group {
    position: relative;
    flex: 40px 1 1;
    display: flex;
    overflow: visible;
    bottom: -1px; }
  .product-thumb .button-group button {
    padding-left: 10px;
    padding-right: 10px;
    border: none;
    display: inline-block;
    float: none;
    line-height: 38px;
    font-weight: bold;
    text-align: center;
    /*color: #ffffff;
      background-color: #d22f2c;*/
    text-transform: uppercase; }
  .product-thumb .button-group button + button {
    width: 20%;
    border-left: 1px solid #d6d6d6;
    margin-left: -3px;
    /*&amp;:first-child {
        border-radius: 4px 0 0 4px;
      }

      &amp;:last-child {
        border-radius: 0 4px 4px 0;
      }*/ }

.product-layout .product-table .product-thumb .cart-add-button {
  height: 30px;
  line-height: 20px; }

.product-list .product-thumb .button-group {
  border-left: 1px solid #ddd; }

.product-list .product-thumb h5 {
  text-align: left !important; }

@media (max-width: 767px) {
  .product-list .product-thumb .button-group {
    border-left: none; }

  .product-contents .product-layout.product-list .product-thumb {
    transition: 0.1s ease-in-out;
    display: block;
    position: relative;
    padding: 10px;
    background: #fff;
    border-bottom: 1px solid #eceeef;
    border-right: 1px solid #eceeef;
    height: auto; }
    .product-contents .product-layout.product-list .product-thumb .button-group {
      border-left: none;
      position: inherit;
      bottom: 18px;
      right: 10px;
      width: 100%;
      background: none;
      float: none;
      text-align: center; }
    .product-contents .product-layout.product-list .description {
      font-size: 13px;
      margin: 10px 160px 5px 0;
      overflow: hidden;
      width: 100%;
      padding: 10px; }
    .product-contents .product-layout.product-list .product-thumb .price {
      padding-left: 30px;
      color: #444;
      font-weight: 600;
      /*text-align: center;*/
      font-size: 18px;
      min-height: 40px;
      display: flex;
      flex-direction: column; } }

@media (max-width: 1199px) {
  .product-list .product-thumb.button-group button, .product-thumb .button-group button + button {
    width: 33.33%;
    /*.product-list .product-thumb:hover .button-group button + button {
    width: 33.33%;
  }*/ }

  .product-grid .product-thumb.button-group button, .product-thumb .button-group button + button {
    width: 17.33%; }

  .product-grid .product-thumb:hover .button-group button + button {
    width: 17.33%; } }

@media (max-width: 767px) {
  .product-list .product-thumb .button-group button, .product-thumb .button-group button + button {
    width: 33.33%; }

  .product-list .product-thumb:hover .button-group button + button {
    width: 33.33%; }

  .product-grid .product-thumb .button-group button, .product-thumb .button-group button + button {
    width: 11.33%; }

  .product-grid .product-thumb:hover .button-group button + button {
    width: 11.33%; } }

@media (min-width: 481px) {
  .product-table .product-thumb .cart-add-button span {
    display: block; }
    .product-table .product-thumb .cart-add-button i {
      display: none; }

  .product-grid .product-thumb .cart-add-button i {
    display: none; } }

@media (max-width: 480px) {
  .product-table .product-thumb .cart-add-button {
    height: 40px; }
    .product-table .product-thumb .cart-add-button span {
      display: none; }
    .product-table .product-thumb .cart-add-button i {
      display: block; }

  .product-grid .product-thumb .cart-add-button i {
    display: none; }

  .product-grid .product-thumb .button-group button, .product-thumb .button-group button + button {
    width: 23.33%; }

  .product-grid .product-thumb:hover .button-group button + button {
    width: 23.33%; }

  .category-main-container .product-grid .product-thumb .button-group button, .category-main-container .product-thumb .button-group button + button {
    width: 23.33%; }
    .category-main-container .product-grid .product-thumb:hover .button-group button + button {
      width: 23.33%; } }

.article-description {
  padding: 10px 15px 10px 10px;
  /*--- Product-Layout ---*/ }
  .article-description::-webkit-scrollbar {
    background-color: #ebebeb;
    width: 8px;
    border: 2px solid #fff; }
  .article-description::-webkit-scrollbar-thumb {
    background: #1d1d1d;
    height: 10px; }

.products-content {
  margin: 0 -5px 25px; }

.articles-content {
  margin: 0 -5px 25px -9px; }

.rating-container {
  height: 21px; }

.product-layout .category-link {
  text-decoration: underline;
  position: relative;
  top: 5px;
  left: 5px;
  z-index: 1; }
  .product-layout.product-grid {
    margin: 0;
    padding: 0 5px 15px;
    border: none; }
  .product-layout.product-grid .description-list {
    display: none; }
  .product-layout.product-grid .product-thumb {
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 10px 15px 5px 15px;
    background: #fff;
    border: 1px solid #fff; }
  .product-layout.product-grid .product-thumb .description {
    overflow: hidden;
    height: 1px;
    width: auto !important;
    top: 82%;
    z-index: 100;
    opacity: 0;
    left: -2px;
    right: -2px;
    display: flex;
    position: absolute;
    flex-direction: column;
    word-break: break-all;
    transition: 0.3s ease-in-out;
    padding: 10px 0 0;
    background: #fff;
    min-height: 77px;
    margin-top: -7px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.22);
    border: 2px solid transparent;
    border-top: none;
    z-index: 5; }
  .product-layout.product-grid .product-thumb .description .description-top {
    padding: 0 10px;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
    position: relative;
    word-break: break-word; }
    .product-layout.product-grid .product-thumb .description .description-top &gt; span {
      margin-bottom: 5px; }
    .product-layout.product-grid .product-thumb .description .description-top &gt; span &gt; b {
      margin-right: 5px; }
  .product-layout.product-grid .product-thumb .description .description-bottom {
    margin: 0 -2px; }
  .product-layout.product-grid .product-thumb_top {
    padding-bottom: 10px; }
  .product-layout.product-grid .product-thumb_middle {
    display: flex;
    flex-direction: column;
    z-index: 10; }
  .product-layout.product-grid .product-thumb_middle .caption {
    order: 1; }
  .product-layout.product-grid .product-thumb_middle .rating-container {
    position: relative;
    top: 0;
    order: 2;
    text-align: left; }
  .product-layout.product-grid .product-thumb_middle .price-and-cart-add {
    order: 3;
    justify-content: space-between; }
  .product-layout.product-grid .product-thumb:hover {
    z-index: 5;
    margin: -1px -1px -1px -1px;
    padding: 10px 15px 5px 15px;
    border: 2px solid #57d6e9;
    border-bottom: 2px solid transparent; }
  .product-layout.product-grid .product-thumb:hover .description {
    height: auto;
    opacity: 1;
    display: flex;
    top: 99%;
    transition: 0.3s ease-in-out;
    border: 2px solid #57d6e9;
    border-top: none; }
  .product-layout.product-list_top {
    padding: 10px; }
  .product-layout.product-list .product-thumb .description {
    width: 36%;
    display: flex; }
  .product-layout.product-list .product-thumb .description-top {
    padding: 10px;
    width: 100%;
    word-break: break-word; }
  .product-layout.product-list .product-thumb .description-bottom .button-group {
    flex-direction: column;
    height: 100%;
    bottom: 0;
    position: relative;
    left: 0; }
    .product-layout.product-list .product-thumb .description-bottom .button-group .wishlist-button, .product-layout.product-list .product-thumb .description-bottom .button-group .compare-button, .product-layout.product-list .product-thumb .description-bottom .button-group .buy-one-click {
      width: 80px;
      height: 33.33333%; }
    .product-layout.product-list .product-thumb .description-bottom .button-group .wishlist-button {
      border-top: none; }
    .product-layout.product-list .product-thumb .description-bottom .button-group .compare-button, .product-layout.product-list .product-thumb .description-bottom .button-group .wishlist-button {
      border-right: none; }
  .product-layout.product-list .product-thumb:hover {
    border: 2px solid #1d1d1d;
    margin: -1px; }

@media (min-width: 1200px) {
    .attributes-top {
      height: 52px;
      overflow-y: auto; } }
  @media (max-width: 1199px) and (min-width: 992px) {
  .attributes-top {
    height: 68px; } }

@media (max-width: 991px) {
  .product-layout .category-link {
    text-decoration: underline;
    position: relative;
    top: 5px;
    left: 5px;
    z-index: 1; }
    .product-layout.product-grid {
      margin: 0;
      padding: 0 5px 15px;
      border: none; }
      .product-layout.product-grid .description-list {
        display: inline-block;
        position: relative;
        top: -1px;
        margin-top: 20px; }
      .product-layout.product-grid .product-thumb {
        display: inline-block;
        flex-direction: row;
        position: relative;
        padding: 0;
        background: #fff;
        border: 1px solid #fff; }
        .product-layout.product-grid .product-thumb_top {
          position: relative;
          display: inline-flex;
          width: 30%;
          float: left;
          padding: 15px 0 0 15px; }
        .product-layout.product-grid .product-thumb_middle {
          margin-bottom: 0;
          display: inline-flex;
          width: 69%;
          flex-direction: column;
          padding: 10px; }
          .product-layout.product-grid .product-thumb_middle .caption {
            order: 1; }
          .product-layout.product-grid .product-thumb_middle .options_pro_form {
            opacity: 0;
            transition: 1s; }
          .product-layout.product-grid .product-thumb_middle .rating-container {
            order: 2;
            position: relative;
            top: -10px;
            display: flex;
            justify-content: flex-start;
            padding-left: 9px; }
          .product-layout.product-grid .product-thumb_middle .price-and-cart-add {
            order: 3;
            display: inline-flex; }
            .product-layout.product-grid .product-thumb_middle .price-and-cart-add .price-wrapper {
              padding-left: 10px;
              position: relative;
              bottom: 0; }
              .product-layout.product-grid .product-thumb_middle .price-and-cart-add .price-wrapper .price {
                font-size: 23px; }
        .product-layout.product-grid .product-thumb_bottom .description-list .description-top {
          display: none; }
        .product-layout.product-grid .product-thumb .description {
          display: flex;
          flex-direction: column;
          margin: 0;
          word-break: break-all;
          transition: 0.3s ease-in-out;
          opacity: 1;
          position: relative;
          top: 100%;
          left: 0;
          right: 0;
          padding: 10px 0 0;
          background: #fff;
          min-height: 77px;
          box-shadow: none;
          width: 100% !important;
          border: none; }
          .product-layout.product-grid .product-thumb .description .description-top {
            padding: 0 10px;
            display: none;
            flex-direction: column;
            align-items: flex-start;
            margin-bottom: 20px; }
            .product-layout.product-grid .product-thumb .description .description-top &gt; span {
              margin-bottom: 5px; }
              .product-layout.product-grid .product-thumb .description .description-top &gt; span &gt; b {
                margin-right: 5px; }
        .product-layout.product-grid .product-thumb:hover {
          margin: 0;
          padding: 0;
          border: 1px solid #57d6e9; }
          .product-layout.product-grid .product-thumb:hover .description {
            display: flex;
            border: none; } }
  @media (max-width: 991px) and (max-width: 767px) {
            .product-layout.product-grid .product-thumb_middle .options_pro_form {
              width: 100%; } }

@media (max-width: 767px) {
  .product-layout .category-link {
    text-decoration: underline;
    position: relative;
    top: 5px;
    left: 5px;
    z-index: 1; }
    .product-layout.product-grid {
      margin: 0;
      padding: 0 5px 15px;
      border: none; }
      .product-layout.product-grid .product-thumb {
        display: flex;
        flex-direction: column;
        position: relative;
        padding: 0;
        background: #fff;
        border: 1px solid #fff; }
        .product-layout.product-grid .product-thumb_top {
          position: relative;
          padding: 15px 0 0 0;
          display: inline-flex;
          width: 100%;
          float: left;
          justify-content: center; }
        .product-layout.product-grid .product-thumb_middle {
          display: inline-flex;
          width: 100%;
          flex-direction: column;
          padding: 10px; }
          .product-layout.product-grid .product-thumb_middle .caption {
            text-align: center;
            align-items: center;
            width: 75%;
            display: flex;
            margin: 0 auto;
            order: 1;
            justify-content: center;
            flex-direction: column; }
          .product-layout.product-grid .product-thumb_middle .rating-container {
            order: 2;
            position: relative;
            top: 0;
            margin: 10px 0;
            display: flex;
            justify-content: center; }
          .product-layout.product-grid .product-thumb_middle .price-and-cart-add {
            order: 3;
            display: inline-flex; }
            .product-layout.product-grid .product-thumb_middle .price-and-cart-add .button-group-cart {
              justify-content: center;
              align-items: center;
              margin-top: 10px; }
              .product-layout.product-grid .product-thumb_middle .price-and-cart-add .button-group-cart h6 {
                display: flex; }
              .product-layout.product-grid .product-thumb_middle .price-and-cart-add .button-group-cart .cart-add-button span {
                display: inline-flex !important; }
            .product-layout.product-grid .product-thumb_middle .price-and-cart-add .price-wrapper {
              position: relative;
              bottom: 0;
              padding: 0;
              justify-content: center; }
              .product-layout.product-grid .product-thumb_middle .price-and-cart-add .price-wrapper .price {
                font-size: 23px; }
        .product-layout.product-grid .product-thumb .description {
          display: flex;
          flex-direction: column;
          margin: 0;
          word-break: break-all;
          transition: 0.3s ease-in-out;
          opacity: 1;
          position: relative;
          top: 100%;
          left: 0;
          right: 0;
          padding: 10px 0 0;
          background: #fff;
          min-height: 77px;
          box-shadow: none;
          width: 100% !important;
          border: none; }
          .product-layout.product-grid .product-thumb .description .description-top {
            padding: 0 10px;
            display: none;
            flex-direction: column;
            align-items: flex-start;
            margin-bottom: 20px; }
            .product-layout.product-grid .product-thumb .description .description-top &gt; span {
              margin-bottom: 5px; }
              .product-layout.product-grid .product-thumb .description .description-top &gt; span &gt; b {
                margin-right: 5px; }
        .product-layout.product-grid .product-thumb:hover {
          margin: 0;
          border: 1px solid #57d6e9; }
          .product-layout.product-grid .product-thumb:hover .description {
            display: flex;
            border: none; } }

.product-layout.product-grid .product-thumb .description {
  border-radius: 0; }
  .product-layout.product-grid .product-thumb:hover {
    border-radius: 0; }
  .product-layout.product-grid .product-thumb:hover .description {
    opacity: 1;
    top: calc(100% + 7px); }

.related-products-grid.product-grid .product-thumb .description {
  border-radius: 0 0 4px 4px; }
  .related-products-grid.product-grid .product-thumb:hover {
    border-radius: 4px 4px 0 0; }
  .related-products-grid.product-grid .product-thumb:hover .description {
    opacity: 1;
    top: calc(100% + 7px); }

.product-layout {
  /*--product-thumb--*/ }
  .product-layout.product-list .product-thumb .image, .product-layout.product-grid .product-thumb .image, .product-layout.related-products-grid .product-thumb .image {
    position: relative; }
  .product-layout.product-list .product-thumb .image a.quickview, .product-layout.product-grid .product-thumb .image a.quickview, .product-layout.related-products-grid .product-thumb .image a.quickview {
    position: absolute;
    cursor: pointer;
    z-index: 30 !important; }
  .product-layout.product-list .product-thumb .image a.quickview.glyphicon, .product-layout.product-grid .product-thumb .image a.quickview.glyphicon, .product-layout.related-products-grid .product-thumb .image a.quickview.glyphicon {
    transition: 0.5s ease-in-out;
    top: 35px;
    right: 55px;
    font-size: 32px;
    opacity: 0;
    color: #57d6e9;
    transition: 0.2s ease; }
  .product-layout.product-list .product-thumb .image:hover a.quickview.glyphicon, .product-layout.product-grid .product-thumb .image:hover a.quickview.glyphicon, .product-layout.related-products-grid .product-thumb .image:hover a.quickview.glyphicon {
    right: 50px;
    opacity: 0.7;
    z-index: 10; }
  .product-layout.product-list .product-thumb .image:hover a.quickview.glyphicon:hover, .product-layout.product-grid .product-thumb .image:hover a.quickview.glyphicon:hover, .product-layout.related-products-grid .product-thumb .image:hover a.quickview.glyphicon:hover {
    transition: 0.5s ease-in-out;
    opacity: 1;
    transform: scale(1.05); }
  .product-layout.product-table .product-thumb .image a.quickview {
    position: absolute; }
  .product-layout.product-table .product-thumb .image a.quickview.glyphicon {
    display: none; }

.product-layout .news .caption {
  color: #1d1d1d; }
  .product-layout .news .caption h4 a {
    font-size: 17px;
    color: #1d1d1d;
    font-weight: bold;
    height: 37px;
    overflow: hidden;
    display: block;
    text-transform: uppercase; }
  .product-layout .news .caption .rating {
    text-align: center; }

.articles-layout .caption h4 a {
  font-size: 17px;
  color: #0c0c0c;
  font-weight: bold;
  overflow: hidden;
  display: block;
  text-transform: uppercase; }
  .articles-layout .caption .rating {
    text-align: center; }

.product-list .caption h4, .product-grid .caption h4, .product-table .caption h4 {
  margin-top: 2px; }
  .product-list .caption h4 a, .product-grid .caption h4 a, .product-table .caption h4 a {
    font-size: 18px;
    max-height: 80px; }

.product-grid .caption h4 a {
  margin: 10px 0; }

.product-list .caption h4 {
  height: 42px;
  margin-top: 1px;
  overflow: hidden; }
  .product-list .caption h4 &gt; a {
    color: #1d1d1d;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: underline; }

.product-grid .caption h4 a, .product-table .caption h4 a {
  color: #1d1d1d;
  height: 40px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: underline; }

@media (max-width: 1199px) and (min-width: 992px) {
  .product-list .caption h4 {
    margin-top: 1px; }
    .product-list .caption h4 a {
      font-size: 17px; } }

@media (max-width: 991px) and (min-width: 768px) {
  .product-list .caption {
    text-align: left; }
    .product-list .caption h4 {
      margin-top: 0; }
      .product-list .caption h4 a {
        font-size: 16px;
        margin-right: 6%;
        height: 40px; }

  .product-grid .caption h4 {
    text-align: left; }
    .product-grid .caption h4 a {
      height: 36px;
      font-size: 15px; } }

@media (max-width: 767px) {
  .btn-group &gt; .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    display: none; }

  body .product-table.product-layout .caption h4 a {
    max-height: 17px;
    height: auto; }

  .product-list .caption h4 {
    margin-top: 10px; }

  .product-table .product-thumb .price {
    right: 168px !important; } }

@media (max-width: 480px) {
  .product-table .product-thumb .price {
    right: 25px !important; }

  .product-layout.product-table .product-thumb_middle .price-and-cart-add {
    margin-top: 32px !important; } }

.product-thumb {
  /*---- product-list ----*/ }
  .product-thumb .price {
    font-weight: 600;
    font-size: 18px;
    min-height: 40px; }
  .product-thumb .price-old {
    color: #999;
    font-size: 14px;
    font-weight: 400;
    display: block;
    text-decoration: line-through;
    margin-left: 0; }

.product-layout.product-list {
  padding: 0 5px 0 5px; }
  .product-layout.product-list .product-thumb {
    transition: 0.5s;
    margin-bottom: 10px;
    transition: 0.12s ease-in-out;
    display: flex;
    position: relative;
    padding: 0;
    background: #fff;
    height: auto;
    border: 1px solid #fff; }
  .product-layout.product-list .product-thumb_top {
    position: relative;
    display: flex;
    width: 30%;
    align-items: center;
    justify-content: center; }
  .product-layout.product-list .product-thumb_middle {
    display: flex;
    flex-direction: column;
    width: 35%;
    padding: 10px; }
  .product-layout.product-list .product-thumb_middle .rating-container {
    order: 2;
    margin-bottom: 30px; }
  .product-layout.product-list .product-thumb_middle .rating-container .caption {
    display: none; }
  .product-layout.product-list .product-thumb_middle .caption {
    order: 1; }
  .product-layout.product-list .product-thumb_middle .price-and-cart-add {
    order: 3; }
  .product-layout.product-list .product-thumb_bottom {
    display: flex;
    width: 35%; }
  .product-layout.product-list .product-thumb_bottom .description-list {
    width: 100%;
    display: flex; }
  .product-layout.product-list .product-thumb_bottom .description-list .description-top {
    width: 70%;
    display: flex;
    flex-direction: column;
    padding: 10px;
    line-height: 1.4; }
  .product-layout.product-list .product-thumb_bottom .description-list .description-bottom {
    width: 30%;
    display: flex; }
  .product-layout.product-list .product-thumb_bottom .description-list .description-bottom .button-group {
    display: flex;
    flex-direction: column; }
  .product-layout.product-list .product-thumb_bottom .description-list .description-bottom .button-group .wishlist-button {
    width: 100%;
    border-top: none;
    border-right: none;
    height: 100%; }
  .product-layout.product-list .product-thumb_bottom .description-list .description-bottom .button-group .compare-button {
    width: 100%;
    border-top: 1px solid #ececec;
    border-right: none;
    height: 100%; }
  .product-layout.product-list .product-thumb_bottom .description-list .description-bottom .button-group .buy-one-click {
    width: 100%;
    border-top: 1px solid #ececec;
    height: 100%; }
  .product-layout.product-list .product-thumb:hover {
    transition: 0.5s;
    margin-bottom: 9px; }
  .product-layout.product-list .description {
    display: none; }

.product-layout.product-grid .product-thumb_middle .rating-container .caption {
  display: none; }

@media (max-width: 1199px) {
  .product-layout.product-grid .product-thumb_middle .price-and-cart-add {
    height: 130px;
    flex-direction: column; }
    .product-layout.product-grid .product-thumb_middle .price-and-cart-add &gt; div {
      width: 100%; }

  .product-layout.product-list .product-thumb_top {
    width: 30%; }
    .product-layout.product-list .product-thumb_middle {
      display: flex;
      flex-direction: column;
      padding: 10px; }
    .product-layout.product-list .product-thumb_middle .rating-container {
      order: 2;
      margin-bottom: 30px; }
    .product-layout.product-list .product-thumb_middle .caption {
      order: 1; }
    .product-layout.product-list .product-thumb_middle .price-and-cart-add {
      height: 110px;
      flex-direction: column;
      order: 3; }
    .product-layout.product-list .product-thumb_middle .price-and-cart-add &gt; div {
      width: 100%; }
    .product-layout.product-list .product-thumb_bottom {
      display: flex;
      width: 40%; }
    .product-layout.product-list .product-thumb_bottom .description-list {
      width: 100%;
      display: flex; }
    .product-layout.product-list .product-thumb_bottom .description-list .description-top {
      width: 70%;
      display: flex;
      flex-direction: column;
      padding: 10px;
      line-height: 1.4; }
    .product-layout.product-list .product-thumb_bottom .description-list .description-bottom {
      width: 30%;
      display: flex; }
      .product-layout.product-list .product-thumb_bottom .description-list .description-bottom .button-group {
        display: flex;
        flex-direction: column; }
        .product-layout.product-list .product-thumb_bottom .description-list .description-bottom .button-group .wishlist-button {
          width: 100%;
          border-top: none;
          border-right: none;
          height: 100%; }
        .product-layout.product-list .product-thumb_bottom .description-list .description-bottom .button-group .compare-button {
          width: 100%;
          border-top: 1px solid #ececec;
          border-right: none;
          height: 100%; }
        .product-layout.product-list .product-thumb_bottom .description-list .description-bottom .button-group .buy-one-click {
          width: 100%;
          border-top: 1px solid #ececec;
          height: 100%; }
    .product-layout.product-list .description {
      display: none; } }

@media (max-width: 991px) {
  .product-layout.product-grid .product-thumb_middle .price-and-cart-add {
    height: auto; }
    .product-layout.product-grid .product-thumb_middle .button-group-cart {
      margin-top: -40px; } }

.fpa .owl-pagination {
  text-align: right;
  top: 388px;
  right: 30px;
  position: relative; }
  .fpa .owl-controls .owl-page span {
    display: block;
    width: 28px;
    height: 6px;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 0;
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); }

@media (max-width: 767px) {
  .price-and-cart-add {
    width: 90%;
    margin: 0 auto;
    /*.btn-group&gt;button:nth-child(1) {
    display: none;
  }*/ }

  .btn-group &gt; button:nth-child(2) {
    border-radius: 0 !important; } }

@media (max-width: 925px) and (min-width: 768px) {
  .product-layout.product-list .product-thumb {
    padding-bottom: 52px; }

  body .products-content .product-layout.product-list .product-thumb .button-group, body .articles-content .article-layout.article-list .article-thumb .button-group {
    bottom: 10px;
    width: 97%;
    background: none;
    float: none;
    text-align: center; }

  .product-list .product-thumb .caption {
    margin-right: 118px; }

  .product-layout.product-list .product-thumb .description {
    margin-right: 30%; } }

@media (max-width: 825px) and (min-width: 768px) {
 }

@media (min-width: 1200px) {
  .product-thumb .button-group button:first-child {
    width: auto; } }

.product-layout .input-quantity-group {
  display: none; }

.product-layout.product-table {
  padding: 0 5px; }

.product-layout.product-table .product-thumb {
  align-items: center;
  transition: 0.12s ease-in-out;
  display: flex;
  position: relative;
  padding: 10px 10px 10px 10px;
  background: #fff;
  height: 110px;
  border: 1px solid #fff;
  margin-bottom: 15px; }
  .product-layout.product-table .product-thumb_top {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 15%; }
  .product-layout.product-table .product-thumb_middle {
    align-items: center;
    width: 82%;
    display: inline-flex;
    height: 100%;
    justify-content: space-between; }
  .product-layout.product-table .product-thumb_middle .caption {
    display: none;
    height: 100%; }
  .product-layout.product-table .product-thumb_middle .rating-container {
    width: 72%; }
  .product-layout.product-table .product-thumb_middle .rating-container .caption {
    display: flex; }
  .product-layout.product-table .product-thumb_middle .rating-container .caption h4 {
    margin-bottom: 2px; }
  .product-layout.product-table .product-thumb_middle .rating-container .rating {
    display: flex; }
  .product-layout.product-table .product-thumb_middle .price-and-cart-add {
    margin: 0;
    align-items: center;
    width: 40%;
    height: 100%; }
  .product-layout.product-table .product-thumb_middle .price-and-cart-add h6 {
    display: flex; }
  .product-layout.product-table .product-thumb_middle .price-and-cart-add div {
    width: 100%; }
  .product-layout.product-table .product-thumb .product-columns_left {
    display: inline-flex;
    width: 10%;
    padding: 0;
    align-items: center;
    justify-content: center; }
  .product-layout.product-table .product-thumb .product-columns_bottom {
    display: none; }
  .product-layout.product-table .product-thumb .description-top {
    display: none; }
  .product-layout.product-table .product-thumb .input-quantity-group {
    display: none; }
  .product-layout.product-table .product-thumb_bottom {
    display: none; }

@media (max-width: 1199px) {
  .product-layout.product-table .product-thumb_middle {
    align-items: center;
    width: 88%;
    display: inline-flex;
    height: 100%;
    justify-content: space-between; }
    .product-layout.product-table .product-thumb_middle .caption {
      display: none;
      height: 100%; }
    .product-layout.product-table .product-thumb_middle .rating-container {
      width: 55%; }
      .product-layout.product-table .product-thumb_middle .rating-container .caption {
        display: flex; }
        .product-layout.product-table .product-thumb_middle .rating-container .caption h4 {
          margin-bottom: 2px; }
      .product-layout.product-table .product-thumb_middle .rating-container .rating {
        display: flex; }
    .product-layout.product-table .product-thumb_middle .price-and-cart-add {
      margin: 0;
      align-items: center;
      width: 45%;
      height: 100%; }
      .product-layout.product-table .product-thumb_middle .price-and-cart-add div {
        width: 100%; }
    .product-layout.product-table .product-thumb .product-columns_left {
      display: inline-flex;
      width: 10%;
      padding: 0;
      align-items: center;
      justify-content: center; }
    .product-layout.product-table .product-thumb .product-columns_bottom {
      display: none; }
    .product-layout.product-table .product-thumb .description-top {
      display: none; }
    .product-layout.product-table .product-thumb .input-quantity-group {
      display: none; }
    .product-layout.product-table .product-thumb_bottom {
      display: none; } }

.product-table .product-thumb .image {
  float: left;
  padding: 0;
  width: 100px;
  margin-right: 10px; }

.product-table .product-thumb h4 {
  height: auto;
  display: inline-block;
  vertical-align: top;
  margin-top: 2px;
  padding-right: 10px;
  overflow: hidden; }

.product-table .caption h4 a {
  max-height: 70px;
  font-size: 16px; }

.product-table .price {
  display: inline-block;
  vertical-align: top;
  width: 110px;
  margin-bottom: 0;
  font-size: 18px;
  padding-top: 2px;
  min-height: 25px;
  text-align: left;
  font-weight: normal; }

.product-table .product-thumb .button-group {
  text-align: left;
  display: block;
  position: absolute;
  top: 12px;
  right: 12px; }

.product-table .button-group button + button, .product-table:hover .button-group button + button {
  display: none; }

.product-table .button-group button:first-child {
  border-radius: 4px;
  height: 34px;
  line-height: 30px;
  position: relative;
  top: 4px; }

.product-table .input-quantity-group {
  display: table;
  width: 116px;
  height: 32px;
  position: absolute;
  bottom: 19px;
  right: 160px; }

.product-table .input-quantity-group .quantity {
  min-width: 10px;
  width: 45px;
  height: 33px;
  text-align: center;
  transition: 0.1s; }

.product-table .input-quantity-group .quantity.invalid {
  background-color: rgba(220, 0, 0, 0.25); }

.product-table .input-quantity-group .btn {
  height: 33px; }

.product-table [class*=stock-status], .product-table .rating, .product-table .description {
  display: none;
  /*@media (min-width: 1400px){
  .product-table .product-thumb h4 {margin-top:10px;}
  .product-table .price {padding-top:10px;}
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .product-table .product-thumb h4 { width:48%;}
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product-table .product-thumb h4 { width:47.5%;}
}*/ }

@media (max-width: 1199px) {
  .product-table .product-thumb .image {
    margin-bottom: 5px; }

  .product-table .price {
    padding-top: 0;
    font-size: 18px; }

  .product-table .product-thumb .button-group {
    top: 13px; }

  .product-table .button-group button:first-child {
    padding-left: 12px;
    padding-right: 12px;
    line-height: 30px;
    height: 33px; }

  .product-table .product-thumb .button-group button {
    width: 100%; } }

@media (min-width: 768px) and (max-width: 991px) {
  .product-table .caption h4 a {
    font-size: 15px; }

  .product-table .input-quantity-group {
    right: 135px;
    bottom: 16px; } }

@media (max-width: 767px) {
  .product-table .product-thumb .price {
    bottom: 16px; }

  .product-table .input-quantity-group {
    right: 135px;
    bottom: 9px; }

  .product-table .product-thumb .caption h4 {
    text-align: left; }

  .product-table .product-thumb .caption h4 a {
    font-size: 15px; }

  #list-view .fa, #grid-view .fa, #table-view .fa {
    font-size: 19px; } }

@media (max-width: 640px) {
  .product-table .product-thumb .caption h4 a {
    font-size: 14px; }

  .product-table .price {
    padding-top: 3px;
    font-size: 18px; }

  .product-layout.product-table .product-thumb {
    height: 107px; }

  .product-table .product-thumb .caption h4 {
    width: 100%;
    height: 22px;
    overflow: hidden;
    margin-bottom: 10px; } }

@media (max-width: 479px) {
  /*---- EDIT YAR K 25.10.17 ----*/
    .product-table .price {
      padding-top: 3px;
      font-size: 18px; }
    .product-table .input-quantity-group {
      display: none; }
    .product-table .product-thumb .caption h4 {
      width: 100%;
      height: 22px;
      overflow: hidden;
      margin-bottom: 10px; }
    .rating-container {
      height: 40px; } }

.content-top {
  margin: 0 0 20px 0;
  padding: 10px 14px;
  background: #fff;
  border: 1px solid #fff; }
  .content-top span {
    top: 40px; }

.content-bottom {
  margin-top: 20px;
  padding: 10px 14px;
  background: #fff;
  border: 1px solid #fff; }
  .content-bottom span {
    margin-top: 15px;
    display: inline-block; }

.subcategory-container {
  padding: 10px 0 8px;
  margin: 0 0 20px 0; }
  .subcategory-container .subcategory-box {
    background: #fff;
    border: 1px solid #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 15px; }
  .subcategory-container .subcategory-box &gt; a {
    color: #1d1d1d;
    font-weight: bold; }

.row-filters {
  flex-wrap: wrap;
  margin: 0 0 20px 0;
  background: #fff;
  border: 1px solid #fff;
  padding: 10px 15px 30px;
  display: flex;
  align-items: center;
  text-align: center; }
  @media (max-width: 767px) {
  .row-filters {
    padding: 10px 0 0; } }
  .row-filters .subcategory-link {
    height: 70px;
    overflow: hidden; }
  .row-filters .subcategory-link a {
    color: #363636; }
  .row-filters .image {
    margin-bottom: 10px; }

.filters-box {
  padding: 10px 15px;
  align-items: center;
  position: relative;
  top: 0;
  margin-bottom: 20px;
  display: flex;
  width: 100%;
  background: #fff;
  border: 1px solid #fff;
  z-index: 5; }
  .filters-box .sort-list, .filters-box .show-list, .filters-box .style-list {
    display: flex;
    align-items: center;
    z-index: 10;
    padding: 0; }
  .filters-box .sort-list label, .filters-box .show-list label, .filters-box .style-list label {
    margin: 0; }
  @media (max-width: 767px) {
    .filters-box .sort-list, .filters-box .show-list, .filters-box .style-list {
      margin-bottom: 10px; }
      .filters-box .sort-list label, .filters-box .show-list label, .filters-box .style-list label {
        margin-bottom: 10px; } }
  .filters-box .style-list {
    justify-content: flex-end; }

@media (max-width: 991px) {
  .product-thumb {
    width: 100%; }
    .product-thumb .description-list {
      width: 100%; }
      .product-thumb .description-list .description-bottom {
        width: 100%; }

  #list-view {
    display: none; }

  .product-grid {
    width: 100%; }

  .filters-box .sort-list, .filters-box .show-list, .filters-box .style-list {
    display: flex; }
    .filters-box .style-list {
      align-items: center; } }

.content-top {
  padding: 0 !important;
  margin-bottom: 0 !important; }
  .content-top h1 {
    min-height: 30px; }
  .content-top h1.no-title {
    text-align: right; }
  @media (min-width: 768px) {
      .content-top h1.no-title {
        margin-top: -34px; } }
  .content-top h1 #share {
    position: absolute;
    right: 20px;
    margin: 0;
    text-align: center;
    display: inline-block; }
  .content-top h1 #share .jssocials-shares {
    display: inline-flex;
    margin: 0 !important;
    transform: translate(0) !important; }
  .content-top h1 #share .jssocials-shares .jssocials-share {
    margin: 0 !important; }
  .content-top h1 #share .jssocials-shares a {
    width: 30px;
    height: 30px;
    margin: 0 2px !important; }
  .content-top h1 #share .jssocials-shares a i {
    transform: translate(-8px, -16px) !important;
    font-size: 18px !important; }
  .content-top h1 #share .jssocials-shares .jssocials-share-facebook a {
    background: #fff;
    border: 1px solid #3b5998;
    color: #3b5998;
    padding: 13px 2px 2px 13px; }

#share .jssocials-share-facebook a {
  background: #fff;
  border: 1px solid #3b5998;
  color: #3b5998;
  padding: 13px 2px 2px 13px; }
  #share .jssocials-share-facebook a i {
    transform: translate(-8px, -5px);
    font-size: 1.3em; }

@media (max-width: 991px) and (min-width: 768px) {
  .breadcrumb {
    padding: 0 15px;
    margin: 0; }

  .content-top {
    padding: 0 !important;
    margin-bottom: 0 !important; }
    .content-top h1 {
      transform: translateY(-12px);
      text-align: center; }
      .content-top h1 #share {
        position: initial;
        display: inline-flex;
        transform: translateY(18px); }

  .filters-box {
    padding: 20px 15px; }
    .filters-box .sort-list {
      flex-direction: column;
      margin-bottom: 0;
      align-items: flex-start;
      transform: translateY(6px); }
      .filters-box .sort-list label {
        margin: 0 0 -4px;
        padding-left: 4px;
        font-size: 12px;
        display: flex; }
      .filters-box .sort-list &gt; div {
        padding: 0;
        margin-left: -5px; }
        .filters-box .sort-list &gt; div .jq-selectbox__select {
          border: none !important;
          padding-left: 0; }
        .filters-box .sort-list &gt; div .jq-selectbox__select-text {
          width: auto !important; }
    .filters-box .filter-container {
      text-align: right;
      transform: translateX(15px); }
      .filters-box .filter-container button {
        border: none;
        padding: 8px 30px;
        font-size: 18px;
        background: #6ba91b;
        color: #fff;
        justify-content: space-between;
        align-items: center; }
        .filters-box .filter-container button .fa {
          transform: rotate(90deg); } }

@media (max-width: 767px) {
  .content-top {
    padding: 0 !important;
    margin-bottom: 0 !important; }
    .content-top h1 {
      transform: translateY(-12px);
      text-align: center; }
      .content-top h1 span {
        font-size: 26px; }
      .content-top h1 #share {
        position: initial;
        display: inline-flex;
        transform: translateY(18px); }

  .filters-box {
    padding: 20px 15px; }
    .filters-box .sort-list {
      margin-bottom: 0;
      flex-direction: column;
      align-items: flex-start;
      transform: translateY(6px); }
      .filters-box .sort-list label {
        margin: 0 0 -4px;
        padding-left: 4px;
        font-size: 12px;
        display: flex; }
      .filters-box .sort-list &gt; div {
        padding: 0;
        margin-left: -5px; }
        .filters-box .sort-list &gt; div .jq-selectbox__select {
          border: none !important;
          padding-left: 0; }
        .filters-box .sort-list &gt; div .jq-selectbox__select-text {
          width: auto !important; }
    .filters-box .filter-container {
      text-align: right;
      transform: translateX(15px); }
      .filters-box .filter-container button {
        border: none;
        padding: 8px 30px;
        font-size: 18px;
        background: #6ba91b;
        color: #fff;
        justify-content: space-between;
        align-items: center; }
        .filters-box .filter-container button .fa {
          transform: rotate(90deg); } }

.btn-group, .btn-group-vertical {
  margin-top: 2px; }

.wishlist-button, .compare-button, .buy-one-click {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  text-transform: none;
  align-items: center;
  justify-content: center;
  line-height: 2;
  width: 33.33333%;
  height: 66px;
  transition: 0.5s;
  border-radius: 0;
  background: #fff;
  color: #565656; }
  .wishlist-button i, .compare-button i, .buy-one-click i {
    font-size: 18px; }
  .wishlist-button span, .compare-button span, .buy-one-click span {
    text-transform: lowercase;
    font-size: 10px;
    word-break: break-word;
    text-align: center; }
  .wishlist-button:hover, .compare-button:hover, .buy-one-click:hover {
    background: #1d1d1d;
    color: #fff; }

.wishlist-button, .compare-button {
  border-top: 1px solid #ececec;
  border-right: 1px solid #ececec; }
  .wishlist-button.remove_it, .compare-button.remove_it {
    border-top: 1px solid #ececec !important;
    border-right: 1px solid #ececec !important; }

.buy-one-click {
  border-top: 1px solid #ececec; }

.cart-add-button {
  transition: 0.5s;
  border-radius: 3px;
  background: #57d6e9 !important;
  color: #fff !important;
  border: 1px solid #57d6e9 !important; }
  .cart-add-button:hover {
    background: #1f884c !important;
    color: #57d6e9 !important;
    border: 1px solid #57d6e9 !important; }
  .cart-add-button[disabled] {
    opacity: 0.3; }

.price-and-cart-add {
  transition: 0.5s;
  display: flex;
  align-items: center;
  padding: 0;
  margin-bottom: 5px;
  height: 70px; }
  .price-and-cart-add .price-wrapper {
    display: flex;
    justify-content: flex-start; }
  .price-and-cart-add .price-wrapper .price {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 25px;
    margin-bottom: 0;
    color: #1d1d1d; }

.cart-add-button:hover {
  color: #1d1d1d;
  background: #57d6e9; }

.rating-and-wishlist {
  display: flex;
  flex: 1 1 50%; }

.product-list .panel.panel-default .panel-body &gt; ul &gt; li {
  line-height: 1.8; }

.product-container {
  padding: 0 15px; }

.product-top {
  word-break: break-word;
  background: #fff;
  border: 1px solid #fff;
  margin-bottom: 25px; }
  .product-top .product-pic {
    padding: 0 !important; }
  @media screen and (max-width: 1199px) {
    .product-top .product-pic {
      padding-right: 15px !important;
      padding-left: 15px !important; } }
  .product-top .product-deliv {
    padding: 0 0 0 15px !important; }

#zgalery {
  margin: 0;
  padding: 0 30px; }
  #zgalery &gt; ul {
    list-style: none;
    padding: 0; }
  #zgalery a.moreLink {
    background: none;
    text-align: left;
    padding: 0;
    display: inline-block;
    margin: 0 10px 5px;
    text-transform: none;
    color: #173ec0;
    font-weight: bold;
    width: auto; }
  #zgalery a.moreLink span {
    border-bottom: none; }
  #zgalery a.moreLink i {
    margin-left: 5px; }

.product-middle {
  padding: 10px;
  word-break: break-word;
  background: #fff;
  border: 1px solid #fff;
  margin-bottom: 25px; }

.product-bottom {
  margin: 0 -16px;
  padding: 10px 20px;
  word-break: break-word;
  margin-bottom: 25px; }

.product-pic {
  padding: 30px; }
  .product-pic a.thumbnail:hover:focus, .product-pic a.thumbnail:focus:focus {
    border: 2px solid #ddd;
    outline: none; }
  .product-pic a.thumbnail {
    border-width: 2px; }
  .product-pic a.thumbnail.active {
    border-color: #1d1d1d; }
  .product-pic a.thumbnail.active:focus {
    border-color: #1d1d1d; }
  .product-title {
    font-family: ;
    font-size: 30px;
    font-weight: 900;
    color: #333; }
  .product-info-block {
    padding-top: 0; }
  .product-info-block .price-block {
    padding-left: 0; }
  .product-info-block #show_comments {
    color: #333;
    font-weight: 700; }
  .product-info-block #show_comments i {
    padding-right: 5px; }
  .product-info-block .rating {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    padding: 0; }
  .product-info-block .rating-wrap {
    padding: 0; }
  .product-info-block .rating p {
    display: flex;
    justify-content: flex-start;
    margin: 0; }
  @media screen and (max-width: 1199px) {
        .product-info-block .rating p span {
          width: 1.2em; }
        .product-info-block .rating p i {
          font-size: 12px; } }
  .product-info-block .rating #show_comments {
    color: #333;
    font-weight: 700; }
  .product-info-block .rating #show_comments i {
    padding-right: 5px; }
  .product-info-block .model-block {
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 900; }
  .product-info-block .model-block span {
    font-weight: 300; }
  .product-info-block #first_countdown {
    display: flex;
    padding-top: 30px;
    margin-bottom: 45px !important;
    margin-left: -13px; }
  @media (max-width: 991px) {
      .product-info-block #first_countdown {
        justify-content: center; } }
  @media (max-width: 414px) {
      .product-info-block #first_countdown {
        margin-left: 0; } }
  .product-info-block #first_countdown .flip-clock-divider.days {
    width: 0 !important; }
  .product-info-block #first_countdown.flip-clock-wrapper ul {
    height: 50px;
    width: 32px;
    padding: 0;
    flex-shrink: 0;
    margin: 5px 1px;
    background: #545454; }
  .product-info-block #first_countdown.flip-clock-wrapper ul li {
    line-height: 48px; }
  .product-info-block #first_countdown.flip-clock-wrapper ul li a div div.inn {
    font-size: 30px;
    font-weight: 900;
    font-family: ;
    color: #fff; }
  .product-info-block #first_countdown.flip-clock-wrapper .flip-clock-divider {
    height: 60px;
    width: 16px; }
  .product-info-block #first_countdown.flip-clock-wrapper .flip-clock-divider .flip-clock-label {
    right: -48px; }
  .product-info-block #first_countdown.flip-clock-wrapper .flip-clock-divider .flip-clock-dot {
    width: 4px;
    height: 4px;
    left: 6px;
    border-radius: 0; }
  .product-info-block #first_countdown.flip-clock-wrapper .flip-clock-divider .flip-clock-dot.top {
    top: 23px; }
  .product-info-block #first_countdown.flip-clock-wrapper .flip-clock-divider .flip-clock-dot.bottom {
    bottom: 23px; }
  .product-info-block .status-block {
    padding: 0;
    font-family: ;
    background: transparent;
    border: none;
    border-radius: 0;
    margin: 10px -15px; }
  .product-info-block .status-block .bot-prod {
    margin-bottom: 20px;
    border: none; }
  .product-info-block .status-block .bot-prod a {
    float: right;
    margin: 0 12px;
    font-size: 12px;
    font-weight: 300;
    color: #1d1d1d;
    text-transform: lowercase; }
  @media (max-width: 991px) and (min-width: 768px) {
        .product-info-block .status-block .price-block {
          display: flex;
          flex-direction: column; } }
  .product-info-block .status-block .price-block .text-danger {
    margin-left: 2px;
    color: #999;
    font-size: 21px;
    font-weight: normal;
    text-decoration: line-through; }
  .product-info-block .status-block .price-block .product-price {
    margin-bottom: 10px;
    color: #333;
    font-size: 40px;
    font-weight: bold; }
  @media (max-width: 576px) {
          .product-info-block .status-block .price-block .product-price {
            font-size: 8vw; } }
  .product-info-block .status-block .buy-btn-block {
    text-align: right; }
  .product-info-block .status-block .buy-btn-block #button-cart {
    padding: 10px 20px;
    display: inline-block;
    width: auto; }
  .product-info-block .status-block .buy-btn-block .buy-one-click {
    display: block;
    white-space: nowrap;
    padding-left: 20px;
    width: auto;
    height: auto;
    margin-top: 30px;
    border: none;
    font-size: 14px;
    font-weight: 300;
    left: 25px;
    color: #333;
    text-decoration: underline;
    background: transparent url(/catalog/view/theme/neoseo_unistor/image/img/icon-mouse.png) no-repeat left center; }
  .product-info-block .status-block .buy-btn-block .buy-one-click:hover {
    text-decoration: none;
    color: #333;
    background: transparent url(/catalog/view/theme/neoseo_unistor/image/img/icon-mouse.png) no-repeat left center; }
  .product-info-block .status-block .buy-btn-block .buy-one-click {
    margin-top: 0;
    display: inline-block; }
  .product-options-block .control-label {
    font-size: 14px;
    font-weight: 900;
    line-height: 24px; }
  .product-options-block .options-block {
    padding: 20px 0 10px 0; }
  .product-options-block .radio, .product-options-block .checkbox {
    margin-bottom: 10px; }
  .product-options-block .checkbox label::before, .product-options-block .checkbox label::after, .product-options-block .radio label::before, .product-options-block .radio label::after {
    top: 50%;
    transform: translateY(-50%); }
  .product-options-block .form-control {
    border: none;
    padding: 0; }
  .product-options-block input[type="text"].form-control {
    border: 1px solid #c7c7c7;
    padding-left: 10px; }
  .product-options-block .jq-selectbox__select {
    border: 1px solid #1d1d1d;
    border-bottom-color: #1d1d1d;
    border-radius: 0;
    background: transparent;
    box-shadow: none; }
  .product-options-block .jq-selectbox__trigger {
    border-left: none; }
  .product-options-block .jq-selectbox__trigger-arrow {
    border-top: 5px solid #1d1d1d; }
  .product-options-block .jq-selectbox__select-text {
    color: #1d1d1d; }
  .product-options-block .jq-selectbox__dropdown {
    border-radius: 0;
    border: 1px solid #dedede;
    max-width: 100%;
    margin: 0;
    color: #666;
    box-shadow: none; }
  .product-options-block .jq-selectbox li {
    white-space: normal; }
  .product-options-block .jq-selectbox li:hover {
    background: #dedede;
    color: #666; }
  .product-options-block .jq-selectbox.opened .jq-selectbox__select {
    border-bottom: 1px solid #dedede; }
  .product-options-block .jq-selectbox.focused .jq-selectbox__select {
    border-color: #1d1d1d;
    border-bottom: 1px solid #dedede; }
  .product-attrs li b {
    display: inline-block;
    margin-right: 10px; }
  .product-middle {
    padding: 20px;
    font-family: ; }
  @media screen and (max-width: 767px) {
    .product-middle {
      padding: 10px; } }
  .product-middle .nav-tabs {
    border: none; }
  .product-middle .nav-tabs &gt; li {
    margin-right: 10px; }
  .product-middle .nav-tabs &gt; li &gt; a {
    font-size: 18px;
    padding: 7px 14px;
    font-weight: normal;
    color: #1d1d1d;
    background: #fff; }
  .product-middle .nav-tabs &gt; li &gt; a:hover {
    color: #fff;
    background: #1d1d1d;
    border-color: #1d1d1d; }
  .product-middle .nav-tabs &gt; li &gt; a:hover span {
    border-bottom-color: transparent; }
  .product-middle .nav-tabs &gt; li &gt; a span {
    text-transform: uppercase;
    display: inline-block; }
  .product-middle .nav-tabs &gt; li.active &gt; a {
    color: #1d1d1d;
    background: #57d6e9;
    border-color: #57d6e9; }
  .product-middle .nav-tabs &gt; li.active &gt; a:hover {
    color: #1d1d1d;
    background: #57d6e9;
    border-color: #57d6e9; }
  .product-middle .nav-tabs &gt; li.active &gt; a span {
    border-bottom-color: transparent; }
  .product-middle .tab-pane#tab-specification table {
    border: none; }
  .product-middle .tab-pane#tab-specification table tr:nth-child(2n) {
    background: #f5f5f5; }
  .product-middle .tab-pane#tab-specification table tr td {
    border: none; }
  .product-middle .tab-pane#tab-specification table tr td:first-child {
    font-weight: 900; }
  .product-middle .tab-pane#tab-review table {
    border: none;
    border-bottom: 1px dashed #dedede; }
  .product-middle .tab-pane#tab-review table tr {
    background: transparent; }
  .product-middle .tab-pane#tab-review table tr td {
    border: none; }
  .product-middle .tab-pane#tab-review table tr:first-child td:first-child {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 900; }
  .product-middle .tab-pane#tab-review table tr:first-child td:last-child {
    font-size: 12px;
    font-weight: 300;
    color: #999; }
  .product-middle .tab-pane#tab-review table tr:first-child td:first-child {
    font-size: 12px;
    color: #666;
    font-weight: 300; }

.filters-box .jq-selectbox__select {
  border: 1px solid #dedede;
  border-bottom-color: #dedede;
  border-radius: 0;
  background: transparent;
  box-shadow: none; }
  .filters-box .jq-selectbox__trigger {
    border-left: none; }
  .filters-box .jq-selectbox:hover .jq-selectbox__trigger-arrow {
    border-top-color: #1d1d1d; }
  .filters-box .jq-selectbox__trigger-arrow {
    border-top: 5px solid #1d1d1d; }
  .filters-box .jq-selectbox__select-text {
    color: #666; }
  .filters-box .jq-selectbox__dropdown {
    border-radius: 0;
    border: 1px solid #dedede;
    max-width: 100%;
    margin: 0;
    color: #666;
    box-shadow: none; }
  .filters-box .jq-selectbox li {
    white-space: normal; }
  .filters-box .jq-selectbox li:hover {
    background: #dedede;
    color: #666; }
  .filters-box .jq-selectbox.opened .jq-selectbox__select {
    border-bottom: 1px solid #dedede; }
  .filters-box .jq-selectbox.focused .jq-selectbox__select {
    border-color: #1d1d1d;
    border-bottom: 1px solid #dedede; }

.flixer {
  padding: 0; }

.right-side-info {
  display: flex;
  flex-direction: column;
  background: #fff;
  padding: 5px;
  font-family: ;
  /*---------- PRODUCT TABLE ----------*/ }
  .right-side-info .panel-body {
    border: none;
    word-break: break-word; }
  .right-side-info .panel-body h4 a, .right-side-info .panel-body p a {
    display: flex;
    padding: 0 12px;
    color: #fff;
    line-height: 30px;
    font-size: 14px;
    font-weight: 900;
    background: #1d1d1d; }
  .right-side-info .panel-body p label {
    margin: 0; }
  .right-side-info .panel-body p span {
    display: block;
    padding: 0 12px;
    color: #fff;
    line-height: 30px;
    font-size: 14px;
    font-weight: 900;
    background: #1d1d1d; }
  .right-side-info .panel-body ul li {
    margin-bottom: 5px; }

.product-table .product-thumb h4 {
  color: #000;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  /*-----------------------------*/ }

.product-columns {
  display: flex;
  flex-wrap: wrap; }
  .product-columns_left {
    padding: 10px 20px;
    display: flex;
    width: 50%; }
  .product-columns_right {
    padding: 10px 20px;
    display: flex;
    width: 50%;
    flex-direction: column;
    margin-bottom: 10px; }
  .product-columns_right .caption {
    padding: 0 !important; }
  .product-columns_right .description-top {
    display: flex;
    flex-direction: column;
    text-align: left;
    height: 100px; }
  .product-columns_right .price-and-cart-add {
    display: flex;
    margin-top: 30px; }
  .product-columns_right .price-and-cart-add_left {
    display: flex;
    width: 60%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start; }
  .product-columns_right .price-and-cart-add_left .price-wrapper {
    margin-bottom: 10px; }
  .product-columns_right .price-and-cart-add_left .price-wrapper .price {
    font-size: 23px; }
  .product-columns_right .price-and-cart-add_right {
    display: flex;
    width: 40%;
    flex-direction: column; }
  .product-columns_bottom {
    display: flex;
    width: 100%; }
  .product-columns_bottom .description-bottom {
    width: 100%; }

.column {
  justify-content: center;
  width: 50%;
  flex-direction: column; }

.price-wrapper {
  width: 50%; }

@media (max-width: 767px) {
  .product-columns {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .product-columns_left {
      width: 100%; }
      .product-columns_left .image {
        display: block;
        margin: 0 auto; }
    .product-columns_right {
      width: 60%;
      align-items: center;
      justify-content: center; }
      .product-columns_right .price-and-cart-add {
        padding: 0;
        width: 100%;
        margin-top: 10px; }
        .product-columns_right .price-and-cart-add_left, .product-columns_right .price-and-cart-add_right {
          width: 50%; }
      .product-columns_right .description-top {
        display: none; }

  .product-container .product-top, .product-container .product-middle {
    margin: auto -20px; } }

@media (max-width: 640px) {
  .product-layout.product-table .product-thumb_top {
    width: 25% !important; }

  .product-layout.product-table .product-thumb_middle {
    width: 75% !important;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start; }
    .product-layout.product-table .product-thumb_middle div {
      width: 100% !important; }
      .product-layout.product-table .product-thumb_middle div .price {
        align-items: flex-start;
        margin-top: 20px; }
      .product-layout.product-table .product-thumb_middle div .cart-add-button {
        margin-top: 12px; }

  .product-columns {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .product-columns_left {
      width: 100%; }
      .product-columns_left .image {
        display: block;
        margin: 0 auto; }
        .product-columns_left .image .category-link {
          position: absolute;
          top: 15px;
          left: 18px; }
    .product-columns_right {
      width: 100%;
      align-items: center;
      justify-content: center; }
      .product-columns_right .price-and-cart-add {
        display: flex;
        flex-direction: column;
        padding: 0;
        width: 100%;
        margin-top: 10px; }
        .product-columns_right .price-and-cart-add_left {
          align-items: center;
          justify-content: center;
          width: 100%; }
          .product-columns_right .price-and-cart-add_left .price-wrapper {
            width: 100%;
            display: flex;
            justify-content: center; }
        .product-columns_right .price-and-cart-add_right {
          align-items: center;
          justify-content: center;
          width: 100%; }
      .product-columns_right .description-top {
        display: none; }

  .product-container .product-top, .product-container .product-middle {
    margin: auto -20px; } }

@media (max-width: 991px) {
  .dropmenu .level0 .level1 {
    padding-left: 0; }

  .option .option-values {
    padding-left: 0;
    text-indent: 0; }

  .dropmenu a {
    padding: 15px 48px 15px 7px; }

  .dropmenu .level0.with-child .icon {
    top: 11px;
    width: 49px; } }

.product-top {
  /*- 15.02.18 -*/ }
  .product-top .product-list .share-top {
    text-align: left; }
  .product-top .product-list .options-block [id^="input-"], .product-top .product-list .options-block [id*="input-"] {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap; }
  .product-top .product-list .options-block [id^="input-"] &gt; .radio, .product-top .product-list .options-block [id*="input-"] &gt; .radio {
    display: flex;
    margin: 0 15px 15px 0;
    padding: 0; }
  .product-top .product-list .options-block [id^="input-"] &gt; .radio input, .product-top .product-list .options-block [id*="input-"] &gt; .radio input {
    position: absolute;
    width: auto;
    left: 0;
    height: 32px; }
  .product-top .product-list .options-block [id^="input-"] &gt; .radio input:checked + .label-box, .product-top .product-list .options-block [id*="input-"] &gt; .radio input:checked + .label-box {
    background: #1d1d1d;
    border: 2px solid #1d1d1d;
    color: #fff; }
  .product-top .product-list .options-block [id^="input-"] &gt; .radio input:checked + .color-box, .product-top .product-list .options-block [id*="input-"] &gt; .radio input:checked + .color-box {
    outline: 2px solid #1d1d1d; }
  .product-top .product-list .options-block [id^="input-"] &gt; .radio label, .product-top .product-list .options-block [id*="input-"] &gt; .radio label {
    padding: 0; }
  .product-top .product-list .options-block [id^="input-"] &gt; .radio label .label-box, .product-top .product-list .options-block [id*="input-"] &gt; .radio label .label-box {
    border: 2px solid #bababa;
    color: #bababa;
    font-weight: bold;
    padding: 3px 10px;
    border-radius: 4px; }
  .product-top .product-list .options-block [id^="input-"] &gt; .radio label .color-box, .product-top .product-list .options-block [id*="input-"] &gt; .radio label .color-box {
    position: relative;
    outline: 2px solid #bababa; }
  .product-top .product-list .options-block [id^="input-"] &gt; .radio label::before, .product-top .product-list .options-block [id*="input-"] &gt; .radio label::before {
    display: none; }
  .product-top .product-list .options-block [id^="input-"] &gt; .radio label::after, .product-top .product-list .options-block [id*="input-"] &gt; .radio label::after {
    display: none; }
  .product-top .checkbox label {
    display: flex;
    align-items: center; }

.product-top_title {
  display: flex;
  width: 100%;
  flex-direction: column; }
  .product-top_title &gt; div, .product-top_title &gt; h1 {
    flex-grow: 1; }
  @media (max-width: 860px) {
  .product-top_title {
    flex-direction: column; }
    .product-top_title &gt; h1 {
      order: 2; }

    .product-top_title &gt; .prewnext {
      width: 50%;
      order: 1;
      margin-left: auto; } }
  @media (max-width: 860px) and (max-width: 630px) {
        .product-top_title &gt; .prewnext {
          width: 100%;
          margin-left: 0; } }
  @media (max-width: 860px) and (max-width: 414px) {
        .product-top_title &gt; .prewnext &gt; a {
          font-size: 12px; } }

.product_info-top {
  padding: 10px 0;
  border-bottom: 1px solid #ededed; }
  .product_info-top .info-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 5px; }
  .product_info-top .info-top #show_comments {
    color: #303030;
    font-weight: bold;
    text-transform: uppercase; }
  .product_info-top .info-top #show_comments &gt; i {
    margin-right: 10px; }
  .product_info-top .info-bottom {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }

.product_info-middle {
  padding: 10px 0;
  border-bottom: 1px solid #ededed; }
  .product_info-middle .table-size_link {
    display: inline-block;
    margin-left: 15px;
    border-bottom: 1px dotted;
    font-weight: bold; }

.product_info-bottom {
  padding: 10px 0;
  border-bottom: 1px solid #ededed; }
  .product_info-bottom .special-title {
    font-size: 16px;
    color: #1d1d1d; }
  .product_info-bottom #first_countdown {
    padding-top: 20px;
    margin-bottom: 30px !important; }
  @media (max-width: 480px) {
    .product_info-bottom #first_countdown {
      margin: 10px 0 10px -20px !important;
      padding: 10px 0 20px 0 !important; } }
  .product_info-bottom .buy-btn-block {
    display: flex; }
  .product_info-bottom .buy-btn-block #button-cart {
    font-size: 16px; }
  .product_info-bottom .buy-btn-block #button-cart i {
    font-size: 24px;
    margin-right: 10px; }
  .product_info-bottom .bot-prod {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    margin: 0 !important; }
  @media (max-width: 535px) {
    .product_info-bottom .bot-prod {
      flex-wrap: wrap; }
      .product_info-bottom .bot-prod a {
        justify-content: flex-start !important; } }
  .product_info-bottom .bot-prod a {
    display: flex;
    align-items: center;
    font-size: 16px !important;
    flex-grow: 1;
    padding: 5px;
    margin: 0 !important;
    cursor: pointer; }
  .product_info-bottom .bot-prod a i {
    margin-right: 10px; }
  .product_info-bottom .bot-prod a:hover {
    color: #57d6e9; }
  .product_info-bottom .bot-prod a:nth-child(2) {
    justify-content: center; }
  .product_info-bottom .bot-prod a:nth-child(3) {
    justify-content: flex-end; }
  .product_info-bottom .price-block {
    width: 225px; }
  .product_info-bottom .price-block .price-block_price {
    font-size: 1.6em;
    text-transform: capitalize;
    color: #3c3c3c; }
  @media (max-width: 440px) {
    .product_info-bottom .price-block {
      width: 100%; } }
  .product_info-bottom .product-form-group {
    width: 145px; }
  @media (max-width: 440px) {
    .product_info-bottom .product-form-group {
      margin-bottom: 25px; } }
  .product_info-bottom .product-form-group input {
    text-align: center; }
  .product_info-bottom .product-form-group input[type="text"].form-control {
    padding: 0; }
  .product_info-bottom .buy-btn-block {
    position: relative;
    top: -1px;
    width: 160px; }
  @media (max-width: 440px) {
    .product_info-bottom .buy-btn-block {
      width: 100%;
      margin-bottom: 20px; } }

.product_info-delivery {
  padding: 10px 0; }
  .product_info-delivery div {
    margin: 0;
    padding: 0; }

.product-top-container {
  display: flex; }
  @media (max-width: 991px) {
  .product-top-container {
    flex-direction: column; } }

#product .options-block .text-danger {
  margin: 10px 0;
  position: absolute;
  bottom: 0;
  right: 42px;
  line-height: 1; }

.status-container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start; }

.quick_order-container {
  margin-top: 5px;
  display: flex;
  width: 100%; }

.cart-add-button i {
  display: none; }
  .cart-add-button span {
    display: block !important; }

@media (max-width: 480px) {
        .product-table .cart-add-button span {
          display: none !important; } }

.big_image {
  position: relative; }
  .big_image .big_image-slide-nav {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
    display: none;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    height: 1px; }
  .big_image .big_image-slide-nav .slide-nav_prev {
    border: 1px solid #dedede;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    padding: 5px 10px 5px 6px; }
  .big_image .big_image-slide-nav .slide-nav_next {
    border: 1px solid #dedede;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    padding: 5px 6px 5px 10px; }

#snwa-send-btn {
  display: flex;
  width: auto;
  padding: 10px 20px; }
  #snwa-send-btn i {
    margin-right: 5px; }
  #snwa-send-btn span {
    display: block !important; }
  @media (max-width: 516px) {
  #snwa-send-btn {
    margin-bottom: 20px; } }

.product-list {
  padding: 15px 15px 0; }

.product-info-block_action {
  margin: 0 -13px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
  color: #1d1d1d; }
  @media (max-width: 991px) {
  .product-info-block_action {
    text-align: center; } }

.product-model-block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
  font-size: 16px;
  padding-right: 25px; }
  .product-model-block .model-block {
    min-width: 180px;
    margin: 0;
    color: #3c3c3c;
    margin-right: 20px; }
  .product-model-block .rating {
    flex-grow: 1; }
  .product-model-block #show_comments {
    font-weight: bold;
    color: #3c3c3c; }
  .product-model-block #show_comments i {
    margin-right: 5px; }

.product-list_top {
  display: flex;
  flex-direction: column;
  margin: 0 -15px;
  padding: 0 15px; }

.product-list_middle {
  margin: 0 -15px; }
  .product-list_middle .options-container {
    border-top: 1px solid #d3d3d3;
    padding: 20px 0px 15px 15px; }
  @media screen and (max-width: 991px) {
    .product-list_middle .options-container {
      padding-right: 15px; } }

@media (max-width: 767px) {
      .product-options-block .options-container {
        min-height: 130px; }
        .product-options-block .options-container .form-group {
          flex-direction: column; }
          .product-options-block .options-container .form-group label {
            margin-bottom: 10px; }
          .product-options-block .options-container .form-group .text-danger {
            margin: -5px 0 10px 0 !important; } }
  .product-options-block .options-container label {
    flex-shrink: 0; }
  .product-options-block .options-container .jq-selectbox {
    z-index: 5 !important; }
  .product-options-block .options-container .jq-selectbox.opened {
    z-index: 6 !important; }
  @media (max-width: 767px) {
    .product-options-block .options-container .options-container {
      width: 100%; } }

.product-list_bottom {
  border-bottom: 1px solid #d3d3d3;
  margin: 0 -15px;
  padding: 0;
  padding-right: 0; }
  .product-list_bottom .quick-cart {
    display: flex;
    margin-bottom: 30px;
    flex-direction: column; }
  @media (max-width: 991px) {
    .product-list_bottom .quick-cart {
      width: 50%;
      float: left; } }
  @media (max-width: 767px) {
    .product-list_bottom .quick-cart {
      width: 100%;
      float: none; } }
  .product-list_bottom .quick-cart .input-group input {
    height: 40px !important;
    font-size: 16px;
    border-radius: 4px 0 0 4px; }
  .product-list_bottom .quick-cart .input-group button {
    height: 40px !important; }
  .product-list_bottom .bot-prod {
    display: flex;
    padding: 0 0 15px 0;
    margin: 0;
    justify-content: flex-start; }
  .product-list_bottom .bot-prod .wis-com-post {
    flex-grow: 0;
    border-right: none;
    padding-left: 0; }
  @media (max-width: 535px) {
    .product-list_bottom .bot-prod {
      padding: 10px 0 15px 0; }
      .product-list_bottom .bot-prod .wis-com-post {
        padding: 0; } }
  .product-list_bottom .button-cart {
    width: 150px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0px 0 5px; }
  @media (max-width: 991px) {
    .product-list_bottom .button-cart {
      flex-grow: 1;
      height: 40px; } }
  .product-list_bottom .button-cart i {
    font-size: 32px;
    margin-right: 10px; }
  .product-list_bottom .button-cart span {
    font-size: 16px;
    font-weight: bold;
    margin-top: 2px; }

.product-list_manufacturer {
  display: flex;
  padding: 25px 0px 10px;
  margin: 0 -15px;
  flex-direction: column; }
  .product-list_manufacturer .manufacturer-item {
    display: flex;
    padding: 5px;
    margin-bottom: 10px; }
  .product-list_manufacturer .manufacturer-item:nth-child(even) {
    background: #ededed; }
  .product-list_manufacturer .manufacturer_left, .product-list_manufacturer .manufacturer_right {
    width: 50%; }
  .product-list_manufacturer a {
    text-decoration: underline;
    color: #1d1d1d; }

.product-delivery-block {
  padding: 20px;
  padding-left: 0;
  border-left: 1px solid #dedede; }
  .product-delivery-block.light {
    border-left: none;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px;
    border-left: none; }
  @media (max-width: 767px) {
    .product-delivery-block.light {
      grid-template-columns: repeat(1, 1fr); } }
  @media (max-width: 1199px) {
  .product-delivery-block {
    display: flex;
    border: none; } }
  @media (max-width: 550px) {
  .product-delivery-block {
    flex-wrap: wrap; } }
  .product-delivery-block .panel {
    border: none; }
  .product-delivery-block .panel-body {
    padding-left: 0; }
  .product-delivery-block .panel-body p, .product-delivery-block .panel-body h4 {
    padding-left: 15px; }
  @media (max-width: 1199px) {
      .product-delivery-block .panel-body p, .product-delivery-block .panel-body h4 {
        padding-left: 0; } }
  .product-delivery-block .panel-body ul {
    line-height: 1.8; }
  @media (max-width: 450px) {
  .product-delivery-block {
    flex-direction: column; } }
  .product-delivery-block .product-delivery_left, .product-delivery-block .product-delivery_right {
    width: 33%; }
  @media (max-width: 550px) {
    .product-delivery-block .product-delivery_left, .product-delivery-block .product-delivery_right {
      width: 100%; } }

.product-options-block .jssocials .jssocials-share-link {
  width: 30px;
  height: 30px; }
  .product-options-block .jssocials .jssocials-share-logo {
    font-size: 18px; }

.product-middle {
  display: flex;
  flex-direction: column; }
  .product-middle .see-all-reviews {
    font-size: 16px;
    border-bottom: 1px dotted; }
  .product-middle .product-description {
    display: flex;
    flex-direction: column;
    line-height: 1.4; }
  .product-middle .product-description + a {
    margin-bottom: 20px;
    text-align: left; }
  .product-middle thead {
    display: none; }
  .product-middle #tab-download thead {
    display: table-header-group !important; }
  .product-middle #tab-download table {
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed; }
  .product-middle #tab-download table tr {
    padding: 0.35em; }
  .product-middle #tab-download table th, .product-middle #tab-download table td {
    padding: 0.625em;
    text-align: center; }
  .product-middle #tab-download table th {
    font-size: 1.1em; }
  @media screen and (max-width: 600px) {
      .product-middle #tab-download table thead {
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px; }
      .product-middle #tab-download table tr {
        display: block;
        margin-bottom: 0.625em; }
      .product-middle #tab-download table td {
        display: block;
        text-align: right; }
      .product-middle #tab-download table td::before {
        content: attr(data-label);
        float: left;
        font-weight: bold; } }
  .product-middle .table-bordered {
    border: none; }
  .product-middle .table-bordered &gt; thead &gt; tr &gt; th, .product-middle .table-bordered &gt; tbody &gt; tr &gt; th, .product-middle .table-bordered &gt; tfoot &gt; tr &gt; th, .product-middle .table-bordered &gt; thead &gt; tr &gt; td, .product-middle .table-bordered &gt; tbody &gt; tr &gt; td, .product-middle .table-bordered &gt; tfoot &gt; tr &gt; td {
    border: none; }
  .product-middle td:first-child {
    font-weight: bold; }
  .product-middle tr:nth-child(even) {
    background: #ededed; }

.tab-description_right-top {
  display: flex;
  align-items: center;
  margin-bottom: 20px; }
  .tab-description_right-top &gt; .top_total-comments, .tab-description_right-top &gt; .top_write-comment {
    width: 50%; }
  @media (max-width: 500px) {
  .tab-description_right-top {
    align-items: flex-start;
    flex-direction: column; }
    .tab-description_right-top &gt; .top_total-comments {
      margin-bottom: 20px; }

    .tab-description_right-top &gt; .top_write-comment {
      margin-bottom: 30px; } }
  .tab-description_right-top .top_total-comments {
    font-size: 18px;
    font-weight: bold; }
  .tab-description_right-top .top_write-comment {
    text-align: right; }
  .tab-description_right-top .top_write-comment &gt; button {
    padding: 12px 22px;
    font-size: 16px;
    font-weight: bold;
    background: #3c3c3c;
    color: #fff; }

@media (max-width: 991px) {
    .tab-description_left {
      margin-bottom: 30px; } }

.reviews {
  margin-bottom: 30px;
  border-bottom: 2px dotted #afafaf; }
  .reviews .reviews-top_title {
    display: flex;
    align-items: center;
    font-size: 16px;
    margin-bottom: 10px; }
  .reviews .reviews-top_title .top_title-author {
    max-width: 200px;
    padding-right: 30px;
    position: relative;
    font-weight: bold; }
  .reviews .reviews-top_title .top_title-author::after {
    position: absolute;
    top: -3px;
    right: 13px;
    content: '';
    display: flex;
    height: 24px;
    width: 2px;
    border-radius: 4px;
    box-shadow: 0 0 3px 1px #858585;
    display: none; }
  .reviews .reviews-top_title .top_title-date {
    color: #adadad;
    font-size: 14px; }
  .reviews .reviews-top .review-top_rating .top_rating .fa-stack {
    width: 20px;
    height: 1.5em; }
  .reviews .reviews-top .review-top_rating .top_rating i {
    font-size: 14px;
    margin-right: -5px; }
  .reviews .reviews-top .review-top_rating .top_rating .fa-star-o {
    color: #4c4c4c; }
  .reviews .reviews-top .review-top_rating .top_rating .fa-star {
    color: #ffc500; }
  .reviews .reviews-top .review-top_rating .top_rating .fa-star + .fa-star-o {
    color: #ffc500; }
  .reviews .reviews-middle {
    font-size: 17px;
    opacity: 0.8;
    margin-bottom: 30px; }
  .reviews .reviews-middle + .reviews-top {
    margin-left: 20px; }
  .reviews .reviews-middle + .reviews-top + .reviews-middle {
    margin-left: 20px; }
  .reviews .reviews-bottom {
    display: flex;
    align-items: center; }
  @media (max-width: 450px) {
    .reviews .reviews-bottom {
      flex-direction: column;
      align-items: flex-start; } }
  .reviews .reviews-bottom_left {
    font-size: 16px;
    display: flex;
    width: 165px;
    justify-content: space-between; }
  @media (max-width: 450px) {
      .reviews .reviews-bottom_left {
        margin-bottom: 25px; } }
  .reviews .reviews-bottom_left .bottom_left-answer a {
    color: #1d1d1d;
    text-decoration: underline; }
  .reviews .reviews-bottom_left .bottom_left-total-comments {
    opacity: 0.8; }

.tab-review-container textarea {
  min-height: 230px; }
  .tab-review-container .tab-review_right {
    background: #ededed;
    padding: 15px;
    border-radius: 5px; }
  .tab-review-container .tab-review_right .reviews-nav {
    display: flex; }
  @media (max-width: 767px) {
      .tab-review-container .tab-review_right .reviews-nav {
        flex-direction: column; }
        .tab-review-container .tab-review_right .reviews-nav .reviews-button {
          width: 100%; } }
  .tab-review-container .tab-review_right .reviews-nav &gt; div {
    width: 50%; }
  .tab-review-container .tab-review_right .reviews-nav .reviews-button {
    display: flex;
    justify-content: flex-end; }
  .tab-review-container .tab-review_right .reviews-nav .reviews-button &gt; button {
    font-size: 15px;
    padding: 10px; }

.shipping_info-title, .payment_info-title, .guarantee_info-title {
  background: #ededed;
  display: inline-flex;
  padding: 5px 10px;
  font-size: 16px;
  font-weight: bold;
  justify-content: space-between;
  margin-bottom: 15px; }
  .shipping_info-title i, .payment_info-title i, .guarantee_info-title i {
    margin-right: 10px;
    font-size: 18px; }

.more-image {
  display: flex;
  flex-wrap: wrap; }

.price-block_price {
  font-size: 1em;
  text-transform: capitalize;
  color: #3c3c3c; }

@media (max-width: 991px) and (min-width: 768px) {
    .price-area {
      display: inline-block;
      float: left;
      width: 50%; } }

a.thumbnail:hover:focus, a.thumbnail:focus:focus, a.thumbnail.active:focus {
  border: none;
  outline: none; }

.see-all-characteristics {
  display: inline-block;
  margin: 15px 5px;
  margin-left: -10px;
  color: #1d1d1d;
  border-bottom: 1px dotted; }

.characteristics-title {
  font-size: 21px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 30px 0 15px; }

@media (max-width: 600px) {
      #characteristics tr {
        display: flex;
        flex-direction: column; } }
  #characteristics tr td:first-child {
    min-width: 200px; }

#share .jssocials-share-label {
  display: none; }
  #share .jssocials-share-link {
    width: 35px;
    height: 35px;
    padding: 0.5em;
    border-radius: 50%; }

.button-pcs-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding: 0; }
  .button-pcs-box .pcs-box {
    display: flex;
    width: 145px;
    margin-bottom: 0px; }
  @media (max-width: 991px) {
    .button-pcs-box .pcs-box {
      flex-grow: 1; } }
  .button-pcs-box .pcs-box .input-group-btn .btn {
    background: #1d1d1d;
    color: #fff; }
  .button-pcs-box .pcs-box .input-group-btn:first-child .btn {
    height: 33px;
    border-radius: 0; }
  .button-pcs-box .pcs-box .input-group-btn:last-child .btn {
    height: 33px;
    border-radius: 0; }

@media (max-width: 414px) {
    .share-and-stock-box {
      width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start; } }

@media (min-width: 415px) {
      .product-top .share-and-stock-box {
        transform: translate(-6px, -9px);
        padding-left: 8px; } }

#button-cart {
  background: #fd0028 !important;
  color: #fff !important; }
  #button-cart:hover {
    background: #f20024 !important;
    color: #fff !important;
    box-shadow: none; }

.product-table .product-thumb_top {
  position: inherit;
  height: 100%; }
  @media (min-width: 0px) {
      .product-table .product-thumb_top .tag {
        bottom: -10px !important; } }
  @media (max-width: 565px) {
      .product-table .product-thumb_top .tag {
        left: 10px !important; } }
  .product-table .button-group-cart .buy-one-click {
    background: #1d1d1d;
    color: #fff;
    display: inline-block;
    width: auto;
    border-radius: 4px;
    height: auto;
    padding: 4px 10px;
    margin: 0;
    position: relative;
    top: 0;
    transition: 0s; }
  .product-table .button-group-cart .buy-one-click:hover {
    background: #57d6e9;
    color: #1d1d1d;
    padding: 4px 10px;
    margin: 0;
    position: relative;
    top: 1px;
    transition: 0s; }
  .product-table .button-group-cart .buy-one-click i {
    display: none; }
  .product-table .button-group-cart .buy-one-click span {
    font-size: 14px;
    font-weight: bold;
    text-transform: capitalize; }

.product-thumb_top {
  position: relative; }

.zoomContainer {
  z-index: 9 !important; }

.row-filters .information img {
  margin: 0 auto; }

#quick_order .modal-body .quickprice-wrap {
  display: flex;
  align-items: center; }
  #quick_order .modal-body .quickprice-wrap span {
    display: block;
    margin-left: 5px; }
  #quick_order .modal-body .quickprice-wrap .old-price {
    color: #999;
    font-size: 14px;
    font-weight: 400;
    display: block;
    text-decoration: line-through; }
  #quick_order .modal-body .quickprice-wrap .price {
    font-weight: 600;
    color: #444; }

.category-previews .product-layout {
  width: 100% !important; }

.product-previews-light {
  margin-bottom: 40px; }
  .product-previews-light.category-previews {
    display: grid; }
  .product-previews-light.category-previews .product-grid {
    width: 100%; }
  .product-previews-light .--category {
    margin: 0 -10px; }
  .product-previews-light .--category .product-preview__layout {
    flex: 50% 1 1;
    max-width: 50%; }
  @media (min-width: 1200px) {
        .product-previews-light .--category .product-preview__layout {
          flex: 33.33333% 1 1;
          max-width: 33.33333%; } }
  @media (min-width: 1400px) {
        .product-previews-light .--category .product-preview__layout {
          flex: 25% 1 1;
          max-width: 25%; } }
  .product-previews-light .--module {
    margin: 0 -15px; }
  .product-previews-light .product-preview__attributes {
    display: grid;
    text-align: center;
    line-height: 20px; }
  .product-previews-light .product-preview__attributes br {
    display: none; }
  .product-previews-light .product-preview__thumb {
    display: block;
    background: #fff;
    border: 1px solid #fff;
    position: relative;
    transition: 0.3s; }
  .product-previews-light .product-preview__thumb-image {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 10px; }
  .product-previews-light .product-preview__thumb-image .-quick-buttons- {
    position: absolute;
    display: flex;
    justify-content: flex-end;
    z-index: 2;
    opacity: 0;
    transition: 0.3s; }
  .product-previews-light .product-preview__thumb-image .-quick-buttons- &gt; a {
    cursor: pointer;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    font-size: 21px;
    border-radius: 50%;
    color: #fff;
    background: #57d6e9;
    transition: 0.3s; }
  .product-previews-light .product-preview__thumb-image .-quick-buttons- &gt; a:hover {
    background: #40d0e6; }
  .product-previews-light .product-preview__thumb-image .-quick-buttons- .--compare {
    margin-right: 5px; }
  .product-previews-light .product-preview__thumb-name {
    padding: 10px;
    width: 100%;
    text-align: center;
    min-height: 54px;
    overflow: hidden; }
  @media (max-width: 767px) {
        .product-previews-light .product-preview__thumb-name {
          min-height: 70px; } }
  .product-previews-light .product-preview__thumb-name a {
    font-size: 14px;
    color: #333;
    font-weight: 300; }
  .product-previews-light .product-preview__thumb-price {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px 0;
    min-height: 66px; }
  .product-previews-light .product-preview__thumb-price .--price-default, .product-previews-light .product-preview__thumb-price .--price-new {
    color: #333;
    font-weight: 600;
    font-size: 18px; }
  .product-previews-light .product-preview__thumb-price .--price-old {
    color: #666;
    font-weight: 300;
    font-size: 14px;
    text-decoration: line-through; }
  .product-previews-light .product-preview__thumb-buttons {
    display: flex;
    justify-content: center;
    padding: 20px 0;
    background: #fff;
    border: 1px solid #fff;
    border-top: none; }
  @media (min-width: 992px) {
        .product-previews-light .product-preview__thumb-buttons {
          position: absolute;
          right: -1px;
          left: -1px;
          z-index: 5;
          bottom: 0;
          opacity: 0;
          transition: 0.3s; } }
  @media (max-width: 350px) {
        .product-previews-light .product-preview__thumb-buttons {
          flex-wrap: wrap; } }
  .product-previews-light .product-preview__thumb-buttons .add-button {
    background: #57d6e9 !important;
    color: #fff;
    border: 1px solid #57d6e9 !important;
    transition: 0.3s;
    border-radius: 24px;
    margin: 0 5px;
    width: 104px;
    font-size: 15px; }
  @media (max-width: 767px) {
          .product-previews-light .product-preview__thumb-buttons .add-button {
            margin: 0 2px; } }
  @media (max-width: 350px) {
          .product-previews-light .product-preview__thumb-buttons .add-button {
            order: 1;
            margin: 5px 0 0;
            padding: 7px 5px; } }
  .product-previews-light .product-preview__thumb-buttons .add-button:hover {
    transition: 0.3s;
    background: #1f884c !important;
    color: #57d6e9;
    border: 1px solid #57d6e9 !important; }
  .product-previews-light .product-preview__thumb-buttons a {
    cursor: pointer;
    margin: 0 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #57d6e9 !important;
    color: #fff;
    border: 1px solid #57d6e9 !important;
    transition: 0.3s;
    font-size: 18px; }
  @media (max-width: 767px) {
          .product-previews-light .product-preview__thumb-buttons a {
            margin: 0 2px; } }
  .product-previews-light .product-preview__thumb-buttons a:hover {
    transition: 0.3s;
    background: #fff !important;
    color: #57d6e9;
    border: 1px solid #57d6e9 !important; }
  .product-previews-light .product-preview__thumb-buttons a.one-click {
    padding-left: 3px; }
  .product-previews-light .product-preview__thumb-buttons a.wishlist {
    padding-top: 2px; }
  .product-previews-light .product-preview__thumb:hover {
    transition: 0.3s;
    border: 1px solid #57d6e9; }
  .product-previews-light .product-preview__thumb:hover .product-preview__thumb-buttons {
    transition: 0.3s;
    opacity: 1;
    bottom: -76px;
    border: 1px solid #57d6e9;
    border-top: none; }
  @media (min-width: 992px) {
          .product-previews-light .product-preview__thumb:hover .-quick-buttons- {
            opacity: 1;
            transition: 0.3s; } }

.portable-sorts {
  margin-bottom: 20px;
  display: flex; }
  .portable-sorts__filter, .portable-sorts__sort {
    width: 50%;
    position: relative; }
  @media (min-width: 768px) {
    .portable-sorts__filter, .portable-sorts__sort {
      padding: 0 10px; } }
  .portable-sorts__filter button, .portable-sorts__sort button {
    width: 100%;
    border-radius: 6px;
    outline: none;
    box-shadow: none;
    font-size: 14px;
    border: 1px solid #57d6e9;
    color: #333;
    background: #fff;
    padding: 8px 10px; }
  .portable-sorts__filter button span, .portable-sorts__sort button span {
    margin-right: 5px; }
  .portable-sorts__sort-list {
    display: none;
    position: absolute;
    z-index: 20;
    border: 1px solid #b9b9b9;
    border-radius: 6px;
    right: 10px;
    left: 10px;
    background: #fff;
    top: 33px;
    overflow-y: auto;
    max-height: 250px; }
  @media (max-width: 767px) {
    .portable-sorts__sort-list {
      left: 0;
      right: 0; } }
  .portable-sorts__sort-list a {
    display: flex;
    padding: 8px 10px;
    color: #333; }
  .portable-sorts__sort-list a:not(:last-child) {
    border-bottom: 1px solid #ddd; }
  .portable-sorts__sort-list a.active {
    background: #eee; }

.product-discount {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 165px;
  background: #f0f0f0;
  padding: 10px;
  border-radius: 6px; }

.caption .product-discount {
  margin: 0 auto 10px; }
  @media (max-width: 767px) {
    .caption .product-discount {
      margin: 14px auto 0; } }

.header-title-box {
  display: grid;
  grid-gap: 15px;
  grid-template-columns: 2fr 1fr; }
  @media (max-width: 991px) {
  .header-title-box {
    grid-template-columns: 1fr; }
    .header-title-box .prewnext {
      order: 1;
      margin: 10px 0 -5px auto; }

    .header-title-box .product-title {
      order: 2; } }
  .header-title-box .prewnext {
    width: 300px;
    margin-left: auto; }

@media (min-width: 992px) {
    .product-img-block {
      padding: 0 40px 0px 0; } }

@media (max-width: 767px) {
      #light .share-top {
        margin: 0; } }
  #light .quicklinks {
    display: flex;
    align-items: center;
    margin: 0 -15px;
    justify-content: flex-end; }
  @media (max-width: 767px) {
    #light .quicklinks {
      flex-wrap: wrap;
      justify-content: center;
      line-height: 30px; } }
  #light .quicklinks__item {
    padding: 0 10px;
    color: #777;
    cursor: pointer; }
  #light .quicklinks__item i {
    margin-right: 10px;
    font-size: 16px; }
  #light .quicklinks__item:hover {
    color: #444; }
  #light .product-list_top {
    border-bottom: 1px solid #d3d3d3;
    margin-bottom: 17px; }
  #light .button-pcs-box {
    justify-content: flex-start; }
  @media (min-width: 768px) {
    #light .product-template-quick {
      display: inline-block;
      max-width: 302px; } }
  @media (min-width: 768px) {
    #light #quick_order_block_cart {
      display: inline-block;
      max-width: 302px; } }
  #light .manufacturer_left {
    max-width: 146px; }
  #light .product-delivery-block ul {
    padding-left: 16px; }
  #light .product-delivery-block + .moreLink {
    cursor: pointer;
    text-align: left; }
  #light .product-delivery-block + .moreLink span {
    transform: translateY(8px);
    display: inline-block; }
  #light .product-delivery-block + .moreLink.ended {
    padding-top: 0; }

.row-categories {
  display: grid;
  gap: 6px;
  grid-template-columns: repeat(auto-fill, 88px);
  margin-bottom: 20px; }
  .row-categories .information {
    display: flex;
    flex-direction: column;
    align-items: center; }
  .row-categories .information .image {
    margin-bottom: 5px; }
  .row-categories .information .subcategory-link {
    text-align: center;
    max-width: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .row-categories .information .subcategory-link a {
    color: #333; }

.thi-0 img {
  max-width: 400px; }

html.popupGalleryActive {
  overflow: hidden;
  /*=== POPUP GALLERY - start ===*/ }

.popupGallery {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1020;
  padding: 20px; }
  .popupGallery.active {
    display: flex; }
  .popupGallery.active:before {
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1; }
  .popupGallery__box {
    display: grid;
    position: relative;
    z-index: 2;
    padding: 20px;
    opacity: 0;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    height: 100%;
    width: 100%;
    grid-template-rows: 70px 1fr;
    transition: 0.3s;
    overflow-y: auto; }
  .popupGallery__box.active {
    opacity: 1;
    transition: 0.3s; }
  .popupGallery__close {
    cursor: pointer;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    width: 30px;
    height: 30px; }
  .popupGallery__close:before, .popupGallery__close:after {
    content: '';
    display: grid;
    width: 30px;
    height: 2px;
    background: #333;
    position: relative; }
  .popupGallery__close:before {
    transform: rotate(45deg);
    top: 8px; }
  .popupGallery__close:after {
    transform: rotate(-45deg);
    top: -7px; }
  .popupGallery__head {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 50px;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee; }
  .popupGallery__title {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 32px; }
  @media (max-width: 767px) {
    .popupGallery__title {
      font-size: 21px; } }
  .popupGallery__content {
    display: grid;
    align-items: center;
    grid-template-columns: 74px 1fr;
    gap: 15px; }
  @media (max-width: 767px) {
    .popupGallery__content {
      display: flex;
      flex-direction: column; } }
  .popupGallery__imageList {
    padding: 20px 0;
    display: block;
    overflow: hidden; }
  @media (max-width: 767px) {
    .popupGallery__imageList {
      display: flex;
      flex-wrap: wrap;
      align-items: start; }
      .popupGallery__imageList img {
        margin: 0 5px 5px 0; } }
  .popupGallery__imageList img {
    cursor: pointer;
    display: block;
    height: auto;
    max-width: 74px;
    padding: 5px;
    border: 1px solid transparent; }
  .popupGallery__imageList img:not(:last-child) {
    margin-bottom: 15px; }
  .popupGallery__imageList img.active {
    border: 1px solid #337ab7; }
  .popupGallery__imageList-Box {
    overflow-y: auto;
    padding: 0 0 0 0;
    width: 100px;
    height: 390px; }
  .popupGallery__image {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px; }
  @media (min-width: 768px) {
    .popupGallery__image {
      max-width: 46%;
      margin: 0 auto; } }
  .popupGallery__image img {
    display: block;
    height: auto;
    max-width: 100%; }

.ZoomContainer {
  z-index: 1021 !important; }

.zoomWindow {
  border: 1px solid #337ab7 !important;
  /*=== POPUP GALLERY - end ===*/ }

@media (min-width: 768px) {
    .thin-0 img {
      max-width: 500px;
      width: 100%; } }

.category-heading-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  position: relative;
  flex-wrap: wrap; }
  .category-heading-title h1 {
    margin-bottom: 0;
    font-size: 32px;
    color: #1d1d1d;
    font-weight: 500;
    transform: translateY(0); }
  .category-heading-title span {
    display: inline-flex;
    font-size: 32px;
    color: #1d1d1d;
    font-weight: 500; }
  .category-heading-title .edit {
    position: absolute;
    top: -8px; }
  .category-heading-title .share-top {
    margin-left: auto; }
  @media (max-width: 767px) {
  .category-heading-title .edit {
    display: none; }
  .category-heading-title h1, .category-heading-title span {
    font-size: 24px;
    line-height: 34px; }
  .category-heading-title .share-top {
    margin-left: 15px; } }

.i-theme {
  color: #2a2a2a;
  z-index: 1; }
  .i-theme .product-summary {
    display: flex;
    justify-content: space-between;
    align-items: stretch; }
  .i-theme .product-summary .side-info {
    display: block;
    width: 33%;
    max-width: 33%;
    margin-left: 15px;
    padding: 20px;
    flex-shrink: 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border-right: 5px;
    border: 1px solid #fff;
    overflow: hidden; }
  @media screen and (max-width: 767px) {
        .i-theme .product-summary .side-info {
          display: none; } }
  .i-theme .product-summary .side-info .side-header {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px; }
  .i-theme .product-summary .side-info .side-header .side-img {
    margin-right: 10px; }
  .i-theme .product-summary .side-info .tag {
    display: none; }
  .i-theme .product-summary .side-info .price-block {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 35px; }
  .i-theme .product-summary .side-info .price-block .product-price {
    width: 100%;
    margin-bottom: 30px; }
  .i-theme .product-summary .side-info .price-block .product-btns {
    display: flex; }
  .i-theme .product-summary .side-info .price-block .product-btns .button-cart {
    margin-left: 0; }
  .i-theme .product-summary .product-middle {
    max-width: 66%;
    margin: 0;
    flex-grow: 1; }
  @media screen and (max-width: 767px) {
        .i-theme .product-summary .product-middle {
          max-width: 100%; } }
  .i-theme .product-summary.main-tab .side-info {
    display: none;
    width: 0%;
    padding: 0;
    margin: 0;
    border: none;
    box-shadow: none; }
  .i-theme .product-summary.main-tab .product-middle {
    width: 100%;
    max-width: 100%; }
  @media screen and (max-width: 767px) {
      .i-theme .product-img-block {
        padding: 15px; } }
  .i-theme .product-img-block .thumbnails {
    display: flex;
    flex-direction: row;
    align-items: flex-start; }
  .i-theme .product-img-block .thumbnails .big_image {
    flex: 1 0 0;
    padding-left: 20px;
    margin: 0; }
  .i-theme .product-img-block .thumbnails .big_image .big_image-slide-nav .slide-nav_next, .i-theme .product-img-block .thumbnails .big_image .big_image-slide-nav .slide-nav_prev {
    border-radius: 8px; }
  .i-theme .product-img-block .thumbnails .big_image .big_image-slide-nav .slide-nav_prev {
    transform: rotate(180deg); }
  .i-theme .product-img-block .thumbnails #zgalery {
    flex: 0 1 0;
    padding: 0 20px;
    margin: 0; }
  @media screen and (max-width: 767px) {
          .i-theme .product-img-block .thumbnails #zgalery {
            display: none; } }
  .i-theme .product-img-block .thumbnails #zgalery .image-additional {
    float: none;
    width: 80px;
    margin: 0 0 20px; }
  .i-theme .product-img-block .thumbnails #zgalery .image-additional .thumbnail {
    margin: 0;
    padding: 7px;
    border: 1px solid #f5f5f5;
    border-radius: 3px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); }
  .i-theme .product-img-block .thumbnails #zgalery .image-additional .thumbnail.active {
    border-color: #99a1a9; }
  .i-theme .product-title {
    font-family: Roboto;
    font-size: 36px;
    font-weight: normal; }
  @media screen and (max-width: 767px) {
      .i-theme .product-title {
        font-size: 30px; } }
  .i-theme .product-title-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  @media screen and (max-width: 767px) {
        .i-theme .product-title-wrap {
          padding: 0 15px; } }
  .i-theme .product-title-wrap .edit {
    position: absolute;
    top: -10px; }
  .i-theme .product-kod {
    padding: 0 10px;
    background: #8c959e;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    line-height: 24px;
    white-space: nowrap; }
  .i-theme .product-middle {
    padding: 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border-right: 5px; }
  .i-theme .product-middle .nav-tabs {
    border-bottom: 1px solid #fff; }
  .i-theme .product-middle .nav-tabs li {
    margin: 0; }
  .i-theme .product-middle .nav-tabs li a {
    padding: 18px 25px;
    margin: 0;
    font-size: 16px;
    border-bottom: 2px solid transparent; }
  .i-theme .product-middle .nav-tabs li a span {
    text-transform: none;
    border-bottom: none; }
  .i-theme .product-middle .nav-tabs li:hover a {
    border-bottom-color: #1d1d1d; }
  .i-theme .product-middle .nav-tabs li.active a {
    font-weight: bold;
    border-bottom-color: #1d1d1d; }
  .i-theme .product-middle .product-description {
    padding: 0 20px; }
  .i-theme .product-middle .tab-review-container {
    padding-left: 5px;
    padding-right: 20px; }
  .i-theme .product-middle .tab-review-container .tab-review-title {
    padding: 0 15px 15px; }
  .i-theme .product-middle .tab-review-container .tab-review-rating {
    display: flex;
    align-items: center;
    padding: 0 15px 15px; }
  .i-theme .product-middle .tab-review-container .tab-review-rating .rating {
    margin-left: 10px; }
  .i-theme .product-middle .tab-review-container .tab-review_left {
    padding-right: 20px; }
  .i-theme .product-middle .tab-review-container .reviews {
    border-bottom: none; }
  .i-theme .product-middle .tab-review-container .reviews-top {
    position: relative;
    padding-left: 80px;
    padding-top: 20px;
    border-top: 1px solid #efefef; }
  .i-theme .product-middle .tab-review-container .reviews-top_title {
    justify-content: space-between; }
  .i-theme .product-middle .tab-review-container .reviews-top:before {
    position: absolute;
    content: '';
    width: 68px;
    height: 68px;
    left: 0;
    border-radius: 50%;
    background: #efefef url(/catalog/view/theme/neoseo_unistor/images/user.svg) no-repeat center;
    background-size: 36px; }
  .i-theme .product-middle .tab-review-container .reviews-middle {
    padding-left: 80px;
    padding-top: 20px; }
  .i-theme .product-middle .tab-review-container .reviews-middle + .reviews-top {
    position: relative;
    padding-left: 80px; }
  .i-theme .product-middle .tab-review-container .reviews-middle + .reviews-top:before {
    position: absolute;
    content: '';
    width: 68px;
    height: 68px;
    left: 0;
    border-radius: 50%;
    background: #efefef url(/catalog/view/theme/neoseo_unistor/images/admin.svg) no-repeat center;
    background-size: 36px; }
  .i-theme .product-top {
    border: none; }
  @media screen and (max-width: 767px) {
        .i-theme .product-top .product-pic {
          padding: 0 !important; } }
  .i-theme .product-options-block .options-block {
    padding: 0; }
  .i-theme .product-options-block .options-block.options-block-2 {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #fff; }
  .i-theme .product-options-block .options-block.options-block-2 .form-group {
    width: 50%; }
  .i-theme .product-options-block .options-block .form-group.required {
    display: block; }
  .i-theme .product-options-block .options-block .control-label {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    color: #2a2a2a; }
  .i-theme .product-options-block .options-block [id^="input-option"] label {
    margin: 0 0 10px; }
  .i-theme .product-options-block .options-block [id^="input-option"] .radio.radio-square .square {
    min-width: 74px;
    padding: 0 15px;
    margin: 0;
    border-radius: 3px;
    border: 1px solid #d1d1d1;
    line-height: 28px;
    font-size: 16px;
    color: #2a2a2a; }
  .i-theme .product-options-block .options-block [id^="input-option"] .radio.radio-square input[type="radio"]:checked + .square {
    border-color: #a5acb3; }
  .i-theme .product-options-block .options-block [id^="input-option"] .radio-product-image {
    margin: 0;
    margin-right: 10px; }
  .i-theme .product-options-block .options-block [id^="input-option"] .radio-product-image .radio-image-box {
    padding: 7px;
    margin: 0;
    border-radius: 3px;
    border: 1px solid #d1d1d1;
    line-height: 28px;
    font-size: 16px;
    color: #2a2a2a;
    outline: none; }
  .i-theme .product-options-block .options-block [id^="input-option"] .radio-product-image input[type="radio"]:checked + .radio-image-box {
    border-color: #a5acb3;
    outline: none; }
  .i-theme .product-list {
    padding: 0 20px; }
  @media screen and (max-width: 767px) {
      .i-theme .product-list {
        padding: 0; }
        .i-theme .product-list.product-img-block {
          padding: 15px; } }
  @media screen and (max-width: 767px) {
        .i-theme .product-list .status-block {
          margin: 0; } }
  .i-theme .product-list_top {
    padding: 0;
    margin: 0; }
  @media screen and (max-width: 767px) {
      .i-theme .product-list_top {
        padding: 0 15px; } }
  .i-theme .product-list_middle {
    margin: 0 0 35px;
    padding: 0;
    border-bottom: 1px solid #fff; }
  @media screen and (max-width: 767px) {
      .i-theme .product-list_middle {
        padding: 0 15px; } }
  .i-theme .product-info-block_action {
    margin: 0; }
  .i-theme .product-info-block #first_countdown {
    margin: 0; }
  .i-theme .product-list_bottom {
    margin: 0;
    border-bottom: none; }
  @media screen and (max-width: 767px) {
        .i-theme .product-list_bottom .shipping_info {
          padding: 15px; } }
  .i-theme .product-features {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start; }
  @media screen and (max-width: 767px) {
      .i-theme .product-features {
        padding: 15px;
        border-top: 1px solid #fff; } }
  .i-theme .product-features .feature {
    position: relative;
    width: 33%;
    padding-left: 25px;
    margin-bottom: 20px;
    font-size: 12px; }
  @media screen and (max-width: 767px) {
        .i-theme .product-features .feature {
          width: 100%; } }
  .i-theme .product-features .feature img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%); }
  .i-theme .product-features .feature span {
    display: block;
    font-weight: bold; }
  .i-theme .price-block {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  @media screen and (max-width: 767px) {
    .i-theme .price-block {
      flex-direction: column;
      align-items: flex-start; } }
  .i-theme .price-block button {
    display: block;
    margin-left: 10px;
    padding: 8px;
    background-color: #fff;
    border: none;
    color: #1d1d1d;
    transition: all 0.2s;
    border-radius: 3px;
    border: 1px solid #99a1a9;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); }
  .i-theme .price-block button.button-cart {
    min-width: 140px;
    font-size: 16px;
    color: #fff;
    background: #1d1d1d; }
  @media screen and (max-width: 767px) {
        .i-theme .price-block button.button-cart {
          margin: 0; } }
  .i-theme .price-block button i {
    display: block;
    font-size: 20px;
    line-height: 20px; }
  .i-theme .price-block .product-btns {
    display: flex; }
  .i-theme .price-block .product-price {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    width: 50%;
    padding-top: 25px; }
  @media screen and (max-width: 767px) {
      .i-theme .price-block .product-price {
        width: 100%; } }
  .i-theme .price-block .product-price .price {
    margin-right: 8px;
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    color: #2a2a2a; }
  .i-theme .price-block .product-price .price-old {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    font-weight: 300;
    color: #2a2a2a;
    text-decoration: line-through; }
  .i-theme .price-block .product-price .price-usd {
    font-size: 18px;
    font-weight: normal;
    color: #2a2a2a; }
  .i-theme .rating-wrap {
    display: flex;
    align-items: center;
    height: 40px;
    margin-bottom: 10px; }
  @media screen and (max-width: 767px) {
    .i-theme .rating-wrap.rating-mob {
      display: flex !important;
      justify-content: space-between;
      padding: 0 15px; } }
  .i-theme .rating-wrap #show_comments {
    display: block;
    margin-left: 20px;
    color: #3f4e5d;
    text-decoration: underline;
    font-size: 13px; }
  .i-theme .rating-wrap #show_comments:hover {
    text-decoration: none; }
  .i-theme .rating-wrap #show_comments i {
    display: none; }
  .i-theme .tab-content {
    position: relative; }
  @media screen and (max-width: 767px) {
    .i-theme .tab-content &gt; .tab-pane {
      padding: 0; } }
  .i-theme .tab-content.active {
    z-index: 10; }
  .i-theme .payment-icons {
    display: flex; }
  @media screen and (max-width: 767px) {
    .i-theme .payment-icons {
      flex-wrap: wrap; } }
  .i-theme .payment-icons .payment-icon {
    margin-right: 20px;
    margin-bottom: 15px; }
  .i-theme .tab-review-container .tab-review_right .reviews-nav {
    display: block; }
  .i-theme .tab-review-container .tab-review_right .reviews-nav &gt; div {
    width: 100%; }
  .i-theme .tab-review-container .tab-review_right .reviews-nav .reviews-button {
    display: block; }
  .i-theme .ft-rows-wrap .row {
    display: block; }
  .i-theme .shipping_info_title {
    font-size: 16px;
    line-height: 30px; }
  .i-theme .shipping_info ul {
    padding: 0;
    list-style: none; }
  .i-theme .shipping_info ul li {
    line-height: 28px; }
  .i-theme .block-container-set .set-buy-wrap {
    height: 380px; }
  .i-theme .block-container-set .set-buy-wrap div, .i-theme .block-container-set .set-buy-wrap li {
    display: block;
    float: none; }
  .i-theme .block-container-set .set-buy-wrap .set-slider li {
    height: 380px; }
  .i-theme .block-container-set .set-buy-wrap .set-list {
    width: 25%; }
  @media screen and (max-width: 767px) {
        .i-theme .block-container-set .set-buy-wrap .set-list {
          width: 100%; } }
  .i-theme .block-container-set .set-buy-wrap .set-list.set-buy-equally {
    display: flex;
    align-items: center;
    justify-content: center; }
  .i-theme .block-container-set .set-buy-wrap .set-list.set-buy-equally .buy-equally .buy-prices {
    display: flex;
    margin: 10px 0; }
  .i-theme .block-container-set .set-buy-wrap .set-list.set-buy-equally .buy-equally span.set-price-new {
    left: 0;
    margin: 0;
    color: #2a2a2a;
    font-size: 22px;
    line-height: 42px; }
  .i-theme .block-container-set .set-buy-wrap .set-list.set-buy-equally .buy-equally span.set-price-old {
    left: 0;
    color: #777;
    font-size: 16px;
    font-weight: bold; }
  .i-theme .block-container-set .set-buy-wrap .set-list.set-buy-equally .buy-equally .price-usd {
    margin-left: 10px;
    font-size: 20px;
    color: #2a2a2a;
    line-height: 42px; }
  .i-theme .block-container-set .set-buy-wrap .set-list.set-buy-equally .buy-equally button.set-buy-btn {
    min-width: 140px;
    background: #3f4e5d;
    border: none; }
  .i-theme .block-container-set .set-buy-wrap .set-list.set-list-product .set-product-wrap {
    width: 100%;
    padding: 35px 15px 20px; }
  .i-theme .block-container-set .set-buy-wrap .set-product-wrap h4 {
    display: none; }
  .i-theme .block-container-set .set-buy-wrap .set-product-wrap .set-slider-img {
    width: 100%;
    height: auto;
    padding: 15px 15px 25px; }
  .i-theme .block-container-set .set-buy-wrap .set-product-wrap .set-slider-img span {
    display: block;
    margin: 0 auto; }
  .i-theme .block-container-set .set-buy-wrap .set-product-wrap .set-slider-img img {
    max-height: 190px; }
  .i-theme .block-container-set .set-buy-wrap .set-product-wrap .set-slider-price {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    padding-top: 20px; }
  .i-theme .block-container-set .set-buy-wrap .set-product-wrap .set-slider-price span.set-price-new {
    color: #2a2a2a;
    font-size: 16px;
    font-weight: bold; }
  .i-theme .block-container-set .set-buy-wrap .set-product-wrap .set-slider-price span.set-price-old {
    position: absolute;
    top: 0; }
  .i-theme .block-container-set .set-buy-wrap .set-product-wrap .set-slider-price .price-usd {
    margin-left: 10px;
    font-size: 14px;
    color: #2a2a2a; }
  .i-theme .block-container-set .set-buy-wrap .set-slider-content .set-slider-img {
    width: 100%;
    height: auto;
    padding: 15px 15px 25px; }
  .i-theme .block-container-set .set-buy-wrap .set-slider-content .set-slider-img span {
    display: block;
    margin: 0 auto; }
  .i-theme .block-container-set .set-buy-wrap .set-slider-content .set-slider-img img {
    max-height: 190px; }
  .i-theme .block-container-set .set-buy-wrap .set-slider-content .set-slider-price {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    padding-top: 20px; }
  .i-theme .block-container-set .set-buy-wrap .set-slider-content .set-slider-price span.set-price-new {
    color: #2a2a2a;
    font-size: 16px;
    font-weight: bold; }
  .i-theme .block-container-set .set-buy-wrap .set-slider-content .set-slider-price span.set-price-old {
    position: absolute;
    top: 0; }
  .i-theme .block-container-set .set-buy-wrap .set-slider-content .set-slider-price .price-usd {
    margin-left: 10px;
    font-size: 14px;
    color: #2a2a2a; }
  .i-theme .block-container-set .set-buy-wrap .set-slider-content a:hover .set-slider-text p {
    color: #57d6e9; }
  .i-theme .block-container-set .set-percent {
    background: #57d6e9; }

.zoomContainer.hide-zoom {
  z-index: 0 !important; }

.jssocials-shares {
  margin: 0.2em 0; }

.jssocials-shares * {
  box-sizing: border-box; }

.jssocials-share {
  display: inline-block;
  vertical-align: top;
  margin: 0.3em 0.6em 0.3em 0; }

.jssocials-share:last-child {
  margin-right: 0; }

.jssocials-share-logo {
  width: 1em;
  vertical-align: middle;
  font-size: 1.5em; }

img.jssocials-share-logo {
  width: auto;
  height: 1em; }

.jssocials-share-link {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  line-height: 1; }

.jssocials-share-link.jssocials-share-link-count {
  padding-top: 0.2em; }

.jssocials-share-link.jssocials-share-link-count .jssocials-share-count {
  display: block;
  font-size: 0.6em;
  margin: 0 -0.5em -0.8em -0.5em; }

.jssocials-share-link.jssocials-share-no-count {
  padding-top: 0.5em; }

.jssocials-share-link.jssocials-share-no-count .jssocials-share-count {
  height: 1em; }

.jssocials-share-label {
  padding-left: 0.3em;
  vertical-align: middle; }

.jssocials-share-count-box {
  display: inline-block;
  height: 1.5em;
  padding: 0 0.3em;
  line-height: 1;
  vertical-align: middle;
  cursor: default; }

.jssocials-share-count-box.jssocials-share-no-count {
  display: none; }

.jssocials-share-count {
  line-height: 1.5em;
  vertical-align: middle; }

.jssocials-share-twitter .jssocials-share-link {
  background: #00aced; }

.jssocials-share-twitter .jssocials-share-link:hover {
  background: #0087ba; }

.jssocials-share-facebook .jssocials-share-link {
  background: #3b5998; }

.jssocials-share-facebook .jssocials-share-link:hover {
  background: #2d4373; }

.jssocials-share-googleplus .jssocials-share-link {
  background: #dd4b39; }

.jssocials-share-googleplus .jssocials-share-link:hover {
  background: #c23321; }

.jssocials-share-linkedin .jssocials-share-link {
  background: #007bb6; }

.jssocials-share-linkedin .jssocials-share-link:hover {
  background: #005983; }

.jssocials-share-pinterest .jssocials-share-link {
  background: #cb2027; }

.jssocials-share-pinterest .jssocials-share-link:hover {
  background: #9f191f; }

.jssocials-share-email .jssocials-share-link {
  background: #3490f3; }

.jssocials-share-email .jssocials-share-link:hover {
  background: #0e76e6; }

.jssocials-share-stumbleupon .jssocials-share-link {
  background: #eb4823; }

.jssocials-share-stumbleupon .jssocials-share-link:hover {
  background: #c93412; }

.jssocials-share-whatsapp .jssocials-share-link {
  background: #29a628; }

.jssocials-share-whatsapp .jssocials-share-link:hover {
  background: #1f7d1e; }

.jssocials-share-telegram .jssocials-share-link {
  background: #2ca5e0; }

.jssocials-share-telegram .jssocials-share-link:hover {
  background: #1c88bd; }

.jssocials-share-line .jssocials-share-link {
  background: #25af00; }

.jssocials-share-line .jssocials-share-link:hover {
  background: #1a7c00; }

.jssocials-share-viber .jssocials-share-link {
  background: #7b519d; }

.jssocials-share-viber .jssocials-share-link:hover {
  background: #61407b; }

.jssocials-share-pocket .jssocials-share-link {
  background: #ef4056; }

.jssocials-share-pocket .jssocials-share-link:hover {
  background: #e9132e; }

.jssocials-share-messenger .jssocials-share-link {
  background: #0084ff; }

.jssocials-share-messenger .jssocials-share-link:hover {
  background: #006acc; }

.jssocials-share-vkontakte .jssocials-share-link {
  background: #45668e; }

.jssocials-share-vkontakte .jssocials-share-link:hover {
  background: #344d6c; }

.jssocials-share-link {
  padding: 0.5em 0.6em;
  color: #fff;
  -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
  transition: background 200ms ease-in-out, border-color 200ms ease-in-out; }

.jssocials-share-link:hover, .jssocials-share-link:focus, .jssocials-share-link:active {
  color: #fff; }

.jssocials-share-count-box {
  position: relative;
  height: 2.5em;
  padding: 0 0.3em;
  margin-left: 0.3em;
  background: #f5f5f5;
  -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
  transition: background 200ms ease-in-out, border-color 200ms ease-in-out; }

.jssocials-share-count-box:hover {
  background: gainsboro; }

.jssocials-share-count-box:hover:after {
  border-color: transparent gainsboro transparent transparent; }

.jssocials-share-count-box:after {
  content: "";
  display: block;
  position: absolute;
  top: 0.85em;
  left: -0.3em;
  width: 0;
  height: 0;
  border-width: 0.4em 0.4em 0.4em 0;
  border-style: solid;
  border-color: transparent #f5f5f5 transparent transparent;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
  transition: background 200ms ease-in-out, border-color 200ms ease-in-out; }

.jssocials-share-count-box .jssocials-share-count {
  line-height: 2.5em;
  color: #444; }

.checkout-container .checkbox label::after {
  left: 0;
  top: 4px; }

.address-block {
  cursor: pointer;
  /*--  19.02.18 --*/ }

#product #quick_order_block {
  display: flex; }
  #product #quick_order_block #button-quick-order {
    height: 33px; }
  #product .quantity-box .input-group-btn .btn {
    height: 33px; }

.modal-close-button span:first-child {
  background: #111;
  width: 35px;
  height: 2px;
  display: flex;
  transform: rotate(45deg); }
  .modal-close-button span:last-child {
    width: 35px;
    height: 2px;
    display: flex;
    transform: rotate(-45deg);
    background: #111;
    margin-top: -2px; }

.personal-area-container {
  background: #fff;
  border: #fff;
  padding: 15px;
  margin-bottom: 15px; }
  .personal-area-container legend {
    padding: 0 0 5px 0; }
  .personal-area-container .list-unstyled {
    line-height: 20px !important; }
  .personal-area-container .adress-buttons-box {
    display: flex;
    justify-content: flex-end; }
  .personal-area-container .adress-buttons-box .back {
    margin-right: 10px; }
  .personal-area-container .password-buttons-box {
    display: flex; }
  .personal-area-container .password-buttons-box .back {
    margin-right: auto; }

.checkout-container .panel {
  border: 1px solid #5e8ee4 !important; }
  .checkout-container .panel-heading {
    border-bottom: 1px solid #ddd; }
  .checkout-container .panel-heading .panel-title h4 a {
    color: #333; }
  .checkout-container .panel-heading .panel-title h4 a:hover {
    color: #333;
    text-decoration: underline; }
  .checkout-container .panel-collapse .panel-body {
    padding: 15px; }

.informative_message {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3px 15px;
  min-height: 30px;
  flex-wrap: wrap; }
  .informative_message p {
    margin: 0;
    color: #fff; }
  .informative_message .informative_close {
    position: absolute;
    right: 15px;
    z-index: 2;
    top: auto; }
  .informative_message .btn-primary {
    border-radius: 0;
    padding: 4px 10px; }

.ftp-image {
  position: fixed;
  align-items: center;
  justify-content: center;
  z-index: 1100;
  background: rgba(0, 0, 0, 0.51);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 15px; }
  .ftp-image i {
    cursor: pointer;
    position: absolute;
    font-size: 21px;
    color: #ef532b;
    top: 20px;
    right: 25px; }
  .ftp-image img {
    max-width: 100% !important;
    border: 4px solid #333; }
  .ftp-image img:hover {
    cursor: zoom-out; }
  .ftp-image.fade {
    display: none; }
  .ftp-image.fade.in {
    display: flex; }

#unistor .modal-dialog {
  width: 670px; }
  #unistor .modal-header {
    text-align: center;
    padding: 25px 30px;
    background: #1d1d1d; }
  #unistor .modal-header h4 {
    font-size: 24px;
    line-height: 30px;
    text-transform: inherit;
    font-weight: 400; }
  #unistor .modal-header button {
    position: absolute;
    top: 7px;
    right: 5px; }
  #unistor .modal-body ul {
    line-height: 46px; }
  #unistor .modal-body ul li {
    font-size: 20px;
    color: #333; }
  #unistor .modal-body ul li span {
    margin-right: 10px;
    background: #57d6e9;
    color: #1d1d1d;
    font-size: 24px;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center; }
  #unistor .modal-body ul li a {
    color: #57d6e9;
    border-bottom: 1px dashed; }
  #unistor .modal-body ul li.accesses {
    margin: -18px 0 22px 4px;
    height: 20px; }
  #unistor .modal-body ul li.accesses span {
    opacity: 0; }
  #unistor .modal-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    padding: 0 0 30px; }
  #unistor .modal-footer button {
    border-radius: 4px;
    background: #1d1d1d;
    color: #fff;
    padding: 8px 20px;
    font-size: 18px;
    font-weight: bold;
    border: none; }
  #unistor .modal-footer button:hover {
    background: #57d6e9;
    color: #1d1d1d; }

.ftp-image img {
  max-height: 100%; }

.filters-box .jq-selectbox ul {
  max-height: 175px !important; }

@media (min-width: 1400px) {
  body:not(.fullwidth-theme) .container {
    width: 1358px;
    max-width: 100%; }
    body.fullwidth-theme .container {
      width: 100%; } }

@media (max-width: 991px) {
    .product-thumb .description {
      height: auto !important; }
      .product-thumb .description .description-top {
        display: block !important; }
        .product-thumb .description .description-top .description-text {
          display: none !important; } }

.zft-nav ul {
  padding: 0; }
  .zft-nav ul li {
    border: 1px solid transparent !important;
    margin: 0 5px;
    font-weight: 400;
    padding: 6px 10px; }
  .zft-nav ul li:not(.active) span {
    color: #333;
    border-bottom: 2px dotted; }
  .zft-nav ul li:not(.active):hover {
    color: #333;
    background: none;
    border: 1px solid #1d1d1d !important; }
  .zft-nav ul li:not(.active):hover span {
    color: #333;
    border-bottom: 2px dotted transparent; }
  .zft-nav ul li.active {
    color: #333;
    background: none;
    border: 1px solid #1d1d1d !important; }
  .zft-nav ul li.active:hover {
    background: none !important;
    color: #333; }

.fonts-toggle {
  display: flex;
  align-items: flex-start;
  position: fixed;
  z-index: 900;
  top: 0;
  bottom: 0;
  margin: auto 0;
  height: 20px;
  transition: 0.3s;
  right: -200px; }
  .fonts-toggle.active {
    transition: 0.3s;
    right: 0; }
  .fonts-toggle .btn {
    color: #fff;
    background: #1d1d1d;
    font-size: 20px;
    padding: 8px 12px;
    border-radius: 6px 0 0 6px;
    border: none; }
  .fonts-toggle .form-group {
    padding: 10px;
    border: 1px solid #ddd;
    background: #fff;
    flex-direction: column;
    display: flex;
    margin: 0;
    width: 200px; }
  .fonts-toggle .form-group small {
    display: block; }
  .fonts-toggle .form-group label {
    font-size: 14px;
    font-weight: 400; }
  .fonts-toggle .form-group select {
    border: 1px solid #ccc;
    font-size: 14px;
    height: 32px;
    padding: 5px 7px; }

.gm-style-mtc div &gt; div span img {
  transform: translateY(-0.15em) !important; }

.gm-style-mtc div &gt; div label {
  margin-bottom: 0 !important; }

#button_show_more {
  border-radius: 0;
  box-shadow: none !important;
  background-color: #fff;
  color: #333;
  border: 1px solid #1d1d1d;
  padding: 8px 15px; }
  #button_show_more:hover {
    background-color: #1d1d1d;
    color: #fff; }

.header-top .popover {
  border-radius: 0;
  border: 1px solid #ddd;
  min-width: 420px; }
  .header-top .popover .btn {
    margin-top: 10px;
    border-radius: 0;
    padding: 0.5em;
    width: calc(48% + 1px); }
  .header-top .popover .btn.btn-success {
    box-shadow: none;
    font-size: 13px;
    margin-right: 3px;
    background: #fff;
    color: #333;
    border: 1px solid #333; }
  .header-top .popover .btn.btn-success:hover {
    background: #fdde00;
    border-color: #fdde00; }
  .header-top .popover .btn.btn-primary {
    box-shadow: none;
    font-size: 13px;
    margin-right: 3px;
    padding: 0.5em;
    background: #fff;
    color: #6ba91b;
    border: 1px solid #6ba91b; }
  .header-top .popover .btn:hover {
    box-shadow: none; }
  .header-top .popover-title {
    border-radius: 0;
    padding: 20px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    line-height: 1.4em; }
  .header-top .popover-title br {
    display: none; }
  .header-top .popover-content {
    padding: 20px 30px 30px;
    font-size: 15px;
    line-height: 1.7em; }

html .modal-content {
  border-radius: 0 !important;
  /*==== 4 Ð²Ð¸Ð´ Ð¼ÐµÐ½ÑŽ ===*/ }
  html .modal-content .modal-header {
    background: #fff; }
  html .modal-content .modal-header .modal-title {
    color: #333; }
  html .modal-content .modal-header .modal-title i {
    background: #1d1d1d; }
  html .modal-content .btn, html .modal-content .btn-default {
    border-radius: 0 !important; }

.menu-vertical-multilevel .gm-style-mtc div &gt; div span img {
  transform: translateY(-0.15em) !important; }
  .menu-vertical-multilevel .gm-style-mtc div &gt; div label {
    margin-bottom: 0 !important; }
  @media (min-width: 992px) {
  .menu-vertical-multilevel #menuCategoryV .main-menu-category_item:hover .sub-menu-list {
    flex-direction: column;
    max-width: 400px;
    width: 100%;
    padding: 0;
    top: 1px; }
    .menu-vertical-multilevel #menuCategoryV .main-menu-category_item:hover .sub-menu-list .sub-child-menu-item {
      margin: 0;
      width: 100%;
      border: 1px solid transparent; }
      .menu-vertical-multilevel #menuCategoryV .main-menu-category_item:hover .sub-menu-list .sub-child-menu-item.hovered {
        position: initial;
        background: #57d6e9;
        border: 1px solid #57d6e9; }
        .menu-vertical-multilevel #menuCategoryV .main-menu-category_item:hover .sub-menu-list .sub-child-menu-item.hovered .sub-child-name {
          color: #1d1d1d;
          border-bottom: none; }
        .menu-vertical-multilevel #menuCategoryV .main-menu-category_item:hover .sub-menu-list .sub-child-menu-item.hovered .sub-child-wrap {
          display: block; }
      .menu-vertical-multilevel #menuCategoryV .main-menu-category_item:hover .sub-menu-list .sub-child-menu-item .sub-child-name-wrap {
        border-bottom: 1px solid #838383;
        margin: 0 5px; }
        .menu-vertical-multilevel #menuCategoryV .main-menu-category_item:hover .sub-menu-list .sub-child-menu-item .sub-child-name-wrap .ico-nav {
          width: auto !important; }
        .menu-vertical-multilevel #menuCategoryV .main-menu-category_item:hover .sub-menu-list .sub-child-menu-item .sub-child-name-wrap .sub-child-name {
          width: 100%;
          margin: 0;
          padding: 10px 5px;
          cursor: pointer;
          color: #1d1d1d;
          font-size: 14px;
          border-bottom: none;
          font-weight: 400;
          display: block !important; }
      .menu-vertical-multilevel #menuCategoryV .main-menu-category_item:hover .sub-menu-list .sub-child-menu-item .sub-child-wrap {
        display: none;
        position: absolute;
        left: 100%;
        top: 0;
        width: 100%;
        background: #fff;
        min-height: 516px;
        border: 1px solid #eee;
        border-top: 0; }
        .menu-vertical-multilevel #menuCategoryV .main-menu-category_item:hover .sub-menu-list .sub-child-menu-item .sub-child-wrap .sub-child-menu-wrap a {
          width: 100%;
          padding: 0;
          cursor: pointer;
          color: #1d1d1d;
          font-size: 14px;
          margin: 0; }
          .menu-vertical-multilevel #menuCategoryV .main-menu-category_item:hover .sub-menu-list .sub-child-menu-item .sub-child-wrap .sub-child-menu-wrap a .child-category {
            margin: 0;
            padding: 10px 5px; }
          .menu-vertical-multilevel #menuCategoryV .main-menu-category_item:hover .sub-menu-list .sub-child-menu-item .sub-child-wrap .sub-child-menu-wrap:hover {
            background: #57d6e9; }
          .menu-vertical-multilevel #menuCategoryV .main-menu-category_item:hover .sub-menu-list .sub-child-menu-item .sub-child-wrap .sub-child-menu-wrap .sub-child-name-wrap {
            width: 96%;
            display: flex;
            align-items: center; }
          .menu-vertical-multilevel #menuCategoryV .main-menu-category_item:hover .sub-menu-list .sub-child-menu-item .sub-child-wrap .sub-child-menu-wrap .sub-child-name-wrap .ico-second-child {
            display: flex;
            align-items: center; }
          .menu-vertical-multilevel #menuCategoryV .main-menu-category_item:hover .sub-menu-list .sub-child-menu-item .sub-child-wrap .sub-child-menu-wrap .sub-child2-menu-item.level4 {
            padding: 0; }
          .menu-vertical-multilevel #menuCategoryV .main-menu-category_item:hover .sub-menu-list .sub-child-menu-item .sub-child-wrap .sub-child-menu-wrap .sub-child2-menu-item.level4 a {
            padding: 5px;
            margin: 5px 0; }
        .menu-vertical-multilevel #menuCategoryV .main-menu-category_item:hover .sub-menu-list .sub-child-menu-item .sub-child-wrap .sub-child-menu-wrap.level3 .sub-child-name-wrap {
          margin: 0 !important;
          display: flex;
          flex-direction: column; }
          .menu-vertical-multilevel #menuCategoryV .main-menu-category_item:hover .sub-menu-list .sub-child-menu-item .sub-child-wrap .sub-child-menu-wrap.level3 .sub-child-name-wrap .sub-child-menu-image {
            background: #fff !important; }
            .menu-vertical-multilevel #menuCategoryV .main-menu-category_item:hover .sub-menu-list .sub-child-menu-item .sub-child-wrap .sub-child-menu-wrap.level3 .sub-child-name-wrap .sub-child-menu-image img {
              margin: 0 auto; }
          .menu-vertical-multilevel #menuCategoryV .main-menu-category_item:hover .sub-menu-list .sub-child-menu-item .sub-child-wrap .sub-child-menu-wrap.level3 .sub-child-name-wrap a.mega {
            margin: 0 5px;
            border: 1px solid transparent; }
          .menu-vertical-multilevel #menuCategoryV .main-menu-category_item:hover .sub-menu-list .sub-child-menu-item .sub-child-wrap .sub-child-menu-wrap.level3:hover .sub-child-name-wrap {
            background: #57d6e9;
            margin: 0 5px;
            width: 100%; }

    .menu-vertical-multilevel #menuCategoryV .main-menu-category_item:hover .empty-subcat .sub-child-wrap {
      display: none !important; } }
  .menu-vertical-multilevel #mobileMenu .category1 * {
    color: #000 !important;
    background: transparent !important;
    font-weight: 500; }
  .menu-vertical-multilevel #mobileMenu .category1 .menu-image-link {
    border-bottom: 1px solid #e7e7e7;
    text-indent: 10px; }
  @media (max-width: 600px) {
        .menu-vertical-multilevel #mobileMenu .category1 .menu-image-link {
          text-indent: 0; }
          .menu-vertical-multilevel #mobileMenu .category1 .menu-image-link .item-line {
            flex-direction: row;
            justify-content: end; } }
  .menu-vertical-multilevel #mobileMenu .category2 .menu-image-sub-link a {
    text-indent: 10px; }
  @media (max-width: 600px) {
      .menu-vertical-multilevel #mobileMenu .category2 .menu-image-sub-link {
        padding-right: 50px;
        flex-direction: row;
        justify-content: center;
        text-indent: 0; }
        .menu-vertical-multilevel #mobileMenu .category2 .menu-image-sub-link .ico-nav {
          padding: 0; }
        .menu-vertical-multilevel #mobileMenu .category2 .menu-image-sub-link a {
          padding: 0;
          text-indent: 0 !important;
          width: auto; } }
  .menu-vertical-multilevel .main-vertical-menu {
    position: relative;
    margin-top: 20px;
    z-index: 10; }
  .menu-vertical-multilevel .main-vertical-menu .main-menu-top {
    display: flex;
    height: 42px; }
  .menu-vertical-multilevel .main-vertical-menu .main-menu-top .main-menu-title {
    cursor: pointer; }
  .menu-vertical-multilevel .main-vertical-menu .main-menu-top .main-menu-title h4 {
    border: 1px solid #fff;
    border-bottom: none;
    background: #57d6e9;
    color: #1d1d1d;
    height: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
    text-transform: uppercase; }
  .menu-vertical-multilevel .main-vertical-menu .main-menu-top .main-menu-title i {
    margin: 2px 15px 0 0; }
  .menu-vertical-multilevel .main-vertical-menu .main-menu-category {
    margin-bottom: 20px; }
  .menu-vertical-multilevel .main-vertical-menu .main-menu-category_list {
    border: 1px solid #fff;
    border-top: none;
    padding-top: 1px;
    height: 518px;
    width: 310px;
    position: absolute;
    display: none;
    background: #fff;
    z-index: 10; }
  @media (max-width: 1399px) {
        .menu-vertical-multilevel .main-vertical-menu .main-menu-category_list {
          width: 278px; } }
  @media (max-width: 1199px) {
        .menu-vertical-multilevel .main-vertical-menu .main-menu-category_list {
          width: 226px; } }
  .menu-vertical-multilevel .main-vertical-menu .main-menu-category_list .main-menu-category_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0 10px;
    min-height: 40px; }
  .menu-vertical-multilevel .main-vertical-menu .main-menu-category_list .main-menu-category_item &gt; .item-line {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    border-bottom: 1px solid #838383; }
  .menu-vertical-multilevel .main-vertical-menu .main-menu-category_list .main-menu-category_item &gt; .item-line i {
    float: right;
    color: #1d1d1d;
    opacity: 1; }
  .menu-vertical-multilevel .main-vertical-menu .main-menu-category_list .main-menu-category_item &gt; .item-line &gt; a {
    padding: 10px 5px;
    color: #1d1d1d;
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 14px; }
  @media (min-width: 992px) {
                .menu-vertical-multilevel .main-vertical-menu .main-menu-category_list .main-menu-category_item &gt; .item-line &gt; a .item-name {
                  width: 100%;
                  display: flex;
                  align-items: center; } }
    .menu-vertical-multilevel .main-vertical-menu .main-menu-category_list .main-menu-category_item &gt; .item-line &gt; a .item-name .number {
      padding-right: 1px;
      color: #1d1d1d;
      margin-right: 5px;
      border: 1px solid #1d1d1d;
      border-radius: 50%;
      min-width: 22px;
      height: 22px;
      align-items: center;
      justify-content: center;
      display: none; }
  .menu-vertical-multilevel .main-vertical-menu .main-menu-category_list .main-menu-category_item &gt; .item-line &gt; a .ico-nav {
    order: 2; }
  .menu-vertical-multilevel .main-vertical-menu .main-menu-category_list .main-menu-category_item &gt; .item-line &gt; a.right {
    justify-content: space-between; }
    .menu-vertical-multilevel .main-vertical-menu .main-menu-category_list .main-menu-category_item &gt; .item-line &gt; a.right .item-name {
      order: 1; }
  .menu-vertical-multilevel .main-vertical-menu .main-menu-category_list .main-menu-category_item &gt; .item-line &gt; a.left .item-name {
    display: flex;
    align-items: center;
    order: 3; }
    .menu-vertical-multilevel .main-vertical-menu .main-menu-category_list .main-menu-category_item &gt; .item-line &gt; a.left .ico-nav {
      margin: 0 5px;
      width: 45px; }
    .menu-vertical-multilevel .main-vertical-menu .main-menu-category_list .main-menu-category_item &gt; .item-line &gt; a.left .text {
      order: 3; }
  .menu-vertical-multilevel .main-vertical-menu .main-menu-category_list .main-menu-category_item &gt; .item-line &gt; a.top {
    flex-direction: column; }
    .menu-vertical-multilevel .main-vertical-menu .main-menu-category_list .main-menu-category_item &gt; .item-line &gt; a.top .item-name {
      order: 3; }
  .menu-vertical-multilevel .main-vertical-menu .main-menu-category_list .main-menu-category_item &gt; .item-line &gt; a.bottom {
    flex-direction: column; }
  .menu-vertical-multilevel .main-vertical-menu .main-menu-category_list .main-menu-category_item:hover .sub-menu-list {
    display: flex;
    margin-right: 5px;
    flex-wrap: wrap; }
  .menu-vertical-multilevel .main-vertical-menu .main-menu-category_list .main-menu-category_item:hover {
    background: #57d6e9; }
  .menu-vertical-multilevel .main-vertical-menu .main-menu-category_list .main-menu-category_item:hover &gt; .item-line a {
    color: #1d1d1d; }
    .menu-vertical-multilevel .main-vertical-menu .main-menu-category_list .main-menu-category_item:hover &gt; .item-line a span {
      color: #1d1d1d; }
    .menu-vertical-multilevel .main-vertical-menu .main-menu-category_list .main-menu-category_item:hover &gt; .item-line a .item-name .number {
      color: #1d1d1d;
      border: 1px solid #1d1d1d; }
  .menu-vertical-multilevel .main-vertical-menu .main-menu-category_list .main-menu-category_item &gt; .sub-menu-list {
    display: none;
    background: #fff;
    outline: 1px solid #d2dae1;
    top: 0;
    left: 100%;
    position: absolute;
    width: 1019px;
    padding: 25px;
    min-height: 516px; }
  .menu-vertical-multilevel .main-vertical-menu .main-menu-category_list .main-menu-category_item &gt; .sub-menu-list .shaded-before {
    width: 100% !important;
    display: none; }
  .menu-vertical-multilevel .main-vertical-menu .main-menu-category_list .main-menu-category_item &gt; .sub-menu-list.shaded .shaded-before {
    position: absolute;
    display: block;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .3);
    z-index: 6; }
  .menu-vertical-multilevel .main-vertical-menu .main-menu-category_list .main-menu-category_item &gt; .sub-menu-list.laminat-line {
    flex-direction: column; }
  .menu-vertical-multilevel .main-vertical-menu .main-menu-category_list .main-menu-category_item &gt; .sub-menu-list.laminat-line .sub-child-menu-item {
    width: 100%; }
    .menu-vertical-multilevel .main-vertical-menu .main-menu-category_list .main-menu-category_item &gt; .sub-menu-list.laminat-line .sub-child-menu-item &gt; a {
      font-size: 27px;
      background: #404040;
      color: #fff;
      font-weight: 400;
      padding: 5px 10px; }
    .menu-vertical-multilevel .main-vertical-menu .main-menu-category_list .main-menu-category_item &gt; .sub-menu-list.laminat-line .sub-child-menu-item .sub-child2-menu-item {
      display: flex;
      flex-wrap: wrap;
      margin: 0 -10px; }
    .menu-vertical-multilevel .main-vertical-menu .main-menu-category_list .main-menu-category_item &gt; .sub-menu-list.laminat-line .sub-child-menu-item .sub-child2-menu-item a {
      transition: 0.3s;
      align-items: flex-start;
      width: 22.5%;
      font-size: 21px;
      margin: 10px;
      flex-direction: column; }
    .menu-vertical-multilevel .main-vertical-menu .main-menu-category_list .main-menu-category_item &gt; .sub-menu-list.laminat-line .sub-child-menu-item .sub-child2-menu-item a:hover {
      transition: 0.3s;
      transform: scale(1.05);
      background: none;
      color: #000;
      border: none;
      text-decoration: none; }
    .menu-vertical-multilevel .main-vertical-menu .main-menu-category_list .main-menu-category_item &gt; .sub-menu-list.laminat-line .sub-child-menu-item .sub-child2-menu-item a::before {
      content: '';
      width: 100%;
      height: 165px;
      display: inline-flex;
      margin-bottom: 5px;
      border-radius: 4px;
      border: 1px solid #d2dae1;
      background: #fff; }
    .menu-vertical-multilevel .main-vertical-menu .main-menu-category_list .main-menu-category_item &gt; .sub-menu-list.laminat-line .sub-child-menu-item .first-line + .sub-child2-menu-item a:nth-child(1)::before {
      background: url('/catalog/view/theme/neoseo_unistor/image/laminat/31.jpg') center; }
      .menu-vertical-multilevel .main-vertical-menu .main-menu-category_list .main-menu-category_item &gt; .sub-menu-list.laminat-line .sub-child-menu-item .first-line + .sub-child2-menu-item a:nth-child(2)::before {
        background: url('/catalog/view/theme/neoseo_unistor/image/laminat/32.jpg') center; }
      .menu-vertical-multilevel .main-vertical-menu .main-menu-category_list .main-menu-category_item &gt; .sub-menu-list.laminat-line .sub-child-menu-item .first-line + .sub-child2-menu-item a:nth-child(3)::before {
        background: url('/catalog/view/theme/neoseo_unistor/image/laminat/33.jpg') center; }
      .menu-vertical-multilevel .main-vertical-menu .main-menu-category_list .main-menu-category_item &gt; .sub-menu-list.laminat-line .sub-child-menu-item .first-line + .sub-child2-menu-item a:nth-child(4)::before {
        background: url('/catalog/view/theme/neoseo_unistor/image/laminat/34.jpg') center; }
    .menu-vertical-multilevel .main-vertical-menu .main-menu-category_list .main-menu-category_item &gt; .sub-menu-list.laminat-line .sub-child-menu-item .second-line + .sub-child2-menu-item a:nth-child(1)::before {
      background: url('/catalog/view/theme/neoseo_unistor/image/laminat/tarkett.jpg') no-repeat center;
      background-size: contain; }
      .menu-vertical-multilevel .main-vertical-menu .main-menu-category_list .main-menu-category_item &gt; .sub-menu-list.laminat-line .sub-child-menu-item .second-line + .sub-child2-menu-item a:nth-child(2)::before {
        background: url('/catalog/view/theme/neoseo_unistor/image/laminat/balterio.jpg') no-repeat center;
        background-size: contain; }
      .menu-vertical-multilevel .main-vertical-menu .main-menu-category_list .main-menu-category_item &gt; .sub-menu-list.laminat-line .sub-child-menu-item .second-line + .sub-child2-menu-item a:nth-child(3)::before {
        background: url('/catalog/view/theme/neoseo_unistor/image/laminat/classen.jpg') no-repeat center;
        background-size: contain; }
      .menu-vertical-multilevel .main-vertical-menu .main-menu-category_list .main-menu-category_item &gt; .sub-menu-list.laminat-line .sub-child-menu-item .second-line + .sub-child2-menu-item a:nth-child(4)::before {
        background: url('/catalog/view/theme/neoseo_unistor/image/laminat/egger.jpg') no-repeat center;
        background-size: contain; }
  .menu-vertical-multilevel .main-vertical-menu .main-menu-category_list .main-menu-category_item &gt; .sub-menu-list.laminat-line .shaded-before {
    display: none; }
  .menu-vertical-multilevel .main-vertical-menu .main-menu-category_list .main-menu-category_item &gt; .sub-menu-list &gt; .sub-child-menu-item {
    width: 25%;
    position: relative;
    z-index: 5; }
  .menu-vertical-multilevel .main-vertical-menu .main-menu-category_list .main-menu-category_item &gt; .sub-menu-list &gt; .sub-child-menu-item &gt; a {
    color: #1d1d1d;
    width: 100%;
    margin-bottom: 10px;
    padding-right: 10px;
    font-size: 14px; }
    .menu-vertical-multilevel .main-vertical-menu .main-menu-category_list .main-menu-category_item &gt; .sub-menu-list &gt; .sub-child-menu-item &gt; a:hover {
      color: #1d1d1d !important;
      background: #57d6e9; }
  .menu-vertical-multilevel .main-vertical-menu .main-menu-category_list .main-menu-category_item &gt; .sub-menu-list &gt; .sub-child-menu-item .title &gt; span {
    justify-content: center;
    text-transform: uppercase;
    border-bottom: 2px solid #ef532c;
    padding: 5px 0 2px; }
  .menu-vertical-multilevel .main-vertical-menu .main-menu-category_list .main-menu-category_item &gt; .sub-menu-list &gt; .sub-child-menu-item .show-more-link {
    cursor: pointer;
    font-size: 13px;
    white-space: nowrap;
    border-bottom: 1px dotted;
    display: inline-flex;
    margin-bottom: 20px; }
    .menu-vertical-multilevel .main-vertical-menu .main-menu-category_list .main-menu-category_item &gt; .sub-menu-list &gt; .sub-child-menu-item .show-more-link:hover {
      font-weight: bold;
      color: #1d1d1d;
      background: none; }
  .menu-vertical-multilevel .main-vertical-menu .main-menu-category_list .main-menu-category_item &gt; .sub-menu-list &gt; .sub-child-menu-item .sub-child-menu-image {
    margin: 0; }
    .menu-vertical-multilevel .main-vertical-menu .main-menu-category_list .main-menu-category_item &gt; .sub-menu-list &gt; .sub-child-menu-item .sub-child-menu-image img {
      display: block;
      height: 100%;
      width: 100%;
      max-width: 100px;
      max-height: 100px; }
    .menu-vertical-multilevel .main-vertical-menu .main-menu-category_list .main-menu-category_item &gt; .sub-menu-list &gt; .sub-child-menu-item .sub-child-menu-image:hover {
      background: none !important; }
  .menu-vertical-multilevel .main-vertical-menu .main-menu-category_list .main-menu-category_item &gt; .sub-menu-list .sub-child-menu-item {
    margin-bottom: 20px; }
  .menu-vertical-multilevel .main-vertical-menu .main-menu-category_list .main-menu-category_item &gt; .sub-menu-list .sub-child-menu-item .show-child-hidden {
    display: none; }
  .menu-vertical-multilevel .main-vertical-menu .main-menu-category_list .main-menu-category_item &gt; .sub-menu-list .sub-child-menu-item .have-hidden .show-child-hidden {
    display: block; }
  .menu-vertical-multilevel .main-vertical-menu .main-menu-category_list .main-menu-category_item &gt; .sub-menu-list .sub-child-menu-item .show-child-hidden, .menu-vertical-multilevel .main-vertical-menu .main-menu-category_list .main-menu-category_item &gt; .sub-menu-list .sub-child-menu-item .hide-child-hidden {
    padding: 5px;
    color: #57d6e9; }
    .menu-vertical-multilevel .main-vertical-menu .main-menu-category_list .main-menu-category_item &gt; .sub-menu-list .sub-child-menu-item .show-child-hidden:hover, .menu-vertical-multilevel .main-vertical-menu .main-menu-category_list .main-menu-category_item &gt; .sub-menu-list .sub-child-menu-item .hide-child-hidden:hover {
      background: none !important;
      color: #57d6e9 !important; }
  .menu-vertical-multilevel .main-vertical-menu .main-menu-category_list .main-menu-category_item &gt; .sub-menu-list .sub-child-menu-item .hide-child-hidden {
    display: none; }
  .menu-vertical-multilevel .main-vertical-menu .main-menu-category_list .main-menu-category_item &gt; .sub-menu-list .sub-child-menu-item.show-mode {
    z-index: 6; }
  .menu-vertical-multilevel .main-vertical-menu .main-menu-category_list .main-menu-category_item &gt; .sub-menu-list .sub-child-menu-item .child-show-mode {
    position: relative;
    z-index: 6; }
    .menu-vertical-multilevel .main-vertical-menu .main-menu-category_list .main-menu-category_item &gt; .sub-menu-list .sub-child-menu-item .child-show-mode .show-child-hidden {
      display: none; }
    .menu-vertical-multilevel .main-vertical-menu .main-menu-category_list .main-menu-category_item &gt; .sub-menu-list .sub-child-menu-item .child-show-mode .hide-child-hidden {
      display: block; }
  .menu-vertical-multilevel .main-vertical-menu .main-menu-category_list .main-menu-category_item &gt; .sub-menu-list .sub-child-menu-item &gt; a {
    width: 100%;
    align-items: center;
    padding: 5px; }
    .menu-vertical-multilevel .main-vertical-menu .main-menu-category_list .main-menu-category_item &gt; .sub-menu-list .sub-child-menu-item &gt; a .ico-second-child {
      align-items: center; }
    .menu-vertical-multilevel .main-vertical-menu .main-menu-category_list .main-menu-category_item &gt; .sub-menu-list .sub-child-menu-item &gt; a .ico-second-child img {
      max-width: 25px;
      margin-right: 8px; }
  .menu-vertical-multilevel .main-vertical-menu .main-menu-category_list .main-menu-category_item &gt; .sub-menu-list .sub-child-menu-item a.child-hidden {
    display: none; }
  .menu-vertical-multilevel .main-vertical-menu .main-menu-category_list .main-menu-category_item &gt; .sub-menu-list .sub-child-menu-item .child-menu-list-hidden {
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    background: #fff;
    padding: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .8);
    display: none; }
    .menu-vertical-multilevel .main-vertical-menu .main-menu-category_list .main-menu-category_item &gt; .sub-menu-list .sub-child-menu-item .child-menu-list-hidden .child-category {
      font-weight: bold;
      color: #000; }
    .menu-vertical-multilevel .main-vertical-menu .main-menu-category_list .main-menu-category_item &gt; .sub-menu-list .sub-child-menu-item .child-menu-list-hidden a {
      display: block;
      padding: 5px; }
    .menu-vertical-multilevel .main-vertical-menu .main-menu-category_list .main-menu-category_item &gt; .sub-menu-list .sub-child-menu-item .child-menu-list-hidden a:hover {
      color: #1d1d1d;
      background: #57d6e9; }
    .menu-vertical-multilevel .main-vertical-menu .main-menu-category_list .main-menu-category_item &gt; .sub-menu-list .sub-child-menu-item .child-menu-list-hidden .child-hidden {
      display: block; }
  .menu-vertical-multilevel .main-vertical-menu .main-menu-category_list .main-menu-category_item &gt; .sub-menu-list .sub-child-menu-item .child-show-mode .child-menu-list-hidden {
    display: block; }
  .menu-vertical-multilevel .main-vertical-menu .main-menu-category_list .main-menu-category_item &gt; .sub-menu-list .sub-child2-menu-item {
    display: block;
    padding-left: 15px; }
  .menu-vertical-multilevel .main-vertical-menu .main-menu-category_list .main-menu-category_item &gt; .sub-menu-list .sub-child2-menu-item &gt; a {
    display: flex;
    align-items: center;
    padding: 5px;
    margin: -10px 0 10px;
    color: #1d1d1d; }
    .menu-vertical-multilevel .main-vertical-menu .main-menu-category_list .main-menu-category_item &gt; .sub-menu-list .sub-child2-menu-item &gt; a:hover {
      color: #1d1d1d;
      background: #57d6e9; }
  .menu-vertical-multilevel .main-vertical-menu .main-menu-category_list .main-menu-category_item &gt; .sub-menu-list .mega-image {
    position: absolute;
    bottom: 15px;
    right: 15px; }
  .menu-vertical-multilevel .main-vertical-menu .main-menu-category_list .main-menu-category_item.bg-img .mega-image {
    display: none; }
  .menu-vertical-multilevel .main-vertical-menu .main-menu-category .open {
    display: block; }

.products-content-search .product-layout {
  width: 100%; }

.module-grid-5 {
  grid-template-columns: repeat(5, 1fr); }

.module-grid-4 {
  grid-template-columns: repeat(4, 1fr); }

.module-grid-3 {
  grid-template-columns: repeat(3, 1fr); }

.module-grid-5, .module-grid-4, .module-grid-3 {
  display: grid; }
  .module-grid-5:before, .module-grid-4:before, .module-grid-3:before, .module-grid-5:after, .module-grid-4:after, .module-grid-3:after {
    display: none; }

@media (max-width: 1199px) {
  .module-grid-5 {
    grid-template-columns: repeat(2, 50%); } }

@media (max-width: 991px) {
  .module-grid-4.default, .module-grid-5.default, .module-grid-3.default {
    grid-template-columns: repeat(1, 1fr); }
    .module-grid-4.light, .module-grid-5.light, .module-grid-3.light {
      grid-template-columns: repeat(2, 50%); } }

[class*="product-product"] #content button, [class*="product-product"] #content a {
  border-radius: 0 !important; }

.article-block.module-grid-5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px; }
  @media (max-width: 1199px) {
  .article-block.module-grid-5 {
    grid-template-columns: repeat(3, 1fr); } }
  @media (max-width: 991px) {
  .article-block.module-grid-5 {
    grid-template-columns: repeat(2, 50%); } }
  @media (max-width: 767px) {
  .article-block.module-grid-5 {
    grid-template-columns: repeat(1, 100%); } }
  .article-block.module-grid-5 .image img {
    max-width: 92.5%; }
  .article-block.module-grid-5 .entry-meta {
    height: auto !important; }

/* Jet Cache: catalog/view/theme/default/stylesheet/neoseo_quick_order.css */

</pre></body></html>