.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: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	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;
}

/* 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;
}

.ui-widget-header {
	border: 1px solid #dddddd;
	background: #e9e9e9;
	color: #333333;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333;
}
/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}
.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 #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}
.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 {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: normal;
	color: #ffffff;
}
.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-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 */
}
/*.ui-widget-header .ui-icon {
	background-image: url("images/ui-icons_444444_256x240.png");
}*/

/* 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;
}

.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 <= 11 */
	overflow: visible;
}

/**/
.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;
}
.ui-widget.ui-widget-content {
	border: 1px solid rgb(152, 152, 152);
	/*border-top: none;*/
}
@media (max-width:750px){
	.ui-widget.ui-widget-content {
		border: 1px solid rgb(175, 175, 175);
	}
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid rgb(152, 152, 152);
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}
.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{
	border: 1px solid #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}
/*,
.ui-button:hover,
.ui-button:focus */
.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;
	margin-top: -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;
	white-space: nowrap;
	position: absolute;
	width: 100%;
	padding-left: 14px;
	padding-right: 22px;
}
.ui-selectmenu-button.ui-button {
	text-align: left;
	/*white-space: nowrap;*/
	width: 14em;
}
.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}
.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-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;
}

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

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

.ui-widget {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}

.ui-widget .ui-widget {
	font-size: 1em;
}
/* Component containers
----------------------------------*/
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
/**/

.select-overflow {
	height: 150px;
	/*width: 252px;*/
}
.ui-widget{
	font-family: Arimo;
	font-family: Nunito;
}
.ui-menu-item,.ui-menu-item > .ui-state-active{
	font-size: 14px;
	color: rgb(70,70,70);
	font-size: 16px;
	color: rgb(24, 24, 24);
	line-height: 26px;
	border: none;
}
.ui-menu-item > .ui-state-focus, .ui-menu-item > .ui-state-active{
	margin: 0px;
}
.ui-menu-item > .ui-menu-item-wrapper{
	padding-left: 12px;
}
.ui-menu-item > .ui-state-active{
	background: #efefef;
}
.arrow-wrapper{
	width: 100%;
	max-width: 360px;
}
.hidden-select+.ui-selectmenu-button.ui-button,.visible-select+.ui-selectmenu-button.ui-button,.arrow-wrapper input{
	width: 100%;
	max-width: 360px;
	padding: 10px 0px;
	font-size: 14px;
	background: white;
	text-align: left;
	width: 100%;
	border: 1px solid rgb(152, 152, 152);
	color: rgb(70,70,70);
	height: 40px;
	line-height: 18px;
	/*white-space: nowrap;*/
}
form[name=checkout-mobile] .arrow-wrapper{
	max-width: 100%;
}
form[name=checkout-mobile] .hidden-select+.ui-selectmenu-button.ui-button, form[name=checkout-mobile] .visible-select+.ui-selectmenu-button.ui-button, form[name=checkout-mobile] .arrow-wrapper input{
	max-width: 100%;
}
.arrow-wrapper input{
	padding-left: 14px;
	padding-right: 22px;
	padding-right: 42px;
}
.clear-text{
	position: absolute;
	top: 13px;
	right: 27px;
	font-size: 15px;
	font-family: Arial;
	color: rgb(168, 155, 155);
	display: none;
	cursor: pointer;
	
	/*top: 4px;
	right: 21px;
	padding: 5px;*/
}
@media (max-width:750px){
	.clear-text{
		padding: 6px 3px;
		top: 3px;
		right: 24px;
	}
	.ui-menu-item, .ui-menu-item > .ui-state-active{
		font-size: 12px;
		line-height: 21px;
	}
	.hidden-select+.ui-selectmenu-button.ui-button,.visible-select+.ui-selectmenu-button.ui-button,.arrow-wrapper input{
		height: 37px;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-right: 47px;
		font-size: 12px;
	}
}
.arrow-wrapper input::-ms-clear{
    display: none;
}
.hidden-select+span{
	visibility: hidden;
}
.arrow-down,.arrow-up{
	position: absolute;
	right: 12px;
	top: 10px;
	cursor: pointer;
}
@media (max-width:750px){
	.arrow-down,.arrow-up{
		top: 11px;
		padding: 6px 2px;
		top: 5px;
		right: 10px;
	}
}
.arrow-down:before,.arrow-up:before{
	font: normal normal normal 14px/1 FontAwesome;
	color: rgb(140,140,140);
}
.arrow-down:before{
	content: '\f0d7';
}
.arrow-up:before{
	content: '\f0d8';
}
.arrow-wrapper{
	position: absolute;
}

.ui-selectmenu-button-closed .ui-icon, .ui-selectmenu-button-open .ui-icon{
	position: absolute;
	float: none;
	right: 11px;
	top: 38%;
	text-indent: unset;
}
form .ui-selectmenu-button-closed .ui-icon, .ui-selectmenu-button-open .ui-icon{
	top: 33%;
}
.ui-selectmenu-button-closed .ui-icon:before, .ui-selectmenu-button-open .ui-icon:before{
	font: normal normal normal 14px/1 FontAwesome;
	color: rgb(140,140,140);
}
.ui-selectmenu-button-closed .ui-icon:before{
	content: '\f0d7';
}
.ui-selectmenu-button-open .ui-icon:before{
	content: '\f0d8';
}

.option-select + .ui-selectmenu-button-closed, .option-select + .ui-selectmenu-button-open{
	line-height: 1em;
	padding: 0px 0px;
	/*width: 360px;
	max-width: 100%;*/
	background: white;
	width: auto;
	padding-right: 10px;
}
.ui-menu-item > .ui-menu-item-wrapper > img{
	height: 15px;
	margin-left: 8px;
	vertical-align: top;
	position: relative;
	top: 4px;
	border-radius: 2px;
}
.ui-menu-item > .ui-state-active{
	background: #f3f3f3;
}

.option-select2 + .ui-selectmenu-button-closed, .option-select2 + .ui-selectmenu-button-open, .option-select + .ui-selectmenu-button-closed, .option-select + .ui-selectmenu-button-open,
.option-select2 + .ui-selectmenu-button-closed:active, .option-select2 + .ui-selectmenu-button-open:active, .option-select + .ui-selectmenu-button-closed:active, .option-select + .ui-selectmenu-button-open:active{
	border: 1px solid rgb(155, 155, 155);
	color: inherit;
	background: white;
}
@media (max-width:750px){
	.option-select2 + .ui-selectmenu-button-closed, .option-select2 + .ui-selectmenu-button-open, .option-select + .ui-selectmenu-button-closed, .option-select + .ui-selectmenu-button-open,
	.option-select2 + .ui-selectmenu-button-closed:active, .option-select2 + .ui-selectmenu-button-open:active, .option-select + .ui-selectmenu-button-closed:active, .option-select + .ui-selectmenu-button-open:active{
		border: 1px solid rgb(175, 175, 175);
	}
}

@media (min-width:750px){
	.select-overflow {
		height: 153px;
	}
	.option-select2 + .ui-selectmenu-button-closed, .option-select2 + .ui-selectmenu-button-open{
		display: block;
		padding: 9px 0em;
		width: 100%;
		font-size: 0.9375em;
		line-height: 1em;
	}
	.option-select2 + .ui-selectmenu-button-closed > .ui-selectmenu-text, .option-select2 + .ui-selectmenu-button-open > .ui-selectmenu-text{
		color: #545454;
		color: rgb(24, 24, 24);
		position: relative;
	}
	.option-select2 + .ui-selectmenu-button-closed > .ui-icon, .option-select2 + .ui-selectmenu-button-open > .ui-icon{
		top: 9px;
	}
	.option-select + .ui-selectmenu-button-closed, .option-select + .ui-selectmenu-button-open{
		width: 100%;
		font-size: 15px;
		line-height: 20px;
	}
	.option-select + .ui-selectmenu-button-closed > .ui-selectmenu-text, .option-select + .ui-selectmenu-button-open > .ui-selectmenu-text{
		padding-top: 10px;
		padding-bottom: 10px;
		color: #545454;
	}
	.ui-menu-item,  .ui-menu-item > .ui-state-active{
		line-height: 22px;
		line-height: 24px;
	}
}
@media (max-width:750px){
	.option-select2 + .ui-selectmenu-button-closed, .option-select2 + .ui-selectmenu-button-open, .option-select + .ui-selectmenu-button-closed, .option-select + .ui-selectmenu-button-open{
		border-radius: 2px;
	}
	.option-select2 + .ui-selectmenu-button-closed > .ui-selectmenu-text, .option-select2 + .ui-selectmenu-button-open > .ui-selectmenu-text,.option-select + .ui-selectmenu-button-closed > .ui-selectmenu-text, .option-select + .ui-selectmenu-button-open > .ui-selectmenu-text{
		padding-left: 11px;
		padding-right: 12px;
	}
	.option-select2 + .ui-selectmenu-button-closed, .option-select2 + .ui-selectmenu-button-open{
		display: block;
		padding: 0px 0em;
		width: 100%;
		font-size: 0.9375em;
		line-height: 1em;
		margin-top: 4px;
		margin-bottom: 3px;
	}
	.option-select2 + .ui-selectmenu-button-closed > .ui-selectmenu-text, .option-select2 + .ui-selectmenu-button-open > .ui-selectmenu-text{
		color: #545454;
		position: relative;
	}
	.option-select2 + .ui-selectmenu-button-closed > .ui-icon, .option-select2 + .ui-selectmenu-button-open > .ui-icon{
		top: 9px;
	}
	.option-select + .ui-selectmenu-button-closed, .option-select + .ui-selectmenu-button-open{
		width: 100%;
		margin-top: 4px;
		margin-bottom: 7px;
	}
	.ui-selectmenu-button-closed .ui-icon, .ui-selectmenu-button-open .ui-icon{
		top: 9px;
	}
	.ui-menu-item > .ui-menu-item-wrapper > img{
		height: 15px;
		margin-left: 4px;
		top: 3px;
	}
	.container .ui-selectmenu-text{
		line-height: 18px;
		font-size: 12px;
		padding-top: 7px;
		padding-bottom: 7px;
	}
	
	.container .option-select + .ui-selectmenu-button-closed, .container .option-select + .ui-selectmenu-button-open{
		width: 100%;
		/*max-width: 50%;*/
		/*max-width: 90%;*/
	}
}

.option-select + .ui-selectmenu-button-closed .ui-selectmenu-text, .option-select + .ui-selectmenu-button-open .ui-selectmenu-text{
	position: static;
}
.option-select + .ui-selectmenu-button-closed .ui-selectmenu-text > img, .option-select + .ui-selectmenu-button-open .ui-selectmenu-text > img{
	height: 17px;
	margin-left: 7px;
	vertical-align: top;
	position: relative;
	height: 15px;
	margin-left: 8px;
	top: 2px;
	border-radius: 2px;
}

@media (min-width:750px){
	.ui-selectmenu-open > ul{
		max-height: 211px;
	}
	form[name=checkout] .hidden-select + .ui-selectmenu-button.ui-button, form[name=checkout] .visible-select + .ui-selectmenu-button.ui-button, form[name=checkout] .arrow-wrapper input{
		max-width: 100%!important;
		height: 46px!important;
		line-height: 22px!important;
		font-size: 16px!important;
		color: rgb(24, 24, 24)!important;
		border: 1px solid rgb(165, 165, 165)!important;
		border-radius: 0px!important;
	}
	form[name=checkout] .ui-selectmenu-text{
		padding-left: 16px!important;
	}
	form[name=checkout] .ui-selectmenu-button-closed .ui-icon, form[name=checkout] .ui-selectmenu-button-open .ui-icon{
		top: 27%!important;
	}
}


/*!
 * 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>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #ddd!important}}*{-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{text-decoration:none}a:focus,a:hover{}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}
 figure{margin:0}img{vertical-align:middle}.carousel-inner>.item>a>img,.carousel-inner>.item>img,.img-responsive,.thumbnail a>img,.thumbnail>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:750px){.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{}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{}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>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:750px){.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:750px){.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:750px){.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>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border:1px solid #ddd}.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border-bottom-width:2px}.table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.table-hover>tbody>tr:hover{background-color:#f5f5f5}table col[class*=col-]{position:static;display:table-column;float:none}table td[class*=col-],table th[class*=col-]{position:static;display:table-cell;float:none}.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active{background-color:#f5f5f5}.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover{background-color:#e8e8e8}.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success{background-color:#dff0d8}.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover{background-color:#d0e9c6}.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info{background-color:#d9edf7}.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover{background-color:#c4e3f3}.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning{background-color:#fcf8e3}.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover{background-color:#faf2cc}.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger{background-color:#f2dede}.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover{background-color:#ebcccc}.table-responsive{min-height:.01%;overflow-x:auto}@media screen and (max-width:549px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>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:750px){.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>.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:750px){.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:750px){.form-horizontal .form-group-lg .control-label{padding-top:14.33px;font-size:18px}}@media (min-width:750px){.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>.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>.dropdown-toggle.btn-default.focus,.open>.dropdown-toggle.btn-default:focus,.open>.dropdown-toggle.btn-default:hover{color:#333;background-color:#d4d4d4;border-color:#8c8c8c}.btn-default.active,.btn-default:active,.open>.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{}.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>.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>.dropdown-toggle.btn-primary.focus,.open>.dropdown-toggle.btn-primary:focus,.open>.dropdown-toggle.btn-primary:hover{color:#fff;background-color:#204d74;border-color:#122b40}.btn-primary.active,.btn-primary:active,.open>.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{}.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>.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>.dropdown-toggle.btn-success.focus,.open>.dropdown-toggle.btn-success:focus,.open>.dropdown-toggle.btn-success:hover{color:#fff;background-color:#398439;border-color:#255625}.btn-success.active,.btn-success:active,.open>.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>.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>.dropdown-toggle.btn-info.focus,.open>.dropdown-toggle.btn-info:focus,.open>.dropdown-toggle.btn-info:hover{color:#fff;background-color:#269abc;border-color:#1b6d85}.btn-info.active,.btn-info:active,.open>.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>.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>.dropdown-toggle.btn-warning.focus,.open>.dropdown-toggle.btn-warning:focus,.open>.dropdown-toggle.btn-warning:hover{color:#fff;background-color:#d58512;border-color:#985f0d}.btn-warning.active,.btn-warning:active,.open>.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>.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>.dropdown-toggle.btn-danger.focus,.open>.dropdown-toggle.btn-danger:focus,.open>.dropdown-toggle.btn-danger:hover{color:#fff;background-color:#ac2925;border-color:#761c19}.btn-danger.active,.btn-danger:active,.open>.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>.btn,.btn-lg{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.btn-group-sm>.btn,.btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-xs>.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>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{color:#262626;text-decoration:none;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{color:#fff;text-decoration:none;background-color:#337ab7;outline:0}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{color:#777}.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.open>.dropdown-menu{display:block}.open>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>.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:750px){.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>.btn,.btn-group>.btn{position:relative;float:left}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.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>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:last-child:not(:first-child)>.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>.btn+.dropdown-toggle{padding-right:8px;padding-left:8px}.btn-group>.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>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}
 
 
.btn-group-vertical>.btn:first-child:not(:last-child){border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:4px}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-top-right-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{display:table-cell;float:none;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.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>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn,textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn,textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.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>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.input-group-btn:last-child>.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>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.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>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:active,.input-group-btn>.btn:focus,

.input-group-btn>.btn:hover{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{z-index:2;margin-left:-1px}.nav{padding-left:0;margin-bottom:0;list-style:none}

.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:focus,.nav>li>a:hover{text-decoration:none;background-color:#eee}

.nav>li.disabled>a{color:#777}.nav>li.disabled>a:focus,.nav>li.disabled>a:hover{color:#777;text-decoration:none;cursor:not-allowed;background-color:transparent}


.nav .open>a,.nav .open>a:focus,.nav .open>a:hover{background-color:#eee;border-color:#337ab7}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>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>li{float:none}.nav-tabs.nav-justified>li>a{margin-bottom:5px;text-align:center}
.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:750px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:750px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}
.nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover{color:#fff;background-color:#337ab7}.nav-stacked>li{float:none} 
 
 .nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:750px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:750px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border-bottom-color:#fff}}
 
 
 @media (min-width:750px){.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)}
 .tab-content>.tab-pane{display:none}.tab-content>.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:750px){.navbar{border-radius:4px}}
 
 .navbar-collapse.in{overflow-y:auto}
 @media (min-width:750px){
 .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>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:-15px;margin-left:-15px}@media (min-width:750px){.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:750px){.navbar-static-top{border-radius:0}}.navbar-fixed-bottom,.navbar-fixed-top{position:fixed;right:0;left:0;z-index:1030}@media (min-width:750px){.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>img{display:block}@media (min-width:750px){.navbar>.container .navbar-brand,.navbar>.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:750px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:549px){.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>li>a{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:focus,.navbar-nav .open .dropdown-menu>li>a:hover{background-image:none}}@media (min-width:750px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>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:750px){.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>.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:549px){.navbar-form .form-group{margin-bottom:5px}.navbar-form .form-group:last-child{margin-bottom:0}}@media (min-width:750px){.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>li>
 
 
 
 .dropdown-menu{margin-top:0;border-top-left-radius:0;border-top-right-radius:0}.navbar-fixed-bottom .navbar-nav>li>.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:750px){.navbar-text{float:left;margin-right:15px;margin-left:15px}}@media (min-width:750px){.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>li>a{color:#777}.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:focus,.navbar-default .navbar-nav>.disabled>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>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover{color:#555;background-color:#e7e7e7}@media (max-width:549px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>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>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:focus,.navbar-inverse .navbar-nav>.disabled>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>.open>a,.navbar-inverse .navbar-nav>.open>a:focus,.navbar-inverse .navbar-nav>.open>a:hover{color:#fff;background-color:#080808}@media (max-width:549px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>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>li{display:inline-block}.breadcrumb>li+li:before{padding:0 5px;color:#ccc;content:"/\00a0"}.breadcrumb>.active{color:#777}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>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>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{z-index:3;color:#23527c;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:2;color:#fff;cursor:default;background-color:#337ab7;border-color:#337ab7}.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px;line-height:1.3333333}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px;line-height:1.5}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>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>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:focus,.pager li>a:hover{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>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>.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>.badge,.nav-pills>.active>a>.badge{color:#337ab7;background-color:#fff}
 .list-group-item>.badge{float:right}
 .list-group-item>.badge+.badge{margin-right:5px}.nav-pills>li>a>.badge{margin-left:3px}.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>hr{border-top-color:#d5d5d5}.container .jumbotron,.container-fluid .jumbotron{border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:750px){.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>img,.thumbnail>img{margin-right:auto;margin-left:auto}a.thumbnail.active,a.thumbnail:focus,a.thumbnail:hover{border-color:#337ab7}.thumbnail .product-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>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{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>.pull-right{padding-left:10px}.media-left,.media>.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>.small,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>small{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>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>.small,.panel-title>.small>a,.panel-title>a,.panel-title>small,.panel-title>small>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>.list-group,.panel>.panel-collapse>.list-group{margin-bottom:0}.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-left-radius:3px;border-top-right-radius:3px}.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child{border-top-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>.panel-collapse>.table,.panel>.table,.panel>.table-responsive>.table{margin-bottom:0}.panel>.panel-collapse>.table caption,.panel>.table caption,.panel>.table-responsive>.table caption{padding-right:15px;padding-left:15px}.panel>.table-responsive:first-child>.table:first-child,.panel>.table:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table:first-child>thead:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table-responsive:last-child>.table:last-child,.panel>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child td,.panel>.table>tbody:first-child>tr:first-child th{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{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>.list-group,.panel-group .panel-heading+.panel-collapse>.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>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#337ab7}.panel-primary>.panel-heading{color:#fff;background-color:#337ab7;border-color:#337ab7}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#337ab7}.panel-primary>.panel-heading .badge{color:#337ab7;background-color:#fff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#337ab7}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}.panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}.panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}.panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}.panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive 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:750px){.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>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{content:"";border-width:10px}.popover.top>.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>.arrow:after{bottom:1px;margin-left:-10px;content:" ";border-top-color:#fff;border-bottom-width:0}.popover.right>.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>.arrow:after{bottom:-10px;left:1px;content:" ";border-right-color:#fff;border-left-width:0}.popover.bottom>.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>.arrow:after{top:1px;margin-left:-10px;content:" ";border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}.popover.left>.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>.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>.item>a>img,.carousel-inner>.item>img{line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner>.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>.item.active.right,.carousel-inner>.item.next{left:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.carousel-inner>.item.active.left,.carousel-inner>.item.prev{left:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right{left:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;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:750px){.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>.btn-group:after,.btn-group-vertical>.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>.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:549px){.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:549px){.visible-xs-block{display:block!important}}@media (max-width:549px){.visible-xs-inline{display:inline!important}}@media (max-width:549px){.visible-xs-inline-block{display:inline-block!important}}@media (min-width:750px) 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:750px) and (max-width:991px){.visible-sm-block{display:block!important}}@media (min-width:750px) and (max-width:991px){.visible-sm-inline{display:inline!important}}@media (min-width:750px) 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:549px){.hidden-xs{display:none!important}}@media (min-width:750px) 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}}


/*!
 *  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-family:'FontAwesome';src:url('../../../javascript/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0');src:url('../../../javascript/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../../../javascript/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../../../javascript/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../../../javascript/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../../../javascript/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal;font-display: swap;}.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>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}


@CHARSET 'UTF-8';

@font-face {
  font-family: "Arimo";
  src:url("../fonts/Arimo-Regular/Arimo-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; 
}
@font-face {
  font-family: "Arimo Medium";
  src:url("../fonts/Arimo-Medium/Arimo-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; 
}
@font-face {
  font-family: "Nunito";
  src:url("../fonts/Nunito/Nunito-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; 
}
@font-face {
  font-family: "Nunito Medium";
  src:url("../fonts/Nunito/Nunito-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; 
}
@font-face {
  font-family: "Nunito SemiBold";
  src:url("../fonts/Nunito/Nunito-SemiBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; 
}
#pauw95{
visibility: visible;
}
#pauw93{
visibility: visible;
}
.pauu126{
visibility: visible;
}
.pauu127{
visibility: visible;
}
.pauu128{
visibility: visible;
}
.filter-color-img{
visibility: visible;
}
.pauu202{
visibility: visible;
}
.pauu203{
visibility: visible;
}
.pauu204{
visibility: visible;
}
.pauu205{
visibility: visible;
}
.pauu7{
visibility: visible;
}
.pauu8{
visibility: visible;
}
.pauu9{
visibility: visible;
}
.category-link{
visibility: visible;
}
.cartmenu-size{
visibility: visible;
}
#pauw115{
visibility: visible;
}
#pauw116{
visibility: visible;
}
.pauu210{
visibility: visible;
}
#pauw36{
visibility: visible;
}
#pauw19{
visibility: visible;
}
.filter-custom{
visibility: visible;
}
.pauu182{
visibility: visible;
}
html{
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
}
body{
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
overflow-x: hidden;
background: #ffffff;
font-family: 'Arimo', Arial;
}
#pauw9{
display: none;
}
body > .pauu47{
display: none;
}
.pauu220{
padding: 0px;
margin: 0px;
}
.h1{
margin: 0px;
line-height: inherit;
font-weight: inherit;
color: inherit;
font-size: inherit;
}
.h2{
margin: 0px;
line-height: inherit;
font-weight: inherit;
color: inherit;
font-size: inherit;
}
.h3{
margin: 0px;
line-height: inherit;
font-weight: inherit;
color: inherit;
font-size: inherit;
}
h1{
margin: 0px;
line-height: inherit;
font-weight: inherit;
color: inherit;
font-size: inherit;
}
h2{
margin: 0px;
line-height: inherit;
font-weight: inherit;
color: inherit;
font-size: inherit;
}
h3{
margin: 0px;
line-height: inherit;
font-weight: inherit;
color: inherit;
font-size: inherit;
}
.pauu225{
display: table;
}
.pauu195{
vertical-align: top;
}
.pauu190.pauu195{
vertical-align: top;
}
.display_none{
display: none;
}
.class-inline{
display: inline;
}
.class-inline-block{
display: inline-block;
}
.pauu134{
user-select: none;
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
-o-user-select: none;
}
#pauw168{
user-select: none;
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
-o-user-select: none;
display: table;
}
.pauu0{
user-select: none;
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
-o-user-select: none;
cursor: default;
}
footer{
user-select: none;
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
-o-user-select: none;
display: block;
}
.products-suggestion-text{
user-select: none;
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
-o-user-select: none;
cursor: default;
}
.pauu58{
user-select: none;
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
-o-user-select: none;
}
.pauu56{
user-select: none;
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
-o-user-select: none;
}
.pauu218{
user-select: none;
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
-o-user-select: none;
cursor: default;
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", system-ui, sans-serif;
}
#pauw20 > div > div > a{
user-select: none;
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
-o-user-select: none;
border: 1px solid white;
border-bottom: 1px solid rgb(220, 220, 220);
font-family: Nunito;
display: block;
}
.pauu223 > div > span{
user-select: none;
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
-o-user-select: none;
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", system-ui, sans-serif;
font-size: 1.3125em;
color: rgb(160, 160, 160);
}
.pauu243 > div > span{
user-select: none;
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
-o-user-select: none;
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", system-ui, sans-serif;
font-size: 1.3125em;
color: rgb(160, 160, 160);
}
.pauu64 > div > div a{
user-select: none;
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
-o-user-select: none;
}
.default-pointer{
cursor: default;
}
#pauw8{
cursor: default;
color: rgb(234, 234, 234);
margin-top: 8px;
}
footer h5{
cursor: default;
font-size: 1.125em;
padding: 0px 0px 0px 0px;
margin: 0px 0px 5px 0px;
}
.pauu21{
visibility: hidden;
position: absolute;
z-index: -1;
}
.transition05{
transition: all 0.5s ease-in-out 0s;
-moz-transition: all 0.5s ease-in-out 0s;
-webkit-transition: all 0.5s ease-in-out 0s;
-o-transition: all 0.5s ease-in-out 0s;
}
ol{
margin-bottom: 0px;
}
ul{
margin-bottom: 0px;
}
a:focus{
text-decoration: none;
}
a:hover{
text-decoration: none;
}
label{
font-weight: normal;
}
input[type="checkbox"]{
margin: 0px;
}
input[type="radio"]{
margin: 0px;
}
.pauu342 .fa-stack{
font-size: 0.5333em;
line-height: 3.8125em;
height: 3.8125em;
}
.pauu342 .fa-star-o{
color: #999;
font-size: 1.875em;
}
#rating .fa-star-o{
color: #999;
font-size: 1.875em;
}
.pauu342 .fa-star{
color: #FC0;
font-size: 1.875em;
}
.pauu342 .fa-star + .fa-star-o{
color: #E69500;
}
.breadcrumb{
margin-top: 10px;
margin-bottom: 17px;
}
#pauw89{
margin-top: 20px;
margin-bottom: 20px;
}
.pauu192{
position: relative;
}
.pauu10{
display: flex;
flex-wrap: wrap;
}
.pauu312{
vertical-align: top;
}
.pauu364 .product-row2{
display: inline;
}
.pauu364 .col-lg-4{
float: none;
display: inline-block;
}
#pauw85{
display: none;
}
header{
padding: 0 0 0 0;
}
header button{
transition: none;
-moz-transition: none;
-webkit-transition: none;
}
.navbar{
min-height: auto;
margin-bottom: 0;
}
.navbar-fixed-top{
z-index: 100;
border-width: 0 0 0px;
opacity: 0.45;
left: unset;
top: unset;
bottom: 0px;
}
.pauu49 > div > div > div{
position: relative;
user-select: none;
}
.pauu49 > div > div > div > div{
position: absolute;
width: 100%;
opacity: 0;
top: 0px;
left: 0px;
transition: all 0.25s ease-in-out 0s;
-moz-transition: all 0.25s ease-in-out 0s;
-webkit-transition: all 0.25s ease-in-out 0s;
-o-transition: all 0.25s ease-in-out 0s;
}
.pauu49 > div > div > div > div:first-child{
display: block!important;
position: static!important;
opacity: 1;
}
#pauw54{
display: table;
}
#pauw54 > div{
display: table-row;
}
#pauw54 > div > div{
display: table-cell;
vertical-align: middle;
}
#pauw54 > div > div:first-child > a > img{
max-width: 100%;
}
#pauw54 > div > div:last-child{
display: table-cell;
padding-left: 4px;
vertical-align: middle;
}
#pauw54 > div > div:last-child > a > span:first-child{
color: #f22020;
}
#pauw202 td{
border: none;
}
.pauu59 > img{
width: 25px!important;
height: 25px!important;
position: relative;
top: 0px;
}
.desktop-ad-group-caption{
width: 100%;
max-width: 1500px;
margin: 0px auto;
font-size: 1.5em;
margin-bottom: 36px;
}
.desktop-ad-group-caption a{
font-size: 16px;
float: right;
color: rgb(27,48,90);
}
.top-ads-mobile+.mobile-ad-group-caption{
margin-top: 12px;
}
.mobile-ad-group-caption{
width: 100%;
font-size: 13px;
margin-bottom: 11px;
padding: 0px 7px;
}
.mobile-ad-group-caption a{
font-size: 12px;
float: right;
color: rgb(27,48,90);
position: relative;
top: 1px;
}
.pauu140 > .row{
color: inherit;
}
.pauu132 > .row{
color: inherit;
}
.pauu113 > .row{
color: inherit;
}
.pauu137{
padding: 1px 0px;
}
#pauw169 > .pauu141{
width: auto;
}
.pauu141 > div:first-child{
padding-right: 25px;
}
.pauu141 > div:first-child > span{
font-size: 0.70588em;
color: rgb(105, 105, 105);
position: relative;
margin-left: 5px;
}
#pauw169 .pauu137 > div:nth-child(1) > i{
position: absolute;
right: 5px;
display: block;
}
.pauu137 > div:nth-child(1){
border-left: 1px solid rgb(255, 255, 255);
position: relative;
cursor: pointer;
}
.pauu137 > .pauu112 > div{
border: 1px solid rgb(219, 219, 219);
}
.pauu137 > .pauu138 > div > div:nth-child(1) > div:nth-child(2) > div > div{
border-top: 1px solid rgb(203, 203, 203);
display: table;
transition: all 0.1s ease-in-out 0s;
cursor: pointer;
}
.pauu137 > .pauu142 > div > div:nth-child(1) > div:nth-child(2) > div > div{
border-top: 1px solid rgb(203, 203, 203);
display: table;
transition: all 0.1s ease-in-out 0s;
cursor: pointer;
}
.pauu137 > .pauu112 > div > div:nth-child(2) > button{
color: white;
width: 100%;
background: rgb(96, 107, 137);
border: 1px solid rgb(87, 97, 125);
transition: all 0.1s ease-in-out 0s;
}
.pauu137 > .pauu112 > div > div:nth-child(3) > button{
border: none;
background: rgba(255, 255, 255, 0);
color: rgb(30, 30, 30);
}
.pauu137 > .pauu112 > div > div:nth-child(1){
overflow-y: auto;
scrollbar-color: rgb(112, 123, 153) rgb(214, 214, 214);
scrollbar-width: thin;
}
.pauu137 > .pauu139 > div > div:nth-child(1) > div > div{
padding: 0px 20px;
}
.pauu137 > .pauu139 > div > div:nth-child(1) > div:first-child{
border-bottom: 1px solid rgb(203, 203, 203);
padding-left: 7px;
padding-right: 7px;
padding-bottom: 12px;
padding-top: 5px;
}
.pauu139 .pauu144 > input{
display: inline-block;
border: 1px solid rgb(203, 203, 203);
line-height: 1em;
}
.pauu139 .irs--flat .irs-from{
background-color: rgb(227, 125, 125);
}
.pauu139 .irs--flat .irs-to{
background-color: rgb(227, 125, 125);
}
.pauu139 .irs--flat .irs-single{
background-color: rgb(227, 125, 125);
}
.pauu139 .irs--flat .irs-bar{
background-color: rgb(227, 125, 125);
}
.pauu139 .irs--flat .irs-from:before{
border-top-color: rgb(227, 125, 125);
}
.pauu139 .irs--flat .irs-to:before{
border-top-color: rgb(227, 125, 125);
}
.irs--flat .irs-single:before{
border-top-color: rgb(227, 125, 125);
}
.pauu139 .irs--flat .irs-handle > i:first-child{
background-color: rgb(207, 110, 110);
}
.pauu139 .irs--flat .irs-handle.state_hover > i:first-child{
background-color: rgb(167, 82, 82);
}
.pauu139 .irs--flat .irs-handle:hover>i:first-child{
background-color: rgb(167, 82, 82);
}
#pauw168 > div:nth-child(2) > div:first-child{
vertical-align: middle;
text-align: right;
padding-top: 3px;
}
#pauw168 > div:nth-child(2) > div:nth-child(2){
vertical-align: middle;
}
#pauw168 > div:nth-child(2) > div:nth-child(2) > div{
display: inline-block;
padding: 1px 1.0588%;
margin-bottom: 4px;
}
#pauw168 > div:nth-child(2) > div:nth-child(2) > div > div{
color: rgb(110, 110, 110);
border: 1px solid rgb(220, 220, 220);
border-radius: 5px;
line-height: 1em;
white-space: nowrap;
}
#pauw168 > div:nth-child(2) > div:nth-child(2) > div > div > i{
margin-left: 6px;
cursor: pointer;
}
#pauw168 > div:nth-child(2) > div:nth-child(2) > .pauu135 > div{
background: rgb(96, 107, 137);
border: 1px solid rgb(87, 97, 125);
color: white;
}
.pauu137 > .pauu139 > div > div:nth-child(1){
overflow: hidden;
}
.pauu137 > .pauu112{
position: absolute;
transition: all 0.4s ease-in-out 0s;
overflow-y: hidden;
margin-top: -1px;
font-size: 16px;
height: 0px;
z-index: 1000;
background: rgba(255, 255, 255, 1);
}
.pauu137 > .pauu112 > div > div:nth-child(1)::-webkit-scrollbar{
width: 8px;
}
.pauu137 > .pauu112 > div > div:nth-child(1)::-webkit-scrollbar-thumb{
border-radius: 0px;
background-color: rgb(112, 123, 153);
}
.pauu137 > .pauu112 > div > div:nth-child(1)::-webkit-scrollbar-track{
border-radius: 0;
padding-right: 10px;
background-color: rgb(214, 214, 214);
}
.pauu137 > .pauu112 > div > div:nth-child(2){
padding-left: 10px;
padding-right: 10px;
margin-top: 13px;
}
.pauu137 > .pauu112 > div > div:nth-child(1) > .pauu143{
font-size: 14px;
color: rgb(100, 100, 100);
padding-left: 10px;
padding-right: 10px;
padding-bottom: 9px;
}
.pauu139 .pauu144 > input::-ms-clear{
display: none;
}
.pauu137 > .pauu138 > div > div:nth-child(1) > div:nth-child(2) > div > div:hover{
background: rgb(241, 242, 246);
}
.pauu137 > .pauu142 > div > div:nth-child(1) > div:nth-child(2) > div > div:hover{
background: rgb(241, 242, 246);
}
.pauu137 > .pauu138 > div > div:nth-child(1) > div:nth-child(2) > div > div > div{
display: table-row;
}
.pauu137 > .pauu142 > div > div:nth-child(1) > div:nth-child(2) > div > div > div{
display: table-row;
}
.pauu137 > .pauu138 > div > div:nth-child(1) > div:nth-child(2) > div > div > div > div{
display: table-cell;
vertical-align: middle;
}
.pauu137 > .pauu142 > div > div:nth-child(1) > div:nth-child(2) > div > div > div > div{
display: table-cell;
vertical-align: middle;
}
.pauu137 > .pauu138 > div > div:nth-child(1) > div:nth-child(2) > div > div > div > div:first-child{
width: 100%;
max-width: 140px;
white-space: normal;
text-overflow: ellipsis;
overflow-x: hidden;
line-height: 20px;
}
.pauu137 > .pauu142 > div > div:nth-child(1) > div:nth-child(2) > div > div > div > div:first-child{
width: 100%;
max-width: 140px;
white-space: normal;
text-overflow: ellipsis;
overflow-x: hidden;
line-height: 20px;
}
.pauu137 > .pauu138 > div > div:nth-child(1) > div:nth-child(2) > div > div > div > div:first-child > img{
width: 15px;
}
.pauu137 > .pauu142 > div > div:nth-child(1) > div:nth-child(2) > div > div > div > div:first-child > img{
width: 15px;
}
.pauu137 > .pauu138 > div > div:nth-child(1) > div:nth-child(2) > div > div > div > div:nth-child(2){
display: table-cell;
vertical-align: middle;
position: relative;
top: 1px;
}
.pauu137 > .pauu142 > div > div:nth-child(1) > div:nth-child(2) > div > div > div > div:nth-child(2){
display: table-cell;
vertical-align: middle;
position: relative;
top: 1px;
}
.pauu139 .pauu145{
margin: 0px 15px;
}
div > .pauu139 .pauu145{
border: 1px solid rgb(208, 208, 213);
}
div > .pauu139 .pauu145 > div{
background: rgb(217, 218, 224);
}
div > .pauu139 .pauu145 > span{
background: rgb(95, 109, 144);
border: 1px solid rgb(95, 109, 144);
border-radius: 0px;
}
div > .pauu139 .pauu145 > .ui-state-hover{
background: rgb(95, 109, 144);
border: 1px solid rgb(95, 109, 144);
border-radius: 0px;
}
#pauw168 .selected{
background: rgb(239, 241, 250);
}
.category-header-menu{
transition: all 0.55s ease-in-out 0s;
-moz-transition: all 0.55s ease-in-out 0s;
-webkit-transition: all 0.55s ease-in-out 0s;
-o-transition: all 0.55s ease-in-out 0s;
}
#filter-forms-list > .filter-form{
display: none;
}
#filter-forms-wrapper{
position: absolute;
z-index: 1000;
width: 100%;
background: rgba(255,255,255,0.97);
border-bottom: 1px solid rgb(230, 230, 230);
left: 0px;
display: none;
overflow-y: hidden;
height: 0px;
}
#filter-bottom-chevron{
text-align: center;
}
#filter-bottom-chevron .fa-chevron-down{
display: none;
font-size: 8px;
margin-top: 46px;
position: relative;
top: 8px;
color: rgb(230, 230, 230);
z-index: 1005;
background: rgb(255,255,255);
visibility: hidden;
}
#filter-forms-color a{
vertical-align: top;
}
#filter-forms-price a{
margin-left: 12px;
}
.filter-form a .fa-plus{
color: black;
}
.filter-form input[type=checkbox]{
margin-left: 6px;
margin-right: 12px;
}
.category-link-unselected{
cursor: pointer;
}
.category-link-selected{
cursor: pointer;
background-color: rgb(239, 241, 250);
}
.color-col{
display: inline-block;
width: 208px;
margin-right: 1px;
transition: all 0.5s ease-in-out 0s;
-moz-transition: all 0.5s ease-in-out 0s;
-webkit-transition: all 0.5s ease-in-out 0s;
-o-transition: all 0.5s ease-in-out 0s;
cursor: pointer;
background-color: white;
margin-top: 1px;
padding: 4px 0px 4px 4px;
}
.color-col-selected{
display: inline-block;
width: 208px;
margin-right: 1px;
transition: all 0.5s ease-in-out 0s;
-moz-transition: all 0.5s ease-in-out 0s;
-webkit-transition: all 0.5s ease-in-out 0s;
-o-transition: all 0.5s ease-in-out 0s;
cursor: pointer;
background-color: rgb(239, 241, 250);
margin-top: 1px;
padding: 4px 0px 4px 4px;
}
.color-col .color-text{
margin-left: 5px;
display: inline-block;
font-size: 1em;
vertical-align: top;
width: 110px;
overflow: hidden;
text-overflow: ellipsis;
}
.color-col-selected .color-text{
margin-left: 5px;
display: inline-block;
font-size: 1em;
vertical-align: top;
width: 110px;
overflow: hidden;
text-overflow: ellipsis;
}
.no-color > img{
display: none;
}
div > .no-color > .color-text{
height: 38px;
vertical-align: middle;
text-align: center;
}
.color-col input{
float: right;
}
.color-col-selected input{
float: right;
}
.color-col img{
width: 38px;
}
.color-col-selected img{
width: 38px;
}
.color-col:hover{
background-color: rgb(250, 250, 255);
}
.color-image{
margin-top: -38px;
width: 38px;
height: 38px;
border: 5px solid rgba(250, 250, 255, 0.03);
position: absolute;
}
#filter-forms-color br{
clear: both;
}
#filter-forms-price-minmax-wrapper{
clear: both;
}
.filters-forms-caption{
display: none;
}
#filter-forms-buttons{
overflow-y: hidden;
display: none;
height: 0px;
margin-top: 20px;
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", system-ui, sans-serif;
font-size: 0.9375em;
}
#pauw168 > div{
display: table-row;
}
#pauw168 > div > div{
display: table-cell;
}
#category-header-img-color > img{
margin-left: 3px;
}
#category-header-img-color > img:first-child{
margin-left: 0px;
}
.pauu0 > h1{
color: inherit;
display: inline-block;
}
div.pauu212 > div+.table-bordered{
margin-top: 24px;
}
div.pauu46 > div{
height: auto;
}
.pauu212{
position: static;
line-height: 1.2625em;
background-color: white;
padding-bottom: 0px;
}
.pauu212 #pauw119{
color: rgb(75,75,75);
opacity: 1;
}
.pauu212 .pauu217{
color: rgb(75,75,75);
opacity: 1;
}
.pauu212 #pauw119:hover{
color: rgb(50, 50, 50);
}
.pauu212 .pauu217:hover{
color: rgb(50, 50, 50);
}
#pauw11{
display: none;
}
#pauw156{
padding-top: 28px;
}
#pauw71{
padding-top: 28px;
}
.pauu38 #pauw149{
display: none;
}
.pauu38 #pauw151{
display: none;
}
.pauu38 #pauw155{
display: none;
}
.pauu38 #pauw156{
display: none;
}
.pauu38 #pauw70{
display: none;
}
.pauu38 #pauw71{
display: none;
}
.pauu38 #pauw150{
display: block;
}
.pauu38 #pauw153{
display: block;
}
.pauu39 #pauw150{
display: none;
}
.pauu39 #pauw153{
display: none;
}
.pauu39 #pauw155{
display: none;
}
.pauu39 #pauw156{
display: none;
}
.pauu39 #pauw71{
display: none;
}
.pauu39 #pauw70{
display: none;
}
.pauu39 #pauw149{
display: block;
}
.pauu39 #pauw151{
display: block;
}
.pauu40 #pauw149{
display: none;
}
.pauu40 #pauw151{
display: none;
}
.pauu40 #pauw150{
display: none;
}
.pauu40 #pauw153{
display: none;
}
.pauu40 #pauw71{
display: none;
}
.pauu40 #pauw155{
display: block;
}
.pauu40 #pauw156{
display: block;
}
.pauu41 #pauw149{
display: none;
}
.pauu41 #pauw151{
display: none;
}
.pauu41 #pauw150{
display: none;
}
.pauu41 #pauw153{
display: none;
}
.pauu41 #pauw70{
display: block;
}
.pauu41 #pauw71{
display: block;
}
.pauu40 #pauw70{
display: none;
}
.pauu41 #pauw156{
display: none;
}
.pauu41 #pauw155{
display: none;
}
.pauu154{
display: none;
}
form[name=forgot-password] .pauu178{
margin-top: 8px;
min-height: 20px;
}
form[name=resetcode] .pauu178{
margin-top: 8px;
min-height: 20px;
}
form[name=forgot-password] input[type=text]{
width: 100%;
max-width: none;
}
form[name=resetcode] input[type=text]{
width: 100%;
max-width: none;
}
form[name=resetcode] input[type=password]{
width: 100%;
max-width: none;
}
form[name=forgot-password] input[type=text]+div{
margin-top: 45px;
}
form[name=resetcode] input[type=text]+div{
margin-top: 45px;
}
.add-new-address:last-child{
white-space: nowrap;
}
.pauu253 .fa-caret-down{
margin-right: 7px;
font-size: 0.75em;
}
.pauu246 .pauu252 .pauu254{
border: none;
box-shadow: none;
}
.pauu246 .pauu252 .pauu255{
padding: 0px 14px;
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", system-ui, sans-serif;
font-size: 0.9375em;
}
.pauu187{
display: table;
}
.pauu278{
display: table;
}
.pauu272{
display: table;
}
.pauu266 > .pauu189 > .pauu190{
vertical-align: middle;
}
.pauu263 > .pauu189 > .pauu190{
vertical-align: middle;
}
.pauu266 > .pauu264 > .pauu190{
vertical-align: middle;
}
.pauu263 > .pauu264 > .pauu190{
vertical-align: middle;
}
.pauu265{
width: 100%;
}
.pauu286{
padding-bottom: 42px;
}
.pauu290{
padding-bottom: 42px;
}
.pauu289{
padding-bottom: 25px;
}
.pauu155{
text-align: center;
}
.pauu266{
padding-bottom: 12px;
width: 100%;
line-height: 19px;
}
.pauu263{
padding-bottom: 12px;
width: 100%;
line-height: 19px;
}
.pauu188 .pauu262{
float: left;
}
.pauu270 .modal-acocunt-cancel{
float: left;
}
.pauu257{
float: right;
}
.pauu186{
display: none;
}
.pauu246 > .pauu218:nth-child(2){
text-align: center;
}
.pauu246 .pauu234{
padding: 0px 14px;
}
.pauu251{
text-align: center;
margin-top: 28px;
font-size: 0.875em;
color: rgb(60,60,60);
bottom: 36px;
width: 100%;
left: 0px;
}
.pauu246 form[name=auth] > input+div+div{
margin-top: 12px;
}
.pauu246 form[name=auth] > div{
width: 100%;
}
.pauu246 form[name=auth] > input+div > span{
cursor: pointer;
}
.pauu246 form[name=auth] > input+div > span:first-child{
font-size: 0.9375em;
}
#pauw154{
display: none;
}
#pauw176{
display: table;
width: 100%;
}
#pauw176 > div > *{
vertical-align: middle;
}
#pauw176 > div > div:first-child{
font-size: 15px;
font-family: Nunito;
color: rgb(101, 101, 109);
line-height: 1em;
position: relative;
}
.pauu327{
padding-bottom: 0px;
padding: 1.6085%;
}
#pauw187{
margin-top: 0px;
display: block;
line-height: 1em;
margin-bottom: 9px;
color: rgb(24, 24, 24);
font-family: Nunito;
}
span + #pauw187{
margin-top: 16px;
}
#pauw183{
display: block;
}
form[name^=question] .pauu178{
margin-top: 3px;
margin-bottom: 3px;
font-size: 0.9375em;
line-height: 1.375em;
}
#pauw167{
position: absolute;
background: white;
width: 100%;
z-index: 9999;
text-align: center;
display: none;
}
.pauu234{
background: white;
border: 1px solid rgb(123,123,123);
font-size: 0.9375em;
position: relative;
height: 35px;
display: inline-block;
color: rgb(45,45,50);
vertical-align: bottom;
padding: 6.5px 20px;
cursor: pointer;
}
.pauu246 .pauu250 > div:last-child > *{
background: white;
border: 1px solid rgb(123,123,123);
font-size: 0.9375em;
position: relative;
height: 35px;
display: inline-block;
color: rgb(45,45,50);
vertical-align: bottom;
padding: 6.5px 20px;
cursor: pointer;
margin-top: 12px;
}
.pauu246 .pauu250 > div:last-child > *:last-child{
float: right;
}
.pauu74{
padding-left: 5px;
padding-right: 5px;
position: relative;
}
.pauu85{
color: rgb(240,89,89);
font-family: Arimo Medium;
display: none;
float: right;
}
.pauu88{
visibility: visible;
}
.product-text-brand-wrapper{
text-align: center;
}
.pauu91 .fa-heart{
float: right;
color: rgb(196, 196, 196);
cursor: pointer;
}
.pauu76{
position: absolute;
color: white;
}
.pauu80{
position: absolute;
color: white;
}
.pauu76 > div{
user-select: none;
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
-o-user-select: none;
font-family: 'Nunito Medium';
}
.pauu80 > div{
user-select: none;
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
-o-user-select: none;
font-family: 'Nunito Medium';
}
.pauu79{
display: inline-block;
background: #d04944;
}
.pauu78{
display: block;
background: #2b9148;
}
.pauu81{
display: block;
background: rgb(248, 107, 79);
}
.pauu86{
float: right;
background-color: rgb(240, 105, 105);
padding: 1px 5px;
color: white;
border-radius: 1px;
visibility: hidden;
}
.pauu83 hr{
border-top: 1px solid rgba(21, 27, 51, 0.03);
}
.pauu84{
min-height: auto;
height: auto;
}
.pauu87{
height: 20px;
width: 20px;
display: block;
margin-bottom: 8px;
border: 1px solid rgb(240,240,240);
}
.product-color-none{
height: 20px;
width: 20px;
display: block;
margin-bottom: 8px;
border: 1px solid rgba(240,240,240,0);
}
.pauu88 .product-text-brand0{
font-family: Arimo Medium;
text-transform: uppercase;
font-size: 0.92307em;
}
.pauu82{
text-align: center;
position: relative;
}
.pauu82 > div{
display: inline-block;
zoom: 1;
padding: 0px 6px;
cursor: pointer;
}
.pauu82 > div > span{
background: #D6D6D6;
display: block;
-webkit-backface-visibility: visible;
transition: opacity .2s ease;
border-radius: 30px;
}
.pauu82 > div:hover > span{
background: rgb(192, 192, 192)!important;
}
.pauu82 > .active > span{
background: rgb(192, 192, 192)!important;
}
footer ul > li > a{
cursor: pointer;
font-family: Nunito;
}
footer.fixed{
position: fixed;
bottom: 0px;
left: 0px;
width: 100%;
}
.pauu280 > .pauu193{
display: inline-block;
margin-right: 4px;
position: relative;
top: -4px;
}
.pauu274 > .pauu193{
display: inline-block;
margin-right: 4px;
position: relative;
top: -4px;
}
.pauu282 > div{
display: inline-block;
}
.pauu360{
cursor: pointer;
text-decoration: underline;
}
.pauu327 p a{
font-size: 1em;
}
#pauw171 #pauw174{
display: block;
font-size: 1.625em;
color: rgb(34.7, 34.7, 38.5);
margin-top: 19px;
}
#pauw176 > div{
display: table-row;
}
#pauw176 > div > *:nth-child(2){
padding-right: 6px;
}
#pauw201{
display: none;
}
#product-mobile-delivery{
display: none;
}
#product-mobile-return{
display: none;
}
#pauw199{
display: none;
}
.pauu362 > span:first-child{
display: block;
}
#pauw64{
display: none;
min-height: 1px;
float: none;
position: relative;
padding-right: 15px;
padding-left: 15px;
width: 100%;
max-width: 1500px;
margin: 17px auto 0px auto;
}
.pauu11{
float: none;
margin-left: auto;
margin-right: auto;
}
#pauw68{
float: right;
margin-top: 0px;
cursor: pointer;
}
.pauu271 .pauu249 p+p{
margin-top: -10px;
}
.pauu149 > a{
text-transform: uppercase;
display: none;
cursor: pointer;
}
#pauw69 > div{
display: none;
}
#pauw69 > div.active{
display: block;
}
#pauw69 > div table sup{
margin-left: 5px;
}
#pauw69 > div > .tab-subcaption+table{
margin-top: 12px;
}
#pauw69 > div > .tab-subcaption{
font-family: "Segoe UI Semibold", ".SFNS-Medium", ".SFNSText-Medium", "SF Pro Display Semibold", "Helvetica Neue Medium", ".HelveticaNeueDeskInterface-MediumP4", "Ubuntu Medium", "Open Sans SemiBold", "Roboto-Medium", "Fira Sans SemiBold", "Arial";
}
.tab-pane-heading{
font-size: 1.125em;
}
.table-bordered{
border-color: rgba(21, 27, 51, 0.16);
border-right: 0px;
}
.table-bordered>tbody>tr>td{
border-color: rgba(21, 27, 51, 0.16);
}
.table-bordered>tbody>tr>th{
border-color: rgba(21, 27, 51, 0.16);
}
.table-bordered>tfoot>tr>td{
border-color: rgba(21, 27, 51, 0.16);
}
.table-bordered>tfoot>tr>th{
border-color: rgba(21, 27, 51, 0.16);
}
.table-bordered>thead>tr>td{
border-color: rgba(21, 27, 51, 0.16);
border-bottom: 0px;
}
.table-bordered>thead>tr>th{
border-color: rgba(21, 27, 51, 0.16);
}
#pauw163 #pauw1 > h1{
font-size: 22px;
margin-bottom: 16px;
margin-top: 20px;
}
#pauw163 #pauw1{
font-family: Nunito;
line-height: 22px;
}
#pauw163 #pauw1 .images{
margin-top: 15px;
margin-bottom: 15px;
}
#pauw163 #pauw1 .images > img{
margin-right: 17px;
}
#pauw20{
position: fixed;
width: 100%;
z-index: 997;
background: rgba(0,0,0,0.0);
transition: all 0.5s ease-in-out 0s;
height: 100vh;
visibility: hidden;
}
#pauw20 > div{
max-width: 1325px;
}
#pauw20 > div > div:first-child > div:first-child{
font-size: 19px;
margin-bottom: 13px;
}
#pauw20 > div > div:first-child{
background: white;
left: 0px;
font-size: 14px;
height: 100vh;
position: absolute;
top: 0px;
transition: transform .5s ease-in-out;
z-index: 999;
transform: translateX(calc(100%*-1));
overflow: auto;
scrollbar-color: rgb(96, 107, 137) rgb(214, 214, 214);
scrollbar-width: thin;
}
#pauw20 > div > div:first-child::-webkit-scrollbar{
width: 8px;
}
#pauw20 > div > div:first-child::-webkit-scrollbar-thumb{
border-radius: 0px;
background-color: rgb(96, 107, 137);
}
#pauw20 > div > div:first-child::-webkit-scrollbar-track{
border-radius: 0;
padding-right: 10px;
background-color: rgb(214, 214, 214);
}
#pauw20 > div > div:last-child > div:not(:first-child){
scrollbar-color: rgb(96, 107, 137) rgb(214, 214, 214);
scrollbar-width: thin;
height: 100vh;
background: white;
display: none;
overflow: auto;
}
#pauw20 > div > div:last-child > div:not(:first-child)::-webkit-scrollbar{
width: 13px;
}
#pauw20 > div > div:last-child > div:not(:first-child)::-webkit-scrollbar-thumb{
border-radius: 0px;
background-color: rgb(96, 107, 137);
}
#pauw20 > div > div:last-child > div:not(:first-child)::-webkit-scrollbar-track{
border-radius: 0;
padding-right: 10px;
background-color: rgb(214, 214, 214);
}
#pauw20 > div > div:last-child{
display: none;
position: relative;
}
#pauw20 > div > div:last-child > div[data-category-id^="Information"] > div:first-child{
font-family: Nunito;
}
#pauw20 > div > div:last-child > div[data-category-id^="Information"] > div:first-child p{
margin: 0px;
}
#pauw20 > div > div:last-child > div[data-category-id^="Information"] > div:first-child b{
font-weight: normal;
font-family: Nunito Medium;
}
#pauw20 > div > div:last-child > div:not(:first-child) > div:first-child{
line-height: 1em;
vertical-align: top;
display: inline-block;
position: relative;
}
#pauw20 > div > div:last-child > div:not(:first-child) > div:first-child > div:first-child > div{
display: table-row;
}
#pauw20 > div > div:last-child > div:not(:first-child) > div:first-child > div:first-child > div > a{
display: table-cell;
font-family: Arimo;
}
#pauw20 > div > div:last-child > div:not(:first-child) > div:first-child > div:first-child > div > .active{
width: 108px;
font-size: 15px;
}
#pauw20 > div > div:last-child > div:not(:first-child) > div:first-child > div:first-child{
display: table;
width: 100%;
font-family: Nunito;
line-height: 16px;
}
#pauw20 > div > div:last-child > div:not([data-category-id^="Information"]) > div:first-child > div:nth-child(2){
column-count: 2;
column-gap: 42px;
}
#pauw20 > div > div:last-child > div:not(:first-child) > div:first-child > div > div{
page-break-after: avoid;
}
#pauw20 > div > div:last-child > div:not(:first-child) > div:nth-child(2){
vertical-align: top;
display: inline-block;
}
#pauw20 > div > div:last-child > div:not(:first-child) > div:nth-child(2) > img{
width: 100%;
border-radius: 10px;
}
#pauw20 > div > div:last-child > div:not([data-category-id^="Information"]) > div:first-child > div:nth-child(2) a{
display: block;
font-family: Nunito;
border-bottom: 1px solid rgba(255, 255, 255, 0);
}
#pauw20 > div > div:last-child > div:not([data-category-id^="Information"]) > div:first-child > div:nth-child(2) a:hover{
border-bottom: 1px solid rgb(153, 153, 153);
}
#pauw20 > div > div:last-child > div:not(:first-child) > div:first-child > div .pauu175{
color: rgb(80, 80, 80);
}
#pauw20 > div > div:last-child > div:first-child{
position: absolute;
top: 16px;
cursor: pointer;
}
#pauw20 > div > div:last-child > div:first-child > i{
color: white;
}
#pauw20 > div > div > a:hover{
background: rgb(96, 107, 137);
border: 1px solid rgb(87, 97, 125);
color: white;
border-radius: 7px;
}
#pauw140 > div:nth-child(3) > .btn{
color: white;
transition: all 0.5s ease-in-out 0s;
-moz-transition: all 0.5s ease-in-out 0s;
-webkit-transition: all 0.5s ease-in-out 0s;
-o-transition: all 0.5s ease-in-out 0s;
border: 1px solid rgb(87, 97, 125);
background-image: linear-gradient(to bottom, rgb(104, 108, 119), rgb(91, 95, 105));
}
.pauu339{
background: #2b9148;
}
.pauu340{
position: relative;
display: inline-block;
color: white;
font-family: Arimo;
line-height: 1em;
z-index: 1;
font-size: 15px;
padding: 6px 9px;
vertical-align: bottom;
user-select: none;
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
-o-user-select: none;
cursor: default;
margin-right: 15px;
margin-top: 19px;
background: #d04944;
}
.pauu341{
background: rgb(248, 107, 79);
}
.pauu354{
color: white;
font-family: Nunito;
line-height: 1em;
z-index: 1;
user-select: none;
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
-o-user-select: none;
cursor: default;
font-size: 12px;
padding: 6px 7px;
display: inline-block;
margin-right: 16px;
background: #2b9148;
}
.pauu355{
color: white;
font-family: Nunito;
line-height: 1em;
z-index: 1;
user-select: none;
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
-o-user-select: none;
cursor: default;
font-size: 12px;
padding: 6px 7px;
display: inline-block;
margin-right: 16px;
background: #d04944;
}
.pauu356{
color: white;
font-family: Nunito;
line-height: 1em;
z-index: 1;
user-select: none;
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
-o-user-select: none;
cursor: default;
font-size: 12px;
padding: 6px 7px;
display: inline-block;
margin-right: 16px;
background: rgb(248, 107, 79);
}
#pauw48{
display: none;
margin-right: auto;
margin-left: auto;
z-index: 9999;
position: absolute;
}
#pauw170{
display: none;
}
.pauu330 > div:first-child{
position: relative;
}
.pauu330 > div:first-child .thumbnail{
border: 0px;
padding: 0px;
margin: 0px;
}
#pauw49{
z-index: 9900;
margin-top: 4px;
background-color: rgb(245, 245, 245);
color: rgb(21, 21, 21);
font-size: 1em;
padding: 12px;
border: 1px solid rgb(206, 206, 206);
}
#pauw50{
font-size: 1.3125em;
padding-bottom: 5px;
}
.table>thead>tr>td{
text-align: center;
font-size: 1em;
vertical-align: middle;
}
.table>thead>tr>th{
text-align: center;
font-size: 1em;
vertical-align: middle;
}
.table>tbody>tr>td{
vertical-align: middle;
}
.table>tbody>tr>th{
vertical-align: middle;
}
.table>tfoot>tr>td{
vertical-align: middle;
}
.table>tfoot>tr>th{
vertical-align: middle;
}
.fa{
font-size: 0.875em;
}
.pauu13 .swiper-button-next:before{
font-size: 1.875em;
}
.pauu13 .swiper-button-prev:before{
font-size: 1.875em;
}
.swiper-button-next:hover:before{
color: #dd1f26!important;
}
.swiper-button-prev:hover:before{
color: #dd1f26!important;
}
.pauu13 .swiper-button-next:hover:before{
color: #dd1f26!important;
}
.pauu13 .swiper-button-prev:hover:before{
color: #dd1f26!important;
}
.pauu13 .swiper-slide img{
margin: 0 auto;
}
.pauu13 .swiper-pagination-bullet{
background: rgba(221,31,38, 0.4);
}
.pauu13 .swiper-pagination-bullet-active{
background: rgba(221,31,38, 0.9);
}
.pauu13 .swiper-pagination-bullet:hover{
background: rgba(221,31,38, 0.9);
}
.pauu13.pauu291{
margin: 0;
}
.main-slider.pauu291 .swiper-button-prev:hover{
color: rgba(200, 200, 200, 0.7);
}
.main-slider.pauu291 .swiper-button-next:hover{
color: rgba(200, 200, 200, 0.7);
}
.main-slider.pauu291 .swiper-pagination-bullet.swiper-pagination-bullet-active{
background: rgba(200,200,200, 0.9);
}
.main-slider.pauu291 .swiper-pagination-bullet{
background: rgba(200,200,200, 0.5);
}
.main-slider.pauu291{
width: 50%;
}
#branddepot{
color: rgb(245, 245, 245);
padding: 10px 15px 10px 15px;
}
.pauu293{
margin-bottom: 15px;
}
.fa-bars{
color: #ffffff;
}
.pauu292{
display: inline-block;
width: 100%;
padding: 0px 0px 0px 0px;
}
.table_name{
width: 30%;
}
.pauu292 h3{
color: black;
font-size: 1.5em;
}
.pauu292 h3:before{
border: 0px;
}
.pauu292 h3:after{
border: 0px;
}
.pauu292 span:before{
border: 0px;
}
.pauu292 span:after{
border: 0px;
}
.pauu294{
text-transform: uppercase;
font-size: 1.5em;
color: black;
margin-top: 4px;
}
.fa-refresh{
color: rgb(65, 65, 65);
}
.fa-times-circle{
color: rgb(65, 65, 65);
}
#pauw165{
background-color: white;
color: black;
border: 0px;
}
.panel-default>.panel-heading.active{
background: rgb(21, 27, 51);
}
.qty{
margin-top: 9px;
}
.tab-content{
font-size: 1em;
}
div.pauu1 .control-label:before{
content: '* ';
color: rgb(21, 27, 51);
font-weight: bold;
}
.pauu212 .row{
color: rgb(60, 60, 60);
}
.pauu212 .row h1{
color: rgb(60, 60, 60);
}
.pauu212 .row b{
color: rgb(60, 60, 60);
font-weight: 100;
font-size: 1.1875em;
}
.pauu212 .row h2{
color: rgb(60, 60, 60);
margin-top: 0px;
margin-bottom: 15px;
font-size: 1.1875em;
}
.pauu212 .row p{
color: rgb(60, 60, 60);
}
.pauu212 section h1{
color: rgb(60, 60, 60);
}
.pauu212 section b{
color: rgb(60, 60, 60);
font-weight: 100;
font-size: 1.1875em;
}
.pauu212 section h2{
color: rgb(60, 60, 60);
margin-top: 0px;
margin-bottom: 15px;
font-size: 1.1875em;
}
.pauu212 section p{
color: rgb(60, 60, 60);
}
.pauu212 .row li{
color: rgb(60, 60, 60);
}
.pauu212 section li{
color: rgb(60, 60, 60);
}
.pauu212 .row .h2{
margin-top: 0px;
margin-bottom: 15px;
font-size: 1.1875em;
}
.pauu212 section .h2{
margin-top: 0px;
margin-bottom: 15px;
font-size: 1.1875em;
}
strong{
font-weight: normal;
font-size: inherit;
}
a.thumbnail.active{
border-color: rgb(180, 180, 180);
}
a.thumbnail:focus{
border-color: rgb(180, 180, 180);
}
a.thumbnail:hover{
border-color: rgb(180, 180, 180);
}
.pauu295 button i{
font-size: 1.125em;
color: rgb(232, 232, 236);
}
.pauu301{
display: none;
}
.col-sm-6-pages{
width: 62%;
margin-top: 15px;
}
.col-sm-6-pages-text{
width: 38%;
padding-left: 0px;
padding-right: 0px;
margin-top: 15px;
}
#pauw84{
display: block;
margin-left: auto;
margin-right: auto;
clear: both;
}
#pauw84 div{
display: inline-block;
clear: both;
}
.alert-success{
background-color: rgba(21, 27, 51, 0.05);
border: 1px solid rgba(21, 27, 51, 0.05);
color: rgb(21, 27, 51);
margin: 0px 0px 0px 0px;
margin-bottom: 10px;
}
.alert-danger{
background-color: rgba(21, 27, 51, 0.05);
border: 1px solid rgba(21, 27, 51, 0.05);
color: rgb(21, 27, 51);
margin: 0px 0px 0px 0px;
margin-bottom: 10px;
}
.alert-success a{
color: rgb(63, 81, 152);
}
.alert-danger a{
color: rgb(63, 81, 152);
}
#pauw84 .close{
float: none;
}
.alert{
display: inline-block;
clear: both;
}
.copyright2{
display: none;
}
.pauu299{
display: none;
}
.pauu300{
display: none;
}
.pauu29{
position: relative;
min-height: 1px;
float: left;
width: 33.333%;
padding: 0 0 0 0;
}
footer .container{
padding: 0 0 0 0;
}
.pauu42{
display: none;
position: fixed;
top: 0;
z-index: -1;
opacity: 0;
}
.pagination{
border-radius: 0px;
}
.pagination > li:first-child > a{
border-radius: 0px;
}
.pagination > li:first-child > span{
border-radius: 0px;
}
.pagination > li:last-child > a{
border-radius: 0px;
}
.pagination > li:last-child > span{
border-radius: 0px;
}
.pauu350{
vertical-align: middle;
color: rgba(255, 255, 255, 0.95);
}
.add-likes{
vertical-align: middle;
color: rgba(255, 255, 255, 0.95);
}
#pauw171 .fa.fa-shopping-cart{
color: rgba(255, 255, 255, 0.95);
margin-bottom: 3px;
font-size: 1.2121em;
}
.fa-chevron-left{
color: rgba(21, 27, 51, 0.5);
}
.fa-chevron-right{
color: rgba(21, 27, 51, 0.5);
}
.inc{
border: 1px solid rgb(247, 247, 249);
height: 38px;
vertical-align: middle;
}
.pauu345 p. qty{
display: block;
}
.qty label{
font-size: 1.0625em;
padding-right: 5px;
}
#pauw171 h1{
display: inline-block;
}
#pauw171 #pauw173{
display: none;
}
#pauw178 #pauw179{
color: rgb(36,36,40);
}
.pauu74 .pauu350{
display: none;
}
.pauu74 .add-likes{
display: none;
}
#pauw171 .fa-chevron-right{
font-size: 0.625em;
}
#pauw171 .fa-chevron-left{
font-size: 0.625em;
}
.pauu296{
display: none;
}
#buynow{
display: none;
}
#pauw193{
display: none;
}
#product-text{
display: none;
}
#pauw194{
display: none;
}
.pauu358{
margin-top: 19px;
border-bottom: 1px solid #e5e5e5;
position: relative;
margin-bottom: 6px;
font-family: Nunito;
}
.pauu358 > div{
border-top: 1px solid #e5e5e5;
}
.pauu358 > div > div:first-child{
padding: 16px 0px;
line-height: 1em;
cursor: pointer;
user-select: none;
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
-o-user-select: none;
}
.pauu358 > div > div:first-child > span{
position: absolute;
right: 0px;
font-size: 18px !important;
margin-top: -1px;
color: rgb(74, 74, 74);
display: none;
}
.pauu358 > .active > div:first-child > span:after{
content: "–"!important;
}
.pauu358 > div > div:first-child > svg{
transform: rotate(90deg);
position: absolute;
right: 0px;
}
.pauu358 > .active > div:first-child > svg{
transform: rotate(270deg);
}
.pauu358 > div > div:first-child > span:after{
content: "+";
}
.pauu358 > div > div:nth-child(2){
display: none;
padding-bottom: 16px;
padding-left: 5px;
}
.pauu358 form input{
border-color: rgb(158, 158, 158)!important;
}
.pauu358 form textarea{
border-color: rgb(158, 158, 158)!important;
}
.pauu358 ul{
padding-left: 14px;
}
.pull-right .fa-heart{
color: rgb(181,183,191);
cursor: pointer;
}
#pauw171 h2{
margin-top: 10px;
margin-bottom: 10px;
}
#pauw177{
font-size: 0.66em;
color: rgb(181,183,191);
cursor: pointer;
vertical-align: middle;
}
#pauw166{
display: none;
text-align: center;
width: 100%;
}
.pauu315{
display: none;
}
.pauu298{
transition: all 0.5s ease-in-out 0s;
-moz-transition: all 0.5s ease-in-out 0s;
-webkit-transition: all 0.5s ease-in-out 0s;
-o-transition: all 0.5s ease-in-out 0s;
overflow-y: hidden;
display: none;
height: 0px;
}
.pauu297{
transition: all 0.5s ease-in-out 0s;
-moz-transition: all 0.5s ease-in-out 0s;
-webkit-transition: all 0.5s ease-in-out 0s;
-o-transition: all 0.5s ease-in-out 0s;
overflow-y: hidden;
display: block;
}
#pauw4{
color: rgb(24, 24, 24);
}
.pauu101 > div:first-child{
color: rgb(24, 24, 24);
}
#pauw4 > span{
white-space: nowrap;
}
.pauu101 > span{
white-space: nowrap;
}
#pauw4 ul{
padding-left: 34px;
}
.pauu101 > div:first-child ul{
padding-left: 34px;
}
.pauu24{
visibility: visible;
}
.search-product-content{
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", system-ui, sans-serif;
}
.search-product-details{
color: rgb(101, 101, 109);
font-size: 16px;
}
.search-product-bottom .fa-heart{
color: rgb(181,183,191);
cursor: pointer;
position: absolute;
right: 0px;
margin-top: 2px;
}
.search-product-bottom .prices{
position: absolute;
}
.search-product-price{
display: inline-block;
}
.search-product-bottom .search-product-price > span:nth-child(2){
text-decoration: line-through;
font-size: 14px;
margin-left: 7px;
}
.search-product-bottom{
width: 98.3%;
border-top: 1px solid #eee;
position: relative;
padding-top: 13px;
}
.search-product-bottom-wrapper{
position: absolute;
bottom: 5px;
width: 100%;
right: 0px;
}
.search-product > a{
display: table-cell;
width: 37%;
vertical-align: top;
padding-left: 23px;
padding-right: 40px;
}
.search-product > div{
display: table-cell;
width: 63%;
position: relative;
vertical-align: top;
padding-top: 2px;
}
.search-product a{
font-size: 1.0625em;
}
.search-product{
padding-right: 18px;
padding-top: 20px;
padding-bottom: 21px;
border: 1px solid rgb(234,234,234);
margin-bottom: 10px;
border-radius: 2px;
}
#pauw67{
margin-top: 17px;
}
.pauu17{
width: 77.121%;
display: inline-block;
}
.pauu322{
width: 77.121%;
display: inline-block;
}
.pauu19{
width: 98.3%;
border-top: 1px solid #eee;
position: relative;
left: -5px;
}
.pauu324{
width: 98.3%;
border-top: 1px solid #eee;
position: relative;
left: -5px;
}
.pauu18{
position: absolute;
bottom: 14px;
width: 77.121%;
right: 0px;
}
.pauu323{
position: absolute;
bottom: 14px;
width: 77.121%;
right: 0px;
}
.pauu14 a{
font-size: 1.1875em;
}
.pauu319 a{
font-size: 1.1875em;
}
.pauu14{
padding-right: 15px;
border: 1px solid rgba(21, 27, 51, 0.16);
padding-top: 6px;
padding-bottom: 6px;
}
.pauu319{
padding-right: 15px;
border: 1px solid rgba(21, 27, 51, 0.16);
padding-top: 6px;
padding-bottom: 6px;
}
.pauu14:hover{
border: 1px solid rgba(21, 27, 51, 0.16);
}
.pauu319:hover{
border: 1px solid rgba(21, 27, 51, 0.16);
}
.pauu20{
position: absolute;
right: 0px;
}
.pauu16{
position: absolute;
right: 16px;
cursor: pointer;
font-size: 1.0625em;
color: rgb(92, 92, 92);
}
.pauu321{
position: absolute;
right: 16px;
cursor: pointer;
font-size: 1.0625em;
color: rgb(92, 92, 92);
}
.checkout-cart-totals{
width: 849px;
margin-left: auto;
margin-right: auto;
padding-right: 21px;
padding-left: 15px;
}
.pauu209{
transition: all 0.5s ease-in-out 0s;
-moz-transition: all 0.5s ease-in-out 0s;
-webkit-transition: all 0.5s ease-in-out 0s;
-o-transition: all 0.5s ease-in-out 0s;
overflow-y: hidden;
display: none;
height: 0px;
}
.navmenu-categories-expand{
transition: all 0.5s ease-in-out 0s;
-moz-transition: all 0.5s ease-in-out 0s;
-webkit-transition: all 0.5s ease-in-out 0s;
-o-transition: all 0.5s ease-in-out 0s;
overflow-y: hidden;
display: block;
}
.panel-default > .panel-heading{
color: rgb(69, 69, 69);
}
.panel-default > .panel-heading.active{
background: rgb(245, 245, 245);
}
.panel-default > .panel-heading.active h4.panel-title a{
color: rgb(39, 39, 39);
}
.panel-default > .panel-heading.active h4.panel-title .fa{
color: rgba(21, 27, 51, 1);
}
.form-control:focus{
border-color: #ccc;
-webkit-box-shadow: none;
box-shadow: none;
}
.agree{
font-family: Arimo Medium;
}
.panel-group .panel{
border-radius: 0px;
}
.search-product-image{
width: 100%;
}
.pauu320{
width: 22.879%;
float: left;
}
.pauu15{
width: 22.879%;
float: left;
}
#pauw66{
padding-bottom: 20px;
width: 128px;
margin: 35px auto;
}
.pauu4 div > div > div .fa{
cursor: pointer;
color: rgb(36, 36, 36);
font-size: 1.15384em;
}
.pauu4 div > div > div .fa:first-child{
padding: 2px 3px 2px 0px;
}
.pauu4 div > div > div .fa:last-child{
padding: 2px 7px 2px 3px;
}
a{
color: inherit;
}
#pauw164{
display: none;
padding: 3px 4px;
}
#pauw30{
position: absolute;
border-radius: 10px;
font-size: 0.5em;
color: rgb(31, 35, 51);
background-color: rgba(255, 255, 255, 0.95);
border: 1px solid rgba(255, 255, 255, 0.95);
margin-left: 7px;
margin-top: 7px;
padding-left: 3.6px;
padding-right: 3px;
line-height: 1.3;
padding-top: 1px;
}
.pauu266 > .pauu189:first-child > .pauu190{
border-bottom: 1px solid rgb(229,229,229);
}
.pauu263 > .pauu189:first-child > .pauu190{
border-bottom: 1px solid rgb(229,229,229);
}
.pauu266 > .pauu264:first-child > .pauu190{
border-bottom: 1px solid rgb(229,229,229);
}
.pauu263 > .pauu264:first-child > .pauu190{
border-bottom: 1px solid rgb(229,229,229);
}
.pauu265 > .pauu285 > .pauu190{
display: table-cell;
vertical-align: top;
padding-top: inherit;
padding-bottom: inherit;
}
#pauw172{
border: 1px solid rgb(227, 227, 227);
border-left: none;
border-right: none;
display: none;
}
.pauu95{
float: right;
cursor: pointer;
}
.pauu181{
float: left;
cursor: pointer;
}
.pauu190 textarea{
height: 90px;
padding: 9px 12px;
}
.pauu280 textarea{
height: 90px;
padding: 9px 12px;
}
.pauu274 textarea{
height: 90px;
padding: 9px 12px;
}
.pauu280 input[type="radio"]{
margin-right: 6px;
}
.pauu190 > input[type=text]{
font-size: 0.9375em;
}
.pauu190 > input[type=password]{
font-size: 0.9375em;
}
.pauu280 > input[type=text]{
font-size: 0.9375em;
}
.pauu280 > input[type=password]{
font-size: 0.9375em;
}
.pauu274 > input[type=text]{
font-size: 0.9375em;
}
.pauu190 input[type="radio"]{
margin-left: 5px;
position: relative;
top: 2px;
}
.pauu190 input[type="radio"]:last-child{
margin-right: 0px;
}
.custom-input0{
margin-top: 0.85714em;
}
.pauu236{
margin-top: 0.85714em;
}
.cart-desktop-select0{
margin-top: 0.85714em;
}
#pauw131{
margin-top: 0.85714em;
}
.pauu232{
margin-top: 0.85714em;
}
#pauw141 > div:nth-child(4){
margin-top: 23px;
background-color: rgb(250,250,250);
padding: 15px 13px;
width: auto;
height: unset;
line-height: 1em;
font-size: 13px;
border-radius: 9px;
}
.pauu221 > .pauu222{
border-bottom: 1px solid rgb(227,227,227);
padding-top: 18px;
padding-bottom: 18px;
}
.pauu241 > .pauu242{
border-bottom: 1px solid rgb(227,227,227);
padding-top: 18px;
padding-bottom: 18px;
}
.pauu221:nth-child(2) > .pauu222{
border-top: 1px solid rgb(227,227,227);
}
.pauu241:nth-child(2) > .pauu242{
border-top: 1px solid rgb(227,227,227);
}
.pauu221:nth-child(2) > .pauu222:nth-child(4){
white-space: nowrap;
}
.pauu221:nth-child(2) > .pauu222:nth-child(6){
white-space: nowrap;
}
.pauu221:nth-child(2) > .pauu222:nth-child(7){
white-space: nowrap;
}
.pauu219{
display: table-cell;
padding: 0px 9px;
vertical-align: top;
font-family: Nunito;
}
.pauu222{
display: table-cell;
padding: 0px 9px;
vertical-align: top;
font-family: Nunito;
}
.pauu240{
display: table-cell;
padding: 0px 9px;
vertical-align: top;
font-family: Nunito;
}
.pauu242{
display: table-cell;
padding: 0px 9px;
vertical-align: top;
font-family: Nunito;
}
.pauu221{
display: table-row;
}
.pauu241{
display: table-row;
}
.cart-heading{
display: table-row;
font-family: "Segoe UI Semibold", ".SFNS-Medium", ".SFNSText-Medium", "SF Pro Display Semibold", "Helvetica Neue Medium", ".HelveticaNeueDeskInterface-MediumP4", "Ubuntu Medium", "Open Sans SemiBold", "Roboto-Medium", "Fira Sans SemiBold", "Arial";
}
.likes-heading{
display: table-row;
font-family: "Segoe UI Semibold", ".SFNS-Medium", ".SFNSText-Medium", "SF Pro Display Semibold", "Helvetica Neue Medium", ".HelveticaNeueDeskInterface-MediumP4", "Ubuntu Medium", "Open Sans SemiBold", "Roboto-Medium", "Fira Sans SemiBold", "Arial";
}
.pauu223{
vertical-align: middle;
}
.pauu243{
vertical-align: middle;
}
.pauu223 > div > img{
height: 15px;
}
.pauu243 > div > img{
height: 15px;
}
.pauu223 > div{
display: inline-block;
cursor: pointer;
transition: none;
-moz-transition: none;
-webkit-transition: none;
-o-transition: none;
}
.pauu243 > div{
display: inline-block;
cursor: pointer;
transition: none;
-moz-transition: none;
-webkit-transition: none;
-o-transition: none;
}
.pauu223 > div:hover{
color: rgb(140, 140, 140);
}
.pauu243 > div:hover{
color: rgb(140, 140, 140);
}
.pauu224 > span:nth-child(2){
display: block;
font-family: Arimo;
color: rgb(90, 90, 90);
margin-top: 4px;
font-size: 0.9375em;
}
.pauu244 > span:nth-child(2){
display: block;
font-family: Arimo;
color: rgb(90, 90, 90);
margin-top: 4px;
font-size: 0.9375em;
}
.pauu224 img{
max-width: 177px;
width: 100%;
}
.pauu244 img{
max-width: 190px;
width: 100%;
}
.pauu226{
display: table-row;
}
.pauu226 > span{
display: table-cell;
font-size: 0.9375em;
}
.pauu226 > span:nth-child(2){
padding-left: 13px;
}
.pauu228{
text-align: center;
}
.pauu228 > div{
background-color: rgb(229, 229, 229);
color: rgb(35,35,35);
padding: 6px 0px;
font-size: 0.9375em;
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", system-ui, sans-serif;
width: 44px;
text-align: center;
margin-left: auto;
margin-right: auto;
}
.pauu228 > div > span{
display: inline-block;
margin-right: 6px;
}
.pauu228 > div > div{
display: inline-block;
line-height: 0px;
position: relative;
}
.pauu228 > div > div > i:first-child{
color: rgb(60,60,60);
position: relative;
top: -5px;
font-size: 0.9333em;
cursor: pointer;
}
.pauu228 > div > div > i:nth-child(2){
display: block;
color: rgb(60,60,60);
position: absolute;
top: 4px;
font-size: 0.9333em;
cursor: pointer;
}
#pauw122{
height: 283px;
overflow-y: auto;
display: none;
margin-top: 1.25em;
width: 100%;
}
#pauw123{
display: table;
width: 100%;
}
#pauw145{
margin-top: 20px;
width: 100%;
}
#pauw124{
display: table-row;
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", system-ui, sans-serif;
}
#pauw146{
display: table-row;
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", system-ui, sans-serif;
}
#pauw125{
padding-bottom: 12px;
}
#pauw147{
padding-bottom: 12px;
}
#pauw126{
text-align: center;
}
.pauu229 .pauu245{
font-size: 1.125em;
color: rgb(38,38,38);
}
#pauw127{
float: right;
width: 272px;
line-height: 25px;
margin-top: 0.8125em;
}
.pauu230{
display: table-row;
}
.pauu230 > span:nth-child(1){
display: table-cell;
font-family: Nunito;
width: 167px;
color: rgb(90, 90, 90);
}
.pauu230 > span:nth-child(2){
display: table-cell;
font-family: Arimo Medium;
font-size: 1em;
width: 105px;
text-align: right;
}
#pauw127 > .pauu230:nth-child(3n) > span:nth-child(1){
color: inherit;
}
#pauw127 > .pauu230:nth-child(3n) > span:nth-child(2){
font-size: 1.1875em;
color: rgb(38,38,38);
}
.pauu277 button{
margin-top: 25px;
margin-bottom: 25px;
float: right;
}
#pauw148 > button{
margin-bottom: 45px;
}
#modal-help-continue-buttons > button{
margin-bottom: 45px;
}
#pauw133{
visibility: hidden;
}
#pauw152{
visibility: hidden;
}
.input-delivery-np{
margin-left: 5px;
}
#pauw134{
display: block;
line-height: 17px;
margin-top: 6px;
font-size: 12px;
color: rgb(90,90,90);
font-family: Arimo;
text-align: left;
width: 100%;
max-width: 360px;
}
#pauw142{
display: block;
line-height: 17px;
margin-top: 6px;
font-size: 12px;
color: rgb(90,90,90);
font-family: Arimo;
text-align: left;
width: 100%;
max-width: 360px;
}
form > #pauw142{
margin-top: 14px;
margin-bottom: 12px;
}
form > #pauw142 > input{
vertical-align: middle;
}
#pauw134 b{
color: rgb(66,66,66);
}
#pauw142 b{
color: rgb(66,66,66);
}
#pauw118 .pauu216{
margin-left: 1px;
}
#pauw118 a{
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", system-ui, sans-serif;
color: rgb(19, 19, 19);
}
.pauu215{
font-size: 1.2333em;
color: rgb(22,22,22);
}
.pauu215+br{
margin-bottom: 2px;
}
#pauw118 a:hover{
color: rgb(16,16,16);
}
.pauu246 > div:nth-child(4) > div:nth-child(1){
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", system-ui, sans-serif;
color: rgb(90,90,90);
display: table-cell;
width: 50%;
vertical-align: top;
padding: 0px;
padding-top: 2.375em;
padding-right: 30px;
}
.pauu246 > div:nth-child(4) > div:nth-child(2){
display: table-cell;
width: 50%;
min-width: 270px;
}
#form-review-wrapper{
border: 1px solid rgba(21, 27, 51, 0.16);
padding: 6px 8px;
}
#write_review{
font-size: 17px;
}
.btn{
background-color: white;
border: 1px solid rgb(123,123,123);
border-radius: 0px;
}
.btn:active{
background-color: white;
border: 1px solid rgb(123,123,123);
border-radius: 0px;
}
.btn:hover{
background-color: white;
border: 1px solid rgb(123,123,123);
border-radius: 0px;
}
.btn:focus{
background-color: white;
border: 1px solid rgb(123,123,123);
border-radius: 0px;
}
.btn:active:focus{
background-color: white;
border: 1px solid rgb(123,123,123);
border-radius: 0px;
}
.btn:active:hover{
background-color: white;
border: 1px solid rgb(123,123,123);
border-radius: 0px;
}
.btn:focus:hover{
background-color: white;
border: 1px solid rgb(123,123,123);
border-radius: 0px;
}
.btn-primary{
background-color: white;
border: 1px solid rgb(123,123,123);
border-radius: 0px;
}
.btn-primary:active{
background-color: white;
border: 1px solid rgb(123,123,123);
border-radius: 0px;
}
.btn-primary:hover{
background-color: white;
border: 1px solid rgb(123,123,123);
border-radius: 0px;
}
.btn-primary:focus{
background-color: white;
border: 1px solid rgb(123,123,123);
border-radius: 0px;
}
.btn-primary:active:focus{
background-color: white;
border: 1px solid rgb(123,123,123);
border-radius: 0px;
}
.btn-primary:active:hover{
background-color: white;
border: 1px solid rgb(123,123,123);
border-radius: 0px;
}
.btn-primary:focus:hover{
background-color: white;
border: 1px solid rgb(123,123,123);
border-radius: 0px;
}
.btn-info{
background-color: white;
border: 1px solid rgb(123,123,123);
border-radius: 0px;
}
.btn-info:active{
background-color: white;
border: 1px solid rgb(123,123,123);
border-radius: 0px;
}
.btn-info:hover{
background-color: white;
border: 1px solid rgb(123,123,123);
border-radius: 0px;
}
.btn-info:focus{
background-color: white;
border: 1px solid rgb(123,123,123);
border-radius: 0px;
}
.btn-info:active:focus{
background-color: white;
border: 1px solid rgb(123,123,123);
border-radius: 0px;
}
.btn-info:active:hover{
background-color: white;
border: 1px solid rgb(123,123,123);
border-radius: 0px;
}
.btn-info:focus:hover{
background-color: white;
border: 1px solid rgb(123,123,123);
border-radius: 0px;
}
.btn-default{
background-color: white;
border: 1px solid rgb(123,123,123);
border-radius: 0px;
}
.btn-default:active{
background-color: white;
border: 1px solid rgb(123,123,123);
border-radius: 0px;
}
.btn-default:hover{
background-color: white;
border: 1px solid rgb(123,123,123);
border-radius: 0px;
}
.btn-default:focus{
background-color: white;
border: 1px solid rgb(123,123,123);
border-radius: 0px;
}
.btn-default:active:focus{
background-color: white;
border: 1px solid rgb(123,123,123);
border-radius: 0px;
}
.btn-default:active:hover{
background-color: white;
border: 1px solid rgb(123,123,123);
border-radius: 0px;
}
.btn-default:focus:hover{
background-color: white;
border: 1px solid rgb(123,123,123);
border-radius: 0px;
}
.btn-danger{
background-color: white;
border: 1px solid rgb(123,123,123);
border-radius: 0px;
}
.btn-danger:active{
background-color: white;
border: 1px solid rgb(123,123,123);
border-radius: 0px;
}
.btn-danger:hover{
background-color: white;
border: 1px solid rgb(123,123,123);
border-radius: 0px;
}
.btn-danger:focus{
background-color: white;
border: 1px solid rgb(123,123,123);
border-radius: 0px;
}
.btn-danger:active:focus{
background-color: white;
border: 1px solid rgb(123,123,123);
border-radius: 0px;
}
.btn-danger:active:hover{
background-color: white;
border: 1px solid rgb(123,123,123);
border-radius: 0px;
}
.btn-danger:focus:hover{
background-color: white;
border: 1px solid rgb(123,123,123);
border-radius: 0px;
}
#pauw120{
border-top: 1px solid rgb(227,227,227);
padding-top: 22px;
border-bottom: 1px solid rgb(227,227,227);
padding-bottom: 24px;
margin-top: 23px;
padding-left: 12px;
font-size: 15px;
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", system-ui, sans-serif;
}
#pauw144{
border-top: 1px solid rgb(227,227,227);
padding-top: 22px;
border-bottom: 1px solid rgb(227,227,227);
padding-bottom: 24px;
margin-top: 23px;
padding-left: 12px;
font-size: 15px;
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", system-ui, sans-serif;
}
#pauw143{
border-top: 1px solid rgb(227,227,227);
padding-top: 22px;
border-bottom: 1px solid rgb(227,227,227);
padding-bottom: 24px;
margin-top: 23px;
padding-left: 12px;
font-size: 15px;
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", system-ui, sans-serif;
}
#pauw143 span{
padding: 4px 0px;
border-bottom: 1px solid rgb(180, 180, 180);
cursor: pointer;
}
#pauw144 i.fa-heart{
color: rgb(181,183,191);
padding: 0px 4px;
}
#pauw141 > div:nth-child(5){
margin-top: 45px;
}
#pauw141 > div:nth-child(5) > form > span:nth-child(1){
display: block;
font-size: 1.375em;
color: rgb(50, 50, 50);
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", system-ui, sans-serif;
margin-top: 35px;
}
#pauw141 > div:nth-child(5) > form > div:nth-child(2){
margin-top: 26px;
font-size: 0.9375em;
display: block;
}
#pauw141 > div:nth-child(5) > form > .pauu234{
margin-top: 12px;
}
#pauw202 .fa-stack{
width: 1em;
height: 14px;
color: #E69500;
}
#pauw171 .form-horizontal .form-group{
margin-left: 14px;
margin-right: 0px;
}
.brand-infotable{
display: table;
border: 1px solid #f0f0f0;
border-radius: 8px;
text-align: left;
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", system-ui, sans-serif;
width: 100%;
margin-bottom: 22px;
max-width: 1500px;
margin: 0px auto;
position: relative;
margin-top: 17px;
}
.brand-infotable > div{
display: table-row;
}
.brand-infotable > div > div:first-child{
font-family: "Segoe UI Semibold", ".SFNS-Medium", ".SFNSText-Medium", "SF Pro Display Semibold", "Helvetica Neue Medium", ".HelveticaNeueDeskInterface-MediumP4", "Ubuntu Medium", "Open Sans SemiBold", "Roboto-Medium", "Fira Sans SemiBold", "Arial";
padding-left: 20px;
padding-right: 20px;
}
.brand-infotable > div:nth-child(2n+1) > div{
background: rgb(249, 249, 249);
}
.brand-infotable > div > div{
display: table-cell;
}
.brand-infotable > div > div:nth-child(2){
display: table-cell;
padding-right: 20px;
}
.brand-infotable > div:nth-child(2n) > div{
border-top: 1px solid #f0f0f0;
}
.brand-infotable-hide{
position: absolute;
right: 13px;
color: inherit;
cursor: pointer;
}
form[name=proceed-to-payment]{
text-align: center;
}
.pauu284 form[name=proceed-to-payment]{
text-align: left;
}
.pauu265 form[name=proceed-to-payment]{
text-align: left;
}
.order-payment-status{
display: inline-block;
}
.order-payment-status > div{
display: inline-block;
}
.ProductsList__unt__IA15{
flex: 0 0 100%!important;
max-width: 100%!important;
}
.ProductsList__unt__IA18{
display: none;
}
.pauu104 > div{
background: #85c5c8;
}
.pauu105 > div{
background: #88ccb4;
}
.pauu106 > div{
background: rgb(239, 154, 188);
}
.pauu103 > div > div > a > img{
width: 100%;
}
#pauw10{
width: 100%;
height: 100%;
display: none;
position: fixed;
top: 0px;
left: 0px;
z-index: 900;
background: rgba(0, 0, 0, 0.4);
transition: all 0.33s ease-in-out 0s;
-moz-transition: all 0.33s ease-in-out 0s;
-webkit-transition: all 0.33s ease-in-out 0s;
-o-transition: all 0.33s ease-in-out 0s;
}
.pauu55{
display: none;
z-index: 999;
width: 100%;
height: 478px;
background: rgba(255, 255, 255);
position: absolute;
margin-top: 4px;
border-radius: 5px;
padding: 17px 19px;
font-family: Nunito;
text-align: left;
color: rgb(25, 25, 25);
overflow: hidden;
transition: all 0.33s ease-in-out 0s;
-moz-transition: all 0.33s ease-in-out 0s;
-webkit-transition: all 0.33s ease-in-out 0s;
-o-transition: all 0.33s ease-in-out 0s;
}
.pauu55 > div{
position: relative;
}
.pauu55 > div > div:first-child{
display: inline-block;
width: calc(100% - 268px);
vertical-align: top;
padding-right: 13px;
position: relative;
background: white;
}
.pauu55 > div > div:first-child > div:first-child > span:first-child{
font-size: 19px;
}
.pauu55 > div > div:first-child > div:first-child > span:nth-child(2){
float: right;
font-size: 14px;
margin-top: 1px;
display: block;
cursor: pointer;
}
.pauu55 > div > div:first-child > div:first-child > span:nth-child(2):hover{
text-decoration: underline;
}
.pauu55 > div > div:first-child > div:nth-child(2){
margin-top: 30px;
display: block;
}
.pauu163:first-child{
padding-right: 2px!important;
}
.pauu163{
width: 33.333%;
display: inline-block;
vertical-align: top;
padding-left: 2px;
padding-right: 2px;
padding-bottom: 16px;
}
.pauu163:last-child{
padding-left: 2px!important;
}
.pauu55 > div > div:first-child > div:nth-child(2) > div > div:first-child{
position: relative;
}
.pauu55 > div > div:first-child > div:nth-child(2) > div > div:first-child > a > img{
width: 100%;
}
.pauu55 > div > div:first-child > div:nth-child(2) > div > .pauu82{
min-height: 2px;
margin-top: 12px;
}
.pauu55 > div > div:first-child > div:nth-child(2) > div > .pauu82 > div{
padding: 0px 6px;
}
.pauu55 > div > div:first-child > div:nth-child(2) > div > .pauu82 > div > span{
width: 8px;
height: 8px;
margin: 5px 7px;
}
.pauu55 > div > div:first-child > div:nth-child(2) > div > div:nth-child(3){
display: block;
font-size: 12px;
line-height: 18px;
height: 36px;
overflow: hidden;
margin-top: 10px;
}
.pauu55 > div > div:first-child > div:nth-child(2) > div > div:nth-child(4){
margin-top: 6px;
}
.pauu55 > div > div:first-child > div:nth-child(2) > div > div:nth-child(4) > span:first-child{
font-family: Arimo;
font-size: 14px;
color: rgb(208, 52.1, 47.6);
vertical-align: bottom;
}
.pauu55 > div > div:first-child > div:nth-child(2) > div > div:nth-child(4) > span:nth-child(2){
color: rgb(143, 143, 143);
margin-left: 9px;
text-decoration: line-through;
vertical-align: bottom;
font-size: 14px;
}
.pauu55 > div > svg{
position: absolute;
top: 0px;
right: 0px;
width: 12px;
height: 12px;
cursor: pointer;
}
.pauu55 > div > svg > line{
stroke: rgb(68, 68, 68);
stroke-width: 17;
}
.pauu55 > div > div:last-child{
display: inline-block;
width: 268px;
vertical-align: top;
padding-left: 13px;
}
.pauu55 > div > div:last-child > span{
font-size: 19px;
}
.pauu55 > div > div:last-child > span+br+div{
margin-top: 27px;
line-height: 24px;
font-size: 13px;
}
.pauu55 > div > div:last-child > span+br+div > a:hover{
text-decoration: underline;
}
.pauu55 a:hover{
color: inherit!important;
}
.pauu55 a:focus{
color: inherit!important;
}
.pauu55 a:active{
color: inherit!important;
}
#pauw42{
display: none;
position: absolute;
right: 0px;
margin-right: 41px;
top: 12px;
}
#pauw46{
display: none;
position: absolute;
right: 0px;
margin-right: 41px;
top: 12px;
}
#pauw74{
display: none;
position: absolute;
top: 6px;
right: 23px;
}
.pauu164{
position: absolute;
right: 0px;
margin-top: 2px;
cursor: pointer;
top: 0px;
}
#pauw61{
margin: 0px auto;
max-width: 1500px;
width: 100%;
user-select: none;
}
#pauw55{
margin: 0px auto;
max-width: 1500px;
width: 100%;
user-select: none;
text-align: center;
background-color: #d04944;
color: white;
font-size: 15px;
line-height: 1em;
margin-top: 19px;
padding: 12px 0px;
font-family: Nunito Medium;
text-transform: uppercase;
cursor: pointer;
display: table;
}
#pauw55 > div{
display: table-row;
}
#pauw55 > div > div{
display: table-cell;
}
#pauw63 > div:last-child > a{
display: inline-block;
}
#pauw63 > div:last-child > a:first-child{
margin-right: 16px;
}
#pauw55 > div:last-child{
display: none;
}
#pauw55 > div > a:hover{
text-decoration: underline;
}
#pauw62{
position: relative;
}
#pauw62 > picture > img{
width: 100%;
}
.fa-heart{
display: none!important;
}
.pauu77{
display: block;
background: rgb(248, 107, 79);
}
.pauu72{
position: relative;
overflow: hidden;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.pauu73{
-webkit-overflow-scrolling: touch;
width: 100%;
height: 100%;
}
.pauu72 > .pauu73 > .row{
display: flex;
flex-wrap: nowrap;
height: 100%;
white-space: nowrap;
overflow-x: visible;
}
.pauu89{
white-space: wrap;
}
.pauu309 > h2{
font-family: Nunito;
}
.pauu309 > a > h2{
font-family: Nunito;
}
.pauu71 > h2{
font-family: Nunito;
}
.pauu111 > h2{
font-family: Nunito;
}
.pauu311{
font-family: Nunito;
line-height: 1em;
}
.pauu310{
float: right;
background: linear-gradient(transparent calc(100% - 1px), #6C6C6C 1px);
font-size: 14px;
font-family: Nunito;
}
#pauw5{
-moz-box-align: center;
align-items: center;
border-style: none;
cursor: pointer;
display: inline-flex;
-moz-box-pack: center;
justify-content: center;
overflow: visible;
position: fixed;
z-index: 10;
color: rgb(24, 24, 24);
background: #fff;
border-radius: 50%;
box-shadow: 0 2px 3px 0 rgba(0,0,0,.2);
opacity: 0;
visibility: hidden;
transition: bottom, opacity, 0.3s;
}
#pauw5 > svg{
margin-top: 0px;
transform: rotate(270deg);
}
.pauu341, .pauu339{
position: relative;
display: inline-block;
color: white;
font-family: Arimo;
line-height: 1em;
z-index: 1;
font-size: 15px;
padding: 6px 9px;
vertical-align: bottom;
user-select: none;
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
-o-user-select: none;
cursor: default;
margin-right: 15px;
margin-top: 19px;
}
@media (min-width:200px) and (max-width:768px){
}
@media (min-width:768px){
#pauw63 > div:last-child > a{
background: black;
color: white;
font-family: 'Nunito SemiBold';
text-transform: uppercase;
transition: background-color .25s ease-out,color .25s ease-out;
padding: 12px 13px;
font-size: 15px;
line-height: 1em;
}
#pauw63 > div:last-child > a:hover{
text-decoration: underline;
}
#pauw61{
margin-bottom: -35px;
}
#pauw61 > video{
width: 100%;
margin-top: 25px;
display: none;
}
#pauw55{
font-size: 15px;
margin-top: 19px;
}
#pauw62{
margin-top: 25px;
}
#pauw63{
right: 21.892%;
top: calc(100vw * (162 / 1920));
position: absolute;
color: black;
font-family: Nunito SemiBold;
max-width: 40%;
line-height: 30px;
}
#pauw63 > span:nth-child(1){
font-size: 25px;
}
#pauw63 > span:nth-child(2){
font-size: 19px;
display: block;
margin-top: 2px;
margin-bottom: -4px;
}
#pauw63 > div:last-child{
margin-top: 24px;
}
#pauw62 > div .pauu107{
position: absolute;
width: 10.7%;
top: 8.07%;
left: 2.95%;
height: auto;
}
#pauw62 > div .pauu108{
position: absolute;
width: 4.91035%;
top: 6.6412%;
right: 2.95%;
height: auto;
}
#pauw55 > div > a+a{
margin-left: 26px;
}
.pauu100{
max-width: 100%!important;
margin-bottom: 1px!important;
}
#pauw60{
display: none;
}
}
@media (min-width:992px){
#pauw84{
width: 970px;
}
.pauu324, .pauu19{
padding-top: 13px;
}
}
@media (min-width:992px) and (max-width:1199px){
}
@media (min-width:1200px){
#pauw84{
width: 1170px;
}
}
@media (max-width:768px){
}
@media (max-width:1200px){
}
@media (min-width:750px){
body{
color: rgb(24, 24, 24);
font-weight: 400;
width: 100%;
}
#pauw9{
visibility: visible;
}
.hidden-desktop .whatsapp-icon{
display: none;
}
.sale-hot{
display: inline-block;
vertical-align: top;
width: 13px;
height: 13px;
margin-right: 2px;
}
.sale-top{
color: #f83535;
}
.pauu337{
color: #f83535;
font-size: 15px;
font-family: Arimo;
padding-bottom: 9px;
}
.pauu70{
display: none;
}
.ukraine{
width: 13px;
height: 13px;
display: inline-block;
vertical-align: top;
margin-left: 4px;
margin-right: 4px;
}
.pauu49{
background: rgb(255, 245, 235);
text-align: center;
font-size: 12px;
font-family: 'Nunito Medium';
color: rgb(24, 24, 24);
border-bottom: 1px solid rgb(255, 243, 234);
}
.pauu49 > div > div:last-child{
display: none;
}
.pauu63{
width: 100%;
padding-bottom: 29px;
padding-top: 5px;
}
.pauu64{
width: 100%;
max-width: 1490px;
margin-left: auto;
margin-right: auto;
font-size: 14px;
line-height: 1em;
font-family: Nunito;
text-transform: uppercase;
color: white;
}
.pauu64 > div{
display: flex;
width: 100%;
overflow: hidden;
flex-wrap: wrap;
height: 14px;
}
.pauu64 > div > div{
white-space: nowrap;
padding: 0px 15px;
}
.pauu64 > div > div a{
cursor: pointer;
}
.pauu64 > div > div a:hover{
text-decoration: underline;
}
.pauu64 > div > div > .pauu66{
color: white;
text-decoration: none;
margin-top: 17px;
position: absolute;
background: rgba(24, 32, 66, 0.94);
padding-bottom: 17px;
padding-left: 17px;
padding-right: 17px;
z-index: 1;
display: none;
}
.pauu64 > div > div > .pauu66 a:first-child{
margin-left: 0px!important;
}
.pauu64 > div > div > .pauu66 a{
margin-left: 10px;
}
.pauu69{
display: none;
}
#pauw54{
margin: 0px auto;
margin-top: 5px;
padding-left: calc(19px + ((100vw - 750px)/27.94));
padding-right: calc(19px + ((100vw - 750px)/27.94));
}
#pauw54 > div > div:first-child{
width: 51px;
}
#pauw54 > div > div:last-child{
font-size: 13px;
line-height: 17px;
}
#pauw33{
padding: 0px 0px 0px 0px;
width: 100%;
}
.navbar-header{
display: none;
}
.navbar{
border: none;
background-color: #171f42;
}
#pauw25{
display: none;
}
#pauw26{
display: none;
}
.pauu141 > div:first-child > span{
top: -2px;
}
#pauw169 .pauu137 > div:nth-child(1) > i{
font-size: 12px;
top: 6px;
}
#pauw169 .pauu137 > div:nth-child(1){
font-family: 'Nunito Medium';
}
#pauw168 > div:nth-child(2) > div:nth-child(2) > div > div{
font-size: 14px;
padding: 6px 13px;
}
#pauw168 > div:nth-child(2) > div:nth-child(2){
padding-top: 10px;
}
.pauu139 .pauu144 > input{
width: 99px;
padding-top: 4px;
padding-bottom: 6px;
padding-left: 5px;
}
.pauu139 .pauu144 > input:first-child{
margin-right: 16px;
}
.pauu137 > .pauu139 > div > div:nth-child(1) > div:first-child{
margin-bottom: 22px;
}
.pauu137 > .pauu139 > div > div:nth-child(1){
height: 146px;
}
.pauu137 > .pauu112 > div > div:nth-child(1){
margin: 0px 14px;
}
.pauu137 > .pauu112 > div > div:nth-child(3){
padding-left: 10px;
padding-right: 10px;
margin-top: 7px;
}
.pauu137 > .pauu112 > div > div:nth-child(3) > button{
width: 100%;
padding-top: 2px;
padding-bottom: 4px;
line-height: 1em;
font-size: 14px;
}
.pauu137 > .pauu112 > div > div:nth-child(2) > button{
padding-top: 8px;
padding-bottom: 10px;
line-height: 1em;
font-size: 14px;
}
.pauu137 > .pauu138 > div > div:nth-child(1) > div:nth-child(2) > div > div{
padding-left: 10px;
padding-right: 10px;
padding-top: 10px;
padding-bottom: 11px;
font-size: 15px;
line-height: 1em;
}
.pauu137 > .pauu142 > div > div:nth-child(1) > div:nth-child(2) > div > div{
padding-left: 10px;
padding-right: 10px;
padding-top: 10px;
padding-bottom: 11px;
font-size: 15px;
line-height: 1em;
}
.pauu137 > .pauu112 > div > div:nth-child(1) > div:first-child{
font-size: 14px;
color: inherit;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 9px;
}
.pauu137 > .pauu112 > div{
padding: 10px 0px;
}
.pauu137 > .pauu138 > div > div:nth-child(1){
height: 307px;
}
.pauu137 > .pauu142 > div > div:nth-child(1){
height: 307px;
}
.pauu137 > .pauu138{
width: 230px;
max-height: 405px;
}
.pauu137 > .pauu142{
width: 230px;
max-height: 405px;
}
.pauu137 > .pauu139{
width: 257px;
max-height: 244px;
}
.pauu137 > div:nth-child(1){
padding-bottom: 8px;
border-bottom: 1px solid #727272;
}
#filter-forms-wrapper #filter-forms-list{
padding-top: 15px;
}
#filter-bottom-chevron{
height: 46px;
}
.color-col{
width: 212px;
}
.color-col-selected{
width: 212px;
}
.color-col input[type="checkbox"]{
margin-right: 16px;
margin-top: 4px;
}
.color-col-selected input[type="checkbox"]{
margin-right: 16px;
margin-top: 4px;
}
.color-col .color-text{
margin-left: 9px;
}
.color-col-selected .color-text{
margin-left: 9px;
}
.pauu0 > h1{
margin-top: 2px;
}
#filter-forms-list > .filter-form{
transition: all 0.7s;
-moz-transition: all 0.7s;
-webkit-transition: all 0.7s;
-o-transition: all 0.7s;
width: 100%;
margin-left: auto;
margin-right: auto;
}
.filter-colors-top-delimiter{
height: 14px;
}
#filter-forms-color a{
position: relative;
margin-top: 12px;
margin-left: 8px;
bottom: -2px;
left: -7px;
}
.pauu0{
font-size: 1.1875em;
line-height: 1em;
display: none;
text-align: center;
color: rgb(55, 55, 55);
padding-top: 9px;
padding-bottom: 8px;
}
.pauu0 > span{
color: rgb(86, 86, 86);
font-size: 0.68em;
margin-left: 10px;
vertical-align: top;
position: relative;
top: 2px;
display: none;
}
#pauw0 hr{
margin: 0 0 0 0;
border-bottom: 1px solid rgb(210, 210, 210);
border-top: none;
width: 87%;
margin-left: auto;
margin-right: auto;
margin-top: 2px;
display: none;
}
#pauw169 > .category-header-menu{
background: rgb(250, 250, 250);
display: none;
}
#pauw169 > .selected:hover{
background: rgb(239, 241, 250);
}
#pauw169 > div{
padding: 1px 4px;
position: relative;
color: rgb(34, 34, 34);
font-family: Nunito;
line-height: 1.17647em;
font-size: 16px;
display: inline-block;
white-space: nowrap;
vertical-align: middle;
margin-bottom: 10px;
}
#pauw169 > div .fa-chevron-down{
font-size: 10px;
display: inline-block;
color: rgb(120, 120, 120);
position: relative;
top: -1px;
margin-left: 10px;
}
#pauw169 > div .fa-chevron-up{
font-size: 10px;
display: inline-block;
color: rgb(120, 120, 120);
position: relative;
top: -1px;
margin-left: 10px;
}
#pauw168 > div > div:first-child{
border: 0px;
padding-top: 11px;
vertical-align: top;
display: none;
color: rgb(36, 36, 36);
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", system-ui, sans-serif;
line-height: 1.17647em;
font-size: 1.0625em;
padding: 1px 38px 1px 0px;
white-space: nowrap;
}
#pauw168 > div > div:first-child > i{
color: black;
font-size: 18px;
margin-right: 6px;
vertical-align: middle;
}
#pauw169{
width: 100%;
}
#pauw169 .fa-caret-down{
font-size: 0.555em;
color: rgb(69, 69, 69);
margin-left: 0.7em;
position: relative;
top: -0.08333333em;
}
#pauw169 .fa-caret-up{
font-size: 0.555em;
color: rgb(69, 69, 69);
margin-left: 0.7em;
position: relative;
top: -0.08333333em;
}
#pauw161 #pauw0{
padding-top: 0px;
margin-top: 30px;
margin-bottom: 24px;
position: relative;
}
#pauw169 .category-header-img-color{
margin-left: 3px;
}
.category-header-menu{
cursor: pointer;
}
.category-header-img-color+.category-header-text{
margin-left: 3px;
}
.category-header-text{
display: inline-block;
font-size: 0.83333em;
color: rgb(86, 86, 86);
font-family: Helvetica;
margin-left: 6px;
}
.filter-form{
color: rgb(25, 25, 25);
font-size: 1em;
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", system-ui, sans-serif;
}
.filter-forms-category-wrapper{
clear: both;
transition: all 0.5s ease-in-out 0s;
-moz-transition: all 0.5s ease-in-out 0s;
-webkit-transition: all 0.5s ease-in-out 0s;
-o-transition: all 0.5s ease-in-out 0s;
margin-left: auto;
margin-right: auto;
width: 100%;
display: block;
text-align: center;
cursor: pointer;
max-width: 600px;
}
.filter-forms-category-wrapper-selected{
clear: both;
transition: all 0.5s ease-in-out 0s;
-moz-transition: all 0.5s ease-in-out 0s;
-webkit-transition: all 0.5s ease-in-out 0s;
-o-transition: all 0.5s ease-in-out 0s;
margin-left: auto;
margin-right: auto;
width: 100%;
display: block;
text-align: center;
cursor: pointer;
max-width: 600px;
background-color: rgb(239, 241, 250);
}
.filter-forms-brand-wrapper{
clear: both;
transition: all 0.5s ease-in-out 0s;
-moz-transition: all 0.5s ease-in-out 0s;
-webkit-transition: all 0.5s ease-in-out 0s;
-o-transition: all 0.5s ease-in-out 0s;
margin-left: auto;
margin-right: auto;
width: 100%;
display: block;
text-align: center;
cursor: pointer;
max-width: 600px;
}
.filter-forms-wrapper{
clear: both;
transition: all 0.5s ease-in-out 0s;
-moz-transition: all 0.5s ease-in-out 0s;
-webkit-transition: all 0.5s ease-in-out 0s;
-o-transition: all 0.5s ease-in-out 0s;
margin-left: auto;
margin-right: auto;
width: 100%;
display: block;
text-align: center;
cursor: pointer;
max-width: 600px;
}
.filter-forms-size-wrapper{
clear: both;
transition: all 0.5s ease-in-out 0s;
-moz-transition: all 0.5s ease-in-out 0s;
-webkit-transition: all 0.5s ease-in-out 0s;
-o-transition: all 0.5s ease-in-out 0s;
margin-left: auto;
margin-right: auto;
width: 100%;
display: block;
text-align: center;
cursor: pointer;
max-width: 600px;
}
.pauu115{
clear: both;
transition: all 0.5s ease-in-out 0s;
-moz-transition: all 0.5s ease-in-out 0s;
-webkit-transition: all 0.5s ease-in-out 0s;
-o-transition: all 0.5s ease-in-out 0s;
margin-left: auto;
margin-right: auto;
width: 100%;
display: block;
text-align: center;
cursor: pointer;
max-width: 600px;
}
.filter-forms-brand-wrapper-selected{
clear: both;
transition: all 0.5s ease-in-out 0s;
-moz-transition: all 0.5s ease-in-out 0s;
-webkit-transition: all 0.5s ease-in-out 0s;
-o-transition: all 0.5s ease-in-out 0s;
margin-left: auto;
margin-right: auto;
width: 100%;
display: block;
text-align: center;
cursor: pointer;
max-width: 600px;
background-color: rgb(239, 241, 250);
}
.filter-forms-wrapper-selected{
clear: both;
transition: all 0.5s ease-in-out 0s;
-moz-transition: all 0.5s ease-in-out 0s;
-webkit-transition: all 0.5s ease-in-out 0s;
-o-transition: all 0.5s ease-in-out 0s;
margin-left: auto;
margin-right: auto;
width: 100%;
display: block;
text-align: center;
cursor: pointer;
max-width: 600px;
background-color: rgb(239, 241, 250);
}
.filter-forms-size-wrapper-selected{
clear: both;
transition: all 0.5s ease-in-out 0s;
-moz-transition: all 0.5s ease-in-out 0s;
-webkit-transition: all 0.5s ease-in-out 0s;
-o-transition: all 0.5s ease-in-out 0s;
margin-left: auto;
margin-right: auto;
width: 100%;
display: block;
text-align: center;
cursor: pointer;
max-width: 600px;
background-color: rgb(239, 241, 250);
}
.filter-forms-sort-wrapper{
clear: both;
transition: all 0.5s ease-in-out 0s;
-moz-transition: all 0.5s ease-in-out 0s;
-webkit-transition: all 0.5s ease-in-out 0s;
-o-transition: all 0.5s ease-in-out 0s;
margin-left: auto;
margin-right: auto;
width: 100%;
display: block;
text-align: center;
cursor: pointer;
max-width: 600px;
}
.filter-forms-sort-wrapper-selected{
clear: both;
transition: all 0.5s ease-in-out 0s;
-moz-transition: all 0.5s ease-in-out 0s;
-webkit-transition: all 0.5s ease-in-out 0s;
-o-transition: all 0.5s ease-in-out 0s;
margin-left: auto;
margin-right: auto;
width: 100%;
display: block;
text-align: center;
cursor: pointer;
max-width: 600px;
background-color: rgb(239, 241, 250);
}
.filter-forms-price-wrapper-min{
clear: both;
transition: all 0.5s ease-in-out 0s;
-moz-transition: all 0.5s ease-in-out 0s;
-webkit-transition: all 0.5s ease-in-out 0s;
-o-transition: all 0.5s ease-in-out 0s;
margin-left: auto;
margin-right: auto;
width: 170px;
display: block;
text-align: center;
cursor: pointer;
max-width: 600px;
}
.filter-forms-price-wrapper-max{
clear: both;
transition: all 0.5s ease-in-out 0s;
-moz-transition: all 0.5s ease-in-out 0s;
-webkit-transition: all 0.5s ease-in-out 0s;
-o-transition: all 0.5s ease-in-out 0s;
margin-left: auto;
margin-right: auto;
width: 170px;
display: block;
text-align: center;
cursor: pointer;
max-width: 600px;
}
.filter-forms-price-wrapper-min-selected{
clear: both;
transition: all 0.5s ease-in-out 0s;
-moz-transition: all 0.5s ease-in-out 0s;
-webkit-transition: all 0.5s ease-in-out 0s;
-o-transition: all 0.5s ease-in-out 0s;
margin-left: auto;
margin-right: auto;
width: 170px;
display: block;
text-align: center;
cursor: pointer;
max-width: 600px;
background-color: rgb(239, 241, 250);
}
.filter-forms-price-wrapper-max-selected{
clear: both;
transition: all 0.5s ease-in-out 0s;
-moz-transition: all 0.5s ease-in-out 0s;
-webkit-transition: all 0.5s ease-in-out 0s;
-o-transition: all 0.5s ease-in-out 0s;
margin-left: auto;
margin-right: auto;
width: 170px;
display: block;
text-align: center;
cursor: pointer;
max-width: 600px;
background-color: rgb(239, 241, 250);
}
.filter-forms-category-wrapper:last-child{
border-width: 0px;
}
.filter-forms-category-wrapper-selected:last-child{
border-width: 0px;
}
.filter-forms-brand-wrapper:last-child{
border-width: 0px;
}
.filter-forms-wrapper:last-child{
border-width: 0px;
}
.filter-forms-brand-wrapper-selected:last-child{
border-width: 0px;
}
.filter-forms-wrapper-selected:last-child{
border-width: 0px;
}
.filter-forms-size-wrapper:last-child{
border-width: 0px;
}
.pauu115:last-child{
border-width: 0px;
}
.filter-forms-size-wrapper-selected:last-child{
border-width: 0px;
}
.filter-forms-sort-wrapper:last-child{
border-width: 0px;
}
.filter-forms-sort-wrapper-selected:last-child{
border-width: 0px;
}
.filter-forms-price-wrapper-min:last-child{
border-width: 0px;
}
.filter-forms-price-wrapper-min-selected:last-child{
border-width: 0px;
}
.filter-forms-price-wrapper-max:last-child{
border-width: 0px;
}
.filter-forms-price-wrapper-max-selected:last-child{
border-width: 0px;
}
.filter-forms-category-link{
text-align: center;
}
.filter-forms-brand-link{
text-align: center;
}
.filter-forms-link{
text-align: center;
}
.filter-forms-sort-link{
text-align: center;
}
.filter-forms-size-link{
text-align: center;
}
.filter-forms-price-link{
text-align: center;
}
#category-header-img-color{
display: inline-block;
margin-left: 3px;
}
#filter-forms-buttons a{
display: none;
cursor: pointer;
width: 171px;
}
#filter-forms-buttons a:last-child{
margin-left: 7px;
}
#filter-forms-buttons{
transition: all 0.5s ease-in-out 0s;
-moz-transition: all 0.5s ease-in-out 0s;
-webkit-transition: all 0.5s ease-in-out 0s;
-o-transition: all 0.5s ease-in-out 0s;
overflow-y: hidden;
display: none;
height: 0px;
margin-top: 2px;
margin-bottom: 2px;
}
.filter-form hr{
border-top: none;
border-bottom: 1px solid rgb(227, 227, 227);
margin: 10px auto 8px auto;
width: 93.6%;
}
#filter-forms-price-minmax-wrapper{
margin-left: auto;
margin-right: auto;
width: 93.6%;
text-align: center;
}
#filter-forms-price-min{
display: inline-block;
}
#filter-forms-price-max{
display: inline-block;
}
.filters-reset{
margin-right: 16px;
top: 0px;
font-size: 0.9375em;
cursor: pointer;
display: none;
float: right;
color: rgb(59, 59, 59);
border-bottom: 1px solid rgb(207, 207, 207);
padding: 1px 2px;
margin-bottom: 2px;
}
#filter-forms-category .filters-reset{
margin-bottom: 2px;
}
#filters-genders{
clear: both;
margin-bottom: 1px;
float: right;
}
#pauw161 .pauu0{
display: block;
color: rgb(48, 48, 48);
padding-top: 0px;
padding-bottom: 0px;
}
#pauw168{
color: rgb(36,36,36);
margin-bottom: 6px;
margin-left: 2px;
width: 100%;
margin-top: 1px;
}
#pauw171 #pauw0{
display: none;
}
#pauw0{
padding-top: 12px;
}
#pauw171>.pauu94:first-child{
display: none;
}
.pauu94{
font-size: 12px;
line-height: 14px;
color: rgb(101, 101, 101);
margin-top: 5px;
font-family: Nunito;
text-transform: uppercase;
}
#pauw171 .pauu94{
text-transform: uppercase;
}
body > .pauu48 > .pauu94{
display: none;
}
.top-contact{
display: none;
}
.pauu344{
line-height: 24px;
font-size: 15px;
margin-top: 16px;
font-family: Nunito;
}
.pauu344 > div > span:nth-child(2){
margin-left: 1px;
}
.pauu344 > div > span:nth-child(1){
font-family: 'Nunito Medium';
}
.pauu76{
top: 4.217%;
font-size: 14px;
}
.pauu80{
top: 4.217%;
font-size: 14px;
right: 0px;
}
.pauu76 > div{
margin-bottom: 5px;
padding: 4px 12px;
clear: both;
display: block;
float: left;
}
.pauu80 > div{
margin-bottom: 5px;
padding: 4px 12px;
clear: both;
display: block;
float: right;
}
.pauu75 .img-responsive{
width: 100%;
}
.pauu75{
background-position: center center;
background-image: none;
position: relative;
}
.pauu87{
margin-bottom: 11px;
}
.product-color-none{
margin-bottom: 11px;
}
.pauu92{
font-family: Arimo;
font-size: 18px;
color: rgb(208, 52.1, 47.6);
}
.pauu84{
margin-top: 20px;
line-height: 18px;
}
.pauu74{
padding: 19px 6px;
}
.pauu312{
padding: 20px 6px;
padding-bottom: 24px;
}
.pauu364 .pauu74{
padding-bottom: 24px;
}
.pauu83 .pauu91{
margin-bottom: 1px;
margin-top: 14px;
line-height: 19px;
color: rgb(34, 34, 34);
}
.pauu85{
margin-left: 9px;
display: none;
}
.pauu86{
margin-left: 9px;
display: none;
}
.pauu88{
line-height: 24px;
}
.pauu89{
min-height: 46px;
height: 46px;
overflow: hidden;
font-size: 16px;
color: rgb(34, 34, 34);
font-family: Nunito;
width: 100%;
}
.product-text-brand-wrapper{
padding: 10px 0px;
padding-top: 11px;
line-height: 0.92307em;
}
.pull-right{
margin-top: 25px;
margin-right: 3px;
position: absolute;
right: 0px;
}
.pauu93{
margin-left: 10px;
font-size: 15px;
color: rgb(123, 123, 123);
text-decoration: line-through;
}
.pauu83 > a > .pauu314{
color: rgb(64,64,64);
padding: 6px 0px;
text-align: center;
line-height: 1em;
margin: 0px auto;
width: 96px;
font-size: 0.875em;
margin-top: 13px;
background: white;
transition: all 0.3s ease-in-out 0s;
-moz-transition: all 0.3s ease-in-out 0s;
-webkit-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
border: 1px solid rgb(227, 227, 227);
border-radius: 9px;
}
.pauu83 > a > .pauu314:hover{
background: rgb(252, 252, 252);
}
.pauu91 .fa-heart{
margin-top: 2px;
margin-right: 3px;
}
.pauu91 .pauu165{
float: right;
margin-top: 2px;
margin-right: 3px;
}
.pauu91 .pauu165 > div{
width: 14px;
height: 14px;
}
.pauu91 .pauu165 > div > div:before{
width: 29%;
height: 29%;
}
#pauw205 .pauu165 > div{
width: 17px;
height: 17px;
}
#pauw205 .pauu165 > div > div:before{
width: 29%;
height: 29%;
}
.pauu84 a > span:first-child{
display: none;
}
.pull-left .fa-heart{
display: none;
}
#pauw6{
display: flex;
justify-content: space-between;
}
.desktop-space-main-page{
background: rgb(235,236,238);
min-height: 29px;
}
#pauw158 *:nth-child(1){
margin-top: 45px;
margin-bottom: 25px;
float: left;
}
#pauw158 *:nth-child(2){
margin-top: 45px;
margin-bottom: 25px;
float: right;
}
.pauu45 .pauu249{
margin-top: 39px;
}
.pauu45 .pauu272{
width: 100%;
}
.pauu45 .pauu274:first-child{
white-space: nowrap;
}
.pauu45 .pauu274:last-child{
width: 100%;
}
.pauu45 .pauu274 input[type=text]{
width: 100%;
max-width: 100%;
}
.pauu45 .pauu274 textarea{
width: 100%;
max-width: 100%;
}
.pauu152{
margin-top: 22px;
max-width: 925px;
line-height: 25px;
color: rgb(38, 38, 38);
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", system-ui, sans-serif;
}
.pauu152 h3{
font-size: 17px;
font-family: Arimo;
}
.pauu152 h3:last-child{
font-size: 19px;
}
form[name=return] > div:first-child{
margin-top: 24px;
}
.pauu280:last-child{
width: 330px;
}
.pauu274:last-child{
width: 330px;
}
.pauu282 > div:nth-child(1){
width: 25%;
}
.pauu282 > div:nth-child(2){
width: 48%;
padding-left: 7px;
padding-right: 7px;
}
.pauu282 > div:nth-child(3){
width: 27%;
}
#pauw159 input[type=submit]:nth-child(1){
margin-top: 28px;
margin-bottom: 25px;
float: left;
}
#pauw159 a:nth-child(2){
margin-top: 28px;
margin-bottom: 25px;
float: right;
}
.pauu149{
font-family: Nunito;
color: rgb(21, 21, 21);
margin-top: 19px;
text-align: center;
}
.pauu151 > div > div:first-child{
display: table-cell;
width: 70%;
padding-right: 17px;
}
.pauu151 > div > div:nth-child(2){
display: table-cell;
width: 30%;
}
.pauu151 > div{
display: table-row;
}
.pauu151{
display: table;
margin-top: 18px;
width: 100%;
}
.pauu149 > a{
margin-right: 25px;
font-size: 15px;
}
#pauw69{
margin-top: 19px;
font-family: Nunito;
color: rgb(21, 21, 21);
}
.pauu150{
display: table;
max-width: 900px;
margin: 0px auto;
}
.pauu150 > div{
display: table-row;
}
.pauu150 > div > img{
display: table-cell;
max-width: 181px;
vertical-align: top;
border-radius: 8px;
margin-right: 22px;
}
.pauu150 > div > div{
display: table-cell;
padding-right: 22px;
font-family: "Nunito";
line-height: 25px;
vertical-align: top;
width: 100%;
}
.pauu150 > div > div > span:first-child{
font-family: "Nunito SemiBold";
}
.pauu149 > .active{
font-family: "Nunito SemiBold";
}
.in .table tr > td{
padding: 4px 10px;
color: rgb(45, 45, 45);
}
.pauu271 .pauu249{
margin-top: 20px;
}
#pauw48{
width: 494px;
bottom: 16px;
position: fixed;
z-index: 9999;
left: 16px;
transition: all 0.25s ease-in-out 0s;
-moz-transition: all 0.25s ease-in-out 0s;
-webkit-transition: all 0.25s ease-in-out 0s;
-o-transition: all 0.25s ease-in-out 0s;
}
#pauw49 > div:first-child{
text-align: left;
display: inline-block;
}
#pauw51{
display: block;
margin-top: 11px;
margin-bottom: 32px;
}
#pauw53{
transition: all 0.5s ease-in-out 0s;
-moz-transition: all 0.5s ease-in-out 0s;
-webkit-transition: all 0.5s ease-in-out 0s;
-o-transition: all 0.5s ease-in-out 0s;
background: rgb(70, 99, 140);
border: none;
padding: 9px 16px;
margin: 0px;
font-size: 14px;
margin-top: 1px;
border-radius: 2px;
margin-bottom: 4px;
width: 100%;
line-height: 15px;
}
#pauw53 input[type=checkbox]{
margin-left: 9px;
position: relative;
top: 1px;
}
#pauw49{
margin-left: auto;
margin-right: auto;
text-align: center;
width: 100%;
height: auto;
background: rgb(41, 43, 45);
color: white;
border: none;
z-index: 9900;
font-size: 15px;
padding: 32px;
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", system-ui, sans-serif;
line-height: 23px;
}
#pauw52{
text-align: left;
}
#pauw50{
font-size: 18px;
line-height: 1em;
padding-bottom: 5px;
margin: 0px;
}
.pauu74:hover .fa.fa-shopping-cart{
color: rgb(120, 120, 120);
}
.pauu295 button:hover{
border-color: rgb(120, 120, 120);
}
#pauw84{
width: 750px;
}
.alert .close{
margin-left: 5px;
}
.pauu26{
text-align: center;
color: rgba(255,255,255);
cursor: pointer;
padding-top: 14px;
padding-bottom: 14px;
font-size: 14px;
font-family: Nunito;
background: rgb(48, 53, 78);
line-height: 14px;
transition: all 0.3s ease-in-out 0s;
-moz-transition: all 0.3s ease-in-out 0s;
-webkit-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
}
.pauu26:hover{
background: rgb(63, 68, 90);
}
.pauu26 .fa{
color: rgba(255, 255, 255, 0.9);
}
.pauu358{
color: rgb(24, 24, 24);
}
.pauu358 > div > div:first-child{
font-size: 16px;
}
.pauu358 > div > div:nth-child(2){
line-height: 21px;
font-size: 15px;
}
.pauu358 > div > div:first-child > svg{
width: 19px;
height: 19px;
}
.pauu148{
float: left;
font-size: 12px;
margin-top: 1.413em;
line-height: 17px;
color: rgb(75, 75, 75);
max-width: calc(100% - 300px);
padding-left: 1%;
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", system-ui, sans-serif;
}
#pauw177{
font-size: 14px;
cursor: pointer;
vertical-align: middle;
position: relative;
}
.pauu197{
margin-bottom: 8px;
padding-bottom: 8px;
border-bottom: 1px solid rgb(227, 227, 227);
}
.pauu2{
margin-bottom: 8px;
padding-bottom: 8px;
border-bottom: 1px solid rgb(227, 227, 227);
}
.pauu197:last-child{
border-bottom: none;
}
.pauu198{
display: inline;
}
.pauu3{
display: inline;
}
.pauu199{
font-size: 1.0625em;
line-height: 20px;
display: inline-block;
width: 87%;
vertical-align: top;
}
.pauu4{
font-size: 1.0625em;
line-height: 20px;
display: inline-block;
width: 87%;
vertical-align: top;
}
.pauu201{
height: 36px;
width: 240px;
}
.pauu6{
height: 36px;
width: 240px;
}
.pauu206{
float: right;
margin-right: 4px;
cursor: pointer;
}
.pauu200{
float: right;
margin-right: 4px;
cursor: pointer;
}
.pauu325{
float: right;
margin-right: 4px;
cursor: pointer;
}
.pauu5{
float: right;
margin-right: 4px;
cursor: pointer;
}
.cartmenu-additional{
float: right;
margin-right: 4px;
cursor: pointer;
}
.pauu197 a{
color: rgb(20, 20, 20);
}
.pauu197 a:hover{
color: rgb(20, 20, 20);
}
.pauu2 a{
color: rgb(20, 20, 20);
}
.pauu2 a:hover{
color: rgb(20, 20, 20);
}
.pauu197 .fa-shopping-cart{
color: rgb(20, 20, 20);
}
.pauu197 .fa-remove{
color: rgb(20, 20, 20);
}
.pauu197 .fa-caret-down{
color: rgb(20, 20, 20);
margin-right: 1px;
margin-left: 2px;
}
.pauu197 .fa-caret-up{
color: rgb(20, 20, 20);
margin-right: 1px;
margin-left: 2px;
}
.pauu2 .fa-shopping-cart{
color: rgb(20, 20, 20);
}
.pauu2 .fa-remove{
color: rgb(20, 20, 20);
}
.pauu2 .fa-caret-down{
color: rgb(20, 20, 20);
margin-right: 1px;
margin-left: 2px;
}
.pauu2 .fa-caret-up{
color: rgb(20, 20, 20);
margin-right: 1px;
margin-left: 2px;
}
.pauu197 .pauu200{
margin-right: 20px;
}
.pauu326{
font-size: 0.9375em;
color: rgb(20, 20, 20);
transition: all 0.5s ease-in-out 0s;
-moz-transition: all 0.5s ease-in-out 0s;
-webkit-transition: all 0.5s ease-in-out 0s;
-o-transition: all 0.5s ease-in-out 0s;
overflow-y: hidden;
display: none;
height: 0px;
}
.cartmenu-additional-content{
font-size: 0.9375em;
color: rgb(20, 20, 20);
transition: all 0.5s ease-in-out 0s;
-moz-transition: all 0.5s ease-in-out 0s;
-webkit-transition: all 0.5s ease-in-out 0s;
-o-transition: all 0.5s ease-in-out 0s;
overflow-y: hidden;
display: none;
height: 0px;
}
#pauw166{
margin-top: 43px;
}
#pauw172 a{
text-decoration: underline;
cursor: pointer;
}
#pauw4{
font-size: 13px;
font-family: Nunito;
text-align: left;
max-width: 1500px;
padding-top: 4px;
padding-bottom: 39px;
padding-left: 30px;
padding-right: 30px;
column-gap: 34px;
line-height: 22px;
}
.pauu101 > div:first-child{
font-size: 13px;
font-family: Nunito;
margin-top: 36px;
margin-bottom: 44px;
text-align: left;
max-width: 1500px;
padding-left: 71px;
padding-right: 71px;
column-gap: 34px;
line-height: 22px;
}
#pauw3{
margin-bottom: 80px;
}
.pauu101 > div:first-child > .pauu107{
margin-left: -6px;
margin-bottom: 1px;
height: 34px;
}
.pauu101 > div:first-child > .pauu108{
margin-left: -2px;
margin-bottom: 7px;
height: 33px;
}
#pauw3 > div:nth-child(2){
display: none;
}
.pauu101 > div:nth-child(2){
display: none;
}
#pauw4 h3{
font-size: 18px;
line-height: 21px;
margin-bottom: 3px;
margin-top: 13px;
}
.pauu101 > div:first-child h3{
font-size: 18px;
line-height: 21px;
margin-bottom: 3px;
margin-top: 13px;
}
#pauw4 > h3:first-child{
font-size: 18px;
line-height: 21px;
margin-bottom: 3px;
margin-top: 0px;
}
.pauu101 > div:first-child > h3:first-child{
font-size: 18px;
line-height: 21px;
margin-bottom: 3px;
margin-top: 0px;
}
.pauu101 > div:first-child > h3:first-child > br{
display: none;
}
#pauw4 ul{
margin-bottom: 13px;
}
.pauu101 > div:first-child ul{
margin-bottom: 13px;
}
#pauw4 p+ul{
margin-top: -10px;
}
.pauu101 > div:first-child p+ul{
margin-top: -10px;
}
.pauu308{
display: none;
}
#pauw172{
font-size: 15px;
margin-top: 15px;
margin-bottom: -3px;
padding: 8px 15px;
padding-bottom: 10px;
text-align: center;
}
#pauw171 h1{
font-family: Arimo Medium;
}
.products-suggestion-text{
font-size: 1.1em;
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", system-ui, sans-serif;
}
.products-suggestion-text2{
display: none;
}
.products-suggestion-view-all{
color: rgb(27,48,90);
float: right;
font-size: 0.9375em;
margin-top: 1px;
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", system-ui, sans-serif;
}
.products-suggestion-view-all2{
display: none;
}
.pauu364 > div:nth-child(odd){
font-size: 20px;
font-family: Nunito;
margin-left: 6px;
}
.pauu364 > div:nth-child(3){
padding-top: 3px;
}
#pauw171 hr:first-child{
margin-top: 0px;
}
#pauw171 hr{
border-color: rgb(227, 227, 227);
}
.pauu364 hr{
margin-bottom: 39px;
}
#pauw178{
margin-bottom: 13px;
text-transform: uppercase;
}
#write_review{
display: none;
}
.pauu345 button{
display: block;
margin-top: 8px;
width: 100%;
}
#pauw171 .pauu350{
margin-top: 10px;
padding: 0px;
line-height: 1em;
height: 42px;
}
#pauw171 .pauu350 > span:nth-child(4){
color: rgba(255,255,255,0.6);
margin-left: 7px;
position: relative;
top: 0px;
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", system-ui, sans-serif;
transition: all 0.25s ease-in-out 0s;
-moz-transition: all 0.25s ease-in-out 0s;
-webkit-transition: all 0.25s ease-in-out 0s;
-o-transition: all 0.25s ease-in-out 0s;
}
#pauw171 .pauu350 > i{
font-size: 19px;
color: white;
position: relative;
top: 2px;
vertical-align: middle;
margin-right: 10px;
}
#pauw171 .pauu350 > svg{
width: 19px;
height: 19px;
position: relative;
margin-right: 10px;
vertical-align: bottom;
top: 1px;
}
#pauw171 .add-likes{
padding: 4px 35px;
margin-top: 11px;
}
#pauw206{
margin-bottom: 19px;
}
.custom-input0{
font-size: 0.875em;
display: block;
color: rgb(66,66,66);
border: 1px solid rgb(152, 152, 152);
padding: 0px 14px;
width: 100%;
max-width: 360px;
height: 40px;
}
.pauu236{
font-size: 0.875em;
display: block;
color: rgb(66,66,66);
border: 1px solid rgb(152, 152, 152);
padding: 0px 14px;
width: 100%;
max-width: 360px;
height: 40px;
}
.cart-desktop-select0{
font-size: 0.875em;
display: block;
color: rgb(66,66,66);
border: 1px solid rgb(152, 152, 152);
padding: 0px 14px;
width: 100%;
max-width: 360px;
height: 40px;
}
#pauw131{
font-size: 0.875em;
display: block;
color: rgb(66,66,66);
border: 1px solid rgb(152, 152, 152);
padding: 0px 14px;
width: 100%;
max-width: 360px;
height: 40px;
}
.pauu232{
font-size: 0.875em;
display: block;
color: rgb(66,66,66);
border: 1px solid rgb(152, 152, 152);
padding: 0px 14px;
width: 100%;
max-width: 360px;
height: 40px;
}
#pauw141 > div:nth-child(4){
font-size: 13px;
display: block;
color: rgb(66,66,66);
border: 1px solid rgb(152, 152, 152);
padding: 15px 13px;
width: auto;
max-width: none;
height: unset;
}
.pauu190 > input[type=text]{
font-size: 0.875em;
display: block;
color: rgb(66,66,66);
border: 1px solid rgb(152, 152, 152);
padding: 0px 14px;
width: 100%;
max-width: 360px;
height: 40px;
}
.pauu190 input[type=password]{
font-size: 0.875em;
display: block;
color: rgb(66,66,66);
border: 1px solid rgb(152, 152, 152);
padding: 0px 14px;
width: 100%;
max-width: 360px;
height: 40px;
}
.pauu280 > input[type=text]{
font-size: 0.875em;
display: block;
color: rgb(66,66,66);
border: 1px solid rgb(152, 152, 152);
padding: 0px 14px;
width: 100%;
max-width: 360px;
height: 40px;
}
.pauu280 input[type=password]{
font-size: 0.875em;
display: block;
color: rgb(66,66,66);
border: 1px solid rgb(152, 152, 152);
padding: 0px 14px;
width: 100%;
max-width: 360px;
height: 40px;
}
.pauu190 textarea{
font-size: 0.875em;
display: block;
color: rgb(66,66,66);
border: 1px solid rgb(152, 152, 152);
padding: 0px 14px;
width: 100%;
max-width: 360px;
}
.pauu280 textarea{
font-size: 0.875em;
display: block;
color: rgb(66,66,66);
border: 1px solid rgb(152, 152, 152);
padding: 9px 12px;
width: 100%;
max-width: 360px;
}
.pauu274 textarea{
font-size: 0.875em;
display: block;
color: rgb(66,66,66);
border: 1px solid rgb(152, 152, 152);
padding: 9px 12px;
width: 100%;
max-width: 360px;
}
.pauu274 > input[type=text]{
font-size: 0.875em;
display: block;
color: rgb(66,66,66);
border: 1px solid rgb(152, 152, 152);
padding: 0px 14px;
width: 100%;
max-width: 360px;
height: 40px;
}
#pauw141 > div:nth-child(3){
margin-top: 28px;
line-height: 1.3125em;
}
#pauw171 .product-accordion-0 .pauu254{
border: none;
box-shadow: none;
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", system-ui, sans-serif;
line-height: 25px;
color: rgb(33, 33, 33);
}
#pauw171 .product-accordion-0 .pauu254 > .dostavka-tab{
padding-left: 0px;
padding-top: 2px;
font-size: 15px;
line-height: 24px;
padding-bottom: 11px;
}
#pauw171 .product-accordion-0 .pauu254 > .dostavka-tab > ul{
padding-left: 16px;
padding-top: 5px;
padding-bottom: 4px;
}
form[name=reviews] > .pauu1{
text-align: left;
font-size: 14px;
font-family: Arimo;
}
form[name=reviews] > .pauu1 > .control-label{
text-align: left;
font-size: 14px;
font-family: Arimo;
}
form[name=reviews] textarea{
height: 130px;
margin-top: 0.85714em;
}
form[name=reviews] input[type=submit]{
margin-left: 14px;
margin-bottom: 23px;
}
.product-tabs-link{
display: block;
text-transform: uppercase;
font-family: Nunito;
font-size: 0.9375em;
}
.product-tabs-link .fa-caret-down{
margin-right: 7px;
font-size: 0.8em;
}
.product-tabs-link .fa-caret-up{
margin-right: 7px;
font-size: 0.8em;
}
form[name=question] > span{
display: block;
text-align: left;
font-size: 14px;
font-family: Arimo;
margin-top: 12px;
}
form[name=question] > span:nth-child(2){
margin-top: 2px;
}
form[name=question] > input{
margin-top: 2px;
}
form[name=question] > textarea+input[type=submit]{
margin-top: 12px;
}
form[name=question] >textarea{
height: 132px;
margin-top: 2px;
}
#pauw201 input[type=text]{
font-size: 15px;
display: block;
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", system-ui, sans-serif;
color: rgb(70, 70, 70);
border: 1px solid rgb(152, 152, 152);
width: 100%;
margin-left: auto;
margin-right: auto;
padding: 0px 10px;
height: 34px;
margin-top: 7px;
margin-bottom: 7px;
}
#pauw201 textarea{
font-size: 15px;
display: block;
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", system-ui, sans-serif;
color: rgb(70, 70, 70);
border: 1px solid rgb(152, 152, 152);
width: 100%;
margin-left: auto;
margin-right: auto;
padding: 0px 10px;
height: 70px;
margin-top: 7px;
margin-bottom: 7px;
padding-top: 3px;
}
#pauw199 input[type=text]{
font-size: 15px;
display: block;
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", system-ui, sans-serif;
color: rgb(70, 70, 70);
border: 1px solid rgb(152, 152, 152);
width: 100%;
margin-left: auto;
margin-right: auto;
padding: 0px 10px;
height: 34px;
margin-top: 7px;
margin-bottom: 7px;
}
#pauw199 textarea{
font-size: 15px;
display: block;
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", system-ui, sans-serif;
color: rgb(70, 70, 70);
border: 1px solid rgb(152, 152, 152);
width: 100%;
margin-left: auto;
margin-right: auto;
padding: 0px 10px;
height: 70px;
margin-top: 7px;
margin-bottom: 7px;
padding-top: 3px;
}
#pauw201 input[type=submit]{
margin-top: 10px;
}
#pauw199 input[type=submit]{
margin-top: 10px;
}
#pauw202 .table:first-child{
margin-top: 4px;
}
#pauw202 .table td p{
margin: 0px 0px 0px 0px;
display: block;
}
#pauw202 #pauw162{
margin-top: 2px;
}
#pauw202 .table td strong+p{
margin-top: 4px;
line-height: 14px;
}
#pauw202 .table{
margin-bottom: 13px;
margin-left: 9px;
margin-top: 5px;
}
#pauw202 .table tr:last-child > td{
padding-bottom: 15px;
border-bottom: 1px solid rgb(227, 227, 227);
}
#pauw202 .table tr > td:first-child{
padding-left: 5px;
}
#pauw202 .table tr > td{
padding: 4px;
}
.brand-infotable-hide{
font-size: 13px;
margin-top: -8px;
}
.brand-infotable > div > div{
padding-top: 8px;
padding-bottom: 8px;
line-height: 1em;
}
#category-customer-reviews{
line-height: 20px;
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", system-ui, sans-serif;
padding-top: 4px;
font-size: 14px;
margin: 0px auto;
}
#category-customer-reviews > div:first-child{
font-family: Arimo, Arial;
color: rgb(36, 36, 36);
font-size: 18px;
}
#category-customer-reviews > div:nth-child(2){
display: table;
margin-top: 16px;
margin-bottom: 1px;
color: rgb(36, 36, 36);
width: 100%;
}
#category-customer-reviews > div:nth-child(2) > div{
display: table-row;
}
#category-customer-reviews > div:nth-child(2) > div > *{
display: table-cell;
}
#category-customer-reviews > div:nth-child(2) > div > span:first-child{
font-family: "Segoe UI Semibold", ".SFNS-Medium", ".SFNSText-Medium", "SF Pro Display Semibold", "Helvetica Neue Medium", ".HelveticaNeueDeskInterface-MediumP4", "Ubuntu Medium", "Open Sans SemiBold", "Roboto-Medium", "Fira Sans SemiBold", "Arial";
}
#category-customer-reviews > div:nth-child(2) > div > span:nth-child(2){
padding-left: 10px;
}
#pauw59{
line-height: 20px;
font-family: Arimo, Arial;
padding: 0px 22px;
font-size: 15px;
color: rgb(36, 36, 36);
margin: 0px auto;
padding-top: 32px;
padding-bottom: 25px;
}
#pauw58{
line-height: 20px;
font-family: Arimo, Arial;
font-size: 15px;
color: rgb(36, 36, 36);
max-width: 1500px;
margin: 0px auto;
padding-top: 17px;
padding-bottom: 11px;
}
#pauw59 > div{
display: block;
}
#pauw58 > div{
display: inline;
margin-right: 16px;
}
#pauw57{
margin-top: 28px;
margin-bottom: 4px;
}
#pauw56{
margin-top: 19px;
margin-bottom: 16px;
}
.website-overwrite-message{
margin-top: 0px!important;
}
.pauu103{
margin-top: 19px;
max-width: 1500px;
margin-left: auto;
margin-right: auto;
}
.pauu103 > div > div > a > img + div{
text-align: center;
}
.pauu104{
margin-top: 20px;
margin-bottom: 15px;
}
.pauu105{
margin-top: 30px;
margin-bottom: 14px;
}
.pauu106{
margin-top: 23px;
margin-bottom: 25px;
}
.pauu103 > div > div:nth-child(2) > div:last-child{
margin-top: 0px;
padding: 0px 15px;
line-height: 20px;
font-family: Nunito;
font-size: 15px;
color: rgb(36, 36, 36);
}
.pauu103 > div > div:nth-child(2) > div:last-child > div > b{
font-family: Arimo Medium, Arial;
font-weight: normal;
}
.pauu103 > div > div > a> img + div > div{
display: inline-block;
padding: 11px 57px;
color: white;
font-family: Arimo Medium;
border-radius: 15px;
font-size: 14px;
line-height: 1em;
text-transform: uppercase;
}
.pauu96{
max-width: 1500px;
position: relative;
margin-top: 12px;
font-size: 15px;
width: 100%;
margin-left: auto;
margin-right: auto;
padding-bottom: 1px;
color: rgb(24, 24, 24);
font-family: Nunito;
display: none;
}
.pauu96 > div{
position: relative;
width: 100%;
}
.pauu96 > div > a:nth-child(2){
position: absolute;
right: 0px;
}
.pauu97{
margin-top: 18px;
border: 1px solid rgb(228, 228, 228);
border-radius: 2px;
padding-top: 9px;
padding-bottom: 12px;
border-color: #e9b261;
border-style: dashed;
width: 100%;
max-width: 750px;
margin-left: auto;
margin-right: auto;
padding-left: 18px;
padding-right: 18px;
position: relative;
}
.pauu97 > a > div:first-child{
font-size: 18px;
color: rgb(36, 36, 36);
text-align: center;
padding: 0px 10px;
margin-bottom: 10px;
line-height: 21px;
}
.pauu98{
padding: 0px 2px;
text-align: center;
}
.pauu98 > div{
width: 33.333%;
display: inline-block;
padding: 2px;
}
.pauu98 > div > img{
width: 100%;
}
.pauu99{
vertical-align: top;
font-size: 14px;
line-height: 14px;
color: rgb(36, 36, 36);
text-align: left;
margin-top: 9px;
padding: 0px 10px;
font-family: Arimo;
}
.pauu99 > div:last-child{
float: right;
}
.pauu99 > div:last-child > span+span+span{
text-decoration: line-through;
color: rgb(123, 123, 123);
font-size: 13px;
margin-left: 1px;
}
.promo-product-kids{
margin-top: -2px!important;
}
.promo-product-single > a > div{
display: table;
}
.promo-product-single > a > div > div{
display: table-row;
}
.promo-product-single > a > div > div > div{
display: table-cell;
}
.promo-product-single > a > div > div > div:first-child{
width: 47%;
padding: 2px;
vertical-align: middle;
}
.promo-product-single > a > div > div > div:first-child > img{
max-width: 100%;
}
.promo-product-single > a > div > div > div:last-child{
width: 53%;
vertical-align: top;
text-align: left;
font-family: Arimo;
font-size: 18px;
line-height: 21px;
padding-top: 0px;
position: relative;
}
.promo-product-single > a > div > div > div:last-child > div:nth-child(2){
overflow: hidden;
font-family: Nunito;
margin-top: 6px;
font-size: 14px;
display: -webkit-box;
-webkit-line-clamp: 6;
-webkit-box-orient: vertical;
}
.promo-product-single > a > div > div > div:last-child > div:last-child{
margin-top: 21px;
font-size: 14px;
}
.promo-product-single > a > div > div > div > div:last-child > span+span+span{
text-decoration: line-through;
color: rgb(123, 123, 123);
font-size: 13px;
margin-left: 1px;
}
.pauu102{
width: 100%;
text-align: center;
margin-top: 3px;
}
.pauu102 > div{
display: inline-block;
}
.pauu102 > div > a > img{
vertical-align: top;
position: relative;
}
.pauu102 > div:first-child > a:first-child > img{
height: 30px;
margin-right: 12px;
top: 1px;
}
.pauu102 > div:first-child > a:nth-child(2) > img{
height: 38px;
top: 4px;
margin-right: 17px;
}
.pauu102 > div:nth-child(2) > a:first-child > img{
height: 37px;
top: 1px;
margin-right: 15px;
}
.pauu102 > div:nth-child(2) > a:nth-child(2) > img{
height: 38px;
margin-right: 5px;
top: -1px;
}
.pauu102 > div:nth-child(3) > a:first-child > img{
top: 8px;
}
.kids-banner-promo-margin{
margin-top: 35px!important;
}
.pauu316 > .pauu317 > h2{
font-size: 18px;
}
.pauu316 > .pauu317 > h2+div{
line-height: 36px;
margin-top: 24px;
color: rgb(84, 84, 84);
column-gap: 34px;
font-size: 14px;
font-family: Nunito;
}
.pauu316 > div+div{
margin-top: 36px;
}
.pauu316 > .pauu318 > h2{
margin: 0px;
font-size: 19px;
color: rgb(22,22,22);
font-family: Arimo;
margin-bottom: 32px;
}
.pauu316 .pauu318{
font-size: 15px;
color: rgb(84, 84, 84);
font-family: Nunito;
}
.pauu316 > .pauu318 > *+h2{
margin-top: 41px;
}
.pauu316 > .pauu318 > b{
font-weight: unset;
font-family: inherit;
}
.pauu164 > div{
width: 17px;
height: 17px;
}
header .pauu164 > div{
width: 14px!important;
height: 14px!important;
}
.pauu164 > div > div:before{
width: 28%;
height: 28%;
}
#pauw21{
display: block;
background: rgb(208, 71, 66);
color: white;
padding: 3px 0px;
font-size: 13px;
font-family: 'Nunito Medium';
text-align: center;
line-height: 1em;
}
.pauu72 > .pauu73 > .row{
margin-top: 0px;
vertical-align: top;
margin: 0px;
}
.pauu309{
margin-bottom: 32px;
}
.pauu71{
max-width: 1500px;
margin-top: 25px;
margin-bottom: 45px;
margin-left: auto;
margin-right: auto;
}
.pauu111{
max-width: 1500px;
margin-top: 25px;
margin-bottom: 45px;
margin-left: auto;
margin-right: auto;
}
.pauu309 > h2{
font-size: 20px;
margin-bottom: 5px;
margin-left: 6px;
}
.pauu309 > a > h2{
font-size: 20px;
margin-bottom: 5px;
margin-left: 6px;
}
.pauu71 > h2{
font-size: 20px;
margin-bottom: 5px;
margin-left: 6px;
}
.pauu111 > h2{
font-size: 20px;
margin-bottom: 5px;
margin-left: 6px;
}
.pauu309 > div+h2{
margin-top: 30px;
}
.pauu71 > div+h2{
margin-top: 30px;
}
.pauu111 > div+h2{
margin-top: 30px;
}
.pauu72 > .pauu73 > .row > div{
flex: 0 0 25%;
max-width: 25%;
}
.pauu71 .pauu72 > .pauu73 > .row > div{
flex: 0 0 16.66666%;
max-width: 16.66666%;
}
.pauu73{
overflow-x: scroll;
overflow-y: visible;
}
.pauu309 .pauu83 > .pauu84{
margin-top: 16px;
}
.pauu71 .pauu83 > .pauu84{
margin-top: 16px;
}
.pauu111 .pauu83 > .pauu84{
margin-top: 16px;
}
.pauu311{
margin-bottom: 32px;
margin-left: 6px;
font-size: 20px;
}
.pauu311 > span{
font-size: 16px;
}
.pauu330 > div:nth-child(1) > div:first-child img{
cursor: pointer;
}
#pauw187{
display: none;
}
.pauu349{
display: none;
}
.pauu330 > div:nth-child(1) > div:first-child{
display: flex!important;
width: 100%;
flex-wrap: wrap;
}
.pauu330 > div:nth-child(1) > div:first-child > a{
flex: 0 0 50%;
max-width: 50%;
padding-bottom: 28px;
}
.pauu330 > div:nth-child(1) > .one-image > a{
flex: 0 0 100%!important;
max-width: 100%!important;
}
.pauu330 > div:nth-child(1) > div:first-child > a:nth-child(even){
padding-left: 15px;
}
.pauu330 > div:nth-child(1) > div:first-child > a:nth-child(odd){
padding-right: 15px;
}
.pauu328{
display: flex;
}
.pauu359{
display: none;
}
#pauw204{
margin-top: 34px;
font-family: Nunito;
font-size: 17px;
}
#pauw204 > div:first-child{
margin-bottom: 1px;
}
#pauw204 .pauu72 > .pauu73 > .row > div{
flex: 0 0 33.33333%!important;
max-width: 33.33333%!important;
}
#pauw204 .pauu92{
color: rgb(34, 34, 34)!important;
font-size: 16px!important;
}
#pauw204 .pauu93{
display: block!important;
margin-top: 7px!important;
margin-left: 0px!important;
font-size: 14px!important;
}
#pauw204 .pauu83 .pauu91{
margin-top: 10px!important;
}
.pauu345 > .ui-selectmenu-button{
border-radius: 0px;
}
.pauu310{
margin-right: 6px;
}
#pauw5{
right: 30px;
bottom: 55px;
width: 64px;
height: 64px;
}
#pauw5 > svg{
width: 36px;
height: 36px;
}
#pauw5:hover{
width: 68px;
height: 68px;
}
#pauw56, #pauw57{
width: 100%;
max-width: 900px;
margin-left: auto;
margin-right: auto;
padding-left: 26px;
padding-right: 26px;
color: rgb(36, 36, 36);
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", system-ui, sans-serif;
font-size: 16px;
line-height: 20px;
border-top: 1px solid;
padding-top: 17px;
border-bottom: 1px solid;
padding-bottom: 22px;
border-color: rgb(168, 168, 168);
}
}
@media (max-width:750px){
body{
color: rgb(26, 26, 26);
font-weight: 400;
line-height: 20px;
width: 100%;
font-size: 16px;
overflow-x: hidden;
}
#pauw9{
visibility: hidden;
}
.product-row2{
display: table-row;
}
.container{
padding-left: 0px;
padding-right: 0px;
}
.row{
margin-right: 0px;
margin-left: 0px;
}
.hidden-desktop .whatsapp-icon img{
width: 13px;
height: 13px;
position: relative;
top: 1px;
vertical-align: top;
}
.pauu70{
margin: 0px auto;
padding: 0px 10px !important;
width: 95%;
text-align: center;
margin-top: 9px;
margin-bottom: -12px;
color: #f83535;
font-size: 10px;
font-family: Arimo;
}
.sale-hot{
display: inline-block;
vertical-align: top;
width: 11px;
height: 11px;
margin-right: 2px;
margin-top: 1px;
}
.sale-alignment{
margin-left: -2px;
}
.sale-top{
color: #f22020;
}
.pauu337{
display: none;
}
.ukraine{
width: 11px;
height: 11px;
display: inline-block;
vertical-align: top;
margin-left: 3px;
margin-right: 3px;
margin-top: 1px;
}
.pauu49{
background: rgb(255, 242, 239);
text-align: center;
padding: 13px 0px;
font-size: 10px;
line-height: 15px;
font-family: Arimo;
color: rgb(21, 21, 21);
padding-top: 9px;
padding-bottom: 8px;
display: table;
width: 100%;
user-select: none;
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
-o-user-select: none;
}
.pauu49 > div{
display: table-row;
}
.pauu49 > div > div:first-child{
display: table-cell;
padding-left: 15px;
border-right: 1px solid rgb(245, 229, 226);
padding-right: 7px;
text-align: left;
font-size: 9px;
}
.pauu49 > div > div:last-child{
position: relative;
vertical-align: middle;
display: table-cell;
z-index: 10;
text-align: center;
padding-right: 7px;
width: 47px;
opacity: 1;
}
.pauu49 > div > div:last-child > div:first-child{
margin-left: 7px;
}
.pauu49 > div > div:last-child > div:first-child > span{
display: inline;
}
.pauu49 > div > div:last-child > div:first-child > i{
margin-left: 4px;
}
.pauu49 > div > div:last-child > div:last-child{
display: none;
position: absolute;
width: 100%;
text-align: center;
padding: 3px 7px 9px 7px;
background: rgba(255, 242, 239, 0.96);
}
.pauu49 > div > .active:last-child > div:first-child > i{
transform: rotate(180deg);
}
.pauu49 > div > .active:last-child > div:last-child{
display: block!important;
}
.pauu49 > div > div:last-child > div:last-child > .pauu50{
margin-right: 8px;
}
.pauu49 > div > div > div > div{
width: calc(100% + 47px);
}
.pauu64{
display: none;
}
.pauu69{
text-align: center;
line-height: 1em;
margin: 14px 0px;
display: table;
width: 100%;
font-family: Nunito;
padding: 0px 17px;
font-size: 12px;
max-width: 440px;
margin-left: auto;
margin-right: auto;
}
.pauu69 > div{
display: flex;
justify-content: space-between;
}
.pauu69 > div > div{
text-align: center;
}
#pauw54{
margin: 0px auto;
margin-top: -6px;
margin-bottom: 15px;
margin-left: 7px;
margin-right: 7px;
padding-left: 1.0588%;
padding-right: 1.0588%;
}
#pauw54 > div > div:first-child{
width: 49px;
}
#pauw54 > div > div:last-child{
font-size: 11px;
line-height: 15px;
}
#pauw54 > div > div:last-child > a > span:first-child{
color: #f22020;
}
#pauw35{
display: none;
}
#pauw39{
display: none;
}
#header-line-search-wrapper{
display: none;
}
#pauw33{
display: none;
}
#header-right-menu{
display: none;
}
#pauw25{
padding-bottom: 3px;
margin: 0px 0px 0px 0px;
width: 100%;
}
#pauw26{
padding-bottom: 3px;
margin: 0px 0px 0px 0px;
width: 100%;
}
.pauu51{
display: table;
width: 100%;
}
.navbar-header{
display: table-row;
}
.navbar-header .visible-xs{
display: table-cell;
width: auto;
vertical-align: middle;
text-align: center;
}
#pauw22{
width: auto;
display: table-cell;
white-space: nowrap;
text-align: center;
}
#pauw27{
display: table-cell;
width: auto;
text-align: center;
white-space: nowrap;
}
.navbar-fixed-top #pauw28{
padding: 0px;
width: auto;
}
.navbar-header::before{
content: unset;
}
.navbar-header::after{
content: unset;
}
.navbar-fixed-top #pauw27{
width: auto;
display: block;
}
.navbar-fixed-top #pauw22{
width: auto;
display: block;
}
.navbar-fixed-top .navbar-header{
display: block;
background-color: #333;
}
.navbar-fixed-top .navbar-header .visible-xs{
display: none !important;
}
.navbar-fixed-top{
display: none;
}
.navbar-fixed-top .navbar-header #pauw23{
background-color: #333;
}
.navbar-fixed-top .navbar-header #pauw31{
background-color: #333;
padding-left: 7px;
}
.navbar-fixed-top .navbar-header #pauw24{
background-color: #333;
}
.navbar-fixed-top .navbar-header #pauw29{
background-color: #333;
}
.navbar-fixed-top .navbar-header #pauw32{
background-color: #333;
}
#pauw31{
position: relative;
padding: 13px 16px 12px 9px;
margin: 0px;
background-color: inherit;
border: none;
}
#pauw31 .pauu52{
position: absolute;
color: rgb(24, 32, 66);
border-radius: 50%;
background: rgb(255, 191, 128);
font-size: 11px !important;
font-family: Nunito;
line-height: 12px;
min-width: 12px;
top: 9px;
left: 17px;
}
.navbar-fixed-top #pauw31 > i{
color: rgba(255, 255, 255, 1);
}
.navbar-fixed-top #pauw23 > i{
color: rgba(255, 255, 255, 1);
}
.navbar-fixed-top #pauw24 > i{
color: rgba(255, 255, 255, 1);
}
.navbar-fixed-top #pauw29 > i{
color: rgba(255, 255, 255, 1);
}
.navbar-fixed-top #pauw32 > i{
color: rgba(255, 255, 255, 1);
}
.navbar-fixed-top #pauw25{
display: none;
}
.navbar-fixed-top #pauw26{
display: none;
}
.pauu51 .navbar-header{
background-color: #171f42;
}
.pauu51 .navbar-header > a > span{
font-family: 'Nunito SemiBold';
letter-spacing: 3px;
color: white;
white-space: nowrap;
}
.navbar-fixed-top #pauw23{
display: block;
padding-top: 6px;
padding-bottom: 3px;
padding-left: 8px;
padding-right: 8px;
}
.navbar-fixed-top #pauw31{
display: block;
padding-top: 3px;
padding-bottom: 0px;
padding-left: 8px;
padding-right: 8px;
}
.navbar-fixed-top #pauw24{
display: block;
padding-top: 3px;
padding-bottom: 3px;
padding-left: 8px;
padding-right: 8px;
}
.navbar-fixed-top #pauw29{
display: block;
padding-top: 3px;
padding-bottom: 3px;
padding-left: 8px;
padding-right: 8px;
}
.navbar-fixed-top #pauw32{
display: block;
padding-top: 3px;
padding-bottom: 5px;
padding-left: 8px;
padding-right: 8px;
}
.visible-xs{
padding: 0 0 0 0;
margin: 0 0 0 0;
display: table-cell !important;
}
#pauw23 > i{
margin-right: 0px;
color: rgba(255, 255, 255, 1);
font-size: 0.9375em;
transition: none;
-moz-transition: none;
-webkit-transition: none;
position: relative;
top: 1px;
}
#pauw31 > i{
color: rgba(255, 255, 255, 1);
font-size: 1em;
transition: none;
-moz-transition: none;
-webkit-transition: none;
position: relative;
top: 1px;
}
#pauw24 > i{
color: rgba(255, 255, 255, 1);
font-size: 0.9375em;
transition: none;
-moz-transition: none;
-webkit-transition: none;
position: relative;
top: 1px;
}
#pauw29 > i{
color: rgba(255, 255, 255, 1);
font-size: 0.9375em;
transition: none;
-moz-transition: none;
-webkit-transition: none;
position: relative;
top: 1px;
}
#pauw32 > i{
color: rgba(255, 255, 255, 1);
font-size: 0.9375em;
transition: none;
-moz-transition: none;
-webkit-transition: none;
position: relative;
top: 1px;
}
#pauw23{
padding: 13px 9px 12px 16px;
margin: 0px;
background-color: inherit;
border: none;
}
#pauw24{
padding: 13px 16px 12px 10px;
margin: 0px;
background-color: inherit;
border: none;
}
#pauw29{
padding: 13px 9px 12px 16px;
margin: 0px;
background-color: inherit;
border: none;
}
#pauw22 > .highlighted{
background: rgb(32, 40, 71);
background-color: rgb(40, 50, 87);
}
#pauw32{
margin: 0px;
background-color: inherit;
border: none;
display: none;
}
#pauw24 > img{
width: 15px;
height: 15px;
vertical-align: top;
position: relative;
top: 1px;
}
#pauw29 > img{
width: 14px;
height: 14px;
vertical-align: top;
position: relative;
top: 1px;
}
#pauw31 > img{
width: 16px;
height: 16px;
vertical-align: top;
position: relative;
}
#pauw23 > img{
width: 16px;
height: 16px;
vertical-align: top;
position: relative;
margin-top: 0px;
}
.pauu141 > div:first-child > span{
top: 0px;
}
#pauw169 .pauu137 > div:nth-child(1) > i{
font-size: 9px;
top: 3px;
}
#pauw168 > div:nth-child(2) > div:nth-child(2) > div > div{
font-size: 11px;
padding: 7px 9px;
}
#pauw168 > div:nth-child(2) > div:nth-child(2){
padding-top: 0px;
}
.pauu139 .pauu144 > input{
width: 75px;
padding-top: 4px;
padding-bottom: 6px;
padding-left: 4px;
font-size: 10px;
}
.pauu139 .pauu144 > input:first-child{
margin-right: 9px;
}
.pauu137 > .pauu139 > div > div:nth-child(1){
height: 117px;
}
.pauu137 > .pauu112 > div > div:nth-child(1){
margin: 0px 8px;
}
.pauu137 > .pauu112 > div > div:nth-child(3){
padding-left: 10px;
padding-right: 10px;
margin-top: 6px;
}
.pauu137 > .pauu112 > div > div:nth-child(3) > button{
width: 100%;
padding-top: 2px;
padding-bottom: 4px;
line-height: 1em;
font-size: 12px;
}
.pauu137 > .pauu112 > div > div:nth-child(2) > button{
padding-top: 7px;
padding-bottom: 7px;
line-height: 1em;
font-size: 12px;
}
.pauu137 > .pauu138 > div > div:nth-child(1) > div:nth-child(2) > div > div{
padding-left: 10px;
padding-right: 10px;
padding-top: 5px;
padding-bottom: 2px;
font-size: 12px;
line-height: 1em;
}
.pauu137 > .pauu142 > div > div:nth-child(1) > div:nth-child(2) > div > div{
padding-left: 10px;
padding-right: 10px;
padding-top: 5px;
padding-bottom: 2px;
font-size: 12px;
line-height: 1em;
}
.pauu137 > .pauu112 > div > div:nth-child(1) > div:first-child{
font-size: 11px;
color: inherit;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 7px;
}
div > .pauu131 > .pauu139 > div > div:nth-child(1) > .pauu144{
padding-left: 5px;
padding-right: 5px;
padding-bottom: 12px;
}
div > .pauu131 > .pauu139 > div > div:nth-child(1) > .pauu144 + div{
margin-top: 12px;
}
.pauu137 > .pauu112 > div{
padding: 9px 0px;
}
.pauu137 > .pauu138 > div > div:nth-child(1){
height: 207px;
}
.pauu137 > .pauu142 > div > div:nth-child(1){
height: 207px;
}
.pauu137 > .pauu138{
max-height: 293px;
width: 185px;
}
.pauu137 > .pauu142{
max-height: 293px;
width: 185px;
}
.pauu137 > .pauu139{
width: 185px;
max-height: 203px;
}
.pauu137 > div:nth-child(1){
padding-bottom: 7px;
border-bottom: 1px solid #c5c5c5;
}
#filter-forms-wrapper #filter-forms-list{
padding-top: 4px;
}
#filter-bottom-chevron{
height: 29px;
}
.pauu0 > h1{
font-size: 18px;
font-family: Nunito;
}
body > .pauu48 > .pauu94{
display: none;
}
#pauw0 .pauu94{
display: none;
}
#pauw171 > .pauu94{
color: rgb(41, 41, 41)!important;
width: 95%;
margin: 10px auto!important;
padding: 0px 10px!important;
text-transform: uppercase!important;
line-height: 17px!important;
font-family: Nunito;
}
.pauu94{
font-size: 11px;
line-height: 17px;
color: rgb(41, 41, 41);
display: block;
margin-top: 8px;
margin-left: 4px;
text-align: left;
padding-left: 4px;
margin-right: 4px;
padding-right: 4px;
font-family: Nunito;
text-transform: uppercase;
}
.filter-forms-list > .filter-form{
transition: all 0.5s ease-in-out 0s;
-moz-transition: all 0.5s ease-in-out 0s;
-webkit-transition: all 0.5s ease-in-out 0s;
-o-transition: all 0.5s ease-in-out 0s;
padding: 0px 7px;
}
.filter-colors-top-delimiter{
height: 2px;
}
#pauw169{
line-height: 0px;
width: 100%;
}
#pauw169 > div{
position: relative;
color: rgb(36, 36, 36);
font-family: Nunito;
font-size: 14px;
display: inline-block;
white-space: nowrap;
width: 33.333%;
vertical-align: middle;
padding: 1px 1.0588%;
line-height: 1em;
padding-top: 0px;
margin-bottom: 10px;
}
#pauw169 > div .fa-chevron-down{
font-size: 7px;
display: inline-block;
color: rgb(120, 120, 120);
position: relative;
top: -1px;
margin-left: 3px;
}
#pauw169 > div .fa-chevron-up{
font-size: 7px;
display: inline-block;
color: rgb(120, 120, 120);
position: relative;
top: -1px;
margin-left: 3px;
}
#pauw168 > div > div:first-child{
border: 0px;
padding: 0px;
padding-right: 0px;
width: 134px;
padding-top: 11px;
vertical-align: top;
display: none;
color: rgb(36, 36, 36);
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", system-ui, sans-serif;
font-size: 12px;
}
#pauw168{
padding: 0px 4px;
width: 100%;
}
#pauw168 > div > div:first-child > i{
color: black;
font-size: 18px;
margin-right: 6px;
vertical-align: middle;
}
#pauw169 .fa-caret-down{
font-size: 0.7857em;
color: rgb(69, 69, 69);
margin-left: 5px;
position: relative;
top: -1px;
}
#pauw169 .fa-caret-up{
font-size: 0.7857em;
color: rgb(69, 69, 69);
margin-left: 5px;
position: relative;
top: -1px;
}
#pauw0{
display: block;
font-size: inherit;
width: 100%;
margin: 0px auto;
text-align: center;
}
.category-header-brand{
margin-left: 10px;
}
.filter-notification{
display: block;
margin-top: 5px;
color: rgb(60, 60, 60);
font-size: 0.9375em;
}
#filter-forms-size input[type=checkbox]{
margin-right: 15px;
}
.pauu0{
display: block;
color: rgb(36,36,36);
font-size: 13px;
line-height: 16px;
margin-bottom: 16px;
margin-top: 16px;
padding-left: 4px;
padding-right: 4px;
}
.pauu0 > span{
color: rgb(86, 86, 86);
font-size: 0.7894em;
display: block;
}
#pauw0 hr{
border-bottom: 1px solid rgb(210, 210, 210);
border-top: none;
width: 87%;
margin: 2px auto 0 auto;
display: none;
}
.category-header-menu{
font-size: 0.75em;
padding-top: 7px;
padding-left: 7px;
padding-right: 4px;
padding-bottom: 0px;
display: inline-block;
color: rgb(36, 36, 36);
vertical-align: top;
line-height: 18px;
cursor: pointer;
}
#category-header-size{
padding-left: 7px;
padding-right: 4px;
}
#category-header-color{
padding-left: 7px;
padding-right: 4px;
}
#category-header-price{
padding-left: 7px;
padding-right: 4px;
}
#category-header-sort{
padding-left: 7px;
padding-right: 4px;
}
#category-header-brand .fa-caret-down{
margin-left: 6px;
}
#category-header-brand .fa-caret-up{
margin-left: 6px;
}
.category-header-text{
display: inline-block;
font-size: 0.75em;
color: rgb(71, 71, 71);
margin-left: 3px;
}
.filter-form{
font-size: inherit;
color: rgb(36, 36, 36);
margin-top: 4px;
}
.filter-forms-category-wrapper{
clear: both;
transition: all 0.5s ease-in-out 0s;
-moz-transition: all 0.5s ease-in-out 0s;
-webkit-transition: all 0.5s ease-in-out 0s;
-o-transition: all 0.5s ease-in-out 0s;
margin-left: auto;
margin-right: auto;
width: 93.6%;
display: block;
text-align: center;
padding: 7px 0px;
cursor: pointer;
font-size: 0.75em;
}
.filter-forms-category-wrapper-selected{
clear: both;
transition: all 0.5s ease-in-out 0s;
-moz-transition: all 0.5s ease-in-out 0s;
-webkit-transition: all 0.5s ease-in-out 0s;
-o-transition: all 0.5s ease-in-out 0s;
margin-left: auto;
margin-right: auto;
width: 93.6%;
display: block;
text-align: center;
padding: 7px 0px;
cursor: pointer;
font-size: 0.75em;
background-color: rgb(239, 241, 250);
}
.filter-forms-brand-wrapper{
clear: both;
transition: all 0.5s ease-in-out 0s;
-moz-transition: all 0.5s ease-in-out 0s;
-webkit-transition: all 0.5s ease-in-out 0s;
-o-transition: all 0.5s ease-in-out 0s;
margin-left: auto;
margin-right: auto;
width: 93.6%;
display: block;
text-align: center;
padding: 7px 0px;
cursor: pointer;
font-size: 0.75em;
}
.filter-forms-wrapper{
clear: both;
transition: all 0.5s ease-in-out 0s;
-moz-transition: all 0.5s ease-in-out 0s;
-webkit-transition: all 0.5s ease-in-out 0s;
-o-transition: all 0.5s ease-in-out 0s;
margin-left: auto;
margin-right: auto;
width: 93.6%;
display: block;
text-align: center;
padding: 7px 0px;
cursor: pointer;
font-size: 0.75em;
}
.filter-forms-size-wrapper{
clear: both;
transition: all 0.5s ease-in-out 0s;
-moz-transition: all 0.5s ease-in-out 0s;
-webkit-transition: all 0.5s ease-in-out 0s;
-o-transition: all 0.5s ease-in-out 0s;
margin-left: auto;
margin-right: auto;
width: 93.6%;
display: block;
text-align: center;
padding: 7px 0px;
cursor: pointer;
font-size: 0.75em;
}
.pauu115{
clear: both;
transition: all 0.5s ease-in-out 0s;
-moz-transition: all 0.5s ease-in-out 0s;
-webkit-transition: all 0.5s ease-in-out 0s;
-o-transition: all 0.5s ease-in-out 0s;
margin-left: auto;
margin-right: auto;
width: 93.6%;
display: block;
text-align: left;
padding: 10px 0px;
cursor: pointer;
font-size: 13px;
color: rgb(22, 22, 22);
border-bottom: none;
font-family: Nunito Medium;
}
.filter-forms-brand-wrapper-selected{
clear: both;
transition: all 0.5s ease-in-out 0s;
-moz-transition: all 0.5s ease-in-out 0s;
-webkit-transition: all 0.5s ease-in-out 0s;
-o-transition: all 0.5s ease-in-out 0s;
margin-left: auto;
margin-right: auto;
width: 93.6%;
display: block;
text-align: center;
padding: 7px 0px;
cursor: pointer;
font-size: 0.75em;
background-color: rgb(239, 241, 250);
}
.filter-forms-wrapper-selected{
clear: both;
transition: all 0.5s ease-in-out 0s;
-moz-transition: all 0.5s ease-in-out 0s;
-webkit-transition: all 0.5s ease-in-out 0s;
-o-transition: all 0.5s ease-in-out 0s;
margin-left: auto;
margin-right: auto;
width: 93.6%;
display: block;
text-align: center;
padding: 7px 0px;
cursor: pointer;
font-size: 0.75em;
background-color: rgb(239, 241, 250);
}
.filter-forms-size-wrapper-selected{
clear: both;
transition: all 0.5s ease-in-out 0s;
-moz-transition: all 0.5s ease-in-out 0s;
-webkit-transition: all 0.5s ease-in-out 0s;
-o-transition: all 0.5s ease-in-out 0s;
margin-left: auto;
margin-right: auto;
width: 93.6%;
display: block;
text-align: center;
padding: 7px 0px;
cursor: pointer;
font-size: 0.75em;
background-color: rgb(239, 241, 250);
}
.filter-forms-sort-wrapper{
clear: both;
transition: all 0.5s ease-in-out 0s;
-moz-transition: all 0.5s ease-in-out 0s;
-webkit-transition: all 0.5s ease-in-out 0s;
-o-transition: all 0.5s ease-in-out 0s;
margin-left: auto;
margin-right: auto;
width: 93.6%;
display: block;
text-align: center;
padding: 7px 0px;
cursor: pointer;
font-size: 0.75em;
}
.filter-forms-sort-wrapper-selected{
clear: both;
transition: all 0.5s ease-in-out 0s;
-moz-transition: all 0.5s ease-in-out 0s;
-webkit-transition: all 0.5s ease-in-out 0s;
-o-transition: all 0.5s ease-in-out 0s;
margin-left: auto;
margin-right: auto;
width: 93.6%;
display: block;
text-align: center;
padding: 7px 0px;
cursor: pointer;
font-size: 0.75em;
background-color: rgb(239, 241, 250);
}
.filter-forms-price-wrapper-min{
clear: both;
transition: all 0.5s ease-in-out 0s;
-moz-transition: all 0.5s ease-in-out 0s;
-webkit-transition: all 0.5s ease-in-out 0s;
-o-transition: all 0.5s ease-in-out 0s;
margin-left: auto;
margin-right: auto;
width: 100%;
display: block;
text-align: center;
padding: 7px 0px;
cursor: pointer;
font-size: 0.75em;
}
.filter-forms-price-wrapper-max{
clear: both;
transition: all 0.5s ease-in-out 0s;
-moz-transition: all 0.5s ease-in-out 0s;
-webkit-transition: all 0.5s ease-in-out 0s;
-o-transition: all 0.5s ease-in-out 0s;
margin-left: auto;
margin-right: auto;
width: 100%;
display: block;
text-align: center;
padding: 7px 0px;
cursor: pointer;
font-size: 0.75em;
}
.filter-forms-price-wrapper-min-selected{
clear: both;
transition: all 0.5s ease-in-out 0s;
-moz-transition: all 0.5s ease-in-out 0s;
-webkit-transition: all 0.5s ease-in-out 0s;
-o-transition: all 0.5s ease-in-out 0s;
margin-left: auto;
margin-right: auto;
width: 100%;
display: block;
text-align: center;
padding: 7px 0px;
cursor: pointer;
font-size: 0.75em;
background-color: rgb(239, 241, 250);
}
.filter-forms-price-wrapper-max-selected{
clear: both;
transition: all 0.5s ease-in-out 0s;
-moz-transition: all 0.5s ease-in-out 0s;
-webkit-transition: all 0.5s ease-in-out 0s;
-o-transition: all 0.5s ease-in-out 0s;
margin-left: auto;
margin-right: auto;
width: 100%;
display: block;
text-align: center;
padding: 7px 0px;
cursor: pointer;
font-size: 0.75em;
background-color: rgb(239, 241, 250);
}
.filter-forms-category-wrapper:last-child{
border-width: 0px;
}
.filter-forms-category-wrapper-selected:last-child{
border-width: 0px;
}
.filter-forms-brand-wrapper:last-child{
border-width: 0px;
}
.filter-forms-wrapper:last-child{
border-width: 0px;
}
.filter-forms-brand-wrapper-selected:last-child{
border-width: 0px;
}
.filter-forms-wrapper-selected:last-child{
border-width: 0px;
}
.filter-forms-size-wrapper:last-child{
border-width: 0px;
}
.pauu115:last-child{
border-width: 0px;
}
.filter-forms-size-wrapper-selected:last-child{
border-width: 0px;
}
.filter-forms-sort-wrapper:last-child{
border-width: 0px;
}
.filter-forms-sort-wrapper-selected:last-child{
border-width: 0px;
}
.filter-forms-price-wrapper-min:last-child{
border-width: 0px;
}
.filter-forms-price-wrapper-min-selected:last-child{
border-width: 0px;
}
.filter-forms-price-wrapper-max:last-child{
border-width: 0px;
}
.filter-forms-price-wrapper-max-selected:last-child{
border-width: 0px;
}
.filter-forms-category-link{
text-align: center;
}
.filter-forms-brand-link{
text-align: center;
}
.filter-forms-link{
text-align: center;
}
.filter-forms-sort-link{
text-align: center;
}
.filter-forms-size-link{
text-align: center;
}
.filter-forms-price-link{
text-align: center;
}
#category-header-img-color{
display: inline-block;
margin-left: 3px;
margin-top: -1px;
}
#filter-forms-buttons a{
display: none;
cursor: pointer;
width: 171px;
}
#filter-forms-buttons a:last-child{
margin-left: 7px;
}
#filter-forms-buttons{
transition: all 0.5s ease-in-out 0s;
-moz-transition: all 0.5s ease-in-out 0s;
-webkit-transition: all 0.5s ease-in-out 0s;
-o-transition: all 0.5s ease-in-out 0s;
overflow-y: hidden;
display: none;
height: 0px;
}
.filter-form hr{
border-top: none;
border-bottom: 1px solid rgb(227, 227, 227);
margin: 10px auto 8px auto;
width: 93.6%;
}
#filter-forms-price-minmax-wrapper{
margin-left: auto;
margin-right: auto;
width: 93.6%;
}
#filter-forms-price-min{
display: inline-block;
width: 50%;
}
#filter-forms-price-max{
display: inline-block;
width: 50%;
}
#pauw171 #pauw0{
margin-left: auto;
margin-right: auto;
width: 93.6%;
display: none;
}
.filters-reset{
margin-right: 16px;
top: 0px;
font-size: 0.8823em;
cursor: pointer;
display: none;
float: right;
color: rgb(59, 59, 59);
border-bottom: 1px solid rgb(207, 207, 207);
padding: 1px 2px;
margin-bottom: 2px;
}
#filters-genders{
margin-bottom: 4px;
clear: both;
}
.category-lists{
font-size: 0.75em;
color: rgb(35, 35, 35);
line-height: 1.5833em;
clear: both;
text-align: left;
position: relative;
}
.category-list{
display: inline-block;
width: 50%;
text-align: left;
vertical-align: top;
padding-left: 5px;
margin-bottom: 9px;
}
.category-list-header{
display: block;
text-transform: uppercase;
padding-left: 8px;
}
.category-list-link{
border-bottom: none;
display: block;
padding-left: 8px;
}
#pauw171 .pauu0{
border-top: none;
padding-bottom: 0px;
margin-bottom: 13px;
margin-top: 12px;
}
.color-col{
margin-top: 0px;
margin-right: 0px;
width: 33.3%;
}
.color-col-selected{
margin-top: 0px;
margin-right: 0px;
width: 33.3%;
background-color: rgb(234, 239, 255);
}
.color-col .color-text{
width: 52%;
font-size: 0.75em;
line-height: 1.25em;
}
.color-col-selected .color-text{
width: 52%;
font-size: 0.75em;
line-height: 1.25em;
}
.color-col input{
vertical-align: top;
display: none;
}
.color-col-selected input{
vertical-align: top;
display: none;
}
.top-contact{
display: block;
text-align: center;
padding-left: 1.0588%;
padding-right: 1.0588%;
margin-top: 2px;
font-size: 10px;
line-height: 1em;
color: rgb(86, 86, 86);
margin-left: 7px;
margin-right: 7px;
}
.top-rewrite-contact{
margin-top: 3px!important;
}
.top-contact svg{
vertical-align: middle;
margin-left: 6px;
position: relative;
top: -1px;
}
.top-contact > a:last-child > img{
height: 13px;
margin-left: 5px;
}
.pauu91 > .pauu313{
color: rgb(208,50.1,45.6);
}
.pauu83 .pauu91 > span:nth-child(2){
color: rgb(208,50.1,45.6);
font-family: Arimo;
font-size: 14px;
}
.pauu76{
top: 6.4%;
font-size: 11px;
z-index: 1;
left: 0px;
}
.pauu80{
top: 6.4%;
font-size: 11px;
z-index: 1;
right: 0px;
}
.pauu76 > div{
margin-bottom: 4px;
padding: 1px 8px;
clear: both;
display: block;
float: left;
}
.pauu80 > div{
margin-bottom: 4px;
padding: 1px 8px;
clear: both;
display: block;
float: right;
}
.pauu86{
display: none;
}
.pauu75{
position: relative;
}
.pauu83 > a > .pauu314{
text-align: center;
line-height: 1em;
margin: 0px auto;
margin-top: 7px;
padding: 6px 0px;
font-size: 0.75em;
border: 1px solid rgb(227, 227, 227);
background: white;
color: rgb(65,65,65);
width: 82px;
border-radius: 9px;
}
.pauu83 > a:last-child{
display: none;
}
.pauu74{
border: none;
padding: 0px 0px 0px 0px;
}
.pauu84{
line-height: 16px;
font-size: 0.8125em;
padding-top: 0px;
}
.pauu91 .fa-heart{
margin-top: 0px;
position: relative;
top: 5px;
font-size: 12px;
}
.pauu91 .pauu165{
float: right;
margin-top: 3px;
margin-right: 2px;
}
.pauu91 .pauu165 > div{
width: 13px;
height: 13px;
}
.pauu91 .pauu165 > div > div:before{
width: 29%;
height: 29%;
}
#pauw207 > div:last-child > div > .pauu165{
display: table-cell;
width: 36px;
vertical-align: middle;
}
#pauw207 > div:last-child > div > .pauu165 > div{
width: 21px;
height: 21px;
margin: 0px auto;
margin-top: 0px;
}
#pauw207 > div:last-child > div > .pauu165 > div > div:before{
width: 26%;
height: 26%;
}
.pauu83{
margin: 0px 0px;
min-height: 0px;
margin-bottom: 4px;
}
.pauu83 .pauu91{
color: rgb(36, 36, 36);
width: auto;
float: none !important;
text-transform: uppercase;
font-size: 0.875em;
line-height: 20px;
margin-top: 12px;
padding-bottom: 8px;
}
.pauu85{
margin-left: 5px;
}
.pauu89{
min-height: 36px;
height: 36px;
overflow: hidden;
width: 100%;
font-size: 14px;
line-height: 18px;
font-family: Nunito;
}
.pauu88{
margin-top: 12px;
}
.product-text-brand-wrapper{
margin-top: 11px;
margin-bottom: 10px;
display: none;
}
.pauu92{
display: inline-block;
margin-left: 0px;
}
.pauu93{
font-size: 12px;
color: rgb(123, 123, 123);
margin-left: 7px;
text-decoration: line-through;
display: inline-block;
}
.pauu84 a{
color: rgb(36, 36, 36);
font-size: inherit;
}
.pauu90 > span{
text-transform: uppercase;
}
.pull-right .fa-heart{
position: absolute;
right: 8px;
bottom: 8px;
}
.pull-left .fa-shopping-cart{
color: rgb(204, 104, 204);
position: absolute;
left: 5px;
cursor: pointer;
display: none;
}
.pull-right > button{
margin-right: 8px;
}
.pull-right{
margin-right: 11px;
}
.pull-right > button > i{
font-size: 1.5em;
}
.pauu45 .pauu249{
margin: 16px 8px;
}
.pauu23{
min-height: 23px;
}
.pauu152{
margin-top: 12px;
margin-left: 8px;
margin-right: 8px;
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", system-ui, sans-serif;
font-size: 13px;
line-height: 19px;
}
.pauu152 br+br+h3{
margin-top: 0px;
}
.pauu152 br+br+h3+.pauu153{
font-size: 11px;
}
.pauu152 h3{
margin-top: 23px;
margin-bottom: 1px;
font-size: 15px;
font-family: Arimo;
}
form[name=return]{
margin: 15px 8px;
}
.pauu282 > div{
width: 30%;
}
.pauu282 > div:nth-child(2){
padding: 0px 3px;
width: 40%;
}
.pauu282 > div > select{
width: 100%;
}
#pauw159 *{
margin-top: 12px;
margin-bottom: 0px;
width: 48%;
padding: 4px 0px;
}
#pauw158 *{
margin-top: 12px;
margin-bottom: 0px;
width: 48%;
padding: 4px 0px;
}
#pauw159 *:last-child{
float: right;
}
#pauw158 *:last-child{
float: right;
}
.pauu362{
border-bottom: 1px solid rgb(227,227,227);
padding: 9px 10px;
width: 95%;
font-size: 12px;
margin: 0px auto;
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", system-ui, sans-serif;
display: none;
}
.pauu362 > span:first-child{
font-family: Arimo;
font-size: 1.14285em;
margin-bottom: 1px;
}
#pauw201 .pauu178{
display: none;
padding-bottom: 9px;
}
#pauw199 .pauu178{
display: none;
padding-bottom: 9px;
}
#pauw201 input[type=text]{
margin: 11px 0px;
font-size: 12px;
display: block;
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", system-ui, sans-serif;
color: rgb(70, 70, 70);
border: 1px solid rgb(152, 152, 152);
width: 100%;
margin-left: auto;
margin-right: auto;
padding: 0px 10px;
height: 34px;
}
#pauw201 textarea{
margin: 11px 0px;
font-size: 12px;
display: block;
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", system-ui, sans-serif;
color: rgb(70, 70, 70);
border: 1px solid rgb(152, 152, 152);
width: 100%;
margin-left: auto;
margin-right: auto;
padding: 0px 10px;
height: 70px;
padding-top: 3px;
}
#pauw199 input[type=text]{
margin: 11px 0px;
font-size: 12px;
display: block;
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", system-ui, sans-serif;
color: rgb(70, 70, 70);
border: 1px solid rgb(152, 152, 152);
width: 100%;
margin-left: auto;
margin-right: auto;
padding: 0px 10px;
height: 34px;
}
#pauw199 textarea{
margin: 11px 0px;
font-size: 12px;
display: block;
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", system-ui, sans-serif;
color: rgb(70, 70, 70);
border: 1px solid rgb(152, 152, 152);
width: 100%;
margin-left: auto;
margin-right: auto;
padding: 0px 10px;
height: 70px;
padding-top: 3px;
}
#pauw171 #pauw201 .form-horizontal .form-group{
margin: 0px;
}
#pauw203{
font-size: 1em;
margin-top: 11px;
padding: 4px 18px;
margin-bottom: 2px;
width: 100%;
}
#pauw200{
font-size: 1em;
margin-top: 11px;
padding: 4px 18px;
margin-bottom: 2px;
width: 100%;
}
#pauw201 .fa-stack{
width: 1em;
height: 14px;
color: #E69500;
}
#product-mobile-delivery{
font-size: 13px;
}
#product-mobile-return{
font-size: 13px;
}
#pauw201 > span:first-child{
font-size: 1em;
font-family: Arimo Medium;
display: block;
}
#product-mobile-delivery > span:first-child{
font-size: 1em;
font-family: Arimo Medium;
display: block;
}
#pauw201 p{
margin: 0px 0px 14px 0px;
}
#pauw201 .table tr:last-child > td{
border-top: 0px;
}
#pauw201 .table{
margin-bottom: 12px;
}
#pauw201 label{
display: inline-block;
margin-bottom: 0px;
}
#pauw199 form span{
display: block;
}
.pauu348{
display: block;
color: rgb(45,45,45);
margin-left: 184px;
font-size: 0.9375em;
cursor: pointer;
margin-top: 4px;
}
#pauw195{
outline: none;
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-gap: 4px;
margin-top: 6px;
}
.pauu346{
grid-template-columns: repeat(2, 1fr)!important;
}
#pauw195 > button{
border: 1px solid #A5A5A5;
border-radius: 3px;
background-color: #FFFFFF;
height: 36px;
cursor: pointer;
margin-top: 0px!important;
}
#pauw195 > button:disabled{
border-color: #E5E5E5!important;
color: #E5E5E5!important;
}
#pauw195 > .active{
border-color: rgb(245,113,84);
outline: 1px solid rgb(245,113,84);
}
#pauw195 > .active:hover{
background-color: white!important;
color: inherit!important;
}
#pauw195 > button:hover:not([disabled]){
background-color: #E5E5E5;
color: #1F1F1F;
}
#pauw195 > button:active:not([disabled]){
-webkit-transition: -webkit-transform 300ms cubic-bezier(0.355,0.51,0.235,0.925);
transition: transform 300ms cubic-bezier(0.355,0.51,0.235,0.925);
transition-timing-function: cubic-bezier(0.355,0.51,0.235,0.925);
-webkit-transform: scale(0.9);
-moz-transform: scale(0.9);
-ms-transform: scale(0.9);
transform: scale(0.9);
}
#pauw195 > button > span{
-webkit-align-items: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
letter-spacing: unset;
font-size: 14px;
-webkit-text-decoration: none;
font-family: 'Nunito';
}
.pauu149{
font-family: Nunito;
margin-top: 8px;
padding: 0px 8px;
text-align: center;
}
.pauu149 > a{
margin-right: 9px;
font-size: 12px;
font-family: Nunito;
}
#pauw69{
margin-top: 9px;
font-size: 13px;
padding: 0px 8px;
}
.pauu151{
font-family: Nunito Medium;
display: table;
margin-top: 15px;
width: 100%;
}
.pauu151 > div{
display: table-row;
}
.pauu150 > div > img{
display: block;
width: calc(100vw * 0.41);
vertical-align: top;
border-radius: 8px;
margin: 0px auto;
}
.pauu150 > div > div{
display: block;
font-family: Nunito;
line-height: 22px;
vertical-align: top;
width: 100%;
margin-top: 9px;
color: rgb(19, 19, 19);
}
.pauu151 > div > div:first-child{
width: 100%;
display: block;
}
.pauu151 > div > div:nth-child(2){
width: 100%;
display: block;
margin-bottom: 5px;
}
.pauu150 > div > div > span:first-child{
font-family: Nunito Medium;
}
.pauu149 > .active{
font-family: "Nunito SemiBold";
}
div > div >.table-bordered > thead > tr > td{
border-bottom: 1px solid rgb(233, 233, 233);
}
.table-bordered{
border-color: rgb(233, 233, 233);
}
.table-bordered > tbody > tr > td{
border-color: rgb(233, 233, 233);
}
.table-bordered > tbody > tr:first-child > td{
border-top: none;
}
#sizetable .table tr > td{
padding: 0px 10px;
}
#sizetable .table > thead > tr:nth-child(2) > td{
font-size: 0.8125em;
line-height: 1.0666em;
color: rgb(40, 40, 40);
padding: 7px 10px;
text-align: left;
}
#sizetable .table > tbody > tr > td{
font-size: 0.8125em;
line-height: 1.0666em;
color: rgb(40, 40, 40);
padding: 7px 10px;
text-align: left;
}
#sizetable .table > tbody > tr:nth-child(odd) > td{
background: rgb(250, 250, 250);
}
#sizetable .tab-pane-heading{
margin-bottom: 5px;
}
#sizetable .table:nth-child(2) > thead > tr > td{
border-bottom: 1px solid rgb(233, 233, 233);
padding: 3px 10px;
}
.tab-heading:nth-child(2) > td{
border-bottom: 1px solid #ddd;
}
.pauu271 .pauu249{
padding: 15px 8px;
}
footer .col-sm-3:first-child{
margin-top: 0px;
}
footer .col-sm-3{
margin-top: 8px;
}
.copyright2{
display: block;
margin-top: 5px;
}
#pauw84 .close{
font-size: 1.5625em;
float: right;
vertical-align: top;
color: rgb(21, 27, 51);
opacity: 0.5;
}
div > .pauu10{
padding: 0px 4px;
}
div > .two-columns{
width: 50%;
display: table-cell;
}
.col-xs-12{
padding: 0 0 0 0;
}
footer{
display: block;
padding-top: 0px;
background-color: rgb(20, 20, 20);
background: rgb(43,47,68);
margin-top: 0px;
border-top: none;
}
#category{
border-bottom: 1px solid rgb(12, 15, 29);
}
.col-sm-12{
margin-top: 5px;
}
#pauw171 .col-sm-12{
position: relative;
min-height: 1px;
padding-right: 0px;
padding-left: 0px;
margin-top: 0px;
}
#pauw171 .col-sm-6{
position: relative;
min-height: 1px;
padding-right: 0px;
padding-left: 0px;
margin-top: 0px;
}
.pauu299{
display: none;
}
.col-sm-9{
padding: 0px 0px 0px 0px;
}
.collapse2{
margin-top: 8px;
}
#pauw171 #pauw173{
display: none;
margin-top: 0px;
margin-bottom: 0px;
}
#pauw171 #pauw174{
display: none;
}
#pauw171 hr{
margin-top: 0px;
display: none;
}
.pauu342{
line-height: 21px;
margin-top: 2px;
}
#pauw171 h2{
margin-top: 10px;
margin-bottom: 10px;
}
.pauu295 button{
color: rgb(50, 52, 52);
display: none;
}
.pauu74 .pauu350{
display: inline-block;
color: rgba(255, 255, 255, 0.95);
background-color: rgb(17, 30, 79);
border-radius: 0px;
margin-top: 0px;
margin-right: 0px;
margin-left: 2px;
font-size: 1.0625em;
padding: 4px 12px;
}
.pauu74 .add-likes{
display: inline-block;
color: rgba(255, 255, 255, 0.95);
background-color: rgb(17, 30, 79);
border-radius: 0px;
margin-top: 0px;
margin-right: 0px;
margin-left: 2px;
font-size: 1.0625em;
padding: 4px 12px;
}
.pauu74 .pauu350 i{
font-size: 1.0625em;
}
.pauu74 .add-likes i{
font-size: 1.0625em;
}
footer .pauu26{
padding-top: 12px;
padding-bottom: 8px;
color: white;
font-size: 11px;
padding-left: 7px;
cursor: pointer;
font-family: Nunito;
background: rgb(48, 53, 78);
padding: 14px 0px 9px 11px;
line-height: 1em;
}
footer .fa{
font-size: 0.9375em;
color: rgba(255, 255, 255, 0.88);
position: relative;
top: 1px;
left: 1px;
}
footer .pauu29{
float: none;
width: auto;
padding: 0px 7px;
}
footer .pauu29:nth-child(3){
float: none;
width: auto;
}
footer .pauu29:first-child{
border-top: none;
padding-top: none;
}
footer .pauu29:last-child{
border-bottom: none;
padding-bottom: none;
}
.pauu27{
border-top: 1px solid rgb(39,44,67);
padding-top: 6px;
padding-bottom: 1px;
}
footer h5{
margin: 0 0 0 0;
display: none;
}
footer .pauu29 li{
padding-top: 4px;
padding-bottom: 3px;
padding: 3px 0px;
border-bottom: none;
}
footer .pauu29 li a{
padding-left: 19px;
}
footer .pauu29:last-child li:last-child{
border-bottom: none;
}
footer a{
color: white;
font-size: 12px;
line-height: 1em;
}
#pauw8{
color: white;
text-transform: uppercase;
margin: 0 0 0 0;
padding-top: 9px;
padding-bottom: 10px;
font-size: 10px;
font-family: Nunito;
line-height: 16px;
}
.pauu42{
background-color: white;
transition: all 0.3s ease-in-out 0s;
-moz-transition: all 0.3s ease-in-out 0s;
-webkit-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
}
.pauu133{
transition: all 0.3s ease-in-out 0s;
-moz-transition: all 0.3s ease-in-out 0s;
-webkit-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
opacity: 0;
}
.navmenu_header{
font-size: 1.125em;
padding-left: 15px;
margin-top: 2px;
margin-bottom: 2px;
}
.searchmenu_header{
font-size: 1.125em;
padding-left: 15px;
margin-top: 2px;
margin-bottom: 2px;
}
.navmenu_headline{
font-size: 1.25em;
padding-left: 8px;
margin-bottom: 3px;
margin-top: 3px;
}
.searchmenu_headline{
font-size: 1.25em;
padding-left: 8px;
margin-bottom: 3px;
margin-top: 3px;
}
.goback-register{
position: absolute;
padding: 8px 10px;
cursor: pointer;
font-size: 15px;
color: rgb(75, 75, 75);
z-index: 1051;
left: 7px;
top: 5px;
}
.goback-contact{
position: absolute;
padding: 8px 10px;
cursor: pointer;
font-size: 15px;
color: rgb(75, 75, 75);
z-index: 1051;
left: 7px;
top: 5px;
}
.pauu44 .pauu176{
padding-bottom: 2px;
}
.pauu176{
position: absolute;
right: 7px;
padding: 8px 10px;
cursor: pointer;
font-size: 15px;
color: rgb(75, 75, 75);
z-index: 1051;
top: 5px;
}
.pauu42 > svg:first-child{
position: absolute;
right: 5px;
top: 6px;
width: 36px;
height: 36px;
padding: 12px;
color: rgb(24, 24, 24);
cursor: pointer;
z-index: 1051;
}
#pauw18 .pauu176{
top: 1px;
}
.pauu208{
width: 100%;
}
.parent + div{
display: none;
}
.navmenu-logo{
width: 100vw;
margin-top: 17px;
}
.navmenu-logo > div{
width: 249px;
margin: 0px auto;
}
.navmenu-logo > div > img{
width: 195px;
margin-left: -1px;
}
#pauw19 > div > div{
margin-top: 44px;
width: 300vw;
overflow: hidden;
}
.pauu114{
display: block;
}
.pauu114 > div{
margin: 0px 8px;
}
.pauu115 > svg:nth-child(2){
right: 14px;
width: 19px;
height: 19px;
margin-top: 1px;
position: absolute;
}
.pauu115 > .plus{
font-family: Arimo;
}
#pauw19 > div > div > div:first-child > .pauu115 > .pauu147{
position: absolute;
margin-top: -1px;
margin-right: 1px;
color: rgb(75, 75, 75);
right: 18px;
font-size: 12px;
}
#pauw19 > div > div > div{
width: 100vw;
float: left;
position: relative;
opacity: 0;
transition: all 0.62s ease-out 0s;
-moz-transition: all 0.62s ease-out 0s;
-webkit-transition: all 0.62s ease-out 0s;
-o-transition: all 0.62s ease-out 0s;
background: white;
min-height: calc(100vh - 34px);
}
#pauw19 > div > div > div:first-child{
opacity: 1;
}
#pauw108{
width: 100%;
padding-left: 16px;
padding-right: 16px;
margin-top: 3px;
position: relative;
}
#pauw109{
margin-top: 0px;
padding: 3px 15px;
border: none;
border-bottom: 1px solid rgb(45, 45, 45);
background: none;
width: 100%;
border-radius: 0px;
color: rgb(45, 45, 45);
font-size: 13px;
}
#pauw108 > svg{
width: 11px;
height: 11px;
position: absolute;
cursor: pointer;
top: 8px;
right: 24px;
}
#pauw108 > svg > line{
stroke: rgb(68, 68, 68);
stroke-width: 19;
}
#pauw18{
background-color: white;
}
.searchmenu_results{
margin-top: 18px;
border-top: 1px solid rgb(188, 188, 188);
width: 95%;
margin-left: auto;
margin-right: auto;
}
#pauw110{
margin-left: 16px;
margin-top: 11px;
line-height: 21px;
}
.pauu207{
cursor: pointer;
font-size: 12px;
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", system-ui, sans-serif;
color: rgb(45, 45, 45);
}
#pauw110 .fa-search{
margin-left: 1px;
font-size: 12px;
}
#pauw111{
margin-left: 16px;
margin-top: 11px;
font-size: 12px;
color: rgb(45, 45, 45);
}
#pauw112{
margin-left: 21px;
margin-top: 8px;
display: none;
font-size: 12px;
color: rgb(45, 45, 45);
}
#searchmenu_enter_search{
margin-left: 21px;
margin-top: 11px;
display: none;
font-size: 12px;
color: rgb(45, 45, 45);
}
#pauw113{
margin-top: 8px;
color: rgb(36, 36, 36);
display: none;
}
#pauw72{
margin-left: 16px;
font-size: 13px;
line-height: 19px;
margin-bottom: 8px;
}
#pauw72 > div:first-child{
font-size: 15px;
position: relative;
margin-bottom: 4px;
}
#pauw72 > div:last-child{
margin-left: 4px;
}
#pauw73 > div:first-child{
margin-left: 16px;
font-size: 15px;
}
#pauw114{
margin-left: 21px;
margin-top: 4px;
display: none;
font-size: 12px;
color: rgb(45, 45, 45);
}
.navmenu_header .fa-long-arrow-right{
margin-left: 3px;
top: 1px;
}
.navmenu_header .fa-male{
float: right;
margin-right: 16px;
}
.navmenu_header .fa{
color: rgb(75, 75, 75);
}
.navmenu_header .fa-exchange{
color: rgb(75, 75, 75);
}
.pauu115 .fa-shopping-cart{
float: right;
margin-right: 2px;
color: rgb(75, 75, 75);
position: absolute;
right: 16px;
margin-top: 1px;
}
.pauu115 .fa-shopping-bag{
float: right;
margin-right: 1px;
color: rgb(75, 75, 75);
position: absolute;
right: 16px;
margin-top: 1px;
display: none;
}
.navmenu_header .fa-navicon{
float: right;
margin-right: 16px;
color: rgb(75, 75, 75);
position: relative;
top: 1px;
display: none;
}
div > .pauu115{
width: 100%;
padding-left: 30px!important;
border-bottom: 1px solid #e5e5e5;
}
.pauu116{
color: #737373;
}
.pauu117{
font-size: 16px;
margin-right: 5px;
}
#pauw19 .pauu114 .pauu115:first-child > span:first-child{
font-family: Nunito SemiBold;
}
#pauw19 .pauu115 > span:first-child{
letter-spacing: 0.9px;
text-transform: uppercase;
}
.pauu115 .fa-minus{
margin-top: 2px;
margin-right: 0px;
}
.pauu115 .title-minus{
margin-top: 2px;
margin-right: 0px;
}
#pauw161 > div > .col-sm-9{
min-height: 92px;
}
#pauw104{
display: none;
}
#pauw106{
margin-top: 7px;
}
#pauw94{
margin-top: 7px;
}
.pauu125{
color: rgb(143, 143, 143);
font-size: 12px;
line-height: 16px;
padding-bottom: 5px;
padding-top: 4px;
}
.pauu128{
font-size: 12px;
}
.pauu197{
margin-left: 8px;
margin-right: 8px;
margin-bottom: 8px;
padding-bottom: 8px;
border-bottom: 1px solid rgb(227, 227, 227);
}
.pauu2{
margin-left: 8px;
margin-right: 8px;
margin-bottom: 8px;
padding-bottom: 8px;
border-bottom: 1px solid rgb(227, 227, 227);
}
.pauu121{
margin-left: 8px;
margin-right: 8px;
margin-bottom: 8px;
padding-bottom: 8px;
border-bottom: 1px solid rgb(227, 227, 227);
}
.pauu197 > a{
width: 27%;
display: inline-block;
text-align: center;
}
.pauu2 > a{
width: 27%;
display: inline-block;
text-align: center;
}
.pauu121 > a{
width: 27%;
display: inline-block;
text-align: center;
}
.pauu2 > .cartmenu-thumb{
width: 27%;
display: inline-block;
text-align: center;
}
.pauu2 > .cartmenu-thumb > span{
font-size: 11px;
margin-top: 3px;
text-decoration: underline;
color: rgb(41, 41, 41);
cursor: pointer;
display: none;
}
.pauu198{
width: 100%;
max-width: 90px;
}
.pauu3{
width: 100%;
max-width: 90px;
}
.pauu124{
width: 100%;
max-width: 90px;
}
.pauu199{
font-size: 12px;
line-height: 20px;
width: 73%;
display: inline-block;
vertical-align: top;
}
.pauu4{
font-size: 12px;
line-height: 20px;
width: 73%;
display: inline-block;
vertical-align: top;
}
.pauu122{
font-size: 12px;
line-height: 20px;
width: 73%;
display: inline-block;
vertical-align: top;
}
.pauu201{
line-height: 16px;
font-size: 13px;
font-family: Arimo Medium;
width: 87.27%;
}
.pauu6{
line-height: 16px;
font-size: 13px;
font-family: Arimo Medium;
}
.pauu123{
line-height: 16px;
font-size: 13px;
font-family: Arimo Medium;
width: 87.27%;
}
.cart-quantity{
margin-left: 5px;
width: 26px;
text-align: center;
padding: 0px 0px;
border: 1px solid rgb(165, 166, 173);
}
.pauu184{
font-size: 0.875em;
margin-left: 8px;
border-bottom: 1px solid rgb(227, 227, 227);
padding-left: 3px;
padding-right: 3px;
padding-bottom: 8px;
margin-right: 8px;
}
.pauu148{
padding-left: 11px;
padding-right: 11px;
font-size: 11px;
line-height: 14px;
padding-top: 10px;
padding-bottom: 0px;
}
.pauu206{
float: right;
padding: 0px 5px 5px 5px;
cursor: pointer;
}
.pauu200{
float: right;
padding: 0px 5px 5px 5px;
cursor: pointer;
}
.pauu325{
float: right;
padding: 0px 5px 5px 5px;
cursor: pointer;
}
.pauu5{
float: right;
padding: 0px 5px 5px 5px;
cursor: pointer;
}
.cartmenu-additional{
float: right;
padding: 0px 5px 5px 5px;
cursor: pointer;
}
.pauu129{
float: right;
padding: 0px 5px 5px 5px;
cursor: pointer;
}
.searchmenu-remove{
float: right;
padding: 0px 5px 5px 5px;
cursor: pointer;
}
.searchmenu-additional{
float: right;
padding: 0px 5px 5px 5px;
cursor: pointer;
}
.pauu197 .fa-shopping-cart{
font-size: 1.07692em;
}
.pauu197 .fa-remove{
font-size: 1.07692em;
}
.pauu197 .fa-caret-down{
font-size: 1.07692em;
margin-right: 1px;
margin-left: 2px;
}
.pauu197 .fa-caret-up{
font-size: 1.07692em;
margin-right: 1px;
margin-left: 2px;
}
.pauu2 .fa-shopping-cart{
font-size: 1.07692em;
}
.pauu2 .fa-remove{
font-size: 1.07692em;
}
.pauu2 .fa-caret-down{
font-size: 1.07692em;
margin-right: 1px;
margin-left: 2px;
}
.pauu2 .fa-caret-up{
font-size: 1.07692em;
margin-right: 1px;
margin-left: 2px;
}
.pauu121 .fa-shopping-cart{
font-size: 1.07692em;
}
.pauu121 .fa-remove{
font-size: 1.07692em;
}
.pauu121 .fa-caret-down{
font-size: 1.07692em;
margin-right: 1px;
margin-left: 2px;
}
.pauu121 .fa-caret-up{
font-size: 1.07692em;
margin-right: 1px;
margin-left: 2px;
}
.pauu197 .pauu200{
margin-right: 5px;
}
.pauu326{
font-size: 0.9375em;
color: rgb(20, 20, 20);
transition: all 0.5s ease-in-out 0s;
-moz-transition: all 0.5s ease-in-out 0s;
-webkit-transition: all 0.5s ease-in-out 0s;
-o-transition: all 0.5s ease-in-out 0s;
overflow-y: hidden;
display: none;
height: 0px;
}
.cartmenu-additional-content{
font-size: 0.9375em;
color: rgb(20, 20, 20);
transition: all 0.5s ease-in-out 0s;
-moz-transition: all 0.5s ease-in-out 0s;
-webkit-transition: all 0.5s ease-in-out 0s;
-o-transition: all 0.5s ease-in-out 0s;
overflow-y: hidden;
display: none;
height: 0px;
}
.searchmenu-additional-content{
font-size: 0.9375em;
color: rgb(20, 20, 20);
transition: all 0.5s ease-in-out 0s;
-moz-transition: all 0.5s ease-in-out 0s;
-webkit-transition: all 0.5s ease-in-out 0s;
-o-transition: all 0.5s ease-in-out 0s;
overflow-y: hidden;
display: none;
height: 0px;
}
#pauw105{
color: rgb(20, 20, 20);
padding-left: 12px;
padding-right: 12px;
}
#pauw105 .fa-heart{
margin: 0px 3px;
}
#pauw17 .fa-heart{
color: rgb(181,183,191);
}
#pauw16 .fa{
color: rgb(20, 20, 20);
}
#pauw103{
margin-top: 9px;
}
#pauw92{
margin-top: 9px;
}
#pauw103 div{
margin-left: 8px;
margin-right: 8px;
padding-top: 9px;
padding-bottom: 10px;
border-top: 1px solid rgb(227, 227, 227);
border-bottom: 1px solid rgb(227, 227, 227);
font-size: 12px;
line-height: 19px;
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", system-ui, sans-serif;
padding-left: 7px;
padding-right: 7px;
}
#pauw92 div{
margin-left: 8px;
margin-right: 8px;
padding-top: 9px;
padding-bottom: 10px;
border-top: 1px solid rgb(227, 227, 227);
border-bottom: 1px solid rgb(227, 227, 227);
font-size: 12px;
line-height: 19px;
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", system-ui, sans-serif;
padding-left: 7px;
padding-right: 7px;
}
#pauw103 div span{
border-bottom: 1px solid rgb(173, 173, 173);
cursor: pointer;
}
#pauw92 div span{
border-bottom: 1px solid rgb(173, 173, 173);
cursor: pointer;
}
.pauu184 span{
float: right;
}
legend{
border-bottom: none;
}
#pauw196{
border: 1px solid rgb(227, 227, 227);
padding: 0px 8px;
width: 100%;
max-width: 150px;
}
#pauw193{
display: block;
font-size: 15px;
line-height: 33px;
margin-top: 18px;
margin-bottom: 18px;
}
.pauu352{
margin-bottom: 23px!important;
}
.pauu353{
color: #e11b46;
position: relative;
top: 1px;
}
#pauw193 > span+div{
margin-left: 16px;
}
#pauw193 > span+div:nth-child(2){
margin-left: 15px;
}
#pauw193 > span+span{
margin-left: 12px;
text-decoration: line-through;
color: rgb(108, 108, 108);
font-size: 15px;
position: relative;
top: 1px;
}
#pauw171 #pauw193 .fa.fa-heart{
float: right;
color: rgb(181,183,191);
cursor: pointer;
font-size: 0.9375em;
margin-top: 2px;
display: none;
}
#pauw65{
background-color: rgb(50, 50, 50);
border: 1px solid rgb(56, 56, 56);
color: rgba(255, 255, 255, 0.98);
width: 100%;
margin-top: 12px;
padding: 8px 0px;
font-size: 0.9285714em;
line-height: 1em;
max-width: 86.01%;
float: right;
border-radius: 1px;
-webkit-appearance: unset;
}
#likes_btn{
border: 1px solid rgb(120,120,120);
width: 100%;
margin-top: 11px;
background: white;
color: rgb(33,33,33);
padding: 7px 0px;
font-size: 0.9285714em;
line-height: 1em;
max-width: 86.01%;
float: right;
border-radius: 1px;
-webkit-appearance: unset;
}
#pauw205{
display: none;
}
#pauw206{
display: none;
}
#pauw171{
margin-bottom: 18px;
}
#product-text{
display: inline-block;
line-height: 21px;
width: 48%;
padding-left: 2px;
}
#pauw194{
display: block;
text-align: center;
width: 100%;
}
#pauw194 > div > div{
vertical-align: top;
text-align: left;
font-size: 15px;
}
#pauw194 > div > div > select+span{
margin-top: 8px!important;
}
#pauw194 > div > div:first-child > select{
display: none;
}
#pauw194 > div > div:nth-child(3){
display: none;
}
#product-text a{
display: block;
cursor: pointer;
font-size: 13px;
}
#product-text > a > .fa-caret-down{
color: rgb(50,50,50);
font-size: 10px;
margin-right: 1px;
}
#buynow a{
color: rgb(20, 20, 20);
font-size: 1em;
border-bottom: 1px solid rgb(20, 20, 20);
}
#buynow{
line-height: 26.33px;
vertical-align: top;
width: 52%;
text-align: center;
display: inline-block;
}
#pauw197{
font-size: 12px;
display: inline-block;
margin-top: 8px;
}
#pauw197 > .fa-table{
font-size: 1em;
margin-right: 4px;
display: none;
}
#pauw197 > span{
background-image: linear-gradient(transparent calc(100% - 1px), rgb(108, 108, 108) 1px);
cursor: pointer;
}
#pauw166{
margin-top: 19px;
}
.pauu315{
margin-left: 18px;
margin-top: 10px;
}
.pauu315 .pull-right{
margin-top: 16px;
margin-right: 0px;
}
#pauw192{
font-family: Nunito;
line-height: 19px;
margin-top: 26px;
color: rgb(21, 21, 21);
}
.pauu136{
margin-top: 20px!important;
}
#pauw192 > div > div > span{
font-size: 13px;
}
#pauw192 > span:first-child{
display: block;
font-family: Nunito Medium;
font-size: 16px;
line-height: 20px;
}
.pauu357{
margin-top: 19px;
}
.pauu357 > span{
font-size: 15px;
}
#pauw198 > ul{
list-style: none;
}
#pauw192 > #product-top-details{
padding-top: 9px;
padding-bottom: 10px;
}
#pauw192 > #product-details{
line-height: 20px;
font-size: 12px;
margin-top: 10px;
color: rgb(90, 90, 90);
}
.pauu156{
font-size: 12px;
color: rgb(141, 141, 141);
line-height: 17px;
margin-top: 3px;
margin-bottom: 3px;
}
.pauu157{
display: table;
width: calc(100% - 24px);
line-height: 16px;
}
.pauu4 > img{
width: 14px;
height: 14px;
position: absolute;
right: 15px;
margin-top: 19px;
cursor: pointer;
}
.pauu157 > div{
display: table-row;
}
.pauu157 > div > div{
display: table-cell;
}
.pauu157 > div:first-child > div{
width: 33.333%;
}
.pauu358{
color: rgb(21, 21, 21);
}
.pauu358 > div > div:first-child{
font-size: 15px;
}
.pauu358 > div > div:nth-child(2){
line-height: 21px;
font-size: 14px;
}
.pauu358 > div > div:first-child > svg{
width: 18px;
height: 18px;
}
#pauw4{
font-size: 14px;
font-family: Nunito;
margin-top: 0px;
line-height: 20px;
padding: 0px 22px;
height: 140px;
overflow: hidden;
transition: all 0.35s ease-in-out 0s;
-moz-transition: all 0.35s ease-in-out 0s;
-webkit-transition: all 0.35s ease-in-out 0s;
-o-transition: all 0.35s ease-in-out 0s;
}
.pauu101 > div:first-child{
font-size: 11px;
font-family: Nunito;
margin-top: 0px;
line-height: 18px;
padding: 0px 22px;
height: 125px;
overflow: hidden;
transition: all 0.35s ease-in-out 0s;
-moz-transition: all 0.35s ease-in-out 0s;
-webkit-transition: all 0.35s ease-in-out 0s;
-o-transition: all 0.35s ease-in-out 0s;
}
#pauw3{
margin-bottom: 47px;
}
.pauu101{
margin-top: 11px;
margin-bottom: 25px;
}
#pauw3 > div:nth-child(2){
height: 45px;
position: absolute;
width: 100%;
margin-top: -45px;
background: linear-gradient(to bottom, rgba(255,255,255,0.5), rgb(255,255,255));
text-align: center;
}
.pauu101 > div:nth-child(2){
height: 45px;
position: absolute;
width: 100%;
margin-top: -45px;
background: linear-gradient(to bottom, rgba(255,255,255,0.5), rgb(255,255,255));
text-align: center;
}
#pauw3 > div:nth-child(2) > svg{
width: 33px;
margin-top: 45px;
cursor: pointer;
padding: 10px;
z-index: 5;
}
.pauu101 > div:nth-child(2) > svg{
width: 33px;
margin-top: 45px;
cursor: pointer;
padding: 11px 11px;
z-index: 5;
}
#pauw3 > .pauu130{
background: none!important;
}
.pauu101 > .pauu130{
background: none!important;
}
#pauw3 > .pauu130 > svg{
margin-top: 56px;
transform: rotate(180deg);
}
.pauu101 > .pauu130 > svg{
margin-top: 56px;
transform: rotate(180deg);
}
#pauw4 h3{
font-size: 13px;
margin-bottom: 1px;
margin-top: 13px;
}
.pauu101 > div:first-child h3{
font-size: 13px;
margin-bottom: 1px;
margin-top: 13px;
}
#pauw4 > h3:first-child{
font-size: 14px;
margin-bottom: 11px;
margin-top: 0px;
}
.pauu101 > div:first-child > h3:first-child{
font-size: 14px;
margin-bottom: 11px;
margin-top: 0px;
}
#pauw4 ul{
margin-bottom: 13px;
}
.pauu101 > div:first-child ul{
margin-bottom: 13px;
}
#pauw4 p+ul{
margin-top: -10px;
}
.pauu101 > div:first-child p+ul{
margin-top: -10px;
}
#pauw4 p:last-child{
margin-bottom: 0px;
}
.pauu101 > div:first-child p:last-child{
margin-bottom: 0px;
}
.pauu101 > div:first-child > .pauu107{
margin-bottom: 0px;
height: 21px;
}
.pauu101 > div:first-child > .pauu108{
margin-bottom: 5px;
height: 21px;
}
.pauu308{
display: table;
font-family: Nunito;
font-size: 12px;
margin-left: 7px;
margin-right: 7px;
padding-left: 1.0588%;
padding-right: 1.0588%;
text-align: left;
line-height: 20px;
max-width: 100%;
width: auto;
margin-top: -8px;
padding-bottom: 14px;
}
.pauu308 > div{
display: table-row;
}
.pauu308 > div > div{
display: table-cell;
}
.pauu308 > div > div:first-child{
display: table-cell;
vertical-align: middle;
padding-right: 10px;
}
.pauu308 > div > div:first-child > b{
font-weight: normal;
font-family: Nunito Medium;
}
.pauu308 > div > div:last-child{
display: table-cell;
min-width: 107px;
vertical-align: middle;
}
.pauu308 > div > div:last-child > img{
width: 100%;
}
footer .pauu32 > #pauw7{
display: none!important;
}
.tab-pane-heading{
font-size: 125%;
}
#sizetable .table > thead > tr > td{
font-size: 0.9em;
}
.table > thead > tr > td{
font-size: inherit;
}
h2{
font-size: 112.5%;
margin-top: 0px;
margin-bottom: 0px;
}
.alert{
width: 100%;
}
.alert .fa-check-circle{
margin-right: 5px;
}
.pauu364 > div:nth-child(odd){
font-size: 16px;
font-family: Nunito;
padding-bottom: 2px;
padding-left: 8px;
padding-right: 8px;
width: 100%;
margin: 0px auto;
}
.pauu364{
margin-top: 26px;
}
.pauu364 div > .pauu88{
margin-top: 14px;
}
.products-suggestion{
width: 93.6%;
margin-left: auto;
margin-right: auto;
margin-top: 8px;
}
.products-suggestion-text2{
font-size: 93.75%;
font-family: Arimo Medium;
}
.products-suggestion-text{
display: none;
}
.products-suggestion-view-all{
display: none;
}
.products-suggestion-view-all2{
color: rgb(27,48,90);
float: left;
font-size: 81.25%;
margin-top: 0px;
margin-bottom: 2px;
}
.pauu364 .pauu10 > div{
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
#pauw16{
color: rgb(36, 36, 36);
}
.pauu179{
font-size: 12px;
display: block;
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", system-ui, sans-serif;
color: rgb(70, 70, 70);
border: 1px solid rgb(152, 152, 152);
width: 100%;
margin-left: auto;
margin-right: auto;
padding: 0px 10px;
height: 34px;
}
.pauu190 > input[type=text]{
font-size: 12px;
display: block;
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", system-ui, sans-serif;
color: rgb(70, 70, 70);
border: 1px solid rgb(152, 152, 152);
width: 100%;
margin-left: auto;
margin-right: auto;
padding: 0px 10px;
height: 34px;
}
.pauu190 input[type=password]{
font-size: 12px;
display: block;
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", system-ui, sans-serif;
color: rgb(70, 70, 70);
border: 1px solid rgb(152, 152, 152);
width: 100%;
margin-left: auto;
margin-right: auto;
padding: 0px 10px;
height: 34px;
}
.pauu190 textarea{
font-size: 12px;
display: block;
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", system-ui, sans-serif;
color: rgb(70, 70, 70);
border: 1px solid rgb(152, 152, 152);
width: 100%;
margin-left: auto;
margin-right: auto;
padding: 0px 10px;
height: 70px;
padding-top: 3px;
}
#pauw13 > div:nth-child(3) > div:nth-child(2){
font-size: 12px;
display: block;
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", system-ui, sans-serif;
color: rgb(70, 70, 70);
border: 1px solid rgb(152, 152, 152);
width: 100%;
margin-left: auto;
margin-right: auto;
padding: 6.5px 10px;
height: auto;
margin-top: 9px;
}
.pauu280 > input[type="text"]{
font-size: 12px;
display: block;
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", system-ui, sans-serif;
color: rgb(70, 70, 70);
border: 1px solid rgb(152, 152, 152);
width: 100%;
margin-left: auto;
margin-right: auto;
padding: 0px 10px;
height: 34px;
}
.pauu274 > input[type="text"]{
font-size: 12px;
display: block;
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", system-ui, sans-serif;
color: rgb(70, 70, 70);
border: 1px solid rgb(152, 152, 152);
width: 100%;
margin-left: auto;
margin-right: auto;
padding: 0px 10px;
height: 34px;
}
.pauu274 > textarea{
font-size: 12px;
display: block;
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", system-ui, sans-serif;
color: rgb(70, 70, 70);
border: 1px solid rgb(152, 152, 152);
width: 100%;
margin-left: auto;
margin-right: auto;
padding: 0px 10px;
height: 34px;
}
.pauu280 input[type="password"]{
font-size: 12px;
display: block;
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", system-ui, sans-serif;
color: rgb(70, 70, 70);
border: 1px solid rgb(152, 152, 152);
width: 100%;
margin-left: auto;
margin-right: auto;
padding: 0px 10px;
height: 34px;
}
.pauu280 textarea{
font-size: 12px;
display: block;
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", system-ui, sans-serif;
color: rgb(70, 70, 70);
border: 1px solid rgb(152, 152, 152);
width: 100%;
margin-left: auto;
margin-right: auto;
padding: 0px 10px;
height: 70px;
padding-top: 3px;
}
form input[type=text]{
border-radius: 0px!important;
}
form input[type=password]{
border-radius: 0px!important;
}
form input[type=button]{
border-radius: 0px!important;
}
form input[type=submit]{
border-radius: 0px!important;
}
form select{
border-radius: 0px!important;
}
.pauu274 textarea{
height: 70px;
padding-top: 3px;
}
#pauw100 .pauu186{
font-size: 12px;
line-height: 19px;
text-align: left;
}
#pauw100{
margin-top: 8px;
}
#pauw100 .pauu187{
display: block;
}
#pauw100 .pauu189{
display: block;
}
#pauw100 .pauu189 > .pauu190{
display: block;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 0px;
}
#pauw100 .pauu189 > .pauu191{
text-align: left;
font-size: 11px;
line-height: 1em;
padding-bottom: 6px;
}
#pauw100 .pauu189 > .pauu190:nth-child(2){
padding-bottom: 15px;
}
#pauw100 .pauu194 > .pauu190:nth-child(2){
padding-bottom: 12px;
}
.pauu158{
width: 100%;
text-align: left;
font-size: 11px;
padding-bottom: 5px;
}
.pauu159{
text-align: left;
line-height: 1em;
margin-bottom: 10px;
font-size: 14px;
}
.pauu160{
text-align: left;
line-height: 1em;
margin-bottom: 10px;
font-size: 13px;
margin-top: 3px;
}
#pauw13 > div:nth-child(3){
padding: 0px 12px;
font-size: 12px;
margin-top: 6px;
line-height: 22px;
}
#pauw13 > div:nth-child(3) > br+br{
display: none;
}
#pauw202 .table:first-child{
margin-top: 0px;
margin-bottom: 16px;
}
#pauw202 .table td p{
margin: 0px 0px 0px 0px;
}
#pauw202 #pauw162{
margin-top: 2px;
}
#pauw202 .table td strong{
font-family: "Segoe UI Semibold", ".SFNS-Medium", ".SFNSText-Medium", "SF Pro Display Semibold", "Helvetica Neue Medium", ".HelveticaNeueDeskInterface-MediumP4", "Ubuntu Medium", "Open Sans SemiBold", "Roboto-Medium", "Fira Sans SemiBold", "Arial";
}
#pauw202 .table td strong+p{
margin-top: 9px;
line-height: 14px;
margin-bottom: 2px;
text-align: left!important;
}
#pauw202 .table{
margin-bottom: 13px;
}
#pauw202 .table tr:last-child > td{
padding-top: 5px;
padding-bottom: 16px!important;
border-bottom: 1px solid #e5e5e5;
}
#pauw202 .table tr > td:first-child{
margin-bottom: 5px;
}
#pauw202 .table tr:first-child > td:last-child{
vertical-align: top;
}
#pauw202 .table tr > td{
padding: 0px;
}
.brand-infotable-hide{
font-size: 11px;
margin-top: -4px;
}
.brand-infotable > div > div{
padding-top: 6px;
padding-bottom: 6px;
line-height: 14px;
}
.brand-infotable{
font-size: 12px;
margin-bottom: 0px;
}
#category-customer-reviews{
line-height: 18px;
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", system-ui, sans-serif;
padding: 0px 22px;
padding-top: 4px;
font-size: 10px;
}
#category-customer-reviews > div:first-child{
font-family: Arimo, Arial;
color: rgb(36, 36, 36);
font-size: 11px;
}
#category-customer-reviews > div:nth-child(2){
display: table;
margin-top: 2px;
margin-bottom: 1px;
color: rgb(36, 36, 36);
}
#category-customer-reviews > div:nth-child(2) > div{
display: table-row;
}
#category-customer-reviews > div:nth-child(2) > div > *{
display: table-cell;
}
#category-customer-reviews > div:nth-child(2) > div > span:first-child{
font-family: "Segoe UI Semibold", ".SFNS-Medium", ".SFNSText-Medium", "SF Pro Display Semibold", "Helvetica Neue Medium", ".HelveticaNeueDeskInterface-MediumP4", "Ubuntu Medium", "Open Sans SemiBold", "Roboto-Medium", "Fira Sans SemiBold", "Arial";
}
#category-customer-reviews > div:nth-child(2) > div > span:nth-child(2){
padding-left: 10px;
}
#pauw59{
line-height: 16px;
font-family: Arimo, Arial;
padding: 0px 22px;
font-size: 11px;
color: rgb(36, 36, 36);
padding-top: 3px;
padding-bottom: 4px;
}
#pauw58{
line-height: 16px;
font-family: Arimo, Arial;
padding: 0px 22px;
padding-top: 6px;
font-size: 11px;
color: rgb(36, 36, 36);
padding-bottom: 9px;
}
#pauw59 > div{
display: block;
}
#pauw58 > div{
display: block;
}
#pauw57{
margin-bottom: 9px;
}
#pauw56{
margin-bottom: 16px;
}
.website-overwrite-message{
margin-top: 36px!important;
}
.pauu103{
margin-top: 8px;
}
.pauu103 > div > div > a > img + div{
text-align: center;
}
.pauu103 > div > div > a > img + div > div{
display: inline-block;
padding: 7px 28px;
color: white;
font-family: Arimo Medium;
border-radius: 15px;
font-size: 12px;
line-height: 1em;
text-transform: uppercase;
}
.pauu104{
margin-top: 13px;
margin-bottom: 9px;
}
.pauu105{
margin-top: 12px;
margin-bottom: 8px;
}
.pauu106{
margin-top: 9px;
margin-bottom: 14px;
}
.pauu103 > div > div:first-child > div:last-child{
display: none;
}
.pauu96{
font-size: 11px;
margin-top: 3px;
margin-left: calc(7px + 1.0588%);
margin-right: calc(7px + 1.0588%);
position: relative;
padding-bottom: 1px;
color: rgb(36, 36, 36);
font-family: Nunito;
}
.pauu96 > div > a:first-child{
left: 0px;
}
.pauu96 > div > a:nth-child(2){
position: absolute;
right: 0px;
}
.pauu96 > div > span{
font-size: 13px;
text-transform: uppercase;
}
.pauu96 > div > a > span{
top: -1px;
position: relative;
}
.pauu97{
margin-left: calc(7px + 1.0588%);
margin-right: calc(7px + 1.0588%);
margin-top: 2px;
border: 1px solid rgb(228, 228, 228);
border-radius: 2px;
padding-top: 3px;
padding-bottom: 3px;
border-color: #e9b261;
border-style: dashed;
position: relative;
}
.pauu97 > a > div:first-child{
font-size: 12px;
color: rgb(36, 36, 36);
text-align: center;
margin-bottom: 4px;
font-family: Arimo Medium;
padding: 0px 10px;
margin-top: 1px;
line-height: 17px;
}
.pauu98 > div{
width: 33.333%;
display: inline-block;
padding: 2px;
}
.pauu98 > div > img{
width: 100%;
}
.pauu99{
font-size: 12px;
color: rgb(36, 36, 36);
text-align: left;
margin-top: 2px;
padding: 0px 10px;
font-family: Arimo;
}
.pauu99 > div:last-child{
float: right;
}
.pauu99 > div:last-child > span+span+span{
text-decoration: line-through;
color: rgb(123, 123, 123);
font-size: 11px;
margin-left: 1px;
}
.pauu98{
text-align: center;
}
.promo-product-single > a > div{
display: table;
}
.promo-product-single > a > div > div{
display: table-row;
}
.promo-product-single > a > div > div > div{
display: table-cell;
}
.promo-product-single > a > div > div > div:first-child{
width: 50%;
padding: 4px;
vertical-align: middle;
}
.promo-product-single > a > div > div > div:first-child > img{
max-width: 100%;
}
.promo-product-single > a > div > div > div:last-child{
width: 50%;
vertical-align: top;
text-align: left;
font-family: Arimo;
font-size: 12px;
line-height: 19px;
padding-top: 0px;
position: relative;
padding-left: 4px;
}
.promo-product-single > a > div > div > div:last-child > div:nth-child(2){
overflow: hidden;
font-family: Nunito;
margin-top: 6px;
display: -webkit-box;
-webkit-line-clamp: 6;
-webkit-box-orient: vertical;
}
.promo-product-single > a > div > div > div:last-child > div:last-child{
margin-top: 19px;
font-size: 12px;
}
.promo-product-single > a > div > div > div > div:last-child > span+span+span{
text-decoration: line-through;
color: rgb(123, 123, 123);
font-size: 11px;
margin-left: 1px;
}
.pauu102{
text-align: center;
margin-top: 9px;
margin-bottom: 1px;
}
.pauu102 > div:first-child > a:first-child > img{
width: 121px;
vertical-align: top;
}
.pauu102 > div:first-child > a:nth-child(2) > img{
width: 90px;
margin-left: 11px;
position: relative;
top: 2px;
}
.pauu102 > div:nth-child(2){
margin-top: 10px;
}
.pauu102 > div:nth-child(2) > a:first-child > img{
width: 41px;
margin-right: 12px;
position: relative;
top: 4px;
}
.pauu102 > div:nth-child(2) > a:nth-child(2) > img{
width: 65px;
vertical-align: top;
}
.pauu102 > div:nth-child(3){
margin-top: 12px;
}
.pauu102 > div:nth-child(3) > a:first-child > img{
height: 20px;
}
.kids-banner-promo-margin{
margin-top: 17px!important;
}
.pauu316{
margin-top: 5px;
padding: 0px 8px;
margin-bottom: 2px;
}
.pauu316 > .pauu317 > h2{
font-size: 15px;
font-family: Arimo;
}
.pauu316 > .pauu317 > h2+div{
line-height: 26px;
margin-top: 11px;
color: rgb(84, 84, 84);
column-count: 2;
column-gap: 0px;
font-size: 13px;
font-family: Nunito;
}
.pauu316 > div+div{
margin-top: 12px;
}
.pauu316 .pauu318{
font-size: 14px;
color: rgb(84, 84, 84);
font-family: Nunito;
}
.pauu316 > .pauu318 > h2{
margin: 0px;
font-size: 14px;
color: rgb(22,22,22);
font-family: Arimo;
margin-bottom: 12px;
}
.pauu316 > .pauu318 > *+h2{
margin-top: 10px;
}
.pauu316 > .pauu318 > b{
color: rgb(84, 84, 84);
font-weight: unset;
font-family: Nunito;
}
.pauu164 > div{
width: 14px;
height: 14px;
}
.pauu164 > div > div:before{
width: 29%;
height: 29%;
}
#pauw74 > div{
width: 14px!important;
height: 14px!important;
}
#pauw74 > div > div:before{
width: 27%;
height: 27%;
background-color: rgb(70,70,70);
}
#pauw63{
font-size: 19px!important;
}
#pauw61 > video{
width: 100%;
margin-top: 15px;
}
#pauw21{
display: block;
background: rgb(208, 71, 66);
color: white;
padding: 3px 0px;
font-size: 9px;
font-family: Nunito;
text-align: center;
line-height: 1em;
}
.pauu72 > .pauu73 > .row > div{
flex: 0 0 50%;
max-width: 50%;
}
.pauu309 > h2{
padding-left: 4px;
margin-left: 4px;
font-size: 16px;
}
.pauu309 > a > h2{
padding-left: 4px;
margin-left: 4px;
font-size: 16px;
}
.pauu71 > h2{
padding-left: 4px;
margin-left: 4px;
font-size: 16px;
}
.pauu111 > h2{
padding-left: 4px;
margin-left: 4px;
font-size: 16px;
}
.pauu309 > div+h2{
margin-top: 5px;
}
.pauu71 > div+h2{
margin-top: 5px;
}
.pauu111 > div+h2{
margin-top: 5px;
}
.pauu73{
overflow-x: scroll;
overflow-y: visible;
}
.pauu309{
margin-bottom: 10px;
}
.pauu71{
margin-bottom: 10px;
}
.pauu111{
margin-bottom: 10px;
}
.pauu311{
padding-left: 4px;
margin-left: 4px;
margin-bottom: 28px;
font-size: 16px;
}
.pauu311 > span{
font-size: 12px;
}
.pauu72 > .pauu73 > .row{
padding: 0px 3px;
border: 2px solid rgb(252, 252, 252);
margin-top: 5px;
}
.pauu336{
display: none;
}
#pauw204{
display: none;
}
.pauu330 > div:first-child > .owl-carousel{
display: block!important;
}
.pauu330 > div:first-child > div > .thumbnail:first-child{
display: block!important;
}
.pauu330 > div:first-child > div > .thumbnail{
display: none;
}
.pauu310{
margin-right: 8px;
}
#pauw5{
right: 15px;
bottom: 24px;
width: 48px;
height: 48px;
}
#pauw5 > svg{
width: 24px;
height: 24px;
}
#pauw56, #pauw57{
margin-left: 22px;
margin-right: 22px;
color: rgb(36, 36, 36);
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", system-ui, sans-serif;
font-size: 11px;
line-height: 16px;
border-top: 1px solid;
border-bottom: 1px solid;
border-color: rgb(168, 168, 168);
padding-top: 12px;
padding-bottom: 16px;
padding-left: 5px;
padding-right: 5px;
margin-top: 15px;
}
}
@media (min-width:836px){
body{
font-size: 16px;
line-height: 20px;
}
}
@media (min-width:750px) and (max-width:836px){
body{
font-size: 15px;
line-height: 19px;
}
}
@media (min-width:50px){
#body_firstImage, .pauu37{
display: none;
}
}
@media (max-width:356px){
body{
font-size: 15px;
}
}
@media (min-width: 750px){
.pauu196{
float: right;
}
.pauu196 > span{
margin-right: 4px;
font-size: 14px;
cursor: pointer;
background-image: linear-gradient(transparent calc(100% - 1px), rgb(108, 108, 108) 1px);
}
.col-sm-3{
display: none;
}
.container{
width: 100%;
}
#pauw171{
min-height: 452px;
}
.col-sm-9{
width: 100%;
}
#pauw85{
font-family: Nunito;
}
#pauw85 > div > .modal-body:nth-child(2){
padding: 24px 0px;
text-align: center;
}
#pauw85 > div > .modal-body{
padding: 0px;
}
#pauw86{
display: block;
max-width: 1134px;
margin: 0px auto;
padding: 24px 24px;
}
#pauw87{
display: block;
max-width: 1134px;
margin: 0px auto;
padding: 24px 24px;
}
#pauw88{
display: block;
max-width: 1134px;
margin: 0px auto;
padding: 24px 24px;
}
#pauw86 > .modal-body{
padding-bottom: 120px!important;
}
#pauw87 > .modal-body{
padding-bottom: 120px!important;
}
#pauw88 > .modal-body{
padding-bottom: 120px!important;
}
.pauu173 > .active{
display: block!important;
}
.pauu173 > .modal-body{
display: none;
}
#pauw85 > .div{
display: none;
}
#pauw85 > .active{
display: block!important;
}
#pauw75{
position: relative;
}
#pauw75 > div{
display: inline-block;
cursor: pointer;
}
#pauw75 > div:hover{
background-image: linear-gradient(transparent calc(100% - 1px), rgb(108, 108, 108) 1px);
}
.pauu166{
max-width: 425px;
margin: 24px auto;
overflow: hidden;
}
.pauu166 > ol{
display: flex;
-moz-box-pack: justify;
justify-content: space-between;
padding: 0px;
margin: 0px;
list-style: none;
}
.pauu166 > ol > li > button{
display: flex;
flex-direction: column;
-moz-box-align: center;
align-items: center;
background: none;
border: medium;
height: 100%;
color: rgb(31, 31, 31);
cursor: pointer;
}
.pauu166 > ol > li:nth-child(3) > button{
cursor: default;
}
.pauu166 > ol > li > button > span{
line-height: 1.5;
font-weight: 400;
margin: 0px 0px 8px;
padding: 0px;
font-size: 14px;
letter-spacing: 0.01em;
text-decoration: none;
text-transform: none;
color: inherit;
border-bottom: 1px solid rgb(108, 108, 108);
}
.pauu166 > ol > li:nth-child(3) > button > span{
border-bottom: 1px solid transparent;
}
.pauu166 > ol > li > button > div{
position: relative;
display: flex;
-moz-box-align: center;
align-items: center;
flex: 1 1 0%;
}
.pauu166 > ol > li > button > div > .active{
width: 18px!important;
height: 18px!important;
}
.pauu166 > ol > li > button > div > svg{
width: 12px;
height: 12px;
}
.pauu166 > ol > li > button > div > .active > circle{
fill: rgb(255, 255, 255)!important;
stroke: rgb(6, 120, 0)!important;
stroke-width: 2px!important;
}
.pauu166 > ol > li > button > div > .completed > circle{
fill: rgb(6, 120, 0)!important;
stroke: rgb(6, 120, 0)!important;
stroke-width: 2px!important;
}
.pauu166 > ol > li > button > div > svg > path{
display: none;
stroke-width: 0px;
}
.pauu166 > ol > li > button > div > .completed > path{
display: block;
stroke: rgb(255, 255, 255);
stroke-width: 1px;
}
.pauu166 > ol > li > button > div > svg > circle{
stroke-width: 2px;
fill: rgb(255, 255, 255);
stroke: rgb(229, 229, 229);
}
.pauu166 > ol > li:nth-child(1) > button > div > span{
background-color: rgb(229, 229, 229);
position: absolute;
height: 2px;
left: 99%;
width: 425px;
}
.pauu166 > ol > li:nth-child(3) > button > div > span{
position: absolute;
height: 2px;
left: 99%;
width: 425px;
background: rgb(255, 255, 255);
}
#pauw86 .pauu76 > div{
display: none;
}
#pauw86 .pauu80 > div{
display: none;
}
#pauw86 .pauu74{
padding: 19px 8px;
}
#pauw83{
display: flex;
justify-content: space-between;
margin: ;
padding-bottom: 0px;
}
#pauw83 > div:nth-child(1){
padding-bottom: 0px;
margin-bottom: 0px;
width: 58.37%;
max-width: 58.37%;
}
#pauw83 > div:nth-child(2){
width: 38.67%;
max-width: 38.67%;
}
#pauw83 > div:nth-child(1) > div:nth-child(1){
font-size: 20px;
padding-bottom: 24px;
font-family: 'Nunito SemiBold';
line-height: 1.5em;
}
#pauw83 > div:nth-child(1) > div:nth-child(2){
display: grid;
gap: 24px;
}
.pauu172{
border: 1px solid rgb(229, 229, 229);
display: flex;
flex-direction: column;
gap: 16px;
padding: 16px;
position: relative;
width: 100%;
min-width: 0px;
overflow: hidden;
}
.pauu172 > div{
display: flex;
column-gap: 16px;
width: 100%;
}
.pauu172 > div > a{
min-width: 177px;
text-align: center;
}
.pauu172 > div > a > img{
height: 177px;
}
.pauu172 > div > div{
display: flex;
flex-direction: column;
gap: 8px;
-moz-box-pack: justify;
justify-content: space-between;
-moz-box-flex: 1;
flex-grow: 1;
min-width: 0px;
}
.pauu172 > div > div > button{
-moz-box-align: center;
align-items: center;
background-color: transparent;
border-style: none;
cursor: pointer;
display: inline-flex;
-moz-box-pack: center;
justify-content: center;
overflow: visible;
padding: 12px;
align-self: end;
border-radius: 0px;
position: absolute;
height: 24px;
color: rgb(31, 31, 31);
}
.pauu172 > div > div > button:hover{
background: rgba(63, 81, 181, 0.04);
}
.pauu172 > div > div > button > img{
height: 16px;
}
.pauu172 > div > div > div:nth-child(2){
min-width: 0px;
}
.pauu172 > div > div > div:nth-child(2) > p:nth-child(1){
font-family: 'Nunito SemiBold';
}
.pauu172 > div > div > div:nth-child(2) > p:nth-child(3){
font-size: 14px;
}
.pauu172 > div > div > div:nth-child(2) > span:nth-child(4){
color: rgb(224, 21, 66);
}
.pauu172 > div > div > div:nth-child(2) > p{
line-height: 1.5;
font-weight: 400;
margin: 0px;
padding: 0px;
letter-spacing: 0.01em;
text-decoration: none;
text-transform: none;
color: inherit;
font-size: 16px;
margin-bottom: 8px;
}
.pauu172 > div > div > div:nth-child(3){
-moz-box-align: end;
align-items: end;
display: flex;
flex-direction: row;
-moz-box-pack: justify;
justify-content: space-between;
}
.pauu172 > div > div > div:nth-child(3) > div:nth-child(1){
display: flex;
flex-direction: column;
gap: 4px;
margin-right: auto;
}
.pauu172 > div > div > div:nth-child(3) > div:nth-child(1) > label{
font-family: 'Nunito SemiBold';
font-size: 12px;
letter-spacing: 0.02em;
margin-right: -300px;
display: block;
}
.pauu172 > div > div > div:nth-child(3) > div:nth-child(1) > div:nth-child(2){
display: flex;
flex-direction: row;
}
.pauu172 > div > div > div:nth-child(3) > div:nth-child(1) > div:nth-child(2) > button{
height: 32px;
width: 32px;
background-color: rgb(255, 255, 255);
border: 1px solid rgb(31, 31, 31);
cursor: pointer;
display: flex;
}
.pauu172 > div > div > div:nth-child(3) > div:nth-child(1) > div:nth-child(2) > input:nth-child(2){
border-width: 1px medium;
border-style: solid none;
border-color: rgb(31, 31, 31) currentcolor;
font-size: 14px;
text-align: center;
width: 36px;
}
.pauu172 > div > div > div:nth-child(3) > div:nth-child(2){
display: flex;
flex-direction: column;
margin-left: 4px;
}
.pauu172 > div > div > div:nth-child(3) > div:nth-child(2) > div{
display: flex;
flex-flow: wrap;
-moz-box-pack: end;
justify-content: end;
}
.pauu172 > div > div > div:nth-child(3) > div:nth-child(2) > div > div:nth-child(1){
align-items: flex-end;
display: flex;
flex-wrap: wrap;
white-space: pre-wrap;
}
.pauu172 > div > div > div:nth-child(3) > div:nth-child(2) > div > div:nth-child(1) > h3{
line-height: 1.5;
font-weight: 400;
margin: 0px;
padding: 0px;
font-size: 18px;
letter-spacing: 0.01em;
text-decoration: line-through;
text-transform: none;
color: inherit;
}
.pauu172 > div > div > div:nth-child(3) > div:nth-child(2) > div > div:nth-child(2){
margin-left: 4px;
align-items: flex-end;
display: flex;
flex-wrap: wrap;
white-space: pre-wrap;
}
.pauu172 > div > div > div:nth-child(3) > div:nth-child(2) > div > div:nth-child(2) > h3{
font-size: 18px;
line-height: 1.5;
font-weight: 400;
margin: 0px;
padding: 0px;
letter-spacing: 0.01em;
text-decoration: none;
text-transform: none;
color: rgb(224, 21, 66);
}
#pauw83 > div:nth-child(2) > div{
display: flex;
flex-direction: column;
gap: 24px;
}
#pauw83 > div:nth-child(2) > div > span{
font-size: 20px;
font-family: 'Nunito SemiBold';
line-height: 1.5em;
}
#pauw82{
background: rgb(248, 248, 248);
padding: 24px;
}
#pauw82 > div:last-child > div:nth-child(1){
border-top: 1px solid rgb(229, 229, 229);
padding: 12px 0px;
}
#pauw82 > div:last-child > div:nth-child(1) > div:nth-child(1){
display: flex;
width: 100%;
justify-content: space-between;
-moz-box-pack: justify;
}
#pauw82 > div:last-child > div > div > p{
line-height: 1.5;
font-weight: 400;
margin: 0px;
padding: 0px;
font-size: 16px;
letter-spacing: 0.01em;
text-decoration: none;
text-transform: none;
color: inherit;
}
#pauw82 > div:last-child > div:nth-child(1) > div:nth-child(2) > p:nth-child(2){
white-space: nowrap;
}
#pauw82 > div:last-child > div:nth-child(1) > div:nth-child(2){
display: flex;
width: 100%;
-moz-box-pack: justify;
justify-content: space-between;
color: rgb(224, 21, 66);
padding: 12px 0px 0px 40px;
}
#pauw82 > div:last-child > div:nth-child(2){
border-top: 1px solid rgb(229, 229, 229);
padding: 12px 0px;
}
#pauw82 > div:last-child > div:nth-child(2) > div{
display: flex;
width: 100%;
justify-content: space-between;
-moz-box-pack: justify;
}
#pauw82 > div:last-child > div:nth-child(2) > div > p:nth-child(1){
font-family: 'Nunito SemiBold';
font-size: 16px;
}
#pauw82 > div:last-child > div:nth-child(2) > div > p:nth-child(2){
font-family: 'Nunito SemiBold';
font-size: 18px;
}
#pauw83 > div:nth-child(2) > div > div:nth-child(3){
width: 100%;
}
#pauw83 > div:nth-child(2) > div > div:nth-child(3) > button{
background: rgb(245,113,84);
border: 0px !important;
margin-top: 0px !important;
font-size: 16px !important;
line-height: 1em !important;
font-family: 'Nunito SemiBold';
letter-spacing: 0.1px;
color: white;
height: 42px;
width: 100%;
}
#pauw83 > div:nth-child(2) > div > div:nth-child(3) > div{
padding: 16px;
font-size: 16px;
line-height: 1.5;
margin: 0px;
letter-spacing: 0.01em;
text-decoration: none;
text-transform: none;
color: inherit;
text-align: center;
}
#pauw83 > div:nth-child(2) > div > div:nth-child(3) > div > span{
line-height: 1.5;
font-weight: 400;
margin: 0px;
padding: 0px;
font-size: 16px;
letter-spacing: 0.01em;
text-decoration: none;
text-transform: none;
color: inherit;
}
#pauw83 > div:nth-child(2) > div > div:nth-child(3) > div > span:first-child{
background-image: linear-gradient(transparent calc(100% - 1px), rgb(108, 108, 108) 1px);
cursor: pointer;
}
#pauw83 > div:nth-child(2) > div > div:nth-child(3) > div > span:last-child{
display: none;
}
#pauw75 > div > svg{
margin-right: 4px;
}
#pauw76 > h1{
font-size: 32px;
line-height: 1.5em;
font-family: inherit !important;
font-weight: unset;
border-bottom: 1px solid rgb(165, 165, 165) !important;
width: 100%;
}
#pauw77{
padding-top: 36px;
}
#pauw77 > div:nth-child(1){
font-family: Nunito;
font-size: 16px;
line-height: 1.5em;
}
#pauw77 > div:nth-child(2){
margin-top: 25px;
padding: 20px 20px;
border: 1px solid rgb(165, 165, 165);
}
#pauw77 > div:nth-child(2) > a{
background-image: linear-gradient(transparent calc(100% - 1px), rgb(108, 108, 108) 1px);
}
#pauw79{
display: flex;
justify-content: space-between;
padding-bottom: 0px;
padding-top: 36px;
}
#pauw79 > div:nth-child(1){
width: 633.6px;
}
#pauw79 > div:nth-child(2){
width: 420px;
margin-left: 32px;
}
#pauw79 > div:nth-child(1) > form h2{
margin-top: unset;
margin-bottom: unset;
font-size: 24px;
line-height: 1.5em;
letter-spacing: 0.01em;
font-family: inherit!important;
}
#pauw79 > div:nth-child(1) > form > div:nth-child(2) > div{
display: none;
}
#pauw79 > div:nth-child(1) > form > div:nth-child(2) > div > div{
margin-bottom: 20px;
border-top: 1px solid rgb(165, 165, 165);
padding-top: 15px;
}
.pauu167{
padding-top: 15px;
border-top: 1px solid rgb(165, 165, 165);
}
.pauu167 > div{
overflow: visible;
}
.pauu167:nth-child(5) > div > div{
margin-bottom: 20px;
}
.pauu167:nth-child(7) > div > div{
margin-bottom: 20px;
}
.pauu167:nth-child(5) > div > div input[type=radio]{
vertical-align: middle;
width: 18px;
height: 18px;
}
.pauu167:nth-child(7) > div > div input[type=radio]{
vertical-align: middle;
width: 18px;
height: 18px;
}
.pauu167:nth-child(5) > div > div span{
vertical-align: middle;
margin-left: 8px;
font-size: 16px;
}
.pauu167:nth-child(7) > div > div svg{
margin-left: 8px;
vertical-align: middle;
margin-top: 0px;
margin-right: 8px;
width: 20px;
height: 20px;
}
.pauu167:nth-child(7) > div > div > span{
vertical-align: middle;
}
#pauw81{
font-size: 16px;
line-height: 1.5em;
padding-bottom: 12px;
padding-top: 3px;
}
#pauw81 > span{
font-size: 16px;
background-image: linear-gradient(transparent calc(100% - 1px), rgb(108, 108, 108) 1px);
cursor: pointer;
}
#pauw81 > div{
padding: 0px 28px;
display: none;
}
#pauw81 > div > textarea{
width: 100%;
height: 64px;
padding: 8px 16px;
}
#pauw79 > div:first-child > form > div:last-child{
overflow: visible;
display: flex;
-moz-box-pack: center;
justify-content: center;
padding: 20px 0px;
}
#pauw79 > div:first-child > form > div:last-child > button{
display: flex;
width: 100%;
text-align: center;
-moz-box-pack: center;
justify-content: center;
-moz-box-align: center;
align-items: center;
z-index: 1;
}
#pauw79 > div:first-child > form > div:last-child > button:hover{
box-shadow: rgba(31, 31, 31, 0.2) 0px 2px 8px;
}
#pauw79 > div:nth-child(2) > #pauw82{
padding: 16px 24px;
}
#pauw79 > div:nth-child(2) > #pauw82 > div:first-child{
margin-top: 6px;
}
#pauw79 > div:nth-child(2) > #pauw82 > div:first-child > div > div{
font-size: 24px;
line-height: 1.5em;
display: flex;
width: 100%;
justify-content: space-between;
-moz-box-pack: justify;
}
#pauw79 > div:nth-child(2) > #pauw82 > div:nth-child(2){
border-top: 1px solid rgb(229, 229, 229);
padding-top: 6px;
max-height: 521px;
overflow: auto;
margin-left: -24px;
margin-right: -24px;
}
#pauw79 > div:nth-child(2) > #pauw82 > div:nth-child(2) > div{
padding: 0px 24px;
}
#pauw79 > div:nth-child(2) > #pauw82 > div:nth-child(2) > div > div{
margin-bottom: 4px;
padding: 16px;
background-color: rgb(255, 255, 255);
}
#pauw79 > div:nth-child(2) > #pauw82 > div:nth-child(2) > div > div:last-child{
margin-bottom: 24px!important;
}
#pauw79 > div:nth-child(2) > #pauw82 > div:nth-child(2) > div > div > a{
display: flex;
margin-bottom: 12px;
color: inherit;
font-size: 14px;
line-height: 21px;
text-decoration: none;
}
#pauw79 > div:nth-child(2) > #pauw82 > div:nth-child(2) > div > div > a > img{
height: 76px;
display: block;
margin-right: 16px;
}
#pauw79 > div:nth-child(2) > #pauw82 > div:nth-child(2) > div > div > a > div > p{
line-height: 1.5;
font-weight: 400;
margin: 0px;
padding: 0px;
letter-spacing: 0.01em;
text-decoration: none;
text-transform: none;
color: inherit;
font-size: 16px;
}
#pauw79 > div:nth-child(2) > #pauw82 > div:nth-child(2) > div > div > a > div > p:nth-child(1){
font-family: "Nunito SemiBold";
}
#pauw79 > div:nth-child(2) > #pauw82 > div:nth-child(2) > div > div > a > div > p:nth-child(3){
color: rgb(108, 108, 108);
}
#pauw79 > div:nth-child(2) > #pauw82 > div:nth-child(2) > div > div > div:nth-child(2){
width: calc(100% + 8px);
margin: -4px;
justify-content: flex-end;
align-items: flex-start;
display: flex;
flex-wrap: wrap;
}
#pauw79 > div:nth-child(2) > #pauw82 > div:nth-child(2) > div > div > div:nth-child(2) > div{
padding: 4px;
}
#pauw79 > div:nth-child(2) > #pauw82 > div:nth-child(2) > div > div > div:nth-child(2) > div > span{
font-size: 16px;
letter-spacing: 0.01em;
line-height: 1.5em;
}
#pauw79 > div:nth-child(2) > #pauw82 > div:nth-child(2) > div > div > div:nth-child(2) > div:nth-child(1) > span{
text-decoration: line-through;
}
#pauw79 > div:nth-child(2) > #pauw82 > div:nth-child(2) > div > div > div:nth-child(2) > div:nth-child(2) > span{
color: rgb(224, 21, 66);
}
#pauw79 > div:nth-child(2) > #pauw82 > div:nth-child(2) > div > div > div:nth-child(3){
display: flex;
align-items: flex-end;
-moz-box-pack: end;
justify-content: flex-end;
padding-top: 12px;
}
#pauw79 > div:nth-child(2) > #pauw82 > div:nth-child(2) > div > div > div:nth-child(3) > button{
position: relative;
overflow: hidden;
border-radius: 0px;
cursor: pointer;
box-sizing: border-box;
text-decoration: none;
display: inline-block;
line-height: 12px;
height: 24px;
padding: 0px 8px;
background: rgb(255, 255, 255);
border: 1px solid rgb(31, 31, 31);
font-size: 12px;
}
#pauw79 > div:nth-child(2) > #pauw82 > div:nth-child(2) > div > div > div:nth-child(3) > button:hover{
box-shadow: rgba(31, 31, 31, 0.2) 0px 2px 8px;
}
#pauw79 > div:nth-child(2) > #pauw82 > div:nth-child(2) > div > div > div:nth-child(3) > button > div{
text-align: center;
display: flex;
-moz-box-pack: center;
justify-content: center;
-moz-box-align: center;
align-items: center;
position: relative;
height: 100%;
z-index: 1;
}
#pauw79 > div:nth-child(2) > #pauw82 > div:nth-child(2) > div > div > div:nth-child(3) > button > div > span{
font-size: 12px;
font-weight: 400;
line-height: 1.5;
letter-spacing: 0.01em;
}
.pauu169{
position: relative;
font-size: 14px;
letter-spacing: 0.24px;
line-height: 20px;
}
.pauu169 > span:last-child{
color: rgb(224, 21, 66);
margin-left: 4px;
}
.pauu167 input[type=text]{
border: 1px solid rgb(165, 165, 165);
position: relative;
height: 46px;
line-height: 46px;
width: 100%;
font-size: 16px;
padding: 0px 46px 0px 16px;
margin: 0px;
display: block;
background-color: transparent;
border-radius: 0px;
appearance: none;
margin-top: 5px;
}
#pauw79 #pauw82 > div:last-child > div:nth-child(2) > div > p:nth-child(2){
font-size: 24px;
}
#pauw86 .pauu364{
border: 1px solid rgb(229, 229, 229);
padding: 16px;
margin-top: calc(24px * 4);
}
#pauw86 .pauu364 > div{
font-size: 18px;
font-family: Nunito;
line-height: 1.5em;
margin-left: 0px;
}
#pauw78{
font-size: 18px;
}
.pauu170{
cursor: pointer;
}
.pauu192 > div > input{
height: 46px!important;
max-width: 100%;
border: 1px solid rgb(165, 165, 165);
font-size: 16px;
color: rgb(24, 24, 24);
padding-left: 16px;
}
.pauu167 .pauu192 > div .arrow-down{
top: 13px!important;
}
.pauu192 > div .arrow-up{
top: 13px!important;
}
.pauu167 .pauu192 > .arrow-wrapper{
max-width: 100%;
}
.pauu167 .pauu192 > span:last-child{
max-width: 100%!important;
height: 46px;
}
.pauu171 > div:nth-child(1){
padding-left: 27px;
padding-top: 4px;
padding-bottom: 5px;
}
.pauu171 > div:first-child > div{
display: inline-block;
width: calc(100% / 3);
cursor: pointer;
}
.pauu171 > div:first-child > div > input{
vertical-align: top!important;
margin-right: 6px;
}
.pauu171 > div:nth-child(2){
padding: 0px 28px;
margin-top: 15px;
padding-bottom: 2px;
}
.pauu171 > div:nth-child(2) > div:first-child{
position: relative;
font-size: 14px;
letter-spacing: 0.24px;
line-height: 20px;
margin-bottom: 5px;
}
.pauu171 > div:nth-child(3) > div:first-child{
position: relative;
font-size: 14px;
letter-spacing: 0.24px;
line-height: 20px;
margin-bottom: 5px;
}
.pauu171 > div:nth-child(4) > div:first-child{
position: relative;
font-size: 14px;
letter-spacing: 0.24px;
line-height: 20px;
margin-bottom: 5px;
}
.pauu171 > div:nth-child(3){
padding: 0px 28px;
margin-top: 19px;
padding-bottom: 0px;
}
.pauu171 > div:nth-child(4){
padding: 0px 28px;
margin-top: 19px;
padding-bottom: 0px;
}
.pauu167 span{
user-select: none;
}
#pauw36{
padding-top: 12px;
max-width: 1500px;
width: 100%;
margin: 0px auto;
}
#pauw35{
text-align: left;
width: 100%;
padding-bottom: 21px;
padding-top: 7px;
}
#pauw35 a:hover{
color: rgba(255,255,255,1);
}
#pauw35 a:focus{
color: rgba(255,255,255,1);
}
#pauw35 a:active{
color: rgba(255,255,255,1);
}
#pauw37{
padding: 0px 0.125em;
padding-left: 0px;
display: table-cell;
text-align: center;
vertical-align: middle;
}
#pauw38{
position: absolute;
color: inherit;
background: white none repeat scroll 0% 0%;
margin-top: 9px;
padding: 10px;
font-size: 11px;
border-radius: 7px;
line-height: 1em;
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", system-ui, sans-serif;
cursor: pointer;
border: 1px solid rgb(219, 219, 219);
display: none;
z-index: 999;
opacity: 0;
transition: all 0.2s ease-in-out 0s;
-moz-transition: all 0.2s ease-in-out 0s;
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
}
#pauw38:before{
position: absolute;
display: block;
content: "";
left: 17px;
width: 0;
height: 0;
margin-left: -3px;
overflow: hidden;
border: 5px solid transparent;
border-bottom-color: white;
top: -10px;
}
#pauw37 > i{
color: rgb(255, 255, 255);
border-radius: 3px;
cursor: pointer;
font-size: 1.875em;
border: none;
padding: 0px 8px;
position: relative;
transition: all 0.2s ease-in-out 0s;
-moz-transition: all 0.2s ease-in-out 0s;
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
top: -2px;
}
#pauw37 > i:hover{
background: rgb(56, 65, 116);
}
#pauw37 > div> img{
height: 1.9375em;
}
#pauw37 > div:first-child > div{
padding: 9px 5px;
border: 1px solid rgba(255,255,255, 0);
height: 36px;
border-radius: 5px;
}
#pauw37 > div > div > div{
width: 28px;
height: 16px;
border-top: 1px solid white;
border-bottom: 1px solid white;
vertical-align: middle;
padding: 7px 0px;
}
#pauw37 > div > div > div > div{
height: 1px;
background: white;
}
#pauw37 > div:first-child{
cursor: pointer;
transition: all 0.2s ease-in-out 0s;
-moz-transition: all 0.2s ease-in-out 0s;
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
padding: 1px 0px;
position: relative;
top: -2px;
margin: 0px 8px;
margin-left: 0px;
}
#pauw37 > div:first-child:hover{
background: rgb(56, 65, 116);
}
#pauw37 > .highlighted{
background: rgb(56, 65, 116);
}
#pauw39{
display: table-cell;
vertical-align: top;
position: relative;
margin-left: 0px;
}
#header-line-search-wrapper{
text-align: center;
vertical-align: top;
}
#pauw44{
text-align: center;
vertical-align: top;
padding-top: 0.725em;
}
#header-line-search-wrapper > div:first-child{
position: relative;
}
#pauw44 > div:first-child{
position: relative;
}
#pauw40 input{
background-color: rgb(240,240,240);
color: rgb(30, 30, 30);
font-size: 0.9375em;
border-radius: 4px;
border: 1px solid rgb(24,31,49);
height: 39px;
padding-left: 1.25em;
font-family: Nunito;
width: 100%;
}
#pauw44 input{
background-color: rgb(240,240,240);
color: rgb(30, 30, 30);
font-size: 0.9375em;
border-radius: 4px;
border: 1px solid rgb(24,31,49);
height: 39px;
padding-left: 1.25em;
font-family: Nunito;
width: 100%;
}
#pauw40 .fa-search{
position: absolute;
font-size: 17px;
margin-top: 1px;
color: rgb(23, 23, 23);
margin-right: 0px;
background: rgb(255, 191, 128);
padding: 10px;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
top: 0px;
right: 0px;
}
#pauw44 .fa-search{
position: absolute;
font-size: 17px;
margin-top: 1px;
color: rgb(23, 23, 23);
margin-right: 0px;
background: rgb(255, 191, 128);
padding: 10px;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
right: 0px;
}
#pauw40 .icon-search{
position: absolute;
font-size: 17px;
margin-top: 1px;
color: rgb(23, 23, 23);
margin-right: 0px;
background: rgb(255, 191, 128);
padding: 10px;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
top: 0px;
right: 0px;
}
#pauw44 .icon-search{
position: absolute;
font-size: 17px;
margin-top: 1px;
color: rgb(23, 23, 23);
margin-right: 0px;
background: rgb(255, 191, 128);
padding: 10px;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
right: 0px;
}
#pauw40 > div > svg{
width: 11px;
height: 11px;
position: absolute;
cursor: pointer;
top: 14px;
right: 41px;
}
#pauw44 > div > svg{
width: 11px;
height: 11px;
position: absolute;
cursor: pointer;
top: 13px;
right: 42px;
}
#pauw40 > div > svg > line{
stroke: rgb(68, 68, 68);
stroke-width: 19;
}
#pauw44 > div > svg > line{
stroke: rgb(68, 68, 68);
stroke-width: 19;
}
#pauw40{
display: table-cell;
width: 100%;
vertical-align: top;
}
#pauw40 > div:first-child{
position: relative;
}
.pauu58 i{
display: inline-block;
color: rgb(255,255,255);
text-align: center;
vertical-align: middle;
font-size: 1.5em;
}
.pauu58 span{
display: none;
}
.pauu61 > div > span{
display: inline;
}
.pauu62 > div{
font-size: 14px!important;
}
.pauu58 > div:last-child{
display: inline-block;
margin-left: 10px;
padding: 0px;
font-size: 14px;
vertical-align: top;
margin-top: 1px;
}
.pauu58 > .pauu38{
font-size: 12px!important;
}
.pauu58 > img{
width: 22px;
height: 22px;
vertical-align: bottom;
display: inline-block;
}
#pauw117 .fa-info-circle{
color: rgb(255,255,255,0.9);
}
#pauw43{
margin-left: 0px;
}
#pauw2{
margin-right: 0px;
}
#pauw39 img{
margin-top: 0.4375em;
margin-left: 0.5625em;
}
#pauw39 a{
font-size: 22px;
letter-spacing: 3px;
white-space: nowrap;
font-family: 'Nunito SemiBold';
top: 8px;
position: relative;
color: white;
margin-left: 19px;
user-select: none;
}
.pauu53{
display: table-cell;
min-width: 1.625em;
}
.pauu54{
min-width: 27px;
}
.pauu53:last-child{
min-width: 0px;
width: 0px;
}
.pauu58{
padding: 6px 7px;
border: 1px solid rgba(255, 255, 255, 0);
padding-left: 7px;
padding-right: 7px;
padding-top: 5px;
padding-bottom: 6px;
text-align: center;
color: rgb(255, 255, 255);
font-family: 'Nunito SemiBold';
cursor: pointer;
font-size: 14px;
vertical-align: middle;
display: table-cell;
white-space: nowrap;
letter-spacing: 0.1px;
position: relative;
}
.pauu56{
padding: 6px 8px;
border-bottom: 1px solid rgba(255, 255, 255, 0);
text-align: center;
color: rgb(255, 255, 255);
font-family: 'Nunito SemiBold';
cursor: default;
font-size: 14px;
vertical-align: middle;
display: table-cell;
white-space: nowrap;
letter-spacing: 0.1px;
position: relative;
}
.pauu58:hover{
border: 1px solid rgb(255, 191, 128);
}
.pauu57 > img{
width: 8px;
height: 8px;
position: relative;
margin-left: 7px;
color: white;
transition: all 0.17s;
-moz-transition: all 0.17s;
-webkit-transition: all 0.17s;
-o-transition: all 0.17s;
}
.pauu57:hover > img{
transform: rotate(180deg);
top: -2px;
}
#pauw36 > .active > img{
transform: rotate(180deg);
top: -2px;
}
.pauu57 > div{
position: absolute;
background: rgba(24, 32, 66, 0.85);
margin-top: 3px;
padding-bottom: 20px;
padding-left: 35px;
padding-right: 35px;
margin-left: -35px;
z-index: 1;
display: none;
line-height: 26px;
}
.pauu57 > div > .pauu50{
display: block;
}
.pauu57:hover > div{
display: block;
text-decoration: none;
}
#pauw36 > .active > div{
display: block;
text-decoration: none;
}
.pauu44.pauu39 .close{
top: 20px;
right: 25px;
}
.pauu44.pauu40 .close{
top: 3.6904%;
right: 1.7%;
}
.pauu44.pauu41 .close{
top: 4.63%;
right: 1.7%;
}
.modal-content{
-webkit-box-shadow: none;
box-shadow: none;
border-radius: 1px;
color: rgb(35,35,35);
border: 1px solid rgb(54, 54, 54);
margin-left: auto;
margin-right: auto;
width: 100%;
height: 100%;
overflow-y: auto;
}
.pauu212{
padding: 3.425%;
}
.pauu212 .pauu176{
display: none;
}
.pauu212 .close{
top: 21px;
right: 27px;
position: absolute;
}
.pauu212 .close > img{
width: 15px;
height: 15px;
}
.modal-backdrop.in{
background-color: white;
opacity: 0.9;
transition: all 0.25s ease-in-out 0s;
-moz-transition: all 0.25s ease-in-out 0s;
-webkit-transition: all 0.25s ease-in-out 0s;
-o-transition: all 0.25s ease-in-out 0s;
}
.modal-dialog{
width: 70%;
height: 96.3%;
margin-bottom: 0px;
}
.pauu213 > div{
display: inline-block;
vertical-align: top;
min-width: 25%;
padding-right: 35px;
margin-bottom: 21px;
}
.pauu214{
display: block;
font-size: 1.375em;
margin-bottom: 24px;
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", system-ui, sans-serif;
}
form[name=contact] .support-phone{
padding-bottom: 16px;
line-height: 28px;
display: block;
}
form[name=contact] .pauu178{
font-family: Arimo Medium;
}
form[name=return] .pauu178{
font-family: Arimo Medium;
}
#pauw152{
min-height: 0.9em;
margin-top: 1em;
margin-bottom: 0.65em;
}
#pauw152+input{
margin-top: 0px;
}
form[name=auth] input[type=text]{
width: 100%;
}
form[name=auth] input[type=password]{
width: 100%;
}
.pauu284{
display: none;
}
.pauu265{
margin-top: 15px;
margin-bottom: 15px;
border-top: 1px solid rgb(229,229,229);
border-bottom: 1px solid rgb(229,229,229);
padding-top: 18px;
padding-bottom: 18px;
}
.pauu218{
font-size: 1.375em;
}
.pauu246 .pauu218 > span:nth-child(1){
float: right;
font-size: 0.8181em;
margin-left: 21px;
vertical-align: bottom;
border-bottom: 1px solid rgb(40,40,40);
padding-bottom: 3px;
cursor: pointer;
margin-right: 22px;
}
.pauu246 .pauu218 > .pauu248{
float: right;
font-size: 0.8181em;
vertical-align: bottom;
color: rgb(50,50,50);
}
.pauu246 .pauu218 > .pauu248 > span{
display: none;
}
.pauu246 .pauu252 a{
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", system-ui, sans-serif;
font-size: 1.03125em;
color: rgb(60, 60, 60);
line-height: 22px;
text-transform: none;
}
.pauu246 .pauu252 .pauu190 a{
color: rgb(66, 66, 66);
line-height: 17px;
}
#pauw154{
margin-bottom: 12px;
color: rgb(60, 60, 60);
}
.pauu190{
display: table-cell;
padding-left: 10px;
padding-right: 26px;
padding-bottom: 15px;
color: rgb(60, 60, 60);
}
.pauu280{
display: table-cell;
padding-left: 10px;
padding-right: 26px;
padding-bottom: 15px;
color: rgb(60, 60, 60);
}
.pauu274{
display: table-cell;
padding-left: 10px;
padding-right: 26px;
padding-bottom: 15px;
color: rgb(60, 60, 60);
}
div > .pauu187 > .pauu189:first-child > .pauu190{
padding-top: 15px;
padding-bottom: 12px;
}
div > .pauu187 > .pauu264:first-child > .pauu190{
padding-top: 15px;
padding-bottom: 12px;
}
.pauu246 form .pauu187 .pauu190:last-child{
width: 396px;
}
.pauu246 form[name=newsletter] .pauu187 .pauu190:last-child{
width: auto;
}
.pauu246 .pauu255 > form{
margin-top: 15px;
}
.pauu246 .pauu255.pauu258 > form{
margin-top: 12px;
}
.pauu191{
color: rgb(60,60,60);
font-size: 1.1333em;
vertical-align: middle;
}
.pauu281{
color: rgb(60,60,60);
font-size: 1.1333em;
vertical-align: middle;
}
.pauu275{
color: rgb(60,60,60);
font-size: 1.0625em;
vertical-align: middle;
}
.pauu276{
font-size: 1.0625em;
vertical-align: top;
}
.account-data-cell-heading-align-top{
vertical-align: top;
}
.pauu283{
vertical-align: top;
}
.pauu266 > .pauu189:first-child > .pauu190{
font-size: 1.1333em;
}
.pauu263 > .pauu189:first-child > .pauu190{
font-size: 1.1333em;
}
.pauu266 > .pauu264:first-child > .pauu190{
font-size: 1.1333em;
}
.pauu263 > .pauu264:first-child > .pauu190{
font-size: 1.1333em;
}
.pauu266 > .pauu189:nth-child(2) > .pauu190{
padding-top: 12px;
}
.pauu263 > .pauu189:nth-child(2) > .pauu190{
padding-top: 12px;
}
.pauu266 > .pauu264:nth-child(2) > .pauu190{
padding-top: 12px;
}
.pauu263 > .pauu264:nth-child(2) > .pauu190{
padding-top: 12px;
}
.pauu263 > .pauu189 > .pauu190:first-child > button{
display: none;
padding: 0px;
border-bottom: 1px solid rgb(160, 160, 160);
padding-bottom: 2px;
margin-top: 4px;
}
.add-new-address:last-child{
width: 245px;
}
.add-new-address:first-child > button{
display: none;
}
.pauu268{
display: table-row;
}
.pauu189.pauu119{
display: none;
}
.pauu265 .pauu285.pauu119{
display: none;
}
.pauu263 > .pauu189:last-child > .pauu190{
border-top: 1px solid rgb(229,229,229);
padding-top: 15px;
}
.pauu263 > .pauu264:last-child > .pauu190{
border-top: 1px solid rgb(229,229,229);
padding-top: 15px;
}
.pauu189{
display: table-row;
}
.pauu279{
display: table-row;
}
.pauu264{
display: table-row;
}
.pauu273{
display: table-row;
}
.pauu188 .pauu256{
background: none;
border: none;
color: rgb(60, 60, 60);
padding: 4px 0px;
border-bottom: 1px solid rgb(180, 180, 180);
}
.pauu266 .pauu256{
background: none;
border: none;
color: rgb(60, 60, 60);
}
.pauu263 .pauu256{
background: none;
border: none;
color: rgb(60, 60, 60);
}
.pauu265 .pauu256{
background: none;
border: none;
color: rgb(60, 60, 60);
}
.pauu270 .pauu256{
background: none;
border: none;
color: rgb(60, 60, 60);
padding: 4px 0px;
border-bottom: 1px solid rgb(180, 180, 180);
}
.pauu190 input[type="radio"]{
margin-right: 20px;
}
.pauu259{
margin-top: 15px;
margin-left: 10px;
}
.pauu265 > .pauu285 > .pauu288{
font-size: 1.1333em;
}
.account-data-table-order-subheadline{
font-size: 1.1333em;
}
.pauu265 .pauu285{
display: table-row;
}
.pauu265 .pauu262{
float: right;
}
.pauu265 > .pauu287{
padding-bottom: 7.5px;
}
.pauu265 > .pauu285 > .pauu190{
padding-left: 10px;
padding-right: 19px;
color: rgb(60, 60, 60);
}
.pauu261{
margin-left: 10px;
margin-bottom: 12px;
}
.modal-contact-error1{
margin-top: 6px;
margin-bottom: 8px;
}
.pauu186{
margin-left: 10px;
margin-top: 12px;
margin-bottom: 12px;
}
.pauu260{
font-size: 1.1333em;
color: rgb(60, 60, 60);
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", system-ui, sans-serif;
margin-bottom: 12px;
margin-left: 10px;
}
.pauu302 > div:last-child{
padding-top: 4px;
display: inline-block;
position: relative;
}
#pauw167{
margin-top: 9px;
padding-top: calc(100vh * 0.0841);
}
.pauu303 .pauu162{
display: none;
}
.pauu303 .pauu161{
display: block;
}
.pauu303{
font-family: Nunito;
line-height: 32px;
font-size: 15px;
position: relative;
}
.pauu306{
font-family: "Nunito SemiBold";
}
.pauu303 > span:first-child{
font-family: "Nunito SemiBold";
}
.pauu303 > a{
font-family: "Nunito SemiBold";
}
.pauu303 > .pauu161{
margin-left: 24px;
}
.pauu303 > .pauu161 > .pauu161{
margin-left: 24px;
}
.pauu303 a{
display: block;
}
.pauu303 a:hover{
text-decoration: underline;
color: rgb(255, 126, 0);
cursor: pointer;
}
.pauu94 a:hover{
text-decoration: underline;
color: rgb(255, 126, 0);
cursor: pointer;
}
.pauu96 > div > a:hover{
text-decoration: underline;
color: rgb(255, 126, 0);
cursor: pointer;
}
.pauu90:hover{
text-decoration: underline;
color: rgb(255, 126, 0);
cursor: pointer;
}
.pauu57 > div > .pauu50:hover{
text-decoration: underline;
color: rgb(255, 126, 0);
cursor: pointer;
}
.pauu317 a:hover{
text-decoration: underline;
color: rgb(255, 126, 0);
cursor: pointer;
}
.pauu305{
display: flex;
}
.pauu305 > a:nth-child(1){
flex-grow: 1;
}
.pauu305 > div:nth-child(2){
justify-content: center;
align-items: center;
}
.pauu305 > div > img{
width: 15px;
height: 15px;
position: relative;
top: 1px;
}
.pauu305 > div > .pauu307{
transform: rotate(180deg);
}
form[name^=reviews] .pauu178{
font-size: 0.9375em;
line-height: 1.375em;
margin-left: 14px;
}
select[name=rating]{
margin-left: 9px;
margin-top: 8px;
border: 1px solid rgb(152, 152, 152);
padding: 9px 11px;
font-size: 12px;
border-radius: 2px;
margin-bottom: 7px;
}
.pauu10{
margin-top: 0px;
vertical-align: top;
margin: 0px;
}
#pauw207{
display: none;
}
#pauw171 .pauu10{
margin-bottom: 22px;
margin-top: 5px;
padding-top: 0px;
}
#pauw189{
display: table;
width: 100%;
margin-top: 20px;
}
#pauw189 > div{
display: table-row;
}
#pauw189 > div > div{
display: table-cell;
}
#pauw189 > div > div:first-child > button{
background: rgb(245,113,84);
border: 0px!important;
margin-top: 0px!important;
font-size: 16px!important;
line-height: 1em!important;
font-family: 'Nunito SemiBold';
letter-spacing: 0.1px;
color: white;
}
#pauw189 > div > div:first-child > button > div:first-child{
top: 3px;
margin-right: 9px;
}
#pauw189 > div > div:first-child > button > img{
width: 21px;
height: 21px;
vertical-align: middle;
margin-right: 10px;
}
#pauw189 > div > div:first-child > button > span{
vertical-align: middle;
}
#pauw189 > div > .pauu351{
width: 8px;
}
#pauw189 > div > #pauw190{
display: table-cell;
height: 41px;
width: 41px;
vertical-align: middle;
line-height: 17px;
border: 1px solid rgb(143, 143, 143);
text-align: center;
cursor: pointer;
}
#pauw191{
width: 42px;
height: 42px;
}
#pauw191 > a{
position: absolute;
margin-top: -1px;
}
#pauw191 > a div > img{
width: 42px;
height: 42px;
}
.pauu227 > span:nth-child(2) > *{
vertical-align: middle;
}
.pauu227 > span:nth-child(2) > img{
margin-left: 6px;
position: relative;
width: 17px;
}
.pauu82{
min-height: 2px;
margin-top: 19px;
display: none;
}
.pauu82 > div > span{
width: 10px;
height: 10px;
margin: 5px 7px;
}
#pauw128 #pauw129 > div:last-child{
margin-top: 12px;
width: 100%;
max-width: 360px;
display: none;
}
#pauw128 > div .pauu196 + div > .ui-selectmenu-button{
margin-top: 9px;
}
#pauw128 > div .pauu196 + div > div{
margin-top: 9px;
}
#pauw128 > div .pauu196 + div + input{
margin-top: 9px;
}
#pauw128 > div .dropdown-selector{
margin-top: 12px;
}
#pauw128 > div .ui-selectmenu-button{
margin-top: 12px;
}
#pauw128 > div .arrow-wrapper{
margin-top: 12px;
}
#pauw128 #pauw132 > div:nth-last-child(2){
margin-top: 12px;
height: 22px;
font-size: 15px;
}
#pauw128 #pauw132 > div{
width: 100%;
max-width: 360px;
}
#pauw128 #pauw132 > div input+span{
font-size: 0.9375em;
cursor: pointer;
}
#pauw129{
visibility: visible;
}
#pauw132{
visibility: visible;
}
#pauw130{
visibility: visible;
}
#pauw138{
visibility: visible;
}
#pauw136{
visibility: visible;
}
#pauw137{
visibility: visible;
}
#pauw139{
visibility: visible;
}
#pauw80{
font-size: 16px;
color: rgb(224, 21, 66);
line-height: 1.5em;
padding-bottom: 15px;
margin-top: -15px;
}
.pauu231.pauu235{
margin-top: 0px;
}
.pauu231.pauu235 > span:last-child{
visibility: hidden;
}
#pauw128{
width: 100%;
clear: both;
line-height: 20px;
padding-right: 1%;
}
#pauw128 > div{
display: table-cell;
position: relative;
vertical-align: top;
width: 33.333%;
padding-left: 1%;
}
#pauw128 > div:nth-child(3){
vertical-align: top;
}
#pauw128 > div:nth-child(1) > h1{
color: rgb(50,50,50);
font-family: Arimo;
margin-bottom: 3px;
}
#pauw128 > div:nth-child(2) > h1{
color: rgb(50,50,50);
font-family: Arimo;
margin-bottom: 3px;
}
#pauw128 > div:nth-child(1) #pauw131{
background-color: rgb(250,250,250);
margin-top: 12px;
padding: 10px 12px;
}
.pauu231{
font-size: 0.9375em;
display: block;
text-align: left;
margin-top: 12px;
font-family: Helvetica;
}
#pauw128 > div:nth-child(2) > div:nth-child(2){
font-size: 0.9375em;
display: block;
min-height: 26px;
padding-top: 12px;
padding-bottom: 12px;
}
#pauw135{
font-size: 0.9375em;
display: block;
min-height: 26px;
margin-top: 23px;
padding-top: 12px;
padding-bottom: 12px;
}
#pauw128 > div:nth-child(1) > div:nth-child(2) > span:nth-child(1){
margin-top: 29px;
}
#pauw128 > div:nth-child(1) > div:nth-child(3) > span:nth-child(1){
margin-top: 29px;
}
#pauw128 > div:nth-child(3) > textarea{
height: 57px;
padding-top: 5px;
}
#pauw128 .pauu237{
display: inline-block;
}
#pauw128 .pauu193{
display: inline-block;
margin-top: 10px;
vertical-align: top;
color: rgb(200,98,98);
margin-left: 7px;
}
#pauw128 .pauu233{
margin-top: 12px;
}
#pauw128 > div:nth-child(1) > div:nth-child(3) > div a{
font-size: 0.9375em;
}
#pauw128 > div select{
padding: 0px 5px;
}
#pauw128 .input-delivery{
padding-left: 27px;
}
#pauw128 > div:nth-child(1) > div:nth-child(3) > div >.pauu234{
margin-top: 12px;
display: inline-block;
}
.pauu238{
color: rgb(200,98,98);
margin-left: 5px;
}
.pauu239{
color: rgb(200,98,98);
}
#pauw140{
display: none;
}
#pauw140 > div:nth-child(1){
margin-top: 10px;
text-align: center;
font-size: 0.875em;
font-family: Nunito;
color: rgb(60,60,60);
}
#pauw140 > div:nth-child(2){
display: inline-block;
}
#pauw140 > div:nth-child(3){
display: inline-block;
float: right;
}
#pauw140 > div:nth-child(3) > .btn{
float: right;
}
#pauw140 > div > a{
transition: none;
-moz-transition: none;
-webkit-transition: none;
-o-transition: none;
}
#pauw140 > div > .btn{
color: rgb(36, 36, 36);
margin-top: 6px;
}
.pauu342{
float: right;
margin-left: 12px;
font-family: Nunito;
color: rgb(80, 80, 80);
font-size: 0.9375em;
margin: 0px;
}
.pauu343{
font-family: Nunito;
color: rgb(80, 80, 80);
font-size: 15px;
margin: 0px;
}
.pauu343 a{
cursor: pointer;
}
.pauu338{
line-height: 1em;
margin-top: 17px;
}
.pauu338 > span:first-child{
font-size: 24px;
}
.pauu338 > span:nth-child(2){
text-decoration: line-through;
margin-left: 11px;
font-size: 18px;
color: rgb(90, 90, 94);
}
#pauw188{
text-align: center;
padding-top: 10px;
font-size: 16px;
padding-bottom: 9px;
background: rgb(255, 239, 116);
line-height: 1em;
margin-top: 8px;
display: none;
font-family: Nunito;
}
#pauw188 > i{
margin-right: 7px;
}
.pauu342 > *{
vertical-align: middle;
}
.pauu343 > a:first-child{
margin-right: 6px;
}
.pauu362{
border-top: 1px solid rgb(227, 227, 227);
border-bottom: 1px solid rgb(227, 227, 227);
padding: 0px 26px;
padding-top: 25px;
padding-bottom: 23px;
color: rgb(38, 38, 38);
font-family: Nunito;
font-size: 1em;
max-width: 1500px;
margin: 0px auto;
}
.pauu362 > span:first-child{
font-size: 23px;
margin-bottom: 4px;
}
.pauu363{
width: 100%;
border-top: 1px solid rgb(227, 227, 227);
height: 1px;
}
.pauu327 li a{
font-size: inherit;
line-height: inherit;
}
#pauw181{
width: 29px;
margin-bottom: 0px;
margin-top: 0px;
margin-left: 10px;
position: relative;
top: 2px;
vertical-align: top;
border-radius: 7px;
display: none;
}
#pauw182{
color: rgb(101, 101, 109);
font-size: 0.9375em;
font-family: Nunito;
line-height: 21px;
}
#pauw184{
border: 1px solid rgb(123, 123, 123);
width: 311px;
padding: 0px 8px;
height: 44px;
display: none;
margin-top: 11px;
}
#pauw185{
display: block;
line-height: 1em;
color: rgb(24, 24, 24);
font-family: 'Nunito Medium';
font-size: 16px;
}
#pauw186{
outline: none;
grid-template-columns: repeat(4, 1fr);
display: grid;
grid-gap: 4px;
margin-top: 8px;
}
.pauu346{
grid-template-columns: repeat(2, 1fr)!important;
}
#pauw186 > button{
border: 1px solid #A5A5A5;
border-radius: 3px;
background-color: #FFFFFF;
height: 36px;
cursor: pointer;
margin-top: 7px!important;
}
#pauw186 > button:disabled{
border-color: #E5E5E5!important;
color: #E5E5E5!important;
}
#pauw186 > .active{
border-color: rgb(245,113,84);
outline: 1px solid rgb(245,113,84);
}
#pauw186 > .active:hover{
background-color: white!important;
color: inherit!important;
}
#pauw186 > button:hover:not([disabled]){
background-color: #E5E5E5;
color: #1F1F1F;
}
#pauw186 > button:active:not([disabled]){
-webkit-transition: -webkit-transform 300ms cubic-bezier(0.355,0.51,0.235,0.925);
transition: transform 300ms cubic-bezier(0.355,0.51,0.235,0.925);
transition-timing-function: cubic-bezier(0.355,0.51,0.235,0.925);
-webkit-transform: scale(0.9);
-moz-transform: scale(0.9);
-ms-transform: scale(0.9);
transform: scale(0.9);
}
#pauw186 > button > span{
-webkit-align-items: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
letter-spacing: normal;
font-size: 16px;
line-height: 1.5;
-webkit-text-decoration: none;
font-family: 'Nunito';
}
#pauw171 .button-activated{
position: absolute;
transition: all 0.7s ease 0s;
transform: rotate(35deg);
margin-top: -10px;
height: 80px;
margin-left: -14px;
width: 25px;
background: transparent linear-gradient(to right, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01)) repeat scroll 0% 0%;
display: none;
cursor: pointer;
}
#pauw171 .pauu350{
font-size: 1.0625em;
box-shadow: none;
font-family: Helvetica;
}
#pauw171 .add-likes{
font-size: 1.0625em;
box-shadow: none;
font-family: Helvetica;
}
.pauu348{
background-image: linear-gradient(transparent calc(100% - 1px), rgb(108, 108, 108) 1px);
cursor: pointer;
}
.pauu348 .fa-table{
font-size: 12px;
margin-right: 5px;
display: none;
}
.pauu347{
text-align: left;
font-family: Nunito;
font-size: 15px;
margin-top: 10px;
margin-bottom: 24px;
}
#pauw20 > div > div:last-child > div[data-category-id^="Information"] > div > div:nth-child(2) ul{
margin: 10px 0px;
font-size: 16px;
}
#pauw20 > div > div:last-child > div[data-category-id^="Information"] > div > div:nth-child(2) ol{
margin: 10px 0px;
font-size: 16px;
}
#pauw20 > div > div:last-child > div[data-category-id^="Information"] > div > div:nth-child(2) h3+ul{
margin: 8px 0px 10px 0px;
}
#pauw20 > div > div:last-child > div[data-category-id^="Information"] > div > div:nth-child(2) h3+ol{
margin: 8px 0px 10px 0px;
}
#pauw20 > div > div:last-child > div[data-category-id^="Information"] > div > div:nth-child(2) h2{
margin-top: 21px;
margin-bottom: 1px;
font-size: 19px;
font-family: Arimo Medium;
}
#pauw20 > div > div:last-child > div[data-category-id^="Information"] > div > div:nth-child(2) strong{
font-family: Nunito Medium;
font-weight: normal;
}
#pauw20 > div > div:last-child > div[data-category-id^="Information"] > div > div:nth-child(2) h3{
margin-top: 31px;
margin-bottom: 2px;
font-size: 19px;
font-family: Arimo;
}
#pauw20 > div > div:last-child > div[data-category-id^="Information"] > div > div:nth-child(2) p{
margin: 0 0 10px;
font-size: 16px;
}
#pauw20 > div > div:last-child > div[data-category-id="Information-О брендах"] > div > div:nth-child(2){
margin-top: 41px;
font-size: 15px;
font-family: Nunito;
line-height: 25px;
}
#pauw20 > div > div:last-child > div[data-category-id="Information-Про бренди"] > div > div:nth-child(2){
margin-top: 41px;
font-size: 15px;
font-family: Nunito;
line-height: 25px;
}
#pauw20 > div > div:last-child > div[data-category-id="Information-О компании"] > div > div:nth-child(2) .images{
margin-top: 28px;
margin-bottom: -16px;
}
#pauw20 > div > div:last-child > div[data-category-id="Information-Про компанію"] > div > div:nth-child(2) .images{
margin-top: 28px;
margin-bottom: -16px;
}
#pauw20 > div > div:last-child > div[data-category-id^="Information"] > div > div:nth-child(2) .images > img{
height: 158px;
border-radius: 4px;
margin-right: 25px;
margin-bottom: 20px;
}
#pauw160{
max-width: 1500px;
margin: 0px auto;
}
#pauw160 h1{
font-size: 19px;
margin-bottom: 9px;
margin-top: 16px;
}
#pauw160 .pull-right{
margin-top: 12px;
}
#pauw192{
display: none;
}
.pauu315{
margin-left: 55px;
margin-top: 8px;
}
.nav i.fa{
color: rgba(255, 255, 255, 0.9);
}
#pauw34 .nav > li > a{
color: rgba(255, 255, 255, 0.9);
padding: 10px 9px;
}
.pauu345{
margin-top: 19px;
max-width: 100%;
width: 360px;
}
.category-list{
margin-bottom: 9px;
display: inline-block;
text-align: left;
vertical-align: top;
line-height: 1.4375em;
}
footer{
background-color: rgb(21,26,46);
color: rgba(255,255,255,0.9);
background: rgb(43,47,68);
}
#search-results-text{
font-size: 1.4375em;
}
.pauu146{
font-size: 1.0625em;
}
.col-lg-3{
width: 20%;
}
.filters-forms-caption{
display: none;
}
.nav-tabs{
padding-top: 30px;
}
.category-lists{
font-weight: normal;
font-size: 1em;
padding-top: 7px;
color: rgb(35, 35, 35);
padding-bottom: 7px;
line-height: 22px;
clear: both;
margin-bottom: 6px;
}
.category-list-header{
display: block;
font-size: 1em;
padding-left: 12px;
}
.category-list-link{
border-bottom: none;
display: block;
padding-left: 12px;
font-size: 0.9375em;
}
.pauu27{
background-color: rgb(43,47,68);
border-top: 1px solid rgb(39,44,67);
border-bottom: 1px solid rgb(39,44,67);
}
#pauw8{
font-family: Nunito;
margin: 0 0 0 0;
padding-top: 20px;
padding-bottom: 12px;
color: white;
font-size: 0.9375em;
}
footer h5{
margin: 0 0 0 0;
padding: 0 0 0 0;
border-bottom: 1px solid rgba(255,255,255,0.4);
padding-bottom: 9.5px;
margin-bottom: 7px;
font-size: 1em;
color: rgb(255, 255, 255);
font-family: 'Nunito SemiBold';
text-transform: uppercase;
line-height: 19px;
}
footer ul > li > a{
color: rgb(255, 255, 255);
font-size: 1em;
}
footer ul > .pauu31{
display: none;
}
footer .pauu32{
position: relative;
display: block;
text-align: center;
padding-bottom: 12px;
}
footer .pauu32 > a:nth-child(1) > img{
max-height: 29px;
}
footer .pauu32 > #pauw7{
position: relative;
top: -1px;
margin-left: 24px;
display: none!important;
}
footer .pauu32 > #pauw7 > img{
border-radius: 5px;
max-height: 27px;
}
footer .pauu32 > .pauu33{
height: 35px;
display: inline-block;
vertical-align: middle;
position: relative;
top: 2px;
margin-left: 24px;
}
footer .pauu32 > .pauu34{
height: 19px;
display: inline-block;
vertical-align: middle;
margin-left: 21px;
position: relative;
top: 0px;
}
footer .pauu32 > .pauu35{
height: 20px;
display: inline-block;
vertical-align: middle;
margin-left: 21px;
position: relative;
}
footer .pauu32 > .pauu36{
height: 35px;
display: inline-block;
vertical-align: middle;
margin-left: 21px;
position: relative;
}
footer a{
line-height: 24px;
}
footer a:hover{
color: white;
}
footer a:focus{
color: white;
}
footer a:active{
color: white;
}
#pauw121 > button{
margin-top: 30px;
margin-bottom: 25px;
float: right;
}
#pauw148 > button{
margin-top: 30px;
margin-bottom: 45px;
float: right;
}
#modal-help-continue-buttons > button{
margin-top: 30px;
margin-bottom: 45px;
float: right;
}
#pauw157 > button{
margin-top: 30px;
margin-bottom: 25px;
float: right;
}
.nav > li > a:focus{
background-color: rgb(249, 249, 249);
}
.nav > li > a:hover{
background-color: rgb(249, 249, 249);
}
#pauw171 .fa.fa-shopping-cart{
color: rgb(45,45,45);
vertical-align: middle;
}
#pauw205 #pauw179{
display: inline-block;
font-size: 1.4375em;
}
#pauw205 #pauw180{
display: inline-block;
font-size: 1.125em;
color: rgb(90, 90, 94);
margin-left: 10px;
text-decoration: line-through;
position: relative;
font-family: Helvetica;
}
.nav-tabs > li.active > a{
color: inherit;
}
.nav-tabs > li.active > a:focus{
color: inherit;
}
.nav-tabs > li.active > a:hover{
color: inherit;
}
.btn{
padding: 4px 20px;
color: rgb(45, 45, 45);
font-size: 1.0625em;
}
.btn:active{
padding: 4px 20px;
color: rgb(45, 45, 45);
font-size: 1.0625em;
}
.btn:hover{
padding: 4px 20px;
color: rgb(45, 45, 45);
font-size: 1.0625em;
}
.btn:focus{
padding: 4px 20px;
color: rgb(45, 45, 45);
font-size: 1.0625em;
}
.btn:active:focus{
padding: 4px 20px;
color: rgb(45, 45, 45);
font-size: 1.0625em;
}
.btn:active:hover{
padding: 4px 20px;
color: rgb(45, 45, 45);
font-size: 1.0625em;
}
.btn:focus:hover{
padding: 4px 20px;
color: rgb(45, 45, 45);
font-size: 1.0625em;
}
.btn-primary{
padding: 4px 20px;
color: rgb(45, 45, 45);
font-size: 1.0625em;
}
.btn-primary:active{
padding: 4px 20px;
color: rgb(45, 45, 45);
font-size: 1.0625em;
}
.btn-primary:hover{
padding: 4px 20px;
color: rgb(45, 45, 45);
font-size: 1.0625em;
}
.btn-primary:focus{
padding: 4px 20px;
color: rgb(45, 45, 45);
font-size: 1.0625em;
}
.btn-primary:active:focus{
padding: 4px 20px;
color: rgb(45, 45, 45);
font-size: 1.0625em;
}
.btn-primary:active:hover{
padding: 4px 20px;
color: rgb(45, 45, 45);
font-size: 1.0625em;
}
.btn-primary:focus:hover{
padding: 4px 20px;
color: rgb(45, 45, 45);
font-size: 1.0625em;
}
.btn-info{
padding: 4px 20px;
color: rgb(45, 45, 45);
font-size: 1.0625em;
}
.btn-info:active{
padding: 4px 20px;
color: rgb(45, 45, 45);
font-size: 1.0625em;
}
.btn-info:hover{
padding: 4px 20px;
color: rgb(45, 45, 45);
font-size: 1.0625em;
}
.btn-info:focus{
padding: 4px 20px;
color: rgb(45, 45, 45);
font-size: 1.0625em;
}
.btn-info:active:focus{
padding: 4px 20px;
color: rgb(45, 45, 45);
font-size: 1.0625em;
}
.btn-info:active:hover{
padding: 4px 20px;
color: rgb(45, 45, 45);
font-size: 1.0625em;
}
.btn-info:focus:hover{
padding: 4px 20px;
color: rgb(45, 45, 45);
font-size: 1.0625em;
}
.btn-default{
padding: 4px 20px;
color: rgb(45, 45, 45);
font-size: 1.0625em;
}
.btn-default:active{
padding: 4px 20px;
color: rgb(45, 45, 45);
font-size: 1.0625em;
}
.btn-default:hover{
padding: 4px 20px;
color: rgb(45, 45, 45);
font-size: 1.0625em;
}
.btn-default:focus{
padding: 4px 20px;
color: rgb(45, 45, 45);
font-size: 1.0625em;
}
.btn-default:active:focus{
padding: 4px 20px;
color: rgb(45, 45, 45);
font-size: 1.0625em;
}
.btn-default:active:hover{
padding: 4px 20px;
color: rgb(45, 45, 45);
font-size: 1.0625em;
}
.btn-default:focus:hover{
padding: 4px 20px;
color: rgb(45, 45, 45);
font-size: 1.0625em;
}
.btn-danger{
padding: 4px 20px;
color: rgb(45, 45, 45);
font-size: 1.0625em;
}
.btn-danger:active{
padding: 4px 20px;
color: rgb(45, 45, 45);
font-size: 1.0625em;
}
.btn-danger:hover{
padding: 4px 20px;
color: rgb(45, 45, 45);
font-size: 1.0625em;
}
.btn-danger:focus{
padding: 4px 20px;
color: rgb(45, 45, 45);
font-size: 1.0625em;
}
.btn-danger:active:focus{
padding: 4px 20px;
color: rgb(45, 45, 45);
font-size: 1.0625em;
}
.btn-danger:active:hover{
padding: 4px 20px;
color: rgb(45, 45, 45);
font-size: 1.0625em;
}
.btn-danger:focus:hover{
padding: 4px 20px;
color: rgb(45, 45, 45);
font-size: 1.0625em;
}
.our-locations-link{
width: 100%;
text-align: center;
margin-top: 14px;
margin-bottom: -2px;
margin-left: auto;
margin-right: auto;
}
.our-locations-link > a{
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", system-ui, sans-serif;
color: rgb(41, 71, 107);
font-size: 15px;
}
.pauu25{
width: 100%;
max-width: 1500px;
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", system-ui, sans-serif;
padding-left: 71px;
padding-right: 71px;
color: rgb(84, 84, 84);
font-size: 13px;
}
.pauu25 > a:first-child > h3{
font-size: 15px;
margin-bottom: 10px;
}
.pauu25 > a:first-child > h3 > i:first-child{
margin-right: 7px;
position: relative;
top: -1px;
}
.pauu25 > a:first-child+div{
column-gap: 34px;
}
.pauu25 > a:first-child+div > div{
display: inline-block;
}
.pauu25 > a:first-child+div > div:first-child{
margin-bottom: 9px;
}
.our-contacts-links{
display: none;
}
form[name=proceed-to-payment] input[type=submit]{
margin-top: 27px;
display: inline-block;
width: 270px;
}
form[name=proceed-to-payment] input[type=submit]:hover{
box-shadow: rgba(31, 31, 31, 0.2) 0px 2px 8px;
}
.pauu265 form[name=proceed-to-payment] input[type=submit]{
margin: 0px;
}
.pay-button{
cursor: pointer;
display: inline-block;
padding: 4px 20px;
font-size: 1.0625em;
color: rgb(45, 45, 45);
line-height: 1em;
border: 1px solid rgb(87, 97, 125);
}
.pay-button > div{
width: 16px;
height: 16px;
}
.order-payment-status > div > div{
width: 16px;
height: 16px;
margin-left: 14px;
}
#pauw79 > div:first-child > form > div:last-child > button, form[name=proceed-to-payment] input[type=submit]{
position: relative;
overflow: hidden;
padding: 0px;
border-radius: 0px;
cursor: pointer;
box-sizing: border-box;
text-decoration: none;
height: 52px;
color: rgb(255, 255, 255);
background: rgb(31, 31, 31);
border: 1px solid rgb(31, 31, 31);
font-family: 'Nunito SemiBold';
letter-spacing: 0.1px;
outline: none;
font-size: 16px;
line-height: 1em;
}
}
@media (max-width: 750px){
.pauu196{
display: block;
text-align: left;
margin-top: 7px;
}
.pauu196 > span{
font-size: 14px;
margin-right: 4px;
cursor: pointer;
border-bottom: 1px dotted rgb(120, 120, 120);
padding-bottom: 1px;
}
#pauw100 .pauu196 > span{
font-size: 12px;
}
.pauu10 > div{
-webkit-box-flex: 0;
ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.mobile-ad-group-caption{
padding: 0px 11px;
}
.pauu44 > div{
width: 100%;
height: 100%;
margin-top: 0px;
}
.pauu43 > div{
height: 100%;
}
.modal-content{
border: none;
width: 100%;
height: 100%;
border-radius: 0px;
overflow-y: auto;
position: static;
}
body > .modal.in .modal-dialog{
margin: 0px;
-webkit-transform: unset;
-ms-transform: unset;
-o-transform: unset;
transform: unset;
position: static;
}
.pauu212 .pauu217{
display: none;
}
.pauu212{
padding: 0px;
}
.pauu218{
display: block;
font-size: 1.125em;
text-align: center;
padding-top: 14px;
text-transform: uppercase;
font-family: Arimo;
}
.pauu246 .pauu218{
margin-bottom: 27px;
}
.modal-backdrop.in{
opacity: 0;
display: none;
}
form[name=contact] .support-phone{
font-size: 13px;
padding-bottom: 2px;
line-height: 22px;
display: block;
}
form[name=contact] .pauu178{
font-size: 13px;
font-family: Arimo Medium;
}
form[name=return] .pauu178{
font-size: 13px;
font-family: Arimo Medium;
}
.pauu187{
width: 100%;
}
.pauu278{
width: 100%;
}
.pauu272{
width: 100%;
}
.pauu265{
display: none;
}
.pauu284{
padding-left: 8px;
padding-right: 8px;
margin-top: 15px;
font-size: 0.875em;
line-height: 20px;
}
.pauu284 > .account-data-mobile-order-return-table{
display: table;
width: 100%;
}
.pauu284 > .account-data-mobile-order-return-table > div{
display: table-row;
}
.pauu284 > .account-data-mobile-order-return-table > div > div{
display: table-cell;
position: relative;
padding-top: 4px;
}
.pauu284 span{
font-family: Arimo Medium;
}
.pauu284 > .account-data-mobile-order-return-table > div:last-child > div{
padding-top: 8px;
}
.pauu284 > .account-data-mobile-order-return-table:last-child > div:last-child > div{
padding-top: 0px;
}
.pauu284 > .account-data-mobile-order-return-table > div > div:nth-child(1){
width: 46%;
}
.pauu284 > .account-data-mobile-order-return-table > div > div:nth-child(2){
width: 10%;
}
.pauu284 > .account-data-mobile-order-return-table:first-child > div > div:nth-child(2){
width: 70%;
}
.pauu284 > .account-data-mobile-order-return-table:last-child > div > div:nth-child(2){
width: 30%;
}
.pauu284 > .account-data-mobile-order-return-table > div > div:nth-child(3){
width: 22%;
}
.pauu284 > .account-data-mobile-order-return-table > div > div:nth-child(4){
width: 22%;
}
.pauu284 > .account-data-mobile-order-return-table > div > div:nth-child(4) > button{
position: absolute;
left: 0px;
bottom: 0px;
}
div > .pauu265 > .pauu287{
padding-bottom: 8px;
}
.pauu265 .pauu262{
float: left;
}
.pauu265 .pauu285{
display: table-row;
padding-top: 0px;
padding-bottom: 0px;
}
.pauu265 > .pauu285 > .pauu288{
font-size: 1em;
}
.pauu265 > .pauu118{
padding-top: 8px;
padding-bottom: 8px;
}
.pauu265 > .pauu120{
margin-bottom: 8px;
}
.pauu259{
margin-top: 5px;
margin-left: 0px;
}
.pauu246{
overflow-y: auto;
}
.pauu270 .pauu190:first-child{
padding-right: 11px;
}
.pauu190 input[type="radio"]{
margin-right: 14px;
}
form > .pauu270{
width: auto;
}
.pauu190 > input[type=text]{
width: 100%;
}
.pauu190 input[type=password]{
width: 100%;
}
.pauu190 textarea{
width: 100%;
height: 90px;
}
.pauu280{
padding-top: 11px;
display: table-cell;
padding-left: 3px;
padding-right: 3px;
padding-bottom: 3px;
color: rgb(60, 60, 60);
}
.pauu274{
padding-top: 11px;
display: table-cell;
padding-left: 3px;
padding-right: 3px;
padding-bottom: 3px;
color: rgb(60, 60, 60);
}
.pauu273 > .pauu274:first-child{
width: 41%;
}
.pauu188 .pauu257{
margin-top: 7px;
margin-bottom: 6px;
float: right;
}
.pauu270 .pauu257{
margin-top: 7px;
margin-bottom: 6px;
float: right;
}
.pauu119 > .pauu190{
padding-bottom: 15px;
}
.pauu263 > .pauu189 > .pauu190:first-child > button{
margin-top: 9px;
border: none;
background: none;
padding: 0px;
border-bottom: 1px dotted rgb(182, 182, 182);
padding-bottom: 4px;
font-size: 14px;
}
.pauu189{
display: table-row;
}
.pauu279{
display: table-row;
}
.pauu264{
display: table-row;
}
.pauu273{
display: table-row;
}
.pauu190 select{
width: 100%;
margin-top: 11px;
height: 35px;
padding-left: 5px;
font-size: 14px;
border: 1px solid rgb(152, 152, 152);
}
.pauu263 > .pauu189:last-child > .pauu190{
border-top: 1px solid rgb(229,229,229);
padding-top: 9px;
padding-bottom: 0px;
}
.pauu263 > .pauu264:last-child > .pauu190{
border-top: 1px solid rgb(229,229,229);
padding-top: 9px;
padding-bottom: 0px;
}
.pauu264.pauu268{
display: none;
}
.account-orders{
display: none;
}
.add-new-address:last-child > button{
display: none;
}
.pauu189.pauu268{
display: none;
}
.pauu265 .pauu285.pauu268{
display: none;
}
.pauu189.pauu119{
display: table-row;
}
.pauu265 .pauu285.pauu119{
display: table-row;
}
.pauu267{
margin-top: 5px;
}
.pauu269{
margin-top: 5px;
}
.pauu246 .pauu214 > span:nth-child(1){
display: none;
}
.pauu246 .pauu214 > div:nth-child(2){
display: block;
position: absolute;
left: 11px;
top: 38px;
font-size: 11px;
}
.pauu246 .pauu214 > div:nth-child(2) > span{
cursor: pointer;
}
.pauu246 .pauu249{
margin-left: 12px;
margin-right: 12px;
}
.pauu246 .pauu252 a{
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", system-ui, sans-serif;
font-size: 0.9375em;
color: rgb(26, 26, 26);
line-height: 22px;
text-transform: none;
}
.pauu246 .pauu252 .pauu190 a{
color: rgb(66, 66, 66);
line-height: 17px;
}
#pauw154{
margin-bottom: 4px;
font-size: 12px;
line-height: 16px;
}
.pauu190{
display: table-cell;
padding-left: 3px;
padding-right: 3px;
padding-bottom: 3px;
color: rgb(60, 60, 60);
}
.pauu246 .pauu255 > form{
margin-top: 3px;
}
.pauu246 .pauu255.pauu258 > form{
margin-top: 1px;
}
.pauu191{
color: rgb(36, 36, 36);
font-size: 12px;
vertical-align: middle;
}
.pauu281{
color: rgb(36, 36, 36);
font-size: 12px;
vertical-align: middle;
}
.pauu275{
color: rgb(36, 36, 36);
font-size: 12px;
vertical-align: middle;
}
.account-data-cell-heading-align-top{
vertical-align: top;
font-size: 12px;
}
.pauu283{
vertical-align: top;
font-size: 12px;
}
.pauu276{
vertical-align: top;
font-size: 12px;
}
.pauu266 > .pauu189:first-child > .pauu190{
font-size: 1.0666em;
}
.pauu263 > .pauu189:first-child > .pauu190{
font-size: 1.0666em;
}
.pauu266 > .pauu264:first-child > .pauu190{
font-size: 1.0666em;
}
.pauu263 > .pauu264:first-child > .pauu190{
font-size: 1.0666em;
padding-bottom: 10px;
}
.pauu263 > div > div:nth-child(2){
display: none;
}
.pauu263 > div > div:nth-child(3){
display: none;
}
.pauu263{
margin-top: 6px;
}
.pauu263 > div > div:nth-child(1){
padding-bottom: 15px;
width: 100%;
}
.pauu266 > .pauu189:nth-child(2) > .pauu190{
padding-top: 9px;
}
.pauu263 > .pauu189:nth-child(2) > .pauu190{
padding-top: 9px;
}
.pauu266 > .pauu264:nth-child(2) > .pauu190{
padding-top: 9px;
}
.pauu263 > .pauu264:nth-child(2) > .pauu190{
padding-top: 9px;
}
.pauu263 > .pauu189 > .pauu190:first-child > button:last-child{
float: right;
}
.pauu194{
display: table-row;
}
.pauu188 > div > .pauu190{
padding-top: 11px;
}
.pauu188 > div > .pauu190:nth-child(2){
padding-left: 17px;
width: 100%;
}
.pauu260{
font-size: 0.9375em;
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", system-ui, sans-serif;
margin-bottom: 3px;
}
.pauu261{
margin-left: 0px;
margin-bottom: 3px;
}
.modal-contact-error1{
margin-bottom: 1px;
}
.pauu186{
margin-left: 0px;
margin-top: 0px;
margin-bottom: 10px;
}
.pauu186+.pauu186{
margin-bottom: 10px;
}
.pauu327{
width: 95%;
margin-left: auto;
margin-right: auto;
padding: 0px 10px;
font-size: 0.875em;
}
select[name=rating]{
margin-left: 9px;
margin-top: 5px;
border: 1px solid rgb(152, 152, 152);
padding: 6px 7px;
font-size: 12px;
border-radius: 2px;
margin-bottom: 4px;
}
#pauw167{
padding-top: 9px;
}
.pauu303{
display: none;
}
.pauu10{
margin-top: 5px;
}
#pauw207{
position: fixed;
right: 0;
bottom: 0;
left: 0;
z-index: 2;
margin: 0;
margin-bottom: 0;
padding: 22px 10px;
width: 100%;
vertical-align: baseline;
background: rgba(255, 255, 255, 0.95);
transition: linear all 0.25s;
-moz-transition: linear all 0.25s;
-webkit-transition: linear all 0.25s;
-o-transition: linear all 0.25s;
}
#pauw207 > .pauu366{
width: 95%;
text-align: center;
font-size: 13px;
margin-bottom: 16px;
margin-left: auto;
margin-right: auto;
display: none;
}
#pauw207 > div:first-child{
display: table;
position: relative;
}
#pauw207 > div > div{
display: table-row;
}
#pauw207 > .pauu366 > div > div{
display: block;
width: calc(100% - 44px);
}
#pauw207 > .pauu366:first-child > div > div{
text-align: left;
}
#pauw207 > .pauu366:first-child > div > div > span{
font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", system-ui, sans-serif;
font-size: 15px;
}
.pauu367{
color: #e11b46;
}
#pauw207 > .pauu366:first-child > div > div > span+span{
color: rgb(107, 107, 107);
text-decoration: line-through;
margin-left: 11px;
}
#pauw207 > .pauu366:first-child > div > div > img{
position: absolute;
right: 0px;
}
#pauw207 > .pauu366:first-child > div > div > svg{
position: absolute;
right: 0px;
}
#pauw207 > .pauu366:first-child > div > div > div{
display: none;
margin-top: 9px;
}
#pauw207 > .pauu366:first-child > div > div > div > i{
margin-right: 8px;
position: relative;
font-size: 12px;
}
#pauw207 > div:last-child{
display: table;
width: 95%;
margin: 0px auto;
}
#pauw207 > div:last-child > div{
display: table-row;
}
#pauw207 > div:last-child > div > div:first-child{
display: table-cell;
line-height: 1em;
font-size: 12px;
background: rgb(248, 107, 79);
color: white;
text-align: center;
text-transform: uppercase;
letter-spacing: 0.1px;
font-family: Arimo;
cursor: pointer;
height: 36px;
vertical-align: middle;
}
#pauw207 > div:last-child > div > div:first-child > div:first-child{
top: -1px;
}
#pauw207 > div:last-child > div > div:first-child > img{
width: 16px;
height: 16px;
vertical-align: middle;
margin-right: 9px;
}
#pauw207 > div:last-child > div > div:first-child > span{
vertical-align: middle;
}
#pauw207 > div:last-child > div > .pauu368{
display: table-cell;
width: 8px;
}
#pauw207 > div:last-child > div > #pauw208{
display: table-cell;
border: 1px solid rgb(143, 143, 143);
width: 36px;
height: 36px;
text-align: center;
line-height: 15px;
cursor: pointer;
vertical-align: middle;
}
#pauw207 > div:last-child > div > #pauw209{
display: table-cell;
width: 36px;
}
#pauw207 > div:last-child > div >#pauw209 > a{
position: absolute;
}
#pauw207 > div:last-child > div >#pauw209 > a > div{
width: 36px;
height: 36px;
}
#pauw207 > div:last-child > div > #pauw209 > a > div > img{
width: 100%;
height: 36px;
}
#pauw12 form > .pauu178{
font-size: 14px;
margin-top: 12px;
margin-bottom: -4px;
}
#pauw12 > div:nth-child(3){
margin-left: 8px;
margin-right: 8px;
margin-top: 16px;
}
#pauw12 form > div+input{
margin-top: 17px;
}
#pauw12 form > input+input{
margin-top: 12px;
}
#pauw12 form > input+div > input:first-child{
margin-top: 12px;
}
#pauw12 form > input+div > input+input{
margin-top: 12px;
}
#pauw12 form > input{
width: 85%;
}
#pauw12 form > .pauu154 > input{
width: 85%;
}
#pauw12 form > .mobile-auth-remember-forget{
margin-top: 12px;
margin-bottom: 19px;
display: block;
width: 85%;
text-align: left;
margin-left: auto;
margin-right: auto;
font-size: 12px;
}
#pauw12 form > .mobile-auth-remember-forget > span:nth-child(1){
cursor: pointer;
}
#pauw12 form > .mobile-auth-remember-forget > span:nth-child(1) > input{
margin-right: 6px;
position: relative;
top: 1px;
}
#pauw12 form > .mobile-auth-buttons{
text-align: left;
margin-top: 0px;
margin-bottom: 16px;
display: block;
width: 85%;
margin-left: auto;
margin-right: auto;
}
#pauw12 .pauu180{
margin-top: 0px;
margin-bottom: 0px;
display: block;
width: 100%;
font-size: 12px;
padding: 8px 8px;
}
#pauw12 form > .mobile-auth-buttons > #pauw91{
display: block;
background: white;
color: rgb(36, 36, 36);
width: 100%;
margin: 12px 0px;
font-size: 12px;
float: none;
padding: 8px 8px;
}
#pauw91{
float: right;
}
#pauw12 form > .mobile-auth-agree{
font-size: 12px;
color: rgb(60,60,60);
margin-bottom: 10px;
width: 85%;
margin: 0px auto 10px auto;
line-height: 19px;
}
#pauw12 form > .mobile-auth-caption{
margin-bottom: 8px;
border-top: 1px solid rgb(227, 227, 227);
border-bottom: 1px solid rgb(227, 227, 227);
font-size: 12px;
padding: 11px 0px;
margin: 0px auto;
width: 85%;
line-height: 19px;
color: rgb(143, 143, 143);
}
#pauw14 form > div:first-child{
width: 85%;
margin-left: auto;
margin-right: auto;
margin-top: 12px;
font-size: 12px;
line-height: 19px;
}
#pauw15 form > div:first-child{
width: 85%;
margin-left: auto;
margin-right: auto;
margin-top: 12px;
font-size: 12px;
line-height: 19px;
}
#pauw14 .pauu177{
margin-top: 15px;
font-size: 12px;
}
#pauw15 .pauu177{
margin-top: 15px;
font-size: 12px;
}
#pauw14 input[type=text]{
margin-top: 12px;
width: 85%;
}
#pauw15 input[type=password]{
margin-top: 12px;
width: 85%;
}
#pauw15 input[type=text]{
margin-top: 12px;
width: 85%;
}
#pauw14 form > input[type=text]+div{
margin-top: 12px;
margin-bottom: 18px;
display: block;
width: 85%;
margin-left: auto;
margin-right: auto;
text-align: left;
padding-top: 8px;
}
#pauw15 form > input[type=password]+div{
margin-top: 12px;
margin-bottom: 18px;
display: block;
width: 85%;
margin-left: auto;
margin-right: auto;
text-align: left;
padding-top: 8px;
}
#pauw15 form > input[type=text]+div{
margin-top: 12px;
margin-bottom: 18px;
display: block;
width: 85%;
margin-left: auto;
margin-right: auto;
text-align: left;
padding-top: 8px;
}
#pauw14 form > input[type=text]+div > *{
cursor: pointer;
}
#pauw15 form > input[type=password]+div > *{
cursor: pointer;
}
#pauw15 form > input[type=text]+div > *{
cursor: pointer;
}
.pauu177{
width: 85%;
margin-left: auto;
margin-right: auto;
}
#pauw107{
text-align: center;
text-transform: uppercase;
margin-top: 14px;
font-size: 1.125em;
}
#pauw102{
text-align: center;
text-transform: uppercase;
margin-top: 14px;
font-size: 1.125em;
}
#pauw90{
text-align: center;
text-transform: uppercase;
margin-top: 14px;
font-size: 1.125em;
}
#sizetable .tab-pane-heading{
text-align: center;
text-transform: uppercase;
margin-top: 14px;
font-size: 1.125em;
}
.pauu183 img{
width: 14px;
margin-left: 5px;
vertical-align: middle;
position: relative;
top: -2px;
}
#pauw16 form{
display: none;
padding: 0px 14px;
}
.pauu185{
margin-top: 16px;
}
#pauw96 > input{
width: calc(100% - 23px);
font-size: 12px;
padding: 8px 8px;
margin-right: 0px;
}
#pauw98 > input{
background: none;
color: rgb(36, 36, 36);
margin-top: 0px;
width: calc(100% - 23px);
font-size: 12px;
padding: 8px 8px;
margin-right: 0px;
margin-bottom: 9px;
}
#pauw101 > input{
margin-top: 14px;
width: 100%;
font-size: 12px;
padding: 8px 8px;
margin-right: 0px;
}
.pauu188 .pauu256{
border: none;
background: none;
padding: 0px;
border-bottom: 1px dotted rgb(182, 182, 182);
padding-bottom: 4px;
font-size: 14px;
}
.pauu266 .pauu256{
border: none;
background: none;
padding: 0px;
border-bottom: 1px dotted rgb(182, 182, 182);
padding-bottom: 4px;
font-size: 14px;
}
.pauu263 .pauu256{
border: none;
background: none;
padding: 0px;
border-bottom: 1px dotted rgb(182, 182, 182);
padding-bottom: 4px;
font-size: 14px;
}
.pauu265 .pauu256{
border: none;
background: none;
padding: 0px;
border-bottom: 1px dotted rgb(182, 182, 182);
padding-bottom: 4px;
font-size: 14px;
}
.pauu270 .pauu256{
border: none;
background: none;
padding: 0px;
border-bottom: 1px dotted rgb(182, 182, 182);
padding-bottom: 4px;
font-size: 14px;
}
.account-orders-mobile > div > button{
border: none;
background: none;
padding: 0px;
border-bottom: 1px dotted rgb(182, 182, 182);
padding-bottom: 4px;
font-size: 14px;
}
.add-new-address:first-child > button{
border: none;
background: none;
padding: 0px;
border-bottom: 1px dotted rgb(182, 182, 182);
padding-bottom: 4px;
font-size: 14px;
}
.pauu119 > div > button{
border: none;
background: none;
padding: 0px;
border-bottom: 1px dotted rgb(182, 182, 182);
padding-bottom: 4px;
font-size: 14px;
}
.pauu284 button{
border: none;
background: none;
padding: 0px;
border-bottom: 1px dotted rgb(182, 182, 182);
padding-bottom: 4px;
font-size: 14px;
}
.cartmenu-authreg-button{
text-align: center;
}
.pauu185 > div{
text-align: center;
}
#pauw101{
text-align: center;
}
#pauw97{
padding: 9px 8px;
margin-right: 4px;
margin-bottom: 12px;
background-color: rgb(50, 50, 50);
border: 1px solid rgb(56, 56, 56);
color: rgba(255, 255, 255, 0.98);
margin-top: 0px;
font-size: 13px;
border-radius: 0px;
line-height: 1em;
}
#pauw99{
padding: 9px 8px;
margin-right: 4px;
margin-bottom: 12px;
background-color: rgb(50, 50, 50);
border: 1px solid rgb(56, 56, 56);
color: rgba(255, 255, 255, 0.98);
margin-top: 0px;
font-size: 13px;
border-radius: 0px;
line-height: 1em;
}
.forgot-password-mobile-buttons > input:first-child{
margin-top: 0px;
margin-bottom: 0px;
display: block;
width: 100%;
font-size: 12px;
padding: 8px 8px;
}
.reset-password-mobile-buttons > input:first-child{
margin-top: 0px;
margin-bottom: 0px;
display: block;
width: 100%;
font-size: 12px;
padding: 8px 8px;
}
.forgot-password-mobile-buttons > button:nth-child(2){
display: block;
background: white;
color: rgb(36, 36, 36);
width: 100%;
margin: 12px 0px;
font-size: 12px;
float: none;
padding: 8px 8px;
}
.reset-password-mobile-buttons > button:nth-child(2){
display: block;
background: white;
color: rgb(36, 36, 36);
width: 100%;
margin: 12px 0px;
font-size: 12px;
float: none;
padding: 8px 8px;
}
.pauu12{
margin: 0px;
padding: 8px 4px;
border-top-width: 6px;
border-bottom-width: 6px;
}
.pauu12:hover{
margin: 0px;
padding: 8px 4px;
border-top-width: 6px;
border-bottom-width: 6px;
}
.pauu82{
min-height: 1px;
margin-top: 9px;
line-height: 13px;
display: none;
}
.pauu82 > div > span{
width: 8px;
height: 8px;
margin: 5px 7px;
}
#pauw20{
display: none;
}
.pauu114 > div ul{
margin: 10px 0px;
}
.pauu114 > div ol{
margin: 10px 0px;
}
.pauu114 > div h3+ul{
margin-top: 7px;
}
.pauu114 > div h3+ol{
margin-top: 7px;
}
.pauu114 > div h2{
margin-top: 0px;
margin-bottom: 1px;
font-size: 15px;
font-family: Arimo;
}
.pauu114 > div strong{
font-family: Nunito Medium;
font-weight: normal;
}
.pauu114 > div h3{
margin-top: 0px;
margin-bottom: 1px;
font-size: 13px;
font-family: 'Nunito SemiBold';
}
.pauu114 > div p{
margin: 0 0 7px;
}
.pauu114 > div{
font-size: 13px;
line-height: 19px;
font-family: Nunito;
padding-top: 10px;
padding-left: 30px;
}
.pauu114 > div .logo{
height: 19px;
}
.pauu114 > div .images{
margin-top: 10px;
margin-bottom: 17px;
}
.pauu114 > div .images > img{
height: 70px;
border-radius: 4px;
margin-right: 9px;
}
#pauw160{
max-width: 1500px;
margin: 0px auto;
}
#pauw160 h1{
font-size: 15px;
margin-bottom: 3px;
font-family: "Segoe UI Semibold", ".SFNS-Medium", ".SFNSText-Medium", "SF Pro Display Semibold", "Helvetica Neue Medium", ".HelveticaNeueDeskInterface-MediumP4", "Ubuntu Medium", "Open Sans SemiBold", "Roboto-Medium", "Fira Sans SemiBold", "Arial";
}
#pauw160 h1+p{
font-size: 14px;
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", system-ui, sans-serif;
}
#pauw160 .pull-right{
margin-top: 17px;
}
#pauw53 input[type=checkbox]{
margin-left: 8px;
position: relative;
top: 1px;
display: none;
}
.pauu68{
z-index: 9999;
border-width: 0 0 0px;
position: fixed;
bottom: 0;
right: 0;
left: 0;
}
#pauw49{
font-size: 11px;
background-color: rgb(250, 250, 250);
color: black;
width: auto;
box-shadow: none;
border-top: 1px solid rgba(189, 189, 189, 0.31);
border: none;
padding: 12px 9px;
padding-top: 12px;
line-height: 18px;
}
#pauw49 .accept{
margin-left: 4px;
}
#pauw53{
background-color: rgb(50, 50, 50);
border: 1px solid rgb(56, 56, 56);
font-size: 11px;
padding: 5px 7px;
margin-right: 4px;
margin-top: 11px;
margin-bottom: 6px;
display: block;
color: white;
}
#pauw48{
position: fixed;
}
#pauw50{
font-size: 12px;
line-height: 17px;
padding-bottom: 3px;
}
body{
color: rgb(22,22,22);
}
h1{
color: rgb(22,22,22);
}
b{
color: rgb(22,22,22);
}
h2{
color: rgb(22,22,22);
}
.tab-pane-heading{
color: rgb(22,22,22);
}
.text-center{
color: rgb(22,22,22);
}
footer .pauu32{
display: block;
text-align: center;
padding-bottom: 6px;
margin-top: 10px;
}
footer .pauu32 > a:nth-child(1) > img{
max-height: 24px;
}
footer .pauu32 > #pauw7 > img{
max-height: 20.5px;
margin-left: 18px;
border-radius: 6px;
}
footer .pauu32 > .pauu33{
height: 27px;
display: inline-block;
margin-left: 20px;
vertical-align: middle;
position: relative;
top: 3px;
}
footer .pauu32 > .pauu34{
height: 15px;
display: inline-block;
margin-left: 19px;
vertical-align: middle;
position: relative;
top: 1px;
}
footer .pauu32 > .pauu35{
height: 15px;
display: inline-block;
vertical-align: middle;
margin-left: 19px;
position: relative;
top: 1px;
}
footer .pauu32 > .pauu36{
height: 27px;
display: inline-block;
vertical-align: middle;
margin-left: 19px;
position: relative;
top: 1px;
}
footer ul > .pauu30{
display: none;
}
#pauw172{
font-size: 11px;
padding: 8px 5%;
line-height: 14px;
margin-bottom: 10px;
text-align: left;
}
#pauw172 a{
text-decoration: underline;
}
#pauw157{
margin: 0px 8px;
margin-top: 2px;
}
#modal-help-continue-buttons > button{
float: right;
margin-bottom: 45px;
}
#pauw157 > button{
float: right;
margin-bottom: 15px;
}
.btn{
font-size: 0.9375em;
padding: 4px 47px;
color: rgb(36,36,36);
}
.btn:active{
font-size: 0.9375em;
padding: 4px 47px;
color: rgb(36,36,36);
}
.btn:hover{
font-size: 0.9375em;
padding: 4px 47px;
color: rgb(36,36,36);
}
.btn:focus{
font-size: 0.9375em;
padding: 4px 47px;
color: rgb(36,36,36);
}
.btn:active:focus{
font-size: 0.9375em;
padding: 4px 47px;
color: rgb(36,36,36);
}
.btn:active:hover{
font-size: 0.9375em;
padding: 4px 47px;
color: rgb(36,36,36);
}
.btn:focus:hover{
font-size: 0.9375em;
padding: 4px 47px;
color: rgb(36,36,36);
}
.btn-primary{
font-size: 0.9375em;
padding: 4px 47px;
color: rgb(36,36,36);
}
.btn-primary:active{
font-size: 0.9375em;
padding: 4px 47px;
color: rgb(36,36,36);
}
.btn-primary:hover{
font-size: 0.9375em;
padding: 4px 47px;
color: rgb(36,36,36);
}
.btn-primary:focus{
font-size: 0.9375em;
padding: 4px 47px;
color: rgb(36,36,36);
}
.btn-primary:active:focus{
font-size: 0.9375em;
padding: 4px 47px;
color: rgb(36,36,36);
}
.btn-primary:active:hover{
font-size: 0.9375em;
padding: 4px 47px;
color: rgb(36,36,36);
}
.btn-primary:focus:hover{
font-size: 0.9375em;
padding: 4px 47px;
color: rgb(36,36,36);
}
.btn-info{
font-size: 0.9375em;
padding: 4px 47px;
color: rgb(36,36,36);
}
.btn-info:active{
font-size: 0.9375em;
padding: 4px 47px;
color: rgb(36,36,36);
}
.btn-info:hover{
font-size: 0.9375em;
padding: 4px 47px;
color: rgb(36,36,36);
}
.btn-info:focus{
font-size: 0.9375em;
padding: 4px 47px;
color: rgb(36,36,36);
}
.btn-info:active:focus{
font-size: 0.9375em;
padding: 4px 47px;
color: rgb(36,36,36);
}
.btn-info:active:hover{
font-size: 0.9375em;
padding: 4px 47px;
color: rgb(36,36,36);
}
.btn-info:focus:hover{
font-size: 0.9375em;
padding: 4px 47px;
color: rgb(36,36,36);
}
.btn-default{
font-size: 0.9375em;
padding: 4px 47px;
color: rgb(36,36,36);
}
.btn-default:active{
font-size: 0.9375em;
padding: 4px 47px;
color: rgb(36,36,36);
}
.btn-default:hover{
font-size: 0.9375em;
padding: 4px 47px;
color: rgb(36,36,36);
}
.btn-default:focus{
font-size: 0.9375em;
padding: 4px 47px;
color: rgb(36,36,36);
}
.btn-default:active:focus{
font-size: 0.9375em;
padding: 4px 47px;
color: rgb(36,36,36);
}
.btn-default:active:hover{
font-size: 0.9375em;
padding: 4px 47px;
color: rgb(36,36,36);
}
.btn-default:focus:hover{
font-size: 0.9375em;
padding: 4px 47px;
color: rgb(36,36,36);
}
.btn-danger{
font-size: 0.9375em;
padding: 4px 47px;
color: rgb(36,36,36);
}
.btn-danger:active{
font-size: 0.9375em;
padding: 4px 47px;
color: rgb(36,36,36);
}
.btn-danger:hover{
font-size: 0.9375em;
padding: 4px 47px;
color: rgb(36,36,36);
}
.btn-danger:focus{
font-size: 0.9375em;
padding: 4px 47px;
color: rgb(36,36,36);
}
.btn-danger:active:focus{
font-size: 0.9375em;
padding: 4px 47px;
color: rgb(36,36,36);
}
.btn-danger:active:hover{
font-size: 0.9375em;
padding: 4px 47px;
color: rgb(36,36,36);
}
.btn-danger:focus:hover{
font-size: 0.9375em;
padding: 4px 47px;
color: rgb(36,36,36);
}
.our-locations-link{
position: absolute;
display: inline-block;
margin-left: auto;
right: 0px;
padding-right: 1.0588%;
margin-right: 7px;
margin-top: 2px;
}
.our-locations-link > a{
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", system-ui, sans-serif;
color: rgb(53, 81, 113);
font-size: 10px;
}
.pauu25{
font-size: 11px;
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", system-ui, sans-serif;
line-height: 19px;
padding: 0px 22px;
color: rgb(84, 84, 84);
margin-top: 33px;
}
.pauu25 > a:first-child > h3{
font-size: 13px;
margin-bottom: 1px;
margin-top: 13px;
}
.pauu25 > a:first-child > h3 > i:first-child{
margin-right: 4px;
position: relative;
top: -1px;
font-size: 12px;
}
.pauu25 > a:first-child+div > div:first-child{
margin-top: 5px;
margin-bottom: 5px;
}
.our-contacts-links{
position: absolute;
display: inline-block;
margin-left: auto;
right: 0px;
padding-right: 1.0588%;
margin-right: 7px;
margin-top: 9px;
font-size: 10px;
line-height: 1em;
color: rgb(86, 86, 86);
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", system-ui, sans-serif;
}
.our-contacts-links svg{
vertical-align: middle;
margin-left: 6px;
position: relative;
top: -1px;
}
.our-contacts-links > a:last-child > img{
height: 13px;
margin-left: 5px;
}
form[name=proceed-to-payment] input[type=submit]{
background-color: rgb(50, 50, 50);
border: 1px solid rgb(56, 56, 56);
color: rgba(255, 255, 255, 0.98);
font-size: 13px;
padding: 9px 8px;
border-radius: 0px;
margin-top: 14px;
line-height: 1em;
margin-bottom: -5px;
}
.pauu265 form[name=proceed-to-payment] input[type=submit]{
margin: 0px;
}
.pay-button{
cursor: pointer;
display: inline-block;
width: auto;
padding: 6px 8px;
font-size: 13px;
line-height: 15px;
border: 1px solid rgb(87, 97, 125);
}
.pay-button > div{
width: 15px;
height: 15px;
}
.order-payment-status{
width: unset;
}
.pauu284 > .order-payment-status > div{
padding-left: 12px;
}
.pauu284 > .order-payment-status > div > div{
width: 16px;
height: 16px;
padding: 0px;
display: block;
}
.ProductsList__unt__IA18{
position: relative;
border-radius: 2px;
padding: 9px 10px;
margin: 0px 5px;
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08), 0 2px 3px 0 rgba(0,0,0,0.12);
z-index: 1;
margin-bottom: 16px;
padding-bottom: 18px;
}
.ProductsList__unt__IA18__callus{
padding-bottom: 21px;
}
.ProductsList__unt__IA18 > svg{
display: inline-block;
vertical-align: top;
position: relative;
}
.ProductsList__unt__IA18__subscription > svg:first-child{
width: 16px;
top: 1px;
}
.ProductsList__unt__IA18__tip > svg:first-child{
width: 16px;
top: 1px;
}
.ProductsList__unt__IA18__callus > svg:first-child{
width: 13px;
top: 1px;
margin-right: 3px;
}
.ProductsList__unt__IA18 .ProductsList__unt__IA18__close{
position: absolute;
right: 5px;
top: 4px;
padding: 5px;
width: 19px;
cursor: pointer;
}
.ProductsList__unt__IA18 > div{
display: inline-block;
vertical-align: top;
margin-left: 8px;
width: calc(100% - 24px);
color: rgb(36, 36, 36);
}
.ProductsList__unt__IA18 > div > div:first-child{
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", system-ui, sans-serif;
line-height: 14px;
font-size: 14px;
margin-bottom: 4px;
}
.ProductsList__unt__IA18 > div > div:nth-child(2){
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", system-ui, sans-serif;
font-size: 10px;
line-height: 13px;
}
.ProductsList__unt__IA18 > div > form > div:first-child{
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", system-ui, sans-serif;
font-size: 10px;
line-height: 13px;
margin-top: 7px;
}
.ProductsList__unt__IA18 > div > form > div:nth-child(2){
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", system-ui, sans-serif;
margin-top: 7px;
}
.ProductsList__unt__IA18 > div > form > div:nth-child(2) > input[type=text]{
border: 1px solid rgb(203, 203, 203);
width: 100%;
border-radius: 2px;
font-size: 11px;
padding: 0px 6px;
color: rgb(98, 98, 98);
line-height: 21px;
}
.ProductsList__unt__IA18 > div > form > div:nth-child(2) > input:nth-child(2){
margin-top: 5px;
width: 62%;
}
.ProductsList__unt__IA18 > div > form > div:nth-child(2) > input[type=submit]{
font-size: 11px;
color: white;
padding: 0px 8px;
width: 100%;
vertical-align: middle;
line-height: 21px;
position: relative;
top: 0px;
background: #85a7c0;
border: 1px solid #7ea0b9;
}
.ProductsList__unt__IA18__dots{
display: inline-block;
padding-left: 3px;
padding-right: 1px;
}
.ProductsList__unt__IA18__dots > div{
display: inline-block;
zoom: 1;
}
.ProductsList__unt__IA18__dots > div:first-child > span{
background: #9eb2c0 !important;
}
.ProductsList__unt__IA18__dots > div > span{
width: 5px;
height: 5px;
margin: 0px 7px;
background: #D6D6D6;
display: block;
-webkit-backface-visibility: visible;
transition: opacity .2s ease;
border-radius: 30px;
}
#pauw91, .pauu180{
margin-top: 0px;
margin-bottom: 12px;
padding: 9px 8px;
margin-right: 4px;
background-color: rgb(50, 50, 50);
border: 1px solid rgb(56, 56, 56);
color: rgba(255, 255, 255, 0.98);
font-size: 13px;
border-radius: 0px;
line-height: 1em;
}
}
@media (min-width: 750px) and (max-width: 896px){
.pauu10 > div{
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
}
@media (min-width: 896px) and (max-width: 1390px){
.pauu10 > div{
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%;
}
}
@media (min-width: 1390px){
.pauu10 > div{
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
}
@media (min-width: 1055px){
.pauu364 .col-lg-4{
width: 20%;
}
}
@media (min-width: 1260px){
.pauu167:nth-child(3) > div > div{
display: grid;
margin-left: -32px;
grid-template-columns: repeat(12, 1fr);
}
.pauu168:nth-child(odd){
grid-column: 1 / span 6;
}
.pauu168:nth-child(even){
grid-column: 7 / span 6;
}
.pauu168{
margin-left: 32px;
margin-bottom: 20px;
}
}
@media (min-width: 750px) and (max-width: 1260px){
.pauu167:nth-child(3) > div > div{
display: grid;
margin-left: -24px;
grid-template-columns: repeat(6, 1fr);
}
.pauu168:nth-child(odd){
grid-column: 1 / span 3;
}
.pauu168:nth-child(even){
grid-column: 4 / span 3;
}
.pauu168{
margin-left: 24px;
margin-bottom: 20px;
}
}
@media (min-width: 750px) and (max-width: 1500px){
#pauw1{
padding: 0px calc(17px + ((100vw - 750px)/79.1666));
}
#pauw35{
padding-left: calc(17px + ((100vw - 750px)/79.1666));
padding-right: calc(17px + ((100vw - 750px)/79.1666));
}
.pauu49{
padding-left: calc(17px + ((100vw - 750px)/79.1666));
padding-right: calc(17px + ((100vw - 750px)/79.1666));
}
#pauw39{
width: calc(197px + ((100vw - 750px)/19.791666));
}
#pauw39 img{
width: calc(197px + ((100vw - 750px)/19.791666));
}
.desktop-ad-group-caption{
padding: 0px 10px;
}
#pauw161 .pauu0{
font-size: calc(22px + ((100vw - 750px)/316.666));
}
.pauu22{
min-height: calc(37px + ((100vw - 750px)/21.111));
}
#pauw20 > div > div:first-child{
width: calc(163px + ((100vw - 750px)/6.9343));
padding: 27px calc(2px + ((100vw - 750px)/47.5));
}
#pauw20 > div > div:last-child{
width: calc(100% - (163px + (4px + ((100vw - 750px)/158.333)) + ((100vw - 750px)/6.9343)));
margin-left: calc(163px + (4px + ((100vw - 750px)/158.333)) + ((100vw - 750px)/6.9343));
}
#pauw20 > div > div:last-child > div:first-child{
right: calc(-21px - ((100vw - 750px)/79.1666));
}
#pauw20 > div{
width: calc(100% - (27px + ((100vw - 750px)/41.3043) ));
}
#pauw20 > div > div:last-child > div:first-child > svg{
width: 1em;
height: 1em;
}
#pauw20 > div > div > a{
font-size: calc(14px + ((100vw - 750px)/950));
line-height: calc(17px + ((100vw - 750px)/950));
padding: 10px calc(16px + ((100vw - 750px)/475));
}
#pauw20 > div > div:last-child > div:not(:first-child){
padding-top: calc(36px + ((100vw - 750px)/475));
padding-left: calc(14px + ((100vw - 750px)/25));
padding-right: calc(14px + ((100vw - 750px)/25));
}
#pauw20 > div > div:last-child > div:not(:first-child) > div:first-child > div:first-child{
font-size: calc(19px + ((100vw - 750px)/237.5));
margin-bottom: calc(16px + ((100vw - 750px)/237.5));
}
#pauw20 > div > div:last-child > div:not([data-category-id^="Information"]) > div:first-child > div:nth-child(2) a{
margin-bottom: calc(4px + ((100vw - 750px)/237.5));
padding-bottom: 6px;
padding-left: 10px;
font-size: calc(15px + ((100vw - 750px)/316.666));
}
#pauw20 > div > div:last-child > div:not(:first-child) > div:first-child > div > a{
margin-bottom: 10px;
}
#pauw20 > div > div:last-child > div:not(:first-child) > div:first-child > div{
font-size: 18px;
line-height: calc(19px + ((100vw - 750px)/475));
}
#pauw20 > div > div:last-child > div[data-category-id^="Information"] > div:first-child > div:nth-child(2){
padding-left: 1px;
}
#pauw20 > div > div:last-child > div:not(:first-child) > div:first-child > div .pauu175{
font-size: calc(14px + ((100vw - 750px)/475));
margin-top: calc(-3px + ((100vw - 750px)/475));
}
#pauw20 > div > div:first-child > div:first-child{
padding: 0px calc(16px + ((100vw - 750px)/475));
margin-bottom: 9px !important;
line-height: 20px;
}
#pauw4{
margin-left: calc(17px + ((100vw - 750px)/79.1666));
margin-right: calc(17px + ((100vw - 750px)/79.1666));
}
#pauw58{
padding-left: calc(50px + ((100vw - 750px)/31.96));
padding-right: calc(50px + ((100vw - 750px)/31.96));
}
#pauw59{
padding-left: calc(50px + ((100vw - 750px)/31.96));
padding-right: calc(50px + ((100vw - 750px)/31.96));
}
#category-customer-reviews{
padding-left: calc(50px + ((100vw - 750px)/31.96));
padding-right: calc(50px + ((100vw - 750px)/31.96));
}
.pauu103{
padding: 0px calc(50px + ((100vw - 750px)/31.96));
}
.pauu96{
padding-left: calc(17px + ((100vw - 750px)/79.1666));
padding-right: calc(17px + ((100vw - 750px)/79.1666));
}
.pauu101 > div:first-child, .pauu25{
margin-left: calc(17px + ((100vw - 750px)/79.1666));
margin-right: calc(17px + ((100vw - 750px)/79.1666));
}
}
@media (min-width: 1500px){
#pauw1{
padding: 0px 100px;
}
#pauw35{
padding-left: 29px;
padding-right: 29px;
}
#pauw39{
width: 15.3125em;
user-select: none;
}
#pauw39 img{
width: 15.3125em;
user-select: none;
}
.pauu303{
width: 206px;
padding-left: 0px;
}
.pauu302 > div:last-child{
width: calc(100% - 206px);
padding-left: 40px;
}
#pauw161 .pauu0{
font-size: 26px;
font-family: Nunito;
}
#pauw20 > div > div:first-child{
width: 305px;
padding: 27px 22px;
}
#pauw20 > div > div:last-child{
width: calc(100% - 315px);
margin-left: 315px;
}
#pauw20 > div > div:last-child > div:first-child{
right: -33px;
}
#pauw20 > div{
width: calc(100% - 50px);
}
#pauw20 > div > div:last-child > div:first-child > i{
font-size: 17px;
}
#pauw20 > div > div:last-child > div:first-child > svg{
width: 17px;
height: 17px;
}
#pauw20 > div > div > a{
font-size: 15px;
line-height: 18px;
padding: 11px 18px;
}
#pauw20 > div > div:last-child > div:not(:first-child){
padding-top: 38px;
padding-left: 52px;
padding-right: 52px;
}
#pauw20 > div > div:last-child > div:not([data-category-id^="Information"]):not([data-category-id^="Brands"]) > div:first-child{
width: 60%;
}
div > #pauw20 > div > div:last-child > div:not(:first-child) > div:first-child{
width: 100%;
}
#pauw20 > div > div:last-child > div:not(:first-child) > div:nth-child(2){
width: 40%;
}
#pauw20 > div > div:last-child > div:not(:first-child) > div:first-child > div:first-child{
font-size: 23px;
margin-bottom: 20px;
padding-left: 3px;
}
#pauw20 > div > div:last-child > div:not([data-category-id^="Information"]) > div:first-child > div:nth-child(2) a{
margin-bottom: 8px;
padding-bottom: 6px;
padding-left: 10px;
}
#pauw20 > div > div:last-child > div:not([data-category-id^="Information"]) > div:first-child > div:nth-child(2) > a{
font-size: 18px;
}
#pauw20 > div > div:last-child > div:not(:first-child) > div:first-child > div > a{
margin-bottom: 10px;
}
#pauw20 > div > div:last-child > div:not(:first-child) > div:first-child > div{
font-size: 18px;
line-height: 21px;
}
#pauw20 > div > div:last-child > div[data-category-id^="Information"] > div:first-child > div:nth-child(2){
padding-left: 6px;
}
#pauw20 > div > div:last-child > div:not(:first-child) > div:first-child > div .pauu175{
font-size: 16px;
margin-top: -1px;
}
#pauw4{
margin-left: auto;
margin-right: auto;
}
.pauu101 > div:first-child{
margin-left: auto;
margin-right: auto;
}
.pauu25{
margin-left: auto;
margin-right: auto;
}
#pauw59{
max-width: 650px;
}
#category-customer-reviews, #pauw58{
padding-left: 22px;
padding-right: 22px;
max-width: 1500px;
}
}
@media (min-width: 1369px){
.pauu364 .col-lg-4{
width: 16.666%;
}
.container{
width: 100%;
}
#pauw1 .col-lg-4:nth-child(3n+1), #pauw1 .col-lg-4:nth-child(4n+1){
clear: none;
}
}
@media (min-width: 750px) and (max-width: 1200px){
.pauu49 > div > div{
width: 480px;
margin: 0px auto;
text-align: left;
}
.pauu49 > div > div > .caption-line > br{
display: none;
}
.pauu49{
padding-top: 15px;
padding-bottom: 13px;
line-height: 17px;
}
}
@media (min-width: 1200px){
.pauu49 > div > div{
line-height: 13px!important;
}
.pauu49 > div > div > .caption-line:nth-child(2){
margin-top: 6px;
}
.pauu49{
line-height: 16px;
padding-top: 16px;
padding-bottom: 14px;
}
.pauu49 > div > div > .caption-line > br, .pauu49 > div > div > br{
display: none;
}
}
@media (max-width:365px){
.pauu49 > div > div > div > div .vashegovremeni{
display: none;
}
#pauw8 > span:nth-child(2){
display: block;
}
}
@media (max-width:360px){
.pauu69{
font-size: 11px!important;
}
}
@media (max-width:355px){
#pauw25{
display: none;
}
#pauw55{
font-size: 13px!important;
}
#pauw63{
font-size: 19px!important;
line-height: 25px!important;
}
#pauw63 > div:last-child > a{
padding: 11px 12px!important;
font-size: 14px!important;
}
}
@media (min-width: 356px) and (max-width: 750px){
#pauw26{
display: none;
}
}
@media (min-width: 750px) and (max-width: 836px){
.pauu64{
font-size: 13px!important;
}
.pauu64 > div{
height: 13px!important;
}
}
@media (min-width: 320px) and (max-width: 420px){
.pauu51 .navbar-header > a > span{
font-size: calc(14px + ((100vw - 320px)/25));
}
#pauw24{
margin-left: calc(0px + ((100vw - 320px)/25));
}
#pauw29{
margin-right: calc(0px + ((100vw - 320px)/25));
}
}
@media (min-width: 420px) and (max-width: 750px){
.pauu51 .navbar-header > a > span{
font-size: 18px;
}
#pauw24{
margin-left: 4px;
}
#pauw29{
margin-right: 4px;
}
}
@media (min-width: 1148px) and (max-width: 1500px){
.pauu64{
padding-left: calc(21px + ((100vw - 750px)/79.1666));
padding-right: calc(21px + ((100vw - 750px)/79.1666));
}
.pauu64 > div > div{
padding: 0px 12px!important;
}
}
@media (min-width: 750px) and (max-width: 1148px){
.pauu64{
padding-left: calc(19px + ((100vw - 750px)/79.1666));
padding-right: calc(19px + ((100vw - 750px)/79.1666));
}
.pauu64 > div > div{
padding: 0px 9px!important;
}
}
@media (min-width: 782px){
}
@media (min-width: 750px) and (max-width: 782px){
}
@media (min-width: 1141px){
#header-line-search-wrapper{
display: table-cell;
width: 100%;
}
#header-line-search-wrapper > div{
display: table;
width: 100%;
}
#pauw44{
display: none;
}
#pauw41{
display: inline-block;
}
#pauw45{
display: none;
}
}
@media (min-width: 750px) and (max-width: 1140px){
#header-right-menu{
width: 100%;
}
#pauw44{
display: block;
}
#pauw45{
display: inline-block;
}
.pauu54{
display: none;
}
.pauu53{
min-width: 16%;
width: 16%;
}
#pauw40, #pauw41{
display: none;
}
}
@media (min-width: 750px) and (max-width: 790px){
.pauu58 > div:last-child{
display: none!important;
}
}
@media (min-width: 500px){
.desktop-ad-group-caption{
margin-top: 31px;
}
.desktop-ad-group-caption:first-child, script+.desktop-ad-group-caption{
margin-top: 0px;
}
}
@media (min-width:1700px){
#pauw161 .pauu94{
position: absolute;
left: 0px;
}
}
@media (min-width: 750px) and (max-width:1700px){
.pauu94{
display: block;
position: relative;
margin-bottom: 18px;
}
}
@media (min-width:912px){
#pauw169 > div{
min-width: 192px;
}
}
@media (min-width: 335px) and (max-width: 339px){
.category-header-text{
color: rgb(63, 63, 63);
}
}
@media (min-width: 1px) and (max-width: 334px){
.category-header-text{
color: rgb(63, 63, 63);
}
#category-header-text-size{
text-overflow: ellipsis;
width: 99%;
overflow: hidden;
}
#category-header-text-brand{
text-overflow: ellipsis;
width: 99%;
overflow: hidden;
}
#category-header-text-price{
text-overflow: ellipsis;
width: 99%;
overflow: hidden;
}
#category-header-text-sort{
text-overflow: ellipsis;
width: 99%;
overflow: hidden;
}
#category-header-text-category, #category-header-text-color{
text-overflow: ellipsis;
width: 99%;
overflow: hidden;
}
}
@media (min-width: 375px) and (max-width:750px){
.color-col-selected img, .color-col img{
width: 33px;
}
}
@media (min-width: 750px) and (max-width:856px){
.pauu44.pauu41 > div{
width: 100%;
height: auto;
margin-top: 8.32%;
}
.pauu44.pauu38 > div{
width: 100%;
height: 96.3%;
margin-top: 1.5759%;
}
.pauu44.pauu39 > div, .pauu44.pauu40 > div{
width: 100%;
height: auto;
margin-top: 8.32%;
}
}
@media (min-width:856px) and (max-width:1332px){
.pauu44.pauu41 > div{
width: 842px;
height: auto;
margin-top: 8.32%;
}
.pauu44.pauu38 > div{
width: auto;
height: 96.3%;
margin-top: 1.5759%;
}
.pauu44.pauu39 > div, .pauu44.pauu40 > div{
width: 842px;
height: auto;
margin-top: 8.32%;
}
}
@media (min-width: 750px) and (max-width:1332px){
.pauu43 > div{
width: auto;
height: 100%;
margin-top: 0px;
}
}
@media (min-width: 1332px){
.pauu44.pauu41 > div{
width: 842px;
height: auto;
margin-top: 8.32%;
}
.pauu44.pauu38 > div{
width: 1332px;
height: 96.3%;
margin-top: 1.5759%;
}
.pauu43 > div{
width: 1332px;
height: calc(100% - 20px);
margin-top: 10px;
}
.pauu44.pauu39 > div, .pauu44.pauu40 > div{
width: 842px;
height: auto;
margin-top: 8.32%;
}
}
@media (min-width:750px) and (max-width:1300px){
#pauw171 #pauw174{
line-height: 30px;
}
#pauw171 #pauw175{
margin-top: 12px;
margin-bottom: 0px;
}
#pauw176{
margin-top: 7px;
}
#pauw176+hr{
margin-top: 8px;
margin-bottom: 0px;
}
#pauw176 > div > *{
display: block;
}
#pauw177{
margin-top: 3px;
}
.pauu364{
margin-bottom: 10px;
margin-top: 38px;
}
.pauu327{
font-size: 1em;
line-height: 26px;
max-width: 100%;
margin: 0px auto;
width: 100%;
padding: 18px;
padding-top: 28px;
padding-bottom: 8px;
}
.pauu327 > div{
padding: 0px 4px;
}
}
@media (min-width:1300px){
#pauw171 #pauw174{
line-height: 30px;
font-size: 1.625em;
}
#pauw171 #pauw175{
margin-top: 19px;
margin-bottom: 0px;
}
#pauw176{
margin-top: 6px;
}
#pauw176+hr{
margin-top: 7px;
margin-bottom: 0px;
}
#pauw176 > div > *{
display: table-cell;
}
.pauu343 a{
margin: 0px 6px;
}
.pauu343 a:last-child{
margin-right: 0px;
}
#pauw177{
margin-left: 13px;
}
.pauu364{
margin-bottom: 10px;
margin-top: 52px;
}
.pauu327{
font-size: 1em;
line-height: 26px;
max-width: 1500px;
margin: 0px auto;
width: 100%;
padding: 0px;
padding-top: 28px;
padding-bottom: 4px;
}
}
@media (min-width: 750px) and (max-width: 950px){
.pauu303{
display: none;
}
.pauu302 > div:last-child{
width: 100%;
}
.pauu316 > .pauu317 > h2+div{
column-count: 2;
}
.pauu316{
max-width: 100%;
margin-top: 42px;
margin-left: 6px;
}
}
@media (min-width: 950px) and (max-width: 1500px){
.pauu303{
width: 13vw;
}
.pauu302 > div:last-child{
width: calc(100% - 13vw);
padding-left: 40px;
}
}
@media (min-width: 950px){
.pauu303{
display: inline-block;
vertical-align: top;
}
}
@media (min-width: 750px) and (max-width: 903px){
#pauw132 #pauw134, #pauw132 #pauw142{
display: none;
}
}
@media (max-width:1174px){
.pauu80 > .pauu81 > span{
display: none;
}
}
@media (min-width:1500px){
.pauu22{
min-height: 82px;
}
.pauu364 .pauu10 > div{
-webkit-box-flex: 0;
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
}
.pauu316{
max-width: 1500px;
margin-top: 42px;
margin-left: 246px;
}
.pauu316 > .pauu317 > h2+div{
column-count: 4;
}
}
@media (min-width:750px) and (max-width:1024px){
#pauw6{
margin: 0px 15px;
margin-left: auto;
margin-right: auto;
padding: 42px calc(19px + ((100vw - 750px)/79.1666));
}
footer .pauu29{
white-space: nowrap;
width: auto;
float: none;
}
.pauu28{
width: 5%;
display: table-cell;
}
footer h5, footer ul{
white-space: normal;
}
}
@media (min-width:1024px){
#pauw6{
padding: 42px 0px;
}
footer .pauu29{
width: 209px;
}
footer .pauu29:nth-last-child(2){
margin-right: 0px;
}
footer .container{
width: 830px;
}
.pauu28{
display: none;
}
}
@media (max-width:890px){
.pauu11{
width: 100%;
}
}
@media (min-width:890px){
.pauu11{
width: 849px;
}
}
@media (min-width: 750px) and (max-width: 906px){
#pauw20 > div > div:last-child > div:not([data-category-id^="Information"]) > div:first-child{
width: 66%;
}
#pauw20 > div > div:last-child > div:not(:first-child) > div:nth-child(2){
width: 34%;
}
}
@media (min-width: 906px) and (max-width: 1025px){
#pauw20 > div > div:last-child > div:not([data-category-id^="Information"]) > div:first-child{
width: 65%;
}
#pauw20 > div > div:last-child > div:not(:first-child) > div:nth-child(2){
width: 35%;
}
}
@media (min-width: 1024px) and (max-width: 1143px){
#pauw20 > div > div:last-child > div:not([data-category-id^="Information"]) > div:first-child{
width: 64%;
}
#pauw20 > div > div:last-child > div:not(:first-child) > div:nth-child(2){
width: 36%;
}
}
@media (min-width: 1143px) and (max-width: 1262px){
#pauw20 > div > div:last-child > div:not([data-category-id^="Information"]) > div:first-child{
width: 63%;
}
#pauw20 > div > div:last-child > div:not(:first-child) > div:nth-child(2){
width: 37%;
}
}
@media (min-width: 1262px) and (max-width: 1381px){
#pauw20 > div > div:last-child > div:not([data-category-id^="Information"]) > div:first-child{
width: 62%;
}
#pauw20 > div > div:last-child > div:not(:first-child) > div:nth-child(2){
width: 38%;
}
}
@media (min-width: 1381px) and (max-width: 1500px){
#pauw20 > div > div:last-child > div:not([data-category-id^="Information"]) > div:first-child{
width: 61%;
}
#pauw20 > div > div:last-child > div:not(:first-child) > div:nth-child(2){
width: 39%;
}
}
@media (min-width: 800px){
#pauw20 > div > div:last-child > div:not([data-category-id^="Information"]) > div:first-child > div:nth-child(2) a{
width: 81%;
}
}
@media (max-width: 726px){
#pauw20 > div > div:last-child > div:not(:first-child) > div:first-child > div:first-child > div > .active{
display: none;
}
}
@media (max-width: 1235px){
#pauw20 > div > div:last-child > div:not(:first-child) > div:first-child > div:first-child > div > .active{
font-size: 14px;
}
}
@media (max-width:1250px){
.pauu330 .pauu331{
position: absolute;
top: 41%;
font-size: 16px;
color: rgb(39, 39, 39) !important;
padding: 0px;
text-align: center;
box-shadow: rgba(31, 31, 31, 0.12) -1px 3px 16px, rgba(31, 31, 31, 0.12) 1px 2px 8px;
background: white;
user-select: none;
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
-o-user-select: none;
cursor: pointer;
width: 40px;
height: 40px;
border-radius: 50%;
z-index: 2;
}
.pauu330 .pauu332{
left: 9px;
}
.pauu330 .pauu333{
right: 9px;
}
.pauu330 .pauu331 > img{
margin-top: 14px;
height: 14px;
width: 14px;
}
.pauu330 .pauu332 > img{
transform: rotateZ(180deg);
}
.pauu330 > div:nth-child(2){
margin-top: 15px;
}
.pauu330 > div:nth-child(2) .pauu334{
max-width: 106px;
}
.pauu330 > div:nth-child(2) .owl-item > div{
border: 1px solid rgb(229, 229, 229);
}
.pauu330 > div:nth-child(2) .thumbnail{
padding: 0px;
margin: 0px;
border: 1px solid transparent;
border-radius: 0px;
}
.pauu330 > div:nth-child(2) .pauu335 .thumbnail{
border: 1px solid rgb(38, 38, 38);
}
#pauw170{
visibility: hidden;
}
}
@media (min-width:1250px){
#pauw170{
visibility: visible;
}
.pauu330 > div:nth-child(2), .pauu330 .pauu331{
display: none;
}
}
@media (min-width:200px) and (max-width:750px){
header{
padding: 0;
}
#pauw34 .nav > li:first-child > a{
padding-left: 15px;
}
#pauw34{
border-radius: 0;
}
.pauu292 h3:before{
width: 23%;
}
.pauu292 h3:after{
width: 23%;
}
.pauu292 span:before{
width: 23%;
}
.pauu292 span:after{
width: 23%;
}
.swiper-button-next:before, .swiper-button-prev:before{
font-size: 1.125em!important;
}
}
@media (max-width:350px){
#pauw109{
font-size: 12px!important;
}
}
@media (min-width: 750px) and (max-width: 962px){
#pauw4{
column-count: 1;
}
.pauu25 > a:first-child+div, .pauu101 > div:first-child{
column-count: 1;
}
}
@media (min-width: 962px) and (max-width: 1090px){
#pauw4{
column-count: 2;
}
.pauu25 > a:first-child+div, .pauu101 > div:first-child{
column-count: 2;
}
}
@media (min-width: 1090px){
#pauw4{
column-count: 3;
}
.pauu25 > a:first-child+div, .pauu101 > div:first-child{
column-count: 3;
}
}
@media (min-width:392px){
#pauw4 > h3:first-child > br{
display: none;
}
}
@media (min-width:750px) and (max-width: 1582px){
.search-product-bottom .fa-heart{
margin-top: 3px;
font-size: 13px;
}
}
@media (min-width:750px) and (max-width: 991px){
.pauu324, .pauu19{
padding-top: 11px;
}
}
@media (min-width: 750px) and (max-width:1095px){
.category-list{
width: 50%;
}
}
@media (min-width: 1095px) and (max-width:1400px){
.category-list{
width: 33.333%;
}
}
@media (min-width: 1400px){
.category-list{
width: 25%;
}
}
@media (min-width:1166px) and (max-width:1500px){
.pauu364 .pauu10 > div{
-webkit-box-flex: 0;
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
}
}
@media (min-width:951px) and (max-width:1166px){
.pauu364 .pauu10 > div{
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
}
@media (min-width:750px) and (max-width:951px){
.pauu364 .pauu10 > div{
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%;
}
}
@media (min-width: 750px) and (max-width: 1050px){
#pauw57, #pauw56{
margin-left: calc(50px + ((100vw - 750px)/31.96))!important;
margin-right: calc(50px + ((100vw - 750px)/31.96))!important;
width: auto!important;
}
}
@media (min-width: 876px){
.pauu103{
display: table;
}
.pauu103 > div{
display: table-row;
}
.pauu103 > div > div{
display: table-cell;
vertical-align: top;
}
.pauu103 > div > div:first-child{
width: 52%;
padding-right: 12px;
}
.pauu103 > div > div:nth-child(2){
width: 48%;
padding-left: 12px;
}
}
@media (min-width: 750px) and (max-width: 875px){
.pauu106{
margin-bottom: 25px!important;
}
}
@media (max-width:362px){
.pauu103 > div > div > a > img + div > div{
font-size: 11px!important;
}
}
@media (max-width:340px){
.pauu99 > div:last-child > span+span+span{
display: none;
}
#pauw55{
font-size: 13px!important;
}
#pauw63{
font-size: 19px!important;
line-height: 25px!important;
}
#pauw63 > div:last-child > a{
padding: 10px 12px!important;
font-size: 14px!important;
}
}
@media (min-width:950px) and (max-width:1500px){
.pauu316 > .pauu317 > h2+div{
column-count: 3;
}
.pauu316{
max-width: calc(100% - calc( 20vw + 20px ) );
margin-top: 42px;
margin-left: calc(13vw + 46px);
}
}
@media (max-width:767px){
#pauw55{
font-size: 14px;
margin-top: 15px;
}
#pauw55 > div > a{
display: table-cell;
text-align: center;
}
#pauw62{
margin-top: 15px;
}
#pauw62 > div{
top: calc(100% * 0.0644);
position: absolute;
width: 100%;
}
#pauw62 > div > div:first-child{
position: relative;
text-align: center;
display: none;
}
#pauw62 > div .pauu107{
width: calc(100vw * 0.25333);
margin-right: 14px;
}
#pauw62 > div .pauu108{
width: calc(100vw * 0.1162444);
margin-top: -5px;
}
#pauw63{
color: black;
font-size: 20px;
font-family: Nunito Medium;
text-align: center;
line-height: 26px;
padding: 0px 15px;
display: none;
}
#pauw63 > div:last-child{
display: none;
}
#pauw63 > div:last-child > a{
padding: 0px;
line-height: 1.5em;
color: white;
font-size: 19px;
background-image: linear-gradient(transparent calc(100% - 1px), rgb(255, 255, 255) 1px);
font-family: Nunito Medium;
}
.pauu100{
margin-top: 15px!important;
margin-bottom: 8px!important;
}
#pauw60{
margin-top: 0px;
text-align: center;
font-size: 14px;
}
#pauw60 > p{
padding: 0px;
line-height: 18px;
}
#pauw60 > div{
display: none;
padding-bottom: 16px;
}
#pauw60 > div > a:nth-child(1){
margin-right: 5px;
}
#pauw60 > div > a:nth-child(2){
margin-left: 5px;
}
#pauw62 > div .pauu107, #pauw62 > div .pauu108{
height: auto;
display: inline-block;
vertical-align: top;
}
}
@media (min-width:768px) and (max-width:1240px){
#pauw63{
font-size: calc(22px + ((100vw - 768px)/157.333));
line-height: calc(27px + ((100vw - 768px)/157.333));
}
}
@media (min-width:750px) and (max-width:1500px){
.pauu71{
padding: 0px 10px;
}
.pauu111, #pauw61{
padding: 0px 10px;
}
}
@media (min-width:750px) and (max-width:896px){
.pauu72 > .pauu73 > .row > div{
flex: 0 0 50%;
max-width: 50%;
}
}
@media (min-width:896px) and (max-width:1390px){
.pauu72 > .pauu73 > .row > div{
flex: 0 0 33.33333%;
max-width: 33.33333%;
}
}
@media (min-width:1390px) and (max-width:1770px){
.pauu72 > .pauu73 > .row > div{
flex: 0 0 25%;
max-width: 25%;
}
}
@media (min-width:750px) and (max-width:999px){
.pauu328 > div:first-child{
width: calc(100% - 328px);
padding-right: 36px;
}
.pauu328 > div:nth-child(2){
width: 328px;
}
}
@media (min-width:1000px){
.pauu328 > div:first-child{
width: calc(100% - 440px);
padding-right: 36px;
}
.pauu328 > div:nth-child(2){
width: 440px;
}
}


.preloader-spinner, .preloader-spinner2 {
  background-color: rgb(111, 118, 144);
  -webkit-animation: sk-rotateplane 1.3s infinite ease-in-out;
  animation: sk-rotateplane 1.3s infinite ease-in-out;
}

.sk-chase, .sk-chase2 {
  /*width: 40px;
  height: 40px;*/
  position: relative;
  animation: sk-chase 2.5s infinite linear both;
  animation: sk-chase 3.0s infinite linear both;
  /*margin: 100px auto;*/
}

.sk-chase-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; 
  animation: sk-chase-dot 2.0s infinite ease-in-out both; 
  animation: sk-chase-dot 2.5s infinite ease-in-out both; 
}

.sk-chase-dot:before {
  content: '';
  display: block;
  width: 25%;
  height: 25%;
  background-color: rgb(111, 118, 144);
  border-radius: 100%;
  animation: sk-chase-dot-before 2.0s infinite ease-in-out both; 
  animation: sk-chase-dot-before 2.5s infinite ease-in-out both; 
}

.sk-chase-dot:nth-child(1) { animation-delay: -1.1s; }
.sk-chase-dot:nth-child(2) { animation-delay: -1.0s; }
.sk-chase-dot:nth-child(3) { animation-delay: -0.9s; }
.sk-chase-dot:nth-child(4) { animation-delay: -0.8s; }
.sk-chase-dot:nth-child(5) { animation-delay: -0.7s; }
.sk-chase-dot:nth-child(6) { animation-delay: -0.6s; }
.sk-chase-dot:nth-child(1):before { animation-delay: -1.1s; }
.sk-chase-dot:nth-child(2):before { animation-delay: -1.0s; }
.sk-chase-dot:nth-child(3):before { animation-delay: -0.9s; }
.sk-chase-dot:nth-child(4):before { animation-delay: -0.8s; }
.sk-chase-dot:nth-child(5):before { animation-delay: -0.7s; }
.sk-chase-dot:nth-child(6):before { animation-delay: -0.6s; }

button > .sk-chase2 > .sk-chase-dot:before{
	background: white;
}
@media (min-width:750px) {
	.preloader-spinner, .sk-chase {
	  width: 41px;
	  height: 38px;
	  margin: calc(50% - 41px) auto;
	}
	.preloader-spinner2 {
		width: 36px;
		height: 34px;
		margin: 0px auto;
	}
	.sk-chase2 {
		width: 34px;
		height: 34px;
		margin: 0px auto;
	}
	
	button > .sk-chase2 {
		width: 15px;
		height: 15px;
		margin-right: 2px;
		position: relative;
		top: 0px;
		display: inline-block;
		display: none;
		left: -7px;
		margin-top: 2px;
	}
	div > .sk-cart > .sk-chase2{
		width: 13px;
		height: 13px;
		margin-right: 12px;
		top: 1px;
		left: unset;
		margin-top: unset;
	}
	div >  .sk-cart > .sk-chase2 > .sk-chase-dot:before {
		width: 35%;
		height: 35%;
	}
	.toggled .sk-chase2{
		width: 27px;
		height: 27px;
		margin-top: 51px;
	}
	header .sk-chase2{
		width: 15px!important;
		height: 15px!important;
	}
	header .sk-chase-dot:before{
		width: 27%;
		height: 27%;
		background-color: rgb(70,70,70);
	}
}

@media (max-width:750px) {
	.preloader-spinner, .sk-chase {
		width: 34px;
		height: 32px;
		margin: calc(50% - 34px) auto;
	}
	.preloader-spinner2, .sk-chase2 {
		width: 27px;
		height: 25.7px;
		margin: 0px auto;
	}
	button > .sk-chase2 {
		width: 10px;
		height: 10px;
		margin-right: 7px;
		position: relative;
		top: 0px;
		display: inline-block;
		display: none;
	}
	button > .sk-chase2 > .sk-chase-dot:before {
		width: 35%;
		height: 35%;
	}
	div > div > div > div > .sk-buy{
		width: 13px;
		height: 13px;
		vertical-align: middle;
		margin-right: 7px;
		position: relative;
		top: -2px;
		display: none;
	}
	div > div > div > div > .sk-buy > .sk-chase-dot:before {
		width: 35%;
		height: 35%;
	}
	div > div > div > div > .sk-buy > .sk-chase-dot:before{
		background: white;
	}
	div[data-active="true"] .sk-chase2{
		margin-top: 22px;
		width: 21px;
		height: 21px;
	}
}

@-webkit-keyframes sk-rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes sk-rotateplane {
  0% { 
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg) 
  } 50% { 
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg) 
  } 100% { 
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

@keyframes sk-chase {
  100% { transform: rotate(360deg); } 
}

@keyframes sk-chase-dot {
  80%, 100% { transform: rotate(360deg); } 
}

@keyframes sk-chase-dot-before {
  50% {
    transform: scale(0.4); 
  } 100%, 0% {
    transform: scale(1.0); 
	transform: scale(0.4); 
  } 
}


/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-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;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-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{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.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:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.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(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.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:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
.owl-carousel{font-weight: inherit;}

