/**
 * Copyright © 2016 Magento. All rights reserved.
 * See COPYING.txt for license details.
 */

.swatch-attribute-label {
    font-weight: bold;
    position: relative;
}

.swatch-attribute-label.required {
    padding-right: 10px;
}

.swatch-attribute-label[data-required="1"]:after {
    content: '*';
    color: red;
    position: absolute;
    right: -11px;
    top: -2px;
    font-weight: bold;
    font-size: 1em;
}

.swatch-attribute-selected-option {
    color: #646464;
    padding-left: 17px;
}

.swatch-attribute-options {
    margin-top: 10px;
}

.mageworx-swatch-container {
    padding: 5px 7px 0 0;
    display: inline-block;
    border: 1px transparent solid;
    vertical-align: top;
    margin-bottom: 3px;
}

.mageworx-swatch-option {
    padding: 1px;
    min-width: 30px;
    text-align: center;
    cursor: pointer;
    position: relative;
    border: 1px solid rgb(218, 218, 218);
    overflow: hidden;
    text-overflow: ellipsis;
}

.mageworx-swatch-info {
    text-align: center;
    margin-top: 5px;
}

.mageworx-swatch-option.text {
    background: #F2F2F2;
    color: #7F7F7F;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    padding: 4px 8px;
    min-width: 22px;
    min-height: 20px;
}

.mageworx-swatch-option.selected {
    outline: 2px solid #FF5100;
    border: 1px solid #fff;
    color: #333;
}

.mageworx-swatch-option.text.selected {
    background-color: #FFF !important;
}

.clearfix:after {
    content: " "; /* Older browser do not support empty content */
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.swatch-attribute.size .mageworx-swatch-option, .swatch-attribute.manufacturer .mageworx-swatch-option {
    background: rgb(240, 240, 240);
    color: rgb(148, 148, 148);
}

.swatch-attribute.size .mageworx-swatch-option.selected, .swatch-attribute.manufacturer .mageworx-swatch-option.selected {
    color: black;
    background: #fff;
    border: 1px solid #fff;
}

.mageworx-swatch-option:not(.disabled):hover {
    outline: 1px solid #999;
    border: 1px solid #fff;
    color: #333;
}

.mageworx-swatch-option.image:not(.disabled):hover,
.mageworx-swatch-option.color:not(.disabled):hover {
    outline: 2px solid #FF5216;
    border: 1px solid #fff;
}

.mageworx-swatch-option.disabled {
    cursor: default;
}

.mageworx-swatch-option.disabled:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: -moz-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, rgba(255, 255, 255, 1) 43%, rgba(255, 255, 255, 1) 46%, rgba(255, 82, 22, 1) 47%, rgba(255, 82, 22, 1) 53%, rgba(255, 255, 255, 1) 54%, rgba(255, 255, 255, 1) 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(42%, rgba(255, 255, 255, 0)), color-stop(43%, rgba(255, 255, 255, 1)), color-stop(46%, rgba(255, 255, 255, 1)), color-stop(47%, rgba(255, 82, 22, 1)), color-stop(53%, rgba(255, 82, 22, 1)), color-stop(54%, rgba(255, 255, 255, 1)), color-stop(57%, rgba(255, 255, 255, 1)), color-stop(58%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, rgba(255, 255, 255, 1) 43%, rgba(255, 255, 255, 1) 46%, rgba(255, 82, 22, 1) 47%, rgba(255, 82, 22, 1) 53%, rgba(255, 255, 255, 1) 54%, rgba(255, 255, 255, 1) 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, rgba(255, 255, 255, 1) 43%, rgba(255, 255, 255, 1) 46%, rgba(255, 82, 22, 1) 47%, rgba(255, 82, 22, 1) 53%, rgba(255, 255, 255, 1) 54%, rgba(255, 255, 255, 1) 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, rgba(255, 255, 255, 1) 43%, rgba(255, 255, 255, 1) 46%, rgba(255, 82, 22, 1) 47%, rgba(255, 82, 22, 1) 53%, rgba(255, 255, 255, 1) 54%, rgba(255, 255, 255, 1) 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, rgba(255, 255, 255, 1) 43%, rgba(255, 255, 255, 1) 46%, rgba(255, 82, 22, 1) 47%, rgba(255, 82, 22, 1) 53%, rgba(255, 255, 255, 1) 54%, rgba(255, 255, 255, 1) 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1);
}

.qtip-content .image {
    padding: 0 0 5px 0;
    display: block;
    height: 130px;
    width: 130px;
    margin: 0 auto;
}

.qtip-content .title {
    min-height: 20px;
    padding: 3px 0;
    color: rgb(40, 40, 40);
    font-size: 1.5em;
    text-align: center;
    display: block;
    overflow: hidden;
}

.qtip-content .info {
    min-height: 20px;
    padding: 2px 0;
    color: rgb(40, 40, 40);
    font-size: 1.25em;
    text-align: center;
    display: block;
    overflow: hidden;
}

.swatch-opt {
    margin: 20px 0;
}

.swatch-more {
    display: inline-block;
    margin: 2px 0;
    text-decoration: none !important;
    position: static;
    z-index: 1;
}

/* Layered Features */
.swatch-option-link-layered {
    position: relative;
    margin: 0 !important;
    padding: 0 !important;
}

.swatch-option-tooltip-layered {
    width: 140px;
    position: absolute;
    background: #fff;
    color: rgb(148, 148, 148);
    border: 1px solid #adadad;
    display: none;
    z-index: 999;
    left: -47px;
}

.swatch-visual-tooltip-layered {
    height: 160px;
    top: -170px;
}

.swatch-textual-tooltip-layered {
    height: 30px;
    top: -40px;
}

.swatch-option-link-layered:hover > .swatch-option-tooltip-layered {
    display: block;
}

.swatch-attribute-options .swatch-option-tooltip-layered .title {
    width: 100%;
    height: 20px;
    position: absolute;
    bottom: -5px;
    left: 0;
    color: rgb(40, 40, 40);
    text-align: center;
    margin-bottom: 10px;
}

.swatch-option-disabled:after {
    content: '';
    position: absolute;
    width: 42px;
    height: 2px;
    background: red;
    transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    z-index: 995;
    left: -4px;
    top: 10px;
}

.swatch-option-disabled {
    outline: none !important;
    cursor: default;
    border: 0;
}

.hidden {
    display: none;
}

/* Bugfix for Add To Cart button */
.swatch-opt-listing {
    margin-bottom: 10px;
}

.mageworx-optionswatches-option-gallery_image_selected {
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    box-shadow: 0 0 5px rgba(81, 203, 238, 1);
    border: 1px solid rgba(81, 203, 238, 1);
}

.mageworx-optionswatches-option-gallery {
    display: block;
    clear: both;
    margin-top:3px;
}
/*
 * qTip2 - Pretty powerful tooltips - v3.0.3
 * http://qtip2.com
 *
 * Copyright (c) 2017 
 * Released under the MIT licenses
 * http://jquery.org/license
 *
 * Date: Thu Jan 5 2017 01:12 EST-0500
 * Plugins: tips viewport imagemap svg modal ie6
 * Styles: core basic css3
 */
.qtip{
	position: absolute;
	left: -28000px;
	top: -28000px;
	display: none;

	max-width: 280px;
	min-width: 50px;

	font-size: 10.5px;
	line-height: 12px;

	direction: ltr;

	box-shadow: none;
	padding: 0;
}

	.qtip-content{
		position: relative;
		padding: 5px 9px;
		overflow: hidden;

		text-align: left;
		word-wrap: break-word;
	}

	.qtip-titlebar{
		position: relative;
		padding: 5px 35px 5px 10px;
		overflow: hidden;

		border-width: 0 0 1px;
		font-weight: bold;
	}

	.qtip-titlebar + .qtip-content{ border-top-width: 0 !important; }

	/* Default close button class */
	.qtip-close{
		position: absolute;
		right: -9px; top: -9px;
		z-index: 11; /* Overlap .qtip-tip */

		cursor: pointer;
		outline: medium none;

		border: 1px solid transparent;
	}

		.qtip-titlebar .qtip-close{
			right: 4px; top: 50%;
			margin-top: -9px;
		}

		* html .qtip-titlebar .qtip-close{ top: 16px; } /* IE fix */

		.qtip-titlebar .ui-icon,
		.qtip-icon .ui-icon{
			display: block;
			text-indent: -1000em;
			direction: ltr;
		}

		.qtip-icon, .qtip-icon .ui-icon{
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			border-radius: 3px;
			text-decoration: none;
		}

			.qtip-icon .ui-icon{
				width: 18px;
				height: 14px;

				line-height: 14px;
				text-align: center;
				text-indent: 0;
				font: normal bold 10px/13px Tahoma,sans-serif;

				color: inherit;
				background: transparent none no-repeat -100em -100em;
			}

/* Applied to 'focused' tooltips e.g. most recently displayed/interacted with */
.qtip-focus{}

/* Applied on hover of tooltips i.e. added/removed on mouseenter/mouseleave respectively */
.qtip-hover{}

/* Default tooltip style */
.qtip-default{
	border: 1px solid #F1D031;

	background-color: #FFFFA3;
	color: #555;
}

	.qtip-default .qtip-titlebar{
		background-color: #FFEF93;
	}

	.qtip-default .qtip-icon{
		border-color: #CCC;
		background: #F1F1F1;
		color: #777;
	}

	.qtip-default .qtip-titlebar .qtip-close{
		border-color: #AAA;
		color: #111;
	}


/*! Light tooltip style */
.qtip-light{
	background-color: white;
	border-color: #E2E2E2;
	color: #454545;
}

	.qtip-light .qtip-titlebar{
		background-color: #f1f1f1;
	}


/*! Dark tooltip style */
.qtip-dark{
	background-color: #505050;
	border-color: #303030;
	color: #f3f3f3;
}

	.qtip-dark .qtip-titlebar{
		background-color: #404040;
	}

	.qtip-dark .qtip-icon{
		border-color: #444;
	}

	.qtip-dark .qtip-titlebar .ui-state-hover{
		border-color: #303030;
	}


/*! Cream tooltip style */
.qtip-cream{
	background-color: #FBF7AA;
	border-color: #F9E98E;
	color: #A27D35;
}

	.qtip-cream .qtip-titlebar{
		background-color: #F0DE7D;
	}

	.qtip-cream .qtip-close .qtip-icon{
		background-position: -82px 0;
	}


/*! Red tooltip style */
.qtip-red{
	background-color: #F78B83;
	border-color: #D95252;
	color: #912323;
}

	.qtip-red .qtip-titlebar{
		background-color: #F06D65;
	}

	.qtip-red .qtip-close .qtip-icon{
		background-position: -102px 0;
	}

	.qtip-red .qtip-icon{
		border-color: #D95252;
	}

	.qtip-red .qtip-titlebar .ui-state-hover{
		border-color: #D95252;
	}


/*! Green tooltip style */
.qtip-green{
	background-color: #CAED9E;
	border-color: #90D93F;
	color: #3F6219;
}

	.qtip-green .qtip-titlebar{
		background-color: #B0DE78;
	}

	.qtip-green .qtip-close .qtip-icon{
		background-position: -42px 0;
	}


/*! Blue tooltip style */
.qtip-blue{
	background-color: #E5F6FE;
	border-color: #ADD9ED;
	color: #5E99BD;
}

	.qtip-blue .qtip-titlebar{
		background-color: #D0E9F5;
	}

	.qtip-blue .qtip-close .qtip-icon{
		background-position: -2px 0;
	}


.qtip-shadow{
	-webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
	box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
}

/* Add rounded corners to your tooltips in: FF3+, Chrome 2+, Opera 10.6+, IE9+, Safari 2+ */
.qtip-rounded,
.qtip-tipsy,
.qtip-bootstrap{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.qtip-rounded .qtip-titlebar{
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}

/* Youtube tooltip style */
.qtip-youtube{
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;

	-webkit-box-shadow: 0 0 3px #333;
	-moz-box-shadow: 0 0 3px #333;
	box-shadow: 0 0 3px #333;

	color: white;
	border: 0 solid transparent;

	background: #4A4A4A;
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#4A4A4A),color-stop(100%,black));
	background-image: -webkit-linear-gradient(top,#4A4A4A 0,black 100%);
	background-image: -moz-linear-gradient(top,#4A4A4A 0,black 100%);
	background-image: -ms-linear-gradient(top,#4A4A4A 0,black 100%);
	background-image: -o-linear-gradient(top,#4A4A4A 0,black 100%);
}

	.qtip-youtube .qtip-titlebar{
		background-color: #4A4A4A;
		background-color: rgba(0,0,0,0);
	}

	.qtip-youtube .qtip-content{
		padding: .75em;
		font: 12px arial,sans-serif;

		filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);
		-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);";
	}

	.qtip-youtube .qtip-icon{
		border-color: #222;
	}

	.qtip-youtube .qtip-titlebar .ui-state-hover{
		border-color: #303030;
	}


/* jQuery TOOLS Tooltip style */
.qtip-jtools{
	background: #232323;
	background: rgba(0, 0, 0, 0.7);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#717171), to(#232323));
	background-image: -moz-linear-gradient(top, #717171, #232323);
	background-image: -webkit-linear-gradient(top, #717171, #232323);
	background-image: -ms-linear-gradient(top, #717171, #232323);
	background-image: -o-linear-gradient(top, #717171, #232323);

	border: 2px solid #ddd;
	border: 2px solid rgba(241,241,241,1);

	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;

	-webkit-box-shadow: 0 0 12px #333;
	-moz-box-shadow: 0 0 12px #333;
	box-shadow: 0 0 12px #333;
}

	/* IE Specific */
	.qtip-jtools .qtip-titlebar{
		background-color: transparent;
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A)";
	}
	.qtip-jtools .qtip-content{
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323)";
	}

	.qtip-jtools .qtip-titlebar,
	.qtip-jtools .qtip-content{
		background: transparent;
		color: white;
		border: 0 dashed transparent;
	}

	.qtip-jtools .qtip-icon{
		border-color: #555;
	}

	.qtip-jtools .qtip-titlebar .ui-state-hover{
		border-color: #333;
	}


/* Cluetip style */
.qtip-cluetip{
	-webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
	box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);

	background-color: #D9D9C2;
	color: #111;
	border: 0 dashed transparent;
}

	.qtip-cluetip .qtip-titlebar{
		background-color: #87876A;
		color: white;
		border: 0 dashed transparent;
	}

	.qtip-cluetip .qtip-icon{
		border-color: #808064;
	}

	.qtip-cluetip .qtip-titlebar .ui-state-hover{
		border-color: #696952;
		color: #696952;
	}


/* Tipsy style */
.qtip-tipsy{
	background: black;
	background: rgba(0, 0, 0, .87);

	color: white;
	border: 0 solid transparent;

	font-size: 11px;
	font-family: 'Lucida Grande', sans-serif;
	font-weight: bold;
	line-height: 16px;
	text-shadow: 0 1px black;
}

	.qtip-tipsy .qtip-titlebar{
		padding: 6px 35px 0 10px;
		background-color: transparent;
	}

	.qtip-tipsy .qtip-content{
		padding: 6px 10px;
	}

	.qtip-tipsy .qtip-icon{
		border-color: #222;
		text-shadow: none;
	}

	.qtip-tipsy .qtip-titlebar .ui-state-hover{
		border-color: #303030;
	}


/* Tipped style */
.qtip-tipped{
	border: 3px solid #959FA9;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;

	background-color: #F9F9F9;
	color: #454545;

	font-weight: normal;
	font-family: serif;
}

	.qtip-tipped .qtip-titlebar{
		border-bottom-width: 0;

		color: white;
		background: #3A79B8;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#3A79B8), to(#2E629D));
		background-image: -webkit-linear-gradient(top, #3A79B8, #2E629D);
		background-image: -moz-linear-gradient(top, #3A79B8, #2E629D);
		background-image: -ms-linear-gradient(top, #3A79B8, #2E629D);
		background-image: -o-linear-gradient(top, #3A79B8, #2E629D);
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D)";
	}

	.qtip-tipped .qtip-icon{
		border: 2px solid #285589;
		background: #285589;
	}

		.qtip-tipped .qtip-icon .ui-icon{
			background-color: #FBFBFB;
			color: #555;
		}


/**
 * Twitter Bootstrap style.
 *
 * Tested with IE 8, IE 9, Chrome 18, Firefox 9, Opera 11.
 * Does not work with IE 7.
 */
.qtip-bootstrap{
	/** Taken from Bootstrap body */
	font-size: 14px;
	line-height: 20px;
	color: #333333;

	/** Taken from Bootstrap .popover */
	padding: 1px;
	background-color: #ffffff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}

	.qtip-bootstrap .qtip-titlebar{
		/** Taken from Bootstrap .popover-title */
		padding: 8px 14px;
		margin: 0;
		font-size: 14px;
		font-weight: normal;
		line-height: 18px;
		background-color: #f7f7f7;
		border-bottom: 1px solid #ebebeb;
		-webkit-border-radius: 5px 5px 0 0;
		-moz-border-radius: 5px 5px 0 0;
		border-radius: 5px 5px 0 0;
	}

		.qtip-bootstrap .qtip-titlebar .qtip-close{
			/**
			 * Overrides qTip2:
			 * .qtip-titlebar .qtip-close{
			 *   [...]
			 *   right: 4px;
			 *   top: 50%;
			 *   [...]
			 *   border-style: solid;
			 * }
			 */
			right: 11px;
			top: 45%;
			border-style: none;
		}

	.qtip-bootstrap .qtip-content{
		/** Taken from Bootstrap .popover-content */
		padding: 9px 14px;
	}

	.qtip-bootstrap .qtip-icon{
		/**
		 * Overrides qTip2:
		 * .qtip-default .qtip-icon {
		 *   border-color: #CCC;
		 *   background: #F1F1F1;
		 *   color: #777;
		 * }
		 */
		background: transparent;
	}

		.qtip-bootstrap .qtip-icon .ui-icon{
			/**
			 * Overrides qTip2:
			 * .qtip-icon .ui-icon{
			 *   width: 18px;
			 *   height: 14px;
			 * }
			 */
			width: auto;
			height: auto;

			/* Taken from Bootstrap .close */
			float: right;
			font-size: 20px;
			font-weight: bold;
			line-height: 18px;
			color: #000000;
			text-shadow: 0 1px 0 #ffffff;
			opacity: 0.2;
			filter: alpha(opacity=20);
		}

		.qtip-bootstrap .qtip-icon .ui-icon:hover{
			/* Taken from Bootstrap .close:hover */
			color: #000000;
			text-decoration: none;
			cursor: pointer;
			opacity: 0.4;
			filter: alpha(opacity=40);
		}


/* IE9 fix - removes all filters */
.qtip:not(.ie9haxors) div.qtip-content,
.qtip:not(.ie9haxors) div.qtip-titlebar{
	filter: none;
	-ms-filter: none;
}


.qtip .qtip-tip{
	margin: 0 auto;
	overflow: hidden;
	z-index: 10;

}

	/* Opera bug #357 - Incorrect tip position
	https://github.com/Craga89/qTip2/issues/367 */
	x:-o-prefocus, .qtip .qtip-tip{
		visibility: hidden;
	}

	.qtip .qtip-tip,
	.qtip .qtip-tip .qtip-vml,
	.qtip .qtip-tip canvas{
		position: absolute;

		color: #123456;
		background: transparent;
		border: 0 dashed transparent;
	}

	.qtip .qtip-tip canvas{ top: 0; left: 0; }

	.qtip .qtip-tip .qtip-vml{
		behavior: url(../../frontend/Pearl/weltpixel_custom/en_US/MageWorx_OptionFeatures/css/#default#VML);
		display: inline-block;
		visibility: visible;
	}


#qtip-overlay{
	position: fixed;
	left: 0; top: 0;
	width: 100%; height: 100%;
}

	/* Applied to modals with show.modal.blur set to true */
	#qtip-overlay.blurs{ cursor: pointer; }

	/* Change opacity of overlay here */
	#qtip-overlay div{
		position: absolute;
		left: 0; top: 0;
		width: 100%; height: 100%;

		background-color: black;

		opacity: 0.7;
		filter:alpha(opacity=70);
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	}


.qtipmodal-ie6fix{
	position: absolute !important;
}

.higher-zindex{
	z-index: 10000000 !important;
}
.option-description-text {
    font-size: 0.75em;
    font-weight: 400;
    opacity: 0.9;
}

.qtip {
    font-size: 12.5px;
    line-height: 14px;
}

.mageworx-hidden {
    display: none !important;
}

.mageworx-product-final-price{
    min-height: 78px;
    font-weight: 600;
}

.mageworx-shareable-link-container {
    width: fit-content;
    padding: 10px;
}

.mageworx-shareable-link-icon {
    display: inline-block;
}

.mageworx-shareable-hint-icon {
    display: inline-block;
    margin-left: 5px;
}

.mageworx-shareable-link-text {
    display: inline-block;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    margin-left: 5px;
}

.mageworx-shareable-link-text a:hover {
    cursor: pointer;
}

.mageworx-shareable-link-success-container {
    width: fit-content;
    padding: 10px;
    background: #F7F7F7;
    border-radius: 3px;
}/* Generated Less from WeltPixel_CustomHeader */
@media (min-width: 768px) {
  :root .theme-pearl .page-wrapper .page-header .logo img {
    width: 260px;
    height: 75px;
  }
}
@media (max-width: 768px) {
  :root .theme-pearl .page-wrapper .page-header .mobile-logo .logo,
  :root .theme-pearl .page-wrapper .page-header .mobile-checkout-logo .logo,
  :root .theme-pearl .page-wrapper .page-header .unset-logo .logo {
    z-index: 14;
    position: relative;
  }
  :root .theme-pearl .page-wrapper .page-header .mobile-logo .logo img,
  :root .theme-pearl .page-wrapper .page-header .mobile-checkout-logo .logo img,
  :root .theme-pearl .page-wrapper .page-header .unset-logo .logo img {
    width: 96px;
    height: 34px;
  }
}
@media (min-width: 768px) {
  :root .theme-pearl .page-wrapper .page-header.sticky-header .wrap .modal .block-search .action.search:before {
    color: #F8F8F8 !important;
  }
  :root .theme-pearl .page-wrapper .page-header.sticky-header .logo img {
    width: 106px;
    height: 34px;
  }
}
@media (max-width: 768px) {
  :root .theme-pearl .page-wrapper .page-header .logo {
    z-index: 14;
    position: relative;
  }
  :root .theme-pearl .page-wrapper .page-header .logo img {
    width: 106px;
    height: 34px;
  }
}
.page-header-v2 .customer-welcome .customer-name span {
  display: none;
}
.page-header-v2 .customer-welcome .customer-name:before {
  color: #FFFFFF !important;
  font-size: 18px !important;
}
.page-header-v2 .customer-welcome .customer-name:hover:before {
  color: #F68428 !important;
}
.page-wrapper .header-global-promo .global-notification-wrapper {
  color: #B05D5D;
  background-color: #FFE8E8;
}
.page-wrapper .header-global-promo .global-notification-wrapper a.close-global-notification {
  color: #B05D5D;
}
.page-wrapper .header-global-promo .global-notification-wrapper .wpx-i,
.page-wrapper .header-global-promo .global-notification-wrapper .wpx-link,
.page-wrapper .header-global-promo .global-notification-wrapper #buttons a {
  color: #B05D5D;
}
.page-wrapper .page-header {
  background-color: #303434 !important;
}
.page-wrapper .page-header .block-search input::-webkit-input-placeholder {
  color: #888585 !important;
}
.page-wrapper .page-header .block-search input::-moz-placeholder {
  color: #888585 !important;
}
.page-wrapper .page-header .block-search input::-ms-placeholder {
  color: #888585 !important;
}
.page-wrapper .page-header .block-search input::placeholder {
  color: #888585 !important;
}
.page-wrapper .page-header .block-search .action.search:before {
  color: #FFFFFF !important;
}
.page-wrapper .page-header .block-search .action.search:hover:before {
  color: #F68428 !important;
}
.page-wrapper .page-header .panel.wrapper {
  color: initial;
  border-bottom: 1px solid #FFFFFF;
  background-color: #F5F5F5 !important;
}
.page-wrapper .page-header .header-global-promo .global-notification-wrapper {
  color: #B05D5D;
  background-color: #FFE8E8;
}
.page-wrapper .page-header .header-global-promo .global-notification-wrapper a.close-global-notification {
  color: #B05D5D;
}
.page-wrapper .page-header .header-global-promo .global-notification-wrapper .wpx-i,
.page-wrapper .page-header .header-global-promo .global-notification-wrapper .wpx-link,
.page-wrapper .page-header .header-global-promo .global-notification-wrapper #buttons a {
  color: #B05D5D;
}
.page-wrapper .page-header .panel.header {
  max-width: 1800px !important;
}
.page-wrapper .page-header .panel.header .switcher .options div {
  color: #FFFFFF;
}
.page-wrapper .page-header .panel.header .switcher .options div:active {
  color: #F68428;
}
.page-wrapper .page-header .panel.header .switcher .options div:hover {
  color: #F68428 !important;
}
.page-wrapper .page-header .panel.header .switcher .options div:visited {
  color: #FFFFFF;
}
.page-wrapper .page-header .panel.header .switcher .options:after {
  color: #FFFFFF;
}
.page-wrapper .page-header .panel.header .switcher .options:after:active {
  color: #F68428;
}
.page-wrapper .page-header .panel.header .switcher .options:after:hover {
  color: #F68428 !important;
}
.page-wrapper .page-header .panel.header .switcher .options ul.switcher-dropdown li > a,
.page-wrapper .page-header .panel.header .switcher .options ul.switcher-dropdown li span {
  color: #090909 !important;
}
.page-wrapper .page-header .panel.header .switcher .options ul.switcher-dropdown li > a:hover,
.page-wrapper .page-header .panel.header .switcher .options ul.switcher-dropdown li span:hover {
  color: #F68428 !important;
}
.page-wrapper .page-header .panel.header .switcher .options ul.switcher-dropdown li > a:visited,
.page-wrapper .page-header .panel.header .switcher .options ul.switcher-dropdown li span:visited {
  color: #FFFFFF;
}
.page-wrapper .page-header .panel.header .switcher .options ul.switcher-dropdown li:after {
  color: #090909 !important;
}
.page-wrapper .page-header .panel.header .switcher .options ul.switcher-dropdown li:after:hover {
  color: #F68428 !important;
}
.page-wrapper .page-header .panel.header ul.compare li > a,
.page-wrapper .page-header .panel.header ul.compare li > a span {
  color: #FFFFFF;
}
.page-wrapper .page-header .panel.header ul.compare li > a:visited,
.page-wrapper .page-header .panel.header ul.compare li > a span:visited {
  color: #FFFFFF;
}
.page-wrapper .page-header .panel.header ul.compare li > a:active,
.page-wrapper .page-header .panel.header ul.compare li > a span:active {
  color: #F68428;
}
.page-wrapper .page-header .panel.header ul.compare li > a:hover,
.page-wrapper .page-header .panel.header ul.compare li > a span:hover {
  color: #F68428 !important;
}
.page-wrapper .page-header .panel.header ul.header.links li > a,
.page-wrapper .page-header .panel.header ul.header.links li span {
  color: #FFFFFF;
}
.page-wrapper .page-header .panel.header ul.header.links li > a:visited,
.page-wrapper .page-header .panel.header ul.header.links li span:visited {
  color: #FFFFFF;
}
.page-wrapper .page-header .panel.header ul.header.links li > a:active,
.page-wrapper .page-header .panel.header ul.header.links li span:active {
  color: #F68428;
}
.page-wrapper .page-header .panel.header ul.header.links li > a:hover,
.page-wrapper .page-header .panel.header ul.header.links li span:hover {
  color: #F68428 !important;
}
.page-wrapper .page-header .panel.header ul.header.links li:after {
  color: #FFFFFF;
}
.page-wrapper .page-header .panel.header ul.header.links li:after:active {
  color: #F68428;
}
.page-wrapper .page-header .panel.header ul.header.links li:after:hover {
  color: #F68428 !important;
}
.page-wrapper .page-header .panel.header ul.header.links .customer-menu ul.header.links li a {
  color: #090909 !important;
}
.page-wrapper .page-header .panel.header ul.header.links .customer-menu ul.header.links li a:visited {
  color: #090909 !important;
}
.page-wrapper .page-header .panel.header ul.header.links .customer-menu ul.header.links li a:hover {
  color: #F68428 !important;
}
.page-wrapper .page-header .panel.header .customer-welcome .action.switch:after {
  color: #FFFFFF;
}
.page-wrapper .page-header .panel.header .switcher-currency strong,
.page-wrapper .page-header .panel.header .switcher-language strong {
  color: #FFFFFF;
}
.page-wrapper .page-header .panel.header .switcher-currency strong:active,
.page-wrapper .page-header .panel.header .switcher-language strong:active {
  color: #F68428;
}
.page-wrapper .page-header .panel.header .switcher-currency strong:hover,
.page-wrapper .page-header .panel.header .switcher-language strong:hover {
  color: #F68428 !important;
}
.page-wrapper .page-header .panel.header .switcher-currency strong span,
.page-wrapper .page-header .panel.header .switcher-language strong span {
  color: #FFFFFF;
}
.page-wrapper .page-header .panel.header .switcher-currency strong span:active,
.page-wrapper .page-header .panel.header .switcher-language strong span:active {
  color: #F68428;
}
.page-wrapper .page-header .panel.header .switcher-currency strong span:hover,
.page-wrapper .page-header .panel.header .switcher-language strong span:hover {
  color: #F68428 !important;
}
.page-wrapper .page-header .panel.header .switcher-currency .switcher-trigger:after,
.page-wrapper .page-header .panel.header .switcher-language .switcher-trigger:after {
  color: #FFFFFF !important;
}
.page-wrapper .page-header .panel.header .switcher-currency .switcher-trigger:after:active,
.page-wrapper .page-header .panel.header .switcher-language .switcher-trigger:after:active {
  color: #F68428;
}
.page-wrapper .page-header .panel.header .switcher-currency .switcher-trigger:after:hover,
.page-wrapper .page-header .panel.header .switcher-language .switcher-trigger:after:hover {
  color: #F68428 !important;
}
.page-wrapper .page-header .header-multistore .multistore-desktop .weltpixel_multistore {
  max-width: 1800px;
}
.page-wrapper .page-header .header.content,
.page-wrapper .page-header .header_right {
  max-width: 1800px;
}
@media (max-width: 1800px) {
  .page-wrapper .page-header .header.content,
  .page-wrapper .page-header .header_right {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}
.page-wrapper .page-header .header.content .block-search input,
.page-wrapper .page-header .header_right .block-search input {
  width: 100%;
  height: 42px;
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  border-color: #FFFFFF;
  background-color: transparent;
  color: #5C5C5C;
  font-size: 17px;
}
.page-wrapper .page-header .header.content .block-search input:focus,
.page-wrapper .page-header .header_right .block-search input:focus {
  border-color: #FFFFFF;
}
.page-wrapper .page-header .header.content .modal,
.page-wrapper .page-header .header_right .modal {
  background-color: rgba(25, 25, 25, 0.95) !important;
}
.page-wrapper .page-header .header.content .modal .close-sec a:before,
.page-wrapper .page-header .header_right .modal .close-sec a:before {
  color: #F8F8F8 !important;
}
.page-wrapper .page-header .header.content .modal .actions.wpx-pos-search button,
.page-wrapper .page-header .header_right .modal .actions.wpx-pos-search button {
  background-color: #133264;
}
.page-wrapper .page-header .header.content .modal #search,
.page-wrapper .page-header .header_right .modal #search {
  background-color: #222222 !important;
  color: #F8F8F8 !important;
  border: 3px solid #F8F8F8!important;
  font-size: 18px !important;
}
.page-wrapper .page-header .header.content .modal #search::-webkit-input-placeholder,
.page-wrapper .page-header .header_right .modal #search::-webkit-input-placeholder {
  font-size: 18px !important;
}
.page-wrapper .page-header .header.content .modal #search::-moz-placeholder,
.page-wrapper .page-header .header_right .modal #search::-moz-placeholder {
  font-size: 18px !important;
}
.page-wrapper .page-header .header.content .modal #search:-ms-input-placeholder,
.page-wrapper .page-header .header_right .modal #search:-ms-input-placeholder {
  font-size: 18px !important;
}
.page-wrapper .page-header .header.content .modal #search:-moz-placeholder,
.page-wrapper .page-header .header_right .modal #search:-moz-placeholder {
  font-size: 18px !important;
}
@media (max-width: 767px) {
  .page-wrapper .page-header .header.content .modal #search.horizontally-white::-webkit-input-placeholder,
  .page-wrapper .page-header .header_right .modal #search.horizontally-white::-webkit-input-placeholder {
    font-size: 18px !important;
  }
  .page-wrapper .page-header .header.content .modal #search.horizontally-white::-moz-placeholder,
  .page-wrapper .page-header .header_right .modal #search.horizontally-white::-moz-placeholder {
    font-size: 18px !important;
  }
  .page-wrapper .page-header .header.content .modal #search.horizontally-white:-ms-input-placeholder,
  .page-wrapper .page-header .header_right .modal #search.horizontally-white:-ms-input-placeholder {
    font-size: 18px !important;
  }
  .page-wrapper .page-header .header.content .modal #search.horizontally-white:-moz-placeholder,
  .page-wrapper .page-header .header_right .modal #search.horizontally-white:-moz-placeholder {
    font-size: 18px !important;
  }
}
.page-wrapper .page-header .header.content .modal .action.search:before,
.page-wrapper .page-header .header_right .modal .action.search:before {
  color: #F8F8F8 !important;
}
.page-wrapper .page-header .header.content .nav-toggle:before {
  color: #FFFFFF !important;
}
.page-wrapper .page-header .header.content .nav-toggle:hover:before {
  color: #FFFFFF !important;
}
.page-wrapper .page-header #switcher-language ul li a,
.page-wrapper .page-header #switcher-currency ul li a {
  color: #090909 !important;
}
.page-wrapper .page-header #switcher-language ul li a:visited,
.page-wrapper .page-header #switcher-currency ul li a:visited {
  color: #090909 !important;
}
.page-wrapper .page-header #switcher-language ul li a:hover,
.page-wrapper .page-header #switcher-currency ul li a:hover {
  color: #F68428 !important;
}
.page-wrapper .page-header .header.links > li.authorization-link a:before,
.page-wrapper .page-header .minicart-wrapper .action.showcart:before,
.page-wrapper .page-header .minicart-wrapper .action.showcart.active:before,
.page-wrapper .page-header .block-search .actions .action.search:before,
.page-wrapper .page-header .block-search .field.search .label:before {
  font-size: 18px !important;
}
.page-wrapper .page-header .block-search.minisearch-v2 .open-modal-search {
  color: #FFFFFF !important;
  font-size: 18px !important;
}
.page-wrapper .page-header .block-search.minisearch-v2 .open-modal-search:hover {
  color: #F68428 !important;
}
.page-wrapper .page-header .header.links .authorization-link a:before,
.page-wrapper .page-header .minicart-wrapper .action.showcart:before {
  color: #FFFFFF !important;
}
.page-wrapper .page-header .header.links .authorization-link a:hover:before,
.page-wrapper .page-header .minicart-wrapper .action.showcart:hover:before {
  color: #F68428 !important;
}
.page-wrapper .page-header .header.content .field.search label,
.page-wrapper .page-header .header_right .field.search label,
.page-wrapper .page-header .header.content .field.search label:before,
.page-wrapper .page-header .header_right .field.search label:before {
  color: #FFFFFF !important;
}
.nav-sections:not(.mobile-nav) {
  background-color: transparent !important;
}
.nav-sections:not(.mobile-nav) .navigation {
  max-width: 1800px;
  background-color: #303434 !important;
}
@media (max-width: 1800px) {
  .nav-sections:not(.mobile-nav) .navigation {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}
.nav-sections:not(.mobile-nav) .navigation ul li.level0 > a {
  color: #FFFFFF !important;
}
.nav-sections:not(.mobile-nav) .navigation ul li.level0 > a:visited {
  color: #FFFFFF !important;
}
.nav-sections:not(.mobile-nav) .navigation ul li.level0 > a:hover {
  color: #FFFFFF !important;
}
@media (max-width: 767px) {
  .nav-sections:not(.mobile-nav) .navigation ul li.level0 > a {
    color: #575757 !important;
  }
}
.nav-sections:not(.mobile-nav) .navigation ul li.parent > a span:nth-child(2),
.nav-sections:not(.mobile-nav) .navigation ul li:not(.parent) > a span:first-child {
  font-size: 16px;
}
@media (min-width: 768px) {
  .nav-sections:not(.mobile-nav) .navigation ul li.level0 .parent > a {
    padding: 8px 20px;
  }
}
.nav-sections:not(.mobile-nav) .navigation ul li.level0 > a.bold-menu {
  color: #FFFFFF !important;
}
.nav-sections:not(.mobile-nav) .navigation ul li.level0 > a.bold-menu:visited {
  color: #FFFFFF !important;
}
.nav-sections:not(.mobile-nav) .navigation ul li.level0 li > a:hover,
.nav-sections:not(.mobile-nav) .navigation ul li.level0 a.ui-state-focus {
  color: #FFFFFF !important;
  text-shadow: 0 0 0 #FFFFFF !important;
}
.nav-sections:not(.mobile-nav) .navigation ul li.level0:hover > a,
.nav-sections:not(.mobile-nav) .navigation ul li.level0 > a.ui-state-focus {
  color: #FFFFFF !important;
  text-shadow: 0 0 0 #FFFFFF !important;
}
@media (max-width: 767px) {
  .nav-sections:not(.mobile-nav) .navigation {
    background-color: inherit !important;
  }
}
@media (min-width: 768px) {
  .nav-sections:not(.mobile-nav) .navigation .megamenu .submenu [data-has-children] a:hover span:last-child {
    border-color: #FFFFFF !important;
  }
}
@media (min-width: 768px) {
  .nav-sections:not(.mobile-nav) .nav-sections-items {
    background-color: #303434 !important;
  }
}
.nav-sections:not(.mobile-nav) .megamenu a.bold-menu,
.nav-sections:not(.mobile-nav) .megamenu a:hover,
.nav-sections:not(.mobile-nav) .megamenu.level1:not(.parent):hover,
.nav-sections:not(.mobile-nav) .megamenu.level2:hover {
  color: #FFFFFF !important;
}
.nav-sections:not(.mobile-nav) .megamenu a.bold-menu > a:hover,
.nav-sections:not(.mobile-nav) .megamenu a:hover > a:hover,
.nav-sections:not(.mobile-nav) .megamenu.level1:not(.parent):hover > a:hover,
.nav-sections:not(.mobile-nav) .megamenu.level2:hover > a:hover {
  text-shadow: 0 0 0 #FFFFFF !important;
  color: #FFFFFF !important;
}
@media only screen and (max-width: 768px) {
  .nav-sections:not(.mobile-nav) .nav-sections-item-content .navigation {
    border-top: 0 none !important;
  }
}
@media (max-width: 767px) {
  .nav-sections:not(.mobile-nav) {
    background-color: white !important;
  }
}
.page-header.sticky-header,
.page-header.sticky-header-mobile {
  background-color: #ffffff !important;
}
.page-header.sticky-header .page-header,
.page-header.sticky-header-mobile .page-header {
  background-color: #ffffff !important;
}
.page-header.sticky-header .panel.wrapper,
.page-header.sticky-header-mobile .panel.wrapper {
  background-color: #ffffff !important;
}
.page-header.sticky-header .nav-sections .navigation,
.page-header.sticky-header-mobile .nav-sections .navigation,
.page-header.sticky-header .nav-sections .nav-sections-items,
.page-header.sticky-header-mobile .nav-sections .nav-sections-items {
  background-color: transparent !important;
}
.page-header.sticky-header .navigation ul li.level0 > a:hover,
.page-header.sticky-header-mobile .navigation ul li.level0 > a:hover,
.page-header.sticky-header .navigation ul li.level0 > a.bold-menu,
.page-header.sticky-header-mobile .navigation ul li.level0 > a.bold-menu {
  color: #FFFFFF !important;
}
.page-header.sticky-header .navigation ul li.level0 > a:hover:visited,
.page-header.sticky-header-mobile .navigation ul li.level0 > a:hover:visited,
.page-header.sticky-header .navigation ul li.level0 > a.bold-menu:visited,
.page-header.sticky-header-mobile .navigation ul li.level0 > a.bold-menu:visited {
  color: #FFFFFF !important;
}
.page-header.sticky-header .header_right .block-search input,
.page-header.sticky-header-mobile .header_right .block-search input {
  background-color: transparent;
}
.page-header.sticky-header .block-search .field.search .control,
.page-header.sticky-header-mobile .block-search .field.search .control {
  background-color: transparent;
}
.page-header.sticky-header .header.content .block-search .control,
.page-header.sticky-header-mobile .header.content .block-search .control {
  background-color: transparent;
}
.page-header.sticky-header .header.content .block-search input,
.page-header.sticky-header-mobile .header.content .block-search input {
  background-color: transparent;
}
.page-header.sticky-header .header.content .modal .modal-content .block-search.wpx-block-search #search,
.page-header.sticky-header-mobile .header.content .modal .modal-content .block-search.wpx-block-search #search {
  background-color: #222222 !important;
}
.page-header.sticky-header .header.links .authorization-link,
.page-header.sticky-header-mobile .header.links .authorization-link {
  margin-left: 0;
}
.page-header.page-header-v4.sticky-header .header.content {
  z-index: 1;
}
.page-header.page-header-v4.sticky-header .wrap .modal-content #search.horizontally-white::-webkit-input-placeholder {
  color: #888585 !important;
}
.page-header.page-header-v4.sticky-header .wrap .modal-content #search.horizontally-white::-moz-placeholder {
  color: #888585 !important;
}
.page-header.page-header-v4.sticky-header .wrap .modal-content #search.horizontally-white:-ms-input-placeholder {
  color: #888585 !important;
}
.page-header.page-header-v4.sticky-header .wrap .modal-content #search.horizontally-white:-moz-placeholder {
  color: #888585 !important;
}
.page-header.page-header-v4.sticky-header .panel.wrapper {
  background-color: transparent !important;
}
.page-header.page-header-v4.sticky-header .panel.wrapper .panel.header .switcher-currency {
  display: none;
}
body:not(.mobile-nav) .page-header.sticky-header,
body:not(.mobile-nav) .nav-sections.sticky-header {
  background-color: #ffffff !important;
  padding-bottom: 0 !important;
}
body:not(.mobile-nav) .page-header.sticky-header .nav-sections-item-content,
body:not(.mobile-nav) .nav-sections.sticky-header .nav-sections-item-content {
  background-color: #ffffff !important;
}
body:not(.mobile-nav) .page-header.sticky-header .navigation,
body:not(.mobile-nav) .nav-sections.sticky-header .navigation {
  background-color: #ffffff !important;
}
/* Generated Less from WeltPixel_CustomFooter */
.theme-pearl .page-wrapper .page-footer {
  background-color: #303434;
  position: relative;
  z-index: 0;
}
.theme-pearl .page-wrapper .page-footer .footer.content,
.theme-pearl .page-wrapper .page-footer .w {
  max-width: inherit;
  color: #CCCCCC;
}
.theme-pearl .page-wrapper .page-footer .footer.content h4,
.theme-pearl .page-wrapper .page-footer .w h4,
.theme-pearl .page-wrapper .page-footer .footer.content p,
.theme-pearl .page-wrapper .page-footer .w p,
.theme-pearl .page-wrapper .page-footer .footer.content a,
.theme-pearl .page-wrapper .page-footer .w a,
.theme-pearl .page-wrapper .page-footer .footer.content .togglet.newsletter,
.theme-pearl .page-wrapper .page-footer .w .togglet.newsletter,
.theme-pearl .page-wrapper .page-footer .footer.content small,
.theme-pearl .page-wrapper .page-footer .w small {
  color: #CCCCCC;
}
.theme-pearl .page-wrapper .page-footer .footer.content h4:visited,
.theme-pearl .page-wrapper .page-footer .w h4:visited,
.theme-pearl .page-wrapper .page-footer .footer.content p:visited,
.theme-pearl .page-wrapper .page-footer .w p:visited,
.theme-pearl .page-wrapper .page-footer .footer.content a:visited,
.theme-pearl .page-wrapper .page-footer .w a:visited,
.theme-pearl .page-wrapper .page-footer .footer.content .togglet.newsletter:visited,
.theme-pearl .page-wrapper .page-footer .w .togglet.newsletter:visited,
.theme-pearl .page-wrapper .page-footer .footer.content small:visited,
.theme-pearl .page-wrapper .page-footer .w small:visited,
.theme-pearl .page-wrapper .page-footer .footer.content h4.footer-title,
.theme-pearl .page-wrapper .page-footer .w h4.footer-title,
.theme-pearl .page-wrapper .page-footer .footer.content p.footer-title,
.theme-pearl .page-wrapper .page-footer .w p.footer-title,
.theme-pearl .page-wrapper .page-footer .footer.content a.footer-title,
.theme-pearl .page-wrapper .page-footer .w a.footer-title,
.theme-pearl .page-wrapper .page-footer .footer.content .togglet.newsletter.footer-title,
.theme-pearl .page-wrapper .page-footer .w .togglet.newsletter.footer-title,
.theme-pearl .page-wrapper .page-footer .footer.content small.footer-title,
.theme-pearl .page-wrapper .page-footer .w small.footer-title {
  color: #CCCCCC;
}
.theme-pearl .page-wrapper .page-footer .footer.content h4 i,
.theme-pearl .page-wrapper .page-footer .w h4 i,
.theme-pearl .page-wrapper .page-footer .footer.content p i,
.theme-pearl .page-wrapper .page-footer .w p i,
.theme-pearl .page-wrapper .page-footer .footer.content a i,
.theme-pearl .page-wrapper .page-footer .w a i,
.theme-pearl .page-wrapper .page-footer .footer.content .togglet.newsletter i,
.theme-pearl .page-wrapper .page-footer .w .togglet.newsletter i,
.theme-pearl .page-wrapper .page-footer .footer.content small i,
.theme-pearl .page-wrapper .page-footer .w small i {
  color: #FFFFFF !important;
}
.theme-pearl .page-wrapper .page-footer .footer.content a:hover i,
.theme-pearl .page-wrapper .page-footer .w a:hover i {
  color: #FFFFFF !important;
}
.theme-pearl .page-wrapper .page-footer .footer.content .footer-v1-content p,
.theme-pearl .page-wrapper .page-footer .w .footer-v1-content p,
.theme-pearl .page-wrapper .page-footer .footer.content .footer-v2-content p,
.theme-pearl .page-wrapper .page-footer .w .footer-v2-content p,
.theme-pearl .page-wrapper .page-footer .footer.content .footer-v3-content p,
.theme-pearl .page-wrapper .page-footer .w .footer-v3-content p,
.theme-pearl .page-wrapper .page-footer .footer.content .footer-v4-content p,
.theme-pearl .page-wrapper .page-footer .w .footer-v4-content p,
.theme-pearl .page-wrapper .page-footer .footer.content .footer-v5-content p,
.theme-pearl .page-wrapper .page-footer .w .footer-v5-content p {
  color: #CCCCCC;
}
.theme-pearl .page-wrapper .page-footer .footer.content .footer-v1-content .border-v1 small,
.theme-pearl .page-wrapper .page-footer .w .footer-v1-content .border-v1 small,
.theme-pearl .page-wrapper .page-footer .footer.content .footer-v2-content .border-v1 small,
.theme-pearl .page-wrapper .page-footer .w .footer-v2-content .border-v1 small,
.theme-pearl .page-wrapper .page-footer .footer.content .footer-v3-content .border-v1 small,
.theme-pearl .page-wrapper .page-footer .w .footer-v3-content .border-v1 small,
.theme-pearl .page-wrapper .page-footer .footer.content .footer-v4-content .border-v1 small,
.theme-pearl .page-wrapper .page-footer .w .footer-v4-content .border-v1 small,
.theme-pearl .page-wrapper .page-footer .footer.content .footer-v5-content .border-v1 small,
.theme-pearl .page-wrapper .page-footer .w .footer-v5-content .border-v1 small {
  color: #CCCCCC;
}
.theme-pearl .page-wrapper .page-footer .footer.content .pre-footer .pre-footer-content,
.theme-pearl .page-wrapper .page-footer .w .pre-footer .pre-footer-content {
  max-width: 1770px;
}
.theme-pearl .page-wrapper .page-footer .footer-v1,
.theme-pearl .page-wrapper .page-footer .footer-v2,
.theme-pearl .page-wrapper .page-footer .footer-v3,
.theme-pearl .page-wrapper .page-footer .footer-v4,
.theme-pearl .page-wrapper .page-footer .footer-v5 {
  max-width: 100%;
  margin: 0 auto;
  float: none;
  background-color: #303434;
}
.theme-pearl .page-wrapper .page-footer .footer-v1 i,
.theme-pearl .page-wrapper .page-footer .footer-v2 i,
.theme-pearl .page-wrapper .page-footer .footer-v3 i,
.theme-pearl .page-wrapper .page-footer .footer-v4 i,
.theme-pearl .page-wrapper .page-footer .footer-v5 i {
  color: #FFFFFF !important;
}
.theme-pearl .w {
  background-color: #303434;
}
.theme-pearl .w i {
  color: #FFFFFF !important;
}
.theme-pearl.fullpagescroll .page-wrapper .page-footer {
  position: fixed;
}
/* Generated Less from WeltPixel_ProductPage */
.theme-pearl.catalog-product-view .block.related,
.theme-pearl.catalog-product-view .block.upsell {
  clear: both;
}
@media (min-width: 768px) {
  .theme-pearl.catalog-product-view.page-layout-1column .product.media {
    width: 38%;
  }
  .theme-pearl.catalog-product-view.page-layout-2columns-left .product.media,
  .theme-pearl.catalog-product-view.page-layout-2columns-right .product.media,
  .theme-pearl.catalog-product-view.page-layout-3columns .product.media {
    width: 38%;
  }
}
@media (min-width: 768px) {
  .theme-pearl.catalog-product-view.page-layout-1column .product-info-main {
    width: 57%;
  }
  .theme-pearl.catalog-product-view.page-layout-2columns-left .product-info-main,
  .theme-pearl.catalog-product-view.page-layout-2columns-right .product-info-main,
  .theme-pearl.catalog-product-view.page-layout-3columns .product-info-main {
    width: 57%;
  }
}
.theme-pearl.catalog-product-view .swatch-option {
  outline: none !important;
  border: none !important;
  position: relative;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  width: 25px;
  height: 25px;
  min-width: 25px;
}
.theme-pearl.catalog-product-view .swatch-option.image:before {
  visibility: hidden;
  position: absolute;
  top: -3px;
  left: -3px;
  z-index: 0;
  width: 31px;
  height: 31px;
  border: 1px solid transparent;
  border-radius: 25px !important;
  -moz-border-radius: 25px !important;
  -webkit-border-radius: 25px !important;
  content: '';
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.15s ease-in;
}
.theme-pearl.catalog-product-view .swatch-option.image:after {
  visibility: hidden;
  position: absolute;
  top: -3px;
  left: -3px;
  z-index: 1;
  width: 31px;
  height: 31px;
  line-height: 31px;
  font-family: lined-icons;
  speak: none;
  font-style: normal;
  font-weight: 900;
  font-variant: normal;
  font-size: 0.6vw;
  text-transform: none;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e116';
  color: #ffffff;
}
.theme-pearl.catalog-product-view .swatch-option.image.selected {
  position: relative;
  overflow: visible;
}
.theme-pearl.catalog-product-view .swatch-option.image.selected:before {
  visibility: visible;
  border: 1px solid #999999;
}
.theme-pearl.catalog-product-view .swatch-option.image:hover {
  position: relative;
  overflow: visible;
}
.theme-pearl.catalog-product-view .swatch-option.image:hover:before {
  visibility: visible;
  border: 1px solid #999999;
}
.theme-pearl.catalog-product-view .swatch-option.image.disabled:after {
  visibility: visible;
  content: '';
}
.theme-pearl.catalog-product-view .swatch-option.color:before {
  visibility: hidden;
  position: absolute;
  top: -3px;
  left: -3px;
  z-index: 0;
  width: 31px;
  height: 31px;
  border: 1px solid transparent;
  border-radius: 25px !important;
  -moz-border-radius: 25px !important;
  -webkit-border-radius: 25px !important;
  content: '';
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.15s ease-in;
}
.theme-pearl.catalog-product-view .swatch-option.color:after {
  visibility: hidden;
  position: absolute;
  top: -3px;
  left: -3px;
  z-index: 1;
  width: 31px;
  height: 31px;
  line-height: 31px;
  font-family: lined-icons;
  speak: none;
  font-style: normal;
  font-weight: 900;
  font-variant: normal;
  font-size: 0.6vw;
  text-transform: none;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e116';
  color: #ffffff;
}
.theme-pearl.catalog-product-view .swatch-option.color:hover {
  position: relative;
  overflow: visible;
}
.theme-pearl.catalog-product-view .swatch-option.color:hover:before {
  visibility: visible;
  border: 1px solid #999999;
}
.theme-pearl.catalog-product-view .swatch-option.color.selected {
  position: relative;
  overflow: visible;
}
.theme-pearl.catalog-product-view .swatch-option.color.selected:before {
  visibility: visible;
  border: 1px solid #999999;
}
.theme-pearl.catalog-product-view .swatch-option.color.selected:after {
  visibility: visible;
  font-size: 10px;
}
.theme-pearl.catalog-product-view .swatch-option.color.selected[data-option-tooltip-value='#fff']:after,
.theme-pearl.catalog-product-view .swatch-option.color.selected[data-option-tooltip-value='#ffffff']:after,
.theme-pearl.catalog-product-view .swatch-option.color.selected[option-tooltip-value='#fff']:after,
.theme-pearl.catalog-product-view .swatch-option.color.selected[option-tooltip-value='#ffffff']:after {
  color: #000000;
}
.theme-pearl.catalog-product-view .swatch-option.color.disabled:after {
  visibility: visible;
  content: '';
}
.theme-pearl.catalog-product-view .swatch-option.color[data-option-tooltip-value='#fff'],
.theme-pearl.catalog-product-view .swatch-option.color[data-option-tooltip-value='#ffffff'],
.theme-pearl.catalog-product-view .swatch-option.color[option-tooltip-value='#fff'],
.theme-pearl.catalog-product-view .swatch-option.color[option-tooltip-value='#ffffff'] {
  border: 1px solid #cccccc !important;
}
.theme-pearl.catalog-product-view .swatch-option.color[data-option-tooltip-value='#fff']:before,
.theme-pearl.catalog-product-view .swatch-option.color[data-option-tooltip-value='#ffffff']:before,
.theme-pearl.catalog-product-view .swatch-option.color[option-tooltip-value='#fff']:before,
.theme-pearl.catalog-product-view .swatch-option.color[option-tooltip-value='#ffffff']:before {
  top: -4px;
  left: -4px;
}
.theme-pearl.catalog-product-view .swatch-option.color[data-option-tooltip-value='#fff']:after,
.theme-pearl.catalog-product-view .swatch-option.color[data-option-tooltip-value='#ffffff']:after,
.theme-pearl.catalog-product-view .swatch-option.color[option-tooltip-value='#fff']:after,
.theme-pearl.catalog-product-view .swatch-option.color[option-tooltip-value='#ffffff']:after {
  top: -4px;
  left: -4px;
}
.theme-pearl.catalog-product-view .swatch-option.text {
  line-height: 24px;
  padding: 0;
  font-size: 10px;
  margin-right: 15px;
}
.theme-pearl.catalog-product-view .swatch-option.text:before {
  visibility: hidden;
  position: absolute;
  top: -3px;
  left: -3px;
  z-index: 0;
  width: 31px;
  height: 31px;
  border: 1px solid transparent !important;
  border-radius: 25px !important;
  -moz-border-radius: 25px !important;
  -webkit-border-radius: 25px !important;
  content: '';
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.15s ease-in;
}
.theme-pearl.catalog-product-view .swatch-option.text:hover {
  position: relative;
  overflow: visible;
}
.theme-pearl.catalog-product-view .swatch-option.text:hover:before {
  visibility: visible;
  border: 1px solid #999999 !important;
}
.theme-pearl.catalog-product-view .swatch-option.text.selected {
  position: relative;
  overflow: visible;
}
.theme-pearl.catalog-product-view .swatch-option.text.selected:before {
  visibility: visible;
  border: 1px solid #999999 !important;
}
.theme-pearl.catalog-product-view .swatch-option[data-option-tooltip-value='#fff'],
.theme-pearl.catalog-product-view .swatch-option[data-option-tooltip-value='#ffffff'],
.theme-pearl.catalog-product-view .swatch-option[option-tooltip-value='#fff'],
.theme-pearl.catalog-product-view .swatch-option[option-tooltip-value='#ffffff'] {
  border: 1px solid #cccccc !important;
}
.theme-pearl.catalog-product-view .swatch-option:not(.image):not(.color):not(.text) {
  border: 1px solid #ddd !important;
}
.theme-pearl.catalog-product-view .swatch-option:not(.image):not(.color):not(.text):hover {
  border: 1px solid #999 !important;
}
.theme-pearl.catalog-product-view .swatch-option:not(.image):not(.color):not(.text).selected {
  border: 1px solid #999 !important;
}
.fotorama__arr {
  background-color: rgba(255, 255, 255, 0.3) !important;
}
.fotorama__arr:hover {
  background-color: rgba(255, 255, 255, 0.5) !important;
}
.fotorama__nav__frame--dot:focus .fotorama__dot {
  box-shadow: none;
}
.fotorama__nav__frame--dot:focus .fotorama__dot:after {
  box-shadow: none;
}
.theme-pearl.product-page-v1 .box-tocart .qty-wrapper,
.theme-pearl.product-page-v2 .box-tocart .qty-wrapper,
.theme-pearl.product-page-v3 .box-tocart .qty-wrapper,
.theme-pearl.product-page-v4 .box-tocart .qty-wrapper {
  border-radius: 1px;
  -o-border-radius: 1px;
  -ms-border-radius: 1px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
}
.theme-pearl.catalog-product-view .page-wrapper .fixed-cart-container .sticky-max-width {
  max-width: 1800px !important;
  width: 100% !important;
  margin: 0 auto !important;
}
.theme-pearl.catalog-product-view .no-border .product.data.items .nav-wrapper .tabs-title-wrapper {
  max-width: 1800px !important;
}
.theme-pearl.catalog-product-view .no-border .product.data.items .nav-wrapper-sticky .tabs-title-wrapper {
  padding: 0 15px;
}
.theme-pearl.catalog-product-view .page-main .columns .product.info.detailed .product.data.items .item.content.view-more-less-wrapper {
  max-height: 100%;
}
.product-page-v2.theme-pearl.catalog-product-view #pre-div,
.product-page-v2.theme-pearl.catalog-product-view {
  background-color: #FFFFFF !important;
}
.product-page-v2.theme-pearl.catalog-product-view #maincontent .product-items.owl-carousel.owl-center .owl-nav .owl-prev,
.product-page-v2.theme-pearl.catalog-product-view #maincontent .product-items.owl-carousel.owl-center .owl-nav .owl-next {
  background-color: rgba(255, 255, 255, 0.8) !important;
}
.product-page-v2.theme-pearl.catalog-product-view #maincontent .product-items.owl-carousel.owl-center .owl-nav.fullscreen .owl-prev,
.product-page-v2.theme-pearl.catalog-product-view #maincontent .product-items.owl-carousel.owl-center .owl-nav.fullscreen .owl-next {
  background-color: transparent !important;
}
.product-page-v2.theme-pearl.catalog-product-view #maincontent .product-items.owl-carousel.owl-center .owl-nav.fullscreen .owl-prev:hover,
.product-page-v2.theme-pearl.catalog-product-view #maincontent .product-items.owl-carousel.owl-center .owl-nav.fullscreen .owl-next:hover {
  background-color: transparent !important;
}
.theme-pearl.product-page-v3 .wp-productpage-prev-next:before {
  content: '';
  position: absolute;
  top: 0;
  left: -50%;
  width: 200%;
  height: 48px;
  z-index: -1;
  background-color: #FFFFFF;
}
.theme-pearl.product-page-v3 .page-wrapper,
.theme-pearl.product-page-v4 .page-wrapper {
  overflow-x: hidden;
}
.theme-pearl.product-page-v3 .fotorama_arr,
.theme-pearl.product-page-v4 .fotorama_arr,
.theme-pearl.product-page-v3 .fotoramathumb_arr,
.theme-pearl.product-page-v4 .fotoramathumb_arr {
  background-color: transparent;
}
.theme-pearl.product-page-v3 .column.main,
.theme-pearl.product-page-v4 .column.main {
  position: relative;
}
.theme-pearl.product-page-v3 .column.main:before,
.theme-pearl.product-page-v4 .column.main:before {
  content: '';
  position: absolute;
  top: 0;
  left: -50%;
  width: 200%;
  height: 100%;
  background-color: #FFFFFF;
  z-index: -1;
}
.theme-pearl.product-page-v3 .column.main .product-info-main,
.theme-pearl.product-page-v4 .column.main .product-info-main {
  padding-top: 7%;
  margin-top: 0px;
}
.theme-pearl.product-page-v3 .column.main .product-info-main.cart-summary,
.theme-pearl.product-page-v4 .column.main .product-info-main.cart-summary {
  padding-top: 75px !important;
}
.theme-pearl.product-page-v3 .column.main .product.info.detailed,
.theme-pearl.product-page-v4 .column.main .product.info.detailed {
  padding-top: 25px;
}
.theme-pearl.product-page-v3 .product.media.product_v4,
.theme-pearl.product-page-v4 .product.media.product_v4,
.theme-pearl.product-page-v3 .product_v3,
.theme-pearl.product-page-v4 .product_v3 {
  position: relative;
  display: inline-block;
  width: 100%;
}
.theme-pearl.product-page-v3 .product.media.product_v4 .product.media,
.theme-pearl.product-page-v4 .product.media.product_v4 .product.media,
.theme-pearl.product-page-v3 .product_v3 .product.media,
.theme-pearl.product-page-v4 .product_v3 .product.media,
.theme-pearl.product-page-v3 .product.media.product_v4 .product-info-main,
.theme-pearl.product-page-v4 .product.media.product_v4 .product-info-main,
.theme-pearl.product-page-v3 .product_v3 .product-info-main,
.theme-pearl.product-page-v4 .product_v3 .product-info-main {
  position: relative;
}
.theme-pearl.product-page-v3 .product.media.product_v4:before,
.theme-pearl.product-page-v4 .product.media.product_v4:before,
.theme-pearl.product-page-v3 .product_v3:before,
.theme-pearl.product-page-v4 .product_v3:before {
  content: '';
  position: absolute;
  top: 0;
  left: -50%;
  width: 200%;
  height: 100%;
  background-color: #FFFFFF;
}
.theme-pearl.product-page-v3.catalog-product-view #pre-div,
.theme-pearl.product-page-v4.catalog-product-view #pre-div {
  background-color: #FFFFFF;
}
.theme-pearl.product-page-v3.catalog-product-view #maincontent .product-items.owl-carousel.owl-center .owl-nav .owl-prev,
.theme-pearl.product-page-v4.catalog-product-view #maincontent .product-items.owl-carousel.owl-center .owl-nav .owl-prev,
.theme-pearl.product-page-v3.catalog-product-view #maincontent .product-items.owl-carousel.owl-center .owl-nav .owl-next,
.theme-pearl.product-page-v4.catalog-product-view #maincontent .product-items.owl-carousel.owl-center .owl-nav .owl-next {
  background-color: rgba(255, 255, 255, 0.8) !important;
}
.theme-pearl.product-page-v3.catalog-product-view #maincontent .product-items.owl-carousel.owl-center .owl-nav.fullscreen .owl-prev,
.theme-pearl.product-page-v4.catalog-product-view #maincontent .product-items.owl-carousel.owl-center .owl-nav.fullscreen .owl-prev,
.theme-pearl.product-page-v3.catalog-product-view #maincontent .product-items.owl-carousel.owl-center .owl-nav.fullscreen .owl-next,
.theme-pearl.product-page-v4.catalog-product-view #maincontent .product-items.owl-carousel.owl-center .owl-nav.fullscreen .owl-next {
  background-color: transparent !important;
}
.theme-pearl.product-page-v3.catalog-product-view #maincontent .product-items.owl-carousel.owl-center .owl-nav.fullscreen .owl-prev:hover,
.theme-pearl.product-page-v4.catalog-product-view #maincontent .product-items.owl-carousel.owl-center .owl-nav.fullscreen .owl-prev:hover,
.theme-pearl.product-page-v3.catalog-product-view #maincontent .product-items.owl-carousel.owl-center .owl-nav.fullscreen .owl-next:hover,
.theme-pearl.product-page-v4.catalog-product-view #maincontent .product-items.owl-carousel.owl-center .owl-nav.fullscreen .owl-next:hover {
  background-color: transparent !important;
}
.theme-pearl.product-page-v3.catalog-product-view .swatch-option.text,
.theme-pearl.product-page-v4.catalog-product-view .swatch-option.text {
  background-color: white;
}
.theme-pearl.catalog-product-view .fotorama__thumb-border {
  border: 1px solid #CCCCCC;
}
.theme-pearl.catalog-product-view .fotorama__nav-wrap--vertical .fotorama__nav--thumbs .fotorama__nav__frame .fotorama__thumb {
  border-bottom: 2px solid #FFFFFF;
}
.theme-pearl.catalog-product-view .fotorama__nav-wrap--vertical .fotorama__nav--thumbs .fotorama__nav__frame:last-of-type .fotorama__thumb {
  border: none;
}
.theme-pearl.catalog-product-view .product.data.items > .item.title > .switch,
.theme-pearl.catalog-product-view .product.data.items > .item.title > .switch:visited {
  background-color: #FFFFFF !important;
  color: #000000 !important;
}
.theme-pearl.catalog-product-view .product.data.items > .item.title:not(.disabled) > .switch:active,
.theme-pearl.catalog-product-view .product.info.detailed > .items > .item,
.theme-pearl.catalog-product-view .product.data.items > .item.title.active > .switch,
.theme-pearl.catalog-product-view .product.data.items > .item.title.active > .switch:focus,
.theme-pearl.catalog-product-view .product.data.items > .item.title.active > .switch:hover {
  background-color: #FFFFFF !important;
  color: #000000 !important;
}
.theme-pearl.catalog-product-view .product.info.detailed > .items > .item.title.active {
  position: relative;
}
.theme-pearl.catalog-product-view .product.info.detailed > .items > .item.title.active:before {
  content: '';
  position: absolute;
  background-color: #FFFFFF !important;
  width: (100% - 2px);
  height: 1px;
  bottom: -1px;
  left: 1px;
}
.theme-pearl.catalog-product-view .product.info.detailed > .items > .item.content input,
.theme-pearl.catalog-product-view .product.info.detailed > .items > .item.content select,
.theme-pearl.catalog-product-view .product.info.detailed > .items > .item.content textarea {
  background-color: #FFFFFF !important;
}
.theme-pearl.catalog-product-view .page-main .columns .product.info.detailed .product.data.items > .item.content {
  padding: 20px;
}
@media (max-width: 767px) {
  .theme-pearl.catalog-product-view .page-main .columns .product.info.detailed .product.data.items > .item.content {
    padding: 10px;
    margin-top: 0px !important;
  }
}
.theme-pearl.catalog-product-view .product.info.detailed.toggle-bg .data.item.content.togglec {
  padding: 20px;
}
.theme-pearl.catalog-product-view .product-info-main .page-title-wrapper .page-title {
  text-transform: none;
}
@media (min-width: 768px) {
  .theme-pearl.product-page-v4 .product-info-main {
    min-width: 450px;
    right: 20px !important;
  }
}
.actions .paypal-button {
  position: sticky;
}
/* Generated Less from WeltPixel_CategoryPage */
.canvas_icons {
  position: relative;
  top: 0;
  margin: 0 5px 0 0;
  padding: 0;
  width: 25px;
  height: 25px;
  line-height: 25px !important;
  text-align: center;
  font-size: 20px;
  display: inline-block;
  font-family: font-icons;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
}
.canvas_icons:before {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}
.swatch-option-tooltip {
  display: none !important;
}
@media (min-width: 768px), print {
  .page-products .grid.products-grid :not(.widget-product-grid) .product-item {
    width: 32.333333333333% !important;
  }
  .catalog-product-view .grid.products-grid .product-item {
    width: 24% !important;
  }
  .catalog-product-view .grid.products-grid .owl-item .product-item {
    width: 100% !important;
  }
  .page-products .grid.products-grid .product-items,
  .catalog-product-view .grid.products-grid .product-items {
    margin: 0 !important;
  }
  .page-products.page-layout-1column .grid.products-grid .product-item,
  .page-products.page-layout-2columns .grid.products-grid .product-item,
  .page-products .grid.products-grid .product-item {
    width: 32.333333333333%;
    margin-left: calc((100% - 3 * 32.333333333333%) / 3);
    padding: 0;
  }
  .page-products.page-layout-1column .grid.products-grid .product-item .product_image .product-item-actions .actions-secondary,
  .page-products.page-layout-2columns .grid.products-grid .product-item .product_image .product-item-actions .actions-secondary,
  .page-products .grid.products-grid .product-item .product_image .product-item-actions .actions-secondary {
    display: block;
  }
  .page-products.page-layout-1column .grid.products-grid .product-item:nth-child(3n+1),
  .page-products.page-layout-2columns .grid.products-grid .product-item:nth-child(3n+1),
  .page-products .grid.products-grid .product-item:nth-child(3n+1) {
    margin-left: calc((100% - 3 * 32.333333333333%) / 3);
  }
  .page-products.page-layout-1column .grid.products-grid .product-item:nth-child(4n+1),
  .page-products.page-layout-2columns .grid.products-grid .product-item:nth-child(4n+1),
  .page-products .grid.products-grid .product-item:nth-child(4n+1) {
    margin-left: calc((100% - 3 * 32.333333333333%) / 3);
  }
  .catalog-product-view .grid.products-grid .product-item {
    width: 24%;
    margin-left: calc((100% - 4 * 24%) / 4);
    padding: 0;
  }
  .catalog-product-view .grid.products-grid .product-item:nth-child(3n+1) {
    margin-left: calc((100% - 4 * 24%) / 4);
  }
  .page-products .grid.products-grid .product-item {
    width: 32.333333333333%;
  }
  .catalog-product-view .grid.products-grid .product-item {
    width: 24%;
  }
  .catalog-product-view .grid.products-grid .owl-item .product-item {
    width: 100% !important;
  }
  .page-products .grid.products-grid .product-item {
    width: 32.333333333333%;
  }
  .catalog-product-view .grid.products-grid .product-item {
    width: 24%;
  }
  .catalog-product-view .grid.products-grid .owl-item .product-item {
    width: 89% !important;
    margin: 0;
  }
}
.products-grid .product-item .product-item-info {
  width: 100% !important;
  position: relative;
  border: 0px solid transparent !important;
}
.products-grid .product-item .product-item-info:hover,
.products-grid .product-item .product-item-info.active {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2) !important;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2) !important;
  border: 0px solid #cccccc !important;
  position: relative;
}
.products-grid .product-item:hover {
  background: none repeat scroll 0 0 #ffffff;
}
.products-grid.wishlist .product-item .product-item-info {
  border: 1px solid transparent !important;
}
.products-grid.wishlist .product-item .product-item-info:hover {
  position: relative;
  box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.3) !important;
  border: 1px solid rgba(0, 0, 0, 0.3) !important;
}
.products-grid.wishlist .product-item .product-item-info:hover .product-item-inner {
  box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-top: none;
}
.products-grid.products-upsell .product-item .product-item-info {
  border-bottom: 0px solid transparent !important;
}
.products-grid.products-upsell .product-item .product-item-info:hover {
  border-bottom: 0px solid #cccccc !important;
}
.products-list .product-item:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2) !important;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2) !important;
  border: 0px solid #cccccc !important;
}
.products-grid .product-item .product-item-name {
  text-align: center !important;
}
.products-grid .product-item .product-item-name a {
  text-align: center !important;
  font-size: 17px !important;
  color: #363636 !important;
  text-transform: none;
}
.products-list .product-item .product-item-name {
  text-align: left !important;
}
.products-list .product-item .product-item-name a {
  text-align: left !important;
  font-size: 17px !important;
  color: #363636 !important;
  text-transform: none;
}
.products-grid .product-item .product-item-details .product-reviews-summary {
  text-align: center !important;
}
.products-grid .product-item .product-item-details .product-reviews-summary .reviews-actions,
.products-grid .product-item .product-item-details .product-reviews-summary .rating-summary {
  text-align: left !important;
}
.products-list .product-item .product-item-details .product-reviews-summary {
  text-align: left !important;
}
.products-list .product-item .product-item-details .product-reviews-summary .reviews-actions,
.products-list .product-item .product-item-details .product-reviews-summary .rating-summary {
  text-align: left !important;
}
.products-grid .product-item .product-item-details .price-box {
  text-align: center !important;
}
.products-grid .product-item .product-item-details .price-box .price-container .price-label {
  display: block !important;
}
.products-grid .product-item .product-item-details .price-box .price-container .price {
  font-size: 18px !important;
  color: #373535 !important;
}
.products-grid .product-item .product-item-details .price-box .old-price .price-container .price-label {
  display: none;
}
.products-grid .product-item .product-item-details .price-box .old-price .price-container .price {
  font-size: 18px !important;
  color: #373535 !important;
}
.products-grid .product-item .product-item-details .price-box .special-price .price-container .price-label {
  display: none;
}
.products-grid .product-item .product-item-details .price-box .special-price .price-container .price {
  font-size: 18px !important;
  color: #373535 !important;
}
#maincontent .products-list .product-item .product-item-details .price-box {
  text-align: left !important;
}
#maincontent .products-list .product-item .product-item-details .price-box .price-container .price-label {
  display: none;
}
#maincontent .products-list .product-item .product-item-details .price-box .price-container .price {
  font-size: 18px !important;
  color: #373535 !important;
}
#maincontent .products-list .product-item .product-item-details .price-box .old-price {
  margin-left: 10px;
}
#maincontent .products-list .product-item .product-item-details .price-box .old-price .price-container .price-label {
  display: none;
}
#maincontent .products-list .product-item .product-item-details .price-box .old-price .price-container .price {
  font-size: 18px !important;
  color: #373535 !important;
}
#maincontent .products-list .product-item .product-item-details .price-box .special-price .price-container .price-label {
  display: none;
}
#maincontent .products-list .product-item .product-item-details .price-box .special-price .price-container .price {
  font-size: 18px !important;
  color: #373535 !important;
}
.products-grid .swatch-attribute {
  text-align: center !important;
}
.products-grid .swatch-attribute .swatch-attribute-options {
  text-align: center !important;
  display: inline-block !important;
  padding: 2px 0;
}
.products-grid .swatch-attribute .swatch-attribute-options > a {
  float: left !important;
  display: inline-block !important;
}
.products-grid .swatch-attribute .swatch-attribute-options > a:hover {
  background: none;
}
.products-grid .product-item .swatch-attribute-options .swatch-option,
.products-grid .filter-options-item .swatch-attribute-options .swatch-option {
  outline: none !important;
  position: relative;
}
.products-grid .product-item .swatch-attribute-options .swatch-option.color,
.products-grid .filter-options-item .swatch-attribute-options .swatch-option.color,
.products-grid .product-item .swatch-attribute-options .swatch-option.image,
.products-grid .filter-options-item .swatch-attribute-options .swatch-option.image {
  border: none !important;
}
.products-grid .product-item .swatch-attribute-options .swatch-option.color:before,
.products-grid .filter-options-item .swatch-attribute-options .swatch-option.color:before,
.products-grid .product-item .swatch-attribute-options .swatch-option.image:before,
.products-grid .filter-options-item .swatch-attribute-options .swatch-option.image:before {
  visibility: hidden;
  position: absolute;
  top: 2px;
  left: 2px;
  z-index: 0;
  width: 21px;
  height: 21px;
  border: 3px solid transparent;
  border-radius: 25px !important;
  -moz-border-radius: 25px !important;
  -webkit-border-radius: 25px !important;
  visibility: visible;
  content: '';
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.15s ease-in;
}
.products-grid .product-item .swatch-attribute-options .swatch-option.color:after,
.products-grid .filter-options-item .swatch-attribute-options .swatch-option.color:after,
.products-grid .product-item .swatch-attribute-options .swatch-option.image:after,
.products-grid .filter-options-item .swatch-attribute-options .swatch-option.image:after {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-family: lined-icons;
  speak: none;
  font-style: normal;
  font-weight: 900;
  font-variant: normal;
  font-size: 12px;
  text-transform: none;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e116";
  color: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.products-grid .product-item .swatch-attribute-options .swatch-option.color:hover,
.products-grid .filter-options-item .swatch-attribute-options .swatch-option.color:hover,
.products-grid .product-item .swatch-attribute-options .swatch-option.image:hover,
.products-grid .filter-options-item .swatch-attribute-options .swatch-option.image:hover {
  position: relative;
  overflow: visible;
}
.products-grid .product-item .swatch-attribute-options .swatch-option.color:hover:before,
.products-grid .filter-options-item .swatch-attribute-options .swatch-option.color:hover:before,
.products-grid .product-item .swatch-attribute-options .swatch-option.image:hover:before,
.products-grid .filter-options-item .swatch-attribute-options .swatch-option.image:hover:before {
  visibility: visible;
  border: 3px solid white;
}
.products-grid .product-item .swatch-attribute-options .swatch-option.color.disabled:after,
.products-grid .filter-options-item .swatch-attribute-options .swatch-option.color.disabled:after,
.products-grid .product-item .swatch-attribute-options .swatch-option.image.disabled:after,
.products-grid .filter-options-item .swatch-attribute-options .swatch-option.image.disabled:after {
  visibility: visible !important;
  content: '';
}
.products-grid .product-item .swatch-attribute-options .swatch-option.color.selected,
.products-grid .filter-options-item .swatch-attribute-options .swatch-option.color.selected,
.products-grid .product-item .swatch-attribute-options .swatch-option.image.selected,
.products-grid .filter-options-item .swatch-attribute-options .swatch-option.image.selected {
  position: relative;
  overflow: visible;
}
.products-grid .product-item .swatch-attribute-options .swatch-option.color.selected:before,
.products-grid .filter-options-item .swatch-attribute-options .swatch-option.color.selected:before,
.products-grid .product-item .swatch-attribute-options .swatch-option.image.selected:before,
.products-grid .filter-options-item .swatch-attribute-options .swatch-option.image.selected:before {
  visibility: visible;
  border: 3px solid white;
}
.products-grid .product-item .swatch-attribute-options .swatch-option.color.selected:after,
.products-grid .filter-options-item .swatch-attribute-options .swatch-option.color.selected:after,
.products-grid .product-item .swatch-attribute-options .swatch-option.image.selected:after,
.products-grid .filter-options-item .swatch-attribute-options .swatch-option.image.selected:after {
  visibility: visible;
}
.products-grid .product-item .swatch-attribute-options .swatch-option.color.selected[data-option-tooltip-value='#fff']:after,
.products-grid .filter-options-item .swatch-attribute-options .swatch-option.color.selected[data-option-tooltip-value='#fff']:after,
.products-grid .product-item .swatch-attribute-options .swatch-option.image.selected[data-option-tooltip-value='#fff']:after,
.products-grid .filter-options-item .swatch-attribute-options .swatch-option.image.selected[data-option-tooltip-value='#fff']:after,
.products-grid .product-item .swatch-attribute-options .swatch-option.color.selected[data-option-tooltip-value='#ffffff']:after,
.products-grid .filter-options-item .swatch-attribute-options .swatch-option.color.selected[data-option-tooltip-value='#ffffff']:after,
.products-grid .product-item .swatch-attribute-options .swatch-option.image.selected[data-option-tooltip-value='#ffffff']:after,
.products-grid .filter-options-item .swatch-attribute-options .swatch-option.image.selected[data-option-tooltip-value='#ffffff']:after,
.products-grid .product-item .swatch-attribute-options .swatch-option.color.selected[option-tooltip-value='#fff']:after,
.products-grid .filter-options-item .swatch-attribute-options .swatch-option.color.selected[option-tooltip-value='#fff']:after,
.products-grid .product-item .swatch-attribute-options .swatch-option.image.selected[option-tooltip-value='#fff']:after,
.products-grid .filter-options-item .swatch-attribute-options .swatch-option.image.selected[option-tooltip-value='#fff']:after,
.products-grid .product-item .swatch-attribute-options .swatch-option.color.selected[option-tooltip-value='#ffffff']:after,
.products-grid .filter-options-item .swatch-attribute-options .swatch-option.color.selected[option-tooltip-value='#ffffff']:after,
.products-grid .product-item .swatch-attribute-options .swatch-option.image.selected[option-tooltip-value='#ffffff']:after,
.products-grid .filter-options-item .swatch-attribute-options .swatch-option.image.selected[option-tooltip-value='#ffffff']:after {
  color: #000000;
}
.products-grid .product-item .swatch-attribute-options .swatch-option.color[data-option-tooltip-value='#fff'],
.products-grid .filter-options-item .swatch-attribute-options .swatch-option.color[data-option-tooltip-value='#fff'],
.products-grid .product-item .swatch-attribute-options .swatch-option.image[data-option-tooltip-value='#fff'],
.products-grid .filter-options-item .swatch-attribute-options .swatch-option.image[data-option-tooltip-value='#fff'],
.products-grid .product-item .swatch-attribute-options .swatch-option.color[data-option-tooltip-value='#ffffff'],
.products-grid .filter-options-item .swatch-attribute-options .swatch-option.color[data-option-tooltip-value='#ffffff'],
.products-grid .product-item .swatch-attribute-options .swatch-option.image[data-option-tooltip-value='#ffffff'],
.products-grid .filter-options-item .swatch-attribute-options .swatch-option.image[data-option-tooltip-value='#ffffff'],
.products-grid .product-item .swatch-attribute-options .swatch-option.color[option-tooltip-value='#fff'],
.products-grid .filter-options-item .swatch-attribute-options .swatch-option.color[option-tooltip-value='#fff'],
.products-grid .product-item .swatch-attribute-options .swatch-option.image[option-tooltip-value='#fff'],
.products-grid .filter-options-item .swatch-attribute-options .swatch-option.image[option-tooltip-value='#fff'],
.products-grid .product-item .swatch-attribute-options .swatch-option.color[option-tooltip-value='#ffffff'],
.products-grid .filter-options-item .swatch-attribute-options .swatch-option.color[option-tooltip-value='#ffffff'],
.products-grid .product-item .swatch-attribute-options .swatch-option.image[option-tooltip-value='#ffffff'],
.products-grid .filter-options-item .swatch-attribute-options .swatch-option.image[option-tooltip-value='#ffffff'] {
  border: 1px solid #cccccc !important;
}
.products-grid .product-item .swatch-attribute-options .swatch-option.color[data-option-tooltip-value='#fff']:before,
.products-grid .filter-options-item .swatch-attribute-options .swatch-option.color[data-option-tooltip-value='#fff']:before,
.products-grid .product-item .swatch-attribute-options .swatch-option.image[data-option-tooltip-value='#fff']:before,
.products-grid .filter-options-item .swatch-attribute-options .swatch-option.image[data-option-tooltip-value='#fff']:before,
.products-grid .product-item .swatch-attribute-options .swatch-option.color[data-option-tooltip-value='#ffffff']:before,
.products-grid .filter-options-item .swatch-attribute-options .swatch-option.color[data-option-tooltip-value='#ffffff']:before,
.products-grid .product-item .swatch-attribute-options .swatch-option.image[data-option-tooltip-value='#ffffff']:before,
.products-grid .filter-options-item .swatch-attribute-options .swatch-option.image[data-option-tooltip-value='#ffffff']:before,
.products-grid .product-item .swatch-attribute-options .swatch-option.color[option-tooltip-value='#fff']:before,
.products-grid .filter-options-item .swatch-attribute-options .swatch-option.color[option-tooltip-value='#fff']:before,
.products-grid .product-item .swatch-attribute-options .swatch-option.image[option-tooltip-value='#fff']:before,
.products-grid .filter-options-item .swatch-attribute-options .swatch-option.image[option-tooltip-value='#fff']:before,
.products-grid .product-item .swatch-attribute-options .swatch-option.color[option-tooltip-value='#ffffff']:before,
.products-grid .filter-options-item .swatch-attribute-options .swatch-option.color[option-tooltip-value='#ffffff']:before,
.products-grid .product-item .swatch-attribute-options .swatch-option.image[option-tooltip-value='#ffffff']:before,
.products-grid .filter-options-item .swatch-attribute-options .swatch-option.image[option-tooltip-value='#ffffff']:before {
  top: 1px;
  left: 1px;
}
.products-grid .product-item .swatch-attribute-options .swatch-option.color[data-option-tooltip-value='#fff']:after,
.products-grid .filter-options-item .swatch-attribute-options .swatch-option.color[data-option-tooltip-value='#fff']:after,
.products-grid .product-item .swatch-attribute-options .swatch-option.image[data-option-tooltip-value='#fff']:after,
.products-grid .filter-options-item .swatch-attribute-options .swatch-option.image[data-option-tooltip-value='#fff']:after,
.products-grid .product-item .swatch-attribute-options .swatch-option.color[data-option-tooltip-value='#ffffff']:after,
.products-grid .filter-options-item .swatch-attribute-options .swatch-option.color[data-option-tooltip-value='#ffffff']:after,
.products-grid .product-item .swatch-attribute-options .swatch-option.image[data-option-tooltip-value='#ffffff']:after,
.products-grid .filter-options-item .swatch-attribute-options .swatch-option.image[data-option-tooltip-value='#ffffff']:after,
.products-grid .product-item .swatch-attribute-options .swatch-option.color[option-tooltip-value='#fff']:after,
.products-grid .filter-options-item .swatch-attribute-options .swatch-option.color[option-tooltip-value='#fff']:after,
.products-grid .product-item .swatch-attribute-options .swatch-option.image[option-tooltip-value='#fff']:after,
.products-grid .filter-options-item .swatch-attribute-options .swatch-option.image[option-tooltip-value='#fff']:after,
.products-grid .product-item .swatch-attribute-options .swatch-option.color[option-tooltip-value='#ffffff']:after,
.products-grid .filter-options-item .swatch-attribute-options .swatch-option.color[option-tooltip-value='#ffffff']:after,
.products-grid .product-item .swatch-attribute-options .swatch-option.image[option-tooltip-value='#ffffff']:after,
.products-grid .filter-options-item .swatch-attribute-options .swatch-option.image[option-tooltip-value='#ffffff']:after {
  top: 0px;
  left: 0px;
  color: #000000;
}
.products-grid .product-item .swatch-attribute-options .swatch-option.color[data-option-tooltip-value='#fff']:hover:before,
.products-grid .filter-options-item .swatch-attribute-options .swatch-option.color[data-option-tooltip-value='#fff']:hover:before,
.products-grid .product-item .swatch-attribute-options .swatch-option.image[data-option-tooltip-value='#fff']:hover:before,
.products-grid .filter-options-item .swatch-attribute-options .swatch-option.image[data-option-tooltip-value='#fff']:hover:before,
.products-grid .product-item .swatch-attribute-options .swatch-option.color[data-option-tooltip-value='#ffffff']:hover:before,
.products-grid .filter-options-item .swatch-attribute-options .swatch-option.color[data-option-tooltip-value='#ffffff']:hover:before,
.products-grid .product-item .swatch-attribute-options .swatch-option.image[data-option-tooltip-value='#ffffff']:hover:before,
.products-grid .filter-options-item .swatch-attribute-options .swatch-option.image[data-option-tooltip-value='#ffffff']:hover:before,
.products-grid .product-item .swatch-attribute-options .swatch-option.color[option-tooltip-value='#fff']:hover:before,
.products-grid .filter-options-item .swatch-attribute-options .swatch-option.color[option-tooltip-value='#fff']:hover:before,
.products-grid .product-item .swatch-attribute-options .swatch-option.image[option-tooltip-value='#fff']:hover:before,
.products-grid .filter-options-item .swatch-attribute-options .swatch-option.image[option-tooltip-value='#fff']:hover:before,
.products-grid .product-item .swatch-attribute-options .swatch-option.color[option-tooltip-value='#ffffff']:hover:before,
.products-grid .filter-options-item .swatch-attribute-options .swatch-option.color[option-tooltip-value='#ffffff']:hover:before,
.products-grid .product-item .swatch-attribute-options .swatch-option.image[option-tooltip-value='#ffffff']:hover:before,
.products-grid .filter-options-item .swatch-attribute-options .swatch-option.image[option-tooltip-value='#ffffff']:hover:before {
  border: 3px solid #ccc;
}
.products-grid .product-item .swatch-attribute-options .swatch-option.text,
.products-grid .filter-options-item .swatch-attribute-options .swatch-option.text {
  position: relative;
}
.products-grid .product-item .swatch-attribute-options .swatch-option.text.selected,
.products-grid .filter-options-item .swatch-attribute-options .swatch-option.text.selected,
.products-grid .product-item .swatch-attribute-options .swatch-option.text:hover,
.products-grid .filter-options-item .swatch-attribute-options .swatch-option.text:hover {
  position: relative;
  overflow: visible;
  border: 2px solid #999999 !important;
}
.products-grid .product-item .product-item-info .swatch-attribute {
  height: 0;
  text-align: center !important;
}
.products-grid .product-item .product-item-info .swatch-attribute .swatch-attribute-options {
  display: inline-block;
  text-align: center !important;
  padding: 2px 0;
}
.products-grid .product-item .product-item-info .swatch-attribute .swatch-attribute-options .swatch-option {
  float: left !important;
  clear: none !important;
}
.products-grid .product-item .swatch-attribute-options .swatch-option.text:before,
.products-grid .product-item .swatch-attribute-options .swatch-option.color:before {
  visibility: hidden !important;
}
.products-grid .product-item .swatch-attribute-options .swatch-option.text:after,
.products-grid .product-item .swatch-attribute-options .swatch-option.color:after {
  visibility: hidden !important;
}
.products-grid .product-item:hover .swatch-attribute,
.products-grid .product-item .product-item-info.active .swatch-attribute {
  height: auto;
}
.products-grid .product-item:hover .swatch-attribute-options,
.products-grid .product-item .product-item-info.active .swatch-attribute-options {
  height: auto;
}
.products-grid .product-item:hover .swatch-attribute-options .swatch-option.text:before,
.products-grid .product-item .product-item-info.active .swatch-attribute-options .swatch-option.text:before,
.products-grid .product-item:hover .swatch-attribute-options .swatch-option.color:before,
.products-grid .product-item .product-item-info.active .swatch-attribute-options .swatch-option.color:before {
  visibility: visible !important;
}
.products-grid .product-item:hover .swatch-attribute-options .swatch-option.text.selected:after,
.products-grid .product-item .product-item-info.active .swatch-attribute-options .swatch-option.text.selected:after,
.products-grid .product-item:hover .swatch-attribute-options .swatch-option.color.selected:after,
.products-grid .product-item .product-item-info.active .swatch-attribute-options .swatch-option.color.selected:after {
  visibility: visible !important;
}
.products-grid .product-item:hover .swatch-attribute-options .swatch-option.text.disabled:after,
.products-grid .product-item .product-item-info.active .swatch-attribute-options .swatch-option.text.disabled:after,
.products-grid .product-item:hover .swatch-attribute-options .swatch-option.color.disabled:after,
.products-grid .product-item .product-item-info.active .swatch-attribute-options .swatch-option.color.disabled:after {
  visibility: visible !important;
  content: '';
}
.products-grid .swatch-option {
  border-radius: 25px !important;
  -moz-border-radius: 25px !important;
  -webkit-border-radius: 25px !important;
  width: 25px !important;
  height: 25px !important;
  min-width: 25px !important;
  margin: 3px !important;
}
.products-grid .swatch-option.text {
  line-height: 23px !important;
  padding: 0 !important;
  font-size: 10px !important;
  margin: 3px !important;
}
.products-grid .swatch-option:not(.image):not(.color):not(.text) {
  border: 1px solid #ddd !important;
}
.products-grid .swatch-option:not(.image):not(.color):not(.text):hover {
  border: 1px solid #999 !important;
}
.products-grid .swatch-option:not(.image):not(.color):not(.text).selected {
  border: 1px solid #999 !important;
}
.products-list .swatch-attribute {
  text-align: left !important;
}
.products-list .swatch-attribute .swatch-attribute-options {
  text-align: left !important;
  display: inline-block !important;
  padding: 2px 0;
}
.products-list .swatch-attribute .swatch-attribute-options > a {
  float: left !important;
  display: inline-block !important;
}
.products-list .swatch-attribute .swatch-attribute-options > a:hover {
  background: none;
}
.products-list .product-item .swatch-attribute-options .swatch-option,
.products-list .filter-options-item .swatch-attribute-options .swatch-option {
  outline: none !important;
  position: relative;
}
.products-list .product-item .swatch-attribute-options .swatch-option.color,
.products-list .filter-options-item .swatch-attribute-options .swatch-option.color,
.products-list .product-item .swatch-attribute-options .swatch-option.image,
.products-list .filter-options-item .swatch-attribute-options .swatch-option.image {
  border: none !important;
}
.products-list .product-item .swatch-attribute-options .swatch-option.color:before,
.products-list .filter-options-item .swatch-attribute-options .swatch-option.color:before,
.products-list .product-item .swatch-attribute-options .swatch-option.image:before,
.products-list .filter-options-item .swatch-attribute-options .swatch-option.image:before {
  visibility: hidden;
  position: absolute;
  top: 2px;
  left: 2px;
  z-index: 0;
  width: 21px;
  height: 21px;
  border: 3px solid transparent;
  border-radius: 25px !important;
  -moz-border-radius: 25px !important;
  -webkit-border-radius: 25px !important;
  visibility: visible;
  content: '';
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.15s ease-in;
}
.products-list .product-item .swatch-attribute-options .swatch-option.color:after,
.products-list .filter-options-item .swatch-attribute-options .swatch-option.color:after,
.products-list .product-item .swatch-attribute-options .swatch-option.image:after,
.products-list .filter-options-item .swatch-attribute-options .swatch-option.image:after {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-family: lined-icons;
  speak: none;
  font-style: normal;
  font-weight: 900;
  font-variant: normal;
  font-size: 12px;
  text-transform: none;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e116";
  color: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.products-list .product-item .swatch-attribute-options .swatch-option.color:hover,
.products-list .filter-options-item .swatch-attribute-options .swatch-option.color:hover,
.products-list .product-item .swatch-attribute-options .swatch-option.image:hover,
.products-list .filter-options-item .swatch-attribute-options .swatch-option.image:hover {
  position: relative;
  overflow: visible;
}
.products-list .product-item .swatch-attribute-options .swatch-option.color:hover:before,
.products-list .filter-options-item .swatch-attribute-options .swatch-option.color:hover:before,
.products-list .product-item .swatch-attribute-options .swatch-option.image:hover:before,
.products-list .filter-options-item .swatch-attribute-options .swatch-option.image:hover:before {
  visibility: visible;
  border: 3px solid white;
}
.products-list .product-item .swatch-attribute-options .swatch-option.color.disabled:after,
.products-list .filter-options-item .swatch-attribute-options .swatch-option.color.disabled:after,
.products-list .product-item .swatch-attribute-options .swatch-option.image.disabled:after,
.products-list .filter-options-item .swatch-attribute-options .swatch-option.image.disabled:after {
  visibility: visible !important;
  content: '';
}
.products-list .product-item .swatch-attribute-options .swatch-option.color.selected,
.products-list .filter-options-item .swatch-attribute-options .swatch-option.color.selected,
.products-list .product-item .swatch-attribute-options .swatch-option.image.selected,
.products-list .filter-options-item .swatch-attribute-options .swatch-option.image.selected {
  position: relative;
  overflow: visible;
}
.products-list .product-item .swatch-attribute-options .swatch-option.color.selected:before,
.products-list .filter-options-item .swatch-attribute-options .swatch-option.color.selected:before,
.products-list .product-item .swatch-attribute-options .swatch-option.image.selected:before,
.products-list .filter-options-item .swatch-attribute-options .swatch-option.image.selected:before {
  visibility: visible;
  border: 3px solid white;
}
.products-list .product-item .swatch-attribute-options .swatch-option.color.selected:after,
.products-list .filter-options-item .swatch-attribute-options .swatch-option.color.selected:after,
.products-list .product-item .swatch-attribute-options .swatch-option.image.selected:after,
.products-list .filter-options-item .swatch-attribute-options .swatch-option.image.selected:after {
  visibility: visible;
}
.products-list .product-item .swatch-attribute-options .swatch-option.color.selected[data-option-tooltip-value='#fff']:after,
.products-list .filter-options-item .swatch-attribute-options .swatch-option.color.selected[data-option-tooltip-value='#fff']:after,
.products-list .product-item .swatch-attribute-options .swatch-option.image.selected[data-option-tooltip-value='#fff']:after,
.products-list .filter-options-item .swatch-attribute-options .swatch-option.image.selected[data-option-tooltip-value='#fff']:after,
.products-list .product-item .swatch-attribute-options .swatch-option.color.selected[data-option-tooltip-value='#ffffff']:after,
.products-list .filter-options-item .swatch-attribute-options .swatch-option.color.selected[data-option-tooltip-value='#ffffff']:after,
.products-list .product-item .swatch-attribute-options .swatch-option.image.selected[data-option-tooltip-value='#ffffff']:after,
.products-list .filter-options-item .swatch-attribute-options .swatch-option.image.selected[data-option-tooltip-value='#ffffff']:after,
.products-list .product-item .swatch-attribute-options .swatch-option.color.selected[option-tooltip-value='#fff']:after,
.products-list .filter-options-item .swatch-attribute-options .swatch-option.color.selected[option-tooltip-value='#fff']:after,
.products-list .product-item .swatch-attribute-options .swatch-option.image.selected[option-tooltip-value='#fff']:after,
.products-list .filter-options-item .swatch-attribute-options .swatch-option.image.selected[option-tooltip-value='#fff']:after,
.products-list .product-item .swatch-attribute-options .swatch-option.color.selected[option-tooltip-value='#ffffff']:after,
.products-list .filter-options-item .swatch-attribute-options .swatch-option.color.selected[option-tooltip-value='#ffffff']:after,
.products-list .product-item .swatch-attribute-options .swatch-option.image.selected[option-tooltip-value='#ffffff']:after,
.products-list .filter-options-item .swatch-attribute-options .swatch-option.image.selected[option-tooltip-value='#ffffff']:after {
  color: #000000;
}
.products-list .product-item .swatch-attribute-options .swatch-option.color[data-option-tooltip-value='#fff'],
.products-list .filter-options-item .swatch-attribute-options .swatch-option.color[data-option-tooltip-value='#fff'],
.products-list .product-item .swatch-attribute-options .swatch-option.image[data-option-tooltip-value='#fff'],
.products-list .filter-options-item .swatch-attribute-options .swatch-option.image[data-option-tooltip-value='#fff'],
.products-list .product-item .swatch-attribute-options .swatch-option.color[data-option-tooltip-value='#ffffff'],
.products-list .filter-options-item .swatch-attribute-options .swatch-option.color[data-option-tooltip-value='#ffffff'],
.products-list .product-item .swatch-attribute-options .swatch-option.image[data-option-tooltip-value='#ffffff'],
.products-list .filter-options-item .swatch-attribute-options .swatch-option.image[data-option-tooltip-value='#ffffff'],
.products-list .product-item .swatch-attribute-options .swatch-option.color[option-tooltip-value='#fff'],
.products-list .filter-options-item .swatch-attribute-options .swatch-option.color[option-tooltip-value='#fff'],
.products-list .product-item .swatch-attribute-options .swatch-option.image[option-tooltip-value='#fff'],
.products-list .filter-options-item .swatch-attribute-options .swatch-option.image[option-tooltip-value='#fff'],
.products-list .product-item .swatch-attribute-options .swatch-option.color[option-tooltip-value='#ffffff'],
.products-list .filter-options-item .swatch-attribute-options .swatch-option.color[option-tooltip-value='#ffffff'],
.products-list .product-item .swatch-attribute-options .swatch-option.image[option-tooltip-value='#ffffff'],
.products-list .filter-options-item .swatch-attribute-options .swatch-option.image[option-tooltip-value='#ffffff'] {
  border: 1px solid #cccccc !important;
}
.products-list .product-item .swatch-attribute-options .swatch-option.color[data-option-tooltip-value='#fff']:before,
.products-list .filter-options-item .swatch-attribute-options .swatch-option.color[data-option-tooltip-value='#fff']:before,
.products-list .product-item .swatch-attribute-options .swatch-option.image[data-option-tooltip-value='#fff']:before,
.products-list .filter-options-item .swatch-attribute-options .swatch-option.image[data-option-tooltip-value='#fff']:before,
.products-list .product-item .swatch-attribute-options .swatch-option.color[data-option-tooltip-value='#ffffff']:before,
.products-list .filter-options-item .swatch-attribute-options .swatch-option.color[data-option-tooltip-value='#ffffff']:before,
.products-list .product-item .swatch-attribute-options .swatch-option.image[data-option-tooltip-value='#ffffff']:before,
.products-list .filter-options-item .swatch-attribute-options .swatch-option.image[data-option-tooltip-value='#ffffff']:before,
.products-list .product-item .swatch-attribute-options .swatch-option.color[option-tooltip-value='#fff']:before,
.products-list .filter-options-item .swatch-attribute-options .swatch-option.color[option-tooltip-value='#fff']:before,
.products-list .product-item .swatch-attribute-options .swatch-option.image[option-tooltip-value='#fff']:before,
.products-list .filter-options-item .swatch-attribute-options .swatch-option.image[option-tooltip-value='#fff']:before,
.products-list .product-item .swatch-attribute-options .swatch-option.color[option-tooltip-value='#ffffff']:before,
.products-list .filter-options-item .swatch-attribute-options .swatch-option.color[option-tooltip-value='#ffffff']:before,
.products-list .product-item .swatch-attribute-options .swatch-option.image[option-tooltip-value='#ffffff']:before,
.products-list .filter-options-item .swatch-attribute-options .swatch-option.image[option-tooltip-value='#ffffff']:before {
  top: 1px;
  left: 1px;
}
.products-list .product-item .swatch-attribute-options .swatch-option.color[data-option-tooltip-value='#fff']:after,
.products-list .filter-options-item .swatch-attribute-options .swatch-option.color[data-option-tooltip-value='#fff']:after,
.products-list .product-item .swatch-attribute-options .swatch-option.image[data-option-tooltip-value='#fff']:after,
.products-list .filter-options-item .swatch-attribute-options .swatch-option.image[data-option-tooltip-value='#fff']:after,
.products-list .product-item .swatch-attribute-options .swatch-option.color[data-option-tooltip-value='#ffffff']:after,
.products-list .filter-options-item .swatch-attribute-options .swatch-option.color[data-option-tooltip-value='#ffffff']:after,
.products-list .product-item .swatch-attribute-options .swatch-option.image[data-option-tooltip-value='#ffffff']:after,
.products-list .filter-options-item .swatch-attribute-options .swatch-option.image[data-option-tooltip-value='#ffffff']:after,
.products-list .product-item .swatch-attribute-options .swatch-option.color[option-tooltip-value='#fff']:after,
.products-list .filter-options-item .swatch-attribute-options .swatch-option.color[option-tooltip-value='#fff']:after,
.products-list .product-item .swatch-attribute-options .swatch-option.image[option-tooltip-value='#fff']:after,
.products-list .filter-options-item .swatch-attribute-options .swatch-option.image[option-tooltip-value='#fff']:after,
.products-list .product-item .swatch-attribute-options .swatch-option.color[option-tooltip-value='#ffffff']:after,
.products-list .filter-options-item .swatch-attribute-options .swatch-option.color[option-tooltip-value='#ffffff']:after,
.products-list .product-item .swatch-attribute-options .swatch-option.image[option-tooltip-value='#ffffff']:after,
.products-list .filter-options-item .swatch-attribute-options .swatch-option.image[option-tooltip-value='#ffffff']:after {
  top: 0px;
  left: 0px;
  color: #000000;
}
.products-list .product-item .swatch-attribute-options .swatch-option.color[data-option-tooltip-value='#fff']:hover:before,
.products-list .filter-options-item .swatch-attribute-options .swatch-option.color[data-option-tooltip-value='#fff']:hover:before,
.products-list .product-item .swatch-attribute-options .swatch-option.image[data-option-tooltip-value='#fff']:hover:before,
.products-list .filter-options-item .swatch-attribute-options .swatch-option.image[data-option-tooltip-value='#fff']:hover:before,
.products-list .product-item .swatch-attribute-options .swatch-option.color[data-option-tooltip-value='#ffffff']:hover:before,
.products-list .filter-options-item .swatch-attribute-options .swatch-option.color[data-option-tooltip-value='#ffffff']:hover:before,
.products-list .product-item .swatch-attribute-options .swatch-option.image[data-option-tooltip-value='#ffffff']:hover:before,
.products-list .filter-options-item .swatch-attribute-options .swatch-option.image[data-option-tooltip-value='#ffffff']:hover:before,
.products-list .product-item .swatch-attribute-options .swatch-option.color[option-tooltip-value='#fff']:hover:before,
.products-list .filter-options-item .swatch-attribute-options .swatch-option.color[option-tooltip-value='#fff']:hover:before,
.products-list .product-item .swatch-attribute-options .swatch-option.image[option-tooltip-value='#fff']:hover:before,
.products-list .filter-options-item .swatch-attribute-options .swatch-option.image[option-tooltip-value='#fff']:hover:before,
.products-list .product-item .swatch-attribute-options .swatch-option.color[option-tooltip-value='#ffffff']:hover:before,
.products-list .filter-options-item .swatch-attribute-options .swatch-option.color[option-tooltip-value='#ffffff']:hover:before,
.products-list .product-item .swatch-attribute-options .swatch-option.image[option-tooltip-value='#ffffff']:hover:before,
.products-list .filter-options-item .swatch-attribute-options .swatch-option.image[option-tooltip-value='#ffffff']:hover:before {
  border: 3px solid #ccc;
}
.products-list .product-item .swatch-attribute-options .swatch-option.text,
.products-list .filter-options-item .swatch-attribute-options .swatch-option.text {
  position: relative;
}
.products-list .product-item .swatch-attribute-options .swatch-option.text.selected,
.products-list .filter-options-item .swatch-attribute-options .swatch-option.text.selected,
.products-list .product-item .swatch-attribute-options .swatch-option.text:hover,
.products-list .filter-options-item .swatch-attribute-options .swatch-option.text:hover {
  position: relative;
  overflow: visible;
  border: 2px solid #999999 !important;
}
.products-list .product-item .product-item-info .swatch-attribute {
  height: auto;
  text-align: left !important;
}
.products-list .product-item .product-item-info .swatch-attribute .swatch-attribute-options {
  display: inline-block;
  text-align: left !important;
  padding: 2px 0;
}
.products-list .product-item .product-item-info .swatch-attribute .swatch-attribute-options .swatch-option {
  float: left !important;
  clear: none !important;
}
.products-list .product-item .swatch-attribute-options .swatch-option.text:before,
.products-list .product-item .swatch-attribute-options .swatch-option.color:before {
  visibility: hidden !important;
}
.products-list .product-item .swatch-attribute-options .swatch-option.text:after,
.products-list .product-item .swatch-attribute-options .swatch-option.color:after {
  visibility: hidden !important;
}
.products-list .product-item:hover .swatch-attribute,
.products-list .product-item .product-item-info.active .swatch-attribute {
  height: auto;
}
.products-list .product-item:hover .swatch-attribute-options,
.products-list .product-item .product-item-info.active .swatch-attribute-options {
  height: auto;
}
.products-list .product-item:hover .swatch-attribute-options .swatch-option.text:before,
.products-list .product-item .product-item-info.active .swatch-attribute-options .swatch-option.text:before,
.products-list .product-item:hover .swatch-attribute-options .swatch-option.color:before,
.products-list .product-item .product-item-info.active .swatch-attribute-options .swatch-option.color:before {
  visibility: visible !important;
}
.products-list .product-item:hover .swatch-attribute-options .swatch-option.text.selected:after,
.products-list .product-item .product-item-info.active .swatch-attribute-options .swatch-option.text.selected:after,
.products-list .product-item:hover .swatch-attribute-options .swatch-option.color.selected:after,
.products-list .product-item .product-item-info.active .swatch-attribute-options .swatch-option.color.selected:after {
  visibility: visible !important;
}
.products-list .product-item:hover .swatch-attribute-options .swatch-option.text.disabled:after,
.products-list .product-item .product-item-info.active .swatch-attribute-options .swatch-option.text.disabled:after,
.products-list .product-item:hover .swatch-attribute-options .swatch-option.color.disabled:after,
.products-list .product-item .product-item-info.active .swatch-attribute-options .swatch-option.color.disabled:after {
  visibility: visible !important;
  content: '';
}
.products-list .swatch-option {
  border-radius: 25px !important;
  -moz-border-radius: 25px !important;
  -webkit-border-radius: 25px !important;
  width: 25px !important;
  height: 25px !important;
  min-width: 25px !important;
  margin: 3px !important;
}
.products-list .swatch-option.text {
  line-height: 23px !important;
  padding: 0 !important;
  font-size: 10px !important;
  margin: 3px !important;
}
.products-list .swatch-option:not(.image):not(.color):not(.text) {
  border: 1px solid #ddd !important;
}
.products-list .swatch-option:not(.image):not(.color):not(.text):hover {
  border: 1px solid #999 !important;
}
.products-list .swatch-option:not(.image):not(.color):not(.text).selected {
  border: 1px solid #999 !important;
}
.sidebar #layered-filter-block .filter-options .swatch-attribute {
  text-align: center !important;
}
.sidebar #layered-filter-block .filter-options .swatch-attribute .swatch-attribute-options {
  text-align: center !important;
  display: inline-block !important;
  padding: 2px 0;
}
.sidebar #layered-filter-block .filter-options .swatch-attribute .swatch-attribute-options > a {
  float: left !important;
  display: inline-block !important;
}
.sidebar #layered-filter-block .filter-options .swatch-attribute .swatch-attribute-options > a:hover {
  background: none;
}
.sidebar #layered-filter-block .filter-options .product-item .swatch-attribute-options .swatch-option,
.sidebar #layered-filter-block .filter-options .filter-options-item .swatch-attribute-options .swatch-option {
  outline: none !important;
  position: relative;
}
.sidebar #layered-filter-block .filter-options .product-item .swatch-attribute-options .swatch-option.color,
.sidebar #layered-filter-block .filter-options .filter-options-item .swatch-attribute-options .swatch-option.color,
.sidebar #layered-filter-block .filter-options .product-item .swatch-attribute-options .swatch-option.image,
.sidebar #layered-filter-block .filter-options .filter-options-item .swatch-attribute-options .swatch-option.image {
  border: none !important;
}
.sidebar #layered-filter-block .filter-options .product-item .swatch-attribute-options .swatch-option.color:before,
.sidebar #layered-filter-block .filter-options .filter-options-item .swatch-attribute-options .swatch-option.color:before,
.sidebar #layered-filter-block .filter-options .product-item .swatch-attribute-options .swatch-option.image:before,
.sidebar #layered-filter-block .filter-options .filter-options-item .swatch-attribute-options .swatch-option.image:before {
  visibility: hidden;
  position: absolute;
  top: 2px;
  left: 2px;
  z-index: 0;
  width: 21px;
  height: 21px;
  border: 3px solid transparent;
  border-radius: 25px !important;
  -moz-border-radius: 25px !important;
  -webkit-border-radius: 25px !important;
  visibility: visible;
  content: '';
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.15s ease-in;
}
.sidebar #layered-filter-block .filter-options .product-item .swatch-attribute-options .swatch-option.color:after,
.sidebar #layered-filter-block .filter-options .filter-options-item .swatch-attribute-options .swatch-option.color:after,
.sidebar #layered-filter-block .filter-options .product-item .swatch-attribute-options .swatch-option.image:after,
.sidebar #layered-filter-block .filter-options .filter-options-item .swatch-attribute-options .swatch-option.image:after {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-family: lined-icons;
  speak: none;
  font-style: normal;
  font-weight: 900;
  font-variant: normal;
  font-size: 12px;
  text-transform: none;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e116";
  color: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sidebar #layered-filter-block .filter-options .product-item .swatch-attribute-options .swatch-option.color:hover,
.sidebar #layered-filter-block .filter-options .filter-options-item .swatch-attribute-options .swatch-option.color:hover,
.sidebar #layered-filter-block .filter-options .product-item .swatch-attribute-options .swatch-option.image:hover,
.sidebar #layered-filter-block .filter-options .filter-options-item .swatch-attribute-options .swatch-option.image:hover {
  position: relative;
  overflow: visible;
}
.sidebar #layered-filter-block .filter-options .product-item .swatch-attribute-options .swatch-option.color:hover:before,
.sidebar #layered-filter-block .filter-options .filter-options-item .swatch-attribute-options .swatch-option.color:hover:before,
.sidebar #layered-filter-block .filter-options .product-item .swatch-attribute-options .swatch-option.image:hover:before,
.sidebar #layered-filter-block .filter-options .filter-options-item .swatch-attribute-options .swatch-option.image:hover:before {
  visibility: visible;
  border: 3px solid white;
}
.sidebar #layered-filter-block .filter-options .product-item .swatch-attribute-options .swatch-option.color.disabled:after,
.sidebar #layered-filter-block .filter-options .filter-options-item .swatch-attribute-options .swatch-option.color.disabled:after,
.sidebar #layered-filter-block .filter-options .product-item .swatch-attribute-options .swatch-option.image.disabled:after,
.sidebar #layered-filter-block .filter-options .filter-options-item .swatch-attribute-options .swatch-option.image.disabled:after {
  visibility: visible !important;
  content: '';
}
.sidebar #layered-filter-block .filter-options .product-item .swatch-attribute-options .swatch-option.color.selected,
.sidebar #layered-filter-block .filter-options .filter-options-item .swatch-attribute-options .swatch-option.color.selected,
.sidebar #layered-filter-block .filter-options .product-item .swatch-attribute-options .swatch-option.image.selected,
.sidebar #layered-filter-block .filter-options .filter-options-item .swatch-attribute-options .swatch-option.image.selected {
  position: relative;
  overflow: visible;
}
.sidebar #layered-filter-block .filter-options .product-item .swatch-attribute-options .swatch-option.color.selected:before,
.sidebar #layered-filter-block .filter-options .filter-options-item .swatch-attribute-options .swatch-option.color.selected:before,
.sidebar #layered-filter-block .filter-options .product-item .swatch-attribute-options .swatch-option.image.selected:before,
.sidebar #layered-filter-block .filter-options .filter-options-item .swatch-attribute-options .swatch-option.image.selected:before {
  visibility: visible;
  border: 3px solid white;
}
.sidebar #layered-filter-block .filter-options .product-item .swatch-attribute-options .swatch-option.color.selected:after,
.sidebar #layered-filter-block .filter-options .filter-options-item .swatch-attribute-options .swatch-option.color.selected:after,
.sidebar #layered-filter-block .filter-options .product-item .swatch-attribute-options .swatch-option.image.selected:after,
.sidebar #layered-filter-block .filter-options .filter-options-item .swatch-attribute-options .swatch-option.image.selected:after {
  visibility: visible;
}
.sidebar #layered-filter-block .filter-options .product-item .swatch-attribute-options .swatch-option.color.selected[data-option-tooltip-value='#fff']:after,
.sidebar #layered-filter-block .filter-options .filter-options-item .swatch-attribute-options .swatch-option.color.selected[data-option-tooltip-value='#fff']:after,
.sidebar #layered-filter-block .filter-options .product-item .swatch-attribute-options .swatch-option.image.selected[data-option-tooltip-value='#fff']:after,
.sidebar #layered-filter-block .filter-options .filter-options-item .swatch-attribute-options .swatch-option.image.selected[data-option-tooltip-value='#fff']:after,
.sidebar #layered-filter-block .filter-options .product-item .swatch-attribute-options .swatch-option.color.selected[data-option-tooltip-value='#ffffff']:after,
.sidebar #layered-filter-block .filter-options .filter-options-item .swatch-attribute-options .swatch-option.color.selected[data-option-tooltip-value='#ffffff']:after,
.sidebar #layered-filter-block .filter-options .product-item .swatch-attribute-options .swatch-option.image.selected[data-option-tooltip-value='#ffffff']:after,
.sidebar #layered-filter-block .filter-options .filter-options-item .swatch-attribute-options .swatch-option.image.selected[data-option-tooltip-value='#ffffff']:after,
.sidebar #layered-filter-block .filter-options .product-item .swatch-attribute-options .swatch-option.color.selected[option-tooltip-value='#fff']:after,
.sidebar #layered-filter-block .filter-options .filter-options-item .swatch-attribute-options .swatch-option.color.selected[option-tooltip-value='#fff']:after,
.sidebar #layered-filter-block .filter-options .product-item .swatch-attribute-options .swatch-option.image.selected[option-tooltip-value='#fff']:after,
.sidebar #layered-filter-block .filter-options .filter-options-item .swatch-attribute-options .swatch-option.image.selected[option-tooltip-value='#fff']:after,
.sidebar #layered-filter-block .filter-options .product-item .swatch-attribute-options .swatch-option.color.selected[option-tooltip-value='#ffffff']:after,
.sidebar #layered-filter-block .filter-options .filter-options-item .swatch-attribute-options .swatch-option.color.selected[option-tooltip-value='#ffffff']:after,
.sidebar #layered-filter-block .filter-options .product-item .swatch-attribute-options .swatch-option.image.selected[option-tooltip-value='#ffffff']:after,
.sidebar #layered-filter-block .filter-options .filter-options-item .swatch-attribute-options .swatch-option.image.selected[option-tooltip-value='#ffffff']:after {
  color: #000000;
}
.sidebar #layered-filter-block .filter-options .product-item .swatch-attribute-options .swatch-option.color[data-option-tooltip-value='#fff'],
.sidebar #layered-filter-block .filter-options .filter-options-item .swatch-attribute-options .swatch-option.color[data-option-tooltip-value='#fff'],
.sidebar #layered-filter-block .filter-options .product-item .swatch-attribute-options .swatch-option.image[data-option-tooltip-value='#fff'],
.sidebar #layered-filter-block .filter-options .filter-options-item .swatch-attribute-options .swatch-option.image[data-option-tooltip-value='#fff'],
.sidebar #layered-filter-block .filter-options .product-item .swatch-attribute-options .swatch-option.color[data-option-tooltip-value='#ffffff'],
.sidebar #layered-filter-block .filter-options .filter-options-item .swatch-attribute-options .swatch-option.color[data-option-tooltip-value='#ffffff'],
.sidebar #layered-filter-block .filter-options .product-item .swatch-attribute-options .swatch-option.image[data-option-tooltip-value='#ffffff'],
.sidebar #layered-filter-block .filter-options .filter-options-item .swatch-attribute-options .swatch-option.image[data-option-tooltip-value='#ffffff'],
.sidebar #layered-filter-block .filter-options .product-item .swatch-attribute-options .swatch-option.color[option-tooltip-value='#fff'],
.sidebar #layered-filter-block .filter-options .filter-options-item .swatch-attribute-options .swatch-option.color[option-tooltip-value='#fff'],
.sidebar #layered-filter-block .filter-options .product-item .swatch-attribute-options .swatch-option.image[option-tooltip-value='#fff'],
.sidebar #layered-filter-block .filter-options .filter-options-item .swatch-attribute-options .swatch-option.image[option-tooltip-value='#fff'],
.sidebar #layered-filter-block .filter-options .product-item .swatch-attribute-options .swatch-option.color[option-tooltip-value='#ffffff'],
.sidebar #layered-filter-block .filter-options .filter-options-item .swatch-attribute-options .swatch-option.color[option-tooltip-value='#ffffff'],
.sidebar #layered-filter-block .filter-options .product-item .swatch-attribute-options .swatch-option.image[option-tooltip-value='#ffffff'],
.sidebar #layered-filter-block .filter-options .filter-options-item .swatch-attribute-options .swatch-option.image[option-tooltip-value='#ffffff'] {
  border: 1px solid #cccccc !important;
}
.sidebar #layered-filter-block .filter-options .product-item .swatch-attribute-options .swatch-option.color[data-option-tooltip-value='#fff']:before,
.sidebar #layered-filter-block .filter-options .filter-options-item .swatch-attribute-options .swatch-option.color[data-option-tooltip-value='#fff']:before,
.sidebar #layered-filter-block .filter-options .product-item .swatch-attribute-options .swatch-option.image[data-option-tooltip-value='#fff']:before,
.sidebar #layered-filter-block .filter-options .filter-options-item .swatch-attribute-options .swatch-option.image[data-option-tooltip-value='#fff']:before,
.sidebar #layered-filter-block .filter-options .product-item .swatch-attribute-options .swatch-option.color[data-option-tooltip-value='#ffffff']:before,
.sidebar #layered-filter-block .filter-options .filter-options-item .swatch-attribute-options .swatch-option.color[data-option-tooltip-value='#ffffff']:before,
.sidebar #layered-filter-block .filter-options .product-item .swatch-attribute-options .swatch-option.image[data-option-tooltip-value='#ffffff']:before,
.sidebar #layered-filter-block .filter-options .filter-options-item .swatch-attribute-options .swatch-option.image[data-option-tooltip-value='#ffffff']:before,
.sidebar #layered-filter-block .filter-options .product-item .swatch-attribute-options .swatch-option.color[option-tooltip-value='#fff']:before,
.sidebar #layered-filter-block .filter-options .filter-options-item .swatch-attribute-options .swatch-option.color[option-tooltip-value='#fff']:before,
.sidebar #layered-filter-block .filter-options .product-item .swatch-attribute-options .swatch-option.image[option-tooltip-value='#fff']:before,
.sidebar #layered-filter-block .filter-options .filter-options-item .swatch-attribute-options .swatch-option.image[option-tooltip-value='#fff']:before,
.sidebar #layered-filter-block .filter-options .product-item .swatch-attribute-options .swatch-option.color[option-tooltip-value='#ffffff']:before,
.sidebar #layered-filter-block .filter-options .filter-options-item .swatch-attribute-options .swatch-option.color[option-tooltip-value='#ffffff']:before,
.sidebar #layered-filter-block .filter-options .product-item .swatch-attribute-options .swatch-option.image[option-tooltip-value='#ffffff']:before,
.sidebar #layered-filter-block .filter-options .filter-options-item .swatch-attribute-options .swatch-option.image[option-tooltip-value='#ffffff']:before {
  top: 1px;
  left: 1px;
}
.sidebar #layered-filter-block .filter-options .product-item .swatch-attribute-options .swatch-option.color[data-option-tooltip-value='#fff']:after,
.sidebar #layered-filter-block .filter-options .filter-options-item .swatch-attribute-options .swatch-option.color[data-option-tooltip-value='#fff']:after,
.sidebar #layered-filter-block .filter-options .product-item .swatch-attribute-options .swatch-option.image[data-option-tooltip-value='#fff']:after,
.sidebar #layered-filter-block .filter-options .filter-options-item .swatch-attribute-options .swatch-option.image[data-option-tooltip-value='#fff']:after,
.sidebar #layered-filter-block .filter-options .product-item .swatch-attribute-options .swatch-option.color[data-option-tooltip-value='#ffffff']:after,
.sidebar #layered-filter-block .filter-options .filter-options-item .swatch-attribute-options .swatch-option.color[data-option-tooltip-value='#ffffff']:after,
.sidebar #layered-filter-block .filter-options .product-item .swatch-attribute-options .swatch-option.image[data-option-tooltip-value='#ffffff']:after,
.sidebar #layered-filter-block .filter-options .filter-options-item .swatch-attribute-options .swatch-option.image[data-option-tooltip-value='#ffffff']:after,
.sidebar #layered-filter-block .filter-options .product-item .swatch-attribute-options .swatch-option.color[option-tooltip-value='#fff']:after,
.sidebar #layered-filter-block .filter-options .filter-options-item .swatch-attribute-options .swatch-option.color[option-tooltip-value='#fff']:after,
.sidebar #layered-filter-block .filter-options .product-item .swatch-attribute-options .swatch-option.image[option-tooltip-value='#fff']:after,
.sidebar #layered-filter-block .filter-options .filter-options-item .swatch-attribute-options .swatch-option.image[option-tooltip-value='#fff']:after,
.sidebar #layered-filter-block .filter-options .product-item .swatch-attribute-options .swatch-option.color[option-tooltip-value='#ffffff']:after,
.sidebar #layered-filter-block .filter-options .filter-options-item .swatch-attribute-options .swatch-option.color[option-tooltip-value='#ffffff']:after,
.sidebar #layered-filter-block .filter-options .product-item .swatch-attribute-options .swatch-option.image[option-tooltip-value='#ffffff']:after,
.sidebar #layered-filter-block .filter-options .filter-options-item .swatch-attribute-options .swatch-option.image[option-tooltip-value='#ffffff']:after {
  top: 0px;
  left: 0px;
  color: #000000;
}
.sidebar #layered-filter-block .filter-options .product-item .swatch-attribute-options .swatch-option.color[data-option-tooltip-value='#fff']:hover:before,
.sidebar #layered-filter-block .filter-options .filter-options-item .swatch-attribute-options .swatch-option.color[data-option-tooltip-value='#fff']:hover:before,
.sidebar #layered-filter-block .filter-options .product-item .swatch-attribute-options .swatch-option.image[data-option-tooltip-value='#fff']:hover:before,
.sidebar #layered-filter-block .filter-options .filter-options-item .swatch-attribute-options .swatch-option.image[data-option-tooltip-value='#fff']:hover:before,
.sidebar #layered-filter-block .filter-options .product-item .swatch-attribute-options .swatch-option.color[data-option-tooltip-value='#ffffff']:hover:before,
.sidebar #layered-filter-block .filter-options .filter-options-item .swatch-attribute-options .swatch-option.color[data-option-tooltip-value='#ffffff']:hover:before,
.sidebar #layered-filter-block .filter-options .product-item .swatch-attribute-options .swatch-option.image[data-option-tooltip-value='#ffffff']:hover:before,
.sidebar #layered-filter-block .filter-options .filter-options-item .swatch-attribute-options .swatch-option.image[data-option-tooltip-value='#ffffff']:hover:before,
.sidebar #layered-filter-block .filter-options .product-item .swatch-attribute-options .swatch-option.color[option-tooltip-value='#fff']:hover:before,
.sidebar #layered-filter-block .filter-options .filter-options-item .swatch-attribute-options .swatch-option.color[option-tooltip-value='#fff']:hover:before,
.sidebar #layered-filter-block .filter-options .product-item .swatch-attribute-options .swatch-option.image[option-tooltip-value='#fff']:hover:before,
.sidebar #layered-filter-block .filter-options .filter-options-item .swatch-attribute-options .swatch-option.image[option-tooltip-value='#fff']:hover:before,
.sidebar #layered-filter-block .filter-options .product-item .swatch-attribute-options .swatch-option.color[option-tooltip-value='#ffffff']:hover:before,
.sidebar #layered-filter-block .filter-options .filter-options-item .swatch-attribute-options .swatch-option.color[option-tooltip-value='#ffffff']:hover:before,
.sidebar #layered-filter-block .filter-options .product-item .swatch-attribute-options .swatch-option.image[option-tooltip-value='#ffffff']:hover:before,
.sidebar #layered-filter-block .filter-options .filter-options-item .swatch-attribute-options .swatch-option.image[option-tooltip-value='#ffffff']:hover:before {
  border: 3px solid #ccc;
}
.sidebar #layered-filter-block .filter-options .product-item .swatch-attribute-options .swatch-option.text,
.sidebar #layered-filter-block .filter-options .filter-options-item .swatch-attribute-options .swatch-option.text {
  position: relative;
}
.sidebar #layered-filter-block .filter-options .product-item .swatch-attribute-options .swatch-option.text.selected,
.sidebar #layered-filter-block .filter-options .filter-options-item .swatch-attribute-options .swatch-option.text.selected,
.sidebar #layered-filter-block .filter-options .product-item .swatch-attribute-options .swatch-option.text:hover,
.sidebar #layered-filter-block .filter-options .filter-options-item .swatch-attribute-options .swatch-option.text:hover {
  position: relative;
  overflow: visible;
  border: 2px solid #999999 !important;
}
.sidebar #layered-filter-block .filter-options .swatch-option {
  border-radius: 25px !important;
  -moz-border-radius: 25px !important;
  -webkit-border-radius: 25px !important;
  width: 25px !important;
  height: 25px !important;
  min-width: 25px !important;
  margin: 3px !important;
}
.sidebar #layered-filter-block .filter-options .swatch-option.text {
  line-height: 23px !important;
  padding: 0 !important;
  font-size: 12px !important;
  margin: 3px !important;
}
.sidebar #layered-filter-block .filter-options .swatch-option:not(.image):not(.color):not(.text) {
  border: 1px solid #ddd !important;
}
.sidebar #layered-filter-block .filter-options .swatch-option:not(.image):not(.color):not(.text):hover {
  border: 1px solid #999 !important;
}
.sidebar #layered-filter-block .filter-options .swatch-option:not(.image):not(.color):not(.text).selected {
  border: 1px solid #999 !important;
}
.page-layout-1column #layered-filter-block .filter-options .swatch-attribute {
  text-align: center !important;
}
.page-layout-1column #layered-filter-block .filter-options .swatch-attribute .swatch-attribute-options {
  text-align: center !important;
  display: inline-block !important;
  padding: 2px 0;
}
.page-layout-1column #layered-filter-block .filter-options .swatch-attribute .swatch-attribute-options > a {
  float: left !important;
  display: inline-block !important;
}
.page-layout-1column #layered-filter-block .filter-options .swatch-attribute .swatch-attribute-options > a:hover {
  background: none;
}
.page-layout-1column #layered-filter-block .filter-options .product-item .swatch-attribute-options .swatch-option,
.page-layout-1column #layered-filter-block .filter-options .filter-options-item .swatch-attribute-options .swatch-option {
  outline: none !important;
  position: relative;
}
.page-layout-1column #layered-filter-block .filter-options .product-item .swatch-attribute-options .swatch-option.color,
.page-layout-1column #layered-filter-block .filter-options .filter-options-item .swatch-attribute-options .swatch-option.color,
.page-layout-1column #layered-filter-block .filter-options .product-item .swatch-attribute-options .swatch-option.image,
.page-layout-1column #layered-filter-block .filter-options .filter-options-item .swatch-attribute-options .swatch-option.image {
  border: none !important;
}
.page-layout-1column #layered-filter-block .filter-options .product-item .swatch-attribute-options .swatch-option.color:before,
.page-layout-1column #layered-filter-block .filter-options .filter-options-item .swatch-attribute-options .swatch-option.color:before,
.page-layout-1column #layered-filter-block .filter-options .product-item .swatch-attribute-options .swatch-option.image:before,
.page-layout-1column #layered-filter-block .filter-options .filter-options-item .swatch-attribute-options .swatch-option.image:before {
  visibility: hidden;
  position: absolute;
  top: 2px;
  left: 2px;
  z-index: 0;
  width: 21px;
  height: 21px;
  border: 3px solid transparent;
  border-radius: 25px !important;
  -moz-border-radius: 25px !important;
  -webkit-border-radius: 25px !important;
  visibility: visible;
  content: '';
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.15s ease-in;
}
.page-layout-1column #layered-filter-block .filter-options .product-item .swatch-attribute-options .swatch-option.color:after,
.page-layout-1column #layered-filter-block .filter-options .filter-options-item .swatch-attribute-options .swatch-option.color:after,
.page-layout-1column #layered-filter-block .filter-options .product-item .swatch-attribute-options .swatch-option.image:after,
.page-layout-1column #layered-filter-block .filter-options .filter-options-item .swatch-attribute-options .swatch-option.image:after {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-family: lined-icons;
  speak: none;
  font-style: normal;
  font-weight: 900;
  font-variant: normal;
  font-size: 12px;
  text-transform: none;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e116";
  color: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.page-layout-1column #layered-filter-block .filter-options .product-item .swatch-attribute-options .swatch-option.color:hover,
.page-layout-1column #layered-filter-block .filter-options .filter-options-item .swatch-attribute-options .swatch-option.color:hover,
.page-layout-1column #layered-filter-block .filter-options .product-item .swatch-attribute-options .swatch-option.image:hover,
.page-layout-1column #layered-filter-block .filter-options .filter-options-item .swatch-attribute-options .swatch-option.image:hover {
  position: relative;
  overflow: visible;
}
.page-layout-1column #layered-filter-block .filter-options .product-item .swatch-attribute-options .swatch-option.color:hover:before,
.page-layout-1column #layered-filter-block .filter-options .filter-options-item .swatch-attribute-options .swatch-option.color:hover:before,
.page-layout-1column #layered-filter-block .filter-options .product-item .swatch-attribute-options .swatch-option.image:hover:before,
.page-layout-1column #layered-filter-block .filter-options .filter-options-item .swatch-attribute-options .swatch-option.image:hover:before {
  visibility: visible;
  border: 3px solid white;
}
.page-layout-1column #layered-filter-block .filter-options .product-item .swatch-attribute-options .swatch-option.color.disabled:after,
.page-layout-1column #layered-filter-block .filter-options .filter-options-item .swatch-attribute-options .swatch-option.color.disabled:after,
.page-layout-1column #layered-filter-block .filter-options .product-item .swatch-attribute-options .swatch-option.image.disabled:after,
.page-layout-1column #layered-filter-block .filter-options .filter-options-item .swatch-attribute-options .swatch-option.image.disabled:after {
  visibility: visible !important;
  content: '';
}
.page-layout-1column #layered-filter-block .filter-options .product-item .swatch-attribute-options .swatch-option.color.selected,
.page-layout-1column #layered-filter-block .filter-options .filter-options-item .swatch-attribute-options .swatch-option.color.selected,
.page-layout-1column #layered-filter-block .filter-options .product-item .swatch-attribute-options .swatch-option.image.selected,
.page-layout-1column #layered-filter-block .filter-options .filter-options-item .swatch-attribute-options .swatch-option.image.selected {
  position: relative;
  overflow: visible;
}
.page-layout-1column #layered-filter-block .filter-options .product-item .swatch-attribute-options .swatch-option.color.selected:before,
.page-layout-1column #layered-filter-block .filter-options .filter-options-item .swatch-attribute-options .swatch-option.color.selected:before,
.page-layout-1column #layered-filter-block .filter-options .product-item .swatch-attribute-options .swatch-option.image.selected:before,
.page-layout-1column #layered-filter-block .filter-options .filter-options-item .swatch-attribute-options .swatch-option.image.selected:before {
  visibility: visible;
  border: 3px solid white;
}
.page-layout-1column #layered-filter-block .filter-options .product-item .swatch-attribute-options .swatch-option.color.selected:after,
.page-layout-1column #layered-filter-block .filter-options .filter-options-item .swatch-attribute-options .swatch-option.color.selected:after,
.page-layout-1column #layered-filter-block .filter-options .product-item .swatch-attribute-options .swatch-option.image.selected:after,
.page-layout-1column #layered-filter-block .filter-options .filter-options-item .swatch-attribute-options .swatch-option.image.selected:after {
  visibility: visible;
}
.page-layout-1column #layered-filter-block .filter-options .product-item .swatch-attribute-options .swatch-option.color.selected[data-option-tooltip-value='#fff']:after,
.page-layout-1column #layered-filter-block .filter-options .filter-options-item .swatch-attribute-options .swatch-option.color.selected[data-option-tooltip-value='#fff']:after,
.page-layout-1column #layered-filter-block .filter-options .product-item .swatch-attribute-options .swatch-option.image.selected[data-option-tooltip-value='#fff']:after,
.page-layout-1column #layered-filter-block .filter-options .filter-options-item .swatch-attribute-options .swatch-option.image.selected[data-option-tooltip-value='#fff']:after,
.page-layout-1column #layered-filter-block .filter-options .product-item .swatch-attribute-options .swatch-option.color.selected[data-option-tooltip-value='#ffffff']:after,
.page-layout-1column #layered-filter-block .filter-options .filter-options-item .swatch-attribute-options .swatch-option.color.selected[data-option-tooltip-value='#ffffff']:after,
.page-layout-1column #layered-filter-block .filter-options .product-item .swatch-attribute-options .swatch-option.image.selected[data-option-tooltip-value='#ffffff']:after,
.page-layout-1column #layered-filter-block .filter-options .filter-options-item .swatch-attribute-options .swatch-option.image.selected[data-option-tooltip-value='#ffffff']:after,
.page-layout-1column #layered-filter-block .filter-options .product-item .swatch-attribute-options .swatch-option.color.selected[option-tooltip-value='#fff']:after,
.page-layout-1column #layered-filter-block .filter-options .filter-options-item .swatch-attribute-options .swatch-option.color.selected[option-tooltip-value='#fff']:after,
.page-layout-1column #layered-filter-block .filter-options .product-item .swatch-attribute-options .swatch-option.image.selected[option-tooltip-value='#fff']:after,
.page-layout-1column #layered-filter-block .filter-options .filter-options-item .swatch-attribute-options .swatch-option.image.selected[option-tooltip-value='#fff']:after,
.page-layout-1column #layered-filter-block .filter-options .product-item .swatch-attribute-options .swatch-option.color.selected[option-tooltip-value='#ffffff']:after,
.page-layout-1column #layered-filter-block .filter-options .filter-options-item .swatch-attribute-options .swatch-option.color.selected[option-tooltip-value='#ffffff']:after,
.page-layout-1column #layered-filter-block .filter-options .product-item .swatch-attribute-options .swatch-option.image.selected[option-tooltip-value='#ffffff']:after,
.page-layout-1column #layered-filter-block .filter-options .filter-options-item .swatch-attribute-options .swatch-option.image.selected[option-tooltip-value='#ffffff']:after {
  color: #000000;
}
.page-layout-1column #layered-filter-block .filter-options .product-item .swatch-attribute-options .swatch-option.color[data-option-tooltip-value='#fff'],
.page-layout-1column #layered-filter-block .filter-options .filter-options-item .swatch-attribute-options .swatch-option.color[data-option-tooltip-value='#fff'],
.page-layout-1column #layered-filter-block .filter-options .product-item .swatch-attribute-options .swatch-option.image[data-option-tooltip-value='#fff'],
.page-layout-1column #layered-filter-block .filter-options .filter-options-item .swatch-attribute-options .swatch-option.image[data-option-tooltip-value='#fff'],
.page-layout-1column #layered-filter-block .filter-options .product-item .swatch-attribute-options .swatch-option.color[data-option-tooltip-value='#ffffff'],
.page-layout-1column #layered-filter-block .filter-options .filter-options-item .swatch-attribute-options .swatch-option.color[data-option-tooltip-value='#ffffff'],
.page-layout-1column #layered-filter-block .filter-options .product-item .swatch-attribute-options .swatch-option.image[data-option-tooltip-value='#ffffff'],
.page-layout-1column #layered-filter-block .filter-options .filter-options-item .swatch-attribute-options .swatch-option.image[data-option-tooltip-value='#ffffff'],
.page-layout-1column #layered-filter-block .filter-options .product-item .swatch-attribute-options .swatch-option.color[option-tooltip-value='#fff'],
.page-layout-1column #layered-filter-block .filter-options .filter-options-item .swatch-attribute-options .swatch-option.color[option-tooltip-value='#fff'],
.page-layout-1column #layered-filter-block .filter-options .product-item .swatch-attribute-options .swatch-option.image[option-tooltip-value='#fff'],
.page-layout-1column #layered-filter-block .filter-options .filter-options-item .swatch-attribute-options .swatch-option.image[option-tooltip-value='#fff'],
.page-layout-1column #layered-filter-block .filter-options .product-item .swatch-attribute-options .swatch-option.color[option-tooltip-value='#ffffff'],
.page-layout-1column #layered-filter-block .filter-options .filter-options-item .swatch-attribute-options .swatch-option.color[option-tooltip-value='#ffffff'],
.page-layout-1column #layered-filter-block .filter-options .product-item .swatch-attribute-options .swatch-option.image[option-tooltip-value='#ffffff'],
.page-layout-1column #layered-filter-block .filter-options .filter-options-item .swatch-attribute-options .swatch-option.image[option-tooltip-value='#ffffff'] {
  border: 1px solid #cccccc !important;
}
.page-layout-1column #layered-filter-block .filter-options .product-item .swatch-attribute-options .swatch-option.color[data-option-tooltip-value='#fff']:before,
.page-layout-1column #layered-filter-block .filter-options .filter-options-item .swatch-attribute-options .swatch-option.color[data-option-tooltip-value='#fff']:before,
.page-layout-1column #layered-filter-block .filter-options .product-item .swatch-attribute-options .swatch-option.image[data-option-tooltip-value='#fff']:before,
.page-layout-1column #layered-filter-block .filter-options .filter-options-item .swatch-attribute-options .swatch-option.image[data-option-tooltip-value='#fff']:before,
.page-layout-1column #layered-filter-block .filter-options .product-item .swatch-attribute-options .swatch-option.color[data-option-tooltip-value='#ffffff']:before,
.page-layout-1column #layered-filter-block .filter-options .filter-options-item .swatch-attribute-options .swatch-option.color[data-option-tooltip-value='#ffffff']:before,
.page-layout-1column #layered-filter-block .filter-options .product-item .swatch-attribute-options .swatch-option.image[data-option-tooltip-value='#ffffff']:before,
.page-layout-1column #layered-filter-block .filter-options .filter-options-item .swatch-attribute-options .swatch-option.image[data-option-tooltip-value='#ffffff']:before,
.page-layout-1column #layered-filter-block .filter-options .product-item .swatch-attribute-options .swatch-option.color[option-tooltip-value='#fff']:before,
.page-layout-1column #layered-filter-block .filter-options .filter-options-item .swatch-attribute-options .swatch-option.color[option-tooltip-value='#fff']:before,
.page-layout-1column #layered-filter-block .filter-options .product-item .swatch-attribute-options .swatch-option.image[option-tooltip-value='#fff']:before,
.page-layout-1column #layered-filter-block .filter-options .filter-options-item .swatch-attribute-options .swatch-option.image[option-tooltip-value='#fff']:before,
.page-layout-1column #layered-filter-block .filter-options .product-item .swatch-attribute-options .swatch-option.color[option-tooltip-value='#ffffff']:before,
.page-layout-1column #layered-filter-block .filter-options .filter-options-item .swatch-attribute-options .swatch-option.color[option-tooltip-value='#ffffff']:before,
.page-layout-1column #layered-filter-block .filter-options .product-item .swatch-attribute-options .swatch-option.image[option-tooltip-value='#ffffff']:before,
.page-layout-1column #layered-filter-block .filter-options .filter-options-item .swatch-attribute-options .swatch-option.image[option-tooltip-value='#ffffff']:before {
  top: 1px;
  left: 1px;
}
.page-layout-1column #layered-filter-block .filter-options .product-item .swatch-attribute-options .swatch-option.color[data-option-tooltip-value='#fff']:after,
.page-layout-1column #layered-filter-block .filter-options .filter-options-item .swatch-attribute-options .swatch-option.color[data-option-tooltip-value='#fff']:after,
.page-layout-1column #layered-filter-block .filter-options .product-item .swatch-attribute-options .swatch-option.image[data-option-tooltip-value='#fff']:after,
.page-layout-1column #layered-filter-block .filter-options .filter-options-item .swatch-attribute-options .swatch-option.image[data-option-tooltip-value='#fff']:after,
.page-layout-1column #layered-filter-block .filter-options .product-item .swatch-attribute-options .swatch-option.color[data-option-tooltip-value='#ffffff']:after,
.page-layout-1column #layered-filter-block .filter-options .filter-options-item .swatch-attribute-options .swatch-option.color[data-option-tooltip-value='#ffffff']:after,
.page-layout-1column #layered-filter-block .filter-options .product-item .swatch-attribute-options .swatch-option.image[data-option-tooltip-value='#ffffff']:after,
.page-layout-1column #layered-filter-block .filter-options .filter-options-item .swatch-attribute-options .swatch-option.image[data-option-tooltip-value='#ffffff']:after,
.page-layout-1column #layered-filter-block .filter-options .product-item .swatch-attribute-options .swatch-option.color[option-tooltip-value='#fff']:after,
.page-layout-1column #layered-filter-block .filter-options .filter-options-item .swatch-attribute-options .swatch-option.color[option-tooltip-value='#fff']:after,
.page-layout-1column #layered-filter-block .filter-options .product-item .swatch-attribute-options .swatch-option.image[option-tooltip-value='#fff']:after,
.page-layout-1column #layered-filter-block .filter-options .filter-options-item .swatch-attribute-options .swatch-option.image[option-tooltip-value='#fff']:after,
.page-layout-1column #layered-filter-block .filter-options .product-item .swatch-attribute-options .swatch-option.color[option-tooltip-value='#ffffff']:after,
.page-layout-1column #layered-filter-block .filter-options .filter-options-item .swatch-attribute-options .swatch-option.color[option-tooltip-value='#ffffff']:after,
.page-layout-1column #layered-filter-block .filter-options .product-item .swatch-attribute-options .swatch-option.image[option-tooltip-value='#ffffff']:after,
.page-layout-1column #layered-filter-block .filter-options .filter-options-item .swatch-attribute-options .swatch-option.image[option-tooltip-value='#ffffff']:after {
  top: 0px;
  left: 0px;
  color: #000000;
}
.page-layout-1column #layered-filter-block .filter-options .product-item .swatch-attribute-options .swatch-option.color[data-option-tooltip-value='#fff']:hover:before,
.page-layout-1column #layered-filter-block .filter-options .filter-options-item .swatch-attribute-options .swatch-option.color[data-option-tooltip-value='#fff']:hover:before,
.page-layout-1column #layered-filter-block .filter-options .product-item .swatch-attribute-options .swatch-option.image[data-option-tooltip-value='#fff']:hover:before,
.page-layout-1column #layered-filter-block .filter-options .filter-options-item .swatch-attribute-options .swatch-option.image[data-option-tooltip-value='#fff']:hover:before,
.page-layout-1column #layered-filter-block .filter-options .product-item .swatch-attribute-options .swatch-option.color[data-option-tooltip-value='#ffffff']:hover:before,
.page-layout-1column #layered-filter-block .filter-options .filter-options-item .swatch-attribute-options .swatch-option.color[data-option-tooltip-value='#ffffff']:hover:before,
.page-layout-1column #layered-filter-block .filter-options .product-item .swatch-attribute-options .swatch-option.image[data-option-tooltip-value='#ffffff']:hover:before,
.page-layout-1column #layered-filter-block .filter-options .filter-options-item .swatch-attribute-options .swatch-option.image[data-option-tooltip-value='#ffffff']:hover:before,
.page-layout-1column #layered-filter-block .filter-options .product-item .swatch-attribute-options .swatch-option.color[option-tooltip-value='#fff']:hover:before,
.page-layout-1column #layered-filter-block .filter-options .filter-options-item .swatch-attribute-options .swatch-option.color[option-tooltip-value='#fff']:hover:before,
.page-layout-1column #layered-filter-block .filter-options .product-item .swatch-attribute-options .swatch-option.image[option-tooltip-value='#fff']:hover:before,
.page-layout-1column #layered-filter-block .filter-options .filter-options-item .swatch-attribute-options .swatch-option.image[option-tooltip-value='#fff']:hover:before,
.page-layout-1column #layered-filter-block .filter-options .product-item .swatch-attribute-options .swatch-option.color[option-tooltip-value='#ffffff']:hover:before,
.page-layout-1column #layered-filter-block .filter-options .filter-options-item .swatch-attribute-options .swatch-option.color[option-tooltip-value='#ffffff']:hover:before,
.page-layout-1column #layered-filter-block .filter-options .product-item .swatch-attribute-options .swatch-option.image[option-tooltip-value='#ffffff']:hover:before,
.page-layout-1column #layered-filter-block .filter-options .filter-options-item .swatch-attribute-options .swatch-option.image[option-tooltip-value='#ffffff']:hover:before {
  border: 3px solid #ccc;
}
.page-layout-1column #layered-filter-block .filter-options .product-item .swatch-attribute-options .swatch-option.text,
.page-layout-1column #layered-filter-block .filter-options .filter-options-item .swatch-attribute-options .swatch-option.text {
  position: relative;
}
.page-layout-1column #layered-filter-block .filter-options .product-item .swatch-attribute-options .swatch-option.text.selected,
.page-layout-1column #layered-filter-block .filter-options .filter-options-item .swatch-attribute-options .swatch-option.text.selected,
.page-layout-1column #layered-filter-block .filter-options .product-item .swatch-attribute-options .swatch-option.text:hover,
.page-layout-1column #layered-filter-block .filter-options .filter-options-item .swatch-attribute-options .swatch-option.text:hover {
  position: relative;
  overflow: visible;
  border: 2px solid #999999 !important;
}
.page-layout-1column #layered-filter-block .filter-options .product-item .product-item-info .swatch-attribute {
  height: 0;
  text-align: center !important;
}
.page-layout-1column #layered-filter-block .filter-options .product-item .product-item-info .swatch-attribute .swatch-attribute-options {
  display: inline-block;
  text-align: center !important;
  padding: 2px 0;
}
.page-layout-1column #layered-filter-block .filter-options .product-item .product-item-info .swatch-attribute .swatch-attribute-options .swatch-option {
  float: left !important;
  clear: none !important;
}
.page-layout-1column #layered-filter-block .filter-options .product-item .swatch-attribute-options .swatch-option.text:before,
.page-layout-1column #layered-filter-block .filter-options .product-item .swatch-attribute-options .swatch-option.color:before {
  visibility: hidden !important;
}
.page-layout-1column #layered-filter-block .filter-options .product-item .swatch-attribute-options .swatch-option.text:after,
.page-layout-1column #layered-filter-block .filter-options .product-item .swatch-attribute-options .swatch-option.color:after {
  visibility: hidden !important;
}
.page-layout-1column #layered-filter-block .filter-options .product-item:hover .swatch-attribute,
.page-layout-1column #layered-filter-block .filter-options .product-item .product-item-info.active .swatch-attribute {
  height: auto;
}
.page-layout-1column #layered-filter-block .filter-options .product-item:hover .swatch-attribute-options,
.page-layout-1column #layered-filter-block .filter-options .product-item .product-item-info.active .swatch-attribute-options {
  height: auto;
}
.page-layout-1column #layered-filter-block .filter-options .product-item:hover .swatch-attribute-options .swatch-option.text:before,
.page-layout-1column #layered-filter-block .filter-options .product-item .product-item-info.active .swatch-attribute-options .swatch-option.text:before,
.page-layout-1column #layered-filter-block .filter-options .product-item:hover .swatch-attribute-options .swatch-option.color:before,
.page-layout-1column #layered-filter-block .filter-options .product-item .product-item-info.active .swatch-attribute-options .swatch-option.color:before {
  visibility: visible !important;
}
.page-layout-1column #layered-filter-block .filter-options .product-item:hover .swatch-attribute-options .swatch-option.text.selected:after,
.page-layout-1column #layered-filter-block .filter-options .product-item .product-item-info.active .swatch-attribute-options .swatch-option.text.selected:after,
.page-layout-1column #layered-filter-block .filter-options .product-item:hover .swatch-attribute-options .swatch-option.color.selected:after,
.page-layout-1column #layered-filter-block .filter-options .product-item .product-item-info.active .swatch-attribute-options .swatch-option.color.selected:after {
  visibility: visible !important;
}
.page-layout-1column #layered-filter-block .filter-options .product-item:hover .swatch-attribute-options .swatch-option.text.disabled:after,
.page-layout-1column #layered-filter-block .filter-options .product-item .product-item-info.active .swatch-attribute-options .swatch-option.text.disabled:after,
.page-layout-1column #layered-filter-block .filter-options .product-item:hover .swatch-attribute-options .swatch-option.color.disabled:after,
.page-layout-1column #layered-filter-block .filter-options .product-item .product-item-info.active .swatch-attribute-options .swatch-option.color.disabled:after {
  visibility: visible !important;
  content: '';
}
.page-layout-1column #layered-filter-block .filter-options .swatch-option {
  border-radius: 25px !important;
  -moz-border-radius: 25px !important;
  -webkit-border-radius: 25px !important;
  width: 25px !important;
  height: 25px !important;
  min-width: 25px !important;
  margin: 3px !important;
}
.page-layout-1column #layered-filter-block .filter-options .swatch-option.text {
  line-height: 23px !important;
  padding: 0 !important;
  font-size: 12px !important;
  margin: 3px !important;
}
.page-layout-1column #layered-filter-block .filter-options .swatch-option:not(.image):not(.color):not(.text) {
  border: 1px solid #ddd !important;
}
.page-layout-1column #layered-filter-block .filter-options .swatch-option:not(.image):not(.color):not(.text):hover {
  border: 1px solid #999 !important;
}
.page-layout-1column #layered-filter-block .filter-options .swatch-option:not(.image):not(.color):not(.text).selected {
  border: 1px solid #999 !important;
}
.sidebar #layered-filter-block .filter-content .filter-options .filter-options-item .filter-options-content .items .item a {
  display: flex;
  padding-left: 10px;
  align-items: center;
}
.sidebar #layered-filter-block .filter-content .filter-options .filter-options-item .filter-options-content .items .item a:before {
  width: 10px;
  height: 10px;
  border: 1px solid #999;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  margin-right: 5px;
  margin-top: 0px;
  flex: 0 0 10px;
}
.sidebar #layered-filter-block .filter-content .filter-options .filter-options-item .filter-options-content .items .item a > span {
  display: flex;
  align-items: center;
}
.page-layout-1column #layered-filter-block .filter-content .filter-options .filter-options-item .filter-options-content .items .item a {
  display: flex;
  padding-left: 10px;
  align-items: center;
}
.page-layout-1column #layered-filter-block .filter-content .filter-options .filter-options-item .filter-options-content .items .item a:before {
  width: 10px;
  height: 10px;
  border: 1px solid #999;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  margin-right: 5px;
  margin-top: 0px;
  flex: 0 0 10px;
}
.page-layout-1column #layered-filter-block .filter-content .filter-options .filter-options-item .filter-options-content .items .item a > span {
  display: flex;
  align-items: center;
}
#layered-filter-block.filter .block-content.filter-content .block-subtitle {
  border-style: solid;
  border-width: 0 0 1px 0;
  border-color: #CCCCCC;
}
#layered-filter-block .block-content.filter-content .filter-options .filter-options-item .filter-options-title {
  border-style: solid;
  border-width: 0 0 1px 0;
  border-color: #CCCCCC;
}
#layered-filter-block .block-content.filter-content .filter-options .filter-options-item .filter-options-title:after {
  color: #454545;
}
#layered-filter-block .block-content.filter-content .filter-options .filter-options-item .filter-options-title:hover:after {
  color: #454545;
}
.toolbar.toolbar-products label {
  font-size: 12px;
}
.toolbar.toolbar-products label span {
  font-size: 12px;
}
.toolbar.toolbar-products select.sorter-options,
.toolbar.toolbar-products select.limiter-options {
  font-size: 13px;
  color: #454545;
  border-width: 1px 1px 1px 1px;
  min-height: 25px;
  line-height: 19px;
  border-style: solid;
  border-color: #CCCCCC;
  box-shadow: unset;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' height='10' width='16'><line x1='0' y1='0' x2='8' y2='8' style='stroke:rgb(69,69,69);stroke-width:2' /><line x1='16' y1='0' x2='8' y2='8' style='stroke:rgb(69,69,69);stroke-width:2' /></svg>") no-repeat 90% 50% #f0f0f0;
  border-radius: 3px;
  background-size: 12px;
  padding: 0px 30px 2px 5px;
}
.toolbar.toolbar-products select.sorter-options:focus,
.toolbar.toolbar-products select.limiter-options:focus {
  border-color: #CCCCCC;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' height='10' width='16'><line x1='0' y1='0' x2='8' y2='8' style='stroke:rgb(69,69,69);stroke-width:2' /><line x1='16' y1='0' x2='8' y2='8' style='stroke:rgb(69,69,69);stroke-width:2' /></svg>") no-repeat 90% 50% #f0f0f0;
  background-size: 12px;
}
.toolbar.toolbar-products select.sorter-options option,
.toolbar.toolbar-products select.limiter-options option {
  color: #454545;
}
.toolbar.toolbar-products select.sorter-options option:hover,
.toolbar.toolbar-products select.limiter-options option:hover,
.toolbar.toolbar-products select.sorter-options option:checked,
.toolbar.toolbar-products select.limiter-options option:checked {
  background-color: #eeeeee;
}
.toolbar.toolbar-products select.limiter-options {
  padding: 0 15px 2px 5px;
}
.toolbar.toolbar-products .modes #modes-label {
  font-size: 12px;
}
.toolbar.toolbar-products .modes .modes-mode {
  background-color: #F0F0F0;
  border: 1px solid #CCCCCC;
  color: #5E5E5E;
}
.toolbar.toolbar-products .modes .modes-mode:before {
  color: #5E5E5E;
  font-size: 18px !important;
}
.toolbar.toolbar-products .modes .modes-mode:hover {
  background-color: #EBEBEB;
  border: 1px solid #CCCCCC;
}
.toolbar.toolbar-products .modes .modes-mode:hover:before {
  color: #5E5E5E !important;
  font-size: 18px !important;
}
.toolbar.toolbar-products .modes .modes-mode.active {
  background-color: #DEDEDE;
  border: 1px solid #CCCCCC;
  color: #9E9E9E;
}
.toolbar.toolbar-products .modes .modes-mode.active:before {
  color: #9E9E9E;
  font-size: 18px !important;
}
.toolbar.toolbar-products p#toolbar-amount {
  font-size: 12px;
}
.toolbar.toolbar-products .pages #paging-label {
  font-size: 12px;
}
.toolbar.toolbar-products .pages ul.pages-items li.item a.page {
  font-size: 1.2rem;
  color: #CCCCCC;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 3px;
  min-width: 1px;
  min-height: 1px;
}
.toolbar.toolbar-products .pages ul.pages-items li.item a.page:hover {
  color: #A8A8A8;
  background-color: transparent;
  border: 1px solid transparent;
}
.toolbar.toolbar-products .pages ul.pages-items li.item a.page span {
  width: 100%;
  line-height: -5px;
}
.toolbar.toolbar-products .pages ul.pages-items li.item.current strong.page {
  font-size: 1.2rem;
  color: #000000;
  background-color: #E5E5E5;
  border: 1px solid transparent;
  border-radius: 3px;
  min-width: 1px;
  min-height: 1px;
}
.toolbar.toolbar-products .pages ul.pages-items li.item.current strong.page span {
  width: 100%;
  line-height: -5px;
}
.toolbar.toolbar-products .pages ul.pages-items li.item.pages-item-previous a,
.toolbar.toolbar-products .pages ul.pages-items li.item.pages-item-next a {
  font-size: 1.2rem;
  color: #000000;
  background-color: #F0F0F0;
  border: 1px solid #CCCCCC;
  border-radius: 3px;
}
.toolbar.toolbar-products .pages ul.pages-items li.item.pages-item-previous a:before,
.toolbar.toolbar-products .pages ul.pages-items li.item.pages-item-next a:before {
  color: #000000;
  font-size: 1.2rem;
}
.toolbar.toolbar-products .pages ul.pages-items li.item.pages-item-previous a:hover,
.toolbar.toolbar-products .pages ul.pages-items li.item.pages-item-next a:hover {
  background-color: #DEDEDE;
  border: 1px solid #CCCCCC;
}
.toolbar.toolbar-products .pages ul.pages-items li.item.pages-item-previous a:hover:before,
.toolbar.toolbar-products .pages ul.pages-items li.item.pages-item-next a:hover:before {
  color: #4A4A4A;
}
.toolbar.toolbar-products .pages ul.pages-items li.item.pages-item-previous a.link,
.toolbar.toolbar-products .pages ul.pages-items li.item.pages-item-next a.link {
  display: inline-block;
  border: none;
}
.toolbar.toolbar-products .pages ul.pages-items li.item.pages-item-previous a.link:hover,
.toolbar.toolbar-products .pages ul.pages-items li.item.pages-item-next a.link:hover {
  background-color: transparent;
  border: none;
  color: #A8A8A8;
}
.toolbar.toolbar-products .field.limiter label {
  font-size: 12px;
}
.toolbar.toolbar-products .field.limiter label span {
  font-size: 12px;
}
.toolbar.toolbar-products .field.limiter .limiter-text {
  font-size: 12px;
}
.toolbar.toolbar-products .toolbar-sorter.sorter label {
  font-size: 12px;
}
.toolbar.toolbar-products .toolbar-sorter.sorter .sorter-action:before {
  font-size: 10px;
  color: #000000;
}
.toolbar.toolbar-products .toolbar-sorter.sorter .sorter-action:hover:before {
  color: #CCCCCC;
}
.column.main .products-grid .product-item .product-item-info:hover,
.column.main .products-grid .product-item .product-image-photo {
  transition: transform 0.5s;
}
/* header */
.switcher-language .weltpixel_multistore li {
	margin-right: 5px;
}
.switcher-language .weltpixel_multistore li:last-child{
	margin-right: 0;
}
.switcher-language .weltpixel_multistore li img{
	height: 20px;
}

/* footer */
.page-wrapper footer.page-footer .footer.content .footer-v3{
	padding-bottom: 30px;
    padding-top: 30px;
}
.page-wrapper footer.page-footer .footer.content h4{
	padding-top: 0;
}

@media only screen and (min-width: 768px), print{
	.nav-sections .navigation .level0{
		margin-right: 9px;
	}
	.nav-sections .navigation ul li.level0.first > a {
		/* padding-left: 10px; */
	}
	header.page-header .switcher .label{
	    display: inline-block;
	    width: auto;
	    height: auto;
	    float: none;
	    color: #fff;
	    line-height: 1;
	    font-size: 12px;
	    clip: inherit;
	    position: static;
	    margin: 0;
	    margin-right: 5px;
	    vertical-align: middle;
	}
	.page-header-v1 header.page-header .multistore-switcher{
	    position: static;
    	margin-left: 0;
	    float: left;

	}
	header.page-header ul.weltpixel_multistore{
		display: inline-block;
    	vertical-align: middle;
	}
}

.design-image-container{
	background: #ffffff;
	border: 1px solid #cacaca;
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	height: 150px;
	line-height: 1;
	margin: 1rem 0.3rem 1rem 0;
	overflow: hidden;
	position: relative;
	width: 150px;
    vertical-align: middle;
    display: -webkit-box;
	display: -moz-box;
  	display: -ms-flexbox;
  	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    float: left;
}
.design-image-container .design-image-photo {
	margin: 0 auto;
	text-align: center;
	display: block;
	max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
}
.account .block-collapsible-nav .title{
	position: static;
	width: 100%;
	height: auto;
	margin: 0 0 10px 0;
}
.checkout-index-index .ui-datepicker-buttonpane .ui-datepicker-current{
    display:none;   
}body {
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
main,
footer,
header,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
nav ul,
nav ol {
  list-style: none none;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
}
video,
embed,
object {
  max-width: 100%;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size-adjust: 100%;
}
body {
  color: #363636;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: inherit;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.6rem;
}
p {
  margin-top: 0rem;
  margin-bottom: 1.1rem;
}
abbr[title] {
  border-bottom: 1px dotted #cccccc;
  cursor: help;
}
b,
strong {
  font-weight: 700;
}
em,
i {
  font-style: italic;
}
mark {
  background: #f6f6f6;
  color: #000000;
}
small,
.small {
  font-size: 14px;
}
hr {
  border: 0;
  border-top: 1px solid #cccccc;
  margin-bottom: 22px;
  margin-top: 22px;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
dfn {
  font-style: italic;
}
h1 {
  color: #2c292a;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  font-size: 3.2rem;
  margin-top: 0rem;
  margin-bottom: 2.2rem;
}
h2 {
  color: #2c292a;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 1.1;
  font-size: 3rem;
  margin-top: 2.75rem;
  margin-bottom: 2.2rem;
}
h3 {
  color: #2c292a;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 1.1;
  font-size: 2.8rem;
  margin-top: 2.2rem;
  margin-bottom: 1.1rem;
}
h4 {
  color: #2c292a;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: inherit;
  font-weight: 400;
  line-height: 1.1;
  font-size: 1.6rem;
  margin-top: 2.2rem;
  margin-bottom: 2.2rem;
}
h5 {
  color: #2c292a;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: inherit;
  font-weight: 400;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2.2rem;
  margin-bottom: 2.2rem;
}
h6 {
  color: #2c292a;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: inherit;
  font-weight: 400;
  line-height: 1.1;
  font-size: 1.2rem;
  margin-top: 2.2rem;
  margin-bottom: 2.2rem;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small {
  color: #2c292a;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: inherit;
  font-weight: 400;
  line-height: 1;
}
a,
.alink {
  color: #363636;
  text-decoration: none;
}
a:visited,
.alink:visited {
  color: #363636;
  text-decoration: none;
}
a:hover,
.alink:hover {
  color: #f68428;
  text-decoration: none;
}
a:active,
.alink:active {
  color: #f68428;
  text-decoration: underline;
}
ul,
ol {
  margin-top: 0rem;
  margin-bottom: 2.75rem;
}
ul > li,
ol > li {
  margin-top: 0rem;
  margin-bottom: 1.1rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
dl {
  margin-bottom: 22px;
  margin-top: 0;
}
dt {
  font-weight: 700;
  margin-bottom: 5.5px;
  margin-top: 0;
}
dd {
  margin-bottom: 11px;
  margin-top: 0;
  margin-left: 0;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
}
code {
  background: #f6f6f6;
  color: #080808;
  padding: 2px 4px;
  font-size: 1.4rem;
  white-space: nowrap;
}
kbd {
  background: #f6f6f6;
  color: #080808;
  padding: 2px 4px;
  font-size: 1.4rem;
}
pre {
  background: #f6f6f6;
  border: 1px solid #cccccc;
  color: #080808;
  line-height: 1.42857143;
  margin: 0 0 11px;
  padding: 11px;
  font-size: 1.4rem;
  display: block;
  word-wrap: break-word;
}
pre code {
  background-color: transparent;
  border-radius: 0;
  color: inherit;
  font-size: inherit;
  padding: 0;
  white-space: pre-wrap;
}
blockquote {
  border-left: 0 solid #cccccc;
  margin: 0 0 22px 44px;
  padding: 0;
  color: #363636;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: italic;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.6rem;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  color: #2c292a;
  line-height: 1.42857143;
  font-size: 1.2rem;
  display: block;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
blockquote cite {
  font-style: inherit;
}
blockquote:before,
blockquote:after {
  content: '';
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
cite {
  font-style: inherit;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
}
table th {
  text-align: left;
}
table > tbody > tr > th,
table > tfoot > tr > th,
table > tbody > tr > td,
table > tfoot > tr > td {
  vertical-align: top;
}
table > thead > tr > th,
table > thead > tr > td {
  vertical-align: bottom;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 11px 11px;
}
button,
.checkout-cart-index .cart-container .form-cart .actions.main .clear {
  background-image: none;
  background: #444545;
  border: #444545 1px solid;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.8rem;
  line-height: 2rem;
  box-sizing: border-box;
  vertical-align: middle;
}
button:focus,
button:active {
  background: #e2e2e2;
  border: #444545 1px solid;
  color: #ffffff;
}
button:hover,
.checkout-cart-index .cart-container .form-cart .actions.main .clear:hover,
.checkout-cart-index .cart-container .form-cart .actions.main .clear:active,
.checkout-cart-index .cart-container .form-cart .actions.main .clear:focus {
  background: #f68428;
  border: #f68428 1px solid;
  color: #ffffff;
}
button.disabled,
button[disabled],
fieldset[disabled] button {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type*="date"],
input[type="email"] {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  font-weight: normal;
  height: 36px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="url"]:disabled,
input[type="tel"]:disabled,
input[type="search"]:disabled,
input[type="number"]:disabled,
input[type*="date"]:disabled,
input[type="email"]:disabled {
  opacity: 0.5;
}
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type*="date"]::-moz-placeholder,
input[type="email"]::-moz-placeholder {
  color: #575757;
}
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type*="date"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder {
  color: #575757;
}
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type*="date"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder {
  color: #575757;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
select {
  background: #ffffff url('../../frontend/Pearl/weltpixel_custom/en_US/images/select-bg.svg') no-repeat 100% 45%;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border-radius: 1px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  font-weight: normal;
  height: 32px;
  line-height: 1.42857143;
  padding: 4px 25px 5.5px 11px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
select:focus {
  border: 1px solid #c2c2c2;
}
select:disabled {
  opacity: 0.5;
  background: #ffffff;
  border: 1px solid #c2c2c2;
}
select[multiple] {
  height: auto;
  background-image: none;
}
textarea {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  font-weight: normal;
  height: auto;
  line-height: 1.42857143;
  margin: 0;
  padding: 11px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  resize: vertical;
}
textarea:disabled {
  opacity: 0.5;
}
textarea::-moz-placeholder {
  color: #575757;
}
textarea::-webkit-input-placeholder {
  color: #575757;
}
textarea:-ms-input-placeholder {
  color: #575757;
}
input[type="checkbox"] {
  margin: 2px 5.5px 0 0;
  position: relative;
  top: 2px;
}
input[type="checkbox"]:disabled {
  opacity: 0.5;
}
input[type="radio"] {
  margin: 2px 5.5px 0 0;
}
input[type="radio"]:disabled {
  opacity: 0.5;
}
input.mage-error,
select.mage-error,
textarea.mage-error {
  border-color: #ff7070;
}
div.mage-error[generated] {
  color: #ff0a0a;
  font-size: 1.4rem;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
form {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
address {
  font-style: normal;
}
*:focus {
  box-shadow: none;
  outline: 0;
}
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: 0 0 3px 1px #00699d;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.bundle-options-container .block-bundle-summary .bundle.items,
.product-items,
.prices-tier,
.search-terms,
.cart-summary .checkout-methods-items,
.opc-wrapper .opc,
.opc-progress-bar,
.checkout-agreements-items,
.order-details-items .items-qty,
.footer.content ul,
.block-banners .banner-items,
.block-banners-inline .banner-items,
.block-event .slider-panel .slider {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.bundle-options-container .block-bundle-summary .bundle.items > li,
.product-items > li,
.prices-tier > li,
.search-terms > li,
.cart-summary .checkout-methods-items > li,
.opc-wrapper .opc > li,
.opc-progress-bar > li,
.checkout-agreements-items > li,
.order-details-items .items-qty > li,
.footer.content ul > li,
.block-banners .banner-items > li,
.block-banners-inline .banner-items > li,
.block-event .slider-panel .slider > li {
  margin: 0;
}
.page-products .product-item .weltpixel-quickview {
  background-image: none;
  background: #444545;
  border: #444545;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.8rem;
  line-height: 1.8rem;
  box-sizing: border-box;
  vertical-align: middle;
  border-radius: 0;
}
.action-primary:focus,
.action-primary:active,
.page-products .product-item .weltpixel-quickview:focus,
.page-products .product-item .weltpixel-quickview:active {
  background: #f68428;
  border: 1px solid #f68428;
  color: #ffffff;
}
.action-primary:hover,
.page-products .product-item .weltpixel-quickview:hover {
  background: #f68428;
  border: #f68428;
  color: #ffffff;
}
.action-primary.disabled,
.action-primary[disabled],
fieldset[disabled] .action-primary,
.page-products .product-item .weltpixel-quickview.disabled,
.page-products .product-item .weltpixel-quickview[disabled],
fieldset[disabled] .page-products .product-item .weltpixel-quickview {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-discount-block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.cancel,
.block-compare .action.primary,
.cart-summary .block .actions-toolbar > .primary .action.primary,
.abs-discount-code .form-discount .actions-toolbar .primary .action,
.cart-summary .form.giftregistry .fieldset .action.primary,
.paypal-review-discount .actions-toolbar .action.primary,
.paypal-review-discount .actions-toolbar .action.cancel,
.cart-discount .actions-toolbar .action.primary,
.cart-discount .actions-toolbar .action.cancel,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action {
  border-radius: 0;
}
.abs-discount-block .actions-toolbar .action.primary:not(:focus),
.abs-discount-block .actions-toolbar .action.cancel:not(:focus),
.block-compare .action.primary:not(:focus),
.cart-summary .block .actions-toolbar > .primary .action.primary:not(:focus),
.abs-discount-code .form-discount .actions-toolbar .primary .action:not(:focus),
.cart-summary .form.giftregistry .fieldset .action.primary:not(:focus),
.paypal-review-discount .actions-toolbar .action.primary:not(:focus),
.paypal-review-discount .actions-toolbar .action.cancel:not(:focus),
.cart-discount .actions-toolbar .action.primary:not(:focus),
.cart-discount .actions-toolbar .action.cancel:not(:focus),
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:not(:focus) {
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
}
.abs-discount-block .actions-toolbar .action.primary:active,
.abs-discount-block .actions-toolbar .action.cancel:active,
.block-compare .action.primary:active,
.cart-summary .block .actions-toolbar > .primary .action.primary:active,
.abs-discount-code .form-discount .actions-toolbar .primary .action:active,
.cart-summary .form.giftregistry .fieldset .action.primary:active,
.paypal-review-discount .actions-toolbar .action.primary:active,
.paypal-review-discount .actions-toolbar .action.cancel:active,
.cart-discount .actions-toolbar .action.primary:active,
.cart-discount .actions-toolbar .action.cancel:active,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:active {
  box-shadow: inset 0 1px 0 0 rgba(204, 204, 204, 0.8), inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
}
.block-event .slider-panel .slider .item .action.event {
  background-image: none;
  background: #444545;
  border: #444545 1px solid;
  color: #ffffff;
  cursor: pointer;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.8rem;
  line-height: 2rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  border-radius: 0;
}
.abs-action-link-button:focus,
.abs-action-link-button:active,
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active {
  background: #e2e2e2;
  border: #444545 1px solid;
  color: #ffffff;
}
.abs-action-link-button:hover,
.block-event .slider-panel .slider .item .action.event:hover {
  background: #f68428;
  border: #f68428 1px solid;
  color: #ffffff;
}
.abs-action-link-button.disabled,
.abs-action-link-button[disabled],
fieldset[disabled] .abs-action-link-button,
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-action-link-button:hover,
.abs-action-link-button:active,
.abs-action-link-button:focus,
.block-event .slider-panel .slider .item .action.event:hover,
.block-event .slider-panel .slider .item .action.event:active,
.block-event .slider-panel .slider .item .action.event:focus {
  text-decoration: none;
}
.abs-action-remove,
.abs-discount-block .action.check,
.popup .actions-toolbar .action.cancel,
.paypal-button-widget .paypal-button,
.bundle-options-container .action.back,
.block.related .action.select,
.cart.table-wrapper .actions-toolbar > .action-delete,
.cart.table-wrapper .action.help.map,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup,
.opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle,
.checkout-payment-method .checkout-billing-address .action-cancel,
.checkout-agreements-block .action-show,
.gift-options .actions-toolbar .action-cancel,
.gift-summary .action-edit,
.gift-summary .action-delete,
.action-gift,
.gift-wrapping-title .action-remove,
.wishlist.split.button > .action,
.abs-add-fields .action.remove,
.paypal-review-discount .action.check,
.cart-discount .action.check,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove {
  line-height: 1.42857143;
  padding: 0;
  color: #363636;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 400;
  border-radius: 0;
}
.abs-action-button-as-link:visited,
.abs-action-remove:visited,
.abs-discount-block .action.check:visited,
.popup .actions-toolbar .action.cancel:visited,
.paypal-button-widget .paypal-button:visited,
.bundle-options-container .action.back:visited,
.block.related .action.select:visited,
.cart.table-wrapper .actions-toolbar > .action-delete:visited,
.cart.table-wrapper .action.help.map:visited,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:visited,
.opc-wrapper .edit-address-link:visited,
.opc-block-shipping-information .shipping-information-title .action-edit:visited,
.action-auth-toggle:visited,
.checkout-payment-method .checkout-billing-address .action-cancel:visited,
.checkout-agreements-block .action-show:visited,
.gift-options .actions-toolbar .action-cancel:visited,
.gift-summary .action-edit:visited,
.gift-summary .action-delete:visited,
.action-gift:visited,
.gift-wrapping-title .action-remove:visited,
.wishlist.split.button > .action:visited,
.abs-add-fields .action.remove:visited,
.paypal-review-discount .action.check:visited,
.cart-discount .action.check:visited,
.form-giftregistry-share .action.remove:visited,
.form-giftregistry-edit .action.remove:visited,
.form-add-invitations .action.remove:visited,
.form-create-return .action.remove:visited,
.form.send.friend .action.remove:visited {
  color: #363636;
  text-decoration: none;
}
.abs-action-button-as-link:hover,
.abs-action-remove:hover,
.abs-discount-block .action.check:hover,
.popup .actions-toolbar .action.cancel:hover,
.paypal-button-widget .paypal-button:hover,
.bundle-options-container .action.back:hover,
.block.related .action.select:hover,
.cart.table-wrapper .actions-toolbar > .action-delete:hover,
.cart.table-wrapper .action.help.map:hover,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover,
.opc-wrapper .edit-address-link:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.action-auth-toggle:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.checkout-agreements-block .action-show:hover,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-summary .action-edit:hover,
.gift-summary .action-delete:hover,
.action-gift:hover,
.gift-wrapping-title .action-remove:hover,
.wishlist.split.button > .action:hover,
.abs-add-fields .action.remove:hover,
.paypal-review-discount .action.check:hover,
.cart-discount .action.check:hover,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-edit .action.remove:hover,
.form-add-invitations .action.remove:hover,
.form-create-return .action.remove:hover,
.form.send.friend .action.remove:hover {
  color: #f68428;
  text-decoration: none;
}
.abs-action-button-as-link:active,
.abs-action-remove:active,
.abs-discount-block .action.check:active,
.popup .actions-toolbar .action.cancel:active,
.paypal-button-widget .paypal-button:active,
.bundle-options-container .action.back:active,
.block.related .action.select:active,
.cart.table-wrapper .actions-toolbar > .action-delete:active,
.cart.table-wrapper .action.help.map:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,
.opc-wrapper .edit-address-link:active,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.action-auth-toggle:active,
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-agreements-block .action-show:active,
.gift-options .actions-toolbar .action-cancel:active,
.gift-summary .action-edit:active,
.gift-summary .action-delete:active,
.action-gift:active,
.gift-wrapping-title .action-remove:active,
.wishlist.split.button > .action:active,
.abs-add-fields .action.remove:active,
.paypal-review-discount .action.check:active,
.cart-discount .action.check:active,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-edit .action.remove:active,
.form-add-invitations .action.remove:active,
.form-create-return .action.remove:active,
.form.send.friend .action.remove:active {
  color: #f68428;
  text-decoration: underline;
}
.abs-action-button-as-link:hover,
.abs-action-button-as-link:active,
.abs-action-button-as-link:focus,
.abs-action-remove:hover,
.abs-action-remove:active,
.abs-action-remove:focus,
.abs-discount-block .action.check:hover,
.abs-discount-block .action.check:active,
.abs-discount-block .action.check:focus,
.popup .actions-toolbar .action.cancel:hover,
.popup .actions-toolbar .action.cancel:active,
.popup .actions-toolbar .action.cancel:focus,
.paypal-button-widget .paypal-button:hover,
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:focus,
.bundle-options-container .action.back:hover,
.bundle-options-container .action.back:active,
.bundle-options-container .action.back:focus,
.block.related .action.select:hover,
.block.related .action.select:active,
.block.related .action.select:focus,
.cart.table-wrapper .actions-toolbar > .action-delete:hover,
.cart.table-wrapper .actions-toolbar > .action-delete:active,
.cart.table-wrapper .actions-toolbar > .action-delete:focus,
.cart.table-wrapper .action.help.map:hover,
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:focus,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:focus,
.opc-wrapper .edit-address-link:hover,
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:focus,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:focus,
.action-auth-toggle:hover,
.action-auth-toggle:active,
.action-auth-toggle:focus,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-payment-method .checkout-billing-address .action-cancel:focus,
.checkout-agreements-block .action-show:hover,
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:focus,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:focus,
.gift-summary .action-edit:hover,
.gift-summary .action-edit:active,
.gift-summary .action-edit:focus,
.gift-summary .action-delete:hover,
.gift-summary .action-delete:active,
.gift-summary .action-delete:focus,
.action-gift:hover,
.action-gift:active,
.action-gift:focus,
.gift-wrapping-title .action-remove:hover,
.gift-wrapping-title .action-remove:active,
.gift-wrapping-title .action-remove:focus,
.wishlist.split.button > .action:hover,
.wishlist.split.button > .action:active,
.wishlist.split.button > .action:focus,
.abs-add-fields .action.remove:hover,
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:focus,
.paypal-review-discount .action.check:hover,
.paypal-review-discount .action.check:active,
.paypal-review-discount .action.check:focus,
.cart-discount .action.check:hover,
.cart-discount .action.check:active,
.cart-discount .action.check:focus,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:focus,
.form-giftregistry-edit .action.remove:hover,
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:focus,
.form-add-invitations .action.remove:hover,
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:focus,
.form-create-return .action.remove:hover,
.form-create-return .action.remove:active,
.form-create-return .action.remove:focus,
.form.send.friend .action.remove:hover,
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:focus {
  background: none;
  border: 0;
}
.abs-action-button-as-link.disabled,
.abs-action-button-as-link[disabled],
fieldset[disabled] .abs-action-button-as-link,
.abs-action-remove.disabled,
.abs-action-remove[disabled],
fieldset[disabled] .abs-action-remove,
.abs-discount-block .action.check.disabled,
.abs-discount-block .action.check[disabled],
fieldset[disabled] .abs-discount-block .action.check,
.popup .actions-toolbar .action.cancel.disabled,
.popup .actions-toolbar .action.cancel[disabled],
fieldset[disabled] .popup .actions-toolbar .action.cancel,
.paypal-button-widget .paypal-button.disabled,
.paypal-button-widget .paypal-button[disabled],
fieldset[disabled] .paypal-button-widget .paypal-button,
.bundle-options-container .action.back.disabled,
.bundle-options-container .action.back[disabled],
fieldset[disabled] .bundle-options-container .action.back,
.block.related .action.select.disabled,
.block.related .action.select[disabled],
fieldset[disabled] .block.related .action.select,
.cart.table-wrapper .actions-toolbar > .action-delete.disabled,
.cart.table-wrapper .actions-toolbar > .action-delete[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action-delete,
.cart.table-wrapper .action.help.map.disabled,
.cart.table-wrapper .action.help.map[disabled],
fieldset[disabled] .cart.table-wrapper .action.help.map,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup.disabled,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup[disabled],
fieldset[disabled] .checkout-index-index .modal-popup .modal-footer .action-hide-popup,
.opc-wrapper .edit-address-link.disabled,
.opc-wrapper .edit-address-link[disabled],
fieldset[disabled] .opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit.disabled,
.opc-block-shipping-information .shipping-information-title .action-edit[disabled],
fieldset[disabled] .opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle.disabled,
.action-auth-toggle[disabled],
fieldset[disabled] .action-auth-toggle,
.checkout-payment-method .checkout-billing-address .action-cancel.disabled,
.checkout-payment-method .checkout-billing-address .action-cancel[disabled],
fieldset[disabled] .checkout-payment-method .checkout-billing-address .action-cancel,
.checkout-agreements-block .action-show.disabled,
.checkout-agreements-block .action-show[disabled],
fieldset[disabled] .checkout-agreements-block .action-show,
.gift-options .actions-toolbar .action-cancel.disabled,
.gift-options .actions-toolbar .action-cancel[disabled],
fieldset[disabled] .gift-options .actions-toolbar .action-cancel,
.gift-summary .action-edit.disabled,
.gift-summary .action-edit[disabled],
fieldset[disabled] .gift-summary .action-edit,
.gift-summary .action-delete.disabled,
.gift-summary .action-delete[disabled],
fieldset[disabled] .gift-summary .action-delete,
.action-gift.disabled,
.action-gift[disabled],
fieldset[disabled] .action-gift,
.gift-wrapping-title .action-remove.disabled,
.gift-wrapping-title .action-remove[disabled],
fieldset[disabled] .gift-wrapping-title .action-remove,
.wishlist.split.button > .action.disabled,
.wishlist.split.button > .action[disabled],
fieldset[disabled] .wishlist.split.button > .action,
.abs-add-fields .action.remove.disabled,
.abs-add-fields .action.remove[disabled],
fieldset[disabled] .abs-add-fields .action.remove,
.paypal-review-discount .action.check.disabled,
.paypal-review-discount .action.check[disabled],
fieldset[disabled] .paypal-review-discount .action.check,
.cart-discount .action.check.disabled,
.cart-discount .action.check[disabled],
fieldset[disabled] .cart-discount .action.check,
.form-giftregistry-share .action.remove.disabled,
.form-giftregistry-share .action.remove[disabled],
fieldset[disabled] .form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove.disabled,
.form-giftregistry-edit .action.remove[disabled],
fieldset[disabled] .form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove.disabled,
.form-add-invitations .action.remove[disabled],
fieldset[disabled] .form-add-invitations .action.remove,
.form-create-return .action.remove.disabled,
.form-create-return .action.remove[disabled],
fieldset[disabled] .form-create-return .action.remove,
.form.send.friend .action.remove.disabled,
.form.send.friend .action.remove[disabled],
fieldset[disabled] .form.send.friend .action.remove {
  color: #363636;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.abs-action-remove:active,
.abs-action-remove:not(:focus),
.abs-discount-block .action.check:active,
.abs-discount-block .action.check:not(:focus),
.popup .actions-toolbar .action.cancel:active,
.popup .actions-toolbar .action.cancel:not(:focus),
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:not(:focus),
.bundle-options-container .action.back:active,
.bundle-options-container .action.back:not(:focus),
.block.related .action.select:active,
.block.related .action.select:not(:focus),
.cart.table-wrapper .actions-toolbar > .action-delete:active,
.cart.table-wrapper .actions-toolbar > .action-delete:not(:focus),
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:not(:focus),
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:not(:focus),
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:not(:focus),
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:not(:focus),
.action-auth-toggle:active,
.action-auth-toggle:not(:focus),
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-payment-method .checkout-billing-address .action-cancel:not(:focus),
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:not(:focus),
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:not(:focus),
.gift-summary .action-edit:active,
.gift-summary .action-edit:not(:focus),
.gift-summary .action-delete:active,
.gift-summary .action-delete:not(:focus),
.action-gift:active,
.action-gift:not(:focus),
.gift-wrapping-title .action-remove:active,
.gift-wrapping-title .action-remove:not(:focus),
.wishlist.split.button > .action:active,
.wishlist.split.button > .action:not(:focus),
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:not(:focus),
.paypal-review-discount .action.check:active,
.paypal-review-discount .action.check:not(:focus),
.cart-discount .action.check:active,
.cart-discount .action.check:not(:focus),
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:not(:focus),
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:not(:focus),
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:not(:focus),
.form-create-return .action.remove:active,
.form-create-return .action.remove:not(:focus),
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:not(:focus) {
  box-shadow: none;
}
.abs-revert-to-action-secondary,
.paypal-review .block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.cancel,
.block-compare .action.primary,
.cart-summary .block .actions-toolbar > .primary .action.primary,
.abs-discount-code .form-discount .actions-toolbar .primary .action,
.cart-summary .form.giftregistry .fieldset .action.primary,
.paypal-review-discount .actions-toolbar .action.primary,
.paypal-review-discount .actions-toolbar .action.cancel,
.cart-discount .actions-toolbar .action.primary,
.cart-discount .actions-toolbar .action.cancel,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action {
  background: #444545;
  border: #444545 1px solid;
  color: #ffffff;
}
.abs-revert-secondary-color:focus,
.abs-revert-secondary-color:active,
.abs-revert-to-action-secondary:focus,
.abs-revert-to-action-secondary:active,
.paypal-review .block .actions-toolbar .action.primary:focus,
.paypal-review .block .actions-toolbar .action.primary:active,
.abs-discount-block .actions-toolbar .action.primary:focus,
.abs-discount-block .actions-toolbar .action.primary:active,
.abs-discount-block .actions-toolbar .action.cancel:focus,
.abs-discount-block .actions-toolbar .action.cancel:active,
.block-compare .action.primary:focus,
.block-compare .action.primary:active,
.cart-summary .block .actions-toolbar > .primary .action.primary:focus,
.cart-summary .block .actions-toolbar > .primary .action.primary:active,
.abs-discount-code .form-discount .actions-toolbar .primary .action:focus,
.abs-discount-code .form-discount .actions-toolbar .primary .action:active,
.cart-summary .form.giftregistry .fieldset .action.primary:focus,
.cart-summary .form.giftregistry .fieldset .action.primary:active,
.paypal-review-discount .actions-toolbar .action.primary:focus,
.paypal-review-discount .actions-toolbar .action.primary:active,
.paypal-review-discount .actions-toolbar .action.cancel:focus,
.paypal-review-discount .actions-toolbar .action.cancel:active,
.cart-discount .actions-toolbar .action.primary:focus,
.cart-discount .actions-toolbar .action.primary:active,
.cart-discount .actions-toolbar .action.cancel:focus,
.cart-discount .actions-toolbar .action.cancel:active,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:focus,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:active {
  background: #e2e2e2;
  border: #444545 1px solid;
  color: #ffffff;
}
.abs-revert-secondary-color:hover,
.abs-revert-to-action-secondary:hover,
.paypal-review .block .actions-toolbar .action.primary:hover,
.abs-discount-block .actions-toolbar .action.primary:hover,
.abs-discount-block .actions-toolbar .action.cancel:hover,
.block-compare .action.primary:hover,
.cart-summary .block .actions-toolbar > .primary .action.primary:hover,
.abs-discount-code .form-discount .actions-toolbar .primary .action:hover,
.cart-summary .form.giftregistry .fieldset .action.primary:hover,
.paypal-review-discount .actions-toolbar .action.primary:hover,
.paypal-review-discount .actions-toolbar .action.cancel:hover,
.cart-discount .actions-toolbar .action.primary:hover,
.cart-discount .actions-toolbar .action.cancel:hover,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:hover {
  background: #f68428;
  border: #f68428 1px solid;
  color: #ffffff;
}
.products-grid.wishlist .product-item .box-tocart .tocart {
  font-size: 1.8rem;
  line-height: 2rem;
  padding: 7px 15px;
}
#store-selector .form-continue .actions-toolbar .action.primary,
.form-address-edit .actions-toolbar .action.vertex-secondary,
.order-review-form .action.primary,
.bundle-actions .action.primary.customize,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.box-tocart .action.tocart,
.cart-summary .checkout-methods-items .action.primary.checkout,
.block-minicart .block-content > .actions > .primary .action.primary,
.methods-shipping .actions-toolbar .action.primary,
.block-authentication .action.action-register,
.block-authentication .action.action-login,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary,
.form-address-edit .actions-toolbar .action.primary,
.box-tocart .action.instant-purchase,
.multicheckout .action.primary {
  line-height: 2.4rem;
  padding: 14px 17px;
  font-size: 2rem;
}
.cart.table-wrapper .item-options dt,
.minicart-items .product-item-details .product .options.list dt,
.opc-block-summary .items-in-cart .product .item-options dt,
.block-giftregistry-shared-items .product .item-options dt,
.multicheckout .item-options dt {
  clear: left;
  float: left;
  margin: 0 11px 5.5px 0;
}
.cart.table-wrapper .item-options dt:after,
.minicart-items .product-item-details .product .options.list dt:after,
.opc-block-summary .items-in-cart .product .item-options dt:after,
.block-giftregistry-shared-items .product .item-options dt:after,
.multicheckout .item-options dt:after {
  content: ': ';
}
.cart.table-wrapper .item-options dd,
.minicart-items .product-item-details .product .options.list dd,
.opc-block-summary .items-in-cart .product .item-options dd,
.block-giftregistry-shared-items .product .item-options dd,
.multicheckout .item-options dd {
  display: inline-block;
  float: left;
  margin: 0 0 5.5px;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action,
.bundle-actions .action.primary.customize,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.box-tocart .action.tocart,
.box-tocart .action.instant-purchase {
  width: 100%;
}
.products-list .product-image-wrapper,
.cart.table-wrapper .product-image-wrapper,
.minicart-items .product-image-wrapper,
.block-giftregistry-shared-items .product-image-wrapper {
  height: auto;
  padding: 0 !important;
}
.products-list .product-image-wrapper .product-image-photo,
.cart.table-wrapper .product-image-wrapper .product-image-photo,
.minicart-items .product-image-wrapper .product-image-photo,
.block-giftregistry-shared-items .product-image-wrapper .product-image-photo {
  position: static;
}
.product.media .product.photo .photo.image {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}
.amazon-validate-container .block .block-title,
.login-container .block .block-title {
  border-bottom: 1px solid #f68428;
  font-size: 1.8rem;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.amazon-validate-container .block .block-title strong,
.login-container .block .block-title strong {
  font-weight: 500;
}
.giftregisty-dropdown,
.wishlist-dropdown {
  display: inline-block;
  position: relative;
}
.abs-dropdown-simple:before,
.abs-dropdown-simple:after,
.giftregisty-dropdown:before,
.giftregisty-dropdown:after,
.wishlist-dropdown:before,
.wishlist-dropdown:after {
  content: '';
  display: table;
}
.abs-dropdown-simple:after,
.giftregisty-dropdown:after,
.wishlist-dropdown:after {
  clear: both;
}
.abs-dropdown-simple .action.toggle,
.giftregisty-dropdown .action.toggle,
.wishlist-dropdown .action.toggle {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle:after,
.giftregisty-dropdown .action.toggle:after,
.wishlist-dropdown .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle:hover:after,
.giftregisty-dropdown .action.toggle:hover:after,
.wishlist-dropdown .action.toggle:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle:active:after,
.giftregisty-dropdown .action.toggle:active:after,
.wishlist-dropdown .action.toggle:active:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active,
.giftregisty-dropdown .action.toggle.active,
.wishlist-dropdown .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle.active:after,
.giftregisty-dropdown .action.toggle.active:after,
.wishlist-dropdown .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: inherit;
  content: '\e621';
  font-family: 'luma-icons';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle.active:hover:after,
.giftregisty-dropdown .action.toggle.active:hover:after,
.wishlist-dropdown .action.toggle.active:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active:active:after,
.giftregisty-dropdown .action.toggle.active:active:after,
.wishlist-dropdown .action.toggle.active:active:after {
  color: inherit;
}
.abs-dropdown-simple ul.dropdown,
.giftregisty-dropdown ul.dropdown,
.wishlist-dropdown ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: #cccccc;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0px 20px 50px -20px rgba(0, 0, 0, 0.5);
}
.abs-dropdown-simple ul.dropdown li,
.giftregisty-dropdown ul.dropdown li,
.wishlist-dropdown ul.dropdown li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.abs-dropdown-simple ul.dropdown li:hover,
.giftregisty-dropdown ul.dropdown li:hover,
.wishlist-dropdown ul.dropdown li:hover {
  background: #f4f4f4;
  cursor: pointer;
}
.abs-dropdown-simple ul.dropdown:before,
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-dropdown-simple ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 98;
}
.abs-dropdown-simple ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.abs-dropdown-simple.active,
.giftregisty-dropdown.active,
.wishlist-dropdown.active {
  overflow: visible;
}
.abs-dropdown-simple.active ul.dropdown,
.giftregisty-dropdown.active ul.dropdown,
.wishlist-dropdown.active ul.dropdown {
  display: block;
}
.giftregisty-dropdown ul.items,
.wishlist-dropdown ul.items {
  padding: 6px 0;
}
.column .block-addbysku .qty .qty,
.bundle-options-container .input-text.qty,
.box-tocart .input-text.qty,
.account .data.table-return-items .qty .input-text,
.table-giftregistry-items .field.qty .qty,
.block-giftregistry-shared-items .qty .qty,
.table.grouped .col.qty .control.qty .qty,
.block-wishlist-info-items .input-text.qty,
.multicheckout .table-wrapper .col .qty .input-text,
.account .table-wrapper .data.table.wishlist .box-tocart .qty,
.products-grid.wishlist .product-item .box-tocart input.qty,
.sidebar .block-addbysku .fieldset .fields .field.qty .qty {
  text-align: center;
  width: 54px;
}
.block,
.customer-review .product-details,
.block-banners,
.block-banners-inline {
  margin-bottom: 44px;
}
.sidebar .product-items .action.delete,
.sidebar .block-compare .action.delete,
.table-comparison .cell.remove .action.delete,
.block-compare .action.delete,
.filter-current .action.remove {
  display: inline-block;
  text-decoration: none;
}
.abs-remove-button-for-blocks > span,
.sidebar .product-items .action.delete > span,
.sidebar .block-compare .action.delete > span,
.table-comparison .cell.remove .action.delete > span,
.block-compare .action.delete > span,
.filter-current .action.remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-remove-button-for-blocks:before,
.sidebar .product-items .action.delete:before,
.sidebar .block-compare .action.delete:before,
.table-comparison .cell.remove .action.delete:before,
.block-compare .action.delete:before,
.filter-current .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 15px;
  color: #757575;
  content: '\e616';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-remove-button-for-blocks:hover:before,
.sidebar .product-items .action.delete:hover:before,
.sidebar .block-compare .action.delete:hover:before,
.table-comparison .cell.remove .action.delete:hover:before,
.block-compare .action.delete:hover:before,
.filter-current .action.remove:hover:before {
  color: #494949;
}
.abs-remove-button-for-blocks:active:before,
.sidebar .product-items .action.delete:active:before,
.sidebar .block-compare .action.delete:active:before,
.table-comparison .cell.remove .action.delete:active:before,
.block-compare .action.delete:active:before,
.filter-current .action.remove:active:before {
  color: #999999;
}
.product-item-name,
.product.name a {
  font-weight: 400;
}
.product-item-name > a,
.product.name a > a {
  color: #363636;
  text-decoration: none;
}
.abs-product-link > a:visited,
.product-item-name > a:visited,
.product.name a > a:visited {
  color: #363636;
  text-decoration: none;
}
.abs-product-link > a:hover,
.product-item-name > a:hover,
.product.name a > a:hover {
  color: #363636;
  text-decoration: none;
}
.abs-product-link > a:active,
.product-item-name > a:active,
.product.name a > a:active {
  color: #363636;
  text-decoration: none;
}
.abs-like-link:visited {
  color: #363636;
  text-decoration: none;
}
.abs-like-link:hover {
  color: #f68428;
  text-decoration: none;
}
.abs-like-link:active {
  color: #f68428;
  text-decoration: underline;
}
.form.giftregistry.items .actions-toolbar,
.form.wishlist.items .actions-toolbar {
  margin-left: 0;
}
.abs-add-fields .action.remove,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove {
  line-height: normal;
  margin-left: 73%;
  position: absolute;
  top: 34px;
  width: auto;
}
.form-giftregistry-share .fieldset .field .control,
.form-giftregistry-edit .fieldset .field .control,
.form-add-invitations .fieldset .field .control,
.form-create-return .fieldset .field .control,
.form.send.friend .fieldset .field .control {
  width: 70%;
}
.form-giftregistry-share .fieldset .actions-toolbar > .secondary,
.form-giftregistry-edit .fieldset .actions-toolbar > .secondary,
.form-add-invitations .fieldset .actions-toolbar > .secondary,
.form-create-return .fieldset .actions-toolbar > .secondary,
.form.send.friend .fieldset .actions-toolbar > .secondary {
  float: left;
}
.form-giftregistry-share .fieldset .actions-toolbar > .secondary .action.add,
.form-giftregistry-edit .fieldset .actions-toolbar > .secondary .action.add,
.form-add-invitations .fieldset .actions-toolbar > .secondary .action.add,
.form-create-return .fieldset .actions-toolbar > .secondary .action.add,
.form.send.friend .fieldset .actions-toolbar > .secondary .action.add {
  margin-top: 33px;
}
.form-giftregistry-share .fieldset .fields .actions-toolbar,
.form-giftregistry-edit .fieldset .fields .actions-toolbar,
.form-add-invitations .fieldset .fields .actions-toolbar,
.form-create-return .fieldset .fields .actions-toolbar,
.form.send.friend .fieldset .fields .actions-toolbar {
  margin: 0;
}
.form-giftregistry-share .additional,
.form-giftregistry-edit .additional,
.form-add-invitations .additional,
.form-create-return .additional,
.form.send.friend .additional {
  margin-top: 55px;
  position: relative;
}
.form-giftregistry-share .message.notice,
.form-giftregistry-edit .message.notice,
.form-add-invitations .message.notice,
.form-create-return .message.notice,
.form.send.friend .message.notice {
  margin: 33px 0 0;
}
.order-details-items .order-items .order-gift-message:not(.expanded-content) {
  height: 0;
  visibility: hidden;
}
.aw-ui-listing .selectmenu .action-save > span,
.aw-ui-listing .selectmenu .action-edit > span,
.aw-ui-listing .selectmenu .action-delete > span,
.aw-ui-listing .selectmenu-toggle span,
.page-header .header_right .switcher .label,
.opc-wrapper .form-discount .field .label,
.bundle-options-container .block-bundle-summary .product-image-container,
.bundle-options-container .block-bundle-summary .product.name,
.bundle-options-container .block-bundle-summary .stock,
.product-item-actions .actions-secondary > .action span,
.special-price .price-label,
.table-comparison .cell.label.remove span,
.table-comparison .cell.label.product span,
.block.related .field.choice .label,
.cart.table-wrapper .col.qty .label,
.minicart-wrapper .action.showcart .text,
.minicart-wrapper .action.showcart .counter-label,
.checkout-index-index .page-title-wrapper,
.checkout-payment-method .field-select-billing > .label,
.checkout-payment-method .payments .legend,
.checkout-payment-method .ccard .legend,
.fieldset .fullname > .label,
.field.street .field .label,
.block-balance .balance-price-label,
.page-product-downloadable .product-options-wrapper .fieldset .legend.links-title,
.page-product-giftcard .fieldset.giftcard > .legend,
.opc-wrapper .form-giftcard-account .field .label,
.form-add-invitations .fields .label,
.filter-options-content .filter-count-label,
.table-comparison .wishlist.split.button > .action.split span,
.product-items .wishlist.split.button > .action.split span,
.page-multiple-wishlist .page-title-wrapper .page-title,
.block-wishlist-search-form .form-wishlist-search .fieldset > .legend,
.multicheckout .table-wrapper .col .label,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend,
.block.newsletter .label,
.review-date .review-details-label,
.customer-review .product-details .rating-average-label,
.block-reorder .product-item .label,
.products-grid.wishlist .product-item .comment-box .label,
.action.skip:not(:focus),
.page-header .panel.wrapper .switcher .label,
.page-footer .switcher .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .product.options .toggle > span,
.shipping-policy-block.field-tooltip .field-tooltip-action span {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.abs-add-clearfix:before,
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:before,
.abs-add-fields .fieldset .actions-toolbar:after,
.bundle-options-container .product-options-wrapper .field.choice .label:before,
.bundle-options-container .product-options-wrapper .field.choice .label:after,
.toolbar:before,
.toolbar:after,
.sidebar .product-items-images:before,
.sidebar .product-items-images:after,
.cart.table-wrapper .actions-toolbar:before,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:before,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:before,
.minicart-items .product-item > .product:after,
.minicart-items .product-item-details .product .options.list:before,
.minicart-items .product-item-details .product .options.list:after,
.checkout-container:before,
.checkout-container:after,
.checkout-onepage-success:before,
.checkout-onepage-success:after,
.opc-estimated-wrapper:before,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:before,
.opc-wrapper .field.addresses:after,
.opc-block-summary .items-in-cart .product .item-options:before,
.opc-block-summary .items-in-cart .product .item-options:after,
.opc-block-summary .product-item .product-item-details:before,
.opc-block-summary .product-item .product-item-details:after,
.page-product-downloadable .product-add-form:before,
.page-product-downloadable .product-add-form:after,
.gift-item-block .content:before,
.gift-item-block .content:after,
.order-details-items .order-gift-message:before,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:before,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:before,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:before,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping .content:before,
.opc-wrapper .data.table .gift-wrapping .content:after,
.table-order-items .gift-wrapping .content:before,
.table-order-items .gift-wrapping .content:after,
.order-options .product:before,
.order-options .product:after,
.map-popup .map-info-price:before,
.map-popup .map-info-price:after,
.multicheckout .item-options:before,
.multicheckout .item-options:after,
.multicheckout .block:before,
.multicheckout .block:after,
.multicheckout .block-content:before,
.multicheckout .block-content:after,
.customer-review .product-details:before,
.customer-review .product-details:after,
.form-create-return .actions-toolbar:before,
.form-create-return .actions-toolbar:after,
.header.content:before,
.header.content:after,
.form-giftregistry-share .fieldset .actions-toolbar:before,
.form-giftregistry-share .fieldset .actions-toolbar:after,
.form-giftregistry-edit .fieldset .actions-toolbar:before,
.form-giftregistry-edit .fieldset .actions-toolbar:after,
.form-add-invitations .fieldset .actions-toolbar:before,
.form-add-invitations .fieldset .actions-toolbar:after,
.form-create-return .fieldset .actions-toolbar:before,
.form-create-return .fieldset .actions-toolbar:after,
.form.send.friend .fieldset .actions-toolbar:before,
.form.send.friend .fieldset .actions-toolbar:after {
  content: '';
  display: table;
}
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:after,
.bundle-options-container .product-options-wrapper .field.choice .label:after,
.toolbar:after,
.sidebar .product-items-images:after,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:after,
.minicart-items .product-item-details .product .options.list:after,
.checkout-container:after,
.checkout-onepage-success:after,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:after,
.opc-block-summary .items-in-cart .product .item-options:after,
.opc-block-summary .product-item .product-item-details:after,
.page-product-downloadable .product-add-form:after,
.gift-item-block .content:after,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping .content:after,
.table-order-items .gift-wrapping .content:after,
.order-options .product:after,
.map-popup .map-info-price:after,
.multicheckout .item-options:after,
.multicheckout .block:after,
.multicheckout .block-content:after,
.customer-review .product-details:after,
.form-create-return .actions-toolbar:after,
.header.content:after,
.form-giftregistry-share .fieldset .actions-toolbar:after,
.form-giftregistry-edit .fieldset .actions-toolbar:after,
.form-add-invitations .fieldset .actions-toolbar:after,
.form-create-return .fieldset .actions-toolbar:after,
.form.send.friend .fieldset .actions-toolbar:after {
  clear: both;
}
.abs-field-date .control,
.abs-field-tooltip,
.columns .column.main,
.columns .sidebar-main,
.columns .sidebar-additional,
.column .block-addbysku .sku,
.product-item,
.sidebar .product-items-images .product-item,
.search-autocomplete,
.cart-summary,
.opc-wrapper .shipping-address-item,
.shipping-policy-block.field-tooltip .field-tooltip-content,
.opc-block-summary,
.block-event .slider-panel .slider .item .action.show,
.sidebar .block-addbysku .fieldset .fields .field.sku,
.form.search.advanced .fields.range .field.date .control,
.field .control._with-tooltip,
.form-giftregistry-edit .field.date .control {
  box-sizing: border-box;
}
.abs-navigation-icon:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 34px;
  line-height: 1.2;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button:before,
.abs-split-button:after {
  content: '';
  display: table;
}
.abs-split-button:after {
  clear: both;
}
.abs-split-button .action.split {
  float: left;
  margin: 0;
}
.abs-split-button .action.toggle {
  float: right;
  margin: 0;
}
.abs-split-button button.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.abs-split-button button + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.abs-split-button .action.toggle {
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle:active:after {
  color: inherit;
}
.abs-split-button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: inherit;
  color: inherit;
  content: '\e621';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle.active:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle.active:active:after {
  color: inherit;
}
.abs-split-button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: #cccccc;
  margin-top: 4px;
  min-width: 100%;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0px 20px 50px -20px rgba(0, 0, 0, 0.5);
}
.abs-split-button .items li {
  margin: 0;
  padding: 3px 5.5px;
}
.abs-split-button .items li:hover {
  background: #f4f4f4;
  cursor: pointer;
}
.abs-split-button .items:before,
.abs-split-button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-split-button .items:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.abs-split-button .items:after {
  border: 7px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 98;
}
.abs-split-button .items:before {
  right: 10px;
  top: -12px;
}
.abs-split-button .items:after {
  right: 9px;
  top: -14px;
}
.abs-split-button.active {
  overflow: visible;
}
.abs-split-button.active .items {
  display: block;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action,
.product-item-actions .actions-secondary > .action,
.product-social-links .action.tocompare,
.wishlist.split.button > .action.split,
.product-social-links .action.mailto.friend,
.product-social-links .action.towishlist,
.block-bundle-summary .action.towishlist,
.product-item .action.towishlist,
.table-comparison .action.towishlist {
  color: #666666;
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
}
.abs-actions-addto:before,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:before,
.product-item-actions .actions-secondary > .action:before,
.product-social-links .action.tocompare:before,
.wishlist.split.button > .action.split:before,
.product-social-links .action.mailto.friend:before,
.product-social-links .action.towishlist:before,
.block-bundle-summary .action.towishlist:before,
.product-item .action.towishlist:before,
.table-comparison .action.towishlist:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: inherit;
  font-family: 'luma-icons';
  margin: -2px 5px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action:hover,
.product-item-actions .actions-secondary > .action:hover,
.product-social-links .action.tocompare:hover,
.wishlist.split.button > .action.split:hover,
.product-social-links .action.mailto.friend:hover,
.product-social-links .action.towishlist:hover,
.block-bundle-summary .action.towishlist:hover,
.product-item .action.towishlist:hover,
.table-comparison .action.towishlist:hover {
  color: #2c292a;
  text-decoration: none;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action:before,
.product-item-actions .actions-secondary > .action:before,
.product-social-links .action.tocompare:before,
.wishlist.split.button > .action.split:before,
.product-social-links .action.mailto.friend:before,
.product-social-links .action.towishlist:before,
.block-bundle-summary .action.towishlist:before,
.product-item .action.towishlist:before,
.table-comparison .action.towishlist:before {
  width: 18px;
}
.bundle-options-container .block-bundle-summary .box-tocart,
.box-tocart {
  margin: 0 0 33px;
}
.abs-cart-block > .title,
.minicart-items .product .toggle,
.abs-discount-block .block > .title,
.cart-summary .block > .title,
.paypal-review-discount .block > .title,
.cart-discount .block > .title {
  border-top: 1px solid #cccccc;
  cursor: pointer;
  margin-bottom: 0;
  position: relative;
  padding: 11px 44px 11px 15px;
  display: block;
  text-decoration: none;
}
.abs-cart-block > .title:after,
.minicart-items .product .toggle:after,
.abs-discount-block .block > .title:after,
.cart-summary .block > .title:after,
.paypal-review-discount .block > .title:after,
.cart-discount .block > .title:after {
  position: absolute;
  right: 22px;
  top: 11px;
}
.abs-toggling-title > span,
.abs-cart-block > .title > span,
.minicart-items .product .toggle > span,
.abs-discount-block .block > .title > span,
.cart-summary .block > .title > span,
.paypal-review-discount .block > .title > span,
.cart-discount .block > .title > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-toggling-title:after,
.abs-cart-block > .title:after,
.minicart-items .product .toggle:after,
.abs-discount-block .block > .title:after,
.cart-summary .block > .title:after,
.paypal-review-discount .block > .title:after,
.cart-discount .block > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-discount-block .block,
.cart-summary .block,
.paypal-review-discount .block,
.cart-discount .block {
  margin: 0;
}
.abs-discount-block .block > .title:after,
.cart-summary .block > .title:after,
.paypal-review-discount .block > .title:after,
.cart-discount .block > .title:after {
  color: #858585;
}
.abs-discount-block .block .content,
.cart-summary .block .content,
.paypal-review-discount .block .content,
.cart-discount .block .content {
  display: none;
  padding: 5px 15px 23px;
  position: relative;
}
.abs-cart-block.active > .title:after,
.abs-discount-block .block.active > .title:after,
.cart-summary .block.active > .title:after,
.paypal-review-discount .block.active > .title:after,
.cart-discount .block.active > .title:after {
  content: '\e621';
}
.abs-discount-block .block.active .content,
.cart-summary .block.active .content,
.paypal-review-discount .block.active .content,
.cart-discount .block.active .content {
  display: block;
}
.multicheckout .table-wrapper .cart-price {
  color: #797073;
  font-size: 1.6rem;
  font-weight: 700;
}
.multicheckout .table-wrapper .product-item-name {
  font-size: 1.8rem;
  font-weight: 300;
  margin: 0;
}
.abs-account-blocks .block-title,
.account .legend,
.form-giftregistry-search .legend,
.block-giftregistry-results .block-title,
.block-giftregistry-shared-items .block-title,
.block-wishlist-search-form .block-title,
.block-wishlist-search-results .block-title,
.multicheckout .block-title,
.multicheckout .block-content .title,
.customer-review .review-details .title,
.paypal-review .block .block-title,
.account .column.main .block:not(.widget) .block-title,
.multicheckout .block-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title,
.sales-guest-view .column.main .block:not(.widget) .block-title {
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 27.5px;
  padding-bottom: 11px;
}
.abs-account-blocks .block-title > strong,
.abs-account-blocks .block-title > span,
.account .legend > strong,
.account .legend > span,
.form-giftregistry-search .legend > strong,
.form-giftregistry-search .legend > span,
.block-giftregistry-results .block-title > strong,
.block-giftregistry-results .block-title > span,
.block-giftregistry-shared-items .block-title > strong,
.block-giftregistry-shared-items .block-title > span,
.block-wishlist-search-form .block-title > strong,
.block-wishlist-search-form .block-title > span,
.block-wishlist-search-results .block-title > strong,
.block-wishlist-search-results .block-title > span,
.multicheckout .block-title > strong,
.multicheckout .block-title > span,
.multicheckout .block-content .title > strong,
.multicheckout .block-content .title > span,
.customer-review .review-details .title > strong,
.customer-review .review-details .title > span,
.paypal-review .block .block-title > strong,
.paypal-review .block .block-title > span,
.account .column.main .block:not(.widget) .block-title > strong,
.account .column.main .block:not(.widget) .block-title > span,
.multicheckout .block-title > strong,
.multicheckout .block-title > span,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > strong,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > span,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > strong,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > span,
.sales-guest-view .column.main .block:not(.widget) .block-title > strong,
.sales-guest-view .column.main .block:not(.widget) .block-title > span {
  font-size: 2.2rem;
  font-weight: 300;
}
.block-addresses-list address,
.box-billing-address .box-content,
.box-shipping-address .box-content,
.box-address-billing .box-content,
.box-address-shipping .box-content,
.box-information .box-content,
.box-newsletter .box-content {
  line-height: 24px;
}
.order-details-items tfoot td {
  background: #f5f5f5;
}
.paypal-review .table-paypal-review-items .col.price .price-including-tax,
.paypal-review .table-paypal-review-items .col.price .price-excluding-tax,
.paypal-review .table-paypal-review-items .col.subtotal .price-including-tax,
.paypal-review .table-paypal-review-items .col.subtotal .price-excluding-tax,
.cart.table-wrapper .col.price .price-including-tax,
.cart.table-wrapper .col.price .price-excluding-tax,
.cart.table-wrapper .col.subtotal .price-including-tax,
.cart.table-wrapper .col.subtotal .price-excluding-tax,
.cart.table-wrapper .col.msrp .price-including-tax,
.cart.table-wrapper .col.msrp .price-excluding-tax,
.order-details-items .col.price .price-including-tax,
.order-details-items .col.price .price-excluding-tax,
.order-details-items .col.subtotal .price-including-tax,
.order-details-items .col.subtotal .price-excluding-tax {
  color: #666666;
  font-size: 1.8rem;
  display: block;
  line-height: 1;
  white-space: nowrap;
}
.paypal-review .table-paypal-review-items .col.price .price-including-tax .price,
.paypal-review .table-paypal-review-items .col.price .price-excluding-tax .price,
.paypal-review .table-paypal-review-items .col.subtotal .price-including-tax .price,
.paypal-review .table-paypal-review-items .col.subtotal .price-excluding-tax .price,
.cart.table-wrapper .col.price .price-including-tax .price,
.cart.table-wrapper .col.price .price-excluding-tax .price,
.cart.table-wrapper .col.subtotal .price-including-tax .price,
.cart.table-wrapper .col.subtotal .price-excluding-tax .price,
.cart.table-wrapper .col.msrp .price-including-tax .price,
.cart.table-wrapper .col.msrp .price-excluding-tax .price,
.order-details-items .col.price .price-including-tax .price,
.order-details-items .col.price .price-excluding-tax .price,
.order-details-items .col.subtotal .price-including-tax .price,
.order-details-items .col.subtotal .price-excluding-tax .price {
  font-weight: 700;
}
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax,
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-excluding-tax,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-excluding-tax,
.cart-summary .price-including-tax,
.cart-summary .price-excluding-tax,
.gift-summary .price-including-tax,
.gift-summary .price-excluding-tax,
.gift-options .price-including-tax,
.gift-options .price-excluding-tax {
  font-size: 1.4rem;
  display: inline-block;
}
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax + .price-excluding-tax,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax + .price-excluding-tax,
.cart-summary .price-including-tax + .price-excluding-tax,
.gift-summary .price-including-tax + .price-excluding-tax,
.gift-options .price-including-tax + .price-excluding-tax {
  font-size: 1.1rem;
  display: inline-block;
}
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax + .price-excluding-tax:before,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax + .price-excluding-tax:before,
.cart-summary .price-including-tax + .price-excluding-tax:before,
.gift-summary .price-including-tax + .price-excluding-tax:before,
.gift-options .price-including-tax + .price-excluding-tax:before {
  content: '(' attr(data-label) ': ';
}
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax + .price-excluding-tax:after,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax + .price-excluding-tax:after,
.cart-summary .price-including-tax + .price-excluding-tax:after,
.gift-summary .price-including-tax + .price-excluding-tax:after,
.gift-options .price-including-tax + .price-excluding-tax:after {
  content: ')';
}
.price-including-tax .cart-tax-total,
.price-excluding-tax .cart-tax-total,
.paypal-review .table-paypal-review-items .cart-tax-total,
.cart.table-wrapper .cart-tax-total,
.order-details-items .cart-tax-total {
  cursor: pointer;
  padding-right: 11px;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.abs-tax-total:after,
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after,
.paypal-review .table-paypal-review-items .cart-tax-total:after,
.cart.table-wrapper .cart-tax-total:after,
.order-details-items .cart-tax-total:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 8px;
  line-height: 8px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 3px 0 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after,
.paypal-review .table-paypal-review-items .cart-tax-total:after,
.cart.table-wrapper .cart-tax-total:after,
.order-details-items .cart-tax-total:after {
  position: absolute;
  right: -2px;
  top: 4px;
}
.abs-tax-total-expanded:after,
.price-including-tax .cart-tax-total-expanded:after,
.price-excluding-tax .cart-tax-total-expanded:after,
.paypal-review .table-paypal-review-items .cart-tax-total-expanded:after,
.cart.table-wrapper .cart-tax-total-expanded:after,
.order-details-items .cart-tax-total-expanded:after {
  content: '\e621';
}
.giftcard-account .form-giftcard-redeem .fieldset,
.form-giftregistry-create .fieldset {
  margin-bottom: 22px;
}
.review-ratings .rating-summary,
.customer-review .review-details .customer-review-rating .rating-summary {
  display: table-row;
}
.review-ratings .rating-label,
.customer-review .review-details .customer-review-rating .rating-label {
  display: table-cell;
  padding-bottom: 5.5px;
  padding-right: 27.5px;
  padding-top: 1px;
  vertical-align: top;
}
.review-ratings .rating-result,
.customer-review .review-details .customer-review-rating .rating-result {
  display: table-cell;
  vertical-align: top;
}
.block-addresses-list .items.addresses .item.actions .action:after,
.account .data.table .col.actions .action:after,
[class^='sales-guest-'] .data.table .col.actions .action:after,
.sales-guest-view .data.table .col.actions .action:after,
.block .box-actions .action:after {
  border-left: 1px solid #a19a9c;
  content: '';
  display: inline-block;
  height: 12px;
  margin: 0 11px;
  vertical-align: -1px;
}
.block-addresses-list .items.addresses .item.actions .action:last-child:after,
.account .data.table .col.actions .action:last-child:after,
[class^='sales-guest-'] .data.table .col.actions .action:last-child:after,
.sales-guest-view .data.table .col.actions .action:last-child:after,
.block .box-actions .action:last-child:after {
  display: none;
}
.paypal-review .block .block-title > .action,
.account .column.main .block:not(.widget) .block-title > .action,
.multicheckout .block-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > .action,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > .action,
.sales-guest-view .column.main .block:not(.widget) .block-title > .action {
  margin-left: 15px;
}
.paypal-review .block .box-title,
.account .column.main .block:not(.widget) .box-title,
.multicheckout .box-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title,
.sales-guest-view .column.main .block:not(.widget) .box-title {
  display: inline-block;
  margin: 0 0 11px;
}
.paypal-review .block .box-title > span,
.account .column.main .block:not(.widget) .box-title > span,
.multicheckout .box-title > span,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > span,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title > span,
.sales-guest-view .column.main .block:not(.widget) .box-title > span {
  font-size: 1.6rem;
}
.paypal-review .block .box-title > .action,
.account .column.main .block:not(.widget) .box-title > .action,
.multicheckout .box-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > .action,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title > .action,
.sales-guest-view .column.main .block:not(.widget) .box-title > .action {
  font-weight: 400;
  margin-left: 11px;
}
.block-minicart .subtotal .label:after,
.minicart-items .details-qty .label:after,
.minicart-items .price-minicart .label:after,
.order-details-items .order-gift-message .label:after,
.order-details-items .block-order-details-gift-message .label:after,
.block-wishlist-management .wishlist-select .wishlist-name-label:after {
  content: ': ';
}
.abs-dropdown-items-new .action.new,
.wishlist.split.button .action.new,
.wishlist-dropdown .action.new {
  display: inline-block;
  text-decoration: none;
}
.abs-icon-add:before,
.abs-dropdown-items-new .action.new:before,
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 10px;
  color: inherit;
  content: '\e61c';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .items .item:last-child:hover,
.wishlist-dropdown .items .item:last-child:hover {
  background: #f4f4f4;
}
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  margin-left: -17px;
  margin-right: 5.5px;
}
.abs-sidebar-totals .table-caption,
.sidebar .subtitle,
.cart-summary .block .fieldset.estimate > .legend,
.cart-summary .block .fieldset.estimate > .legend + br,
.minicart-items .product-item-details .weee[data-label] .label,
.page-product-giftcard .fieldset.giftcard > .legend + br,
.order-details-items .order-items .order-gift-message .action.close,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend + br,
.multicheckout .hidden,
[class^='multishipping-'] .nav-sections,
[class^='multishipping-'] .nav-toggle,
.no-display,
.cart-totals .table-caption,
.opc-block-summary .table-totals .table-caption {
  display: none;
}
.return-status,
.order-status {
  border: 2px solid #cccccc;
  border-radius: 3px;
  display: inline-block;
  margin: 3px 0 0;
  padding: 2px 11px;
  text-transform: uppercase;
  vertical-align: top;
}
.magento-rma-returns-returns .page-main .page-title-wrapper .page-title,
.magento-rma-returns-view .page-main .page-title-wrapper .page-title,
.magento-rma-guest-returns .page-main .page-title-wrapper .page-title,
.account .page-main .page-title-wrapper .page-title,
[class^='sales-guest-'] .page-main .page-title-wrapper .page-title,
.sales-guest-view .page-main .page-title-wrapper .page-title,
.magento-rma-guest-returns .page-main .page-title-wrapper .page-title {
  margin-right: 25px;
}
.magento-rma-returns-returns .page-main .page-title-wrapper .order-date,
.magento-rma-returns-view .page-main .page-title-wrapper .order-date,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date,
.account .page-main .page-title-wrapper .order-date,
[class^='sales-guest-'] .page-main .page-title-wrapper .order-date,
.sales-guest-view .page-main .page-title-wrapper .order-date,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date {
  font-size: 16px;
  margin-bottom: 11px;
}
.magento-rma-returns-returns .page-main .page-title-wrapper .order-date .label,
.magento-rma-returns-view .page-main .page-title-wrapper .order-date .label,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date .label,
.account .page-main .page-title-wrapper .order-date .label,
[class^='sales-guest-'] .page-main .page-title-wrapper .order-date .label,
.sales-guest-view .page-main .page-title-wrapper .order-date .label,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date .label {
  display: none;
}
.account .column.main .order-details-items .table-wrapper .data.table,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table,
.block-giftregistry-results .data.table,
.block-wishlist-search-results .data.table,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table {
  border: none;
}
.abs-table-striped > tbody > tr:nth-child(even) > td,
.abs-table-striped > tbody > tr:nth-child(even) > th,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th,
.block-giftregistry-results .data.table > tbody > tr:nth-child(even) > td,
.block-giftregistry-results .data.table > tbody > tr:nth-child(even) > th,
.block-wishlist-search-results .data.table > tbody > tr:nth-child(even) > td,
.block-wishlist-search-results .data.table > tbody > tr:nth-child(even) > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th {
  background: #f6f6f6;
}
.abs-table-striped > thead > tr > th,
.abs-table-striped > tbody > tr > th,
.abs-table-striped > tfoot > tr > th,
.abs-table-striped > thead > tr > td,
.abs-table-striped > tbody > tr > td,
.abs-table-striped > tfoot > tr > td,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
.account .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td,
.block-giftregistry-results .data.table > thead > tr > th,
.block-giftregistry-results .data.table > tbody > tr > th,
.block-giftregistry-results .data.table > tfoot > tr > th,
.block-giftregistry-results .data.table > thead > tr > td,
.block-giftregistry-results .data.table > tbody > tr > td,
.block-giftregistry-results .data.table > tfoot > tr > td,
.block-wishlist-search-results .data.table > thead > tr > th,
.block-wishlist-search-results .data.table > tbody > tr > th,
.block-wishlist-search-results .data.table > tfoot > tr > th,
.block-wishlist-search-results .data.table > thead > tr > td,
.block-wishlist-search-results .data.table > tbody > tr > td,
.block-wishlist-search-results .data.table > tfoot > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td {
  border: none;
}
.abs-table-striped > thead > tr > th,
.abs-table-striped > thead > tr > td,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.block-giftregistry-results .data.table > thead > tr > th,
.block-giftregistry-results .data.table > thead > tr > td,
.block-wishlist-search-results .data.table > thead > tr > th,
.block-wishlist-search-results .data.table > thead > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > td {
  border-bottom: 1px solid #cccccc;
}
.block-compare .counter,
.block-wishlist .counter {
  color: #6d6d6d;
  font-size: 1.2rem;
  vertical-align: middle;
  white-space: nowrap;
}
.block-compare .counter:before,
.block-wishlist .counter:before {
  content: '(';
}
.block-compare .counter:after,
.block-wishlist .counter:after {
  content: ')';
}
.block-compare .block-title,
.block-reorder .block-title,
.block-wishlist .block-title,
.widget .block-title {
  margin: 0 0 22px;
}
.block-compare .block-title strong,
.block-reorder .block-title strong,
.block-wishlist .block-title strong,
.widget .block-title strong {
  font-size: 20px;
  font-weight: 300;
  vertical-align: middle;
}
.block-cart-failed,
.cart-container .form-cart {
  margin-bottom: 22px;
}
.block-cart-failed .actions.main .continue,
.cart-container .form-cart .actions.main .continue {
  display: none;
}
.block-cart-failed .actions.main .clear,
.cart-container .form-cart .actions.main .clear {
  line-height: 1.42857143;
  margin: 0 22px 0 0;
  padding: 0;
  color: #363636;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 400;
}
.abs-shopping-cart-items .actions.main .clear:visited,
.block-cart-failed .actions.main .clear:visited,
.cart-container .form-cart .actions.main .clear:visited {
  color: #363636;
  text-decoration: none;
}
.abs-shopping-cart-items .actions.main .clear:hover,
.block-cart-failed .actions.main .clear:hover,
.cart-container .form-cart .actions.main .clear:hover {
  color: #f68428;
  text-decoration: none;
}
.abs-shopping-cart-items .actions.main .clear:active,
.block-cart-failed .actions.main .clear:active,
.cart-container .form-cart .actions.main .clear:active {
  color: #f68428;
  text-decoration: underline;
}
.abs-shopping-cart-items .actions.main .clear:hover,
.abs-shopping-cart-items .actions.main .clear:active,
.abs-shopping-cart-items .actions.main .clear:focus,
.block-cart-failed .actions.main .clear:hover,
.block-cart-failed .actions.main .clear:active,
.block-cart-failed .actions.main .clear:focus,
.cart-container .form-cart .actions.main .clear:hover,
.cart-container .form-cart .actions.main .clear:active,
.cart-container .form-cart .actions.main .clear:focus {
  background: none;
  border: 0;
}
.abs-shopping-cart-items .actions.main .clear.disabled,
.abs-shopping-cart-items .actions.main .clear[disabled],
fieldset[disabled] .abs-shopping-cart-items .actions.main .clear,
.block-cart-failed .actions.main .clear.disabled,
.block-cart-failed .actions.main .clear[disabled],
fieldset[disabled] .block-cart-failed .actions.main .clear,
.cart-container .form-cart .actions.main .clear.disabled,
.cart-container .form-cart .actions.main .clear[disabled],
fieldset[disabled] .cart-container .form-cart .actions.main .clear {
  color: #363636;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.form.search.advanced .fields.range .field.date .control,
.form-giftregistry-edit .field.date .control {
  position: relative;
}
.abs-field-date input,
.field.date ._has-datepicker,
.field-dob ._has-datepicker,
.form-giftregistry-search .fields-specific-options .datetime-picker,
.form.search.advanced .fields.range .field.date input,
.form-giftregistry-edit .field.date input {
  margin-right: 11px;
  width: calc(100% - 34px);
}
.field .control._with-tooltip {
  position: relative;
}
.field .control._with-tooltip input {
  margin-right: 11px;
  width: calc(100% - 37.5px);
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content,
.shipping-policy-block.field-tooltip .field-tooltip-content {
  right: -11px;
  top: 40px;
  left: auto;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  margin-top: -21px;
  right: 11px;
  left: auto;
  top: 0;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:before {
  border-bottom-color: #666666;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
  border-bottom-color: #f4f4f4;
  top: 1px;
}
.opc-wrapper .step-title,
.opc-block-shipping-information .shipping-information-title,
.opc-block-summary > .title,
.checkout-agreements-items .checkout-agreements-item-title {
  padding-bottom: 11px;
  color: #363636;
  font-weight: 300;
  font-size: 2.6rem;
}
.cart-totals,
.opc-block-summary .table-totals {
  border-top: 1px solid #cccccc;
  padding-top: 10px;
}
.cart-totals tbody .mark,
.cart-totals tfoot .mark,
.opc-block-summary .table-totals tbody .mark,
.opc-block-summary .table-totals tfoot .mark {
  border: 0;
  font-weight: 400;
  padding: 6px 0;
}
.cart-totals tbody .amount,
.cart-totals tfoot .amount,
.opc-block-summary .table-totals tbody .amount,
.opc-block-summary .table-totals tfoot .amount {
  border: 0;
  font-weight: 400;
  padding: 6px 0 6px 14px;
  text-align: right;
  white-space: nowrap;
}
.cart-totals .grand th,
.cart-totals .grand td,
.opc-block-summary .table-totals .grand th,
.opc-block-summary .table-totals .grand td {
  padding: 11px 0;
}
.cart-totals .grand strong,
.opc-block-summary .table-totals .grand strong {
  display: inline-block;
  font-weight: 600;
  padding: 3px 0 0;
}
.cart-totals .grand .mark,
.opc-block-summary .table-totals .grand .mark {
  font-size: 1.8rem;
  border-top: 1px solid #cccccc;
  padding-right: 11px;
}
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .amount {
  font-size: 1.8rem;
  border-top: 1px solid #cccccc;
}
.cart-totals .msrp,
.opc-block-summary .table-totals .msrp {
  margin-bottom: 11px;
}
.cart-totals tbody tr:last-child td,
.opc-block-summary .table-totals tbody tr:last-child td {
  padding-bottom: 19px;
}
.cart-totals .totals-tax-summary .mark,
.cart-totals .totals-tax-summary .amount,
.opc-block-summary .table-totals .totals-tax-summary .mark,
.opc-block-summary .table-totals .totals-tax-summary .amount {
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  cursor: pointer;
}
.cart-totals .totals-tax-summary .amount .price,
.opc-block-summary .table-totals .totals-tax-summary .amount .price {
  padding-right: 22px;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.abs-sidebar-totals .totals-tax-summary .amount .price > span,
.cart-totals .totals-tax-summary .amount .price > span,
.opc-block-summary .table-totals .totals-tax-summary .amount .price > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-sidebar-totals .totals-tax-summary .amount .price:after,
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  position: absolute;
  right: 3px;
  top: 3px;
}
.cart-totals .totals-tax-summary.expanded .mark,
.cart-totals .totals-tax-summary.expanded .amount,
.opc-block-summary .table-totals .totals-tax-summary.expanded .mark,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount {
  border-bottom: 0;
}
.abs-sidebar-totals .totals-tax-summary.expanded .amount .price:after,
.cart-totals .totals-tax-summary.expanded .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount .price:after {
  content: '\e621';
}
.cart-totals .totals-tax-details,
.opc-block-summary .table-totals .totals-tax-details {
  border-bottom: 1px solid #cccccc;
  display: none;
}
.cart-totals .totals-tax-details.shown,
.opc-block-summary .table-totals .totals-tax-details.shown {
  display: table-row;
}
.cart-totals .table-wrapper,
.opc-block-summary .table-totals .table-wrapper {
  margin-bottom: 0;
}
.paypal-review-discount .block > .title strong,
.cart-discount .block > .title strong {
  color: #363636;
  font-weight: 400;
}
.paypal-review-discount .actions-toolbar,
.cart-discount .actions-toolbar {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.paypal-review-discount .actions-toolbar .action.primary,
.paypal-review-discount .actions-toolbar .action.cancel,
.cart-discount .actions-toolbar .action.primary,
.cart-discount .actions-toolbar .action.cancel {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin: 0 0 0 -1px;
  white-space: nowrap;
  width: auto;
}
.paypal-review-discount .actions-toolbar .secondary,
.cart-discount .actions-toolbar .secondary {
  bottom: 5px;
  left: 15px;
  position: absolute;
}
.paypal-review-discount .action.check,
.cart-discount .action.check {
  font-weight: 400;
}
.paypal-review-discount .fieldset,
.cart-discount .fieldset {
  display: table;
  width: 100%;
}
.paypal-review-discount .fieldset > .field > .label,
.cart-discount .fieldset > .field > .label {
  display: none;
}
.paypal-review-discount .field,
.cart-discount .field {
  display: table-cell;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/Pearl/weltpixel_custom/en_US/fonts/opensans/light/opensans-300.woff2') format('woff2'), url('../../frontend/Pearl/weltpixel_custom/en_US/fonts/opensans/light/opensans-300.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/Pearl/weltpixel_custom/en_US/fonts/opensans/regular/opensans-400.woff2') format('woff2'), url('../../frontend/Pearl/weltpixel_custom/en_US/fonts/opensans/regular/opensans-400.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/Pearl/weltpixel_custom/en_US/fonts/opensans/semibold/opensans-600.woff2') format('woff2'), url('../../frontend/Pearl/weltpixel_custom/en_US/fonts/opensans/semibold/opensans-600.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/Pearl/weltpixel_custom/en_US/fonts/opensans/bold/opensans-700.woff2') format('woff2'), url('../../frontend/Pearl/weltpixel_custom/en_US/fonts/opensans/bold/opensans-700.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.columns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.columns:after {
  clear: both;
  content: ' ';
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.columns .column.main {
  padding-bottom: 44px;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  width: 100%;
}
.columns .sidebar-main {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.columns .sidebar-additional {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.table-wrapper {
  margin-bottom: 22px;
}
table > caption {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.table tfoot {
  background: #f5f5f5;
}
.table tfoot > tr:first-child th,
.table tfoot > tr:first-child td {
  border-top: 1px solid #cccccc;
  padding-top: 22px;
}
.table tfoot th,
.table tfoot td {
  border: 0;
}
.table tfoot .mark {
  font-weight: 400;
  text-align: right;
}
.message.info {
  margin: 0 0 11px;
  padding: 12px 22px 12px 27.5px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.info a {
  color: #363636;
}
.message.info a:hover {
  color: #f68428;
}
.message.info a:active {
  color: #f68428;
}
.message.info > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\e602';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.error {
  margin: 0 0 11px;
  padding: 12px 22px 12px 27.5px;
  display: block;
  font-size: 1.3rem;
  background: #fae5e5;
  color: #ff0a0a;
  padding-left: 45px;
  position: relative;
}
.message.error a {
  color: #363636;
}
.message.error a:hover {
  color: #f68428;
}
.message.error a:active {
  color: #f68428;
}
.message.error > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #b30000;
  content: '\e61f';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.warning {
  margin: 0 0 11px;
  padding: 12px 22px 12px 27.5px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.warning a {
  color: #363636;
}
.message.warning a:hover {
  color: #f68428;
}
.message.warning a:active {
  color: #f68428;
}
.message.warning > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\e602';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.notice {
  margin: 0 0 11px;
  padding: 12px 22px 12px 27.5px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.notice a {
  color: #363636;
}
.message.notice a:hover {
  color: #f68428;
}
.message.notice a:active {
  color: #f68428;
}
.message.notice > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\e602';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.success {
  margin: 0 0 11px;
  padding: 12px 22px 12px 27.5px;
  display: block;
  font-size: 1.3rem;
  background: #e5efe5;
  color: #006400;
  padding-left: 45px;
  position: relative;
}
.message.success a {
  color: #363636;
}
.message.success a:hover {
  color: #f68428;
}
.message.success a:active {
  color: #f68428;
}
.message.success > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #006400;
  content: '\e60e';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.panel.header .links,
.panel.header .switcher {
  display: none;
}
.nav-sections {
  background: #f0f0f0;
}
.nav-toggle {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  display: block;
  font-size: 0;
  left: 15px;
  position: absolute;
  top: 15px;
  z-index: 14;
}
.nav-toggle:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: inherit;
  color: #757575;
  content: '\e609';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.nav-toggle:hover:before {
  color: #333333;
}
.nav-toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.tooltip.wrapper {
  position: relative;
}
.tooltip.wrapper .tooltip.content {
  background: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #2c292a;
  line-height: 1.4;
  border: 1px solid #bbbbbb;
  margin-top: 5px;
  left: 0;
  top: 100%;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.tooltip.wrapper .tooltip.content:after {
  border-width: 5px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:before {
  border-width: 6px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  bottom: 100%;
}
.tooltip.wrapper .tooltip.content:after {
  border-bottom-color: #ffffff;
  left: 15px;
  margin-left: -5px;
}
.tooltip.wrapper .tooltip.content:before {
  border-bottom-color: #bbbbbb;
  left: 15px;
  margin-left: -6px;
}
.tooltip.wrapper .tooltip.toggle {
  cursor: help;
}
.tooltip.wrapper .tooltip.toggle:hover + .tooltip.content,
.tooltip.wrapper .tooltip.toggle:focus + .tooltip.content,
.tooltip.wrapper:hover .tooltip.content {
  display: block;
}
.tooltip.wrapper .tooltip.content dl {
  margin-bottom: 0;
}
.tooltip.wrapper .tooltip.content dd {
  white-space: normal;
}
.tooltip.wrapper .tooltip.content .subtitle {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}
.tooltip.wrapper .tooltip.content .label {
  margin-top: 11px;
}
.tooltip.wrapper .tooltip.content .label:first-child {
  margin-top: 0;
}
.tooltip.wrapper .tooltip.content .values {
  margin: 0;
}
.ui-tooltip {
  position: absolute;
  z-index: 9999;
}
.load.indicator {
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 9999;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  position: absolute;
}
.load.indicator:before {
  background: transparent url('../../frontend/Pearl/weltpixel_custom/en_US/images/loader-2.gif') no-repeat 50% 50%;
  border-radius: 5px;
  height: 160px;
  width: 160px;
  bottom: 0;
  box-sizing: border-box;
  content: '';
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.load.indicator > span {
  display: none;
}
.loading-mask {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.5);
}
.loading-mask .loader > img {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}
.loading-mask .loader > p {
  display: none;
}
body > .loading-mask {
  z-index: 9999;
}
._block-content-loading {
  position: relative;
}
[data-role='main-css-loader'] {
  display: none;
}
.fieldset {
  border: 0;
  margin: 0 0 44px;
  padding: 0;
  letter-spacing: -.31em;
}
.fieldset > * {
  letter-spacing: normal;
}
.fieldset > .legend {
  margin: 0 0 22px;
  padding: 0 0 11px;
  width: 100%;
  box-sizing: border-box;
  float: left;
  font-weight: 300;
  line-height: 1.2;
  font-size: 1.8rem;
}
.fieldset > .legend + br {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.fieldset:last-child {
  margin-bottom: 22px;
}
.fieldset > .field,
.fieldset > .fields > .field {
  margin: 0 0 22px;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  margin: 0 0 8px;
  display: inline-block;
}
.fieldset > .field:last-child,
.fieldset > .fields > .field:last-child {
  margin-bottom: 0;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  font-weight: 600;
}
.fieldset > .field > .label + br,
.fieldset > .fields > .field > .label + br {
  display: none;
}
.fieldset > .field .choice input,
.fieldset > .fields > .field .choice input {
  vertical-align: top;
}
.fieldset > .field .fields.group:before,
.fieldset > .fields > .field .fields.group:before,
.fieldset > .field .fields.group:after,
.fieldset > .fields > .field .fields.group:after {
  content: '';
  display: table;
}
.fieldset > .field .fields.group:after,
.fieldset > .fields > .field .fields.group:after {
  clear: both;
}
.fieldset > .field .fields.group .field,
.fieldset > .fields > .field .fields.group .field {
  box-sizing: border-box;
  float: left;
}
.fieldset > .field .fields.group.group-2 .field,
.fieldset > .fields > .field .fields.group.group-2 .field {
  width: 50% !important;
}
.fieldset > .field .fields.group.group-3 .field,
.fieldset > .fields > .field .fields.group.group-3 .field {
  width: 33.3% !important;
}
.fieldset > .field .fields.group.group-4 .field,
.fieldset > .fields > .field .fields.group.group-4 .field {
  width: 25% !important;
}
.fieldset > .field .fields.group.group-5 .field,
.fieldset > .fields > .field .fields.group.group-5 .field {
  width: 20% !important;
}
.fieldset > .field .addon,
.fieldset > .fields > .field .addon {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0;
  width: 100%;
}
.fieldset > .field .addon textarea,
.fieldset > .fields > .field .addon textarea,
.fieldset > .field .addon select,
.fieldset > .fields > .field .addon select,
.fieldset > .field .addon input,
.fieldset > .fields > .field .addon input {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: inline-block;
  margin: 0;
  width: auto;
}
.fieldset > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore,
.fieldset > .field .addon .addafter,
.fieldset > .fields > .field .addon .addafter {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  font-weight: normal;
  height: 36px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
}
.fieldset > .field .addon .addbefore:disabled,
.fieldset > .fields > .field .addon .addbefore:disabled,
.fieldset > .field .addon .addafter:disabled,
.fieldset > .fields > .field .addon .addafter:disabled {
  opacity: 0.5;
}
.fieldset > .field .addon .addbefore::-moz-placeholder,
.fieldset > .fields > .field .addon .addbefore::-moz-placeholder,
.fieldset > .field .addon .addafter::-moz-placeholder,
.fieldset > .fields > .field .addon .addafter::-moz-placeholder {
  color: #575757;
}
.fieldset > .field .addon .addbefore::-webkit-input-placeholder,
.fieldset > .fields > .field .addon .addbefore::-webkit-input-placeholder,
.fieldset > .field .addon .addafter::-webkit-input-placeholder,
.fieldset > .fields > .field .addon .addafter::-webkit-input-placeholder {
  color: #575757;
}
.fieldset > .field .addon .addbefore:-ms-input-placeholder,
.fieldset > .fields > .field .addon .addbefore:-ms-input-placeholder,
.fieldset > .field .addon .addafter:-ms-input-placeholder,
.fieldset > .fields > .field .addon .addafter:-ms-input-placeholder {
  color: #575757;
}
.fieldset > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore {
  float: left;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.fieldset > .field .additional,
.fieldset > .fields > .field .additional {
  margin-top: 11px;
}
.fieldset > .field.required > .label:after,
.fieldset > .fields > .field.required > .label:after,
.fieldset > .field._required > .label:after,
.fieldset > .fields > .field._required > .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.4rem;
  margin: 0 0 0 5.5px;
}
.fieldset > .field .note,
.fieldset > .fields > .field .note {
  font-size: 1.4rem;
  margin: 3px 0 0;
  padding: 0;
  display: inline-block;
  text-decoration: none;
}
.fieldset > .field .note:before,
.fieldset > .fields > .field .note:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 14px;
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.fieldset > .field.no-label > .label,
.fieldset > .fields > .field.no-label > .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.fieldset > .field.choice .label,
.fieldset > .fields > .field.choice .label {
  display: inline;
  font-weight: normal;
  margin: 0;
}
.column:not(.main) .fieldset > .field .label,
.column:not(.main) .fieldset > .fields > .field .label {
  font-weight: normal;
}
.fieldset > .field .field.choice,
.fieldset > .fields > .field .field.choice {
  margin-bottom: 11px;
}
.fieldset > .field .field.choice:last-child,
.fieldset > .fields > .field .field.choice:last-child {
  margin-bottom: 0;
}
.legend + .fieldset,
.legend + div {
  clear: both;
}
.legend > span {
  margin-right: 5.5px;
}
fieldset.field {
  border: 0;
  padding: 0;
}
.field.date .time-picker {
  display: inline-block;
  margin-top: 11px;
  white-space: nowrap;
}
.field .message.warning {
  margin-top: 11px;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-size: 30px 60px;
  text-indent: .01em;
  text-overflow: '';
}
select::-ms-expand {
  display: none;
}
select.admin__control-multiselect {
  height: auto;
}
.field-error,
div.mage-error[generated] {
  margin-top: 7px;
}
.field-error {
  color: #ff0a0a;
  font-size: 1.4rem;
}
.product-options-wrapper .date.required div[for*='options'].mage-error {
  display: none !important;
}
.field .tooltip {
  position: relative;
}
.field .tooltip .tooltip-content {
  background: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #2c292a;
  line-height: 1.4;
  border: 1px solid #bbbbbb;
  margin-left: 5px;
  left: 100%;
  top: 0;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.field .tooltip .tooltip-content:after {
  border-width: 5px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:before {
  border-width: 6px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  right: 100%;
}
.field .tooltip .tooltip-content:after {
  border-right-color: #ffffff;
  margin-top: -5px;
  top: 15px;
}
.field .tooltip .tooltip-content:before {
  border-right-color: #bbbbbb;
  margin-top: -6px;
  top: 15px;
}
.field .tooltip .tooltip-toggle {
  cursor: help;
}
.field .tooltip .tooltip-toggle:hover + .tooltip-content,
.field .tooltip .tooltip-toggle:focus + .tooltip-content,
.field .tooltip:hover .tooltip-content {
  display: block;
}
.field .tooltip .tooltip-content {
  min-width: 200px;
  white-space: normal;
}
input:focus ~ .tooltip .tooltip-content,
select:focus ~ .tooltip .tooltip-content {
  display: block;
}
._has-datepicker ~ .ui-datepicker-trigger {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: block;
  text-decoration: none;
  display: inline-block;
  margin-top: -4px;
  vertical-align: middle;
}
._has-datepicker ~ .ui-datepicker-trigger:focus,
._has-datepicker ~ .ui-datepicker-trigger:active {
  background: none;
  border: none;
}
._has-datepicker ~ .ui-datepicker-trigger:hover {
  background: none;
  border: none;
}
._has-datepicker ~ .ui-datepicker-trigger.disabled,
._has-datepicker ~ .ui-datepicker-trigger[disabled],
fieldset[disabled] ._has-datepicker ~ .ui-datepicker-trigger {
  pointer-events: none;
  opacity: 0.5;
}
._has-datepicker ~ .ui-datepicker-trigger > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
._has-datepicker ~ .ui-datepicker-trigger:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 23px;
  line-height: 23px;
  color: #797073;
  content: '\e612';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
._has-datepicker ~ .ui-datepicker-trigger:focus {
  box-shadow: none;
  outline: 0;
}
.sidebar .fieldset {
  margin: 0;
}
.sidebar .fieldset > .field:not(.choice):not(:last-child),
.sidebar .fieldset .fields > .field:not(:last-child) {
  margin: 0 0 22px;
}
.sidebar .fieldset > .field:not(.choice) .label,
.sidebar .fieldset .fields > .field .label {
  margin: 0 0 4px;
  padding: 0 0 5.5px;
  text-align: left;
  width: 100%;
}
.sidebar .fieldset > .field:not(.choice) .control,
.sidebar .fieldset .fields > .field .control {
  width: 100%;
}
@font-face {
  font-family: 'luma-icons';
  src: url('../../frontend/Pearl/weltpixel_custom/en_US/fonts/Luma-Icons.woff2') format('woff2'), url('../../frontend/Pearl/weltpixel_custom/en_US/fonts/Luma-Icons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
button,
a.action.primary,
.checkout-cart-index .cart-container .form-cart .actions.main .clear {
  border-radius: 0;
}
button:not(.primary) {
  box-shadow: none;
}
button:not(.primary):active {
  box-shadow: inset 0 1px 0 0 rgba(204, 204, 204, 0.8), inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
}
body:not(._keyfocus) button:focus {
  box-shadow: none;
}
a.action.primary {
  display: inline-block;
  text-decoration: none;
}
a.action.primary:hover,
a.action.primary:active,
a.action.primary:focus {
  text-decoration: none;
}
.action.primary,
.action-primary,
.page-products .product-item .weltpixel-quickview,
.form.form-returns-comments .fieldset .field.admin__field .file-uploader-button,
.form.form-create-return .fieldset .field.admin__field .file-uploader-button {
  background-image: none;
  background: #444545;
  border: #444545;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.8rem;
  line-height: 1.8rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.action.primary:focus,
.action-primary:focus,
.action.primary:active,
.action-primary:active,
.page-products .product-item .weltpixel-quickview:focus,
.page-products .product-item .weltpixel-quickview:active {
  background: #f68428;
  border: 1px solid #f68428;
  color: #ffffff;
}
.action.primary:hover,
.action-primary:hover,
.page-products .product-item .weltpixel-quickview:hover {
  background: #f68428;
  border: #f68428;
  color: #ffffff;
}
.action.primary.disabled,
.action-primary.disabled,
.action.primary[disabled],
.action-primary[disabled],
fieldset[disabled] .action.primary,
fieldset[disabled] .action-primary,
.page-products .product-item .weltpixel-quickview.disabled,
.page-products .product-item .weltpixel-quickview[disabled],
fieldset[disabled] .page-products .product-item .weltpixel-quickview {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.product.data.items {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 22px;
  margin-left: -15px;
  margin-right: -15px;
}
.product.data.items > .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}
.product.data.items > .item.title > .switch {
  display: block;
}
.product.data.items > .item.content {
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0;
}
.product.data.items > .item.content:before,
.product.data.items > .item.content:after {
  content: '';
  display: table;
}
.product.data.items > .item.content:after {
  clear: both;
}
.product.data.items > .item.content.active {
  display: block;
}
.product.data.items > .item.title {
  margin: 0;
}
.product.data.items > .item.title > .switch {
  border-top: 1px solid #cccccc;
  height: 44px;
  padding: 1px 11px 1px 11px;
  font-weight: 600;
  line-height: 44px;
  font-size: 1.6rem;
  color: #2c292a;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:visited {
  color: #6d6d6d;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:hover {
  color: #2c292a;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:active {
  color: #2c292a;
  text-decoration: none;
}
.product.data.items > .item.title:not(.disabled) > .switch:active,
.product.data.items > .item.title.active > .switch,
.product.data.items > .item.title.active > .switch:focus,
.product.data.items > .item.title.active > .switch:hover {
  color: #2c292a;
  text-decoration: none;
  padding-bottom: 1px;
}
.product.data.items > .item.content {
  background: #ffffff;
  margin: 0;
  padding: 11px 11px 33px;
}
.product.data.items .item.title a {
  position: relative;
  text-decoration: none;
}
.product.data.items .item.title a:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.product.data.items .item.title a:after {
  position: absolute;
  right: 11px;
  top: 1px;
}
.product.data.items .item.title.active a:after {
  content: '\e621';
}
.product.data.items .value p:last-child {
  margin-bottom: 0;
}
.product.data.items .table-wrapper {
  margin: 0;
}
.pages > .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .items {
  font-size: 0;
  letter-spacing: -1px;
  line-height: 0;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  list-style: none none;
  display: inline-block;
  font-weight: 400;
}
.pages .item {
  font-size: 1.4rem;
  line-height: 3.3rem;
  letter-spacing: normal;
  margin: 0 8px 0 0;
  display: inline-block;
}
.pages .item .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages a.page {
  color: #363636;
  display: inline-block;
  padding: 0 5.5px;
  text-decoration: none;
}
.pages a.page:visited {
  color: #363636;
}
.pages a.page:hover {
  color: #f68428;
  text-decoration: none;
}
.pages a.page:active {
  color: #f68428;
}
.pages strong.page {
  background: #e5e5e5;
  font-size: 1.4rem;
  line-height: 3.3rem;
  letter-spacing: normal;
  color: #2c292a;
  display: inline-block;
  font-weight: 700;
  padding: 0 5.5px;
}
.pages .action {
  background: #f0f0f0;
  border: 1px solid #cccccc;
  color: #797073;
  display: inline-block;
  padding: 0;
  text-decoration: none;
}
.pages .action:visited {
  color: #797073;
}
.pages .action:hover {
  background: #dedede;
  color: #797073;
  text-decoration: none;
}
.pages .action:active {
  color: #797073;
}
.pages .action.next {
  display: inline-block;
  text-decoration: none;
}
.pages .action.next:visited:before {
  color: #797073;
}
.pages .action.next:active:before {
  color: #797073;
}
.pages .action.next > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .action.next:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #797073;
  content: '\e608';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.next:hover:before {
  color: #797073;
}
.pages .action.next:active:before {
  color: #797073;
}
.pages .action.previous {
  display: inline-block;
  text-decoration: none;
}
.pages .action.previous:visited:before {
  color: #797073;
}
.pages .action.previous:active:before {
  color: #797073;
}
.pages .action.previous > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .action.previous:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #797073;
  content: '\e617';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.previous:hover:before {
  color: #797073;
}
.pages .action.previous:active:before {
  color: #797073;
}
.pages .action {
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
  border-radius: 3px;
  padding: 0 8px;
}
.pages .action.previous {
  margin-right: 8px;
}
.pages .action.next {
  margin-left: 8px;
}
.actions-toolbar > .primary,
.actions-toolbar > .secondary {
  margin-bottom: 11px;
  text-align: center;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  margin-bottom: 11px;
}
.actions-toolbar > .primary .action:last-child,
.actions-toolbar > .secondary .action:last-child {
  margin-bottom: 0;
}
.actions-toolbar > .primary:last-child,
.actions-toolbar > .secondary:last-child {
  margin-bottom: 0;
}
.actions-toolbar > .secondary .action.back {
  display: none;
}
.breadcrumbs {
  margin: 0 0 15px;
}
.breadcrumbs .items {
  font-size: 1.3rem;
  color: #f68428;
  margin: 0;
  padding: 0;
  list-style: none none;
}
.breadcrumbs .items > li {
  display: inline-block;
  vertical-align: top;
}
.breadcrumbs .item {
  margin: 0;
}
.breadcrumbs a {
  color: #363636;
  text-decoration: none;
}
.breadcrumbs a:visited {
  color: #363636;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #363636;
  text-decoration: #f68428;
}
.breadcrumbs a:active {
  color: #363636;
  text-decoration: none;
}
.breadcrumbs strong {
  font-weight: 400;
}
.breadcrumbs .item:not(:last-child) {
  display: inline-block;
  text-decoration: none;
}
.breadcrumbs .item:not(:last-child):after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 18px;
  content: '\e608';
  font-family: 'luma-icons';
  margin: 0 11px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.ui-dialog.popup .action.close {
  position: absolute;
  height: 40px;
  right: 0;
  top: 0;
  width: 40px;
  z-index: 1001;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.ui-dialog.popup .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-dialog.popup .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #8c8c8c;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.ui-dialog.popup .action.close:hover:before {
  color: #737373;
}
.ui-dialog.popup .action.close:active:before {
  color: #737373;
}
.ui-dialog.popup .action.close:focus,
.ui-dialog.popup .action.close:active {
  background: none;
  border: none;
}
.ui-dialog.popup .action.close:hover {
  background: none;
  border: none;
}
.ui-dialog.popup .action.close.disabled,
.ui-dialog.popup .action.close[disabled],
fieldset[disabled] .ui-dialog.popup .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.popup .actions-toolbar .action.cancel {
  font-weight: 400;
}
.popup-pointer {
  margin-left: -14px;
  position: absolute;
  top: -14px;
}
.popup-pointer:before,
.popup-pointer:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-bottom-style: solid;
}
.popup-pointer:before {
  left: 2px;
  top: 2px;
  border: solid 6px;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.popup-pointer:after {
  left: 1px;
  top: 0px;
  border: solid 7px;
  border-color: transparent transparent #aeaeae transparent;
  z-index: 98;
}
.price-tier_price .price-excluding-tax,
.price-tier_price .price-including-tax {
  display: inline;
}
.price-including-tax,
.price-excluding-tax {
  display: block;
  font-size: 1.8rem;
  line-height: 1;
}
.price-including-tax .price,
.price-excluding-tax .price {
  font-weight: 700;
}
.price-including-tax + .price-excluding-tax,
.weee[data-label] {
  display: block;
  font-size: 1.8rem;
}
.price-including-tax + .price-excluding-tax:before,
.weee[data-label]:before {
  content: attr(data-label) ': ';
  font-size: 1.1rem;
}
.price-including-tax + .price-excluding-tax .price,
.weee[data-label] .price {
  font-size: 1.1rem;
}
body._has-modal {
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.modals-overlay {
  z-index: 899;
}
.modal-slide,
.modal-popup {
  bottom: 0;
  left: 0;
  min-width: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s .3s, opacity .3s ease;
  transition: visibility 0s .3s, opacity .3s ease;
}
.modal-slide._show,
.modal-popup._show {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.modal-slide._show .modal-inner-wrap,
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-slide .modal-inner-wrap,
.modal-popup .modal-inner-wrap {
  background-color: #ffffff;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
  opacity: 1;
  pointer-events: auto;
}
.modal-slide {
  left: 44px;
  z-index: 900;
}
.modal-slide._show .modal-inner-wrap {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.modal-slide .modal-inner-wrap {
  height: 100%;
  overflow-y: auto;
  position: static;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  width: auto;
}
.modal-slide._inner-scroll .modal-inner-wrap {
  overflow-y: visible;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.modal-slide._inner-scroll .modal-header,
.modal-slide._inner-scroll .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-slide._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-slide._inner-scroll .modal-footer {
  margin-top: auto;
}
.modal-slide .modal-header,
.modal-slide .modal-content,
.modal-slide .modal-footer {
  padding: 0 2.6rem 2.6rem;
}
.modal-slide .modal-header {
  padding-bottom: 2.1rem;
  padding-top: 2.1rem;
}
.modal-popup {
  z-index: 900;
  left: 0;
  overflow-y: auto;
}
.modal-popup.confirm .modal-inner-wrap {
  max-width: 50rem;
}
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.modal-popup .modal-inner-wrap {
  margin: 5rem auto;
  width: 75%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-sizing: border-box;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: transform .2s ease;
}
.modal-popup._inner-scroll {
  overflow-y: visible;
}
.ie11 .modal-popup._inner-scroll {
  overflow-y: auto;
}
.modal-popup._inner-scroll .modal-inner-wrap {
  max-height: 90%;
}
.ie11 .modal-popup._inner-scroll .modal-inner-wrap {
  max-height: none;
}
.modal-popup._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-popup .modal-header,
.modal-popup .modal-content,
.modal-popup .modal-footer {
  padding-left: 3rem;
  padding-right: 3rem;
}
.modal-popup .modal-header,
.modal-popup .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-popup .modal-header {
  padding-bottom: 1.2rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer {
  margin-top: auto;
  padding-bottom: 3rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer-actions {
  text-align: right;
}
.modal-custom .action-close,
.modal-popup .action-close,
.modal-slide .action-close {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: 0;
}
.modal-custom .action-close:focus,
.modal-popup .action-close:focus,
.modal-slide .action-close:focus,
.modal-custom .action-close:active,
.modal-popup .action-close:active,
.modal-slide .action-close:active {
  background: none;
  border: none;
}
.modal-custom .action-close:hover,
.modal-popup .action-close:hover,
.modal-slide .action-close:hover {
  background: none;
  border: none;
}
.modal-custom .action-close.disabled,
.modal-popup .action-close.disabled,
.modal-slide .action-close.disabled,
.modal-custom .action-close[disabled],
.modal-popup .action-close[disabled],
.modal-slide .action-close[disabled],
fieldset[disabled] .modal-custom .action-close,
fieldset[disabled] .modal-popup .action-close,
fieldset[disabled] .modal-slide .action-close {
  pointer-events: none;
  opacity: 0.5;
}
.modal-custom .action-close > span,
.modal-popup .action-close > span,
.modal-slide .action-close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.modal-custom .action-close:before,
.modal-popup .action-close:before,
.modal-slide .action-close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #757575;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: inherit;
}
.modal-custom .action-close:active:before,
.modal-popup .action-close:active:before,
.modal-slide .action-close:active:before {
  color: inherit;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: #121011;
}
.modal-custom .action-close {
  margin: 15px;
}
.modal-popup {
  pointer-events: none;
}
.modal-popup .modal-title {
  border-bottom: 1px solid #c1c1c1;
  font-weight: 300;
  padding-bottom: 11px;
  font-size: 26px;
  margin-bottom: 0;
  min-height: 1em;
  word-wrap: break-word;
}
.modal-popup .action-close {
  padding: 22px;
}
.modal-slide .action-close {
  margin: 15px;
  padding: 0;
}
.modal-slide .page-main-actions {
  margin-bottom: -14.4rem;
  margin-top: 2.1rem;
}
.modals-overlay {
  background-color: rgba(51, 51, 51, 0.55);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
body._has-modal-custom .modal-custom-overlay {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 899;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
/**
     * @codingStandardsIgnoreStart
     */
#store-pickup.selected-shipping ~ #store-selector {
  display: none;
}
#store-pickup.selected-store-pickup ~ #shipping,
#store-pickup.selected-store-pickup ~ #opc-shipping_method {
  visibility: hidden;
  height: 0;
  overflow: hidden;
}
#delivery-method-selector {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#delivery-method-selector .action {
  line-height: 2.4rem;
  padding: 14px 17px;
  font-size: 2rem;
}
#delivery-method-selector .action.selected {
  background: #ffffff;
}
#delivery-method-selector .action-select-shipping {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
#delivery-method-selector .action-select-store-pickup {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
/**
      * @codingStandardsIgnoreStart
      */
#store-selector .form-login {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
#store-selector .form-continue {
  margin: 22px 0 0;
}
.location-details .location-name {
  font-size: 20px;
  font-weight: 700;
}
.store-selector-popup .modal-title {
  border-bottom: 0;
}
.store-selector-popup .modal-header {
  padding-bottom: 0;
}
/**
      * @codingStandardsIgnoreStart
      */
#opc-store-selector-popup {
  display: none;
}
#opc-store-selector-popup .block-search {
  float: none;
  width: 100%;
  margin: 0 0 22px;
  padding: 0 0 11px;
  border-bottom: 1px solid #c1c1c1;
}
.modal-content #opc-store-selector-popup {
  display: block;
}
.store-selector-popup-table thead th {
  display: none;
}
.store-selector-popup-table tbody .location .location-name {
  font-size: 20px;
}
.store-selector-popup-table tbody .location + .location {
  border-top: 1px solid #cccccc;
}
.store-selector-popup-table tbody .col-location-details {
  padding-left: 0;
}
.store-selector-popup-table tbody .col-location-details p:last-child {
  margin-bottom: 0;
}
.store-selector-popup-table tbody .col-location-actions {
  padding-right: 0;
  vertical-align: middle;
}
.store-selector-popup-table tbody .col-location-actions .action {
  float: right;
}
.store-selector-popup-empty-query,
.store-selector-popup-no-locations {
  margin: 0 0 22px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.lac-notification-sticky {
  position: relative;
  z-index: 999;
}
.lac-notification-sticky .lac-notification {
  background-color: #373330;
  color: #ffffff;
  font-size: 16px;
}
.lac-notification-sticky .lac-notification .lac-notification-icon {
  float: left;
  margin: 10px 25px 10px 10px;
}
.lac-notification-sticky .lac-notification .lac-notification-icon .logo-img {
  display: block;
}
.lac-notification-sticky .lac-notification .lac-notification-text {
  float: left;
  padding: 15px 0;
}
.lac-notification-sticky .lac-notification .lac-notification-links {
  float: right;
  padding: 15px 0;
}
.lac-notification-sticky .lac-notification .lac-notification-links a {
  color: #ffffff;
  font-size: 14px;
}
.lac-notification-sticky .lac-notification .lac-notification-links .lac-notification-close-link:after {
  background: url('../../frontend/Pearl/weltpixel_custom/en_US/Magento_LoginAsCustomerFrontendUi/images/close.svg');
  content: ' ';
  display: inline-block;
  height: 12px;
  margin-left: 5px;
  vertical-align: middle;
  width: 12px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
.aw-ctq__file-uploader-area {
  position: relative;
}
.aw-ctq__file-uploader-area input[type='file'] {
  opacity: 0;
  overflow: hidden;
  position: absolute;
  width: 0;
}
.aw-ctq__file-uploader-drop-zone {
  cursor: pointer;
  display: block;
  padding: 10px 0 10px 35px;
  background: #ffffff;
  border: 1px dashed #cccccc;
  border-radius: 3px;
  text-align: center;
  -webkit-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.aw-ctq__file-uploader-dragging .aw-ctq__file-uploader-drop-zone-inner {
  opacity: 0.4;
}
.aw-ctq__file-uploader-drop-zone-inner {
  background: #ffffff;
  display: block;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.aw-ctq__file-uploader-placeholder-text {
  color: #575757;
  font-size: 14px;
}
.aw-ctq__file-uploader-placeholder-text::before {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjI1cHgiIGhlaWdodD0iMjFweCIgdmlld0JveD0iMCAwIDI1IDIxIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgICB4bWxuczpza2V0Y2g9Imh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaC9ucyI+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBza2V0Y2g6dHlwZT0iTVNQYWdlIj4KICAgICAgICA8ZyBpZD0iMDVfRHJvcHpvbmUtKENBKS0tLXVwbG9hZGVkIiBza2V0Y2g6dHlwZT0iTVNBcnRib2FyZEdyb3VwIgogICAgICAgICAgIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zMTMuMDAwMDAwLCAtNjQ1LjAwMDAwMCkiIGZpbGw9IiM3MDcwNzAiPgogICAgICAgICAgICA8ZyBpZD0iSXNzdWUtQXR0YWNobWVudHMiIHNrZXRjaDp0eXBlPSJNU0xheWVyR3JvdXAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIwLjAwMDAwMCwgNjAyLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgPGcgaWQ9IkRyYWctJmFtcDstZHJvcC1lbXB0eS0yIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyOTMuMDAwMDAwLCA0My4wMDAwMDApIiBza2V0Y2g6dHlwZT0iTVNTaGFwZUdyb3VwIj4KICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iY2xvdWQtdXBsb2FkLTIiPgogICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMTMuMTI0Nzk3NywxOS42NDc5NDEgTDEzLjEyNDc5NzcsMTEuMDU2MzA2IEwxNS4xNzM3OTIyLDEzLjEzMDYxMDQgQzE1LjQ1NzI5NTcsMTMuNDE2NjYzNiAxNS45MTQzNzI3LDEzLjQxNjY2MzYgMTYuMTk4NzAyNywxMy4xMzA2MTA0IEMxNi40ODEzNzk2LDEyLjg0MzcyMDcgMTYuNDgxMzc5NiwxMi4zODAzNDc5IDE2LjE5ODcwMjcsMTIuMDk0Mjk0NiBMMTIuOTEzMjAzMyw4Ljc2OTU1MjY3IEMxMi44Nzg0ODg2LDguNzM1MjU5NzMgMTIuODQwNDY3Nyw4LjcwNTE0ODg2IDEyLjgwMTYyMDMsOC42NzgzODM2NCBDMTIuNzg1MDg5NSw4LjY2NzUxMDI3IDEyLjc2NzczMjEsOC42NjA4MTg5NyAxMi43NTEyMDEzLDguNjUwNzgyMDEgQzEyLjcyNzIzMTYsOC42MzY1NjI5OSAxMi43MDI0MzU0LDguNjIyMzQzOTcgMTIuNjc2ODEyNyw4LjYxMTQ3MDYgQzEyLjY1NTMyMjYsOC42MDIyNzAwNSAxMi42MzMwMDYsOC41OTcyNTE1OCAxMi42MTE1MTU5LDguNTkxMzk2NjggQzEyLjU4ODM3MjgsOC41ODM4Njg5NyAxMi41NjUyMjk3LDguNTc0NjY4NDIgMTIuNTQxMjYsOC41NzA0ODYzNiBDMTIuNTA0MDY1Nyw4LjU2MjEyMjIzIDEyLjQ2Njg3MTMsOC41NjA0NDk0IDEyLjQyOTY3Nyw4LjU1ODc3NjU3IEMxMi40MTg5MzIsOC41NTg3NzY1NyAxMi40MTA2NjY1LDguNTU1NDMwOTIgMTIuMzk5MDk1LDguNTU1NDMwOTIgQzEyLjM4NzUyMzQsOC41NTU0MzA5MiAxMi4zNzg0MzE1LDguNTU4Nzc2NTcgMTIuMzY2ODU5OSw4LjU1ODc3NjU3IEMxMi4zMzA0OTIxLDguNTYwNDQ5NCAxMi4yOTQxMjQzLDguNTYyOTU4NjQgMTIuMjU4NTgzMSw4LjU3MDQ4NjM2IEMxMi4yMzI5NjAzLDguNTc1NTA0ODQgMTIuMjA4OTkwNiw4LjU4NTU0MTc5IDEyLjE4NDE5NDQsOC41OTMwNjk1MSBDMTIuMTYzNTMwOSw4LjU5OTc2MDgyIDEyLjE0MzY5MzksOC42MDMxMDY0NyAxMi4xMjMwMzA0LDguNjExNDcwNiBDMTIuMDk0OTI4LDguNjIzMTgwMzggMTIuMDY5MzA1Miw4LjYzODIzNTgyIDEyLjA0Mjg1NTksOC42NTQxMjc2NiBDMTIuMDI3OTc4Miw4LjY2MjQ5MTc5IDEyLjAxMzEwMDUsOC42NjgzNDY2OSAxMS45OTgyMjI3LDguNjc3NTQ3MjMgQzExLjk1NzcyMjIsOC43MDUxNDg4NiAxMS45MjA1Mjc5LDguNzM2MDk2MTQgMTEuODg2NjM5Nyw4Ljc3MDM4OTA4IEw4LjYwMTk2NjksMTIuMDk0Mjk0NiBDOC40NjA2Mjg0NCwxMi4yMzczMjEyIDguMzg5NTQ1OTQsMTIuNDI1NTE0MiA4LjM4OTU0NTk0LDEyLjYxMjAzNDMgQzguMzg5NTQ1OTQsMTIuODAwMjI3MiA4LjQ2MDYyODQ0LDEyLjk4NzU4MzcgOC42MDE5NjY5LDEzLjEzMDYxMDQgQzguODg0NjQzODMsMTMuNDE2NjYzNiA5LjM0MjU0NzM5LDEzLjQxNjY2MzYgOS42MjYwNTA4NiwxMy4xMzA2MTA0IEwxMS42NzUwNDUzLDExLjA1NjMwNiBMMTEuNjc1MDQ1MywxOS42NDg3Nzc0IEMxMS42NzUwNDUzLDIwLjA1MzYwMTMgMTEuOTk5MDQ5MywyMC4zODIzMTE2IDEyLjM5ODI2ODQsMjAuMzgyMzExNiBDMTIuODAwNzkzOCwyMC4zODE0NzUyIDEzLjEyNDc5NzcsMjAuMDUzNjAxMyAxMy4xMjQ3OTc3LDE5LjY0Nzk0MSBMMTMuMTI0Nzk3NywxOS42NDc5NDEgWiIKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgaWQ9IlNoYXBlIj48L3BhdGg+CiAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0yMC43MDMzNDk2LDYuMjg0NTY5NDUgQzIwLjQ3OTM1NzEsMi45MTQ2NjEyMiAxNy42OTgwNDc1LDAuMjQzMTU3ODk1IDE0LjMxMjUzNjgsMC4yNDMxNTc4OTUgQzEyLjE4MjU0MTMsMC4yNDMxNTc4OTUgMTAuMjEwNDE1MSwxLjMzMzg0MDUzIDkuMDMyNTk0NjIsMy4wNjY4ODg0IEM4LjU1NzMzMzcsMi44NjExMzA3OCA4LjA0MjM5ODgzLDIuNzUyMzk3MDkgNy41MTkxOTg1NiwyLjc1MjM5NzA5IEM1LjUxMzE4NDIyLDIuNzUyMzk3MDkgMy44NTU5NzAwOCw0LjI5MzA2OTk1IDMuNjQyNzIyNTcsNi4yNjYxNjgzNyBDMS42MDE5OTM1Myw3LjA1NzQxNTEzIDAuMjEwMDk4OTUxLDkuMDM4MDQxMjYgMC4yMTAwOTg5NTEsMTEuMzIzOTU4MiBDMC4yMTAwOTg5NTEsMTQuMzIxNjYyNiAyLjYyMDI5MTcsMTYuNzYwNjQzMSA1LjU4MjYxMzY0LDE2Ljc2MDY0MzEgTDkuNjYzMjQ1MTksMTYuNzYwNjQzMSBMOS42NjMyNDUxOSwxNS41MDYwMjM1IEw1LjU4MTc4NzEsMTUuNTA2MDIzNSBDMy4yOTg4ODE2MywxNS41MDYwMjM1IDEuNDQ5MDgzNDksMTMuNjM2NjQwMyAxLjQ0OTA4MzQ5LDExLjMyMzk1ODIgQzEuNDQ5MDgzNDksOS4yNTA0OTAxOCAyLjk0OTI1NDksNy41MzkxODkwNSA0LjkwOTgwOTUsNy4yMTIxNTE1NCBDNC44NzY3NDc4Nyw3LjA0NTcwNTM0IDQuODU4NTYzOTcsNi44NzUwNzcwOCA0Ljg1ODU2Mzk3LDYuNjk5NDMwMzMgQzQuODU4NTYzOTcsNS4yMTE0NTE0OSA2LjA0OTYwOTE1LDQuMDA3MDE2NjggNy41MTkxOTg1Niw0LjAwNzAxNjY4IEM4LjI5ODYyNjQ2LDQuMDA3MDE2NjggOC45OTI5MjA2Niw0LjM1MjQ1NTI4IDkuNDc5NzUzMTUsNC44OTI3NzgxMiBDMTAuMjE0NTQ3OSwyLjkwOTY0Mjc0IDEyLjA5ODIzNDIsMS40OTc3Nzc0OSAxNC4zMTI1MzY4LDEuNDk3Nzc3NDkgQzE3LjE2NTc1NTMsMS40OTc3Nzc0OSAxOS40Nzg0MTYzLDMuODM3MjI0ODMgMTkuNDc4NDE2Myw2LjcyNTM1OTE0IEMxOS40Nzg0MTYzLDYuODkwOTY4OTMgMTkuNDcxODAzOSw3LjA1NjU3ODcxIDE5LjQ1NDQ0NjYsNy4yMTg4NDI4NSBDMjEuMzc2OTgwMyw3LjU3ODUwMDQ2IDIyLjgzNjY1MTIsOS4yNzU1ODI1NyAyMi44MzY2NTEyLDExLjMyMzk1ODIgQzIyLjgzNjY1MTIsMTMuNjM2NjQwMyAyMC45ODY4NTMxLDE1LjUwNjAyMzUgMTguNzAzOTQ3NiwxNS41MDYwMjM1IEwxNS4wODc4MzE5LDE1LjUwNjAyMzUgTDE1LjA4NzgzMTksMTYuNzYwNjQzMSBMMTguNzAzOTQ3NiwxNi43NjA2NDMxIEMyMS42NjYyNjk2LDE2Ljc2MDY0MzEgMjQuMDc2NDYyMywxNC4zMjE2NjI2IDI0LjA3NjQ2MjMsMTEuMzIzOTU4MiBDMjQuMDc1NjM1OCw5LjA3MzE3MDYxIDIyLjcwNzcxMDksNy4wOTY3MjY1NCAyMC43MDMzNDk2LDYuMjg0NTY5NDUgTDIwLjcwMzM0OTYsNi4yODQ1Njk0NSBaIgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICBpZD0iU2hhcGUiPjwvcGF0aD4KICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==");
  background-position: 0 0;
  width: 24px;
  height: 21px;
  position: absolute;
  margin-left: -31px;
  display: inline-block;
  content: " ";
}
.aw-ctq__file-uploader-spinner {
  color: #636363;
  display: none;
}
.aw-ctq__file-uploader-spinner::after {
  animation: ellipsis 2s steps(3) infinite;
  content: "...";
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
}
@keyframes ellipsis {
  0% {
    width: 0;
  }
  75% {
    width: 1.5ch;
  }
  100% {
    width: 2ch;
  }
}
.aw-ctq__file-uploader {
  margin-bottom: 25px;
}
.aw-ctq__file-uploader._loading .aw-ctq__file-uploader-spinner {
  display: inline-block;
}
.aw-ctq__file-uploader-preview {
  position: relative;
  margin-top: 5px;
  width: 150px;
}
.aw-ctq__file-uploader-preview .actions .action-remove {
  cursor: pointer;
  height: 20px;
  position: absolute;
  width: 20px;
  z-index: 3;
  display: block;
  text-decoration: none;
  background-color: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
  padding: 0;
  right: 0;
  bottom: 0;
}
.aw-ctq__file-uploader-preview .actions .action-remove::before {
  font-size: 2rem;
  line-height: inherit;
  color: #9e9e9e;
  content: 'X';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.aw-ctq__file-uploader-preview .actions .action-remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.aw-ctq__file-uploader-preview .title {
  width: 80%;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.aw-ctq__field-note {
  text-align: right;
  padding-top: 15px;
  color: #878787;
  font-size: 11px;
}
.aw-ctq__comment-block .comments {
  list-style: none;
  padding: 0;
  margin-bottom: 2rem;
}
.aw-ctq__comment-block .comment {
  display: block;
  margin-bottom: 1rem;
  padding: 2rem;
  width: 70%;
  box-sizing: border-box;
}
.aw-ctq__comment-block .comment.seller {
  background: #f5f5f5;
}
.aw-ctq__comment-block .comment.buyer {
  background: #1979c3;
  margin-left: 30%;
  color: #ffffff;
}
.aw-ctq__comment-block .comment.buyer a {
  color: #ffffff;
  text-decoration: underline;
}
.aw-ctq__comment-block .comment .attachments,
.aw-ctq__comment-block .comment .comment-text {
  margin-top: 1rem;
}
.aw-ctq__comment-block .comment .comment-text {
  white-space: pre-wrap;
}
.aw-ctq__comment-block .aw-ctq__owner-name {
  font-weight: 600;
}
.aw-ctq__comment-block .aw-ctq__comment-form {
  padding-right: 40px;
}
.aw-ctq__comment-block .aw-ctq__comment-form .control {
  margin-bottom: 30px;
}
.aw-ctq__comment-block .aw-ctq__comment-form .control .label {
  color: #575757;
}
.aw-ctq__comment-block .aw-ctq__comment-form .control textarea {
  min-height: 140px;
}
.aw-ctq__comment-block .aw-ctq__comment-form .fieldset {
  margin-bottom: 0;
}
.aw-ctq__comment-block .aw-ctq__comment-form .aw-ctq__button-comment {
  text-align: right;
}
.aw_ctq__modal-request-quote-wrapper .modal-title {
  color: #343434;
  font-weight: normal;
  border: none;
}
.aw_ctq__modal-request-quote {
  overflow: hidden;
  padding: 10px 0 50px 0;
}
.aw_ctq__modal-request-quote .label {
  text-align: left;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.1;
  color: #575757;
  opacity: 1;
  display: inline-block;
  margin-bottom: 8px;
}
.aw_ctq__modal-request-quote .control {
  margin-bottom: 30px;
}
.aw_ctq__modal-request-quote .control input[type="text"] {
  color: #575757;
}
.aw_ctq__modal-request-quote .control textarea {
  color: #575757;
  min-height: 140px;
}
.aw_ctq__modal-request-quote .action-basic {
  float: right;
}
.aw_ctq__modal-request-quote .aw-ctq-modal-note {
  font-size: 12px;
  line-height: 32px;
}
.aw_ctq__modal-request-quote .aw-ctq-modal-note .label {
  display: none;
}
.aw_ctq__modal-request-quote .aw-ctq-modal-note .control {
  margin: 0;
}
.aw-ctq__history-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.aw-ctq__history-block ul li {
  padding: 30px 0 0 0;
  margin: 0;
  position: relative;
}
.aw-ctq__history-block ul li::before {
  content: '';
  display: block;
  height: 1px;
  max-width: 490px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #cccccc;
}
.aw-ctq__history-block ul li:first-child {
  padding-top: 0;
}
.aw-ctq__history-block ul li:first-child::before {
  display: none;
}
.aw-ctq__history-block .aw-ctq__history-info {
  padding: 20px 30px 30px 30px;
}
.aw-ctq__history-block .aw-ctq__history-info .history-label {
  margin-bottom: 5px;
}
.aw-ctq__history-block .aw-ctq__history-info .history-value .action-item {
  margin-bottom: 5px;
}
.aw-ctq__history-block .aw-ctq__history-info .history-value .label-text {
  margin-right: 5px;
}
.aw-ctq__history-block .aw-ctq__history-info .old-value {
  display: inline-block;
  vertical-align: middle;
  text-decoration: line-through;
}
.aw-ctq__history-block .aw-ctq__history-info .aw-ctq__right-arrow {
  content: '';
  background-image: url('data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgZm9jdXNhYmxlPSJmYWxzZSIgZGF0YS1wcmVmaXg9ImZhcyIgZGF0YS1pY29uPSJhcnJvdy1yaWdodCIgY2xhc3M9InN2Zy1pbmxpbmUtLWZhIGZhLWFycm93LXJpZ2h0IGZhLXctMTQiIHJvbGU9ImltZyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNDQ4IDUxMiI+PHBhdGggZmlsbD0iY3VycmVudENvbG9yIiBkPSJNMTkwLjUgNjYuOWwyMi4yLTIyLjJjOS40LTkuNCAyNC42LTkuNCAzMy45IDBMNDQxIDIzOWM5LjQgOS40IDkuNCAyNC42IDAgMzMuOUwyNDYuNiA0NjcuM2MtOS40IDkuNC0yNC42IDkuNC0zMy45IDBsLTIyLjItMjIuMmMtOS41LTkuNS05LjMtMjUgLjQtMzQuM0wzMTEuNCAyOTZIMjRjLTEzLjMgMC0yNC0xMC43LTI0LTI0di0zMmMwLTEzLjMgMTAuNy0yNCAyNC0yNGgyODcuNEwxOTAuOSAxMDEuMmMtOS44LTkuMy0xMC0yNC44LS40LTM0LjN6Ij48L3BhdGg+PC9zdmc+');
  background-repeat: no-repeat;
  background-position: 0 0;
  display: inline-block;
  width: 11px;
  height: 13px;
  vertical-align: middle;
  margin: 0 25px;
}
.aw-ctq__history-block .aw-ctq__history-info .new-value {
  display: inline-block;
  vertical-align: middle;
}
.aw-ctq__history-block .aw-ctq__history-info .aw-ctq__history-row {
  margin-bottom: 20px;
}
.aw-ctq__history-block .aw-ctq__history-info .aw-ctq__history-row:last-child {
  margin-bottom: 0;
}
.aw-ctq__history-block .aw-ctq__history-title .aw-ctq-owner-name {
  font-weight: bold;
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
}
.aw-ctq__history-block .aw-ctq__history-title .aw-ctq-created-date {
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
}
.aw-ctq__history-block .aw-ctq__history-title .aw-ctq-status {
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
}
.aw-ctq__products-tab .table thead .col {
  font-weight: 600;
}
.aw-ctq__products-tab .table tbody .col.qty .input-text {
  max-width: 80px;
  text-align: center;
}
.aw-ctq__products-tab .table tbody .draggable-handle {
  font-size: 0;
  margin-top: -4px;
  padding: 0;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
}
.aw-ctq__products-tab .table tbody .draggable-handle:before {
  width: 3px;
  height: 20px;
  line-height: 4px;
  padding: 2px 4px;
  cursor: move;
  margin-top: -.7em;
  font-size: 12px;
  font-family: sans-serif;
  letter-spacing: 1px;
  content: '.. .. .. ..';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.aw-ctq__products-tab.order-details-items .col.price .price-excluding-tax .price {
  font-weight: 600;
}
.aw-ctq__products-tab.order-details-items .col.subtotal .price-excluding-tax .price {
  font-weight: 600;
}
.aw-ctq__products-tab .aw-ctq__quote-totals-block {
  overflow: hidden;
}
.aw-ctq__products-tab .quote-totals {
  max-width: 335px;
  width: 100%;
  float: right;
  margin-top: 10px;
}
.aw-ctq__products-tab .quote-totals .totals .mark {
  vertical-align: middle;
}
.aw-ctq__products-tab .quote-totals .totals .amount {
  text-align: right;
}
.aw-ctq__products-tab .quote-totals .totals .action,
.aw-ctq__products-tab .quote-totals .totals .action-delete {
  display: none;
}
.aw-ctq__products-tab .quote-totals tbody td {
  padding-bottom: 10px;
  padding-top: 10px;
}
.aw-ctq__products-tab .aw-ctq__tooltip {
  position: absolute;
  line-height: 1;
  width: 15px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  margin-bottom: 1px;
}
.aw-ctq__products-tab .aw-ctq__tooltip .tooltip-toggle {
  width: 15px;
  height: 15px;
  margin-top: 5px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url('data:image/svg+xml;base64,PHN2ZyByb2xlPSJpbWciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDUxMiA1MTIiPjxwYXRoIGZpbGw9ImN1cnJlbnRDb2xvciIgZD0iTTI1NiAzNDBjLTE1LjQ2NCAwLTI4IDEyLjUzNi0yOCAyOHMxMi41MzYgMjggMjggMjggMjgtMTIuNTM2IDI4LTI4LTEyLjUzNi0yOC0yOC0yOHptNy42Ny0yNGgtMTZjLTYuNjI3IDAtMTItNS4zNzMtMTItMTJ2LS4zODFjMC03MC4zNDMgNzcuNDQtNjMuNjE5IDc3LjQ0LTEwNy40MDggMC0yMC4wMTYtMTcuNzYxLTQwLjIxMS01Ny40NC00MC4yMTEtMjkuMTQ0IDAtNDQuMjY1IDkuNjQ5LTU5LjIxMSAyOC42OTItMy45MDggNC45OC0xMS4wNTQgNS45OTUtMTYuMjQ4IDIuMzc2bC0xMy4xMzQtOS4xNWMtNS42MjUtMy45MTktNi44Ni0xMS43NzEtMi42NDUtMTcuMTc3QzE4NS42NTggMTMzLjUxNCAyMTAuODQyIDExNiAyNTUuNjcgMTE2YzUyLjMyIDAgOTcuNDQgMjkuNzUxIDk3LjQ0IDgwLjIxMSAwIDY3LjQxNC03Ny40NCA2My44NDktNzcuNDQgMTA3LjQwOFYzMDRjMCA2LjYyNy01LjM3MyAxMi0xMiAxMnpNMjU2IDQwYzExOC42MjEgMCAyMTYgOTYuMDc1IDIxNiAyMTYgMCAxMTkuMjkxLTk2LjYxIDIxNi0yMTYgMjE2LTExOS4yNDQgMC0yMTYtOTYuNTYyLTIxNi0yMTYgMC0xMTkuMjAzIDk2LjYwMi0yMTYgMjE2LTIxNm0wLTMyQzExOS4wNDMgOCA4IDExOS4wODMgOCAyNTZjMCAxMzYuOTk3IDExMS4wNDMgMjQ4IDI0OCAyNDhzMjQ4LTExMS4wMDMgMjQ4LTI0OEM1MDQgMTE5LjA4MyAzOTIuOTU3IDggMjU2IDh6IiBjbGFzcz0iIj48L3BhdGg+PC9zdmc+');
}
.aw-ctq__quote-status {
  border: 2px solid #cccccc;
  border-radius: 3px;
  padding: 5px 10px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 16px;
}
.aw-ctq__quote-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 20px;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.aw-ctq__quote-header .actions-toolbar {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 20px;
}
.aw-ctq__quote-header .actions-toolbar .action {
  margin-left: 15px;
  margin-bottom: 0;
}
.aw-ctq__quote-header .actions-toolbar .action.aw-ctq-button-2,
.aw-ctq__quote-header .actions-toolbar .action.aw-ctq-button-3,
.aw-ctq__quote-header .actions-toolbar .action.aw-ctq-button-4 {
  color: #1C78C2;
  background: transparent;
  border-color: transparent;
  box-shadow: none;
  padding: 0;
}
.aw-ctq__quote-header .actions-toolbar .action.aw-ctq-button-2:hover,
.aw-ctq__quote-header .actions-toolbar .action.aw-ctq-button-3:hover,
.aw-ctq__quote-header .actions-toolbar .action.aw-ctq-button-4:hover {
  background: transparent;
}
.aw-ctq__quote-data {
  margin-bottom: 20px;
}
.aw-ctq__quote-created-date,
.aw-ctq__quote-order-id,
.aw-ctq__quote-id {
  margin-right: 25px;
}
.aw-ctq__quote-id,
.aw-ctq__quote-created-date,
.aw-ctq__quote-order-id,
.aw-ctq__quote-expired-date {
  margin-left: 0;
}
.aw-ctq__quote-id label,
.aw-ctq__quote-created-date label,
.aw-ctq__quote-order-id label,
.aw-ctq__quote-expired-date label {
  font-weight: bold;
}
.product-add-form .actions .toquotelist {
  margin-bottom: 15px;
  width: 49%;
  margin-right: 1%;
}
.wishlist.split.button {
  margin-right: 0 !important;
}
.block .product-item-actions .toquotelist {
  margin-left: 0 !important;
}
.product-item-actions .actions-primary {
  vertical-align: middle;
}
.product-item-actions .actions-primary .tocart {
  margin-right: 6px;
}
.product-item-actions .aw-ctq-button-container {
  display: inline-block;
  vertical-align: middle;
}
.product-item-actions .aw-ctq-button-container .toquotelist {
  font-size: 1.3rem;
  border-radius: 0;
  line-height: 1;
  padding: 10px;
  white-space: nowrap;
}
.minicart-wrapper .action.close:hover:before {
  color: #757575;
}
.aw-ctq.mini-quote-list .action.showlist {
  text-decoration: none;
}
.aw-ctq.mini-quote-list .action.showlist:before {
  background: url('../../frontend/Pearl/weltpixel_custom/en_US/Aheadworks_Ctq/images/mini-quote-list.png') no-repeat 100%;
  background-size: 100%;
  line-height: 30px;
  content: '\00a0';
  vertical-align: top;
  display: inline-block;
  width: 22px;
}
.aw-ctq.mini-quote-list .action .counter.qty.empty {
  display: none;
}
.aw-ctq.mini-quote-list .action .viewquotelist {
  cursor: pointer;
}
.cart-summary .checkout-methods-items .aw-atq__request-quote-action {
  width: 100%;
}
.aw_ctq__clear-cart-wrapper {
  width: 75%;
  padding-right: 4%;
  box-sizing: border-box;
}
.aw_ctq__clear-cart-wrapper .actions {
  float: right;
}
.aw-ca-order-listing .admin__data-grid-outer-wrap .admin__data-grid-wrap {
  overflow-x: auto;
}
.aw-ca-order-listing .admin__data-grid-outer-wrap .data-grid thead th {
  padding-top: 0;
}
.aw-ca-order-listing .admin__data-grid-outer-wrap .data-grid tbody tr td.data-grid-actions-cell {
  white-space: nowrap;
}
.aw-ca-order-listing .admin__data-grid-outer-wrap .data-grid tbody tr td.data-grid-actions-cell .action-menu-item:not(:first-child):before {
  border-left: 1px solid #a6a6a6;
  content: '';
  display: inline-block;
  height: 12px;
  margin: 0 10px;
  vertical-align: -1px;
}
.aw-ca-order-listing .admin__data-grid-outer-wrap .data-grid .admin__data-grid-header {
  margin-bottom: 1.1rem;
}
.aw_ca-company-index .block-domains .add-new-domain {
  float: right;
  margin-bottom: 10px;
}
.aw_ca-company-index .block-domains .admin__data-grid-outer-wrap {
  clear: both;
}
/* jsTree default theme */
.jstree-node,
.jstree-children,
.jstree-container-ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
}
.jstree-node {
  white-space: nowrap;
}
.jstree-anchor {
  display: inline-block;
  color: black;
  white-space: nowrap;
  padding: 0 4px 0 1px;
  margin: 0;
  vertical-align: top;
}
.jstree-anchor:focus {
  outline: 0;
}
.jstree-anchor,
.jstree-anchor:link,
.jstree-anchor:visited,
.jstree-anchor:hover,
.jstree-anchor:active {
  text-decoration: none;
  color: inherit;
}
.jstree-icon {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: center;
}
.jstree-icon:empty {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: center;
}
.jstree-ocl {
  cursor: pointer;
}
.jstree-leaf > .jstree-ocl {
  cursor: default;
}
.jstree .jstree-open > .jstree-children {
  display: block;
}
.jstree .jstree-closed > .jstree-children,
.jstree .jstree-leaf > .jstree-children {
  display: none;
}
.jstree-anchor > .jstree-themeicon {
  margin-right: 2px;
}
.jstree-no-icons .jstree-themeicon,
.jstree-anchor > .jstree-themeicon-hidden {
  display: none;
}
.jstree-hidden,
.jstree-node.jstree-hidden {
  display: none;
}
.jstree-rtl .jstree-anchor {
  padding: 0 1px 0 4px;
}
.jstree-rtl .jstree-anchor > .jstree-themeicon {
  margin-left: 2px;
  margin-right: 0;
}
.jstree-rtl .jstree-node {
  margin-left: 0;
}
.jstree-rtl .jstree-container-ul > .jstree-node {
  margin-right: 0;
}
.jstree-wholerow-ul {
  position: relative;
  display: inline-block;
  min-width: 100%;
}
.jstree-wholerow-ul .jstree-leaf > .jstree-ocl {
  cursor: pointer;
}
.jstree-wholerow-ul .jstree-anchor,
.jstree-wholerow-ul .jstree-icon {
  position: relative;
}
.jstree-wholerow-ul .jstree-wholerow {
  width: 100%;
  cursor: pointer;
  position: absolute;
  left: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.jstree-contextmenu .jstree-anchor {
  -webkit-user-select: none;
  /* disable selection/Copy of UIWebView */
  -webkit-touch-callout: none;
  /* disable the IOS popup when long-press on a link */
}
.vakata-context {
  display: none;
}
.vakata-context,
.vakata-context ul {
  margin: 0;
  padding: 2px;
  position: absolute;
  background: #f5f5f5;
  border: 1px solid #979797;
  box-shadow: 2px 2px 2px #999999;
}
.vakata-context ul {
  list-style: none;
  left: 100%;
  margin-top: -2.7em;
  margin-left: -4px;
}
.vakata-context .vakata-context-right ul {
  left: auto;
  right: 100%;
  margin-left: auto;
  margin-right: -4px;
}
.vakata-context li {
  list-style: none;
}
.vakata-context li > a {
  display: block;
  padding: 0 2em 0 2em;
  text-decoration: none;
  width: auto;
  color: black;
  white-space: nowrap;
  line-height: 2.4em;
  text-shadow: 1px 1px 0 white;
  border-radius: 1px;
}
.vakata-context li > a:hover {
  position: relative;
  background-color: #e8eff7;
  box-shadow: 0 0 2px #0a6aa1;
}
.vakata-context li > a.vakata-context-parent {
  background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAIORI4JlrqN1oMSnmmZDQUAOw==");
  background-position: right center;
  background-repeat: no-repeat;
}
.vakata-context li > a:focus {
  outline: 0;
}
.vakata-context .vakata-context-hover > a {
  position: relative;
  background-color: #e8eff7;
  box-shadow: 0 0 2px #0a6aa1;
}
.vakata-context .vakata-context-separator > a,
.vakata-context .vakata-context-separator > a:hover {
  background: white;
  border: 0;
  border-top: 1px solid #e2e3e3;
  height: 1px;
  min-height: 1px;
  max-height: 1px;
  padding: 0;
  margin: 0 0 0 2.4em;
  border-left: 1px solid #e0e0e0;
  text-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  border-radius: 0;
}
.vakata-context .vakata-contextmenu-disabled a,
.vakata-context .vakata-contextmenu-disabled a:hover {
  color: silver;
  background-color: transparent;
  border: 0;
  box-shadow: 0 0 0;
}
.vakata-context .vakata-contextmenu-disabled > a > i {
  filter: grayscale(100%);
}
.vakata-context li > a > i {
  text-decoration: none;
  display: inline-block;
  width: 2.4em;
  height: 2.4em;
  background: transparent;
  margin: 0 0 0 -2em;
  vertical-align: top;
  text-align: center;
  line-height: 2.4em;
}
.vakata-context li > a > i:empty {
  width: 2.4em;
  line-height: 2.4em;
}
.vakata-context li > a .vakata-contextmenu-sep {
  display: inline-block;
  width: 1px;
  height: 2.4em;
  background: white;
  margin: 0 0.5em 0 0;
  border-left: 1px solid #e2e3e3;
}
.vakata-context .vakata-contextmenu-shortcut {
  font-size: 0.8em;
  color: silver;
  opacity: 0.5;
  display: none;
}
.vakata-context-rtl ul {
  left: auto;
  right: 100%;
  margin-left: auto;
  margin-right: -4px;
}
.vakata-context-rtl li > a.vakata-context-parent {
  background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAINjI+AC7rWHIsPtmoxLAA7");
  background-position: left center;
  background-repeat: no-repeat;
}
.vakata-context-rtl .vakata-context-separator > a {
  margin: 0 2.4em 0 0;
  border-left: 0;
  border-right: 1px solid #e2e3e3;
}
.vakata-context-rtl .vakata-context-left ul {
  right: auto;
  left: 100%;
  margin-left: -4px;
  margin-right: auto;
}
.vakata-context-rtl li > a > i {
  margin: 0 -2em 0 0;
}
.vakata-context-rtl li > a .vakata-contextmenu-sep {
  margin: 0 0 0 0.5em;
  border-left-color: white;
  background: #e2e3e3;
}
#jstree-marker {
  position: absolute;
  top: 0;
  left: 0;
  margin: -5px 0 0 0;
  padding: 0;
  border-right: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
}
#jstree-dnd {
  line-height: 16px;
  margin: 0;
  padding: 4px;
}
#jstree-dnd .jstree-icon,
#jstree-dnd .jstree-copy {
  display: inline-block;
  text-decoration: none;
  margin: 0 2px 0 0;
  padding: 0;
  width: 16px;
  height: 16px;
}
#jstree-dnd .jstree-ok {
  background: green;
}
#jstree-dnd .jstree-er {
  background: red;
}
#jstree-dnd .jstree-copy {
  margin: 0 2px 0 2px;
}
.jstree-default .jstree-node,
.jstree-default .jstree-icon {
  background-repeat: no-repeat;
  background-color: transparent;
}
.jstree-default .jstree-anchor,
.jstree-default .jstree-animated,
.jstree-default .jstree-wholerow {
  transition: background-color 0.15s, box-shadow 0.15s;
}
.jstree-default .jstree-hovered {
  background: #e7f4f9;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #cccccc;
}
.jstree-default .jstree-context {
  background: #e7f4f9;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #cccccc;
}
.jstree-default .jstree-clicked {
  background: #beebff;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #999999;
}
.jstree-default .jstree-no-icons .jstree-anchor > .jstree-themeicon {
  display: none;
}
.jstree-default .jstree-disabled {
  background: transparent;
  color: #666666;
}
.jstree-default .jstree-disabled.jstree-hovered {
  background: transparent;
  box-shadow: none;
}
.jstree-default .jstree-disabled.jstree-clicked {
  background: #efefef;
}
.jstree-default .jstree-disabled > .jstree-icon {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'jstree-grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
}
.jstree-default .jstree-search {
  font-style: italic;
  color: #8b0000;
  font-weight: bold;
}
.jstree-default .jstree-no-checkboxes .jstree-checkbox {
  display: none !important;
}
.jstree-default.jstree-checkbox-no-clicked .jstree-clicked {
  background: transparent;
  box-shadow: none;
}
.jstree-default.jstree-checkbox-no-clicked .jstree-clicked.jstree-hovered {
  background: #e7f4f9;
}
.jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked {
  background: transparent;
}
.jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked.jstree-wholerow-hovered {
  background: #e7f4f9;
}
.jstree-default > .jstree-striped {
  min-width: 100%;
  display: inline-block;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAkCAMAAAB/qqA+AAAABlBMVEUAAAAAAAClZ7nPAAAAAnRSTlMNAMM9s3UAAAAXSURBVHjajcEBAQAAAIKg/H/aCQZ70AUBjAATb6YPDgAAAABJRU5ErkJggg==") left top repeat;
}
.jstree-default > .jstree-wholerow-ul .jstree-hovered,
.jstree-default > .jstree-wholerow-ul .jstree-clicked {
  background: transparent;
  box-shadow: none;
  border-radius: 0;
}
.jstree-default .jstree-wholerow {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.jstree-default .jstree-wholerow-hovered {
  background: #e7f4f9;
}
.jstree-default .jstree-wholerow-clicked {
  background: #beebff;
  background: -webkit-linear-gradient(top, #beebff 0%, #a8e4ff 100%);
  background: linear-gradient(to bottom, #beebff 0%, #a8e4ff 100%);
}
.jstree-default .jstree-node {
  min-height: 24px;
  line-height: 24px;
  margin-left: 24px;
  min-width: 24px;
}
.jstree-default .jstree-anchor {
  line-height: 24px;
  height: 24px;
}
.jstree-default .jstree-icon {
  width: 24px;
  height: 24px;
  line-height: 24px;
}
.jstree-default .jstree-icon:empty {
  width: 24px;
  height: 24px;
  line-height: 24px;
}
.jstree-default.jstree-rtl .jstree-node {
  margin-right: 24px;
}
.jstree-default .jstree-wholerow {
  height: 24px;
}
.jstree-default .jstree-node,
.jstree-default .jstree-icon {
  background-image: url(../../frontend/Pearl/weltpixel_custom/en_US/Aheadworks_Ca/images/lib/js-tree/themes/default/32px.png);
}
.jstree-default .jstree-node {
  background-position: -292px -4px;
  background-repeat: repeat-y;
}
.jstree-default .jstree-last {
  background: transparent;
}
.jstree-default .jstree-open > .jstree-ocl {
  background-position: -132px -4px;
}
.jstree-default .jstree-closed > .jstree-ocl {
  background-position: -100px -4px;
}
.jstree-default .jstree-leaf > .jstree-ocl {
  background-position: -68px -4px;
}
.jstree-default .jstree-themeicon {
  background-position: -260px -4px;
}
.jstree-default > .jstree-no-dots .jstree-node,
.jstree-default > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent;
}
.jstree-default > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -36px -4px;
}
.jstree-default > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -4px -4px;
}
.jstree-default .jstree-disabled {
  background: transparent;
}
.jstree-default .jstree-disabled.jstree-hovered {
  background: transparent;
}
.jstree-default .jstree-disabled.jstree-clicked {
  background: #efefef;
}
.jstree-default .jstree-checkbox {
  background-position: -164px -4px;
}
.jstree-default .jstree-checkbox:hover {
  background-position: -164px -36px;
}
.jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default .jstree-checked > .jstree-checkbox {
  background-position: -228px -4px;
}
.jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default .jstree-checked > .jstree-checkbox:hover {
  background-position: -228px -36px;
}
.jstree-default .jstree-anchor > .jstree-undetermined {
  background-position: -196px -4px;
}
.jstree-default .jstree-anchor > .jstree-undetermined:hover {
  background-position: -196px -36px;
}
.jstree-default .jstree-checkbox-disabled {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'jstree-grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
}
.jstree-default > .jstree-striped {
  background-size: auto 48px;
}
.jstree-default.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y;
}
.jstree-default.jstree-rtl .jstree-last {
  background: transparent;
}
.jstree-default.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -132px -36px;
}
.jstree-default.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -100px -36px;
}
.jstree-default.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -68px -36px;
}
.jstree-default.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent;
}
.jstree-default.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -36px -36px;
}
.jstree-default.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -4px -36px;
}
.jstree-default .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0;
}
.jstree-default > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url(../../frontend/Pearl/weltpixel_custom/en_US/Aheadworks_Ca/images/lib/js-tree/themes/default/throbber.gif) center center no-repeat;
}
.jstree-default .jstree-file {
  background: url(../../frontend/Pearl/weltpixel_custom/en_US/Aheadworks_Ca/images/lib/js-tree/themes/default/32px.png) -100px -68px no-repeat;
}
.jstree-default .jstree-folder {
  background: url(../../frontend/Pearl/weltpixel_custom/en_US/Aheadworks_Ca/images/lib/js-tree/themes/default/32px.png) -260px -4px no-repeat;
}
.jstree-default > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0;
}
#jstree-dnd.jstree-default {
  line-height: 24px;
  padding: 0 4px;
}
#jstree-dnd.jstree-default .jstree-ok,
#jstree-dnd.jstree-default .jstree-er {
  background-image: url(../../frontend/Pearl/weltpixel_custom/en_US/Aheadworks_Ca/images/lib/js-tree/themes/default/32px.png);
  background-repeat: no-repeat;
  background-color: transparent;
}
#jstree-dnd.jstree-default i {
  background: transparent;
  width: 24px;
  height: 24px;
  line-height: 24px;
}
#jstree-dnd.jstree-default .jstree-ok {
  background-position: -4px -68px;
}
#jstree-dnd.jstree-default .jstree-er {
  background-position: -36px -68px;
}
.jstree-default .jstree-ellipsis {
  overflow: hidden;
}
.jstree-default .jstree-ellipsis .jstree-anchor {
  width: calc(71%);
  text-overflow: ellipsis;
  overflow: hidden;
}
.jstree-default.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
}
.jstree-default.jstree-rtl .jstree-last {
  background: transparent;
}
.jstree-default-small .jstree-node {
  min-height: 18px;
  line-height: 18px;
  margin-left: 18px;
  min-width: 18px;
}
.jstree-default-small .jstree-anchor {
  line-height: 18px;
  height: 18px;
}
.jstree-default-small .jstree-icon {
  width: 18px;
  height: 18px;
  line-height: 18px;
}
.jstree-default-small .jstree-icon:empty {
  width: 18px;
  height: 18px;
  line-height: 18px;
}
.jstree-default-small.jstree-rtl .jstree-node {
  margin-right: 18px;
}
.jstree-default-small .jstree-wholerow {
  height: 18px;
}
.jstree-default-small .jstree-node,
.jstree-default-small .jstree-icon {
  background-image: url(../../frontend/Pearl/weltpixel_custom/en_US/Aheadworks_Ca/images/lib/js-tree/themes/default/32px.png);
}
.jstree-default-small .jstree-node {
  background-position: -295px -7px;
  background-repeat: repeat-y;
}
.jstree-default-small .jstree-last {
  background: transparent;
}
.jstree-default-small .jstree-open > .jstree-ocl {
  background-position: -135px -7px;
}
.jstree-default-small .jstree-closed > .jstree-ocl {
  background-position: -103px -7px;
}
.jstree-default-small .jstree-leaf > .jstree-ocl {
  background-position: -71px -7px;
}
.jstree-default-small .jstree-themeicon {
  background-position: -263px -7px;
}
.jstree-default-small > .jstree-no-dots .jstree-node,
.jstree-default-small > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent;
}
.jstree-default-small > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -39px -7px;
}
.jstree-default-small > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -7px -7px;
}
.jstree-default-small .jstree-disabled {
  background: transparent;
}
.jstree-default-small .jstree-disabled.jstree-hovered {
  background: transparent;
}
.jstree-default-small .jstree-disabled.jstree-clicked {
  background: #efefef;
}
.jstree-default-small .jstree-checkbox {
  background-position: -167px -7px;
}
.jstree-default-small .jstree-checkbox:hover {
  background-position: -167px -39px;
}
.jstree-default-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default-small .jstree-checked > .jstree-checkbox {
  background-position: -231px -7px;
}
.jstree-default-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default-small .jstree-checked > .jstree-checkbox:hover {
  background-position: -231px -39px;
}
.jstree-default-small .jstree-anchor > .jstree-undetermined {
  background-position: -199px -7px;
}
.jstree-default-small .jstree-anchor > .jstree-undetermined:hover {
  background-position: -199px -39px;
}
.jstree-default-small .jstree-checkbox-disabled {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'jstree-grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
}
.jstree-default-small > .jstree-striped {
  background-size: auto 36px;
}
.jstree-default-small.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y;
}
.jstree-default-small.jstree-rtl .jstree-last {
  background: transparent;
}
.jstree-default-small.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -135px -39px;
}
.jstree-default-small.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -103px -39px;
}
.jstree-default-small.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -71px -39px;
}
.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent;
}
.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -39px -39px;
}
.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -7px -39px;
}
.jstree-default-small .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0;
}
.jstree-default-small > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url(../../frontend/Pearl/weltpixel_custom/en_US/Aheadworks_Ca/images/lib/js-tree/themes/default/throbber.gif) center center no-repeat;
}
.jstree-default-small .jstree-file {
  background: url(../../frontend/Pearl/weltpixel_custom/en_US/Aheadworks_Ca/images/lib/js-tree/themes/default/32px.png) -103px -71px no-repeat;
}
.jstree-default-small .jstree-folder {
  background: url(../../frontend/Pearl/weltpixel_custom/en_US/Aheadworks_Ca/images/lib/js-tree/themes/default/32px.png) -263px -7px no-repeat;
}
.jstree-default-small > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0;
}
#jstree-dnd.jstree-default-small {
  line-height: 18px;
  padding: 0 4px;
}
#jstree-dnd.jstree-default-small .jstree-ok,
#jstree-dnd.jstree-default-small .jstree-er {
  background-image: url(../../frontend/Pearl/weltpixel_custom/en_US/Aheadworks_Ca/images/lib/js-tree/themes/default/32px.png);
  background-repeat: no-repeat;
  background-color: transparent;
}
#jstree-dnd.jstree-default-small i {
  background: transparent;
  width: 18px;
  height: 18px;
  line-height: 18px;
}
#jstree-dnd.jstree-default-small .jstree-ok {
  background-position: -7px -71px;
}
#jstree-dnd.jstree-default-small .jstree-er {
  background-position: -39px -71px;
}
.jstree-default-small .jstree-ellipsis {
  overflow: hidden;
}
.jstree-default-small .jstree-ellipsis .jstree-anchor {
  width: calc(77%);
  text-overflow: ellipsis;
  overflow: hidden;
}
.jstree-default-small.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAACAQMAAABv1h6PAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMHBgAAiABBI4gz9AAAAABJRU5ErkJggg==");
}
.jstree-default-small.jstree-rtl .jstree-last {
  background: transparent;
}
.jstree-default-large .jstree-node {
  min-height: 32px;
  line-height: 32px;
  margin-left: 32px;
  min-width: 32px;
}
.jstree-default-large .jstree-anchor {
  line-height: 32px;
  height: 32px;
}
.jstree-default-large .jstree-icon {
  width: 32px;
  height: 32px;
  line-height: 32px;
}
.jstree-default-large .jstree-icon:empty {
  width: 32px;
  height: 32px;
  line-height: 32px;
}
.jstree-default-large.jstree-rtl .jstree-node {
  margin-right: 32px;
}
.jstree-default-large .jstree-wholerow {
  height: 32px;
}
.jstree-default-large .jstree-node,
.jstree-default-large .jstree-icon {
  background-image: url(../../frontend/Pearl/weltpixel_custom/en_US/Aheadworks_Ca/images/lib/js-tree/themes/default/32px.png);
}
.jstree-default-large .jstree-node {
  background-position: -288px 0px;
  background-repeat: repeat-y;
}
.jstree-default-large .jstree-last {
  background: transparent;
}
.jstree-default-large .jstree-open > .jstree-ocl {
  background-position: -128px 0px;
}
.jstree-default-large .jstree-closed > .jstree-ocl {
  background-position: -96px 0px;
}
.jstree-default-large .jstree-leaf > .jstree-ocl {
  background-position: -64px 0px;
}
.jstree-default-large .jstree-themeicon {
  background-position: -256px 0px;
}
.jstree-default-large > .jstree-no-dots .jstree-node,
.jstree-default-large > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent;
}
.jstree-default-large > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -32px 0px;
}
.jstree-default-large > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: 0px 0px;
}
.jstree-default-large .jstree-disabled {
  background: transparent;
}
.jstree-default-large .jstree-disabled.jstree-hovered {
  background: transparent;
}
.jstree-default-large .jstree-disabled.jstree-clicked {
  background: #efefef;
}
.jstree-default-large .jstree-checkbox {
  background-position: -160px 0px;
}
.jstree-default-large .jstree-checkbox:hover {
  background-position: -160px -32px;
}
.jstree-default-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default-large .jstree-checked > .jstree-checkbox {
  background-position: -224px 0px;
}
.jstree-default-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default-large .jstree-checked > .jstree-checkbox:hover {
  background-position: -224px -32px;
}
.jstree-default-large .jstree-anchor > .jstree-undetermined {
  background-position: -192px 0px;
}
.jstree-default-large .jstree-anchor > .jstree-undetermined:hover {
  background-position: -192px -32px;
}
.jstree-default-large .jstree-checkbox-disabled {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'jstree-grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
}
.jstree-default-large > .jstree-striped {
  background-size: auto 64px;
}
.jstree-default-large.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y;
}
.jstree-default-large.jstree-rtl .jstree-last {
  background: transparent;
}
.jstree-default-large.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -128px -32px;
}
.jstree-default-large.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -96px -32px;
}
.jstree-default-large.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -64px -32px;
}
.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent;
}
.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -32px -32px;
}
.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: 0px -32px;
}
.jstree-default-large .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0;
}
.jstree-default-large > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url(../../frontend/Pearl/weltpixel_custom/en_US/Aheadworks_Ca/images/lib/js-tree/themes/default/throbber.gif) center center no-repeat;
}
.jstree-default-large .jstree-file {
  background: url(../../frontend/Pearl/weltpixel_custom/en_US/Aheadworks_Ca/images/lib/js-tree/themes/default/32px.png) -96px -64px no-repeat;
}
.jstree-default-large .jstree-folder {
  background: url(../../frontend/Pearl/weltpixel_custom/en_US/Aheadworks_Ca/images/lib/js-tree/themes/default/32px.png) -256px 0px no-repeat;
}
.jstree-default-large > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0;
}
#jstree-dnd.jstree-default-large {
  line-height: 32px;
  padding: 0 4px;
}
#jstree-dnd.jstree-default-large .jstree-ok,
#jstree-dnd.jstree-default-large .jstree-er {
  background-image: url(../../frontend/Pearl/weltpixel_custom/en_US/Aheadworks_Ca/images/lib/js-tree/themes/default/32px.png);
  background-repeat: no-repeat;
  background-color: transparent;
}
#jstree-dnd.jstree-default-large i {
  background: transparent;
  width: 32px;
  height: 32px;
  line-height: 32px;
}
#jstree-dnd.jstree-default-large .jstree-ok {
  background-position: 0px -64px;
}
#jstree-dnd.jstree-default-large .jstree-er {
  background-position: -32px -64px;
}
.jstree-default-large .jstree-ellipsis {
  overflow: hidden;
}
.jstree-default-large .jstree-ellipsis .jstree-anchor {
  width: calc(63%);
  text-overflow: ellipsis;
  overflow: hidden;
}
.jstree-default-large.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAACAQMAAAAD0EyKAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjgIIGBgABCgCBvVLXcAAAAABJRU5ErkJggg==");
}
.jstree-default-large.jstree-rtl .jstree-last {
  background: transparent;
}
@media (max-width: 768px) {
  #jstree-dnd.jstree-dnd-responsive {
    line-height: 40px;
    font-weight: bold;
    font-size: 1.1em;
    text-shadow: 1px 1px white;
  }
  #jstree-dnd.jstree-dnd-responsive > i {
    background: transparent;
    width: 40px;
    height: 40px;
  }
  #jstree-dnd.jstree-dnd-responsive > .jstree-ok {
    background-image: url(../../frontend/Pearl/weltpixel_custom/en_US/Aheadworks_Ca/images/lib/js-tree/themes/default/40px.png);
    background-position: 0 -200px;
    background-size: 120px 240px;
  }
  #jstree-dnd.jstree-dnd-responsive > .jstree-er {
    background-image: url(../../frontend/Pearl/weltpixel_custom/en_US/Aheadworks_Ca/images/lib/js-tree/themes/default/40px.png);
    background-position: -40px -200px;
    background-size: 120px 240px;
  }
  #jstree-marker.jstree-dnd-responsive {
    border-left-width: 10px;
    border-top-width: 10px;
    border-bottom-width: 10px;
    margin-top: -10px;
  }
}
@media (max-width: 768px) {
  .jstree-default-responsive {
    /*
	.jstree-open > .jstree-ocl,
	.jstree-closed > .jstree-ocl { border-radius:20px; background-color:white; }
	*/
  }
  .jstree-default-responsive .jstree-icon {
    background-image: url(../../frontend/Pearl/weltpixel_custom/en_US/Aheadworks_Ca/images/lib/js-tree/themes/default/40px.png);
  }
  .jstree-default-responsive .jstree-node,
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background: transparent;
  }
  .jstree-default-responsive .jstree-node {
    min-height: 40px;
    line-height: 40px;
    margin-left: 40px;
    min-width: 40px;
    white-space: nowrap;
  }
  .jstree-default-responsive .jstree-anchor {
    line-height: 40px;
    height: 40px;
  }
  .jstree-default-responsive .jstree-icon,
  .jstree-default-responsive .jstree-icon:empty {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .jstree-default-responsive > .jstree-container-ul > .jstree-node {
    margin-left: 0;
  }
  .jstree-default-responsive.jstree-rtl .jstree-node {
    margin-left: 0;
    margin-right: 40px;
    background: transparent;
  }
  .jstree-default-responsive.jstree-rtl .jstree-container-ul > .jstree-node {
    margin-right: 0;
  }
  .jstree-default-responsive .jstree-ocl,
  .jstree-default-responsive .jstree-themeicon,
  .jstree-default-responsive .jstree-checkbox {
    background-size: 120px 240px;
  }
  .jstree-default-responsive .jstree-leaf > .jstree-ocl,
  .jstree-default-responsive.jstree-rtl .jstree-leaf > .jstree-ocl {
    background: transparent;
  }
  .jstree-default-responsive .jstree-open > .jstree-ocl {
    background-position: 0 0 !important;
  }
  .jstree-default-responsive .jstree-closed > .jstree-ocl {
    background-position: 0 -40px !important;
  }
  .jstree-default-responsive.jstree-rtl .jstree-closed > .jstree-ocl {
    background-position: -40px 0 !important;
  }
  .jstree-default-responsive .jstree-themeicon {
    background-position: -40px -40px;
  }
  .jstree-default-responsive .jstree-checkbox,
  .jstree-default-responsive .jstree-checkbox:hover {
    background-position: -40px -80px;
  }
  .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
  .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
  .jstree-default-responsive .jstree-checked > .jstree-checkbox,
  .jstree-default-responsive .jstree-checked > .jstree-checkbox:hover {
    background-position: 0 -80px;
  }
  .jstree-default-responsive .jstree-anchor > .jstree-undetermined,
  .jstree-default-responsive .jstree-anchor > .jstree-undetermined:hover {
    background-position: 0 -120px;
  }
  .jstree-default-responsive .jstree-anchor {
    font-weight: bold;
    font-size: 1.1em;
    text-shadow: 1px 1px white;
  }
  .jstree-default-responsive > .jstree-striped {
    background: transparent;
  }
  .jstree-default-responsive .jstree-wholerow {
    border-top: 1px solid rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid rgba(64, 64, 64, 0.2);
    background: #ebebeb;
    height: 40px;
  }
  .jstree-default-responsive .jstree-wholerow-hovered {
    background: #e7f4f9;
  }
  .jstree-default-responsive .jstree-wholerow-clicked {
    background: #beebff;
  }
  .jstree-default-responsive .jstree-children .jstree-last > .jstree-wholerow {
    box-shadow: inset 0 -6px 3px -5px #666666;
  }
  .jstree-default-responsive .jstree-children .jstree-open > .jstree-wholerow {
    box-shadow: inset 0 6px 3px -5px #666666;
    border-top: 0;
  }
  .jstree-default-responsive .jstree-children .jstree-open + .jstree-open {
    box-shadow: none;
  }
  .jstree-default-responsive .jstree-node,
  .jstree-default-responsive .jstree-icon,
  .jstree-default-responsive .jstree-node > .jstree-ocl,
  .jstree-default-responsive .jstree-themeicon,
  .jstree-default-responsive .jstree-checkbox {
    background-image: url(../../frontend/Pearl/weltpixel_custom/en_US/Aheadworks_Ca/images/lib/js-tree/themes/default/40px.png);
    background-size: 120px 240px;
  }
  .jstree-default-responsive .jstree-node {
    background-position: -80px 0;
    background-repeat: repeat-y;
  }
  .jstree-default-responsive .jstree-last {
    background: transparent;
  }
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background-position: -40px -120px;
  }
  .jstree-default-responsive .jstree-last > .jstree-ocl {
    background-position: -40px -160px;
  }
  .jstree-default-responsive .jstree-themeicon-custom {
    background-color: transparent;
    background-image: none;
    background-position: 0 0;
  }
  .jstree-default-responsive .jstree-file {
    background: url(../../frontend/Pearl/weltpixel_custom/en_US/Aheadworks_Ca/images/lib/js-tree/themes/default/40px.png) 0 -160px no-repeat;
    background-size: 120px 240px;
  }
  .jstree-default-responsive .jstree-folder {
    background: url(../../frontend/Pearl/weltpixel_custom/en_US/Aheadworks_Ca/images/lib/js-tree/themes/default/40px.png) -40px -40px no-repeat;
    background-size: 120px 240px;
  }
  .jstree-default-responsive > .jstree-container-ul > .jstree-node {
    margin-left: 0;
    margin-right: 0;
  }
}
/* jsTree default dark theme */
.jstree-node,
.jstree-children,
.jstree-container-ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
}
.jstree-node {
  white-space: nowrap;
}
.jstree-anchor {
  display: inline-block;
  color: black;
  white-space: nowrap;
  padding: 0 4px 0 1px;
  margin: 0;
  vertical-align: top;
}
.jstree-anchor:focus {
  outline: 0;
}
.jstree-anchor,
.jstree-anchor:link,
.jstree-anchor:visited,
.jstree-anchor:hover,
.jstree-anchor:active {
  text-decoration: none;
  color: inherit;
}
.jstree-icon {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: center;
}
.jstree-icon:empty {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: center;
}
.jstree-ocl {
  cursor: pointer;
}
.jstree-leaf > .jstree-ocl {
  cursor: default;
}
.jstree .jstree-open > .jstree-children {
  display: block;
}
.jstree .jstree-closed > .jstree-children,
.jstree .jstree-leaf > .jstree-children {
  display: none;
}
.jstree-anchor > .jstree-themeicon {
  margin-right: 2px;
}
.jstree-no-icons .jstree-themeicon,
.jstree-anchor > .jstree-themeicon-hidden {
  display: none;
}
.jstree-hidden,
.jstree-node.jstree-hidden {
  display: none;
}
.jstree-rtl .jstree-anchor {
  padding: 0 1px 0 4px;
}
.jstree-rtl .jstree-anchor > .jstree-themeicon {
  margin-left: 2px;
  margin-right: 0;
}
.jstree-rtl .jstree-node {
  margin-left: 0;
}
.jstree-rtl .jstree-container-ul > .jstree-node {
  margin-right: 0;
}
.jstree-wholerow-ul {
  position: relative;
  display: inline-block;
  min-width: 100%;
}
.jstree-wholerow-ul .jstree-leaf > .jstree-ocl {
  cursor: pointer;
}
.jstree-wholerow-ul .jstree-anchor,
.jstree-wholerow-ul .jstree-icon {
  position: relative;
}
.jstree-wholerow-ul .jstree-wholerow {
  width: 100%;
  cursor: pointer;
  position: absolute;
  left: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.jstree-contextmenu .jstree-anchor {
  -webkit-user-select: none;
  /* disable selection/Copy of UIWebView */
  -webkit-touch-callout: none;
  /* disable the IOS popup when long-press on a link */
}
.vakata-context {
  display: none;
}
.vakata-context,
.vakata-context ul {
  margin: 0;
  padding: 2px;
  position: absolute;
  background: #f5f5f5;
  border: 1px solid #979797;
  box-shadow: 2px 2px 2px #999999;
}
.vakata-context ul {
  list-style: none;
  left: 100%;
  margin-top: -2.7em;
  margin-left: -4px;
}
.vakata-context .vakata-context-right ul {
  left: auto;
  right: 100%;
  margin-left: auto;
  margin-right: -4px;
}
.vakata-context li {
  list-style: none;
}
.vakata-context li > a {
  display: block;
  padding: 0 2em 0 2em;
  text-decoration: none;
  width: auto;
  color: black;
  white-space: nowrap;
  line-height: 2.4em;
  text-shadow: 1px 1px 0 white;
  border-radius: 1px;
}
.vakata-context li > a:hover {
  position: relative;
  background-color: #e8eff7;
  box-shadow: 0 0 2px #0a6aa1;
}
.vakata-context li > a.vakata-context-parent {
  background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAIORI4JlrqN1oMSnmmZDQUAOw==");
  background-position: right center;
  background-repeat: no-repeat;
}
.vakata-context li > a:focus {
  outline: 0;
}
.vakata-context .vakata-context-hover > a {
  position: relative;
  background-color: #e8eff7;
  box-shadow: 0 0 2px #0a6aa1;
}
.vakata-context .vakata-context-separator > a,
.vakata-context .vakata-context-separator > a:hover {
  background: white;
  border: 0;
  border-top: 1px solid #e2e3e3;
  height: 1px;
  min-height: 1px;
  max-height: 1px;
  padding: 0;
  margin: 0 0 0 2.4em;
  border-left: 1px solid #e0e0e0;
  text-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  border-radius: 0;
}
.vakata-context .vakata-contextmenu-disabled a,
.vakata-context .vakata-contextmenu-disabled a:hover {
  color: silver;
  background-color: transparent;
  border: 0;
  box-shadow: 0 0 0;
}
.vakata-context .vakata-contextmenu-disabled > a > i {
  filter: grayscale(100%);
}
.vakata-context li > a > i {
  text-decoration: none;
  display: inline-block;
  width: 2.4em;
  height: 2.4em;
  background: transparent;
  margin: 0 0 0 -2em;
  vertical-align: top;
  text-align: center;
  line-height: 2.4em;
}
.vakata-context li > a > i:empty {
  width: 2.4em;
  line-height: 2.4em;
}
.vakata-context li > a .vakata-contextmenu-sep {
  display: inline-block;
  width: 1px;
  height: 2.4em;
  background: white;
  margin: 0 0.5em 0 0;
  border-left: 1px solid #e2e3e3;
}
.vakata-context .vakata-contextmenu-shortcut {
  font-size: 0.8em;
  color: silver;
  opacity: 0.5;
  display: none;
}
.vakata-context-rtl ul {
  left: auto;
  right: 100%;
  margin-left: auto;
  margin-right: -4px;
}
.vakata-context-rtl li > a.vakata-context-parent {
  background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAINjI+AC7rWHIsPtmoxLAA7");
  background-position: left center;
  background-repeat: no-repeat;
}
.vakata-context-rtl .vakata-context-separator > a {
  margin: 0 2.4em 0 0;
  border-left: 0;
  border-right: 1px solid #e2e3e3;
}
.vakata-context-rtl .vakata-context-left ul {
  right: auto;
  left: 100%;
  margin-left: -4px;
  margin-right: auto;
}
.vakata-context-rtl li > a > i {
  margin: 0 -2em 0 0;
}
.vakata-context-rtl li > a .vakata-contextmenu-sep {
  margin: 0 0 0 0.5em;
  border-left-color: white;
  background: #e2e3e3;
}
#jstree-marker {
  position: absolute;
  top: 0;
  left: 0;
  margin: -5px 0 0 0;
  padding: 0;
  border-right: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
}
#jstree-dnd {
  line-height: 16px;
  margin: 0;
  padding: 4px;
}
#jstree-dnd .jstree-icon,
#jstree-dnd .jstree-copy {
  display: inline-block;
  text-decoration: none;
  margin: 0 2px 0 0;
  padding: 0;
  width: 16px;
  height: 16px;
}
#jstree-dnd .jstree-ok {
  background: green;
}
#jstree-dnd .jstree-er {
  background: red;
}
#jstree-dnd .jstree-copy {
  margin: 0 2px 0 2px;
}
.jstree-default-dark .jstree-node,
.jstree-default-dark .jstree-icon {
  background-repeat: no-repeat;
  background-color: transparent;
}
.jstree-default-dark .jstree-anchor,
.jstree-default-dark .jstree-animated,
.jstree-default-dark .jstree-wholerow {
  transition: background-color 0.15s, box-shadow 0.15s;
}
.jstree-default-dark .jstree-hovered {
  background: #555;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #555;
}
.jstree-default-dark .jstree-context {
  background: #555;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #555;
}
.jstree-default-dark .jstree-clicked {
  background: #5fa2db;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #666666;
}
.jstree-default-dark .jstree-no-icons .jstree-anchor > .jstree-themeicon {
  display: none;
}
.jstree-default-dark .jstree-disabled {
  background: transparent;
  color: #666666;
}
.jstree-default-dark .jstree-disabled.jstree-hovered {
  background: transparent;
  box-shadow: none;
}
.jstree-default-dark .jstree-disabled.jstree-clicked {
  background: #333333;
}
.jstree-default-dark .jstree-disabled > .jstree-icon {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'jstree-grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
}
.jstree-default-dark .jstree-search {
  font-style: italic;
  color: #ffffff;
  font-weight: bold;
}
.jstree-default-dark .jstree-no-checkboxes .jstree-checkbox {
  display: none !important;
}
.jstree-default-dark.jstree-checkbox-no-clicked .jstree-clicked {
  background: transparent;
  box-shadow: none;
}
.jstree-default-dark.jstree-checkbox-no-clicked .jstree-clicked.jstree-hovered {
  background: #555;
}
.jstree-default-dark.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked {
  background: transparent;
}
.jstree-default-dark.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked.jstree-wholerow-hovered {
  background: #555;
}
.jstree-default-dark > .jstree-striped {
  min-width: 100%;
  display: inline-block;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAkCAMAAAB/qqA+AAAABlBMVEUAAAAAAAClZ7nPAAAAAnRSTlMNAMM9s3UAAAAXSURBVHjajcEBAQAAAIKg/H/aCQZ70AUBjAATb6YPDgAAAABJRU5ErkJggg==") left top repeat;
}
.jstree-default-dark > .jstree-wholerow-ul .jstree-hovered,
.jstree-default-dark > .jstree-wholerow-ul .jstree-clicked {
  background: transparent;
  box-shadow: none;
  border-radius: 0;
}
.jstree-default-dark .jstree-wholerow {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.jstree-default-dark .jstree-wholerow-hovered {
  background: #555;
}
.jstree-default-dark .jstree-wholerow-clicked {
  background: #5fa2db;
  background: -webkit-linear-gradient(top, #5fa2db 0%, #5fa2db 100%);
  background: linear-gradient(to bottom, #5fa2db 0%, #5fa2db 100%);
}
.jstree-default-dark .jstree-node {
  min-height: 24px;
  line-height: 24px;
  margin-left: 24px;
  min-width: 24px;
}
.jstree-default-dark .jstree-anchor {
  line-height: 24px;
  height: 24px;
}
.jstree-default-dark .jstree-icon {
  width: 24px;
  height: 24px;
  line-height: 24px;
}
.jstree-default-dark .jstree-icon:empty {
  width: 24px;
  height: 24px;
  line-height: 24px;
}
.jstree-default-dark.jstree-rtl .jstree-node {
  margin-right: 24px;
}
.jstree-default-dark .jstree-wholerow {
  height: 24px;
}
.jstree-default-dark .jstree-node,
.jstree-default-dark .jstree-icon {
  background-image: url(../../frontend/Pearl/weltpixel_custom/en_US/Aheadworks_Ca/images/lib/js-tree/themes/default-dark/32px.png);
}
.jstree-default-dark .jstree-node {
  background-position: -292px -4px;
  background-repeat: repeat-y;
}
.jstree-default-dark .jstree-last {
  background: transparent;
}
.jstree-default-dark .jstree-open > .jstree-ocl {
  background-position: -132px -4px;
}
.jstree-default-dark .jstree-closed > .jstree-ocl {
  background-position: -100px -4px;
}
.jstree-default-dark .jstree-leaf > .jstree-ocl {
  background-position: -68px -4px;
}
.jstree-default-dark .jstree-themeicon {
  background-position: -260px -4px;
}
.jstree-default-dark > .jstree-no-dots .jstree-node,
.jstree-default-dark > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent;
}
.jstree-default-dark > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -36px -4px;
}
.jstree-default-dark > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -4px -4px;
}
.jstree-default-dark .jstree-disabled {
  background: transparent;
}
.jstree-default-dark .jstree-disabled.jstree-hovered {
  background: transparent;
}
.jstree-default-dark .jstree-disabled.jstree-clicked {
  background: #efefef;
}
.jstree-default-dark .jstree-checkbox {
  background-position: -164px -4px;
}
.jstree-default-dark .jstree-checkbox:hover {
  background-position: -164px -36px;
}
.jstree-default-dark.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default-dark .jstree-checked > .jstree-checkbox {
  background-position: -228px -4px;
}
.jstree-default-dark.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default-dark .jstree-checked > .jstree-checkbox:hover {
  background-position: -228px -36px;
}
.jstree-default-dark .jstree-anchor > .jstree-undetermined {
  background-position: -196px -4px;
}
.jstree-default-dark .jstree-anchor > .jstree-undetermined:hover {
  background-position: -196px -36px;
}
.jstree-default-dark .jstree-checkbox-disabled {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'jstree-grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
}
.jstree-default-dark > .jstree-striped {
  background-size: auto 48px;
}
.jstree-default-dark.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y;
}
.jstree-default-dark.jstree-rtl .jstree-last {
  background: transparent;
}
.jstree-default-dark.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -132px -36px;
}
.jstree-default-dark.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -100px -36px;
}
.jstree-default-dark.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -68px -36px;
}
.jstree-default-dark.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default-dark.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent;
}
.jstree-default-dark.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -36px -36px;
}
.jstree-default-dark.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -4px -36px;
}
.jstree-default-dark .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0;
}
.jstree-default-dark > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url(../../frontend/Pearl/weltpixel_custom/en_US/Aheadworks_Ca/images/lib/js-tree/themes/default-dark/throbber.gif) center center no-repeat;
}
.jstree-default-dark .jstree-file {
  background: url(../../frontend/Pearl/weltpixel_custom/en_US/Aheadworks_Ca/images/lib/js-tree/themes/default-dark/32px.png) -100px -68px no-repeat;
}
.jstree-default-dark .jstree-folder {
  background: url(../../frontend/Pearl/weltpixel_custom/en_US/Aheadworks_Ca/images/lib/js-tree/themes/default-dark/32px.png) -260px -4px no-repeat;
}
.jstree-default-dark > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0;
}
#jstree-dnd.jstree-default-dark {
  line-height: 24px;
  padding: 0 4px;
}
#jstree-dnd.jstree-default-dark .jstree-ok,
#jstree-dnd.jstree-default-dark .jstree-er {
  background-image: url(../../frontend/Pearl/weltpixel_custom/en_US/Aheadworks_Ca/images/lib/js-tree/themes/default-dark/32px.png);
  background-repeat: no-repeat;
  background-color: transparent;
}
#jstree-dnd.jstree-default-dark i {
  background: transparent;
  width: 24px;
  height: 24px;
  line-height: 24px;
}
#jstree-dnd.jstree-default-dark .jstree-ok {
  background-position: -4px -68px;
}
#jstree-dnd.jstree-default-dark .jstree-er {
  background-position: -36px -68px;
}
.jstree-default-dark .jstree-ellipsis {
  overflow: hidden;
}
.jstree-default-dark .jstree-ellipsis .jstree-anchor {
  width: calc(71%);
  text-overflow: ellipsis;
  overflow: hidden;
}
.jstree-default-dark.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
}
.jstree-default-dark.jstree-rtl .jstree-last {
  background: transparent;
}
.jstree-default-dark-small .jstree-node {
  min-height: 18px;
  line-height: 18px;
  margin-left: 18px;
  min-width: 18px;
}
.jstree-default-dark-small .jstree-anchor {
  line-height: 18px;
  height: 18px;
}
.jstree-default-dark-small .jstree-icon {
  width: 18px;
  height: 18px;
  line-height: 18px;
}
.jstree-default-dark-small .jstree-icon:empty {
  width: 18px;
  height: 18px;
  line-height: 18px;
}
.jstree-default-dark-small.jstree-rtl .jstree-node {
  margin-right: 18px;
}
.jstree-default-dark-small .jstree-wholerow {
  height: 18px;
}
.jstree-default-dark-small .jstree-node,
.jstree-default-dark-small .jstree-icon {
  background-image: url(../../frontend/Pearl/weltpixel_custom/en_US/Aheadworks_Ca/images/lib/js-tree/themes/default-dark/32px.png);
}
.jstree-default-dark-small .jstree-node {
  background-position: -295px -7px;
  background-repeat: repeat-y;
}
.jstree-default-dark-small .jstree-last {
  background: transparent;
}
.jstree-default-dark-small .jstree-open > .jstree-ocl {
  background-position: -135px -7px;
}
.jstree-default-dark-small .jstree-closed > .jstree-ocl {
  background-position: -103px -7px;
}
.jstree-default-dark-small .jstree-leaf > .jstree-ocl {
  background-position: -71px -7px;
}
.jstree-default-dark-small .jstree-themeicon {
  background-position: -263px -7px;
}
.jstree-default-dark-small > .jstree-no-dots .jstree-node,
.jstree-default-dark-small > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent;
}
.jstree-default-dark-small > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -39px -7px;
}
.jstree-default-dark-small > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -7px -7px;
}
.jstree-default-dark-small .jstree-disabled {
  background: transparent;
}
.jstree-default-dark-small .jstree-disabled.jstree-hovered {
  background: transparent;
}
.jstree-default-dark-small .jstree-disabled.jstree-clicked {
  background: #efefef;
}
.jstree-default-dark-small .jstree-checkbox {
  background-position: -167px -7px;
}
.jstree-default-dark-small .jstree-checkbox:hover {
  background-position: -167px -39px;
}
.jstree-default-dark-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default-dark-small .jstree-checked > .jstree-checkbox {
  background-position: -231px -7px;
}
.jstree-default-dark-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default-dark-small .jstree-checked > .jstree-checkbox:hover {
  background-position: -231px -39px;
}
.jstree-default-dark-small .jstree-anchor > .jstree-undetermined {
  background-position: -199px -7px;
}
.jstree-default-dark-small .jstree-anchor > .jstree-undetermined:hover {
  background-position: -199px -39px;
}
.jstree-default-dark-small .jstree-checkbox-disabled {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'jstree-grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
}
.jstree-default-dark-small > .jstree-striped {
  background-size: auto 36px;
}
.jstree-default-dark-small.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y;
}
.jstree-default-dark-small.jstree-rtl .jstree-last {
  background: transparent;
}
.jstree-default-dark-small.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -135px -39px;
}
.jstree-default-dark-small.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -103px -39px;
}
.jstree-default-dark-small.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -71px -39px;
}
.jstree-default-dark-small.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default-dark-small.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent;
}
.jstree-default-dark-small.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -39px -39px;
}
.jstree-default-dark-small.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -7px -39px;
}
.jstree-default-dark-small .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0;
}
.jstree-default-dark-small > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url(../../frontend/Pearl/weltpixel_custom/en_US/Aheadworks_Ca/images/lib/js-tree/themes/default-dark/throbber.gif) center center no-repeat;
}
.jstree-default-dark-small .jstree-file {
  background: url(../../frontend/Pearl/weltpixel_custom/en_US/Aheadworks_Ca/images/lib/js-tree/themes/default-dark/32px.png) -103px -71px no-repeat;
}
.jstree-default-dark-small .jstree-folder {
  background: url(../../frontend/Pearl/weltpixel_custom/en_US/Aheadworks_Ca/images/lib/js-tree/themes/default-dark/32px.png) -263px -7px no-repeat;
}
.jstree-default-dark-small > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0;
}
#jstree-dnd.jstree-default-dark-small {
  line-height: 18px;
  padding: 0 4px;
}
#jstree-dnd.jstree-default-dark-small .jstree-ok,
#jstree-dnd.jstree-default-dark-small .jstree-er {
  background-image: url(../../frontend/Pearl/weltpixel_custom/en_US/Aheadworks_Ca/images/lib/js-tree/themes/default-dark/32px.png);
  background-repeat: no-repeat;
  background-color: transparent;
}
#jstree-dnd.jstree-default-dark-small i {
  background: transparent;
  width: 18px;
  height: 18px;
  line-height: 18px;
}
#jstree-dnd.jstree-default-dark-small .jstree-ok {
  background-position: -7px -71px;
}
#jstree-dnd.jstree-default-dark-small .jstree-er {
  background-position: -39px -71px;
}
.jstree-default-dark-small .jstree-ellipsis {
  overflow: hidden;
}
.jstree-default-dark-small .jstree-ellipsis .jstree-anchor {
  width: calc(77%);
  text-overflow: ellipsis;
  overflow: hidden;
}
.jstree-default-dark-small.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAACAQMAAABv1h6PAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMHBgAAiABBI4gz9AAAAABJRU5ErkJggg==");
}
.jstree-default-dark-small.jstree-rtl .jstree-last {
  background: transparent;
}
.jstree-default-dark-large .jstree-node {
  min-height: 32px;
  line-height: 32px;
  margin-left: 32px;
  min-width: 32px;
}
.jstree-default-dark-large .jstree-anchor {
  line-height: 32px;
  height: 32px;
}
.jstree-default-dark-large .jstree-icon {
  width: 32px;
  height: 32px;
  line-height: 32px;
}
.jstree-default-dark-large .jstree-icon:empty {
  width: 32px;
  height: 32px;
  line-height: 32px;
}
.jstree-default-dark-large.jstree-rtl .jstree-node {
  margin-right: 32px;
}
.jstree-default-dark-large .jstree-wholerow {
  height: 32px;
}
.jstree-default-dark-large .jstree-node,
.jstree-default-dark-large .jstree-icon {
  background-image: url(../../frontend/Pearl/weltpixel_custom/en_US/Aheadworks_Ca/images/lib/js-tree/themes/default-dark/32px.png);
}
.jstree-default-dark-large .jstree-node {
  background-position: -288px 0px;
  background-repeat: repeat-y;
}
.jstree-default-dark-large .jstree-last {
  background: transparent;
}
.jstree-default-dark-large .jstree-open > .jstree-ocl {
  background-position: -128px 0px;
}
.jstree-default-dark-large .jstree-closed > .jstree-ocl {
  background-position: -96px 0px;
}
.jstree-default-dark-large .jstree-leaf > .jstree-ocl {
  background-position: -64px 0px;
}
.jstree-default-dark-large .jstree-themeicon {
  background-position: -256px 0px;
}
.jstree-default-dark-large > .jstree-no-dots .jstree-node,
.jstree-default-dark-large > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent;
}
.jstree-default-dark-large > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -32px 0px;
}
.jstree-default-dark-large > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: 0px 0px;
}
.jstree-default-dark-large .jstree-disabled {
  background: transparent;
}
.jstree-default-dark-large .jstree-disabled.jstree-hovered {
  background: transparent;
}
.jstree-default-dark-large .jstree-disabled.jstree-clicked {
  background: #efefef;
}
.jstree-default-dark-large .jstree-checkbox {
  background-position: -160px 0px;
}
.jstree-default-dark-large .jstree-checkbox:hover {
  background-position: -160px -32px;
}
.jstree-default-dark-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default-dark-large .jstree-checked > .jstree-checkbox {
  background-position: -224px 0px;
}
.jstree-default-dark-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default-dark-large .jstree-checked > .jstree-checkbox:hover {
  background-position: -224px -32px;
}
.jstree-default-dark-large .jstree-anchor > .jstree-undetermined {
  background-position: -192px 0px;
}
.jstree-default-dark-large .jstree-anchor > .jstree-undetermined:hover {
  background-position: -192px -32px;
}
.jstree-default-dark-large .jstree-checkbox-disabled {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'jstree-grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
}
.jstree-default-dark-large > .jstree-striped {
  background-size: auto 64px;
}
.jstree-default-dark-large.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y;
}
.jstree-default-dark-large.jstree-rtl .jstree-last {
  background: transparent;
}
.jstree-default-dark-large.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -128px -32px;
}
.jstree-default-dark-large.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -96px -32px;
}
.jstree-default-dark-large.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -64px -32px;
}
.jstree-default-dark-large.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default-dark-large.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent;
}
.jstree-default-dark-large.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -32px -32px;
}
.jstree-default-dark-large.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: 0px -32px;
}
.jstree-default-dark-large .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0;
}
.jstree-default-dark-large > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url(../../frontend/Pearl/weltpixel_custom/en_US/Aheadworks_Ca/images/lib/js-tree/themes/default-dark/throbber.gif) center center no-repeat;
}
.jstree-default-dark-large .jstree-file {
  background: url(../../frontend/Pearl/weltpixel_custom/en_US/Aheadworks_Ca/images/lib/js-tree/themes/default-dark/32px.png) -96px -64px no-repeat;
}
.jstree-default-dark-large .jstree-folder {
  background: url(../../frontend/Pearl/weltpixel_custom/en_US/Aheadworks_Ca/images/lib/js-tree/themes/default-dark/32px.png) -256px 0px no-repeat;
}
.jstree-default-dark-large > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0;
}
#jstree-dnd.jstree-default-dark-large {
  line-height: 32px;
  padding: 0 4px;
}
#jstree-dnd.jstree-default-dark-large .jstree-ok,
#jstree-dnd.jstree-default-dark-large .jstree-er {
  background-image: url(../../frontend/Pearl/weltpixel_custom/en_US/Aheadworks_Ca/images/lib/js-tree/themes/default-dark/32px.png);
  background-repeat: no-repeat;
  background-color: transparent;
}
#jstree-dnd.jstree-default-dark-large i {
  background: transparent;
  width: 32px;
  height: 32px;
  line-height: 32px;
}
#jstree-dnd.jstree-default-dark-large .jstree-ok {
  background-position: 0px -64px;
}
#jstree-dnd.jstree-default-dark-large .jstree-er {
  background-position: -32px -64px;
}
.jstree-default-dark-large .jstree-ellipsis {
  overflow: hidden;
}
.jstree-default-dark-large .jstree-ellipsis .jstree-anchor {
  width: calc(63%);
  text-overflow: ellipsis;
  overflow: hidden;
}
.jstree-default-dark-large.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAACAQMAAAAD0EyKAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjgIIGBgABCgCBvVLXcAAAAABJRU5ErkJggg==");
}
.jstree-default-dark-large.jstree-rtl .jstree-last {
  background: transparent;
}
@media (max-width: 768px) {
  #jstree-dnd.jstree-dnd-responsive {
    line-height: 40px;
    font-weight: bold;
    font-size: 1.1em;
    text-shadow: 1px 1px white;
  }
  #jstree-dnd.jstree-dnd-responsive > i {
    background: transparent;
    width: 40px;
    height: 40px;
  }
  #jstree-dnd.jstree-dnd-responsive > .jstree-ok {
    background-image: url(../../frontend/Pearl/weltpixel_custom/en_US/Aheadworks_Ca/images/lib/js-tree/themes/default-dark/40px.png);
    background-position: 0 -200px;
    background-size: 120px 240px;
  }
  #jstree-dnd.jstree-dnd-responsive > .jstree-er {
    background-image: url(../../frontend/Pearl/weltpixel_custom/en_US/Aheadworks_Ca/images/lib/js-tree/themes/default-dark/40px.png);
    background-position: -40px -200px;
    background-size: 120px 240px;
  }
  #jstree-marker.jstree-dnd-responsive {
    border-left-width: 10px;
    border-top-width: 10px;
    border-bottom-width: 10px;
    margin-top: -10px;
  }
}
@media (max-width: 768px) {
  .jstree-default-dark-responsive {
    /*
	.jstree-open > .jstree-ocl,
	.jstree-closed > .jstree-ocl { border-radius:20px; background-color:white; }
	*/
  }
  .jstree-default-dark-responsive .jstree-icon {
    background-image: url(../../frontend/Pearl/weltpixel_custom/en_US/Aheadworks_Ca/images/lib/js-tree/themes/default-dark/40px.png);
  }
  .jstree-default-dark-responsive .jstree-node,
  .jstree-default-dark-responsive .jstree-leaf > .jstree-ocl {
    background: transparent;
  }
  .jstree-default-dark-responsive .jstree-node {
    min-height: 40px;
    line-height: 40px;
    margin-left: 40px;
    min-width: 40px;
    white-space: nowrap;
  }
  .jstree-default-dark-responsive .jstree-anchor {
    line-height: 40px;
    height: 40px;
  }
  .jstree-default-dark-responsive .jstree-icon,
  .jstree-default-dark-responsive .jstree-icon:empty {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .jstree-default-dark-responsive > .jstree-container-ul > .jstree-node {
    margin-left: 0;
  }
  .jstree-default-dark-responsive.jstree-rtl .jstree-node {
    margin-left: 0;
    margin-right: 40px;
    background: transparent;
  }
  .jstree-default-dark-responsive.jstree-rtl .jstree-container-ul > .jstree-node {
    margin-right: 0;
  }
  .jstree-default-dark-responsive .jstree-ocl,
  .jstree-default-dark-responsive .jstree-themeicon,
  .jstree-default-dark-responsive .jstree-checkbox {
    background-size: 120px 240px;
  }
  .jstree-default-dark-responsive .jstree-leaf > .jstree-ocl,
  .jstree-default-dark-responsive.jstree-rtl .jstree-leaf > .jstree-ocl {
    background: transparent;
  }
  .jstree-default-dark-responsive .jstree-open > .jstree-ocl {
    background-position: 0 0 !important;
  }
  .jstree-default-dark-responsive .jstree-closed > .jstree-ocl {
    background-position: 0 -40px !important;
  }
  .jstree-default-dark-responsive.jstree-rtl .jstree-closed > .jstree-ocl {
    background-position: -40px 0 !important;
  }
  .jstree-default-dark-responsive .jstree-themeicon {
    background-position: -40px -40px;
  }
  .jstree-default-dark-responsive .jstree-checkbox,
  .jstree-default-dark-responsive .jstree-checkbox:hover {
    background-position: -40px -80px;
  }
  .jstree-default-dark-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
  .jstree-default-dark-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
  .jstree-default-dark-responsive .jstree-checked > .jstree-checkbox,
  .jstree-default-dark-responsive .jstree-checked > .jstree-checkbox:hover {
    background-position: 0 -80px;
  }
  .jstree-default-dark-responsive .jstree-anchor > .jstree-undetermined,
  .jstree-default-dark-responsive .jstree-anchor > .jstree-undetermined:hover {
    background-position: 0 -120px;
  }
  .jstree-default-dark-responsive .jstree-anchor {
    font-weight: bold;
    font-size: 1.1em;
    text-shadow: 1px 1px white;
  }
  .jstree-default-dark-responsive > .jstree-striped {
    background: transparent;
  }
  .jstree-default-dark-responsive .jstree-wholerow {
    border-top: 1px solid #666;
    border-bottom: 1px solid #000;
    background: #333333;
    height: 40px;
  }
  .jstree-default-dark-responsive .jstree-wholerow-hovered {
    background: #555;
  }
  .jstree-default-dark-responsive .jstree-wholerow-clicked {
    background: #5fa2db;
  }
  .jstree-default-dark-responsive .jstree-children .jstree-last > .jstree-wholerow {
    box-shadow: inset 0 -6px 3px -5px #111111;
  }
  .jstree-default-dark-responsive .jstree-children .jstree-open > .jstree-wholerow {
    box-shadow: inset 0 6px 3px -5px #111111;
    border-top: 0;
  }
  .jstree-default-dark-responsive .jstree-children .jstree-open + .jstree-open {
    box-shadow: none;
  }
  .jstree-default-dark-responsive .jstree-node,
  .jstree-default-dark-responsive .jstree-icon,
  .jstree-default-dark-responsive .jstree-node > .jstree-ocl,
  .jstree-default-dark-responsive .jstree-themeicon,
  .jstree-default-dark-responsive .jstree-checkbox {
    background-image: url(../../frontend/Pearl/weltpixel_custom/en_US/Aheadworks_Ca/images/lib/js-tree/themes/default-dark/40px.png);
    background-size: 120px 240px;
  }
  .jstree-default-dark-responsive .jstree-node {
    background-position: -80px 0;
    background-repeat: repeat-y;
  }
  .jstree-default-dark-responsive .jstree-last {
    background: transparent;
  }
  .jstree-default-dark-responsive .jstree-leaf > .jstree-ocl {
    background-position: -40px -120px;
  }
  .jstree-default-dark-responsive .jstree-last > .jstree-ocl {
    background-position: -40px -160px;
  }
  .jstree-default-dark-responsive .jstree-themeicon-custom {
    background-color: transparent;
    background-image: none;
    background-position: 0 0;
  }
  .jstree-default-dark-responsive .jstree-file {
    background: url(../../frontend/Pearl/weltpixel_custom/en_US/Aheadworks_Ca/images/lib/js-tree/themes/default-dark/40px.png) 0 -160px no-repeat;
    background-size: 120px 240px;
  }
  .jstree-default-dark-responsive .jstree-folder {
    background: url(../../frontend/Pearl/weltpixel_custom/en_US/Aheadworks_Ca/images/lib/js-tree/themes/default-dark/40px.png) -40px -40px no-repeat;
    background-size: 120px 240px;
  }
  .jstree-default-dark-responsive > .jstree-container-ul > .jstree-node {
    margin-left: 0;
    margin-right: 0;
  }
}
.jstree-default-dark {
  background: #333;
}
.jstree-default-dark .jstree-anchor {
  color: #999;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}
.jstree-default-dark .jstree-clicked,
.jstree-default-dark .jstree-checked {
  color: white;
}
.jstree-default-dark .jstree-hovered {
  color: white;
}
#jstree-marker.jstree-default-dark {
  border-left-color: #999;
  background: transparent;
}
.jstree-default-dark .jstree-anchor > .jstree-icon {
  opacity: 0.75;
}
.jstree-default-dark .jstree-clicked > .jstree-icon,
.jstree-default-dark .jstree-hovered > .jstree-icon,
.jstree-default-dark .jstree-checked > .jstree-icon {
  opacity: 1;
}
.jstree-default-dark.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAACZmZl+9SADAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
}
.jstree-default-dark.jstree-rtl .jstree-last {
  background: transparent;
}
.jstree-default-dark-small.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAACAQMAAABv1h6PAAAABlBMVEUAAACZmZl+9SADAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMHBgAAiABBI4gz9AAAAABJRU5ErkJggg==");
}
.jstree-default-dark-small.jstree-rtl .jstree-last {
  background: transparent;
}
.jstree-default-dark-large.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAACAQMAAAAD0EyKAAAABlBMVEUAAACZmZl+9SADAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjgIIGBgABCgCBvVLXcAAAAABJRU5ErkJggg==");
}
.jstree-default-dark-large.jstree-rtl .jstree-last {
  background: transparent;
}
.checkout-payment-method .aw_ca__order-approval-notice {
  text-align: right;
  padding: 5px 0;
  font-weight: 800;
}
.onestepcheckout-index-index .aw_ca__order-approval-notice {
  padding: 5px 0;
  font-weight: 800;
}
.multishipping-checkout-overview .aw_ca__order-approval-notice {
  padding: 5px 0;
  font-weight: 800;
  color: red;
}
.login-container .aw-ca-creat-wrapper.block .block {
  float: none;
  width: 100%;
}
.aw-create-customer .aw-block-new-company {
  margin-top: 50px;
}
.aw-create-customer .aw-block-new-company .actions-toolbar {
  margin-top: 25px;
}
.aw-create-customer .aw-block-new-company .block-title {
  border-bottom: 1px solid #e8e8e8;
  font-size: 1.8rem;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.aw-create-customer .aw-block-new-company .block-title strong {
  font-weight: 500;
}
.aw-ca__form {
  max-width: 680px;
}
.aw-ca__form .action-basic {
  margin-top: 10px;
}
.aw-ca__form .tree .jstree-anchor > .jstree-themeicon {
  display: none;
}
.aw-ca__form .tree.jstree-default .jstree-ocl {
  position: relative;
}
.aw-ca__form .tree.jstree-default .jstree-ocl::before {
  content: '';
  display: block;
  position: absolute;
}
.aw-ca__form .tree.jstree-default .jstree-open > .jstree-ocl::before {
  border: 7px solid transparent;
  border-top: 10px solid #333333;
  left: 4px;
  top: 8px;
}
.aw-ca__form .tree.jstree-default .jstree-closed > .jstree-ocl::before {
  border: 7px solid transparent;
  border-left: 10px solid #333333;
  left: 8px;
  top: 5px;
}
.aw-ca__form .tree.jstree-default .jstree-checkbox {
  position: relative;
}
.aw-ca__form .tree.jstree-default .jstree-checkbox::before {
  content: '';
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  border: 1px solid #1e1e1e;
  background: #ffffff;
  left: 4px;
  top: 4px;
}
.aw-ca__form .tree.jstree-default .jstree-checkbox.jstree-undetermined::before {
  border: 1px solid #1979c3;
}
.aw-ca__form .tree.jstree-default .jstree-checkbox.jstree-undetermined::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 8px;
  top: 8px;
  background: #1979c3;
}
.aw-ca__form .tree.jstree-default .jstree-hovered {
  background: none;
  border-radius: 0;
  box-shadow: none;
}
.aw-ca__form .tree.jstree-default .jstree-clicked > .jstree-checkbox::before {
  background: #1979c3;
  border: 1px solid #1979c3;
}
.aw-ca__form .tree.jstree-default .jstree-clicked > .jstree-checkbox::after {
  content: '';
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSIjZmZmZmZmIj48cGF0aCBkPSJNMjAuMjg1IDJsLTExLjI4NSAxMS41NjctNS4yODYtNS4wMTEtMy43MTQgMy43MTYgOSA4LjcyOCAxNS0xNS4yODV6Ii8+PC9zdmc+');
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 6px;
  top: 6px;
  background-size: 100% 100%;
}
.aw-ca__role-is-default label {
  font-weight: 600;
}
.aw-ca__role-is-default.field > .label {
  display: none;
}
.aw-ca-role-create .aw-ca__form .fieldset-wrapper-title {
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 25px;
  padding-bottom: 10px;
}
.aw-ca-role-create .aw-ca__form .fieldset-wrapper-title strong {
  font-size: 21px;
  font-weight: normal;
}
.aw-ca-role-create .aw-ca__form .fieldset-wrapper {
  margin-bottom: 35px;
}
.aw-ca-company-create .aw-ca__form .fieldset-wrapper-title {
  font-weight: normal;
  font-size: 22px;
  line-height: 1.1;
  margin-bottom: 25px;
  letter-spacing: 0;
  color: #575757;
}
.aw-ca-company-create .aw-ca__form .fieldset-wrapper-title strong {
  font-weight: normal;
}
.aw-ca-company-create .aw-ca__form .fieldset-wrapper {
  margin-bottom: 35px;
}
.box-legal-address .box-content {
  line-height: 1.9;
}
.aw-ca__customer-btn-wrapper {
  text-align: right;
  margin-bottom: 20px;
}
.onestepcheckout-index-index .aw-button-simple {
  position: relative;
  box-sizing: border-box;
  min-width: 150px;
  min-height: 32px;
  color: #12578c;
  border: none;
  background-color: transparent;
  box-shadow: none;
}
.onestepcheckout-index-index .aw-button-simple:focus,
.onestepcheckout-index-index .aw-button-simple:hover {
  box-shadow: 0 0 3px 1px #00699d;
}
.onestepcheckout-index-index .aw-button-simple__plus {
  padding-left: 24px;
}
.onestepcheckout-index-index .aw-button-simple__plus::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 9px;
  transform: translateY(-50%);
  display: block;
  width: 8px;
  height: 2px;
  background-color: #12578c;
}
.onestepcheckout-index-index .aw-button-simple__plus::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  display: block;
  width: 2px;
  height: 8px;
  background-color: #12578c;
}
.onestepcheckout-index-index .new-shipping-address-form .aw-button-simple {
  margin-left: 5px;
}
.onestepcheckout-index-index .stripe-icon-container img {
  display: inline-block !important;
}
.onestepcheckout-index-index .stripe-icon-container.right {
  top: -0.15em !important;
}
.onestepcheckout-index-index .stripe-icon-container img.stripe-icon {
  top: 0.2rem !important;
}
.onestepcheckout-index-index .stripe-payments-brand {
  margin-left: -49px !important;
}
.onestepcheckout-index-index #payment_form_anet_creditcard input[type="number"] {
  -moz-appearance: textfield;
}
.onestepcheckout-index-index .payment-method-aw_nmi .form {
  padding-top: 10px;
}
.onestepcheckout-index-index .payment-method-aw_nmi .payment-method-content .hosted-error {
  width: 35rem;
}
.onestepcheckout-index-index .payment-method-aw_nmi .payment-method-content .control {
  padding-top: 0 !important;
  padding-bottom: 5px !important;
}
.onestepcheckout-index-index .payment-method-aw_nmi .payment-method-content .control._with-tooltip {
  width: 10rem;
}
.onestepcheckout-index-index .payment-method-aw_nmi .payment-method-content .label {
  bottom: 0 !important;
}
.onestepcheckout-index-index .payment-method-aw_nmi .payment-method-content .label[for="aw_nmi_enable_vault"] {
  transform: none !important;
  -webkit-transform: none !important;
  font-size: 100% !important;
}
.onestepcheckout-index-index .opc-payment-additional.customerbalance,
.onestepcheckout-index-index .opc-payment-additional.rewardpoints {
  display: flex;
  flex-wrap: wrap;
  padding: 16px;
  border: 1px solid #D8D8D8;
  border-radius: 2px;
}
.onestepcheckout-index-index .opc-payment-additional.customerbalance .payment-option-title,
.onestepcheckout-index-index .opc-payment-additional.rewardpoints .payment-option-title,
.onestepcheckout-index-index .opc-payment-additional.customerbalance .payment-option-content,
.onestepcheckout-index-index .opc-payment-additional.rewardpoints .payment-option-content {
  margin-bottom: 0;
}
.onestepcheckout-index-index .opc-payment-additional.customerbalance .payment-option-title,
.onestepcheckout-index-index .opc-payment-additional.rewardpoints .payment-option-title {
  font-weight: 500;
}
.onestepcheckout-index-index .opc-payment-additional.customerbalance .actions-toolbar .action,
.onestepcheckout-index-index .opc-payment-additional.rewardpoints .actions-toolbar .action {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #333333;
  margin-right: 0;
  background-color: #EDEDED;
  border-color: #D1D1D1;
}
.onestepcheckout-index-index .opc-payment-additional.customerbalance .actions-toolbar .action {
  padding: 8px 16px;
}
.onestepcheckout-index-index .opc-payment-additional.rewardpoints .actions-toolbar .action {
  padding: 8px;
}
.onestepcheckout-index-index .customerbalance + .rewardpoints {
  margin-top: 8px;
}
.onestepcheckout-index-index .modal-custom.authentication-dropdown {
  position: fixed;
  z-index: 900;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}
.onestepcheckout-index-index .modal-custom.authentication-dropdown .modal-inner-wrap {
  margin: auto;
}
.onestepcheckout-index-index .modal-custom.authentication-dropdown .modal-inner-wrap .modal-content .block-authentication .block-customer-login .block-content form .fieldset {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.onestepcheckout-index-index .modal-custom.authentication-dropdown .modal-inner-wrap .modal-content .block-authentication .block-customer-login .block-content form .fieldset .captcha-reload {
  position: relative;
  bottom: -10px;
}
.onestepcheckout-index-index .modal-custom.authentication-dropdown .modal-inner-wrap .modal-content .block-authentication .block-customer-login .block-content form .fieldset .field.captcha > .label {
  top: 4px;
}
.onestepcheckout-index-index .modal-custom.authentication-dropdown .modal-inner-wrap .modal-header .action-close:focus {
  height: 14px;
  box-shadow: 0 0 3px 1px #00699d;
}
.onestepcheckout-index-index .modal-custom.authentication-dropdown .modal-inner-wrap .field-email .label,
.onestepcheckout-index-index .modal-custom.authentication-dropdown .modal-inner-wrap .field-password .label {
  margin: 0;
  bottom: unset;
}
.onestepcheckout-index-index .modal-custom.authentication-dropdown .modal-inner-wrap .fl-label-state .label,
.onestepcheckout-index-index .modal-custom.authentication-dropdown .modal-inner-wrap .fl-label-state .label {
  font-size: 80%;
  transform: translateY(-34px);
  white-space: nowrap;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .onestepcheckout-index-index .authentication-dropdown {
    position: fixed;
    left: inherit;
    top: 0;
    max-width: 90%;
    width: 100%;
    right: 0;
    height: 100%;
  }
}
#store-pickup {
  margin-bottom: 24px;
}
#store-pickup #delivery-method-selector {
  display: none;
}
#store-pickup #store-selector .step-title {
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.1;
}
#store-pickup #store-selector .form-continue .actions-toolbar > .primary {
  display: none;
}
@font-face {
  font-family: 'aw-osc_icons-font';
  src: url('../../frontend/Pearl/weltpixel_custom/en_US/Aheadworks_OneStepCheckout/css/icons-font/fonts/aw-osc_icons-font.woff2') format('woff2'), url('../../frontend/Pearl/weltpixel_custom/en_US/Aheadworks_OneStepCheckout/css/icons-font/fonts/aw-osc_icons-font.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: auto;
}
.onestepcheckout-index-index .nav-toggle {
  display: none !important;
}
.onestepcheckout-index-index .columns.main {
  width: 100%;
}
.onestepcheckout-index-index div.mage-error[generated],
.onestepcheckout-index-index .note {
  margin: 0;
  -webkit-order: 3;
  -moz-order: 3;
  -ms-order: 3;
  order: 3;
}
.onestepcheckout-index-index div.mage-error[generated] {
  font-size: 13px;
  color: #8c1d1d;
}
.onestepcheckout-index-index div.mage-success[generated] {
  color: #006400;
  font-size: 1.4rem;
}
.onestepcheckout-index-index .page-title {
  margin-bottom: 10px;
}
.onestepcheckout-index-index .aw-onestep-main div.mage-error[generated] {
  position: relative;
  background-color: #fadbdc;
  margin-top: 5px;
  padding: 12px 20px 12px 45px;
}
.onestepcheckout-index-index .aw-onestep-main div.mage-error[generated]:before {
  content: '!';
  position: absolute;
  left: 10px;
  top: 8px;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  color: #fadbdc;
  width: 24px;
  height: 24px;
  background-color: #8c1d1d;
  border-radius: 100%;
}
.onestepcheckout-index-index .aw-onestep-description {
  color: #464243;
  margin-bottom: 15px;
}
.onestepcheckout-index-index .page-header {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.onestepcheckout-index-index .page-main .checkout-container {
  color: #2c292a;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  line-height: 1.43;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  transition: 1s;
  font-size: 1.6rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.onestepcheckout-index-index .page-main .checkout-container img {
  display: block;
}
.onestepcheckout-index-index .page-main .checkout-container label {
  cursor: pointer;
}
.onestepcheckout-index-index .page-main .checkout-container .block-authentication .actions-toolbar {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  margin: 0;
  flex-wrap: wrap;
  padding: 0;
}
.onestepcheckout-index-index .page-main .checkout-container .block-authentication .actions-toolbar .secondary,
.onestepcheckout-index-index .page-main .checkout-container .block-authentication .actions-toolbar .secondary a {
  padding: 0;
  margin: 0;
}
.onestepcheckout-index-index .page-main .checkout-container .block-authentication .block[class] .field .control {
  width: 100% !important;
}
.onestepcheckout-index-index .page-main .checkout-container .input-text,
.onestepcheckout-index-index .page-main .checkout-container .select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  font-weight: normal;
  height: 36px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #d8d8d8;
  padding: 0 16px;
  border-radius: 2px;
  min-height: 50px;
  transition: 0.3s;
  cursor: pointer;
}
.onestepcheckout-index-index .page-main .checkout-container .input-text:disabled,
.onestepcheckout-index-index .page-main .checkout-container .select:disabled {
  opacity: 0.5;
}
.onestepcheckout-index-index .page-main .checkout-container .input-text::-moz-placeholder,
.onestepcheckout-index-index .page-main .checkout-container .select::-moz-placeholder {
  color: #575757;
}
.onestepcheckout-index-index .page-main .checkout-container .input-text::-webkit-input-placeholder,
.onestepcheckout-index-index .page-main .checkout-container .select::-webkit-input-placeholder {
  color: #575757;
}
.onestepcheckout-index-index .page-main .checkout-container .input-text:-ms-input-placeholder,
.onestepcheckout-index-index .page-main .checkout-container .select:-ms-input-placeholder {
  color: #575757;
}
.onestepcheckout-index-index .page-main .checkout-container .input-text.mage-error,
.onestepcheckout-index-index .page-main .checkout-container .select.mage-error {
  border: 1px solid #8c1d1d;
}
.onestepcheckout-index-index .page-main .checkout-container .input-text::placeholder,
.onestepcheckout-index-index .page-main .checkout-container .select::placeholder {
  color: #838383;
}
.onestepcheckout-index-index .page-main .checkout-container .select {
  padding-right: 30px;
  background-repeat: no-repeat !important;
  background-position: calc(100% - 10px) 50% !important;
  background-image: url(../../frontend/Pearl/weltpixel_custom/en_US/Aheadworks_OneStepCheckout/images/arrow_down.svg);
  background-size: 13px !important;
}
.onestepcheckout-index-index .page-main .checkout-container input[type='checkbox'],
.onestepcheckout-index-index .page-main .checkout-container input[type='radio'] {
  display: none;
}
.onestepcheckout-index-index .page-main .checkout-container input[type='checkbox'] + label:before,
.onestepcheckout-index-index .page-main .checkout-container input[type='radio'] + label:before {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
  content: '';
  display: inline-block;
  float: left;
  margin-right: 7px;
  margin-left: 31px;
  vertical-align: middle;
  margin-top: -3px;
  height: 17px;
}
.onestepcheckout-index-index .page-main .checkout-container input[type='checkbox'] + label:before {
  content: '\e903';
  font-family: 'aw-osc_icons-font';
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #f68428;
}
.onestepcheckout-index-index .page-main .checkout-container input[type='checkbox']:checked + label:before {
  content: '\e906';
  font-family: 'aw-osc_icons-font';
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #f68428;
}
.onestepcheckout-index-index .page-main .checkout-container input[type='checkbox']:disabled + label {
  opacity: .3;
}
.onestepcheckout-index-index .page-main .checkout-container input[type='radio'] + label:before {
  content: '\e90a';
  font-family: 'aw-osc_icons-font';
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #f68428;
}
.onestepcheckout-index-index .page-main .checkout-container input[type='radio']:checked + label:before {
  content: '\e909';
  font-family: 'aw-osc_icons-font';
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #f68428;
}
.onestepcheckout-index-index .page-main .checkout-container input[type='radio']:disabled + label {
  opacity: .3;
}
.onestepcheckout-index-index .page-main .checkout-container th.mark {
  font-weight: normal;
}
.onestepcheckout-index-index .page-main .checkout-container .field-tooltip {
  right: 5px;
  top: 13px;
}
.onestepcheckout-index-index .page-main .checkout-container .field-tooltip-action:before {
  font-size: 15px;
}
.onestepcheckout-index-index .page-main .checkout-container .field-phone .field-tooltip {
  top: 25%;
  bottom: 10px;
  transform: translateY(0);
  z-index: 1;
}
.onestepcheckout-index-index .page-main .checkout-container .control {
  width: 100%;
  position: relative;
}
.onestepcheckout-index-index .page-main .checkout-container .field {
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  position: relative;
}
.onestepcheckout-index-index .page-main .checkout-container .field._required > .control > .label:first-of-type > span:first-child:after,
.onestepcheckout-index-index .page-main .checkout-container .field.required > .control > .label:first-of-type > span:first-child:after,
.onestepcheckout-index-index .page-main .checkout-container .field._required > .label:first-of-type > span:first-of-type:after,
.onestepcheckout-index-index .page-main .checkout-container .field.required > .label:first-of-type > span:first-of-type:after,
.onestepcheckout-index-index .page-main .checkout-container .field._required > .label.short > span:first-of-type:after,
.onestepcheckout-index-index .page-main .checkout-container .field.required > .label.short > span:first-of-type:after {
  content: '*';
  color: #8c1d1d;
  font-size: 1.2rem;
  margin: -2px 0 0 2px;
}
.onestepcheckout-index-index .page-main .checkout-container .field._required > .label:after,
.onestepcheckout-index-index .page-main .checkout-container .field.required > .label:after {
  content: none;
}
.onestepcheckout-index-index .page-main .checkout-container .field._required legend.label span:after,
.onestepcheckout-index-index .page-main .checkout-container .field.required legend.label span:after {
  content: '';
  display: none;
}
.onestepcheckout-index-index .page-main .checkout-container .field._error .input-text,
.onestepcheckout-index-index .page-main .checkout-container .field._error .select {
  border: 1px solid #8c1d1d;
}
.onestepcheckout-index-index .page-main .checkout-container .field.addresses {
  margin: auto;
  width: calc(100% - 10px);
}
.onestepcheckout-index-index .page-main .checkout-container .field.choice {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  font-size: 13px;
  margin: 0;
}
.onestepcheckout-index-index .page-main .checkout-container .field-row,
.onestepcheckout-index-index .page-main .checkout-container fieldset.field.street .control {
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.onestepcheckout-index-index .page-main .checkout-container .fl-placeholder-state .label,
.onestepcheckout-index-index .page-main .checkout-container .fl-label-state .label,
.onestepcheckout-index-index .page-main .checkout-container fieldset .field .label {
  color: #838383;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: 400;
  font-size: 14px;
  height: 100%;
  max-height: 44px;
  pointer-events: none;
  position: absolute;
  width: calc(100% - 10px);
  z-index: 1;
  padding: 0;
  padding-left: 10px;
  bottom: 3px;
}
.onestepcheckout-index-index .page-main .checkout-container .form-login .fieldset {
  margin-bottom: 0;
}
.onestepcheckout-index-index .page-main .checkout-container .form-login .fieldset .field-email .label {
  margin-bottom: 0;
  top: 3px;
}
.onestepcheckout-index-index .page-main .checkout-container .form-login .fieldset .field-email.fl-label-state .label {
  transform: scaleY(0);
}
.onestepcheckout-index-index .page-main .checkout-container fieldset.authorizenet_acceptjs .date .label {
  padding: 0;
  position: static;
  margin-bottom: 5px;
}
.onestepcheckout-index-index .page-main .checkout-container fieldset.authorizenet_acceptjs .date .control {
  padding: 0;
}
.onestepcheckout-index-index .page-main .checkout-container fieldset.authorizenet_acceptjs .date .select {
  padding-top: 0;
}
.onestepcheckout-index-index .page-main .checkout-container fieldset.authorizenet_acceptjs .field .label {
  top: 20px;
}
.onestepcheckout-index-index .page-main .checkout-container fieldset.authorizenet_acceptjs .field.fl-label-state .label {
  font-size: 80%;
  -webkit-transform: translateY(-34px);
  transform: translateY(-34px);
  white-space: nowrap;
  overflow: hidden;
}
.onestepcheckout-index-index .page-main .checkout-container fieldset.authorizenet_acceptjs .field-tooltip.toggle {
  top: 26px;
}
.onestepcheckout-index-index .page-main .checkout-container .field.street .field .control {
  flex-direction: column;
}
.onestepcheckout-index-index .page-main .checkout-container .page-title-wrapper .page-title {
  font-weight: 600;
}
.onestepcheckout-index-index .page-main .checkout-container .osc-fluid .field {
  margin: 0;
}
.onestepcheckout-index-index .page-main .checkout-container .osc-fluid .field + .field {
  margin-left: 10px;
}
.onestepcheckout-index-index .page-main .checkout-container .osc-fluid .field[style="display: none;"] + .field {
  margin-left: 0;
}
.onestepcheckout-index-index .page-main .checkout-container .osc-fluid .field.field-phone {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.onestepcheckout-index-index .page-main .checkout-container .osc-fluid + .osc-fluid {
  margin-top: 10px;
}
.onestepcheckout-index-index .page-main .checkout-container .payment-methods .payments .payment-option + .payment-option {
  margin-top: 8px;
}
.onestepcheckout-index-index .page-main .checkout-container .payment-methods .payments .customerbalance .payment-option-title,
.onestepcheckout-index-index .page-main .checkout-container .payment-methods .payments .rewardpoints .payment-option-title {
  font-weight: 600;
}
.onestepcheckout-index-index .page-main .checkout-container .payment-methods .payments .customerbalance .action,
.onestepcheckout-index-index .page-main .checkout-container .payment-methods .payments .rewardpoints .action {
  font-weight: 600;
}
.onestepcheckout-index-index .page-main .checkout-container .payment-methods .onestep-billing-address {
  margin-bottom: 24px;
}
.onestepcheckout-index-index .page-main .checkout-container .payment-methods .onestep-billing-address .addresses .control,
.onestepcheckout-index-index .page-main .checkout-container .payment-methods .onestep-billing-address .control .control {
  padding-top: 0;
}
.onestepcheckout-index-index .page-main .checkout-container .payment-methods .onestep-billing-address > .field .label[for='billing-address-same-as-shipping'] {
  font-size: 14px;
}
.onestepcheckout-index-index .page-main .checkout-container .payment-methods .onestep-billing-address .billing-address-same-as-shipping {
  display: inline-block;
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.onestepcheckout-index-index .page-main .checkout-container .payment-methods .onestep-billing-address .billing-address-same-as-shipping + .label::before {
  color: #C4C4C4;
}
.onestepcheckout-index-index .page-main .checkout-container .payment-methods .onestep-billing-address .billing-address-same-as-shipping:checked + .label::before,
.onestepcheckout-index-index .page-main .checkout-container .payment-methods .onestep-billing-address .billing-address-same-as-shipping:focus + .label::before {
  color: #FF5501;
}
.onestepcheckout-index-index .page-main .checkout-container .payment-methods .onestep-billing-address .billing-address-same-as-shipping:focus + .label span {
  -webkit-box-shadow: 0 0 0 2px rgba(0, 105, 157, 0.2);
  -moz-box-shadow: 0 0 0 2px rgba(0, 105, 157, 0.2);
  box-shadow: 0 0 0 2px rgba(0, 105, 157, 0.2);
}
.onestepcheckout-index-index .page-main .checkout-container .payment-methods .payment-methods-inner {
  margin-top: 24px;
}
.onestepcheckout-index-index .page-main .checkout-container .payment-methods .payment-methods-inner .payment-method .payment-method-title {
  background-color: #ffffff;
}
.onestepcheckout-index-index .page-main .checkout-container .payment-methods .payment-methods-inner .payment-method .payment-method-title .label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: 600;
  padding-right: 40px;
}
.onestepcheckout-index-index .page-main .checkout-container .payment-methods .payment-methods-inner .payment-method .payment-method-title .label::before {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  color: #C4C4C4;
  position: absolute;
  right: 0;
}
.onestepcheckout-index-index .page-main .checkout-container .payment-methods .payment-methods-inner .payment-method .payment-method-title .radio:focus + .label::before,
.onestepcheckout-index-index .page-main .checkout-container .payment-methods .payment-methods-inner .payment-method .payment-method-title .radio:hover + .label::before {
  color: #ff5501;
}
.onestepcheckout-index-index .page-main .checkout-container .payment-methods .payment-methods-inner .payment-method .payment-method-title .radio:checked + .label::before {
  color: #ff5501;
}
.onestepcheckout-index-index .page-main .checkout-container .payment-methods .payment-methods-inner .payment-method._active .payment-method-content {
  padding-top: 0;
  padding-bottom: 0;
}
.onestepcheckout-index-index .page-main .checkout-container .payment-methods .payment-methods-inner #payment_form_braintree .field.choice .field-tooltip {
  position: relative;
  top: unset;
}
.onestepcheckout-index-index .page-main .checkout-container .payment-methods .payment-methods-inner #payment_form_braintree .field.choice .field-tooltip .field-tooltip-content {
  left: unset;
  right: 0;
  transform: translateX(105%);
}
.onestepcheckout-index-index .page-main .checkout-container .payment-methods .payment-methods-inner #payment-method-braintree-paypal .field-tooltip {
  top: -4px;
}
.onestepcheckout-index-index .page-main .checkout-container .payment-methods .payment-methods-inner #payment-method-braintree-paypal .field-tooltip-content {
  top: -40px;
}
.onestepcheckout-index-index .page-main .checkout-container .payment-methods .payment-methods-inner #payment-method-braintree-paypal .field-tooltip-content::before,
.onestepcheckout-index-index .page-main .checkout-container .payment-methods .payment-methods-inner #payment-method-braintree-paypal .field-tooltip-content::after {
  top: 34px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main,
.onestepcheckout-index-index .page-main .aw-onestep-sidebar {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-sizing: border-box;
  justify-content: flex-start;
  margin: 10px 0;
  width: 60%;
  border-radius: 2px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .checkout-agreement,
.onestepcheckout-index-index .page-main .aw-onestep-sidebar .checkout-agreement {
  margin: 10px 0;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .checkout-agreement .input,
.onestepcheckout-index-index .page-main .aw-onestep-sidebar .checkout-agreement .input {
  display: inline-block;
  top: unset;
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .checkout-agreement .label,
.onestepcheckout-index-index .page-main .aw-onestep-sidebar .checkout-agreement .label {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  justify-content: flex-start;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .checkout-agreement .label::before,
.onestepcheckout-index-index .page-main .aw-onestep-sidebar .checkout-agreement .label::before {
  color: #C4C4C4;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .checkout-agreement .input:hover + .label::before,
.onestepcheckout-index-index .page-main .aw-onestep-sidebar .checkout-agreement .input:hover + .label::before,
.onestepcheckout-index-index .page-main .aw-onestep-main .checkout-agreement .input:focus + .label::before,
.onestepcheckout-index-index .page-main .aw-onestep-sidebar .checkout-agreement .input:focus + .label::before {
  color: #FF5501;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .checkout-agreement button:focus,
.onestepcheckout-index-index .page-main .aw-onestep-sidebar .checkout-agreement button:focus {
  box-shadow: 0 0 3px 1px #00699d;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .customer-information-title {
  width: 100%;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .customer-information-title .title {
  font-size: 2rem;
  font-weight: 600;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .customer-information-title .mark {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  font-size: 2rem;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #ff5501;
  box-sizing: border-box;
  font-weight: 600;
  height: 26px;
  width: 26px;
  justify-content: center;
  margin-right: 14px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .customer-information-title .mark:after {
  content: counter(i);
  counter-increment: i;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .customer-info-fields {
  width: 100%;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .customer-info-fields .field-row {
  margin-top: 0;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .customer-info-fields .control {
  display: flex;
  padding-top: 26px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .customer-info-fields .label {
  max-height: 50px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .customer-info-fields .fl-placeholder-state .label {
  bottom: unset;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .customer-info-fields .fl-label-state .label {
  font-size: 80%;
  -webkit-transform: translateY(-32px);
  transform: translateY(-32px);
  white-space: nowrap;
  overflow: hidden;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .customer-info-fields .admin__control-textarea {
  resize: none;
  height: 50px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .customer-info-fields .admin__control-multiselect {
  height: 50px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .customer-information-title ~ .aw-onestep-groups {
  counter-reset: i 1;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .aw-onestep-groups {
  counter-reset: i;
  margin: 0;
  padding: 0;
  width: 100%;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .aw-onestep-groups .aw-onestep-groups_item {
  list-style-type: none;
  width: 100%;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .aw-onestep-groups .aw-onestep-groups_item:not(:first-of-type) {
  margin-top: 60px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .aw-onestep-groups .aw-onestep-groups_item .group-title h2 {
  font-size: 2rem;
  font-weight: 600;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .aw-onestep-groups .aw-onestep-groups_item .group-title .mark {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  background-color: #ff5501;
  font-size: 2rem;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  box-sizing: border-box;
  font-weight: 600;
  height: 26px;
  width: 26px;
  justify-content: center;
  margin-right: 14px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .aw-onestep-groups .aw-onestep-groups_item .group-title .mark:after {
  content: counter(i);
  counter-increment: i;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .aw-onestep-groups .aw-onestep-groups_item .amazon-button-container .field-tooltip {
  right: 0 !important;
  top: 0 !important;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .aw-onestep-groups > .amazon-button-container {
  margin-top: 10px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .email {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .email .field {
  margin: 5px 0;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .email .actions-toolbar {
  margin-left: auto;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .email .form,
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method .form,
.onestepcheckout-index-index .page-main .aw-onestep-main .authentication {
  margin: 0;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .authentication {
  font-size: 12px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .authentication-notice,
.onestepcheckout-index-index .page-main .aw-onestep-main .authentication-link {
  display: inline;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .onestep-billing-address .action-toolbar,
.onestepcheckout-index-index .page-main .aw-onestep-main .onestep-shipping-address .action-toolbar {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .onestep-billing-address .action-toolbar .action,
.onestepcheckout-index-index .page-main .aw-onestep-main .onestep-shipping-address .action-toolbar .action {
  margin: 5px;
  text-align: center;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .onestep-billing-address .choice,
.onestepcheckout-index-index .page-main .aw-onestep-main .onestep-shipping-address .choice {
  margin: 20px 5px 8px;
  width: inherit;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .onestep-billing-address .form {
  margin-bottom: 20px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .onestep-billing-address .form .field.choice .checkbox[type="checkbox"] {
  display: inline-block;
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .onestep-billing-address .form .field.choice .checkbox + .label::before {
  color: #C4C4C4;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .onestep-billing-address .form .field.choice .checkbox:checked + .label::before {
  color: #ff5501;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .onestep-billing-address .form .field.choice .checkbox:focus + .label span {
  box-shadow: 0 0 0 2px rgba(0, 105, 157, 0.2);
}
.onestepcheckout-index-index .page-main .aw-onestep-main .onestep-billing-address .form .field.choice .checkbox:focus + .label::before {
  color: #ff5501;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .onestep-shipping-address .form .field.choice .checkbox[type="checkbox"] {
  display: inline-block;
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .onestep-shipping-address .form .field.choice .checkbox + .label::before {
  color: #C4C4C4;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .onestep-shipping-address .form .field.choice .checkbox:checked + .label::before {
  color: #ff5501;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .onestep-shipping-address .form .field.choice .checkbox:focus + .label span {
  box-shadow: 0 0 0 2px rgba(0, 105, 157, 0.2);
}
.onestepcheckout-index-index .page-main .aw-onestep-main .onestep-shipping-address .form .field.choice .checkbox:focus + .label::before {
  color: #ff5501;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .onestep-shipping-address .addresses .control {
  padding-top: 0;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .onestep-shipping-address .admin__control-multiselect {
  height: 50px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .address-book-field {
  justify-content: flex-end;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .new-shipping-address-form {
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .new-shipping-address-form .aw-button-simple {
  margin-bottom: 1rem;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .new-shipping-address-form .title {
  cursor: pointer;
  padding-left: 25px;
  position: relative;
  margin-bottom: 10px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .new-shipping-address-form .title strong {
  font-weight: 400;
  color: #12578c;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .new-shipping-address-form .title strong:hover {
  text-decoration: underline;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .new-shipping-address-form .title:before {
  background-color: #12578c;
  background-size: cover;
  content: '';
  display: inline-block;
  margin-right: 3px;
  height: 10px;
  left: 0;
  top: 0;
  width: 10px;
  mask-image: url(../../frontend/Pearl/weltpixel_custom/en_US/Aheadworks_OneStepCheckout/images/plus.svg);
  -webkit-mask-image: url(../../frontend/Pearl/weltpixel_custom/en_US/Aheadworks_OneStepCheckout/images/plus.svg);
}
.onestepcheckout-index-index .page-main .aw-onestep-main .new-shipping-address-form .field.fl-label-state .label,
.onestepcheckout-index-index .page-main .aw-onestep-main .new-shipping-address-form .field.fl-label[data-value-specified='1'] .label {
  font-size: 80%;
  -webkit-transform: translateY(-36px);
  transform: translateY(-36px);
  white-space: nowrap;
  overflow: hidden;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .new-shipping-address-form .field.fl-label-state .input-text,
.onestepcheckout-index-index .page-main .aw-onestep-main .new-shipping-address-form .field.fl-label[data-value-specified='1'] .input-text,
.onestepcheckout-index-index .page-main .aw-onestep-main .new-shipping-address-form .field.fl-label-state .select,
.onestepcheckout-index-index .page-main .aw-onestep-main .new-shipping-address-form .field.fl-label[data-value-specified='1'] .select,
.onestepcheckout-index-index .page-main .aw-onestep-main .new-shipping-address-form .field.fl-label-state textarea,
.onestepcheckout-index-index .page-main .aw-onestep-main .new-shipping-address-form .field.fl-label[data-value-specified='1'] textarea {
  outline: none;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .new-shipping-address-form .control {
  padding-top: 16px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .new-shipping-address-form .control .control {
  padding-top: 0;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .new-shipping-address-form .field.choice .checkbox[type="checkbox"] {
  display: inline-block;
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .new-shipping-address-form .field.choice .checkbox + .label::before {
  color: #C4C4C4;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .new-shipping-address-form .field.choice .checkbox:checked + .label::before {
  color: #ff5501;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .new-shipping-address-form .field.choice .checkbox:focus + .label span {
  box-shadow: 0 0 0 2px rgba(0, 105, 157, 0.2);
}
.onestepcheckout-index-index .page-main .aw-onestep-main .new-shipping-address-form .field.choice .checkbox:focus + .label::before {
  color: #ff5501;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .billing-address-details {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  justify-content: flex-start;
  padding-right: 26px;
  padding-left: 26px;
  margin-bottom: 20px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .billing-address-details .aw-button-simple {
  min-width: unset;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .billing-address-details .action-edit-address {
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #12578c;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  box-shadow: none;
  font-weight: 400;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .billing-address-details .action-edit-address:visited {
  color: #363636;
  text-decoration: none;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .billing-address-details .action-edit-address:hover {
  color: #12578c;
  text-decoration: none;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .billing-address-details .action-edit-address:active {
  color: #f68428;
  text-decoration: underline;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .billing-address-details .action-edit-address:hover,
.onestepcheckout-index-index .page-main .aw-onestep-main .billing-address-details .action-edit-address:active,
.onestepcheckout-index-index .page-main .aw-onestep-main .billing-address-details .action-edit-address:focus {
  background: none;
  border: 0;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .billing-address-details .action-edit-address.disabled,
.onestepcheckout-index-index .page-main .aw-onestep-main .billing-address-details .action-edit-address[disabled],
fieldset[disabled] .onestepcheckout-index-index .page-main .aw-onestep-main .billing-address-details .action-edit-address {
  color: #12578c;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol {
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style-type: none;
  padding: 0;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol .shipping-address-item {
  border: 1px solid #d8d8d8;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  box-sizing: border-box;
  margin: 5px 0;
  padding: 15px 20px 43px;
  position: relative;
  width: calc(50% - 5px);
}
.onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol .shipping-address-item .shipping-address-name {
  font-size: 16px;
  font-weight: 600;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol .shipping-address-item.not-selected-item {
  background-color: #f8f8f8;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol .shipping-address-item.not-selected-item:hover {
  background-color: #ffffff;
  box-shadow: 0 0 5px 0 #2c292a;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol .shipping-address-item.not-selected-item .edit-address-link {
  display: none;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol .shipping-address-item.not-selected-item:after {
  content: '\e90a';
  display: inline-block;
  color: #C4C4C4;
  font-family: 'aw-osc_icons-font';
  line-height: 1;
  font-weight: normal;
  font-size: 17px;
  pointer-events: none;
  position: absolute;
  top: 12px;
  right: 12px;
  height: 17px;
  width: 17px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol .shipping-address-item.selected-item {
  border: 1px solid #f68428;
  box-shadow: inset 0 0 0 1px #f68428;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol .shipping-address-item.selected-item:after {
  content: '\e909';
  display: inline-block;
  color: #f68428;
  font-family: 'aw-osc_icons-font';
  line-height: 1;
  font-weight: normal;
  font-size: 17px;
  pointer-events: none;
  position: absolute;
  top: 12px;
  right: 12px;
  height: 17px;
  width: 17px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol .shipping-address-item .edit-address-link,
.onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol .shipping-address-item .action-select-shipping-item {
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #12578c;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: none;
  font-size: 13px;
  font-weight: normal;
  outline: none;
  position: absolute;
  text-indent: 20px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol .shipping-address-item .edit-address-link:visited,
.onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol .shipping-address-item .action-select-shipping-item:visited {
  color: #363636;
  text-decoration: none;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol .shipping-address-item .edit-address-link:hover,
.onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol .shipping-address-item .action-select-shipping-item:hover {
  color: #12578c;
  text-decoration: none;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol .shipping-address-item .edit-address-link:active,
.onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol .shipping-address-item .action-select-shipping-item:active {
  color: #f68428;
  text-decoration: underline;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol .shipping-address-item .edit-address-link:hover,
.onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol .shipping-address-item .action-select-shipping-item:hover,
.onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol .shipping-address-item .edit-address-link:active,
.onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol .shipping-address-item .action-select-shipping-item:active,
.onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol .shipping-address-item .edit-address-link:focus,
.onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol .shipping-address-item .action-select-shipping-item:focus {
  background: none;
  border: 0;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol .shipping-address-item .edit-address-link.disabled,
.onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol .shipping-address-item .action-select-shipping-item.disabled,
.onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol .shipping-address-item .edit-address-link[disabled],
.onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol .shipping-address-item .action-select-shipping-item[disabled],
fieldset[disabled] .onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol .shipping-address-item .edit-address-link,
fieldset[disabled] .onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol .shipping-address-item .action-select-shipping-item {
  color: #12578c;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol .shipping-address-item .edit-address-link span,
.onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol .shipping-address-item .action-select-shipping-item span {
  position: absolute;
  bottom: 18px;
  left: 0;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol .shipping-address-item .edit-address-link:hover,
.onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol .shipping-address-item .action-select-shipping-item:hover {
  text-decoration: none;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .field-select-billing {
  margin: 10px auto;
  width: 100%;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
  border-left: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  border-right: 1px solid #d8d8d8;
  margin: auto;
  padding: 22px 16px 12px 16px;
  max-width: 100%;
  position: relative;
  box-sizing: border-box;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method .splitit-default-ui {
  overflow: hidden;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method .splitit-default-ui input[type="checkbox"] {
  display: none;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method .payment-method-content .label {
  width: initial;
  bottom: 12px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method .payment-method-content .control {
  padding-top: 16px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method .payment-method-content .field.fl-label.fl-label-state .label {
  font-size: 80%;
  -webkit-transform: translateY(-36px);
  transform: translateY(-36px);
  white-space: nowrap;
  overflow: hidden;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method:first-of-type {
  border-top: 1px solid #d8d8d8;
  border-radius: 2px 2px 0 0;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method._active .payment-method-title {
  background-color: transparent;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method._active .payment-method-content {
  height: inherit;
  opacity: 1;
  padding-bottom: 25px;
  visibility: visible;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method._active .payment-method-content .form {
  display: block;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method._active .payment-method-content .label {
  width: initial;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method._active .fields.group-2 {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: space-between;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method._active .fields.group-2 .field {
  max-width: calc(50% - 5px);
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method._active .fields.group-2 .field .label.short {
  display: none;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method.payment-method-braintree .field.choice,
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method.payment-method-aw_nmi .field.choice,
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method #adyen-cc-form .field.choice {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method.payment-method-braintree .field.choice .label,
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method.payment-method-aw_nmi .field.choice .label,
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method #adyen-cc-form .field.choice .label {
  left: 0;
  padding-left: 0;
  pointer-events: auto;
  position: static;
  transform: translateY(0);
  line-height: 20px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method.payment-method-braintree .field.choice .label:before,
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method.payment-method-aw_nmi .field.choice .label:before,
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method #adyen-cc-form .field.choice .label:before {
  margin-left: 0;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method.payment-method-braintree .field.choice .field-tooltip,
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method.payment-method-aw_nmi .field.choice .field-tooltip,
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method #adyen-cc-form .field.choice .field-tooltip {
  right: inherit;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method.payment-method-braintree .payment-method-content {
  overflow: unset;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method.payment-method-braintree .payment-method-content .legend {
  margin-bottom: 10px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method.payment-method-braintree .payment-method-content .field:not(.choice) .label {
  padding-left: 0;
  margin: 0;
  top: -16px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method.payment-method-braintree .payment-method-content .field:not(.choice) .field-tooltip {
  top: 23px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method.payment-method-aw_nmi .field-tooltip {
  top: 0 !important;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method #adyen-cc-form .field.choice {
  margin-top: 10px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method #adyen-cc-form label[for=adyen_cc_cc_type] {
  display: none;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method#amazon-payment .payment-method-title span {
  display: none;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method .adyen_oneclick .field.number:first-of-type .label,
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method .adyen_oneclick .field.number.expire-update .label {
  padding-left: 0;
  position: static;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method .adyen_oneclick .field.number:first-of-type .control,
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method .adyen_oneclick .field.number.expire-update .control {
  margin: 0 0 12px 0;
  width: initial;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method .adyen_oneclick .field.number:first-of-type .control a,
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method .adyen_oneclick .field.number.expire-update .control a {
  cursor: pointer;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method.payment-method-braintree .form .field .hosted-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  font-weight: normal;
  height: 36px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #d8d8d8;
  transition: 0.3s;
  min-height: 44px;
  box-shadow: none;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method.payment-method-braintree .form .field .hosted-control:disabled {
  opacity: 0.5;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method.payment-method-braintree .form .field .hosted-control::-moz-placeholder {
  color: #575757;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method.payment-method-braintree .form .field .hosted-control::-webkit-input-placeholder {
  color: #575757;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method.payment-method-braintree .form .field .hosted-control:-ms-input-placeholder {
  color: #575757;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method.payment-method-braintree .form .field .hosted-control.braintree-hosted-fields-invalid {
  border: 1px solid #8c1d1d;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method.payment-method-braintree .form .field .hosted-control.fl-label-state .label,
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method.payment-method-braintree .form .field .hosted-control.fl-label[data-value-specified='1'] .label {
  -webkit-transform: translateY(-36px);
  transform: translateY(-36px);
  white-space: nowrap;
  overflow: hidden;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method.payment-method-braintree .form .field .hosted-control.fl-label-state iframe,
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method.payment-method-braintree .form .field .hosted-control.fl-label[data-value-specified='1'] iframe {
  padding-top: 8px;
  outline: none;
  transition: 0.3s;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method.payment-method-braintree .form .field .hosted-date-wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: space-between;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method.payment-method-braintree .form .field .hosted-date-wrap .hosted-control {
  width: calc(50% - 25px);
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method.payment-method-braintree .form .field .hosted-date-wrap .hosted-control .label {
  padding-left: 0;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method.payment-method-braintree .form .field .hosted-date-wrap .hosted-control .label.short {
  display: none;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method.payment-method-braintree .form .field .hosted-date-wrap .hosted-control:first-of-type:after {
  top: 10px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method.payment-method-braintree .form .field .hosted-date-wrap .hosted-error {
  width: 100%;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method.payment-method-braintree .form .field.cvv .field-tooltip {
  left: auto;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method.payment-method-braintree .form .field.fl-label-state .hosted-control,
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method.payment-method-braintree .form .field.fl-label[data-value-specified='1'] .hosted-control {
  padding-top: 15px;
  outline: none;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method.cryozonic-stripe .cryozonic-stripe-elements {
  min-width: 300px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method #paypal-express-in-context-button {
  display: block !important;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method .paypal-button-context-iframe .zoid-outlet {
  z-index: 0;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method .braintree-paypal-actions + .actions-toolbar {
  overflow: hidden;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method #braintree_paypal_enable_vault + label {
  margin: 0 15px 10px 0;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method #braintree_paypal_enable_vault + label::before {
  margin-left: 0;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method-title {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  background-color: #f8f8f8;
  padding-bottom: 10px;
  box-sizing: border-box;
  position: relative;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method-title #ingenico_e_payments ~ label > img {
  margin-bottom: 3px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method-title .label {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 14px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method-title .label a {
  z-index: 2;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method-title .label > span,
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method-title .label > img {
  margin: 0 10px 0 0;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method-title input[type='radio'] + label:before {
  margin-left: 14px;
  margin-top: -6px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method-title input[type='radio'].radio {
  cursor: pointer;
  display: block;
  height: 100%;
  left: 0;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method-title:hover {
  background-color: #ffffff;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method-content {
  height: 0;
  margin: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  width: calc(100% - 110px);
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method-content * {
  margin: 0;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method-content #braintree-ach-mandate {
  margin: 40px 0;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method-content .fieldset.ccard {
  padding: 0 25px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method-content .control {
  margin: 0 0 10px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method-content .control .control {
  margin: 0;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method-content .form {
  display: none;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method-content .saved-cards input[type='radio'] {
  display: block;
  margin: 3px 5px 0 0;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method-content .checkout-agreements-block + .actions-toolbar {
  margin-top: 10px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method-content .actions-toolbar .primary {
  display: block;
  float: none;
  margin: auto;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method-content .payment.payflowpro .field .label {
  top: 20px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method-content .payment.payflowpro .fl-label-state .label {
  font-size: 80%;
  transform: translateY(-34px);
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method-content .payment.payflowpro ._with-tooltip .field-tooltip {
  top: 26px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .credit-card-types {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  justify-content: flex-start;
  padding: 0;
  margin: 20px 0;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .credit-card-types .item {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  margin-right: 10px;
  border: 1px solid #d8d8d8;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .credit-card-types .item._active {
  filter: none;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .fieldset > .field .fields.group:before,
.onestepcheckout-index-index .page-main .aw-onestep-main .fieldset > .fields > .field .fields.group:before,
.onestepcheckout-index-index .page-main .aw-onestep-main .fieldset > .field .fields.group:after,
.onestepcheckout-index-index .page-main .aw-onestep-main .fieldset > .fields > .field .fields.group:after {
  display: none !important;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .dropdown-overlay {
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.4);
}
.onestepcheckout-index-index .page-main .aw-onestep-main .field.street .label {
  clip: inherit;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .label {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  font-size: 12px;
  cursor: pointer;
  width: inherit;
}
.onestepcheckout-index-index .page-main .aw-osc_customer-not-logged-in .aw-onestep-main .aw-onestep-groups {
  counter-reset: i 1;
}
.onestepcheckout-index-index .page-main .shipping-method .onestep-shipping-method .onestep-shipping-method-list {
  width: 100%;
}
.onestepcheckout-index-index .page-main .shipping-method .onestep-shipping-method .onestep-shipping-method-list .shipping-method-card {
  position: relative;
  flex-direction: column;
  width: auto;
  padding: 16px;
}
.onestepcheckout-index-index .page-main .shipping-method .onestep-shipping-method .onestep-shipping-method-list .shipping-method-card .label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  min-height: 100%;
  min-width: 100%;
}
.onestepcheckout-index-index .page-main .shipping-method .onestep-shipping-method .onestep-shipping-method-list .shipping-method-card .radio + .label::before {
  position: absolute;
  top: 22px;
  right: 12px;
  color: #C4C4C4;
  margin: 0;
}
.onestepcheckout-index-index .page-main .shipping-method .onestep-shipping-method .onestep-shipping-method-list .shipping-method-card .radio {
  display: inline-block;
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.onestepcheckout-index-index .page-main .shipping-method .onestep-shipping-method .onestep-shipping-method-list .shipping-method-card .radio:checked + .label::before,
.onestepcheckout-index-index .page-main .shipping-method .onestep-shipping-method .onestep-shipping-method-list .shipping-method-card .radio + .label:hover::before {
  color: #ff5501;
}
.onestepcheckout-index-index .page-main .shipping-method .onestep-shipping-method .onestep-shipping-method-list .shipping-method-card .radio:focus + .label {
  box-shadow: 0 0 3px 1px #00699d !important;
}
.onestepcheckout-index-index .page-main .shipping-method .onestep-shipping-method .onestep-shipping-method-list .shipping-method-card .shipping-method-title {
  font-size: 14px;
  font-weight: 600;
}
.onestepcheckout-index-index .page-main .shipping-method .onestep-shipping-method .onestep-shipping-method-list .shipping-method-card .shipping-method-subtitle {
  color: #717171;
}
.onestepcheckout-index-index .page-main .shipping-method .onestep-shipping-method .onestep-shipping-method-list .shipping-method-card .shipping-method-price {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
}
.onestepcheckout-index-index .page-main .shipping-method .onestep-shipping-method .onestep-shipping-method-list .shipping-method-card + .shipping-method-card {
  margin-top: 10px;
}
.onestepcheckout-index-index .page-main .shipping-method .onestep-shipping-method .onestep-shipping-method-list .shipping-method-card--wrapper {
  display: flex;
  justify-content: space-between;
  padding-right: 20px;
}
.onestepcheckout-index-index .page-main .shipping-method .onestep-shipping-method .onestep-shipping-method-list .shipping-method-card--wrapper > .label {
  border: 1px solid #d8d8d8;
  border-radius: 2px;
}
.onestepcheckout-index-index .page-main .shipping-method .onestep-shipping-method .onestep-shipping-method-list .shipping-method-card--wrapper > .radio:checked + .label {
  border-color: #ff5501;
  box-shadow: inset 0 0 0 1px #ff5501;
}
.onestepcheckout-index-index .page-main .shipping-method .shipping-method-delivery {
  padding-top: 40px;
}
.onestepcheckout-index-index .page-main .shipping-method .shipping-method-delivery .fieldset:last-child {
  margin-bottom: 0;
}
.onestepcheckout-index-index .page-main .shipping-method .shipping-method-delivery .field {
  display: block;
}
.onestepcheckout-index-index .page-main .shipping-method .shipping-method-delivery .field .control .label {
  top: -20px;
  min-width: auto;
  padding-left: 0;
  font-size: 12px;
}
.onestepcheckout-index-index .page-main .shipping-method .shipping-method-delivery .field:first-child {
  margin-bottom: 28px;
}
.onestepcheckout-index-index .page-main .shipping-method .shipping-method-delivery .osc-datepicker + .ui-datepicker-trigger {
  display: inline-block;
  height: 100%;
  margin: 0 0 0 -32px;
  position: absolute;
  background: none;
  border: none;
}
.onestepcheckout-index-index .page-main .shipping-method .shipping-method-delivery .osc-datepicker + .ui-datepicker-trigger:before {
  content: '\e902';
  font-family: 'aw-osc_icons-font';
  font-size: 20px;
  pointer-events: none;
}
.onestepcheckout-index-index .page-main .shipping-method .shipping-method-delivery .ui-datepicker-trigger:focus {
  box-shadow: none;
}
.onestepcheckout-index-index .input-text::-ms-clear {
  display: none;
}
.onestepcheckout-index-index .select::-ms-expand {
  display: none;
}
.onestepcheckout-index-index #co-transparent-form-aw-nmi .fieldset > .legend {
  margin-bottom: 20px;
}
.onestepcheckout-index-index #co-transparent-form-aw-nmi .field:not(.choice) label {
  position: inherit;
  padding-left: 0;
  margin: 0 0 8px;
}
.onestepcheckout-index-index #payment_form_braintree.payment_form_gene-braintree #braintree_expirationDate {
  width: 150px;
}
.onestepcheckout-index-index #payment_form_braintree.payment_form_gene-braintree .credit-card-types .item {
  filter: grayscale(0);
  border: none;
}
.onestepcheckout-index-index #payment_form_braintree.payment_form_gene-braintree .field.choice.fl-label-state .label {
  font-size: 100%;
  transform: unset;
}
.onestepcheckout-index-index #payment_form_braintree.payment_form_gene-braintree .field.choice .checkbox {
  display: inline-block;
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.onestepcheckout-index-index #payment_form_braintree.payment_form_gene-braintree .field.choice .field-tooltip {
  position: static;
  margin-left: 8px;
}
.onestepcheckout-index-index .field .control._with-tooltip input {
  margin-right: 0;
}
.onestepcheckout-index-index .onestep-billing-address .field {
  width: 100%;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.onestepcheckout-index-index .onestep-billing-address .label[for="billing-address-same-as-shipping"]::before {
  margin-left: 0 !important;
}
.onestepcheckout-index-index .onestep-billing-address .title {
  cursor: pointer;
  position: relative;
  margin-bottom: 10px;
}
.onestepcheckout-index-index .onestep-billing-address .title strong {
  font-weight: 400;
  color: #12578c;
}
.onestepcheckout-index-index .onestep-billing-address .title strong:hover {
  text-decoration: underline;
}
.onestepcheckout-index-index .onestep-billing-address .control {
  padding-top: 16px;
}
.onestepcheckout-index-index .onestep-billing-address .field.fl-label-state .control {
  transition: all .3s;
}
.onestepcheckout-index-index .onestep-billing-address .field.fl-label-state .label {
  font-size: 80% !important;
  -webkit-transform: translateY(-36px);
  transform: translateY(-36px);
  white-space: nowrap;
  overflow: hidden;
}
.onestepcheckout-index-index .onestep-billing-address .admin__control-multiselect {
  height: 50px;
}
.onestepcheckout-index-index .action-select-shipping-item:focus {
  box-shadow: 0 0 5px 0 #333 !important;
}
.onestepcheckout-index-index .aw-osc_customer-not-logged-in .aw-onestep-main .email #customer-email-fieldset .actions-toolbar {
  margin-bottom: 16px;
}
.onestepcheckout-index-index .aw-osc_customer-not-logged-in .aw-onestep-main .email .fieldset .fieldset .control {
  padding-top: 16px;
}
.onestepcheckout-index-index .aw-osc_customer-not-logged-in .aw-onestep-main .email .fieldset .fieldset .label {
  bottom: 14px;
}
.onestepcheckout-index-index .aw-osc_customer-not-logged-in .aw-onestep-main .email .fl-label-state .label {
  font-size: 80% !important;
  -webkit-transform: translateY(-36px);
  transform: translateY(-36px);
  white-space: nowrap;
  overflow: hidden;
}
.onestepcheckout-index-index .aw-osc_customer-not-logged-in .aw-onestep-main .email .field.captcha .label {
  top: 32px;
  height: 18px;
  min-height: unset;
}
.onestepcheckout-index-index .aw-osc_customer-not-logged-in .aw-onestep-main .email .field.captcha .captcha-image {
  padding-top: 0;
}
.onestepcheckout-index-index .aw-osc_customer-not-logged-in .aw-onestep-main .onestep-shipping-address .control {
  padding-top: 16px;
}
.onestepcheckout-index-index .aw-osc_customer-not-logged-in .aw-onestep-main .onestep-shipping-address .control .control {
  padding-top: 0;
}
.onestepcheckout-index-index .aw-osc_customer-not-logged-in .aw-onestep-main .onestep-shipping-address .fl-label-state .label {
  font-size: 80% !important;
  -webkit-transform: translateY(-36px);
  transform: translateY(-36px);
  white-space: nowrap;
  overflow: hidden;
}
.onestepcheckout-index-index .page-main .checkout-container .onestep-shipping-address .control {
  padding-top: 16px;
}
.onestepcheckout-index-index .page-main .checkout-container .onestep-shipping-address .control .control {
  padding-top: 0;
}
.onestepcheckout-index-index .page-main .checkout-container .onestep-shipping-address .fl-label-state .label {
  transform: translateY(-34px);
  font-size: 80%;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar {
  background-color: #f8f8f8;
  border: 1px solid #d8d8d8;
  margin-left: 30px;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
  width: 40%;
  padding: 20px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar input[type='checkbox'] + label:before,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar input[type='radio'] + label:before {
  margin-left: 0;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar .minicart-items-wrapper {
  margin: 0 -15px 0 0;
  max-height: 370px;
  padding: 0 15px 0 0;
  border: 0;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar .minicart-items-wrapper .aw-onestep-gift-message .payment-option-title.toggle {
  align-items: center;
  cursor: pointer;
  line-height: 1.42857143;
  margin: 0;
  color: #12578c;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  box-shadow: none;
  font-size: 14px;
  font-weight: 400;
  padding: 2px;
  width: fit-content;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar .minicart-items-wrapper .aw-onestep-gift-message .payment-option-title.toggle.focus-visible {
  box-shadow: 0 0 3px 1px #00699d;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar .minicart-items-wrapper .aw-onestep-gift-message .payment-option-title.toggle::after {
  content: '\e900';
  text-decoration: none;
  font-size: 9px;
  font-weight: 600;
  color: #4d4d4d;
  font-family: 'aw-osc_icons-font';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  margin-left: 5px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar .minicart-items-wrapper .aw-onestep-gift-message .payment-option-title.toggle[aria-expanded="true"]::after {
  transform: rotate(180deg);
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-wrapper {
  width: 100%;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-header {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block {
  margin-top: 25px;
  margin-bottom: 25px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_title {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  padding: 2px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_title:after {
  content: '';
  display: inline-block;
  margin-left: 5px;
  content: '\e900';
  font-family: 'aw-osc_icons-font';
  font-size: 10px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #464243;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list.active .aw-onestep-sidebar-block_title:after {
  content: '';
  display: inline-block;
  margin-left: 5px;
  content: '\e901';
  font-family: 'aw-osc_icons-font';
  font-size: 9px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #464243;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
  border-bottom: 1px solid #d8d8d8;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product {
  margin-right: 15px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-card {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  padding: 16px;
  background-color: #ffffff;
  border: 1px solid #D8D8D8;
  border-radius: 2px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-image {
  margin-right: 10px;
  min-width: 75px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-image .product-image-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-image img {
  height: auto;
  width: auto;
  max-height: 100%;
  max-width: 100%;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-image,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-image .product-image-container,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-image .product-image-container .product-image-wrapper {
  width: 75px;
  height: 75px;
  max-width: 75px;
  max-height: 75px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-description-container {
  width: 100%;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-description-container .aw-onestep-gift-message {
  margin-bottom: 0;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-description {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 16px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-name {
  font-weight: 600;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-price {
  font-weight: 600;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-qty {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  margin: 16px 0 0;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-qty .item-qty {
  max-width: 45px;
  min-width: 38px;
  padding: 0;
  text-align: center;
  box-shadow: none;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-qty .aw-qty-placeholder {
  font-size: 12px;
  font-weight: 600;
  color: #464243;
  margin-right: 8px;
  margin-top: 2px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-qty a {
  text-decoration: none;
  font-size: 11px;
  color: #464243;
  opacity: .6;
  font-family: 'aw-osc_icons-font';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-subtotals {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  text-align: right;
  min-height: 60px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product_remove {
  text-decoration: none;
  font-size: 12px;
  color: #464243;
  opacity: .6;
  font-family: 'aw-osc_icons-font';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer;
  display: inline-block;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product_remove:before {
  content: '\e9ad';
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product_count-down:before {
  content: '\e90d';
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product_count-up:before {
  content: '\e911';
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-configuration .toggle {
  display: flex;
  align-items: center;
  cursor: pointer;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #12578c;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  box-shadow: none;
  font-weight: 400;
  padding: 2px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-configuration .toggle:visited {
  color: #363636;
  text-decoration: none;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-configuration .toggle:hover {
  color: #12578c;
  text-decoration: none;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-configuration .toggle:active {
  color: #f68428;
  text-decoration: underline;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-configuration .toggle:hover,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-configuration .toggle:active,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-configuration .toggle:focus {
  background: none;
  border: 0;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-configuration .toggle.disabled,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-configuration .toggle[disabled],
fieldset[disabled] .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-configuration .toggle {
  color: #12578c;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-configuration .toggle:after {
  content: '\e900';
  text-decoration: none;
  font-size: 9px;
  font-weight: 600;
  color: #464243;
  font-family: 'aw-osc_icons-font';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  margin-left: 5px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-configuration .toggle.focus-visible {
  box-shadow: 0 0 3px 1px #00699d;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-configuration.active .toggle {
  cursor: pointer;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #12578c;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  box-shadow: none;
  font-weight: 400;
  padding: 2px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-configuration.active .toggle:visited {
  color: #363636;
  text-decoration: none;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-configuration.active .toggle:hover {
  color: #12578c;
  text-decoration: none;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-configuration.active .toggle:active {
  color: #f68428;
  text-decoration: underline;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-configuration.active .toggle:hover,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-configuration.active .toggle:active,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-configuration.active .toggle:focus {
  background: none;
  border: 0;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-configuration.active .toggle.disabled,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-configuration.active .toggle[disabled],
fieldset[disabled] .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-configuration.active .toggle {
  color: #12578c;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-configuration.active .toggle:after {
  content: '\e901';
  text-decoration: none;
  font-size: 9px;
  font-weight: 600;
  color: #464243;
  font-family: 'aw-osc_icons-font';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  margin-left: 5px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-configuration_content {
  margin-top: 15px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-configuration_content .item-options .field {
  margin: 5px 0 15px 0;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-configuration_content .item-options .field .label {
  font-weight: 600;
  cursor: default;
  margin-bottom: 3px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-configuration_content .item-options .price {
  font-weight: 600;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-configuration + .aw-onestep-gift-message {
  margin-top: 16px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-card + .aw-sidebar-product-card {
  margin-top: 8px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-summary {
  padding-bottom: 6px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-summary .aw-onestep-sidebar-totals tr.totals .mark {
  font-size: 16px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-summary .aw-onestep-sidebar-totals tr.totals .action-delete {
  text-decoration: none;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-summary .aw-onestep-sidebar-totals tr.totals .action-delete > span {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #464243;
  cursor: pointer;
  display: inline-block;
  font-family: 'aw-osc_icons-font';
  font-size: 9px;
  margin-right: 5px;
  opacity: .6;
  position: relative;
  top: -1px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-summary .aw-onestep-sidebar-totals tr.totals .action-delete > span:before {
  content: '\e90b';
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-summary .aw-onestep-sidebar-totals tr > th,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-summary .aw-onestep-sidebar-totals tr > td {
  font-size: 14px;
  margin: 0;
  padding: 0 0 15px 0;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-summary .aw-onestep-sidebar-totals .amount {
  text-align: right;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-summary .aw-onestep-sidebar-totals .sub {
  font-size: 120%;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-summary .aw-onestep-sidebar-totals .shipping .mark {
  font-size: 16px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-summary .aw-onestep-sidebar-totals .shipping .mark .value {
  opacity: .5;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-summary .aw-onestep-sidebar-totals .totals-tax-summary .amount,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-summary .aw-onestep-sidebar-totals .totals-tax-summary .mark {
  cursor: pointer;
  border-top: 1px solid #cccccc;
  padding: 10px 0;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-summary .aw-onestep-sidebar-totals .totals-tax-summary .amount .price:after,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-summary .aw-onestep-sidebar-totals .totals-tax-summary .mark .price:after {
  margin-left: 5px;
  content: '\e900';
  font-family: 'aw-osc_icons-font';
  font-size: 12px;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #464243;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-summary .aw-onestep-sidebar-totals .totals-tax-summary.expanded .amount .price:after {
  content: '\e901';
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-summary .aw-onestep-sidebar-totals .totals-tax-details {
  border-bottom: 1px solid #cccccc;
  display: none;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-summary .aw-onestep-sidebar-totals .totals-tax-details.shown {
  display: table-row;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-summary .aw-onestep-sidebar-totals .totals.balance .action:hover {
  background-color: #eeeeee;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-summary .aw-onestep-sidebar-totals .grand {
  font-size: 150%;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-summary .aw-onestep-sidebar-totals .grand th,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-summary .aw-onestep-sidebar-totals .grand td {
  padding-top: 15px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-summary .aw-onestep-sidebar-totals .grand strong {
  font-weight: 600;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option {
  margin-top: 25px;
  margin-bottom: 0;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option .payment-option-title .action-toggle {
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #12578c;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  box-shadow: none;
  font-weight: 400;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option .payment-option-title .action-toggle:visited {
  color: #363636;
  text-decoration: none;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option .payment-option-title .action-toggle:hover {
  color: #12578c;
  text-decoration: none;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option .payment-option-title .action-toggle:active {
  color: #f68428;
  text-decoration: underline;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option .payment-option-title .action-toggle:hover,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option .payment-option-title .action-toggle:active,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option .payment-option-title .action-toggle:focus {
  background: none;
  border: 0;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option .payment-option-title .action-toggle.disabled,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option .payment-option-title .action-toggle[disabled],
fieldset[disabled] .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option .payment-option-title .action-toggle {
  color: #12578c;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option .payment-option-title .action-toggle:after {
  display: inline-block;
  margin-left: 5px;
  content: '\e900';
  font-family: 'aw-osc_icons-font';
  font-size: 9px;
  font-weight: 600;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #464243;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option .payment-option-title[aria-expanded=false] .action-toggle {
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #12578c;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  box-shadow: none;
  font-weight: 400;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option .payment-option-title[aria-expanded=false] .action-toggle:visited {
  color: #363636;
  text-decoration: none;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option .payment-option-title[aria-expanded=false] .action-toggle:hover {
  color: #12578c;
  text-decoration: none;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option .payment-option-title[aria-expanded=false] .action-toggle:active {
  color: #f68428;
  text-decoration: underline;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option .payment-option-title[aria-expanded=false] .action-toggle:hover,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option .payment-option-title[aria-expanded=false] .action-toggle:active,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option .payment-option-title[aria-expanded=false] .action-toggle:focus {
  background: none;
  border: 0;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option .payment-option-title[aria-expanded=false] .action-toggle.disabled,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option .payment-option-title[aria-expanded=false] .action-toggle[disabled],
fieldset[disabled] .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option .payment-option-title[aria-expanded=false] .action-toggle {
  color: #12578c;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option .payment-option-title[aria-expanded=false] .action-toggle:after {
  display: inline-block;
  margin-left: 5px;
  content: '\e900';
  font-family: 'aw-osc_icons-font';
  font-size: 9px;
  font-weight: 600;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #464243;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option .payment-option-title[aria-expanded=true] .action-toggle {
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #12578c;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  box-shadow: none;
  font-weight: 400;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option .payment-option-title[aria-expanded=true] .action-toggle:visited {
  color: #363636;
  text-decoration: none;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option .payment-option-title[aria-expanded=true] .action-toggle:hover {
  color: #12578c;
  text-decoration: none;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option .payment-option-title[aria-expanded=true] .action-toggle:active {
  color: #f68428;
  text-decoration: underline;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option .payment-option-title[aria-expanded=true] .action-toggle:hover,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option .payment-option-title[aria-expanded=true] .action-toggle:active,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option .payment-option-title[aria-expanded=true] .action-toggle:focus {
  background: none;
  border: 0;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option .payment-option-title[aria-expanded=true] .action-toggle.disabled,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option .payment-option-title[aria-expanded=true] .action-toggle[disabled],
fieldset[disabled] .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option .payment-option-title[aria-expanded=true] .action-toggle {
  color: #12578c;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option .payment-option-title[aria-expanded=true] .action-toggle:after {
  display: inline-block;
  margin-left: 5px;
  content: '\e901';
  font-family: 'aw-osc_icons-font';
  font-size: 9px;
  font-weight: 600;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #464243;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option .field {
  margin: 0 0 10px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option._active .payment-option-title .action-toggle {
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #12578c;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  box-shadow: none;
  font-weight: 400;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option._active .payment-option-title .action-toggle:visited {
  color: #363636;
  text-decoration: none;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option._active .payment-option-title .action-toggle:hover {
  color: #12578c;
  text-decoration: none;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option._active .payment-option-title .action-toggle:active {
  color: #f68428;
  text-decoration: underline;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option._active .payment-option-title .action-toggle:hover,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option._active .payment-option-title .action-toggle:active,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option._active .payment-option-title .action-toggle:focus {
  background: none;
  border: 0;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option._active .payment-option-title .action-toggle.disabled,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option._active .payment-option-title .action-toggle[disabled],
fieldset[disabled] .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option._active .payment-option-title .action-toggle {
  color: #12578c;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option._active .payment-option-title .action-toggle:after {
  display: inline-block;
  margin-left: 5px;
  content: '\e901';
  font-family: 'aw-osc_icons-font';
  font-size: 9px;
  font-weight: 600;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #464243;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option .actions-toolbar {
  margin: 0 0 0 auto;
  max-width: 30%;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option.customerbalance .actions-toolbar,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option.rewardpoints .actions-toolbar {
  max-width: 40%;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option.customerbalance .payment-option-inner,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option.rewardpoints .payment-option-inner {
  margin-bottom: 5px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option.giftcardaccount .actions-toolbar {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  justify-content: flex-start;
  max-width: 60%;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option.giftcardaccount .actions-toolbar div:first-child {
  margin-right: 10px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option.giftcardaccount .giftcard-account-balance {
  margin-bottom: 10px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-before-place-order .action {
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #12578c;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  box-shadow: none;
  font-weight: 400;
  text-align: left;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-before-place-order .action:visited {
  color: #363636;
  text-decoration: none;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-before-place-order .action:hover {
  color: #12578c;
  text-decoration: none;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-before-place-order .action:active {
  color: #f68428;
  text-decoration: underline;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-before-place-order .action:hover,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-before-place-order .action:active,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-before-place-order .action:focus {
  background: none;
  border: 0;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-before-place-order .action.disabled,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-before-place-order .action[disabled],
fieldset[disabled] .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-before-place-order .action {
  color: #12578c;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block .newsletter-subscriber .newsletter-subscriber__input {
  display: inline-block;
  top: unset;
  appearance: none;
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block .newsletter-subscriber .newsletter-subscriber__label::before {
  color: #C4C4C4;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block .newsletter-subscriber .newsletter-subscriber__input:focus + .newsletter-subscriber__label {
  box-shadow: 0 0 3px 1px #00699d;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block .newsletter-subscriber .newsletter-subscriber__input:checked + .newsletter-subscriber__label::before,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block .newsletter-subscriber .newsletter-subscriber__input:hover + .newsletter-subscriber__label::before,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block .newsletter-subscriber .newsletter-subscriber__input:focus + .newsletter-subscriber__label::before {
  color: #FF5501;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block:first-child {
  margin-top: 0;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-sidebar_order-note button {
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #12578c;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  box-shadow: none;
  font-weight: 400;
  cursor: pointer;
  display: inline-block;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-sidebar_order-note button:visited {
  color: #363636;
  text-decoration: none;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-sidebar_order-note button:hover {
  color: #12578c;
  text-decoration: none;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-sidebar_order-note button:active {
  color: #f68428;
  text-decoration: underline;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-sidebar_order-note button:hover,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-sidebar_order-note button:active,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-sidebar_order-note button:focus {
  background: none;
  border: 0;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-sidebar_order-note button.disabled,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-sidebar_order-note button[disabled],
fieldset[disabled] .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-sidebar_order-note button {
  color: #12578c;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-sidebar_order-note button:after {
  content: '';
  display: inline-block;
  margin-left: 5px;
  content: '\e900';
  font-family: 'aw-osc_icons-font';
  font-size: 9px;
  font-weight: 600;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #464243;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-sidebar_order-note button:focus {
  box-shadow: none;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-sidebar_order-note.active button {
  margin-bottom: 5px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-sidebar_order-note.active button:after {
  content: '';
  display: inline-block;
  margin-left: 5px;
  content: '\e901';
  font-family: 'aw-osc_icons-font';
  font-size: 9px;
  font-weight: 600;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #464243;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-sidebar_order-note textarea {
  min-height: 125px;
  resize: none;
  box-shadow: none;
  border: 1px solid #d8d8d8;
  border-radius: 2px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .actions-toolbar {
  margin-top: 10px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .actions-toolbar * {
  width: 100%;
  min-height: 40px;
  text-align: center;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .actions-toolbar .action.checkout {
  font-size: 20px;
  font-weight: 700;
  height: 50px;
  text-transform: uppercase;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar .aw-onestep-trust-seals {
  width: 100%;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar .aw-onestep-trust-seals .trust-seals_label {
  color: #545454;
  text-align: center;
  margin: 15px 0 10px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar .aw-onestep-trust-seals .trust-seals_label:before {
  content: '';
  display: inline-block;
  width: 17px;
  height: 17px;
  background: url('../../frontend/Pearl/weltpixel_custom/en_US/Aheadworks_OneStepCheckout/css/icons-font/secure_lock.svg') no-repeat;
  background-size: cover;
  margin-bottom: -3px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar .aw-onestep-trust-seals .trust-seals_badges ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar .aw-onestep-trust-seals .trust-seals_badges ul li {
  margin: 0px 10px 10px;
  max-width: calc(33% - 20px);
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar .aw-onestep-trust-seals .trust-seals_text {
  color: #545454;
  text-align: justify;
  font-size: 85%;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar .aw-onestep-gift-message.aw-onestep-sidebar-block.payment-option .gift-message-summary {
  position: relative;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar .aw-onestep-gift-message.aw-onestep-sidebar-block.payment-option .gift-message-summary .actions-toolbar {
  padding: 0;
  position: absolute;
  right: 0;
  bottom: 0;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar .aw-onestep-gift-message.aw-onestep-sidebar-block.payment-option .gift-message-summary .actions-toolbar .action {
  padding: 0;
  background: none;
  border: 0;
  box-shadow: none;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar .aw-onestep-gift-message.aw-onestep-sidebar-block.payment-option .gift-message-summary .actions-toolbar .action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  font-family: 'aw-osc_icons-font';
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar .aw-onestep-gift-message.aw-onestep-sidebar-block.payment-option .gift-message-summary .actions-toolbar .action span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar .aw-onestep-gift-message.aw-onestep-sidebar-block.payment-option .gift-message-summary .action-edit:before {
  content: '\e916';
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar .aw-onestep-gift-message.aw-onestep-sidebar-block.payment-option .gift-message-summary .action-delete:before {
  content: '\e914';
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar .aw-onestep-gift-message.aw-onestep-sidebar-block.payment-option .actions-toolbar {
  max-width: 100%;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar .aw-onestep-gift-message.aw-onestep-sidebar-block.payment-option .actions-toolbar > div {
  width: 30%;
  float: right;
  margin-left: 10px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar .aw-sidebar-product-options {
  display: flex;
  flex-direction: column;
  font-size: 12px;
  margin-top: 0;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar .aw-sidebar-product-options .field:first-child {
  margin-top: 6px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar .aw-sidebar-product-options .item-options:not(.gift-message-form) {
  margin-bottom: 0;
  padding: 12px 0 0 4px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar .aw-sidebar-product-options .aw-sidebar-product-options-wrapper {
  display: flex;
  align-items: baseline;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar .aw-sidebar-product-options .aw-sidebar-product-options-wrapper .label::after {
  content: ":";
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar .aw-sidebar-product-options .aw-sidebar-product-options-wrapper .values {
  margin-left: 1rem;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-mobile-hide {
  display: none;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-mobile .aw-sidebar-product-list .aw-onestep-sidebar-block_title {
  position: relative;
  padding-top: 4px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-mobile .aw-onestep-sidebar-block.aw-sidebar-summary {
  padding-bottom: 0;
  margin-bottom: 0 !important;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-mobile .aw-onestep-sidebar-content .aw-onestep-sidebar-block {
  margin-bottom: 10px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-mobile .aw-onestep-sidebar-content .aw-mobile-hide {
  display: block;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-mobile tr {
  display: none;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-mobile tr.totals.sub {
  display: block;
  font-size: 16px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-mobile tr.totals.sub th {
  width: 100%;
  padding: 11px 5px !important;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-mobile tr.totals.sub td {
  padding: 11px 0 !important;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar__payment-options .aw-onestep-sidebar-block.payment-option .payment-option-title[aria-expanded] .action-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  color: #333333;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar__payment-options .aw-onestep-sidebar-block.payment-option .payment-option-title[aria-expanded] .action-toggle::after {
  font-size: 10px;
  color: #333333;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar__payment-options .aw-onestep-gift-message.aw-onestep-sidebar-block.payment-option .payment-option-title.toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  cursor: pointer;
  width: fit-content;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar__payment-options .aw-onestep-gift-message.aw-onestep-sidebar-block.payment-option .payment-option-title.toggle::after {
  display: inline-block;
  margin-left: 5px;
  content: '\e901';
  font-family: 'aw-osc_icons-font';
  font-weight: 600;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  color: #333333;
  transform: rotate(180deg);
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar__payment-options .aw-onestep-gift-message.aw-onestep-sidebar-block.payment-option .payment-option-title.toggle[aria-expanded="true"]::after {
  transform: rotate(0);
}
.onestepcheckout-index-index .discount-code .form-discount {
  display: flex;
  align-items: flex-start;
}
.onestepcheckout-index-index .discount-code .form-discount .payment-option-inner {
  width: 100%;
}
.onestepcheckout-index-index .discount-code .form-discount .actions-toolbar {
  margin-left: 10px !important;
}
.onestepcheckout-index-index .discount-code .form-discount .input-text {
  height: auto;
  min-height: 40px;
}
.onestepcheckout-index-index .discount-code .form-discount .action-apply {
  color: #333333;
  min-height: 40px;
  max-width: 70px;
  margin-right: 0;
  background-color: #EDEDED;
  border-color: #D1D1D1;
}
.onestepcheckout-index-index .form-aw-giftcard,
.onestepcheckout-index-index .form-aw-merged-gc-discount {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.onestepcheckout-index-index .form-aw-giftcard .payment-option-inner,
.onestepcheckout-index-index .form-aw-merged-gc-discount .payment-option-inner {
  width: 100%;
}
.onestepcheckout-index-index .form-aw-giftcard .actions-toolbar,
.onestepcheckout-index-index .form-aw-merged-gc-discount .actions-toolbar {
  margin-left: 10px !important;
  max-width: none !important;
  min-width: 84px;
}
.onestepcheckout-index-index .form-aw-giftcard .input-text,
.onestepcheckout-index-index .form-aw-merged-gc-discount .input-text {
  height: auto;
  min-height: 40px !important;
}
.onestepcheckout-index-index .form-aw-giftcard .action-apply,
.onestepcheckout-index-index .form-aw-merged-gc-discount .action-apply {
  color: #333333;
  min-height: 40px;
  background-color: #EDEDED;
  border-color: #D1D1D1;
}
.onestepcheckout-index-index .page-main .checkout-container .gift-message-content .gift-message-options .gift-message-form .field {
  margin-top: 10px;
}
.onestepcheckout-index-index .page-main .checkout-container .gift-message-content .gift-message-options .gift-message-form .field:last-child {
  margin-bottom: 0;
}
.onestepcheckout-index-index .page-main .checkout-container .gift-message-content .gift-message-options .gift-message-form .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.onestepcheckout-index-index .page-main .checkout-container .gift-message-content .gift-message-options .gift-message-form .input-text {
  min-height: 40px !important;
}
.onestepcheckout-index-index .page-main .checkout-container .gift-message-content .gift-message-options .gift-message-form .admin__control-textarea {
  min-height: 140px;
  resize: none;
  border-color: #D8D8D8;
}
.onestepcheckout-index-index .page-main .checkout-container .gift-message-content .gift-message-options .gift-message-form .admin__control-textarea::placeholder {
  color: #838383;
}
.onestepcheckout-index-index .aw-onestep-sidebar-totals .grand.totals .mark,
.onestepcheckout-index-index .aw-onestep-sidebar-totals .grand.totals .amount {
  font-size: 20px !important;
  font-weight: 700 !important;
}
.onestepcheckout-index-index .aw-onestep-sidebar-content .payment-option {
  margin-top: 0;
}
.onestepcheckout-index-index .aw-onestep-sidebar-content .payment-option .form-giftcard-account {
  display: flex;
  align-items: flex-start;
}
.onestepcheckout-index-index .aw-onestep-sidebar-content .payment-option .form-giftcard-account .payment-option-inner {
  width: 100%;
}
.onestepcheckout-index-index .aw-onestep-sidebar-content .payment-option .form-giftcard-account .field {
  margin-top: 0;
  margin-bottom: 0;
}
.onestepcheckout-index-index .aw-onestep-sidebar-content .payment-option .form-giftcard-account .input-text {
  height: auto;
  min-height: 40px;
}
.onestepcheckout-index-index .aw-onestep-sidebar-content .payment-option .form-giftcard-account .actions-toolbar {
  display: flex;
  align-items: center !important;
  margin-left: 0 !important;
}
.onestepcheckout-index-index .aw-onestep-sidebar-content .payment-option .form-giftcard-account .actions-toolbar .secondary {
  min-width: 130px;
  margin-left: 10px;
}
.onestepcheckout-index-index .aw-onestep-sidebar-content .payment-option .form-giftcard-account .actions-toolbar .action {
  color: #333333;
  min-height: 40px;
  min-width: 70px;
  margin-right: 0;
  background-color: #EDEDED;
  border-color: #D1D1D1;
}
.onestepcheckout-index-index .aw-onestep-sidebar-content .aw-onestep-sidebar__payment-options {
  display: flex;
  flex-direction: column;
}
.onestepcheckout-index-index .aw-onestep-sidebar-content .aw-onestep-sidebar__payment-options .aw-onestep-sidebar-block.payment-option.discount-code .field,
.onestepcheckout-index-index .aw-onestep-sidebar-content .aw-onestep-sidebar__payment-options .aw-onestep-sidebar-block.payment-option.giftcardaccount .field {
  margin-top: 0;
  margin-bottom: 0;
}
.onestepcheckout-index-index .aw-onestep-sidebar-content .aw-onestep-sidebar__payment-options .discount-code + .aw-onestep-gift-message {
  border-top: 1px solid #d8d8d8;
}
.onestepcheckout-index-index .aw-onestep-sidebar-content .aw-onestep-sidebar__payment-options .aw-giftcard-code {
  order: 1;
}
.onestepcheckout-index-index .aw-onestep-sidebar-content .aw-onestep-sidebar__payment-options .payment-option + .payment-option {
  margin-top: 16px;
}
@media only screen and (max-width: 767px) {
  .modal-inner-wrap {
    max-width: 100% !important;
  }
}
@media only screen and (max-width: 1023px) {
  .onestepcheckout-index-index .page-title-wrapper {
    max-width: 530px;
    margin: auto;
    padding: 5px 10px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
  }
  .onestepcheckout-index-index .page-title-wrapper .page-title {
    font-size: 28px;
  }
  .onestepcheckout-index-index .aw-onestep-description {
    font-size: 14px;
    padding: 0 10px;
  }
  .onestepcheckout-index-index .header .logo {
    margin-left: 0;
  }
  .onestepcheckout-index-index .page-main {
    padding: 10px;
  }
  .onestepcheckout-index-index .page-main .checkout-container {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 530px;
  }
  .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-main,
  .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar {
    width: 100%;
    position: static;
  }
  .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar {
    margin: 0;
  }
  .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar .aw-sidebar-product-options {
    margin-top: 7px;
  }
  .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar .aw-sidebar_order-note {
    padding-bottom: 15px;
  }
  .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-main .email {
    margin-bottom: 20px;
  }
  .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-main .authentication {
    margin-top: 40px;
  }
  .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-main fieldset.field.street .control {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .onestepcheckout-index-index .page-main .checkout-container.aw-osc_customer-not-logged-in .aw-onestep-main .authentication {
    margin-top: 0;
  }
}
.aw-mobile {
  width: 100%;
}
.aw-sr__container {
  padding: 20px 0;
}
.aw_sales-rep-manager-info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  background-color: #fdfdfd;
}
.aw_sales-rep-manager-info .info-content {
  padding: 10px;
  width: 65%;
}
.aw_sales-rep-manager-info .info-content .manager-name {
  margin-top: 1px;
  margin-bottom: 10px;
}
.aw_sales-rep-manager-info .info-content .contact-data {
  padding-bottom: 10px;
}
.aw_sales-rep-manager-info .info-content .contact-data .manager-number {
  color: #000000;
  transition: .1s;
}
.aw_sales-rep-manager-info .info-image {
  float: right;
  width: 35%;
}
.aw_sales-rep-manager-info .info-image img {
  width: auto;
  height: auto;
}
.aw_sales-rep-manager-info .additional-info {
  display: block;
}
.aw-ui-listing .admin__action-dropdown-wrap {
  display: inline-block;
  position: relative;
}
.aw-ui-listing .admin__action-dropdown-wrap .admin__action-dropdown-text:after {
  left: -6px;
  right: 0;
}
.aw-ui-listing .admin__action-dropdown-wrap .admin__action-dropdown-menu {
  left: auto;
  right: 0;
}
.aw-ui-listing .admin__action-dropdown-wrap.active .admin__action-dropdown,
.aw-ui-listing .admin__action-dropdown-wrap._active .admin__action-dropdown {
  border-color: #007bdb;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}
.aw-ui-listing .admin__action-dropdown-wrap.active .admin__action-dropdown-text:after,
.aw-ui-listing .admin__action-dropdown-wrap._active .admin__action-dropdown-text:after {
  background-color: #ffffff;
  content: '';
  height: 6px;
  position: absolute;
  top: 100%;
}
.aw-ui-listing .admin__action-dropdown-wrap.active .admin__action-dropdown-menu,
.aw-ui-listing .admin__action-dropdown-wrap._active .admin__action-dropdown-menu {
  display: block;
}
.aw-ui-listing .admin__action-dropdown-wrap._disabled .admin__action-dropdown {
  cursor: default;
}
.aw-ui-listing .admin__action-dropdown-wrap._disabled:hover .admin__action-dropdown {
  color: #333333;
}
.aw-ui-listing .admin__action-dropdown {
  background-color: #ffffff;
  border: 1px solid transparent;
  border-bottom: none;
  border-radius: 0;
  box-shadow: none;
  color: #41362f;
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: -.025em;
  margin-left: 5px;
  padding: 0.7rem 3.3rem 1.4rem 1.5rem;
  position: relative;
  vertical-align: baseline;
  z-index: 2;
}
.aw-ui-listing .admin__action-dropdown:hover,
.aw-ui-listing .admin__action-dropdown:focus {
  background-color: #ffffff;
  color: #060504;
  text-decoration: none;
}
.aw-ui-listing .admin__action-dropdown:after {
  right: 1.5rem;
}
.aw-ui-listing .admin__action-dropdown:before {
  margin-right: 1rem;
}
.aw-ui-listing .admin__action-dropdown-menu {
  background-color: #ffffff;
  border: 1px solid #007bdb;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  display: none;
  line-height: 1.36;
  margin-top: -1px;
  min-width: 120%;
  padding: 2.2rem 3.5rem 1rem;
  position: absolute;
  top: 100%;
  transition: all 0.15s ease;
  z-index: 1;
}
.aw-ui-listing .admin__action-dropdown-menu > li {
  display: block;
}
.aw-ui-listing .admin__action-dropdown-menu > li > a {
  color: #333333;
  display: block;
  text-decoration: none;
  padding: 0.6rem 0.5rem;
}
.aw-ui-listing .selectmenu {
  display: inline-block;
  position: relative;
  text-align: left;
  width: auto;
  border: 1px solid #adadad;
  z-index: 1;
  -webkit-appearance: none;
  background-color: #ffffff;
  border-radius: 1px;
  box-shadow: none;
  color: #303030;
  font-size: 1.4rem;
  font-weight: 400;
  height: auto;
  line-height: 1.36;
  transition: border-color 0.1s linear;
  vertical-align: baseline;
}
.aw-ui-listing .selectmenu:hover {
  border-color: #878787;
}
.aw-ui-listing .selectmenu:hover .selectmenu-toggle:before {
  border-color: #878787;
}
.aw-ui-listing .selectmenu._active {
  border-color: #007bdb;
  z-index: 500;
}
.aw-ui-listing .selectmenu._active .selectmenu-toggle:after {
  transform: rotate(180deg);
}
.aw-ui-listing .selectmenu .action-save,
.aw-ui-listing .selectmenu .action-edit,
.aw-ui-listing .selectmenu .action-delete {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  padding: 0 1rem 0 1rem;
}
.aw-ui-listing .selectmenu .action-save:hover,
.aw-ui-listing .selectmenu .action-edit:hover,
.aw-ui-listing .selectmenu .action-delete:hover {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}
.aw-ui-listing .selectmenu .action-save:before,
.aw-ui-listing .selectmenu .action-edit:before,
.aw-ui-listing .selectmenu .action-delete:before {
  content: '\e604';
  font-family: 'luma-icons';
}
.aw-ui-listing .selectmenu .action-edit,
.aw-ui-listing .selectmenu .action-delete {
  border: 0 solid #ffffff;
  border-left-width: 1px;
  bottom: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.aw-ui-listing .selectmenu .action-edit:hover,
.aw-ui-listing .selectmenu .action-delete:hover {
  border: 0 solid #ffffff;
  border-left-width: 1px;
}
.aw-ui-listing .selectmenu .action-save:before {
  content: '\e619';
  font-family: 'luma-icons';
}
.aw-ui-listing .selectmenu .action-edit:before {
  content: '\e601';
  font-family: 'luma-icons';
}
.aw-ui-listing .selectmenu button:not(.primary) {
  box-shadow: none;
}
.aw-ui-listing .selectmenu-value {
  display: inline-block;
}
.aw-ui-listing .selectmenu-value input[type='text'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 0;
  display: inline;
  margin: 0;
  width: 8rem;
}
body._keyfocus .aw-ui-listing .selectmenu-value input[type='text']:focus {
  box-shadow: none;
}
.aw-ui-listing .selectmenu-toggle {
  padding-right: 1.8rem;
  background: transparent;
  border: none !important;
  bottom: 0;
  float: right;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
}
.aw-ui-listing .selectmenu-toggle:focus,
.aw-ui-listing .selectmenu-toggle:active,
.aw-ui-listing .selectmenu-toggle:hover {
  background: transparent;
}
.selectmenu._active .aw-ui-listing .selectmenu-toggle:before {
  border-color: #007bdb;
}
body._keyfocus .aw-ui-listing .selectmenu-toggle:focus {
  box-shadow: none;
}
.aw-ui-listing .selectmenu-toggle:before {
  background: #e3e3e3;
  border-left: 1px solid #adadad;
  bottom: 0;
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 3.2rem;
}
.aw-ui-listing .selectmenu-toggle:after {
  border-color: #000000 transparent transparent transparent;
  border-style: solid;
  border-width: 0.5rem 0.4rem 0 0.4rem;
  content: '';
  height: 0;
  margin-top: -0.2rem;
  position: absolute;
  right: 1.1rem;
  top: 50%;
  transition: all .2s linear;
  width: 0;
}
.aw-ui-listing .selectmenu-items {
  background: #ffffff;
  border: 1px solid #007bdb;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  display: none;
  float: left;
  left: -1px;
  margin-top: 3px;
  max-width: 20rem;
  min-width: calc(100% + 2px);
  position: absolute;
  top: 100%;
}
.aw-ui-listing .selectmenu-items._active {
  display: block;
}
.aw-ui-listing .selectmenu-items ul {
  float: left;
  list-style-type: none;
  margin: 0;
  min-width: 100%;
  padding: 0;
}
.aw-ui-listing .selectmenu-items li {
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  display: flex;
  flex-direction: row;
  transition: background .2s linear;
  margin-bottom: 0;
}
.aw-ui-listing .selectmenu-items li:hover {
  background: #e3e3e3;
}
.aw-ui-listing .selectmenu-items li:last-child .selectmenu-item-action {
  color: #007bdb;
  text-decoration: none;
}
.aw-ui-listing .selectmenu-item {
  position: relative;
  width: 100%;
  z-index: 1;
}
li._edit > .aw-ui-listing .selectmenu-item {
  display: none;
}
.aw-ui-listing .selectmenu-item-edit {
  display: none;
  padding: .3rem 4rem .3rem .4rem;
  position: relative;
  white-space: nowrap;
  z-index: 1;
}
li:last-child .aw-ui-listing .selectmenu-item-edit {
  padding-right: .4rem;
}
.aw-ui-listing .selectmenu-item-edit .admin__control-text {
  margin: 0;
  width: 5.4rem;
}
li._edit .aw-ui-listing .selectmenu-item-edit {
  display: block;
}
.aw-ui-listing .selectmenu-item-action {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  color: #363636;
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  min-width: 100%;
  padding: 1rem 6rem 1rem 1.5rem;
  text-align: left;
  transition: background .2s linear;
  width: 5rem;
  border: none !important;
  border-radius: 0;
}
.aw-ui-listing .selectmenu-item-action:hover,
.aw-ui-listing .selectmenu-item-action:focus {
  background: #e3e3e3;
}
.aw-ui-listing .admin__data-grid-pager-wrap {
  float: right;
  text-align: right;
}
.aw-ui-listing .admin__data-grid-pager {
  display: inline-block;
  margin-left: 3rem;
  margin-top: 5px;
}
.aw-ui-listing .admin__data-grid-pager .admin__control-text::-webkit-outer-spin-button,
.aw-ui-listing .admin__data-grid-pager .admin__control-text::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.aw-ui-listing .admin__data-grid-pager .admin__control-text {
  -moz-appearance: textfield;
  text-align: center;
  width: 4.4rem;
}
.aw-ui-listing .action-previous,
.aw-ui-listing .action-next {
  width: 4.4rem;
}
.aw-ui-listing .action-previous:before,
.aw-ui-listing .action-next:before {
  font-weight: 700;
}
.aw-ui-listing .action-previous > span,
.aw-ui-listing .action-next > span {
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
  display: none;
  visibility: hidden;
}
.aw-ui-listing .action-previous {
  margin-right: 2.5rem;
  text-indent: -.25em;
}
.aw-ui-listing .action-previous:before {
  content: '\e617';
  font-family: 'luma-icons';
}
.aw-ui-listing .action-next {
  margin-left: 1.5rem;
  text-indent: .1em;
}
.aw-ui-listing .action-next:before {
  content: '\e608';
  font-family: 'luma-icons';
}
.aw-ui-listing .selectmenu .selectmenu-items li._edit > .selectmenu-item {
  display: none;
}
.aw-ui-listing .selectmenu .selectmenu-items li._edit .selectmenu-item-edit {
  display: block;
}
.aw-ui-listing .selectmenu .selectmenu-items li:last-child .selectmenu-item-edit {
  padding-right: .4rem;
}
.aw-ui-listing .admin__data-grid-outer-wrap {
  position: relative;
}
.aw-ui-listing .admin__data-grid-outer-wrap .col-xs-3 {
  width: 25%;
  float: left;
}
.aw-ui-listing .admin__data-grid-outer-wrap .col-xs-9 {
  width: 75%;
  float: right;
}
.aw-ui-listing .admin__data-grid-outer-wrap .admin__control-support-text {
  border: 1px solid transparent;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.36;
  padding-bottom: 0.6rem;
  padding-top: 0.6rem;
}
.aw-ui-listing .admin__data-grid-outer-wrap .data-grid td,
.aw-ui-listing .admin__data-grid-outer-wrap .data-grid th {
  padding: 11px 15px;
}
.aw-ui-listing .admin__data-grid-outer-wrap .data-grid tbody tr td {
  border-top: 1px solid #cccccc;
}
.aw-ui-listing .admin__data-grid-outer-wrap .data-grid .data-grid-th._sortable {
  position: relative;
  cursor: pointer;
}
.aw-ui-listing .admin__data-grid-outer-wrap .data-grid .data-grid-th._sortable._descend::before,
.aw-ui-listing .admin__data-grid-outer-wrap .data-grid .data-grid-th._sortable._ascend::before {
  position: absolute;
  right: 4px;
  font-size: 20px;
  bottom: 10px;
}
.aw-ui-listing .admin__data-grid-outer-wrap .data-grid .data-grid-th._sortable._descend::before {
  content: '\2191';
}
.aw-ui-listing .admin__data-grid-outer-wrap .data-grid .data-grid-th._sortable._ascend::before {
  content: '\2193';
}
.aw-ui-listing .admin__data-grid-outer-wrap .admin__data-grid-loading-mask {
  background: rgba(255, 255, 255, 0.5);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 399;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.aw-ui-listing .admin__data-grid-outer-wrap .admin__data-grid-loading-mask .spinner {
  display: inline-block;
  font-size: 4rem;
  height: 1em;
  margin-left: -2rem;
  margin-top: -2rem;
  left: 50%;
  top: 50%;
  position: absolute;
  width: 1em;
  background: none;
}
.aw-ui-listing .admin__data-grid-outer-wrap .admin__data-grid-loading-mask .spinner > span:nth-child(1) {
  -webkit-animation-delay: 0.27s;
  -moz-animation-delay: 0.27s;
  -ms-animation-delay: 0.27s;
  animation-delay: 0.27s;
  -webkit-transform: rotate(-315deg);
  -moz-transform: rotate(-315deg);
  -ms-transform: rotate(-315deg);
  transform: rotate(-315deg);
}
.aw-ui-listing .admin__data-grid-outer-wrap .admin__data-grid-loading-mask .spinner > span:nth-child(2) {
  -webkit-animation-delay: 0.36s;
  -moz-animation-delay: 0.36s;
  -ms-animation-delay: 0.36s;
  animation-delay: 0.36s;
  -webkit-transform: rotate(-270deg);
  -moz-transform: rotate(-270deg);
  -ms-transform: rotate(-270deg);
  transform: rotate(-270deg);
}
.aw-ui-listing .admin__data-grid-outer-wrap .admin__data-grid-loading-mask .spinner > span:nth-child(3) {
  -webkit-animation-delay: 0.45s;
  -moz-animation-delay: 0.45s;
  -ms-animation-delay: 0.45s;
  animation-delay: 0.45s;
  -webkit-transform: rotate(-225deg);
  -moz-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  transform: rotate(-225deg);
}
.aw-ui-listing .admin__data-grid-outer-wrap .admin__data-grid-loading-mask .spinner > span:nth-child(4) {
  -webkit-animation-delay: 0.54s;
  -moz-animation-delay: 0.54s;
  -ms-animation-delay: 0.54s;
  animation-delay: 0.54s;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.aw-ui-listing .admin__data-grid-outer-wrap .admin__data-grid-loading-mask .spinner > span:nth-child(5) {
  -webkit-animation-delay: 0.63s;
  -moz-animation-delay: 0.63s;
  -ms-animation-delay: 0.63s;
  animation-delay: 0.63s;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.aw-ui-listing .admin__data-grid-outer-wrap .admin__data-grid-loading-mask .spinner > span:nth-child(6) {
  -webkit-animation-delay: 0.72s;
  -moz-animation-delay: 0.72s;
  -ms-animation-delay: 0.72s;
  animation-delay: 0.72s;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.aw-ui-listing .admin__data-grid-outer-wrap .admin__data-grid-loading-mask .spinner > span:nth-child(7) {
  -webkit-animation-delay: 0.8100000000000001s;
  -moz-animation-delay: 0.8100000000000001s;
  -ms-animation-delay: 0.8100000000000001s;
  animation-delay: 0.8100000000000001s;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.aw-ui-listing .admin__data-grid-outer-wrap .admin__data-grid-loading-mask .spinner > span:nth-child(8) {
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
  -ms-animation-delay: 0.9s;
  animation-delay: 0.9s;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
@-moz-keyframes fade {
  0% {
    background-color: #514943;
  }
  100% {
    background-color: #ffffff;
  }
}
@-webkit-keyframes fade {
  0% {
    background-color: #514943;
  }
  100% {
    background-color: #ffffff;
  }
}
@-ms-keyframes fade {
  0% {
    background-color: #514943;
  }
  100% {
    background-color: #ffffff;
  }
}
@keyframes fade {
  0% {
    background-color: #514943;
  }
  100% {
    background-color: #ffffff;
  }
}
.aw-ui-listing .admin__data-grid-outer-wrap .admin__data-grid-loading-mask .spinner > span {
  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  -ms-transform: scale(0.4);
  transform: scale(0.4);
  -webkit-animation-name: fade;
  -moz-animation-name: fade;
  -ms-animation-name: fade;
  animation-name: fade;
  -webkit-animation-duration: 0.72s;
  -moz-animation-duration: 0.72s;
  -ms-animation-duration: 0.72s;
  animation-duration: 0.72s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: linear;
  -moz-animation-direction: linear;
  -ms-animation-direction: linear;
  animation-direction: linear;
  background-color: #fff;
  border-radius: 6px;
  clip: rect(0 0.28571429em 0.1em 0);
  height: .1em;
  margin-top: 0.5em;
  position: absolute;
  width: 1em;
}
.aw-ui-listing .admin__data-grid-wrap {
  width: 100%;
  overflow-x: auto;
}
.aw-ui-listing .admin__data-grid-filters,
.aw-ui-listing .admin__data-grid-filters-footer {
  display: none;
}
.aw-ui-listing .admin__data-grid-filters .admin__footer-main-actions,
.aw-ui-listing .admin__data-grid-filters-footer .admin__footer-main-actions {
  float: right;
}
.aw-ui-listing .admin__data-grid-actions-wrap,
.aw-ui-listing .data-grid-filters-actions-wrap {
  float: right;
  margin-bottom: 1.1rem;
}
.aw-ui-listing .admin__data-grid-actions-wrap .admin__action-dropdown-wrap,
.aw-ui-listing .data-grid-filters-actions-wrap .admin__action-dropdown-wrap {
  display: inline-block;
}
.aw-ui-listing .admin__data-grid-actions-wrap .admin__action-dropdown-wrap.admin__data-grid-action-bookmarks,
.aw-ui-listing .data-grid-filters-actions-wrap .admin__action-dropdown-wrap.admin__data-grid-action-bookmarks {
  display: none;
}
.aw-ui-listing .admin__action-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
  border-bottom: none;
  border-radius: 0;
  box-shadow: none;
  color: #41362f;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: -.025em;
  position: relative;
  vertical-align: baseline;
  z-index: 2;
}
.aw-ui-listing .admin__action-dropdown::after {
  border-color: #000 transparent transparent transparent;
  border-style: solid;
  border-width: .5rem .4rem 0 .4rem;
  content: '';
  height: 0;
  margin-top: -0.2rem;
  position: absolute;
  right: 1.25rem;
  top: 50%;
  transition: all .2s linear;
  width: 0;
}
.aw-ui-listing .data-grid-filters-action-wrap .action-default {
  font-size: 13px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.aw-ui-listing .data-grid-filters-action-wrap .action-default._active {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  font-weight: 600;
}
.aw-ui-listing .admin__data-grid-filters-wrap {
  opacity: 0;
  visibility: hidden;
  clear: both;
  font-size: 13px;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.aw-ui-listing .admin__data-grid-filters-wrap._show {
  opacity: 1;
  visibility: visible;
  position: relative;
  display: grid;
  margin-bottom: 1rem;
  z-index: 280;
}
.aw-ui-listing .admin__data-grid-filters-wrap._show .admin__data-grid-filters,
.aw-ui-listing .admin__data-grid-filters-wrap._show .admin__data-grid-filters-footer {
  display: block;
}
.aw-ui-listing .admin__data-grid-filters-wrap._show .admin__data-grid-filters .admin__footer-main-actions,
.aw-ui-listing .admin__data-grid-filters-wrap._show .admin__data-grid-filters-footer .admin__footer-main-actions {
  float: right;
}
.aw-ui-listing .admin__data-grid-filters-current {
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  display: none;
  font-size: 13px;
  margin: 10px 0;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  box-sizing: border-box;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.aw-ui-listing .admin__data-grid-filters-current._show {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.aw-ui-listing .admin__data-grid-filters-current .action-remove {
  position: absolute;
  right: 0;
  top: 2px;
  background-color: #e3e3e3;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin: 0;
  padding: 0;
  line-height: 1;
  width: 16px;
  text-align: center;
  height: 16px;
  display: inline-block;
  text-decoration: none;
}
.aw-ui-listing .admin__data-grid-filters-current .action-remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.aw-ui-listing .admin__data-grid-filters-current .action-remove:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 12px;
  color: #000000;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.aw-ui-listing .admin__data-grid-filters-current .action-remove:hover:after {
  color: #000000;
}
.aw-ui-listing .admin__data-grid-filters-current .action-remove:active:after {
  color: inherit;
}
.aw-ui-listing .admin__data-grid-filters-current .action-remove::after {
  margin-top: 1px;
}
.aw-ui-listing .admin__data-grid-filters-current .admin__current-filters-title-wrap {
  margin-right: 10px;
  min-width: 85px;
}
.aw-ui-listing .admin__data-grid-filters-current .admin__current-filters-list-wrap .admin__current-filters-list {
  padding: 0;
  margin: 0;
}
.aw-ui-listing .admin__data-grid-filters-current .admin__current-filters-list-wrap .admin__current-filters-list > li {
  display: inline-block;
  font-weight: 600;
  margin: 0 5px;
  padding-right: 20px;
  position: relative;
}
.aw-ui-listing .admin__data-grid-filters-current .admin__current-filters-actions-wrap {
  margin-right: 0;
  margin-left: auto;
  min-width: 60px;
}
.aw-ui-listing .admin__data-grid-filters {
  border: 0;
  margin: 0;
  min-width: 0;
  padding: 10px 0 0 0;
}
.aw-ui-listing .admin__data-grid-filters .admin__filters-legend {
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
  display: none;
  visibility: hidden;
}
.aw-ui-listing .admin__data-grid-filters .admin__form-field {
  border: 0;
  margin: 0 0 20px 0;
  vertical-align: top;
  width: calc(31.33333333%);
  display: inline-block;
  padding-right: 2rem;
  padding-left: 0;
  box-sizing: border-box;
}
@media (max-width: 360px) {
  .aw-ui-listing .admin__data-grid-filters .admin__form-field {
    width: 100%;
  }
}
@media (min-width: 360px) and (max-width: 620px) {
  .aw-ui-listing .admin__data-grid-filters .admin__form-field {
    width: 50%;
  }
}
.aw-ui-listing .admin__data-grid-filters .admin__form-field .admin__form-field-control {
  display: flex;
}
.aw-ui-listing .admin__data-grid-filters .admin__form-field .admin__form-field {
  margin-bottom: 10px;
  width: 100%;
  float: none;
  padding-right: 0;
}
.aw-ui-listing .admin__data-grid-filters .admin__form-field .admin__form-field .admin__form-field-label {
  font-weight: normal;
  margin-bottom: 0;
  width: 15%;
  float: left;
  padding: 7px 10px 7px 0;
  min-width: 4rem;
  box-sizing: border-box;
}
.aw-ui-listing .admin__data-grid-filters .admin__form-field .admin__form-field .admin__form-field-label .admin__form-field-control {
  margin-left: 15%;
}
.aw-ui-listing .admin__data-grid-filters .admin__form-field .admin__form-field-legend {
  display: block;
  font-weight: bold;
  padding: 0;
}
.aw-ui-listing .admin__data-grid-filters .admin__form-field .admin__form-field-label {
  font-weight: bold;
  margin-bottom: 5px;
  display: block;
}
.aw-ui-listing .admin__data-grid-filters .admin__data-grid-wrap {
  margin-top: 20px;
  overflow-x: auto;
}
.aw-ui-listing .admin__data-grid-filters .action-secondary {
  background-color: #514943;
  border-color: #514943;
  color: #ffffff;
  -webkit-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  -moz-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  -ms-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.aw-ui-listing .admin__data-grid-filters .action-secondary:hover,
.aw-ui-listing .admin__data-grid-filters .action-secondary:active,
.aw-ui-listing .admin__data-grid-filters .action-secondary:focus {
  background-color: #35302c;
  border-color: #514943;
  -webkit-box-shadow: 0 0 0 1px #007bdb;
  -moz-box-shadow: 0 0 0 1px #007bdb;
  -ms-box-shadow: 0 0 0 1px #007bdb;
  box-shadow: 0 0 0 1px #007bdb;
  text-decoration: none;
}
.aw-ui-listing .admin__data-grid-filters .action-secondary .action-tertiary {
  background-color: transparent;
  border-color: transparent;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  -ms-text-shadow: none;
  text-shadow: none;
  color: #007bdb;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.aw-ui-listing .admin__data-grid-filters .action-secondary .action-tertiary:active,
.aw-ui-listing .admin__data-grid-filters .action-secondary .action-tertiary:hover,
.aw-ui-listing .admin__data-grid-filters .action-secondary .action-tertiary :focus {
  background-color: transparent;
  border-color: transparent;
  text-decoration: underline;
}
.aw-ui-listing .admin__data-grid-action-columns._active {
  opacity: 0.98;
  z-index: 290;
}
.aw-ui-listing .admin__data-grid-action-columns-menu {
  color: #303030;
  font-size: 1.3rem;
  overflow: hidden;
  padding: 2.2rem 3.5rem 1rem;
  z-index: 1;
}
.aw-ui-listing .admin__data-grid-action-columns-menu._overflow .admin__action-dropdown-menu-header {
  border-bottom: 1px solid #d1d1d1;
}
.aw-ui-listing .admin__data-grid-action-columns-menu._overflow .admin__action-dropdown-menu-content {
  max-width: 50.4rem;
}
.aw-ui-listing .admin__data-grid-action-columns-menu._overflow .admin__action-dropdown-menu-footer {
  border-top: 1px solid #d1d1d1;
  padding-top: 2.5rem;
}
.aw-ui-listing .admin__data-grid-action-columns-menu .admin__action-dropdown-menu-content {
  max-height: 159.35px;
  overflow-y: auto;
  padding-top: 1.5rem;
  position: relative;
  width: 51.9rem;
}
@media (max-width: 450px) {
  .aw-ui-listing .admin__data-grid-action-columns-menu .admin__action-dropdown-menu-content {
    width: 17.3rem;
  }
}
@media (min-width: 450px) and (max-width: 620px) {
  .aw-ui-listing .admin__data-grid-action-columns-menu .admin__action-dropdown-menu-content {
    width: 34.6rem;
  }
}
.aw-ui-listing .admin__data-grid-action-columns-menu .admin__field-option {
  float: left;
  height: 22.9px;
  margin-bottom: 1.5rem;
  padding: 0 1rem 0 0;
  width: 15.8rem;
  display: flex;
}
.aw-ui-listing .admin__data-grid-action-columns-menu .admin__field-label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  padding-top: 4px;
}
.aw-ui-listing .admin__data-grid-action-columns-menu .admin__action-dropdown-menu-header {
  padding-bottom: 1.5rem;
}
.aw-ui-listing .admin__data-grid-action-columns-menu .admin__action-dropdown-menu-footer {
  padding: 1rem 0 2rem;
}
.aw-ui-listing .admin__data-grid-action-columns-menu .admin__action-dropdown-footer-main-actions {
  margin-left: 25%;
  text-align: right;
}
.aw-ui-listing .admin__data-grid-action-columns-menu .admin__action-dropdown-footer-secondary-actions {
  float: left;
  margin-left: -1em;
}
/**
 * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License").
 * You may not use this file except in compliance with the License.
 * A copy of the License is located at
 *
 *  http://aws.amazon.com/apache2.0
 *
 * or in the "license" file accompanying this file. This file is distributed
 * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language governing
 * permissions and limitations under the License.
 */
/**
 * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License").
 * You may not use this file except in compliance with the License.
 * A copy of the License is located at
 *
 *  http://aws.amazon.com/apache2.0
 *
 * or in the "license" file accompanying this file. This file is distributed
 * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language governing
 * permissions and limitations under the License.
 */
/**
* Amazon Pay variables
**/
.amazon-button-container {
  display: table;
  margin: 0 0 22px;
}
.amazon-button-container__cell {
  display: table-cell;
  min-width: 45px;
  position: relative;
}
.amazon-button-container img {
  display: block;
}
.amazon-button-container .field-tooltip {
  display: none;
  margin: -12px 0 0;
  right: 5px;
  top: 50%;
}
.checkout-shipping-address .amazon-button-container {
  margin: 22px 0;
}
.login-container .block-amazon-login .actions-toolbar {
  margin-top: 25px;
}
.amazon-validate-container .block .block-title {
  font-size: 1.8rem;
}
.amazon-validate-container .fieldset:after {
  margin: 11px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.4rem;
}
.amazon-validate-container .fieldset:after {
  margin-top: 35px;
}
@media all and (max-width: 768px) {
  .amazon-button-container {
    width: 100%;
  }
}
.amazon-logout-widget {
  display: none;
}
/**
 * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License").
 * You may not use this file except in compliance with the License.
 * A copy of the License is located at
 *
 *  http://aws.amazon.com/apache2.0
 *
 * or in the "license" file accompanying this file. This file is distributed
 * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language governing
 * permissions and limitations under the License.
 */
.amazon-divider {
  border-bottom: 1px solid #cccccc;
  line-height: 0.1em;
  margin: 18px 0 20px;
  text-align: center;
  max-width: 500px;
}
.amazon-divider span {
  background: #fff;
  padding: 0 5px;
}
/** mini cart styling **/
.product-social-links,
.amazon-minicart-container {
  width: 100%;
  display: block;
  text-align: center;
}
.product-social-links .amazon-button-container,
.amazon-minicart-container .amazon-button-container {
  display: inline-block;
  margin: 0px;
}
.product-social-links .field-tooltip .field-tooltip-content,
.amazon-minicart-container .field-tooltip .field-tooltip-content {
  top: 38px;
  left: -245px;
}
.product-social-links .field-tooltip .field-tooltip-content:before,
.amazon-minicart-container .field-tooltip .field-tooltip-content:before {
  border: none;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #666666;
  top: -10px;
  left: 244px;
}
.product-social-links .field-tooltip .field-tooltip-content:after,
.amazon-minicart-container .field-tooltip .field-tooltip-content:after {
  border: none;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #f4f4f4;
  top: -8px;
  left: 244px;
}
.product-social-links .amazon-button-container {
  margin-bottom: 30px;
  display: block;
}
.amazon-checkout-now {
  border-top: 1px solid #c1c1c1;
  padding-top: 10px;
  margin-bottom: 10px;
}
.amazon-addtoCart {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.revert-checkout {
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
}
.centered-button {
  text-align: center;
  display: inline-block;
}
.catalog-product-view .centered-button {
  display: table;
}
.checkout-payment-method .amazon-sandbox-simulator {
  border-bottom: 1px solid #cccccc;
}
.checkout-payment-method .amazon-sandbox-simulator .payment-option-title {
  border-top: none;
  padding-top: 0;
}
.checkout-payment-method .amazon-sandbox-simulator .amazon-sandbox-simulator-scenario {
  margin-bottom: 10px;
}
.checkout-methods-items .amazon-minicart-container .amazon-divider {
  display: none;
}
.checkout-methods-items .centered-button {
  margin-bottom: 0;
}
@media all and (max-width: 768px) {
  .checkout-methods-items .centered-button {
    width: auto;
  }
}
.checkout-methods-items .field-tooltip {
  display: none;
}
.checkout-methods-items .field-tooltip .field-tooltip-content {
  right: -11px;
  top: 40px;
  left: auto;
}
.checkout-methods-items .field-tooltip .field-tooltip-content:before,
.checkout-methods-items .field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  margin-top: -21px;
  right: 11px;
  left: auto;
  top: 0;
}
.checkout-methods-items .field-tooltip .field-tooltip-content:before {
  border-bottom-color: #666666;
}
.checkout-methods-items .field-tooltip .field-tooltip-content:after {
  border-bottom-color: #f4f4f4;
  top: 1px;
}
@media all and (max-width: 768px) {
  .checkout-methods-items .field-tooltip .field-tooltip-content {
    right: -56px;
    top: 38px;
    left: auto;
  }
  .checkout-methods-items .field-tooltip .field-tooltip-content:before,
  .checkout-methods-items .field-tooltip .field-tooltip-content:after {
    right: 56px;
  }
}
.amazon-widget {
  max-width: 400px;
  height: 228px;
}
.amazon-widget--address {
  margin-top: 20px;
}
.amazon-addresses {
  margin-top: 20px;
}
.amazon-addresses .amazon-address {
  margin-bottom: 20px;
}
#checkout-step-shipping .amazon-divider {
  margin: 40px 0;
}
.checkout-payment-method .amazon-payment-method .payment-method-title {
  visibility: hidden;
  padding-bottom: 0;
}
/** Prevent movement after a soft decline to other payment steps **/
.opc-progress-bar-item._complete.lock-step {
  cursor: none;
  pointer-events: none;
}
@media all and (max-width: 768px) {
  .amazon-minicart-container .amazon-button-container {
    width: auto;
  }
}
.aw-customer-attr__file-uploader-area {
  position: relative;
}
.aw-customer-attr__file-uploader-drop-zone {
  cursor: pointer;
  display: block;
  padding: 10px 0;
  background: #fff;
  border: 1px dashed #ccc;
  border-radius: 3px;
  text-align: center;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  padding-left: 35px;
}
.aw-customer-attr__file-uploader-dragging .aw-customer-attr__file-uploader-drop-zone-inner {
  opacity: 0.4;
}
.aw-customer-attr__file-uploader-drop-zone-inner {
  background: #fff;
  display: block;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.aw-customer-attr__file-uploader-placeholder-text::before {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjI1cHgiIGhlaWdodD0iMjFweCIgdmlld0JveD0iMCAwIDI1IDIxIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgICB4bWxuczpza2V0Y2g9Imh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaC9ucyI+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBza2V0Y2g6dHlwZT0iTVNQYWdlIj4KICAgICAgICA8ZyBpZD0iMDVfRHJvcHpvbmUtKENBKS0tLXVwbG9hZGVkIiBza2V0Y2g6dHlwZT0iTVNBcnRib2FyZEdyb3VwIgogICAgICAgICAgIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zMTMuMDAwMDAwLCAtNjQ1LjAwMDAwMCkiIGZpbGw9IiM3MDcwNzAiPgogICAgICAgICAgICA8ZyBpZD0iSXNzdWUtQXR0YWNobWVudHMiIHNrZXRjaDp0eXBlPSJNU0xheWVyR3JvdXAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIwLjAwMDAwMCwgNjAyLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgPGcgaWQ9IkRyYWctJmFtcDstZHJvcC1lbXB0eS0yIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyOTMuMDAwMDAwLCA0My4wMDAwMDApIiBza2V0Y2g6dHlwZT0iTVNTaGFwZUdyb3VwIj4KICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iY2xvdWQtdXBsb2FkLTIiPgogICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMTMuMTI0Nzk3NywxOS42NDc5NDEgTDEzLjEyNDc5NzcsMTEuMDU2MzA2IEwxNS4xNzM3OTIyLDEzLjEzMDYxMDQgQzE1LjQ1NzI5NTcsMTMuNDE2NjYzNiAxNS45MTQzNzI3LDEzLjQxNjY2MzYgMTYuMTk4NzAyNywxMy4xMzA2MTA0IEMxNi40ODEzNzk2LDEyLjg0MzcyMDcgMTYuNDgxMzc5NiwxMi4zODAzNDc5IDE2LjE5ODcwMjcsMTIuMDk0Mjk0NiBMMTIuOTEzMjAzMyw4Ljc2OTU1MjY3IEMxMi44Nzg0ODg2LDguNzM1MjU5NzMgMTIuODQwNDY3Nyw4LjcwNTE0ODg2IDEyLjgwMTYyMDMsOC42NzgzODM2NCBDMTIuNzg1MDg5NSw4LjY2NzUxMDI3IDEyLjc2NzczMjEsOC42NjA4MTg5NyAxMi43NTEyMDEzLDguNjUwNzgyMDEgQzEyLjcyNzIzMTYsOC42MzY1NjI5OSAxMi43MDI0MzU0LDguNjIyMzQzOTcgMTIuNjc2ODEyNyw4LjYxMTQ3MDYgQzEyLjY1NTMyMjYsOC42MDIyNzAwNSAxMi42MzMwMDYsOC41OTcyNTE1OCAxMi42MTE1MTU5LDguNTkxMzk2NjggQzEyLjU4ODM3MjgsOC41ODM4Njg5NyAxMi41NjUyMjk3LDguNTc0NjY4NDIgMTIuNTQxMjYsOC41NzA0ODYzNiBDMTIuNTA0MDY1Nyw4LjU2MjEyMjIzIDEyLjQ2Njg3MTMsOC41NjA0NDk0IDEyLjQyOTY3Nyw4LjU1ODc3NjU3IEMxMi40MTg5MzIsOC41NTg3NzY1NyAxMi40MTA2NjY1LDguNTU1NDMwOTIgMTIuMzk5MDk1LDguNTU1NDMwOTIgQzEyLjM4NzUyMzQsOC41NTU0MzA5MiAxMi4zNzg0MzE1LDguNTU4Nzc2NTcgMTIuMzY2ODU5OSw4LjU1ODc3NjU3IEMxMi4zMzA0OTIxLDguNTYwNDQ5NCAxMi4yOTQxMjQzLDguNTYyOTU4NjQgMTIuMjU4NTgzMSw4LjU3MDQ4NjM2IEMxMi4yMzI5NjAzLDguNTc1NTA0ODQgMTIuMjA4OTkwNiw4LjU4NTU0MTc5IDEyLjE4NDE5NDQsOC41OTMwNjk1MSBDMTIuMTYzNTMwOSw4LjU5OTc2MDgyIDEyLjE0MzY5MzksOC42MDMxMDY0NyAxMi4xMjMwMzA0LDguNjExNDcwNiBDMTIuMDk0OTI4LDguNjIzMTgwMzggMTIuMDY5MzA1Miw4LjYzODIzNTgyIDEyLjA0Mjg1NTksOC42NTQxMjc2NiBDMTIuMDI3OTc4Miw4LjY2MjQ5MTc5IDEyLjAxMzEwMDUsOC42NjgzNDY2OSAxMS45OTgyMjI3LDguNjc3NTQ3MjMgQzExLjk1NzcyMjIsOC43MDUxNDg4NiAxMS45MjA1Mjc5LDguNzM2MDk2MTQgMTEuODg2NjM5Nyw4Ljc3MDM4OTA4IEw4LjYwMTk2NjksMTIuMDk0Mjk0NiBDOC40NjA2Mjg0NCwxMi4yMzczMjEyIDguMzg5NTQ1OTQsMTIuNDI1NTE0MiA4LjM4OTU0NTk0LDEyLjYxMjAzNDMgQzguMzg5NTQ1OTQsMTIuODAwMjI3MiA4LjQ2MDYyODQ0LDEyLjk4NzU4MzcgOC42MDE5NjY5LDEzLjEzMDYxMDQgQzguODg0NjQzODMsMTMuNDE2NjYzNiA5LjM0MjU0NzM5LDEzLjQxNjY2MzYgOS42MjYwNTA4NiwxMy4xMzA2MTA0IEwxMS42NzUwNDUzLDExLjA1NjMwNiBMMTEuNjc1MDQ1MywxOS42NDg3Nzc0IEMxMS42NzUwNDUzLDIwLjA1MzYwMTMgMTEuOTk5MDQ5MywyMC4zODIzMTE2IDEyLjM5ODI2ODQsMjAuMzgyMzExNiBDMTIuODAwNzkzOCwyMC4zODE0NzUyIDEzLjEyNDc5NzcsMjAuMDUzNjAxMyAxMy4xMjQ3OTc3LDE5LjY0Nzk0MSBMMTMuMTI0Nzk3NywxOS42NDc5NDEgWiIKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgaWQ9IlNoYXBlIj48L3BhdGg+CiAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0yMC43MDMzNDk2LDYuMjg0NTY5NDUgQzIwLjQ3OTM1NzEsMi45MTQ2NjEyMiAxNy42OTgwNDc1LDAuMjQzMTU3ODk1IDE0LjMxMjUzNjgsMC4yNDMxNTc4OTUgQzEyLjE4MjU0MTMsMC4yNDMxNTc4OTUgMTAuMjEwNDE1MSwxLjMzMzg0MDUzIDkuMDMyNTk0NjIsMy4wNjY4ODg0IEM4LjU1NzMzMzcsMi44NjExMzA3OCA4LjA0MjM5ODgzLDIuNzUyMzk3MDkgNy41MTkxOTg1NiwyLjc1MjM5NzA5IEM1LjUxMzE4NDIyLDIuNzUyMzk3MDkgMy44NTU5NzAwOCw0LjI5MzA2OTk1IDMuNjQyNzIyNTcsNi4yNjYxNjgzNyBDMS42MDE5OTM1Myw3LjA1NzQxNTEzIDAuMjEwMDk4OTUxLDkuMDM4MDQxMjYgMC4yMTAwOTg5NTEsMTEuMzIzOTU4MiBDMC4yMTAwOTg5NTEsMTQuMzIxNjYyNiAyLjYyMDI5MTcsMTYuNzYwNjQzMSA1LjU4MjYxMzY0LDE2Ljc2MDY0MzEgTDkuNjYzMjQ1MTksMTYuNzYwNjQzMSBMOS42NjMyNDUxOSwxNS41MDYwMjM1IEw1LjU4MTc4NzEsMTUuNTA2MDIzNSBDMy4yOTg4ODE2MywxNS41MDYwMjM1IDEuNDQ5MDgzNDksMTMuNjM2NjQwMyAxLjQ0OTA4MzQ5LDExLjMyMzk1ODIgQzEuNDQ5MDgzNDksOS4yNTA0OTAxOCAyLjk0OTI1NDksNy41MzkxODkwNSA0LjkwOTgwOTUsNy4yMTIxNTE1NCBDNC44NzY3NDc4Nyw3LjA0NTcwNTM0IDQuODU4NTYzOTcsNi44NzUwNzcwOCA0Ljg1ODU2Mzk3LDYuNjk5NDMwMzMgQzQuODU4NTYzOTcsNS4yMTE0NTE0OSA2LjA0OTYwOTE1LDQuMDA3MDE2NjggNy41MTkxOTg1Niw0LjAwNzAxNjY4IEM4LjI5ODYyNjQ2LDQuMDA3MDE2NjggOC45OTI5MjA2Niw0LjM1MjQ1NTI4IDkuNDc5NzUzMTUsNC44OTI3NzgxMiBDMTAuMjE0NTQ3OSwyLjkwOTY0Mjc0IDEyLjA5ODIzNDIsMS40OTc3Nzc0OSAxNC4zMTI1MzY4LDEuNDk3Nzc3NDkgQzE3LjE2NTc1NTMsMS40OTc3Nzc0OSAxOS40Nzg0MTYzLDMuODM3MjI0ODMgMTkuNDc4NDE2Myw2LjcyNTM1OTE0IEMxOS40Nzg0MTYzLDYuODkwOTY4OTMgMTkuNDcxODAzOSw3LjA1NjU3ODcxIDE5LjQ1NDQ0NjYsNy4yMTg4NDI4NSBDMjEuMzc2OTgwMyw3LjU3ODUwMDQ2IDIyLjgzNjY1MTIsOS4yNzU1ODI1NyAyMi44MzY2NTEyLDExLjMyMzk1ODIgQzIyLjgzNjY1MTIsMTMuNjM2NjQwMyAyMC45ODY4NTMxLDE1LjUwNjAyMzUgMTguNzAzOTQ3NiwxNS41MDYwMjM1IEwxNS4wODc4MzE5LDE1LjUwNjAyMzUgTDE1LjA4NzgzMTksMTYuNzYwNjQzMSBMMTguNzAzOTQ3NiwxNi43NjA2NDMxIEMyMS42NjYyNjk2LDE2Ljc2MDY0MzEgMjQuMDc2NDYyMywxNC4zMjE2NjI2IDI0LjA3NjQ2MjMsMTEuMzIzOTU4MiBDMjQuMDc1NjM1OCw5LjA3MzE3MDYxIDIyLjcwNzcxMDksNy4wOTY3MjY1NCAyMC43MDMzNDk2LDYuMjg0NTY5NDUgTDIwLjcwMzM0OTYsNi4yODQ1Njk0NSBaIgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICBpZD0iU2hhcGUiPjwvcGF0aD4KICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==");
  background-position: 0 0;
  width: 24px;
  height: 21px;
  position: absolute;
  margin-left: -31px;
  display: inline-block;
  content: " ";
}
.aw-customer-attr__file-uploader-spinner::after {
  animation: ellipsis 2s steps(3) infinite;
  content: "...";
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
}
@keyframes ellipsis {
  0% {
    width: 0;
  }
  75% {
    width: 1.5ch;
  }
  100% {
    width: 2ch;
  }
}
.aw-customer-attr__file-uploader-spinner {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #636363;
  display: none;
}
.aw-customer-attr__file-uploader._loading .aw-customer-attr__file-uploader-spinner {
  display: inline-block;
}
.aw-customer-attr__file-uploader-preview {
  position: relative;
  margin-top: 5px;
  width: 150px;
}
.aw-customer-attr__file-uploader-preview .actions .action-remove {
  cursor: pointer;
  height: 20px;
  position: absolute;
  width: 20px;
  z-index: 3;
  display: block;
  text-decoration: none;
  background-color: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
  padding: 0;
  right: 0;
  bottom: 0;
}
.aw-customer-attr__file-uploader-preview .actions .action-remove:before {
  font-size: 2rem;
  line-height: inherit;
  color: #9e9e9e;
  content: 'X';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.aw-customer-attr__file-uploader-preview .actions .action-remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.aw-customer-attr__file-uploader-preview .title {
  width: 80%;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
#checkout select[multiple] {
  height: auto;
  background-image: none;
}
/**
 * BSS Commerce Co.
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the EULA
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://bsscommerce.com/Bss-Commerce-License.txt
 *
 * @category   BSS
 * @package    Bss_FastOrder
 * @author     Extension Team
 * @copyright  Copyright (c) 2017-2018 BSS Commerce Co. ( http://bsscommerce.com )
 * @license    http://bsscommerce.com/Bss-Commerce-License.txt
 */
/* Layered Features */
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: none;
}
.panel.wrapper {
  display: block;
}
.permission-fast-order {
  text-align: center;
}
.hidden,
.hide {
  display: none;
}
.bss-fastorder-row-edit,
.bss-fastorder-row-delete {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  top: -10px;
}
.bss-fastorder-row-edit button,
.bss-fastorder-row-delete button {
  background-image: url('../../frontend/Pearl/weltpixel_custom/en_US/Bss_FastOrder/images/icon.png');
  padding: 1px 8px;
  border: none;
  background-color: transparent;
  box-shadow: none;
  margin: 0 2px;
  display: none;
}
.bss-fastorder-row-delete button {
  background-position: -18px 0px;
}
.bss-fastorder-row-delete button:hover {
  background-color: transparent !important;
}
#bss-content-option-product {
  max-width: 490px;
  width: 90%;
  max-height: 567px;
  position: fixed;
  box-sizing: border-box;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-left: 0;
  margin-top: 0;
  box-shadow: none;
}
#bss-content-option-product .bss-box-button {
  margin-top: 0;
  padding-top: 5px;
}
#bss-content-option-product .bss-swatch-attribute {
  text-align: left;
}
#bss-content-option-product .bss-swatch-attribute .bss-swatch-attribute-label:after {
  content: '*';
  color: #f00;
  position: relative;
  font-weight: bold;
  font-size: 1em;
}
#bss-content-option-product .bss-swatch-attribute.size .bss-swatch-attribute-label:before,
#bss-content-option-product .bss-swatch-attribute.color .bss-swatch-attribute-label:before {
  display: none;
}
#bss-content-option-product .price-box .final-price .price {
  color: #ff0000;
  font-size: 2rem;
  font-weight: 600;
}
#bss-content-option-product .price-box .price-including-tax .price {
  color: #ff0000;
  font-size: 1.5rem;
  font-weight: 600;
}
#bss-content-option-product .price-box .excluding-tax .price {
  font-weight: 600;
}
#bss-content-option-product .product-name {
  color: #111;
  font-size: 2rem;
}
#bss-content-option-product .photo {
  max-height: 150px;
  min-height: 141px;
}
#bss-content-option-product .next-previous-button .next-previous {
  background-image: url('../../frontend/Pearl/weltpixel_custom/en_US/Bss_FastOrder/images/icon.png');
  background-color: transparent;
  border: none;
  box-shadow: none;
}
#bss-content-option-product .next-previous-button .next-previous.next {
  background-position: -42px 30px;
}
#bss-content-option-product .next-previous-button .next-previous.previous {
  background-position: -22px 30px;
}
.configu-table .content-config {
  max-height: 200px;
}
#bss-content-option-product #bss-fastorder-form-option .bss-product-option .total-area .qty-detail {
  max-height: 50px;
  overflow: scroll;
}
#bss-content-option-product #bss-fastorder-form-option .bss-product-option .total-area .qty-detail .content-detail-qty {
  padding-bottom: 0;
  margin-bottom: 0;
}
#bss-content-option-product #bss-fastorder-form-option .bss-product-option .total-area .qty-detail #qty-selected-detail-table td {
  padding: 0 15px;
}
.bss-configurable-grid-view-popup .configu-table {
  padding-top: 15px;
}
.bss-configurable-grid-view-popup .configurable-product-table .price-box {
  margin: 0 !important;
}
.bss-configurable-grid-view-popup .configurable-product-table thead tr th {
  z-index: 999;
  text-align: center;
}
.bss-configurable-grid-view-popup .reset-configurablegridview {
  z-index: 999;
  right: 20px;
}
.b-mini-fastorder {
  padding-right: 40rem;
}
.content-search-fastorder ul li span {
  display: block;
  font-size: 13px;
  color: #333;
}
.bss-configurable-grid-view-popup.bss-content-option-product {
  max-width: 490px;
  width: 90%;
  max-height: 567px;
  position: fixed;
  box-sizing: border-box;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-left: 0;
  margin-top: 0;
  box-shadow: none;
}
.cms-fast-order .loading-mask {
  background: #d1d1d18f;
}
.cms-fast-order button.main-color:hover {
  padding: 13px 28px!important;
}
.cms-fast-order button:hover {
  background-color: #d7d7d7 !important;
  color: #111 !important;
}
.cms-fast-order .messages {
  max-width: 1280px;
  margin: 0 auto;
  padding: 20px 10px;
  box-sizing: border-box;
}
.cms-fast-order .bss-fastorder-button {
  box-shadow: none;
  border: none;
  color: #787878;
  padding: 15px 30px;
  border-radius: 25px;
  font-size: 15px;
  background: #f2f2f2;
  margin-right: 5px;
}
.cms-fast-order #qty-selected-detail-table {
  border-bottom: 1px solid #eee!important;
}
.cms-fast-order #qty-selected-detail-table td {
  padding: 0 40px;
  box-sizing: border-box;
}
.cms-fast-order #bss-total-check-show .qty-total {
  padding-top: 20px;
}
.cms-fast-order .cart.table-wrapper .cart > .item {
  position: inherit;
}
.cms-fast-order .page-main {
  max-width: 100%;
  padding: 0;
  font-weight: 500;
}
.cms-fast-order .page-main .page-title-wrapper {
  text-align: center;
}
.cms-fast-order .page-main .page-title-wrapper .page-title {
  color: #111111;
  font-size: 1.5rem;
  text-transform: uppercase;
  margin-bottom: 0;
}
.cms-fast-order .page-main .bss-height-tr {
  position: relative;
}
.cms-fast-order .page-main .toolbar {
  max-width: 1146px;
  margin: 23px auto;
  padding: 0px 20px;
}
.cms-fast-order .page-main .toolbar #sorter {
  background: transparent;
  border: none;
  padding: 0 10px 0 0px;
  box-shadow: none;
  color: #111;
  font-weight: 600;
}
.cms-fast-order .page-main .toolbar .toolbar-sorter {
  margin-top: 11px;
}
.cms-fast-order .page-main .toolbar .icon-down {
  background-image: url('../../frontend/Pearl/weltpixel_custom/en_US/Bss_FastOrder/images/icon.png');
  padding: 0px 5px;
  background-position: 33px 0px;
  position: absolute;
  top: 13px;
  right: 14px;
}
.cms-fast-order .page-main .toolbar .text-toolber {
  border: 2px solid #f2f2f2;
  padding: 5px 15px;
  border-radius: 25px;
  position: relative;
  display: inline-block;
}
.cms-fast-order .page-main .toolbar .text-toolber .sorter-label {
  color: #787878;
  font-weight: normal;
  font-size: 1.5rem;
}
.cms-fast-order .page-main .toolbar .sort-desc:before {
  content: "";
  padding: 10px 6px;
  background-position: 22px 0!important;
  background-image: url('../../frontend/Pearl/weltpixel_custom/en_US/Bss_FastOrder/images/icon.png');
}
.cms-fast-order .page-main .toolbar .sort-asc:before {
  content: "";
  padding: 10px 6px;
  background-position: 11px 0;
  background-image: url('../../frontend/Pearl/weltpixel_custom/en_US/Bss_FastOrder/images/icon.png');
}
.cms-fast-order .page-main .panel-content-table {
  max-width: 1146px;
  margin: auto;
  padding: 0 20px;
}
.cms-fast-order .page-main .panel-content-table .background-full {
  content: '';
  display: block;
  width: 100%;
  height: 50px;
  position: absolute;
  z-index: -1;
  left: 0;
}
.cms-fast-order .page-main .panel-content-table .bss-fastorder-multiple-form tr td {
  border: 1px solid #eeeeee;
  box-sizing: border-box;
  border-bottom: none;
}
.cms-fast-order .page-main .panel-content-table .bss-fastorder-multiple-form tr td.bss-fastorder-img,
.cms-fast-order .page-main .panel-content-table .bss-fastorder-multiple-form tr td.bss-fastorder-row-name,
.cms-fast-order .page-main .panel-content-table .bss-fastorder-multiple-form tr td.bss-fastorder-row-edit-delete {
  border-right: none;
  border-left: none;
}
.cms-fast-order .page-main .panel-content-table .bss-fastorder-multiple-form tr:last-child td {
  border-bottom: 1px solid #eeeeee;
}
.cms-fast-order .page-main .panel-content-table .bss-fastorder-multiple-form tbody tr td.bss-fastorder-row-edit-delete {
  display: table-cell;
  width: 9%;
}
.cms-fast-order .page-main .panel-content-table .bss-fastorder-multiple-form tbody tr td.add-to-line {
  width: 27%;
}
.cms-fast-order .page-main .panel-content-table .bss-fastorder-multiple-form tbody tr td.fill-line {
  width: 40%;
}
.cms-fast-order .page-main .panel-content-table .bss-fastorder-multiple-form tbody tr td.total-qty-fastorder {
  width: 15%;
}
.cms-fast-order .page-main .panel-content-table .bss-fastorder-multiple-form tbody tr td.subtotal-fastorder {
  width: 16%;
}
.cms-fast-order .page-main .panel-content-table .bss-fastorder-multiple-form tfoot td.subtotal-fastorder .bss-number-sub-total {
  color: #ff0000;
}
.cms-fast-order .page-main .panel-content-table .bss-fastorder-multiple-form tfoot td.subtotal-fastorder .bss-number-sub-total .total-price-tax {
  color: #111;
}
.cms-fast-order .bss-grouped-popup {
  max-height: 658px !important;
  box-sizing: border-box;
  padding: 0 !important;
  max-width: 422px !important;
  height: 100%;
}
.cms-fast-order .bss-grouped-popup .bss-box-button {
  border-top: 1px solid #f9f9f9;
}
.cms-fast-order .bss-grouped-popup .product-name {
  padding-bottom: 15px;
}
.cms-fast-order .bss-grouped-popup .price-box .price-including-tax .price {
  font-size: 1.5rem !important;
  font-weight: 600;
}
.cms-fast-order .bss-grouped-popup .table-wrapper.grouped {
  margin-bottom: 10px;
  max-height: 324px;
  overflow: auto;
  border-top: none !important;
  position: relative;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cms-fast-order .bss-grouped-popup table.grouped .item {
  padding: 13px 10px 13px 30px;
  text-align: left;
}
.cms-fast-order .bss-grouped-popup table.grouped .qty {
  padding-right: 30px;
  text-align: left;
}
.cms-fast-order .bss-grouped-popup table.grouped thead {
  background: #f9f9f9;
}
.cms-fast-order .bss-grouped-popup table.grouped thead tr th {
  font-size: 1.4rem;
  font-weight: 600;
  color: #111;
  text-transform: uppercase;
}
.cms-fast-order .bss-grouped-popup table.grouped tr th,
.cms-fast-order .bss-grouped-popup table.grouped tr td {
  border-top: 1px solid #f9f9f9;
  border-bottom: none !important;
}
.cms-fast-order .bss-grouped-popup table.grouped tbody tr td {
  display: table-cell !important;
}
.cms-fast-order .bss-grouped-popup table.grouped tbody tr td .product-item-name {
  font-size: 1.5rem;
  color: #787878;
  margin: 0;
  font-weight: 600;
}
.cms-fast-order .bss-grouped-popup table.grouped tbody tr td.qty {
  margin-top: 7px;
}
.cms-fast-order .swatch-option {
  width: 46px;
  height: 46px;
  padding: 12px 5px!important;
  border: none;
  border-radius: 50%;
  box-sizing: border-box;
}
.cms-fast-order .swatch-attribute-label,
.cms-fast-order .swatch-attribute-selected-option {
  display: none;
}
.cms-fast-order .configurable-product-table thead tr th {
  background: #f9f9f9 !important;
  font-size: 1.4rem;
  text-transform: uppercase;
  color: #111;
  font-weight: 600;
  padding: 15px 10px;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  z-index: 99;
}
.cms-fast-order .configurable-product-table thead tr th:first-child {
  padding-left: 40px;
}
.cms-fast-order .configurable-product-table thead tr th:last-child {
  padding-right: 40px;
}
.cms-fast-order .configurable-product-table tbody tr:nth-child(even) {
  background: #f9f9f9;
}
.cms-fast-order .configurable-product-table tbody tr td:first-child {
  padding-left: 40px;
}
.cms-fast-order .configurable-product-table tbody tr td:last-child {
  padding-right: 40px;
}
.cms-fast-order .configurable-product-table tbody tr td.qty {
  font-size: 1.5rem;
  border: 1px solid #f2f2f2;
  color: #787878;
}
.links.nav-fastorder-toggle .mini-fast-order {
  cursor: pointer;
}
.links.nav-fastorder-toggle .table-wrapper {
  margin-bottom: 0;
}
.links.nav-fastorder-toggle .mini-fast-order-toggle {
  position: fixed;
  top: 0px;
  right: 0px;
  background: #fff;
  z-index: 99;
  padding: 0;
  margin: 0;
  box-shadow: 1px 1px 12px rgba(146, 145, 145, 0.35);
  width: 40rem;
}
.links.nav-fastorder-toggle .mini-fast-order-toggle #bss-fastorder-form table th {
  padding: 10px 30px;
}
.links.nav-fastorder-toggle .mini-fast-order-toggle .panel-content-table .bss-fastorder-multiple-form tbody {
  max-height: 330px;
  overflow-y: auto;
}
.links.nav-fastorder-toggle .mini-fast-order-toggle .close-mini-fast-order {
  font-size: 20px;
  color: #fff;
  position: absolute;
  right: 15px;
  top: 8px;
  line-height: 20px;
  cursor: pointer;
  z-index: 999;
}
.links.nav-fastorder-toggle .mini-fast-order-toggle #bss-fastorder-form table thead .bss-fastorder-row {
  display: table-row;
}
.links.nav-fastorder-toggle .mini-fast-order-toggle #bss-fastorder-form table td {
  padding: 12px 10px;
}
.links.nav-fastorder-toggle .mini-fast-order-toggle #bss-fastorder-form table td.bss-fastorder-row-qty .product_qty {
  margin: 0 auto;
  padding: 3px 0;
}
.links.nav-fastorder-toggle .mini-fast-order-toggle #bss-fastorder-form table .bss-fastorder-row-edit,
.links.nav-fastorder-toggle .mini-fast-order-toggle #bss-fastorder-form table .bss-fastorder-row-delete {
  top: 0px;
}
.links.nav-fastorder-toggle .mini-fast-order-toggle #bss-fastorder-form table .bss-fastorder-row-edit-remove {
  width: 2%;
}
.links.nav-fastorder-toggle .mini-fast-order-toggle #bss-fastorder-form table .bss-fastorder-row-qty {
  width: 4%;
}
.links.nav-fastorder-toggle .mini-fast-order-toggle #bss-fastorder-form .bss-search-input {
  padding: 20px 22px;
}
.links.nav-fastorder-toggle .mini-fast-order-toggle #bss-fastorder-form .bss-fastorder-row-qty .bss-product-qty-up,
.links.nav-fastorder-toggle .mini-fast-order-toggle #bss-fastorder-form .bss-fastorder-row-qty .bss-product-qty-down {
  padding: 0px 0px 10px 0px;
}
.links.nav-fastorder-toggle .mini-fast-order-toggle #bss-fastorder-form tfoot .foot1,
.links.nav-fastorder-toggle .mini-fast-order-toggle #bss-fastorder-form .foot1 .foot1 {
  font-size: 14px;
}
.links.nav-fastorder-toggle .mini-fast-order-toggle #bss-fastorder-form tfoot .foot1 td,
.links.nav-fastorder-toggle .mini-fast-order-toggle #bss-fastorder-form .foot1 .foot1 td {
  padding: 10px 15px 10px;
}
.links.nav-fastorder-toggle .mini-fast-order-toggle #bss-fastorder-form tfoot button,
.links.nav-fastorder-toggle .mini-fast-order-toggle #bss-fastorder-form .foot1 button {
  font-size: 12px;
  padding: 10px 12px;
}
.links.nav-fastorder-toggle .mini-fast-order-toggle #bss-fastorder-form tfoot button:hover,
.links.nav-fastorder-toggle .mini-fast-order-toggle #bss-fastorder-form .foot1 button:hover {
  padding: 10px 12px!important;
  background-color: #d7d7d7 !important;
  color: #111 !important;
}
.links.nav-fastorder-toggle .mini-fast-order-toggle #bss-fastorder-form tfoot tr td.all-add-button button {
  margin-bottom: 10px;
}
.links.nav-fastorder-toggle .mini-fast-order-toggle #bss-fastorder-form .btn-add-more {
  background: #f2f2f2;
  box-shadow: none;
  border: none;
  color: #787878;
  padding: 10px 15px;
  border-radius: 25px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.6rem;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  margin-bottom: 14px;
  margin-right: 5px;
}
.links.nav-fastorder-toggle .mini-fast-order-toggle #bss-fastorder-form .btn-add-more:hover {
  padding: 10px 15px;
  background-color: #d7d7d7 !important;
  color: #111 !important;
}
.links.nav-fastorder-toggle .mini-fast-order-toggle #bss-fastorder-form .bss-fastorde-bottom tr td {
  padding: 15px 10px 0px 10px !important;
  text-align: center;
}
.cms-page-view .swatch-option-tooltip {
  z-index: 9999;
}
#bss-fastorder-form .bss-search-bar {
  width: 45%;
  float: left;
  max-width: 362px;
}
#bss-fastorder-form .bss-search-bar .icon-search-mobile {
  display: none;
}
#bss-fastorder-form .bss-search-bar .input-search-fastorder {
  position: relative;
}
#bss-fastorder-form .bss-search-bar .input-search-fastorder:after {
  content: "";
  padding: 10px;
  background-image: url('../../frontend/Pearl/weltpixel_custom/en_US/Bss_FastOrder/images/icon.png');
  position: absolute;
  top: 20px;
  right: 25px;
  background-position: -2px 22px;
}
#bss-fastorder-form .bss-search-bar .input-search-fastorder input {
  background: #f9f9f9;
  border: 2px solid #f2f2f2;
  padding: 27px 30px;
}
#bss-fastorder-form .bss-search-input {
  max-width: 362px;
  background: #f2f2f2;
  border: none;
  padding: 23px 22px;
  border-radius: 30px;
  color: #787878;
  font-size: 1.5rem;
  position: relative;
}
#bss-fastorder-form .bss-search-input:focus {
  z-index: 2;
}
#bss-fastorder-form .bss-search-input.template-search2 {
  opacity: 1;
  background: #f2f2f25c !important;
}
#bss-fastorder-form .bss-fastorder-autocomplete {
  position: relative;
  top: -20px;
}
#bss-fastorder-form .bss-search-input2 {
  background-image: url('../../frontend/Pearl/weltpixel_custom/en_US/Bss_FastOrder/images/icon-search.png');
  background-position: 92% center;
  background-repeat: no-repeat;
  background-color: transparent;
  margin-top: 7px;
  border: 2px solid #f2f2f2;
  z-index: 4;
}
#bss-fastorder-form .bss-search-input2:focus {
  z-index: 4;
}
#bss-fastorder-form .bss-loading {
  background-image: url('../../frontend/Pearl/weltpixel_custom/en_US/Bss_FastOrder/images/loading.gif') !important;
  background-position: 92% center;
  background-repeat: no-repeat;
  background-size: 25px 25px;
}
#bss-fastorder-form table thead .bss-fastorder-row {
  display: table;
  width: 99.5%;
}
#bss-fastorder-form table th {
  text-align: center;
  font-size: 1.4rem;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
  padding: 15px 30px;
}
#bss-fastorder-form table th.bss-fastorder-row-name {
  text-align: center;
}
#bss-fastorder-form table td {
  vertical-align: middle;
  text-align: left;
  padding: 20px 10px;
}
#bss-fastorder-form table td.bss-fastorder-row-price {
  color: #ff0000;
  font-size: 1.5rem;
}
#bss-fastorder-form table td.bss-fastorder-row-price p {
  color: #111;
}
#bss-fastorder-form table td.bss-fastorder-row-qty .product_qty {
  background: #f2f2f2;
  max-width: 91px;
  border-radius: 30px;
  padding: 7px 0;
  text-align: center;
}
#bss-fastorder-form table td.bss-fastorder-row-qty .product_qty button {
  border: none;
  box-shadow: none;
  background: transparent;
  color: #d7d7d7;
  font-size: 2rem;
}
#bss-fastorder-form table td.bss-fastorder-row-qty .product_qty button:hover {
  background-color: transparent !important;
  color: #d7d7d7 !important;
}
#bss-fastorder-form table .bss-fastorder-row-ref {
  width: 27%;
}
#bss-fastorder-form table .bss-fastorder-row-qty {
  width: 13%;
}
#bss-fastorder-form table .bss-fastorder-row-image {
  width: 10%;
}
#bss-fastorder-form table .bss-fastorder-row-price {
  width: 20%;
}
#bss-fastorder-form table .bss-fastorder-row-name {
  width: 21%;
}
#bss-fastorder-form table .bss-fastorder-row-edit-remove {
  width: 9%;
}
#bss-fastorder-form table .bss-fastorder-row-name {
  text-align: left;
}
#bss-fastorder-form table .bss-fastorder-row-name .bss-product-name-select .name {
  color: #111111;
  font-size: 1.5rem;
}
#bss-fastorder-form table .bss-fastorder-row-name .bss-product-baseprice {
  margin-top: 4px;
}
#bss-fastorder-form table .bss-fastorder-row-name ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
#bss-fastorder-form table .bss-fastorder-row-name ul .final-price .price {
  color: #ff0000;
}
#bss-fastorder-form table .bss-fastorder-row-name ul .bss-price {
  color: #ff0000;
}
#bss-fastorder-form table .bss-fastorder-row-name ul span.label {
  font-weight: bold;
  position: relative;
}
#bss-fastorder-form .bss-fastorder-autocomplete .content-search-fastorder {
  max-height: 567px;
  overflow: auto;
  position: absolute;
  background-color: #ffffff;
  width: 98.7%;
  max-width: 360px;
  text-align: -webkit-auto;
  z-index: 1;
  margin-left: 0px;
  border-left: 2px solid #f2f2f2;
  border-right: 2px solid #f2f2f2;
  border-bottom: 2px solid #f2f2f2;
  padding-top: 20px;
}
#bss-fastorder-form .bss-fastorder-autocomplete .content-search-fastorder ul {
  max-height: 430px;
  overflow: auto;
}
#bss-fastorder-form .bss-fastorder-autocomplete .content-search-fastorder::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #ffffff;
}
#bss-fastorder-form .bss-fastorder-autocomplete .content-search-fastorder::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5;
}
#bss-fastorder-form .bss-fastorder-autocomplete .content-search-fastorder::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}
#bss-fastorder-form .bss-fastorder-autocomplete .content-search-fastorder ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
#bss-fastorder-form .bss-fastorder-autocomplete .content-search-fastorder ul li {
  cursor: pointer;
  padding: 10px;
  margin-bottom: 0;
  border-bottom: 1px solid #f9f9f9;
}
#bss-fastorder-form .bss-fastorder-autocomplete .content-search-fastorder ul li.bss-product-selected {
  background: #f9f9f9;
}
#bss-fastorder-form .bss-fastorder-autocomplete .content-search-fastorder ul li a {
  text-decoration: none;
}
#bss-fastorder-form .bss-fastorder-autocomplete .content-search-fastorder ul li a .bss-product-name {
  color: #111;
  font-size: 1.5rem;
}
#bss-fastorder-form .bss-fastorder-autocomplete .content-search-fastorder ul li img {
  max-width: 65px;
}
#bss-fastorder-form .bss-fastorder-autocomplete .content-search-fastorder ul li .bss-product-price {
  text-align: left;
  margin-top: 5px;
}
#bss-fastorder-form .bss-fastorder-autocomplete .content-search-fastorder ul li .bss-product-price .bss-price {
  font-weight: 500;
  color: #ff0000;
  font-size: 1.5rem;
}
#bss-fastorder-form .bss-fastorder-autocomplete .content-search-fastorder ul li .bss-product-price .bss-price:after {
  clear: both;
  content: '';
}
#bss-fastorder-form .bss-fastorder-autocomplete .content-search-fastorder ul li .bss-product-price .fastorder-tax {
  color: #787878;
  font-weight: 400;
}
#bss-fastorder-form .bss-fastorder-autocomplete .content-search-fastorder ul li .bss-product-sku {
  color: #000000;
  font-size: 1.5rem;
}
#bss-fastorder-form .bss-fastorder-autocomplete .content-search-fastorder ul li .bss-product-sku strong {
  font-weight: 100;
}
#bss-fastorder-form .bss-fastorder-autocomplete .content-search-fastorder ul li .bss-product-sku .type:after {
  content: '#:';
}
#bss-fastorder-form .bss-fastorder-autocomplete .content-search-fastorder ul li .bss-product-sku .bss-ref-part {
  color: #787878;
  font-weight: 100;
}
#bss-fastorder-form .bss-fastorder-autocomplete .content-search-fastorder ul li .bss-product-info {
  display: table;
  width: 100%;
}
#bss-fastorder-form .bss-fastorder-autocomplete .content-search-fastorder ul li .bss-product-info .bss-highlight {
  color: #ff0000;
  font-weight: bold;
}
#bss-fastorder-form .bss-fastorder-autocomplete .content-search-fastorder ul li .bss-product-info .bss-info-left {
  width: 20%;
  display: table-cell;
  vertical-align: top;
}
#bss-fastorder-form .bss-fastorder-autocomplete .content-search-fastorder ul li .bss-product-info .bss-info-right {
  width: 80%;
  display: table-cell;
  vertical-align: top;
  box-sizing: border-box;
  padding-left: 15px;
  text-align: left;
}
#bss-fastorder-form .bss-fastorder-autocomplete2 .content-search-fastorder {
  width: 98.7%;
  margin-top: 0;
  z-index: 3;
  max-width: 368px;
}
#bss-fastorder-form .bss-fastorder-autocomplete2 .bt-search-template2 {
  text-align: right;
  background: #f9f9f9;
  padding: 15px 0;
  border-top: 1px solid #eeeeee;
  padding-right: 28px;
}
#bss-fastorder-form .bss-fastorder-autocomplete2 .bt-search-template2 button {
  background: #1979c3;
  box-shadow: none;
  border: none;
  color: #fff;
  padding: 15px 30px;
  border-radius: 25px;
  font-size: 15px;
}
#bss-fastorder-form .bss-fastorder-autocomplete2 .bt-search-template2 .message {
  color: #ff0000;
}
#bss-fastorder-form .bss-fastorder-autocomplete2 ul li {
  padding: 15px 28px 15px 17px!important;
}
#bss-fastorder-form .bss-fastorder-autocomplete2 ul li .bss-product-sku {
  position: relative;
}
#bss-fastorder-form .bss-fastorder-autocomplete2 ul li .bss-product-sku .check-new {
  width: 26px;
  height: 26px;
  position: absolute;
  right: 0;
  top: -20px;
}
#bss-fastorder-form .bss-fastorder-autocomplete2 ul li .bss-product-sku .check-new input[type=checkbox] {
  visibility: hidden;
}
#bss-fastorder-form .bss-fastorder-autocomplete2 ul li .bss-product-sku .check-new input[type=checkbox]:checked + label:after {
  opacity: 1;
}
#bss-fastorder-form .bss-fastorder-autocomplete2 ul li .bss-product-sku .check-new .label-check {
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  left: 2px;
  top: 2px;
  background: #ffffff;
  border: 2px solid #eee;
}
#bss-fastorder-form .bss-fastorder-autocomplete2 ul li .bss-product-sku .check-new .label-check:after {
  content: '';
  width: 9px;
  height: 5px;
  position: absolute;
  top: 4px;
  left: 4px;
  border: 3px solid #1979c3;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#bss-fastorder-form .bss-fastorder-row-image img {
  cursor: pointer;
  max-width: 70px;
}
#bss-fastorder-form .bss-fastorder-row-qty .qty {
  text-align: center;
  width: 40px;
  border: none;
  background: transparent;
  color: #787878;
  font-size: 1.5rem;
  padding: 0 !important;
}
#bss-fastorder-form .bss-fastorder-row-qty .bss-product-qty-up {
  padding: 2px 0px 5px 0px;
  text-align: center;
}
#bss-fastorder-form .bss-fastorder-row-qty .bss-product-qty-down {
  padding: 0px 0px 5px 0px;
  text-align: center;
}
#bss-fastorder-form tr td.bss-hide-border {
  border-top: 0;
}
#bss-fastorder-form tr.bss-row-error {
  border: 2px solid #ff0000;
  width: calc(100% - 2px);
}
#bss-fastorder-form tr.bss-row-error td {
  border-top: 0;
}
#bss-fastorder-form tr.bss-row-error td:first-child {
  border-left: 1px solid #f00;
}
#bss-fastorder-form tr.bss-row-error td.bss-fastorder-row-price {
  border-right: 1px solid #f00;
}
#bss-fastorder-form .bss-fastorder-lightbox {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  display: block;
  top: 0px;
  left: 0px;
  background-color: rgba(53, 53, 53, 0.639216);
}
#bss-fastorder-form .bss-fastorder-lightbox img {
  max-width: 85%;
  max-height: 85%;
  z-index: 1000;
  margin: 4% auto;
  display: block;
}
#bss-fastorder-form .bss-file-upload {
  margin: 10px 10px 10px 0;
  float: left;
  font-size: 1.5rem;
}
#bss-fastorder-form .bss-file-upload:hover {
  padding: 11px 28px;
}
#bss-fastorder-form .bss-sample-csv {
  display: inline-block;
  padding: inherit;
  font-size: 1.5rem;
  color: #1979c3;
  font-style: italic;
  line-height: 10px;
  padding-left: 5px;
}
#bss-fastorder-form tfoot tr td.all-add-button button {
  margin-bottom: 20px;
}
#bss-fastorder-form tfoot,
#bss-fastorder-form .foot1 {
  background: transparent;
}
#bss-fastorder-form tfoot .foot1,
#bss-fastorder-form .foot1 .foot1 {
  background: #f9f9f9 !important;
  color: #111;
}
#bss-fastorder-form tfoot .foot1 td,
#bss-fastorder-form .foot1 .foot1 td {
  padding: 25px 30px 15px;
  vertical-align: top;
}
#bss-fastorder-form tfoot .foot1 td.add-to-line,
#bss-fastorder-form .foot1 .foot1 td.add-to-line {
  vertical-align: top;
}
#bss-fastorder-form tfoot button,
#bss-fastorder-form .foot1 button {
  background: #f2f2f2;
  box-shadow: none;
  border: none;
  color: #787878;
  padding: 15px 30px;
  border-radius: 25px;
  font-size: 15px;
}
#bss-fastorder-form tfoot button.bss-addline,
#bss-fastorder-form .foot1 button.bss-addline {
  color: #111;
  position: relative;
  top: -13px;
}
#bss-fastorder-form tfoot button.tocart,
#bss-fastorder-form .foot1 button.tocart {
  color: #ffffff;
  display: inherit;
}
.bss-fastorde-bottom {
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
.bss-fastorde-bottom tr td {
  vertical-align: top !important;
  border: none;
  width: 50%;
  padding: 29px 0 13px 30px !important;
}
.bss-fastorde-bottom tr td button {
  margin: 0 3px;
}
.bss-fastorde-bottom tr td .multiple-wishlist {
  max-height: 165px;
  overflow: hidden;
  border: 2px solid #f2f2f2;
  border-radius: 25px;
  max-width: 474px;
  position: relative;
}
.bss-fastorde-bottom tr td .multiple-wishlist textarea {
  max-height: 130px;
  border: none;
  position: relative;
  top: 0px;
  display: none;
}
.bss-fastorde-bottom tr td .multiple-wishlist textarea:focus {
  outline: 0 none;
}
.bss-fastorde-bottom tr td .multiple-wishlist .multi-show {
  display: table-cell;
  vertical-align: top;
  width: 57%;
  float: left;
  padding: 0px 15px;
  box-sizing: border-box;
}
.bss-fastorde-bottom tr td .multiple-wishlist .multi-show .show-input {
  text-align: left;
  padding: 10px;
  font-size: 1.5rem;
  color: #bdbdbd;
  font-weight: normal;
}
.bss-fastorde-bottom tr td .multiple-wishlist #bss-access-multiple {
  margin: 0;
  position: absolute;
  right: 1px;
  top: 1px;
  padding: 11.5px 30px;
}
.bss-fastorder-hidden {
  display: none !important;
}
.bss-mage-error[generated] {
  margin-top: 7px;
  color: #e02b27;
  font-size: 1.2rem;
}
#bss-content-option-product {
  position: fixed;
  width: 380px;
  min-height: 100px;
  max-height: 420px;
  background-color: #ffffff;
  text-align: center;
  padding: 10px;
  box-shadow: 0 0 10px -5px #999999;
  overflow-y: auto !important;
  z-index: 9999;
  border: 1px solid #e6e6e6 !important;
}
#bss-content-option-product #pagePopup {
  display: none;
  position: absolute;
  top: 30px;
  left: 30px;
  font-size: 1.5rem;
  color: #111;
  font-weight: 600;
}
#bss-content-option-product .bss-product-info {
  position: relative;
  padding: 20px 20px 0;
}
#bss-content-option-product #bss-fastorder-form-option .bss-swatch-attribute-options {
  display: inline-table;
  vertical-align: middle;
  margin-top: 0;
  width: 80%;
  text-align: left;
}
#bss-content-option-product #bss-fastorder-form-option .bss-swatch-attribute-options .bss-swatch-option {
  width: 48px;
  height: 48px;
  padding: 13px 0px 0px!important;
  border-radius: 50%;
  box-sizing: border-box;
  border: none;
  margin-right: 1px;
}
#bss-content-option-product #bss-fastorder-form-option .bss-swatch-attribute {
  border-top: 1px solid #f9f9f9;
  padding: 20px 30px 17px;
}
#bss-content-option-product #bss-fastorder-form-option .bss-swatch-attribute.color {
  border-bottom: 1px solid #f9f9f9;
}
#bss-content-option-product #bss-fastorder-form-option .bss-swatch-attribute-label {
  display: inline-table;
  vertical-align: middle;
  text-transform: uppercase;
  font-weight: 600;
  width: 15%;
  padding-right: 5px;
}
#bss-content-option-product #bss-fastorder-form-option .control ul {
  padding: 0;
  margin-bottom: 0;
}
#bss-content-option-product #bss-fastorder-form-option .control ul li {
  list-style: none;
}
#bss-content-option-product #bss-fastorder-form-option #bss_configurablegridview {
  margin-bottom: 0;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
}
#bss-content-option-product #bss-fastorder-form-option .bss-product-option {
  position: relative;
  padding-top: 5px;
}
#bss-content-option-product #bss-fastorder-form-option .bss-product-option .bss-fastorder-swatch {
  max-height: 190px;
  overflow: auto;
}
#bss-content-option-product #bss-fastorder-form-option .bss-product-option .reset-configurablegridview {
  position: absolute;
  top: 0;
}
#bss-content-option-product #bss-fastorder-form-option .bss-product-option > .field > .label {
  font-weight: 600;
}
#bss-content-option-product #bss-fastorder-form-option .bss-product-option > .field.required > .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
#bss-content-option-product #bss-fastorder-form-option .bss-product-option > .field.required .legend:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
#bss-content-option-product #bss-fastorder-form-option .bss-product-option .field.required .legend {
  font-weight: 600;
  font-size: 1.4rem;
  border: none;
  display: inline-block;
  float: none;
  margin: 0 0 8px;
  padding: 0;
}
#bss-content-option-product #bss-fastorder-form-option .bss-product-option .bss-options-info {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#bss-content-option-product #bss-fastorder-form-option .bss-product-option .bss-options-info .legend {
  font-weight: 600;
  font-size: inherit;
  border-bottom: none;
}
#bss-content-option-product #bss-fastorder-form-option .bss-box-button {
  text-align: center;
  width: 100%;
  padding-bottom: 19px;
  margin-top: -2px;
}
#bss-content-option-product #bss-fastorder-form-option .bss-box-button .fieldset {
  margin: 0 0 20px;
}
#bss-content-option-product #bss-fastorder-form-option .bss-box-button #bss-select-option {
  background: #1979c3;
  color: #fff;
}
#bss-content-option-product #bss-fastorder-form-option .total-area {
  margin-top: 10px;
  padding-bottom: 10px;
}
#bss-content-option-product #bss-fastorder-form-option .total-area .qty-total,
#bss-content-option-product #bss-fastorder-form-option .total-area .price-total {
  display: inline-block;
}
#bss-content-option-product #bss-fastorder-form-option .total-area .price-total {
  display: inline-block;
  padding-left: 15px;
}
#bss-content-option-product #bss-links-advice-container {
  display: none;
}
#bss-content-option-product #bss-validation-message-box {
  display: none;
}
#bss-content-option-product.bss-configurable-grid-view-popup {
  width: 90% !important;
  padding: 0;
  max-height: 450px;
  box-sizing: border-box;
  max-width: 658px;
}
#bss-content-option-product.bss-configurable-grid-view-popup #bss-fastorder-form-option .bss-product-option {
  padding-top: 25px;
}
#bss-content-option-product.bss-configurable-grid-view-popup .photo {
  max-height: 135px;
}
#bss-content-option-product .product-name {
  font-weight: bold;
}
#bss-content-option-product .price-box {
  margin: 7px 0;
}
#bss-content-option-product .actions button.primary {
  width: auto;
  line-height: 1.6rem;
  padding: 7px 15px;
  margin: 0 10px;
  font-size: 1.4rem;
}
#bss-content-option-product .next-previous {
  text-decoration: none;
  display: inline-block;
  padding: 8px 9px;
  position: absolute;
}
#bss-content-option-product .previous {
  top: 40%;
  left: 5%;
}
#bss-content-option-product .next {
  top: 40%;
  right: 5%;
}
#bss-content-option-product #closePopup {
  position: absolute;
  right: 35px;
  cursor: pointer;
  font-size: 2rem;
  color: #bfbfbf;
}
td.bss-fastorder-row-name ul li {
  margin: 0;
}
.bss-swatch-attribute-label {
  font-weight: bold;
  position: relative;
}
.bss-swatch-attribute-label.required {
  padding-right: 10px;
}
.bss-swatch-attribute-label[data-required="1"]:before {
  content: '*';
  color: #ff0000;
  position: absolute;
  right: -11px;
  top: -2px;
  font-weight: bold;
  font-size: 1em;
}
.bss-swatch-attribute-selected-option {
  color: #646464;
  padding-left: 17px;
  display: none;
}
.bss-swatch-attribute-options {
  margin-top: 10px;
}
.bss-swatch-attribute-options .bss-swatch-option-tooltip-layered .title {
  width: 100%;
  height: 20px;
  position: absolute;
  bottom: -5px;
  left: 0;
  color: #282828;
  text-align: center;
  margin-bottom: 10px;
}
.bss-swatch-option {
  display: inline-block;
  padding: 1px 2px;
  min-width: 30px;
  max-width: 90px;
  height: 20px;
  margin: 0 5px;
  text-align: center;
  cursor: pointer;
  position: relative;
  border: 1px solid #dadada;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bss-swatch-option:not(.disabled):hover {
  outline: 1px solid #999;
  border: 1px solid #fff;
  color: #333333;
}
.bss-swatch-option.text {
  background: #F2F2F2;
  color: #7f7f7f;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  padding: 4px 8px;
  min-width: 22px;
  margin-right: 7px;
}
.bss-swatch-option.selected {
  outline: 2px solid #FF5100;
  border: 1px solid #fff;
  color: #333333;
}
.bss-swatch-option.text.selected {
  background-color: #ffffff !important;
}
.clearfix:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.bss-swatch-attribute.size .bss-swatch-option {
  background: #f0f0f0;
  color: #949494;
}
.bss-swatch-attribute.size .bss-swatch-option.selected {
  color: #000000;
  background: #fff;
  border: 1px solid #fff;
}
.bss-swatch-attribute.manufacturer .bss-swatch-option {
  background: #f0f0f0;
  color: #949494;
}
.bss-swatch-attribute.manufacturer .bss-swatch-option.selected {
  color: #000000;
  background: #fff;
  border: 1px solid #fff;
}
.bss-swatch-option.image:not(.disabled):hover {
  outline: 2px solid #FF5216;
  border: 1px solid #fff;
}
.total-price-tax {
  font-style: italic;
}
.bss-swatch-option.color:not(.disabled):hover {
  outline: 2px solid #FF5216;
  border: 1px solid #fff;
}
.bss-swatch-option.disabled {
  cursor: default;
}
.bss-swatch-option.disabled:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: -moz-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(42%, rgba(255, 255, 255, 0)), color-stop(43%, #ffffff), color-stop(46%, #ffffff), color-stop(47%, #ff5216), color-stop(53%, #ff5216), color-stop(54%, #ffffff), color-stop(57%, #ffffff), color-stop(58%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1);
}
.bss-swatch-option-tooltip {
  max-width: 140px;
  max-height: 100%;
  min-height: 20px;
  min-width: 20px;
  position: absolute;
  padding: 5px;
  background: #fff;
  color: #949494;
  border: 1px solid #adadad;
  display: none;
  z-index: 999;
  text-align: center;
}
.bss-swatch-option-tooltip .corner {
  left: 40%;
  position: absolute;
  bottom: 0;
  height: 8px;
}
.bss-swatch-option-tooltip .corner:after {
  content: '';
  position: relative;
  top: 1px;
  left: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 7.5px 0 7.5px;
  border-color: #ffffff transparent transparent transparent;
  font-size: 1px;
}
.bss-swatch-option-tooltip .corner:before {
  content: '';
  position: relative;
  top: 2px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8.5px 0 8.5px;
  border-color: #adadad transparent transparent transparent;
  font-size: 1px;
}
.bss-swatch-option-tooltip .image {
  display: block;
  height: 130px;
  width: 130px;
  margin: 0 auto;
}
.bss-swatch-option-tooltip .title {
  max-width: 140px;
  min-height: 20px;
  max-height: 200px;
  color: #282828;
  text-align: center;
  display: block;
  overflow: hidden;
}
.bss-swatch-option-tooltip-layered {
  width: 140px;
  position: absolute;
  background: #fff;
  color: #949494;
  border: 1px solid #adadad;
  display: none;
  z-index: 999;
  left: -47px;
}
.bss-swatch-option-tooltip-layered .corner {
  left: 40%;
  position: absolute;
  bottom: 0;
  height: 8px;
}
.bss-swatch-option-tooltip-layered .corner:after {
  content: '';
  position: relative;
  top: 1px;
  left: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 7.5px 0 7.5px;
  border-color: #ffffff transparent transparent transparent;
  font-size: 1px;
}
.bss-swatch-option-tooltip-layered .corner:before {
  content: '';
  position: relative;
  top: 2px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8.5px 0 8.5px;
  border-color: #adadad transparent transparent transparent;
  font-size: 1px;
}
.bss-swatch-option-tooltip-layered .image {
  display: block;
  height: 130px;
  width: 130px;
  margin: 0 auto;
}
.bss-swatch-opt {
  margin: 20px 0;
}
.bss-swatch-more {
  display: inline-block;
  margin: 2px 0;
  text-decoration: none !important;
  position: static;
  z-index: 1;
}
.bss-swatch-option-link-layered {
  position: relative;
  margin: 0 !important;
  padding: 0 !important;
}
.bss-swatch-option-link-layered:hover > .bss-swatch-option-tooltip-layered {
  display: block;
}
.bss-swatch-visual-tooltip-layered {
  height: 160px;
  top: -170px;
}
.bss-swatch-textual-tooltip-layered {
  height: 30px;
  top: -40px;
}
.bss-swatch-option-disabled {
  outline: none !important;
  cursor: default;
  border: 0;
}
.bss-swatch-option-disabled:after {
  content: '';
  position: absolute;
  width: 42px;
  height: 2px;
  background: red;
  transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
  z-index: 995;
  left: -4px;
  top: 10px;
}
.bss-fastorder-multiple-form .action.tocart {
  display: none;
}
.cms-fast-order .bss-fastorder-row-edit button[value="Edit"]:hover,
.cms-fast-order .bss-fastorder-row-delete button[value="Edit"]:hover,
.cms-fast-order .bss-fastorder-row-edit button[value="Delete"]:hover,
.cms-fast-order .bss-fastorder-row-delete button[value="Delete"]:hover {
  background-color: transparent !important;
}
.iti {
  position: relative;
  display: inline-block;
}
.iti * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.iti__hide {
  display: none;
}
.iti__v-hide {
  visibility: hidden;
}
.iti input,
.iti input[type=text],
.iti input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}
.iti__flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}
.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 31px;
  padding: 0 6px 0 8px;
}
.iti__arrow {
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}
.iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #555;
}
.iti__country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #CCC;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.iti__country-list--dropup {
  bottom: 100%;
  margin-bottom: -1px;
}
@media (max-width: 500px) {
  .iti__country-list {
    white-space: normal;
  }
}
.iti__flag-box {
  display: inline-block;
  width: 20px;
}
.iti__divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #CCC;
}
.iti__country {
  padding: 5px 10px;
  outline: none;
}
.iti__dial-code {
  color: #999;
}
.iti__country.iti__highlight {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti__flag-box,
.iti__country-name,
.iti__dial-code {
  vertical-align: middle;
}
.iti__flag-box,
.iti__country-name {
  margin-right: 6px;
}
.iti--allow-dropdown input,
.iti--allow-dropdown input[type=text],
.iti--allow-dropdown input[type=tel],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type=text],
.iti--separate-dial-code input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}
.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
  right: auto;
  left: 0;
}
.iti--allow-dropdown .iti__flag-container:hover {
  cursor: pointer;
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
  cursor: default;
}
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
  background-color: transparent;
}
.iti--separate-dial-code .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti--separate-dial-code .iti__selected-dial-code {
  margin-left: 6px;
}
.iti--container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}
.iti--container:hover {
  cursor: pointer;
}
.iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}
.iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%;
}
.iti-mobile .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}
.iti__flag {
  width: 20px;
}
.iti__flag.iti__be {
  width: 18px;
}
.iti__flag.iti__ch {
  width: 15px;
}
.iti__flag.iti__mc {
  width: 19px;
}
.iti__flag.iti__ne {
  width: 18px;
}
.iti__flag.iti__np {
  width: 13px;
}
.iti__flag.iti__va {
  width: 15px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-size: 5652px 15px;
  }
}
.iti__flag.iti__ac {
  height: 10px;
  background-position: 0px 0px;
}
.iti__flag.iti__ad {
  height: 14px;
  background-position: -22px 0px;
}
.iti__flag.iti__ae {
  height: 10px;
  background-position: -44px 0px;
}
.iti__flag.iti__af {
  height: 14px;
  background-position: -66px 0px;
}
.iti__flag.iti__ag {
  height: 14px;
  background-position: -88px 0px;
}
.iti__flag.iti__ai {
  height: 10px;
  background-position: -110px 0px;
}
.iti__flag.iti__al {
  height: 15px;
  background-position: -132px 0px;
}
.iti__flag.iti__am {
  height: 10px;
  background-position: -154px 0px;
}
.iti__flag.iti__ao {
  height: 14px;
  background-position: -176px 0px;
}
.iti__flag.iti__aq {
  height: 14px;
  background-position: -198px 0px;
}
.iti__flag.iti__ar {
  height: 13px;
  background-position: -220px 0px;
}
.iti__flag.iti__as {
  height: 10px;
  background-position: -242px 0px;
}
.iti__flag.iti__at {
  height: 14px;
  background-position: -264px 0px;
}
.iti__flag.iti__au {
  height: 10px;
  background-position: -286px 0px;
}
.iti__flag.iti__aw {
  height: 14px;
  background-position: -308px 0px;
}
.iti__flag.iti__ax {
  height: 13px;
  background-position: -330px 0px;
}
.iti__flag.iti__az {
  height: 10px;
  background-position: -352px 0px;
}
.iti__flag.iti__ba {
  height: 10px;
  background-position: -374px 0px;
}
.iti__flag.iti__bb {
  height: 14px;
  background-position: -396px 0px;
}
.iti__flag.iti__bd {
  height: 12px;
  background-position: -418px 0px;
}
.iti__flag.iti__be {
  height: 15px;
  background-position: -440px 0px;
}
.iti__flag.iti__bf {
  height: 14px;
  background-position: -460px 0px;
}
.iti__flag.iti__bg {
  height: 12px;
  background-position: -482px 0px;
}
.iti__flag.iti__bh {
  height: 12px;
  background-position: -504px 0px;
}
.iti__flag.iti__bi {
  height: 12px;
  background-position: -526px 0px;
}
.iti__flag.iti__bj {
  height: 14px;
  background-position: -548px 0px;
}
.iti__flag.iti__bl {
  height: 14px;
  background-position: -570px 0px;
}
.iti__flag.iti__bm {
  height: 10px;
  background-position: -592px 0px;
}
.iti__flag.iti__bn {
  height: 10px;
  background-position: -614px 0px;
}
.iti__flag.iti__bo {
  height: 14px;
  background-position: -636px 0px;
}
.iti__flag.iti__bq {
  height: 14px;
  background-position: -658px 0px;
}
.iti__flag.iti__br {
  height: 14px;
  background-position: -680px 0px;
}
.iti__flag.iti__bs {
  height: 10px;
  background-position: -702px 0px;
}
.iti__flag.iti__bt {
  height: 14px;
  background-position: -724px 0px;
}
.iti__flag.iti__bv {
  height: 15px;
  background-position: -746px 0px;
}
.iti__flag.iti__bw {
  height: 14px;
  background-position: -768px 0px;
}
.iti__flag.iti__by {
  height: 10px;
  background-position: -790px 0px;
}
.iti__flag.iti__bz {
  height: 14px;
  background-position: -812px 0px;
}
.iti__flag.iti__ca {
  height: 10px;
  background-position: -834px 0px;
}
.iti__flag.iti__cc {
  height: 10px;
  background-position: -856px 0px;
}
.iti__flag.iti__cd {
  height: 15px;
  background-position: -878px 0px;
}
.iti__flag.iti__cf {
  height: 14px;
  background-position: -900px 0px;
}
.iti__flag.iti__cg {
  height: 14px;
  background-position: -922px 0px;
}
.iti__flag.iti__ch {
  height: 15px;
  background-position: -944px 0px;
}
.iti__flag.iti__ci {
  height: 14px;
  background-position: -961px 0px;
}
.iti__flag.iti__ck {
  height: 10px;
  background-position: -983px 0px;
}
.iti__flag.iti__cl {
  height: 14px;
  background-position: -1005px 0px;
}
.iti__flag.iti__cm {
  height: 14px;
  background-position: -1027px 0px;
}
.iti__flag.iti__cn {
  height: 14px;
  background-position: -1049px 0px;
}
.iti__flag.iti__co {
  height: 14px;
  background-position: -1071px 0px;
}
.iti__flag.iti__cp {
  height: 14px;
  background-position: -1093px 0px;
}
.iti__flag.iti__cr {
  height: 12px;
  background-position: -1115px 0px;
}
.iti__flag.iti__cu {
  height: 10px;
  background-position: -1137px 0px;
}
.iti__flag.iti__cv {
  height: 12px;
  background-position: -1159px 0px;
}
.iti__flag.iti__cw {
  height: 14px;
  background-position: -1181px 0px;
}
.iti__flag.iti__cx {
  height: 10px;
  background-position: -1203px 0px;
}
.iti__flag.iti__cy {
  height: 14px;
  background-position: -1225px 0px;
}
.iti__flag.iti__cz {
  height: 14px;
  background-position: -1247px 0px;
}
.iti__flag.iti__de {
  height: 12px;
  background-position: -1269px 0px;
}
.iti__flag.iti__dg {
  height: 10px;
  background-position: -1291px 0px;
}
.iti__flag.iti__dj {
  height: 14px;
  background-position: -1313px 0px;
}
.iti__flag.iti__dk {
  height: 15px;
  background-position: -1335px 0px;
}
.iti__flag.iti__dm {
  height: 10px;
  background-position: -1357px 0px;
}
.iti__flag.iti__do {
  height: 14px;
  background-position: -1379px 0px;
}
.iti__flag.iti__dz {
  height: 14px;
  background-position: -1401px 0px;
}
.iti__flag.iti__ea {
  height: 14px;
  background-position: -1423px 0px;
}
.iti__flag.iti__ec {
  height: 14px;
  background-position: -1445px 0px;
}
.iti__flag.iti__ee {
  height: 13px;
  background-position: -1467px 0px;
}
.iti__flag.iti__eg {
  height: 14px;
  background-position: -1489px 0px;
}
.iti__flag.iti__eh {
  height: 10px;
  background-position: -1511px 0px;
}
.iti__flag.iti__er {
  height: 10px;
  background-position: -1533px 0px;
}
.iti__flag.iti__es {
  height: 14px;
  background-position: -1555px 0px;
}
.iti__flag.iti__et {
  height: 10px;
  background-position: -1577px 0px;
}
.iti__flag.iti__eu {
  height: 14px;
  background-position: -1599px 0px;
}
.iti__flag.iti__fi {
  height: 12px;
  background-position: -1621px 0px;
}
.iti__flag.iti__fj {
  height: 10px;
  background-position: -1643px 0px;
}
.iti__flag.iti__fk {
  height: 10px;
  background-position: -1665px 0px;
}
.iti__flag.iti__fm {
  height: 11px;
  background-position: -1687px 0px;
}
.iti__flag.iti__fo {
  height: 15px;
  background-position: -1709px 0px;
}
.iti__flag.iti__fr {
  height: 14px;
  background-position: -1731px 0px;
}
.iti__flag.iti__ga {
  height: 15px;
  background-position: -1753px 0px;
}
.iti__flag.iti__gb {
  height: 10px;
  background-position: -1775px 0px;
}
.iti__flag.iti__gd {
  height: 12px;
  background-position: -1797px 0px;
}
.iti__flag.iti__ge {
  height: 14px;
  background-position: -1819px 0px;
}
.iti__flag.iti__gf {
  height: 14px;
  background-position: -1841px 0px;
}
.iti__flag.iti__gg {
  height: 14px;
  background-position: -1863px 0px;
}
.iti__flag.iti__gh {
  height: 14px;
  background-position: -1885px 0px;
}
.iti__flag.iti__gi {
  height: 10px;
  background-position: -1907px 0px;
}
.iti__flag.iti__gl {
  height: 14px;
  background-position: -1929px 0px;
}
.iti__flag.iti__gm {
  height: 14px;
  background-position: -1951px 0px;
}
.iti__flag.iti__gn {
  height: 14px;
  background-position: -1973px 0px;
}
.iti__flag.iti__gp {
  height: 14px;
  background-position: -1995px 0px;
}
.iti__flag.iti__gq {
  height: 14px;
  background-position: -2017px 0px;
}
.iti__flag.iti__gr {
  height: 14px;
  background-position: -2039px 0px;
}
.iti__flag.iti__gs {
  height: 10px;
  background-position: -2061px 0px;
}
.iti__flag.iti__gt {
  height: 13px;
  background-position: -2083px 0px;
}
.iti__flag.iti__gu {
  height: 11px;
  background-position: -2105px 0px;
}
.iti__flag.iti__gw {
  height: 10px;
  background-position: -2127px 0px;
}
.iti__flag.iti__gy {
  height: 12px;
  background-position: -2149px 0px;
}
.iti__flag.iti__hk {
  height: 14px;
  background-position: -2171px 0px;
}
.iti__flag.iti__hm {
  height: 10px;
  background-position: -2193px 0px;
}
.iti__flag.iti__hn {
  height: 10px;
  background-position: -2215px 0px;
}
.iti__flag.iti__hr {
  height: 10px;
  background-position: -2237px 0px;
}
.iti__flag.iti__ht {
  height: 12px;
  background-position: -2259px 0px;
}
.iti__flag.iti__hu {
  height: 10px;
  background-position: -2281px 0px;
}
.iti__flag.iti__ic {
  height: 14px;
  background-position: -2303px 0px;
}
.iti__flag.iti__id {
  height: 14px;
  background-position: -2325px 0px;
}
.iti__flag.iti__ie {
  height: 10px;
  background-position: -2347px 0px;
}
.iti__flag.iti__il {
  height: 15px;
  background-position: -2369px 0px;
}
.iti__flag.iti__im {
  height: 10px;
  background-position: -2391px 0px;
}
.iti__flag.iti__in {
  height: 14px;
  background-position: -2413px 0px;
}
.iti__flag.iti__io {
  height: 10px;
  background-position: -2435px 0px;
}
.iti__flag.iti__iq {
  height: 14px;
  background-position: -2457px 0px;
}
.iti__flag.iti__ir {
  height: 12px;
  background-position: -2479px 0px;
}
.iti__flag.iti__is {
  height: 15px;
  background-position: -2501px 0px;
}
.iti__flag.iti__it {
  height: 14px;
  background-position: -2523px 0px;
}
.iti__flag.iti__je {
  height: 12px;
  background-position: -2545px 0px;
}
.iti__flag.iti__jm {
  height: 10px;
  background-position: -2567px 0px;
}
.iti__flag.iti__jo {
  height: 10px;
  background-position: -2589px 0px;
}
.iti__flag.iti__jp {
  height: 14px;
  background-position: -2611px 0px;
}
.iti__flag.iti__ke {
  height: 14px;
  background-position: -2633px 0px;
}
.iti__flag.iti__kg {
  height: 12px;
  background-position: -2655px 0px;
}
.iti__flag.iti__kh {
  height: 13px;
  background-position: -2677px 0px;
}
.iti__flag.iti__ki {
  height: 10px;
  background-position: -2699px 0px;
}
.iti__flag.iti__km {
  height: 12px;
  background-position: -2721px 0px;
}
.iti__flag.iti__kn {
  height: 14px;
  background-position: -2743px 0px;
}
.iti__flag.iti__kp {
  height: 10px;
  background-position: -2765px 0px;
}
.iti__flag.iti__kr {
  height: 14px;
  background-position: -2787px 0px;
}
.iti__flag.iti__kw {
  height: 10px;
  background-position: -2809px 0px;
}
.iti__flag.iti__ky {
  height: 10px;
  background-position: -2831px 0px;
}
.iti__flag.iti__kz {
  height: 10px;
  background-position: -2853px 0px;
}
.iti__flag.iti__la {
  height: 14px;
  background-position: -2875px 0px;
}
.iti__flag.iti__lb {
  height: 14px;
  background-position: -2897px 0px;
}
.iti__flag.iti__lc {
  height: 10px;
  background-position: -2919px 0px;
}
.iti__flag.iti__li {
  height: 12px;
  background-position: -2941px 0px;
}
.iti__flag.iti__lk {
  height: 10px;
  background-position: -2963px 0px;
}
.iti__flag.iti__lr {
  height: 11px;
  background-position: -2985px 0px;
}
.iti__flag.iti__ls {
  height: 14px;
  background-position: -3007px 0px;
}
.iti__flag.iti__lt {
  height: 12px;
  background-position: -3029px 0px;
}
.iti__flag.iti__lu {
  height: 12px;
  background-position: -3051px 0px;
}
.iti__flag.iti__lv {
  height: 10px;
  background-position: -3073px 0px;
}
.iti__flag.iti__ly {
  height: 10px;
  background-position: -3095px 0px;
}
.iti__flag.iti__ma {
  height: 14px;
  background-position: -3117px 0px;
}
.iti__flag.iti__mc {
  height: 15px;
  background-position: -3139px 0px;
}
.iti__flag.iti__md {
  height: 10px;
  background-position: -3160px 0px;
}
.iti__flag.iti__me {
  height: 10px;
  background-position: -3182px 0px;
}
.iti__flag.iti__mf {
  height: 14px;
  background-position: -3204px 0px;
}
.iti__flag.iti__mg {
  height: 14px;
  background-position: -3226px 0px;
}
.iti__flag.iti__mh {
  height: 11px;
  background-position: -3248px 0px;
}
.iti__flag.iti__mk {
  height: 10px;
  background-position: -3270px 0px;
}
.iti__flag.iti__ml {
  height: 14px;
  background-position: -3292px 0px;
}
.iti__flag.iti__mm {
  height: 14px;
  background-position: -3314px 0px;
}
.iti__flag.iti__mn {
  height: 10px;
  background-position: -3336px 0px;
}
.iti__flag.iti__mo {
  height: 14px;
  background-position: -3358px 0px;
}
.iti__flag.iti__mp {
  height: 10px;
  background-position: -3380px 0px;
}
.iti__flag.iti__mq {
  height: 14px;
  background-position: -3402px 0px;
}
.iti__flag.iti__mr {
  height: 14px;
  background-position: -3424px 0px;
}
.iti__flag.iti__ms {
  height: 10px;
  background-position: -3446px 0px;
}
.iti__flag.iti__mt {
  height: 14px;
  background-position: -3468px 0px;
}
.iti__flag.iti__mu {
  height: 14px;
  background-position: -3490px 0px;
}
.iti__flag.iti__mv {
  height: 14px;
  background-position: -3512px 0px;
}
.iti__flag.iti__mw {
  height: 14px;
  background-position: -3534px 0px;
}
.iti__flag.iti__mx {
  height: 12px;
  background-position: -3556px 0px;
}
.iti__flag.iti__my {
  height: 10px;
  background-position: -3578px 0px;
}
.iti__flag.iti__mz {
  height: 14px;
  background-position: -3600px 0px;
}
.iti__flag.iti__na {
  height: 14px;
  background-position: -3622px 0px;
}
.iti__flag.iti__nc {
  height: 10px;
  background-position: -3644px 0px;
}
.iti__flag.iti__ne {
  height: 15px;
  background-position: -3666px 0px;
}
.iti__flag.iti__nf {
  height: 10px;
  background-position: -3686px 0px;
}
.iti__flag.iti__ng {
  height: 10px;
  background-position: -3708px 0px;
}
.iti__flag.iti__ni {
  height: 12px;
  background-position: -3730px 0px;
}
.iti__flag.iti__nl {
  height: 14px;
  background-position: -3752px 0px;
}
.iti__flag.iti__no {
  height: 15px;
  background-position: -3774px 0px;
}
.iti__flag.iti__np {
  height: 15px;
  background-position: -3796px 0px;
}
.iti__flag.iti__nr {
  height: 10px;
  background-position: -3811px 0px;
}
.iti__flag.iti__nu {
  height: 10px;
  background-position: -3833px 0px;
}
.iti__flag.iti__nz {
  height: 10px;
  background-position: -3855px 0px;
}
.iti__flag.iti__om {
  height: 10px;
  background-position: -3877px 0px;
}
.iti__flag.iti__pa {
  height: 14px;
  background-position: -3899px 0px;
}
.iti__flag.iti__pe {
  height: 14px;
  background-position: -3921px 0px;
}
.iti__flag.iti__pf {
  height: 14px;
  background-position: -3943px 0px;
}
.iti__flag.iti__pg {
  height: 15px;
  background-position: -3965px 0px;
}
.iti__flag.iti__ph {
  height: 10px;
  background-position: -3987px 0px;
}
.iti__flag.iti__pk {
  height: 14px;
  background-position: -4009px 0px;
}
.iti__flag.iti__pl {
  height: 13px;
  background-position: -4031px 0px;
}
.iti__flag.iti__pm {
  height: 14px;
  background-position: -4053px 0px;
}
.iti__flag.iti__pn {
  height: 10px;
  background-position: -4075px 0px;
}
.iti__flag.iti__pr {
  height: 14px;
  background-position: -4097px 0px;
}
.iti__flag.iti__ps {
  height: 10px;
  background-position: -4119px 0px;
}
.iti__flag.iti__pt {
  height: 14px;
  background-position: -4141px 0px;
}
.iti__flag.iti__pw {
  height: 13px;
  background-position: -4163px 0px;
}
.iti__flag.iti__py {
  height: 11px;
  background-position: -4185px 0px;
}
.iti__flag.iti__qa {
  height: 8px;
  background-position: -4207px 0px;
}
.iti__flag.iti__re {
  height: 14px;
  background-position: -4229px 0px;
}
.iti__flag.iti__ro {
  height: 14px;
  background-position: -4251px 0px;
}
.iti__flag.iti__rs {
  height: 14px;
  background-position: -4273px 0px;
}
.iti__flag.iti__ru {
  height: 14px;
  background-position: -4295px 0px;
}
.iti__flag.iti__rw {
  height: 14px;
  background-position: -4317px 0px;
}
.iti__flag.iti__sa {
  height: 14px;
  background-position: -4339px 0px;
}
.iti__flag.iti__sb {
  height: 10px;
  background-position: -4361px 0px;
}
.iti__flag.iti__sc {
  height: 10px;
  background-position: -4383px 0px;
}
.iti__flag.iti__sd {
  height: 10px;
  background-position: -4405px 0px;
}
.iti__flag.iti__se {
  height: 13px;
  background-position: -4427px 0px;
}
.iti__flag.iti__sg {
  height: 14px;
  background-position: -4449px 0px;
}
.iti__flag.iti__sh {
  height: 10px;
  background-position: -4471px 0px;
}
.iti__flag.iti__si {
  height: 10px;
  background-position: -4493px 0px;
}
.iti__flag.iti__sj {
  height: 15px;
  background-position: -4515px 0px;
}
.iti__flag.iti__sk {
  height: 14px;
  background-position: -4537px 0px;
}
.iti__flag.iti__sl {
  height: 14px;
  background-position: -4559px 0px;
}
.iti__flag.iti__sm {
  height: 15px;
  background-position: -4581px 0px;
}
.iti__flag.iti__sn {
  height: 14px;
  background-position: -4603px 0px;
}
.iti__flag.iti__so {
  height: 14px;
  background-position: -4625px 0px;
}
.iti__flag.iti__sr {
  height: 14px;
  background-position: -4647px 0px;
}
.iti__flag.iti__ss {
  height: 10px;
  background-position: -4669px 0px;
}
.iti__flag.iti__st {
  height: 10px;
  background-position: -4691px 0px;
}
.iti__flag.iti__sv {
  height: 12px;
  background-position: -4713px 0px;
}
.iti__flag.iti__sx {
  height: 14px;
  background-position: -4735px 0px;
}
.iti__flag.iti__sy {
  height: 14px;
  background-position: -4757px 0px;
}
.iti__flag.iti__sz {
  height: 14px;
  background-position: -4779px 0px;
}
.iti__flag.iti__ta {
  height: 10px;
  background-position: -4801px 0px;
}
.iti__flag.iti__tc {
  height: 10px;
  background-position: -4823px 0px;
}
.iti__flag.iti__td {
  height: 14px;
  background-position: -4845px 0px;
}
.iti__flag.iti__tf {
  height: 14px;
  background-position: -4867px 0px;
}
.iti__flag.iti__tg {
  height: 13px;
  background-position: -4889px 0px;
}
.iti__flag.iti__th {
  height: 14px;
  background-position: -4911px 0px;
}
.iti__flag.iti__tj {
  height: 10px;
  background-position: -4933px 0px;
}
.iti__flag.iti__tk {
  height: 10px;
  background-position: -4955px 0px;
}
.iti__flag.iti__tl {
  height: 10px;
  background-position: -4977px 0px;
}
.iti__flag.iti__tm {
  height: 14px;
  background-position: -4999px 0px;
}
.iti__flag.iti__tn {
  height: 14px;
  background-position: -5021px 0px;
}
.iti__flag.iti__to {
  height: 10px;
  background-position: -5043px 0px;
}
.iti__flag.iti__tr {
  height: 14px;
  background-position: -5065px 0px;
}
.iti__flag.iti__tt {
  height: 12px;
  background-position: -5087px 0px;
}
.iti__flag.iti__tv {
  height: 10px;
  background-position: -5109px 0px;
}
.iti__flag.iti__tw {
  height: 14px;
  background-position: -5131px 0px;
}
.iti__flag.iti__tz {
  height: 14px;
  background-position: -5153px 0px;
}
.iti__flag.iti__ua {
  height: 14px;
  background-position: -5175px 0px;
}
.iti__flag.iti__ug {
  height: 14px;
  background-position: -5197px 0px;
}
.iti__flag.iti__um {
  height: 11px;
  background-position: -5219px 0px;
}
.iti__flag.iti__us {
  height: 11px;
  background-position: -5241px 0px;
}
.iti__flag.iti__uy {
  height: 14px;
  background-position: -5285px 0px;
}
.iti__flag.iti__uz {
  height: 10px;
  background-position: -5307px 0px;
}
.iti__flag.iti__va {
  height: 15px;
  background-position: -5329px 0px;
}
.iti__flag.iti__vc {
  height: 14px;
  background-position: -5346px 0px;
}
.iti__flag.iti__ve {
  height: 14px;
  background-position: -5368px 0px;
}
.iti__flag.iti__vg {
  height: 10px;
  background-position: -5390px 0px;
}
.iti__flag.iti__vi {
  height: 14px;
  background-position: -5412px 0px;
}
.iti__flag.iti__vn {
  height: 14px;
  background-position: -5434px 0px;
}
.iti__flag.iti__vu {
  height: 12px;
  background-position: -5456px 0px;
}
.iti__flag.iti__wf {
  height: 14px;
  background-position: -5478px 0px;
}
.iti__flag.iti__ws {
  height: 10px;
  background-position: -5500px 0px;
}
.iti__flag.iti__xk {
  height: 15px;
  background-position: -5522px 0px;
}
.iti__flag.iti__ye {
  height: 14px;
  background-position: -5544px 0px;
}
.iti__flag.iti__yt {
  height: 14px;
  background-position: -5566px 0px;
}
.iti__flag.iti__za {
  height: 14px;
  background-position: -5588px 0px;
}
.iti__flag.iti__zm {
  height: 14px;
  background-position: -5610px 0px;
}
.iti__flag.iti__zw {
  height: 10px;
  background-position: -5632px 0px;
}
.iti__flag {
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url('../../frontend/Pearl/weltpixel_custom/en_US/Dotdigitalgroup_Sms/images/flags.png');
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url('../../frontend/Pearl/weltpixel_custom/en_US/Dotdigitalgroup_Sms/images/flags@2x.png');
  }
}
.iti__flag.iti__np {
  background-color: transparent;
}
.klarna-payments-method-cell {
  display: table-cell;
  vertical-align: middle;
}
label.klarna-payments-method-cell > span {
  padding-left: 5px;
}
span.klarna-payments-method-cell > img {
  display: block;
}
/**
 * @copyright  Vertex. All rights reserved.  https://www.vertexinc.com/
 * @author     Mediotype                     https://www.mediotype.com/
 */
.opc-block-summary .vertex-message td,
.cart-summary .vertex-message td {
  padding: 0;
  border-top: none;
}
/**
 * @copyright  Vertex. All rights reserved.  https://www.vertexinc.com/
 * @author     Mediotype                     https://www.mediotype.com/
 */
.form-address-edit .actions-toolbar .vertex-update-address {
  margin-top: 10px;
}
.vertex__address-suggestion {
  margin: 5px 0;
  padding-left: 10px;
  font-weight: 500;
  border-left: 2px solid gray;
}
.estimation-wrapper {
  margin-bottom: 10px;
}
.estimation-wrapper .heading-container {
  margin-bottom: 3px;
  position: relative;
}
.estimation-wrapper .heading-container .label {
  display: none;
  font-weight: 600;
  margin-bottom: 0;
  margin-right: 5px;
}
.estimation-wrapper .heading-container img.loader {
  display: none;
  max-height: 20px;
  position: absolute;
  top: 0;
}
.estimation-wrapper .heading-container img.loader.visible {
  display: inline-block;
}
.estimation-wrapper .heading-container.visible .label {
  display: inline-block;
}
.estimation-wrapper .response-container {
  display: none;
  min-height: 28px;
}
.estimation-wrapper .response-container span {
  margin-top: 5px;
  margin-bottom: 0;
}
.estimation-wrapper .response-container span.post-code {
  cursor: pointer;
  font-weight: 600;
  text-decoration: underline;
}
.estimation-wrapper .response-container span.country-code {
  font-weight: 600;
}
.estimation-wrapper .response-container span.error-massage {
  display: none;
  color: #ff0000;
  cursor: pointer;
  text-decoration: underline;
}
.estimation-wrapper .response-container .order-within-container,
.estimation-wrapper .response-container #estimation_message {
  display: none;
  margin-top: 3px;
}
.estimation-wrapper .response-container .order-within-container #order_within,
.estimation-wrapper .response-container #estimation_message #order_within {
  font-weight: bold;
  margin-top: 0;
}
.estimation-wrapper .response-container .input-wrapper {
  display: inline-block;
}
.estimation-wrapper .response-container .input-wrapper input,
.estimation-wrapper .response-container .input-wrapper select {
  display: none;
  height: auto;
  margin: 0 5px 0 0;
  max-width: 72px;
  padding: 2px;
  text-align: center;
}
.estimation-wrapper .response-container.visible {
  display: block;
}
.estimation-wrapper.show-spinner {
  min-height: 25px;
}
#estimated_content {
  display: none;
  float: left;
  margin-bottom: 10px;
  width: 100%;
}
#estimated_content strong.label {
  float: left;
  min-height: 25px;
}
#estimated_content .loader {
  display: none;
  position: relative;
  top: 0;
  left: 10px;
}
#estimated_content .loader img {
  height: 20px;
}
#estimated_content #estimated_response {
  display: none;
  float: left;
  min-height: 30px;
  width: 100%;
}
#estimated_content #estimated_response span {
  display: inline-block;
  padding-top: 5px;
}
#estimated_content #estimated_response span#zip {
  cursor: pointer;
  text-decoration: underline;
}
#estimated_content #estimated_response span#zip_response,
#estimated_content #estimated_response span#country_response {
  font-weight: bold;
}
#estimated_content #estimated_response span#zip_response.clickable {
  cursor: pointer;
  text-decoration: underline;
}
#estimated_content #estimated_response span.input-wrapper {
  padding-top: 0;
}
#estimated_content #estimated_response .update-location {
  display: inline-block;
  position: relative;
  padding: 0;
  margin: 0;
}
#estimated_content #estimated_response .update-location .input-wrapper,
#estimated_content #estimated_response .update-location .buttons {
  padding: 0;
  margin: 0;
  position: relative;
  top: 0;
}
#estimated_content #estimated_response .update-location #input_zip,
#estimated_content #estimated_response .update-location #input_country {
  display: none;
  border: 1px solid #ccc;
  border-radius: 0;
  font-size: inherit;
  text-align: center;
  margin: 0 2px;
  height: 26px;
  padding: 0;
  max-width: 75px;
}
#estimated_content #estimated_response .update-location #input_zip.empty,
#estimated_content #estimated_response .update-location #input_country.empty {
  border-color: #ff0000;
}
#estimated_content #estimated_response .update-location #coutry_text {
  display: none;
}
#estimated_content #estimated_response .update-location #input_zip {
  margin-left: 0;
}
#estimated_content #estimated_response .update-location #input_country {
  padding: 0 20px 0 10px;
  position: relative;
}
#estimated_content #estimated_response .update-location .buttons {
  padding: 0;
}
#estimated_content #estimated_response .update-location .buttons #update_location {
  cursor: pointer;
  border-radius: 0;
  padding: 0;
  margin: 0 5px;
  top: -2px;
  position: relative;
}
#estimated_content #estimated_response .update-location .buttons #update_location span {
  padding: 0;
  margin: 0;
  width: 26px;
}
#estimated_content #estimated_response .update-location .buttons #update_location span:before {
  font-family: 'luma-icons';
  font-size: 12px;
  line-height: 24px;
  content: '\e610';
  display: inline-block;
}
#estimated_content #estimated_response .update-location .buttons #update_location {
  display: none;
}
@media only screen and (max-width: 1040px) {
  #estimated_content #estimated_response .update-location {
    margin-top: 5px;
  }
}
#estimated_content #error {
  display: none;
  float: left;
  width: 100%;
}
#estimated_content #error #error-message {
  color: #ff0000;
}
#estimated_content #error #error-message.clickable {
  cursor: pointer;
  text-decoration: underline;
}
.wesupply_estimations_zip {
  max-width: 65px;
}
.page-header-v3 .header_right .wesupply-link-v2,
.page-header-v4 .header_right .wesupply-link-v2 {
  display: none;
}
.page-header-v4.sticky-header .header.links .wesupply-tracking-info {
  margin-right: 15px;
}
.wesupply_options {
  width: 150px;
  margin-right: 10px;
}
.wesupply-link-v2 {
  float: left;
  line-height: 30px;
}
.sticky-header .wesupply-link-v2 {
  display: none;
}
/* DESIGN 1 */
.sms-center {
  text-align: center;
}
#ws_embed_sms_notification {
  clear: left;
  font: 14px Helvetica, Arial, sans-serif;
  margin: 40px 0 20px;
  padding: 0;
}
#ws_embed_sms_notification.design-1 #phonePrefix,
#ws_embed_sms_notification.design-1 #ws-Phone {
  height: 50px;
}
#ws_embed_sms_notification.ws-left {
  text-align: left;
}
#ws_embed_sms_notification.ws-left.sms-center {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}
#ws_embed_sms_notification .block-span {
  display: block;
}
#ws_embed_sms_notification .block-span.mg-top-span {
  margin-bottom: 10px;
}
#ws_embed_sms_notification .control-subs:before {
  font-size: 16px;
  line-height: 32px;
  color: #575757;
  margin: 6px 0 0 8px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  position: absolute;
  background: url('../../frontend/Pearl/weltpixel_custom/en_US/WeSupply_Toolbox/images/icone_phone.png');
  content: '';
  width: 12px;
  height: 20px;
}
#ws_embed_sms_notification .control-subs .ws-Phone {
  padding-left: 35px;
}
#ws_embed_sms_notification #ws-responses {
  padding: 20px 0;
  margin: 0 auto;
}
#ws-responses {
  padding-bottom: 20px;
}
#ws-responses #ws-error-response {
  color: red;
}
#ws-responses #ws-success-response {
  color: green;
}
/* DESIGN 2 */
.sms-center-design-2 {
  margin: 0 auto;
  text-align: center;
}
.ws-title-description-container-dsg2 {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ws_embed_sms_notification {
  width: 100%;
  margin-top: 50px;
}
.ws_embed_sms_notification .inline-block {
  width: 100%;
  text-align: left;
  border: 1px solid #b5b5b5;
  position: relative;
}
.ws_embed_sms_notification .inline-block .title-dsg-2 {
  border-right: 1px solid #b5b5b5;
  float: left;
  min-height: 26px;
  line-height: 26px;
  padding: 15px 30px;
}
.ws_embed_sms_notification .inline-block .description-dsg-2 {
  float: left;
  display: inline-block;
  width: auto;
  padding: 14px 20px;
  min-height: 26px;
  line-height: 26px;
}
.ws_embed_sms_notification .inline-block .ws-embedded-sms-notification-form-dsg-2 {
  float: right;
  display: inline-block;
  max-width: unset;
  padding: 11px;
  min-width: 396px;
  width: auto;
}
.ws_embed_sms_notification .inline-block .ws-embedded-sms-notification-form-dsg-2 .ws-phone-dsg-2 {
  width: 205px;
  float: left;
  height: 32px;
  padding: 0 0 0 26px;
  border-right: 0 none;
}
.ws_embed_sms_notification .inline-block .ws-embedded-sms-notification-form-dsg-2 .ws-country-pc-dsg2 {
  padding: 0 0 0 26px;
  height: 34px;
  width: 130px;
}
.ws_embed_sms_notification .inline-block .ws-embedded-sms-notification-form-dsg-2 .ws-orderId-dsg2 {
  margin-bottom: 10px;
  max-width: 100%;
}
.ws_embed_sms_notification .inline-block .ws-embedded-sms-notification-form-dsg-2 button.action {
  float: left;
  clear: none;
  margin: 0;
  border-radius: 0;
}
.ws_embed_sms_notification .inline-block .sms-subs {
  margin-top: -3px;
  border-radius: 3px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.ws_embed_sms_notification .inline-block .title-dsg-2 {
  padding: 14px;
  font-size: 13px;
  margin: 0;
  background: #f4f4f4;
}
.ws_embed_sms_notification .inline-block .control-subs-2:before {
  font-size: 16px;
  line-height: 32px;
  color: #575757;
  margin: 6px 0 0 8px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  position: absolute;
  background: url('../../frontend/Pearl/weltpixel_custom/en_US/WeSupply_Toolbox/images/icone_phone.png');
  content: '';
  width: 12px;
  height: 20px;
}
@media screen and (max-width: 988px) {
  .ws_embed_sms_notification .inline-block .title-dsg-2 {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .ws_embed_sms_notification .inline-block {
    border: 0 none;
  }
  .ws_embed_sms_notification .inline-block .description-dsg-2 {
    padding-left: 0;
  }
  .ws_embed_sms_notification .inline-block .ws-embedded-sms-notification-form-dsg-2 {
    float: left;
    padding: 0 0 10px 0;
    clear: both;
  }
  .ws_embed_sms_notification .inline-block .ws-title-description-container-dsg2 {
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .ws_embed_sms_notification .inline-block {
    border: 1px solid #b5b5b5;
  }
  .ws_embed_sms_notification .inline-block .description-dsg-2 {
    text-align: center;
    width: 100%;
  }
  .ws_embed_sms_notification .inline-block #ws-embedded-sms-notification-form.ws-embedded-sms-notification-form-dsg-2 {
    padding: 0 20px;
    min-width: unset;
  }
  .ws_embed_sms_notification .inline-block #ws-embedded-sms-notification-form.ws-embedded-sms-notification-form-dsg-2 #ws-Phone {
    width: calc(100% - 130px);
    border-right: 1px solid #c2c2c2;
  }
  .ws_embed_sms_notification .inline-block #ws-embedded-sms-notification-form.ws-embedded-sms-notification-form-dsg-2 #ws-orderId {
    margin-bottom: 10px;
    width: 100%;
    max-width: 100%;
  }
  .ws_embed_sms_notification .inline-block #ws-embedded-sms-notification-form.ws-embedded-sms-notification-form-dsg-2 button#ws-embedded-subscribe {
    width: 100%;
    margin-top: 10px;
    float: none;
    height: auto;
  }
}
.wesupply-track-shipment .page-title-wrapper,
.wesupply-orders-view .page-title-wrapper {
  display: none;
}
iframe.embedded-iframe.ws-stores-view {
  height: 820px;
}
#order-view-container {
  height: 1000px;
}
.order-view-modal .page-main-actions {
  display: none;
}
.order-view-modal .modal-header {
  display: none;
}
.order-view-modal .modal-content {
  padding: 0;
}
.loading-container {
  text-align: center;
  padding: 40px;
  position: relative;
}
.loading-container .loading-image {
  background: url('../../frontend/Pearl/weltpixel_custom/en_US/images/loader-2.gif') center center no-repeat transparent;
  background-size: contain;
  position: absolute;
  top: 0;
  left: calc(50% - 100px);
  height: 200px;
  width: 200px;
  z-index: 100;
}
[class*="cms-wesupply-store-locator"].sales-order-history .embedded-iframe-container,
[class*="cms-wesupply-store-details"].sales-order-history .embedded-iframe-container,
.account.sales-order-history .embedded-iframe-container,
[class*="cms-wesupply-store-locator"].customer-account-index .embedded-iframe-container,
[class*="cms-wesupply-store-details"].customer-account-index .embedded-iframe-container,
.account.customer-account-index .embedded-iframe-container {
  display: none;
}
.wesupply-track-shipment #maincontent {
  position: relative;
  margin: 0 auto !important;
  max-width: unset;
  padding: 0;
  width: 100%;
}
.wesupply-track-shipment #maincontent .embedded-iframe-container {
  display: block;
}
.wesupply-track-shipment #maincontent .embedded-iframe-container .page-title {
  text-align: left;
}
.wesupply-track-shipment #maincontent .not-found {
  padding: 40px 0 20px;
  margin: 0 auto;
  display: table;
}
.wesupply-track-shipment .breadcrumbs {
  display: none;
}
#co-shipping-method-form .item-options .field.item {
  margin-left: 20px;
}
#co-shipping-method-form .item-options .field.item input.radio {
  margin-left: -20px;
  margin-top: 2px;
}
#co-shipping-method-form .item-options .field.item label.label {
  position: relative;
  top: -2px;
  left: -2px;
}
#co-shipping-method-form .item-options .field.item span.eta {
  display: block;
}
@media screen and (min-width: 1024px) {
  .order-view-modal {
    max-width: 989px;
    left: calc(100% - 989px);
  }
}
/* quick fix for pearl users */
.theme-pearl .ws_embed_sms_notification .inline-block .ws-embedded-sms-notification-form-dsg-2 .ws-phone-dsg-2 {
  height: 34px;
}
.theme-pearl .ws_embed_sms_notification .inline-block .ws-embedded-sms-notification-form-dsg-2 .ws-country-pc-dsg2 {
  height: 34px;
}
@media screen and (max-width: 767px) {
  .theme-pearl .checkout-shipping-method .table-checkout-shipping-method thead {
    display: none;
  }
  .theme-pearl .checkout-shipping-method .table-checkout-shipping-method tbody {
    padding-bottom: 20px;
  }
  .theme-pearl .checkout-shipping-method .table-checkout-shipping-method tbody tr.row {
    display: flex;
    margin-left: 0;
    padding-bottom: 0;
  }
  .theme-pearl .checkout-shipping-method .table-checkout-shipping-method tbody tr.row:first-child,
  .theme-pearl .checkout-shipping-method .table-checkout-shipping-method tbody tr.row.row-eta,
  .theme-pearl .checkout-shipping-method .table-checkout-shipping-method tbody tr.row td.col {
    border: 0 none;
  }
}
/* quick fix for non pearl users */
body:not(.theme-pearl) #estimated_content #estimated_response .update-location .input-wrapper #input_zip,
body:not(.theme-pearl) #estimated_content #estimated_response .update-location .buttons #input_zip {
  height: 26px;
  min-height: unset;
  max-height: unset;
  position: relative;
  top: -1px;
}
body:not(.theme-pearl) #estimated_content #estimated_response .update-location .input-wrapper #input_country,
body:not(.theme-pearl) #estimated_content #estimated_response .update-location .buttons #input_country,
body:not(.theme-pearl) #estimated_content #estimated_response .update-location .input-wrapper #update_location,
body:not(.theme-pearl) #estimated_content #estimated_response .update-location .buttons #update_location {
  height: 28px;
}
body:not(.theme-pearl) #estimated_content #estimated_response .update-location .input-wrapper #input_country,
body:not(.theme-pearl) #estimated_content #estimated_response .update-location .buttons #input_country {
  top: -1px;
}
body:not(.theme-pearl) #ws_embed_sms_notification.sms-center {
  max-width: 560px;
  margin: 40px auto;
}
body:not(.theme-pearl) #ws_embed_sms_notification.sms-center-design-2 {
  margin: 40px auto;
}
body:not(.theme-pearl) #ws_embed_sms_notification .ws-field-group {
  position: relative;
}
body:not(.theme-pearl) #ws_embed_sms_notification .ws-field-group:before {
  left: 0;
}
body:not(.theme-pearl) #ws_embed_sms_notification .ws-field-group #phonePrefix,
body:not(.theme-pearl) #ws_embed_sms_notification .ws-field-group #ws-Phone {
  height: 32px;
  vertical-align: bottom;
}
body:not(.theme-pearl) #ws_embed_sms_notification .ws-field-group #ws-Phone {
  padding-left: 5px;
}
body:not(.theme-pearl) #ws_embed_sms_notification .ws-field-group #ws-orderId {
  margin-bottom: 10px;
  width: 460px;
  max-width: 100%;
}
.checkout-onepage-success .delivery-estimations {
  font-size: 1.8rem;
  font-weight: 600;
  padding-top: 20px;
}
/* MEDIA QUERIES */
.wishlist-index-index .reset-pass-msg {
  display: none;
}
.goback-to-multiwishlist {
  padding-bottom: 20px;
}
.goback-to-multiwishlist a,
.goback-to-multiwishlist a:hover,
.goback-to-multiwishlist a:active {
  font-size: 18px;
  text-decoration: none;
}
.goback-to-multiwishlist a:before,
.goback-to-multiwishlist a:hover:before,
.goback-to-multiwishlist a:active:before {
  font-size: 18px;
  color: #757575;
  content: '\e617';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: bold;
  overflow: hidden;
  speak: none;
  text-align: center;
  margin-right: 10px;
}
.add-multiwishlist:hover:before {
  color: #0a0a0a;
}
.add-multiwishlist,
.add-multiwishlist:hover {
  line-height: 28px;
  text-decoration: none;
}
.add-multiwishlist span {
  margin-left: 10px;
  font-size: 20px;
  color: #000;
}
.add-multiwishlist:before {
  font-size: 22px;
  line-height: 28px;
  color: #757575;
  content: '\e61c';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: bold;
  overflow: hidden;
  speak: none;
  text-align: center;
}
#wishlist-popup-modal {
  display: none;
}
.wishlist-popup-modal .wp-errors {
  display: none;
  color: #ff0000;
  padding: 5px 0 15px 0;
}
.wishlist-popup-modal .modal-inner-wrap {
  width: 450px;
}
.wishlist-popup-modal .actions-toolbar {
  text-align: right;
}
.wishlist-popup-modal #deletewishlist {
  display: none;
}
.multiple-wishlist-container {
  width: 100%;
  margin: 0 auto;
}
.multiple-wishlist-container .multiple-wishlist-box-wrapper {
  max-width: 300px;
  color: #444;
  float: left;
  margin: 10px;
}
.multiple-wishlist-container .multiple-wishlist-box-wrapper:hover {
  background-color: #f0f0f0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.multiple-wishlist-container .multiple-wishlist-box-wrapper:hover .box {
  background-color: #e1e1e1;
}
.multiple-wishlist-container .multiple-wishlist-box-wrapper:hover .box-bottom .edit-multiwishlist {
  display: block;
}
.multiple-wishlist-container .multiple-wishlist-box-wrapper .box {
  background-color: #f0f0f0;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 2px;
  float: left;
  width: 96px;
  height: 110px;
}
.multiple-wishlist-container .multiple-wishlist-box-wrapper .box-bottom {
  float: left;
  width: 290px;
  height: 60px;
  padding: 5px;
  position: relative;
}
.multiple-wishlist-container .multiple-wishlist-box-wrapper .box-bottom .wishlist-title {
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  font-weight: bold;
  font-size: 20px;
}
.multiple-wishlist-container .multiple-wishlist-box-wrapper .box-bottom .edit-multiwishlist {
  position: absolute;
  right: 15px;
  bottom: 10px;
  display: none;
  padding: 5px;
}
.multiple-wishlist-container .multiple-wishlist-box-wrapper .box-bottom .edit-multiwishlist:hover:before {
  color: #0a0a0a;
}
.multiple-wishlist-container .multiple-wishlist-box-wrapper .box-bottom .edit-multiwishlist:before {
  font-size: 22px;
  line-height: 28px;
  color: #757575;
  content: '\e601';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist-add-popup-modal .modal-inner-wrap {
  width: 450px;
}
.multiple-wishlists-selector-container {
  display: none;
}
.wp-wishlist-overlay {
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.column.main.next-page .ias-overlay {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.95;
  position: absolute;
  top: 0;
  z-index: 100;
}
.column.main.next-page .ias-spinner {
  position: absolute;
  top: 30px;
}
.column.main.infinite-scroll .product-items .ias-spinner,
.column.main.infinite-scroll .product-items .ias-load-more,
.column.main.infinite-scroll .product-items .ias-no-more {
  position: relative;
}
.column.main.infinite-scroll .product-items .ias-load-prev {
  position: relative;
  bottom: 20px;
}
.products.wrapper .product-items .ias-spinner {
  text-align: center;
}
.products.wrapper .product-items .ias-spinner span {
  clear: both;
  display: block;
  float: none;
  margin: 0 auto;
  text-align: center;
}
.products.wrapper .product-items .ias-spinner img {
  max-width: 20px;
}
.products.wrapper .product-items .ias-load-more,
.products.wrapper .product-items .ias-no-more {
  margin: 0 auto;
  clear: both;
  display: block;
  float: none;
  text-align: center;
}
.products.wrapper .product-items .ias-load-prev {
  position: relative;
  bottom: 20px;
  margin: 0 auto;
  clear: both;
  display: block;
  float: none;
  text-align: center;
}
.wp-ais .toolbar-amount {
  display: none;
}
.wp-acs .toolbar-sorter .sorter-action {
  display: none !important;
}
img[src*="Loader.gif"] {
  opacity: 0;
  visibility: hidden;
  height: auto;
}
.lazy {
  opacity: 1;
  -webkit-transition: opacity 0.8s;
  -moz-transition: opacity 0.8s;
  -ms-transition: opacity 0.8s;
  -o-transition: opacity 0.8s;
  transition: opacity 0.8s;
  visibility: visible;
}
.instagram-photos.col-2 a {
  width: 50%;
}
.instagram-photos.col-3 a {
  width: 33.30%;
}
.instagram-photos.col-4 a {
  width: 25%;
}
.instagram-photos.col-5 a {
  width: 20%;
}
.instagram-photos.col-6 a {
  width: 16.60%;
}
.instagram-photos a,
.instagram-photos img,
.instagram-photos video {
  display: block;
  height: auto !important;
  float: left;
}
.instagram-photos img,
.instagram-photos video {
  width: 100%;
  border-radius: 0 !important;
  padding: 0 1px 1px 0;
}
.instagram-photos img.use-padding,
.instagram-photos video.use-padding {
  padding: 5px;
}
.instagram-photos a[data-caption] {
  position: relative;
}
.instagram-photos a[data-caption]:hover::after {
  content: attr(data-caption);
  text-align: center;
  font-size: 1.3rem;
  color: black;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 2% 0;
  margin: 0px;
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: rgba(255, 255, 255, 0.8);
}
.instagram-photos a[data-caption].shuffle-item:hover::after {
  width: 100%;
}
.instagram-photos.use-padding a[data-caption]:hover::after {
  margin: 5px;
}
.instagram-photos.use-padding a[data-caption].shuffle-item:hover::after {
  width: calc((98% - 10px));
}
.instagram-widget-container {
  margin: 20px 0px;
  width: 100%;
  float: left;
}
.instagram-widget-container .instagram-heading-title {
  margin: 80px 0;
}
.instagram-widget-container .instagram-heading-title.center {
  text-align: center;
}
.instagram-widget-container .instagram-heading-title span {
  margin-top: 15px;
  font-size: 14px;
}
.extend_1,
.owl-carousel.products .owl-controls .owl-nav .owl-prev,
.owl-carousel.products .owl-controls .owl-nav .owl-next,
.owl-carousel.products .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  user-select: none;
  font-size: 0;
}
.products.products-grid,
.custom-slider {
  position: relative;
  padding: 0 0 20px;
}
.products.products-grid .banner-image img,
.custom-slider .banner-image img {
  height: auto;
}
.products.products-grid.remove-padding .owl-stage-outer,
.custom-slider.remove-padding .owl-stage-outer {
  padding: 0;
}
.products-grid .owl-item .product-item .product-item-details .price-box .old-price {
  margin-left: 0;
}
.owl-carousel.products {
  display: none;
  width: 100%;
  position: relative;
  z-index: 0;
}
.owl-carousel.products .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel.products .owl-animated-in {
  z-index: 0;
}
.owl-carousel.products .owl-animated-out {
  z-index: 1;
}
.owl-carousel.products .fadeOut {
  animation-name: fadeOut;
}
.owl-carousel.products .owl-stage {
  position: relative;
}
.owl-carousel.products .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel.products .owl-stage-outer {
  position: relative;
  overflow: hidden;
  padding: 20px 0;
}
:root .catalog-product-view .owl-carousel.products .owl-controls .owl-nav.fullscreen .owl-prev {
  width: 40px !important;
  top: 0 !important;
  left: 0 !important;
  background: none transparent !important;
}
:root .catalog-product-view .owl-carousel.products .owl-controls .owl-nav.fullscreen .owl-prev:hover {
  background: none transparent !important;
}
:root .catalog-product-view .owl-carousel.products .owl-controls .owl-nav.fullscreen .owl-prev.owl-prev-bottom.owl-label-show {
  width: auto !important;
}
:root .catalog-product-view .owl-carousel.products .owl-controls .owl-nav.fullscreen .owl-next {
  width: 40px !important;
  top: 0 !important;
  right: 0 !important;
  background: none transparent !important;
}
:root .catalog-product-view .owl-carousel.products .owl-controls .owl-nav.fullscreen .owl-next:hover {
  background: none transparent !important;
}
:root .catalog-product-view .owl-carousel.products .owl-controls .owl-nav.fullscreen .owl-next.owl-next-bottom.owl-label-show {
  width: auto !important;
}
.owl-carousel.products.owl-loaded {
  display: block;
}
.owl-carousel.products.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.products.owl-hidden {
  opacity: 0;
}
.owl-carousel.products .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  user-select: none;
}
.owl-carousel.products .owl-item img {
  display: block;
  width: 100%;
  transform-style: preserve-3d;
}
.owl-carousel.products .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel.products .owl-item .product-item {
  width: 100% !important;
  margin: 10px;
}
.owl-carousel.products .owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.products.owl-rtl {
  direction: rtl;
}
.owl-carousel.products.owl-rtl .owl-item {
  float: right;
}
.owl-carousel.products .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000000;
}
.owl-carousel.products .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(../../frontend/Pearl/weltpixel_custom/default/Magento_CatalogWidget/css/owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  transition: scale 100ms ease;
}
.owl-carousel.products .owl-video-play-icon:hover {
  transition: scale(1.3, 1.3);
}
.owl-carousel.products .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel.products .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel.products .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel.products .owl-video-frame {
  position: relative;
  z-index: 1;
}
.owl-carousel.products .owl-refresh .owl-item {
  display: none;
}
.owl-carousel.products.owl-text-select-on .owl-item {
  user-select: auto;
}
.owl-carousel.products .banner-item .content_slider {
  position: absolute;
  top: 25%;
  left: 50px;
  width: calc(100% - 120px);
  z-index: 1;
  color: #ffffff;
}
.owl-carousel.products .banner-item .content_slider .banner-title {
  width: 100%;
  color: #ffffff;
  font-size: 32px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  clear: both;
}
.owl-carousel.products .banner-item .content_slider .banner-description {
  width: 100%;
  clear: both;
  display: inline-block;
  text-align: center;
  padding: 15px 0;
}
.owl-carousel.products .banner-item .content_slider .buttons {
  width: 100%;
  clear: both;
  display: inline-block;
  text-align: center;
}
.owl-carousel.products .banner-item .content_slider .buttons a.action.primary {
  margin: 10px;
}
.owl-carousel.products .banner-item .content_slider .buttons .custom_content {
  margin: 10px 0 0;
  text-align: center;
}
.owl-carousel.products .product-item-details {
  float: left;
  width: 100%;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 500ms ease-in-out;
}
.owl-theme.owl-carousel .owl-controls .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme.owl-carousel .owl-controls .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  border: 1px solid #d6d6d6;
  background: white;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.owl-theme.owl-carousel .owl-controls .owl-dot:hover span {
  background: #000000;
}
.owl-theme.owl-carousel .owl-controls .owl-dot.active span {
  background: #000000;
  border: 1px solid #000000;
}
.owl-theme.owl-carousel .product .price-container .price {
  padding-right: 3px;
}
.owl-theme .owl-controls {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-controls .owl-nav [class*=owl-] {
  color: #ffffff;
  font-size: 0px;
  margin: calc(-@size / 2) 0 0;
  padding: 0;
  background: rgba(255, 255, 255, 0.5);
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  text-indent: 100%;
  overflow: hidden;
}
[class*=owl-carousel-products-] .owl-theme .owl-controls .owl-nav [class*=owl-] {
  background: transparent;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev {
  left: 15px;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev.owl-prev-bottom {
  position: relative;
  left: 0px !important;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev.owl-prev-bottom.owl-label-show {
  position: relative;
  display: inline-block;
  text-indent: unset;
  width: auto;
  line-height: 40px;
  color: #555555;
  padding-left: 25px;
  padding-right: 10px;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev.owl-prev-bottom.owl-label-show:before {
  left: 0px;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev.owl-prev-bottom:hover {
  color: #000;
}
[class*=owl-carousel-products-] .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev {
  left: -55px;
  font-size: 0;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev:before {
  position: absolute;
  top: 8px;
  left: 6px;
  z-index: 1;
  width: 26px;
  height: 25px;
  content: "";
  background-color: #555555;
  text-indent: 0;
  border-top: none;
  transform: rotate(360deg);
  -webkit-mask-image: url(../../frontend/Pearl/weltpixel_custom/en_US/WeltPixel_OwlCarouselSlider/images/arrow.svg);
  mask-image: url(../../frontend/Pearl/weltpixel_custom/en_US/WeltPixel_OwlCarouselSlider/images/arrow.svg);
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev:after {
  border-top: none;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-next {
  right: 15px;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-next.owl-next-bottom {
  position: relative;
  right: 0px !important;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-next.owl-next-bottom.owl-label-show {
  position: relative !important;
  position: relative;
  display: inline-block;
  text-indent: unset;
  width: auto;
  line-height: 40px;
  color: #555555;
  padding-left: 10px;
  padding-right: 25px;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-next.owl-next-bottom.owl-label-show:before {
  left: auto;
  right: 0px;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-next.owl-next-bottom:hover {
  color: #000;
}
[class*=owl-carousel-products-] .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next {
  right: -55px;
  font-size: 0;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-next:before {
  position: absolute;
  top: 8px;
  left: 7px;
  z-index: 1;
  width: 26px;
  height: 25px;
  content: "";
  background-color: #555555;
  border-top: none;
  transform: rotate(180deg);
  -webkit-mask-image: url(../../frontend/Pearl/weltpixel_custom/en_US/WeltPixel_OwlCarouselSlider/images/arrow.svg);
  mask-image: url(../../frontend/Pearl/weltpixel_custom/en_US/WeltPixel_OwlCarouselSlider/images/arrow.svg);
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-next:after {
  border-top: none;
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
  background: #000000;
  color: #ffffff;
  text-decoration: none;
}
[class*=owl-carousel-products-] .owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
  background: transparent;
  color: #000000;
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover:before,
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover:after {
  background-color: #ffffff;
}
[class*=owl-carousel-products-] .owl-theme .owl-controls .owl-nav [class*=owl-]:hover:before,
[class*=owl-carousel-products-] .owl-theme .owl-controls .owl-nav [class*=owl-]:hover:after {
  border-color: #000000;
}
.owl-theme .owl-controls .owl-nav .disabled {
  opacity: .5;
  cursor: default;
}
.owl-theme.owl-rtl .owl-controls .owl-nav .owl-next.owl-next-bottom {
  right: -40px !important;
}
.owl-theme.owl-rtl .owl-controls .owl-nav .owl-next.owl-next-bottom.owl-label-show {
  right: 0px !important;
}
.owl-theme.owl-rtl .owl-controls .owl-nav .owl-prev.owl-prev-bottom {
  right: 40px !important;
}
.owl-theme.owl-rtl .owl-controls .owl-nav .owl-prev.owl-prev-bottom.owl-label-show {
  right: 0px !important;
}
.owl-theme .owl-dots {
  position: absolute;
  width: 100%;
  bottom: 20px;
}
[class*=owl-carousel-products-] .owl-theme .owl-dots {
  position: relative;
  bottom: -20px;
}
.owl-theme[class*=owl-carousel-product] .owl-controls .owl-nav [class*=owl-]:hover:before,
.owl-theme[class*=owl-carousel-product] .owl-controls .owl-nav [class*=owl-]:hover:after {
  background: #000000;
}
.no-js .owl-carousel {
  display: block;
}
#pre-div-ajax {
  position: relative;
  top: 80px;
}
#pre-div {
  background-color: #ffffff;
  bottom: 0;
  height: 100%;
  width: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10000;
}
#pre-div .imageloader-loader {
  width: 100%;
  height: 100%;
}
#pre-div .imageloader-loader td {
  vertical-align: middle;
  text-align: center;
}
#pre-div .cssload-loader {
  position: relative;
  left: calc(50% - 31px);
  top: calc(50% - 31px);
  width: 62px;
  height: 62px;
  border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  perspective: 780px;
}
#pre-div .cssload-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
#pre-div .cssload-inner.cssload-one {
  left: 0%;
  top: 0%;
  animation: cssload-rotate-one 1.15s linear infinite;
  -o-animation: cssload-rotate-one 1.15s linear infinite;
  -ms-animation: cssload-rotate-one 1.15s linear infinite;
  -webkit-animation: cssload-rotate-one 1.15s linear infinite;
  -moz-animation: cssload-rotate-one 1.15s linear infinite;
  border-bottom: 3px solid #000000;
}
#pre-div .cssload-inner.cssload-two {
  right: 0%;
  top: 0%;
  animation: cssload-rotate-two 1.15s linear infinite;
  -o-animation: cssload-rotate-two 1.15s linear infinite;
  -ms-animation: cssload-rotate-two 1.15s linear infinite;
  -webkit-animation: cssload-rotate-two 1.15s linear infinite;
  -moz-animation: cssload-rotate-two 1.15s linear infinite;
  border-right: 3px solid #000000;
}
#pre-div .cssload-inner.cssload-three {
  right: 0%;
  bottom: 0%;
  animation: cssload-rotate-three 1.15s linear infinite;
  -o-animation: cssload-rotate-three 1.15s linear infinite;
  -ms-animation: cssload-rotate-three 1.15s linear infinite;
  -webkit-animation: cssload-rotate-three 1.15s linear infinite;
  -moz-animation: cssload-rotate-three 1.15s linear infinite;
  border-top: 3px solid #000000;
}
#pre-div .catalog-product-view .product-items .product-item-actions .actions-secondary {
  display: inline-block !important;
}
#pre-div .catalog-product-view .product-items .product-item-actions .action.tocompare {
  position: absolute !important;
  right: 0 !important;
}
#pre-div .catalog-product-view .product-items .product-item-actions .action.towishlist {
  position: absolute !important;
  left: 0 !important;
}
@keyframes cssload-rotate-one {
  0% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}
@-o-keyframes cssload-rotate-one {
  0% {
    -o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    -o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}
@-ms-keyframes cssload-rotate-one {
  0% {
    -ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    -ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}
@-webkit-keyframes cssload-rotate-one {
  0% {
    -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}
@-moz-keyframes cssload-rotate-one {
  0% {
    -moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    -moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}
@keyframes cssload-rotate-two {
  0% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}
@-o-keyframes cssload-rotate-two {
  0% {
    -o-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    -o-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}
@-ms-keyframes cssload-rotate-two {
  0% {
    -ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    -ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}
@-webkit-keyframes cssload-rotate-two {
  0% {
    -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}
@-moz-keyframes cssload-rotate-two {
  0% {
    -moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    -moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}
@keyframes cssload-rotate-three {
  0% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}
@-o-keyframes cssload-rotate-three {
  0% {
    -o-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    -o-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}
@-ms-keyframes cssload-rotate-three {
  0% {
    -ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    -ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}
@-webkit-keyframes cssload-rotate-three {
  0% {
    -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}
@-moz-keyframes cssload-rotate-three {
  0% {
    -moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    -moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}
.catalog-product-view.theme-pearl .column.main .block-content.content .block-actions .action.select {
  font-size: 18px;
}
.catalog-product-view .column.main .block-content.content .block-actions .action.select {
  margin-left: 10px;
}
.catalog-product-view .column.main .products-grid.products-related .product-item .product-item-info .product-item-details .field.choice.related {
  width: 80px;
  margin: 0 auto;
  float: none;
  position: static;
}
/* Mixins */
.css-code-ie-edge {
  /* IE10+ Edge CSS styles go here */
}
.css-code-ie-edge .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev::before {
  content: "\e7a4" !important;
  font-size: 41px !important;
  line-height: 23px !important;
  background: transparent;
  color: black;
  left: 5px;
}
.css-code-ie-edge .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev.icon-angle-left-magento::before {
  content: "\e608" !important;
}
.css-code-ie-edge .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next {
  overflow: visible !important;
  right: 30px !important;
}
.css-code-ie-edge .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next::before {
  content: "\e7a4" !important;
  font-size: 41px !important;
  line-height: 23px !important;
  background: transparent;
  color: black;
  left: 42px;
}
.css-code-ie-edge .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev.icon-angle-left-magento::before {
  content: "\e617" !important;
  font-family: "luma-icons";
  font-size: 22px !important;
  line-height: 24px !important;
}
.css-code-ie-edge .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next.icon-angle-right-magento::before {
  content: "\e617" !important;
  font-family: "luma-icons";
  font-size: 22px !important;
  line-height: 24px !important;
  left: 45px;
}
.css-code-ie-edge [class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-].owl-next.icon-angle-right-magento {
  right: -55px !important;
}
.css-code-ie-edge .owl-theme .owl-controls .owl-nav [class*=owl-]:hover:before {
  background: transparent !important;
  color: #fff !important;
}
.css-code-ie-edge [class*=owl-carousel-product].owl-theme .owl-controls .owl-nav [class*=owl-]:hover::before,
.css-code-ie-edge [class*=owl-carousel-product].owl-theme .owl-controls .owl-nav [class*=owl-]:hover::after {
  color: black !important;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ Edge CSS styles go here */
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev::before {
    content: "\e7a4" !important;
    font-size: 41px !important;
    line-height: 23px !important;
    background: transparent;
    color: black;
    left: 5px;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev.icon-angle-left-magento::before {
    content: "\e608" !important;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next {
    overflow: visible !important;
    right: 30px !important;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next::before {
    content: "\e7a4" !important;
    font-size: 41px !important;
    line-height: 23px !important;
    background: transparent;
    color: black;
    left: 42px;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev.icon-angle-left-magento::before {
    content: "\e617" !important;
    font-family: "luma-icons";
    font-size: 22px !important;
    line-height: 24px !important;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next.icon-angle-right-magento::before {
    content: "\e617" !important;
    font-family: "luma-icons";
    font-size: 22px !important;
    line-height: 24px !important;
    left: 45px;
  }
  [class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-].owl-next.icon-angle-right-magento {
    right: -55px !important;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-]:hover:before {
    background: transparent !important;
    color: #fff !important;
  }
  [class*=owl-carousel-product].owl-theme .owl-controls .owl-nav [class*=owl-]:hover::before,
  [class*=owl-carousel-product].owl-theme .owl-controls .owl-nav [class*=owl-]:hover::after {
    color: black !important;
  }
}
@supports (-ms-ime-align:auto) {
  /* IE10+ Edge CSS styles go here */
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev::before {
    content: "\e7a4" !important;
    font-size: 41px !important;
    line-height: 23px !important;
    background: transparent;
    color: black;
    left: 5px;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev.icon-angle-left-magento::before {
    content: "\e608" !important;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next {
    overflow: visible !important;
    right: 30px !important;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next::before {
    content: "\e7a4" !important;
    font-size: 41px !important;
    line-height: 23px !important;
    background: transparent;
    color: black;
    left: 42px;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev.icon-angle-left-magento::before {
    content: "\e617" !important;
    font-family: "luma-icons";
    font-size: 22px !important;
    line-height: 24px !important;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next.icon-angle-right-magento::before {
    content: "\e617" !important;
    font-family: "luma-icons";
    font-size: 22px !important;
    line-height: 24px !important;
    left: 45px;
  }
  [class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-].owl-next.icon-angle-right-magento {
    right: -55px !important;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-]:hover:before {
    background: transparent !important;
    color: #fff !important;
  }
  [class*=owl-carousel-product].owl-theme .owl-controls .owl-nav [class*=owl-]:hover::before,
  [class*=owl-carousel-product].owl-theme .owl-controls .owl-nav [class*=owl-]:hover::after {
    color: black !important;
  }
}
ul.weltpixel_multistore {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 0;
}
ul.weltpixel_multistore li {
  list-style-type: none;
  display: inline-block;
  margin: 0;
  padding: 0px;
  margin: 0px;
  border: 0px solid transparent;
  position: relative;
}
ul.weltpixel_multistore li:hover img {
  opacity: 0.6;
  transition: opacity 0.55s ease-in-out;
  -moz-transition: opacity 0.55s ease-in-out;
  -webkit-transition: opacity 0.55s ease-in-out;
}
ul.weltpixel_multistore li:hover.active img {
  opacity: 1;
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
}
ul.weltpixel_multistore li img {
  display: block;
}
.switcher-dropdown .multistore-label {
  white-space: nowrap;
}
.page-wrapper .page-header .switcher .options .switcher-wrapper {
  min-width: auto;
}
.page-wrapper .page-header .switcher .options .switcher-wrapper .primary-options-wrapper .multistore-label {
  padding: 0;
  margin-left: 8px;
}
.page-wrapper .page-header .switcher .options .switcher-wrapper .primary-options-wrapper .selected-option {
  padding: 0;
}
.page-wrapper .page-header .panel.wrapper .switcher .options .switcher-wrapper .primary-options-wrapper {
  display: flex;
  align-items: center;
  padding: 4px;
}
.page-header .panel.wrapper .switcher .options .dropdown .secondary-options-wrapper {
  display: flex;
  align-items: center;
  padding: 0;
}
.page-wrapper .page-header .switcher-language .switcher-options .multistore-switcher-wrapper,
#switcher-language-trigger {
  display: flex;
  align-items: center;
}
.selected-label {
  margin-left: 5px;
}
div#switcher-language-trigger:after {
  padding-top: 2px;
}
.secondary-image,
.selected-image {
  min-width: 30px;
}
.switcher-dropdown .switcher-option-mobile {
  display: flex;
  align-items: center;
}
.switcher-dropdown .nav-switcher-label {
  margin-left: 5px;
}
.page-header .header_right .switcher-dropdown .multistore-label {
  white-space: nowrap;
}
.page-header .header_right .switcher-language .switcher-options .multistore-switcher-wrapper,
.page-header .header_right #switcher-language-trigger {
  display: flex;
  align-items: center;
}
.page-header .header_right .selected-label {
  margin-left: 5px;
}
.page-header .header_right div#switcher-language-trigger:after {
  padding-top: 2px;
}
.page-header .header_right .secondary-image,
.page-header .header_right .selected-image {
  min-width: 30px;
}
.page-header .header_right .switcher-dropdown .switcher-option-mobile {
  display: flex;
  align-items: center;
}
.page-header .header_right .switcher-dropdown .nav-switcher-label {
  margin-left: 5px;
}
.page-header .header_right .switcher {
  margin-right: 10px;
}
.page-header .header_right .switcher .options {
  display: inline-block;
  position: relative;
}
.page-header .header_right .switcher .options:before,
.page-header .header_right .switcher .options:after {
  content: '';
  display: table;
}
.page-header .header_right .switcher .options:after {
  clear: both;
}
.page-header .header_right .switcher .options .action.toggle {
  padding: 0;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.page-header .header_right .switcher .options .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-header .header_right .switcher .options .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 22px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .header_right .switcher .options .action.toggle:hover:after {
  color: inherit;
}
.page-header .header_right .switcher .options .action.toggle:active:after {
  color: inherit;
}
.page-header .header_right .switcher .options .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.page-header .header_right .switcher .options .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-header .header_right .switcher .options .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 22px;
  color: inherit;
  content: '\e621';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .header_right .switcher .options .action.toggle.active:hover:after {
  color: inherit;
}
.page-header .header_right .switcher .options .action.toggle.active:active:after {
  color: inherit;
}
.page-header .header_right .switcher .options ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: #cccccc;
  margin-top: 4px;
  min-width: 160px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0px 20px 50px -20px rgba(0, 0, 0, 0.5);
}
.page-header .header_right .switcher .options ul.dropdown li {
  margin: 0;
  padding: 0;
}
.page-header .header_right .switcher .options ul.dropdown li:hover {
  background: #f4f4f4;
  cursor: pointer;
}
.page-header .header_right .switcher .options ul.dropdown:before,
.page-header .header_right .switcher .options ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.page-header .header_right .switcher .options ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.page-header .header_right .switcher .options ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 98;
}
.page-header .header_right .switcher .options ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.page-header .header_right .switcher .options ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.page-header .header_right .switcher .options.active {
  overflow: visible;
}
.page-header .header_right .switcher .options.active ul.dropdown {
  display: block;
}
.page-header .header_right .switcher .options ul.dropdown a {
  display: block;
  padding: 8px;
}
.page-header .header_right .switcher .options ul.dropdown a:hover {
  text-decoration: none;
}
.page-header .header_right .switcher .options ul.dropdown .secondary-options-wrapper {
  display: flex;
  align-items: center;
  padding: 0;
}
.page-header .header_right .switcher .options .switcher-wrapper {
  min-width: auto;
}
.page-header .header_right .switcher .options .switcher-wrapper .primary-options-wrapper .multistore-label {
  padding: 0;
  margin-left: 8px;
}
.page-header .header_right .switcher .options .switcher-wrapper .primary-options-wrapper .selected-option {
  padding: 0;
}
.page-header .header_right .switcher .options .switcher-wrapper .primary-options-wrapper {
  display: flex;
  align-items: center;
  padding: 4px;
}
.page-header .header_right .switcher li {
  font-size: 14px;
  margin: 0;
}
.page-header .header_right .switcher strong {
  font-weight: 400;
}
/** Social Icons css */
@font-face {
  font-family: 'font-icons-newsletter';
  src: url("../../frontend/Pearl/weltpixel_custom/en_US/WeltPixel_Newsletter/css/fonts/font-icons.eot");
  src: url('../../frontend/Pearl/weltpixel_custom/en_US/WeltPixel_Newsletter/css/fonts/font-icons.eot') format('embedded-opentype'), url('../../frontend/Pearl/weltpixel_custom/en_US/WeltPixel_Newsletter/css/fonts/font-icons.woff2') format('woff2'), url('../../frontend/Pearl/weltpixel_custom/en_US/WeltPixel_Newsletter/css/fonts/font-icons.woff') format('woff'), url('../../frontend/Pearl/weltpixel_custom/en_US/WeltPixel_Newsletter/css/fonts/font-icons.ttf') format('truetype'), url('../../frontend/Pearl/weltpixel_custom/en_US/WeltPixel_Newsletter/css/fonts/font-icons.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.si-facebook:hover,
.si-colored.si-facebook {
  background-color: #3b5998 !important;
}
.si-pinterest:hover,
.si-colored.si-pinterest {
  background-color: #c8232c !important;
}
.si-vimeo:hover,
.si-colored.si-vimeo {
  background-color: #86c9ef !important;
}
.si-instagram:hover,
.si-colored.si-instagram {
  background-color: #3f729b !important;
}
.si-twitter:hover,
.si-colored.si-twitter {
  background-color: #00acee !important;
}
[class^="icon-"],
[class*=" icon-"],
[class^="icon-line-"],
[class*=" icon-line-"],
[class^="icon-line2-"],
[class*=" icon-line2-"] {
  display: inline-block;
  font-family: 'font-icons-newsletter';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-facebook:before {
  content: "\e86f";
}
.icon-twitter:before {
  content: "\e85f";
}
.icon-vimeo:before {
  content: "\e861";
}
.icon-instagram:before {
  content: "\e889";
}
.icon-pinterest:before {
  content: "\e83e";
}
.social-icons {
  display: inline-block;
  text-align: center !important;
  cursor: pointer;
  font-style: normal;
  margin: 0 5px 5px 0;
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 38px !important;
  color: #555;
  text-shadow: none;
  border: 1px solid #AAA;
  border-radius: 3px;
  overflow: hidden;
}
a.social-icons,
a.social-icons:active,
a.social-icons:visited,
a.social-icons:hover {
  text-decoration: none;
}
body:not(.device-touch) .social-icons {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.si-rounded {
  border-radius: 50%;
}
.si-dark {
  background-color: #444;
  color: #FFF !important;
  border-color: transparent;
}
.social-icons i {
  display: block;
  position: relative;
}
body:not(.device-touch) .social-icons i {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
/** Social Icons css */
#wpn-lightbox-overlay {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
#wpn-lightbox-content {
  display: none;
  position: absolute;
  z-index: 10000;
  top: 0;
  max-width: 850px;
  width: 850px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#wpn-lightbox-close-newsletter {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 5px;
  font-weight: 400;
  width: 30px;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  background: #000;
  color: #fff;
  vertical-align: middle;
  cursor: pointer;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
}
.weltpixel_newsletter * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.weltpixel_newsletter .wpn-col-md-5 {
  line-height: 10px;
}
.weltpixel_newsletter .weltpixel_newsletter_signup_section {
  padding: 35px;
  text-align: center;
}
.weltpixel_newsletter .weltpixel_newsletter_signup_section strong {
  font-size: 12px;
}
.weltpixel_newsletter .weltpixel_newsletter_signup_section .title {
  font-size: 24px;
}
.weltpixel_newsletter #weltpixel_newsletter {
  padding: 15px 0;
  width: 100%;
  float: left;
}
.weltpixel_newsletter #weltpixel_newsletter .form-group {
  position: relative;
}
.weltpixel_newsletter #weltpixel_newsletter .title {
  font-size: 26px;
  text-transform: uppercase;
  text-align: center;
}
.weltpixel_newsletter #weltpixel_newsletter input[type=text],
.weltpixel_newsletter #weltpixel_newsletter input[type=email],
.weltpixel_newsletter #weltpixel_newsletter #popup_newsletter_email {
  width: 77%;
  height: 35px;
  border: 0;
  background: #f4f4f4;
  padding: 8px;
  font-size: 12px;
  float: left;
  line-height: 20px;
  text-transform: uppercase;
  text-align: center;
}
.weltpixel_newsletter #weltpixel_newsletter #terms_conditions_consent {
  width: 17px;
  height: 17px;
}
.weltpixel_newsletter #weltpixel_newsletter .button {
  height: 36px;
  padding: 8px;
  margin-left: 0px;
  float: right;
  font-size: 18px;
  line-height: 22px;
  background: #d83701;
  color: #FFF;
  text-transform: uppercase;
}
.weltpixel_newsletter #weltpixel_newsletter .terms-condition-container {
  position: relative;
  margin-top: 18px;
  text-align: left;
}
.weltpixel_newsletter #weltpixel_newsletter .terms-condition-container label,
.weltpixel_newsletter #weltpixel_newsletter .terms-condition-container label > * {
  vertical-align: top;
}
.weltpixel_newsletter #weltpixel_newsletter #popup_newsletter_email-error,
.weltpixel_newsletter #weltpixel_newsletter #terms_conditions_consent-error {
  clear: both;
  min-height: 13px;
  margin: 3px 0 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 13px;
  text-align: left;
  position: absolute;
  top: 35px;
}
.weltpixel_newsletter #weltpixel_newsletter #terms_conditions_consent-error {
  top: 0px;
  position: relative;
}
@media only screen and (max-width: 960px) {
  .weltpixel_newsletter .weltpixel_newsletter_signup_section #weltpixel_newsletter input[type=text],
  .weltpixel_newsletter .weltpixel_newsletter_signup_section input[type=email],
  .weltpixel_newsletter .weltpixel_newsletter_signup_section #popup_newsletter_email {
    width: 81%;
  }
}
@media (min-width: 992px) {
  .weltpixel_newsletter .wpn-col-md-5,
  .weltpixel_newsletter .wpn-col-md-7 {
    float: left;
  }
  .weltpixel_newsletter .wpn-col-md-5 {
    width: 41.66666667%;
  }
  .weltpixel_newsletter .wpn-col-md-7 {
    width: 58.33333333%;
  }
}
@media screen and (max-width: 992px) {
  #wpn-lightbox-content {
    width: 88%;
    padding: 6%;
  }
}
@media only screen and (max-width: 768px) {
  .weltpixel_newsletter .weltpixel_newsletter_signup_section {
    width: 100%;
    padding: 0;
  }
  .weltpixel_newsletter .weltpixel_newsletter_signup_section #weltpixel_newsletter {
    padding: 15px 0;
    width: 100%;
    float: left;
  }
  .weltpixel_newsletter .weltpixel_newsletter_signup_section #weltpixel_newsletter .button {
    float: right;
  }
  .weltpixel_newsletter .weltpixel_newsletter_signup_section #weltpixel_newsletter input[type=text],
  .weltpixel_newsletter .weltpixel_newsletter_signup_section #weltpixel_newsletter input[type=email],
  .weltpixel_newsletter .weltpixel_newsletter_signup_section #weltpixel_newsletter #popup_newsletter_email {
    width: 74%;
    float: left;
  }
  .weltpixel_newsletter .col-last {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .weltpixel_newsletter .weltpixel_newsletter_signup_section #weltpixel_newsletter input[type=text],
  .weltpixel_newsletter .weltpixel_newsletter_signup_section #weltpixel_newsletter input[type=email],
  .weltpixel_newsletter .weltpixel_newsletter_signup_section #weltpixel_newsletter #popup_newsletter_email {
    width: 66%;
  }
}
.product-items .product-item:hover .wp-product-label-hover {
  display: block;
}
.product-items .product-item:hover .wp-product-label-hover.wp-product-label-middle-left,
.product-items .product-item:hover .wp-product-label-hover.wp-product-label-middle-center,
.product-items .product-item:hover .wp-product-label-hover.wp-product-label-middle-right {
  display: table-cell;
}
.product-items .product-item .wp-product-label-hover {
  display: none;
}
.product-items .product-item .wp-product-label-hover.wp-product-label-middle-left,
.product-items .product-item .wp-product-label-hover.wp-product-label-middle-center,
.product-items .product-item .wp-product-label-hover.wp-product-label-middle-right {
  display: none;
}
.catalog-product-view .fotorama--fullscreen .wp-product-label {
  display: none;
}
.wp-product-label {
  position: absolute;
  z-index: 99;
  color: #000;
  display: block;
}
.wp-product-label.wp-product-label-top-left {
  top: 0;
  left: 0;
}
.wp-product-label.wp-product-label-top-center {
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
}
.wp-product-label.wp-product-label-top-right {
  top: 0;
  right: 0;
}
.wp-product-label.wp-product-label-bottom-left {
  bottom: 0;
  left: 0;
}
.wp-product-label.wp-product-label-bottom-center {
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
}
.wp-product-label.wp-product-label-bottom-right {
  bottom: 0;
  right: 0;
}
.wp-product-label.wp-product-label-middle-left,
.wp-product-label.wp-product-label-middle-center,
.wp-product-label.wp-product-label-middle-right {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
.wp-product-label.wp-product-label-middle-left:before,
.wp-product-label.wp-product-label-middle-center:before,
.wp-product-label.wp-product-label-middle-right:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.wp-product-label.wp-product-label-middle-left img,
.wp-product-label.wp-product-label-middle-center img,
.wp-product-label.wp-product-label-middle-right img {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}
.wp-product-label.wp-product-label-middle-center {
  text-align: center;
}
.wp-product-label.wp-product-label-middle-right {
  text-align: right;
}
.wp-product-label span {
  display: inline-block;
}
.wp-product-label.page-position {
  position: inherit;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.wp-product-label-extra {
  width: 100%;
  float: left;
  padding: 5px 0;
  margin-bottom: 10px;
}
.owl-carousel-reviews .block-title {
  text-align: center;
}
.owl-carousel-reviews .review-ratings {
  float: none;
  margin: 0 auto;
}
.owl-carousel-reviews .owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
  background: transparent;
}
.owl-carousel-reviews .owl-theme .owl-controls .owl-nav [class*=owl-]:hover:before {
  background-color: #000000;
}
@font-face {
  font-family: 'font-icons-sac';
  src: url("../../frontend/Pearl/weltpixel_custom/en_US/WeltPixel_SearchAutoComplete/css/fonts/font-icons.eot");
  src: url('../../frontend/Pearl/weltpixel_custom/en_US/WeltPixel_SearchAutoComplete/css/fonts/font-icons.eot') format('embedded-opentype'), url('../../frontend/Pearl/weltpixel_custom/en_US/WeltPixel_SearchAutoComplete/css/fonts/font-icons.woff2') format('woff2'), url('../../frontend/Pearl/weltpixel_custom/en_US/WeltPixel_SearchAutoComplete/css/fonts/font-icons.woff') format('woff'), url('../../frontend/Pearl/weltpixel_custom/en_US/WeltPixel_SearchAutoComplete/css/fonts/font-icons.ttf') format('truetype'), url('../../frontend/Pearl/weltpixel_custom/en_US/WeltPixel_SearchAutoComplete/css/fonts/font-icons.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
.modal-content .block .searchautocomplete.vertically .block-right a {
  font-size: 18px !important;
}
.modal-content .block .searchautocomplete.vertically .block-right .price {
  font-weight: bold;
  font-size: 14px !important;
  margin-top: 5px !important;
  color: #3e3d3d;
}
#search_mini_form .control {
  text-align: right;
  border-top: 0;
  margin: 0;
  padding: 0;
  position: relative;
  top: 0px;
}
#search_mini_form .control.loader-ajax .input-text {
  background-image: url(../../frontend/Pearl/weltpixel_custom/en_US/WeltPixel_SearchAutoComplete/images/ias-spinner.gif);
  background-position: calc(100% - 60px) center;
  background-repeat: no-repeat;
  background-size: 25px 25px;
}
.prod-container .text-no-result {
  padding: 10px 0;
  text-transform: initial;
}
.wpx-search-autocomplete-hidden {
  display: none !important;
}
.wpx-search-autocomplete-hidden .cat-container {
  text-transform: none;
  padding: 0;
}
.wpx-search-autocomplete-hidden .cat-container ul.category-list {
  padding: 10px;
}
.wpx-search-autocomplete {
  position: static !important;
  display: block !important;
  width: auto !important;
  margin: 10px 10px 0 10px;
  max-height: 17vh;
  overflow-y: auto;
}
.wpx-search-autocomplete .cat-container {
  text-transform: none;
}
.wpx-search-autocomplete ul {
  list-style-type: none;
  padding-left: 0px;
  margin-bottom: 0px;
}
.wpx-search-autocomplete ul li {
  cursor: pointer;
}
.wpx-search-autocomplete ul li span {
  text-transform: capitalize;
  font-size: 14px !important;
}
.wpx-search-autocomplete ul .amount {
  float: right;
}
.separator {
  padding: 10px;
  text-transform: initial;
  font-size: 13px;
}
.footer-img {
  background-image: url('../../frontend/Pearl/weltpixel_custom/en_US/WeltPixel_SearchAutoComplete/images/img-footer.svg');
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 auto;
  padding: 10px;
  height: 28px;
  max-width: 200px;
}
.loader-ajax {
  position: relative;
}
.loader-ajax:after {
  content: "";
  background-image: url('../../frontend/Pearl/weltpixel_custom/en_US/WeltPixel_SearchAutoComplete/images/ias-spinner.gif');
  background-size: 15px 15px;
  background-position: right center;
  background-repeat: no-repeat;
  height: 15px;
  width: 100%;
  display: block;
  position: absolute;
  right: 32px;
  top: 8px;
}
.modal-content .block .searchautocomplete.vertically {
  max-height: 70vh;
}
.block .searchautocomplete {
  max-height: 80vh;
  overflow-y: auto;
  background: none repeat scroll 0 0 #fff;
  margin: 0;
  display: none;
  text-align: left;
  position: absolute;
  z-index: 9;
  -webkit-box-shadow: 0px 3px 15px 0px rgba(112, 112, 112, 0.5);
  -moz-box-shadow: 0px 3px 15px 0px rgba(112, 112, 112, 0.5);
  box-shadow: 0px 3px 15px 0px rgba(112, 112, 112, 0.5);
}
.block .searchautocomplete .container-autocomplete {
  padding: 10px;
}
.block .searchautocomplete .container-autocomplete.cat-container {
  text-transform: none;
  padding: 0;
}
.block .searchautocomplete .container-autocomplete.cat-container ul.category-list {
  padding: 10px;
}
.block .searchautocomplete .wpx-header {
  line-height: 25px;
  text-transform: initial;
  font-size: 13px;
}
.block .searchautocomplete .advanced_search {
  cursor: pointer;
}
.block .searchautocomplete .search-results-items {
  line-height: 25px;
  font-size: 13px;
  text-transform: initial;
}
.block .searchautocomplete .search-results-items span {
  font-weight: 600;
  text-transform: lowercase;
}
.block .searchautocomplete .category-list {
  padding-left: 0px;
  margin: 0;
}
.block .searchautocomplete .category-list li {
  list-style-type: none;
  padding-bottom: 0px;
  margin-bottom: 1px;
  font-size: 15px;
}
.block .searchautocomplete .category-list li span.parent-cats {
  color: #5a5959;
  font-size: smaller;
}
.block .searchautocomplete .category-list li span.parent-cats span.parent-cats-separator {
  padding: 0 5px;
}
.block .searchautocomplete .category-list li span.parent-cats span.parent-cats-separator:after {
  content: '\e7a5';
  font-family: 'font-icons-sac';
  size: 6px;
}
.block .searchautocomplete .product-list {
  padding-left: 0px;
  margin-top: 25px;
}
.block .searchautocomplete .product-list li {
  list-style-type: none;
  padding-bottom: 10px;
}
.block .searchautocomplete .product-list .block-flex {
  display: flex;
}
.block .searchautocomplete .product-list .block-flex .block-left .prod-img {
  max-width: initial;
  margin-right: 10px;
}
.block .searchautocomplete .product-list .block-flex .block-right {
  align-self: flex-start;
  font-size: 14px;
}
.block .searchautocomplete .product-list .block-flex .block-right p {
  text-transform: initial;
  font-size: 14px;
}
.block .searchautocomplete .product-list .block-flex .block-right .product-title {
  margin: 0px;
  font-weight: normal;
  margin: 0 0 10px 0;
  text-transform: capitalize;
  font-size: 16px;
}
.block .searchautocomplete .product-list .block-flex .block-right .price {
  margin: 0 0 10px 0;
  display: block;
  font-size: 14px;
  font-weight: bold;
}
.block .searchautocomplete .product-list .img-result {
  float: left;
}
.block .searchautocomplete .more-results {
  line-height: 25px;
}
.block .searchautocomplete .more-results .advanced_search {
  font-weight: normal;
  text-transform: initial;
  font-size: 14px;
}
.block .searchautocomplete .wpx-footer {
  line-height: 25px;
  font-size: 14px;
  text-transform: initial;
}
.scroll {
  height: 370px;
  overflow-y: scroll;
}
.searchautocomplete::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}
.searchautocomplete::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
}
.searchautocomplete::-webkit-scrollbar-thumb {
  background-color: #c2c2c2;
}
/** Social Icons css */
@font-face {
  font-family: 'font-icons-sl';
  src: url("../../frontend/Pearl/weltpixel_custom/en_US/WeltPixel_SocialLogin/css/fonts/font-icons.eot");
  src: url('../../frontend/Pearl/weltpixel_custom/en_US/WeltPixel_SocialLogin/css/fonts/font-icons.eot') format('embedded-opentype'), url('../../frontend/Pearl/weltpixel_custom/en_US/WeltPixel_SocialLogin/css/fonts/font-icons.woff2') format('woff2'), url('../../frontend/Pearl/weltpixel_custom/en_US/WeltPixel_SocialLogin/css/fonts/font-icons.woff') format('woff'), url('../../frontend/Pearl/weltpixel_custom/en_US/WeltPixel_SocialLogin/css/fonts/font-icons.ttf') format('truetype'), url('../../frontend/Pearl/weltpixel_custom/en_US/WeltPixel_SocialLogin/css/fonts/font-icons.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
div.reset-pass-msg {
  width: 100%;
  padding: 20px;
  margin-bottom: 50px;
  background: #fdf0d5;
  margin-top: -20px;
}
div.reset-pass-msg a {
  font-weight: bold;
  text-decoration: underline;
}
body.wp-sl .popup-authentication .block-authentication.sl-popup .block-customer-login:before {
  height: 0;
}
body.wp-sl div.sociallogin-wrapper {
  display: block;
  padding: 0;
  width: 400px;
  margin-bottom: 24px;
  width: 100%;
}
body.wp-sl div.sociallogin-wrapper div.sociallogin-block {
  width: 100%;
}
body.wp-sl div.sociallogin-wrapper div.sociallogin-block div.sociallogin-block-title {
  font-size: 1.8rem;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
body.wp-sl div.sociallogin-wrapper div.sociallogin-block div.sociallogin-block-title strong {
  font-weight: 500;
}
body.wp-sl div.sociallogin-wrapper div.sociallogin-block div.sociallogin-padding {
  max-width: 100%;
}
body.wp-sl div.sociallogin-wrapper div.sociallogin-block div.sociallogin-padding div.sociallogin-box {
  margin: 0 0px 7px;
  cursor: pointer;
}
body.wp-sl div.sociallogin-wrapper div.sociallogin-block div.sociallogin-padding div.sociallogin-box a.sociallogin-button {
  width: 100%;
  transition: all 0.2s ease;
  display: block;
  text-decoration: none;
  box-shadow: 0 0 5px #999;
}
body.wp-sl div.sociallogin-wrapper div.sociallogin-block div.sociallogin-padding div.sociallogin-box a.sociallogin-button.sociallogin-button:hover {
  z-index: 10;
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  transform: scale(1.03);
}
body.wp-sl div.sociallogin-wrapper div.sociallogin-block div.sociallogin-padding div.sociallogin-box a.sociallogin-button span.sociallogin-icon {
  height: 34px;
  cursor: pointer;
  display: block;
  position: relative;
  z-index: 1;
  outline: 0;
  margin: 0 auto;
  padding: 0 5px;
  transition: all 0.2s ease;
  -webkit-font-smoothing: antialiased;
  border-radius: 2px;
  font-size: inherit;
  text-align: left;
  line-height: 34px;
  color: #fff;
  vertical-align: middle;
  font-family: inherit;
}
body.wp-sl div.sociallogin-wrapper div.sociallogin-block div.sociallogin-padding div.sociallogin-box a.sociallogin-button span.sociallogin-icon:before {
  display: inline-block;
  height: 100%;
  width: 40px;
  border-radius: 2px;
  font-size: 100%;
  position: absolute;
  left: 0;
  text-align: center;
  font-family: font-icons;
  content: "";
  border-right: 1px solid #fff;
}
body.wp-sl div.sociallogin-wrapper div.sociallogin-block div.sociallogin-padding div.sociallogin-box a.sociallogin-button span.sociallogin-icon:after {
  font-family: inherit;
  font-size: inherit;
  margin-left: 42px;
}
body.wp-sl div.sociallogin-wrapper div.sociallogin-block div.sociallogin-padding div.sociallogin-box a.sociallogin-button span.sl-fb {
  background-color: #3b5998;
}
body.wp-sl div.sociallogin-wrapper div.sociallogin-block div.sociallogin-padding div.sociallogin-box a.sociallogin-button span.sl-fb:before {
  content: "\e86f";
}
body.wp-sl div.sociallogin-wrapper div.sociallogin-block div.sociallogin-padding div.sociallogin-box a.sociallogin-button span.sl-fb:after {
  content: 'Login with Facebook';
}
body.wp-sl div.sociallogin-wrapper div.sociallogin-block div.sociallogin-padding div.sociallogin-box a.sociallogin-button span.sociallogin-icon.sl-instagram {
  background-color: #e72252;
}
body.wp-sl div.sociallogin-wrapper div.sociallogin-block div.sociallogin-padding div.sociallogin-box a.sociallogin-button span.sociallogin-icon.sl-instagram:before {
  content: "\e889";
}
body.wp-sl div.sociallogin-wrapper div.sociallogin-block div.sociallogin-padding div.sociallogin-box a.sociallogin-button span.sociallogin-icon.sl-instagram:after {
  content: 'Login with Instagram';
}
body.wp-sl div.sociallogin-wrapper div.sociallogin-block div.sociallogin-padding div.sociallogin-box a.sociallogin-button span.sl-google {
  background-color: #fff;
}
body.wp-sl div.sociallogin-wrapper div.sociallogin-block div.sociallogin-padding div.sociallogin-box a.sociallogin-button span.sl-google:before {
  background-image: url("../../frontend/Pearl/weltpixel_custom/en_US/WeltPixel_SocialLogin/images/icons/google.svg");
  border-right: 1px solid #e7e7e7;
}
body.wp-sl div.sociallogin-wrapper div.sociallogin-block div.sociallogin-padding div.sociallogin-box a.sociallogin-button span.sl-google:after {
  content: 'Login with Google';
  color: #212121;
}
body.wp-sl div.sociallogin-wrapper div.sociallogin-block div.sociallogin-padding div.sociallogin-box a.sociallogin-button span.sl-amazon {
  background-color: #fd7a1f;
}
body.wp-sl div.sociallogin-wrapper div.sociallogin-block div.sociallogin-padding div.sociallogin-box a.sociallogin-button span.sl-amazon:before {
  content: "\e86a";
}
body.wp-sl div.sociallogin-wrapper div.sociallogin-block div.sociallogin-padding div.sociallogin-box a.sociallogin-button span.sl-amazon:after {
  content: 'Login with Amazon';
}
body.wp-sl div.sociallogin-wrapper div.sociallogin-block div.sociallogin-padding div.sociallogin-box a.sociallogin-button span.sl-twitter {
  background-color: #00acee;
}
body.wp-sl div.sociallogin-wrapper div.sociallogin-block div.sociallogin-padding div.sociallogin-box a.sociallogin-button span.sl-twitter:before {
  content: "\e85f";
}
body.wp-sl div.sociallogin-wrapper div.sociallogin-block div.sociallogin-padding div.sociallogin-box a.sociallogin-button span.sl-twitter:after {
  content: 'Login with Twitter';
}
body.wp-sl div.sociallogin-wrapper div.sociallogin-block div.sociallogin-padding div.sociallogin-box a.sociallogin-button span.sl-paypal {
  background-color: #00588b;
}
body.wp-sl div.sociallogin-wrapper div.sociallogin-block div.sociallogin-padding div.sociallogin-box a.sociallogin-button span.sl-paypal:before {
  content: "\e833";
}
body.wp-sl div.sociallogin-wrapper div.sociallogin-block div.sociallogin-padding div.sociallogin-box a.sociallogin-button span.sl-paypal:after {
  content: 'Login with PayPal';
}
body.wp-sl div.sociallogin-wrapper div.sociallogin-block div.sociallogin-padding div.sociallogin-box a.sociallogin-button span.sl-linkedin {
  background-color: #0e76a8;
}
body.wp-sl div.sociallogin-wrapper div.sociallogin-block div.sociallogin-padding div.sociallogin-box a.sociallogin-button span.sl-linkedin:before {
  content: "\e858";
}
body.wp-sl div.sociallogin-wrapper div.sociallogin-block div.sociallogin-padding div.sociallogin-box a.sociallogin-button span.sl-linkedin:after {
  content: 'Login with Linkedin';
}
body.wp-sl .sl-link-line .social-icons {
  font-size: 20px;
  line-height: 53px;
  text-shadow: none;
  width: 35px;
  display: inline-block;
}
body.wp-sl .sl-link-line .social-icons i {
  display: block;
  position: relative;
  display: inline-block;
  font-family: font-icons;
}
body.wp-sl .sl-link-line .social-icons i:last-child {
  display: none;
}
body.wp-sl .sl-ajaxlogin-title {
  cursor: pointer;
}
body.wp-sl .sl-ajaxlogin-title.active {
  color: #2c292a;
  text-decoration: underline;
}
body.wp-sl .sl-ajaxlogin-title-space {
  padding: 0 4px;
  font-weight: 100;
  font-size: smaller;
}
body.wp-sl .sl-login-section .block-content .sl-actions-toolbar {
  text-align: center;
  padding-top: 20px;
}
body.wp-sl .sl-login-section .block-content .sl-actions-toolbar .proceed button {
  width: 222px;
}
body.wp-sl div.sociallogin-wrapper {
  width: 100%;
  float: none;
}
body.wp-sl div.sociallogin-wrapper .sociallogin-block .sl-show-action {
  text-align: center;
}
body.wp-sl div.sociallogin-wrapper .sociallogin-block .sl-buttons-wrapper .block-heading {
  padding-top: 10px;
}
body.wp-sl div.sociallogin-wrapper .sociallogin-block .sl-buttons-wrapper .sl-login-back {
  cursor: pointer;
  padding-bottom: 8px;
  text-align: left;
}
body.wp-sl div.sociallogin-wrapper .sociallogin-block .sl-buttons-wrapper .sl-login-back:before {
  content: '\e617';
  font-family: 'luma-icons';
}
body:not(.theme-pearl).wp-sl div.sociallogin-wrapper div.sociallogin-block div.sociallogin-padding div.sociallogin-box a.sociallogin-button span.sociallogin-icon:before {
  font-family: font-icons-sl;
}
body:not(.theme-pearl).wp-sl .social-icons i {
  font-family: font-icons-sl;
}
body:not(.theme-pearl).wp-sl .popup-authentication .block-customer-login {
  padding-top: 0;
}
div.sl-loader:after {
  content: "";
  background-image: url('../../frontend/Pearl/weltpixel_custom/en_US/WeltPixel_SocialLogin/images/ias-spinner.gif');
  background-size: 27px 26px;
  background-position: right center;
  background-repeat: no-repeat;
  height: 25px;
  width: 100%;
  display: block;
  position: absolute;
  right: 20px;
  top: 5px;
}
.sociallogin-container {
  border: 1px solid #ccc;
  max-width: 245px;
}
.sociallogin-container ul.sociallogin-buttons-list {
  list-style-type: none;
  margin: 0;
  padding: 10px;
}
.sociallogin-container ul.sociallogin-buttons-list li {
  padding: 0;
  margin: 0;
}
body:not(.theme-pearl).wp-sl .sl-link-line .social-icons {
  border: 0 none;
}
body:not(.theme-pearl).wp-sl .sl-link-line .social-icons:hover {
  background: transparent !important;
  border: 0 none;
}
body.theme-pearl.account.sociallogin-account-socialaccounts .social-icons i:last-child {
  display: block;
  color: #FFF !important;
}
ul.sl-unlinks {
  list-style-type: none;
  max-width: 45%;
}
ul.sl-unlinks li.sl-link-line {
  padding-top: 5px;
  border-bottom: 1px solid #d1d1d1;
  width: auto;
}
ul.sl-unlinks li.sl-link-line span {
  display: inline-block;
  height: 50px;
  text-align: center;
  vertical-align: top;
}
ul.sl-unlinks li.sl-link-line div.sl-icon {
  display: inline-block;
  height: 50px;
  width: 50px;
}
ul.sl-unlinks li.sl-link-line .sl-link-name {
  width: calc(100% - 106px);
  font-size: 1.4rem;
  color: #575757;
  padding-top: 16px;
}
ul.sl-unlinks li.sl-link-line a.sl-link-unlink {
  max-width: 50px;
  vertical-align: top;
  padding-top: 0px;
  display: inline-block;
  height: 40px;
  text-align: center;
  font-size: 16px;
  line-height: 38px;
  color: #006bb4;
}
[class^="icon-"] {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.theme-pearl.sociallogin-account-socialaccounts a.social-icons:hover {
  text-decoration: none;
}
body.theme-pearl.sociallogin-account-socialaccounts .si-unlink:hover {
  background-color: #ccc !important;
}
a.social-icons:hover {
  text-decoration: none;
}
.si-unlink:hover {
  background-color: #ccc !important;
}
body.sociallogin-account-socialaccounts .icon-facebook:before {
  content: "\e86f";
}
body.sociallogin-account-socialaccounts .icon-amazon:before {
  content: "\e86a";
}
body.sociallogin-account-socialaccounts .icon-google:before {
  content: "\e853";
}
body.sociallogin-account-socialaccounts .icon-instagram:before {
  content: "\e889";
}
body.sociallogin-account-socialaccounts .icon-twitter:before {
  content: "\e85f";
}
body.sociallogin-account-socialaccounts .icon-linkedin:before {
  content: "\e858";
}
body.sociallogin-account-socialaccounts .icon-paypal:before {
  content: "\e833";
}
body.sociallogin-account-socialaccounts .icon-unlink:before {
  content: "\e7c5";
}
body.wp-sl.multishipping-checkout-login div.page-wrapper .columns .main div.sociallogin-wrapper,
body.wp-sl.customer-account-login div.page-wrapper .columns .main div.sociallogin-wrapper {
  width: 32%;
  float: left;
}
body.wp-sl.multishipping-checkout-login div.page-wrapper .columns .main div.sociallogin-wrapper div.sociallogin-padding,
body.wp-sl.customer-account-login div.page-wrapper .columns .main div.sociallogin-wrapper div.sociallogin-padding {
  max-width: 75%;
}
body.wp-sl.multishipping-checkout-login div.page-wrapper .columns .main .login-container,
body.wp-sl.customer-account-login div.page-wrapper .columns .main .login-container {
  width: 63%;
  float: left;
  padding: 1.2%;
}
body.wp-sl.theme-pearl div.sociallogin-wrapper div.sociallogin-block {
  width: 100%;
}
body.wp-sl.theme-pearl .sl-ajaxlogin-title-space {
  font-size: 0.5em;
}
body.wp-sl.customer-account-create div.page-wrapper .columns .main div.sociallogin-wrapper {
  margin: 0 0 0 25px;
  width: 33%;
  float: right;
}
body.wp-sl.customer-account-create div.page-wrapper .columns .main div.sociallogin-wrapper div.sociallogin-padding {
  max-width: 75%;
}
body.wp-sl.customer-account-create div.page-wrapper .columns .main div.sociallogin-wrapper div.sociallogin-block div.sociallogin-block-title {
  font-size: 2.2rem;
  line-height: 1.1;
  border-bottom: 1px solid #c6c6c6;
}
body.wp-sl.customer-account-create div.page-wrapper .columns .main div.sociallogin-wrapper div.sociallogin-block div.sociallogin-block-title strong {
  font-weight: 300;
}
body.wp-sl.theme-pearl.customer-account-create div.page-wrapper .columns .main div.sociallogin-wrapper,
body.wp-sl.theme-pearl.multishipping-checkout-register div.page-wrapper .columns .main div.sociallogin-wrapper {
  margin: 0 0 0 25px;
  width: 33%;
  float: right;
}
body.wp-sl.theme-pearl.customer-account-create div.page-wrapper .columns .main div.sociallogin-wrapper div.sociallogin-block div.sociallogin-block-title strong,
body.wp-sl.theme-pearl.multishipping-checkout-register div.page-wrapper .columns .main div.sociallogin-wrapper div.sociallogin-block div.sociallogin-block-title strong {
  font-size: inherit;
  font-family: inherit;
}
body.wp-sl.theme-pearl.customer-account-login div.sociallogin-wrapper div.sociallogin-block {
  width: 100%;
}
body.checkout-cart-index div.cart-summary div.sociallogin-wrapper {
  width: 100% !important;
  margin-bottom: unset;
  margin-top: 10px;
}
body.checkout-cart-index div.cart-summary div.sociallogin-wrapper div.sociallogin-block div.sociallogin-block-title {
  cursor: pointer;
  border-bottom: unset;
  margin-bottom: unset;
  font-size: inherit;
}
body.checkout-cart-index div.cart-summary div.sociallogin-wrapper div.sociallogin-block div.sociallogin-block-title strong {
  font-weight: 600;
}
body.checkout-cart-index div.cart-summary div.sociallogin-wrapper div.sociallogin-block div.sociallogin-block-title:after {
  content: '\e622';
  font-family: 'luma-icons';
  font-size: 12px;
  color: #858585;
  position: absolute;
  right: 20px;
}
body.checkout-cart-index div.cart-summary div.sociallogin-wrapper div.sociallogin-block div.sociallogin-block-title.open:after {
  content: '\e621';
  font-family: 'luma-icons';
  font-size: 12px;
  color: #858585;
  position: absolute;
  right: 20px;
}
body.checkout-cart-index div.cart-summary div.sociallogin-wrapper div.sociallogin-block div.sociallogin-padding {
  display: none;
  max-width: unset;
}
body.checkout-index-index div.cart-summary div.sociallogin-wrapper {
  width: 100% !important;
  margin-bottom: unset;
  margin-top: 45px;
}
body.checkout-index-index div.cart-summary div.sociallogin-wrapper div.sociallogin-block div.sociallogin-block-title {
  cursor: pointer;
  font-size: 2.6rem;
}
body.checkout-index-index div.cart-summary div.sociallogin-wrapper div.sociallogin-block div.sociallogin-block-title strong {
  font-weight: 300;
}
body:not(.theme-pearl).wp-sl.multishipping-checkout-login div.page-wrapper .columns .main div.sociallogin-wrapper,
body:not(.theme-pearl).wp-sl.customer-account-login div.page-wrapper .columns .main div.sociallogin-wrapper {
  width: 32%;
}
body:not(.theme-pearl).wp-sl.multishipping-checkout-login div.page-wrapper .columns .main .login-container,
body:not(.theme-pearl).wp-sl.customer-account-login div.page-wrapper .columns .main .login-container {
  width: 62%;
  padding: 10px;
}
body._has-auth-shown .authentication-wrapper {
  z-index: 9000;
}
.popup-authentication .modal-inner-wrap {
  max-width: 400px;
}
.checkout-onepage-success .thankyou-wrapper,
.multishipping-checkout-success .thankyou-wrapper {
  margin: 0 auto 67px auto;
  text-align: center;
}
.checkout-onepage-success .thankyou-wrapper .block.newsletter .form.subscribe,
.multishipping-checkout-success .thankyou-wrapper .block.newsletter .form.subscribe {
  display: flex;
  justify-content: center;
  align-items: center;
}
.checkout-onepage-success .thankyou-wrapper .block.newsletter .field.newsletter,
.multishipping-checkout-success .thankyou-wrapper .block.newsletter .field.newsletter {
  max-width: 260px;
  width: 100%;
}
.checkout-onepage-success .thankyou-wrapper .block.newsletter .actions,
.multishipping-checkout-success .thankyou-wrapper .block.newsletter .actions {
  width: auto;
}
.checkout-onepage-success .thankyou-wrapper p,
.multishipping-checkout-success .thankyou-wrapper p {
  margin-bottom: 0;
}
.checkout-onepage-success .thankyou-wrapper .actions-toolbar,
.multishipping-checkout-success .thankyou-wrapper .actions-toolbar {
  text-align: center;
}
.checkout-onepage-success .thankyou-wrapper .actions-toolbar .primary,
.multishipping-checkout-success .thankyou-wrapper .actions-toolbar .primary {
  float: none;
}
.checkout-onepage-success .thankyou-wrapper .thank-you-page h1,
.multishipping-checkout-success .thankyou-wrapper .thank-you-page h1 {
  margin-bottom: 12px;
  line-height: 30px;
}
.checkout-onepage-success .thankyou-wrapper .thank-you-page .icon_thank_you_01,
.multishipping-checkout-success .thankyou-wrapper .thank-you-page .icon_thank_you_01 {
  width: 55px;
  height: 55px;
  background-image: url('../../frontend/Pearl/weltpixel_custom/en_US/WeltPixel_ThankYouPage/images/icon_01.svg');
  background-repeat: no-repeat;
  margin: 81px auto 21px auto;
}
.checkout-onepage-success .thankyou-wrapper .newsletter-description,
.multishipping-checkout-success .thankyou-wrapper .newsletter-description {
  font-size: 15px;
  text-align: center;
  margin-bottom: 10px;
  font-weight: bold;
}
.checkout-onepage-success .thankyou-wrapper .block.newsletter .actions span,
.multishipping-checkout-success .thankyou-wrapper .block.newsletter .actions span {
  margin-top: -2px;
  display: block;
}
.checkout-onepage-success .thankyou-wrapper .block.newsletter .field .control:before,
.multishipping-checkout-success .thankyou-wrapper .block.newsletter .field .control:before {
  line-height: 32px;
}
.checkout-onepage-success .thankyou-wrapper .block.newsletter input:focus,
.multishipping-checkout-success .thankyou-wrapper .block.newsletter input:focus,
.checkout-onepage-success .thankyou-wrapper .block.newsletter .action.subscribe:focus,
.multishipping-checkout-success .thankyou-wrapper .block.newsletter .action.subscribe:focus {
  box-shadow: none;
}
.checkout-onepage-success .thankyou-wrapper .checkout-success .actions-toolbar,
.multishipping-checkout-success .thankyou-wrapper .checkout-success .actions-toolbar {
  margin-top: 21px;
}
.checkout-onepage-success .thankyou-wrapper .checkout-success .actions-toolbar .primary .action,
.multishipping-checkout-success .thankyou-wrapper .checkout-success .actions-toolbar .primary .action {
  margin: 0;
}
.checkout-onepage-success .thankyou-wrapper .checkout-success,
.multishipping-checkout-success .thankyou-wrapper .checkout-success,
.checkout-onepage-success .thankyou-wrapper #registration,
.multishipping-checkout-success .thankyou-wrapper #registration,
.checkout-onepage-success .thankyou-wrapper .cmsblock-container,
.multishipping-checkout-success .thankyou-wrapper .cmsblock-container,
.checkout-onepage-success .thankyou-wrapper .block.newsletter,
.multishipping-checkout-success .thankyou-wrapper .block.newsletter {
  margin-bottom: 64px;
}
.checkout-onepage-success .thankyou-wrapper div:last-child,
.multishipping-checkout-success .thankyou-wrapper div:last-child {
  margin-bottom: 0 !important;
}
.checkout-onepage-success .thankyou-wrapper .icon_thank_you_02,
.multishipping-checkout-success .thankyou-wrapper .icon_thank_you_02 {
  width: 55px;
  height: 55px;
  background-image: url('../../frontend/Pearl/weltpixel_custom/en_US/WeltPixel_ThankYouPage/images/icon_02.svg');
  background-repeat: no-repeat;
  margin: 0 auto 21px auto;
}
.checkout-onepage-success .thankyou-wrapper .icon_thank_you_03,
.multishipping-checkout-success .thankyou-wrapper .icon_thank_you_03 {
  width: 55px;
  height: 55px;
  background-image: url('../../frontend/Pearl/weltpixel_custom/en_US/WeltPixel_ThankYouPage/images/icon_03.svg');
  background-repeat: no-repeat;
  margin: 0 auto 21px auto;
}
.checkout-onepage-success .thankyou-wrapper .registration-thank-you .action,
.multishipping-checkout-success .thankyou-wrapper .registration-thank-you .action {
  margin-top: 21px;
}
.checkout-onepage-success .thankyou-wrapper .google-map-wrapper,
.multishipping-checkout-success .thankyou-wrapper .google-map-wrapper {
  width: 100%;
  margin-bottom: 64px;
}
.checkout-onepage-success .thankyou-wrapper .google-map-wrapper .google-map,
.multishipping-checkout-success .thankyou-wrapper .google-map-wrapper .google-map {
  margin: 0 auto;
}
.checkout-onepage-success .thankyou-wrapper #ws_embed_sms_notification,
.multishipping-checkout-success .thankyou-wrapper #ws_embed_sms_notification {
  margin-bottom: 10px;
  text-align: center;
}
.checkout-onepage-success .thankyou-wrapper #ws-responses,
.multishipping-checkout-success .thankyou-wrapper #ws-responses {
  padding-bottom: 60px;
  min-height: 22px;
}
.checkout-onepage-success .thankyou-wrapper .order-info,
.multishipping-checkout-success .thankyou-wrapper .order-info {
  margin-bottom: 64px;
}
.checkout-onepage-success .thankyou-wrapper .order-info .customer-info h4,
.multishipping-checkout-success .thankyou-wrapper .order-info .customer-info h4 {
  font-weight: 600;
  margin-bottom: 10px;
}
.checkout-onepage-success .thankyou-wrapper .order-info .customer-info .address-wrapper,
.multishipping-checkout-success .thankyou-wrapper .order-info .customer-info .address-wrapper {
  display: flex;
}
.checkout-onepage-success .thankyou-wrapper .order-info .customer-info .address-wrapper h4,
.multishipping-checkout-success .thankyou-wrapper .order-info .customer-info .address-wrapper h4 {
  font-weight: 600;
  margin-top: 10px;
}
.checkout-onepage-success .thankyou-wrapper .order-info .customer-info .address-wrapper .shipping-address,
.multishipping-checkout-success .thankyou-wrapper .order-info .customer-info .address-wrapper .shipping-address,
.checkout-onepage-success .thankyou-wrapper .order-info .customer-info .address-wrapper .billing-address,
.multishipping-checkout-success .thankyou-wrapper .order-info .customer-info .address-wrapper .billing-address {
  padding: 10px 0;
  text-align: right;
  width: 50%;
}
.checkout-onepage-success .thankyou-wrapper .order-info .customer-info .address-wrapper .shipping-address h4,
.multishipping-checkout-success .thankyou-wrapper .order-info .customer-info .address-wrapper .shipping-address h4,
.checkout-onepage-success .thankyou-wrapper .order-info .customer-info .address-wrapper .billing-address h4,
.multishipping-checkout-success .thankyou-wrapper .order-info .customer-info .address-wrapper .billing-address h4,
.checkout-onepage-success .thankyou-wrapper .order-info .customer-info .address-wrapper .shipping-address p,
.multishipping-checkout-success .thankyou-wrapper .order-info .customer-info .address-wrapper .shipping-address p,
.checkout-onepage-success .thankyou-wrapper .order-info .customer-info .address-wrapper .billing-address p,
.multishipping-checkout-success .thankyou-wrapper .order-info .customer-info .address-wrapper .billing-address p {
  padding-right: 10px;
}
.checkout-onepage-success .thankyou-wrapper .order-info .customer-info .address-wrapper .billing-address,
.multishipping-checkout-success .thankyou-wrapper .order-info .customer-info .address-wrapper .billing-address {
  text-align: left;
}
.checkout-onepage-success .thankyou-wrapper .order-info .customer-info .address-wrapper .billing-address h4,
.multishipping-checkout-success .thankyou-wrapper .order-info .customer-info .address-wrapper .billing-address h4,
.checkout-onepage-success .thankyou-wrapper .order-info .customer-info .address-wrapper .billing-address p,
.multishipping-checkout-success .thankyou-wrapper .order-info .customer-info .address-wrapper .billing-address p {
  padding-right: 0;
  padding-left: 10px;
}
.checkout-onepage-success .thankyou-wrapper .order-info .customer-info .methods-wrapper,
.multishipping-checkout-success .thankyou-wrapper .order-info .customer-info .methods-wrapper {
  display: flex;
}
.checkout-onepage-success .thankyou-wrapper .order-info .customer-info .methods-wrapper h4,
.multishipping-checkout-success .thankyou-wrapper .order-info .customer-info .methods-wrapper h4 {
  font-weight: 600;
  margin-top: 10px;
}
.checkout-onepage-success .thankyou-wrapper .order-info .customer-info .methods-wrapper .shipping-method,
.multishipping-checkout-success .thankyou-wrapper .order-info .customer-info .methods-wrapper .shipping-method,
.checkout-onepage-success .thankyou-wrapper .order-info .customer-info .methods-wrapper .payment-method,
.multishipping-checkout-success .thankyou-wrapper .order-info .customer-info .methods-wrapper .payment-method {
  padding: 10px 0;
  text-align: right;
  width: 50%;
}
.checkout-onepage-success .thankyou-wrapper .order-info .customer-info .methods-wrapper .shipping-method h4,
.multishipping-checkout-success .thankyou-wrapper .order-info .customer-info .methods-wrapper .shipping-method h4,
.checkout-onepage-success .thankyou-wrapper .order-info .customer-info .methods-wrapper .payment-method h4,
.multishipping-checkout-success .thankyou-wrapper .order-info .customer-info .methods-wrapper .payment-method h4,
.checkout-onepage-success .thankyou-wrapper .order-info .customer-info .methods-wrapper .shipping-method p,
.multishipping-checkout-success .thankyou-wrapper .order-info .customer-info .methods-wrapper .shipping-method p,
.checkout-onepage-success .thankyou-wrapper .order-info .customer-info .methods-wrapper .payment-method p,
.multishipping-checkout-success .thankyou-wrapper .order-info .customer-info .methods-wrapper .payment-method p {
  padding-right: 10px;
}
.checkout-onepage-success .thankyou-wrapper .order-info .customer-info .methods-wrapper .payment-method,
.multishipping-checkout-success .thankyou-wrapper .order-info .customer-info .methods-wrapper .payment-method {
  text-align: left;
}
.checkout-onepage-success .thankyou-wrapper .order-info .customer-info .methods-wrapper .payment-method h4,
.multishipping-checkout-success .thankyou-wrapper .order-info .customer-info .methods-wrapper .payment-method h4,
.checkout-onepage-success .thankyou-wrapper .order-info .customer-info .methods-wrapper .payment-method p,
.multishipping-checkout-success .thankyou-wrapper .order-info .customer-info .methods-wrapper .payment-method p {
  padding-right: 0;
  padding-left: 10px;
}
.checkout-onepage-success .thankyou-wrapper .order-info .product-grid,
.multishipping-checkout-success .thankyou-wrapper .order-info .product-grid {
  max-width: 1024px;
  margin: 0 auto;
}
.checkout-onepage-success .thankyou-wrapper .order-info .product-grid .order-items .table-order-items,
.multishipping-checkout-success .thankyou-wrapper .order-info .product-grid .order-items .table-order-items {
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  margin-top: 40px;
  margin-bottom: 40px;
}
.checkout-onepage-success .thankyou-wrapper .order-info .product-grid .order-items .table-order-items .order-item-row-mobile,
.multishipping-checkout-success .thankyou-wrapper .order-info .product-grid .order-items .table-order-items .order-item-row-mobile {
  display: none;
}
.checkout-onepage-success .thankyou-wrapper .order-info .product-grid .order-items .table-order-items .item-options dt,
.multishipping-checkout-success .thankyou-wrapper .order-info .product-grid .order-items .table-order-items .item-options dt {
  margin-top: 5px;
}
.checkout-onepage-success .thankyou-wrapper .order-info .product-grid .order-items .table-order-items .textalign-left,
.multishipping-checkout-success .thankyou-wrapper .order-info .product-grid .order-items .table-order-items .textalign-left {
  text-align: left !important;
}
.checkout-onepage-success .thankyou-wrapper .order-info .product-grid .order-items .table-order-items .textalign-center,
.multishipping-checkout-success .thankyou-wrapper .order-info .product-grid .order-items .table-order-items .textalign-center {
  text-align: center !important;
}
.checkout-onepage-success .thankyou-wrapper .order-info .product-grid .order-items .table-order-items .textalign-right,
.multishipping-checkout-success .thankyou-wrapper .order-info .product-grid .order-items .table-order-items .textalign-right {
  text-align: right !important;
}
.checkout-onepage-success .thankyou-wrapper .order-info .product-grid .order-items .table-order-items .col.price span,
.multishipping-checkout-success .thankyou-wrapper .order-info .product-grid .order-items .table-order-items .col.price span,
.checkout-onepage-success .thankyou-wrapper .order-info .product-grid .order-items .table-order-items .col.qty span,
.multishipping-checkout-success .thankyou-wrapper .order-info .product-grid .order-items .table-order-items .col.qty span,
.checkout-onepage-success .thankyou-wrapper .order-info .product-grid .order-items .table-order-items .col.subtotal span,
.multishipping-checkout-success .thankyou-wrapper .order-info .product-grid .order-items .table-order-items .col.subtotal span {
  font-size: 1.4rem;
  line-height: 1.42857143;
}
.checkout-onepage-success .thankyou-wrapper .order-info .product-grid .order-items .table-order-items thead tr > th,
.multishipping-checkout-success .thankyou-wrapper .order-info .product-grid .order-items .table-order-items thead tr > th {
  border-bottom: 0 none;
}
.checkout-onepage-success .thankyou-wrapper .order-info .product-grid .order-items .table-order-items tfoot,
.multishipping-checkout-success .thankyou-wrapper .order-info .product-grid .order-items .table-order-items tfoot {
  background: transparent;
}
.checkout-onepage-success .thankyou-wrapper .order-info .product-grid .order-items .table-order-items tfoot tr:not(:first-child) > th,
.multishipping-checkout-success .thankyou-wrapper .order-info .product-grid .order-items .table-order-items tfoot tr:not(:first-child) > th,
.checkout-onepage-success .thankyou-wrapper .order-info .product-grid .order-items .table-order-items tfoot tr:not(:first-child) > td,
.multishipping-checkout-success .thankyou-wrapper .order-info .product-grid .order-items .table-order-items tfoot tr:not(:first-child) > td {
  border-top: 0 none;
}
.checkout-onepage-success .thankyou-wrapper .order-info .product-grid .order-items .table-order-items tfoot th,
.multishipping-checkout-success .thankyou-wrapper .order-info .product-grid .order-items .table-order-items tfoot th,
.checkout-onepage-success .thankyou-wrapper .order-info .product-grid .order-items .table-order-items tfoot td,
.multishipping-checkout-success .thankyou-wrapper .order-info .product-grid .order-items .table-order-items tfoot td {
  padding-top: 8px;
}
.checkout-onepage-success .thankyou-wrapper .order-info .product-grid .order-items .table-order-items tr > th,
.multishipping-checkout-success .thankyou-wrapper .order-info .product-grid .order-items .table-order-items tr > th,
.checkout-onepage-success .thankyou-wrapper .order-info .product-grid .order-items .table-order-items tr > td,
.multishipping-checkout-success .thankyou-wrapper .order-info .product-grid .order-items .table-order-items tr > td {
  border-color: #eeeeee;
}
.checkout-onepage-success .thankyou-wrapper .order-info .product-grid .order-items .table-order-items .grand_total,
.multishipping-checkout-success .thankyou-wrapper .order-info .product-grid .order-items .table-order-items .grand_total {
  border-top: 1px solid #eeeeee;
}
.theme-pearl.checkout-onepage-success .thankyou-wrapper .block.newsletter .field .control:before,
.theme-pearl.multishipping-checkout-success .thankyou-wrapper .block.newsletter .field .control:before {
  line-height: 50px;
}
.page-wrapper .multicheckout.results .orders-succeed .orders-list .shipping-list .order-id {
  float: none;
}
.page-wrapper .multicheckout.results .orders-succeed .orders-list .shipping-list .shipping-item {
  margin-left: 0;
}
.page-wrapper .multicheckout.success .orders-succeed .orders-list .shipping-list .order-id {
  float: none;
}
.page-wrapper .multicheckout.success .orders-succeed .orders-list .shipping-list .shipping-item {
  margin-left: 0;
}
.yotpo-yotpo-is-enabled .yotpoBottomLine {
  width: 100%;
}
.yotpo-yotpo-is-enabled .yotpo-icon-double-bubble,
.yotpo-yotpo-is-enabled .yotpo-stars {
  margin: 0 5px 0 0 !important;
}
.yotpo-yotpo-is-enabled .thumbnail .yotpo a {
  display: inline-block;
}
.yotpo-yotpo-is-enabled div.yotpo.bottomLine {
  display: inline-block;
  margin: 0 10px 1px 0;
}
.yotpo-yotpo-is-enabled div.yotpo.QABottomLine {
  display: inline-block;
}
.yotpo-yotpo-is-enabled div.yotpo.bottomLine.bottomline-position {
  display: inline-block;
  margin: 0 10px 1px 0;
}
.yotpo-yotpo-is-enabled .product-item .product-item-actions {
  margin-top: 5px !important;
}
.yotpo-yotpo-is-enabled.catalog-category-view.page-products .product-item .product-item-actions,
.yotpo-yotpo-is-enabled.catalog-product-view.page-products .product-item .product-item-actions {
  margin-top: 0 !important;
}
.yotpo-yotpo-is-enabled.catalog-category-view .product-info-main .product-reviews-summary,
.yotpo-yotpo-is-enabled.catalog-product-view .product-info-main .product-reviews-summary {
  width: 100%;
}
.block-category-event {
  background: #f0f0f0;
  color: #2c292a;
  padding: 11px 0 15px;
  text-align: center;
}
.block-category-event.block:last-child {
  margin-bottom: 11px;
}
.block-category-event .block-title {
  margin: 0 0 11px;
}
.block-category-event .block-title strong {
  font-size: 1.5rem;
  font-weight: 300;
}
.block-category-event .ticker {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.block-category-event .ticker li {
  display: none;
  margin: 0 15px;
}
.block-category-event .ticker .value {
  font-size: 1.8rem;
  font-weight: 300;
}
.block-category-event .ticker .label {
  font-size: 1rem;
  display: block;
  text-transform: lowercase;
}
.block-category-event .dates {
  display: table;
  margin: 0 auto;
}
.block-category-event .dates .start,
.block-category-event .dates .end {
  display: table-cell;
  vertical-align: top;
}
.block-category-event .dates .date {
  font-size: 1.8rem;
}
.block-category-event .dates .time {
  display: block;
}
.block-category-event .dates .start {
  padding-right: 44px;
  position: relative;
}
.block-category-event .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
  position: absolute;
  right: 15px;
  top: 0;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
.contact-index-index .column:not(.sidebar-main) .form.contact {
  float: none;
  width: 50%;
}
.contact-index-index .column:not(.sidebar-additional) .form.contact {
  float: none;
  width: 50%;
}
.table-wrapper.billing-agreements {
  margin-bottom: 44px;
}
.paypal {
  display: inline-block;
  vertical-align: top;
}
.block-minicart .paypal,
.cart-summary .paypal {
  display: block;
}
.paypal img {
  display: block;
  margin: 5.5px auto 0;
}
.opc .paypal {
  vertical-align: middle;
}
.paypal.acceptance {
  display: block;
  margin: 0 0 22px;
}
.map-form-addtocart .paypal {
  display: block;
  margin: 11px auto 5.5px;
}
.cart-summary .paypal + .paypal {
  margin-top: 27.5px;
}
.paypal-review .actions-toolbar {
  margin-top: 11px;
}
.paypal-review .paypal-review-title {
  padding: 0 0 11px;
}
.paypal-review .paypal-review-title > strong {
  font-size: 2.4rem;
  font-weight: 300;
}
.paypal-review .paypal-review-title .action {
  display: inline-block;
  margin: 12px 0 0 33px;
}
.paypal-review .table-paypal-review-items .col.name {
  padding-top: 16px;
}
.paypal-review .table-paypal-review-items .col.qty {
  text-align: center;
}
.paypal-review .item-options dt {
  display: inline-block;
}
.paypal-review .item-options dt:after {
  content: ': ';
}
.paypal-review .item-options dd {
  margin: 0;
}
.paypal-review-discount {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 44px;
  padding: 11px 0 0;
}
.fotorama-video-container:after {
  background: url(../../frontend/Pearl/weltpixel_custom/en_US/Magento_ProductVideo/img/gallery-sprite.png) bottom right;
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
}
.fotorama-video-container .magnify-lens {
  display: none !important;
}
.fotorama-video-container.video-unplayed:hover img {
  opacity: .6;
}
.fotorama-video-container.video-unplayed:hover:after {
  transform: scale(1.25);
}
.video-thumb-icon:after {
  background: url(../../frontend/Pearl/weltpixel_custom/en_US/Magento_ProductVideo/img/gallery-sprite.png) bottom left;
  bottom: 0;
  content: '';
  height: 40px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 10px;
  width: 49px;
}
.product-video {
  bottom: 0;
  height: 75%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.product-video iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.fotorama__stage__shaft:focus .fotorama__stage__frame.fotorama__active:after {
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
}
.fotorama__product-video--loading:after {
  visibility: hidden;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
.opc-wrapper .form-discount {
  max-width: 500px;
}
.swatch-attribute-label {
  font-weight: 700;
  position: relative;
}
.swatch-attribute-label.required {
  padding-right: 11px;
}
.swatch-attribute-label[data-required='1']:after {
  color: #e02b27;
  content: '*';
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  right: -11px;
  top: -2px;
}
.swatch-attribute-selected-option {
  color: #646464;
  padding-left: 17px;
}
.swatch-attribute-options {
  margin: 11px 0;
}
.swatch-attribute-options:focus {
  box-shadow: none;
}
.swatch-attribute-options .swatch-option-tooltip-layered .title {
  color: #282828;
  bottom: -5px;
  height: 20px;
  left: 0;
  margin-bottom: 11px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.swatch-attribute.size .swatch-option,
.swatch-attribute.manufacturer .swatch-option {
  background: #f0f0f0;
  color: #949494;
}
.swatch-attribute.size .swatch-option.selected,
.swatch-attribute.manufacturer .swatch-option.selected {
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #000000;
}
.swatch-option {
  border: 1px solid #dadada;
  cursor: pointer;
  float: left;
  height: 20px;
  margin: 0 11px 5.5px 0;
  max-width: 100%;
  min-width: 30px;
  overflow: hidden;
  padding: 1px 2px;
  position: relative;
  text-align: center;
  text-overflow: ellipsis;
}
.swatch-option:focus {
  box-shadow: 0 0 3px 1px #00699d;
}
.swatch-option.text {
  background: #f0f0f0;
  color: #686868;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  margin-right: 7px;
  min-width: 22px;
  padding: 4px 8px;
}
.swatch-option.text.selected {
  background-color: #ffffff;
}
.swatch-option.selected {
  outline: 2px solid #f68428;
  border: 1px solid #ffffff;
  color: #333333;
}
.swatch-option:not(.disabled):hover {
  border: 1px solid #ffffff;
  color: #333333;
  outline: 1px solid #999999;
}
.swatch-option.image:not(.disabled):hover,
.swatch-option.color:not(.disabled):hover {
  border: 1px solid #ffffff;
  outline: 2px solid #d86509;
}
.swatch-option.disabled {
  box-shadow: unset;
  cursor: default;
  pointer-events: none;
}
.swatch-option.disabled:after {
  background: linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(42%, rgba(255, 255, 255, 0)), color-stop(43%, #ffffff), color-stop(46%, #ffffff), color-stop(47%, #ff5216), color-stop(53%, #ff5216), color-stop(54%, #ffffff), color-stop(57%, #ffffff), color-stop(58%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  bottom: 0;
  content: '';
  filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff, endColorstr=#00ffffff, GradientType=1)';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.swatch-option-disabled {
  border: 0;
  cursor: default;
  outline: none !important;
}
.swatch-option-disabled:after {
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
  background: #e02b27;
  content: '';
  height: 2px;
  left: -4px;
  position: absolute;
  top: 10px;
  width: 42px;
  z-index: 995;
}
.swatch-option-loading {
  content: url('../../frontend/Pearl/weltpixel_custom/en_US/images/loader-2.gif');
}
.swatch-option-tooltip {
  border: 1px solid #dadada;
  color: #949494;
  background: #ffffff;
  display: none;
  max-height: 100%;
  min-height: 20px;
  min-width: 20px;
  padding: 5.5px;
  position: absolute;
  text-align: center;
  z-index: 999;
}
.swatch-option-tooltip .corner,
.swatch-option-tooltip-layered .corner {
  bottom: 0;
  height: 8px;
  left: 40%;
  position: absolute;
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before,
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  border-style: solid;
  content: '';
  font-size: 1px;
  height: 0;
  position: relative;
  width: 0;
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before {
  border-color: #adadad transparent transparent transparent;
  border-width: 8px 8.5px 0 8.5px;
  left: 0;
  top: 2px;
}
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  border-color: #ffffff transparent transparent transparent;
  border-width: 7px 7.5px 0 7.5px;
  left: -15px;
  top: 1px;
}
.swatch-option-tooltip .image,
.swatch-option-tooltip-layered .image {
  display: block;
  height: 130px;
  margin: 0 auto;
  width: 130px;
}
.swatch-option-tooltip-layered {
  background: #ffffff;
  border: 1px solid #dadada;
  color: #949494;
  display: none;
  left: -47px;
  position: absolute;
  width: 140px;
  z-index: 999;
}
.swatch-option-tooltip .title {
  color: #282828;
  display: block;
  max-height: 200px;
  min-height: 20px;
  overflow: hidden;
  text-align: center;
}
.swatch-option-link-layered {
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
}
.swatch-option-link-layered:focus > div {
  box-shadow: 0 0 3px 1px #00699d;
}
.swatch-option-link-layered:hover > .swatch-option-tooltip-layered {
  display: block;
}
.swatch-opt {
  margin: 22px 0;
}
.swatch-opt-listing {
  margin-bottom: 11px;
}
.swatch-more {
  display: inline-block;
  margin: 2px 0;
  padding: 2px;
  position: static;
}
.swatch-visual-tooltip-layered {
  height: 160px;
  top: -170px;
}
.swatch-textual-tooltip-layered {
  height: 30px;
  top: -40px;
}
.swatch-input {
  left: -1000px;
  position: absolute;
  visibility: hidden;
}
.clearfix:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
}
.minilist .weee {
  display: table-row;
  font-size: 1.1rem;
}
.minilist .weee:before {
  display: none;
}
.price-container.weee:before {
  display: none;
}
.column .block-addbysku .fieldset {
  margin: 0;
}
.column .block-addbysku .fieldset .fields {
  position: relative;
}
.column .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 11px;
  vertical-align: top;
}
.column .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 7px;
}
.column .block-addbysku .sku {
  margin-right: -155px;
  padding-right: 160px;
  width: 100%;
}
.column .block-addbysku .qty .qty + .mage-error {
  width: 80px;
}
.column .block-addbysku .block-content .actions-toolbar {
  clear: both;
  margin: 0 0 22px;
  text-align: left;
}
.column .block-addbysku .block-content .actions-toolbar:before,
.column .block-addbysku .block-content .actions-toolbar:after {
  content: '';
  display: table;
}
.column .block-addbysku .block-content .actions-toolbar:after {
  clear: both;
}
.column .block-addbysku .block-content .actions-toolbar .primary {
  float: left;
}
.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
  display: inline-block;
}
.column .block-addbysku .block-content .actions-toolbar .primary a.action,
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
  display: inline-block;
}
.column .block-addbysku .block-content .actions-toolbar .primary .action {
  margin: 0 15px 0 0;
}
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
  margin-top: 6px;
}
.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
  display: block;
  float: none;
}
.column .block-addbysku .block-content .actions-toolbar > .secondary {
  text-align: left;
}
.column .block-addbysku .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 4px;
  width: auto;
}
.column .block-addbysku .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.column .block-addbysku .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: inherit;
  color: inherit;
  content: '\e61c';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.column .block-addbysku .action.add:hover:before {
  color: inherit;
}
.column .block-addbysku .action.add:active:before {
  color: inherit;
}
.column .block-addbysku .reset {
  margin: 7px 0;
}
.column .block-addbysku .note {
  display: block;
  margin: 0 0 22px;
  padding-top: 11px;
}
.block-cart-failed {
  margin: 44px 0;
}
.block-cart-failed .block-title {
  font-size: 3rem;
}
.block-cart-failed .block-title strong {
  font-weight: 600;
}
.block-cart-failed .actions {
  text-align: center;
}
.block-cart-failed .actions .action {
  display: block;
  margin: 0 auto 11px;
}
.catalogsearch-advanced-result .message.error {
  margin-top: -60px;
}
.bundle-actions {
  margin: 0 0 33px;
}
.bundle-options-container {
  clear: both;
  margin-bottom: 44px;
}
.bundle-options-container .legend.title {
  color: #2c292a;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  font-size: 3.2rem;
  margin-top: 0rem;
  margin-bottom: 2.2rem;
  border: 0;
  padding: 0;
}
.bundle-options-container .product-add-form {
  display: none;
}
.bundle-options-container .product-options-wrapper {
  margin-bottom: 33px;
}
.bundle-options-container .product-options-wrapper .fieldset > .field {
  border-top: 1px #e4e4e4 solid;
  padding-top: 22px;
}
.bundle-options-container .product-options-wrapper .fieldset > .field:first-of-type {
  border-top: 0;
  padding-top: 0;
}
.bundle-options-container .product-options-wrapper .field.choice input {
  float: left;
  margin-top: 4px;
}
.bundle-options-container .product-options-wrapper .field.choice .label {
  display: block;
  margin-left: 24px;
}
.bundle-options-container .product-options-wrapper .field.choice .price-excluding-tax {
  display: inline-block;
}
.bundle-options-container .action.back {
  margin-bottom: 33px;
}
.bundle-options-container .block-bundle-summary > .title {
  margin-bottom: 15px;
}
.bundle-options-container .block-bundle-summary > .title > strong {
  color: #2c292a;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 1.1;
  font-size: 3rem;
  margin-top: 2.75rem;
  margin-bottom: 2.2rem;
}
.bundle-options-container .block-bundle-summary > .title,
.bundle-options-container .block-bundle-summary .bundle-summary .subtitle {
  border-bottom: 1px #e4e4e4 solid;
  margin-bottom: 27.5px;
  padding-bottom: 16px;
}
.bundle-options-container .block-bundle-summary .price-box {
  margin-bottom: 22px;
}
.bundle-options-container .block-bundle-summary .price-box .price-label {
  display: block;
  margin-bottom: 5.5px;
}
.bundle-options-container .block-bundle-summary .bundle-summary {
  margin-top: 33px;
}
.bundle-options-container .block-bundle-summary .bundle-summary.empty {
  display: none;
}
.bundle-options-container .block-bundle-summary .bundle-summary > .subtitle {
  color: #2c292a;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 1.1;
  font-size: 3rem;
  margin-top: 2.75rem;
  margin-bottom: 2.2rem;
  display: block;
}
.bundle-options-container .block-bundle-summary .bundle.items > li {
  margin-bottom: 22px;
}
.bundle-options-container .block-bundle-summary .product-addto-links {
  text-align: center;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action {
  margin-right: 5%;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action.tocompare:before {
  content: '\e61e';
}
.bundle-options-container p.required {
  color: #e02b27;
}
.bundle-options-container .nested .field.qty {
  margin: 0 0 22px;
  margin-top: 22px;
}
.bundle-options-container .nested .field.qty > .label {
  margin: 0 0 8px;
  display: inline-block;
}
.bundle-options-container .nested .field.qty .label {
  font-weight: 600;
}
.bundle-options-container .nested .field.qty:last-child {
  margin-bottom: 0;
}
.bundle-options-container .price {
  font-weight: 600;
}
.bundle-options-container .product-options-bottom {
  border-top: 1px solid #cccccc;
  clear: left;
  margin: 0 0 44px;
  padding-top: 22px;
}
.products {
  margin: 33px 0;
}
.product-items {
  font-size: 0;
  letter-spacing: -1px;
  line-height: 0;
}
.product-item {
  font-size: 1.6rem;
  line-height: normal;
  letter-spacing: normal;
  vertical-align: top;
}
.products-grid .product-item {
  display: inline-block;
  margin-left: 2%;
  width: calc((100% - 2%)/2);
}
.product-item:nth-child(2n + 1) {
  margin-left: 0;
}
.product-item-name {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  display: block;
  hyphens: auto;
  margin: 5.5px 0;
  word-wrap: break-word;
}
.product-item-info {
  max-width: 100%;
  width: 152px;
}
.page-products .product-item-info {
  width: 240px;
}
.product-item-actions {
  font-size: 0;
}
.product-item-actions > * {
  font-size: 1.4rem;
}
.product-item-actions .actions-secondary {
  display: inline-block;
  font-size: 1.4rem;
  vertical-align: middle;
}
.product-item-actions .actions-secondary > button.action {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.product-item-actions .actions-secondary > button.action:focus,
.product-item-actions .actions-secondary > button.action:active {
  background: none;
  border: none;
}
.product-item-actions .actions-secondary > button.action:hover {
  background: none;
  border: none;
}
.product-item-actions .actions-secondary > button.action.disabled,
.product-item-actions .actions-secondary > button.action[disabled],
fieldset[disabled] .product-item-actions .actions-secondary > button.action {
  pointer-events: none;
  opacity: 0.5;
}
.product-item-actions .actions-secondary > .action {
  line-height: 35px;
  text-align: center;
  width: 35px;
}
.product-item-actions .actions-secondary > .action:before {
  margin: 0;
}
.product-item-actions .actions-primary {
  display: inline-block;
  vertical-align: middle;
}
.product-item-actions .actions-primary > .stock.unavailable {
  line-height: 1;
  padding-bottom: 11px;
  padding-right: 24px;
  padding-top: 11px;
}
.product-item-description {
  margin: 27.5px 0;
}
.product-item .product-reviews-summary .rating-summary {
  margin: 0 4px 0 0;
}
.product-item .product-reviews-summary .reviews-actions {
  font-size: 14px;
  margin-top: 5px;
}
.product-item .price-box {
  margin: 11px 0 27.5px;
}
.product-item .price-box .price {
  font-weight: 700;
  white-space: nowrap;
}
.product-item .price-box .price-label {
  color: #666666;
  font-size: 14px;
}
.product-item .old-price {
  margin: 5.5px 0;
}
.product-item .old-price .price {
  font-weight: normal;
}
.product-item .regular-price .price-label {
  display: none;
}
.product-item .minimal-price .price-container {
  display: block;
}
.product-item .minimal-price-link {
  margin-top: 5.5px;
}
.product-item .price-from,
.product-item .price-to {
  margin: 0;
}
.product-item .tocompare:before {
  content: '\e61e';
}
.product-item .tocart {
  font-size: 1.3rem;
  border-radius: 0;
  line-height: 1;
  padding-bottom: 11px;
  padding-top: 11px;
  white-space: nowrap;
}
.column.main .product-items {
  margin-left: 0;
}
.column.main .product-item {
  padding-left: 0;
}
.price-container .price {
  font-size: 1.4rem;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee {
  margin-top: 5.5px;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee,
.price-container .price-including-tax + .price-excluding-tax .price,
.price-container .weee .price,
.price-container .weee + .price-excluding-tax:before,
.price-container .weee + .price-excluding-tax .price {
  font-size: 1.1rem;
}
.price-container .weee:before {
  content: '(' attr(data-label) ': ';
}
.price-container .weee:after {
  content: ')';
}
.price-container .weee + .price-excluding-tax:before {
  content: attr(data-label) ': ';
}
.products-list .product-item {
  display: table;
  width: 100%;
}
.products-list .product-item-info {
  display: table-row;
}
.products-list .product-item-photo {
  display: table-cell;
  padding: 0 33px 33px 0;
  vertical-align: top;
  width: 1%;
}
.products-list .product-item-details {
  display: table-cell;
  vertical-align: top;
}
.page-products .columns {
  padding-top: 60px;
  position: relative;
  z-index: 1;
}
.toolbar {
  margin-bottom: 33px;
  text-align: center;
}
.toolbar select {
  background-color: #f0f0f0;
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
  border-radius: 3px;
}
.toolbar .sorter-action {
  position: relative;
  top: -2px;
}
.toolbar-amount {
  left: 0;
  line-height: 18px;
  margin: 0;
  padding: 7px 0;
  text-align: left;
  top: 0;
  vertical-align: middle;
}
.products.wrapper ~ .toolbar .toolbar-amount {
  display: none;
}
.page-with-filter .toolbar-amount {
  position: static;
}
.toolbar-products {
  background-color: transparent;
}
.toolbar-products .pages {
  display: none;
}
.products.wrapper ~ .toolbar-products .pages {
  display: block;
}
.toolbar .pages {
  margin-bottom: 27.5px;
}
.sorter {
  float: right;
}
.page-products .sorter {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.products.wrapper ~ .toolbar .sorter {
  display: none;
}
.sorter-options {
  margin: 0 5.5px 0 7px;
  width: auto;
}
.sorter-action {
  display: inline-block;
  text-decoration: none;
}
.sorter-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #757575;
  content: '\e613';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sorter-action:hover:before {
  color: #333333;
}
.sorter-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sorter-action.sort-desc:before {
  content: '\e614';
}
.modes {
  display: none;
}
.limiter-options {
  margin: 0 5px 0 7px;
  width: auto;
}
.limiter-label {
  font-weight: 400;
}
.page-products .toolbar .limiter {
  display: none;
}
.limiter .control {
  display: inline-block;
}
.old-price,
.old.price {
  color: #666666;
}
.prices-tier .price-container .price-including-tax + .price-excluding-tax:before {
  content: '(' attr(data-label) ':';
}
.prices-tier .price-container .price-including-tax + .price-excluding-tax:last-child:after {
  content: ')';
}
.prices-tier .price-container .weee[data-label] {
  display: inline;
}
.prices-tier .price-container .weee[data-label]:before {
  content: ' +' attr(data-label) ':';
}
.actual-price {
  font-weight: 700;
}
.category-image .image {
  display: block;
  height: auto;
  max-width: 100%;
}
.category-cms,
.category-image,
.category-description {
  margin-bottom: 22px;
}
.product-image-container {
  display: inline-block;
  max-width: 100%;
}
.product-image-wrapper {
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.product-image-photo {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
.product.media .placeholder .photo.container {
  max-width: 100%;
}
.product.media .notice {
  margin: 11px 0;
  color: #797073;
  font-size: 1.4rem;
}
.product.media .product.thumbs {
  margin: 11px 0 27.5px;
}
.product.media .items.thumbs {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.product.media .items.thumbs > li {
  display: inline-block;
  vertical-align: top;
}
.product.media .items.thumbs > li {
  margin: 1rem 0 0;
}
.product.media .items.thumbs img {
  display: block;
}
.product.media .items.thumbs .active {
  display: block;
  line-height: 1;
}
.product.info.detailed {
  clear: both;
  margin-bottom: 30px;
}
.product.info.detailed .additional-attributes {
  width: auto;
  border: none;
}
.product.info.detailed .additional-attributes > thead > tr > th,
.product.info.detailed .additional-attributes > tbody > tr > th,
.product.info.detailed .additional-attributes > tfoot > tr > th,
.product.info.detailed .additional-attributes > thead > tr > td,
.product.info.detailed .additional-attributes > tbody > tr > td,
.product.info.detailed .additional-attributes > tfoot > tr > td {
  border: none;
}
.product.info.detailed .additional-attributes > thead > tr > td,
.product.info.detailed .additional-attributes > tbody > tr > td,
.product.info.detailed .additional-attributes > tfoot > tr > td {
  padding: 5.5px 5.5px 11px 5.5px;
}
.product.info.detailed .additional-attributes > thead > tr > th,
.product.info.detailed .additional-attributes > tbody > tr > th,
.product.info.detailed .additional-attributes > tfoot > tr > th {
  padding: 5.5px 33px 11px 0;
}
.product-info-main .product-info-price {
  color: #575757;
  border-bottom: 1px solid #c1c1c1;
  display: table;
  margin-bottom: 16.5px;
  width: 100%;
}
.product-info-main .product-info-price .price-box {
  display: inline-block;
  vertical-align: top;
  width: auto;
}
.product-info-main .product-info-price .price-box .price-container > span {
  display: block;
  margin-bottom: 5.5px;
}
.product-info-main .product-info-price .price-box .price-container > span:last-child {
  margin-bottom: 0;
}
.product-info-main .product-info-price .price-including-tax + .price-excluding-tax,
.product-info-main .product-info-price .weee + .price-excluding-tax,
.product-info-main .product-info-price .weee {
  font-size: 1.4rem;
}
.product-info-main .product-info-price .price-including-tax + .price-excluding-tax .price,
.product-info-main .product-info-price .weee + .price-excluding-tax .price,
.product-info-main .product-info-price .weee .price {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 16px;
}
.product-info-main .product-info-price .price-wrapper .price {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 22px;
}
.product-info-main .product-info-price .old-price .price-wrapper .price {
  font-size: 2rem;
  font-weight: 300;
}
.product-info-main .product-info-price .special-price .price-label:after {
  content: ': ';
}
.product-info-main .product-info-price .price {
  white-space: nowrap;
}
.product-info-main .product-info-stock-sku {
  display: inline-block;
  float: right;
  padding-bottom: 11px;
  padding-left: 10%;
  text-align: right;
  vertical-align: top;
}
.product-info-main .stock {
  margin: 0 0 3px;
}
.product-info-main .stock.available,
.product-info-main .stock.unavailable {
  font-weight: 700;
  text-transform: uppercase;
}
.product-info-main .product.attribute.sku {
  word-break: break-all;
  word-wrap: break-word;
}
.product-info-main .product.attribute.sku .type {
  font-weight: normal;
  margin-right: 5.5px;
}
.product-info-main .product.attribute.sku .type:after {
  content: '#:';
}
.product-info-main .product.attribute.sku .value {
  display: inline-block;
}
.product-info-main .product.attribute.overview {
  margin: 22px 0;
}
.product-info-main .product.alert {
  margin: 11px 0;
}
.product-info-main .product-add-form {
  clear: both;
  padding-top: 16.5px;
}
.product-info-main .product-reviews-summary {
  float: left;
}
.product-info-main .product-options-bottom .box-tocart {
  margin-top: 22px;
}
.product-options-wrapper .fieldset:focus {
  box-shadow: none;
}
.product-options-wrapper .fieldset-product-options-inner .legend {
  font-weight: 600;
  font-size: 1.4rem;
  border: none;
  display: inline-block;
  float: none;
  margin: 0 0 8px;
  padding: 0;
}
.product-options-wrapper .fieldset-product-options-inner input.datetime-picker ~ select.datetime-picker {
  margin-top: 11px;
}
.product-options-wrapper .fieldset-product-options-inner.required .legend:after,
.product-options-wrapper .fieldset-product-options-inner._required .legend:after {
  content: '*';
  color: #e02b27;
  font-size: 1.4rem;
}
.product-options-wrapper .field .note {
  display: block;
  margin-top: 5.5px;
}
.product-options-wrapper .field .note.mage-error {
  color: #ff0a0a;
}
.product-options-bottom .price-box,
.product-info-price .price-box {
  color: #575757;
  display: table-cell;
  padding-bottom: 11px;
  vertical-align: top;
}
.product-options-bottom .price-box .old-price,
.product-info-price .price-box .old-price {
  font-size: 20px;
  font-weight: 300;
}
.product-options-bottom .price-box .old-price .price-container > span,
.product-info-price .price-box .old-price .price-container > span {
  display: inline-block;
}
.product-options-bottom .price-box .price-container > span,
.product-info-price .price-box .price-container > span {
  display: block;
  margin-bottom: 5.5px;
}
.product-options-bottom .price-box .price-container > span:last-child,
.product-info-price .price-box .price-container > span:last-child {
  margin-bottom: 0;
}
.product-options-bottom .price-box .price-container .price,
.product-info-price .price-box .price-container .price {
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
}
.product-options-bottom .price-box .price-container .price-including-tax + .price-excluding-tax,
.product-info-price .price-box .price-container .price-including-tax + .price-excluding-tax,
.product-options-bottom .price-box .price-container .weee + .price-excluding-tax,
.product-info-price .price-box .price-container .weee + .price-excluding-tax,
.product-options-bottom .price-box .price-container .weee,
.product-info-price .price-box .price-container .weee {
  font-size: 1.2rem;
  line-height: 14px;
}
.product-options-bottom .price-box .price-container .price-including-tax + .price-excluding-tax .price,
.product-info-price .price-box .price-container .price-including-tax + .price-excluding-tax .price,
.product-options-bottom .price-box .price-container .weee + .price-excluding-tax .price,
.product-info-price .price-box .price-container .weee + .price-excluding-tax .price,
.product-options-bottom .price-box .price-container .weee .price,
.product-info-price .price-box .price-container .weee .price {
  font-size: 1.2rem;
  font-weight: 700;
}
.box-tocart .action.tocart {
  vertical-align: top;
}
.box-tocart .action.tocart:not(:last-child) {
  margin-bottom: 15px;
}
.product-addto-links {
  display: inline;
}
.product-addto-links .action {
  margin-right: 5%;
}
.product-social-links {
  margin: 0 0 20px;
  text-align: center;
}
.product-social-links .action.tocompare:before {
  content: '\e61e';
}
.prices-tier {
  margin-bottom: 16.5px;
}
.prices-tier .item {
  margin-bottom: 11px;
}
.prices-tier .item:last-child {
  margin-bottom: 0;
}
.prices-tier .price-excluding-tax,
.prices-tier .price-including-tax {
  display: inline-block;
}
.minimal-price-link,
.price-excluding-tax,
.price-including-tax {
  display: block;
  white-space: nowrap;
}
.ui-dialog-titlebar-close {
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #363636;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.ui-dialog-titlebar-close:visited {
  color: #363636;
  text-decoration: none;
}
.ui-dialog-titlebar-close:hover {
  color: #f68428;
  text-decoration: none;
}
.ui-dialog-titlebar-close:active {
  color: #f68428;
  text-decoration: underline;
}
.ui-dialog-titlebar-close:hover,
.ui-dialog-titlebar-close:active,
.ui-dialog-titlebar-close:focus {
  background: none;
  border: 0;
}
.ui-dialog-titlebar-close.disabled,
.ui-dialog-titlebar-close[disabled],
fieldset[disabled] .ui-dialog-titlebar-close {
  color: #363636;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.sidebar .product-items .product-item {
  margin-bottom: 22px;
  position: relative;
}
.sidebar .product-items .product-item-info {
  position: relative;
  width: auto;
}
.sidebar .product-items .product-item-info .product-item-photo {
  left: 0;
  position: absolute;
  top: 0;
}
.sidebar .product-items .product-item-name {
  margin-top: 0;
}
.sidebar .product-items .product-item-details {
  margin: 0 0 0 85px;
}
.sidebar .product-items .product-item-actions {
  display: block;
  margin-top: 11px;
}
.sidebar .product-items .price-box {
  display: block;
  margin: 7px 0;
}
.sidebar .product-items .text {
  margin-right: 8px;
}
.sidebar .product-items .counter {
  color: #797073;
  font-size: 12px;
  white-space: nowrap;
}
.sidebar .product-items .minilist .price {
  display: inline;
  padding: 0;
}
.sidebar .product-items .minilist .weee:before {
  display: inline-block;
}
.sidebar .product-items .action.delete {
  position: absolute;
  right: 0;
  top: 0;
}
.sidebar .block-compare .action.delete {
  right: initial;
}
.sidebar .action.tocart {
  border-radius: 0;
}
.sidebar .product-items-images {
  margin-left: -5.5px;
}
.sidebar .product-items-images .product-item {
  float: left;
  padding-left: 5.5px;
}
.sidebar .product-items-names .product-item {
  display: flex;
  margin-bottom: 11px;
}
.sidebar .product-items-names .product-item-name {
  margin: 0;
}
.catalog-category-view.page-layout-1column .column.main {
  min-height: inherit;
}
body.catalog-product-compare-index .action.print {
  float: right;
  margin: 15px 0;
}
.table-wrapper.comparison {
  clear: both;
  max-width: 100%;
  overflow-x: auto;
  position: relative;
}
.table-wrapper.comparison .table-comparison > tbody > tr > th,
.table-wrapper.comparison .table-comparison > tbody > tr > td {
  border-top: 0;
}
.table-comparison {
  table-layout: fixed;
}
.table-comparison .cell {
  padding: 15px;
  width: 180px;
}
.table-comparison .cell.label {
  border-right: 1px solid #cccccc;
}
.table-comparison .cell.label .attribute.label {
  display: block;
  width: 100%;
  word-wrap: break-word;
}
.table-comparison .cell.product.info,
.table-comparison .cell.product.label {
  border-bottom: 1px solid #cccccc;
}
.table-comparison .cell.attribute {
  font-size: 1.3rem;
}
.table-comparison .cell.attribute img {
  height: auto;
  max-width: 100%;
}
.table-comparison .cell.remove {
  padding-bottom: 0;
  padding-top: 0;
  text-align: right;
}
.table-comparison .cell.remove .action.delete {
  margin-right: .6rem;
}
.table-comparison .cell .attribute.value {
  overflow: hidden;
  width: 100%;
}
.table-comparison td:last-child {
  border-right: 1px solid #cccccc;
}
.table-comparison .product-item-photo {
  display: block;
  margin: 0 auto 15px;
}
.table-comparison .product-image-photo {
  margin-left: 0;
}
.table-comparison .product-item-actions,
.table-comparison .price-box,
.table-comparison .product.rating,
.table-comparison .product-item-name {
  display: block;
  margin: 15px 0;
}
.table-comparison .product-addto-links {
  margin-top: 15px;
}
.table-comparison .product-addto-links .action.toggle {
  padding: 0;
}
.table-comparison .product-addto-links .action.split,
.table-comparison .product-addto-links .action.toggle {
  line-height: 1.2rem;
  padding: 5.5px 8px;
  font-size: 1.1rem;
}
.table-comparison .action.tocart {
  white-space: nowrap;
}
.comparison.headings {
  background: #ffffff;
  left: 0;
  position: absolute;
  top: 0;
  width: auto;
  z-index: 2;
}
.block-compare .product-item .product-item-name {
  margin-left: 22px;
}
.block-compare .action.delete {
  left: 0;
  position: absolute;
  top: 0;
}
.block-compare .actions-toolbar {
  margin: 17px 0 0;
}
.block.related .action.select {
  vertical-align: top;
}
.block.related .product-item-details {
  position: relative;
  z-index: 1;
}
.block.related .related-available .product-item-name {
  margin-left: 20px;
}
.block.related .field.choice {
  left: 0;
  position: absolute;
  top: 2px;
}
.search .fieldset .control .addon input {
  flex-basis: auto;
  width: 100%;
}
.block-search {
  margin-bottom: 0;
}
.block-search .block-title {
  display: none;
}
.block-search .block-content {
  margin-bottom: 0;
}
.block-search .label {
  text-decoration: none;
  display: inline-block;
  float: right;
}
.block-search .label > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-search .label:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 28px;
  color: #757575;
  content: '\e615';
  font-family: 'luma-icons';
  margin: 0 11px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-search .label:hover:before {
  color: #333333;
}
.block-search .label:active:before {
  color: #333333;
}
.block-search .label.active + .control input {
  position: static;
}
.block-search .action.search {
  display: none;
}
.block-search .control {
  border-top: 1px solid #cccccc;
  clear: both;
  margin: 0 -15px -1px;
  padding: 0 15px;
}
.block-search input {
  font-size: 16px;
  left: -300%;
  margin: 15px 0;
  position: absolute;
}
.block-search .nested {
  display: none;
}
.search-autocomplete {
  display: none;
  margin-top: -15px;
  overflow: hidden;
  position: absolute;
  z-index: 3;
}
.search-autocomplete ul {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.search-autocomplete ul:not(:empty) {
  background: #ffffff;
  border: 1px solid #c2c2c2;
  border-top: 0;
}
.search-autocomplete ul li {
  border-top: 1px solid #e5e5e5;
  cursor: pointer;
  margin: 0;
  padding: 5.5px 44px 5.5px 11px;
  position: relative;
  text-align: left;
  white-space: normal;
}
.search-autocomplete ul li:first-child {
  border-top: none;
}
.search-autocomplete ul li:hover,
.search-autocomplete ul li.selected {
  background: #e8e8e8;
}
.search-autocomplete ul li .amount {
  color: #999999;
  position: absolute;
  right: 7px;
  top: 5.5px;
}
.form.search.advanced .fields.range .field:first-child {
  position: relative;
}
.form.search.advanced .fields.range .field:first-child .control {
  padding-right: 25px;
}
.form.search.advanced .fields.range .field:first-child .control:after {
  content: ' \2013 ';
  display: inline-block;
  position: absolute;
  right: 0;
  text-align: center;
  top: 6px;
  width: 25px;
}
.form.search.advanced .fields.range .field:last-child {
  position: relative;
}
.form.search.advanced .fields.range .field:last-child div.mage-error[generated] {
  left: 0;
  position: absolute;
  top: 32px;
}
.form.search.advanced .fields.range .field.with-addon .control {
  padding-right: 45px;
}
.form.search.advanced .group.price .addon .addafter {
  background: none;
  border: 0;
  padding-top: 6px;
  position: absolute;
  right: 0;
  top: 0;
}
.search-terms {
  line-height: 2em;
}
.search-terms > li {
  display: inline-block;
  margin-right: 11px;
}
.search.found {
  margin-bottom: 11px;
}
.checkout-cart-index .page-main {
  padding-left: 0;
  padding-right: 0;
}
.checkout-cart-index .page-title-wrapper {
  padding-left: 15px;
  padding-right: 15px;
}
.cart-summary {
  background: #f5f5f5;
  margin-bottom: 27.5px;
  padding: 1px 0 27.5px;
}
.cart-summary > .title {
  font-size: 2.4rem;
  display: none;
  font-weight: 300;
  margin: 12px 0;
}
.cart-summary .block form:not(:last-of-type) .fieldset {
  margin: 0 0 27.5px;
}
.cart-summary .block .price {
  font-weight: 700;
}
.cart-summary .block .field {
  margin: 0 0 16px;
}
.cart-summary .block .actions-toolbar > .primary {
  text-align: left;
}
.cart-summary .block .actions-toolbar > .primary .action.primary {
  width: auto;
}
.cart-summary .block .title strong {
  font-size: 1.4rem;
  font-weight: 600;
}
.cart-summary .block .item-options {
  margin: 0 0 16px;
}
.cart-summary .block .item-options .field .radio {
  float: left;
  margin-top: 4px;
}
.cart-summary .block .item-options .field .radio + .label {
  display: block;
  margin: 0;
  overflow: hidden;
}
.page-main .cart-summary .block {
  margin-bottom: 0;
}
.cart-summary .checkout-methods-items {
  margin: 22px 0 0;
  padding: 0 15px;
  text-align: center;
}
.cart-summary .checkout-methods-items .action.primary.checkout {
  width: 100%;
}
.cart-summary .checkout-methods-items .item {
  margin-bottom: 27.5px;
}
.cart-summary .checkout-methods-items .item:last-child {
  margin-bottom: 0;
}
.cart-summary .message {
  padding-left: 22px;
}
.cart-summary .message > *:first-child:before {
  display: none;
}
.cart-totals tbody .mark,
.cart-totals tfoot .mark {
  text-align: left;
}
.cart-totals .discount.coupon {
  display: none;
}
.cart.table-wrapper .cart thead tr th.col {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 15px;
  padding-top: 24px;
}
.cart.table-wrapper .cart tbody td {
  border: 0;
}
.cart.table-wrapper .cart > .item {
  border-bottom: 1px solid #cccccc;
  position: relative;
}
.cart.table-wrapper .col {
  padding-top: 15px;
}
.cart.table-wrapper .col.price,
.cart.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp {
  padding: 20px 11px 11px;
  text-align: center;
}
.cart.table-wrapper .col.qty {
  padding: 22px 11px 11px;
  text-align: center;
}
.cart.table-wrapper .col.qty .input-text {
  height: 36px;
  margin-top: -7px;
  text-align: center;
  width: 60px;
}
.cart.table-wrapper .col > .price {
  color: #797073;
  font-size: 1.8rem;
  font-weight: 700;
}
.cart.table-wrapper .item-actions td {
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  white-space: normal;
}
.cart.table-wrapper .item .col.item {
  display: block;
  min-height: 75px;
  padding: 15px 15px 11px 90px;
  position: relative;
}
.cart.table-wrapper .actions-toolbar {
  min-height: 20px;
  padding-bottom: 15px;
  position: relative;
}
.cart.table-wrapper .actions-toolbar > .action-edit,
.cart.table-wrapper .actions-toolbar > .action-delete {
  position: absolute;
  right: 16px;
  top: 0;
  display: inline-block;
  text-decoration: none;
}
.cart.table-wrapper .actions-toolbar > .action-edit > span,
.cart.table-wrapper .actions-toolbar > .action-delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.cart.table-wrapper .actions-toolbar > .action-edit:before,
.cart.table-wrapper .actions-toolbar > .action-delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e601';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cart.table-wrapper .actions-toolbar > .action-edit:hover:before,
.cart.table-wrapper .actions-toolbar > .action-delete:hover:before {
  color: #2c292a;
}
.cart.table-wrapper .actions-toolbar > .action-edit:active:before,
.cart.table-wrapper .actions-toolbar > .action-delete:active:before {
  color: #757575;
}
.cart.table-wrapper .actions-toolbar > .action-delete {
  right: 0;
}
.cart.table-wrapper .actions-toolbar > .action-delete:before {
  content: '\e604';
}
.cart.table-wrapper .actions-toolbar > .action-delete:hover {
  text-decoration: none;
}
.cart.table-wrapper .action {
  margin-right: 27.5px;
}
.cart.table-wrapper .action:last-child {
  margin-right: 0;
}
.cart.table-wrapper .action.help.map {
  font-weight: 400;
}
.cart.table-wrapper .product-item-photo {
  display: block;
  left: 15px;
  max-width: 65px;
  padding: 0;
  position: absolute;
  top: 15px;
  width: 100%;
}
.cart.table-wrapper .product-item-name {
  font-size: 1.8rem;
  display: block;
  margin: -3px 0 5.5px;
}
.cart.table-wrapper .gift-registry-name-label:after {
  content: ':';
}
.cart.table-wrapper .item-options {
  margin-bottom: 0;
}
.cart.table-wrapper .product-item-name + .item-options {
  margin-top: 22px;
}
.cart.table-wrapper .action.configure {
  display: inline-block;
  margin: 11px 0 0;
}
.cart.table-wrapper .item .message {
  margin-top: 22px;
}
.cart-products-toolbar .toolbar-amount {
  left: inherit;
  margin: 27.5px 0 15px;
  padding: 0;
  position: relative;
  text-align: center;
  top: inherit;
}
.cart-products-toolbar-top {
  border-bottom: 1px solid #cccccc;
}
.cart-discount {
  border-bottom: 1px solid #cccccc;
  clear: left;
}
.cart-empty {
  padding-left: 15px;
  padding-right: 15px;
}
.cart-tax-info + .cart-tax-total,
.cart .cart-tax-info + .cart-tax-total {
  display: block;
}
.cart.table-wrapper .col.price,
.order-items.table-wrapper .col.price,
.cart.table-wrapper .col.qty,
.order-items.table-wrapper .col.qty,
.cart.table-wrapper .col.subtotal,
.order-items.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp,
.order-items.table-wrapper .col.msrp {
  text-align: right;
}
.block.crosssell {
  padding: 0 15px;
  margin-top: 70px;
}
.block.crosssell .product-item-info {
  width: 200px;
}
.block-minicart .items-total {
  float: left;
  margin: 0 11px;
}
.block-minicart .items-total .count {
  font-weight: 700;
}
.block-minicart .subtotal {
  margin: 0 11px 11px;
  text-align: right;
}
.block-minicart .amount .price-wrapper:first-child .price {
  font-size: 20px;
  font-weight: 700;
}
.block-minicart .subtitle {
  display: none;
}
.block-minicart .subtitle.empty {
  display: block;
  font-size: 14px;
  padding: 33px 0 22px;
  text-align: center;
}
.block-minicart dl.product.options.list {
  display: inline-block;
  vertical-align: top;
}
.block-minicart .text.empty {
  text-align: center;
}
.block-minicart .block-content > .actions {
  margin-top: 15px;
}
.block-minicart .block-content > .actions > .secondary {
  text-align: center;
}
.block-minicart .block-content > .actions > .primary {
  margin: 0 11px 15px;
}
.block-minicart .block-content > .actions > .primary .action.primary {
  display: block;
  width: 100%;
}
.block-minicart .block-content > .actions .paypal-logo {
  margin-top: 15px;
  text-align: center;
}
.block-minicart .block-category-link,
.block-minicart .block-product-link,
.block-minicart .block-cms-link,
.block-minicart .block-banners {
  margin: 15px 0 0;
  text-align: center;
}
.minicart-wrapper {
  display: inline-block;
  position: relative;
  float: right;
}
.minicart-wrapper:before,
.minicart-wrapper:after {
  content: '';
  display: table;
}
.minicart-wrapper:after {
  clear: both;
}
.minicart-wrapper .action.showcart {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.showcart:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 28px;
  color: #757575;
  content: '\e611';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.showcart:hover:before {
  color: #333333;
}
.minicart-wrapper .action.showcart:active:before {
  color: #757575;
}
.minicart-wrapper .action.showcart.active {
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.showcart.active:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 28px;
  color: #757575;
  content: '\e611';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.showcart.active:hover:before {
  color: #333333;
}
.minicart-wrapper .action.showcart.active:active:before {
  color: #757575;
}
.minicart-wrapper .block-minicart {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: #cccccc;
  margin-top: 4px;
  min-width: 100%;
  width: 320px;
  z-index: 101;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  right: -10px;
  box-shadow: 0px 20px 50px -20px rgba(0, 0, 0, 0.5);
}
.minicart-wrapper .block-minicart li {
  margin: 0;
}
.minicart-wrapper .block-minicart li:hover {
  cursor: pointer;
}
.minicart-wrapper .block-minicart:before,
.minicart-wrapper .block-minicart:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.minicart-wrapper .block-minicart:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.minicart-wrapper .block-minicart:after {
  border: 7px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 98;
}
.minicart-wrapper .block-minicart:before {
  right: 12px;
  top: -12px;
}
.minicart-wrapper .block-minicart:after {
  right: 11px;
  top: -14px;
}
.minicart-wrapper.active {
  overflow: visible;
}
.minicart-wrapper.active .block-minicart {
  display: block;
}
.minicart-wrapper .block-minicart {
  padding: 25px 22px;
}
.minicart-wrapper .block-minicart .block-title {
  display: none;
}
.minicart-wrapper .product .actions {
  float: right;
  margin: -28px 0 0;
}
.minicart-wrapper .product .actions > .primary,
.minicart-wrapper .product .actions > .secondary {
  display: inline;
}
.minicart-wrapper .product .actions > .primary:not(:last-child),
.minicart-wrapper .product .actions > .secondary:not(:last-child) {
  margin-right: 15px;
}
.minicart-wrapper .action.close {
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  width: 25px;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.close:focus,
.minicart-wrapper .action.close:active {
  background: none;
  border: none;
}
.minicart-wrapper .action.close:hover {
  background: none;
  border: none;
}
.minicart-wrapper .action.close.disabled,
.minicart-wrapper .action.close[disabled],
fieldset[disabled] .minicart-wrapper .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.minicart-wrapper .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-wrapper .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 14px;
  color: #757575;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.close:hover:before {
  color: inherit;
}
.minicart-wrapper .action.close:active:before {
  color: inherit;
}
.minicart-wrapper .action.showcart {
  white-space: nowrap;
}
.minicart-wrapper .action.showcart .counter.qty {
  background: #f68428;
  color: #ffffff;
  height: 24px;
  line-height: 24px;
  border-radius: 2px;
  display: inline-block;
  margin: 3px 0 0;
  min-width: 18px;
  overflow: hidden;
  padding: 0 3px;
  text-align: center;
  white-space: normal;
}
.minicart-wrapper .action.showcart .counter.qty.empty {
  display: none;
}
.minicart-wrapper .action.showcart .counter.qty .loader > img {
  max-width: 24px;
}
.minicart-wrapper .action.showcart .counter-number {
  text-shadow: 0 0 7px #000000;
}
.minicart-wrapper .minicart-widgets {
  margin-top: 15px;
}
.minicart-items-wrapper {
  border: 1px solid #cccccc;
  margin: 0 -22px;
  border-left: 0;
  border-right: 0;
  overflow-x: auto;
  padding: 15px;
}
.minicart-items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.minicart-items .product-item {
  padding: 22px 0;
}
.minicart-items .product-item:not(:first-child) {
  border-top: 1px solid #cccccc;
}
.minicart-items .product-item:first-child {
  padding-top: 0;
}
.minicart-items .product-item-pricing .label {
  display: inline-block;
}
.minicart-items .price-minicart {
  margin-bottom: 5.5px;
}
.minicart-items .message {
  margin-bottom: 0;
  margin-top: 10px;
}
.minicart-items .product-item-name {
  font-weight: 400;
  margin: 0 0 11px;
}
.minicart-items .product-item-name a {
  color: #363636;
}
.minicart-items .product-item-details {
  padding-left: 88px;
}
.minicart-items .product-item-details .price {
  font-weight: 700;
}
.minicart-items .product-item-details .price-including-tax,
.minicart-items .product-item-details .price-excluding-tax {
  margin: 5.5px 0;
}
.minicart-items .product-item-details .weee[data-label] {
  font-size: 1.1rem;
}
.minicart-items .product-item-details .details-qty {
  margin-top: 11px;
}
.minicart-items .product > .product-item-photo,
.minicart-items .product > .product-image-container {
  float: left;
}
.minicart-items .product .toggle {
  border: 0;
  padding: 0 0 5.5px 0;
  white-space: nowrap;
}
.minicart-items .product .toggle:after {
  color: #8f8f8f;
  margin: 0 0 0 5.5px;
  position: static;
}
.minicart-items .product .active > .toggle:after {
  content: '\e621';
}
.minicart-items .product.pricing {
  margin-top: 3px;
}
.minicart-items .product.options .toggle.tooltip {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .product.options .toggle.tooltip > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .product.options .toggle.tooltip:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: -3px 0 0 7px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .product.options .details {
  display: none;
}
.minicart-items .item-qty {
  text-align: center;
  width: 60px;
}
.minicart-items .update-cart-item {
  font-size: 1.1rem;
  margin-left: 5px;
  vertical-align: top;
}
.minicart-items .subtitle {
  display: none;
}
.minicart-items .action.edit,
.minicart-items .action.delete {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .action.edit > span,
.minicart-items .action.delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .action.edit:before,
.minicart-items .action.delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e601';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .action.edit:hover:before,
.minicart-items .action.delete:hover:before {
  color: #2c292a;
}
.minicart-items .action.edit:active:before,
.minicart-items .action.delete:active:before {
  color: #757575;
}
.minicart-items .action.delete:before {
  content: '\e604';
}
.file-uploader-area {
  position: relative;
}
.file-uploader-area input[type='file'] {
  cursor: pointer;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  visibility: hidden;
  width: 0;
}
.file-uploader-area input[type='file']:focus + .file-uploader-button {
  box-shadow: 0 0 0 1px #006bb4;
}
.file-uploader-area input[type='file']:disabled + .file-uploader-button {
  cursor: default;
  opacity: .5;
  pointer-events: none;
}
.file-uploader-summary {
  display: inline-block;
  vertical-align: top;
}
.file-uploader-button {
  background: #eeeeee;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.6rem;
  margin: 0;
  padding: 7px 15px;
  vertical-align: middle;
}
.file-uploader-button._is-dragover {
  background: #d4d4d4;
  border: 1px solid #006bb4;
}
.file-uploader-spinner {
  background-image: url('../../frontend/Pearl/weltpixel_custom/en_US/images/loader-1.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  display: none;
  height: 30px;
  margin-left: 11px;
  vertical-align: top;
  width: 15px;
}
.file-uploader-preview .action-remove {
  bottom: 4px;
  cursor: pointer;
  display: block;
  height: 27px;
  left: 6px;
  padding: 2px;
  position: absolute;
  text-decoration: none;
  width: 25px;
  z-index: 2;
}
.file-uploader-preview .action-remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.file-uploader-preview .action-remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6rem;
  line-height: inherit;
  color: #514943;
  content: '\e604';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .action-remove:hover:before {
  color: #736963;
}
.file-uploader-preview:hover .preview-image img,
.file-uploader-preview:hover .preview-link:before {
  opacity: 0.7;
}
.file-uploader-preview .preview-link {
  display: block;
  height: 100%;
}
.file-uploader-preview .preview-image img {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.file-uploader-preview .preview-video {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-preview .preview-video:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 4rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .preview-video:hover:before {
  color: #cccccc;
}
.file-uploader-preview .preview-video:before {
  left: 0;
  margin-top: -2rem;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
}
.file-uploader-preview .preview-document {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-preview .preview-document:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 7rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .preview-document:hover:before {
  color: #cccccc;
}
.file-uploader-preview .preview-document:before {
  left: 0;
  margin-top: -3.5rem;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
}
.file-uploader-preview,
.file-uploader-placeholder {
  background: #ffffff;
  border: 1px solid #cacaca;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 150px;
  line-height: 1;
  margin: 11px 27.5px 11px 0;
  overflow: hidden;
  position: relative;
  width: 150px;
}
.file-uploader._loading .file-uploader-spinner {
  display: inline-block;
}
.file-uploader .admin__field-note,
.file-uploader .admin__field-error {
  margin-bottom: 11px;
}
.file-uploader .file-uploader-filename {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 150px;
  word-break: break-all;
}
.file-uploader .file-uploader-filename:first-child {
  margin-bottom: 11px;
}
.file-uploader .file-uploader-meta {
  color: #9e9e9e;
}
.file-uploader .admin__field-fallback-reset {
  margin-left: 11px;
}
._keyfocus .file-uploader .action-remove:focus {
  box-shadow: 0 0 0 1px #006bb4;
}
.file-uploader-placeholder.placeholder-document {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-document:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 5rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-document:hover:before {
  color: #cccccc;
}
.file-uploader-placeholder.placeholder-document:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 2;
}
.file-uploader-placeholder.placeholder-image {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-image:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 5rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-image:hover:before {
  color: #cccccc;
}
.file-uploader-placeholder.placeholder-image:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 2;
}
.file-uploader-placeholder.placeholder-video {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-video:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 3rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-video:hover:before {
  color: #cccccc;
}
.file-uploader-placeholder.placeholder-video:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 2;
}
.file-uploader-placeholder-text {
  bottom: 0;
  color: #008bdb;
  font-size: 1.1rem;
  left: 0;
  line-height: 1.42857143;
  margin-bottom: 15%;
  padding: 0 22px;
  position: absolute;
  right: 0;
  text-align: center;
}
.data-grid-file-uploader {
  min-width: 7rem;
}
.data-grid-file-uploader._loading .file-uploader-spinner {
  display: block;
}
.data-grid-file-uploader._loading .file-uploader-button:before {
  display: none;
}
.data-grid-file-uploader .file-uploader-image {
  background: transparent;
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.data-grid-file-uploader .file-uploader-image + .file-uploader-area .file-uploader-button:before {
  display: none;
}
.data-grid-file-uploader .file-uploader-area {
  z-index: 2;
}
.data-grid-file-uploader .file-uploader-spinner {
  height: 100%;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.data-grid-file-uploader .file-uploader-button {
  height: 48px;
  text-align: center;
  display: block;
  text-decoration: none;
}
.data-grid-file-uploader .file-uploader-button > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.data-grid-file-uploader .file-uploader-button:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.3rem;
  line-height: 48px;
  color: #8a837f;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.data-grid-file-uploader .file-uploader-button:hover:before {
  color: #666666;
}
.data-grid-file-uploader .action-select-wrap {
  float: left;
}
.data-grid-file-uploader .action-select-wrap .action-select {
  border: 1px solid #cacaca;
  display: block;
  height: 5rem;
  margin-left: -1px;
  padding: 0;
  width: 2rem;
}
.data-grid-file-uploader .action-select-wrap .action-select:after {
  border-color: #8a837f transparent transparent transparent;
  left: 50%;
  margin: 0 0 0 -5px;
}
.data-grid-file-uploader .action-select-wrap .action-select:hover:after {
  border-color: #666666 transparent transparent transparent;
}
.data-grid-file-uploader .action-select-wrap .action-select > span {
  display: none;
}
.data-grid-file-uploader .action-select-wrap .action-menu {
  left: 4rem;
  right: auto;
  z-index: 2;
}
.data-grid-file-uploader-inner {
  border: 1px solid #cacaca;
  float: left;
  height: 5rem;
  position: relative;
  width: 5rem;
}
.checkout-container {
  margin: 0 0 22px;
}
.opc-wrapper {
  margin: 0 0 22px;
}
.opc-wrapper .step-title {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 15px;
}
.opc-wrapper .step-content {
  margin: 0 0 44px;
}
.checkout-index-index .nav-sections,
.checkout-index-index .nav-toggle {
  display: none;
}
.checkout-index-index .logo {
  margin-left: 0;
}
.checkout-onepage-success .print {
  display: none;
}
.abs-discount-code .form-discount,
.checkout-payment-method .payment-option-content .form-discount {
  display: table;
  width: 100%;
}
.abs-discount-code .form-discount .actions-toolbar,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.abs-discount-code .form-discount .actions-toolbar .primary,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary {
  float: left;
}
.abs-discount-code .form-discount .actions-toolbar .primary .action,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin: 0 0 0 -2px;
  white-space: nowrap;
  width: auto;
}
.abs-discount-code .form-discount > .field > .label,
.checkout-payment-method .payment-option-content .form-discount > .field > .label {
  display: none;
}
.opc-estimated-wrapper {
  background: #f4f4f4;
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  margin: -21px -15px 15px;
  padding: 18px 15px;
}
.opc-estimated-wrapper .estimated-block {
  font-size: 18px;
  float: left;
  font-weight: 700;
}
.opc-estimated-wrapper .estimated-block .estimated-label {
  display: block;
  margin: 0 0 5.5px;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:focus,
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:active {
  background: none;
  border: none;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:hover {
  background: none;
  border: none;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart.disabled,
.opc-estimated-wrapper .minicart-wrapper button.action.showcart[disabled],
fieldset[disabled] .opc-estimated-wrapper .minicart-wrapper button.action.showcart {
  pointer-events: none;
  opacity: 0.5;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:before {
  color: #2c292a;
}
.opc-progress-bar {
  display: none;
}
.field.choice .field-tooltip {
  display: inline-block;
  margin-left: 11px;
  position: relative;
  top: -3px;
}
.field.choice .field-tooltip-action {
  line-height: 21px;
}
.field._error .control input,
.field._error .control select,
.field._error .control textarea {
  border-color: #ff7070;
}
.checkout-index-index .modal-popup .fieldset .field .label {
  font-weight: 400;
}
.checkout-index-index .modal-popup .modal-footer .action-hide-popup {
  margin-top: 8px;
}
.field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 1px;
}
.field-tooltip._active {
  z-index: 100;
}
.field-tooltip._active .field-tooltip-content {
  display: block;
}
.field-tooltip._active .field-tooltip-action:before {
  color: #2c292a;
}
.field-tooltip .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-tooltip .field-tooltip-action {
  display: inline-block;
  text-decoration: none;
}
.field-tooltip .field-tooltip-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-tooltip .field-tooltip-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 21px;
  line-height: inherit;
  color: #bbbbbb;
  content: '\e623';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.field-tooltip .field-tooltip-action:hover:before {
  color: #2c292a;
}
.field-tooltip .field-tooltip-action:before {
  padding-left: 1px;
}
._keyfocus .field-tooltip .field-tooltip-action:focus {
  z-index: 100;
}
._keyfocus .field-tooltip .field-tooltip-action:focus + .field-tooltip-content {
  display: block;
}
._keyfocus .field-tooltip .field-tooltip-action:focus:before {
  color: #2c292a;
}
.field-tooltip .field-tooltip-content {
  background: #f4f4f4;
  border: 1px solid #999999;
  border-radius: 1px;
  font-size: 16px;
  padding: 12px;
  width: 270px;
  display: none;
  left: 38px;
  position: absolute;
  text-transform: none;
  top: -9px;
  word-wrap: break-word;
  z-index: 2;
}
.field-tooltip .field-tooltip-content:before,
.field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  border-right-color: #f4f4f4;
  left: -21px;
  top: 12px;
  content: '';
  display: block;
  position: absolute;
  z-index: 3;
}
.field-tooltip .field-tooltip-content:before {
  border-right-color: #666666;
}
.field-tooltip .field-tooltip-content:after {
  border-right-color: #f4f4f4;
  width: 1px;
  z-index: 4;
}
@media only screen and (max-width: 768px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #999999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address {
  margin-top: 28px;
  margin-bottom: 28px;
}
.opc-wrapper .form-login .fieldset .field .label,
.opc-wrapper .form-shipping-address .fieldset .field .label {
  font-weight: 400;
}
.opc-wrapper .form-login .fieldset .note,
.opc-wrapper .form-shipping-address .fieldset .note {
  font-size: 16px;
  margin-top: 11px;
}
.opc-wrapper .shipping-address-items {
  font-size: 0;
}
.opc-wrapper .shipping-address-item {
  border: 2px solid transparent;
  font-size: 16px;
  line-height: 30px;
  margin: 0 0 22px;
  padding: 22px 38px 22px 22px;
  transition: 0.3s border-color;
  width: 50%;
  display: inline-block;
  position: relative;
  vertical-align: top;
  word-wrap: break-word;
}
.opc-wrapper .shipping-address-item.selected-item {
  border-color: #f68428;
}
.opc-wrapper .shipping-address-item.selected-item:after {
  background: #f68428;
  color: #ffffff;
  content: '\e610';
  font-family: 'luma-icons';
  height: 27px;
  width: 29px;
  font-size: 19px;
  line-height: 21px;
  padding-top: 2px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
  visibility: hidden;
}
.opc-wrapper .action-show-popup {
  margin: 0 0 22px;
}
.opc-wrapper .action-show-popup > span:before {
  content: '+';
  padding-right: 5.5px;
}
.opc-wrapper .action-select-shipping-item {
  float: right;
  margin: 22px 0 0;
}
.opc-wrapper .edit-address-link {
  display: block;
  float: left;
  margin: 26px 5px 0 0;
}
.checkout-shipping-method .step-title {
  margin-bottom: 0;
}
.checkout-shipping-method .no-quotes-block {
  margin: 22px 0;
}
.methods-shipping .actions-toolbar .action.primary {
  margin: 22px 0 0;
}
.table-checkout-shipping-method thead th {
  display: none;
}
.table-checkout-shipping-method tbody td {
  border-top: 1px solid #cccccc;
  padding-bottom: 22px;
  padding-top: 22px;
}
.table-checkout-shipping-method tbody td:first-child {
  padding-left: 0;
  padding-right: 0;
  width: 20px;
}
.table-checkout-shipping-method tbody td input[type='radio'] {
  margin: 4px 5px 0 0;
}
.table-checkout-shipping-method tbody tr:first-child td {
  border-top: none;
}
.table-checkout-shipping-method tbody .col-price {
  font-weight: 600;
}
.table-checkout-shipping-method tbody .row-error td {
  border-top: none;
  padding-bottom: 11px;
  padding-top: 0;
}
.checkout-shipping-method {
  position: relative;
}
.shipping-policy-block.field-tooltip {
  top: 12px;
}
.shipping-policy-block.field-tooltip .field-tooltip-action {
  color: #363636;
  cursor: pointer;
}
.shipping-policy-block.field-tooltip .field-tooltip-action:before {
  display: none;
}
.shipping-policy-block.field-tooltip .field-tooltip-content {
  width: 420px;
  top: 33px;
}
.opc-block-shipping-information {
  padding: 0 33px;
}
.opc-block-shipping-information .shipping-information-title {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 22px;
  position: relative;
}
.opc-block-shipping-information .shipping-information-title .action-edit {
  top: 11px;
  display: inline-block;
  text-decoration: none;
  margin: 0;
  position: absolute;
  right: 0;
}
.opc-block-shipping-information .shipping-information-title .action-edit > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-shipping-information .shipping-information-title .action-edit:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e601';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-shipping-information .shipping-information-title .action-edit:hover:before {
  color: #2c292a;
}
.opc-block-shipping-information .shipping-information-title .action-edit:active:before {
  color: #757575;
}
.opc-block-shipping-information .shipping-information-content {
  line-height: 27px;
}
.opc-block-shipping-information .shipping-information-content .actions-toolbar {
  margin-left: 0;
}
.opc-block-shipping-information .ship-to,
.opc-block-shipping-information .ship-via {
  margin: 0 0 22px;
}
.opc-block-summary {
  background: #f5f5f5;
  margin: 0 0 22px;
  padding: 22px 33px;
}
.opc-block-summary > .title {
  display: block;
}
.opc-block-summary .mark .value {
  color: #666666;
  display: block;
}
.opc-block-summary .discount.coupon {
  display: none;
}
.opc-block-summary .grand.incl + .grand.excl .mark,
.opc-block-summary .grand.incl + .grand.excl .amount {
  border-top: 0;
  font-size: 1.4rem;
  padding-top: 0;
}
.opc-block-summary .grand.incl + .grand.excl .mark strong,
.opc-block-summary .grand.incl + .grand.excl .amount strong {
  font-weight: 400;
}
.opc-block-summary .not-calculated {
  font-style: italic;
}
.opc-block-summary .items-in-cart > .title {
  border-bottom: 1px solid #cccccc;
  padding: 11px 44px 11px 0;
  cursor: pointer;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  position: relative;
}
.opc-block-summary .items-in-cart > .title > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-summary .items-in-cart > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-summary .items-in-cart > .title:after {
  position: absolute;
  right: 0;
  top: 11px;
}
.opc-block-summary .items-in-cart > .title strong {
  font-size: 1.8rem;
  font-weight: 300;
  margin: 0;
}
.opc-block-summary .items-in-cart.active > .title:after {
  content: '\e621';
}
.opc-block-summary .items-in-cart .product {
  position: relative;
}
.opc-block-summary .minicart-items-wrapper {
  margin: 0 -15px 0 0;
  max-height: 370px;
  padding: 15px 15px 0 0;
  border: 0;
}
.column.main .opc-block-summary .product-item {
  margin: 0;
  padding-left: 0;
}
.opc-block-summary .product-item .product-item-inner {
  display: table;
  margin: 0 0 11px;
  width: 100%;
}
.opc-block-summary .product-item .product-item-name-block {
  display: block;
  padding-right: 5.5px;
  text-align: left;
}
.opc-block-summary .product-item .subtotal {
  display: block;
  text-align: left;
}
.opc-block-summary .product-item .price {
  font-size: 1.6rem;
  font-weight: 400;
}
.opc-block-summary .product-item .price-including-tax + .price-excluding-tax .price {
  font-size: 1rem;
}
.opc-block-summary .product-item .message {
  margin-top: 10px;
}
.opc-block-summary .actions-toolbar {
  position: relative;
  z-index: 1;
}
.opc-block-summary .actions-toolbar .secondary {
  border-top: 1px solid #cccccc;
  display: block;
  margin: -1px 0 0;
  padding: 15px 0 0;
  text-align: left;
}
.opc-block-summary .actions-toolbar .secondary .action {
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .opc-block-summary .product-item .product-item-inner {
    display: block;
  }
  .opc-block-summary .product-item .product-item-name-block {
    display: block;
    text-align: left;
  }
  .opc-block-summary .product-item .subtotal {
    display: block;
    text-align: left;
  }
}
.authentication-dropdown {
  box-sizing: border-box;
}
.authentication-dropdown .modal-inner-wrap {
  padding: 27.5px;
}
.authentication-wrapper {
  float: right;
  margin-top: -66px;
  max-width: 50%;
  position: relative;
  z-index: 1;
}
._has-auth-shown .authentication-wrapper {
  z-index: 900;
}
.block-authentication .block-title {
  font-size: 2.8rem;
  border-bottom: 0;
  margin-bottom: 27.5px;
}
.block-authentication .block-title strong {
  font-weight: 300;
}
.block-authentication .field .label {
  font-weight: 400;
}
.block-authentication .actions-toolbar {
  margin-bottom: 5.5px;
}
.block-authentication .actions-toolbar > .secondary {
  padding-top: 27.5px;
  text-align: left;
}
.block-authentication .block[class] {
  margin: 0;
}
.block-authentication .block[class] ul {
  list-style: none;
  padding-left: 11px;
}
.block-authentication .block[class] .field .control,
.block-authentication .block[class] .field .label {
  float: none;
  width: auto;
}
.block-authentication .block[class] + .block {
  border-top: 1px solid #c1c1c1;
  margin-top: 44px;
  padding-top: 44px;
  position: relative;
}
.block-authentication .block[class] + .block:before {
  height: 36px;
  line-height: 34px;
  margin: -19px 0 0 -18px;
  min-width: 36px;
  background: #ffffff;
  border: 1px solid #c1c1c1;
  border-radius: 50%;
  box-sizing: border-box;
  color: #c1c1c1;
  content: attr(data-label);
  display: inline-block;
  left: 50%;
  letter-spacing: normal;
  padding: 0 .2rem;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
}
.checkout-payment-method .step-title {
  border-bottom: 0;
  margin-bottom: 0;
}
.checkout-payment-method .payment-method:first-child .payment-method-title {
  border-top: 0;
}
.checkout-payment-method .payment-method._active .payment-method-content {
  display: block;
}
.checkout-payment-method .payment-method + .payment-method .payment-method-title {
  border-top: 1px solid #cccccc;
}
.checkout-payment-method .payment-method form.form-purchase-order {
  margin-bottom: 15px;
}
.checkout-payment-method .payment-method form.form-purchase-order .input-text {
  width: 40%;
}
.checkout-payment-method .payment-method-content {
  /**
             * @codingStandardsIgnoreStart
             */
}
.checkout-payment-method .payment-method-content #po_number {
  margin-bottom: 20px;
}
.checkout-payment-method .payment-method-title {
  padding: 22px 0;
  margin: 0;
}
.checkout-payment-method .payment-method-title .payment-icon {
  display: inline-block;
  margin-right: 5.5px;
  vertical-align: middle;
}
.checkout-payment-method .payment-method-title .action-help {
  display: inline-block;
  margin-left: 5.5px;
}
.checkout-payment-method .payment-method-content {
  display: none;
  padding: 0 0 22px 22px;
}
.checkout-payment-method .payment-method-content .fieldset:not(:last-child) {
  margin: 0 0 22px;
}
.checkout-payment-method .payment-group + .payment-group .step-title {
  margin: 22px 0 0;
}
.checkout-payment-method .field-select-billing,
.checkout-payment-method .billing-address-form {
  max-width: 500px;
}
.checkout-payment-method .billing-address-same-as-shipping-block {
  margin: 0 0 11px;
}
.checkout-payment-method .checkout-billing-address {
  margin: 0 0 22px;
}
.checkout-payment-method .checkout-billing-address .primary .action-update {
  margin-bottom: 20px;
  margin-right: 0;
}
.checkout-payment-method .checkout-billing-address .billing-address-details {
  line-height: 27px;
  padding: 0 0 0 23px;
}
.checkout-payment-method .checkout-billing-address input[type="checkbox"] {
  vertical-align: top;
}
.checkout-payment-method .payment-method-note + .checkout-billing-address {
  margin-top: 22px;
}
.checkout-payment-method .payment-method-iframe {
  background-color: transparent;
  display: none;
  width: 100%;
}
.checkout-payment-method .no-payments-block {
  margin: 22px 0;
}
.checkout-payment-method .payment-option._active .payment-option-title .action-toggle:after {
  content: '\e621';
}
.checkout-payment-method .payment-option._collapsible .payment-option-title {
  cursor: pointer;
}
.checkout-payment-method .payment-option._collapsible .payment-option-content {
  display: none;
}
.checkout-payment-method .payment-option-title {
  border-top: 1px solid #cccccc;
  padding: 22px 0;
}
.checkout-payment-method .payment-option-title .action-toggle {
  color: #363636;
  display: inline-block;
  text-decoration: none;
}
.checkout-payment-method .payment-option-title .action-toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 16px;
  color: #757575;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0 0 0 11px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.checkout-payment-method .payment-option-title .action-toggle:hover:after {
  color: #2c292a;
}
.checkout-payment-method .payment-option-title .action-toggle:active:after {
  color: #757575;
}
.checkout-payment-method .payment-option-content {
  padding: 0 0 22px 22px;
}
.checkout-payment-method .payment-option-content .primary .action.action-apply {
  margin-right: 0;
}
.checkout-payment-method .payment-option-inner {
  margin: 0 0 22px;
}
.checkout-payment-method .credit-card-types {
  padding: 0;
}
.checkout-payment-method .credit-card-types .item {
  display: inline-block;
  list-style: none;
  margin: 0 5.5px 0 0;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types .item._active {
  font-weight: 700;
}
.checkout-payment-method .credit-card-types .item._active img {
  -webkit-filter: grayscale(0%);
}
.checkout-payment-method .credit-card-types .item._inactive {
  opacity: .4;
}
.checkout-payment-method .credit-card-types .item span {
  display: inline-block;
  padding-top: 6px;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types img {
  -webkit-filter: grayscale(100%);
  -webkit-transition: all .6s ease;
}
.checkout-payment-method .ccard .fields > .year {
  padding-left: 5.5px;
}
.checkout-payment-method .ccard .fields .select {
  padding-left: 5.5px;
  padding-right: 5.5px;
}
.checkout-payment-method .ccard .month .select {
  width: 140px;
}
.checkout-payment-method .ccard .year .select {
  width: 80px;
}
.checkout-payment-method .ccard .captcha .input-text,
.checkout-payment-method .ccard .number .input-text {
  width: 225px;
}
.checkout-payment-method .ccard > .field.cvv > .control {
  display: inline-block;
  padding-right: 22px;
}
.checkout-payment-method .ccard .cvv .label {
  display: block;
}
.checkout-payment-method .ccard .cvv .input-text {
  width: 55px;
}
.checkout-payment-method .ccard.fieldset > .field .fields.group.group-2 .field {
  width: auto !important;
}
.checkout-agreements-block .checkout-agreements {
  margin-bottom: 22px;
}
.checkout-agreements-block .checkout-agreement.field {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.checkout-agreements-block .checkout-agreement.field.required label:after {
  content: none;
}
.checkout-agreements-block .checkout-agreement.field.required .action-show:after {
  content: '*';
  color: #e02b27;
  font-size: 1.4rem;
}
.checkout-agreements-block .action-show {
  vertical-align: baseline;
}
.checkout-agreements-items {
  padding-bottom: 33px;
}
.checkout-agreements-items .checkout-agreements-item {
  margin-bottom: 22px;
}
.checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 0;
}
.checkout-agreement-item-content {
  overflow: auto;
}
.login-container .block-new-customer .actions-toolbar {
  margin-top: 25px;
}
.login-container .block .block-title {
  font-size: 1.8rem;
}
.login-container .fieldset:after {
  margin: 11px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.4rem;
}
.login-container .fieldset:after {
  margin-top: 35px;
}
.block-addresses-list .items.addresses > .item {
  margin-bottom: 22px;
}
.block-addresses-list .items.addresses > .item:last-child {
  margin-bottom: 0;
}
.block-addresses-list .items.addresses .item.actions {
  margin-top: 5.5px;
}
.form-address-edit .region_id {
  display: none;
}
.form-edit-account .fieldset.password {
  display: none;
}
.form-edit-account fieldset.additional_info {
  clear: both;
}
.form-create-account .fieldset-fullname .fields .field {
  float: none;
}
.form-create-account .fieldset.create.account:after {
  margin: 11px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.4rem;
}
.form-create-account .fieldset.create.account:after {
  margin-top: 35px;
}
.form.password.forget .fieldset:after {
  margin: 11px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.4rem;
}
.form.password.forget .fieldset:after {
  margin-top: 35px;
}
.box-billing-address .box-content,
.box-shipping-address .box-content,
.box-address-billing .box-content,
.box-address-shipping .box-content,
.box-information .box-content,
.box-newsletter .box-content {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.account .page-title-wrapper .page-title {
  display: inline-block;
}
.account .messages {
  margin-bottom: 22px;
}
.account .column.main {
  margin-bottom: 33px;
}
.account .column.main h2 {
  margin-top: 0;
}
.account .sidebar-additional {
  margin-top: 44px;
}
.account .table-wrapper {
  margin-bottom: 22px;
  border-bottom: 1px solid #cccccc;
  overflow-x: auto;
}
.account .table-wrapper:last-child {
  margin-bottom: 0;
}
.account .data.table .col.actions .action.delete,
[class^='sales-guest-'] .data.table .col.actions .action.delete,
.sales-guest-view .data.table .col.actions .action.delete {
  color: #d10029;
}
.column.main .block:last-child {
  margin-bottom: 0;
}
.block .title {
  display: block;
  margin-bottom: 11px;
}
.block .title strong {
  color: #2c292a;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: inherit;
  font-weight: 400;
  line-height: 1.1;
  font-size: 1.6rem;
  margin-top: 2.2rem;
  margin-bottom: 2.2rem;
}
.block p:last-child {
  margin: 0;
}
.block .box-actions {
  margin-top: 5.5px;
}
.field.password .control {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.field.password .control .mage-error {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.field.password .control .input-text {
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
  z-index: 2;
}
.password-strength-meter {
  background-color: #f4f4f4;
  height: 36px;
  line-height: 36px;
  padding: 0 9px;
  position: relative;
  z-index: 1;
}
.password-strength-meter:before {
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  z-index: -1;
}
.password-none .password-strength-meter:before {
  background-color: #f4f4f4;
  width: 100%;
}
.password-weak .password-strength-meter:before {
  background-color: #ffafae;
  width: 25%;
}
.password-medium .password-strength-meter:before {
  background-color: #ffd6b3;
  width: 50%;
}
.password-strong .password-strength-meter:before {
  background-color: #c5eeac;
  width: 75%;
}
.password-very-strong .password-strength-meter:before {
  background-color: #81b562;
  width: 100%;
}
.control.captcha-image {
  margin-top: 11px;
}
.control.captcha-image .captcha-img {
  vertical-align: middle;
}
.order-products-toolbar,
.customer-addresses-toolbar {
  position: relative;
}
.order-products-toolbar .toolbar-amount,
.customer-addresses-toolbar .toolbar-amount {
  position: relative;
  text-align: center;
}
.order-products-toolbar .pages,
.customer-addresses-toolbar .pages {
  position: relative;
}
.additional-addresses table > thead > tr > th {
  white-space: nowrap;
}
.block-balance .price {
  margin-top: -11px;
  font-size: 3.2rem;
  display: inline-block;
  line-height: 32px;
}
.table-downloadable-products .product-name {
  font-weight: 400;
  margin-right: 15px;
}
.table-downloadable-products .action.download {
  display: inline-block;
  text-decoration: none;
}
.table-downloadable-products .action.download:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e626';
  font-family: 'luma-icons';
  margin: 0 5px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-product-downloadable .product-add-form {
  clear: both;
  margin-bottom: 27.5px;
}
.page-product-downloadable .product-options-bottom .field.qty {
  display: none;
}
.samples-item-title {
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0 0 11px;
}
.samples-item {
  margin: 0 0 11px;
}
.field.downloads {
  margin-bottom: 11px;
}
.page-product-downloadable .product-add-form .product-options-wrapper .field.downloads > .control {
  width: 100%;
}
.field.downloads .price-container {
  display: inline;
  white-space: nowrap;
}
.field.downloads .price-container:before {
  content: ' + ';
  display: inline;
}
.field.downloads .price-excluding-tax {
  display: inline;
}
.field.downloads .price-excluding-tax:before {
  content: ' (' attr(data-label) ': ';
}
.field.downloads .price-excluding-tax:after {
  content: ')';
}
.field.downloads .price-including-tax {
  display: inline;
  font-weight: 600;
  font-size: 1.4rem;
}
.field.downloads .field.choice {
  border-bottom: 1px solid #ebebeb;
  box-sizing: border-box;
  margin-bottom: 11px;
  padding-bottom: 11px;
  padding-left: 25px;
  position: relative;
  width: 100%;
  z-index: 1;
}
.field.downloads .field.choice input {
  left: 0;
  position: absolute;
  top: 2px;
}
.field.downloads .field.downloads-all {
  border-bottom: 0;
  padding-left: 0;
}
.field.downloads .sample.link {
  float: right;
}
.field.downloads-all .label {
  color: #363636;
  text-decoration: none;
  cursor: pointer;
}
.field.downloads-all .label:visited {
  color: #363636;
  text-decoration: none;
}
.field.downloads-all .label:hover {
  color: #f68428;
  text-decoration: none;
}
.field.downloads-all .label:active {
  color: #f68428;
  text-decoration: underline;
}
.field.downloads-all input {
  opacity: 0;
}
.field.downloads.downloads-no-separately .field.choice {
  padding-left: 0;
}
.page-product-giftcard .giftcard-amount {
  border-top: 1px #c1c1c1 solid;
  clear: both;
  margin-bottom: 0;
  padding-top: 15px;
  text-align: left;
}
.page-product-giftcard .giftcard-amount .field:last-child {
  padding-bottom: 22px !important;
}
.page-product-giftcard .product-info-main .price-box .old-price {
  font-size: 20px;
}
.page-product-giftcard .product-info-main .price-box .price-container.price-final > span {
  display: block;
  margin-bottom: 5.5px;
}
.page-product-giftcard .product-info-main .price-box .price-container.price-final > span:last-child {
  margin-bottom: 0;
}
.page-product-giftcard .product-info-main .price-box .price-container.price-final .price {
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
}
.page-product-giftcard .product-info-main .price-box + .giftcard.form {
  border-top: 1px #c1c1c1 solid;
  padding-top: 15px;
}
.page-product-giftcard .product-info-main .alert {
  clear: left;
}
.page-product-giftcard .product-info-stock-sku {
  display: block;
}
.page-product-giftcard .product-add-form {
  border: 0;
  clear: none;
  padding-top: 0;
}
.page-product-giftcard .product-add-form .product-options-wrapper .field:not(.text) {
  margin-bottom: 22px;
  margin-top: 22px;
}
.page-product-giftcard .giftcard.form {
  clear: both;
}
.page-product-giftcard .price-box {
  margin-bottom: 10px;
}
.page-product-giftcard .product-info-price {
  border: 0;
  display: block;
  float: right;
  white-space: nowrap;
  width: auto;
}
.giftcard-account .please-wait {
  display: none;
}
.giftcard-account .form-giftcard-redeem .giftcard.info {
  margin-bottom: 33px;
}
.opc-wrapper .form-giftcard-account {
  max-width: 500px;
}
.opc-wrapper .form-giftcard-account .field {
  margin: 0 0 22px;
}
.opc-wrapper .giftcard-account-info {
  margin: 0 0 22px;
}
.opc-wrapper .giftcard-account-info .giftcard-account-number {
  margin: 0 0 11px;
}
.gift-message .field {
  margin-bottom: 22px;
}
.gift-message .field .label {
  color: #666666;
  font-weight: 400;
}
.gift-options {
  margin: 22px 0;
}
.gift-options .actions-toolbar .action-cancel {
  display: none;
}
.gift-options-title {
  font-weight: 600;
  margin: 0 0 22px;
}
.gift-options-content .fieldset {
  margin: 0 0 22px;
}
.gift-summary {
  margin-top: 11px;
  position: relative;
}
.gift-summary .actions-toolbar > .secondary .action {
  margin: 0 0 0 22px;
  width: auto;
}
.gift-summary .action-edit,
.gift-summary .action-delete {
  display: inline-block;
  text-decoration: none;
}
.gift-summary .action-edit > span,
.gift-summary .action-delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-summary .action-edit:before,
.gift-summary .action-delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e601';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-summary .action-edit:hover:before,
.gift-summary .action-delete:hover:before {
  color: #2c292a;
}
.gift-summary .action-edit:active:before,
.gift-summary .action-delete:active:before {
  color: #757575;
}
.gift-summary .action-delete:before {
  content: '\e604';
}
.action-gift {
  display: inline-block;
  text-decoration: none;
}
.action-gift:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.2rem;
  line-height: 20px;
  color: #757575;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0 0 0 11px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.action-gift:hover:after {
  color: #2c292a;
}
.action-gift:active:after {
  color: #757575;
}
.action-gift.active:after,
.action-gift._active:after {
  content: '\e621';
}
.gift-summary .actions-toolbar,
.cart.table-wrapper .gift-summary .actions-toolbar {
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.cart.table-wrapper .gift-content {
  box-sizing: border-box;
  clear: left;
  display: none;
  float: left;
  margin-right: -100%;
  padding: 22px 0;
  width: 100%;
}
.cart.table-wrapper .gift-content._active {
  display: block;
}
.cart.table-wrapper .item-gift._active {
  border-top: 1px solid #c1c1c1;
}
.cart.table-wrapper .item-gift .action {
  margin-right: 0;
}
.gift-item-block {
  border-bottom: 1px solid #c1c1c1;
  margin: 0;
}
.gift-item-block._active .title:after {
  content: '\e621';
}
.gift-item-block .title {
  color: #363636;
  cursor: pointer;
  margin: 0;
  padding: 11px 44px 11px 15px;
  position: relative;
  display: block;
  text-decoration: none;
}
.gift-item-block .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.2rem;
  line-height: 20px;
  color: #858585;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0 0 0 11px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-item-block .title:hover:after {
  color: #2c292a;
}
.gift-item-block .content {
  padding: 11px 0 22px;
  position: relative;
}
.order-details-items .order-gift-message dt:after,
.order-details-items .block-order-details-gift-message dt:after {
  content: '';
}
.order-details-items .order-gift-message .item-message,
.order-details-items .block-order-details-gift-message .item-message {
  clear: left;
}
.order-details-items .order-gift-message .item-options dt,
.order-details-items .block-order-details-gift-message .item-options dt {
  font-weight: 400;
  margin: 11px 0;
}
.gift-messages-order {
  margin-bottom: 27.5px;
}
.gift-message-summary {
  padding-right: 7rem;
}
.form-giftregistry-share .actions-toolbar:not(:last-child),
.form-giftregistry-edit .actions-toolbar:not(:last-child) {
  margin-bottom: 44px;
}
.form-giftregistry-share .fieldset .nested .field:not(.choice) .control,
.form-giftregistry-edit .fieldset .nested .field:not(.choice) .control {
  width: 100%;
}
.giftregisty-dropdown .action.toggle {
  color: #363636;
}
.table-giftregistry-items .product-image {
  margin-right: 11px;
  float: left;
}
.cart-summary .form.giftregistry .fieldset {
  margin: 15px 0 5.5px;
  text-align: left;
}
.cart-summary .form.giftregistry .fieldset .field {
  margin: 0 0 11px;
}
.cart-summary .form.giftregistry .fieldset .field .control {
  float: none;
  width: auto;
}
.form-giftregistry-search {
  margin-bottom: 66px;
}
.form-giftregistry-search .fields-specific-options .field:nth-last-of-type(1) {
  margin-bottom: 0;
}
.block-giftregistry .actions-toolbar {
  margin: 17px 0 0;
}
.block-giftregistry-shared .item-options .item-value {
  margin: 0 0 27.5px;
}
.block-giftregistry-shared-items .item .col {
  border: 0;
}
.block-giftregistry-shared-items th {
  border-bottom: 1px solid #cccccc;
}
.block-giftregistry-shared-items .col {
  padding: 20px 11px 10px;
}
.block-giftregistry-shared-items .col .price-box {
  display: inline-block;
}
.block-giftregistry-shared-items .col .price-wrapper {
  font-size: 1.8rem;
  display: block;
  font-weight: 700;
  white-space: nowrap;
}
.block-giftregistry-shared-items .product .item-options {
  margin: 0;
}
.block-giftregistry-shared-items .product-item-photo {
  display: block;
  max-width: 65px;
  padding: 11px 0;
}
.block-giftregistry-shared-items .product-item-name {
  font-size: 1.8rem;
  display: block;
  margin: 0 0 5.5px;
}
.gift-wrapping .label {
  margin: 0 0 8px;
  display: inline-block;
}
.gift-wrapping .field {
  margin-bottom: 11px;
}
.gift-wrapping-info {
  font-weight: 300;
  font-size: 20px;
  margin: 22px 0;
}
.gift-wrapping-list {
  list-style: none;
  margin: 22px 0 11px;
  padding: 0;
}
.gift-wrapping-list .no-image {
  background: #f2f2f2;
  display: inline-block;
  text-decoration: none;
}
.gift-wrapping-list .no-image > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-wrapping-list .no-image:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 4rem;
  color: #494949;
  content: '\e62a';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-wrapping-list .no-image:after {
  display: block;
}
.gift-wrapping-preview,
.gift-wrapping-item > span {
  cursor: pointer;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.gift-wrapping-item {
  float: left;
  margin: 0 11px 11px 0;
}
.gift-wrapping-item:last-child {
  margin-right: 0;
}
.gift-wrapping-item._active span:before {
  border: 3px solid #333333;
  box-sizing: border-box;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.gift-wrapping-item > span {
  height: 4rem;
  width: 4rem;
}
.gift-wrapping-title {
  margin: 11px 0;
}
.gift-wrapping-title .action-remove {
  margin: -5.5px 0 0 5.5px;
  display: inline-block;
  text-decoration: none;
}
.gift-wrapping-title .action-remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-wrapping-title .action-remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e604';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-wrapping-title .action-remove:hover:before {
  color: #2c292a;
}
.gift-wrapping-title .action-remove:active:before {
  color: #757575;
}
.gift-options-content .fieldset .field {
  margin: 11px 0;
}
.gift-wrapping-summary {
  padding-right: 7rem;
}
.gift-wrapping-summary .gift-wrapping-title {
  border: 0;
  display: inline-block;
  padding: 0;
}
.opc-wrapper .fieldset.gift-message .field.gift-wrapping {
  padding: 0;
  width: 100%;
}
.opc-wrapper .data.table .gift-wrapping,
.table-order-items .gift-wrapping {
  margin: 22px 0 0;
}
.opc-wrapper .data.table .gift-wrapping .title,
.table-order-items .gift-wrapping .title {
  float: none;
}
.opc-wrapper .data.table .gift-wrapping .content,
.table-order-items .gift-wrapping .content {
  margin: 0;
}
.opc-wrapper .data.table .gift-wrapping .content > img,
.table-order-items .gift-wrapping .content > img {
  float: left;
  margin: 0 11px 0 0;
  max-height: 50px;
  max-width: 50px;
}
.gift-summary .price-box,
.gift-options .price-box {
  margin-left: 22px;
}
.gift-summary .regular-price:before,
.gift-options .regular-price:before {
  content: attr(data-label) ': ';
}
.gift-summary .regular-price .price,
.gift-options .regular-price .price {
  font-weight: 700;
}
.order-options .item {
  padding-bottom: 22px;
}
.order-options .product {
  margin-bottom: 11px;
}
.order-options .product-image-container {
  float: left;
  padding-right: 11px;
}
.order-options .gift-wrapping {
  margin-bottom: 11px;
}
.table-wrapper.grouped {
  width: auto;
}
.table.grouped .row-tier-price > td {
  border-top: 0;
}
.table.grouped .col.item {
  width: 90%;
}
.table.grouped .col.qty {
  width: 10%;
}
.table.grouped .product-item-name {
  display: inline-block;
  font-weight: 400;
  margin-bottom: 11px;
}
.table.grouped .price-box p {
  margin: 0;
}
.table.grouped .price-box .price {
  font-weight: 700;
}
.table.grouped .price-box .old-price .price {
  font-weight: normal;
}
.table.grouped .stock.unavailable {
  font-weight: normal;
  margin: 0;
  text-transform: none;
  white-space: nowrap;
}
.page-product-grouped .product-info-main .alert {
  clear: left;
}
.page-product-grouped .box-tocart {
  margin-top: 11px;
}
.box-tocart .action.instant-purchase {
  vertical-align: top;
}
.box-tocart .action.instant-purchase:not(:last-child) {
  margin-bottom: 15px;
}
.form-add-invitations .additional,
.form-add-invitations .field.message {
  margin-top: 22px;
}
.form-add-invitations .action.remove {
  top: 4px;
}
.form-add-invitations .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 4px;
  width: auto;
}
.form-add-invitations .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.form-add-invitations .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: inherit;
  color: inherit;
  content: '\e61c';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.form-add-invitations .action.add:hover:before {
  color: inherit;
}
.form-add-invitations .action.add:active:before {
  color: inherit;
}
.filter.block {
  margin-bottom: 0;
}
.filter-title strong {
  background-color: #f0f0f0;
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
  border: 1px solid #cccccc;
  border-radius: 3px;
  font-weight: 400;
  left: 0;
  line-height: 16px;
  padding: 7px 11px;
  position: absolute;
  text-align: center;
  top: 0;
  z-index: 2;
}
.filter-title strong[data-count]:after {
  color: #ffffff;
  background: #ff5501;
  border-radius: 2px;
  content: attr(data-count);
  display: inline-block;
  font-size: .8em;
  line-height: 1;
  margin: 0 5.5px;
  min-width: 1em;
  padding: 2px;
}
.filter-title strong.disabled {
  opacity: .5;
}
.filter .block-subtitle {
  border-bottom: 1px solid #cccccc;
  font-size: 16px;
  font-weight: 600;
  line-height: 1em;
  padding: 11px 11px 22px;
}
.filter-subtitle {
  display: none;
}
.filter-current {
  margin: 0;
}
.filter-current .items {
  padding: 5.5px 11px;
}
.filter-current .item {
  padding-left: 17px;
  position: relative;
  z-index: 1;
}
.filter .filter-current-subtitle {
  border: none;
  display: block;
  padding-bottom: 11px;
}
.filter-current .action.remove {
  left: -2px;
  position: absolute;
  top: -1px;
}
.filter-actions {
  margin-bottom: 27.5px;
  padding: 0 11px;
}
.filter-label {
  font-weight: 700;
}
.filter-label:after {
  content: ': ';
}
.filter-value {
  color: #757575;
}
.filter-options {
  display: none;
  margin: 0;
}
.filter-options-item {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 11px;
}
.filter-options-title {
  cursor: pointer;
  font-weight: 600;
  margin: 0;
  overflow: hidden;
  padding: 11px 41px 0 11px;
  position: relative;
  text-transform: uppercase;
  word-break: break-all;
  z-index: 1;
  display: block;
  text-decoration: none;
}
.filter-options-title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.filter-options-title:after {
  position: absolute;
  right: 13px;
  top: 12px;
}
.filter-options-title:hover {
  color: #000000;
}
.active > .filter-options-title:after {
  content: '\e621';
}
.filter-options-content {
  margin: 0;
  padding: 11px;
}
.filter-options-content .item {
  line-height: 1.5em;
  margin: 11px 0;
}
.filter-options-content a {
  color: #494949;
  margin-left: -5px;
  margin-right: -5px;
  padding-left: 5px;
  padding-right: 7px;
}
.filter-options-content a:hover {
  background-color: #e8e8e8;
  text-decoration: none;
}
.filter-options-content a:hover + .count {
  background-color: #e8e8e8;
}
.filter-options-content .count {
  color: #757575;
  font-weight: 300;
  padding-left: 5px;
  padding-right: 5px;
}
.filter-options-content .count:before {
  content: '(';
}
.filter-options-content .count:after {
  content: ')';
}
.map-popup-wrapper.popup .action.close {
  top: 11px;
}
.map-popup {
  background: #ffffff;
  border: 1px solid #adadad;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  left: 0;
  margin-top: 11px;
  position: absolute;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
  box-sizing: border-box;
}
.map-popup .popup-header {
  margin: 0 0 25px;
  padding-right: 16px;
}
.map-popup .popup-header .title {
  color: #2c292a;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 1.1;
  font-size: 3rem;
  margin-top: 2.75rem;
  margin-bottom: 2.2rem;
}
.map-popup .popup-actions .action.close {
  position: absolute;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  right: 11px;
  top: 11px;
}
.map-popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.map-popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #8c8c8c;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.map-popup .popup-actions .action.close:hover:before {
  color: #737373;
}
.map-popup .popup-actions .action.close:active:before {
  color: #737373;
}
.map-popup .popup-actions .action.close:focus,
.map-popup .popup-actions .action.close:active {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close.disabled,
.map-popup .popup-actions .action.close[disabled],
fieldset[disabled] .map-popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.map-popup.active {
  opacity: 1;
}
.map-popup .map-info-price {
  margin: 0 0 22px;
}
.map-popup .map-info-price .price-box {
  margin: 0 0 22px;
}
.map-popup .map-info-price .price-box .label:after {
  content: ': ';
}
.map-popup .action.primary {
  margin-right: 11px;
}
.map-popup .map-msrp {
  margin-bottom: 11px;
}
.map-popup .actual-price {
  margin: 3px 0 15px;
}
.map-popup .regular-price .price-label {
  display: none;
}
.map-popup .popup-header {
  display: none;
}
.map-old-price {
  text-decoration: none;
}
.map-old-price .price-wrapper {
  text-decoration: line-through;
}
.map-fallback-price {
  display: none;
}
.map-old-price,
.product-item .map-old-price,
.product-info-price .map-show-info {
  display: inline-block;
  min-width: 10rem;
}
.map-old-price:not(:last-child),
.product-item .map-old-price:not(:last-child),
.product-info-price .map-show-info:not(:last-child) {
  margin-right: 11px;
}
.product-options-bottom .price-box .old-price .price-container > span,
.product-info-price .price-box .old-price .price-container > span {
  display: inline;
}
.map-form-addtocart {
  display: inline-block;
  text-align: center;
}
.map-form-addtocart img {
  display: block;
  margin: 0 auto;
}
button.map-show-info {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #363636;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
button.map-show-info:focus,
button.map-show-info:active {
  background: none;
  border: none;
}
button.map-show-info:hover {
  background: none;
  border: none;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info {
  pointer-events: none;
  opacity: 0.5;
}
button.map-show-info:visited {
  color: #363636;
  text-decoration: none;
}
button.map-show-info:hover {
  color: #f68428;
  text-decoration: none;
}
button.map-show-info:active {
  color: #f68428;
  text-decoration: underline;
}
button.map-show-info:hover,
button.map-show-info:active,
button.map-show-info:focus {
  background: none;
  border: 0;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info {
  color: #363636;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.wishlist.split.button {
  display: inline-block;
  position: relative;
  margin-right: 5%;
  vertical-align: middle;
}
.wishlist.split.button:before,
.wishlist.split.button:after {
  content: '';
  display: table;
}
.wishlist.split.button:after {
  clear: both;
}
.wishlist.split.button .action.split {
  float: left;
  margin: 0;
}
.wishlist.split.button .action.toggle {
  float: right;
  margin: 0;
}
.wishlist.split.button .action.toggle {
  display: inline-block;
  text-decoration: none;
}
.wishlist.split.button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.split.button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: #666666;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle:hover:after {
  color: #2c292a;
}
.wishlist.split.button .action.toggle:active:after {
  color: inherit;
}
.wishlist.split.button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.wishlist.split.button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.split.button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: #666666;
  content: '\e621';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle.active:hover:after {
  color: #2c292a;
}
.wishlist.split.button .action.toggle.active:active:after {
  color: inherit;
}
.wishlist.split.button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: #cccccc;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0px 20px 50px -20px rgba(0, 0, 0, 0.5);
}
.wishlist.split.button .items li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.wishlist.split.button .items li:hover {
  background: #f4f4f4;
  cursor: pointer;
}
.wishlist.split.button .items:before,
.wishlist.split.button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.wishlist.split.button .items:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.wishlist.split.button .items:after {
  border: 7px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 98;
}
.wishlist.split.button .items:before {
  left: 10px;
  top: -12px;
}
.wishlist.split.button .items:after {
  left: 9px;
  top: -14px;
}
.wishlist.split.button.active {
  overflow: visible;
}
.wishlist.split.button.active .items {
  display: block;
}
.wishlist.split.button .items {
  padding: 6px 0;
  text-align: left;
}
.wishlist.split.button .items .item > span {
  display: block;
  padding: 5px 5px 5px 23px;
}
.wishlist.split.button .items li {
  padding: 0;
}
.wishlist.split.button > .action.split {
  margin-right: 5px;
}
.wishlist.split.button > .action.split:before {
  content: '\e600';
}
.wishlist.split.button > .action.split:before {
  margin: 0;
  width: 18px;
}
.wishlist.split.button > .action:active,
.wishlist.split.button > .action:focus,
.wishlist.split.button > .action:hover {
  color: #2c292a;
}
.wishlist.split.button > .action.toggle:before {
  border-left: 1px solid #666666;
  content: '';
  float: left;
  height: 15px;
  margin: 3px 4px 0 0;
}
.cart.table-wrapper .wishlist.split.button {
  vertical-align: baseline;
}
.cart.table-wrapper .wishlist.split.button > .action.split {
  font-weight: normal;
  letter-spacing: normal;
  text-transform: none;
}
.cart.table-wrapper .wishlist.split.button > .action.toggle:after {
  color: #363636;
}
.cart.table-wrapper .wishlist.split.button > .action.split,
.cart.table-wrapper .wishlist.split.button > .action.toggle {
  color: #363636;
}
.cart.table-wrapper .wishlist.split.button > .action.split:before,
.cart.table-wrapper .wishlist.split.button > .action.toggle:before {
  display: none;
}
.wishlist.window.popup {
  background: #ffffff;
  border: 1px solid #adadad;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
  box-sizing: border-box;
}
.wishlist.window.popup .popup-header {
  margin: 0 0 25px;
  padding-right: 16px;
}
.wishlist.window.popup .popup-header .title {
  color: #2c292a;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 1.1;
  font-size: 3rem;
  margin-top: 2.75rem;
  margin-bottom: 2.2rem;
}
.wishlist.window.popup .popup-actions .action.close {
  position: absolute;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  right: 11px;
  top: 11px;
}
.wishlist.window.popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.window.popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #8c8c8c;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.window.popup .popup-actions .action.close:hover:before {
  color: #737373;
}
.wishlist.window.popup .popup-actions .action.close:active:before {
  color: #737373;
}
.wishlist.window.popup .popup-actions .action.close:focus,
.wishlist.window.popup .popup-actions .action.close:active {
  background: none;
  border: none;
}
.wishlist.window.popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
.wishlist.window.popup .popup-actions .action.close.disabled,
.wishlist.window.popup .popup-actions .action.close[disabled],
fieldset[disabled] .wishlist.window.popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.wishlist.window.popup.active {
  opacity: 1;
}
.wishlist.window.popup.active {
  display: block;
}
.wishlist.overlay {
  transition: opacity 0.15s linear;
  background: #8c8c8c;
  z-index: 899;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.wishlist.overlay.active {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.wishlist.overlay.active {
  display: block;
}
.wishlist-dropdown.move .action.toggle,
.wishlist-dropdown.copy .action.toggle {
  color: #363636;
}
.page-multiple-wishlist .actions-toolbar > .primary {
  display: block;
  float: none;
  text-align: left;
}
.page-multiple-wishlist .actions-toolbar > .primary .action.remove {
  float: right;
}
.block-wishlist-management {
  position: relative;
}
.block-wishlist-management .wishlist-select .wishlist-name-label {
  font-weight: 600;
}
.block-wishlist-management .wishlist-title {
  margin-bottom: 11px;
}
.block-wishlist-management .wishlist-title strong {
  font-weight: 300;
  margin-right: 11px;
}
.block-wishlist-management .wishlist-notice {
  color: #797073;
  display: inline-block;
  margin-right: 22px;
}
.block-wishlist-management .wishlist-notice.private {
  display: inline-block;
  text-decoration: none;
}
.block-wishlist-management .wishlist-notice.private:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #9e979a;
  content: '\e629';
  font-family: 'luma-icons';
  margin: 0 5.5px 0 0;
  vertical-align: text-bottom;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-wishlist-management .wishlist-toolbar-select,
.block-wishlist-management .wishlist-toolbar-actions {
  display: inline-block;
}
.block-wishlist-management .wishlist-toolbar-select {
  margin-right: 22px;
}
.block-wishlist-management .wishlist-toolbar .copy .dropdown {
  right: 0;
}
.block-wishlist-management .wishlist-toolbar .copy .dropdown:before {
  left: auto;
  right: 11px;
}
.block-wishlist-management .wishlist-toolbar .copy .dropdown:after {
  left: auto;
  right: 10px;
}
.block-wishlist-management .wishlist-dropdown.move {
  margin-right: 22px;
}
.block-wishlist-search-form .form-wishlist-search {
  margin-bottom: 66px;
  max-width: 500px;
}
.block-wishlist-search-results .table-wrapper {
  border-top: none;
}
.block-wishlist-info-items .block-title {
  margin-bottom: 22px;
  font-size: 2.2rem;
}
.block-wishlist-info-items .block-title > strong {
  font-weight: 300;
}
.block-wishlist-info-items .product-item {
  width: 100%;
}
.block-wishlist-info-items .product-item-photo {
  margin-left: 22px;
}
.block-wishlist-info-items .product-item-info {
  width: auto;
}
.block-wishlist-info-items .product-item-info:hover .split {
  visibility: visible;
}
.block-wishlist-info-items .price-wrapper {
  display: block;
  margin: 0 0 11px;
}
.block-wishlist-info-items .split {
  clear: both;
  padding: 11px 0;
  visibility: hidden;
}
.block-wishlist-info-items .wishlist-dropdown .change {
  color: #363636;
}
.block-wishlist-info-items .action.towishlist {
  padding: 11px 0;
}
.block-wishlist-info-items .input-text.qty {
  margin-right: 10px;
}
.multicheckout.results h3,
.multicheckout.success h3 {
  font-size: 1.6rem;
  margin-bottom: 22px;
  margin-top: 33px;
}
.multicheckout.results h3 a,
.multicheckout.success h3 a {
  color: #363636;
}
.multicheckout.results h3 a:hover,
.multicheckout.success h3 a:hover {
  text-decoration: none;
}
.multicheckout.results ul.orders-list,
.multicheckout.success ul.orders-list {
  list-style: none;
  padding-left: 0;
}
.multicheckout.results .orders-list,
.multicheckout.success .orders-list {
  margin-top: 27.5px;
  padding-left: 18px;
}
.multicheckout.results .orders-list .shipping-list .shipping-item,
.multicheckout.success .orders-list .shipping-list .shipping-item {
  margin-left: 84px;
}
.multicheckout.results .orders-list .shipping-list .shipping-label,
.multicheckout.success .orders-list .shipping-list .shipping-label {
  font-weight: 700;
  margin-right: 11px;
}
.multicheckout.results .orders-list .shipping-list .shipping-address,
.multicheckout.success .orders-list .shipping-list .shipping-address {
  font-weight: 400;
}
.multicheckout.results .orders-list .shipping-list .error-block,
.multicheckout.success .orders-list .shipping-list .error-block {
  color: #ff0a0a;
}
.multicheckout.results .orders-list .shipping-list .error-block .error-label,
.multicheckout.success .orders-list .shipping-list .error-block .error-label {
  font-weight: 700;
  margin-right: 11px;
}
.multicheckout.results .orders-list .shipping-list .error-block .error-description,
.multicheckout.success .orders-list .shipping-list .error-block .error-description {
  font-weight: 400;
}
.multicheckout.results .orders-succeed .orders-list,
.multicheckout.success .orders-succeed .orders-list {
  margin-top: 0;
}
.multicheckout.results .orders-succeed .orders-list .shipping-list .order-id,
.multicheckout.success .orders-succeed .orders-list .shipping-list .order-id {
  float: left;
}
.multicheckout.results .orders-succeed .orders-list .shipping-list .shipping-item,
.multicheckout.success .orders-succeed .orders-list .shipping-list .shipping-item {
  margin-left: 100px;
}
.multicheckout .title {
  margin-bottom: 33px;
}
.multicheckout .title strong {
  font-weight: 400;
}
.multicheckout .table-wrapper {
  margin-bottom: 0;
}
.multicheckout .table-wrapper .action.delete {
  display: inline-block;
}
.multicheckout .table-wrapper .col .qty {
  display: inline-block;
}
.multicheckout .table-wrapper .col.item .action.edit {
  font-weight: 400;
  margin-left: 11px;
}
.multicheckout:not(.address) .table-wrapper .product-item-name {
  margin: 0;
}
.multicheckout > .actions-toolbar {
  margin-top: 44px;
}
.multicheckout .actions-toolbar > .secondary {
  display: block;
}
.multicheckout .actions-toolbar > .secondary .action {
  margin-bottom: 27.5px;
}
.multicheckout .actions-toolbar > .secondary .action.back {
  display: block;
  margin-left: 0;
}
.multicheckout .actions-toolbar > .primary {
  margin-right: 11px;
}
.multicheckout .item-options {
  margin: 11px 0 0;
}
.multicheckout .block .methods-shipping .item-content .fieldset > .field:before {
  display: none;
}
.multicheckout .block .methods-shipping .item-content .fieldset > .field .control {
  display: inline-block;
}
.multicheckout .block-title,
.multicheckout .block-content .title {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 11px;
}
.multicheckout .block-title strong,
.multicheckout .block-content .title strong {
  font-weight: 400;
}
.multicheckout .block-title strong span,
.multicheckout .block-content .title strong span {
  color: #a19a9c;
}
.multicheckout .block-content .title {
  border-bottom: none;
  padding-bottom: 0;
}
.multicheckout.order-review .block-title > strong {
  font-size: 2.4rem;
}
.multicheckout.order-review .block-shipping .block-content:not(:last-child) {
  margin-bottom: 44px;
}
.multicheckout.order-review .error-description {
  color: #ff0a0a;
  font-weight: 400;
  margin-bottom: 11px;
  margin-top: -11px;
}
.multicheckout .box-title span {
  margin-right: 11px;
}
.multicheckout .box-title > .action {
  margin: 0;
}
.multicheckout .box-shipping-method .price {
  font-weight: 700;
}
.multicheckout .box-billing-method .fieldset {
  margin: 0;
}
.multicheckout .box-billing-method .fieldset .legend.box-title {
  margin: 0 0 5.5px;
}
.multicheckout .checkout-review .grand.totals {
  font-size: 2.4rem;
  margin-bottom: 44px;
}
.multicheckout .checkout-review .grand.totals .mark {
  font-weight: 400;
}
[class^='multishipping-'] .logo {
  margin-left: 0;
}
.multishipping-checkout-success .nav-sections {
  display: block;
}
.block.newsletter {
  margin-bottom: 20px;
}
.block.newsletter .form.subscribe {
  display: table;
  width: 100%;
}
.block.newsletter .fieldset {
  display: table-cell;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.block.newsletter .field {
  margin: 0;
}
.block.newsletter .field .control {
  display: inline-block;
  text-decoration: none;
  display: block;
}
.block.newsletter .field .control:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 32px;
  color: #575757;
  content: '\e61d';
  font-family: 'luma-icons';
  margin: 0 0 0 8px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block.newsletter .field .control:before {
  position: absolute;
}
.block.newsletter input {
  margin-right: 35px;
  padding: 0 0 0 35px;
}
.block.newsletter .title {
  display: none;
}
.block.newsletter .actions {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.block.newsletter .action.subscribe {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -1px;
  white-space: nowrap;
}
.data.switch .counter {
  color: #797073;
}
.data.switch .counter:before {
  content: '(';
}
.data.switch .counter:after {
  content: ')';
}
.rating-summary {
  overflow: hidden;
  white-space: nowrap;
}
.rating-summary .rating-result {
  width: 73px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.rating-summary .rating-result:before {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  color: #444545;
  font-family: 'luma-icons';
  font-size: 13px;
  height: 13px;
  letter-spacing: 2px;
  line-height: 13px;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span {
  display: block;
  overflow: hidden;
}
.rating-summary .rating-result > span:before {
  position: relative;
  z-index: 2;
  -webkit-font-smoothing: antialiased;
  color: #f68428;
  font-family: 'luma-icons';
  font-size: 13px;
  height: 13px;
  letter-spacing: 2px;
  line-height: 13px;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.product-reviews-summary .rating-summary .label,
.table-reviews .rating-summary .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote {
  overflow: hidden;
}
.review-control-vote:before {
  color: #444545;
  font-family: 'luma-icons';
  font-size: 13px;
  height: 13px;
  letter-spacing: 2px;
  line-height: 13px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  position: absolute;
  z-index: 1;
}
.review-control-vote input[type="radio"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote input[type="radio"]:hover + label:before,
.review-control-vote input[type="radio"]:checked + label:before {
  opacity: 1;
}
.review-control-vote label {
  cursor: pointer;
  display: block;
  position: absolute;
}
.review-control-vote label span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote label:before {
  color: #f68428;
  font-family: 'luma-icons';
  font-size: 13px;
  height: 13px;
  letter-spacing: 2px;
  line-height: 13px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  opacity: 0;
}
.review-control-vote label:hover:before {
  opacity: 1;
}
.review-control-vote label:hover ~ label:before {
  opacity: 0;
}
.review-control-vote .rating-5 {
  z-index: 2;
}
.review-control-vote .rating-5:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
}
.review-control-vote .rating-4 {
  z-index: 3;
}
.review-control-vote .rating-4:before {
  content: '\e605' '\e605' '\e605' '\e605';
}
.review-control-vote .rating-3 {
  z-index: 4;
}
.review-control-vote .rating-3:before {
  content: '\e605' '\e605' '\e605';
}
.review-control-vote .rating-2 {
  z-index: 5;
}
.review-control-vote .rating-2:before {
  content: '\e605' '\e605';
}
.review-control-vote .rating-1 {
  z-index: 6;
}
.review-control-vote .rating-1:before {
  content: '\e605';
}
.review-control-vote:before {
  content: '\e625' '\e625' '\e625' '\e625' '\e625';
}
.products-reviews-toolbar {
  position: relative;
}
.products-reviews-toolbar .toolbar-amount {
  position: relative;
  text-align: center;
}
.review-toolbar {
  border-top: 1px solid #c9c9c9;
  margin: 0 0 22px;
  padding: 0;
  text-align: center;
}
.review-toolbar:first-child {
  display: none;
}
.review-toolbar .pages {
  border-bottom: 1px solid #c9c9c9;
  display: block;
  padding: 22px 0;
  text-align: center;
}
.review-toolbar .limiter {
  display: none;
}
.review-add .block-title {
  display: none;
}
.review-form .action.submit.primary {
  background: #444545;
  border: #444545 1px solid;
  color: #ffffff;
  font-size: 1.8rem;
  line-height: 2rem;
  padding: 7px 15px;
  margin: 0;
}
.review-form .action.submit.primary:focus,
.review-form .action.submit.primary:active {
  background: #e2e2e2;
  border: #444545 1px solid;
  color: #ffffff;
}
.review-form .action.submit.primary:hover {
  background: #f68428;
  border: #f68428 1px solid;
  color: #ffffff;
}
.review-form .actions-toolbar .actions-primary {
  padding: 0;
}
.fieldset .review-legend.legend {
  border-bottom: 0;
  line-height: 1.3;
  margin-bottom: 22px;
  padding: 0;
}
.fieldset .review-legend.legend span {
  margin: 0;
}
.fieldset .review-legend.legend strong {
  display: block;
  font-weight: 600;
}
.fieldset .review-field-ratings > .label {
  font-weight: 600;
  margin-bottom: 11px;
  padding: 0;
}
.review-control-vote label:before,
.review-control-vote:before {
  font-size: 32px;
  height: 32px;
  letter-spacing: 10px;
  line-height: 32px;
}
.review-field-rating .label {
  font-weight: 600;
}
.review-field-rating .control {
  margin-bottom: 52.8px;
  margin-top: 11px;
}
.review-list {
  margin-bottom: 33px;
}
.review-list .block-title strong {
  color: #2c292a;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 1.1;
  font-size: 3rem;
  margin-top: 2.75rem;
  margin-bottom: 2.2rem;
}
.review-item {
  border-bottom: 1px solid #c9c9c9;
  margin: 0;
  padding: 22px 0;
}
.review-item:after {
  clear: both;
  content: '';
  display: table;
}
.review-item:last-child {
  border-width: 0;
}
.review-ratings {
  display: table;
  margin-bottom: 11px;
  max-width: 100%;
}
.review-author {
  display: inline;
}
.review-author .review-details-value {
  font-weight: 400;
}
.review-date {
  display: inline;
}
.review-title {
  color: #2c292a;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 1.1;
  font-size: 2.8rem;
  margin-top: 2.2rem;
  margin-bottom: 1.1rem;
  margin: 0 0 22px;
}
.review-content {
  margin-bottom: 22px;
}
.page-main .column .review-add {
  margin-bottom: 0;
}
.data.table.reviews .rating-summary {
  margin-top: -4px;
}
.customer.review.view .review.title,
.customer.review.view .ratings.summary.items,
.customer.review.view .product.details {
  margin-bottom: 22px;
}
.product-reviews-summary {
  margin-bottom: 5.5px;
}
.products.wrapper.list .product-reviews-summary {
  margin: 0 auto;
}
.product-reviews-summary .rating-summary {
  display: inline-block;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions {
  display: inline-block;
  font-size: 12px;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions a:not(:last-child) {
  margin-right: 30px;
}
.product-reviews-summary .reviews-actions .action.add {
  white-space: nowrap;
}
.product-info-main .rating-summary,
.customer-review .rating-summary {
  margin-right: 30px;
}
.block-reviews-dashboard .items .item {
  margin-bottom: 22px;
}
.block-reviews-dashboard .items .item:last-child {
  margin-bottom: 0;
}
.block-reviews-dashboard .product-name {
  display: inline-block;
}
.block-reviews-dashboard .product-name:not(:last-child) {
  margin-bottom: 5.5px;
}
.block-reviews-dashboard .rating-summary .label {
  font-weight: 600;
  margin-right: 11px;
  vertical-align: middle;
}
.table-reviews .product-name,
.block-reviews-dashboard .product-name {
  font-weight: 400;
}
.table-reviews .rating-summary {
  display: inline-block;
  vertical-align: baseline;
}
.customer-review .product-media {
  float: left;
  margin-right: 3%;
  max-width: 285px;
  width: 30%;
}
.customer-review .review-details {
  margin: 0;
}
.customer-review .review-details .customer-review-rating {
  margin-bottom: 22px;
}
.customer-review .review-details .customer-review-rating .item {
  margin-bottom: 11px;
}
.customer-review .review-details .customer-review-rating .item:last-child {
  margin-bottom: 0;
}
.customer-review .review-details .review-title {
  color: #2c292a;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  line-height: 1.1;
  font-size: 2.8rem;
  margin-top: 2.2rem;
  margin-bottom: 1.1rem;
  font-weight: 600;
  margin-bottom: 22px;
}
.customer-review .review-details .review-content {
  margin: 0;
  margin-bottom: 22px;
}
.customer-review .review-details .review-date {
  color: #a19a9c;
}
.block-reward-info .reward-balance {
  font-size: 1.8rem;
  margin-bottom: 27.5px;
}
.block-reward-info .reward-rates:not(:last-child),
.block-reward-info .reward-limit:not(:last-child),
.block-reward-info .reward-expiring:not(:last-child) {
  margin-bottom: 27.5px;
}
.block-reward-info .reward-rates .title,
.block-reward-info .reward-limit .title,
.block-reward-info .reward-expiring .title {
  display: inline-block;
  margin-bottom: 11px;
}
.order-details-items.rma .order-title {
  display: none;
}
.order-details-items.rma .order-title + .toolbar {
  display: none;
}
.form-create-return .additional:first-child {
  margin-top: 0;
}
.form-create-return .field.comment {
  margin-top: 55px;
}
.table-wrapper.table-returns .returns-details.hidden {
  display: none;
}
.block-returns-comments .returns-comments dt,
.block-returns-comments .returns-comments dd {
  margin: 0;
}
.block-returns-comments .returns-comments dt {
  font-weight: 400;
}
.block-returns-comments .returns-comments dd {
  margin-bottom: 15px;
}
.block-returns-comments .returns-comments dd:last-child {
  margin-bottom: 0;
}
.block-returns-comments .fieldset {
  margin-bottom: 22px;
}
.magento-rma-guest-create .order-links .item a {
  line-height: 1.42857143;
  margin: 0 33px 0 0;
  padding: 0;
  color: #363636;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.magento-rma-guest-create .order-links .item a:visited {
  color: #363636;
  text-decoration: none;
}
.magento-rma-guest-create .order-links .item a:hover {
  color: #f68428;
  text-decoration: none;
}
.magento-rma-guest-create .order-links .item a:active {
  color: #f68428;
  text-decoration: underline;
}
.magento-rma-guest-create .order-links .item a:hover,
.magento-rma-guest-create .order-links .item a:active,
.magento-rma-guest-create .order-links .item a:focus {
  background: none;
  border: 0;
}
.magento-rma-guest-create .order-links .item a.disabled,
.magento-rma-guest-create .order-links .item a[disabled],
fieldset[disabled] .magento-rma-guest-create .order-links .item a {
  color: #363636;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
#registrant-options .item .control table .col.qty .input-qty {
  display: none;
}
.order-links .item {
  line-height: 44px;
  margin: 0 0 -1px;
}
.order-links .item strong {
  background: #ffffff;
  border: 1px solid #cccccc;
  display: block;
  font-weight: 400;
  padding: 0 20px;
}
.order-links .item a {
  background: #f6f6f6;
  color: #6d6d6d;
  border: 1px solid #cccccc;
  display: block;
  font-weight: 400;
  padding: 0 20px;
}
.order-links .item a:hover {
  background: #ffffff;
  text-decoration: none;
}
.order-details-items {
  border: 1px solid #cccccc;
  margin-bottom: 44px;
  padding: 11px;
}
.order-details-items .order-title {
  border-bottom: 1px solid #cccccc;
  padding: 0 0 11px;
}
.order-details-items .order-title > strong {
  font-size: 2.4rem;
  font-weight: 300;
}
.order-details-items .order-title .action {
  display: inline-block;
}
.order-details-items .table-wrapper {
  margin: 0;
}
.order-details-items .table-wrapper + .actions-toolbar {
  display: none;
}
.order-details-items .table-wrapper:not(:last-child) {
  margin-bottom: 33px;
}
.order-details-items .table-wrapper.order-items-shipment {
  overflow: visible;
}
.order-details-items .table-order-items > thead > tr > th {
  border-bottom: 1px solid #cccccc;
}
.order-details-items .table-order-items tbody + tbody {
  border-top: 1px solid #cccccc;
}
.account .order-details-items .table-order-items tbody tr:nth-child(even) td {
  background: none;
}
.order-details-items .table-order-items tbody td {
  padding-bottom: 20px;
  padding-top: 20px;
}
.order-details-items .table-order-items tbody .col.label {
  font-weight: 700;
  padding-bottom: 5px;
  padding-top: 0;
}
.order-details-items .table-order-items tbody .col.options {
  padding: 10px 10px 15px;
}
.order-details-items .table-order-items tbody > .item-parent td {
  padding-bottom: 5px;
}
.order-details-items .table-order-items tbody > .item-parent + tr td {
  padding-top: 5px;
}
.order-details-items .table-order-items tbody .item-options-container td {
  padding-bottom: 15px;
  padding-top: 0;
}
.order-details-items .table-order-items .product-item-name {
  margin: 0 0 10px;
}
.order-details-items .item-options {
  margin: 0;
}
.order-details-items .item-options dt {
  margin: 0;
}
.order-details-items .item-options dd {
  margin: 0 0 15px;
}
.order-details-items .item-options dd:last-child {
  margin-bottom: 0;
}
.order-details-items .item-options.links dt {
  display: inline-block;
}
.order-details-items .item-options.links dt:after {
  content: ': ';
}
.order-details-items .item-options.links dd {
  margin: 0;
}
.order-details-items thead .col.qty {
  text-align: center;
}
.order-details-items .col.name {
  padding-top: 16px;
}
.order-details-items .action.show {
  display: inline-block;
  text-decoration: none;
  color: #2c292a;
}
.order-details-items .action.show > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.order-details-items .action.show:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 10px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.order-details-items .action.show.expanded:after {
  content: '\e621';
}
.order-details-items .product-item-name {
  font-size: 1.8rem;
}
.order-details-items .items-qty .item {
  white-space: nowrap;
}
.order-details-items .items-qty .title:after {
  content: ': ';
}
.order-details-items .pages-items .item:first-child,
.order-details-items .pages-items .item:last-child {
  margin-right: 0;
}
.block-order-details-comments {
  margin: 0 0 40px;
}
.block-order-details-comments .comment-date {
  font-weight: 600;
}
.block-order-details-comments .comment-content {
  line-height: 1.6;
  margin: 0 0 20px;
}
.block-order-details-view .block-content .box {
  margin-bottom: 30px;
}
.block-order-details-view .box-title {
  font-weight: 600;
}
.block-order-details-view .box-content .payment-method .title {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content {
  margin: 0;
}
.block-order-details-view .box-content .payment-method .content > strong {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content > strong:after {
  content: ': ';
}
.column.main .order-details-items .block-order-details-gift-message {
  margin: 40px 0 0;
}
.block-order-details-gift-message + .actions-toolbar {
  display: none;
}
.order-tracking {
  margin: 0;
  padding: 20px 0;
}
.order-title + .order-tracking {
  border-bottom: 1px solid #cccccc;
}
.order-tracking .tracking-title {
  display: inline-block;
}
.order-tracking .tracking-content {
  display: inline-block;
  margin: 0 0 0 5px;
}
.order-actions-toolbar {
  margin-bottom: 25px;
}
.order-actions-toolbar .action {
  margin-right: 30px;
}
.order-actions-toolbar .action.print {
  display: none;
  margin: 0;
}
.form-orders-search .field:last-child {
  margin-bottom: 22px;
}
.block-reorder .actions-toolbar {
  margin: 17px 0;
}
.block-reorder .product-item-name {
  float: left;
  width: calc(100% - 20px);
}
.block-reorder .product-item::after {
  clear: both;
  content: '';
  display: table;
}
.block-reorder .product-item .field.item {
  float: left;
  width: 20px;
}
.form.send.friend .fieldset .field .control {
  width: 100%;
}
.product-social-links .action.mailto.friend:before {
  content: '\e61d';
}
.my-credit-cards .status {
  font-style: italic;
}
.my-credit-cards .action.delete {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #363636;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.my-credit-cards .action.delete:focus,
.my-credit-cards .action.delete:active {
  background: none;
  border: none;
}
.my-credit-cards .action.delete:hover {
  background: none;
  border: none;
}
.my-credit-cards .action.delete.disabled,
.my-credit-cards .action.delete[disabled],
fieldset[disabled] .my-credit-cards .action.delete {
  pointer-events: none;
  opacity: 0.5;
}
.my-credit-cards .action.delete:visited {
  color: #363636;
  text-decoration: none;
}
.my-credit-cards .action.delete:hover {
  color: #f68428;
  text-decoration: none;
}
.my-credit-cards .action.delete:active {
  color: #f68428;
  text-decoration: underline;
}
.my-credit-cards .action.delete:hover,
.my-credit-cards .action.delete:active,
.my-credit-cards .action.delete:focus {
  background: none;
  border: 0;
}
.my-credit-cards .action.delete.disabled,
.my-credit-cards .action.delete[disabled],
fieldset[disabled] .my-credit-cards .action.delete {
  color: #363636;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.my-credit-cards-popup .modal-footer {
  text-align: right;
}
.my-credit-cards-popup .action.secondary {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #363636;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  margin-right: 22px;
}
.my-credit-cards-popup .action.secondary:focus,
.my-credit-cards-popup .action.secondary:active {
  background: none;
  border: none;
}
.my-credit-cards-popup .action.secondary:hover {
  background: none;
  border: none;
}
.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
  pointer-events: none;
  opacity: 0.5;
}
.my-credit-cards-popup .action.secondary:visited {
  color: #363636;
  text-decoration: none;
}
.my-credit-cards-popup .action.secondary:hover {
  color: #f68428;
  text-decoration: none;
}
.my-credit-cards-popup .action.secondary:active {
  color: #f68428;
  text-decoration: underline;
}
.my-credit-cards-popup .action.secondary:hover,
.my-credit-cards-popup .action.secondary:active,
.my-credit-cards-popup .action.secondary:focus {
  background: none;
  border: 0;
}
.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
  color: #363636;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.toolbar.wishlist-toolbar .limiter {
  float: right;
}
.toolbar.wishlist-toolbar .main .pages {
  display: inline-block;
  position: relative;
  z-index: 0;
}
.toolbar.wishlist-toolbar .toolbar-amount,
.toolbar.wishlist-toolbar .limiter {
  display: inline-block;
  z-index: 1;
}
.product-social-links .action.towishlist:before,
.block-bundle-summary .action.towishlist:before,
.product-item .action.towishlist:before,
.table-comparison .action.towishlist:before {
  content: '\e600';
}
.account .table-wrapper .data.table.wishlist > thead > tr > th,
.account .table-wrapper .data.table.wishlist > tbody > tr > th,
.account .table-wrapper .data.table.wishlist > tfoot > tr > th,
.account .table-wrapper .data.table.wishlist > thead > tr > td,
.account .table-wrapper .data.table.wishlist > tbody > tr > td,
.account .table-wrapper .data.table.wishlist > tfoot > tr > td {
  border-top: 1px solid #cccccc;
}
.account .table-wrapper .data.table.wishlist > caption + thead > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > colgroup + thead > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > thead:first-child > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > caption + thead > tr:first-child > td,
.account .table-wrapper .data.table.wishlist > colgroup + thead > tr:first-child > td,
.account .table-wrapper .data.table.wishlist > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.account .table-wrapper .data.table.wishlist > tbody + tbody {
  border-top: 1px solid #cccccc;
}
.account .table-wrapper .data.table.wishlist thead > tr > th {
  border-bottom: 0;
}
.account .table-wrapper .data.table.wishlist tbody > tr:last-child > td {
  border-bottom: 1px solid #cccccc;
}
.account .table-wrapper .data.table.wishlist .product.name {
  display: inline-block;
  margin-bottom: 11px;
}
.account .table-wrapper .data.table.wishlist .box-tocart {
  margin: 11px 0;
}
.account .table-wrapper .data.table.wishlist .box-tocart .qty {
  vertical-align: middle;
}
.account .table-wrapper .data.table.wishlist .col.item {
  width: 50%;
}
.account .table-wrapper .data.table.wishlist .col.photo {
  max-width: 150px;
}
.account .table-wrapper .data.table.wishlist .col.selector {
  max-width: 15px;
}
.account .table-wrapper .data.table.wishlist textarea {
  margin: 11px 0;
}
.account .table-wrapper .data.table.wishlist .input-text.qty {
  margin-bottom: 11px;
}
.account .table-wrapper .data.table.wishlist .action.primary {
  vertical-align: top;
}
.account .table-wrapper .data.table.wishlist .price {
  font-weight: 700;
}
.link.wishlist .counter {
  color: #797073;
  white-space: nowrap;
}
.link.wishlist .counter:before {
  content: '(';
}
.link.wishlist .counter:after {
  content: ')';
}
.block-wishlist .product-item-name {
  margin-right: 27.5px;
}
.products-grid.wishlist .product-item {
  margin-left: 2%;
  width: calc((100% - 4%) / 3);
}
.products-grid.wishlist .product-item:nth-child(3n + 1) {
  margin-left: 0;
}
.products-grid.wishlist .product-item-photo {
  display: block;
  margin-bottom: 11px;
}
.products-grid.wishlist .product-item-name {
  margin-top: 0;
}
.products-grid.wishlist .product-item .price-box {
  margin: 0;
}
.products-grid.wishlist .product-item-comment {
  display: block;
  height: 42px;
  margin: 11px 0;
}
.products-grid.wishlist .product-item-actions > * {
  margin-right: 15px;
}
.products-grid.wishlist .product-item-actions > *:last-child {
  margin-right: 0;
}
.products-grid.wishlist .product-item-actions .action.edit,
.products-grid.wishlist .product-item-actions .action.delete {
  display: inline-block;
  text-decoration: none;
}
.products-grid.wishlist .product-item-actions .action.edit > span,
.products-grid.wishlist .product-item-actions .action.delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.products-grid.wishlist .product-item-actions .action.edit:before,
.products-grid.wishlist .product-item-actions .action.delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e601';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.products-grid.wishlist .product-item-actions .action.edit:hover:before,
.products-grid.wishlist .product-item-actions .action.delete:hover:before {
  color: #2c292a;
}
.products-grid.wishlist .product-item-actions .action.edit:active:before,
.products-grid.wishlist .product-item-actions .action.delete:active:before {
  color: #757575;
}
.products-grid.wishlist .product-item-actions .action.delete:before {
  content: '\e604';
}
.block-collapsible-nav .content {
  background: #f5f5f5;
  padding: 15px 0;
}
.block-collapsible-nav .item {
  margin: 3px 0 0;
}
.block-collapsible-nav .item:first-child {
  margin-top: 0;
}
.block-collapsible-nav .item a,
.block-collapsible-nav .item > strong {
  border-left: 3px solid transparent;
  color: #575757;
  display: block;
  padding: 5px 18px 5px 15px;
}
.block-collapsible-nav .item a {
  text-decoration: none;
}
.block-collapsible-nav .item a:hover {
  background: #e8e8e8;
}
.block-collapsible-nav .item.current a,
.block-collapsible-nav .item.current > strong {
  border-color: #f68428;
  color: #000000;
  font-weight: 600;
}
.block-collapsible-nav .item.current a {
  border-color: #f68428;
}
.block-collapsible-nav .item .delimiter {
  border-top: 1px solid #d1d1d1;
  display: block;
  margin: 11px 1.8rem;
}
body {
  background-color: #ffffff;
}
body.cms-index-index .message.error {
  margin-bottom: 0;
}
.page-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}
.page-main {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.page-main > .page-title-wrapper .page-title {
  hyphens: auto;
}
.page-header {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 22px;
}
.page-header .panel.wrapper {
  background-color: #6e716e;
  color: #ffffff;
}
.header.panel > .header.links {
  margin: 0;
  padding: 0;
  list-style: none none;
  float: right;
  font-size: 0;
  margin-left: auto;
  margin-right: 22px;
}
.header.panel > .header.links > li {
  display: inline-block;
  vertical-align: top;
}
.header.panel > .header.links > li {
  font-size: 16px;
  margin: 0 0 0 15px;
}
.header.panel > .header.links > li.customer-welcome {
  margin: 0 0 0 5px;
}
.header.panel > .header.links > li > a {
  color: #ffffff;
  text-decoration: none;
}
.header.panel > .header.links > li > a:visited {
  color: #ffffff;
  text-decoration: none;
}
.header.panel > .header.links > li > a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.header.panel > .header.links > li > a:active {
  color: #ffffff;
  text-decoration: underline;
}
.header.content {
  padding-top: 11px;
  position: relative;
}
.logo {
  float: left;
  margin: 0 0 11px 44px;
  position: relative;
  z-index: 5;
}
.logo img {
  display: block;
  height: auto;
}
.page-print .logo {
  display: inline-block;
  float: none;
}
.page-print .nav-toggle {
  display: none;
}
.page-main > .page-title-wrapper .page-title + .action {
  margin-top: 33px;
}
.action.skip:focus {
  background: #f0f0f0;
  padding: 11px;
  box-sizing: border-box;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 15;
}
.action-skip-wrapper {
  height: 0;
  position: relative;
}
.message.global p {
  margin: 0;
}
.message.global.noscript,
.message.global.cookie {
  margin: 0 0 11px;
  padding: 12px 22px 12px 27.5px;
  display: block;
  font-size: 1.3rem;
  background: #ffee9c;
  border-color: #d6ca8e;
  color: #363636;
  margin: 0;
}
.message.global.noscript a,
.message.global.cookie a {
  color: #363636;
}
.message.global.noscript a:hover,
.message.global.cookie a:hover {
  color: #f68428;
}
.message.global.noscript a:active,
.message.global.cookie a:active {
  color: #f68428;
}
.message.global.cookie {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 3;
}
.message.global.cookie .actions {
  margin-top: 11px;
}
.message.global.demo {
  margin: 0 0 11px;
  padding: 12px 22px 12px 27.5px;
  display: block;
  font-size: 1.3rem;
  background: #ff0101;
  border-color: none;
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
.message.global.demo a {
  color: #363636;
}
.message.global.demo a:hover {
  color: #f68428;
}
.message.global.demo a:active {
  color: #f68428;
}
.page-footer {
  margin-top: 27.5px;
}
.footer.content {
  border-top: 1px solid #cecece;
  padding-top: 22px;
}
.footer.content .links > li {
  background: #f4f4f4;
  font-size: 1.6rem;
  border-top: 1px solid #cecece;
  margin: 0 -15px;
  padding: 0 15px;
}
.footer.content .links a,
.footer.content .links strong {
  display: block;
  padding: 11px 0;
}
.footer.content .links strong {
  color: #a19a9c;
  font-weight: normal;
}
.footer.content .links a {
  color: #575757;
  text-decoration: none;
}
.footer.content .links a:visited {
  color: #575757;
  text-decoration: none;
}
.footer.content .links a:hover {
  color: #333333;
  text-decoration: underline;
}
.footer.content .links a:active {
  color: #333333;
  text-decoration: underline;
}
.copyright {
  background-color: #6e716e;
  color: #ffffff;
  box-sizing: border-box;
  display: block;
  padding: 11px;
  text-align: center;
}
.page-header .panel.wrapper .switcher .options,
.page-footer .switcher .options {
  display: inline-block;
  position: relative;
}
.page-header .panel.wrapper .switcher .options:before,
.page-footer .switcher .options:before,
.page-header .panel.wrapper .switcher .options:after,
.page-footer .switcher .options:after {
  content: '';
  display: table;
}
.page-header .panel.wrapper .switcher .options:after,
.page-footer .switcher .options:after {
  clear: both;
}
.page-header .panel.wrapper .switcher .options .action.toggle,
.page-footer .switcher .options .action.toggle {
  padding: 0;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.page-header .panel.wrapper .switcher .options .action.toggle > span,
.page-footer .switcher .options .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-header .panel.wrapper .switcher .options .action.toggle:after,
.page-footer .switcher .options .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 22px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .panel.wrapper .switcher .options .action.toggle:hover:after,
.page-footer .switcher .options .action.toggle:hover:after {
  color: inherit;
}
.page-header .panel.wrapper .switcher .options .action.toggle:active:after,
.page-footer .switcher .options .action.toggle:active:after {
  color: inherit;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active,
.page-footer .switcher .options .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active > span,
.page-footer .switcher .options .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active:after,
.page-footer .switcher .options .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 22px;
  color: inherit;
  content: '\e621';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active:hover:after,
.page-footer .switcher .options .action.toggle.active:hover:after {
  color: inherit;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active:active:after,
.page-footer .switcher .options .action.toggle.active:active:after {
  color: inherit;
}
.page-header .panel.wrapper .switcher .options ul.dropdown,
.page-footer .switcher .options ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: #cccccc;
  margin-top: 4px;
  min-width: 160px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0px 20px 50px -20px rgba(0, 0, 0, 0.5);
}
.page-header .panel.wrapper .switcher .options ul.dropdown li,
.page-footer .switcher .options ul.dropdown li {
  margin: 0;
  padding: 0;
}
.page-header .panel.wrapper .switcher .options ul.dropdown li:hover,
.page-footer .switcher .options ul.dropdown li:hover {
  background: #f4f4f4;
  cursor: pointer;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before,
.page-header .panel.wrapper .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 98;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.page-header .panel.wrapper .switcher .options.active,
.page-footer .switcher .options.active {
  overflow: visible;
}
.page-header .panel.wrapper .switcher .options.active ul.dropdown,
.page-footer .switcher .options.active ul.dropdown {
  display: block;
}
.page-header .panel.wrapper .switcher .options ul.dropdown a,
.page-footer .switcher .options ul.dropdown a {
  color: #333333;
  text-decoration: none;
  display: block;
  padding: 8px;
}
.page-header .panel.wrapper .switcher .options ul.dropdown a:visited,
.page-footer .switcher .options ul.dropdown a:visited {
  color: #333333;
  text-decoration: none;
}
.page-header .panel.wrapper .switcher .options ul.dropdown a:hover,
.page-footer .switcher .options ul.dropdown a:hover {
  color: #333333;
  text-decoration: none;
}
.page-header .panel.wrapper .switcher .options ul.dropdown a:active,
.page-footer .switcher .options ul.dropdown a:active {
  color: #333333;
  text-decoration: none;
}
.page-header .panel.wrapper .switcher strong,
.page-footer .switcher strong {
  font-weight: 400;
}
.page-header .panel.wrapper .switcher .options ul.dropdown {
  right: 0;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:before {
  left: auto;
  right: 10px;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:after {
  left: auto;
  right: 9px;
}
.sidebar .widget.block:not(:last-child),
.sidebar .widget:not(:last-child) {
  margin-bottom: 44px;
}
.widget {
  clear: both;
}
.page-header .widget.block,
.page-footer .widget.block {
  margin: 22px 0;
}
.page-header .links .widget.block,
.page-footer .links .widget.block {
  margin: 0;
}
.ui-datepicker td {
  padding: 0;
}
.ui-tooltip {
  background: #ffffff;
  border: 1px solid #bbbbbb;
  padding: 10px;
}
@media only screen and (min-width: 992px) {
  body.sticky:not(.onestepcheckout-index-index) {
    padding-top: 168px;
  }
}
.btt-button.action.cd-is-visible,
.btt-button.action.cd-is-visible.cd-fade-out {
  background-color: #fff;
  opacity: 1;
}
.btt-button.action.cd-is-visible:hover,
.btt-button.action.cd-is-visible.cd-fade-out:hover {
  background-color: #F68428;
}
.theme-pearl .sidebar #layered-filter-block .filter-options .swatch-option.color.disabled:after {
  visibility: visible;
  content: '';
}
.theme-pearl .sidebar #layered-filter-block .filter-options .swatch-option.color.disabled:hover {
  overflow: hidden;
}
.theme-pearl .sidebar #layered-filter-block .filter-options .swatch-option.color.disabled:hover:before {
  visibility: hidden;
}
.theme-pearl.page-products .sorter {
  right: 0px;
}
.toolbar.toolbar-products label {
  text-transform: uppercase;
  font-size: 12px;
}
.toolbar.toolbar-products label span {
  text-transform: uppercase;
  font-size: 12px;
}
.toolbar.toolbar-products select {
  border-style: solid;
  box-shadow: unset;
  text-transform: uppercase;
  font-size: 12px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .toolbar.toolbar-products select {
    padding-top: 2px;
  }
}
.toolbar.toolbar-products select:focus:not([disabled]) {
  box-shadow: unset;
}
.toolbar.toolbar-products select option:checked,
.toolbar.toolbar-products select option:not(:checked) {
  border: 1px solid #DADADA;
  box-shadow: none;
  background: #fff;
  padding: 5px 10px;
}
.toolbar.toolbar-products select option:checked,
.toolbar.toolbar-products select option:hover {
  background-color: #000000;
  filter: grayscale(400%);
}
.toolbar.toolbar-products select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #333333;
}
@-moz-document url-prefix() {
  select {
    color: transparent !important;
    text-shadow: 0 0 0 #333333 !important;
  }
}
.toolbar.toolbar-products .modes #modes-label {
  text-transform: uppercase;
  font-size: 12px;
}
.toolbar.toolbar-products .modes .modes-mode {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background-color: transparent;
  border: none;
}
.toolbar.toolbar-products .modes .modes-mode::before {
  width: 15px;
  height: 11px;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  content: "";
}
.toolbar.toolbar-products .modes .modes-mode.mode-grid {
  margin-right: 2px;
}
.toolbar.toolbar-products .modes .modes-mode.mode-grid:before {
  background-image: url(../../frontend/Pearl/weltpixel_custom/en_US/images/grid.png);
}
.toolbar.toolbar-products .modes .modes-mode.mode-list:before {
  background-image: url(../../frontend/Pearl/weltpixel_custom/en_US/images/list.png);
}
.toolbar.toolbar-products .modes .modes-mode.active,
.toolbar.toolbar-products .modes .modes-mode:hover,
.toolbar.toolbar-products .modes .modes-mode:focus {
  background-color: #DEDEDE;
  border: none;
  box-shadow: none;
}
.toolbar.toolbar-products #toolbar-amount {
  text-transform: uppercase;
  font-size: 12px;
  position: inherit;
}
.toolbar.toolbar-products .toolbar-amount {
  display: none !important;
}
.toolbar.toolbar-products .pages #paging-label {
  text-transform: uppercase;
  font-size: 12px;
}
.toolbar.toolbar-products .pages ul {
  float: left;
}
.toolbar.toolbar-products .pages ul li.item {
  float: left;
  line-height: 0;
  margin: 0;
}
.toolbar.toolbar-products .pages ul li.item a.page {
  width: 32px;
  min-width: 32px;
  height: 32px;
  line-height: 30px;
  text-align: center;
  padding: 0;
  margin: 0 5px;
}
.toolbar.toolbar-products .pages ul li.item a.action.next > span,
.toolbar.toolbar-products .pages ul li.item a.action.previous > span {
  width: 1px;
  height: 1px;
}
.toolbar.toolbar-products .pages ul li.item span {
  float: left;
  width: 100%;
  height: 32px;
  line-height: 30px;
  text-align: center;
}
.toolbar.toolbar-products .pages ul li.item span.label {
  width: 1px;
  height: 1px;
}
.toolbar.toolbar-products .pages ul li.item.current strong.page {
  width: 32px;
  min-width: 32px;
  height: 32px;
  line-height: 30px;
  text-align: center;
  padding: 0;
  margin: 0 2.5px;
}
.toolbar.toolbar-products .pages ul li.item.pages-item-previous a,
.toolbar.toolbar-products .pages ul li.item.pages-item-next a {
  width: 32px;
  min-width: 32px;
  height: 32px;
  line-height: 30px;
  text-align: center;
  padding: 0;
  margin: 0 5px;
  box-shadow: unset;
}
.toolbar.toolbar-products .pages ul li.item.pages-item-previous a:before,
.toolbar.toolbar-products .pages ul li.item.pages-item-next a:before {
  float: left;
  width: 100%;
  text-align: center;
  margin: 0;
}
.toolbar.toolbar-products .field.limiter label {
  text-transform: uppercase;
  font-size: 12px;
}
.toolbar.toolbar-products .field.limiter label span {
  text-transform: uppercase;
  font-size: 12px;
}
.toolbar.toolbar-products .field.limiter .limiter-text {
  text-transform: uppercase;
  font-size: 12px;
}
.toolbar.toolbar-products .toolbar-sorter label {
  text-transform: uppercase;
  font-size: 12px;
}
.toolbar.toolbar-products .sorter-action:before {
  font-size: 10px;
  color: #000000;
}
.toolbar.toolbar-products .sorter-action:hover:before {
  color: #666666;
}
.products-grid .product-item .product-item-name {
  text-decoration: none;
}
.product-social-links .action.tocompare,
.product-social-links .action.towishlist,
.product-social-links .action.mailto {
  width: auto;
  height: auto;
  line-height: 32px !important;
}
.product-social-links .action.tocompare:before,
.product-social-links .action.towishlist:before,
.product-social-links .action.mailto:before {
  font-size: 32px;
  font-family: font-icons;
  position: relative;
  top: 0;
  margin: 0 5px 0 0;
  padding: 0;
  width: 25px;
  height: 25px;
  line-height: 25px !important;
  text-align: center;
  font-size: 20px;
  display: inline-block;
  font-family: 'font-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  width: auto !important;
}
.product-social-links .action.tocompare:before:before,
.product-social-links .action.towishlist:before:before,
.product-social-links .action.mailto:before:before {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  line-height: 32px;
}
.product-social-links .action.tocompare:before:before,
.product-social-links .action.towishlist:before:before,
.product-social-links .action.mailto:before:before {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}
.product-social-links .action.towishlist:before {
  content: "\e68c" !important;
}
.product-social-links .action.tocompare:before {
  content: "\e67f" !important;
}
.product-social-links .action.mailto:before {
  content: "\e866" !important;
}
.block.related .action.select {
  font-size: 14px;
  color: #000;
}
.block.related .action.select span {
  color: #000;
}
:root .theme-pearl .column.main .product-items {
  margin-left: 0px;
}
.column.main .products-grid.products-related .product-item .product-item-info,
.column.main .products-grid.products-crosssell .product-item .product-item-info,
.column.main .products-grid.products-upsell .product-item .product-item-info {
  display: inline-block;
  float: left;
}
.column.main .products-grid .product-item {
  padding-left: 0;
}
.column.main .products-grid .product-item .action.tocompare,
.column.main .products-grid .product-item .action.towishlist,
body.theme-pearl .column.main .block .block-content .products-grid button.action.primary,
.column.main .block .block-content .products-grid button.action.primary,
body.theme-pearl .column.main .block .block-content .products-grid button.action.primary.tocart,
.column.main .block .block-content .products-grid button.action.primary.tocart {
  font-size: 22px;
  font-family: font-icons;
  position: relative;
  top: 0;
  margin: 0 5px 0 0;
  padding: 0;
  width: 25px;
  height: 25px;
  line-height: 25px !important;
  text-align: center;
  font-size: 20px;
  display: inline-block;
  font-family: 'font-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  width: auto;
  height: auto;
  line-height: 22px !important;
}
.column.main .products-grid .product-item .action.tocompare:before,
.column.main .products-grid .product-item .action.towishlist:before {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  line-height: 22px;
}
.column.main .products-grid .product-item .action.tocompare:before,
.column.main .products-grid .product-item .action.towishlist:before {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}
.column.main .products-grid .product-item .action.tocompare:before,
.column.main .products-grid .product-item .action.towishlist:before {
  width: auto !important;
}
.column.main .products-grid .product-item .action.towishlist:before {
  content: "\e68c";
  padding: 2px 5px;
}
.column.main .products-grid .product-item .action.tocompare:before {
  content: "\e67f";
}
.column.main .products-grid .product-item .price-container .price {
  padding-right: 3px;
}
.column.main .products-grid .product-item .product-item-info {
  margin: 0;
  padding: 10px;
}
.column.main .products-grid .product-item .product-item-info .addtocart_position_3 + div[class*="swatch-opt"],
.column.main .products-grid .product-item .product-item-info .addtocart_position_4 + div[class*="swatch-opt"] {
  margin: 0;
  padding: 20px 0 0;
}
.column.main .products-grid .product-item .product-item-info .addtocart_position_1,
.column.main .products-grid .product-item .product-item-info .addtocart_position_2,
.column.main .products-grid .product-item .product-item-info .addtocart_position_3,
.column.main .products-grid .product-item .product-item-info .addtocart_position_4,
.column.main .products-grid .product-item .product-item-info .addtocart_position_5 {
  position: relative;
  z-index: 1;
}
.column.main .products-grid .product-item .product-item-info .addtocart_position_1.center,
.column.main .products-grid .product-item .product-item-info .addtocart_position_2.center,
.column.main .products-grid .product-item .product-item-info .addtocart_position_3.center,
.column.main .products-grid .product-item .product-item-info .addtocart_position_4.center,
.column.main .products-grid .product-item .product-item-info .addtocart_position_5.center {
  margin: 0 auto;
}
.column.main .products-grid .product-item .product-item-info .addtocart_position_1.left,
.column.main .products-grid .product-item .product-item-info .addtocart_position_2.left,
.column.main .products-grid .product-item .product-item-info .addtocart_position_3.left,
.column.main .products-grid .product-item .product-item-info .addtocart_position_4.left,
.column.main .products-grid .product-item .product-item-info .addtocart_position_5.left {
  float: left;
  margin: 0;
}
.column.main .products-grid .product-item .product-item-info .product.photo.product-item-photo {
  float: left;
  width: 100%;
  text-align: center;
}
.column.main .products-grid .product-item .product-item-info .product_image {
  position: relative;
  text-align: center;
}
.column.main .products-grid .product-item .product-item-info .product_image .addtocart_position_2,
.column.main .products-grid .product-item .product-item-info .product_image .addtocart_position_1 {
  right: 0;
  bottom: 5px;
  left: 0;
  z-index: 1;
}
.column.main .products-grid .product-item .product-item-info .product_image .addtocart_position_2 {
  visibility: hidden;
}
.column.main .products-grid .product-item .product-item-info .product_image .whishlist_position_1,
.column.main .products-grid .product-item .product-item-info .product_image .whishlist_position_2,
.column.main .products-grid .product-item .product-item-info .product_image .compare_position_1,
.column.main .products-grid .product-item .product-item-info .product_image .compare_position_2 {
  position: absolute;
  top: 10px;
  left: 15px;
  z-index: 1;
}
.column.main .products-grid .product-item .product-item-info .product_image .whishlist_position_3,
.column.main .products-grid .product-item .product-item-info .product_image .whishlist_position_4,
.column.main .products-grid .product-item .product-item-info .product_image .compare_position_3,
.column.main .products-grid .product-item .product-item-info .product_image .compare_position_4 {
  position: absolute;
  top: 10px;
  right: 15px;
  z-index: 1;
}
.column.main .products-grid .product-item .product-item-info .product_image .whishlist_position_2,
.column.main .products-grid .product-item .product-item-info .product_image .whishlist_position_4,
.column.main .products-grid .product-item .product-item-info .product_image .compare_position_2,
.column.main .products-grid .product-item .product-item-info .product_image .compare_position_4 {
  visibility: hidden;
}
.column.main .products-grid .product-item .product-item-info .product-item-details > * {
  position: relative;
  z-index: 2;
  clear: both;
}
.column.main .products-grid .product-item .product-item-info .product-item-details .field.choice.related {
  position: absolute;
}
.column.main .products-grid .product-item .product-item-info .product-item-details .product-item-inner {
  margin: 0;
  border: none;
  box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  position: relative;
  padding: 0;
}
.column.main .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-inner-hide {
  margin: 0;
  padding: 0;
}
.column.main .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions {
  margin: 0 0 10px;
}
.column.main .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions.center {
  text-align: center;
}
.column.main .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions.center .actions-primary {
  text-align: center;
  display: inline-block;
  margin: 0 auto;
}
.column.main .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions.center .actions-secondary {
  vertical-align: middle;
}
.column.main .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions.center .actions-secondary a.action {
  top: 3px;
}
.column.main .products-grid .product-item .product-item-actions .actions-primary + .actions-secondary {
  vertical-align: middle;
}
.column.main .products-grid .product-item .reviews-actions {
  margin-top: 0;
}
.column.main .products-grid .product-item [class*="swatch-opt"]:not(.swatch-option-loading) {
  margin-bottom: 10px;
}
.column.main .products-grid .product-item .addtocart_position_4,
.column.main .products-grid .product-item .hoverShow {
  height: 0;
  overflow: hidden;
}
.column.main .products-grid .product-item:hover {
  position: relative;
  z-index: 8;
  padding: 0 !important;
}
.column.main .products-grid .product-item .product-item-info:hover {
  background-color: white;
  top: 0;
  left: 0;
}
.column.main .products-grid .product-item .product-item-info:hover .product_image .addtocart_position_2 {
  visibility: visible;
}
.column.main .products-grid .product-item .product-item-info:hover .product_image .whishlist_position_2,
.column.main .products-grid .product-item .product-item-info:hover .product_image .whishlist_position_4,
.column.main .products-grid .product-item .product-item-info:hover .product_image .compare_position_2,
.column.main .products-grid .product-item .product-item-info:hover .product_image .compare_position_4 {
  visibility: visible;
}
.column.main .products-grid .product-item .product-item-info:hover .swatch-attribute-options {
  display: inline-block;
}
.column.main .products-grid .product-item .product-item-info:hover .addtocart_position_4 {
  visibility: visible;
  height: auto;
}
.column.main .products-grid .product-item .product-item-info:hover .hoverShow {
  height: auto;
}
.block-compare .block-title strong,
.block-reorder .block-title strong,
.block-wishlist .block-title strong {
  font-weight: 600;
}
.products-list .product-item {
  position: relative;
  z-index: 0;
  margin-top: 20px;
}
.products-list .product-item:hover {
  z-index: 1;
}
.products-list .product-item .rating-summary .rating-result {
  left: 0px;
}
.products-list .product-item .reviews-actions {
  margin-top: 0;
}
.products-list .product-item .product-item-info [class*="swatch-opt"] {
  margin-bottom: 10px;
  margin-left: -5px;
}
.products-list .product-item .product-item-info [class*="swatch-opt"] .swatch-attribute {
  visibility: visible !important;
}
.products-list .product-item .product-item-info [class*="swatch-opt"] .swatch-attribute .swatch-option:first-of-type {
  margin-left: 0;
}
.products-list .product-item .action.tocompare,
.products-list .product-item .action.towishlist {
  font-size: 22px;
  font-family: font-icons;
  position: relative;
  top: 0;
  margin: 0 5px 0 0;
  padding: 0;
  width: 25px;
  height: 25px;
  line-height: 25px !important;
  text-align: center;
  font-size: 20px;
  display: inline-block;
  font-family: 'font-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  width: auto;
  height: auto;
  line-height: 22px !important;
}
.products-list .product-item .action.tocompare:before,
.products-list .product-item .action.towishlist:before {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  line-height: 22px;
}
.products-list .product-item .action.tocompare:before,
.products-list .product-item .action.towishlist:before {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}
.products-list .product-item .action.tocompare:before,
.products-list .product-item .action.towishlist:before {
  width: auto !important;
}
.products-list .product-item .action.towishlist:before {
  content: "\e68c";
}
.products-list .product-item .action.tocompare:before {
  content: "\e67f";
}
.products-list .product-item .product-item-actions .actions-primary + .actions-secondary {
  vertical-align: middle;
}
.block .block-title strong {
  font-size: 12px;
  text-transform: uppercase;
}
.block .block-title .counter {
  padding-left: 10px;
}
.block .block-content,
.block .empty {
  font-size: 12px;
}
.block .block-content *,
.block .empty * {
  font-size: 12px;
}
#layered-filter-block.filter .block-subtitle {
  padding-left: 0;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 1px solid #eeeeee;
}
#layered-filter-block .filter-options-title {
  font-weight: 400;
}
#layered-filter-block .filter-content .filter-current ol {
  padding-right: 0;
  padding-left: 0;
}
#layered-filter-block .filter-content .filter-current ol li .action.remove:before {
  font-size: 12px;
}
#layered-filter-block .filter-content .filter-options .filter-options-item {
  padding-bottom: 0;
  border-bottom: none;
}
#layered-filter-block .filter-content .filter-options .filter-options-item .filter-options-title {
  border-bottom: 1px solid #eeeeee;
  padding: 10px 40px 10px 0;
  text-transform: uppercase;
  display: none;
}
#layered-filter-block .filter-content .filter-options .filter-options-item .filter-options-title:after {
  color: #303030;
}
#layered-filter-block .filter-content .filter-options .filter-options-item .filter-options-title:hover:after {
  color: #000000;
}
#layered-filter-block .filter-content .filter-options .filter-options-item .filter-options-content {
  padding-left: 0;
  padding-right: 0;
}
#layered-filter-block .filter-content .filter-options .filter-options-item .filter-options-content .items .item a {
  width: 100%;
  padding-left: 20px;
}
#layered-filter-block .filter-content .filter-options .filter-options-item .filter-options-content .items .item a:before {
  float: left;
  width: 10px;
  height: 10px;
  border: 1px solid #999999;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin: 4px 0 0;
  content: "";
}
#layered-filter-block .filter-content .filter-options .filter-options-item .filter-options-content .items .item a:hover {
  background: none transparent;
}
#layered-filter-block .block-actions.filter-actions {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}
#layered-filter-block .block-actions.filter-actions a {
  display: block;
  overflow: inherit;
}
.catalog-category-view .product-item .price-box .price-label {
  display: none;
}
.category-image .image {
  max-height: 350px;
  margin: 0 auto;
}
.catalogsearch-result-index .product-item-details .weltpixel-quickview {
  top: 0 !important;
}
.canvas_icons,
:root .page-header-v2 .page-header .header.links > li.authorization-link a:not([data-post]),
:root .page-header-v2 .page-header .header.links > .customer-welcome .customer-name {
  position: relative;
  top: 0;
  margin: 0 5px 0 0;
  padding: 0;
  width: 25px;
  height: 25px;
  line-height: 25px !important;
  text-align: center;
  font-size: 20px;
  display: inline-block;
  font-family: 'font-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
}
.canvas_icons:before {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}
@media (min-width: 768px) {
  .widget.block.block-static-block {
    margin: 0;
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  .widget.block.block-static-block > * {
    margin: 0;
    padding: 0;
  }
  .widget.block.block-static-block img {
    display: block;
  }
}
.header.panel > .header.links > li.welcome {
  line-height: inherit !important;
}
:root .page-header-v2 .page-header .header.links > .customer-welcome .customer-name {
  width: 17px;
}
.page-header .header-global-promo .global-notification-wrapper {
  display: none;
  position: relative;
  top: 0px;
  width: 100%;
  padding: 10px;
  text-align: center;
  z-index: 1;
}
.page-header .header-global-promo .global-notification-wrapper a.close-global-notification {
  display: block;
  width: 9px;
  height: 9px;
  opacity: 1;
  margin-top: 3px;
  float: right;
  font-size: 12px;
  line-height: 1;
  position: absolute;
  top: 10px;
  right: 20px;
  color: #000;
}
.page-header .header-global-promo .notice-inner {
  margin: 0 auto;
  padding: 0px;
  width: 90%;
}
.page-header .header-global-promo .notice-inner * {
  text-transform: none !important;
}
.page-header #switcher-language.switcher strong,
.page-header #switcher-store.switcher strong,
.page-header #switcher-currency.switcher strong {
  font-size: 12px;
}
.page-header #switcher-language .options ul.dropdown,
.page-header #switcher-store .options ul.dropdown,
.page-header #switcher-currency .options ul.dropdown {
  right: 0;
  z-index: 999;
}
.page-header #switcher-language .options ul.dropdown:before,
.page-header #switcher-store .options ul.dropdown:before,
.page-header #switcher-currency .options ul.dropdown:before {
  left: auto;
  right: 10px;
}
.page-header #switcher-language .options ul.dropdown:after,
.page-header #switcher-store .options ul.dropdown:after,
.page-header #switcher-currency .options ul.dropdown:after {
  left: auto;
  right: 9px;
}
.page-header #switcher-language .options ul.dropdown li a,
.page-header #switcher-store .options ul.dropdown li a,
.page-header #switcher-currency .options ul.dropdown li a {
  font-size: 12px;
}
.page-header * {
  text-transform: uppercase;
}
.page-header .header .minicart-wrapper * {
  text-transform: uppercase;
}
.page-header-v2 .header.content,
.page-header-v3 .header.content,
.page-header-v4 .header.content {
  padding: 21px 0 21px 0;
  margin: 0 auto;
}
.page-header-v2 .header.content .logo,
.page-header-v3 .header.content .logo,
.page-header-v4 .header.content .logo {
  margin: 0 30px 0 0;
}
.page-header-v3 .header.content {
  padding: 18px 0 18px 0;
}
.page-header-v3 .header.content .header_right {
  padding: 0 !important;
}
.page-header-v3 .header.content .block-search.minisearch-v2 {
  padding: 0 15px;
}
.page-header-v4 .header.panel > .header.links {
  float: left;
  margin-left: 0;
  margin-right: 15px;
  margin-top: 10px;
}
.page-header-v4 .header.panel > .header.links li.greet.welcome {
  float: left;
  min-width: 20px;
}
.page-header-v4 .panel.header .multistore-switcher {
  margin-left: 0;
}
.page-header-v4 .panel.header .switcher-currency {
  float: left;
  top: 10px;
  position: relative;
}
.page-header-v4 .panel.header #switcher-language .options.switcher-options ul.dropdown {
  right: unset;
  left: 0;
}
.page-header-v4 .panel.header #switcher-language .options.switcher-options ul.dropdown:before,
.page-header-v4 .panel.header #switcher-language .options.switcher-options ul.dropdown:after {
  right: unset;
  left: 10px;
}
.page-header-v4 .header.content {
  text-align: center;
}
.page-header-v4 .header.content .logo {
  float: none;
}
.page-header-v4 .header.content .logo img {
  display: inline-block;
}
.nav-open .nav-toggle::after {
  background-color: rgba(255, 255, 255, 0.5) !important;
}
@media (max-width: 767px) {
  .page-wrapper .page-header .header.content,
  .page-wrapper .page-header .header_right {
    max-width: 100%;
  }
}
.page-wrapper .page-header .panel.wrapper {
  position: relative;
}
.page-header {
  position: relative;
  z-index: 10;
}
.page-header .block-search input {
  text-transform: none !important;
}
:root .wp-device-xxs .page-header-v .page-header .header.content,
:root .wp-device-xs .page-header-v4 .page-header .header.content,
:root .wp-device-s .page-header-v4 .page-header .header.content,
:root .wp-device-m .page-header-v4 .page-header .header.content {
  padding: 18px 0 14px 0;
}
:root .wp-device-xxs .page-header-v2 .page-header,
:root .wp-device-xs .page-header-v2 .page-header,
:root .wp-device-s .page-header-v2 .page-header,
:root .wp-device-m .page-header-v2 .page-header,
:root .wp-device-xxs .page-header-v3 .page-header,
:root .wp-device-xs .page-header-v3 .page-header,
:root .wp-device-s .page-header-v3 .page-header,
:root .wp-device-m .page-header-v3 .page-header,
:root .wp-device-xxs .page-header-v4 .page-header,
:root .wp-device-xs .page-header-v4 .page-header,
:root .wp-device-s .page-header-v4 .page-header,
:root .wp-device-m .page-header-v4 .page-header {
  margin-bottom: 0;
  border: 0;
}
:root .page-header-v2 .page-header .compare.wrapper {
  float: left;
}
:root .page-header-v3 .page-header .compare.wrapper,
:root .page-header-v4 .page-header .compare.wrapper {
  margin: 5px 0 0 20px;
}
:root .page-header-v4 .page-header .compare.wrapper {
  float: left;
  margin: 15px 20px 0 0;
}
:root .page-header-v2 .page-header .panel.header {
  width: 100%;
  margin: 0 auto;
}
:root .page-header-v4 .page-header .panel.header {
  padding-top: 5px;
  padding-bottom: 5px;
}
:root .wp-device-xxs .page-header-v4 .page-header .panel.header,
:root .wp-device-xs .page-header-v4 .page-header .panel.header,
:root .wp-device-s .page-header-v4 .page-header .panel.header,
:root .wp-device-m .page-header-v4 .page-header .panel.header {
  float: left;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 0 15px;
}
@media (min-width: 768px) {
  :root .page-header-v2 .page-header .panel.header {
    padding-bottom: 0;
  }
}
:root .wp-device-xxs .page-header-v1 .page-header .header.content,
:root .wp-device-xs .page-header-v1 .page-header .header.content,
:root .wp-device-s .page-header-v1 .page-header .header.content,
:root .wp-device-m .page-header-v1 .page-header .header.content {
  padding-bottom: 5px;
  padding-top: 26px;
}
:root .wp-device-l .page-header-v2 .page-header .header.content,
:root .wp-device-xl .page-header-v2 .page-header .header.content,
:root .wp-device-l .page-header-v3 .page-header .header.content,
:root .wp-device-xl .page-header-v3 .page-header .header.content,
:root .wp-device-l .page-header-v4 .page-header .header.content,
:root .wp-device-xl .page-header-v4 .page-header .header.content {
  height: auto;
  padding: 21px 0;
  margin: 0 auto;
}
:root .wp-device-l .page-header-v4 .page-header .header.content,
:root .wp-device-xl .page-header-v4 .page-header .header.content {
  text-align: center;
  height: auto;
}
.page-header .compare.wrapper {
  font-size: 12px;
  color: #303030;
}
.page-header .compare.wrapper li > a {
  color: #303030;
}
.page-header #switcher-language .options ul.dropdown {
  right: 0;
}
.page-header #switcher-language .options ul.dropdown:before {
  left: auto;
  right: 10px;
}
.page-header #switcher-language .options ul.dropdown:after {
  left: auto;
  right: 9px;
}
:root .wp-device-xxs .page-header #switcher-store,
:root .wp-device-xxs .page-header #switcher-currency,
:root .wp-device-xxs .page-header #switcher-language,
:root .wp-device-xs .page-header #switcher-store,
:root .wp-device-xs .page-header #switcher-currency,
:root .wp-device-xs .page-header #switcher-language,
:root .wp-device-s .page-header #switcher-store,
:root .wp-device-s .page-header #switcher-currency,
:root .wp-device-s .page-header #switcher-language,
:root .wp-device-m .page-header #switcher-store,
:root .wp-device-m .page-header #switcher-currency,
:root .wp-device-m .page-header #switcher-language {
  display: none;
}
:root .wp-device-l .page-header-v4 .page-header #switcher-store,
:root .wp-device-l .page-header-v4 .page-header #switcher-currency,
:root .wp-device-l .page-header-v4 .page-header #switcher-language,
:root .wp-device-xl .page-header-v4 .page-header #switcher-store,
:root .wp-device-xl .page-header-v4 .page-header #switcher-currency,
:root .wp-device-xl .page-header-v4 .page-header #switcher-language {
  float: left;
  margin-left: 0;
  margin-right: 15px;
  margin-top: 10px;
}
:root .page-header-v2 .page-header #switcher-store,
:root .page-header-v2 .page-header #switcher-currency,
:root .page-header-v2 .page-header #switcher-language {
  margin: 5px 10px 0 !important;
  margin: 3px 10px 0;
  padding: 0;
}
.page-header #switcher-store .mage-dropdown-dialog .dropdown.switcher-dropdown,
.page-header #switcher-currency .mage-dropdown-dialog .dropdown.switcher-dropdown,
.page-header #switcher-language .mage-dropdown-dialog .dropdown.switcher-dropdown {
  right: 0;
}
.page-header #switcher-store .mage-dropdown-dialog .dropdown.switcher-dropdown:before,
.page-header #switcher-currency .mage-dropdown-dialog .dropdown.switcher-dropdown:before,
.page-header #switcher-language .mage-dropdown-dialog .dropdown.switcher-dropdown:before {
  left: auto;
  right: 10px;
}
.page-header #switcher-store .mage-dropdown-dialog .dropdown.switcher-dropdown:after,
.page-header #switcher-currency .mage-dropdown-dialog .dropdown.switcher-dropdown:after,
.page-header #switcher-language .mage-dropdown-dialog .dropdown.switcher-dropdown:after {
  left: auto;
  right: 9px;
}
:root .page-header-v2 .page-header #switcher-store .mage-dropdown-dialog .dropdown.switcher-dropdown,
:root .page-header-v2 .page-header #switcher-currency .mage-dropdown-dialog .dropdown.switcher-dropdown,
:root .page-header-v2 .page-header #switcher-language .mage-dropdown-dialog .dropdown.switcher-dropdown {
  padding: 0 5px;
}
.page-header #switcher-store-trigger,
.page-header #switcher-currency-trigger,
.page-header #switcher-language-trigger {
  margin-bottom: 0;
}
:root .wp-device-xxs .page-header-v1 .page-header .action.nav-toggle,
:root .wp-device-xs .page-header-v1 .page-header .action.nav-toggle,
:root .wp-device-s .page-header-v1 .page-header .action.nav-toggle,
:root .wp-device-m .page-header-v1 .page-header .action.nav-toggle {
  top: 12px;
}
:root .wp-device-xxs .page-header-v4 .page-header .action.nav-toggle,
:root .wp-device-xs .page-header-v4 .page-header .action.nav-toggle,
:root .wp-device-s .page-header-v4 .page-header .action.nav-toggle,
.page-header .action.nav-toggle :root .wp-device-m .page-header-v4 {
  top: 15px;
}
:root .wp-device-l .page-header-v1 .page-header .action.nav-toggle,
:root .wp-device-xl .page-header-v1 .page-header .action.nav-toggle {
  margin-bottom: 0;
}
.page-header .logo {
  z-index: 10;
}
:root .wp-device-xxs .page-header-v1 .page-header .logo,
:root .wp-device-xs .page-header-v1 .page-header .logo,
:root .wp-device-s .page-header-v1 .page-header .logo,
:root .wp-device-m .page-header-v1 .page-header .logo,
:root .wp-device-xxs .page-header-v2 .page-header .logo,
:root .wp-device-xs .page-header-v2 .page-header .logo,
:root .wp-device-s .page-header-v2 .page-header .logo,
:root .wp-device-m .page-header-v2 .page-header .logo,
:root .wp-device-xxs .page-header-v3 .page-header .logo,
:root .wp-device-xs .page-header-v3 .page-header .logo,
:root .wp-device-s .page-header-v3 .page-header .logo,
:root .wp-device-m .page-header-v3 .page-header .logo,
:root .wp-device-xxs .page-header-v4 .page-header .logo,
:root .wp-device-xs .page-header-v4 .page-header .logo,
:root .wp-device-s .page-header-v4 .page-header .logo,
:root .wp-device-m .page-header-v4 .page-header .logo {
  margin-left: 40px;
}
:root .wp-device-l .page-header-v2 .page-header .logo,
:root .wp-device-xl .page-header-v2 .page-header .logo,
:root .wp-device-l .page-header-v4 .page-header .logo,
:root .wp-device-xl .page-header-v4 .page-header .logo {
  margin: 0 30px 0 0;
}
:root .wp-device-xxs .page-header-v3 .page-header .logo,
:root .wp-device-xs .page-header-v3 .page-header .logo,
:root .wp-device-s .page-header-v3 .page-header .logo {
  margin: 3px 30px 0 40px;
}
:root .wp-device-l .page-header-v4 .page-header .logo,
:root .wp-device-xl .page-header-v4 .page-header .logo {
  float: none;
}
:root .wp-device-xxs .page-header-v2 .page-header .logo,
:root .wp-device-xs .page-header-v2 .page-header .logo,
:root .wp-device-s .page-header-v2 .page-header .logo,
:root .wp-device-m .page-header-v2 .page-header .logo {
  margin: 0 0 10px 40px;
}
:root .wp-device-xxs.checkout-index-index .page-header-v1 .page-header .logo,
:root .wp-device-xs.checkout-index-index .page-header-v1 .page-header .logo,
:root .wp-device-s.checkout-index-index .page-header-v1 .page-header .logo,
:root .wp-device-m.checkout-index-index .page-header-v1 .page-header .logo,
:root .wp-device-xxs.checkout-index-index .page-header-v2 .page-header .logo,
:root .wp-device-xs.checkout-index-index .page-header-v2 .page-header .logo,
:root .wp-device-s.checkout-index-index .page-header-v2 .page-header .logo,
:root .wp-device-m.checkout-index-index .page-header-v2 .page-header .logo,
:root .wp-device-xxs.checkout-index-index .page-header-v3 .page-header .logo,
:root .wp-device-xs.checkout-index-index .page-header-v3 .page-header .logo,
:root .wp-device-s.checkout-index-index .page-header-v3 .page-header .logo,
:root .wp-device-m.checkout-index-index .page-header-v3 .page-header .logo,
:root .wp-device-xxs.checkout-index-index .page-header-v4 .page-header .logo,
:root .wp-device-xs.checkout-index-index .page-header-v4 .page-header .logo,
:root .wp-device-s.checkout-index-index .page-header-v4 .page-header .logo,
:root .wp-device-m.checkout-index-index .page-header-v4 .page-header .logo {
  margin-left: 0;
}
:root .page-header-v1 .page-header .logo img,
:root .page-header-v2 .page-header .logo img,
:root .page-header-v3 .page-header .logo img,
:root .page-header-v4 .page-header .logo img,
:root .page-header-v1.sticky-header .page-header .logo img,
:root .page-header-v2.sticky-header .page-header .logo img,
:root .page-header-v3.sticky-header .page-header .logo img,
:root .page-header-v4.sticky-header .page-header .logo img {
  width: auto;
  height: 34px;
}
:root .wp-device-l .page-header-v4 .page-header .logo img,
:root .wp-device-xl .page-header-v4 .page-header .logo img {
  display: inline-block;
}
:root .page-header-v2 .page-header .header_right,
:root .page-header-v3 .page-header .header_right,
:root .page-header-v4 .page-header .header_right {
  float: right;
  position: relative;
  margin: 5px 0 0;
}
:root .wp-device-xxs .page-header-v4 .page-header .header_right,
:root .wp-device-xs .page-header-v4 .page-header .header_right,
:root .wp-device-s .page-header-v4 .page-header .header_right,
:root .wp-device-m .page-header-v4 .page-header .header_right {
  position: static;
  margin-top: 15px;
}
:root .page-header-v2 .page-header #switcher-store,
:root .page-header-v2 .page-header #switcher-currency,
:root .page-header-v2 .page-header #switcher-language,
:root .page-header-v2 .page-header .compare.wrapper li a,
:root .page-header-v2 .page-header .header.links,
:root .page-header-v2 .page-header .minicart-wrapper,
:root .page-header-v2 .page-header .block-search {
  float: left;
  margin: 0 5px;
  padding: 0 5px;
}
:root .page-header-v2 .page-header a.action.showcart {
  margin-top: 1px;
}
:root .wp-device-m .page-header-v2 .page-header a.action.showcart {
  margin-top: 0;
}
:root .page-header-v3 .page-header a.action.showcart {
  position: relative;
  top: -4px;
}
:root .wp-device-m .page-header-v4 .page-header a.action.showcart {
  margin-top: 2px;
}
:root .page-header-v2 .page-header .minisearch-v2 {
  margin-top: 2px;
}
:root .page-header-v3 .page-header .compare.wrapper li,
:root .page-header-v3 .page-header .compare.wrapper li a,
:root .page-header-v4 .page-header .compare.wrapper li,
:root .page-header-v4 .page-header .compare.wrapper li a {
  margin: 0;
  line-height: 1;
}
:root .wp-device-xxs .page-header .header.links,
:root .wp-device-xs .page-header .header.links,
:root .wp-device-s .page-header .header.links,
:root .wp-device-m .page-header .header.links {
  display: none;
}
:root .page-header-v2 .page-header .header.links {
  list-style: none;
  margin-top: 2px;
}
:root .wp-device-l .page-header-v4 .page-header .header.links,
:root .wp-device-xl .page-header-v4 .page-header .header.links {
  float: left;
  margin-left: 0;
  margin-right: 15px;
}
:root .wp-device-l .page-header-v2 .page-header .header.links li,
:root .wp-device-xl .page-header-v2 .page-header .header.links li {
  float: left;
  line-height: 1;
  margin: 0;
  padding: 0;
}
:root .wp-device-l .page-header-v2 .page-header .header.links .greet.welcome,
:root .wp-device-xl .page-header-v2 .page-header .header.links .greet.welcome {
  display: none;
}
:root .wp-device-l .page-header-v4 .page-header .header.links .greet.welcome,
:root .wp-device-xl .page-header-v4 .page-header .header.links .greet.welcome {
  float: left;
  margin-left: 0;
  margin-right: 0;
}
:root .page-header-v2 .page-header .header.links > li {
  display: none;
}
:root .page-header-v2 .page-header .header.links > li.authorization-link {
  display: block !important;
}
:root .page-header-v2 .page-header .header.links > li.authorization-link:after {
  display: none;
}
:root .page-header-v2 .page-header .header.links > li.authorization-link a:not([data-post]) {
  top: 2px;
  font-size: 0;
}
:root .page-header-v2 .page-header .header.links > li.authorization-link a:not([data-post]):before {
  content: "\e66c";
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}
.page-header .header.links > li.authorization-link:after {
  font-size: 12px;
}
:root .page-header-v2 .page-header .header.links > li.customer-welcome {
  display: block !important;
}
:root .page-header-v2 .page-header .header.links > li.customer-welcome:after {
  display: none;
}
:root .page-header-v2 .page-header .header.links > .customer-welcome .customer-name:before {
  content: "\e66c";
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  font-size: 16px;
}
.page-header .header.links > .customer-welcome .customer-menu .header.links {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
}
.page-header .header.links > .customer-welcome .customer-menu .header.links .greet.welcome {
  order: -1;
  display: flex;
  align-items: center;
}
.page-header .header.links > .customer-welcome .customer-menu .header.links .greet.welcome a {
  margin-left: auto;
  padding-left: 0;
}
.page-header .header.links > .customer-welcome .customer-menu .header.links .greet.welcome a .authorization-text {
  font-size: 12px;
}
.page-header .header.links > .customer-welcome .customer-menu .header.links .authorization-link {
  order: -2;
}
:root .page-header-v2 .page-header .header.links > .customer-welcome .customer-menu .header.links {
  right: -7px;
  margin-top: 5px;
  padding: 10px;
}
:root .page-header-v2 .page-header .header.links > .customer-welcome .customer-menu .header.links li {
  display: block;
  float: none;
}
:root .page-header-v2 .page-header .header.links > .customer-welcome .customer-menu .header.links li a {
  width: auto;
  height: auto;
  font-size: 12px;
  padding: 8px;
  display: block;
  text-align: left;
}
:root .page-header-v2 .page-header .header.links > .customer-welcome .customer-menu .header.links li a:before {
  content: '';
  font-size: 12px !important;
}
.page-header .header.links * {
  font-size: 12px;
}
.page-header .minicart-wrapper {
  float: right;
  line-height: 1;
}
:root .page-header-v2 .page-header .minicart-wrapper,
:root .page-header-v3 .page-header .minicart-wrapper,
:root .page-header-v4 .page-header .minicart-wrapper {
  margin: 0 5px;
  padding: 0 5px;
  margin-right: 0;
  padding-right: 0;
}
:root .wp-device-xxs .page-header-v2 .page-header .minicart-wrapper,
:root .wp-device-xs .page-header-v2 .page-header .minicart-wrapper,
:root .wp-device-s .page-header-v2 .page-header .minicart-wrapper,
:root .wp-device-m .page-header-v2 .page-header .minicart-wrapper,
:root .wp-device-xxs .page-header-v3 .page-header .minicart-wrapper,
:root .wp-device-xs .page-header-v3 .page-header .minicart-wrapper,
:root .wp-device-s .page-header-v3 .page-header .minicart-wrapper,
:root .wp-device-m .page-header-v3 .page-header .minicart-wrapper,
:root .wp-device-xxs .page-header-v4 .page-header .minicart-wrapper,
:root .wp-device-xs .page-header-v4 .page-header .minicart-wrapper,
:root .wp-device-s .page-header-v4 .page-header .minicart-wrapper,
:root .wp-device-m .page-header-v4 .page-header .minicart-wrapper {
  float: right;
}
.page-header .minicart-wrapper .action.showcart,
.page-header .minicart-wrapper .action.showcart.active {
  margin: 0;
  padding: 0;
}
.page-header .minicart-wrapper .action.showcart:before,
.page-header .minicart-wrapper .action.showcart.active:before {
  content: "\e72f";
  font-family: inherit;
  display: inline-block;
  font-family: 'font-icons';
  font-size: 16px;
  color: inherit;
  line-height: 30px;
}
.page-header .minicart-wrapper .action.showcart .counter.qty,
.page-header .minicart-wrapper .action.showcart.active .counter.qty {
  min-width: 20px;
}
.page-header .minicart-wrapper * {
  text-transform: none;
}
.page-header .block-search {
  width: auto;
  height: auto;
}
:root .page-header-v2 .page-header .block-search {
  position: absolute;
  right: 0;
  top: 90px;
  margin-right: 0;
  padding-right: 0;
}
:root .wp-device-xxs .page-header-v2 .page-header .block-search,
:root .wp-device-xs .page-header-v2 .page-header .block-search,
:root .wp-device-s .page-header-v2 .page-header .block-search,
:root .wp-device-m .page-header-v2 .page-header .block-search {
  float: none;
  position: static;
  top: 0;
  right: 0;
  margin-top: 3px;
}
:root .wp-device-l .page-header-v4 .page-header .block-search,
:root .wp-device-xl .page-header-v4 .page-header .block-search {
  margin-top: 0;
}
:root .wp-device-xxs .page-header-v4 .page-header .block-search,
:root .wp-device-xs .page-header-v4 .page-header .block-search,
:root .wp-device-s .page-header-v4 .page-header .block-search,
:root .wp-device-m .page-header-v4 .page-header .block-search {
  float: left;
}
.page-header .block-search .control {
  z-index: 99;
}
:root .wp-device-xxs .page-header-v2 .page-header .block-search .control,
:root .wp-device-xs .page-header-v2 .page-header .block-search .control,
:root .wp-device-s .page-header-v2 .page-header .block-search .control,
:root .wp-device-m .page-header-v2 .page-header .block-search .control,
:root .wp-device-xxs .page-header-v3 .page-header .block-search .control,
:root .wp-device-xs .page-header-v3 .page-header .block-search .control,
:root .wp-device-s .page-header-v3 .page-header .block-search .control,
:root .wp-device-m .page-header-v3 .page-header .block-search .control,
:root .wp-device-xxs .page-header-v4 .page-header .block-search .control,
:root .wp-device-xs .page-header-v4 .page-header .block-search .control,
:root .wp-device-s .page-header-v4 .page-header .block-search .control,
:root .wp-device-m .page-header-v4 .page-header .block-search .control {
  border: none;
  height: 0px;
  overflow: hidden;
}
.page-header .block-search .control input {
  box-sizing: border-box;
}
.page-header .block-search .control input:focus {
  box-shadow: 0 0 3px 1px lightgrey;
  border-color: transparent;
}
:root .wp-device-xxs .page-header-v2 .page-header .block-search .control input,
:root .wp-device-xs .page-header-v2 .page-header .block-search .control input,
:root .wp-device-s .page-header-v2 .page-header .block-search .control input,
:root .wp-device-m .page-header-v2 .page-header .block-search .control input {
  float: left;
  position: relative;
  top: 0;
}
:root .page-header-v2 .page-header .block-search .control input,
:root .page-header-v1 .page-header .block-search .control input {
  padding-left: 0;
  padding-right: 0;
}
:root .page-header-v2 .page-header .block-search .control input:focus,
:root .page-header-v1 .page-header .block-search .control input:focus {
  box-shadow: none;
}
:root .page-header-v3 .page-header .block-search .control input {
  padding-left: 0;
  padding-right: 0;
}
:root .page-header-v3 .page-header .block-search .control input:focus {
  box-shadow: none;
}
:root .page-header-v3 .page-header .block-search .control input {
  padding-left: 0;
  padding-right: 0;
}
:root .page-header-v3 .page-header .block-search .control input:focus {
  box-shadow: 0 0 3px 1px transparent;
}
:root .page-header-v4 .page-header .block-search .control input {
  padding-left: 5px;
  padding-right: 40px;
}
:root .page-header-v4 .page-header .block-search .control input:focus {
  box-shadow: 0 0 3px 1px transparent;
}
:root .wp-device-xxs .page-header-v2 .page-header .block-search .control input,
:root .wp-device-xs .page-header-v2 .page-header .block-search .control input,
:root .wp-device-s .page-header-v2 .page-header .block-search .control input,
:root .wp-device-m .page-header-v2 .page-header .block-search .control input {
  padding-right: 10px;
  padding-left: 10px;
}
:root .wp-device-xxs .page-header-v1 .page-header .block-search label,
:root .wp-device-xs .page-header-v1 .page-header .block-search label,
:root .wp-device-s .page-header-v1 .page-header .block-search label,
:root .wp-device-m .page-header-v1 .page-header .block-search label,
:root .wp-device-xxs .page-header-v2 .page-header .block-search label,
:root .wp-device-xs .page-header-v2 .page-header .block-search label,
:root .wp-device-s .page-header-v2 .page-header .block-search label,
:root .wp-device-m .page-header-v2 .page-header .block-search label,
:root .wp-device-xxs .page-header-v3 .page-header .block-search label,
:root .wp-device-xs .page-header-v3 .page-header .block-search label,
:root .wp-device-s .page-header-v3 .page-header .block-search label,
:root .wp-device-m .page-header-v3 .page-header .block-search label,
:root .wp-device-xxs .page-header-v4 .page-header .block-search label,
:root .wp-device-xs .page-header-v4 .page-header .block-search label,
:root .wp-device-s .page-header-v4 .page-header .block-search label,
:root .wp-device-m .page-header-v4 .page-header .block-search label {
  cursor: pointer;
  margin-right: 5px;
  padding-right: 5px;
}
:root .wp-device-xxs .page-header-v1 .page-header .block-search label.active + .control,
:root .wp-device-xs .page-header-v1 .page-header .block-search label.active + .control,
:root .wp-device-s .page-header-v1 .page-header .block-search label.active + .control,
:root .wp-device-m .page-header-v1 .page-header .block-search label.active + .control,
:root .wp-device-xxs .page-header-v2 .page-header .block-search label.active + .control,
:root .wp-device-xs .page-header-v2 .page-header .block-search label.active + .control,
:root .wp-device-s .page-header-v2 .page-header .block-search label.active + .control,
:root .wp-device-m .page-header-v2 .page-header .block-search label.active + .control,
:root .wp-device-xxs .page-header-v3 .page-header .block-search label.active + .control,
:root .wp-device-xs .page-header-v3 .page-header .block-search label.active + .control,
:root .wp-device-s .page-header-v3 .page-header .block-search label.active + .control,
:root .wp-device-m .page-header-v3 .page-header .block-search label.active + .control,
:root .wp-device-xxs .page-header-v4 .page-header .block-search label.active + .control,
:root .wp-device-xs .page-header-v4 .page-header .block-search label.active + .control,
:root .wp-device-s .page-header-v4 .page-header .block-search label.active + .control,
:root .wp-device-m .page-header-v4 .page-header .block-search label.active + .control {
  height: auto;
  overflow: visible;
  position: absolute;
  top: 55px;
  left: 0;
  float: left;
  width: 100%;
  background-color: #fff;
  padding: 10px;
  margin: 0;
}
:root .wp-device-xxs .page-header-v1 .page-header .block-search label.active + .control input,
:root .wp-device-xs .page-header-v1 .page-header .block-search label.active + .control input,
:root .wp-device-s .page-header-v1 .page-header .block-search label.active + .control input,
:root .wp-device-m .page-header-v1 .page-header .block-search label.active + .control input,
:root .wp-device-xxs .page-header-v2 .page-header .block-search label.active + .control input,
:root .wp-device-xs .page-header-v2 .page-header .block-search label.active + .control input,
:root .wp-device-s .page-header-v2 .page-header .block-search label.active + .control input,
:root .wp-device-m .page-header-v2 .page-header .block-search label.active + .control input,
:root .wp-device-xxs .page-header-v3 .page-header .block-search label.active + .control input,
:root .wp-device-xs .page-header-v3 .page-header .block-search label.active + .control input,
:root .wp-device-s .page-header-v3 .page-header .block-search label.active + .control input,
:root .wp-device-m .page-header-v3 .page-header .block-search label.active + .control input,
:root .wp-device-xxs .page-header-v4 .page-header .block-search label.active + .control input,
:root .wp-device-xs .page-header-v4 .page-header .block-search label.active + .control input,
:root .wp-device-s .page-header-v4 .page-header .block-search label.active + .control input,
:root .wp-device-m .page-header-v4 .page-header .block-search label.active + .control input {
  float: left;
  width: 100%;
  position: static;
  margin: 0;
}
:root .wp-device-xxs .page-header-v1 .page-header .block-search label:before,
:root .wp-device-xs .page-header-v1 .page-header .block-search label:before,
:root .wp-device-s .page-header-v1 .page-header .block-search label:before,
:root .wp-device-m .page-header-v1 .page-header .block-search label:before,
:root .wp-device-xxs .page-header-v2 .page-header .block-search label:before,
:root .wp-device-xs .page-header-v2 .page-header .block-search label:before,
:root .wp-device-s .page-header-v2 .page-header .block-search label:before,
:root .wp-device-m .page-header-v2 .page-header .block-search label:before,
:root .wp-device-xxs .page-header-v3 .page-header .block-search label:before,
:root .wp-device-xs .page-header-v3 .page-header .block-search label:before,
:root .wp-device-s .page-header-v3 .page-header .block-search label:before,
:root .wp-device-m .page-header-v3 .page-header .block-search label:before,
:root .wp-device-xxs .page-header-v4 .page-header .block-search label:before,
:root .wp-device-xs .page-header-v4 .page-header .block-search label:before,
:root .wp-device-s .page-header-v4 .page-header .block-search label:before,
:root .wp-device-m .page-header-v4 .page-header .block-search label:before {
  margin-top: 4px;
  font-size: 20px;
  line-height: 25px;
  color: inherit;
}
:root .wp-device-xxs .page-header-v1 .page-header .block-search label x:-moz-any-link,
:root .wp-device-xs .page-header-v1 .page-header .block-search label x:-moz-any-link,
:root .wp-device-s .page-header-v1 .page-header .block-search label x:-moz-any-link,
:root .wp-device-m .page-header-v1 .page-header .block-search label x:-moz-any-link,
:root .wp-device-xxs .page-header-v2 .page-header .block-search label x:-moz-any-link,
:root .wp-device-xs .page-header-v2 .page-header .block-search label x:-moz-any-link,
:root .wp-device-s .page-header-v2 .page-header .block-search label x:-moz-any-link,
:root .wp-device-m .page-header-v2 .page-header .block-search label x:-moz-any-link,
:root .wp-device-xxs .page-header-v3 .page-header .block-search label x:-moz-any-link,
:root .wp-device-xs .page-header-v3 .page-header .block-search label x:-moz-any-link,
:root .wp-device-s .page-header-v3 .page-header .block-search label x:-moz-any-link,
:root .wp-device-m .page-header-v3 .page-header .block-search label x:-moz-any-link,
:root .wp-device-xxs .page-header-v4 .page-header .block-search label x:-moz-any-link,
:root .wp-device-xs .page-header-v4 .page-header .block-search label x:-moz-any-link,
:root .wp-device-s .page-header-v4 .page-header .block-search label x:-moz-any-link,
:root .wp-device-m .page-header-v4 .page-header .block-search label x:-moz-any-link,
:root .wp-device-xxs .page-header-v1 .page-header .block-search label x:default,
:root .wp-device-xs .page-header-v1 .page-header .block-search label x:default,
:root .wp-device-s .page-header-v1 .page-header .block-search label x:default,
:root .wp-device-m .page-header-v1 .page-header .block-search label x:default,
:root .wp-device-xxs .page-header-v2 .page-header .block-search label x:default,
:root .wp-device-xs .page-header-v2 .page-header .block-search label x:default,
:root .wp-device-s .page-header-v2 .page-header .block-search label x:default,
:root .wp-device-m .page-header-v2 .page-header .block-search label x:default,
:root .wp-device-xxs .page-header-v3 .page-header .block-search label x:default,
:root .wp-device-xs .page-header-v3 .page-header .block-search label x:default,
:root .wp-device-s .page-header-v3 .page-header .block-search label x:default,
:root .wp-device-m .page-header-v3 .page-header .block-search label x:default,
:root .wp-device-xxs .page-header-v4 .page-header .block-search label x:default,
:root .wp-device-xs .page-header-v4 .page-header .block-search label x:default,
:root .wp-device-s .page-header-v4 .page-header .block-search label x:default,
:root .wp-device-m .page-header-v4 .page-header .block-search label x:default,
:root .wp-device-xxs .page-header-v1 .page-header .block-search label:before,
:root .wp-device-xs .page-header-v1 .page-header .block-search label:before,
:root .wp-device-s .page-header-v1 .page-header .block-search label:before,
:root .wp-device-m .page-header-v1 .page-header .block-search label:before,
:root .wp-device-xxs .page-header-v2 .page-header .block-search label:before,
:root .wp-device-xs .page-header-v2 .page-header .block-search label:before,
:root .wp-device-s .page-header-v2 .page-header .block-search label:before,
:root .wp-device-m .page-header-v2 .page-header .block-search label:before,
:root .wp-device-xxs .page-header-v3 .page-header .block-search label:before,
:root .wp-device-xs .page-header-v3 .page-header .block-search label:before,
:root .wp-device-s .page-header-v3 .page-header .block-search label:before,
:root .wp-device-m .page-header-v3 .page-header .block-search label:before,
:root .wp-device-xxs .page-header-v4 .page-header .block-search label:before,
:root .wp-device-xs .page-header-v4 .page-header .block-search label:before,
:root .wp-device-s .page-header-v4 .page-header .block-search label:before,
:root .wp-device-m .page-header-v4 .page-header .block-search label:before {
  margin-top: 4px;
}
:root .wp-device-xxs .page-header-v2 .page-header .block-search label,
:root .wp-device-xs .page-header-v2 .page-header .block-search label,
:root .wp-device-s .page-header-v2 .page-header .block-search label,
:root .wp-device-m .page-header-v2 .page-header .block-search label {
  margin-right: -20px;
}
:root .wp-device-xxs .page-header-v3 .page-header .block-search label,
:root .wp-device-xs .page-header-v3 .page-header .block-search label,
:root .wp-device-s .page-header-v3 .page-header .block-search label,
:root .wp-device-m .page-header-v3 .page-header .block-search label {
  margin-right: -5px;
}
:root .wp-device-xxs .page-header-v4 .page-header .block-search label,
:root .wp-device-xs .page-header-v4 .page-header .block-search label,
:root .wp-device-s .page-header-v4 .page-header .block-search label,
:root .wp-device-m .page-header-v4 .page-header .block-search label {
  margin-right: -10px;
}
:root .wp-device-xxs .page-header-v2 .page-header .block-search label.active + .control,
:root .wp-device-xs .page-header-v2 .page-header .block-search label.active + .control,
:root .wp-device-s .page-header-v2 .page-header .block-search label.active + .control,
:root .wp-device-m .page-header-v2 .page-header .block-search label.active + .control,
:root .wp-device-xxs .page-header-v3 .page-header .block-search label.active + .control,
:root .wp-device-xs .page-header-v3 .page-header .block-search label.active + .control,
:root .wp-device-s .page-header-v3 .page-header .block-search label.active + .control,
:root .wp-device-m .page-header-v3 .page-header .block-search label.active + .control,
:root .wp-device-xxs .page-header-v4 .page-header .block-search label.active + .control,
:root .wp-device-xs .page-header-v4 .page-header .block-search label.active + .control,
:root .wp-device-s .page-header-v4 .page-header .block-search label.active + .control,
:root .wp-device-m .page-header-v4 .page-header .block-search label.active + .control {
  border: none;
}
:root .wp-device-xxs .page-header-v4 .page-header .block-search label:before,
:root .wp-device-xs .page-header-v4 .page-header .block-search label:before,
:root .wp-device-s .page-header-v4 .page-header .block-search label:before,
:root .wp-device-m .page-header-v4 .page-header .block-search label:before {
  margin-top: 0;
}
.page-header .block-search .actions button {
  z-index: 99;
}
:root .page-header-v2 .page-header .block-search .actions button,
:root .page-header-v3 .page-header .block-search .actions button,
:root .page-header-v4 .page-header .block-search .actions button {
  right: 10px;
  left: auto;
}
:root .page-header-v2 .page-header .block-search .actions button:before,
:root .page-header-v3 .page-header .block-search .actions button:before,
:root .page-header-v4 .page-header .block-search .actions button:before {
  font-size: 20px;
}
:root .theme-pearl.checkout-index-index .page-header .panel.header {
  height: 0;
  padding: 0;
}
:root .theme-pearl.checkout-index-index .page-header .header.links,
:root .theme-pearl.checkout-index-index .page-header .switcher-language {
  display: none;
}
:root .theme-pearl.checkout-index-index .page-header.sticky-header .header.content {
  min-height: 55px;
  padding: 10px 0;
}
:root .theme-pearl.checkout-index-index .page-header.sticky-header .header.content .logo {
  display: block;
  position: relative;
  margin: 0 auto;
}
:root .theme-pearl.checkout-index-index .page-header.sticky-header .header.content .logo img {
  margin: 0 auto;
}
:root .theme-pearl.checkout-index-index .page-header.sticky-header.page-header-v4 {
  -webkit-box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.05);
}
:root .theme-pearl.checkout-index-index .page-header.sticky-header.page-header-v4 .page-header {
  height: auto;
}
:root .theme-pearl.checkout-index-index .page-header.sticky-header.page-header-v4 .page-header .panel.wrapper,
:root .theme-pearl.checkout-index-index .page-header.sticky-header.page-header-v4 .page-header .panel.header {
  padding: 0;
  height: 0;
}
:root .theme-pearl.checkout-index-index .page-header.sticky-header.page-header-v4 .page-header .header.content {
  top: 0;
  padding-bottom: 15px !important;
}
:root .theme-pearl.checkout-index-index .header.content .minicart-wrapper {
  display: none;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:before {
  content: "\e72f";
  font-family: 'font-icons';
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart .counter.qty span {
  display: block;
  line-height: 22px;
  font-size: 14px;
  padding: 0 3px;
}
:root .page-header-v2 .panel.wrapper {
  display: none;
}
body.checkout-index-index .header.content {
  text-align: center;
}
body.checkout-index-index .header.content .logo {
  float: none;
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
}
body.checkout-index-index .authentication-wrapper {
  margin-top: 0px;
}
body.checkout-index-index .authentication-wrapper button {
  background: none;
  border: none;
  font-size: inherit;
}
body.checkout-index-index .authentication-wrapper button:hover {
  background: none;
  border: none;
  color: #000;
  font-size: inherit;
}
body.checkout-index-index .authentication-wrapper button span {
  color: #000;
  font-size: inherit;
}
body.checkout-index-index .authentication-wrapper .actions-toolbar button span {
  font-size: initial;
  vertical-align: top;
}
._has-auth-shown .authentication-wrapper {
  z-index: 9;
}
:root .page-header-v3 .nav-sections,
:root .page-header-v4 .nav-sections {
  float: left;
}
.nav-sections.nav-sections-2 nav > ul {
  padding: 0;
}
:root .wp-device-xxs .nav-sections .header.links,
:root .wp-device-xs .nav-sections .header.links,
:root .wp-device-s .nav-sections .header.links,
:root .wp-device-m .nav-sections .header.links {
  display: block;
}
.page-wrapper .page-header-v1 + .nav-sections,
.page-wrapper .page-header-v2 + .nav-sections,
.page-wrapper .page-header-v4 + .nav-sections {
  padding-bottom: 0;
}
.page-wrapper .sections.nav-sections-4 {
  text-align: center;
}
.navigation {
  width: 100%;
  margin: 0 auto;
}
.navigation > ul {
  padding: 0 !important;
}
:root .wp-device-l .nav-sections-4 .navigation > ul,
:root .wp-device-xl .nav-sections-4 .navigation > ul {
  text-align: center;
}
:root .wp-device-l .nav-sections-4 .navigation > ul > li,
:root .wp-device-xl .nav-sections-4 .navigation > ul > li {
  float: none;
  display: inline-block;
}
:root .wp-device-l .nav-sections-4 .navigation > ul > li > ul li a,
:root .wp-device-xl .nav-sections-4 .navigation > ul > li > ul li a {
  text-align: left;
}
.navigation > ul > li > ul li a {
  text-transform: uppercase;
}
.navigation > ul > li > ul li a span {
  text-transform: uppercase;
}
.navigation ul {
  padding: 0;
}
@media (min-width: 768px) {
  .navigation ul li.level0.first > a {
    padding-left: 0;
  }
}
.page-wrapper .top-container {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
}
.maincontent {
  margin-top: 15px;
}
.page-header-v4 .page-header .header_right,
.page-header-v3 .page-header .header_right,
.page-header-v2 .page-header .header_right,
.page-header-v1 .page-header .header_right {
  padding-right: 0px !important;
}
.page-header-v4 .block-search .control input,
.page-header-v3 .block-search .control input,
.page-header-v2 .block-search .control input,
.page-header-v1 .block-search .control input {
  padding: 0 10px !important;
}
/* Sticky header */
.page-header-v1 ,
.page-header-v2 ,
.page-header-v3 ,
.page-header-v4 ,
.header.content .block-search ,
.header.content .header.links {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
/* All header version */
.page-header.sticky-header {
  position: fixed;
  width: 100%;
  -webkit-box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.05);
  top: 0;
}
.page-header.sticky-header .panel.wrapper {
  border: 0 none;
}
.page-header.sticky-header .header.content {
  padding-top: 20px;
  padding-bottom: 5px;
}
.page-header.sticky-header .header.content .logo {
  margin-top: -5px;
  margin-bottom: 0;
  height: auto;
}
.page-header.sticky-header .switcher-currency,
.page-header.sticky-header .compare.wrapper,
.page-header.sticky-header .switcher-language {
  display: none !important;
}
.page-header.sticky-header .nav-sections.too-wide {
  clear: both;
  left: 0 !important;
  margin-top: 5px !important;
  margin-left: 0 !important;
}
.page-header.sticky-header .nav-sections.too-wide .navigation {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.page-header.sticky-header .nav-sections.too-wide .navigation .megamenu.level-top-fullwidth .fullwidth {
  left: 0 !important;
}
.page-header.sticky-header .global-notification-wrapper {
  display: none !important;
}
.page-header.sticky-header:not(.page-header-v4) .logo {
  position: absolute;
  top: 48%;
}
/* Custom styles for particular headers */
.page-header-v1.sticky-header .header.content {
  padding-bottom: 0;
}
.page-header-v1.sticky-header .header.content .logo {
  margin-top: 0;
}
.page-header-v1.sticky-header .header.content .nav-sections {
  margin-top: -5px;
  float: left;
}
.page-header-v1.sticky-header .header.content .nav-sections .level0.level-top {
  padding-bottom: 15px;
}
.page-header-v2.sticky-header {
  top: 0;
}
.page-header-v2.sticky-header .header.content .block-search {
  float: right;
  position: relative;
  top: 5px;
  z-index: 10;
}
.page-header-v2.sticky-header .header.content .block-search.minisearch-v2 {
  top: 5px;
  margin-left: 25px;
}
.page-header-v2.sticky-header .header.content .logo {
  margin-top: 0;
}
.page-header-v2.sticky-header .header.content .header_right .multistore-switcher {
  display: none;
}
.page-header-v2.sticky-header .nav-sections .navigation .level0.submenu {
  top: 60px !important;
}
.page-header-v3.sticky-header .header.content .logo {
  margin-top: 0;
}
.page-header-v4.sticky-header {
  top: 0;
  padding-bottom: 2px;
  height: 50px;
  box-shadow: none;
  z-index: 11;
}
.page-header-v4.sticky-header .page-header {
  height: 0;
}
.page-header-v4.sticky-header .panel.wrapper {
  border: 0 none;
}
.page-header-v4.sticky-header .header.content {
  top: -60px;
  padding-bottom: 0 !important;
}
.page-header-v4.sticky-header .header.content .logo {
  top: 5px;
  display: block;
  margin: 0 auto;
  z-index: 10;
  position: relative;
}
.page-header-v4.sticky-header .header.links {
  z-index: 10;
  position: relative;
}
.page-header-v4.sticky-header .panel.header .switcher-currency {
  display: none;
}
.nav-sections-4.sticky-header {
  position: fixed !important;
  z-index: 10 !important;
  width: 100%;
  top: 45px;
  -webkit-box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.05);
}
.nav-sections-4.sticky-header .navigation {
  padding-bottom: 5px;
}
.nav-sections-4.sticky-header .navigation .level0.submenu {
  top: 44px !important;
}
.page-header.sticky-header-mobile {
  position: fixed;
  top: 0;
  width: 100%;
}
.page-header.sticky-header-mobile .panel.wrapper {
  border-bottom: 0 none;
}
.header-global-promo #carousel {
  position: relative;
}
.header-global-promo #carousel.no-carousel #slides ul {
  left: 0px !important;
}
.header-global-promo .btn-bar {
  width: 100%;
}
.header-global-promo .btn-bar #buttons a {
  text-align: right;
  display: inline-block;
  position: absolute;
  z-index: 999;
  text-decoration: none;
  line-height: 20px;
  font-size: 30px;
  top: 50%;
  transform: translate(-50%, -50%);
}
.header-global-promo .btn-bar.no-arrows {
  display: none;
}
.header-global-promo #slides {
  margin: 0 auto;
  overflow: hidden;
}
.header-global-promo #slides ul {
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  float: left;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.header-global-promo #slides ul li {
  width: 100%;
  float: left;
  position: relative;
  margin: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  vertical-align: middle;
}
.header-global-promo #slides ul li .quoteContainer .wpx-i {
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  line-height: 20px;
}
.header-global-promo #slides ul li .quoteContainer .wpx-sub {
  font-weight: bold;
}
.header-global-promo #slides ul li .quoteContainer .wpx-link {
  font-size: 12px;
  text-decoration: underline;
}
.header-global-promo #slides ul li .quoteContainer .wpx-link:first-child {
  margin-right: 10px;
}
.header-global-promo #slides ul li .quoteContainer .wpx-link.wpx-mg {
  margin-left: 10px;
  margin-right: 10px;
}
.header-global-promo #slides ul li .quoteContainer .quote-phrase {
  font-size: 12px;
  margin-bottom: 0px;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}
.hidescroll {
  overflow-y: hidden;
}
/* SEARCH VERSION */
.minisearch-v2 {
  float: right;
}
.page-header-v1 .open-modal-search:before,
.page-header-v2 .open-modal-search:before,
.page-header-v3 .open-modal-search:before,
.page-header-v4 .open-modal-search:before {
  content: '\e615';
  font-family: 'luma-icons';
}
.page-header-v1 .open-modal-search {
  padding-top: 5px;
  padding-right: 11px;
}
.wrap .modal {
  display: flex;
  justify-content: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 99999;
  padding: 0 8px;
}
.wrap .modal:target {
  opacity: 1;
  pointer-events: auto;
}
.wrap .modal.isOpen {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all 500ms;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0ms;
}
.wrap .modal.isOpen .modal-content {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 500ms;
}
.wrap .modal .close-sec {
  position: absolute;
  right: 10px;
  top: 10px;
}
.wrap .modal .close-sec a {
  font-size: 30px;
  cursor: pointer;
}
.wrap .modal .form.minisearch .searchautocomplete {
  min-width: 100% !important;
  position: absolute !important;
  right: auto !important;
  margin-top: 3px;
}
.wrap .modal .form.minisearch .searchautocomplete.vertically {
  top: 66px;
}
.wrap .modal .form.minisearch .searchautocomplete.vertically .product-list {
  margin: 0px;
}
.wrap .modal .form.minisearch .searchautocomplete.vertically .product-list li {
  display: block;
}
.wrap .modal .form.minisearch .searchautocomplete.vertically .product-list li .block-left {
  margin-right: 30px;
}
.wrap .modal .form.minisearch .searchautocomplete.vertically .product-list li .block-left,
.wrap .modal .form.minisearch .searchautocomplete.vertically .product-list li .block-right {
  display: inline-block;
  vertical-align: middle;
}
.wrap .modal .form.minisearch .searchautocomplete.vertically .product-list li .block-right .price {
  margin-bottom: 0px;
}
.wrap .modal .form.minisearch .searchautocomplete.vertically .product-list li:last-child {
  border-bottom: none !important;
}
.wrap .modal .form.minisearch .searchautocomplete.horizontally .product-list li {
  display: inline-block;
}
.wrap .modal .form.minisearch .searchautocomplete.horizontally .product-list li .block-left {
  text-align: center;
}
.wrap .modal .form.minisearch .searchautocomplete.horizontally .product-list li .block-right {
  text-align: center;
}
.wrap .modal .form.minisearch .searchautocomplete .product-list {
  display: table;
  width: 100%;
}
.wrap .modal .form.minisearch .searchautocomplete .product-list li {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.wrap .modal .form.minisearch .searchautocomplete .product-list .block-flex {
  display: block;
}
.wrap .modal .wpx-pos-search {
  display: inline-block;
  vertical-align: bottom;
  width: 100%;
}
.wrap .modal .wpx-pos-search .control {
  position: relative;
}
.wrap .modal .wpx-pos-search .control .wpx-pos-search {
  position: absolute;
  top: 0px;
  right: 0px;
}
.wrap .modal .wpx-pos-search input {
  width: 100% !important;
  height: 66px !important;
  border: 3px solid !important;
  padding-left: 20px !important;
}
.wrap .modal .wpx-pos-search label {
  display: none;
}
.wrap .modal .wpx-pos-search a.closebutton {
  text-decoration: none;
  font-size: 75px;
  margin-left: 50px;
  position: relative;
  top: 11px;
  line-height: 26px;
}
.wrap .modal .wpx-pos-search a.closebutton:hover {
  color: black;
}
.wrap .modal .wpx-pos-search .action.search {
  padding: 12px 22px;
  border: none !important;
  margin-top: 5px;
  margin-right: 4px;
  right: 0px !important;
}
.wrap .modal .closeoverlay {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear;
  display: block;
  z-index: 2;
  position: fixed;
  cursor: pointer;
}
.wrap .modal .modal-content {
  width: 80%;
  margin: 80px auto 0 auto;
  opacity: 0;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all 500ms;
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  transform: translateY(-100px);
}
.wrap .modal .block.block-search.wpx-block-search {
  position: static !important;
  width: 100%;
  padding-left: 0px;
  margin-left: 0px;
}
.search-visible-md {
  display: block;
}
.search-visible-md .open-modal-search {
  font-size: 15px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  .wrap .modal .modal-content {
    margin-top: 80px !important;
    margin-left: 0 !important;
  }
  .horizontally-control #search::-ms-clear {
    display: none;
  }
  .wrap .modal {
    position: absolute !important;
  }
  .header .quickcart-wrapper .block-quickcart {
    position: absolute !important;
    visibility: hidden;
  }
  .header .quickcart-wrapper .block-quickcart.quickCartIE {
    position: fixed !important;
    visibility: visible;
  }
  .wrap .modal.isOpenIE {
    position: fixed !important;
  }
  .header .quickcart-wrapper .block-quickcart {
    position: absolute !important;
  }
}
body .page-wrapper .nav-sections .navigation ul li.megamenu.mm-first-item a.level-top {
  padding-left: 20px !important;
}
@media only screen and (max-width: 767px) {
  .nav-sections .nav-sections-items .section-item-content .header.links li.greet.welcome {
    border-bottom: 1px solid #f7f7f7 !important;
    display: flex;
    justify-items: center;
  }
  .nav-sections .nav-sections-items .section-item-content .header.links li.greet.welcome span.logged-in {
    padding-right: 0;
    font-weight: bold;
    padding: 0.8rem 0 0.8rem 15px;
    border-bottom: none;
  }
  .nav-sections .nav-sections-items .section-item-content .header.links li.greet.welcome .authorization-text {
    margin-left: auto;
  }
}
.nav-sections:not(.mobile-nav) .navigation ul li.level0 li > a:hover,
.nav-sections:not(.mobile-nav) .navigation ul li.level0 a.ui-state-focus {
  color: #fff !important;
}
@media only screen and (min-width: 992px) {
  body {
    padding-top: 0;
  }
  body.sticky:not(.onestepcheckout-index-index) {
    padding-top: 168px;
  }
  body.sticky:not(.onestepcheckout-index-index) .wrapper-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
  }
  .navigation .level0 > .level-top {
    line-height: 40px !important;
  }
  .navigation .megamenu .level0.submenu {
    padding: 30px 10px 0 10px !important;
    max-height: 500px;
    overflow-y: auto;
  }
  .navigation .megamenu .level0.submenu > li.submenu-child .columns-group {
    width: 100% !important;
    display: flex !important;
    flex-wrap: wrap;
  }
  .navigation .megamenu .level0.submenu > li.submenu-child .columns-group li.level1 {
    width: 25% !important;
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .navigation .megamenu .level0.submenu > li.submenu-child .columns-group li.level1 > a {
    border-top: none;
    padding-left: 0;
    padding-right: 0;
    font-weight: bold;
  }
  .navigation .megamenu .level0.submenu > li.submenu-child .columns-group li.level1 > a:hover {
    color: #000 !important;
  }
  .navigation .megamenu .level0.submenu > li.submenu-child .columns-group li.level1 > a .ui-menu-icon {
    display: none !important;
  }
  .navigation .megamenu .level0.submenu > li.submenu-child .columns-group li.level1 > a .mm-subcategory-title:before {
    display: none;
  }
  .navigation .megamenu .level0.submenu > li.submenu-child .columns-group li.level1 ul.level1.submenu {
    width: 100%;
    padding-top: 0;
  }
  .navigation .megamenu .level0.submenu > li.submenu-child .columns-group li.level1 ul.level1.submenu li.megamenu.level2 {
    padding-left: 0;
    padding-right: 0;
  }
  .navigation .megamenu .level0.submenu > li.submenu-child .columns-group li.level1 ul.level1.submenu li.megamenu.level2 a {
    padding: 5px 10px !important;
    margin-top: 0;
  }
  .navigation .megamenu .level0.submenu > li.submenu-child .columns-group li.level1 ul.level1.submenu li.megamenu.level2 a:hover {
    background: #f2f2f2;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-header .minicart-wrapper:not(.mini-quote-list) {
    margin-left: 45px;
  }
  .page-header .mini-quote-list {
    position: absolute;
    right: 55px;
  }
}
/* Generated Less from WeltPixel_ProductPage */
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.canvas_icons_product {
  position: relative;
  top: 0;
  margin: 0 5px 0 0;
  padding: 0;
  width: 18px !important;
  height: 25px;
  line-height: 25px !important;
  text-align: center;
  font-size: 20px;
  display: inline-block;
  font-family: font-icons;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
}
.canvas_icons_product:before {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}
.theme-pearl .page-wrapper {
  overflow-x: hidden;
}
.theme-pearl .review-ratings {
  float: none;
}
.theme-pearl .review-content {
  margin-top: 20px;
}
.theme-pearl .review-content,
.theme-pearl .review-details {
  margin-left: 0px;
}
.theme-pearl .box-tocart,
.theme-pearl .product-social-links {
  max-width: 100%;
  margin: 0 auto;
}
.theme-pearl .swatch-option-tooltip {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: .1s;
}
.theme-pearl .swatch-option-tooltip .corner:after {
  left: -16px;
}
.theme-pearl .product-info-main .actions button {
  width: 100%;
  min-height: 52px;
  max-width: 250px;
  border-radius: 0;
}
.theme-pearl .product-info-main .product.attribute.overview {
  float: left;
}
.theme-pearl .product-info-main .product.pricing {
  float: left;
  margin: 10px 0;
  width: 100%;
}
.theme-pearl.product-page-v1 .block .actions-toolbar > .primary .action.primary,
.theme-pearl.product-page-v2 .block .actions-toolbar > .primary .action.primary,
.theme-pearl.product-page-v3 .block .actions-toolbar > .primary .action.primary,
.theme-pearl.product-page-v4 .block .actions-toolbar > .primary .action.primary {
  box-shadow: none;
}
.theme-pearl.catalog-product-view #product-options-wrapper .swatch-attribute {
  margin-bottom: 15px;
}
.theme-pearl.catalog-product-view #product-options-wrapper .swatch-attribute .swatch-attribute-label {
  font-weight: 400;
}
.theme-pearl.catalog-product-view #product-options-wrapper .swatch-attribute .swatch-attribute-options {
  margin-top: 10px !important;
}
.theme-pearl.catalog-product-view .page-main .columns .product.info.detailed .product.data.items .item.content {
  display: none;
}
.theme-pearl.catalog-product-view .page-main .columns .product.info.detailed .product.data.items .item.content:nth-child(2) {
  display: block;
}
.theme-pearl.catalog-product-view .page-main .columns .product.info.detailed .product.data.items > .item.title.active {
  bottom: 6px;
  transition: bottom .3s;
}
.theme-pearl.catalog-product-view .page-main .columns .product.info.detailed .product.data.items > .item.title {
  bottom: 0;
  transition: bottom .3s;
}
.theme-pearl.catalog-product-view .box-tocart .field.qty {
  float: left;
}
.theme-pearl.catalog-product-view .box-tocart .field.qty label {
  display: none;
}
.theme-pearl.catalog-product-view .box-tocart .field.qty input,
.theme-pearl.catalog-product-view .box-tocart .field.qty select {
  border-width: 1px;
  border-style: solid;
  padding: 14px 17px;
  margin: 0 10px 0 0;
  height: auto;
}
.theme-pearl.catalog-product-view .box-tocart .field.qty select {
  padding: 15px 0 15px 14px;
  direction: rtl;
  text-align: left;
}
.theme-pearl.catalog-product-view .box-tocart .actions {
  float: left;
}
.theme-pearl.catalog-product-view .box-tocart .actions button {
  float: left;
  width: 100% !important;
  position: relative;
  margin-bottom: 25px;
}
.theme-pearl.catalog-product-view .product-social-links {
  clear: left;
}
.theme-pearl.catalog-product-view .product-social-links .product-addto-links {
  width: calc(100% - 73px);
  float: left;
  text-align: center;
  overflow: auto;
}
.theme-pearl.catalog-product-view .product-social-links .product-addto-links .action {
  float: none;
}
.theme-pearl.catalog-product-view .product-social-links .product-addto-links .action.towishlist {
  float: left;
}
.theme-pearl.catalog-product-view .product-social-links .action.tocompare,
.theme-pearl.catalog-product-view .product-social-links .action.towishlist,
.theme-pearl.catalog-product-view .product-social-links .action.mailto {
  line-height: 18px !important;
}
.theme-pearl.catalog-product-view .product-social-links .action.tocompare:before,
.theme-pearl.catalog-product-view .product-social-links .action.towishlist:before,
.theme-pearl.catalog-product-view .product-social-links .action.mailto:before {
  position: relative;
  top: 0;
  margin: 0 5px 0 0;
  padding: 0;
  width: 18px !important;
  height: 25px;
  line-height: 25px !important;
  text-align: center;
  font-size: 20px;
  display: inline-block;
  font-family: font-icons;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
}
.theme-pearl.catalog-product-view .product-social-links .action.tocompare:before:before,
.theme-pearl.catalog-product-view .product-social-links .action.towishlist:before:before,
.theme-pearl.catalog-product-view .product-social-links .action.mailto:before:before {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}
.theme-pearl.catalog-product-view .product-social-links .action.mailto {
  float: right;
}
.theme-pearl.catalog-product-view .product-info-main .product-info-stock-sku {
  vertical-align: middle;
}
.theme-pearl.catalog-product-view .product-info-main .product.data.items .item.title.active:after {
  background-color: transparent;
}
.theme-pearl.catalog-product-view .product.info.detailed > .items > .item {
  background-color: white;
}
.theme-pearl.catalog-product-view .product.info.detailed > .items > .item.title {
  background-color: white;
}
.theme-pearl.catalog-product-view .product.info.detailed > .items > .item.title.active {
  position: relative;
  background-color: white;
}
.theme-pearl.catalog-product-view .product.info.detailed > .items > .item.title a {
  height: 52px;
  line-height: 52px;
  padding: 0 30px;
  font-weight: 400;
  background-color: white;
}
.theme-pearl.catalog-product-view .product.info.detailed > .items > .item.content {
  margin-top: 52px;
}
.theme-pearl.catalog-product-view .product.info.detailed > .items > .item.content .review-control-vote::before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
}
.theme-pearl.catalog-product-view .product-items.owl-carousel.owl-center .owl-stage-outer {
  overflow: visible;
}
.theme-pearl.catalog-product-view .product-items.owl-carousel.owl-center .owl-nav .owl-prev,
.theme-pearl.catalog-product-view .product-items.owl-carousel.owl-center .owl-nav .owl-next {
  top: 0;
  width: 600px !important;
  height: calc(100% - 15px) !important;
  background-color: rgba(255, 255, 255, 0.8) !important;
}
.theme-pearl.catalog-product-view .product-items.owl-carousel.owl-center .owl-nav .owl-prev:hover,
.theme-pearl.catalog-product-view .product-items.owl-carousel.owl-center .owl-nav .owl-next:hover {
  background-color: rgba(255, 255, 255, 0.8) !important;
}
.theme-pearl.catalog-product-view .product-items.owl-carousel.owl-center .owl-nav .owl-prev {
  left: -600px !important;
}
.theme-pearl.catalog-product-view .product-items.owl-carousel.owl-center .owl-nav .owl-prev:before {
  top: calc(50% - 20px);
  left: auto;
  right: 8px;
}
.theme-pearl.catalog-product-view .product-items.owl-carousel.owl-center .owl-nav .owl-prev:after {
  top: calc(50% - 32px);
  left: auto;
  right: 8px;
}
.theme-pearl.catalog-product-view .product-items.owl-carousel.owl-center .owl-nav .owl-next {
  right: -600px !important;
}
.theme-pearl.catalog-product-view .product-items.owl-carousel.owl-center .owl-nav .owl-next:before {
  top: calc(50% - 32px);
  right: auto;
  left: 8px;
}
.theme-pearl.catalog-product-view .product-items.owl-carousel.owl-center .owl-nav .owl-next:after {
  top: calc(50% - 20px);
  right: auto;
  left: 8px;
}
:root .catalog-product-view .theme-pearl.catalog-product-view .product-items.owl-carousel.owl-center .owl-nav.m2c .owl-prev,
:root .catalog-product-view .theme-pearl.catalog-product-view .product-items.owl-carousel.owl-center .owl-nav.m2c .owl-next {
  background-color: transparent !important;
}
:root .catalog-product-view .theme-pearl.catalog-product-view .product-items.owl-carousel.owl-center .owl-nav.m2c .owl-prev:hover,
:root .catalog-product-view .theme-pearl.catalog-product-view .product-items.owl-carousel.owl-center .owl-nav.m2c .owl-next:hover {
  background-color: transparent !important;
}
.theme-pearl.catalog-product-view .product-items .product-item:hover .product-item-actions .actions-secondary {
  display: inline-block !important;
}
.theme-pearl.catalog-product-view .product-items .product-item-actions {
  float: left;
  width: 100%;
  margin-top: -20px;
}
.theme-pearl.catalog-product-view .product-items .product-item-actions .action.tocompare {
  float: right;
}
.theme-pearl.catalog-product-view #maincontent .product-info-main .old-price {
  display: none;
  text-decoration: line-through;
}
.theme-pearl.catalog-product-view #maincontent .product-info-main .product-info-price .price-box {
  width: auto;
  display: inline-block;
}
.theme-pearl.catalog-product-view #maincontent .product-info-main .product-info-price .price-box .price-final_price {
  float: left;
  padding-right: 20px;
}
.theme-pearl.catalog-product-view #maincontent .product-info-main .product-info-price .price-box .price-final_price .price {
  color: #818382;
}
.theme-pearl.catalog-product-view #maincontent .product-info-main .product-info-price .price-box .old-price {
  float: left;
}
.theme-pearl.catalog-product-view #maincontent .product-info-main .product-info-price .price-box .old-price .price {
  color: #575757;
}
.theme-pearl.catalog-product-view #maincontent .product-info-main .product-info-price .price-box .price-label,
.catalog-product-view #maincontent .product-info-main .product-info-price > .old-price .price-label {
  display: none !important;
}
.theme-pearl.catalog-product-view.page-product-bundle #maincontent .product-info-main .product-info-price .price-box .price-label {
  display: block !important;
}
.theme-pearl.catalog-product-view.page-product-bundle #maincontent .bundle-options-container .block-bundle-summary .box-tocart {
  width: 100%;
  float: left;
}
.theme-pearl.catalog-product-view.page-product-bundle #maincontent .bundle-options-container .price-box .price-wrapper > .price {
  color: black;
}
.theme-pearl.catalog-product-view .product-page-gallery-v2 {
  padding-bottom: 20px;
}
.theme-pearl.catalog-product-view .product-page-gallery-v4 {
  position: relative;
  text-align: center;
}
.theme-pearl.catalog-product-view .product-items .product-item:hover .product-item-actions .actions-secondary {
  display: inline-block !important;
}
.theme-pearl.catalog-product-view .product-items .product-item:hover .product-item-actions .action.tocompare {
  position: absolute !important;
  right: 0 !important;
}
.theme-pearl.catalog-product-view .product-items .product-item:hover .product-item-actions .action.towishlist {
  position: absolute !important;
  left: 0 !important;
}
.theme-pearl.catalog-product-view .product.media .fotorama__nav__frame .fotorama__dot {
  width: 10px;
  height: 10px;
  background-color: #d6d6d6;
  border-color: #d6d6d6;
}
.theme-pearl.catalog-product-view .product.media .fotorama__nav__frame.fotorama__active .fotorama__dot {
  background-color: black;
  border-color: black;
}
.theme-pearl.catalog-product-view .product.media .fotorama__wrap {
  box-shadow: none !important;
}
.theme-pearl.catalog-product-view .product.media .fotorama__wrap:focus,
.theme-pearl.catalog-product-view .product.media .fotorama__wrap:active,
.theme-pearl.catalog-product-view .product.media .fotorama__wrap:hover {
  box-shadow: none !important;
}
.theme-pearl.catalog-product-view .product.media .fotorama__wrap:focus *,
.theme-pearl.catalog-product-view .product.media .fotorama__wrap:active *,
.theme-pearl.catalog-product-view .product.media .fotorama__wrap:hover * {
  box-shadow: none !important;
}
.theme-pearl.catalog-product-view .product.media .fotorama__wrap:focus *:focus,
.theme-pearl.catalog-product-view .product.media .fotorama__wrap:active *:focus,
.theme-pearl.catalog-product-view .product.media .fotorama__wrap:hover *:focus,
.theme-pearl.catalog-product-view .product.media .fotorama__wrap:focus *:active,
.theme-pearl.catalog-product-view .product.media .fotorama__wrap:active *:active,
.theme-pearl.catalog-product-view .product.media .fotorama__wrap:hover *:active,
.theme-pearl.catalog-product-view .product.media .fotorama__wrap:focus *:hover,
.theme-pearl.catalog-product-view .product.media .fotorama__wrap:active *:hover,
.theme-pearl.catalog-product-view .product.media .fotorama__wrap:hover *:hover {
  box-shadow: none !important;
}
.theme-pearl.catalog-product-view .product.media .fotorama__wrap * {
  box-shadow: none !important;
}
.theme-pearl.catalog-product-view .product.media .fotorama__wrap *:focus,
.theme-pearl.catalog-product-view .product.media .fotorama__wrap *:active,
.theme-pearl.catalog-product-view .product.media .fotorama__wrap *:hover {
  box-shadow: none !important;
}
.theme-pearl.catalog-product-view .column.main .block .block-title.title {
  text-align: center;
}
.theme-pearl.catalog-product-view .column.main .block .block-title.title strong {
  font-size: 32px;
}
.theme-pearl.product-page-v4 .product-top-main.product_v4,
.theme-pearl.product-page-v2 .product-top-main.product_v4,
.theme-pearl.product-page-v4 .product-top-main.product_v2,
.theme-pearl.product-page-v2 .product-top-main.product_v2 {
  position: relative;
  float: left;
  width: 100%;
  margin-top: 20px;
}
.theme-pearl.product-page-v4 .product-top-main.product_v4,
.theme-pearl.product-page-v2 .product-top-main.product_v4 {
  margin-top: 0;
}
.theme-pearl.product-page-v4 .product-info-main.product_v4.cart-summary,
.theme-pearl.product-page-v2 .product-info-main.product_v4.cart-summary,
.theme-pearl.product-page-v4 .product-info-main.product_v2.cart-summary,
.theme-pearl.product-page-v2 .product-info-main.product_v2.cart-summary {
  background: none transparent !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
  float: right !important;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .theme-pearl.product-page-v4 .product-info-main.product_v4.cart-summary,
  .theme-pearl.product-page-v2 .product-info-main.product_v4.cart-summary,
  .theme-pearl.product-page-v4 .product-info-main.product_v2.cart-summary,
  .theme-pearl.product-page-v2 .product-info-main.product_v2.cart-summary {
    transition: top 0.2s ease 0.2s;
    -o-transition: top 0.2s ease 0.2s;
    -ms-transition: top 0.2s ease 0.2s;
    -moz-transition: top 0.2s ease 0.2s;
    -webkit-transition: top 0.2s ease 0.2s;
  }
}
.theme-pearl.product-page-v4 .product-info-main.product_v4.cart-summary,
.theme-pearl.product-page-v2 .product-info-main.product_v4.cart-summary,
.theme-pearl.product-page-v4 .product-info-main.product_v2.cart-summary,
.theme-pearl.product-page-v2 .product-info-main.product_v2.cart-summary,
.theme-pearl.product-page-v4 .product-info-main.product_v4.cart-summary x:-moz-any-link,
.theme-pearl.product-page-v2 .product-info-main.product_v4.cart-summary x:-moz-any-link,
.theme-pearl.product-page-v4 .product-info-main.product_v2.cart-summary x:-moz-any-link,
.theme-pearl.product-page-v2 .product-info-main.product_v2.cart-summary x:-moz-any-link,
.theme-pearl.product-page-v4 .product-info-main.product_v4.cart-summary x:default,
.theme-pearl.product-page-v2 .product-info-main.product_v4.cart-summary x:default,
.theme-pearl.product-page-v4 .product-info-main.product_v2.cart-summary x:default,
.theme-pearl.product-page-v2 .product-info-main.product_v2.cart-summary x:default {
  transition: top 0s ease 0s;
  -o-transition: top 0s ease 0s;
  -ms-transition: top 0s ease 0s;
  -moz-transition: top 0s ease 0s;
  -webkit-transition: top 0s ease 0s;
}
.theme-pearl.product-page-v4 .product-info-main.product_v4.cart-summary,
.theme-pearl.product-page-v2 .product-info-main.product_v4.cart-summary {
  position: absolute;
  right: 0;
}
.theme-pearl.product-page-v4 .product-info-main.product_v2.pp-fixed,
.theme-pearl.product-page-v2 .product-info-main.product_v2.pp-fixed {
  position: fixed;
  top: 100px;
}
.theme-pearl.product-page-v4 .product-info-main.product_v4.pp-floating-v4,
.theme-pearl.product-page-v2 .product-info-main.product_v4.pp-floating-v4 {
  background: none transparent !important;
  margin-bottom: 0 !important;
  float: right !important;
  position: absolute !important;
}
.theme-pearl.product-page-v4 .product-info-main.product_v4.pp-fixed,
.theme-pearl.product-page-v2 .product-info-main.product_v4.pp-fixed {
  position: fixed;
  top: 100px;
  padding-top: 0;
}
.theme-pearl.product-page-v4 .product.media.product_v4,
.theme-pearl.product-page-v2 .product.media.product_v4,
.theme-pearl.product-page-v4 .product.media.product_v2,
.theme-pearl.product-page-v2 .product.media.product_v2 {
  padding: 0 25px 0 0;
}
.theme-pearl.product-page-v4 .product.media.product_v4.v4 .fotorama__arr,
.theme-pearl.product-page-v2 .product.media.product_v4.v4 .fotorama__arr,
.theme-pearl.product-page-v4 .product.media.product_v2.v4 .fotorama__arr,
.theme-pearl.product-page-v2 .product.media.product_v2.v4 .fotorama__arr,
.theme-pearl.product-page-v4 .product.media.product_v4.v2 .fotorama__arr,
.theme-pearl.product-page-v2 .product.media.product_v4.v2 .fotorama__arr,
.theme-pearl.product-page-v4 .product.media.product_v2.v2 .fotorama__arr,
.theme-pearl.product-page-v2 .product.media.product_v2.v2 .fotorama__arr,
.theme-pearl.product-page-v4 .product.media.product_v4.v4 .fotorama__nav-wrap,
.theme-pearl.product-page-v2 .product.media.product_v4.v4 .fotorama__nav-wrap,
.theme-pearl.product-page-v4 .product.media.product_v2.v4 .fotorama__nav-wrap,
.theme-pearl.product-page-v2 .product.media.product_v2.v4 .fotorama__nav-wrap,
.theme-pearl.product-page-v4 .product.media.product_v4.v2 .fotorama__nav-wrap,
.theme-pearl.product-page-v2 .product.media.product_v4.v2 .fotorama__nav-wrap,
.theme-pearl.product-page-v4 .product.media.product_v2.v2 .fotorama__nav-wrap,
.theme-pearl.product-page-v2 .product.media.product_v2.v2 .fotorama__nav-wrap {
  opacity: 0;
  position: fixed;
  top: 100%;
  left: 100%;
}
.theme-pearl.product-page-v4 .product.media.product_v4.v4 .fotorama__stage,
.theme-pearl.product-page-v2 .product.media.product_v4.v4 .fotorama__stage,
.theme-pearl.product-page-v4 .product.media.product_v2.v4 .fotorama__stage,
.theme-pearl.product-page-v2 .product.media.product_v2.v4 .fotorama__stage,
.theme-pearl.product-page-v4 .product.media.product_v4.v2 .fotorama__stage,
.theme-pearl.product-page-v2 .product.media.product_v4.v2 .fotorama__stage,
.theme-pearl.product-page-v4 .product.media.product_v2.v2 .fotorama__stage,
.theme-pearl.product-page-v2 .product.media.product_v2.v2 .fotorama__stage {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
}
.theme-pearl.product-page-v4 .product.media.product_v4.v4 .fotorama__stage .fotorama__stage__shaft,
.theme-pearl.product-page-v2 .product.media.product_v4.v4 .fotorama__stage .fotorama__stage__shaft,
.theme-pearl.product-page-v4 .product.media.product_v2.v4 .fotorama__stage .fotorama__stage__shaft,
.theme-pearl.product-page-v2 .product.media.product_v2.v4 .fotorama__stage .fotorama__stage__shaft,
.theme-pearl.product-page-v4 .product.media.product_v4.v2 .fotorama__stage .fotorama__stage__shaft,
.theme-pearl.product-page-v2 .product.media.product_v4.v2 .fotorama__stage .fotorama__stage__shaft,
.theme-pearl.product-page-v4 .product.media.product_v2.v2 .fotorama__stage .fotorama__stage__shaft,
.theme-pearl.product-page-v2 .product.media.product_v2.v2 .fotorama__stage .fotorama__stage__shaft {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
}
.theme-pearl.product-page-v4 .product.media.product_v4.v4 .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame,
.theme-pearl.product-page-v2 .product.media.product_v4.v4 .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame,
.theme-pearl.product-page-v4 .product.media.product_v2.v4 .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame,
.theme-pearl.product-page-v2 .product.media.product_v2.v4 .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame,
.theme-pearl.product-page-v4 .product.media.product_v4.v2 .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame,
.theme-pearl.product-page-v2 .product.media.product_v4.v2 .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame,
.theme-pearl.product-page-v4 .product.media.product_v2.v2 .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame,
.theme-pearl.product-page-v2 .product.media.product_v2.v2 .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame {
  clear: left !important;
  float: left !important;
  width: 100% !important;
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  padding-bottom: 20px;
}
.theme-pearl.product-page-v4 .product.media.product_v4.v4 .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame:last-of-type,
.theme-pearl.product-page-v2 .product.media.product_v4.v4 .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame:last-of-type,
.theme-pearl.product-page-v4 .product.media.product_v2.v4 .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame:last-of-type,
.theme-pearl.product-page-v2 .product.media.product_v2.v4 .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame:last-of-type,
.theme-pearl.product-page-v4 .product.media.product_v4.v2 .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame:last-of-type,
.theme-pearl.product-page-v2 .product.media.product_v4.v2 .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame:last-of-type,
.theme-pearl.product-page-v4 .product.media.product_v2.v2 .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame:last-of-type,
.theme-pearl.product-page-v2 .product.media.product_v2.v2 .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame:last-of-type {
  padding: 0;
}
.theme-pearl.product-page-v4 .product.media.product_v4.v4 .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame img,
.theme-pearl.product-page-v2 .product.media.product_v4.v4 .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame img,
.theme-pearl.product-page-v4 .product.media.product_v2.v4 .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame img,
.theme-pearl.product-page-v2 .product.media.product_v2.v4 .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame img,
.theme-pearl.product-page-v4 .product.media.product_v4.v2 .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame img,
.theme-pearl.product-page-v2 .product.media.product_v4.v2 .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame img,
.theme-pearl.product-page-v4 .product.media.product_v2.v2 .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame img,
.theme-pearl.product-page-v2 .product.media.product_v2.v2 .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame img {
  float: left !important;
  width: 100% !important;
  height: auto !important;
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  transform: translate3d(0, 0, 0px);
}
.theme-pearl.product-page-v4 .product.media.product_v4.v4 .fotorama__stage.fotorama__shadows--left:before,
.theme-pearl.product-page-v2 .product.media.product_v4.v4 .fotorama__stage.fotorama__shadows--left:before,
.theme-pearl.product-page-v4 .product.media.product_v2.v4 .fotorama__stage.fotorama__shadows--left:before,
.theme-pearl.product-page-v2 .product.media.product_v2.v4 .fotorama__stage.fotorama__shadows--left:before,
.theme-pearl.product-page-v4 .product.media.product_v4.v2 .fotorama__stage.fotorama__shadows--left:before,
.theme-pearl.product-page-v2 .product.media.product_v4.v2 .fotorama__stage.fotorama__shadows--left:before,
.theme-pearl.product-page-v4 .product.media.product_v2.v2 .fotorama__stage.fotorama__shadows--left:before,
.theme-pearl.product-page-v2 .product.media.product_v2.v2 .fotorama__stage.fotorama__shadows--left:before,
.theme-pearl.product-page-v4 .product.media.product_v4.v4 .fotorama__nav.fotorama__shadows--left:before,
.theme-pearl.product-page-v2 .product.media.product_v4.v4 .fotorama__nav.fotorama__shadows--left:before,
.theme-pearl.product-page-v4 .product.media.product_v2.v4 .fotorama__nav.fotorama__shadows--left:before,
.theme-pearl.product-page-v2 .product.media.product_v2.v4 .fotorama__nav.fotorama__shadows--left:before,
.theme-pearl.product-page-v4 .product.media.product_v4.v2 .fotorama__nav.fotorama__shadows--left:before,
.theme-pearl.product-page-v2 .product.media.product_v4.v2 .fotorama__nav.fotorama__shadows--left:before,
.theme-pearl.product-page-v4 .product.media.product_v2.v2 .fotorama__nav.fotorama__shadows--left:before,
.theme-pearl.product-page-v2 .product.media.product_v2.v2 .fotorama__nav.fotorama__shadows--left:before,
.theme-pearl.product-page-v4 .product.media.product_v4.v4 .fotorama__stage.fotorama__shadows--right:after,
.theme-pearl.product-page-v2 .product.media.product_v4.v4 .fotorama__stage.fotorama__shadows--right:after,
.theme-pearl.product-page-v4 .product.media.product_v2.v4 .fotorama__stage.fotorama__shadows--right:after,
.theme-pearl.product-page-v2 .product.media.product_v2.v4 .fotorama__stage.fotorama__shadows--right:after,
.theme-pearl.product-page-v4 .product.media.product_v4.v2 .fotorama__stage.fotorama__shadows--right:after,
.theme-pearl.product-page-v2 .product.media.product_v4.v2 .fotorama__stage.fotorama__shadows--right:after,
.theme-pearl.product-page-v4 .product.media.product_v2.v2 .fotorama__stage.fotorama__shadows--right:after,
.theme-pearl.product-page-v2 .product.media.product_v2.v2 .fotorama__stage.fotorama__shadows--right:after,
.theme-pearl.product-page-v4 .product.media.product_v4.v4 .fotorama__nav.fotorama__shadows--right:after,
.theme-pearl.product-page-v2 .product.media.product_v4.v4 .fotorama__nav.fotorama__shadows--right:after,
.theme-pearl.product-page-v4 .product.media.product_v2.v4 .fotorama__nav.fotorama__shadows--right:after,
.theme-pearl.product-page-v2 .product.media.product_v2.v4 .fotorama__nav.fotorama__shadows--right:after,
.theme-pearl.product-page-v4 .product.media.product_v4.v2 .fotorama__nav.fotorama__shadows--right:after,
.theme-pearl.product-page-v2 .product.media.product_v4.v2 .fotorama__nav.fotorama__shadows--right:after,
.theme-pearl.product-page-v4 .product.media.product_v2.v2 .fotorama__nav.fotorama__shadows--right:after,
.theme-pearl.product-page-v2 .product.media.product_v2.v2 .fotorama__nav.fotorama__shadows--right:after,
.theme-pearl.product-page-v4 .product.media.product_v4.v4 .fotorama__stage.fotorama__shadows--top:before,
.theme-pearl.product-page-v2 .product.media.product_v4.v4 .fotorama__stage.fotorama__shadows--top:before,
.theme-pearl.product-page-v4 .product.media.product_v2.v4 .fotorama__stage.fotorama__shadows--top:before,
.theme-pearl.product-page-v2 .product.media.product_v2.v4 .fotorama__stage.fotorama__shadows--top:before,
.theme-pearl.product-page-v4 .product.media.product_v4.v2 .fotorama__stage.fotorama__shadows--top:before,
.theme-pearl.product-page-v2 .product.media.product_v4.v2 .fotorama__stage.fotorama__shadows--top:before,
.theme-pearl.product-page-v4 .product.media.product_v2.v2 .fotorama__stage.fotorama__shadows--top:before,
.theme-pearl.product-page-v2 .product.media.product_v2.v2 .fotorama__stage.fotorama__shadows--top:before,
.theme-pearl.product-page-v4 .product.media.product_v4.v4 .fotorama__nav.fotorama__shadows--top:before,
.theme-pearl.product-page-v2 .product.media.product_v4.v4 .fotorama__nav.fotorama__shadows--top:before,
.theme-pearl.product-page-v4 .product.media.product_v2.v4 .fotorama__nav.fotorama__shadows--top:before,
.theme-pearl.product-page-v2 .product.media.product_v2.v4 .fotorama__nav.fotorama__shadows--top:before,
.theme-pearl.product-page-v4 .product.media.product_v4.v2 .fotorama__nav.fotorama__shadows--top:before,
.theme-pearl.product-page-v2 .product.media.product_v4.v2 .fotorama__nav.fotorama__shadows--top:before,
.theme-pearl.product-page-v4 .product.media.product_v2.v2 .fotorama__nav.fotorama__shadows--top:before,
.theme-pearl.product-page-v2 .product.media.product_v2.v2 .fotorama__nav.fotorama__shadows--top:before,
.theme-pearl.product-page-v4 .product.media.product_v4.v4 .fotorama__stage.fotorama__shadows--bottom:after,
.theme-pearl.product-page-v2 .product.media.product_v4.v4 .fotorama__stage.fotorama__shadows--bottom:after,
.theme-pearl.product-page-v4 .product.media.product_v2.v4 .fotorama__stage.fotorama__shadows--bottom:after,
.theme-pearl.product-page-v2 .product.media.product_v2.v4 .fotorama__stage.fotorama__shadows--bottom:after,
.theme-pearl.product-page-v4 .product.media.product_v4.v2 .fotorama__stage.fotorama__shadows--bottom:after,
.theme-pearl.product-page-v2 .product.media.product_v4.v2 .fotorama__stage.fotorama__shadows--bottom:after,
.theme-pearl.product-page-v4 .product.media.product_v2.v2 .fotorama__stage.fotorama__shadows--bottom:after,
.theme-pearl.product-page-v2 .product.media.product_v2.v2 .fotorama__stage.fotorama__shadows--bottom:after,
.theme-pearl.product-page-v4 .product.media.product_v4.v4 .fotorama__nav.fotorama__shadows--bottom:after,
.theme-pearl.product-page-v2 .product.media.product_v4.v4 .fotorama__nav.fotorama__shadows--bottom:after,
.theme-pearl.product-page-v4 .product.media.product_v2.v4 .fotorama__nav.fotorama__shadows--bottom:after,
.theme-pearl.product-page-v2 .product.media.product_v2.v4 .fotorama__nav.fotorama__shadows--bottom:after,
.theme-pearl.product-page-v4 .product.media.product_v4.v2 .fotorama__nav.fotorama__shadows--bottom:after,
.theme-pearl.product-page-v2 .product.media.product_v4.v2 .fotorama__nav.fotorama__shadows--bottom:after,
.theme-pearl.product-page-v4 .product.media.product_v2.v2 .fotorama__nav.fotorama__shadows--bottom:after,
.theme-pearl.product-page-v2 .product.media.product_v2.v2 .fotorama__nav.fotorama__shadows--bottom:after {
  background: none !important;
}
.theme-pearl.product-page-v4 .product.media.product_v4,
.theme-pearl.product-page-v2 .product.media.product_v4 {
  padding: 0;
}
.theme-pearl.product-page-v4 .product.media.product_v4.v4 .gallery-placeholder,
.theme-pearl.product-page-v2 .product.media.product_v4.v4 .gallery-placeholder {
  margin: 0 -20px;
}
.theme-pearl.product-page-v4 .product.media.product_v4.v4 .gallery-placeholder .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame,
.theme-pearl.product-page-v2 .product.media.product_v4.v4 .gallery-placeholder .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame {
  padding-bottom: 0;
}
.theme-pearl.product-page-v4 .product.media.product_v4.v4 .gallery-placeholder .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame img,
.theme-pearl.product-page-v2 .product.media.product_v4.v4 .gallery-placeholder .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame img {
  float: none !important;
  width: auto !important;
}
.theme-pearl.product-page-v4 .product-social-links,
.theme-pearl.product-page-v2 .product-social-links {
  margin: 0 auto 20px auto;
}
.theme-pearl.product-page-v3 .product-social-links {
  margin: 0 auto 20px auto;
}
.theme-pearl .swipe_desktop_off #swipeOff {
  display: none;
}
.theme-pearl .swipe_desktop_off #swipeOff.active {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.theme-pearl .reviews-actions a {
  text-decoration: underline;
}
.theme-pearl.product-page-v1 .product-info-main {
  margin-top: 5%;
}
.theme-pearl.product-page-v1 .breadcrumbs,
.theme-pearl.product-page-v3 .breadcrumbs {
  margin-bottom: 10px !important;
}
.theme-pearl.product-page-v4 .product-top-main.product_v4 {
  padding-top: 10px;
}
@media all and (max-width: 1024px) and (min-width: 768px) {
  .theme-pearl.catalog-product-view .product-social-links .product-addto-links.addto-fullwidth {
    display: block;
    float: none !important;
    margin-bottom: 0;
    width: 100% !important;
  }
  .theme-pearl.catalog-product-view .product-social-links .product-addto-links.addto-fullwidth a:last-of-type {
    float: right;
    margin-right: 2px;
  }
  .theme-pearl.catalog-product-view .product-social-links .action.mailto {
    float: left;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 840px) and (min-width: 768px) {
  .theme-pearl.catalog-product-view .product-social-links .product-addto-links {
    margin-bottom: 0 !important;
  }
  .theme-pearl.catalog-product-view .product-social-links .product-addto-links .action.tocompare {
    clear: both;
    float: left !important;
  }
}
@media all and (max-width: 767px) {
  .theme-pearl.catalog-product-view .product-social-links .action.mailto {
    float: none;
  }
}
.theme-pearl #product-review-container .header_right {
  display: none !important;
}
.theme-pearl .no-border-accordion {
  border: 0 none !important;
}
.theme-pearl .no-border-accordion .data.switch {
  border-top: 1px solid #ccc !important;
}
.theme-pearl .no-border .product.data.items {
  text-align: center;
}
.theme-pearl .no-border .product.data.items .item.title {
  display: inline-block;
  float: none;
}
.theme-pearl .no-border .product.data.items .item.title.active {
  position: initial !important;
}
.theme-pearl .no-border .product.data.items .item.title.active .switch {
  height: 52px !important;
}
.theme-pearl .no-border .product.data.items .item.title .switch {
  border: 0 none;
  padding: 0 !important;
  font-weight: bold !important;
  font-size: 16px !important;
}
.theme-pearl .no-border .product.data.items .data.item.content {
  text-align: left;
  border: 0 none;
}
.weltpixel-quickview-catalog-product-view .wp-quickview-prev-next,
.weltpixel_quickview-catalog_product-view .wp-quickview-prev-next {
  width: 100%;
  float: right;
  padding: 10px 10px 0 0;
}
.weltpixel-quickview-catalog-product-view .wp-quickview-prev-next .wp-next-link,
.weltpixel_quickview-catalog_product-view .wp-quickview-prev-next .wp-next-link,
.weltpixel-quickview-catalog-product-view .wp-quickview-prev-next .wp-prev-link,
.weltpixel_quickview-catalog_product-view .wp-quickview-prev-next .wp-prev-link {
  display: none;
  float: right;
}
.weltpixel-quickview-catalog-product-view .wp-quickview-prev-next .wp-next-link:after,
.weltpixel_quickview-catalog_product-view .wp-quickview-prev-next .wp-next-link:after,
.weltpixel-quickview-catalog-product-view .wp-quickview-prev-next .wp-prev-link:after,
.weltpixel_quickview-catalog_product-view .wp-quickview-prev-next .wp-prev-link:after {
  font-size: 22px;
  line-height: 22px;
  color: #000;
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.weltpixel-quickview-catalog-product-view .wp-quickview-prev-next .wp-prev-link:after,
.weltpixel_quickview-catalog_product-view .wp-quickview-prev-next .wp-prev-link:after {
  content: '\e617';
}
.weltpixel-quickview-catalog-product-view .wp-quickview-prev-next .wp-next-link:after,
.weltpixel_quickview-catalog_product-view .wp-quickview-prev-next .wp-next-link:after {
  content: '\e608';
}
.weltpixel-quickview-catalog-product-view.weltpixel-quickview-slidein .wp-quickview-prev-next .morepadding,
.weltpixel_quickview-catalog_product-view.weltpixel-quickview-slidein .wp-quickview-prev-next .morepadding {
  width: 100%;
  padding-top: 30px;
}
.weltpixel-quickview-catalog-product-view .box-tocart .action.tocart,
.weltpixel_quickview-catalog_product-view .box-tocart .action.tocart {
  width: 100%;
  margin-bottom: 0 !important;
}
.weltpixel-quickview-catalog-product-view .page-wrapper .page-main,
.weltpixel_quickview-catalog_product-view .page-wrapper .page-main {
  padding: 20px;
  min-height: 600px;
}
.weltpixel-quickview-catalog-product-view .reviews-actions .add,
.weltpixel_quickview-catalog_product-view .reviews-actions .add {
  display: none;
}
.weltpixel-quickview-catalog-product-view.weltpixel-quickview-slideIn .fotorama__fullscreen-icon,
.weltpixel_quickview-catalog_product-view.weltpixel-quickview-slideIn .fotorama__fullscreen-icon {
  top: 25px;
}
.weltpixel-quickview-catalog-product-view.weltpixel-quickview-slideIn .product-info-main,
.weltpixel_quickview-catalog_product-view.weltpixel-quickview-slideIn .product-info-main {
  padding-top: 15px;
}
.weltpixel-quickview-catalog-product-view.page-product-downloadable .product-options-wrapper,
.weltpixel_quickview-catalog_product-view.page-product-downloadable .product-options-wrapper,
.weltpixel-quickview-catalog-product-view.page-product-downloadable .product-options-bottom,
.weltpixel_quickview-catalog_product-view.page-product-downloadable .product-options-bottom {
  float: none;
  width: 100%;
}
.weltpixel-quickview-catalog-product-view.page-product-downloadable .product-options-bottom .price-box,
.weltpixel_quickview-catalog_product-view.page-product-downloadable .product-options-bottom .price-box {
  display: none;
}
.weltpixel-quickview-catalog-product-view .quickview-custom-message,
.weltpixel_quickview-catalog_product-view .quickview-custom-message {
  padding: 10px;
  text-align: center;
}
.weltpixel_quickview-catalog_product-view .page-wrapper .product-add-form .box-tocart .qty-wrapper {
  display: flex;
  margin-right: 20px;
}
.weltpixel_quickview-catalog_product-view .page-wrapper .product-add-form .box-tocart .qty-wrapper .arrow-input {
  margin: 0;
}
.weltpixel_quickview-catalog_product-view .page-wrapper .product-add-form .box-tocart .field.qty .qty-wrapper {
  border: 1px solid #ccc;
}
.weltpixel_quickview-catalog_product-view .page-wrapper .product-add-form .box-tocart .field.qty .qty-button {
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  font-size: 1.8rem;
  background-color: transparent;
  color: #8a8a8a;
  border: none;
}
.weltpixel_quickview-catalog_product-view .page-wrapper .product-add-form .box-tocart .field.qty .plus-minus-input {
  margin: 0;
  border: 0;
}
.box-gotoproduct #product-gotoproduct-button {
  width: 100%;
  padding: 14px 17px;
  font-size: 1.8rem;
  text-align: center;
  border: 1px solid transparent;
}
.page-products .product-item .weltpixel-quickview {
  padding: 13px 15px;
}
.products .product-item .weltpixel-quickview {
  width: 100%;
  font-weight: normal;
  text-transform: uppercase;
}
.products.products-list .product-item .weltpixel-quickview {
  max-width: 250px;
  margin-bottom: 20px;
  text-align: center;
}
.weltpixel-quickview-catalog-product-view .page-wrapper,
.weltpixel_quickview-catalog_product-view .page-wrapper {
  min-height: auto !important;
}
.weltpixel-quickview-catalog-product-view .column.main,
.weltpixel_quickview-catalog_product-view .column.main {
  display: inline-block;
  padding-bottom: 0;
}
.weltpixel-quickview-catalog-product-view.catalog-product-view .page-title-wrapper h1,
.weltpixel_quickview-catalog_product-view.catalog-product-view .page-title-wrapper h1 {
  font-size: 22px !important;
}
body.weltpixel-quickview-catalog-product-view,
body.weltpixel_quickview-catalog_product-view {
  overflow-y: scroll;
}
body.weltpixel-quickview-catalog-product-view::-webkit-scrollbar-track,
body.weltpixel_quickview-catalog_product-view::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}
body.weltpixel-quickview-catalog-product-view::-webkit-scrollbar,
body.weltpixel_quickview-catalog_product-view::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
}
body.weltpixel-quickview-catalog-product-view::-webkit-scrollbar-thumb,
body.weltpixel_quickview-catalog_product-view::-webkit-scrollbar-thumb {
  background-color: #c2c2c2;
}
/** FADEIN FROM LEFT / RIGHT QUICKVIEW **/
.mfp-popup-fadeInRight .mfp-container.mfp-iframe-holder {
  padding: 0px;
  right: 0px;
  left: auto;
  overflow-y: hidden;
}
.mfp-popup-fadeInRight .mfp-container.mfp-iframe-holder.fadeInFromRight {
  width: 400px;
  max-width: 85%;
  animation: fade-in-from-right 1s;
  -webkit-animation: fade-in-from-right 1s;
  -moz-animation: fade-in-from-right 1s;
  -o-animation: fade-in-from-right 1s;
  -ms-animation: fade-in-from-right 1s;
}
.mfp-popup-fadeInRight .mfp-container.mfp-iframe-holder .mfp-close {
  top: -5px;
  width: auto;
  right: 6px;
  color: #000;
  background: transparent !important;
  opcacity: 1;
  padding-right: 15px;
  height: 30px;
}
.mfp-popup-fadeInLeft .mfp-container.mfp-iframe-holder {
  padding: 0px;
  left: 0px;
  overflow-y: hidden;
}
.mfp-popup-fadeInLeft .mfp-container.mfp-iframe-holder.fadeInFromLeft {
  width: 400px;
  max-width: 85%;
  animation: fade-in-from-left 1s;
  -webkit-animation: fade-in-from-left 1s;
  -moz-animation: fade-in-from-left 1s;
  -o-animation: fade-in-from-left 1s;
  -ms-animation: fade-in-from-left 1s;
}
.mfp-popup-fadeInLeft .mfp-container.mfp-iframe-holder .mfp-close {
  top: -5px;
  width: auto;
  right: 6px;
  color: #000;
  background: transparent !important;
  opcacity: 1;
  padding-right: 15px;
  height: 30px;
}
@keyframes fade-in-from-right {
  0% {
    transform: translateX(400px);
  }
  100% {
    transform: translateX(0);
  }
}
@-webkit-keyframes fade-in-from-right {
  0% {
    -webkit-transform: translateX(400px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fade-in-from-right {
  0% {
    -moz-transform: translateX(400px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fade-in-from-right {
  0% {
    -o-transform: translateX(400px);
  }
  100% {
    -o-transform: translateX(0);
  }
}
@-ms-keyframes fade-in-from-right {
  0% {
    -ms-transform: translateX(400px);
  }
  100% {
    -ms-transform: translateX(0);
  }
}
@keyframes fade-in-from-left {
  0% {
    transform: translateX(-400px);
  }
  100% {
    transform: translateX(0);
  }
}
@-webkit-keyframes fade-in-from-left {
  0% {
    -webkit-transform: translateX(-400px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fade-in-from-left {
  0% {
    -moz-transform: translateX(-400px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fade-in-from-left {
  0% {
    -o-transform: translateX(-400px);
  }
  100% {
    -o-transform: translateX(0);
  }
}
@-ms-keyframes fade-in-from-left {
  0% {
    -ms-transform: translateX(-400px);
  }
  100% {
    -ms-transform: translateX(0);
  }
}
/** FADEIN FROM LEFT / RIGHT QUICKVIEW **/
/**     Hotspot widget      **/
@-webkit-keyframes cd-pulse {
  0% {
    -webkit-transform: scale(1);
    box-shadow: inset 0 0 1px 1px rgba(217, 83, 83, 0.8);
  }
  50% {
    box-shadow: inset 0 0 1px 1px rgba(217, 83, 83, 0.8);
  }
  100% {
    -webkit-transform: scale(1.6);
    box-shadow: inset 0 0 1px 1px rgba(217, 83, 83, 0);
  }
}
@-moz-keyframes cd-pulse {
  0% {
    -moz-transform: scale(1);
    box-shadow: inset 0 0 1px 1px rgba(217, 83, 83, 0.8);
  }
  50% {
    box-shadow: inset 0 0 1px 1px rgba(217, 83, 83, 0.8);
  }
  100% {
    -moz-transform: scale(1.6);
    box-shadow: inset 0 0 1px 1px rgba(217, 83, 83, 0);
  }
}
@keyframes cd-pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    box-shadow: inset 0 0 1px 1px rgba(217, 83, 83, 0.8);
  }
  50% {
    box-shadow: inset 0 0 1px 1px rgba(217, 83, 83, 0.8);
  }
  100% {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    -o-transform: scale(1.6);
    transform: scale(1.6);
    box-shadow: inset 0 0 1px 1px rgba(217, 83, 83, 0);
  }
}
.wp-hotspot-quickview {
  position: relative;
}
.wp-hotspot {
  list-style: none;
}
.wp-hotspot .cd-img-replace {
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.wp-hotspot .cd-single-point {
  position: absolute;
  border-radius: 50%;
}
.wp-hotspot .cd-single-point > a {
  position: relative;
  z-index: 2;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: inherit;
  background: #d95353;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.wp-hotspot .cd-single-point > a::after,
.wp-hotspot .cd-single-point > a::before {
  /* rotating plus icon */
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-color: #ffffff;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.wp-hotspot .cd-single-point > a::after {
  height: 2px;
  width: 12px;
}
.wp-hotspot .cd-single-point > a::before {
  height: 12px;
  width: 2px;
}
.wp-hotspot .cd-single-point::after {
  /* this is used to create the pulse animation */
  content: '';
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: inherit;
  background-color: transparent;
  -webkit-animation: cd-pulse 2s infinite;
  -moz-animation: cd-pulse 2s infinite;
  animation: cd-pulse 2s infinite;
}
/**     Hotspot widget      **/
.mfp-wp-confirmation-popup .mfp-container {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
  -moz-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
}
.mfp-wp-confirmation-popup.mfp-ready .mfp-container {
  opacity: 1;
}
.wp-confirmation-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 700px;
  margin: 20px auto;
}
.wp-confirmation-popup button.mfp-close {
  background-color: transparent !important;
  border: none !important;
  color: #000;
  font-size: 40px;
}
.wp-confirmation-popup .product-wrapper {
  display: flex;
  align-items: center;
}
.wp-confirmation-popup .product-wrapper .product-item-photo {
  float: left;
}
.wp-confirmation-popup .product-wrapper .product-item-photo .product-item-name a {
  font-size: 16px;
  font-weight: 400;
}
.wp-confirmation-popup .product-wrapper .product-item-photo .product-item-name a:hover :hover {
  text-decoration: none;
}
.wp-confirmation-popup .product-wrapper .product-image-wrapper {
  height: auto;
}
.wp-confirmation-popup .product-wrapper .product-image-wrapper img {
  position: relative;
  width: 75px;
}
.wp-confirmation-popup .product-item-details dl.product.options.list {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0;
}
.wp-confirmation-popup .product-item-details dl.product.options.list dt {
  clear: left;
  float: left;
  margin: 0 10px 0px 0;
}
.wp-confirmation-popup .product-item-details dl.product.options.list dd {
  display: inline-block;
  float: left;
  margin: 0px;
}
.wp-confirmation-popup .product-item-pricing {
  position: absolute;
  right: 20px;
}
.wp-confirmation-popup .product-item-pricing .price,
.wp-confirmation-popup .product-item-pricing .original-price {
  float: right;
  clear: both;
}
.wp-confirmation-popup .product-item-pricing .original-price {
  text-decoration: line-through;
}
.wp-confirmation-popup .product-item-pricing .new-price {
  font-size: 1.6rem;
  color: #FF0000;
  font-weight: bold;
}
.wp-confirmation-popup .product-item-pricing .price-excluding-tax:before {
  content: '';
}
.wp-confirmation-popup .cart-details-wrapper {
  padding-top: 10px;
  clear: both;
  font-size: 16px;
}
.wp-confirmation-popup .action-buttons {
  padding-top: 15px;
  padding-bottom: 15px;
}
.wp-confirmation-popup .action-buttons .action {
  width: 48%;
  text-align: center;
}
.wp-confirmation-popup .action-buttons .action.continue-shopping {
  margin-left: 3%;
}
.wp-confirmation-popup .cms-block-wrapper {
  padding-top: 15px;
  border-top: 3px solid #c2c2c2;
}
.wp-confirmation-popup .added-to-cart-msg {
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 15px;
}
.wp-confirmation-popup .carousel-products-wrapper {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 3px solid #c2c2c2;
}
.wp-confirmation-popup .carousel-products-wrapper .carosuel-title {
  font-size: 18px;
  font-weight: 700;
}
.wp-confirmation-popup .carousel-products-wrapper .grid.products-grid {
  margin-bottom: 20px;
}
.wp-confirmation-popup .carousel-products-wrapper .grid.products-grid .owl-stage-outer {
  padding-bottom: 0px;
}
.wp-confirmation-popup .carousel-products-wrapper .grid.products-grid .product-item {
  width: 100% !important;
}
.wp-confirmation-popup .carousel-products-wrapper .grid.products-grid .product-item .product-item-info:hover {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  margin: 0;
  padding: 0;
}
.wp-confirmation-popup .carousel-products-wrapper .grid.products-grid .product-item .price-box {
  margin-bottom: 0px;
}
.wp-confirmation-popup .carousel-products-wrapper .owl-controls .owl-nav .owl-prev {
  left: -20px !important;
}
.wp-confirmation-popup .carousel-products-wrapper .owl-controls .owl-nav .owl-next {
  right: -20px !important;
}
.block-banners .banner-item,
.block-banners-inline .banner-item {
  display: block;
}
.block-banners .banner-item-content,
.block-banners-inline .banner-item-content {
  margin-bottom: 22px;
}
.block-banners .banner-item-content img,
.block-banners-inline .banner-item-content img {
  display: block;
  margin: 0 auto;
}
.block-product-link.widget,
.block-category-link.widget {
  display: block;
  margin-bottom: 22px;
}
.block-product-link-inline.widget {
  margin: 0;
}
.block.widget .products-grid .product-item {
  margin-left: 2%;
  width: calc((100% - 2%) / 2);
}
.block.widget .products-grid .product-item:nth-child(2n + 1) {
  margin-left: 0;
}
.block.widget .product-item-info {
  width: auto;
}
.block.widget .pager {
  padding: 0;
}
.block.widget .pager .toolbar-amount {
  float: none;
  font-size: 1.2rem;
}
.block.widget .pager .pages-item-previous {
  padding-left: 0;
}
.block.widget .pager .pages-item-next {
  position: relative;
}
.block.widget .pager .items {
  white-space: nowrap;
}
.columns .block-event {
  position: relative;
  z-index: 2;
}
.block-event .block-content {
  position: relative;
}
.block-event .block-content > .action {
  cursor: pointer;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  z-index: 3;
}
.block-event .block-content > .action.backward,
.block-event .block-content > .action.forward {
  opacity: .5;
  overflow: hidden;
  width: 20px;
  display: inline-block;
  text-decoration: none;
}
.block-event .block-content > .action.backward > span,
.block-event .block-content > .action.forward > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 55px;
  line-height: 30px;
  color: inherit;
  content: '\e617';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  margin-left: -15px;
}
.block-event .block-content > .action.backward {
  left: 0;
}
.block-event .block-content > .action.forward {
  right: 0;
}
.block-event .block-content > .action.forward:before {
  content: '\e608';
}
.block-event .block-content > .action.forward:before {
  margin-left: -20px;
}
.block-event .block-content > .action.inactive {
  cursor: default;
  display: none;
}
.block-event .block-content > .action:hover {
  opacity: 1;
}
.block-event .slider-panel {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.block-event .slider-panel .slider {
  white-space: nowrap;
}
.block-event .slider-panel .slider .item {
  background: #f0f0f0;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  white-space: normal;
  width: 16.35%;
}
.sidebar-main .block-event .slider-panel .slider .item,
.sidebar-additional .block-event .slider-panel .slider .item {
  width: 100%;
}
.block-event .slider-panel .slider .item img {
  max-width: 100%;
}
.block-event .slider-panel .slider .item .category-name {
  display: inline-block;
  font-size: 1.8rem;
  padding: 15px 5px 0;
  word-break: break-all;
}
.block-event .slider-panel .slider .item .ticker {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.block-event .slider-panel .slider .item .ticker li {
  display: none;
  margin: 0 5px;
}
.block-event .slider-panel .slider .item .ticker .value {
  font-size: 2.6rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .ticker .label {
  display: block;
  font-size: 1.3rem;
}
.block-event .slider-panel .slider .item .dates {
  font-weight: 300;
}
.block-event .slider-panel .slider .item .dates .start,
.block-event .slider-panel .slider .item .dates .end,
.block-event .slider-panel .slider .item .dates .date {
  display: block;
}
.block-event .slider-panel .slider .item .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
}
.block-event .slider-panel .slider .item .dates .date {
  font-size: 1.8rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .dates .time {
  font-size: 1.3rem;
}
.block-event .slider-panel .slider .item .box-event .box-content {
  padding: 5px 0 11px;
}
.block-event .slider-panel .slider .item .box-event .box-title {
  display: block;
  font-weight: 300;
  margin: 11px 0 0;
}
.block-event .slider-panel .slider .item .action.show {
  display: block;
  padding: 0;
}
.block-event .slider-panel .slider .item .action.show .category.name {
  display: inline-block;
  padding: 30px 10px 0;
}
.block-event .slider-panel .slider .item .action.show img {
  display: block;
}
.block-event .slider-panel .slider .item .action.event {
  background-image: none;
  background: #444545;
  border: #444545;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.8rem;
  line-height: 1.8rem;
  box-sizing: border-box;
  vertical-align: middle;
  margin-top: 15px;
}
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active {
  background: #f68428;
  border: 1px solid #f68428;
  color: #ffffff;
}
.block-event .slider-panel .slider .item .action.event:hover {
  background: #f68428;
  border: #f68428;
  color: #ffffff;
}
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.block-event .slider-panel .slider .item .action.event:hover {
  text-decoration: none;
}
.block-static-block.widget,
.block-cms-link.widget {
  margin-bottom: 22px;
}
.links .block-static-block.widget,
.links .block-cms-link.widget {
  margin-bottom: 0;
}
.block-cms-link-inline.widget {
  margin: 0;
}
.block-wishlist-search .form-wishlist-search {
  margin: 22px 0 0;
}
.block-cms-hierarchy-link.widget {
  display: block;
  margin-bottom: 22px;
}
.block-cms-hierarchy-link-inline.widget {
  margin: 0;
}
.sidebar .block-addbysku .fieldset {
  margin: 0;
}
.sidebar .block-addbysku .fieldset .fields {
  position: relative;
}
.sidebar .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 11px;
  vertical-align: top;
}
.sidebar .block-addbysku .fieldset .fields .field.sku {
  margin-right: -85px;
  padding-right: 90px;
  width: 100%;
}
.sidebar .block-addbysku .fieldset .fields .field.qty .qty + .mage-error {
  width: 80px;
}
.sidebar .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 7px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar {
  margin-bottom: 22px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary {
  text-align: left;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary .action {
  width: auto;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .secondary {
  float: none;
  text-align: left;
}
.sidebar .block-addbysku .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 4px;
  width: auto;
}
.sidebar .block-addbysku .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: inherit;
  color: inherit;
  content: '\e61c';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sidebar .block-addbysku .action.add:hover:before {
  color: inherit;
}
.sidebar .block-addbysku .action.add:active:before {
  color: inherit;
}
.sidebar .block-addbysku .action.links {
  display: inline-block;
  margin: 22px 0 0;
}
.sidebar .block-addbysku .action.reset {
  display: block;
  margin: 11px 0;
}
.sidebar .block-addbysku .action.remove {
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.sidebar .block-addbysku .action.remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: #999999;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sidebar .block-addbysku .action.remove:hover:before {
  color: inherit;
}
.sidebar .block-addbysku .action.remove:active:before {
  color: inherit;
}
.sidebar .block-addbysku .action.remove:focus,
.sidebar .block-addbysku .action.remove:active {
  background: none;
  border: none;
}
.sidebar .block-addbysku .action.remove:hover {
  background: none;
  border: none;
}
.sidebar .block-addbysku .action.remove.disabled,
.sidebar .block-addbysku .action.remove[disabled],
fieldset[disabled] .sidebar .block-addbysku .action.remove {
  pointer-events: none;
  opacity: 0.5;
}
@media only screen and (max-width: 768px) {
  .field-tooltip .field-tooltip-content {
    right: -11px;
    top: 40px;
    left: auto;
  }
}
@media only screen and (max-width: 767px) {
  .abs-visually-hidden-mobile-m {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile-m:before,
  .abs-add-clearfix-mobile-m:after,
  .account .column.main .block:not(.widget) .block-title:before,
  .account .column.main .block:not(.widget) .block-title:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile-m:after,
  .account .column.main .block:not(.widget) .block-title:after {
    clear: both;
  }
  .abs-toggling-title-mobile,
  .block-wishlist-management .wishlist-select .wishlist-name,
  .block-collapsible-nav .title {
    border-top: 1px solid #cccccc;
    cursor: pointer;
    margin-bottom: 0;
    position: relative;
    border-bottom: 1px solid #cccccc;
    padding: 11px 44px 11px 15px;
    display: block;
    text-decoration: none;
  }
  .block-wishlist-management .wishlist-select .wishlist-name:after,
  .block-collapsible-nav .title:after {
    position: absolute;
    right: 22px;
    top: 11px;
  }
  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after,
  .block-collapsible-nav .title:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    margin: 3px 0 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-toggling-title-mobile.active:after,
  .block-wishlist-management .wishlist-select .wishlist-name.active:after,
  .block-collapsible-nav .title.active:after {
    content: '\e621';
  }
  .abs-icon-add-mobile,
  .block-wishlist-management .wishlist-add.item .add {
    display: block;
    text-decoration: none;
  }
  .abs-icon-add-mobile:before,
  .block-wishlist-management .wishlist-add.item .add:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 10px;
    color: inherit;
    content: '\e61c';
    font-family: 'luma-icons';
    margin: 0 5px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-checkout-tooltip-content-position-top-mobile,
  .field-tooltip .field-tooltip-content {
    right: -11px;
    top: 40px;
    left: auto;
  }
  .field-tooltip .field-tooltip-content:before,
  .field-tooltip .field-tooltip-content:after {
    border: 10px solid transparent;
    height: 0;
    width: 0;
    margin-top: -21px;
    right: 11px;
    left: auto;
    top: 0;
  }
  .field-tooltip .field-tooltip-content:before {
    border-bottom-color: #666666;
  }
  .field-tooltip .field-tooltip-content:after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-main,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .account .page-main,
  .cms-privacy-policy .page-main {
    padding-top: 41px;
    position: relative;
  }
  .navigation {
    padding: 0;
  }
  .navigation .parent .level-top {
    display: block;
    text-decoration: none;
    position: relative;
  }
  .navigation .parent .level-top:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .parent .level-top:after {
    position: absolute;
    right: 7px;
    top: -8px;
  }
  .navigation .parent .level-top.ui-state-active:after {
    content: '\e621';
  }
  .nav-sections {
    -webkit-overflow-scrolling: touch;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: calc(-1 * (100% - 54px));
    overflow: auto;
    position: fixed;
    top: 0;
    width: calc(100% - 54px);
  }
  .nav-sections .switcher {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0;
    padding: .8rem 3.5rem .8rem 2rem;
  }
  .nav-sections .switcher .label {
    display: block;
    margin-bottom: 5.5px;
  }
  .nav-sections .switcher:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .switcher-trigger strong {
    display: block;
    text-decoration: none;
    position: relative;
  }
  .nav-sections .switcher-trigger strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .nav-sections .switcher-trigger strong:after {
    position: absolute;
    right: -40px;
    top: -16px;
  }
  .nav-sections .switcher-trigger.active strong:after {
    content: '\e621';
  }
  .nav-sections .switcher-dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    display: none;
    padding: 11px 0;
  }
  .nav-sections .switcher-options.active .switcher-dropdown {
    display: block;
  }
  .nav-sections .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .header.links li {
    font-size: 1.6rem;
    margin: 0;
  }
  .nav-sections .header.links li.greet.welcome {
    border-top: 1px solid #d1d1d1;
    font-weight: 700;
    padding: 0.8rem 15px;
  }
  .nav-sections .header.links li > a {
    border-top: 1px solid #d1d1d1;
  }
  .nav-sections .header.links a,
  .nav-sections .header.links a:hover {
    color: #575757;
    text-decoration: none;
    display: block;
    font-weight: 700;
    padding: 0.8rem 15px;
  }
  .nav-sections .header.links .header.links {
    border: 0;
  }
  .nav-before-open {
    height: 100%;
    overflow-x: hidden;
    width: 100%;
  }
  .nav-before-open .page-wrapper {
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: relative;
  }
  .nav-before-open body {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .nav-open .page-wrapper {
    left: calc(100% - 54px);
  }
  .nav-open .nav-sections {
    -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    left: 0;
    z-index: 99;
  }
  .nav-open .nav-toggle:after {
    background: rgba(0, 0, 0, 0.7);
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .nav-sections-items {
    position: relative;
    z-index: 1;
  }
  .nav-sections-items:before,
  .nav-sections-items:after {
    content: '';
    display: table;
  }
  .nav-sections-items:after {
    clear: both;
  }
  .nav-sections-item-title {
    background: #e3e3e3;
    border: solid #d7d7d7;
    border-width: 0 0 1px 1px;
    box-sizing: border-box;
    float: left;
    height: 71px;
    padding-top: 24px;
    text-align: center;
    width: 33.33%;
  }
  .nav-sections-item-title.active {
    background: transparent;
    border-bottom: 0;
  }
  .nav-sections-item-title .nav-sections-item-switch:hover {
    text-decoration: none;
  }
  .nav-sections-item-content {
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    margin-top: 71px;
    width: 100%;
    padding: 27.5px 0;
  }
  .nav-sections-item-content:before,
  .nav-sections-item-content:after {
    content: '';
    display: table;
  }
  .nav-sections-item-content:after {
    clear: both;
  }
  .nav-sections-item-content.active {
    display: block;
  }
  .navigation {
    background: #f0f0f0;
    box-sizing: border-box;
  }
  .navigation ul {
    margin: 0;
    padding: 0;
  }
  .navigation li {
    margin: 0;
  }
  .navigation a {
    display: block;
    padding-top: 11px;
    padding-right: 0;
    padding-bottom: 11px;
    padding-left: 15px;
  }
  .navigation a,
  .navigation a:hover {
    color: #575757;
    text-decoration: none;
  }
  .navigation .level0 {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
  }
  .navigation .level0 > .level-top {
    font-weight: 700;
    padding: 8px 44px 8px 15px;
    text-transform: uppercase;
    word-wrap: break-word;
  }
  .navigation .level0 > .level-top:hover {
    color: #2c292a;
  }
  .navigation .level0.active .all-category .ui-state-focus {
    border-color: #f68428;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #2c292a;
    padding-left: 7px;
    display: inline-block;
  }
  .navigation .level0 > .level1 {
    font-weight: 600;
  }
  .navigation .level0.active > a:not(.ui-state-active),
  .navigation .level0.has-active > a:not(.ui-state-active) {
    border-color: #f68428;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #2c292a;
  }
  .navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon),
  .navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
    margin-left: -8px;
  }
  .navigation li.level0:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .navigation .submenu > li {
    word-wrap: break-word;
  }
  .navigation .submenu > li > a:hover {
    color: #2c292a;
  }
  .navigation .submenu:not(:first-child) {
    font-weight: 400;
    line-height: 1.3;
    left: auto !important;
    overflow-x: hidden;
    padding: 0;
    position: relative;
    top: auto !important;
    transition: left 0.3s ease-out;
  }
  .navigation .submenu:not(:first-child) > li > a {
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) > li:last-child {
    margin-bottom: 0;
  }
  .navigation .submenu:not(:first-child) ul {
    display: block;
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) ul > li {
    margin: 0;
  }
  .navigation .submenu:not(:first-child) ul > li a {
    color: #575757;
    display: block;
    line-height: normal;
  }
  .navigation .submenu:not(:first-child) ul > li a:hover {
    color: #2c292a;
  }
  .navigation .submenu:not(:first-child).expanded {
    display: block !important;
    padding-right: 0;
    top: 0 !important;
  }
  .navigation .submenu:not(:first-child) .active > a {
    border-color: #f68428;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #2c292a;
    padding-left: 7px;
  }
  .navigation .submenu:not(:first-child) .level1.active > a {
    padding-left: 7px;
  }
  .product.data.items .item.title > .switch {
    padding: 1px 15px 1px;
  }
  .product.data.items > .item.content {
    padding: 10px 15px 30px;
  }
  .breadcrumbs {
    display: none;
  }
  .modal-popup.modal-slide {
    left: 44px;
    z-index: 900;
  }
  .modal-popup.modal-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    margin: 0;
    max-height: none;
  }
  .custom-slide {
    bottom: 0;
    left: 0;
    min-width: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s .3s, opacity .3s ease;
    transition: visibility 0s .3s, opacity .3s ease;
    left: 44px;
    z-index: 900;
  }
  .custom-slide._show {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .custom-slide .modal-inner-wrap {
    background-color: #ffffff;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
    opacity: 1;
    pointer-events: auto;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .custom-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .custom-slide._show {
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .custom-slide .modal-inner-wrap {
    background-color: #f4f4f4;
    box-sizing: border-box;
    height: auto;
    min-height: 100%;
  }
  body._has-modal-custom {
    height: 100vh;
    overflow: hidden;
    width: 100vw;
  }
  body._has-modal-custom .modal-custom-overlay {
    background-color: rgba(51, 51, 51, 0.55);
  }
  .modal-popup {
    pointer-events: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap[class] {
    background-color: #f4f4f4;
  }
  .modal-popup.modal-slide._inner-scroll._show {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
  }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    height: auto;
    min-height: 100%;
  }
  .modal-popup .modal-title {
    font-size: 16px;
    font-weight: 700;
  }
  .lac-notification {
    padding: 5px 0;
  }
  .lac-notification .lac-notification-icon {
    display: none;
  }
  .lac-notification .lac-notification-text,
  .lac-notification .lac-notification-links {
    float: none;
    padding: 5px 0;
    text-align: center;
  }
  .aw_ctq__modal-request-quote-wrapper .modal-title {
    font-size: 20px;
    font-weight: normal;
  }
  .aw_ctq__modal-request-quote .aw-ctq-modal-note {
    line-height: 1.3;
  }
  .aw-ctq__products-tab .table tbody .col.qty .control.qty {
    display: inline-block;
  }
  .product-add-form .actions .toquotelist {
    width: 100%;
  }
  .aw_ctq__clear-cart-wrapper {
    margin-bottom: 20px;
    text-align: center;
    padding-right: 0;
    width: auto;
  }
  .aw_ctq__clear-cart-wrapper .actions {
    float: none;
  }
  .onestepcheckout-index-index .opc-payment-additional.customerbalance,
  .onestepcheckout-index-index .opc-payment-additional.rewardpoints {
    justify-content: space-between;
    align-items: center;
  }
  #store-selector-popup #store-selector-search-input {
    position: static;
  }
  .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-main {
    padding: 0 16px;
  }
  .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-main .fieldset.authorizenet_acceptjs {
    padding: 0;
  }
  .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-main #payment_form_braintree {
    padding: 0;
  }
  .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-main #payment_form_braintree .field.choice .field-tooltip .field-tooltip-content {
    transform: translateX(30px) !important;
  }
  .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-main #payment_form_braintree .field.choice .field-tooltip .field-tooltip-content::before,
  .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-main #payment_form_braintree .field.choice .field-tooltip .field-tooltip-content::after {
    right: 30px;
  }
  .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-main #payment-method-braintree-paypal .payment-method-content .field.choice .field-tooltip-content {
    top: -100px;
    right: -80px;
  }
  .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-main #payment-method-braintree-paypal .payment-method-content .field.choice .field-tooltip-content::before,
  .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-main #payment-method-braintree-paypal .payment-method-content .field.choice .field-tooltip-content::after {
    top: unset;
    bottom: -20px;
    right: 80px;
    transform: rotate(180deg);
  }
  .b-mini-fastorder {
    padding-right: 0;
  }
  .links.nav-fastorder-toggle .mini-fast-order-toggle {
    top: 60px;
    left: 0px;
    max-height: 500px;
    overflow: scroll;
    right: auto;
    width: 98%;
  }
  .links.nav-fastorder-toggle .mini-fast-order-toggle .close-mini-fast-order {
    display: block;
  }
  .links.nav-fastorder-toggle .mini-fast-order-toggle #bss-fastorder-form tfoot button.tocart,
  .links.nav-fastorder-toggle .mini-fast-order-toggle #bss-fastorder-form .foot1 button.tocart {
    display: inline-block;
  }
  #bss-fastorder-form table thead .bss-fastorder-row {
    display: table-row;
  }
  #bss-fastorder-form .bss-fastorde-bottom tr td {
    text-align: left !important;
  }
  #bss-fastorder-form .bss-fastorder-autocomplete .content-search-fastorder {
    width: 98%;
  }
  #bss-content-option-product {
    overflow-x: auto !important;
  }
  #bss-content-option-product #bss-fastorder-form-option .bss-swatch-attribute {
    padding: 20px 0px;
  }
  #bss-content-option-product #bss-fastorder-form-option .bss-swatch-attribute-options {
    width: 77%;
  }
  #bss-content-option-product #bss-fastorder-form-option .bss-swatch-attribute-options .bss-swatch-option {
    width: 42px;
    height: 42px;
    padding: 10px 0px 0px !important;
  }
  #bss-content-option-product #bss-fastorder-form-option .bss-swatch-attribute-options .bss-swatch-option .reset-configurablegridview {
    top: -10%;
  }
  #bss-content-option-product #bss-fastorder-form-option .bss-swatch-attribute-selected-option {
    padding-left: 0;
  }
  #bss-content-option-product #bss-fastorder-form-option .bss-box-button {
    padding-bottom: 9px;
  }
  .cms-fast-order .desktop-tfoot {
    display: none !important;
  }
  .cms-fast-order .bss-grouped-popup table.grouped .item {
    padding: 13px 10px 13px 10px!important;
  }
  .cms-fast-order #bss-content-option-product {
    max-height: 420px !important;
  }
  .cms-fast-order .bss-grouped-popup {
    max-height: 420px;
  }
  .bss-fastorde-bottom tr td {
    width: auto;
    padding: 20px 10px!important;
  }
  .bss-fastorde-bottom .bss-fastorder-row-qty .qty {
    width: 30px;
  }
  .wesupply-link-v2 {
    display: none;
  }
  .ws_embed_sms_notification {
    text-align: center;
  }
  .wpx-span span {
    display: block;
    margin: 15px 0;
    font-size: 10px;
  }
  .control-subs-2 {
    margin-bottom: 15px;
  }
  #ws_embed_sms_notification .control-subs .ws-Phone {
    width: 80%;
  }
  #ws_embed_sms_notification .control-subs .ws-country-pc {
    width: 18%;
    min-width: 130px;
  }
  #ws_embed_sms_notification .control-subs .sms-subs {
    margin-top: 15px;
    border-radius: 0;
    width: 100%;
  }
  #estimated_response .update-location #input_country {
    position: relative;
    top: 1px;
  }
  .table-checkout-shipping-method tbody {
    border-top: 1px solid #cccccc;
    padding-bottom: 20px;
    display: block;
  }
  .table-checkout-shipping-method tbody tr {
    padding-bottom: 20px;
  }
  .table-checkout-shipping-method tbody tr td {
    padding-bottom: 10px;
  }
  .table-checkout-shipping-method tbody tr td.col-eta.eta-desktop {
    display: none;
  }
  .table-checkout-shipping-method tbody tr.row-eta {
    display: table-row;
  }
  .table-checkout-shipping-method tbody tr.row-eta td {
    padding-bottom: 20px;
  }
  .table-checkout-shipping-method tbody tr.row-eta td.col-method,
  .table-checkout-shipping-method tbody tr.row-eta td.col-eta {
    border-top: 0 none;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .table-checkout-shipping-method tbody:first-of-type {
    border-top: 0 none;
  }
  .theme-pearl #ws_embed_sms_notification #ws-Phone {
    width: 210px;
  }
  .theme-pearl #ws_embed_sms_notification #phonePrefix,
  .theme-pearl #ws_embed_sms_notification #ws-Phone {
    height: 50px;
  }
  .theme-pearl #ws_embed_sms_notification #ws-embedded-subscribe {
    width: 100px;
    height: 50px;
  }
  .theme-pearl #ws_embed_sms_notification .control-subs-2 {
    margin-bottom: 15px !important;
  }
  .theme-pearl #ws_embed_sms_notification .control-subs-2:before {
    margin-top: 15px;
  }
  .theme-pearl #ws_embed_sms_notification .control-subs:before {
    margin-top: 15px;
  }
  .theme-pearl #ws_embed_sms_notification .control-subs .sms-subs {
    border-radius: 0;
    width: 100%;
  }
  #ws_embed_sms_notification.ws-left {
    padding: 0 20px 20px;
    border: 1px solid #b5b5b5;
  }
  #ws_embed_sms_notification.ws-left #ws-Phone {
    width: calc(100% - 135px);
    position: relative;
    top: 1px;
  }
  #ws_embed_sms_notification.ws-left button#ws-embedded-subscribe {
    margin-top: 10px;
    height: auto;
    width: 100%;
  }
  .ws_embed_sms_notification.sms-center-design-2 .inline-block {
    width: auto;
  }
  .ws_embed_sms_notification.sms-center-design-2 .inline-block .description-dsg-2 {
    width: 100%;
    text-align: center;
    padding: 15px;
    margin-top: 20px;
  }
  /* quick fix for non pearl users */
  body:not(.theme-pearl) #estimated_content #estimated_response .update-location .input-wrapper #input_country {
    top: 0;
  }
  .multiple-wishlist-container {
    text-align: center;
  }
  .multiple-wishlist-container .multiple-wishlist-box-wrapper {
    max-width: 276px;
    float: none;
    display: inline-block;
    text-align: left;
  }
  .multiple-wishlist-container .multiple-wishlist-box-wrapper .box {
    width: 88px;
    height: 100px;
  }
  .multiple-wishlist-container .multiple-wishlist-box-wrapper .box-bottom {
    width: 270px;
  }
  .sort-by-mobile {
    display: inline-block;
  }
  .sort-by-mobile-disabled {
    display: none;
  }
  .instagram-photos.col-2 a {
    width: 50%;
  }
  .instagram-photos.col-3 a {
    width: 50%;
  }
  .instagram-photos.col-4 a {
    width: 50%;
  }
  .instagram-photos.col-5 a {
    width: 50%;
  }
  .instagram-photos.col-6 a {
    width: 50%;
  }
  .block-margin.row {
    margin-right: -15px !important;
  }
  .page-header-v4 .page-header .panel.wrapper {
    position: relative;
  }
  #multistore-mobile-switcher-language {
    padding-top: 0px;
    background-color: #000;
    min-height: 35px;
  }
  #multistore-mobile-switcher-language img {
    min-height: 35px !important;
  }
  #multistore-mobile-switcher-language.multistore-mobile-hide {
    display: none;
  }
  .wrap .modal .modal-content .form.minisearch .searchautocomplete.horizontally {
    max-height: 80vh;
  }
  .wrap .modal .modal-content .form.minisearch .searchautocomplete.horizontally .product-list {
    display: inline-block;
  }
  .wrap .modal .modal-content .form.minisearch .searchautocomplete.horizontally .product-list .block-flex {
    display: flex;
  }
  .wrap .modal .modal-content .form.minisearch .searchautocomplete.horizontally .product-list li {
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 1rem;
    border-bottom: 1px solid #CCCCCC;
  }
  .wrap .modal .modal-content .form.minisearch .searchautocomplete.horizontally .product-list li .block-right {
    text-align: left;
  }
  .theme-pearl .form.minisearch .searchautocomplete {
    margin-right: 0px !important;
    position: static !important;
    clear: both;
  }
  .theme-pearl .loader-ajax:after {
    right: 17px;
    top: 9px;
  }
  .form.minisearch .searchautocomplete {
    width: auto !important;
    margin-right: 15px;
  }
  .form.minisearch .searchautocomplete .block-left img {
    max-width: initial;
  }
  .loader-ajax:after {
    right: 24px;
    top: 24px;
  }
  body:not(.theme-pearl) .product .blocks-promo {
    margin-left: 0;
    margin-right: 0;
  }
  div.page-wrapper .columns .main .login-container {
    width: initial;
    float: none;
    padding: 0;
  }
  body.wp-sl .popup-authentication .modal-inner-wrap {
    height: 100% !important;
  }
  body.wp-sl .popup-authentication .modal-inner-wrap .sl-popup .block-content .sociallogin-or {
    margin-top: 35px;
  }
  body.wp-sl div.sociallogin-wrapper {
    width: 100%;
    float: none;
  }
  body.wp-sl.customer-account-login div.page-wrapper .columns .main div.sociallogin-wrapper,
  body.wp-sl.multishipping-checkout-login div.page-wrapper .columns .main div.sociallogin-wrapper {
    width: 96.5% !important;
    padding: 0 10px;
  }
  body.wp-sl.customer-account-login div.page-wrapper .columns .main div.sociallogin-wrapper div.sociallogin-padding,
  body.wp-sl.multishipping-checkout-login div.page-wrapper .columns .main div.sociallogin-wrapper div.sociallogin-padding {
    max-width: unset;
  }
  body.wp-sl.customer-account-login div.page-wrapper .columns .main .login-container,
  body.wp-sl.multishipping-checkout-login div.page-wrapper .columns .main .login-container {
    width: initial !important;
  }
  body.wp-sl.customer-account-create div.page-wrapper .columns .main div.sociallogin-wrapper,
  body.wp-sl.multishipping-checkout-register div.page-wrapper .columns .main div.sociallogin-wrapper {
    width: 100% !important;
    float: none !important;
    margin-bottom: 20px !important;
    margin-left: 0;
  }
  body.wp-sl.customer-account-create div.page-wrapper .columns .main div.sociallogin-wrapper div.sociallogin-padding,
  body.wp-sl.multishipping-checkout-register div.page-wrapper .columns .main div.sociallogin-wrapper div.sociallogin-padding {
    max-width: unset;
  }
  body.wp-sl.customer-account-create div.page-wrapper .columns .main .form-create-account,
  body.wp-sl.multishipping-checkout-register div.page-wrapper .columns .main .form-create-account {
    width: 100% !important;
  }
  div.social-accounts ul.sl-unlinks {
    max-width: 100%;
  }
  body.checkout-cart-index div.cart-summary div.sociallogin-wrapper {
    width: unset !important;
  }
  body.checkout-cart-index div.page-wrapper .columns .main div.sociallogin-wrapper.login-container {
    padding: 0 15px;
  }
  body.checkout-index-index div.sociallogin-wrapper div.sociallogin-block div.sociallogin-block-title {
    font-size: 1.8rem;
  }
  body.wp-sl.theme-pearl.customer-account-create div.page-wrapper .columns .main div.sociallogin-wrapper {
    margin: unset;
  }
  body.wp-sl .slide-popup .modal-inner-wrap .modal-content {
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
  }
  .checkout-onepage-success .thankyou-wrapper .action.primary,
  .multishipping-checkout-success .thankyou-wrapper .action.primary {
    width: 100%;
  }
  .checkout-onepage-success .thankyou-wrapper .thank-you-page h1,
  .multishipping-checkout-success .thankyou-wrapper .thank-you-page h1 {
    margin-bottom: 10px;
  }
  .checkout-onepage-success .thankyou-wrapper .block.newsletter .block.newsletter .form.subscribe,
  .multishipping-checkout-success .thankyou-wrapper .block.newsletter .block.newsletter .form.subscribe {
    width: 100%;
  }
  .checkout-onepage-success .thankyou-wrapper .cmsblock-container,
  .multishipping-checkout-success .thankyou-wrapper .cmsblock-container {
    width: 100%;
  }
  .contact-index-index .column:not(.sidebar-main) .form.contact {
    float: none;
    width: 100%;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    float: none;
    width: 100%;
  }
  .block-cart-failed .block-title {
    margin: 0 22px 22px;
  }
  .catalog-product-view .column.main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .catalog-product-view .product.media {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .compare.wrapper {
    display: none;
  }
  .catalog-product_compare-index .columns .column.main {
    flex-basis: inherit;
  }
  .block-search {
    margin-top: 11px;
  }
  .cart-container .form-cart .actions.main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .cart-container .form-cart .actions.main .clear,
  .cart-container .form-cart .actions.main .continue {
    margin: 0 0 27.5px 0;
  }
  .cart-discount {
    border-bottom: 1px solid #cccccc;
  }
  .cart.table-wrapper {
    border-top: 1px solid #cccccc;
  }
  .cart.table-wrapper thead .col.item,
  .cart.table-wrapper thead .col.qty,
  .cart.table-wrapper thead .col.price,
  .cart.table-wrapper thead .col.subtotal,
  .cart.table-wrapper thead .col.msrp {
    display: none;
  }
  .cart.table-wrapper .col.qty,
  .cart.table-wrapper .col.price,
  .cart.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.msrp {
    box-sizing: border-box;
    display: block;
    float: left;
    white-space: nowrap;
    width: 33%;
  }
  .cart.table-wrapper .col.qty[data-th]:before,
  .cart.table-wrapper .col.price[data-th]:before,
  .cart.table-wrapper .col.subtotal[data-th]:before,
  .cart.table-wrapper .col.msrp[data-th]:before {
    content: attr(data-th);
    display: block;
    font-weight: 600;
    padding-bottom: 10px;
  }
  .cart.table-wrapper .col.msrp {
    white-space: normal;
  }
  .cart.table-wrapper .item .col.item {
    padding-bottom: 0;
  }
  .cart.table-wrapper tbody > tr > td:last-child {
    border: 0;
  }
  .cart-totals {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart-totals .table-wrapper {
    border-top: 0;
  }
  .cart-totals .totals tbody > tr:not(:last-child) > td:last-child {
    border: 0;
  }
  .cart.table-wrapper .col.price,
  .order-items.table-wrapper .col.price,
  .cart.table-wrapper .col.qty,
  .order-items.table-wrapper .col.qty,
  .cart.table-wrapper .col.subtotal,
  .order-items.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.msrp,
  .order-items.table-wrapper .col.msrp {
    text-align: left;
  }
  .minicart-wrapper {
    margin-top: 11px;
  }
  .minicart-wrapper:before,
  .minicart-wrapper:after {
    content: '';
    display: table;
  }
  .minicart-wrapper:after {
    clear: both;
  }
  .minicart-wrapper .product .actions {
    float: left;
    margin: 10px 0 0 0;
  }
  .minicart-wrapper .update-cart-item {
    float: right;
    margin-left: 0;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    width: 100%;
  }
  .checkout-index-index .modal-popup .modal-footer .action-hide-popup {
    margin-top: 22px;
  }
  .field-tooltip .field-tooltip-content {
    right: -11px;
    top: 40px;
    left: auto;
  }
  .checkout-payment-method .payment-methods {
    margin: 0 -15px;
  }
  .checkout-payment-method .step-title {
    padding-left: 15px;
    padding-right: 15px;
  }
  .checkout-payment-method .payment-method-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-method-content {
    padding: 0 15px 22px;
  }
  .checkout-payment-method .checkout-billing-address .action-cancel {
    margin-top: 11px;
  }
  .checkout-payment-method .payment-option {
    margin: 0 -15px;
  }
  .checkout-payment-method .payment-option .payment-option-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-option .payment-option-content {
    padding: 0 15px 22px;
  }
  .login-container .fieldset:after {
    text-align: center;
  }
  .account .messages {
    margin-bottom: 0;
  }
  .account .column.main .block:not(.widget) .block-title > .action {
    float: right;
    margin-top: 5.5px;
  }
  .account .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 22px;
  }
  .account .column.main .block:not(.widget) .block-content .box:last-child {
    margin-bottom: 0;
  }
  .control.captcha-image .captcha-img {
    display: block;
    margin-bottom: 11px;
  }
  .customer-account-index .page-title-wrapper {
    position: relative;
  }
  .form.search.advanced .field.price .with-addon .input-text {
    flex-basis: auto;
    width: 100%;
  }
  .cart-discount .giftcard .content {
    padding-bottom: 35px;
  }
  .cart-discount .actions-toolbar .secondary {
    bottom: 17px;
  }
  .field.open-amount {
    width: 100%;
  }
  .page-product-giftcard .product-info-main .product-info-stock-sku {
    display: block;
    padding-left: 11px;
    text-align: left;
  }
  .gift-message .actions-toolbar .action-update {
    font-size: 2rem;
    padding: 15px;
    width: 100%;
  }
  .gift-item-block {
    border-top: 1px solid #c1c1c1;
    border-bottom: 0;
  }
  .gift-item-block .title:after {
    font-size: 1.2rem;
    position: absolute;
    right: 20px;
    top: 10px;
  }
  .gift-item-block .content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .cart.table-wrapper .gift-content {
    border-top: 1px solid #c1c1c1;
    margin-right: -15px;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart .action-gift {
    display: inline-block;
    text-decoration: none;
  }
  .cart .action-gift > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .cart .action-gift:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #757575;
    content: '\e62a';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart .action-gift:hover:after {
    color: #2c292a;
  }
  .cart .action-gift:active:after {
    color: #757575;
  }
  .cart .action-gift._active {
    border: 1px solid #c1c1c1;
    border-bottom-color: #ffffff;
    margin: -5.5px 14px -1px -15px;
    padding: 4px 11px 9px 14px;
  }
  .cart .action-gift._active:after {
    color: #2c292a;
  }
  .gift-options-cart-item + .towishlist {
    left: 0;
    position: absolute;
  }
  .cart.table-wrapper .action-giftregistry {
    display: inline-block;
    text-decoration: none;
  }
  .cart.table-wrapper .action-giftregistry > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .cart.table-wrapper .action-giftregistry:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #757575;
    content: '\e62b';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart.table-wrapper .action-giftregistry:hover:before {
    color: #2c292a;
  }
  .cart.table-wrapper .action-giftregistry:active:before {
    color: #757575;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 22px;
    padding-bottom: 11px;
  }
  .gift-wrapping-list {
    width: 100%;
  }
  .gift-wrapping-summary + .gift-message-summary {
    padding-right: 0;
  }
  .gift-options-cart-item {
    float: left;
    width: 100%;
  }
  .gift-wrapping-preview img {
    width: 100%;
  }
  .item-actions .actions-toolbar .gift-options .gift-wrapping,
  .item-actions .actions-toolbar .gift-options .gift-message {
    display: block;
  }
  .product-add-form .table-wrapper.grouped {
    margin-left: -15px;
    margin-right: -15px;
  }
  .product-add-form .table-wrapper.grouped .table.data.grouped tr td {
    padding: 5px 10px 5px 15px;
  }
  body.filter-active .page-header {
    display: none;
  }
  body.filter-active .page-wrapper {
    height: 0;
    margin-top: -999999em;
    visibility: hidden;
  }
  body.filter-active .columns {
    z-index: 999;
  }
  .filter.active {
    position: relative;
    visibility: visible;
    z-index: 99;
  }
  .filter.active .filter-options-item:last-child {
    margin-bottom: 44px;
  }
  .filter.active .filter-title {
    border-bottom: 1px solid #cccccc;
    height: 48px;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2;
  }
  .filter.active .filter-title strong {
    box-shadow: none;
    background: none;
    border: 0;
    color: transparent;
    left: auto;
    right: 3px;
    top: 10px;
    display: inline-block;
    text-decoration: none;
  }
  .filter.active .filter-title strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: inherit;
    color: #797073;
    content: '\e616';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .filter.active .filter-subtitle {
    background: transparent;
    display: block;
    height: 50px;
    left: 0;
    line-height: 32px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .filter.active .filter-options {
    background: #ffffff;
    bottom: 0;
    display: block;
    left: 0;
    overflow: scroll;
    position: fixed;
    right: 0;
    top: 50px;
    z-index: 10;
  }
  .filter .filter-subtitle {
    font-size: 20px;
    font-weight: 300;
  }
  .filter-actions {
    margin: -35px -11px 27.5px;
  }
  .filter-options-content {
    padding: 5.5px 11px;
  }
  .filter .filter-current {
    border: solid #cccccc;
    border-width: 1px 0;
    margin: 5.5px -11px 0;
  }
  .filter .filter-current .items {
    display: none;
  }
  .filter .filter-current-subtitle {
    position: relative;
    text-transform: uppercase;
    z-index: 1;
    display: block;
    text-decoration: none;
  }
  .filter .filter-current-subtitle:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 13px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .filter .filter-current-subtitle:before {
    position: absolute;
    right: 10px;
    top: 10px;
  }
  .filter .filter-current-subtitle:after {
    color: #797073;
    content: ' (' attr(data-count) ')';
    font-size: .9em;
  }
  .filter .filter-current.active {
    padding-bottom: 30px;
  }
  .filter .filter-current.active .block-subtitle:before {
    content: '\e621';
  }
  .filter .filter-current.active .items {
    display: block;
  }
  .filter .filter-current.active + .block-actions {
    display: block;
  }
  .filter .filter-current + .block-actions {
    display: none;
  }
  .filter-no-options .filter-title:before {
    background: rgba(255, 255, 255, 0.5);
    content: '';
    display: block;
    height: 40px;
    left: 0;
    margin-top: -60px;
    position: relative;
    width: 75px;
    z-index: 99;
  }
  .filter-no-options .filter-content {
    margin-bottom: 22px;
  }
  .page-with-filter .columns .sidebar-main {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
  .map-popup {
    max-width: 100%;
  }
  .map-old-price,
  .map-show-info {
    display: inline-block;
  }
  .map-old-price:not(:last-child),
  .map-show-info:not(:last-child) {
    margin-bottom: 11px;
  }
  .block-wishlist-management {
    clear: both;
    margin-top: -21px;
  }
  .block-wishlist-management .wishlist-select {
    margin: 0 -15px 20px;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    font-size: 1.6rem;
  }
  .block-wishlist-management .wishlist-select-items {
    border-bottom: 1px solid #cccccc;
    background: #f5f5f5;
    display: none;
    padding: 15px 0;
  }
  .block-wishlist-management .wishlist-select-items.active {
    display: block;
  }
  .block-wishlist-management .wishlist-select-items .item {
    margin: 3px 0 0;
  }
  .block-wishlist-management .wishlist-select-items .item:first-child {
    margin-top: 0;
  }
  .block-wishlist-management .wishlist-select-items .item.current {
    display: none;
  }
  .block-wishlist-management .wishlist-select-items .item a {
    color: #363636;
    display: block;
    padding: 5.5px 18px;
    text-decoration: none;
  }
  .block-wishlist-management .wishlist-select-items .item a:hover {
    background: #e8e8e8;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 2.6rem;
  }
  .block-wishlist-management .wishlist-info {
    margin-bottom: 15px;
  }
  .block-wishlist-management .wishlist-toolbar-select,
  .block-wishlist-management .wishlist-toolbar-actions {
    margin-bottom: 15px;
  }
  .products-grid.wishlist .product-item-checkbox {
    left: 0;
    position: absolute;
    top: 20px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-photo {
    margin-left: 27.5px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-name,
  .page-multiple-wishlist .products-grid.wishlist .product-item-description,
  .page-multiple-wishlist .products-grid.wishlist .product-item .price-box,
  .page-multiple-wishlist .products-grid.wishlist .product-item-tooltip {
    margin-left: 115px;
  }
  .products-grid.wishlist .wishlist-dropdown {
    display: none;
  }
  .multishipping-checkout-success .nav-toggle {
    display: block;
  }
  .multishipping-checkout-success .logo {
    margin-left: 44px;
  }
  .multicheckout .actions-toolbar > .primary {
    margin-right: 0;
  }
  .block.newsletter input {
    font-size: 12px;
    padding-left: 30px;
  }
  .block.newsletter .field .control:before {
    font-size: 13px;
  }
  .order-pager-wrapper .toolbar-amount {
    left: inherit;
    position: relative;
    text-align: center;
    top: inherit;
  }
  .order-pager-wrapper .pages {
    text-align: center;
  }
  .order-pager-wrapper .action.previous,
  .order-pager-wrapper .action.next {
    margin: 0;
  }
  .form.send.friend .fieldset {
    padding-bottom: 5.5px;
  }
  .form.send.friend .action.remove {
    margin-left: 0;
    right: 0;
    top: 100%;
  }
  .products-grid.wishlist {
    margin-bottom: 33px;
    margin-right: 0;
  }
  .products-grid.wishlist .product-item {
    padding: 22px 0 22px 0;
    position: relative;
  }
  .products-grid.wishlist .product-item-photo {
    float: left;
    margin-right: 22px;
  }
  .products-grid.wishlist .product-item-name {
    font-size: 1.6rem;
  }
  .products-grid.wishlist .product-item-actions {
    display: block;
    float: left;
  }
  .products-grid.wishlist .product-item-actions .action {
    margin-right: 15px;
  }
  .products-grid.wishlist .product-item-actions .action:last-child {
    margin-right: 0;
  }
  .products-grid.wishlist .product-item-actions .action.edit,
  .products-grid.wishlist .product-item-actions .action.delete {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item-name,
  .products-grid.wishlist .product-item-description,
  .products-grid.wishlist .product-item .price-box,
  .products-grid.wishlist .product-item-tooltip {
    margin-left: 95px;
  }
  .products-grid.wishlist .product-item .box-tocart {
    float: left;
    margin-right: 22px;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item .giftregisty-dropdown,
  .products-grid.wishlist .product-item .field.qty {
    display: none;
  }
  .products-grid.wishlist .product-image-container {
    max-width: 80px;
  }
  .wishlist-index-index .product-item {
    width: 100%;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
  .cart.table-wrapper .towishlist {
    display: inline-block;
    text-decoration: none;
  }
  .cart.table-wrapper .towishlist > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .cart.table-wrapper .towishlist:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #757575;
    content: '\e600';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart.table-wrapper .towishlist:hover:before {
    color: #2c292a;
  }
  .cart.table-wrapper .towishlist:active:before {
    color: #757575;
  }
  .cart.table-wrapper .towishlist:before {
    overflow: visible;
  }
  .block-collapsible-nav {
    left: 0;
    position: absolute;
    top: -21px;
    width: 100%;
    z-index: 5;
  }
  .block-collapsible-nav .content {
    border-bottom: 1px solid #cccccc;
    display: none;
  }
  .block-collapsible-nav .content.active {
    display: block;
  }
  .customer-name,
  .customer-welcome + .authorization-link {
    display: none;
  }
  .nav-sections .switcher-trigger strong:after {
    font-size: 1.6rem;
    right: -25px;
    top: -2px;
  }
  .navigation .parent .level-top:after {
    font-size: 1.6rem;
    right: 10px;
    top: 7px;
  }
  .page-footer .footer.content .switcher-store {
    background: #f4f4f4;
    font-size: 1.6rem;
    margin: 0 -15px;
  }
  .page-footer .footer.content .switcher-store .switcher-options {
    display: block;
  }
  .page-footer .footer.content .switcher-store .switcher-options ul.dropdown {
    background: none;
    border: 0;
    box-shadow: none;
    margin: 0;
    position: relative;
  }
  .page-footer .footer.content .switcher-store .switcher-options ul.dropdown:before,
  .page-footer .footer.content .switcher-store .switcher-options ul.dropdown:after {
    display: none;
  }
  .page-footer .footer.content .switcher-store .switcher-options .switcher-trigger,
  .page-footer .footer.content .switcher-store .switcher-options .switcher-option {
    border-top: 1px solid #cecece;
    display: block;
    padding: 11px 20px;
  }
  .page-footer .footer.content .switcher-store .switcher-options .switcher-trigger strong {
    padding: 11px 0;
  }
  .page-footer .footer.content .switcher-store .switcher-options .switcher-option a {
    padding: 0;
  }
  .logo {
    margin-bottom: 13px;
    margin-top: 4px;
  }
  .cms-page-view .page-main {
    padding-top: 0;
    position: relative;
  }
  #layered-filter-block .filter-title strong {
    background-color: transparent;
    border-color: black;
  }
  #layered-filter-block .filter-content .filter-options .filter-options-item .filter-options-title {
    padding: 10px 40px 10px 10px;
  }
  #layered-filter-block .filter-content .filter-options .filter-options-content .item {
    margin: 10px 0px 10px 10px;
  }
  .theme-pearl.page-products .columns .column {
    padding-bottom: 0px;
  }
  .theme-pearl.page-products .columns .column .products-grid {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .search-description span {
    display: block;
  }
  .page-header-v1.page-header .modal .control.vertically-control.loader-ajax:after {
    top: 20px;
  }
  .page-header-v1.page-header .modal #search {
    margin-bottom: 0px;
  }
  .page-header-v2.page-header .block-search.minisearch-v2 {
    margin-right: 21px;
    padding-right: 20px;
  }
  .page-header-v2.page-header .block-search.minisearch-v2 .open-modal-search {
    font-size: 20px;
    margin-top: -2px;
  }
  .page-header-v2.page-header .modal .control.vertically-control.loader-ajax:after {
    top: 20px;
  }
  .page-header-v2.page-header .modal .control {
    overflow: initial !important;
    height: auto !important;
  }
  .page-header-v2.page-header .modal .control #search {
    margin-bottom: 0px;
  }
  .page-header-v3.page-header .modal .control.vertically-control.loader-ajax:after {
    top: 20px;
  }
  .page-header-v3.page-header .modal #search {
    margin-bottom: 0px;
    margin-top: 0px;
  }
  .page-header-v4.page-header .modal .block-search {
    margin-top: 0px;
  }
  .page-header-v4.page-header .modal .control.vertically-control.loader-ajax:after {
    top: 20px;
  }
  .page-header-v4.page-header .modal .control {
    overflow: initial !important;
    height: auto !important;
  }
  .page-header-v4.page-header #search_mini_form .control:not(.vertically-control):not(.horizontally-control) {
    position: absolute;
    top: 55px;
    padding: 0  15px;
  }
  :root .wp-device-xs .page-header-v4 .page-header .block-search label.active + .control {
    border-top: 0 none !important;
  }
  .page-wrapper .header.content .logo {
    max-width: 65%;
    margin-bottom: 13px;
    margin-top: 4px;
    z-index: 0;
  }
  .page-wrapper .header.content .logo img {
    width: 100%;
    height: auto;
  }
  .page-wrapper .page-header {
    margin-bottom: 0px;
    border: none;
  }
  .page-wrapper .page-header .panel.header {
    max-width: 100% !important;
    width: 100% !important;
  }
  .page-wrapper .page-header .panel.header .header_right {
    padding-right: 0 !important;
  }
  .page-wrapper .page-header .minicart-wrapper .action.showcart.active:before,
  .page-wrapper .page-header .minicart-wrapper .action.showcart:before {
    font-size: 22px !important;
  }
  .page-wrapper .page-main {
    padding-top: 20px;
  }
  .page-wrapper .page-header-v1 .block-search .control {
    border-top: none;
  }
  .page-wrapper .page-header-v1 .nav-toggle:before {
    margin-top: 0;
    line-height: 38px;
  }
  .page-wrapper .page-header-v2 .field.search label:before {
    margin-top: 0px !important;
  }
  .page-wrapper .page-header-v2 .page-header .header_right {
    margin: 0px;
    padding-right: 0px !important;
  }
  .page-wrapper .page-header-v4 .page-header .header_right,
  .page-wrapper .page-header-v3 .page-header .header_right,
  .page-wrapper .page-header-v2 .page-header .header_right,
  .page-wrapper .page-header-v1 .page-header .header_right {
    padding-right: 0px !important;
  }
  .page-wrapper .page-header-v4 .block-search .control,
  .page-wrapper .page-header-v3 .block-search .control,
  .page-wrapper .page-header-v2 .block-search .control,
  .page-wrapper .page-header-v1 .block-search .control {
    border: none !important;
  }
  .page-wrapper .page-header-v4 .page-header .block-search {
    margin-top: 5px;
  }
  .page-wrapper .page-header-v4 .page-header .header_right {
    margin-top: 0;
  }
  .page-wrapper .page-header-v4 .page-header .header_right label {
    padding-right: 10px !important;
  }
  .nav-sections .section-item-content .switcher-store .switcher-options .switcher-dropdown {
    display: none;
  }
  .nav-sections .section-item-content .switcher-store .switcher-options.active .switcher-dropdown {
    display: block;
  }
  .account .block-collapsible-nav {
    top: 0px;
    z-index: 1;
  }
  .search-autocomplete {
    margin-top: 30px;
  }
  .page-wrapper .page-header .header.content .modal #search.vertically-black {
    font-size: 18px !important;
  }
  .page-wrapper .page-header .header.content .modal #search.vertically-black::-webkit-input-placeholder {
    font-size: 18px !important;
  }
  .page-wrapper .page-header .header.content .modal #search.vertically-black::-moz-placeholder {
    font-size: 18px !important;
  }
  .page-wrapper .page-header .header.content .modal #search.vertically-black:-ms-input-placeholder {
    font-size: 18px !important;
  }
  .page-wrapper .page-header .header.content .modal #search.vertically-black:-moz-placeholder {
    font-size: 18px !important;
  }
  .header-global-promo .global-notification-wrapper #slides {
    max-width: 100%;
  }
  .header-global-promo .global-notification-wrapper .btn-bar #buttons #prev {
    left: -2%;
  }
  .header-global-promo .global-notification-wrapper .btn-bar #buttons #next {
    right: -5%;
  }
  .header-global-promo .global-notification-wrapper .glb-prm .wpx-sub {
    display: block;
  }
  .page-wrapper .page-header .modal #search.horizontally-white {
    font-size: 18px !important;
    height: 44px !important;
  }
  .page-header-v1 .open-modal-search {
    padding-top: 3px;
    padding-right: 20px;
    font-size: 20px;
  }
  .page-header-v1 .loader-ajax:after {
    top: 9px;
  }
  .page-header-v1 .field.search label:before {
    margin-top: 5px !important;
  }
  .page-header-v2 .action.showcart:before {
    line-height: 26px !important;
  }
  .page-wrapper .page-header.page-header-v1 .modal #search.horizontally-white,
  .page-wrapper .page-header.page-header-v2 .modal #search.horizontally-white,
  .page-wrapper .page-header.page-header-v3 .modal #search.horizontally-white,
  .page-wrapper .page-header.page-header-v4 .modal #search.horizontally-white {
    font-size: 18px !important;
    height: 44px !important;
  }
  .page-header-v3 .loader-ajax:after {
    top: 9px;
  }
  .page-header-v3 #search_mini_form .control {
    overflow: inherit;
    height: auto !important;
  }
  .page-header-v3 .block-search {
    margin-top: 4px;
  }
  .page-header-v3 .block-search.minisearch-v2 {
    margin-top: -4px;
  }
  .page-header-v3 .open-modal-search {
    font-size: 20px;
    margin-top: 7px;
    position: relative;
    right: -5px;
  }
  .page-header-v3 .field.search label:before {
    margin-top: 2px !important;
  }
  .page-header-v3 .wrap .modal .wpx-pos-search input {
    margin-top: 4px;
  }
  .page-header-v4 .open-modal-search {
    font-size: 20px;
    margin-right: 10px;
    margin-top: 3px;
  }
  .page-header-v4 .action.showcart {
    margin-top: 5px !important;
  }
  .page-header-v4 .field.search label:before {
    line-height: 34px !important;
  }
  .page-header-v4 #search_mini_form .control:not('.vertically-control') {
    position: absolute;
    top: 55px;
    padding: 0  15px;
  }
  .page-header-v4 .loader-ajax:after {
    top: 9px;
  }
  .page-header-v4 .wrap .modal .wpx-pos-search input {
    margin: 0px;
  }
  .wrap .modal .modal-content {
    width: 95% !important;
  }
  .wrap .modal .wpx-pos-search input {
    position: static !important;
    margin-top: 0px;
  }
  .wrap .modal .searchautocomplete {
    max-height: 60vh;
  }
  .wrap .modal .searchautocomplete.vertically .product-list li .block-flex {
    display: flex !important;
    align-items: center;
  }
  .wrap .modal .searchautocomplete.vertically .product-list li .block-left {
    margin-right: 0px !important;
  }
  .wrap .modal .searchautocomplete.vertically .product-list li .block-right {
    align-self: auto;
  }
  .wrap .modal .searchautocomplete.horizontally {
    top: 42px;
  }
  .wrap .modal .searchautocomplete.horizontally .product-list {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .wrap .modal .searchautocomplete.horizontally .product-list li {
    display: flex !important;
    align-items: center;
  }
  .wrap .modal .searchautocomplete.horizontally .product-list li .block-left,
  .wrap .modal .searchautocomplete.horizontally .product-list li .block-right {
    display: inline-block;
    vertical-align: middle;
  }
  .wrap .modal .searchautocomplete.horizontally .product-list li .block-left img {
    max-width: 80px;
  }
  .wrap .modal .searchautocomplete.horizontally .product-list li .block-right {
    text-align: left !important;
  }
  .wrap .modal .searchautocomplete.horizontally .product-list li .block-right a {
    font-weight: normal !important;
  }
  .wrap .modal .loader-ajax:after {
    background-size: 22px 21px;
    top: 9px;
    height: 25px;
  }
  .page-header-v4 .wrap {
    display: inline-block;
  }
  .header.content .block-search .wpx-pos-search input {
    width: 100% !important;
    height: 66px !important;
    background: transparent !important;
    font-size: 12px !important;
    color: black !important;
    border-color: #333 !important;
    border: none !important;
    border-bottom: 1px solid black !important;
  }
  #layered-filter-block .wp-ln-selected .swatch-option {
    position: relative;
    overflow: visible;
    outline: 2px solid #ee0000;
    border: 1px solid #fff;
  }
  #layered-filter-block .wp-ln-selected .swatch-option:before {
    visibility: visible;
    border: 3px solid white !important;
  }
  #layered-filter-block .wp-ln-selected .swatch-option:after {
    visibility: visible !important;
  }
  .theme-pearl .toggle.toggle-bg .togglet {
    padding-left: 0px;
  }
  .theme-pearl .toggle.toggle-bg .togglec {
    padding: 12px 0 0 5px !important;
  }
  .theme-pearl.product-page-v1 .block-actions,
  .theme-pearl.product-page-v2 .block-actions,
  .theme-pearl.product-page-v3 .block-actions,
  .theme-pearl.product-page-v4 .block-actions {
    text-align: center;
  }
  .theme-pearl.product-page-v2 .product.pricing,
  .theme-pearl.product-page-v1 .product.pricing {
    margin-bottom: 20px;
  }
  .theme-pearl.product-page-v4 .product-top-main.product_v4,
  .theme-pearl.product-page-v2 .product-top-main.product_v4,
  .theme-pearl.product-page-v4 .product-top-main.product_v2,
  .theme-pearl.product-page-v2 .product-top-main.product_v2 {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 20px;
  }
  .theme-pearl.product-page-v4 .product-top-main.product_v4,
  .theme-pearl.product-page-v2 .product-top-main.product_v4 {
    margin-top: 0;
  }
  .theme-pearl.product-page-v4 .product.media.product_v4.v4 .gallery-placeholder,
  .theme-pearl.product-page-v2 .product.media.product_v4.v4 .gallery-placeholder {
    margin: 0 0 20px;
  }
  .theme-pearl.product-page-v4 .product-info-main.product_v4.cart-summary,
  .theme-pearl.product-page-v2 .product-info-main.product_v4.cart-summary,
  .theme-pearl.product-page-v4 .product-info-main.product_v2.cart-summary,
  .theme-pearl.product-page-v2 .product-info-main.product_v2.cart-summary {
    float: none !important;
  }
  .theme-pearl.product-page-v4 .product-info-main.product_v2 .actions,
  .theme-pearl.product-page-v2 .product-info-main.product_v2 .actions,
  .theme-pearl.product-page-v4 .product-info-main.product_v3 .actions,
  .theme-pearl.product-page-v2 .product-info-main.product_v3 .actions,
  .theme-pearl.product-page-v4 .product-info-main.product_v4 .actions,
  .theme-pearl.product-page-v2 .product-info-main.product_v4 .actions {
    width: calc(100% - 64px);
  }
  .theme-pearl.product-page-v4 .product-info-main.product_v4.cart-summary,
  .theme-pearl.product-page-v2 .product-info-main.product_v4.cart-summary {
    position: static;
  }
  .theme-pearl.product-page-v4 .full-width-btn,
  .theme-pearl.product-page-v2 .full-width-btn {
    width: 100% !important;
  }
  .theme-pearl.product-page-v1 .product-social-links {
    margin: 0 auto 20px auto;
  }
  .theme-pearl.product-page-v1 .product-social-links .product-addto-links.full-width-add-to {
    width: calc(100% - 65px);
  }
  .theme-pearl.product-page-v1 .box-tocart {
    margin: 0 auto;
  }
  .theme-pearl.product-page-v1 .box-tocart .actions {
    width: calc(100% - 65px);
  }
  .theme-pearl.product-page-v1 .box-tocart .actions.full-width-btn {
    width: 100% !important;
  }
  .theme-pearl.product-page-v3 .box-tocart .actions {
    width: calc(100% - 65px);
  }
  .theme-pearl.product-page-v3 .box-tocart .actions.full-width-btn {
    width: 100% !important;
  }
  .theme-pearl.product-page-v1 .product-social-links .product-addto-links,
  .theme-pearl.product-page-v2 .product-social-links .product-addto-links,
  .theme-pearl.product-page-v3 .product-social-links .product-addto-links,
  .theme-pearl.product-page-v4 .product-social-links .product-addto-links {
    width: 100% !important;
    float: none;
  }
  .theme-pearl.product-page-v1 .product-social-links .product-addto-links .action.towishlist,
  .theme-pearl.product-page-v2 .product-social-links .product-addto-links .action.towishlist,
  .theme-pearl.product-page-v3 .product-social-links .product-addto-links .action.towishlist,
  .theme-pearl.product-page-v4 .product-social-links .product-addto-links .action.towishlist {
    float: none;
  }
  .page-wrapper .products-list .product-item .product-item-info .product-image-list {
    display: block;
    width: 100%;
    position: relative;
  }
  .page-wrapper .products-list .product-item .product-item-info .product-image-list .product-item-photo {
    display: block;
    width: 100%;
  }
  .weltpixel-quickview-catalog-product-view .modals-wrapper .modal-footer button,
  .weltpixel_quickview-catalog_product-view .modals-wrapper .modal-footer button {
    width: 100%;
    margin: 5px 0;
    padding: 10px;
  }
  .quickview-mobile.page-products .products-list .product-item .weltpixel-quickview {
    display: block;
    font-size: 16px;
    padding: 15px 0;
    float: left;
  }
  .quickview-mobile.page-products .products-list .product-item .product-item-inner {
    clear: left;
  }
  .quickview-mobile.page-products .products-list .product-item .weltpixel-quickview.weltpixel_quickview_button_v1 span {
    display: block;
  }
  .quickview-mobile.page-products .products-list .product-item .weltpixel_quickview_button_v1 {
    display: block;
    z-index: 9;
    width: 100%;
    text-align: center;
    color: #eeeeee;
    background: rgba(0, 0, 0, 0.7);
    font-size: 15px;
    text-decoration: none;
  }
  .quickview-mobile.page-products .products-list .product-item .weltpixel_quickview_button_v1 span:before {
    -webkit-font-smoothing: antialiased;
    font-size: 15px;
    line-height: 1;
    color: #eeeeee;
    content: '\e615';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    position: relative;
    top: 4px;
    left: -5px;
  }
  .quickview-mobile.page-products .products-grid .product-item {
    position: relative;
  }
  .quickview-mobile.page-products .products-grid .product-item .product-item-inner {
    margin: 9px -9px 0 -10px;
  }
  .quickview-mobile.page-products .products-grid .product-item .product-item-details {
    position: relative;
  }
  .quickview-mobile.page-products .products-grid .product-item .product-item-info .weltpixel-quickview.weltpixel_quickview_button_v1 span {
    padding: 18px;
    display: block;
  }
  .quickview-mobile.page-products .products-grid .product-item .product-item-info .weltpixel-quickview.weltpixel_quickview_button_v1 {
    display: block;
    position: absolute;
    top: -66px;
    z-index: 9;
    width: 100%;
    text-align: center;
    color: #eeeeee;
    background: rgba(0, 0, 0, 0.7);
    font-size: 15px;
    text-decoration: none;
  }
  .quickview-mobile.page-products .products-grid .product-item .product-item-info .weltpixel-quickview.weltpixel_quickview_button_v1 span:before {
    -webkit-font-smoothing: antialiased;
    font-size: 15px;
    line-height: 1;
    color: #eeeeee;
    content: '\e615';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    position: relative;
    top: 4px;
    left: -5px;
  }
  .wp-confirmation-popup .action-buttons .action.primary,
  .wp-confirmation-popup .action-buttons .action.secondary {
    width: 100%;
    margin: 5px 0;
  }
  .wp-confirmation-popup .action-buttons .action.continue-shopping {
    margin-left: 0;
  }
  .wp-confirmation-popup .owl-carousel.products .owl-item .product-item {
    margin: 0px;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 2%) / 2);
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item:nth-child(2n + 1) {
    margin-left: 0;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-photo {
    display: block;
    position: relative;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-details {
    margin: 0;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-info {
    text-align: center;
  }
  .filter.active .filter-title {
    border-bottom: none;
  }
  .checkout-index-index .authentication-wrapper {
    margin-top: -60px !important;
    z-index: 10 !important;
  }
  .navigation .submenu:not(:first-child) .level1.active > a,
  .navigation .submenu:not(:first-child) .active > a,
  .navigation .level0.active > a:not(.ui-state-active),
  .navigation .level0.has-active > a:not(.ui-state-active) {
    border-color: #000;
  }
  .footer.content .footer-v1 .footer-title:after {
    content: "";
    width: 40%;
    height: 1px;
    display: block;
    margin: 5px auto 0 auto;
    border-top: 1px solid #cecece;
  }
  .footer.content .footer-v1 .links li {
    border-top: none;
    background: transparent;
  }
  .footer.content .footer-v2 .nopadding-left-mob,
  .footer.content .footer-v4 .nopadding-left-mob {
    padding-left: 0px;
  }
  .footer.content .links > li {
    padding: 10px 25px;
  }
  .footer.content .links > li > a {
    padding: 0px;
  }
  .nav-sections-item-title a.nav-sections-item-switch {
    text-transform: uppercase;
  }
  .page-wrapper .page-footer .footer.content .footer-v2 .block.newsletter .actions {
    display: block;
    text-align: center;
    margin: 10px auto;
    width: auto;
  }
  .page-wrapper .page-footer .footer.content .footer-v3 h4.no-padding-mob {
    padding-bottom: 0px;
  }
  .page-wrapper .page-footer .footer.content .footer-v3 .footer-v3-list {
    line-height: 1.8 !important;
  }
  .page-wrapper .page-footer .footer.content .footer-v3 .mg-mobile a.social-icons {
    margin: 0 20px 5px 0;
  }
  .page-wrapper .page-footer .footer.content .footer-v3 .details-v3 {
    margin-bottom: 30px;
  }
  .page-wrapper .page-footer .footer.content .footer-v3 .details-v3 a {
    color: #cccccc;
  }
  .page-wrapper .page-footer .footer.content .pre-footer .pre-footer-content .pre-footer-subtitle {
    font-size: 14px;
  }
  .page-wrapper .page-footer .footer.content .pre-footer .pre-footer-content .pre-footer-title {
    font-size: 20px;
  }
  .promo-image .title {
    font-size: 25px;
    padding: 20px;
  }
  .promo-image .title-v2 {
    text-align: center;
    font-size: 25px;
    padding: 20px;
  }
  .page-wrapper .page-footer {
    float: left;
  }
  .page-wrapper .page-footer .footer.content .footer-v1-content .nopaddingleft {
    padding-right: 0px;
  }
  .account .page.messages {
    margin-bottom: 25px;
    margin-top: 35px;
  }
  .contact-index-index .col-contact-info {
    text-align: center;
    padding-bottom: 20px;
  }
  .sales-order-history.account .table-wrapper {
    border-bottom: none;
  }
  .form-orders-search .open-modal-search .track-order {
    padding: 33px 30px 50px;
    margin: 57px auto;
  }
  .form-orders-search .open-modal-search .track-order .primary {
    margin-top: 20px;
  }
  .theme-pearl.wishlist-index-index .column.main .products-grid.wishlist .product-item {
    padding-left: 0px;
  }
  .theme-pearl.wishlist-index-index .column.main .products-grid.wishlist .product-item:hover {
    padding: 20px 10px 20px 0px !important;
    background: none;
  }
  .theme-pearl.wishlist-index-index .column.main .products-grid.wishlist .product-item .product-item-info .product-item-photo .photo.image {
    max-width: 80px;
  }
  .theme-pearl.wishlist-index-index .column.main .products-grid.wishlist .product-item .product-item-info:hover {
    background: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
  }
  .theme-pearl.wishlist-index-index .column.main .products-grid.wishlist .product-item .product-item-info:hover .product-item-inner {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .theme-pearl.wishlist-index-index .column.main .products-grid.wishlist .product-item-tooltip {
    text-align: center;
  }
  .container-404 .block-search {
    width: 100% !important;
    max-width: 350px;
    float: none !important;
    margin: 0 auto;
  }
  .container-404 .block-search .field.search {
    width: 100% !important;
  }
  .container-404 .block-search .field.search label {
    display: none;
  }
  .container-404 .block-search .actions {
    width: 100%;
  }
  .container-404 .block-search .actions button {
    border: none;
    padding: 0px;
    display: block;
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
  }
  .container-404 .block-search .control {
    clear: none;
    width: 100% !important;
    margin: 0px !important;
    padding: 0px !important;
  }
  .container-404 .block-search .control input {
    margin-top: 0px;
  }
  .about-us-v1 .gf-container {
    margin-bottom: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: none !important;
  }
  .about-us-v1 .wpb_wrapper h1.mg-title {
    font-size: 30px;
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .about-us-v1 .btn-container {
    margin-top: 30px;
    margin-bottom: 50px;
  }
  .about-us-v1 .wpx {
    margin-top: 15px !important;
    margin-bottom: 50px !important;
  }
  .about-us-v1 .wpx-gray {
    padding: 50px 0;
  }
  .about-us-v1 .wpx-gray .heading-title-wpx {
    font-size: 40px;
  }
  .about-us-v1 .wpx-gray .test-cont {
    padding: 50px 15px 20px 15px;
  }
  .about-us-v1 .wpx-gray .test-cont .testi-image {
    width: 60px;
  }
  .about-us-v2 .text-left {
    text-align: center;
  }
  .about-us-v2 .cont-about-v2 .cont-title {
    margin: 50px auto;
  }
  .about-us-v2 .cont-about-v2 .contact-cont {
    text-align: center;
  }
  .about-us-v2 .cont-about-v2 .contact-cont .social-cont {
    margin-top: 35px;
    font-size: 20px;
  }
  .about-us-v2 .cont-about-v2 .contact-cont .social-cont i {
    margin: 0 10px 60px 0;
  }
  .about-us-v2 .cont-about-v2 .contact-cont .social-cont i:last-child {
    margin: 0px !important;
  }
  .about-us-v2 .cont-about-v2 .mg-mob {
    margin-bottom: 100px;
  }
  .about-us-v2 .cont-about-v2 .mg-mob img {
    margin-top: 20px;
  }
  .about-us-v2 .cont-about-v2 .heading-title-wpx {
    margin: 100px 0;
  }
  .about-us-v2 .cont-about-v2 .mg-width {
    max-width: 300px;
    margin: 20px auto;
  }
  .about-us-v2 .cont-about-v2 .mg-width:first-child {
    margin: 0px auto !important;
  }
  .about-us-v2 .bg-gray .pd-gray {
    padding-bottom: 100px;
  }
  .about-us-v2 .brands-cont img {
    width: 32.5%;
  }
  .footer-v1,
  .w {
    text-align: center;
  }
  .container-v1 .img-1 {
    margin-top: 45px;
  }
  .container-v1 .img-4 {
    margin-top: 90px;
  }
  .container-v1 .row.margin-right-custom {
    margin-right: -15px;
  }
  .container-v1 .promo .promo-image .title {
    color: black;
  }
  .container-v2.full-screen.parallax-disabled {
    background-attachment: scroll;
  }
  .container-v2.full-screen.parallax-disabled .full-screen {
    background-attachment: scroll !important;
  }
  .container-v2.hide-desk {
    display: none;
  }
  .container-v2 .mg-top-img-mob {
    margin-top: 30px;
  }
  .container-v2 .row {
    margin-right: -15px !important;
  }
  .container-v2 .row.no-margin-mob {
    margin-top: 0px !important;
  }
  .container-v2.slider-parallax {
    height: 280px !important;
  }
  .container-v2.slider-parallax div {
    height: 280px !important;
  }
  .container-v2 .before-footer-title {
    font-size: 25px;
  }
  .container-v2.sec-with-bg-v2 {
    background: #f4f4f4;
    position: relative;
    overflow: hidden;
    margin-bottom: 70px;
  }
  .container-v2 .bottommargin-mob {
    margin-bottom: 28px !important;
  }
  .container-v2 .padding-news-mob {
    padding-left: 30px;
    padding-right: 30px;
  }
  .container-v3 .topmarginmob {
    margin-top: 50px;
  }
  .container-v3.module-split h3 {
    font-size: 25px;
    font-weight: 700;
    text-transform: capitalize;
  }
  .container-v3.module-split h3.nomarginmob,
  .container-v3.module-split h3.summer-denim {
    margin-top: 0px;
  }
  .container-v3.module-split p {
    font-size: 13px;
    font-weight: 400;
    line-height: 25px;
  }
  .container-v3.module-split p.premium-p {
    margin-top: 0px;
  }
  .container-v3.module-split span {
    font-size: 15px;
    font-weight: 400;
    line-height: 40px;
    text-transform: uppercase;
    text-decoration: underline;
    margin-bottom: 30px;
    display: block;
  }
  .container-v4.custom-margin {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .container-v4 .heading-title h2 {
    line-height: 50px;
  }
  .container-v4 .nopadding-mob,
  .container-v4 .nopadding-mob-v4 {
    padding: 0px;
  }
  .container-v4 .mg-top-mob {
    margin-top: 40px;
  }
  .content-v5 .image-wrapper-3,
  .content-v5 .image-wrapper-2,
  .content-v5 .image-wrapper-1 {
    min-height: 400px;
    max-width: 335px;
    margin: 30px auto;
    float: none;
    overflow: auto;
  }
  .content-v5 .product-item {
    width: 45%;
    margin: 0px;
    margin-left: 0px;
  }
  .content-v5 .product-item:nth-child(even) {
    margin-left: 10%;
  }
  .content-v5 .owl-carousel .banner-item .content_slider {
    width: 100%;
    left: 0px;
    top: 45%;
    transform: translateY(-45%);
  }
  .content-v5 .owl-carousel .banner-item .content_slider .buttons .custom_content {
    width: 100%;
    margin-top: 0;
  }
  .content-v5 .owl-carousel .banner-item .content_slider .buttons .custom_content p.sale_of_text {
    font-size: 25px;
    line-height: 40px;
    padding: 0px;
    margin: 0px;
    letter-spacing: 2px !important;
  }
  .content-v5 .owl-carousel .banner-item .content_slider .buttons .custom_content .sale_of_img {
    display: none;
  }
  .content-v5 .box-content .green-title {
    padding: 50px 0;
  }
  .content-v5 .box-content .page-small-width {
    padding: 70px 50px;
    margin: 0px;
  }
  .content-v5 .box-content .page-small-width h4 {
    margin-top: 0px;
  }
  .content-v5 .box-content .content-green-dark {
    margin: 20px 0 0 0;
  }
  .content-v5 .float-none-mob-margin {
    float: none;
    margin: 0 auto;
  }
  .content-v5 h4.separator:after {
    content: "";
    width: 150px;
    height: 1px;
    background: #403d3d !important;
    display: block;
    margin: 10px auto 0 auto;
  }
  .content-v5 .blockContainer {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
  }
  .content-v5 .blockContainer .blockA {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    box-ordinal-group: 2;
  }
  .content-v5 .blockContainer .blockB {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    box-ordinal-group: 1;
  }
  .content-v6 .toc {
    line-height: 3em;
  }
  .content-v6 .toc .mg-text {
    margin-bottom: 10px;
  }
  .hp-v7 .hp-v7-slider {
    padding: 0px !important;
  }
  .hp-v7 .banner-item {
    margin: 0px !important;
  }
  .hp-v7 .hp-v7-boxes .box-content .image-wrapper img {
    width: 100%;
  }
  .hp-v7 .hp-v7-boxes .box-content .button-block {
    line-height: 4.4em;
  }
  .hp-v7 .hp-v7-boxes .paddingright {
    padding-right: 0px !important;
  }
  .hp-v7 .hp-v7-boxes .paddingleft {
    padding-left: 0px !important;
  }
  .hp-v7 .hp-v7-boxes #box-content-2 {
    padding-top: 10px !important;
  }
  .hp-v7 .hp-v7-boxes #box-content-3,
  .hp-v7 .hp-v7-boxes #box-content-61 {
    padding-right: 0px !important;
  }
  .hp-v7 .hp-v7-boxes #box-content-4,
  .hp-v7 .hp-v7-boxes #box-content-5,
  .hp-v7 .hp-v7-boxes #box-content-71 {
    padding-left: 0px !important;
  }
  .hp-v7 .hp-v7-boxes #box-content-1,
  .hp-v7 .hp-v7-boxes #box-content-3 {
    padding-left: 0px !important;
  }
  .hp-v7 .hp-v7-boxes.container {
    padding: 0 !important;
    width: 100%;
  }
  .hp-v7 .hp-v7-slider .hp-slider-content p {
    font-size: 1em;
  }
  .hp-v7 .hp-v7-slider .hp-slider-content h3 {
    font-size: 6em;
    margin-top: 1rem;
    margin-bottom: 0.2em;
  }
  .hp-v7 .row {
    margin-left: 0px;
  }
  .hp-v7 .padding-btm-mob {
    padding-bottom: 10px !important;
  }
  .hp-v7 .mg-bottom-insta .instagram-heading-title {
    margin-bottom: 40px;
  }
  .content-v8 .owl-carousel .banner-item .content_slider {
    left: 0px;
    width: 100%;
  }
  .content-v8 .owl-carousel .owl-dots {
    bottom: 20px !important;
  }
  .content-v8 .list-categories {
    display: none;
  }
  .content-v8 .brands-slider .owl-dots {
    top: 70px;
    display: block !important;
  }
  .content-v8 .shop-now {
    margin-top: 10px;
  }
  .content-v8 .row .flip-box-before {
    font-size: 1.2em;
  }
  .content-v8 .catalog-product-v8 .products-grid {
    padding-left: 15px;
    padding-right: 15px;
  }
  .content-v8 .catalog-product-v8 .products-grid .product-item {
    width: 100% !important;
    margin-bottom: 10px;
  }
  .content-v8 .catalog-product-v8 .products-grid .product-item:last-child {
    margin-bottom: 0px;
  }
  .content-v8 .catalog-product-v8 .products-grid .product-item .product-item-details {
    top: 35% !important;
  }
  .equal,
  .equal-v10 {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    /* NEW, Spec - Firefox, Chrome, Opera */
    flex-direction: column-reverse;
  }
  .equal .order-1,
  .equal-v10 .order-1 {
    order: 1;
  }
  .equal .order-2,
  .equal-v10 .order-2 {
    order: 2;
  }
  /******************************************************************************/
  /*****Animation frames*****/
  /******************************************************************************/
  #slide1-slideInDown,
  #slide1-slideInRight,
  #slide1-slideInLeft,
  #slide2-slideInLeft,
  #slide2-lightSpeedIn,
  #slide3-slideInDown,
  #slide3-lightSpeedIn {
    visibility: visible;
  }
  .display-block-desktop {
    display: none;
  }
  .display-block-mobile {
    display: block;
  }
  .margin-top-20-mobile {
    margin-top: 20px;
  }
  .flip-box .flip-box-before {
    font-size: 16px;
  }
  .content-v9 .custom-content {
    margin-top: 210px;
  }
  .content-v9#slider-top .custom_content {
    margin-top: 230px !important;
  }
  .content-v9 .wrapper-top-slider-v9 {
    min-height: 300px;
  }
  .content-v9 .wrapper-top-slider-v9 .owl-item .banner-item .content_slider {
    top: 7%;
    left: 0;
    width: 100%;
  }
  .content-v9 .wrapper-top-slider-v9 .owl-item .sofa {
    max-width: 220px;
  }
  .content-v9 .wrapper-top-slider-v9 .owl-item .chair {
    max-width: 147px;
  }
  .content-v9 .wrapper-top-slider-v9 .owl-item .table {
    max-width: 203px;
    margin-top: -57px;
  }
  .content-v9 .wrapper-top-slider-v9 .owl-stage-outer {
    overflow: inherit;
  }
  .content-v9 .equal .margin-top-30-mobile {
    margin-top: 30px;
  }
  .content-v9 .year {
    font-size: 20px;
  }
  .content-v9 .small-text-v9-slider {
    font-size: 12px;
  }
  .content-v9 .single-image {
    margin: 0 0 30px;
  }
  .content-v9 .btn-shop-now {
    display: inline-block;
    margin-top: 20px;
  }
  .content-v9 .v9-table .v9-coll {
    padding: 30px;
  }
  .content-v9 .wrapper-top-slider-v9 .custom-slider {
    padding-bottom: 0px;
  }
  .content-v9 .wrapper-top-slider-v9 .owl-stage-outer {
    min-height: 320px;
  }
  .content-v9 .wrapper-top-slider-v9 .owl-stage-outer .custom_content {
    margin-top: 218px !important;
  }
  .content-v9 .wrapper-top-slider-v9 .owl-controls .owl-dots {
    bottom: 10px !important;
  }
  .content-v9 .owl-carousel .wrapper-top-slider-v9 .custom-slider {
    padding-bottom: 0px;
  }
  .content-v9 .owl-carousel .wrapper-top-slider-v9 .owl-stage-outer {
    min-height: 320px;
  }
  .content-v9 .owl-carousel .wrapper-top-slider-v9 .owl-controls .owl-dots {
    bottom: 0px !important;
  }
  .content-v10 {
    padding-top: 0px;
    padding-bottom: 55px;
    padding-left: 0px;
    padding-right: 0px;
    /*  .custom_content{
        display: none;
      }*/
  }
  .content-v10.nopaddbottom {
    padding-bottom: 0px;
  }
  .content-v10 .text-right-col {
    text-align: right;
  }
  .content-v10 .pd-mob {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .content-v10 .feature-row {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 22px;
    padding-right: 22px;
    margin-right: -15px !important;
  }
  .content-v10 .column {
    display: block;
    width: 100%;
    vertical-align: top;
    max-width: 530px;
    margin: 0 auto;
  }
  .content-v10 .column-product {
    display: block;
    width: 100%;
    vertical-align: top;
    text-align: center;
    max-width: 530px;
    margin: 0 auto;
  }
  .content-v10 .column-product h1 {
    font-size: 20px !important;
  }
  .content-v10 .descr-prod {
    text-align: left;
  }
  .content-v10 .img-bar,
  .content-v10 .img-bar {
    max-width: 400px;
    margin: 0 auto;
  }
  .content-v10 .img-bar .image-bar__content,
  .content-v10 .img-bar .image-bar__content {
    height: 300px;
  }
  .content-v10 .products-grid .product-item {
    width: 100% !important;
    margin-left: 0px !important;
  }
  .content-v10 .products-grid .product-item .product-item-details {
    max-width: 300px;
    margin: 0 auto;
  }
  .content-v10 .products-grid .product-item .product-image-container {
    max-width: 300px;
  }
  .container-v11 .margin-bottom-section-mob {
    margin-bottom: 50px;
  }
  .container-v11 .margin-top-section-mob {
    margin-top: 50px;
  }
  .container-v11 .nomarginmob {
    margin: 0px;
  }
  .container-v11 .nomarginleft {
    margin-left: 0px;
  }
  .container-v11 .table-order {
    display: table;
    margin: 0px;
  }
  .container-v11 .table-order .column {
    width: 100%;
  }
  .container-v11 .table-order .home-promotion-text {
    display: table-footer-group;
    text-align: center;
    display: block;
    margin-bottom: 50px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .container-v11 .table-order .home-promotion-image,
  .container-v11 .table-order .home-left-right-media {
    display: table-header-group;
    text-align: center;
  }
  .container-v11 .module-inner {
    text-align: center;
  }
  .container-v11 .module-inner .home-left-right-text,
  .container-v11 .module-inner .home-left-right-media {
    width: 100%;
  }
  .container-v11 .module-inner .product-slideshow,
  .container-v11 .module-inner .product-details {
    width: 100%;
    display: block;
  }
  .container-v12.slider-v1-cat {
    padding-bottom: 0px;
  }
  .container-v12.slider-v2-cat {
    padding-top: 0px;
    padding-bottom: 35px;
  }
  .container-v12 .col_last,
  .container-v12 .col_one_third {
    margin-bottom: 0px !important;
  }
  .container-v12 .nomarginleft {
    margin-left: 0px;
  }
  .container-v12 .none-mob {
    display: none;
  }
  .container-v14 .no-padd-mob {
    padding: 0px;
  }
  .container-v14 .padd-mob-last {
    max-height: 622px;
    padding: 250px 0;
  }
  .container-v14 .mg-top-mob-v14 {
    margin-top: 100px;
  }
  .container-v14 .vc_column_container .vc_custom {
    padding: 250px 0;
    /*    height: 550px;*/
  }
  .page-layout-1column .container-v15 .c-product-tray,
  .page-layout-1column .container-v15 .product-items {
    margin-left: 0px;
  }
  .page-layout-1column .container-v15 .row {
    margin-right: 0px;
    margin-left: 0px;
  }
  .page-layout-1column .container-v15 .block.widget .see-all {
    right: 30px;
  }
  .page-layout-1column .container-v15 .block.widget .products-grid .item-v16 {
    width: 50%;
    text-align: center;
  }
  .page-layout-1column .container-v15 .block.widget .products-grid .item-v16 .product-image-wrapper {
    z-index: 0;
  }
  .container-v15 .mg-top-50-mob {
    margin-top: 50px;
    overflow: auto;
  }
  .container-v15 .mg-top-20-mob {
    margin-top: 20px;
  }
  .container-v15 .c-live-text {
    position: absolute;
    text-align: center;
    margin: 20px 0 75px 0;
    bottom: 30px;
    left: 0px;
    margin: 0 auto;
    right: 0px;
  }
  .cms-content-important {
    margin: 0 0 35px 0px;
  }
  .column .privacy-policy .privacy-policy-content {
    width: 100%;
    padding-left: 0px;
    float: none;
  }
  .column .privacy-policy .block-collapsible-nav {
    width: 100%;
    position: static;
  }
  .footer-v2 .toggle .togglec,
  .footer-v4 .toggle .togglec {
    margin: 10px 24px 0 24px;
  }
  .footer-v2 .toggle .togglet,
  .footer-v4 .toggle .togglet,
  .footer-v2 .toggle .toggleta,
  .footer-v4 .toggle .toggleta {
    padding: 0;
    font-size: 12px;
    text-decoration: none !important;
  }
  .contact-details {
    margin-top: 70px;
    margin-bottom: 50px;
  }
  .contact-v2 .contact_frm_wpx {
    margin: 35px auto;
    padding: 0 15px;
  }
  .contact-v2 .contact_frm_wpx .name,
  .contact-v2 .contact_frm_wpx .email,
  .contact-v2 .contact_frm_wpx .telephone {
    width: 100%;
  }
  .contact-v2 .title-contact {
    margin-top: 70px;
  }
  .contact-v2 .mob-pd {
    padding: 0 15px;
  }
  .theme-pearl.store-view-rrr111 h1 {
    font-size: 2rem;
    line-height: 1.2;
  }
  .theme-pearl.store-view-rrr111 .rating-summary .rating-result {
    width: 88px;
  }
  .theme-pearl.store-view-rrr111 .rating-summary .rating-result:before {
    font-size: 16px;
    height: 16px;
  }
  .theme-pearl.store-view-rrr111 .rating-summary .rating-result > span:before {
    font-size: 16px;
    height: 16px;
  }
  .theme-pearl.store-view-rrr111 .cart-discount {
    margin-top: 20px;
    padding: 10px 15px;
  }
  .theme-pearl.store-view-rrr111 .cart-discount .block.discount .title strong:after,
  .theme-pearl.store-view-rrr111 .cart-discount .block.giftcard .title strong:after {
    float: right;
    margin-right: 15px;
  }
  .theme-pearl.store-view-rrr111 .cart-discount .block.discount .content,
  .theme-pearl.store-view-rrr111 .cart-discount .block.giftcard .content {
    position: relative;
  }
  .theme-pearl.store-view-rrr111 .cart-discount .block.discount .content .fieldset .secondary,
  .theme-pearl.store-view-rrr111 .cart-discount .block.giftcard .content .fieldset .secondary {
    bottom: 0;
    left: 0;
  }
  .theme-pearl.store-view-rrr111 .gift-options-cart-item + .action-towishlist {
    left: 24px !important;
  }
  .theme-pearl .row {
    margin-right: 0px;
  }
  .page-wrapper .btt-button {
    bottom: 60px;
  }
  .columns .column.main {
    max-width: 100%;
  }
  .owl-carousel .owl-item .product-item .product-item-info {
    background: none transparent !important;
    box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
  }
  .wp-productpage-prev-next {
    -ms-flex-order: -3;
    -webkit-order: -3;
    order: -3;
  }
  .wp-productpage-prev-next .wp-pp-next-link.tooltip span,
  .wp-productpage-prev-next .wp-pp-prev-link.tooltip span {
    display: none;
  }
  .theme-pearl.product-page-v1 .modal-popup.modal-slide._inner-scroll._show,
  .theme-pearl.product-page-v2 .modal-popup.modal-slide._inner-scroll._show,
  .theme-pearl.product-page-v3 .modal-popup.modal-slide._inner-scroll._show,
  .theme-pearl.product-page-v4 .modal-popup.modal-slide._inner-scroll._show {
    left: 20px;
    right: 20px;
  }
  .theme-pearl.product-page-v1 .modal-popup.modal-slide .modal-inner-wrap[class],
  .theme-pearl.product-page-v2 .modal-popup.modal-slide .modal-inner-wrap[class],
  .theme-pearl.product-page-v3 .modal-popup.modal-slide .modal-inner-wrap[class],
  .theme-pearl.product-page-v4 .modal-popup.modal-slide .modal-inner-wrap[class] {
    background: #fff;
  }
  .theme-pearl.catalog-product-view .fixed-cart-container.sticky-slide-up-mobile {
    transform: translateY(0%);
  }
  .theme-pearl.catalog-product-view .fixed-cart-container {
    padding: 10px 15px 20px 15px;
    bottom: 0;
    left: 0;
    z-index: 10;
    transform: translateY(100%);
    transition: all 0.25s ease-out;
    -webkit-box-shadow: 0 -20px 30px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 -20px 30px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 -20px 30px 0 rgba(0, 0, 0, 0.05);
  }
  .theme-pearl.catalog-product-view .fixed-cart-container .inner-content .display-only-desktop {
    display: none !important;
  }
  .theme-pearl.catalog-product-view .fixed-cart-container .inner-content .sticky-flex.wp-left-container .wp-st-product-review,
  .theme-pearl.catalog-product-view .fixed-cart-container .inner-content .sticky-flex.wp-left-container .wp-st-product-name {
    display: block;
    float: left;
  }
  .theme-pearl.catalog-product-view .fixed-cart-container .inner-content .sticky-flex.wp-right-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .theme-pearl.catalog-product-view .fixed-cart-container .inner-content .sticky-flex.wp-right-container .wp-st-product-price {
    float: left;
    text-align: left;
  }
  .theme-pearl.catalog-product-view .fixed-cart-container .inner-content .sticky-flex.wp-right-container .wp-st-addtocart-container {
    float: right;
  }
  .theme-pearl.catalog-product-view .fixed-cart-container .inner-content .sticky-flex.wp-right-container .wp-st-product-wishlist {
    margin: 0;
  }
  .theme-pearl.catalog-product-view .fixed-cart-container .inner-content .sticky-flex.wp-right-container .wishlist-add-to-cart-wrapper {
    display: flex;
    align-items: center;
  }
  .theme-pearl.catalog-product-view .page-main .columns .product.info.detailed .product.data.items .item.content .read-more,
  .theme-pearl.catalog-product-view .page-main .columns .product.info.detailed .product.data.items .item.content .read-less {
    display: none;
  }
  .theme-pearl.catalog-product-view .page-main .columns .tabs-v3.product.info.detailed .product.data.items {
    border-bottom: none;
  }
  .theme-pearl.catalog-product-view .page-main .columns .tabs-v3.product.info.detailed .product.data.items .content-title {
    display: flex;
    align-items: center;
    min-height: 40px;
    border-top: 1px solid #DFDFDF;
  }
  .theme-pearl.catalog-product-view .page-main .columns .tabs-v3.product.info.detailed .product.data.items .content-title .counter {
    display: none;
  }
  .theme-pearl.catalog-product-view .page-main .columns .tabs-v3.product.info.detailed .product.data.items .item.content.mobile-tabs:nth-child(2) {
    display: block;
    max-height: 0;
  }
  .theme-pearl.catalog-product-view .page-main .columns .tabs-v3.product.info.detailed .product.data.items .item.content.mobile-tabs {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    padding: 0 15px 0 15px;
    display: block;
    margin: 0;
  }
  .theme-pearl.catalog-product-view .page-main .columns .tabs-v3.product.info.detailed .product.data.items .item.content.mobile-tabs .control {
    position: relative;
  }
  .theme-pearl.catalog-product-view .page-main .columns .tabs-v3.product.info.detailed .product.data.items .item.content.mobile-tabs.active {
    margin: 10px 0;
  }
  .theme-pearl.catalog-product-view .page-main .columns .tabs-v3.product.info.detailed .product.data.items .item.content.mobile-tabs.active .control {
    position: unset;
  }
  .theme-pearl .tabs-v3.no-border .product.data.items .nav-wrapper {
    display: none;
  }
  .theme-pearl .tabs-v3.no-border .product.data.items .content-wrapper .content-title {
    justify-content: center;
    position: relative;
    font-size: 18px;
  }
  .theme-pearl .tabs-v3.no-border .product.data.items .content-wrapper .content-title:after {
    font-family: luma-icons;
    content: '\e622';
    position: absolute;
    right: 15px;
    font-size: 14px;
    top: 50%;
    transform: translateY(-50%);
  }
  .theme-pearl .tabs-v3.no-border .product.data.items .content-wrapper .content-title.active:after {
    content: '\e621';
    font-size: 14px;
  }
  .cart-container .cart.main.actions {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    padding: 0 15px;
  }
  .cart-container .form-cart .actions.main .clear {
    height: 32px;
    width: 100%;
    justify-content: center;
    margin-bottom: 10px;
  }
  .cart-container .form-cart .actions.main .continue {
    height: 32px;
    width: 100%;
    justify-content: center;
    margin-bottom: 10px;
    align-items: center;
  }
  .cart-container .form-cart .actions.main .action.update {
    height: 32px;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
  }
  .theme-pearl.wishlist-index-index .products-grid.wishlist .product-reviews-summary {
    margin-left: 100px;
  }
}
@media only screen and (max-width: 639px) {
  .abs-visually-hidden-mobile,
  .table-downloadable-products .col.title:before,
  .table-giftregistry-items .col.product:before {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile:before,
  .abs-add-clearfix-mobile:after,
  .abs-checkout-order-review tbody > tr:before,
  .abs-checkout-order-review tbody > tr:after,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:before,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
  .table-giftregistry-items .col.product:before,
  .table-giftregistry-items .col.product:after,
  .multicheckout.order-review .data.table tbody > tr:before,
  .multicheckout.order-review .data.table tbody > tr:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile:after,
  .abs-checkout-order-review tbody > tr:after,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
  .table-giftregistry-items .col.product:after,
  .multicheckout.order-review .data.table tbody > tr:after {
    clear: both;
  }
  .multicheckout.order-review .data.table tbody > tr:not(:last-child) {
    border-bottom: 1px solid #cccccc;
  }
  .multicheckout.order-review .data.table tbody > tr > td.col.item:before {
    display: none;
  }
  .multicheckout.order-review .data.table tbody > tr > td.col.qty,
  .multicheckout.order-review .data.table tbody > tr > td.col.price,
  .multicheckout.order-review .data.table tbody > tr > td.col.subtotal {
    box-sizing: border-box;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%;
  }
  .multicheckout.order-review .data.table tbody > tr > td.col.qty[data-th]:before,
  .multicheckout.order-review .data.table tbody > tr > td.col.price[data-th]:before,
  .multicheckout.order-review .data.table tbody > tr > td.col.subtotal[data-th]:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-bottom: 11px;
  }
  .multicheckout.order-review .data.table tbody > tr > td.col:last-child {
    border: 0;
  }
  .abs-checkout-order-review .product-item-name,
  .multicheckout.order-review .data.table .product-item-name {
    margin: 0;
  }
  .abs-product-items-summary tbody .col {
    padding: 11px 0 0;
  }
  .abs-product-items-summary tfoot .mark {
    padding-bottom: 5.5px;
    text-align: left;
  }
  .abs-product-items-summary tfoot .amount {
    padding-top: 0;
    text-align: left;
  }
  .abs-product-items-summary tfoot .grand.totals {
    font-size: 1.6rem;
  }
  .abs-product-items-summary tfoot .grand.totals .mark {
    padding-bottom: 0;
    padding-top: 5.5px;
  }
  .abs-product-items-summary tfoot .grand.totals .amount {
    padding-bottom: 11px;
    padding-top: 0;
  }
  .abs-product-items-summary tfoot .grand.totals .amount strong {
    border-top: none;
  }
  .abs-account-table-margin-mobile,
  .table-wrapper.balance-history,
  .table-wrapper.reward-history,
  .table-wrapper.orders-recent {
    margin-top: -22px;
  }
  .abs-sidebar-totals-mobile th:before,
  .abs-sidebar-totals-mobile td:before,
  .account .table-billing-agreements .col.actions:before,
  .account .table-billing-agreements-related .col.actions:before,
  .table-wrapper.comparison .table-comparison > tbody > tr > th:before,
  .table-wrapper.comparison .table-comparison > tbody > tr > td:before,
  .cart .table.items .col.item:before,
  .cart .table.items .item-actions td:before,
  .account .table-giftregistry .col.actions:before,
  .table.grouped > tbody > tr > td:before,
  .account .table-reviews .col.actions:before,
  .account .table-order-items .col.actions:before,
  .account .table-order-items .col.options:before,
  .cart-totals .totals th:before,
  .cart-totals .totals td:before,
  .opc-block-summary .totals th:before,
  .opc-block-summary .totals td:before {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-no-display-s,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison).additional-attributes tbody th,
  .order-details-items .table-order-items .options-label,
  .opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
    display: none;
  }
  .abs-title-orders-mobile .page-main .page-title-wrapper .page-title,
  .magento-rma-returns-returns .page-main .page-title-wrapper .page-title,
  .magento-rma-returns-view .page-main .page-title-wrapper .page-title,
  .account .page-main .page-title-wrapper .page-title,
  [class^='sales-guest-'] .page-main .page-title-wrapper .page-title,
  .sales-guest-view .page-main .page-title-wrapper .page-title {
    display: block;
  }
  .abs-title-orders-mobile .page-main .page-title-wrapper .order-status,
  .magento-rma-returns-returns .page-main .page-title-wrapper .order-status,
  .magento-rma-returns-view .page-main .page-title-wrapper .order-status,
  .account .page-main .page-title-wrapper .order-status,
  [class^='sales-guest-'] .page-main .page-title-wrapper .order-status,
  .sales-guest-view .page-main .page-title-wrapper .order-status {
    margin: -11px 0 11px;
  }
  .abs-table-striped-mobile > tbody > tr > td:last-child,
  .account .data.table > tbody > tr > td:last-child {
    border: 0;
  }
  .abs-no-border-top,
  .product.info.detailed .additional-attributes-wrapper,
  .table-wrapper.balance-history,
  .table-wrapper.table-returns,
  .table-wrapper.orders-recent,
  .order-details-items .table-wrapper {
    border-top: 0;
  }
  .abs-no-border-bottom {
    border-bottom: 0;
  }
  .abs-sidebar-totals-mobile .amount,
  .cart-totals .totals .amount,
  .opc-block-summary .totals .amount {
    text-align: right;
  }
  .table-wrapper {
    border-top: 1px solid #cccccc;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) {
    border: none;
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > thead > tr > th {
    display: none;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th {
    border-bottom: none;
    display: block;
    padding: 5.5px 11px;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td[data-th]:before,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th[data-th]:before {
    padding-right: 11px;
    content: attr(data-th) ': ';
    display: inline-block;
    color: #080808;
    font-weight: 700;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr > th {
    background-color: #f6f6f6;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td:first-child {
    padding-top: 15px;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td:last-child {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 15px;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td.col.qty {
    text-align: left;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison).additional-attributes tbody td:last-child {
    border: none;
    padding: 0 0 5.5px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child th,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child td {
    padding-top: 22px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .mark {
    box-sizing: border-box;
    float: left;
    text-align: left;
    width: 70%;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .amount {
    box-sizing: border-box;
    float: left;
    text-align: right;
    width: 30%;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .grand.totals {
    font-size: 1.6rem;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .grand.totals .amount {
    padding-bottom: 11px;
  }
  .data-table-definition-list thead {
    display: none;
  }
  .data-table-definition-list tbody th {
    padding-bottom: 0;
  }
  .data-table-definition-list tbody th,
  .data-table-definition-list tbody td {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  .pages .pages-items {
    display: block;
    padding: 2px 40px 0;
    position: relative;
    white-space: normal;
    z-index: 1;
  }
  .pages-item-previous {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1;
  }
  .pages-item-next {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .aw-ctq__products-tab .aw-ctq__tooltip {
    position: relative;
    width: 30px;
    height: 25px;
    margin-top: 1px;
    margin-bottom: 1px;
    margin-left: -10px;
    text-align: center;
  }
  .aw-ctq__products-tab .aw-ctq__tooltip .tooltip-content {
    background: #ffffff;
    max-width: 360px;
    min-width: 210px;
    padding: 12px 16px;
    z-index: 100;
    display: none;
    position: absolute;
    text-align: left;
    color: #2c292a;
    line-height: 1.4;
    border: 1px solid #bbbbbb;
    margin-bottom: 5px;
    bottom: 100%;
    left: 0;
  }
  .aw-ctq__products-tab .aw-ctq__tooltip .tooltip-content:after,
  .aw-ctq__products-tab .aw-ctq__tooltip .tooltip-content:before {
    border: solid transparent;
    content: '';
    height: 0;
    position: absolute;
    width: 0;
  }
  .aw-ctq__products-tab .aw-ctq__tooltip .tooltip-content:after {
    border-width: 5px;
    border-color: transparent;
  }
  .aw-ctq__products-tab .aw-ctq__tooltip .tooltip-content:before {
    border-width: 6px;
    border-color: transparent;
  }
  .aw-ctq__products-tab .aw-ctq__tooltip .tooltip-content:after,
  .aw-ctq__products-tab .aw-ctq__tooltip .tooltip-content:before {
    top: 100%;
  }
  .aw-ctq__products-tab .aw-ctq__tooltip .tooltip-content:after {
    border-top-color: #ffffff;
    left: 15px;
    margin-left: -5px;
  }
  .aw-ctq__products-tab .aw-ctq__tooltip .tooltip-content:before {
    border-top-color: #bbbbbb;
    left: 15px;
    margin-left: -6px;
  }
  .aw-ctq__products-tab .aw-ctq__tooltip .tooltip-toggle {
    cursor: help;
  }
  .aw-ctq__products-tab .aw-ctq__tooltip .tooltip-toggle:hover + .tooltip-content,
  .aw-ctq__products-tab .aw-ctq__tooltip .tooltip-toggle:focus + .tooltip-content,
  .aw-ctq__products-tab .aw-ctq__tooltip:hover .tooltip-content {
    display: block;
  }
  .aw-ctq__products-tab .aw-ctq__tooltip .tooltip-toggle {
    margin: 5px 0 5px 0;
  }
  .onestepcheckout-index-index {
    -webkit-overflow-scrolling: touch;
    height: 100%;
    overflow: auto;
  }
  .onestepcheckout-index-index .page-title-wrapper {
    max-width: 100%;
  }
  .onestepcheckout-index-index .page-main {
    padding: 0;
  }
  .onestepcheckout-index-index .page-main .checkout-container {
    max-width: 100%;
  }
  .onestepcheckout-index-index .page-main .checkout-container .field-tooltip._active .field-tooltip-content {
    max-width: 200px;
  }
  .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar {
    padding: 10px;
    border-radius: 0;
    border-left: none;
    border-right: none;
  }
  .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option.customerbalance .actions-toolbar {
    max-width: 50%;
  }
  .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option.rewardpoints .actions-toolbar {
    max-width: 55%;
  }
  .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option.giftcardaccount .actions-toolbar {
    max-width: 80%;
  }
  .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-main .authentication {
    margin-top: 40px;
  }
  .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-main .email {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-main .aw-onestep-groups {
    margin: 0 auto;
  }
  .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-main .aw-onestep-groups .aw-onestep-groups_item .group-title h2 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
  }
  .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-main .shipping-address-item {
    width: 100% !important;
  }
  .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-main .payment-method-content {
    width: 100%;
  }
  .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-main .onestep-billing-address .action-toolbar,
  .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-main .onestep-shipping-address .action-toolbar {
    -webkit-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
  }
  .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-main .onestep-billing-address .action-toolbar .action,
  .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-main .onestep-shipping-address .action-toolbar .action {
    width: calc(100% - 10px);
  }
  .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-main .payment-method._active .fields.group-2 .field .label,
  .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-main .payment-method._active.payment-method-braintree .hosted-date-wrap .hosted-control .label {
    display: none;
  }
  .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-main .payment-method._active .fields.group-2 .field .label.short,
  .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-main .payment-method._active.payment-method-braintree .hosted-date-wrap .hosted-control .label.short {
    display: flex;
  }
  .onestepcheckout-index-index .page-main .checkout-container.aw-osc_customer-not-logged-in .aw-onestep-main .customer-information-title .title {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
  }
  .onestepcheckout-index-index .page-main .checkout-container.aw-osc_customer-not-logged-in .aw-onestep-main .authentication {
    margin-top: 0;
  }
  .aw-ui-listing .admin__data-grid-header-row .row {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .aw-ui-listing .admin__data-grid-header-row .row div {
    float: none;
    width: auto;
  }
  .aw-ui-listing .admin__data-grid-header-row .row div .admin__data-grid-pager {
    margin: 0;
  }
  .aw-ui-listing .admin__data-grid-header-row .row .admin__data-grid-pager-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .aw-ui-listing .admin__data-grid-header-row .row .admin__data-grid-pager-wrap .admin__control-support-text {
    margin-left: 1rem;
  }
  .aw-ui-listing .admin__data-grid-header-row .row .admin__data-grid-pager-wrap .admin__data-grid-pager {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 1rem;
  }
  .aw-ui-listing .admin__data-grid-wrap .data-grid thead {
    display: none;
  }
  .aw-ui-listing .admin__data-grid-wrap .data-grid tbody .data-row {
    display: block;
    padding-top: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid #ccc;
  }
  .aw-ui-listing .admin__data-grid-wrap .data-grid tbody .data-row td {
    display: block;
    max-width: 320px;
    margin: 0 auto;
    border-top: none;
  }
  .aw-ui-listing .admin__data-grid-wrap .data-grid tbody .data-row:first-child {
    margin-top: 25px;
    border-top: 1px solid #ccc;
  }
  .aw-ui-listing .admin__data-grid-wrap .data-grid tbody .data-row:last-child {
    margin-bottom: 25px;
  }
  .aw-ui-listing .admin__data-grid-wrap .data-grid .data-grid-cell-content {
    display: flex;
  }
  .aw-ui-listing .admin__data-grid-wrap .data-grid .data-grid-cell-content::before {
    content: attr(data-th) ":";
    font-weight: 700;
    color: #333333;
    display: inline-block;
    margin-right: 1rem;
  }
  .checkout-payment-method .amazon-sandbox-simulator {
    border-top: 1px solid #cccccc;
  }
  .links.nav-fastorder-toggle .mini-fast-order-toggle .close-mini-fast-order {
    color: #000;
  }
  .links.nav-fastorder-toggle .mini-fast-order-toggle #bss-fastorder-form table td {
    box-sizing: border-box;
  }
  .links.nav-fastorder-toggle .mini-fast-order-toggle #bss-fastorder-form table td.bss-fastorder-row-qty {
    display: table-cell;
    border-right: 0;
    border-left: 1px solid #eee;
  }
  .links.nav-fastorder-toggle .mini-fast-order-toggle #bss-fastorder-form table td.bss-fastorder-row-qty .product_qty {
    margin: 0;
  }
  .links.nav-fastorder-toggle .mini-fast-order-toggle #bss-fastorder-form table td.bss-fastorder-row-edit-delete {
    width: 1%;
  }
  #bss-fastorder-form tr.bss-row-error td:first-child {
    border-left: none !important;
  }
  #bss-fastorder-form tr.bss-row-error td.bss-fastorder-row-price {
    border-right: none !important;
  }
  .cms-fast-order .bss-grouped-popup .grouped {
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-height: unset !important;
  }
  .cms-fast-order .bss-grouped-popup .grouped thead {
    display: table;
    width: 100%;
  }
  .cms-fast-order .bss-grouped-popup .grouped thead tr th {
    display: inline-table !important;
    margin: 10px 1%;
  }
  .cms-fast-order .bss-grouped-popup .grouped thead tr th.item {
    width: 69%;
  }
  .cms-fast-order .bss-grouped-popup .grouped thead tr th.qty {
    width: 26%;
  }
  .cms-fast-order .bss-grouped-popup .grouped > tbody {
    border-bottom: none !important;
  }
  .cms-fast-order .bss-grouped-popup .bss-box-button .actions {
    margin-bottom: 10px;
  }
  .cms-fast-order .total-price-tax {
    display: inline-block;
  }
  .cms-fast-order .page-main .panel-content-table {
    padding: 0 10px;
  }
  .cms-fast-order .page-main .panel-content-table .background-full {
    display: none;
  }
  .cms-fast-order .page-main .toolbar {
    margin: 23px auto 5px;
  }
  .cms-fast-order .page-main .toolbar .toolbar-sorter {
    float: left;
    margin-top: 0;
  }
  .cms-fast-order .page-main .toolbar .toolbar-sorter .text-toolber {
    margin-left: 10px;
    padding: 5px 10px;
  }
  .cms-fast-order .page-main .toolbar .toolbar-sorter.toolbar-sorter-template2 {
    float: right;
  }
  .cms-fast-order .page-main .toolbar .bss-search-bar {
    position: relative;
    width: 96% !important;
  }
  .cms-fast-order .page-main .toolbar .bss-search-bar .bss-search-input2 {
    width: 50px;
    position: absolute !important;
    left: 10px;
    padding: 23px 22px 23px 25px!important;
    border: 2px solid #f2f2f2!important;
    background-color: #fff !important;
    background-position: 60% center!important;
  }
  .cms-fast-order .page-main .toolbar .bss-search-bar .bss-search-input2:focus {
    width: 100%;
    background-position: 92% center!important;
    z-index: 2;
  }
  .cms-fast-order .page-main .toolbar .bss-search-bar .bss-fastorder-autocomplete .content-search-fastorder {
    width: 98%;
    max-width: 100%;
    top: 50px;
    left: 10px;
  }
  .cms-fast-order .page-main .toolbar .bss-search-bar .bss-fastorder-autocomplete2 .content-search-fastorder {
    width: 88.7% !important;
  }
  .cms-fast-order .page-main .toolbar .bss-search-bar .bss-fastorder-autocomplete2 .content-search-fastorder .bss-product-name {
    padding-right: 27px;
  }
  .cms-fast-order .table-wrapper {
    border-top: none;
  }
  #bss-fastorder-form .foot1 button {
    padding: 15px 22px;
  }
  #bss-content-option-product {
    max-width: 278px;
  }
  #bss-content-option-product.bss-configurable-grid-view-popup {
    width: 100%;
    max-width: none;
  }
  #bss-fastorder-form .bss-search-input2 {
    margin-top: 0;
  }
  #bss-fastorder-form .bss-fastorder-row-qty .qty {
    width: 40px;
  }
  #bss-fastorder-form .bss-sample-csv {
    position: relative;
    top: 20px;
    padding: 0;
  }
  #bss-fastorder-form tfoot .foot1 {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
  }
  #bss-fastorder-form tfoot .foot1 td:before {
    display: none;
  }
  #bss-fastorder-form tfoot .foot1 td.addtoline-template2 {
    display: none !important;
  }
  #bss-fastorder-form tfoot .foot1 td.totalqty-template2 {
    position: relative;
    vertical-align: top;
    padding: 20px 30px 15px;
    border-bottom: none;
  }
  #bss-fastorder-form tfoot .foot1 .add-to-line,
  #bss-fastorder-form tfoot .foot1 .total-qty-fastorder {
    width: 49%;
    display: inline-block;
    box-sizing: border-box;
    border: none;
  }
  #bss-fastorder-form tfoot .foot1 .add-to-line button,
  #bss-fastorder-form tfoot .foot1 .total-qty-fastorder button {
    margin-bottom: 0;
  }
  #bss-fastorder-form tfoot .foot1 .fill-line,
  #bss-fastorder-form tfoot .foot1 .subtotal-fastorder {
    width: 50%;
    display: inline-block;
    box-sizing: border-box;
    border: none;
  }
  #bss-fastorder-form tfoot .foot1 .subtotal-template2 {
    width: 100% !important;
  }
  #bss-fastorder-form tfoot .foot1 .add-to-line,
  #bss-fastorder-form tfoot .foot1 .fill-line {
    padding: 20px 30px 0px;
    vertical-align: top;
    border-bottom: none;
  }
  #bss-fastorder-form .bss-search-input {
    max-width: 100%;
  }
  #bss-fastorder-form .bss-search-input2 {
    max-width: 90%;
  }
  #bss-fastorder-form table.bss-fastorde-bottom {
    border: none;
  }
  #bss-fastorder-form table.bss-fastorde-bottom tr td {
    width: 100%;
    display: block;
    box-sizing: border-box;
  }
  #bss-fastorder-form table.bss-fastorde-bottom tr td .multiple-wishlist {
    position: relative;
    margin-bottom: 10px;
  }
  #bss-fastorder-form table.bss-fastorde-bottom tr td .multiple-wishlist #bss-access-multiple {
    position: absolute;
    margin-top: 0;
    padding: 9.5px 30px;
  }
  #bss-fastorder-form table.bss-fastorde-bottom tr td.multi-wishlist-bottom {
    padding: 0px 30px 65px 30px !important;
  }
  #bss-fastorder-form table.bss-fastorde-bottom tr td.multi-wishlist-bottom .multi-show {
    padding: 0px 10px;
    width: 59%;
  }
  #bss-fastorder-form table.bss-fastorde-bottom tr td.multi-wishlist-bottom .multi-show .show-input {
    font-size: 1.1rem;
  }
  #bss-fastorder-form table.bss-fastorde-bottom tr td.all-add-button {
    padding: 20px 30px 10px 30px !important;
    border-top: 1px solid #eee;
  }
  #bss-fastorder-form table td.bss-fastorder-row-image {
    display: table-cell;
    width: 30%;
    border-bottom: 1px solid #eee;
  }
  #bss-fastorder-form table td {
    text-align: left;
    padding: 20px 30px 22px;
  }
  #bss-fastorder-form table td.bss-fastorder-row-edit-delete {
    display: table-cell;
    width: 20%;
    border-bottom: 1px solid #eee;
  }
  #bss-fastorder-form table td.bss-fastorder-row-edit-delete:before {
    display: none;
  }
  #bss-fastorder-form table td.bss-fastorder-row-qty {
    display: inline-block;
    width: 44.5%;
    border: none;
    box-sizing: border-box;
    border-right: 1px solid #eee;
  }
  #bss-fastorder-form table td.bss-fastorder-row-price {
    display: inline-table;
    width: 50%;
    border: none;
    position: relative;
    top: 0px;
    margin-left: 4%;
  }
  #bss-fastorder-form table td.bss-fastorder-row-ref {
    border-left: none;
    border-right: none;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eee;
    width: 100%;
  }
  #bss-fastorder-form table td:before {
    color: #1979c3;
    font-size: 1.4rem;
    text-transform: uppercase;
    font-weight: 500;
    padding-bottom: 10px;
    display: block;
    content: attr(data-th);
  }
  #bss-fastorder-form table td.bss-fastorder-row-name {
    display: table-cell;
    width: 50%;
    border-bottom: 1px solid #eee;
    box-sizing: border-box;
    padding-left: 0px;
    padding-right: 0px;
  }
  #bss-fastorder-form table td.bss-fastorder-row-name:before {
    display: none;
  }
  #bss-fastorder-form .bss-fastorder-row-image img {
    max-width: 100%;
  }
  #bss-fastorder-form .bss-fastorder-autocomplete .content-search-fastorder {
    width: 98.7%;
    max-width: 100%;
  }
  #bss-fastorder-form .desktop-tfoot {
    display: none;
  }
  .cms-fast-order .page-main .panel-content-table .bss-fastorder-multiple-form tr {
    border-bottom: 1px solid #eee;
    margin: 20px 0;
  }
  .cms-fast-order .page-main .panel-content-table .bss-fastorder-multiple-form tr td {
    border: none;
  }
  /* Overwriting Magento's padding for the method title to make
       sure our KP methods have the same height as the core methods */
  .klarna-payments-method > .payment-method-title {
    padding: 6.5px 0 6.5px 15px;
  }
  .instagram-photos.col-2 a {
    width: 100% !important;
  }
  .instagram-photos.col-3 a {
    width: 100% !important;
  }
  .instagram-photos.col-4 a {
    width: 100% !important;
  }
  .instagram-photos.col-5 a {
    width: 100% !important;
  }
  .instagram-photos.col-6 a {
    width: 100% !important;
  }
  .checkout-onepage-success .thankyou-wrapper .table-wrapper,
  .multishipping-checkout-success .thankyou-wrapper .table-wrapper {
    border-top: 0 none;
  }
  .checkout-onepage-success .thankyou-wrapper #table-order-items thead,
  .multishipping-checkout-success .thankyou-wrapper #table-order-items thead {
    display: none;
  }
  .checkout-onepage-success .thankyou-wrapper #table-order-items .order-item-row,
  .multishipping-checkout-success .thankyou-wrapper #table-order-items .order-item-row {
    border-top: 1px solid #ccc;
    text-align: left;
  }
  .checkout-onepage-success .thankyou-wrapper #table-order-items .order-item-row .col.image,
  .multishipping-checkout-success .thankyou-wrapper #table-order-items .order-item-row .col.image,
  .checkout-onepage-success .thankyou-wrapper #table-order-items .order-item-row .col.name,
  .multishipping-checkout-success .thankyou-wrapper #table-order-items .order-item-row .col.name {
    display: inline-block;
  }
  .checkout-onepage-success .thankyou-wrapper #table-order-items .order-item-row .col.image:before,
  .multishipping-checkout-success .thankyou-wrapper #table-order-items .order-item-row .col.image:before,
  .checkout-onepage-success .thankyou-wrapper #table-order-items .order-item-row .col.name:before,
  .multishipping-checkout-success .thankyou-wrapper #table-order-items .order-item-row .col.name:before {
    display: none;
  }
  .checkout-onepage-success .thankyou-wrapper #table-order-items .order-item-row:first-child,
  .multishipping-checkout-success .thankyou-wrapper #table-order-items .order-item-row:first-child {
    border-top: 0 none;
  }
  .checkout-onepage-success .thankyou-wrapper #table-order-items .order-item-row .col.sku,
  .multishipping-checkout-success .thankyou-wrapper #table-order-items .order-item-row .col.sku,
  .checkout-onepage-success .thankyou-wrapper #table-order-items .order-item-row .col.price,
  .multishipping-checkout-success .thankyou-wrapper #table-order-items .order-item-row .col.price,
  .checkout-onepage-success .thankyou-wrapper #table-order-items .order-item-row .col.qty,
  .multishipping-checkout-success .thankyou-wrapper #table-order-items .order-item-row .col.qty,
  .checkout-onepage-success .thankyou-wrapper #table-order-items .order-item-row .col.subtotal,
  .multishipping-checkout-success .thankyou-wrapper #table-order-items .order-item-row .col.subtotal {
    display: none;
    padding: 0;
    margin: 0;
    visibility: hidden;
  }
  .checkout-onepage-success .thankyou-wrapper #table-order-items .order-item-row-mobile,
  .multishipping-checkout-success .thankyou-wrapper #table-order-items .order-item-row-mobile {
    display: inline-table;
    width: 100%;
  }
  .checkout-onepage-success .thankyou-wrapper #table-order-items .order-item-row-mobile .col.price,
  .multishipping-checkout-success .thankyou-wrapper #table-order-items .order-item-row-mobile .col.price,
  .checkout-onepage-success .thankyou-wrapper #table-order-items .order-item-row-mobile .col.qty,
  .multishipping-checkout-success .thankyou-wrapper #table-order-items .order-item-row-mobile .col.qty,
  .checkout-onepage-success .thankyou-wrapper #table-order-items .order-item-row-mobile .col.subtotal,
  .multishipping-checkout-success .thankyou-wrapper #table-order-items .order-item-row-mobile .col.subtotal {
    display: table-cell;
    margin: 10px 0;
    padding: 10px;
    border-bottom: 0 none;
  }
  .checkout-onepage-success .thankyou-wrapper #table-order-items .order-item-row-mobile .col.price:before,
  .multishipping-checkout-success .thankyou-wrapper #table-order-items .order-item-row-mobile .col.price:before,
  .checkout-onepage-success .thankyou-wrapper #table-order-items .order-item-row-mobile .col.qty:before,
  .multishipping-checkout-success .thankyou-wrapper #table-order-items .order-item-row-mobile .col.qty:before,
  .checkout-onepage-success .thankyou-wrapper #table-order-items .order-item-row-mobile .col.subtotal:before,
  .multishipping-checkout-success .thankyou-wrapper #table-order-items .order-item-row-mobile .col.subtotal:before {
    padding: 0;
  }
  .checkout-onepage-success .thankyou-wrapper #table-order-items .product-image-container,
  .multishipping-checkout-success .thankyou-wrapper #table-order-items .product-image-container {
    max-width: 115px;
  }
  .checkout-onepage-success .thankyou-wrapper #table-order-items tbody tr > td,
  .multishipping-checkout-success .thankyou-wrapper #table-order-items tbody tr > td {
    border-top: 0 none;
  }
  .checkout-onepage-success .thankyou-wrapper #table-order-items tfoot,
  .multishipping-checkout-success .thankyou-wrapper #table-order-items tfoot {
    clear: both;
  }
  .checkout-onepage-success:not(.theme-pearl) .block.newsletter .field .control:before,
  .multishipping-checkout-success:not(.theme-pearl) .block.newsletter .field .control:before {
    margin-top: 1px;
  }
  .form-new-agreement select {
    width: auto;
  }
  .table-paypal-review-items .col.subtotal {
    text-align: left;
  }
  .table-paypal-review-items .product-item-name {
    display: inline-block;
  }
  .column .block-addbysku .sku {
    margin-right: -85px;
    padding-right: 90px;
  }
  .column .block-addbysku .action.remove {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
  }
  .column .block-addbysku .action.remove > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .column .block-addbysku .action.remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: inherit;
    color: #757575;
    content: '\e604';
    font-family: 'luma-icons';
    margin: -4px 0 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .column .block-addbysku .action.remove:hover:before {
    color: inherit;
  }
  .column .block-addbysku .action.remove:active:before {
    color: inherit;
  }
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove:hover {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    pointer-events: none;
    opacity: 0.5;
  }
  .products-list .product-item {
    table-layout: fixed;
  }
  .products-list .product-item-photo {
    padding: 0 11px 11px 0;
    width: 30%;
  }
  .product-item-actions .actions-primary {
    display: block;
  }
  .toolbar-products {
    margin-bottom: 0;
  }
  .product-info-price {
    margin: 0 -11px 0;
    width: calc(100% + 2*11px) !important;
  }
  .product-info-price > *:first-child {
    padding-left: 11px;
  }
  .product-info-price > *:last-child {
    padding-right: 11px;
  }
  .table-wrapper.comparison .table-comparison > tbody > tr > th,
  .table-wrapper.comparison .table-comparison > tbody > tr > td {
    display: table-cell;
  }
  .cart .table.items .col.qty {
    text-align: center;
  }
  .opc-wrapper .step-title {
    font-size: 18px;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .opc-wrapper .step-content {
    margin: 0 0 15px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address,
  .opc-wrapper .methods-shipping {
    background: #f4f4f4;
    margin: 22px -15px 15px;
    padding: 22px 15px;
  }
  .opc-wrapper .form-login + .form-shipping-address {
    margin-top: -15px;
  }
  .opc-wrapper .shipping-address-item {
    border-bottom: 1px solid #cccccc;
    margin: 0 0 15px;
    padding: 0 0 15px;
    width: 100%;
  }
  .opc-wrapper .shipping-address-item.selected-item {
    padding: 15px 38px 15px 18px;
    border-bottom-width: 2px;
  }
  .opc-wrapper .shipping-address-item.selected-item .edit-address-link {
    right: 40px;
  }
  .opc-wrapper .action-select-shipping-item {
    float: none;
    margin-top: 11px;
    width: 100%;
  }
  .opc-wrapper .action-show-popup {
    width: 100%;
  }
  .opc-wrapper .methods-shipping {
    border-bottom: 1px solid #cccccc;
    padding-top: 33px;
  }
  .opc-wrapper .edit-address-link {
    display: inline-block;
    text-decoration: none;
    margin: 0;
    position: absolute;
    right: 0;
    top: 5px;
  }
  .opc-wrapper .edit-address-link > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .opc-wrapper .edit-address-link:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #757575;
    content: '\e601';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .opc-wrapper .edit-address-link:hover:before {
    color: #2c292a;
  }
  .opc-wrapper .edit-address-link:active:before {
    color: #757575;
  }
  .shipping-policy-block.field-tooltip {
    margin-bottom: 22px;
    position: relative;
    right: auto;
    top: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content {
    width: 300px;
    right: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content:before,
  .shipping-policy-block.field-tooltip .field-tooltip-content:after {
    right: auto;
  }
  .opc-block-shipping-information .shipping-information-title {
    font-size: 2.3rem;
  }
  .opc-block-summary > .title {
    border-bottom: 0;
    font-size: 18px;
    margin-bottom: 22px;
    padding-bottom: 0;
  }
  .account .column.main,
  .account .sidebar-additional {
    margin: 0;
    padding: 0;
  }
  .account .sidebar-main .account-nav {
    margin-bottom: 0;
  }
  .page-product-downloadable .product-options-wrapper {
    margin-bottom: 27.5px;
  }
  .table-downloadable-products .product-name {
    display: block;
    margin-bottom: 5.5px;
  }
  .page-product-downloadable .product-info-price ~ *:last-child:after {
    border-bottom: 1px solid #c1c1c1;
    content: '';
    display: block;
    height: 0;
    margin: 27.5px -11px;
    overflow: hidden;
    width: auto;
  }
  .table-giftregistry-items .field.choice,
  .table-giftregistry-items .field.qty {
    display: inline-block;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 22px;
  }
  .block-giftregistry-results .block-title {
    margin-bottom: 0;
  }
  .block-giftregistry-results .table-wrapper {
    border-top: none;
  }
  .block-giftregistry-shared-items .block-title {
    margin-bottom: 11px;
  }
  .block-giftregistry-shared-items .table-wrapper {
    border-top: 0;
  }
  .table.grouped > thead > tr > th {
    border-bottom: 1px solid #cccccc;
    display: table-cell;
  }
  .table.grouped > tbody {
    border-bottom: 1px solid #cccccc;
  }
  .table.grouped > tbody > tr > td {
    padding: 11px 11px;
    border: 0;
    display: table-cell;
  }
  .table-wrapper .table.grouped:not(.totals):not(.cart):not(.table-comparison) > tbody > tr > td:last-child {
    border-bottom: 0;
  }
  .page-product-grouped .minimal-price {
    margin: 0;
  }
  .page-product-grouped .product-info-price {
    border: 0;
    margin-bottom: 0;
  }
  .page-product-grouped .product-info-price .price-box {
    padding-bottom: 0;
  }
  .form-add-invitations .action.remove {
    display: inline-block;
    text-decoration: none;
  }
  .form-add-invitations .action.remove > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .form-add-invitations .action.remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: inherit;
    color: #757575;
    content: '\e604';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .form-add-invitations .action.remove:hover:before {
    color: inherit;
  }
  .form-add-invitations .action.remove:active:before {
    color: inherit;
  }
  .multicheckout .data.table .address:before {
    margin-bottom: 5.5px;
  }
  .multicheckout .product-item-name,
  .multicheckout .price-including-tax,
  .multicheckout .price-excluding-tax {
    display: inline-block;
  }
  .multicheckout .block-content .box:not(:last-child) {
    margin-bottom: 44px;
  }
  .multicheckout .block-content .box:last-child {
    margin-bottom: 0;
  }
  .multicheckout.order-review .box-items .data.table thead {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead tr {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead .col.item {
    display: block;
    padding: 0;
  }
  .multicheckout.order-review .data.table.table-order-review > tbody > tr > td.col.subtotal {
    border-bottom: none;
  }
  .multicheckout.order-review .data.table.table-order-review > tbody > tr > td.col.qty {
    text-align: center;
  }
  .multicheckout .actions-toolbar .action {
    margin-bottom: 27.5px;
  }
  .multicheckout .actions-toolbar > .primary {
    margin-bottom: 27.5px;
    margin-right: 0;
  }
  .customer-review .product-name {
    margin-bottom: 5.5px;
  }
  .customer-review .product-reviews-summary .rating-summary {
    display: block;
    margin-bottom: 5.5px;
  }
  .form-create-return .additional .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  .form-create-return .additional .field:last-child {
    margin-top: 22px;
  }
  .account .column.main .returns-details-items .block-returns-tracking .block-title > .action.track {
    display: block;
    float: none;
    margin: 11px 0 0;
  }
  .table-wrapper.orders-recent .table-order-items.table tbody > tr > td.col {
    padding-left: 0;
  }
  .order-details-items thead {
    display: block;
  }
  .order-details-items thead tr {
    display: block;
  }
  .order-pager-wrapper {
    display: block;
  }
  .account .table-order-items tbody tr {
    display: block;
  }
  .account .table-order-items .product-item-name {
    display: inline-block;
    margin: 0;
  }
  .account .table-order-items .action.show {
    margin-top: 0;
  }
  .order-details-items .order-title strong {
    display: block;
  }
  .order-details-items .action {
    margin-top: 11px;
  }
  .order-details-items .items-qty {
    display: inline-block;
    vertical-align: top;
  }
  .order-details-items .col.price .price-including-tax,
  .order-details-items .col.subtotal .price-including-tax,
  .order-details-items .col.price .price-excluding-tax,
  .order-details-items .col.subtotal .price-excluding-tax {
    display: inline-block;
  }
  .order-details-items .data.table .col.options {
    padding: 0 10px 15px;
  }
  .order-details-items .data.table .col.options:before {
    display: none;
  }
  .order-details-items .options-label + .item-options-container[data-th]:before,
  .order-details-items .item-options-container + .item-options-container[data-th]:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-left: 10px;
  }
  .order-details-items .options-label + .item-options-container .col,
  .order-details-items .item-options-container + .item-options-container .col {
    font-size: 1.2rem;
    padding: 0 10px;
  }
  .order-details-items .options-label + .item-options-container .col:first-child,
  .order-details-items .item-options-container + .item-options-container .col:first-child {
    padding-top: 3px;
  }
  .order-details-items .options-label + .item-options-container .col:last-child,
  .order-details-items .item-options-container + .item-options-container .col:last-child {
    padding-bottom: 20px;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status:before {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status._default {
    display: block;
  }
  .my-credit-cards .card-type img {
    vertical-align: middle;
  }
  .products-grid.wishlist .product-item {
    border-bottom: 1px solid #f68428;
    margin: 0;
    width: 100%;
  }
  .products-grid.wishlist .product-item:first-child {
    border-top: 1px solid #f68428;
  }
  .page-header.page-header-v1 .minicart-wrapper,
  .page-header.page-header-v1 .block-search {
    margin-top: 4px;
  }
  .theme-pearl.catalog-product-view.product-page-v1 .column.main .block .block-title.title {
    text-align: center;
  }
  .about-us-v1 .gf-container .wpb_wrapper h1.mg-title {
    font-size: 30px;
    margin-bottom: 60px;
  }
  .about-us-v2 .cont-about-v2 .cont-title {
    max-width: 350px;
  }
  .about-us-v2 .cont-about-v2 .cont-title p {
    font-size: 25px;
  }
  .about-us-v2 .cont-about-v2 .contact-cont {
    text-align: left;
  }
  .about-us-v2 .cont-about-v2 .heading-title-wpx {
    font-size: 50px;
  }
  .about-us-v2 .brands-cont img {
    width: 49.5% !important;
  }
  .content-v10 .custom-slider .content_slider {
    top: 32%;
  }
  .content-v10 .custom-slider .content_slider .custom_content h2 {
    font-size: 35px;
  }
  .content-v10 .custom-slider .content_slider .custom_content .sub-heading {
    font-size: 20px;
  }
  .container-v12 .img-cont .overlay-text {
    left: 0px;
    width: 100%;
  }
  .container-v12 .img-cont .overlay-text .text-custom-slider {
    font-size: 4.7vw;
  }
  .container-v12 .img-cont .overlay-text .text-custom-slider .second-line {
    font-size: 3.3vw;
  }
  .container-v12 .img-cont .overlay-text .inner .text {
    font-size: 4.7vw;
  }
  .container-v12 .img-cont .overlay-text .inner .text .scaled-text {
    padding: 15px;
  }
  .container-v12 .img-cont .overlay-text .inner .text .scaled-text .seasonal {
    font-size: 6vw;
  }
  .container-v14 .pos-rel .wpb_content_element {
    top: 40%;
  }
  .container-v14 .pos-rel .wpb_content_element h1 {
    font-size: 30px;
    line-height: 40px;
  }
  .page-layout-1column .container-v15 .block.widget .products-grid .item-v16 {
    width: 100% !important;
  }
  .wp-productpage-prev-next div .wp-pp-prev-link,
  .wp-productpage-prev-next div .wp-pp-next-link {
    margin: 0;
  }
  .wp-productpage-prev-next div .wp-pp-prev-link span,
  .wp-productpage-prev-next div .wp-pp-next-link span {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .tooltip.wrapper .tooltip.content {
    min-width: 10rem;
  }
  .onestepcheckout-index-index .opc-payment-additional.customerbalance,
  .onestepcheckout-index-index .opc-payment-additional.rewardpoints {
    flex-direction: column;
    align-items: flex-start;
  }
  .onestepcheckout-index-index .opc-payment-additional.customerbalance .payment-option-inner,
  .onestepcheckout-index-index .opc-payment-additional.rewardpoints .payment-option-inner {
    margin-bottom: 16px;
  }
  .onestepcheckout-index-index .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option.giftcardaccount .form-giftcard-account {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .onestepcheckout-index-index .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option.giftcardaccount .form-giftcard-account .payment-option-inner + .actions-toolbar {
    margin-top: 8px;
  }
  .onestepcheckout-index-index .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option.giftcardaccount .form-giftcard-account .secondary {
    margin-bottom: 0;
  }
  .sorter-options {
    margin: 0 2px;
  }
  .minicart-wrapper .block-minicart {
    width: 290px;
  }
  .modal-popup .field-tooltip .field-tooltip-content {
    width: 200px;
  }
  .container-404 .block-search .field.search label {
    margin-right: 10px;
  }
  .container-404 .block-search .field.search button {
    display: block;
    padding: 0px;
    border: none;
  }
  .container-404 .block-search .control {
    width: 100% !important;
  }
  .about-us-v1 .gf-container .wpb_wrapper h1.mg-title {
    font-size: 30px;
    margin-top: 75px;
  }
  .container-v4 .heading-title h2 {
    font-size: 17px;
  }
  .container-v4 .right-desk {
    text-align: center;
  }
  .container-v2.nopaddingbottom {
    padding-bottom: 0px !important;
  }
  .container-v2 .field.newsletter input {
    font-size: 10px;
    padding-left: 54px;
  }
  .content-v5 .block.widget .products-grid .product-items .product-item {
    width: 100%;
  }
  .content-v5 .block.widget .products-grid .product-items .product-item:nth-child(even) {
    margin-left: 0%;
  }
  .hp-v7 {
    /*    .hp-v7-boxes{
          .box-content,
          #box-content-3{
            padding-left: 20px !important;
            padding-right: 20px !important;
          }
          #box-content-4,
          #box-content-5{
            padding-left: 30px !important;
            padding-right: 30px !important;
          }
          #box-content-61,
          #box-content-71{
            padding-right: 15px !important;
            padding-left: 15px !important;
          }
          #box-content-4,
          #box-content-71{
            padding-top: 20px !important;
          }
        }*/
  }
  .hp-v7 .hp-v7-slider .owl-carousel .banner-item .content_slider {
    top: 4%;
  }
  .hp-v7 .hp-v7-slider .hp-slider-content h3 {
    font-size: 4.5em;
    margin-top: 0rem;
  }
  .hp-v7 .hp-v7-slider .hp-slider-content a.shop-now {
    font-size: 1em;
    padding: 0.2em 1em;
  }
  .hp-v7 .hp-v7-slider .owl-carousel .banner-item .content_slider {
    top: 0;
  }
  .hp-v7 .hp-v7-slider .hp-slider-content p {
    letter-spacing: 1px !important;
  }
  .hp-v7 .hp-v7-slider .hp-slider-content h3 {
    font-size: 3.5em;
  }
  .hp-v7 .hp-v7-slider .hp-slider-content a.shop-now {
    font-size: 1em;
  }
  .content-v10 .tocart {
    text-align: center;
  }
  .content-v10 .custom-slider .owl-item .content_slider {
    top: 23%;
  }
  .content-v10 .custom-slider .owl-item .content_slider .custom_content h2 {
    font-size: 25px;
  }
  .content-v10 .custom-slider .owl-item .content_slider .custom_content .sub-heading {
    font-size: 17px;
  }
  .container-v14 .row {
    margin-left: 0px;
  }
  .container-v14 .row .paddinglist {
    padding-right: 0px;
    padding-left: 0px;
  }
  .container-v14 .img-cont .category_name {
    margin-left: 30px;
  }
  .container-v15 .block-title .c-product-tray__h2 {
    margin-bottom: 0px;
  }
  .container-v15 .block-title .see-all {
    position: static !important;
    margin-bottom: 20px;
    display: block;
  }
}
@media only screen and (max-width: 319px) {
  #bss-fastorder-form table td {
    padding: 20px 10px 22px;
  }
  #bss-fastorder-form tfoot .add-to-line,
  #bss-fastorder-form tfoot .fill-line {
    width: 100%;
  }
}
@media all and (min-width: 640px) {
  .abs-blocks-2columns-s {
    width: 48%;
  }
  .abs-reset-left-margin-desktop-s,
  .column:not(.sidebar-main) .multicheckout .actions-toolbar,
  .multicheckout .block-shipping .box-shipping-method .fieldset .legend {
    margin-left: 0;
  }
  .abs-visually-hidden-desktop-s,
  .products-grid .product-item-info:not(:hover):not(.active) .product-item-inner {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop-s:before,
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:before,
  .multicheckout .block-billing:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop-s,
  .multicheckout .block-shipping .box,
  .multicheckout .block-billing .box-billing-address,
  .multicheckout .block-billing .box-billing-method {
    box-sizing: border-box;
  }
  .abs-form-field-column-2-s .fieldset .field {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .abs-form-field-column-2-s .fieldset .field + .fieldset {
    clear: both;
  }
  .abs-form-field-column-2-s .fieldset .field .field {
    padding: 0;
    width: 100%;
  }
  .abs-form-field-revert-column-1-s {
    width: 100%;
  }
  .abs-action-print-s {
    display: inline-block;
    text-decoration: none;
  }
  .abs-action-print-s:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 16px;
    color: inherit;
    content: '\e624';
    font-family: 'luma-icons';
    margin: 0 4px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .table > tbody > tr > th,
  .table > tbody > tr > td {
    border-top: 1px solid #cccccc;
  }
  .table > tbody + tbody {
    border-top: 1px solid #cccccc;
  }
  .ui-dialog.popup {
    width: 420px;
  }
  .aw-ctq__products-tab .table tbody .col.name > div:not(.error) {
    padding-top: 5px;
  }
  .aw-ctq__products-tab .table tbody .col.qty {
    text-align: center;
  }
  .aw-ctq__products-tab .table tbody .col.qty .aw-ctq__tooltip {
    display: none;
  }
  .aw-ctq__products-tab .table tbody .col.qty .input-text {
    margin: 0 auto;
    display: block;
  }
  .aw-ctq__products-tab .aw-ctq__tooltip {
    width: 15px;
    height: 25px;
    margin-left: 5px;
    margin-bottom: 1px;
    position: relative;
  }
  .aw-ctq__products-tab .aw-ctq__tooltip .tooltip-content {
    background: #ffffff;
    max-width: 360px;
    min-width: 210px;
    padding: 12px 16px;
    z-index: 100;
    display: none;
    position: absolute;
    text-align: left;
    color: #2c292a;
    line-height: 1.4;
    border: 1px solid #bbbbbb;
    margin-right: 5px;
    right: 100%;
    top: 0;
  }
  .aw-ctq__products-tab .aw-ctq__tooltip .tooltip-content:after,
  .aw-ctq__products-tab .aw-ctq__tooltip .tooltip-content:before {
    border: solid transparent;
    content: '';
    height: 0;
    position: absolute;
    width: 0;
  }
  .aw-ctq__products-tab .aw-ctq__tooltip .tooltip-content:after {
    border-width: 5px;
    border-color: transparent;
  }
  .aw-ctq__products-tab .aw-ctq__tooltip .tooltip-content:before {
    border-width: 6px;
    border-color: transparent;
  }
  .aw-ctq__products-tab .aw-ctq__tooltip .tooltip-content:after,
  .aw-ctq__products-tab .aw-ctq__tooltip .tooltip-content:before {
    left: 100%;
  }
  .aw-ctq__products-tab .aw-ctq__tooltip .tooltip-content:after {
    border-left-color: #ffffff;
    margin-top: -5px;
    top: 15px;
  }
  .aw-ctq__products-tab .aw-ctq__tooltip .tooltip-content:before {
    border-left-color: #bbbbbb;
    margin-top: -6px;
    top: 15px;
  }
  .aw-ctq__products-tab .aw-ctq__tooltip .tooltip-toggle {
    cursor: help;
  }
  .aw-ctq__products-tab .aw-ctq__tooltip .tooltip-toggle:hover + .tooltip-content,
  .aw-ctq__products-tab .aw-ctq__tooltip .tooltip-toggle:focus + .tooltip-content,
  .aw-ctq__products-tab .aw-ctq__tooltip:hover .tooltip-content {
    display: block;
  }
  .aw-ctq__products-tab .aw-ctq__tooltip .tooltip-toggle {
    margin-top: 5px;
  }
  .owl-carousel .product-item .product-item-actions .actions-primary {
    display: inline-block;
  }
  .owl-carousel .product-item .product-item-actions .actions-primary + .actions-secondary {
    display: inline-block;
    width: auto;
  }
  .column .block-addbysku .action.remove {
    background-image: none;
    -moz-box-sizing: content-box;
    box-shadow: none;
    line-height: inherit;
    text-shadow: none;
    font-weight: 400;
    line-height: 1.42857143;
    margin: 0;
    padding: 0;
    color: #363636;
    text-decoration: none;
    background: none;
    border: 0;
    display: inline;
    margin-top: -4px;
  }
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove:hover {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    pointer-events: none;
    opacity: 0.5;
  }
  .column .block-addbysku .action.remove:visited {
    color: #363636;
    text-decoration: none;
  }
  .column .block-addbysku .action.remove:hover {
    color: #f68428;
    text-decoration: none;
  }
  .column .block-addbysku .action.remove:active {
    color: #f68428;
    text-decoration: underline;
  }
  .column .block-addbysku .action.remove:hover,
  .column .block-addbysku .action.remove:active,
  .column .block-addbysku .action.remove:focus {
    background: none;
    border: 0;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    color: #363636;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline;
  }
  .catalogsearch-advanced-result .message.error {
    margin-top: 0;
  }
  .products-grid .product-item-info:hover,
  .products-grid .product-item-info.active {
    background: #ffffff;
    box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
    border: 1px solid #bbbbbb;
    margin: -10px;
    padding: 9px;
    position: relative;
    z-index: 9;
  }
  .products-grid .product-item-info:hover .product-item-inner,
  .products-grid .product-item-info.active .product-item-inner {
    display: block;
  }
  .sidebar .products-grid .product-item-info:hover .product-item-photo,
  .sidebar .products-grid .product-item-info.active .product-item-photo {
    left: 9px;
    top: 9px;
  }
  .products-grid .product-item-inner {
    background: #ffffff;
    box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
    border: 1px solid #bbbbbb;
    border-top: none;
    left: 0;
    margin: 10px 0 0 -1px;
    padding: 0 9px 9px;
    position: absolute;
    right: -1px;
    z-index: 2;
  }
  .product-item-actions {
    display: block;
  }
  .products-grid .product-item-actions {
    margin: -11px 0 11px;
  }
  .product-item-actions .actions-primary + .actions-secondary {
    display: inline-block;
    vertical-align: middle;
  }
  .product-item-actions .actions-primary + .actions-secondary > .action {
    line-height: 35px;
    text-align: center;
    width: 35px;
  }
  .product-item-actions .actions-primary + .actions-secondary > .action:last-child {
    margin-right: 0;
  }
  .product-item-actions .actions-primary {
    display: inline-block;
  }
  .page-products .products-grid .product-item-inner:before {
    background: #ffffff;
    content: '';
    height: 3px;
    left: 0;
    position: absolute;
    top: -2px;
    width: 100%;
    z-index: -1;
  }
  .page-products .product-item-actions {
    z-index: 1;
  }
  .products-grid .product-item {
    margin-bottom: 22px;
    width: 33.33333333%;
  }
  .page-products .products-grid .product-item,
  .page-layout-1column .products-grid .product-item,
  .page-layout-3columns .products-grid .product-item,
  .page-products.page-layout-1column .products-grid .product-item,
  .page-products.page-layout-3columns .products-grid .product-item {
    margin-left: 0;
    width: calc((100% - 4%) / 3);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1),
  .page-layout-1column .products-grid .product-item:nth-child(3n + 1),
  .page-layout-3columns .products-grid .product-item:nth-child(3n + 1),
  .page-products.page-layout-1column .products-grid .product-item:nth-child(3n + 1),
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .block.widget .products-grid .product-item .product-item-inner,
  .page-layout-1column .block.widget .products-grid .product-item .product-item-inner,
  .page-layout-3columns .block.widget .products-grid .product-item .product-item-inner {
    box-shadow: 3px 6px 4px 0 rgba(0, 0, 0, 0.3);
    margin: 9px 0 0 -1px;
  }
  .sidebar .product-items .action.delete {
    line-height: unset;
    position: absolute;
    right: 0;
    top: -1px;
    width: auto;
  }
  .sidebar .block-compare .action.delete {
    left: 0;
    right: initial;
  }
  .cart-container .block.crosssell .products-grid .product-item-actions {
    margin: 0 0 11px;
  }
  .multicheckout .actions-toolbar .secondary {
    float: none;
    margin-top: 11px;
    text-align: right;
  }
  .multicheckout .actions-toolbar .secondary .action {
    margin-left: 0;
  }
  .multicheckout .actions-toolbar .secondary .action.back {
    display: block;
    float: left;
  }
  .multicheckout .item-options {
    margin: 22px 0 0;
  }
  .multicheckout .block-content .box {
    margin-bottom: 0;
  }
  .multicheckout .block-shipping .box {
    float: left;
    width: 25%;
  }
  .multicheckout .block-shipping .box-shipping-method {
    padding-left: 27.5px;
    padding-right: 27.5px;
    width: 50%;
  }
  .multicheckout .block-shipping .box-shipping-method .fieldset .field:before {
    display: none;
  }
  .multicheckout .block-billing .box-billing-address {
    float: left;
    width: 25%;
  }
  .multicheckout .block-billing .box-billing-method {
    float: left;
    padding-left: 27.5px;
    width: 50%;
  }
  .multicheckout.form.address .table-wrapper .applicable {
    margin: 7px 0 0;
  }
  .multicheckout.order-review .box-items {
    clear: left;
    float: none;
    padding-top: 44px;
    width: auto;
  }
  .multicheckout.order-review .col.item {
    width: 75%;
  }
  .multicheckout .methods-payment .item-content > .fieldset {
    width: auto;
  }
  .multicheckout .methods-payment .item-content > .fieldset .field.cvv {
    display: inline-block;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice) > .label {
    float: none;
    margin-bottom: 8px;
    text-align: left;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice):not(.cvv) .control {
    width: 100%;
  }
  .review-form {
    max-width: 500px;
  }
  .review-ratings {
    float: left;
    margin-bottom: 0;
    max-width: 236px;
  }
  .review-ratings ~ .review-content,
  .review-ratings ~ .review-details {
    margin-left: 280px;
  }
  .review-toolbar {
    margin: 0 0 30px;
  }
  .review-toolbar .pages {
    padding: 30px 0;
  }
  .fieldset .review-legend.legend {
    margin-bottom: 30px;
  }
  .review-item {
    padding: 30px 0;
  }
  .review-title {
    margin: 0 0 30px;
  }
  .order-details-items .order-title .action {
    margin: 12px 0 0 30px;
  }
  .order-details-items .order-title .action.track {
    float: right;
  }
  .wishlist-index-index .products-grid .product-item-actions {
    margin: 0;
  }
  .block.widget .products-grid .product-item,
  .page-layout-1column .block.widget .products-grid .product-item,
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 4%) / 3);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .review-form {
    max-width: 100%;
  }
  .page-wrapper .page-footer .footer.content .pre-footer .pre-footer-content .pre-footer-subtitle {
    font-size: 16px;
  }
  .page-wrapper .page-footer .footer.content .pre-footer .pre-footer-content .pre-footer-title {
    font-size: 30px;
  }
  .about-us-v2 .cont-about-v2 .cont-title {
    max-width: 350px;
  }
  .about-us-v2 .cont-about-v2 .cont-title p {
    font-size: 35px;
  }
  .about-us-v2 .cont-about-v2 .heading-title-wpx {
    font-size: 70px;
  }
  .container-v12 .img-cont .overlay-text {
    left: 10%;
    width: 80%;
  }
  .container-v12 .img-cont .overlay-text .text-custom-slider {
    font-size: 4vw;
  }
  .container-v12 .img-cont .overlay-text .text-custom-slider .second-line {
    font-size: 2.3vw;
  }
  .container-v12 .img-cont .overlay-text .inner .text {
    font-size: 2.3vw;
  }
  .container-v12 .img-cont .overlay-text .inner .text .scaled-text {
    padding: 15px 30px;
  }
  .container-v12 .img-cont .overlay-text .inner .text .scaled-text .seasonal {
    font-size: 4vw;
  }
  .container-v15 .page-layout-1column .block.widget .products-grid .item-v16 {
    width: 50%;
  }
}
a {
  outline: none;
}
a:focus {
  outline: none;
}
.nav-sections {
  margin-bottom: 0;
}
/* Remove box-shadow for all inputs on focus */
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: none !important;
}
.navigation {
  font-weight: normal;
}
.navigation .level0 > .level-top {
  line-height: 24px;
}
:root .page-header-v3 .navigation .level0 > .level-top,
:root .page-header-v4 .navigation .level0 > .level-top {
  line-height: 34px;
}
.navigation .level0 .submenu {
  background-color: white !important;
}
.navigation .level0 .submenu:hover {
  background-color: white !important;
}
.navigation .level0 .submenu a.ui-state-focus,
.navigation .level0 .submenu a:hover {
  background: #fff;
  text-decoration: none;
}
.nav-sections-item-title {
  background-color: white;
  border-color: lightgrey;
}
/* COMPARE PRODUCTS */
.theme-pearl.catalog-product-compare-index .table-comparison {
  overflow: hidden !important;
}
.theme-pearl.catalog-product-compare-index .table-comparison tbody {
  border: none !important;
}
.theme-pearl.catalog-product-compare-index .table-comparison tbody tr:hover {
  background: #d9edf7;
}
.theme-pearl.catalog-product-compare-index .table-comparison tbody td.info {
  background: none;
}
.theme-pearl.catalog-product-compare-index .table-comparison .cell.label {
  border-right: none;
}
.theme-pearl.catalog-product-compare-index .table-comparison .cell.product.info,
.theme-pearl.catalog-product-compare-index .table-comparison .cell.product.attribute {
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.theme-pearl.catalog-product-compare-index .table-comparison .cell.label,
.theme-pearl.catalog-product-compare-index .table-comparison .cell.product.info {
  border-bottom: none !important;
}
/* CHECKOUT PAGE */
.checkout-agreements button {
  background: none !important;
  border: none !important;
}
.checkout-agreements button span {
  color: #fa583f !important;
  font-size: 16px !important;
}
.checkout-agreements button span:hover {
  text-decoration: underline;
}
.checkout-index-index .modal-popup .modal-footer .action-hide-popup {
  padding: 7px 15px;
}
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover {
  text-decoration: none !important;
}
#checkout .opc-wrapper {
  width: 66.6667%;
}
@media (max-width: 767px) {
  #checkout .opc-wrapper {
    width: 100%;
  }
}
/* pe pagina de produse repara dropdownul de cantitate */
.theme-pearl.catalog-product-view .box-tocart .field.qty select {
  padding: 15px;
  direction: inherit;
}
.theme-pearl .block.block-minicart .quickcart-content-wrapper button.action span,
.theme-pearl .block.block-minicart button.action.primary span {
  font-size: 12px;
}
.theme-pearl .header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .action.delete:before {
  content: '' !important;
}
.theme-pearl .modal-custom .action-close,
.theme-pearl .modal-popup .action-close,
.theme-pearl .modal-slide .action-close {
  background: none;
  border: none;
}
.theme-pearl .modal-custom .action-close:hover,
.theme-pearl .modal-popup .action-close:hover,
.theme-pearl .modal-slide .action-close:hover {
  background: none;
  border: none;
}
.theme-pearl .swatch-option {
  margin: 0 15px 5px 0;
}
.theme-pearl .breadcrumbs .items strong,
.theme-pearl .breadcrumbs .items a {
  text-transform: uppercase !important;
}
.theme-pearl #wishlist-sidebar .product-image-container {
  width: 75px !important;
}
.theme-pearl #wishlist-sidebar .product-image-container .product-image-photo {
  width: auto !important;
  height: auto !important;
}
.theme-pearl #wishlist-sidebar .actions-primary a span {
  font-size: 18px !important;
}
/* adauga un pic de padding la dropdownuri gen select store */
:root .page-header #switcher-currency .mage-dropdown-dialog .dropdown.switcher-dropdown,
:root .page-header #switcher-language .mage-dropdown-dialog .dropdown.switcher-dropdown {
  padding: 10px !important;
}
/* product page related items add to compare si favorite fix */
.secondary-addto-links.actions-secondary {
  display: none;
}
.product-item-info:hover .secondary-addto-links.actions-secondary {
  display: inherit;
}
.owl-carousel .owl-item {
  text-align: center;
}
/* navigation underscore */
@media (min-width: 768px) {
  .navigation .level0 > .level-top {
    display: inline-block;
    margin-bottom: 0;
  }
}
.weltpixel-quickview-catalog-product-view.catalog-product-view .box-tocart .actions button,
.weltpixel_quickview-catalog_product-view.catalog-product-view .box-tocart .actions button {
  float: none;
}
.weltpixel-quickview-catalog-product-view.catalog-product-view .box-tocart .actions,
.weltpixel_quickview-catalog_product-view.catalog-product-view .box-tocart .actions {
  float: none;
}
.mfp-iframe-holder .mfp-close {
  border: none !important;
  background: none !important;
}
.page-wrapper .page-footer {
  padding: 0;
}
.page-wrapper .page-footer .footer.content {
  padding: 0;
}
.page-wrapper .page-footer .footer.content .pre-footer {
  background-color: #f4f4f4;
  display: flex;
}
.page-wrapper .page-footer .footer.content .pre-footer .pre-footer-content {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 0;
}
.page-wrapper .page-footer .footer.content .pre-footer .pre-footer-content .pre-footer-subtitle {
  display: block;
  font-weight: bold;
  text-align: center;
}
.page-wrapper .page-footer .footer.content .pre-footer .pre-footer-content .pre-footer-title {
  text-align: center;
  display: block;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: italic;
  font-weight: 300;
  line-height: 1.1;
  color: #303030;
}
.page-wrapper .page-footer .footer.content .pre-footer .pre-footer-content .footer-icon {
  font-size: 35px;
  display: block;
  text-align: center;
  color: #aaa;
}
.page-wrapper .page-footer .footer.content .footer-v1-content {
  margin: 0 auto;
}
.page-wrapper .page-footer .footer.content .footer-v1-content .nopaddingleft {
  padding-left: 0px;
}
.page-wrapper .page-footer .footer.content .footer-v1-content .mini-logo {
  padding-top: 50px;
  margin-top: 0px;
}
.page-wrapper .page-footer .footer.content .footer-v1-content p {
  color: #575757;
  margin-bottom: 6px;
}
.page-wrapper .page-footer .footer.content .footer-v1-content .links-v1 li {
  margin-bottom: 6px;
}
.page-wrapper .page-footer .footer.content .footer-v1-content .links-v1 li a {
  color: #575757;
}
.page-wrapper .page-footer .footer.content .footer-v1-content .footer-title {
  font-size: 16px;
  padding: 50px 0 10px 0px;
  text-transform: uppercase;
  font-weight: 600;
}
.page-wrapper .page-footer .footer.content .footer-v1-content .border-v1 {
  border-top: 1px solid #adadad;
  margin-top: 30px;
  padding-right: 0px;
  padding-left: 0px;
}
.page-wrapper .page-footer .footer.content .footer-v1-content .border-v1 .small-text {
  margin-top: 15px;
  display: block;
}
.page-wrapper .page-footer .footer.content .footer-v1-content .border-v1 .social-icons-v1 {
  margin-top: 10px;
}
.page-wrapper .page-footer .footer.content .footer-v1-content .border-v1 .social-icons-v1 .social-icons {
  margin: 0px;
}
.page-wrapper .page-footer .footer.content .footer-v1-content .border-v1 .social-icons-v1 .social-icons i {
  font-size: 15px;
}
.page-wrapper .page-footer .footer.content .footer-section2-content {
  margin: 0 auto;
}
.page-wrapper .page-footer .footer.content .footer-v2 {
  padding-top: 60px;
}
.page-wrapper .page-footer .footer.content .footer-v2 .social-icons {
  margin: 0 20px 5px 0;
}
.page-wrapper .page-footer .footer.content .footer-v2 .footer-nav a {
  padding: 10px;
  cursor: pointer;
}
.page-wrapper .page-footer .footer.content .footer-v2 .footer-nav,
.page-wrapper .page-footer .footer.content .footer-v2 .togglet.newsletter {
  font-size: 12px;
  line-height: 2em;
  text-transform: uppercase;
  letter-spacing: .2em;
  font-weight: 400;
  padding: 10px;
}
.page-wrapper .page-footer .footer.content .footer-v2 .block.newsletter {
  margin: 0 auto;
}
.page-wrapper .page-footer .footer.content .footer-v2 .block.newsletter input,
.page-wrapper .page-footer .footer.content .footer-v2 .block.newsletter .action.subscribe {
  height: 50px;
}
.page-wrapper .page-footer .footer.content .footer-v2 .block.newsletter .field .control:before {
  line-height: 50px;
  font-size: 20px;
}
.page-wrapper .page-footer .footer.content .footer-v2 .block {
  float: initial !important;
}
.page-wrapper .page-footer .footer.content .footer-v3 {
  padding-bottom: 10px;
  padding-top: 60px;
  z-index: 0;
  position: relative;
}
.page-wrapper .page-footer .footer.content .footer-v3 .footer-v3-list,
.page-wrapper .page-footer .footer.content .footer-v3 .address-v3 {
  line-height: 1.6;
}
.page-wrapper .page-footer .footer.content .footer-v3 .address-v3 i {
  padding-right: 5px;
}
.page-wrapper .page-footer .footer.content .footer-v3 .white-lnk {
  color: #ccc;
}
.page-wrapper .page-footer .footer.content .footer-v4 .footer-nav,
.page-wrapper .page-footer .footer.content .footer-v4 .togglet.newsletter {
  font-size: 12px;
  line-height: 2em;
  text-transform: uppercase;
  letter-spacing: .2em;
  font-weight: 400;
  padding: 10px;
}
/** CMS DEMO PAGES **/
.hp-title {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: italic;
  font-weight: 300;
  line-height: 50px;
  font-size: 40px;
  letter-spacing: 10px;
  padding: 50px 0;
}
.hp-title .subtitle {
  display: block;
  font-style: initial;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: initial;
  line-height: inherit;
}
/* image hover */
.promo {
  position: relative;
  z-index: 0;
}
body:not(.device-touch) .promo-overlay {
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.promo-image {
  position: relative;
}
.promo-image > a,
.promo-image img {
  display: block;
  width: 100%;
}
.promo-image .title {
  color: #fff;
  text-align: center;
}
.promo-image .title span {
  display: block;
  font-size: 16px;
  text-transform: lowercase;
}
.promo-image .title span .upper {
  text-transform: uppercase;
}
.promo-image .title-v2 {
  color: #000;
}
.promo-image .title-v2 span {
  display: block;
  font-size: 16px;
  text-transform: uppercase;
}
.promo-overlay .title {
  color: #000;
  font-size: 25px;
  font-style: italic;
  text-align: center;
  padding: 20px;
}
.promo-overlay .title span {
  display: block;
  font-size: 16px;
}
.img-block {
  display: block;
}
.light {
  color: #fff;
}
.header_right {
  z-index: 100;
}
.promo:hover .promo-overlay {
  opacity: 1;
}
.section.parallax .block.newsletter {
  margin: 0 auto;
}
.section.parallax .block.newsletter input,
.section.parallax .block.newsletter .action.subscribe {
  height: 50px;
}
.section.parallax .block.newsletter .field .control:before {
  line-height: 50px;
  font-size: 20px;
}
.social-container .social-icons {
  background-color: rgba(225, 225, 225, 0.5);
  font-size: 20px !important;
}
/* Demo Page v3 */
.heading-title span {
  display: block;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
}
.page-footer {
  background-color: #f4f4f4;
  padding-top: 60px;
  display: inline-block;
  width: 100%;
}
#page-footer-section-03,
#page-footer-section-03 a {
  color: #fff;
}
#page-footer-section-03 a:hover {
  text-decoration: none;
}
.footer.content {
  border: none;
}
h3 strong,
h4 strong {
  font-size: 24px !important;
}
.fancy-title.title-bottom-border h1,
.fancy-title.title-bottom-border h2,
.fancy-title.title-bottom-border h3,
.fancy-title.title-bottom-border h4,
.fancy-title.title-bottom-border h5,
.fancy-title.title-bottom-border h6 {
  border-bottom: 2px solid #d83701;
}
.faqlist li a {
  color: #444;
  font-size: 14px;
  font-weight: 900;
}
.faqlist li a:hover,
.faqlist li a:active {
  color: #d83701 !important;
  text-decoration: none;
}
.contact-index-index .column .contact-container {
  margin-top: 50px;
}
.contact-index-index .column .contact-container h4 {
  padding: 17px 0;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 400;
}
.contact-index-index .column .contact-container .form.contact {
  width: 100%;
  float: none;
}
.contact-index-index .form-area {
  padding-bottom: 15px;
}
.contact-index-index .form-area .input-text {
  border: 0px solid #D1D2D4;
  width: 100%;
  border-bottom: 1px solid #ccc;
  -webkit-box-shadow: inset 0px 0px 5px 0px #fff;
  -moz-box-shadow: inset 0px 0px 5px 0px #fff;
  box-shadow: inset 0px 0px 5px 0px #fff;
}
.contact-index-index .form-area :after {
  content: "";
  display: block;
  background-color: #f8f8f8;
  position: absolute;
  width: 9999px;
  top: 0;
  right: 100%;
  bottom: 0;
  z-index: -1;
}
.contact-index-index #comment {
  background-image: -webkit-linear-gradient(#ffffff, #ffffff 30px, #cccccc 30px, #cccccc 31px, #ffffff 31px);
  background-image: -moz-linear-gradient(#ffffff, #ffffff 30px, #cccccc 30px, #cccccc 31px, #ffffff 31px);
  background-image: -ms-linear-gradient(#ffffff, #ffffff 30px, #cccccc 30px, #cccccc 31px, #ffffff 31px);
  background-image: -o-linear-gradient(#ffffff, #ffffff 30px, #cccccc 30px, #cccccc 31px, #ffffff 31px);
  background-image: linear-gradient(#ffffff, #ffffff 30px, #cccccc 30px, #cccccc 31px, #ffffff 31px);
  background-size: 100% 37px;
  line-height: 38px;
  height: 250px;
  padding: 0px;
}
.contact-index-index .page-title h1 {
  font-size: 26px;
}
.theme-pearl.weltpixel-quickview-catalog-product-view .page-wrapper .page-main,
.theme-pearl.weltpixel_quickview-catalog_product-view .page-wrapper .page-main {
  padding: 20px;
}
.page-products .columns {
  z-index: 0;
}
.minicart-wrapper .action.showcart .counter.qty,
.minicart-wrapper .action.showlist .counter.qty {
  background-color: #F68428;
  border: 1px solid black;
  color: #fff;
  line-height: 23px;
  position: absolute;
  top: -20px !important;
  right: 0;
  text-align: center;
}
.minicart-wrapper .action.showcart .counter.qty .counter-number,
.minicart-wrapper .action.showlist .counter.qty .counter-number {
  color: #fff;
  text-shadow: none;
}
#block-discount-heading,
#block-giftcard-heading,
.gift-item-block .title {
  color: black;
  font-size: 1.6rem;
}
#discount-coupon-form .actions-toolbar .action.primary {
  box-shadow: none;
  height: 36px;
}
#giftcard-form .actions-toolbar .action.primary {
  line-height: 16px;
}
#giftcard-form .actions-toolbar .action.primary span {
  line-height: 16px;
}
#giftcard-form .secondary button span {
  color: black;
}
.checkout-cart-index .gift-message-summary {
  margin: 10px 0 0;
  padding: 10px 0 0;
}
.checkout-cart-index .cart.table-wrapper .actions-toolbar {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.checkout-cart-index .cart.table-wrapper .gift-summary .actions-toolbar {
  top: 8px;
  position: relative;
  float: left;
}
.checkout-cart-index .gift-summary .action-edit:before,
.checkout-cart-index .gift-summary .action-delete:before {
  font-size: 15px;
}
.checkout-cart-index .gift-summary .action-edit:before {
  font-family: font-icons;
  content: '\e635';
}
.checkout-cart-index .gift-summary .action-delete:before {
  content: '\e616';
}
.checkout-cart-index .gift-options-cart-item > a.action.action-gift {
  font-weight: 700;
}
.checkout-cart-index .gift-options-cart-item > a.action.action-gift:after {
  font-size: 12px;
}
.checkout-cart-index .gift-summary .actions-toolbar > .secondary .action:first-of-type {
  margin: 0;
}
.checkout-cart-index .cart.table-wrapper .actions-toolbar > .action-edit:before,
.checkout-cart-index .cart.table-wrapper .actions-toolbar > .action-delete:before {
  font-size: 20px;
}
.customer-welcome .action.switch {
  font-size: 15px;
}
.customer-welcome .action.switch:after {
  color: #000000;
  line-height: 20px;
}
.page-header .switcher strong,
.page-footer .switcher strong,
.header.panel > .header.links > li.welcome,
.header.panel > .header.links > li > a {
  line-height: 1.5;
}
footer.page-footer {
  padding-top: 60px;
  padding-bottom: 0px !important;
}
.footer-nav,
.togglet.newsletter {
  font-size: 12px;
  line-height: 2em;
  text-transform: uppercase;
  letter-spacing: .2em;
  font-weight: 400;
  padding: 10px;
}
.footer-nav a {
  padding: 10px;
}
.block.newsletter {
  margin: 0 auto;
}
.block.newsletter input {
  padding-left: 60px;
}
.block.newsletter input,
.block.newsletter .action.subscribe {
  height: 50px;
}
.block.newsletter .field .control:before {
  line-height: 50px;
  font-size: 20px;
  margin-left: 24px;
}
.footer.content .block {
  float: initial !important;
}
.page-product-downloadable .product-add-form .product-options-wrapper,
.page-product-downloadable .product-add-form .product-options-bottom {
  float: none;
  width: 100%;
}
.page-product-downloadable .product-add-form .product-options-bottom .price-box {
  display: none;
}
/* ORDER AND RETURNS STYLE */
.track-order-description {
  max-width: 100%;
  text-align: center;
}
.track-order {
  background: rgba(84, 84, 84, 0.05);
  margin: 0 auto 57px auto;
  position: relative;
}
.track-order:before {
  background-image: radial-gradient(closest-side, transparent 9px, rgba(84, 84, 84, 0.05) 100%);
  position: absolute;
  top: -10px;
  left: 0;
  content: '';
  display: block;
  height: 10px;
  width: 100%;
  background-color: transparent;
  -webkit-background-size: 20px 20px;
  background-size: 20px 20px;
  background-position: 0 10px, 40px 40px;
}
.track-order:after {
  background-image: radial-gradient(closest-side, transparent 9px, rgba(84, 84, 84, 0.05) 100%);
  position: absolute;
  bottom: -10px;
  left: 0;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  content: "";
  display: block;
  height: 10px;
  width: 100%;
  background-color: transparent;
  -webkit-background-size: 20px 20px;
  background-size: 20px 20px;
  background-position: 0 10px, 40px 40px;
}
.track-order input {
  height: 40px;
}
.track-order input ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #444 !important;
}
.track-order input ::-moz-placeholder {
  /* Firefox 19+ */
  color: #444 !important;
}
.track-order input :-ms-input-placeholder {
  /* IE 10+ */
  color: #444 !important;
}
.track-order input :-moz-placeholder {
  /* Firefox 18- */
  color: #444 !important;
}
.track-order label {
  line-height: 26px;
  font-weight: 700;
  margin-top: 8px;
  display: block;
}
.track-order .field.lastname {
  margin-bottom: 21px;
}
.track-order .primary {
  width: 100%;
}
.track-order .primary .action.submit.primary {
  width: 100%;
  margin-right: 0px;
  padding: 16px;
}
.widget.block-products-list .widget-product-grid .owl-nav [class*="owl-"].owl-prev {
  margin-right: 3px;
}
.widget.block-products-list .widget-product-grid .owl-nav [class*="owl-"] .i-rounded {
  background: #e6e9ec !important;
  border: none;
  border-radius: 0;
  margin-right: 0;
}
.widget.block-products-list .widget-product-grid .owl-nav [class*="owl-"] .i-rounded:hover {
  background: #F68428 !important;
}
.widget.block-products-list .widget-product-grid .owl-nav [class*="owl-"] .i-rounded:before {
  font-weight: bold;
}
#cookie-status {
  display: none !important;
}
/* ==========================================================================
                             AOS ANIMATIONS
============================================================================= */
.container-aos {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
}
.container-aos img {
  max-width: 300px;
}
.container-aos .distance {
  margin-left: 15px;
  margin-right: 15px;
}
/* ==========================================================================
                             INSTAGRAM WIDGET
============================================================================= */
.instagram-container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
/* ==========================================================================
                              404 ERROR PAGE
============================================================================= */
.container-404 .row {
  margin-left: 0px;
}
.container-404 p {
  color: black;
  font-size: 13px;
  line-height: 13px;
}
.container-404.text-center {
  text-align: center;
}
.container-404 .title-404 {
  font-weight: bold;
  font-size: 90px;
  line-height: 90px;
  margin-bottom: 0px;
  margin-top: 40px;
}
.container-404 .sub-title-404 {
  margin-bottom: 40px;
  text-align: center;
  line-height: initial;
  font-weight: normal;
  color: black;
}
.container-404 .custom-slider .product-item-info {
  width: auto;
}
.container-404 .block-search {
  float: none;
  margin: 30px auto;
  width: 350px;
  margin-bottom: 50px;
  overflow: hidden;
}
.container-404 .block-search input {
  border-color: black;
  position: initial;
}
.container-404 .block-search .field.search {
  float: left;
  width: calc(100% - 100px);
}
.container-404 .block-search .actions {
  float: left;
}
.container-404 .block-search .actions button:before {
  content: none;
}
.container-404 .block-search .actions button span {
  position: initial;
  height: auto;
  width: auto;
  color: white;
  padding: 7px 25px;
  display: block;
}
.container-404 .block-search .actions button span:hover {
  color: white;
  background: black;
}
.container-404 .block-search .control {
  border: none;
}
.container-404 .block-search .label::before {
  content: none;
}
.container-404 .block-search .label > span {
  position: initial;
  height: auto;
  width: auto;
  color: white;
  background: black;
  padding: 8px 25px;
  display: block;
}
/* ==========================================================================
                             ABOUS US V1/V2
============================================================================= */
.about-us-v1 .gf-container {
  overflow: auto;
  max-width: 1200px;
}
.about-us-v1 .gf-container p {
  font-size: 16px;
  color: #696969;
  line-height: 28px;
}
.about-us-v1 .gf-container .btn-black {
  padding: 0px;
  color: #333;
  font-size: 22px;
  font-weight: bold;
}
.about-us-v1 .gf-container .btn-black:hover {
  color: #f76b6a !important;
}
.about-us-v1 .wpx {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  overflow: auto;
}
.about-us-v1 .wpx.text-center {
  text-align: center;
}
.about-us-v1 .wpx .ib-shape-inner i {
  font-size: 55px;
}
.about-us-v1 .wpx .ib-shape-inner i:hover {
  color: #f76b6a !important;
}
.about-us-v1 .wpx .ib-shape-inner i.icon-gift {
  color: #f6cdc4;
}
.about-us-v1 .wpx .ib-shape-inner i.icon-line2-earphones-alt {
  color: #84d8e3;
}
.about-us-v1 .wpx .ib-shape-inner i.icon-lock {
  color: #90a5d4;
}
.about-us-v1 .wpx .ib-content .iconbox-title {
  font-weight: bold;
  text-transform: capitalize;
}
.about-us-v1 .wpx .ib-content .iconbox-title .gsf-link span:hover {
  color: #f76b6a;
}
.about-us-v1 .wpx-gray {
  background: #f7f7f7;
}
.about-us-v1 .wpx-gray .child-cont {
  max-width: 1300px;
  margin: 0 auto;
}
.about-us-v1 .wpx-gray .child-cont .gf-heading-inner {
  text-align: center;
}
.about-us-v1 .wpx-gray .child-cont .gf-heading-inner .flw-insta {
  margin: 0;
}
.about-us-v1 .wpx-gray .child-cont .gf-heading-inner .heading-title-wpx {
  font-weight: bold;
  margin: 0px;
  text-transform: lowercase;
}
.about-us-v1 .wpx-gray .child-cont .parent {
  margin-top: 50px;
  width: 100%;
  overflow: hidden;
}
.about-us-v1 .wpx-gray .child-cont .parent:hover .child,
.about-us-v1 .wpx-gray .child-cont .parent.focus .child {
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.about-us-v1 .wpx-gray .child-cont .parent .child {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  position: relative;
}
.about-us-v1 .wpx-gray .child-cont .parent .child img {
  width: 100%;
}
.about-us-v1 .wpx-gray .test-cont {
  max-width: 1300px;
  margin: 0 auto;
}
.about-us-v1 .brands-cont {
  max-width: 1300px;
  margin: 50px auto;
}
.about-us-v2 .cont-about-v2 {
  overflow: auto;
  max-width: 1200px;
  text-align: center;
  margin: 0 auto;
}
.about-us-v2 .cont-about-v2 .cont-title {
  max-width: 500px;
}
.about-us-v2 .cont-about-v2 .cont-title p {
  color: #333;
}
.about-us-v2 .cont-about-v2 .contact-cont {
  max-width: 290px;
  margin: 0 auto;
}
.about-us-v2 .cont-about-v2 .contact-info {
  margin-bottom: 20px;
}
.about-us-v2 .cont-about-v2 .contact-info.firs-c {
  margin-top: 70px;
}
.about-us-v2 .cont-about-v2 .contact-info .contact-title {
  font-weight: 800;
  color: #333;
  margin-bottom: 7px;
  display: block;
  font-size: 16px;
}
.about-us-v2 .cont-about-v2 .contact-info .contact-add {
  font-size: 14px;
  line-height: 28px;
  color: #696969;
}
.about-us-v2 .cont-about-v2 .contact-info .span-block {
  display: block;
}
.about-us-v2 .bg-gray {
  background: #f7f7f7;
}
.about-us-v2 .bg-gray .heading-title-wpx {
  font-weight: bold;
  text-transform: lowercase;
  text-decoration: underline;
}
.about-us-v2 .bg-gray .cont-hover {
  overflow: hidden;
  width: 100%;
}
.about-us-v2 .bg-gray .cont-hover img {
  width: 100%;
}
.about-us-v2 .bg-gray .cont-hover .child-v2 {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.about-us-v2 .bg-gray .cont-hover .ourteam-content {
  background: white;
  padding-top: 17px;
  padding-bottom: 21px;
}
.about-us-v2 .bg-gray .cont-hover .ourteam-content .ourteam-name {
  margin: 0px;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.about-us-v2 .bg-gray .cont-hover .ourteam-content .ourteam-position {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  color: #ccc;
}
.about-us-v2 .bg-gray .cont-hover .ourteam-content .ourteam-socials {
  position: absolute;
  left: 50%;
  bottom: 21px;
  width: 100%;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-transform: translate(-50%, 30px);
  -moz-transform: translate(-50%, 30px);
  -ms-transform: translate(-50%, 30px);
  -o-transform: translate(-50%, 30px);
  transform: translate(-50%, 30px);
  opacity: 0;
  visibility: hidden;
}
.about-us-v2 .bg-gray .cont-hover .ourteam-content .ourteam-socials a {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  color: #ccc;
}
.about-us-v2 .bg-gray .cont-hover .ourteam-content .ourteam-socials a:hover {
  color: #5576e2;
}
.about-us-v2 .bg-gray .cont-hover .ourteam-content .ourteam-socials .mg-link {
  margin-left: 15px;
}
.about-us-v2 .bg-gray .cont-hover:hover .ourteam-socials {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.about-us-v2 .bg-gray .cont-hover:hover .ourteam-position {
  opacity: 0;
}
.about-us-v2 .bg-gray .cont-hover:hover .child-v2 {
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.about-us-v2 .bg-gray .cont-hover:focus .child-v2 {
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.about-us-v2 .brands-cont .clients-grid li {
  margin-bottom: 0px;
}
.about-us-v2 .brands-cont .clients-grid li:before {
  border-left: none;
}
.about-us-v2 .brands-cont .clients-grid li:after {
  border-bottom: none;
}
/* ==========================================================================
                             HOMEPAGE V1 AND V2 AND V3
============================================================================= */
.text-capitalize {
  text-transform: capitalize;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-initial {
  text-transform: initial;
}
.title-big-v1 span {
  line-height: 25px;
}
.block-span {
  display: block;
  font-weight: normal;
}
.block.newsletter .hp-newsletter-v1 .field.newsletter {
  max-width: 270px;
}
.w {
  background: #232323;
  color: #cccccc;
  float: left;
  width: 100%;
  padding-bottom: 30px;
  padding-top: 30px;
  margin-bottom: -30px;
}
.w ul li a,
.w ul li a:visited,
.w ul li a:hover {
  color: #cccccc;
}
.w i {
  color: #fff !important;
}
.w h4 {
  color: #cccccc;
  padding: 17px 0;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
}
.w .mini-logo {
  padding: 8px 0;
}
.w .newsletter-subscribe button {
  background: #232323;
  border: 1px solid #fff;
  margin-top: -3px;
  margin-left: 5px;
  line-height: 17px;
}
.w .newsletter-subscribe button:hover {
  background: #fff;
}
.w .newsletter-subscribe input.validate-email {
  width: calc((100%) - 100px);
  max-width: 270px;
}
.w .newsletter-subscribe div.mage-error[generated] {
  position: absolute;
}
.w .social-icons {
  color: #232323;
}
.w .social-icons i {
  color: #232323;
}
.w .social-icons:hover {
  text-decoration: none;
}
.handbag-v3 {
  padding-right: 10px;
}
.summer-denim {
  margin-bottom: 0px;
  line-height: 64px;
}
.module-split p.premium-p {
  line-height: 20px;
  margin-top: 30px;
}
.page-main .module-split {
  overflow: hidden;
}
.container-v1 .custom-padding {
  padding: 0 50px;
}
.container-v2.full-screen.parallax-disabled {
  background-attachment: fixed;
}
.container-v2.full-screen.parallax-disabled .full-screen {
  background-attachment: fixed !important;
}
.container-v2.sec-v2 {
  background: #f4f4f4;
  padding: 50px 0;
  position: relative;
  overflow: hidden;
}
.container-v2.pos-bg {
  position: relative;
  overflow: hidden;
  background: #FFF;
}
.container-v2 .hp-subtitle {
  padding: 7% 10%;
  font-style: initial;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: initial !important;
  line-height: 33px;
}
.container-v4 .mg-auto {
  margin: 0 auto;
}
.container-v4 .mg-sec-1 {
  margin: 15% 0;
}
.container-v4 .mg-sec-2 {
  bottom: 13%;
}
.container-v4 .mg-sec-3 {
  margin-top: 40px;
}
.container-v4 .mg-sec-4 {
  bottom: 20%;
}
.container-v4 .mg-sec-5 {
  bottom: 30%;
}
.container-v4 .mg-sec-6 {
  margin-top: 40px;
}
.container-v4 .mg-sec-7 {
  top: 5%;
}
.container-v4 .mg-sec-8 {
  bottom: 78%;
}
.container-v4 .mg-sec-9 {
  bottom: 70%;
}
.container-v4 .mg-sec-10 {
  bottom: 20%;
}
.container-v4 .mg-sec-11 {
  margin-top: 40px;
}
.container-v4 .mg-sec-12 {
  top: 0%;
}
.container-v4 .mg-top-10 {
  margin-top: 10px !important;
}
.container-v4 .right {
  text-align: right;
}
.container-v4 .img-padding {
  padding-left: 15px;
  padding-right: 15px;
}
/* ==========================================================================
                             HOMEPAGE V5
============================================================================= */
.products.products-grid,
.custom-slider {
  padding-bottom: 0px;
}
.content-v5 .subtitle {
  text-align: center;
  margin-bottom: 40px;
}
.content-v5 .subtitle h4 {
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 3px !important;
  font-weight: 600;
}
.content-v5 .block.widget .products-grid .product-items {
  margin: 0 7%;
  text-align: center;
}
.content-v5 .block.widget .products-grid .product-items .product-item .product-item-info {
  padding: 0px;
  line-height: 0px;
  position: relative;
}
.content-v5 .block.widget .products-grid .product-items .product-item .product-item-info .product-item-actions {
  display: none;
}
.content-v5 .block.widget .products-grid .product-items .product-item .product-item-info .product-item-actions .actions-primary {
  position: absolute;
  bottom: 10px;
  left: 0;
  z-index: 3;
  width: 100%;
}
.content-v5 .block.widget .products-grid .product-items .product-item .product-item-info .product-item-actions .actions-secondary {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  padding-left: 0;
}
.content-v5 .block.widget .products-grid .product-items .product-item .product-item-info .product-item-actions .actions-secondary .towishlist {
  float: left;
  margin: 20px;
}
.content-v5 .block.widget .products-grid .product-items .product-item .product-item-info .product-item-actions .actions-secondary .tocompare {
  float: right;
  margin: 20px;
}
.content-v5 .block.widget .products-grid .product-items .product-item .product-item-info .product-image-wrapper {
  z-index: 0;
}
.content-v5 .block.widget .products-grid .product-items .product-item .product-item-info:hover {
  border: none !important;
  box-shadow: none !important;
}
.content-v5 .block.widget .products-grid .product-items .product-item .product-item-name a {
  font-size: 15px;
  color: #000000;
  font-weight: 700;
}
.content-v5 .block.widget .products-grid .product-items .product-item .product-item-details .price-box .price-container .price {
  color: #999;
  font-weight: 300;
}
.content-v5 .block.widget .products-grid .product-items .product-item:hover {
  z-index: 0;
}
.content-v5 .block.widget .products-grid .product-items .product-item:hover .product-item-actions {
  display: block;
}
.content-v5 .owl-carousel .banner-item .content_slider .buttons .custom_content .sale_of_img {
  background: url("/pub/media/wysiwyg/pearl_theme/slider_v3_image_1.png") no-repeat center;
  height: 150px;
  background-size: 100%;
  width: 150px;
  margin: 0 auto;
}
.content-v5 .owl-carousel .banner-item .content_slider .buttons .custom_content .sale_of_text {
  color: #fff;
  z-index: 6;
  white-space: nowrap;
  font-size: 48px;
  line-height: 48px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 8px !important;
  margin: 0;
  padding: 30px 0;
}
.content-v5 .owl-carousel .banner-item .content_slider .buttons .custom_content p {
  font-size: 18px;
  line-height: 18px;
}
.content-v5 .box-content .pad-bottom-lg a {
  position: relative;
  color: #000;
  text-decoration: none;
  font-size: 20px;
}
.content-v5 .box-content .pad-bottom-lg a:hover {
  color: #000;
}
.content-v5 .box-content .pad-bottom-lg a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.content-v5 .box-content .pad-bottom-lg a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #000;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.content-v5 .box-content .page-small-width {
  max-width: 980px;
}
.content-v5 .box-content .page-small-width h4 {
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 3px !important;
  font-weight: 600;
}
.content-v5 .green-title {
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  font-weight: 700;
}
.content-v5 .content-blue-dark {
  background: #9ebedf;
}
.content-v5 .content-blue-light {
  background: #a7c8eb;
}
.content-v5 .content-opengreen-dark {
  background: #b2d9c8;
}
.content-v5 .content-opengreen-light {
  background: #bce5d3;
}
.content-v5 .content-green-light {
  background: #c7db9c;
}
.content-v5 .content-green-dark {
  background: #bdd094;
}
.content-v5 .flex-order-reverse {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column-reverse;
}
/* MEDIA QUERIES MOBILE V5 */
/* ==========================================================================
                             HOMEPAGE V6
============================================================================= */
.content-v6 h1 {
  color: #ffffff;
  font-style: normal;
  text-align: left;
  font-size: 40px;
  letter-spacing: 0.4em !important;
  font-weight: bolder;
  margin-bottom: 5px;
}
.content-v6 p.title {
  color: #ffffff;
  font-size: 10px;
  letter-spacing: 0.5em !important;
  font-weight: bold;
}
/* ==========================================================================
                             HOMEPAGE V7
============================================================================= */
.hp-v7 .hp-v7-slider {
  padding: 0 20px 0;
}
.hp-v7 .hp-v7-slider .hp-slider-content h3 {
  color: #ffffff;
  font-size: 8em;
  font-weight: 400;
  letter-spacing: 4px !important;
  margin-bottom: 0.4em;
  text-shadow: 0px 0px 10px #333333;
  text-transform: none;
}
.hp-v7 .hp-v7-slider .hp-slider-content p {
  color: #ffffff;
  font-size: 1.4em;
  letter-spacing: 3px !important;
  margin-bottom: 0;
  text-shadow: 0px 0px 10px #333333;
}
.hp-v7 .hp-v7-slider .hp-slider-content a.shop-now {
  background: #0083c0;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.2em;
  padding: 0.4em 1em;
}
.hp-v7 .hp-v7-slider .hp-slider-content a.shop-now:hover {
  background: #156b9a;
}
.hp-v7-boxes .paddingtop {
  padding-top: 10px !important;
}
.hp-v7-boxes .paddingright {
  padding-right: 10px !important;
}
.hp-v7-boxes .paddingbottom {
  padding-bottom: 10px !important;
}
.hp-v7-boxes .paddingleft {
  padding-left: 10px !important;
}
.hp-v7-boxes .valign-parent {
  display: flex;
  flex-direction: column;
  position: relative;
}
.hp-v7-boxes .caption-wrapper {
  height: 100% !important;
  width: 100% !important;
}
.hp-v7-boxes .valign-child {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.hp-v7-boxes .box-content .image-wrapper {
  line-height: 0;
}
.hp-v7-boxes .box-content .content-wrapper {
  -moz-transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  color: #ffffff;
  font-size: 1.2em;
  opacity: 0;
  transition: all 0.4s linear;
}
.hp-v7-boxes .box-content .content-wrapper p,
.hp-v7-boxes .box-content .content-wrapper h4 {
  text-shadow: 0 0 20px #8f8f8f;
}
.hp-v7-boxes .box-content .content-wrapper h4 {
  color: #ffffff;
  font-size: 32px;
  text-transform: none;
}
.hp-v7-boxes .box-content .content-wrapper.visible {
  opacity: 1;
}
.hp-v7-boxes .box-content a.shop-now {
  -moz-transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  background: #0085c0;
  border: 2px solid #ffffff;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.2em;
  margin: 0.4em;
  padding: 0.2em 1.2em;
  transition: all 0.4s linear;
}
.hp-v7-boxes .box-content a.shop-now:hover {
  background: #ffffff;
  color: #0085c0;
}
.hp-v7-boxes .box-content .button-block {
  -moz-transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  background: #0083c0;
  color: #ffffff;
  cursor: pointer;
  display: block;
  font-size: 1.6em;
  margin-bottom: 20px;
  transition: all 0.4s linear;
}
.hp-v7-boxes .box-content .button-block:nth-child(2) {
  background: #156b9a;
}
.hp-v7-boxes .box-content .button-block:last-child {
  background: #043e5a;
  margin-bottom: 0;
}
/* MEDIA QUERIES MOBILE V7 */
/* ==========================================================================
                             HOMEPAGE V8
============================================================================= */
/* FONTS FOR V8 HOMEPAGE */
.content-v8 {
  /* START --- CATALOG PRODUCT LIST V8 */
  /* END --- CATALOG PRODUCT LIST V8 */
}
.content-v8 .title-v8 {
  font-size: 1.429em;
  text-align: center;
  letter-spacing: 2px !important;
  margin-top: 110px;
  margin-bottom: 50px;
}
.content-v8 .wrapper-top-slider {
  position: relative;
  padding-top: 30px;
}
.content-v8 .wrapper-top-slider:before {
  content: '';
  width: 100%;
  height: 50%;
  position: absolute;
  background: #f6f6f6;
  bottom: 0;
  left: 0;
}
.content-v8 .product-item-info {
  width: 100% !important;
}
.content-v8 .product-image-container {
  width: 100% !important;
}
.content-v8 .owl-stage-outer {
  padding-top: 0px !important;
}
.content-v8 h3 {
  letter-spacing: 6px !important;
  font-weight: bold;
  font-size: 36px;
}
.content-v8 h3 a {
  color: #fff;
}
.content-v8 .extend_list {
  max-height: inherit;
  opacity: 1;
}
.content-v8 .banner-item:hover .list-categories {
  max-height: inherit;
  opacity: 1;
}
.content-v8 .list-categories {
  list-style-type: none;
  padding: 0px;
  max-height: 0px;
  opacity: 0;
  overflow: hidden;
  transition: opacity 1000ms ease;
  margin: 30px 0;
}
.content-v8 .list-categories li {
  transition: all 1s ease;
  margin-bottom: 0px;
}
.content-v8 .list-categories li a {
  color: #cdcdcd;
  font-size: 14px;
}
.content-v8 .list-categories li a:hover {
  color: #fff;
}
.content-v8 .shop-now {
  border: 2px solid #fff;
  text-transform: uppercase;
  letter-spacing: 0.15em !important;
  color: #fff;
  border-radius: 0px;
  padding: 8px 26px;
}
.content-v8 .shop-now:hover {
  background: #000;
  border: 2px solid #000;
  color: #fff;
}
.content-v8 .slider-custom-1 .banner-image:after {
  background-color: rgba(0, 0, 0, 0.4);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.content-v8 .owl-carousel .banner-item .content_slider {
  z-index: 3;
}
.content-v8 .catalog-product-v8 .products-grid .product-item-details {
  display: none;
}
.content-v8 .catalog-product-v8 .products-grid .product-item-details .product-item-link {
  font-size: 16px !important;
  color: #fff !important;
}
.content-v8 .catalog-product-v8 .products-grid .product-item-details .price-box {
  margin-top: 10px !important;
}
.content-v8 .catalog-product-v8 .products-grid .product-item-details .price-box .price-container .price {
  display: block !important;
  color: #fff !important;
}
.content-v8 .catalog-product-v8 .products-grid .product-item-details .price-box .old-price {
  margin-left: 0px;
}
.content-v8 .products-grid .product-item {
  width: 25% !important;
  margin-left: 0px !important;
  margin: 0px;
}
.content-v8 .products-grid .product-item:hover .product-item-details {
  display: block;
}
.content-v8 .products-grid .product-item .product-item-info {
  padding: 0px !important;
}
.content-v8 .products-grid .product-item .product-item-info:hover {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5) !important;
}
.content-v8 .products-grid .product-item .product-item-info:hover:after {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.content-v8 .products-grid .product-item .product-item-info:after {
  background-color: rgba(0, 0, 0, 0.4);
  content: "";
  height: 99%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 5;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
}
.content-v8 .products-grid .product-item .product-item-info a {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: white;
  margin-right: 0px;
}
.content-v8 .products-grid .product-item .product-item-info a:hover {
  text-decoration: none;
}
.content-v8 .products-grid .product-item .product-item-info .reviews-actions {
  display: block;
  text-align: center !important;
}
.content-v8 .products-grid .product-item .product-item-info .rating-result > span:before {
  color: white;
}
.content-v8 .products-grid .product-item .product-item-info .product-image-container {
  width: 100% !important;
}
.content-v8 .products-grid .product-item .product-item-info .product-image-container .product-image-photo {
  width: 100% !Important;
}
.content-v8 .products-grid .product-item-details {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: left;
  -webkit-transform: translate(-50%, 20%);
  -moz-transform: translate(-50%, 20%);
  -ms-transform: translate(-50%, 20%);
  transform: translate(-50%, 20%);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  filter: alpha(opacity=0);
  z-index: 10;
  width: 90%;
  padding-left: 10px;
}
.content-v8 .products-grid .product-item-details .product-item-actions {
  display: none;
}
.content-v8 .row.brands-slider {
  margin: 90px auto;
}
.content-v8 .grey-background {
  background: #f6f6f6;
  padding: 85px 0 60px;
}
.content-v8 .grey-background .flip-box {
  background: #fff;
  color: #000;
  text-align: center;
  position: relative;
  cursor: pointer;
  margin-bottom: 30px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
.content-v8 .grey-background .flip-box-before {
  font-weight: bold;
  letter-spacing: 0.2em !important;
  padding: 44px 40px;
  line-height: 38px;
  text-transform: uppercase;
  transform: translate(0px, 0px);
  transition: all 0.2s ease-out 0s;
}
.content-v8 .grey-background .flip-box:hover .flip-box-after {
  top: 50%;
  transform: translate(0, -50%);
  z-index: 1;
}
.content-v8 .grey-background .flip-box:hover .flip-box-before {
  transform: translate(0, 100%);
}
.content-v8 .grey-background .flip-box-after {
  position: absolute;
  width: 100%;
  font-size: 1.143em;
  top: 0;
  text-transform: capitalize;
  transform: translate(0px, -100%);
  transition: all 0.2s ease-out 0s;
  color: #999;
  z-index: -1;
}
/* MEDIA QUERIES MOBILE V8 */
/* ==========================================================================
                             HOMEPAGE V9
============================================================================= */
.content-v9 .row {
  margin-left: 0px;
}
.content-v9 .fill {
  min-height: 100%;
  height: 100%;
}
.content-v9 .bg-lightgreen {
  background: #86af49;
}
.content-v9 .bg-sky {
  background: #90a7d0;
}
.content-v9 .bg-coral {
  background: #dbb590;
}
.content-v9 .bg-wheat {
  background: #f2dcde;
}
.content-v9 .mg-top {
  margin-top: 20px;
}
.content-v9 .mg-top-bottom {
  margin: 10px 0 20px 0;
}
.content-v9 .wrapper-top-slider-v9 {
  position: relative;
}
.content-v9 .wrapper-top-slider-v9:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background: #f6f6f6;
  bottom: 0;
  left: 0;
}
.content-v9 .wrapper-top-slider-v9 .owl-item img {
  max-width: 1513px;
  margin: 0 auto;
  transition: all 0.2s ease-in-out;
}
.content-v9 .wrapper-top-slider-v9 .owl-item .content_slider .slide-down {
  max-width: 466px;
  margin: 0 auto;
}
.content-v9 .wrapper-top-slider-v9 .owl-item .content_slider .boder-table {
  border: 2px solid black;
  color: black;
}
.content-v9 .wrapper-top-slider-v9 .owl-item .content_slider .boder-table .separator {
  display: block;
  width: 100%;
  border-bottom: 2px solid black;
  padding: 20px;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 2px !important;
}
.content-v9 .wrapper-top-slider-v9 .owl-item .content_slider .boder-table .year {
  display: block;
  font-weight: bold;
}
.content-v9 .wrapper-top-slider-v9 .owl-item .content_slider .big-title-v9 {
  color: black;
  letter-spacing: 14px !important;
}
.content-v9 .wrapper-top-slider-v9 .owl-item .content_slider .small-title-v9 {
  letter-spacing: 0px !important;
  font-size: 14px;
  display: block;
  color: #666666;
}
.content-v9 .wrapper-top-slider-v9 .owl-item .content_slider .small-text-v9-slider {
  display: block;
  color: #666666;
  line-height: 14px;
}
.content-v9 .wrapper-top-slider-v9 .owl-item .content_slider .btn-shop-now {
  background: #f6f6f6;
  border: 2px solid black;
  color: black;
  letter-spacing: 2px !important;
  padding: 5px 30px;
}
.content-v9 .single-image {
  overflow: hidden;
}
.content-v9 .single-image img {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  width: 100%;
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.1);
}
.content-v9 .single-image img:hover {
  -ms-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -webkit-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4);
}
.content-v9 .v9-table {
  display: table;
  width: 100%;
  height: 100%;
}
.content-v9 .v9-table .v9-coll {
  display: table-cell;
  vertical-align: middle;
}
.content-v9 .v9-table .v9-coll a {
  color: white;
}
.content-v9 .v9-table .v9-coll .features-box-icon {
  font-size: 48px;
  margin-bottom: 25px;
  text-align: center;
}
.content-v9 .v9-table .v9-coll .features-box-icon .icon-v9 {
  color: white;
}
.content-v9 .v9-table .v9-coll .features-box-title {
  font-size: 14px;
  letter-spacing: 0.2em !important;
  margin: 0;
  font-weight: 700;
  text-align: center;
  text-transform: inherit;
}
/* MEDIA QUERIES MOBILE V9 */
/* ==========================================================================
                        HOMEPAGE V10
============================================================================= */
/*  PADDING V10 */
/* ALIGN COLUMN */
.content-v10 {
  overflow: hidden;
}
.content-v10 p {
  color: #7f7d7c;
}
.content-v10 .product-image-photo:hover {
  opacity: 0.6;
}
.content-v10 .custom_content h2 {
  font-size: 65px;
  color: #ffffff;
}
.content-v10 .custom_content .sub-heading {
  font-size: 24px;
}
.content-v10 .column h2 {
  text-transform: initial;
}
.content-v10 .testimonials-grid.grid-3 li {
  width: 33%;
}
.content-v10 .column-product .weltpixel-quickview {
  margin-bottom: 30px;
}
.content-v10 .column-product .product-single-price {
  margin: 0 0 30px 0;
}
.content-v10 .column-product .product-single-price .old-price {
  font-size: 20px;
  color: #7f7d7c;
  text-decoration: line-through;
}
.content-v10 .column-product .product-single-price .regular-price {
  color: #9c8773;
  font-size: 20px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 0;
}
.content-v10 .column-product h1 {
  font-size: 35px;
  line-height: 42px;
  color: #504e4a;
  margin: 0px;
  text-transform: initial;
}
.content-v10 .column-product .p1 {
  font-size: 16px;
  color: #7f7d7c;
  line-height: 24px;
}
.content-v10 .text-feature {
  font-size: 16px;
  line-height: 27px;
}
.content-v10 .testimonials-grid .testi-content {
  font-size: 18px;
  color: #7f7d7c;
  text-align: center;
  line-height: 27px;
}
.content-v10 .testimonials-grid .testi-content:before {
  border: none;
}
.content-v10 .testimonials-grid:after {
  border: none;
}
.content-v10 .section-header {
  text-align: center;
  margin-bottom: 55px;
}
.content-v10 .products-grid .product-item {
  margin-left: calc(2.38095238%) !important;
}
.content-v10 .products-grid .product-item .product-item-info-v10 {
  text-align: center;
}
.content-v10 .products-grid .product-item .product-item-info-v10 .product-item-details {
  text-align: left;
}
.content-v10 .products-grid .product-item .product-item-info-v10 .product-item-details a {
  font-size: 17px;
  color: #504e4a;
  display: block;
  margin-top: 10px;
}
.content-v10 .products-grid .product-item .product-item-info-v10 .product-item-details .price-box {
  text-align: left !important;
  margin-top: 5px;
  margin-bottom: 10px;
}
.content-v10 .products-grid .product-item .product-item-info-v10 .product-item-details .price {
  font-size: 16px !important;
  color: #7f7d7c !important;
  font-weight: normal;
}
.content-v10 .products-grid .product-item .product-item-info-v10 .product-image-container .product-image-wrapper {
  padding-bottom: 100% !important;
}
.content-v10 .products-grid .product-item .product-item-info-v10 .product-image-container img {
  width: 100%;
}
.content-v10 .products-grid .product-item .product-item-info-v10 .product-reviews-summary {
  text-align: left !important;
}
.content-v10 .products-grid .product-item .product-item-info-v10 .product-reviews-summary .reviews-actions {
  display: block;
}
.content-v10 .products-grid .product-item .product-item-info-v10 .product-reviews-summary .reviews-actions a {
  margin-top: 0px;
}
/* ==========================================================================
                        HOMEPAGE V11
============================================================================= */
.container-v11 .clients-grid li:after,
.container-v11 .testimonials-grid li:after {
  border: none;
}
.container-v11 .overlay-blue {
  background: #43dacc;
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  z-index: 1;
}
.container-v11 .column {
  width: 49%;
  display: inline-block;
  vertical-align: middle;
}
.container-v11 .img-bar {
  min-height: 363px;
}
.container-v11 .home-promotion-text .feature-title {
  font-size: 56px;
  line-height: 70px;
  font-weight: bold;
  color: #51595d;
}
.container-v11 .home-promotion-text p {
  font-size: 32px;
  line-height: 52px;
  color: #51595d;
}
.container-v11 .home-full-width-feature-content {
  position: absolute;
  z-index: 2;
  top: 50%;
  /* position the top  edge of the element at the middle of the parent */
  left: 50%;
  /* position the left edge of the element at the middle of the parent */
  transform: translate(-50%, -50%);
  width: 100%;
}
.container-v11 .home-full-width-feature-content .module-inner {
  text-align: center;
  max-width: 1020px;
  padding: 0 30px;
  margin: 50px auto;
}
.container-v11 .home-full-width-feature-content .module-inner .feature-title {
  color: #ffffff;
  font-size: 40px;
  font-weight: normal;
  line-height: 50px;
}
.container-v11 .home-full-width-feature-content .module-inner .rte p {
  font-size: 20px;
  line-height: 33px;
  color: #ffffff;
}
.container-v11 .module-inner {
  margin-left: 50px;
  margin-right: 50px;
}
.container-v11 .module-inner .link-details {
  position: relative;
  color: #000;
  text-decoration: none;
  font-size: 20px;
}
.container-v11 .module-inner .link-details:hover {
  color: #000;
}
.container-v11 .module-inner .link-details:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.container-v11 .module-inner .link-details:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #000;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.container-v11 .bg-grey {
  background: #f2f3f4;
}
.container-v11 .bg-grey .section-title {
  font-size: 17px;
  line-height: 17px;
  margin-top: 50px;
  text-align: center;
}
.container-v11 .bg-grey .testimonials-grid.grid-3 li {
  width: 50%;
  margin: 0 auto 25px auto;
}
.container-v11 .row.mg-top {
  margin-top: 50px;
}
.container-v11 .mg-bottom {
  margin-bottom: 50px;
}
.container-v11 .product-slideshow .product-title,
.container-v11 .product-details .product-title {
  font-size: 24px;
  color: #494f58;
}
.container-v11 .product-slideshow .product-price,
.container-v11 .product-details .product-price {
  font-size: 20px;
  line-height: 33px;
  margin-top: 20px;
}
.container-v11 .product-slideshow .p1,
.container-v11 .product-details .p1 {
  font-size: 16px;
  line-height: 23px;
  margin-top: 30px;
}
@media only screen and (max-width: 1024px) {
  .container-v11 .column {
    padding-left: 30px;
  }
  .container-v11 .row .home-promotion-text .feature-title {
    font-size: 32px;
    line-height: 40px;
  }
  .container-v11 .row .home-promotion-text p {
    font-size: 20px;
    line-height: 33px;
  }
}
/* ==========================================================================
                        HOMEPAGE V12
============================================================================= */
.column.main .product-item {
  padding-left: 0px;
}
.container-v12 {
  background: #f2f2f2;
  /* CAROUSEL */
}
.container-v12.container-overflow {
  overflow: auto;
}
.container-v12 .row-custom {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}
.container-v12 .row-instagram-v12 {
  width: 90%;
  margin: 0 auto;
}
.container-v12.slider-v1-cat {
  margin-top: -15px;
  padding-top: 20px;
}
.container-v12.slider-v2-cat {
  overflow: auto;
}
.container-v12 .text-center {
  text-align: center;
}
.container-v12 .title-article {
  margin-bottom: 35px;
}
.container-v12 .img-cont {
  position: relative;
  display: block;
}
.container-v12 .img-cont .overlay-text {
  position: absolute;
  top: 0;
  height: 100%;
  text-align: left;
}
.container-v12 .img-cont .overlay-text:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-left: -1px;
  width: 1px;
}
.container-v12 .img-cont .overlay-text .inner {
  display: inline-block;
  width: 98%;
  vertical-align: middle;
}
.container-v12 .img-cont .overlay-text .inner .text {
  line-height: 1.2em;
}
.container-v12 .img-cont .overlay-text .inner .text .scaled-text {
  color: #ffffff;
  background: rgba(240, 212, 240, 0.5);
  line-height: 1.7em;
  display: inline-block;
}
.container-v12 .content-heading .title {
  text-align: center;
  position: relative;
  top: 33px;
  z-index: 0;
}
.container-v12 .product-image-container {
  width: 100% !important;
  padding-left: 0px;
}
.container-v12 .slider-text {
  background: transparent;
}
.container-v12 .slider-text .overlay-text.overlay-right {
  text-align: right;
}
.container-v12 .slider-text .overlay-text.overlay-right .text-custom-slider {
  line-height: 1.1em;
}
.container-v12 .instagram-widget-container {
  margin-top: 0px;
}
/* ==========================================================================
                        HOMEPAGE V14
============================================================================= */
.mg-top-mob-v14 {
  margin-top: 100px;
}
.container-v14 .wpx-white,
.container-v14 .white {
  color: white;
}
.container-v14 .wpx-white:visited,
.container-v14 .white:visited,
.container-v14 .wpx-white:focus,
.container-v14 .white:focus,
.container-v14 .wpx-white:active,
.container-v14 .white:active,
.container-v14 .wpx-white:hover,
.container-v14 .white:hover {
  color: #b6b6b6;
}
.container-v14 .link-with-effect-p {
  max-width: 140px;
}
.container-v14 .link-with-effect:hover:after {
  width: 0;
}
.container-v14 .link-with-effect:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #5F5F5F;
  -webkit-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  margin-top: 2px;
  max-width: 120px;
}
.container-v14 .link-with-effect.white:hover {
  color: #b6b6b6;
}
.container-v14 .paddinglist {
  padding-left: 50px;
  padding-right: 50px;
}
.container-v14 .img-cont .img-hover {
  height: 330px;
}
.container-v14 .category_name {
  max-width: 320px;
  margin: 30px 0;
}
.container-v14 .category_name a {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 20px;
  display: block;
}
.container-v14 .category_name .category_desc {
  color: rgba(0, 0, 0, 0.35);
  font-size: 18px;
  line-height: 28px;
}
.container-v14 .vc_column_container .vc_custom {
  background: #f9d5bd;
}
.container-v14 .vc_column_container .vc_custom .wpb_wrapper {
  text-align: center;
}
.container-v14 .vc_column_container .vc_custom .wpb_wrapper h3 {
  text-transform: inherit;
  margin-top: 0px;
}
.container-v14 .vc_column_container .vc_custom .wpb_wrapper p {
  text-transform: uppercase;
}
.container-v14 .vc_column_container .vc_custom .wpb_wrapper .wpb_inline {
  display: inline-block;
}
.container-v14 .vc_column_container .vc_custom .wpb_wrapper .wpb_inline a {
  cursor: pointer;
}
.container-v14 .vc_column_container .vc_custom .wpb_wrapper .wpb_inline a:hover:after {
  width: 0;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #5F5F5F;
  -webkit-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  margin-top: 2px;
  max-width: 135px;
  margin: 0 auto;
  float: left;
}
.container-v14 .vc_column_container .vc_custom .wpb_wrapper .wpb_inline a:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: transparent;
  -webkit-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  margin-top: 2px;
  max-width: 135px;
  margin: 0 auto;
  float: left;
}
.container-v14 .vc_column_container .vc_custom .wpb_wrapper .newsletter-subscribe {
  display: none;
  width: 340px;
  margin: 0 auto;
}
.container-v14 .vc_column_container .vc_custom .wpb_wrapper .newsletter-subscribe input {
  width: calc(100% - 96px);
  margin-top: 10px;
  position: relative;
  top: 2px;
  height: 36px;
}
.container-v14 .vc_column_container .vc_custom .wpb_wrapper .newsletter-subscribe input:focus {
  box-shadow: none;
}
.container-v14 .vc_single_image-wrapper {
  text-align: center;
}
.container-v14 .img-hover:hover {
  -webkit-filter: saturate(2);
  filter: saturate(2);
}
.container-v14 .vc_single_image-wrapper {
  padding: 200px 0;
}
.container-v14 .pos-rel {
  position: relative;
  height: 680px;
}
.container-v14 .wpb_content_element {
  position: absolute;
  top: 34%;
  padding-left: 50px;
}
.container-v14 .wpb_content_element h1 {
  font-size: 64px;
  line-height: 85px;
  color: white;
  text-transform: capitalize;
}
.container-v14 .wpb_content_element a {
  font-size: 13px;
  text-transform: uppercase;
}
/* ==========================================================================
                             HOMEPAGE V16
============================================================================= */
.container-v15 .c-live a:hover {
  opacity: 0.8;
}
.container-v15 .block-products-list .product-item-details {
  text-align: center;
}
.container-v15 .block-products-list .block-title {
  border-bottom: 1px solid;
  text-align: center;
  position: relative;
}
.container-v15 .block-products-list .block-title .see-all {
  position: absolute;
  right: 10px;
  top: 5px;
}
/* ==========================================================================
                             PRIVACY POLICY
============================================================================= */
.privacy-policy .privacy-policy-content {
  box-sizing: border-box;
  width: 77.7%;
  float: right;
  padding-left: 2%;
}
.privacy-policy .block-collapsible-nav {
  box-sizing: border-box;
  width: 22.3%;
  float: left;
}
.privacy-policy table thead tr th {
  border-bottom: 1px solid #d1d1d1;
}
.privacy-policy table tr:nth-child(even) {
  background: #f7f7f7 !important;
}
.privacy-policy table tr td {
  font-weight: bold;
  font-weight: normal;
}
/* ==========================================================================
                          ABOUT US + CUSTOMER SERVICE
============================================================================= */
.cms-content-important {
  font-size: 2.2rem;
  font-weight: 300;
  padding: 20px;
  display: block;
  background: #f5f5f5;
}
.cms-content-important h2 {
  margin-top: 0px;
}
.customer-service .bold {
  font-weight: bold;
}
.customer-service .table-wrapper thead th {
  font-weight: normal;
}
.customer-service .table-wrapper tbody tr:nth-child(even) {
  background: #f7f7f7 !important;
}
.customer-service .table-wrapper tbody tr .font-normal {
  font-weight: normal;
}
.customer-service .table-wrapper tbody tr td {
  font-weight: bold;
}
.customer-service .table-wrapper tbody tr td:first-child {
  font-weight: normal;
}
/* ==========================================================================
                        FOOTER + BACK TO TOP BUTTON
============================================================================= */
.theme-pearl .grey-background {
  background: #f6f6f6;
  padding: 85px 0 60px;
  margin-left: 0px;
}
.theme-pearl .grey-background .row {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
}
.theme-pearl .grey-background .row .flip-box {
  background: #fff;
  color: #000;
  text-align: center;
  position: relative;
  cursor: pointer;
  margin-bottom: 30px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
.theme-pearl .grey-background .row .flip-box .flip-box-before {
  font-weight: bold;
  letter-spacing: 0.2em !important;
  padding: 44px 40px;
  line-height: 38px;
  text-transform: uppercase;
  transform: translate(0px, 0px);
  transition: all 0.2s ease-out 0s;
}
.theme-pearl .grey-background .row .flip-box .flip-box-after {
  position: absolute;
  width: 100%;
  font-size: 1.143em;
  top: 0;
  text-transform: capitalize;
  transform: translate(0px, -100%);
  transition: all 0.2s ease-out 0s;
  color: #999;
  z-index: -1;
}
.theme-pearl .grey-background .row .flip-box:hover .flip-box-before {
  transform: translate(0, 100%);
}
.theme-pearl .grey-background .row .flip-box:hover .flip-box-after {
  transform: translate(0, 100%);
  top: 50%;
  transform: translate(0, -50%);
  z-index: 1;
}
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 90px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  text-align: center;
  white-space: nowrap;
  background: #fff;
  z-index: 9;
}
.cd-top .icon-chevron-up {
  align-content: center;
  vertical-align: middle;
  text-align: center;
  color: #000;
  font-size: 20px;
  line-height: 38px;
}
.footer-v4 {
  background: #232323;
  padding-top: 30px;
  float: left;
  width: 100%;
  padding-bottom: 30px;
  margin-bottom: -30px;
}
.footer-v4 a {
  color: #fff;
}
.footer-v4 a:hover {
  color: #fff;
}
.footer-v4 .toggle .togglet,
.footer-v4 .toggle .toggleta {
  color: #777;
}
.footer-v4 button.action.primary {
  border: 1px solid #fff;
}
.footer-v4 button.action.primary:hover {
  border: 1px solid #232323;
}
/* ==========================================================================
                             CONTACT PAGE V2
============================================================================= */
.contact-details {
  font-weight: bold;
}
.contact-v2 .block-container {
  text-align: center;
}
.contact-v2 .block-container .container-wpx-contact {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  overflow: auto;
}
.contact-v2 .block-container .container-wpx-contact i {
  color: #e0e0e0;
}
.contact-v2 .block-container .container-wpx-contact i:hover {
  color: #f76b6a;
}
.contact-v2 .block-container .container-wpx-contact .details p {
  color: #696969;
}
.contact-v2 .block-container .container-wpx-contact .border-contact {
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
}
.contact-v2 .block-container .container-wpx-contact .gray-phone {
  color: #696969;
}
.contact-v2 .title-contact {
  font-weight: bold;
}
.contact-v2 .contact_frm_wpx.mg-top-contact {
  margin-top: 120px;
}
.contact-v2 .contact_frm_wpx .name input,
.contact-v2 .contact_frm_wpx .email input,
.contact-v2 .contact_frm_wpx .telephone input {
  background: #f7f7f7;
  border: none;
  color: #696969;
}
.contact-v2 .mage-error {
  margin-bottom: 10px;
}
.contact-v2 .text-center {
  text-align: center;
}
.contact-v2 .text-left {
  text-align: left;
}
.contact-v2 .inline-block {
  display: inline-block;
  vertical-align: top;
}
.contact-v2 .control #comment {
  height: 140px;
  background: #f7f7f7;
  color: #696969;
  border: none;
  padding: 0 10px;
}
.contact-v2 .actions-toolbar .primary {
  float: none;
}
.contact-v2 .field.captcha label span {
  color: #696969;
}
.contact-v2 .field.captcha .control.captcha input {
  background: #f7f7f7;
  border: none;
}
@font-face {
  font-family: 'Milkshake';
  src: url('../../frontend/Pearl/weltpixel_custom/en_US/fonts/Milkshake.eot?#iefix') format('embedded-opentype'), url('../../frontend/Pearl/weltpixel_custom/en_US/fonts/Milkshake.woff') format('woff'), url('../../frontend/Pearl/weltpixel_custom/en_US/fonts/Milkshake.ttf') format('truetype'), url('../../frontend/Pearl/weltpixel_custom/en_US/fonts/Milkshake.svg#Milkshake') format('svg');
  font-weight: normal;
  font-style: normal;
}
header.page-header .minicart-wrapper .action.showcart .counter.qty,
header.page-header .minicart-wrapper .action.showcart.active .counter.qty,
header.page-header .minicart-wrapper .action.showlist .counter.qty,
header.page-header .minicart-wrapper .action.showlist.active .counter.qty,
.page-header .miniquote-wrapper .action.showquote .counter.qty,
.page-header .miniquote-wrapper .action.showquote.active .counter.qty {
  width: auto;
  border-radius: 3px;
  margin: 0;
  font-size: 12px;
  padding: 0 2px;
  height: 20px;
  min-width: 20px;
  margin-top: 6px;
  margin-left: -1px;
  line-height: 18px;
}
@media only screen and (max-width: 370px) {
  header.page-header .minicart-wrapper .action.showcart .counter.qty,
  header.page-header .minicart-wrapper .action.showcart.active .counter.qty,
  header.page-header .minicart-wrapper .action.showlist .counter.qty,
  header.page-header .minicart-wrapper .action.showlist.active .counter.qty,
  .page-header .miniquote-wrapper .action.showquote .counter.qty,
  .page-header .miniquote-wrapper .action.showquote.active .counter.qty {
    position: absolute;
    left: 9px;
    top: -6px;
    line-height: 17px;
    height: 18px;
    min-width: 18px;
    font-size: 11px;
  }
}
.page-header .miniquote-wrapper .action.showquote .counter.qty {
  margin-top: -1px;
}
.page-header .miniquote-wrapper .action.showquote .counter.qty,
.page-header .miniquote-wrapper .action.showquote.active .counter.qty {
  margin-left: 0;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #000000;
  color: #000000;
  line-height: 18px;
}
.nav-sections nav.navigation {
  /*.level0 {
			> .submenu{
				&.level0{
					@media screen and (min-width: 768px){
						max-height: 400px;
    					overflow-y: auto !important;
					}
				}
			}
		}*/
}
.nav-sections nav.navigation .megamenu a {
  text-transform: capitalize;
}
.nav-sections nav.navigation ul li a span {
  text-transform: uppercase;
}
.nav-sections nav.navigation ul li.parent > a span:nth-child(2) {
  font-size: 15px !important;
}
.nav-sections nav.navigation ul li:not(.parent) > a span {
  text-transform: uppercase;
}
.nav-sections nav.navigation ul li:not(.parent) > a span:first-child {
  font-size: 15px !important;
}
.nav-sections nav.navigation .level0.disabled-link.parent > a.level-top {
  cursor: pointer !important;
}
@media only screen and (min-width: 991px) {
  nav.navigation .megamenu.level-top-fullwidth .submenu .columns-group li > a span,
  nav.navigation .megamenu.level-top-boxed .submenu .columns-group li > a span,
  nav.navigation .megamenu.level-top-sectioned .submenu .columns-group li > a span {
    padding: 0;
  }
}
@media only screen and (min-width: 991px) {
  nav.navigation .megamenu.level-top-fullwidth .submenu .level1 .submenu li > a,
  nav.navigation .megamenu.level-top-boxed .submenu .level1 .submenu li > a,
  nav.navigation .megamenu.level-top-sectioned .submenu .level1 .submenu li > a {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 991px) {
  nav.navigation .megamenu.level-top-fullwidth .submenu [data-has-children] > a span:last-child,
  nav.navigation .megamenu.level-top-boxed .submenu [data-has-children] > a span:last-child,
  nav.navigation .megamenu.level-top-sectioned .submenu [data-has-children] > a span:last-child {
    padding: 0;
    border-bottom: none;
    font-weight: bold;
  }
}
nav.navigation .level0.submenu > li {
  max-height: 400px;
  overflow-y: auto;
}
@media only screen and (min-width: 991px) {
  nav.navigation .level0.submenu > li > .fullwidth-wrapper {
    overflow-y: auto;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  nav.navigation .level0.parent:hover > .submenu {
    left: 0 !important;
  }
}
@media only screen and (min-width: 768px) {
  .nav-sections .navigation ul li.level0 .parent > a {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.page-header .multistore-switcher #switcher-language-trigger {
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  #multistore-mobile-switcher-language {
    background-color: #cacaca;
  }
}
.miniquote-wrapper {
  margin-left: 13px;
}
@media only screen and (max-width: 767px) {
  .miniquote-wrapper {
    margin-right: 0;
  }
}
.miniquote-wrapper .action.showquote {
  white-space: nowrap;
  position: relative;
}
.miniquote-wrapper .action.showquote > .text,
.minicart-wrapper .action.showcart > .text {
  position: absolute;
  display: none;
  width: auto;
  height: auto;
  clip: inherit;
  color: #575757;
  right: 0;
  top: 100%;
  font-size: 12px;
  text-transform: capitalize;
  padding: 3px 6px;
  border-radius: 3px;
  overflow: visible;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #e4e5f0 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #e4e5f0 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #e4e5f0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e4e5f0', GradientType=0);
  border: 1px solid #767676;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
  font-weight: bold;
  line-height: 1;
}
.miniquote-wrapper .action.showquote:before {
  content: "\e74a" !important;
  font-family: 'font-icons' !important;
  color: #090909;
  font-size: 18px;
  line-height: 1.8;
  vertical-align: middle;
}
@media only screen and (max-width: 639px) {
  .miniquote-wrapper .action.showquote:before {
    line-height: 1 !important;
  }
}
.miniquote-wrapper .action.showquote:hover:before {
  color: #133264;
}
.miniquote-wrapper .action.showquote:hover > .text,
.minicart-wrapper .action.showcart:hover > .text {
  display: inline-block;
}
.miniquote-wrapper .action.showquote.active:before {
  content: "\e74a";
  font-family: 'font-icons';
  color: #090909;
}
.miniquote-wrapper .action.showquote.active:hover:before {
  color: #133264;
}
.header .block.block-miniquote .quickcart-content-wrapper button.action span,
.header .block.block-miniquote button.action.primary span {
  font-size: 12px;
}
.block-miniquote .block-content > .actions > .primary .action.primary {
  padding: 8px 10px;
}
.page-header.page-header-v1 .header.links {
  /*margin-left: 13px;*/
  /*> .item.compare{
				margin-bottom: 0;
			}*/
}
.page-header.page-header-v1 .header.links li.link.compare {
  vertical-align: top !important;
  margin-left: 0 !important;
}
.page-header.page-header-v1 .header.links li.link.compare a.compare {
  font-size: 0;
  margin-left: 10px;
}
.page-header.page-header-v1 .header.links li.link.compare a.compare.no-display {
  display: none;
}
.page-header.page-header-v1 .header.links li.link.compare a.compare:before {
  content: '\e61e';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 16px;
  color: inherit;
  font-family: 'luma-icons';
  margin: -2px 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  font-size: 18px;
}
.page-header.page-header-v1 .header.links li.link.compare a.compare > .qty {
  font-size: 12px;
  vertical-align: middle;
  display: inline-block;
  text-transform: capitalize;
  margin-left: 0;
  background-color: #ffffff;
  border: 1px solid #000000;
  color: #000000;
  line-height: 18px;
  width: auto;
  border-radius: 3px;
  margin: 0;
  padding: 0 2px;
  height: 20px;
  min-width: 20px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .page-header.page-header-v1 .header.links li.link.compare a.compare > .qty:before {
    content: '(';
  }
}
@media only screen and (max-width: 767px) {
  .page-header.page-header-v1 .header.links li.link.compare a.compare > .qty:after {
    content: ')';
  }
}
.page-header.page-header-v1 .switcher .options ul.dropdown {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  min-width: 116px;
}
.page-header.page-header-v1 .switcher .options ul.dropdown li {
  width: 100%;
  text-align: left;
}
@media only screen and (min-width: 768px), print {
  .page-header.page-header-v1 header.page-header .multistore-switcher {
    float: right;
  }
}
.page-header.page-header-v1 header.page-header .minicart-wrapper {
  text-transform: capitalize;
}
.page-header.page-header-v1 header.page-header .minicart-wrapper .action.showcart .cart-text {
  vertical-align: middle;
  font-size: 14px;
  color: #fff;
  text-transform: capitalize;
  display: inline-block;
  position: relative;
  margin-top: 10px;
}
@media only screen and (max-width: 1024px) {
  .page-header.page-header-v1 header.page-header .minicart-wrapper .action.showcart .cart-text {
    font-size: 0;
    margin-top: -5px;
  }
}
.page-header.page-header-v1 header.page-header .minicart-wrapper .action.showcart .cart-text i {
  transform: rotate(180deg);
  font-size: 12px;
  display: inline-block;
  font-style: normal;
  position: absolute;
  right: -10px;
  height: 7px;
}
.page-header.page-header-v1 header.page-header .minicart-wrapper .action.showcart:before {
  content: "";
  background-image: url('../../frontend/Pearl/weltpixel_custom/en_US/images/carticon.png');
  background-repeat: no-repeat;
  width: 27px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
}
.page-header.page-header-v1 header.page-header .minicart-wrapper .action.showcart .carttext {
  vertical-align: middle;
  font-size: 14px;
  color: #fff;
  text-transform: capitalize;
  display: inline-block;
  margin-top: 9px;
}
.page-header.page-header-v1 header.page-header .open-modal-search {
  font-size: 18px;
  padding-top: 0;
  padding-right: 0;
  line-height: 1.8;
  vertical-align: middle;
}
.page-header.page-header-v1 .header.content > .header .welcome {
  text-transform: none;
}
.page-header.page-header-v1 .header.content > .header.links {
  padding: 0;
  list-style: none;
  display: inline-block;
  margin: 0;
  float: right;
}
.page-header.page-header-v1 .header.content > .header.links.email-phone li:first-child {
  padding-left: 0;
  margin-left: 0;
}
.page-header.page-header-v1 .header.content > .header.links.email-phone li:first-child::before {
  display: none;
}
.page-header.page-header-v1 .header.content > .header.links li {
  padding-left: 10px;
  position: relative;
}
.page-header.page-header-v1 .header.content > .header.links li::before {
  content: '';
  height: 15px;
  width: 1px;
  background-color: #fff;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7px;
}
.page-header.page-header-v1 .header.content > .header.links li .accountlink {
  color: #fff;
  padding: 0 8px;
  line-height: 30px;
  display: block;
}
.page-header.page-header-v1 .header.content > .header.links li .customer-name .action.switch {
  display: none;
}
.page-header.page-header-v1 .header.content > .header.links li .customer-name.active .accountlink {
  background: #e6e7e9;
  color: #000;
}
.page-header.page-header-v1 .header.content > .header.links li.customer-welcome + .authorization-link {
  display: none;
}
.page-header.page-header-v1 .header.content > .header.links * {
  font-size: 15px;
  text-transform: capitalize;
}
.page-header.page-header-v1 .header.content > .header.links .welcome * {
  text-transform: none;
}
.page-header.page-header-v1 .header.content > .header.links > li {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}
@media only screen and (min-width: 768px) {
  .page-header.page-header-v1 .header.content > .header.links > li {
    margin-left: 10px;
  }
}
.page-header.page-header-v1 .header.content > .header.links > li > a {
  font-size: 15px;
  text-transform: none;
  color: #fff;
  line-height: 30px;
}
.page-header.page-header-v1 .header.content > .header.links > li > a:hover {
  color: #F68428;
}
.page-header.page-header-v1 .header.content > .header.links > li > a.email::before,
.page-header.page-header-v1 .header.content > .header.links > li > a.phone::before {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 4px;
  vertical-align: middle;
  margin-top: -3px;
}
.page-header.page-header-v1 .header.content > .header.links > li > a.email::before {
  width: 27px;
  height: 19px;
  background-image: url(../../frontend/Pearl/weltpixel_custom/en_US/images/mailicon.png);
}
.page-header.page-header-v1 .header.content > .header.links > li > a.phone::before {
  width: 25px;
  height: 24px;
  background-image: url(../../frontend/Pearl/weltpixel_custom/en_US/images/phoneicon.png);
}
.page-header.page-header-v1 .header.content > .header.links li.link.wishlist > a > .qty {
  font-size: 12px;
  vertical-align: middle;
  display: inline-block;
  text-transform: capitalize;
  background-color: #ffffff;
  border: 1px solid #000000;
  color: #000000;
  line-height: 18px;
  width: auto;
  border-radius: 3px;
  margin: 0 0 0 3px;
  padding: 0 2px;
  height: 20px;
  min-width: 20px;
  text-align: center;
}
.page-header.page-header-v1 .header.content > .header.links li.link.wishlist > a > .qty:before,
.page-header.page-header-v1 .header.content > .header.links li.link.wishlist > a > .qty:after {
  content: "";
  display: none;
}
.page-header.page-header-v1 .header.content .customer-menu .header.links {
  margin-top: 0;
}
.page-header.page-header-v1 .header.content .customer-menu .header.links > li {
  width: 100%;
  margin-left: 0;
  padding-left: 0;
}
.page-header.page-header-v1 .header.content .customer-menu .header.links > li::before {
  display: none;
}
.page-header.page-header-v1 .header.content .customer-menu .header.links > li strong {
  font-weight: normal;
}
.page-header.page-header-v1 .header.content .customer-menu .header.links > li:hover a,
.page-header.page-header-v1 .header.content .customer-menu .header.links > li.current a,
.page-header.page-header-v1 .header.content .customer-menu .header.links > li:hover strong,
.page-header.page-header-v1 .header.content .customer-menu .header.links > li.current strong {
  background: #e8e8e8;
  color: #000;
}
.page-header.page-header-v1 .header.content .customer-menu .header.links .authorization-link > a:before {
  content: "";
  display: none;
  font-size: 0;
}
@media only screen and (max-width: 991px) {
  .page-header.page-header-v1 .header.content > .header.links {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  :root .theme-pearl .page-wrapper .page-header.page-header-v1.sticky-header .logo {
    position: static;
  }
}
:root .theme-pearl .page-wrapper .page-header.page-header-v1.sticky-header .sections.nav-sections {
  width: 100%;
  left: 0 !important;
}
:root .theme-pearl .page-wrapper .page-header.page-header-v1.sticky-header .header.content .nav-sections .level0.level-top {
  padding-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .page-header.sticky-header .header .nav-sections {
    margin-top: 5px !important;
  }
}
.quickcart-bottom-container .subtotal .label {
  padding: 0;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .action.delete span {
  line-height: 1;
}
.header .quickcart-wrapper .block-quickcart .product.options .content {
  line-height: 1;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item {
  padding: 10px 0;
}
@media only screen and (max-width: 767px) {
  .minicart-wrapper {
    margin-left: 13px;
  }
}
.minicart-wrapper .block-minicart .minicart-items li:hover {
  cursor: auto;
}
.minicart-wrapper .block-minicart .minicart-items li .product-item-pricing .qty .qty-update {
  cursor: pointer;
}
.page-header-v1 .message.global.demo {
  background: transparent;
  color: #090909;
  padding: 0;
  display: inline-block;
  float: left;
}
@media only screen and (min-width: 768px) {
  .page-header-v1 .message.global.demo {
    line-height: 1.7;
  }
}
.global-notice.desktop {
  display: inline-block;
  float: left;
}
@media only screen and (max-width: 767px) {
  .global-notice.desktop {
    display: none;
  }
}
.global-notice.mobile {
  display: none;
}
@media only screen and (max-width: 767px) {
  .global-notice.mobile {
    display: block;
  }
}
.page-wrapper .page-header .customer-name > span {
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  .page-wrapper .page-header.page-header-v1 + .nav-sections {
    padding: 0;
  }
}
.page-wrapper .page-header.page-header-v1 header.page-header .block-search i[class*='icon-'] {
  cursor: pointer;
}
.page-wrapper .page-header .switcher {
  margin-left: 27px;
}
.page-wrapper .page-header #switcher-currency-trigger,
.page-wrapper .page-header #switcher-store-trigger,
.page-wrapper .page-header #switcher-language-trigger {
  line-height: 1;
}
.page-wrapper .page-header #switcher-language.switcher strong,
.page-wrapper .page-header #switcher-store.switcher strong,
.page-wrapper .page-header #switcher-currency.switcher strong {
  font-weight: 900;
  font-size: 15px;
  line-height: 1;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .page-wrapper .page-header .miniquote-wrapper .action.showquote:before {
    font-size: 22px !important;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 767px) {
  .page-wrapper .page-header .miniquote-wrapper .action.showquote.active:before {
    font-size: 22px !important;
    line-height: 1.5;
  }
}
.page-wrapper .nav-sections .section-item-content.nav-sections-item-content .header.links .authorization-link .sr-only {
  display: block;
  position: static;
  width: auto;
  height: auto;
  clip: inherit;
}
.page-wrapper .nav-sections .section-item-content.nav-sections-item-content .header.links .authorization-link i[class^='icon-'] {
  display: none;
}
@media only screen and (max-width: 767px) {
  .page-wrapper .nav-sections .section-item-content.nav-sections-item-content .header.links li.link.compare a.compare > .qty:before {
    content: '(';
  }
}
@media only screen and (max-width: 767px) {
  .page-wrapper .nav-sections .section-item-content.nav-sections-item-content .header.links li.link.compare a.compare > .qty:after {
    content: ')';
  }
}
@media only screen and (max-width: 767px) {
  .block-minicart .subtitle.empty,
  .block-miniquote .subtitle.empty {
    padding: 10px 0 0 !important;
  }
}
.customer-welcome ul {
  border: 0;
}
.customer-welcome ul::before,
.customer-welcome ul::after {
  display: none;
}
.header-banner {
  float: left;
}
@media only screen and (max-width: 991px) {
  .header-banner {
    display: none;
  }
}
.header-banner img {
  max-width: 100px;
  transition: 0.5s;
}
.page-print .mobile-nav .nav-toggle {
  display: none;
}
.page-print .logo {
  margin-top: 20px;
  margin-left: 0;
}
@media only screen and (min-width: 992px) {
  .page-wrapper .page-header-v1 + .nav-sections {
    padding-bottom: 0;
  }
  .page-wrapper .page-header-v1 + .nav-sections .nav-sections-items {
    padding-bottom: 0;
  }
  .page-wrapper .page-header-v1 .header.content {
    display: flex;
    padding: 27px 0 20px 0;
    align-items: flex-start;
  }
  .page-wrapper .page-header-v1 .header.content .minicart-wrapper {
    order: 6;
    margin-left: 6px;
    right: 0;
    margin-top: 21px;
    margin-right: 15px;
  }
  .page-wrapper .page-header-v1 .header.content .minicart-wrapper.mini-quote-list {
    margin-right: 10px;
    margin-left: 15px;
  }
  .page-wrapper .page-header-v1 .header.content .block.block-search {
    max-width: 500px;
    background: #fff;
    width: 100%;
    margin-left: auto;
    margin-top: 15px;
    padding-left: 0;
  }
  .page-wrapper .page-header-v1 .header.content .block.block-search .control input {
    font-weight: 300;
  }
  .page-wrapper .page-header-v1 .header.content > .header.links {
    order: 2;
    margin-right: 0;
    padding-top: 21px;
    display: flex;
    flex-wrap: wrap;
    height: 50px;
    align-items: center;
  }
  .page-wrapper .page-header-v1 .header.content > .header.links.email-phone {
    margin-left: auto;
  }
  .page-wrapper .page-header-v1 .header.content > .header.links .link a {
    text-transform: capitalize;
  }
  .page-wrapper .page-header-v1 .header.content > .header.links li.customer-welcome {
    order: -1;
  }
  .page-wrapper .page-header-v1 .header.content .logo {
    order: 10;
    margin: 0 0 0 auto;
  }
  .page-wrapper .page-header .block-search .action.search:before {
    color: #888585;
  }
  .nav-sections .navigation .megamenu .ui-menu-icon {
    display: inline-block !important;
    position: static !important;
    float: right;
    margin-left: 10px;
  }
  .nav-sections .navigation ul li.level0 > a {
    padding: 0 20px;
    color: #fff;
  }
  .nav-sections .navigation ul li.level0 > a:hover,
  .nav-sections .navigation ul li.level0 > a.bold-menu:visited {
    color: #fff !important;
  }
  .nav-sections .navigation ul li.level0.active > a,
  .nav-sections .navigation ul li.level0.has-active > a,
  .nav-sections .navigation ul li.level0:hover > a {
    background-color: #F68428;
    color: #fff !important;
  }
}
@media only screen and (max-width: 991px) {
  :root .theme-pearl .page-wrapper .page-header .logo {
    margin-left: 50px;
    margin-top: 0;
  }
  :root .theme-pearl .page-wrapper .page-header .logo img {
    width: auto;
    max-width: 270px;
  }
  .page-wrapper .page-header-v1 .page-header .action.nav-toggle {
    background-color: #fff;
    padding: 0;
    margin: 0;
    width: 38px;
    height: 38px;
    text-align: center;
    top: 33px !important;
    left: 15px;
  }
  .page-wrapper .page-header-v1 .page-header .action.nav-toggle:focus::before,
  .page-wrapper .page-header-v1 .page-header .action.nav-toggle:hover::before,
  .page-wrapper .page-header-v1 .page-header .action.nav-toggle::before {
    color: #84807f !important;
  }
  .nav-sections:not(.mobile-nav) .nav-sections-items,
  .nav-sections:not(.mobile-nav) .navigation {
    background-color: #fff !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .nav-sections .navigation {
    background-color: #fff !important;
  }
  .page-header .block-search {
    background-color: #fff;
  }
}
.page-header .block-search .actions button.action.search {
  height: 100%;
  opacity: 1;
  width: 50px;
  right: 0;
  background-color: #F68428;
  border-radius: 0;
}
.page-header .block-search .actions button.action.search::before,
.page-header .block-search .actions button.action.search:hover::before {
  color: #fff !important;
  font-weight: bold;
}
.block .searchautocomplete {
  min-width: 100%;
}
.block .searchautocomplete .sale,
.block .searchautocomplete .free-returns {
  background-color: #F68428;
}
@media only screen and (max-width: 767px) {
  .page-header-v1 .page-header .header.content {
    text-align: center;
    padding-top: 26px !important;
  }
  .page-header-v1 .page-header .header.content .logo {
    float: none;
    margin: 0 auto;
    display: inline-block;
    width: auto;
    max-width: inherit;
  }
  .page-header-v1 .page-header .header.content .logo img {
    width: auto;
    max-width: initial;
  }
  .page-wrapper .page-header-v1 .page-header .action.nav-toggle {
    top: 26px !important;
  }
  .page-wrapper .page-header .header.content .field.search label:before,
  .page-wrapper .page-header .header.content .nav-toggle:hover:before {
    color: #84807f !important;
    line-height: 38px;
    margin: 0 !important;
    padding: 0 !important;
  }
  :root .page-header-v1 header.page-header .minicart-wrapper {
    position: absolute;
    right: 20px;
    top: 26px;
    margin: 0;
  }
  :root .page-header-v1 header.page-header .minicart-wrapper.mini-quote-list {
    right: 60px;
  }
  :root .page-header-v1 .block-search .label {
    width: 38px;
    height: 38px;
    background-color: #fff;
    position: absolute;
    left: 73px;
    top: 26px;
    margin: 0 auto !important;
    text-align: center;
    padding: 0 !important;
  }
  :root .page-header-v1 .block-search .label::before {
    color: #84807f !important;
  }
}
@media only screen and (max-width: 520px) {
  .page-header-v1 .page-header .header.content .logo {
    margin-left: -40px;
  }
  .page-header-v1 .page-header .header.content .logo img {
    max-width: 180px;
  }
  :root .page-header-v1 .block-search .label {
    width: 32px;
    left: 55px;
  }
  .page-wrapper .page-header-v1 .page-header .action.nav-toggle {
    left: 15px;
    width: 32px;
  }
}
@media only screen and (max-width: 400px) {
  .page-wrapper .page-header-v1 .page-header .action.nav-toggle {
    top: 15px !important;
  }
  :root .page-header-v1 .block-search .label {
    top: 15px !important;
  }
  .page-header-v1 .page-header .header.content .logo img {
    max-width: 120px;
  }
}
@media only screen and (max-width: 1200px) and (min-width: 992px) {
  .page-wrapper .page-header-v1 .header.content .block.block-search {
    max-width: 260px;
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-wrapper .page-header-v1 .header.content .block.block-search {
    max-width: 260px;
    width: 100%;
    margin-right: 20px;
    padding-left: 0;
  }
}
.mobile-account {
  margin: 0;
  padding: 0;
  order: 6;
  float: right;
  line-height: 1;
}
.mobile-account li {
  padding-right: 10px;
  position: relative;
  display: inline-block;
  margin: 0;
  line-height: 1;
}
.mobile-account li a {
  font-size: 0;
}
.mobile-account li a::before {
  content: "";
  background-image: url('../../frontend/Pearl/weltpixel_custom/en_US/images/user.png');
  background-repeat: no-repeat;
  width: 23px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
}
.mobile-account li::after {
  content: '';
  height: 14px;
  width: 2px;
  background-color: #fff;
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media only screen and (min-width: 992px) {
  .mobile-account {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .mobile-account {
    position: absolute;
    top: 26px;
    right: 100px;
  }
}
@media only screen and (max-width: 479px) {
  .block-minicart .block-content > .actions > .primary .action.primary {
    font-size: 15px;
  }
}
.theme-pearl .cart-container .form-cart .actions.main .action.clear span {
  color: #fff;
}
.cart.table-wrapper .actions-toolbar > .action-edit {
  right: 25px;
}
.page-wrapper .btt-button {
  color: #000;
}
nav.navigation > ul {
  position: relative !important;
}
nav.navigation .level0 .submenu {
  left: 0 !important;
  width: 100%;
}
.account .column.main .block .block-content *,
.account .column.main .block .empty * {
  font-size: 15px;
}
.page-wrapper .page-header .header.content .block-search input {
  border-width: 0 !important;
}
@media only screen and (min-width: 992px) {
  .navigation .megamenu .level0.submenu > li.submenu-child .columns-group li.level1 ul.level1.submenu li.megamenu.level2 a:hover {
    color: #2c292a !important;
  }
  .navigation .megamenu .level0.submenu > li.submenu-child .columns-group li.level1 ul.level1.submenu li.megamenu.level2:hover a {
    color: #2c292a !important;
  }
}
.navigation .level0 .submenu li.parent > a .ui-menu-icon::after {
  display: none;
}
.flip_container {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .flip_container {
    margin-left: 15px;
  }
}
.flip_container .flip-mainbox {
  width: calc(33.333% - 10px);
  margin-bottom: 20px;
}
.flip_container .flip-mainbox:not(:first-child) {
  margin-left: 15px;
}
@media only screen and (max-width: 767px) {
  .flip_container .flip-mainbox {
    width: 100%;
  }
  .flip_container .flip-mainbox:not(:first-child) {
    margin-left: 0;
  }
}
.flip_container .flip-mainbox .flip-box {
  position: relative;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
.flip_container .flip-mainbox .flip-box .flip-img {
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.flip_container .flip-mainbox .flip-box .flip-img img {
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  vertical-align: middle;
}
.flip_container .flip-mainbox .flip-box .flip-img.flip_back {
  transform: rotateY(180deg);
  position: absolute;
  left: 0;
  top: 0;
  background-color: black;
}
.flip_container .flip-mainbox:hover .flip-box {
  transform: rotateY(180deg);
}
.cms-index-index .message.success {
  margin-bottom: 0;
}
.creat-your-own {
  background: #f4f4f4;
}
.creat-your-own .service-block-listing {
  margin-left: -20px;
  margin-right: -20px;
}
.creat-your-own .color-border-box {
  display: inline-block;
}
.creat-your-own .color-border-box .service-block-list {
  width: 25%;
  float: left;
  padding: 0 20px 20px;
  margin-left: 0;
  margin-right: 0;
}
@media only screen and (max-width: 991px) {
  .creat-your-own .color-border-box .service-block-list {
    width: 50%;
  }
  .creat-your-own .color-border-box .service-block-list:nth-child(2n+1) {
    clear: left;
  }
}
@media only screen and (max-width: 479px) {
  .creat-your-own .color-border-box .service-block-list {
    width: 100%;
  }
}
.creat-your-own .color-border-box .service-block-list .service-box {
  text-align: center;
  position: relative;
}
.creat-your-own .color-border-box .service-block-list .service-box .service-box-icon {
  font-size: 36px;
  color: #ffffff;
  background: #363636;
  border-radius: 10px;
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 auto 20px;
  position: relative;
}
.creat-your-own .color-border-box .service-block-list .service-box .service-box-icon:after {
  top: -3px;
  left: -3px;
  padding: 3px;
  box-shadow: 0 0 0 2px #333;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -webkit-transform: scale(0.8);
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transition: transform 0.3s, opacity 0.3s;
  transform: scale(0.8);
  opacity: 0;
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  content: '';
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.creat-your-own .color-border-box .service-block-list .service-box .service-title {
  margin-top: 0;
  text-transform: uppercase;
  font-size: 20px;
  color: #363636;
  margin-bottom: 15px;
  font-weight: bold;
}
.creat-your-own .color-border-box .service-block-list .service-box .service-title:after {
  content: '';
  display: block;
  margin: 20px auto;
  width: 30px;
  border-top: 2px solid #555;
  -webkit-transition: width .3s ease;
  -o-transition: width .3s ease;
  transition: width .3s ease;
}
.creat-your-own .color-border-box .service-block-list:hover .service-box .service-box-icon:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.creat-your-own .color-border-box .service-block-list:hover .service-box .service-title:after {
  width: 50px;
}
.creat-your-own .color-border-box .section-title {
  display: inline-block;
  width: 100%;
  text-align: center;
  float: left;
}
.creat-your-own .color-border-box .section-title h2 {
  margin: 0 0 12px;
  display: inline-block;
  border: none;
  padding: 0;
}
.creat-your-own .color-border-box .text-center {
  text-align: center;
}
.widget.block.block-static-block .creat-your-own {
  padding: 60px 0 15px;
  margin-top: 30px;
  margin-bottom: -44px;
}
@media only screen and (max-width: 767px) {
  .widget.block.block-static-block .creat-your-own .row {
    margin-left: 0;
  }
}
.promocode-wrapper {
  position: relative;
  background: #fadc32;
  padding: 41px 0;
  margin: 90px 0;
}
@media only screen and (max-width: 767px) {
  .promocode-wrapper {
    padding: 18px 0;
    margin: 30px 0;
  }
}
.promocode-wrapper:before {
  content: "";
  background: #fadc32;
  position: absolute;
  height: calc(100% - 77.5px);
  width: 100%;
  left: 0;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 1370px;
  display: block;
  margin: -3px auto 0;
}
@media only screen and (max-width: 767px) {
  .promocode-wrapper .content > .row {
    margin-left: 0;
  }
}
.promocode-wrapper .content > .row > div:first-child {
  min-width: 0;
  max-width: 199px;
}
.promocode-wrapper .pro-image-box {
  background: #fff;
  position: absolute;
  transform: translateY(-38.98%);
  top: 1.5px;
}
@media only screen and (max-width: 1199px) {
  .promocode-wrapper .pro-image-box {
    top: 0.5px;
    min-width: 163px;
  }
}
@media only screen and (max-width: 767px) {
  .promocode-wrapper .discount-text {
    text-align: center;
    margin-bottom: 20px;
  }
}
.promocode-wrapper .discount-text .upto-txt,
.promocode-wrapper .discount-text .discount-content {
  display: inline-block;
  font-family: 'Milkshake';
}
.promocode-wrapper .discount-text .discountbox {
  color: #363636;
  display: inline-block;
  font-size: 35px;
  font-weight: 900;
  text-transform: uppercase;
  border: 2px solid #363636;
  line-height: 1;
  padding: 6px 9px;
  margin: 0 4px;
  vertical-align: middle;
  text-shadow: 2px 0px 1px #363636;
}
@media only screen and (max-width: 1199px) {
  .promocode-wrapper .discount-text .discountbox {
    font-size: 26px;
    padding: 6px 10px;
  }
}
.promocode-wrapper .discount-text .upto-txt {
  vertical-align: top;
  font-size: 23px;
  line-height: 1;
}
.promocode-wrapper .discount-text .discount-content {
  vertical-align: middle;
  font-size: 33px;
  line-height: 1;
}
@media only screen and (max-width: 1199px) {
  .promocode-wrapper .discount-text .discount-content {
    font-size: 19px;
  }
}
.promocode-wrapper .promocode-coupon {
  /*display: inline-block;*/
  background: #ffffff;
  padding: 14px 16px;
}
@media only screen and (max-width: 991px) {
  .promocode-wrapper .promocode-coupon {
    float: right;
  }
}
@media only screen and (max-width: 767px) {
  .promocode-wrapper .promocode-coupon {
    text-align: center;
    float: none !important;
  }
}
.promocode-wrapper .promocode-coupon h6 {
  font-size: 20px;
  display: inline-block;
  text-transform: capitalize;
  color: #363636;
  margin: 0;
  vertical-align: middle;
  font-weight: 900;
}
.promocode-wrapper .promocode-coupon .promo-box {
  font-size: 18px;
  display: inline-block;
  text-transform: uppercase;
  color: #363636;
  margin: 0;
  vertical-align: middle;
  line-height: 1;
  font-weight: 900;
}
.footer.content {
  font-size: 18px;
}
.footer.content ul {
  padding-right: 0;
}
.footer.content .footer-v3-list li {
  margin-bottom: 13px;
}
.footer.content .footer-v3-list li a {
  -webkit-transition: all 0.2s ease-out 0.2s;
  -moz-transition: all 0.2s ease-out 0.2s;
  -o-transition: all 0.2s ease-out 0.2s;
  transition: all 0.2s ease-in-out 0.2s;
  position: relative;
}
.footer.content .footer-v3-list li a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  margin-top: -0.5px;
  background: #fff;
  top: 50%;
  left: 0;
  -webkit-transition: all 0.4s ease-in-out 0.4s;
  -moz-transition: all 0.4s ease-in-out 0.4s;
  -o-transition: all 0.4s ease-in-out 0.4s;
  transition: all 0.4s ease-in-out 0.4s;
}
.footer.content .footer-v3-list li a:hover {
  padding-left: 20px;
  -webkit-transition: all 0.2s ease-out 0.2s;
  -moz-transition: all 0.2s ease-out 0.2s;
  -o-transition: all 0.2s ease-out 0.2s;
  transition: all 0.2s ease-in-out 0.2s;
}
.footer.content .footer-v3-list li a:hover:before {
  width: 15px;
  -webkit-transition: all 0.4s ease-in-out 0.4s;
  -moz-transition: all 0.4s ease-in-out 0.4s;
  -o-transition: all 0.4s ease-in-out 0.4s;
  transition: all 0.4s ease-in-out 0.4s;
}
.footer.content h4 {
  font-weight: 700;
  position: relative;
  padding-bottom: 22px;
  margin-bottom: 26px;
  font-size: 22px;
}
.footer.content h4:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  background: #ffbc27;
  height: 6px;
  border-radius: 6px;
}
.footer.content a:hover {
  color: #fadc32;
}
.footer.content .address-box {
  padding-left: 34px;
  position: relative;
}
.footer.content .address-box [class^="icon-"] {
  padding-right: 0;
  position: absolute;
  left: 3px;
  font-size: 22px;
  vertical-align: middle;
  line-height: 29px;
}
.footer.content .footer-social ul li {
  text-transform: capitalize;
  position: relative;
  margin-bottom: 10px !important;
}
.footer.content .footer-social ul li [class^="icon-"] {
  border-radius: 50%;
  background: #fff;
  width: 32px;
  height: 32px;
  margin-right: 5px;
  text-align: center;
}
.footer.content .footer-social ul li [class^="icon-"]:before {
  color: #133264;
  line-height: 32px;
}
.footer-copy {
  display: inline-block;
  width: 100%;
  padding: 20px 0 50px 0;
  background-color: #303434;
  color: #fff;
  margin-top: -1px;
}
@media only screen and (max-width: 640px) {
  .footer-copy {
    padding-bottom: 20px;
  }
}
.footer-copy .copyright-text {
  padding-top: 20px;
  border-top: 1px solid #84807f;
}
@media only screen and (max-width: 640px) {
  .footer-copy .copyright-text {
    text-align: center;
  }
}
.footer-copy span,
.footer-copy a {
  font-size: 15px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .footer-copy div[class^="col-"] {
    text-align: center;
  }
}
.footer-copy .bottom-footer-link ul {
  margin: 0;
  list-style: none;
  padding: 0;
  float: right;
}
@media only screen and (max-width: 767px) {
  .footer-copy .bottom-footer-link ul {
    float: none;
    text-align: center;
    margin-top: 10px;
  }
}
.footer-copy .bottom-footer-link ul li {
  display: inline-block;
  line-height: 1;
  font-weight: 900;
  border-right: 2px solid #363636;
  margin: 0;
  padding: 0 11px;
}
.footer-copy .bottom-footer-link ul li:last-child {
  border-right: none;
}
.page-footer ul.f-links {
  float: right;
}
@media only screen and (max-width: 640px) {
  .page-footer ul.f-links {
    text-align: center;
    margin-bottom: 15px;
  }
}
.page-footer ul.f-links li {
  display: inline-block;
  line-height: 1;
}
.page-footer ul.f-links li:not(:first-child) {
  margin-left: 10px;
  padding-left: 10px;
  position: relative;
}
.page-footer ul.f-links li:not(:first-child)::before {
  content: "";
  width: 1px;
  height: 14px;
  background-color: #fff;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7px;
}
.page-footer ul.f-links li a {
  font-size: 15px;
  line-height: normal;
}
.page-footer ul.f-links li a::before {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 4px;
  vertical-align: middle;
  margin-bottom: 6px;
}
.page-footer ul.f-links li a.email::before {
  width: 27px;
  height: 19px;
  background-image: url(../../frontend/Pearl/weltpixel_custom/en_US/images/mailicon.png);
}
.page-footer ul.f-links li a.phone::before {
  width: 25px;
  height: 24px;
  background-image: url(../../frontend/Pearl/weltpixel_custom/en_US/images/phoneicon.png);
}
.page-footer ul.f-links li a:hover {
  color: #F68428 !important;
}
.page-footer .footer-banner {
  float: left;
}
@media only screen and (max-width: 640px) {
  .page-footer ul.f-links,
  .page-footer .footer-banner {
    width: 100%;
    text-align: center;
  }
}
.page-footer .container,
.footer-copy .container {
  max-width: 1800px;
  width: 100%;
}
.page-footer .row,
.footer-copy .row {
  margin: 0 auto;
}
.theme-pearl.store-view-default .action.btt-button:hover {
  color: #fff !important;
}
@media only screen and (max-width: 480px) {
  .page-wrapper .page-footer .footer.content .footer-v2 {
    padding-top: 20px;
  }
}
.footer-top-newsletter {
  padding: 30px 0;
  position: relative;
}
.footer-top-newsletter:after,
.footer-top-newsletter:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.footer-top-newsletter:before {
  left: -100%;
}
.footer-top-newsletter:after {
  right: -100%;
}
.footer-top-newsletter h2 {
  margin: 0;
}
.footer-top-newsletter p {
  margin-bottom: 1.1rem;
}
.footer-top-newsletter p:last-child {
  margin-bottom: 1.1rem;
}
.footer-top-newsletter .form-group {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
}
.footer-top-newsletter .form-group input {
  margin-right: 30px;
  height: 40px;
}
.footer-top-newsletter .form-group .button {
  min-width: 116px;
  height: 40px;
}
.footer-top-newsletter .d-flex {
  margin-left: -15px;
  margin-right: -15px;
}
:root .theme-pearl.checkout-index-index .nav-sections {
  display: block;
}
:root .theme-pearl.checkout-index-index .header.content .minicart-wrapper {
  display: block;
}
:root .theme-pearl.checkout-index-index .page-header .page-header-v1 .header.content .customer-menu .header.links > li {
  text-align: left;
}
:root .theme-pearl.checkout-index-index .page-header .page-header-v1 + .nav-sections {
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  :root .theme-pearl.checkout-index-index .page-header .panel.header {
    height: auto;
    padding: 11px 20px;
  }
}
.checkout-index-index .modal-popup .modal-footer .action-save-address {
  width: auto;
}
.checkout-index-index .modal-popup .modal-footer .action-hide-popup {
  margin-top: 0;
  font-size: 1.8rem;
  line-height: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .checkout-index-index .authentication-wrapper {
    margin-top: -53px !important;
  }
}
.checkout-index-index .header.content .header {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .checkout-index-index .nav-sections,
  .checkout-index-index .nav-toggle {
    display: block;
  }
}
.quotation-quote-index .cart.table-wrapper .actions-toolbar {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
@media only screen and (max-width: 479px) {
  .methods-shipping #onepage-checkout-shipping-method-additional-load {
    width: 100% !important;
  }
}
@media (min-width: 768px) {
  .checkout-cart-index .page-title-wrapper + .page.messages {
    margin-top: 20px;
  }
}
.checkout-cart-index .modal-popup .modal-content .product.media {
  display: block;
  float: none;
  margin: 0 auto;
}
.checkout-cart-index .modal-popup .modal-content div[class*="popup-attachment"] .product.media {
  width: 100%;
}
.checkout-cart-index .cart-container .form-cart .actions.main .clear {
  display: inline-block;
  height: auto;
  float: right;
  margin-left: 12px;
}
@media only screen and (max-width: 767px) {
  .checkout-cart-index .cart-container .form-cart .actions.main .clear {
    float: none;
    margin-right: 6px;
    margin-bottom: 10px;
  }
}
.checkout-cart-index .cart.item .item-actions a[href*=""] {
  display: none !important;
}
.checkout-cart-index .cart.item .item-actions a.action-edit {
  display: inline-block !important;
}
.cart.table-wrapper .actions-toolbar {
  box-sizing: content-box;
}
.cart.table-wrapper .actions-toolbar > .action-preview::before {
  content: "\e724";
  font-family: 'font-icons';
  color: #363636;
}
.cart.table-wrapper .actions-toolbar > .action-preview:hover:before {
  color: #757575;
}
.cart.table-wrapper .actions-toolbar > .action-attachment::before {
  content: "\e76a";
  font-family: 'font-icons';
  color: #363636;
}
.cart.table-wrapper .actions-toolbar > .action-attachment:hover:before {
  color: #757575;
}
.quotation-quote-index .modal-popup .modal-content div[class*="popup-attachment"] .product.media {
  width: 100%;
}
.minicart-items-wrapper {
  max-height: 370px;
}
.aw-ca-order-listing.aw_ca__sales_order_history-listing .admin__action-dropdown-menu.admin__data-grid-action-columns-menu {
  background: #fff;
}
.form.form-returns-comments .fieldset .field.admin__field,
.form.form-create-return .fieldset .field.admin__field {
  display: flex;
}
.form.form-returns-comments .fieldset .field.admin__field .admin__field-label,
.form.form-create-return .fieldset .field.admin__field .admin__field-label {
  margin-right: 10px;
}
.form.form-returns-comments .fieldset .field.admin__field .file-uploader-button:hover,
.form.form-create-return .fieldset .field.admin__field .file-uploader-button:hover {
  background: #f68428;
  border: #f68428;
  color: #ffffff;
}
@media only screen and (min-width: 992px) {
  body.cms-index-index {
    background-color: #303434;
  }
  body.cms-index-index .page-wrapper {
    background-color: #fff;
  }
}
.custom-slider {
  display: inline-block;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .custom-slider {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 991px) {
  .custom-slider {
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .custom-slider {
    padding-bottom: 0;
  }
}
.custom-slider .owl-theme.owl-carousel .owl-controls .owl-dots {
  bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .custom-slider .owl-theme.owl-carousel .owl-controls .owl-dots {
    bottom: 10px;
  }
}
.custom-slider .owl-theme.owl-carousel .owl-controls .owl-dots .owl-dot {
  background-color: transparent;
  width: 20px;
  height: 20px;
  padding: 3px;
  border: none;
  border-radius: 50px;
  margin: 0 5px;
  transition: 0.5s;
}
.custom-slider .owl-theme.owl-carousel .owl-controls .owl-dots .owl-dot span {
  background-color: #fff;
  border: none;
  width: 100%;
  height: 100%;
  margin: 0;
}
.custom-slider .owl-theme.owl-carousel .owl-controls .owl-dots .owl-dot:hover,
.custom-slider .owl-theme.owl-carousel .owl-controls .owl-dots .owl-dot.active {
  background-color: #fff;
}
.custom-slider .owl-carousel .owl-stage-outer {
  padding-top: 0;
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .custom-slider .owl-carousel .owl-stage-outer {
    padding-top: 0;
  }
}
.cms-fast-order #bss-content-option-product {
  max-width: 100% !important;
}
.cms-fast-order .bss-grouped-popup table.grouped .col.qty .control.qty {
  padding-right: 0;
}
.cms-fast-order .bss-grouped-popup table.grouped .col.qty .control.qty .input-text.qty {
  padding: 0 5px;
  width: 60px;
}
.cms-fast-order .page-main {
  padding-left: 20px;
  padding-right: 20px;
}
#bss-fastorder-form table td.bss-fastorder-row-edit button.btn-edit,
#bss-fastorder-form table td.bss-fastorder-row-action button.btn-ok {
  background: none;
  border: none;
}
#bss-fastorder-form table td.bss-fastorder-row-edit button.btn-edit:before {
  font-size: 18px;
  line-height: 20px;
  color: #000;
  font-family: 'luma-icons';
  overflow: hidden;
  content: '\e601';
}
#bss-fastorder-form table td.bss-fastorder-row-action button.btn-ok:before {
  font-size: 18px;
  line-height: 20px;
  color: #000;
  font-family: 'luma-icons';
  overflow: hidden;
  content: '\e604';
}
#bss-fastorder-form .add-btn {
  text-align: right;
  padding: 10px 0;
}
@media only screen and (max-width: 767px) {
  #bss-fastorder-form .bss-fastorder-autocomplete {
    border: 1px solid #C2C2C2;
  }
}
@media only screen and (max-width: 767px) {
  #bss-fastorder-form .bss-fastorder-autocomplete ul {
    border: none;
  }
}
@media only screen and (max-width: 767px) {
  #bss-fastorder-form tr > th {
    display: none;
  }
  #bss-fastorder-form tr.bss-fastorder-row {
    display: block;
  }
  #bss-fastorder-form tbody tr.bss-fastorder-row {
    border: 1px solid #dddddd;
    margin-bottom: 12px;
  }
  #bss-fastorder-form table td.bss-fastorder-row-name {
    text-align: center;
  }
  #bss-fastorder-form table td {
    border-bottom: none;
    display: block;
    padding: 5px 10px;
  }
  #bss-fastorder-form table td:before {
    padding-right: 10px;
    content: attr(data-th) ': ';
    display: inline-block;
    color: #000000;
    font-weight: 700;
    vertical-align: middle;
  }
  #bss-fastorder-form table .bss-fastorder-row-ref .bss-height-tr {
    margin-bottom: 10px;
  }
  #bss-fastorder-form table .bss-fastorder-autocomplete {
    position: static;
    display: inline-block;
    vertical-align: middle;
  }
  #bss-fastorder-form table .bss-fastorder-autocomplete + .input-box {
    display: inline-block;
    vertical-align: middle;
  }
  #bss-fastorder-form .bss-fastorder-row-image img {
    display: inline-block;
    vertical-align: middle;
  }
  #bss-fastorder-form .table-responsive {
    border: none;
  }
}
@media only screen and (max-width: 480px) {
  #bss-fastorder-form table td.bss-fastorder-row-name {
    text-align: left;
  }
}
@media only screen and (max-width: 479px) {
  #bss-fastorder-form table .bss-fastorder-autocomplete {
    max-width: 182px;
  }
}
body.account .toolbar .pager .toolbar-amount .toolbar-number {
  margin-right: 20px;
}
body.account .toolbar .pager .toolbar-amount .toolbar-number:empty {
  margin: 0;
}
body.account .toolbar .pager .pages {
  position: static;
  width: auto;
  display: inline-block;
  margin-left: 0;
}
body.account .toolbar .pager .pages .pages-items {
  padding-left: 0;
  padding-right: 0;
}
body.account .toolbar .pager .pages .pages-items .pages-item-previous,
body.account .toolbar .pager .pages .pages-items .pages-item-next {
  position: static;
}
body.account .toolbar .pager .limiter {
  float: right;
}
@media only screen and (max-width: 767px) {
  .account .columns {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.account .sidebar.sidebar-main {
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
  margin-top: 0;
}
.account .sidebar.sidebar-main .block.block-collapsible-nav {
  margin-bottom: 20px;
}
.account .sidebar .block-collapsible-nav .content,
.account .sidebar .block-collapsible-nav-designer .content {
  background: #f5f5f5;
  padding: 15px 0;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .account .sidebar .block-collapsible-nav .content,
  .account .sidebar .block-collapsible-nav-designer .content {
    border-bottom: 1px solid #cccccc;
    display: none;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .account .sidebar .block-collapsible-nav .content.active,
  .account .sidebar .block-collapsible-nav-designer .content.active {
    display: block;
  }
}
.account .sidebar .block-collapsible-nav .item,
.account .sidebar .block-collapsible-nav-designer .item {
  margin: 3px 0 0;
}
.account .sidebar .block-collapsible-nav .item:first-child,
.account .sidebar .block-collapsible-nav-designer .item:first-child {
  margin-top: 0;
}
.account .sidebar .block-collapsible-nav .item:last-child > .delimiter,
.account .sidebar .block-collapsible-nav-designer .item:last-child > .delimiter {
  margin: 0;
  border: none;
}
.account .sidebar .block-collapsible-nav .item a,
.account .sidebar .block-collapsible-nav-designer .item a,
.account .sidebar .block-collapsible-nav .item > strong,
.account .sidebar .block-collapsible-nav-designer .item > strong {
  text-decoration: none;
  border-left: 3px solid rgba(0, 0, 0, 0);
  color: #575757;
  display: block;
  padding: 5px 18px 5px 15px;
}
.account .sidebar .block-collapsible-nav .item a:hover,
.account .sidebar .block-collapsible-nav-designer .item a:hover {
  background: #e8e8e8;
}
.account .sidebar .block-collapsible-nav .item.current a,
.account .sidebar .block-collapsible-nav-designer .item.current a,
.account .sidebar .block-collapsible-nav .item.current > strong,
.account .sidebar .block-collapsible-nav-designer .item.current > strong {
  color: #133264;
  font-weight: 600;
  border-color: #133264;
}
@media only screen and (max-width: 767px) {
  .account .sidebar .block-collapsible-nav,
  .account .sidebar .block-collapsible-nav-designer {
    width: 100%;
    position: static;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .account .sidebar .block-collapsible-nav .title,
  .account .sidebar .block-collapsible-nav-designer .title {
    border-top: 1px solid #cccccc;
    cursor: pointer;
    border-bottom: 1px solid #cccccc;
    padding: 10px 40px 10px 15px;
    display: block;
    text-decoration: none;
    position: relative;
  }
  .account .sidebar .block-collapsible-nav .title:after,
  .account .sidebar .block-collapsible-nav-designer .title:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    margin: 3px 0 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    text-align: center;
    position: absolute;
    right: 20px;
    top: 10px;
  }
}
.account .page-main .page-title-wrapper .order-date {
  margin-top: 0;
}
.account .products-grid.wishlist .product-item-name,
.account .products-grid.wishlist .product-item-description,
.account .products-grid.wishlist .product-item .price-box,
.account .products-grid.wishlist .product-item-tooltip {
  clear: both;
  padding: 0 10px;
}
@media only screen and (max-width: 767px) {
  .account .products-grid.wishlist .product-item-name,
  .account .products-grid.wishlist .product-item-description,
  .account .products-grid.wishlist .product-item .price-box,
  .account .products-grid.wishlist .product-item-tooltip {
    margin-left: 0;
  }
}
.account .products-grid.wishlist .product-item-info .product-item-inner {
  padding: 0 10px;
  border: none;
}
.account .products-grid.wishlist .product-item-info:hover .product-item-inner {
  border: none;
}
.account .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td[data-th]:before,
.account .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th[data-th]:before {
  vertical-align: top;
}
.account .action-menu input[type='checkbox'].admin__control-checkbox,
.account .action-menu input[type='radio'].admin__control-checkbox {
  opacity: 0;
}
.account .design-create .action-select-wrap .action-close {
  color: #ffffff;
}
.account .admin__data-grid-header {
  z-index: 1;
  position: relative;
}
.account .data-grid-filters-action-wrap .action-default._active {
  background: #133264;
  color: #ffffff;
  border-right-color: #363636;
}
.account .data-grid-filters-action-wrap .action-default:hover::before {
  color: #ffffff;
}
.block.block-dashboard-info .block-title {
  margin-top: 20px;
}
.theme-pearl.store-view-default .field-dob button {
  background: rgba(0, 0, 0, 0);
  border: none;
  padding: 0;
  line-height: 1;
}
.theme-pearl.store-view-default .field-dob button:hover,
.theme-pearl.store-view-default .field-dob button:focus,
.theme-pearl.store-view-default .field-dob button:active {
  background: rgba(0, 0, 0, 0);
  border: none;
}
.theme-pearl.store-view-default .field-dob ._has-datepicker ~ .ui-datepicker-trigger:before {
  color: #333333;
}
.theme-pearl.store-view-default .admin__current-filters-actions-wrap .action-clear {
  padding: 0.6rem 1em 0.6rem;
  text-decoration: none;
  color: #ffffff;
}
.theme-pearl.store-view-default .admin__current-filters-actions-wrap .action-clear:hover {
  color: #000000;
}
.theme-pearl.store-view-default .action-remove[data-action="grid-filter-remove-chip"] {
  background: rgba(0, 0, 0, 0);
  border: none;
  padding: 0;
  line-height: 1;
}
.designer-design-editdesignidea .design-create .fieldset button.edit-button.button,
.designer-design-edittemplate .design-create .fieldset button.edit-button.button,
.designer-design-editdesignidea .design-create .fieldset button.unpubilshed_confirmation.button,
.designer-design-edittemplate .design-create .fieldset button.unpubilshed_confirmation.button {
  margin-left: 0;
  margin-bottom: 20px;
  display: block;
  clear: both;
}
.designer-design-editdesignidea .design-create .fieldset .m-status,
.designer-design-edittemplate .design-create .fieldset .m-status {
  margin: 0 0 22px;
  clear: both;
  float: left;
}
.designer-design-create {
  font-family: 'Source Sans Pro', sans-serif;
}
.admin__data-grid-wrap .admin__actions-switch-checkbox {
  left: -1000px;
}
.table .design-images {
  display: inline-block;
}
.account .design-create .fieldset .field.product-options {
  clear: both;
}
.login-container {
  margin-top: 20px;
}
.login-container .actions-toolbar > .secondary .action *,
.login-container .actions-toolbar > .primary .action * {
  font-size: 18px;
}
.login-container .block .block-content *,
.login-container .block .empty * {
  font-size: 15px;
}
.login-container .block .block-title strong {
  font-size: 16px;
  font-weight: bold;
}
.catalog-product-view.theme-pearl #maincontent .product-info-main .product-info-price .price-box .old-price {
  display: none !important;
}
.catalog-product-view h1.page-title {
  line-height: normal;
}
.catalog-product-view .product.media .fotorama__wrap * {
  text-align: center;
}
.catalog-product-view .product.media .fotorama__nav-wrap .fotorama_vertical_ratio .fotorama__img {
  left: 0;
}
.catalog-product-view .product-info-main .product-info-price .product-info-stock-sku .configurable-variation-qty,
.catalog-product-view .product-info-main .product-info-price .product-info-stock-sku .availability {
  display: none !important;
}
.catalog-product-view .product-info-main .product-info-price .label {
  display: none;
}
.catalog-product-view .product-info-main .price-box.price-final_price {
  min-height: 53px;
}
.catalog-product-view .product-info-main .product-social-links {
  max-width: 100%;
  display: inline-block;
  margin-bottom: 20px;
}
.catalog-product-view .product-info-main .product-social-links .product-addto-links {
  margin-bottom: 0;
}
.catalog-product-view .product-info-main .product-social-links .product-addto-links a {
  margin-right: 20px !important;
  text-transform: none;
  max-width: 145px;
  text-align: left;
}
.catalog-product-view .product-info-main .product-social-links .product-addto-links .action.download {
  text-transform: none;
}
.catalog-product-view .product-info-main .product-social-links .product-addto-links .action.download .icon-download-alt {
  width: 40px !important;
  height: 40px;
  display: table-cell;
  border: 1px solid #ddd;
  border-radius: 2px;
  vertical-align: middle;
  text-align: center;
}
.catalog-product-view .product-info-main .product-social-links .product-addto-links .action.download span:last-child {
  display: table-cell;
  vertical-align: middle;
  padding-left: 8px;
}
.catalog-product-view .product-info-main .product-social-links .product-addto-links .action.tocompare,
.catalog-product-view .product-info-main .product-social-links .product-addto-links .action.towishlist,
.catalog-product-view .product-info-main .product-social-links .product-addto-links .action.mailto {
  font-size: 12px !important;
}
.catalog-product-view .product-info-main .product-social-links .product-addto-links .action.tocompare:before,
.catalog-product-view .product-info-main .product-social-links .product-addto-links .action.towishlist:before,
.catalog-product-view .product-info-main .product-social-links .product-addto-links .action.mailto:before {
  width: 40px !important;
  height: 40px;
  display: table-cell;
  border: 1px solid #ddd;
  border-radius: 2px;
  vertical-align: middle;
  text-align: center;
}
.catalog-product-view .main > .product.info .product.data.items {
  margin-left: 0;
  margin-right: 0;
}
.catalog-product-view .estimaste-body .select2-container {
  z-index: 9;
}
.catalog-product-view .slider-block-content .grid.products-grid .owl-item .product-item {
  width: 100% !important;
}
.catalog-product-view .grid.products-grid .owl-carousel.products {
  margin-left: 0 !important;
}
.catalog-product-view .owl-carousel.products .owl-controls .owl-nav {
  position: absolute;
  top: -73px;
  right: 0;
}
.catalog-product-view [class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-] {
  position: static;
  margin: 0;
  width: auto;
  height: auto;
}
.catalog-product-view [class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-]:before {
  display: none;
  width: 0;
  height: 0;
}
.catalog-product-view [class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-] .i-rounded {
  width: 30px !important;
  height: 30px !important;
  line-height: 1.5 !important;
  font-size: 19px;
}
.catalog-product-view [class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-] .i-rounded:before {
  float: none;
  margin-left: 0;
}
@media only screen and (max-width: 639px) {
  .catalog-product-view .product-info-price > :first-child {
    padding-left: 0;
  }
}
.catalog-product-view #maincontent .product-info-main .product-info-price > .old-price .price {
  text-decoration: line-through;
}
body .product-info-main .product-options-bottom .box-tocart .actions {
  width: 100%;
  text-align: center;
  display: inline-block;
  margin-bottom: 10px !important;
}
body .product-info-main .box-tocart .actions {
  width: 100%;
  text-align: center;
  display: inline-block;
  margin-bottom: 10px !important;
}
.product-info-main .product-addto-links .action span {
  display: table-cell;
  vertical-align: middle;
  padding-left: 8px;
  letter-spacing: 0;
}
@media only screen and (max-width: 639px) {
  .product-info-main .product-info-price {
    width: 100% !important;
    margin-left: 0;
  }
}
.product-add-form.product-actions-info .box-tocart {
  max-width: 100%;
}
.theme-pearl.catalog-product-view .box-tocart .actions {
  margin-bottom: 5px;
}
.theme-pearl.catalog-product-view .box-tocart .actions button {
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .theme-pearl.catalog-product-view .box-tocart .actions {
    width: 100%;
  }
}
.theme-pearl.catalog-product-view .page-wrapper .page-main .columns .product.info.detailed > .items > .item.title {
  border: 1px solid transparent;
  border-bottom-color: #d2d6dc;
}
.theme-pearl.catalog-product-view .page-wrapper .page-main .columns .product.info.detailed > .items > .item.title.active {
  bottom: 0 !important;
  border-color: #d2d6dc;
  border-bottom-color: transparent;
}
.theme-pearl.catalog-product-view .page-wrapper .page-main .columns .product.info.detailed > .items > .item.title.active > .switch {
  height: 45px !important;
  color: #F68428 !important;
}
.theme-pearl.catalog-product-view .page-wrapper .page-main .columns .product.info.detailed > .items > .item.title a {
  height: 45px;
  line-height: 45px;
}
.theme-pearl.catalog-product-view .page-wrapper .page-main .columns .product.info.detailed > .items > .item.title a.switch {
  border: none !important;
  font-size: 16px;
  text-transform: capitalize;
}
.theme-pearl.catalog-product-view .page-wrapper .page-main .columns .product.info.detailed > .items > .item.content {
  margin-top: 46px;
  border: none;
  border-top: 1px solid #cccccc;
}
@media only screen and (max-width: 767px) {
  .theme-pearl.catalog-product-view .page-wrapper .page-main .columns .product.info.detailed > .items > .item.content {
    margin-top: -1px;
  }
}
@media only screen and (max-width: 767px) {
  .theme-pearl.catalog-product-view .product-social-links {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.product-actions-info-content .product-actions-info-box .estimaste-body {
  border-top: none !important;
}
.product-actions-info-content > .heading-box {
  display: none;
}
.product-options-wrapper .mageworx-swatch-option.text {
  height: auto;
}
.row.circle-block {
  margin-left: -15px !important;
  margin-right: -15px !important;
  width: auto !important;
}
.circle-block .circle {
  border: 1px solid #ddd;
  border-radius: 50%;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 145px;
  height: 145px;
  margin-top: 30px;
}
.circle-block .circle h2.number {
  margin: 0;
  position: absolute;
  top: -18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #fff;
  padding: 0 10px;
}
.circle-block .circle > .img-responsive {
  max-width: 68px;
  -webkit-align-self: flex-end;
  align-self: flex-end;
}
.circle-block .circle > h4.text {
  margin: 0;
  padding: 0 7px;
  box-sizing: border-box;
  -webkit-align-self: flex-start;
  align-self: flex-start;
}
.circle-block .circle i[class*="icon-"],
.circle-block .circle em[class*="icon-"] {
  font-size: 45px;
  width: 100%;
  text-align: center;
  align-self: flex-end;
}
.theme-pearl.catalog-product-view .product-actions-info-content .product-actions-info-box #product-options-wrapper .swatch-attribute .swatch-attribute-options {
  margin-top: 0px !important;
}
.product-primary-info-container {
  z-index: 2;
}
.catalog-product-view .product-primary-info-container .estimaste-body .select2-container {
  z-index: 1;
}
.theme-pearl.catalog-product-view.page-layout-1column .product-info-main .product-info-main .page-title-wrapper h1 {
  font-weight: 500;
}
@media only screen and (min-width: 1170px) {
  .theme-pearl.catalog-product-view.page-layout-1column .product-info-main {
    padding-right: 15%;
  }
}
@media only screen and (min-width: 768px) {
  .theme-pearl.catalog-product-view.page-layout-1column .product-info-main {
    margin-top: 0;
  }
}
.theme-pearl.catalog-product-view.page-layout-1column .product.media {
  padding: 10px;
  border: 2px solid #d2d6dc;
}
@media only screen and (max-width: 767px) {
  .theme-pearl.catalog-product-view.page-layout-1column .product.media {
    margin-bottom: 20px;
  }
}
.product.attribute.description ul {
  padding-left: 0;
  list-style: none;
}
.products-related .owl-nav [class*="owl-"].owl-prev,
.products-upsell .owl-nav [class*="owl-"].owl-prev {
  margin-right: 3px !important;
}
.products-related .owl-nav [class*="owl-"] .i-rounded,
.products-upsell .owl-nav [class*="owl-"] .i-rounded {
  background: #e6e9ec !important;
  border: none;
  border-radius: 0;
  margin-right: 0;
}
.products-related .owl-nav [class*="owl-"] .i-rounded:hover,
.products-upsell .owl-nav [class*="owl-"] .i-rounded:hover {
  background: #F68428 !important;
}
.products-related .owl-nav [class*="owl-"] .i-rounded:before,
.products-upsell .owl-nav [class*="owl-"] .i-rounded:before {
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .product.info.detailed {
    float: left;
    width: calc((100% - 425px));
  }
}
@media only screen and (max-width: 767px) {
  .theme-pearl.store-view-default .products.products-grid.products-related.products,
  .theme-pearl.store-view-default .products.products-grid.products-related .products {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .theme-pearl.store-view-default .products.products-grid.products-related .owl-carousel.products .owl-item .product-item {
    margin: 0;
  }
}
.theme-pearl.store-view-default .products.products-grid.products-related .owl-carousel.products .owl-controls .owl-nav {
  top: -45px;
}
@media only screen and (min-width: 768px) {
  .theme-pearl.store-view-default .products.products-grid.products-related {
    margin-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .theme-pearl.store-view-default .products.products-grid.products-related::before {
    content: '';
    height: 100%;
    width: 1px;
    background: #ccc;
    display: block;
    position: absolute;
    left: -15px;
  }
}
.theme-pearl.store-view-default .related-products.row {
  margin-left: 0;
  margin-right: 0 !important;
  width: 100%;
}
.theme-pearl.store-view-default .related-products.row .block-content .product-item-actions {
  margin-top: 0;
  text-align: center;
}
.theme-pearl.store-view-default .related-products.row .block-content .block-actions {
  display: none;
}
@media only screen and (max-width: 767px) {
  .theme-pearl.store-view-default .related-products.row {
    margin-bottom: 0;
  }
}
.theme-pearl.store-view-default .related-products.row .section-title.block-heading h2 {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .theme-pearl.store-view-default .related-products.row {
    width: calc((425px - 14px));
    float: right;
    margin-top: 21px;
    padding-left: 14px;
    padding-right: 0;
    margin-left: 14px;
  }
}
.block-margin.slider-block-content.block.row {
  padding-right: 0;
}
.product-add-form .product-options-wrapper .field .control select.product-custom-option {
  min-height: 45px;
  background-image: url(../../frontend/Pearl/weltpixel_custom/en_US/images/select1.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
  background-size: auto;
  text-align: left;
  color: #000;
  border-color: #b9b9b9;
}
.product-add-form .product-options-wrapper .field .control select.product-custom-option:hover,
.product-add-form .product-options-wrapper .field .control select.product-custom-option:focus,
.product-add-form .product-options-wrapper .field .control select.product-custom-option:active {
  text-align: left;
}
.related-products .owl-theme .owl-controls .owl-nav [class*="owl-"].owl-prev.owl-prev-bottom.owl-label-show,
.related-products .owl-theme .owl-controls .owl-nav [class*="owl-"].owl-next.owl-next-bottom.owl-label-show {
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width: 767px) {
  .product-info-main .product-options-bottom .box-tocart .actions > button.action,
  body .product-info-main .box-tocart .actions > button.action {
    min-width: 100% !important;
  }
}
@media only screen and (max-width: 767px) {
  .theme-pearl.catalog-product-view .product.info.detailed > .items > .item.title a {
    padding-left: 10px;
  }
}
.catalog-product-view select,
.catalog-product-view input,
.catalog-product-view textarea {
  min-height: 45px;
  color: #000;
  border-color: #b9b9b9;
}
.product-information .value ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.catalog-product-view h1.page-title {
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .catalog-product-view h1.page-title {
    font-size: 35px;
  }
}
@media only screen and (max-width: 768px) {
  .catalog-product-view h1.page-title {
    font-size: 30px;
  }
}
.catalog-product-view.theme-pearl .box-tocart .field.qty input[type="number"] {
  min-width: 75px;
}
@media only screen and (min-width: 320px) {
  body.theme-pearl.catalog-product-view .column.main .block .block-content .products-grid .actions-primary {
    display: block;
    margin: 0 auto;
  }
}
body.theme-pearl.catalog-product-view .column.main .block .block-content .products-grid button.action.primary.tocart {
  margin: 0 auto;
  line-height: normal !important;
  padding: 10px 8px;
  text-align: center;
  word-break: break-word;
  white-space: normal;
  max-width: 180px;
  font-size: 16px;
  float: none;
  display: block;
  min-height: 36px;
  background: #444545;
  border-color: #444545;
  color: #ffffff;
  cursor: pointer;
  border-radius: 0 !important;
  width: 100% !important;
  font-weight: 600;
  font-family: 'Roboto Condensed', sans-serif;
}
body.theme-pearl.catalog-product-view .column.main .block .block-content .products-grid button.action.primary.tocart span {
  font-size: 16px;
}
body.theme-pearl.catalog-product-view .column.main .block .block-content .products-grid button.action.primary.tocart:hover {
  background: #f68428;
  border-color: #f68428;
  color: #ffffff;
}
.catalog-product-view .templates-grid.products-related .products.products-grid .product-item:hover {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.templates-grid.products-related {
  background: #f1f2f2;
  position: relative;
  margin-bottom: 20px;
}
.templates-grid.products-related:after,
.templates-grid.products-related:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  background: #f1f2f2;
  height: 100%;
  width: 100%;
}
.templates-grid.products-related:before {
  left: -100%;
}
.templates-grid.products-related:after {
  right: -100%;
}
.templates-grid.products-related .products.products-grid {
  padding-bottom: 20px;
}
.templates-grid.products-related .products.products-grid .product-items {
  margin-left: -5px;
  margin-right: -5px;
}
.templates-grid.products-related .products.products-grid .product-item {
  padding-left: 5px;
  padding-right: 5px;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.templates-grid.products-related .products.products-grid .product-item:hover {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.templates-grid.products-related .products.products-grid .product-item .product-item-info {
  max-width: 100%;
  background: #ffffff;
}
.templates-grid.products-related .template-container .block-title.title span {
  padding-top: 18px;
  display: inline-block;
}
.products-grid .product-item .product-item-info {
  border: 1px solid #bbbbbb;
  border-radius: 7px;
}
.products-grid .product-item .product-item-info img {
  width: auto;
}
.products-grid .product-item .product-item-info .product-item-inner {
  display: block !important;
  overflow: visible !important;
  width: auto !important;
  height: auto !important;
}
.page-products .products-grid .product-item .product-item-details {
  text-align: center;
  display: inline-block;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .page-products .products-grid .product-item {
    padding: 0 !important;
  }
}
.page-products .product-item-info {
  width: 100%;
}
.page-products .sidebar .product-items .product-item-info {
  width: 100%;
}
.product.info.detailed {
  margin-top: 20px;
}
.products.products-grid .block-title-main {
  text-align: center;
}
.products.products-grid .product-item-actions {
  margin-top: 5px;
}
.column.main .products-grid .product-item {
  margin-bottom: 16px;
  margin-top: 10px;
}
.column.main .products-grid .product-item .product-item-info {
  padding: 0 0 10px 0;
  border-radius: 0;
  box-shadow: none !important;
}
.column.main .products-grid .product-item .product-item-info .product.photo.product-item-photo {
  background: none;
  padding: 0;
}
.column.main .products-grid .product-item .action.tocompare,
.column.main .products-grid .product-item .action.towishlist,
body.theme-pearl .column.main .block .block-content .products-grid button.action.primary,
.column.main .block .block-content .products-grid button.action.primary,
body.theme-pearl .column.main .block .block-content .products-grid button.action.primary.tocart,
.column.main .block .block-content .products-grid button.action.primary.tocart {
  border-radius: 50% !important;
  padding: 0;
  width: 41px;
  height: 41px;
  background: #ffffff;
  border-color: #eee;
  color: #363636;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
  line-height: 38px !important;
}
.column.main .products-grid .product-item .action.tocompare:hover,
.column.main .products-grid .product-item .action.towishlist:hover,
body.theme-pearl .column.main .block .block-content .products-grid button.action.primary.tocart:hover,
.column.main .block .block-content .products-grid button.action.primary.tocart:hover {
  color: #ffffff !important;
  background: #133264;
}
.column.main .products-grid .product-item .action.tocompare:before {
  margin-top: 0 !important;
}
@media only screen and (min-width: 992px) {
  .column.main .products-grid .product-item .product-item-info .product-item-details .product-item-inner {
    position: absolute;
    top: -50px;
    left: 0;
    background: none;
  }
  .column.main .products-grid .product-item .product-item-info .product-item-details .product-item-inner::before {
    display: none;
  }
}
.column.main .products-grid .product-item-actions button.action.primary.tocart + .product-addtoquote-button,
.column.main .products-grid .product-item-actions a.action.primary.tocart + .product-addtoquote-button {
  margin-top: 0;
}
body.theme-pearl .column.main .block .block-content .products-grid * button.action.primary.tocart [class^="icon-"],
.column.main .block .block-content .products-grid * button.action.primary.tocart [class^="icon-"] {
  font-size: 18px;
}
.products-grid .product-item .product-item-details {
  display: inline-block;
  width: 100%;
}
.products-grid .product-item .product-item-details .price-container .price {
  font-weight: normal;
}
.products-grid .product-item .product-item-name + .label {
  display: none;
}
.products-grid .product-item .product-item-name .product-item-link {
  font-weight: 600;
  line-height: 1;
  margin-bottom: 10px;
  display: block;
}
@media only screen and (max-width: 1365px) {
  .products-grid .product-item .product-item-name .product-item-link {
    min-height: 35px;
  }
}
.products-grid .product-item .price-box {
  margin-top: 0;
  margin-bottom: 5px;
}
.products.products-grid .product-img-bx,
.widget.block-products-list .product-img-bx {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  width: 100%;
}
.products.products-grid .product-img-bx .product-item-actions,
.widget.block-products-list .product-img-bx .product-item-actions {
  margin-top: 5px;
  display: inline-block;
  position: absolute;
  bottom: -36px;
  z-index: 1;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  margin: -11px 0 11px;
}
.widget.block-products-list {
  margin: 30px 0;
}
@media only screen and (max-width: 767px) {
  .widget.block-products-list {
    margin-left: 15px;
    padding: 0;
  }
}
.widget.block-products-list.block:last-child {
  margin-bottom: 30px;
}
.widget.block-products-list .widget-product-grid .owl-nav {
  display: inline-block;
  position: absolute;
  right: 0;
  top: -73px;
}
.widget.block-products-list .widget-product-grid .owl-nav [class*="owl-"] {
  background-color: rgba(0, 0, 0, 0) !important;
  margin: 0;
  text-indent: 0;
  position: static;
  width: auto;
  height: auto;
}
.widget.block-products-list .widget-product-grid .owl-nav [class*="owl-"]:before {
  display: none;
  width: 0;
  height: 0;
}
.widget.block-products-list .widget-product-grid .owl-nav [class*="owl-"] .i-rounded {
  width: 30px !important;
  height: 30px !important;
  line-height: 1.5 !important;
  font-size: 19px !important;
}
.widget.block-products-list .widget-product-grid .owl-nav.disabled {
  display: none;
}
.widget.block-products-list .widget-product-grid .owl-nav button {
  background-color: rgba(0, 0, 0, 0) !important;
  border: none !important;
}
.widget.block-products-list .widget-product-grid .owl-nav button .i-rounded {
  width: 30px !important;
  height: 30px !important;
  line-height: 1.5 !important;
  font-size: 19px;
}
.widget.block-products-list .widget-product-grid .owl-dots {
  text-align: center;
  position: static;
}
.widget.block-products-list .widget-product-grid .owl-dots .owl-dot > span,
.widget.block-products-list .widget-product-grid .owl-dots button.owl-dot > span {
  width: 12px;
  height: 12px;
  margin-bottom: 20px;
  margin-left: 4px;
  margin-right: 4px;
  border-radius: 50% !important;
  background: #ffffff !important;
  border: #133264 1px solid;
}
.widget.block-products-list .widget-product-grid .owl-dots .owl-dot.active > span,
.widget.block-products-list .widget-product-grid .owl-dots button.owl-dot.active > span {
  background: #133264 !important;
}
.widget.block-products-list .widget-product-grid .owl-dots.disabled {
  display: none;
}
.widget.block-products-list .view-all > a {
  text-transform: uppercase;
  font-weight: 900;
  padding: 15px 15px;
  font-size: 1.8rem;
}
.catalog-category-view .column.main .products-grid .product-item .action.tocompare:before {
  margin-top: -7px;
}
@media only screen and (max-width: 767px) {
  #layered-filter-block .filter.active .filter-subtitle {
    top: 50px !important;
  }
}
@media only screen and (max-width: 767px) {
  #layered-filter-block .filter.active .filter-title strong {
    top: 60px !important;
  }
}
@media only screen and (max-width: 767px) {
  #layered-filter-block .filter.active .filter-options {
    top: 100px !important;
  }
}
@media only screen and (max-width: 767px) {
  #layered-filter-block.filter .block-content .block-subtitle {
    background: #fff;
    padding-left: 10px;
  }
}
.products-list .products {
  padding: 10px !important;
}
.products-list .products .product-item-details .product-item-actions .actions-primary {
  margin-right: 8px;
}
.catalog-category-view,
.catalogsearch-result-index {
  /*.sorter,*/
}
.catalog-category-view .page-title,
.catalogsearch-result-index .page-title {
  border-bottom: 1px solid #d2d6dc;
  color: #2c292a;
  padding-bottom: 20px;
  width: 100%;
}
.catalog-category-view .title-and-tool,
.catalogsearch-result-index .title-and-tool {
  border-bottom: 1px solid #d2d6dc;
  padding-bottom: 20px;
  display: flex;
}
.catalog-category-view .title-and-tool .second-page-title,
.catalogsearch-result-index .title-and-tool .second-page-title {
  margin: 0;
  font-weight: normal;
  font-size: 2.6rem;
}
@media only screen and (max-width: 768px) {
  .catalog-category-view .title-and-tool .second-page-title,
  .catalogsearch-result-index .title-and-tool .second-page-title {
    font-size: 1.8rem;
    line-height: normal;
  }
}
.catalog-category-view .toolbar.toolbar-products,
.catalogsearch-result-index .toolbar.toolbar-products {
  margin: 0 0 0 auto;
}
@media only screen and (max-width: 480px) {
  .catalog-category-view .toolbar.toolbar-products .modes-label,
  .catalogsearch-result-index .toolbar.toolbar-products .modes-label {
    display: none;
  }
}
.catalog-category-view .products + .toolbar.toolbar-products,
.catalogsearch-result-index .products + .toolbar.toolbar-products {
  border-bottom: none;
  padding-bottom: 0;
}
.catalog-category-view .toolbar-amount,
.catalogsearch-result-index .toolbar-amount,
.catalog-category-view .field.limiter,
.catalogsearch-result-index .field.limiter {
  display: none;
}
.catalog-category-view .modes-mode,
.catalogsearch-result-index .modes-mode {
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.catalog-category-view .modes-mode.active,
.catalogsearch-result-index .modes-mode.active {
  border: none;
}
.catalog-category-view .modes,
.catalogsearch-result-index .modes {
  float: right;
  margin-right: 0;
  display: flex;
  align-items: center;
}
.catalog-category-view .modes-label,
.catalogsearch-result-index .modes-label {
  border: 0;
  clip: auto;
  height: auto;
  margin: 0 15px 0 0;
  overflow: visible;
  padding: 0;
  position: static;
  width: auto;
}
.catalog-category-view .modes-label::after,
.catalogsearch-result-index .modes-label::after {
  content: ":";
}
.catalog-category-view .block-products-list .product-items .owl-item .product-item,
.catalogsearch-result-index .block-products-list .product-items .owl-item .product-item {
  width: 100% !important;
}
@media only screen and (max-width: 768px) {
  .products.wrapper ~ .toolbar .modes {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .column.main .products-grid.products-related .product-item .product-item-info {
    float: none;
  }
  body .products.products-grid {
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .sidebar .product-items .product-item-info .product-item-photo {
    max-width: 40px;
  }
}
.product-item-description .action.more {
  color: #333;
}
.catalog-category-view .content.container-fluid,
.catalog-product-view .content.container-fluid {
  padding: 0;
}
.catalog-category-view .content.container-fluid .row,
.catalog-product-view .content.container-fluid .row {
  padding: 0;
}
.catalog-category-view .content.container-fluid .row .block.widget.block-products-list.grid,
.catalog-product-view .content.container-fluid .row .block.widget.block-products-list.grid {
  margin-top: 0;
}
.modes-mode > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar-main .product-navigation > li > .nested {
  display: none;
  padding-left: 15px;
}
.sidebar-main .product-navigation > li > .nested li.active a {
  color: #F68428;
}
.sidebar-main .product-navigation > li > .nested li a {
  font-size: 16px;
}
.sidebar-main .product-navigation > li > .nested li a:hover {
  color: #F68428;
  text-decoration: none;
}
.sidebar-main .product-navigation > li > .nested li a::before {
  content: inherit;
}
.sidebar-main .product-navigation > li.active > .nested {
  display: block;
}
.sidebar-main .product-navigation > li {
  color: #222222;
  border-bottom: 1px solid #b1bec8;
  display: block;
  padding: 13px 0;
  font-size: 16px;
  margin: 0;
}
.sidebar-main .product-navigation > li:last-child {
  border-bottom: none;
}
.sidebar-main .product-navigation > li a {
  color: #222222;
  font-size: 16px;
}
.sidebar-main .product-navigation > li a:hover {
  text-decoration: none;
}
.sidebar-main .product-navigation > li .caret {
  width: 100%;
  height: auto;
  border: none;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.sidebar-main .product-navigation > li > .caret {
  display: block;
  text-decoration: none;
}
.sidebar-main .product-navigation > li > .caret a {
  font-weight: 600;
}
.sidebar-main .product-navigation > li > .caret:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sidebar-main .product-navigation > li > .caret:after {
  position: absolute;
  right: 13px;
  top: 0;
  font-weight: bold;
  color: #b1bec8;
}
.sidebar-main .product-navigation > li > .caret.caret-down {
  border-bottom: 1px solid #b1bec8;
  padding-bottom: 10px;
}
.sidebar-main .product-navigation > li > .caret.caret-down:after {
  content: '\e621';
}
.sidebar #layered-filter-block .filter-content .filter-options .filter-options-item .filter-options-content > .items > .item > span {
  margin-left: 0;
}
.sidebar #layered-filter-block .filter-content .filter-options .filter-options-item .filter-options-content > .items > .item > span a {
  font-weight: bold;
  padding: 0 15px;
  margin: 0;
  display: inline-block;
  width: auto;
}
.sidebar #layered-filter-block .filter-content .filter-options .filter-options-item .filter-options-content .items .item a::before {
  content: inherit;
}
.sidebar #layered-filter-block .filter-content .filter-options .filter-options-item .filter-options-content .items.nested .item span.caret {
  font-weight: bold;
}
.sidebar #layered-filter-block .filter-content .filter-options .filter-options-item .filter-options-content .items.nested .item span:not(.caret) a:before {
  content: ">";
  width: auto;
  height: auto;
  border: none;
  border-radius: 0;
  flex: 0 0 10px;
}
.sidebar #layered-filter-block .filter-content .filter-options .filter-options-item .filter-options-content .items.nested .nested.items {
  padding-left: 15px;
}
.catalog-category-view .products + .toolbar.toolbar-products {
  display: none;
}
.catalogsearch-result-index .toolbar.toolbar-products {
  border-bottom: 1px solid #d2d6dc;
  padding-bottom: 20px;
}
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-reviews-summary,
.catalogsearch-result-index .products-list .product-item .product-item-info .product-reviews-summary,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-inner,
.catalogsearch-result-index .products-list .product-item .product-item-info .product-item-inner {
  display: none !important;
}
.products.wrapper .sizetext {
  font-size: 14px;
  color: #000;
}
.products.wrapper .product-item-description {
  margin: 0 0 15px 0;
}
.products.wrapper:not(.products-list) .sizetext {
  margin-bottom: 15px;
  min-height: 17px;
}
.weltpixel_quickview-catalog_product-view .content.container-fluid {
  display: none;
}
.sidebar.sidebar-main ul.product-navigation,
.sidebar.sidebar-main ol.product-navigation {
  padding-left: 0;
}
.sidebar.sidebar-main ul.nested,
.sidebar.sidebar-main ol.nested {
  list-style: none;
  padding-left: 15px;
}
.sidebar.sidebar-main ul.nested li,
.sidebar.sidebar-main ol.nested li {
  list-style: none;
}
.theme-pearl[class*='store-view-'] .page-main {
  max-width: 1800px;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .theme-pearl[class*='store-view-'].sticky .page-wrapper {
    padding-top: 0;
  }
  .theme-pearl[class*='store-view-']:not(.cms-index-index) .page-wrapper .page-header-v1 + .nav-sections {
    margin-bottom: 20px;
  }
  .theme-pearl[class*='store-view-']:not(.cms-index-index) .page-main {
    min-height: 1100px;
  }
}
.theme-pearl[class*='store-view-'].cms-index-index .page-main {
  max-width: 100%;
}
.theme-pearl[class*='store-view-'].cms-index-index .page.messages {
  max-width: 100%;
}
@media only screen and (min-width: 768px), print {
  .theme-pearl[class*='store-view-'] .row {
    max-width: 1800px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 768px), print {
  .theme-pearl[class*='store-view-'] .page-wrapper .breadcrumbs {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0;
    padding: 15px 0;
  }
}
@media only screen and (min-width: 768px), print {
  .theme-pearl[class*='store-view-'] .page-wrapper .breadcrumbs .items {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    max-width: 1800px;
    padding-left: 20px;
    padding-right: 20px;
    color: #888a89;
  }
}
@media only screen and (min-width: 768px), print {
  .theme-pearl[class*='store-view-'] .page-wrapper .breadcrumbs .items .item {
    line-height: 18px;
  }
}
@media only screen and (min-width: 768px), print {
  .theme-pearl[class*='store-view-'] .page-wrapper .breadcrumbs .items .item strong,
  .theme-pearl[class*='store-view-'] .page-wrapper .breadcrumbs .items .item a {
    float: left;
    font-size: 13px;
    font-style: normal;
    color: #888a89;
    line-height: 18px;
    text-transform: capitalize;
  }
}
@media only screen and (min-width: 768px), print {
  .theme-pearl[class*='store-view-'] .page-wrapper .breadcrumbs .items .item strong:hover,
  .theme-pearl[class*='store-view-'] .page-wrapper .breadcrumbs .items .item a:hover {
    color: #2c292a;
  }
}
.cart.table-wrapper .item .col.item {
  min-height: 110px !important;
  overflow: auto;
}
.edit-order-table .col-image .admin__field-control img {
  width: 50px;
}
.box-tocart .field.qty .control #qty-error.mage-error {
  width: 100%;
  float: left;
}
.slider-block-content .owl-carousel.products .owl-controls .owl-nav {
  position: absolute;
  top: -54px;
  right: 0;
}
.slider-block-content .products[class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-] {
  position: static;
  margin: 0;
  width: auto;
  height: auto;
}
.slider-block-content .products[class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-]:before {
  display: none;
  width: 0;
  height: 0;
}
.slider-block-content .products[class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-] .i-rounded {
  width: 30px !important;
  height: 30px !important;
  line-height: 1.5 !important;
  font-size: 19px;
}
.slider-block-content .products[class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-] .i-rounded:before {
  float: left;
  margin-left: 6px;
}
.slider-block-content.block-margin {
  padding: 0 15px;
}
.slider-block-content.block-margin .block-content .products.products-grid {
  padding-top: 0 !important;
}
.slider-block-content.block-margin .block-content .products.products-grid [class*=owl-carousel-products-].owl-theme .owl-dots {
  bottom: 0;
}
.slider-block-content.block-margin .block-content:last-child .products.products-grid:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.slider-block-content.block-margin.block.crosssell .owl-stage .owl-item .product-item {
  width: 100% !important;
  margin: 0;
}
.owl-thumbs:empty {
  padding: 0;
}
.cms-index-index .products.products-grid .block-title-main h2 {
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  .cms-index-index.theme-pearl.page-layout-1column .products.products-grid {
    padding-bottom: 50px;
    padding-top: 40px !important;
  }
}
.featuredproducts.owl-carousel .owl-stage-outer {
  padding-bottom: 0;
}
.featuredproducts.owl-carousel .owl-controls .owl-dots {
  bottom: 8px;
}
.section-title h2,
.section-title h3 {
  margin-top: 0;
  padding-bottom: 13px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  text-transform: capitalize;
  font-weight: 500;
}
.section-title.block-heading h3 {
  margin-bottom: 10px;
}
.page-wrapper > .page-bottom {
  width: 100%;
}
.page-wrapper > .page-bottom .widget.block-static-block {
  margin-bottom: 0;
}
.page-wrapper > .page-bottom .widget.block > .row {
  margin-right: 0;
  margin-left: 0;
}
.page-wrapper > .page-bottom + .page-footer {
  margin-top: 0;
}
.d-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.w-100 {
  width: 100%;
}
.pl-15 {
  padding-left: 15px !important;
}
.pr-15 {
  padding-right: 15px !important;
}
.canvas-index-index.page-layout-empty .page-main,
.merchandise-index-index.page-layout-empty .page-main {
  max-width: 100%;
}
.product-image-container {
  width: 100%;
}
@media screen and (max-width: 360px) {
  .toolbar.toolbar-products select.sorter-options {
    max-width: 130px;
  }
}
#recipients-options button.action.remove span {
  color: #000;
}
.header-placeholder {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.table-comparison .cell.product {
  border-left: 1px solid #cccccc;
}
.table-comparison .cell.product.info {
  background: rgba(0, 0, 0, 0);
}
.table-comparison .cell.product.label {
  border-left: none;
}
.table-comparison .cell.remove {
  position: relative;
}
.table-comparison .cell.remove.label {
  border: none;
}
.table-comparison .cell.remove .action.delete {
  position: absolute;
  right: 0;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .modal-popup.modal-slide._inner-scroll .row {
    margin-right: -15px;
  }
}
body:not(.cms-index-index) .page-main {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  body:not(.cms-index-index) .page-main {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .form.search.advanced .fields.range .field.with-addon .control {
    padding-right: 0 !important;
  }
  .modal-popup.confirm .modal-inner-wrap {
    width: 100% !important;
  }
  .form-cart .cart.actions a.action,
  .form-cart .cart.actions button.action {
    margin-bottom: 10px;
  }
}
.designer-index-index .page-products .products-grid.template-list-wrapper .product-item {
  float: left;
}
@media only screen and (max-width: 1023px) {
  .designer-index-index .page-products .products-grid.template-list-wrapper .product-item {
    margin-bottom: 20px;
  }
}
.products-grid .owl-carousel.products .product-image-wrapper .product-image-photo {
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: auto;
}
.catalog-product_compare-index .product-item-actions .actions-primary + .actions-secondary {
  margin-bottom: 10px;
  vertical-align: top;
}
.blog-post-view .products-grid .product-item .product-item-details {
  text-align: center;
}
.view-all .action.primary {
  min-width: 200px;
}
.theme-pearl.store-view-rrr111 {
  letter-spacing: 0px;
  /*.product-item-name > a,
    .product.name a > a {
        color: inherit !important;
    }*/
}
.theme-pearl.store-view-rrr111 .braintree-paypal-logobraintree-paypal-mini-cart-container {
  text-align: center;
  margin-bottom: 10px;
}
.theme-pearl.store-view-rrr111 .braintree-paypal-logobraintree-paypal-mini-cart-container .action-braintree-paypal-logo {
  background-color: transparent;
}
.theme-pearl.store-view-rrr111 h1 {
  letter-spacing: 0px;
}
.theme-pearl.store-view-rrr111 h2 {
  letter-spacing: 0px;
}
.theme-pearl.store-view-rrr111 h3 {
  letter-spacing: 0px;
}
.theme-pearl.store-view-rrr111 h4 {
  letter-spacing: 0px;
}
.theme-pearl.store-view-rrr111 h5 {
  letter-spacing: 0px;
}
.theme-pearl.store-view-rrr111 h6 {
  letter-spacing: 0px;
}
.theme-pearl.store-view-rrr111 .block .block-content .products-grid button,
.theme-pearl.store-view-rrr111 button {
  background-color: #444545;
  border: #444545 1px solid;
  border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  transition-duration: 300ms;
  transition-property: background-color;
  letter-spacing: 0px;
}
.theme-pearl.store-view-rrr111 .block .block-content .products-grid button span,
.theme-pearl.store-view-rrr111 button span {
  color: #ffffff;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
}
.theme-pearl.store-view-rrr111 .block .block-content .products-grid button:hover,
.theme-pearl.store-view-rrr111 button:hover {
  border-color: #f68428 1px solid;
  background-color: #f68428;
  border: #f68428 1px solid;
}
.theme-pearl.store-view-rrr111 .block .block-content .products-grid button:hover span,
.theme-pearl.store-view-rrr111 button:hover span {
  color: #ffffff;
}
.theme-pearl.store-view-rrr111 .block .block-content .products-grid button.action.primary,
.theme-pearl.store-view-rrr111 button.action.primary {
  background-color: #444545;
  border: 1px solid #444545;
  color: #ffffff;
  transition-duration: 300ms;
  transition-property: background-color;
  border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.theme-pearl.store-view-rrr111 .block .block-content .products-grid button.action.primary span,
.theme-pearl.store-view-rrr111 button.action.primary span {
  color: #ffffff;
  line-height: 18px;
}
.theme-pearl.store-view-rrr111 .block .block-content .products-grid button.action.primary:hover,
.theme-pearl.store-view-rrr111 button.action.primary:hover {
  background-color: #f68428;
  border: 1px solid #f68428;
  color: #ffffff !important;
}
.theme-pearl.store-view-rrr111 .block .block-content .products-grid button.action.primary:hover span,
.theme-pearl.store-view-rrr111 button.action.primary:hover span {
  color: #ffffff;
}
.theme-pearl.store-view-rrr111 .block .block-content .products-grid button.action.primary.tocart,
.theme-pearl.store-view-rrr111 button.action.primary.tocart {
  border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.theme-pearl.store-view-rrr111 .block .block-content .products-grid button.action.action-cancel,
.theme-pearl.store-view-rrr111 button.action.action-cancel {
  background-color: #f68428;
  border: #f68428 1px solid;
  border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  text-decoration: none;
  margin: 0 !important;
  padding: 7px 15px;
  line-height: 1;
}
.theme-pearl.store-view-rrr111 .block .block-content .products-grid button.action.action-cancel span,
.theme-pearl.store-view-rrr111 button.action.action-cancel span {
  color: #ffffff;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
}
.theme-pearl.store-view-rrr111 .block .block-content .products-grid button.action.action-cancel:hover,
.theme-pearl.store-view-rrr111 button.action.action-cancel:hover {
  border-color: #444545 1px solid;
  background-color: #444545;
  border: #444545 1px solid;
}
.theme-pearl.store-view-rrr111 .block .block-content .products-grid button.action.action-cancel:hover span,
.theme-pearl.store-view-rrr111 button.action.action-cancel:hover span {
  color: #ffffff;
}
.theme-pearl.store-view-rrr111 button.action.action-gift {
  background: transparent;
  border: 0 none;
}
.theme-pearl.store-view-rrr111 button.action.action-gift span {
  color: initial;
  font-size: initial;
}
.theme-pearl.store-view-rrr111 button.action.action-gift:hover {
  text-decoration: initial;
}
.theme-pearl.store-view-rrr111 button.action.action-gift:hover span {
  text-decoration: initial;
}
.theme-pearl.store-view-rrr111 input.action.primary {
  border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.theme-pearl.store-view-rrr111 a:hover {
  color: #f68428;
}
.theme-pearl.store-view-rrr111 .action.towishlist,
.theme-pearl.store-view-rrr111 .action.tocompare,
.theme-pearl.store-view-rrr111 .action.mailto.friend {
  font-size: 12px !important;
}
.theme-pearl.store-view-rrr111 .action.towishlist:before,
.theme-pearl.store-view-rrr111 .action.tocompare:before,
.theme-pearl.store-view-rrr111 .action.mailto.friend:before {
  font-size: 17px !important;
  line-height: calc(@icon__font-size + 7px);
}
.theme-pearl.store-view-rrr111 .action.primary {
  background-color: #444545;
  border: 1px solid #444545;
  color: #ffffff;
  transition-duration: 300ms;
  transition-property: background-color;
  border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.theme-pearl.store-view-rrr111 .action.primary span {
  color: #ffffff;
  line-height: 18px;
}
.theme-pearl.store-view-rrr111 .action.primary:hover {
  background-color: #f68428;
  border: 1px solid #f68428;
  color: #ffffff !important;
}
.theme-pearl.store-view-rrr111 .action.primary:hover span {
  color: #ffffff;
}
.theme-pearl.store-view-rrr111 .action.primary.tocart {
  border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.theme-pearl.store-view-rrr111 .action.primary#product-gotoproduct-button:hover {
  border: 1px solid #444545;
}
.theme-pearl.store-view-rrr111 .action.action-cancel {
  background-color: #f68428;
  border: #f68428 1px solid;
  border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  text-decoration: none;
  margin: 0 !important;
  padding: 7px 15px;
  line-height: 1;
}
.theme-pearl.store-view-rrr111 .action.action-cancel span {
  color: #ffffff;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
}
.theme-pearl.store-view-rrr111 .action.action-cancel:hover {
  border-color: #444545 1px solid;
  background-color: #444545;
  border: #444545 1px solid;
}
.theme-pearl.store-view-rrr111 .action.action-cancel:hover span {
  color: #ffffff;
}
.theme-pearl.store-view-rrr111 .action:hover {
  color: #f68428 !important;
}
.theme-pearl.store-view-rrr111 .cart-summary .action.multicheckout {
  color: #363636;
}
.theme-pearl.store-view-rrr111 .cart-discount .block.discount .title,
.theme-pearl.store-view-rrr111 .cart-discount .block.giftcard .title {
  cursor: pointer;
}
.theme-pearl.store-view-rrr111 .cart-discount .block.discount .title strong,
.theme-pearl.store-view-rrr111 .cart-discount .block.giftcard .title strong {
  color: #363636 !important;
  cursor: pointer;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
}
.theme-pearl.store-view-rrr111 .cart-discount .block.discount .content,
.theme-pearl.store-view-rrr111 .cart-discount .block.giftcard .content {
  position: relative;
}
.theme-pearl.store-view-rrr111 .cart-discount .block.discount .content .fieldset .actions-toolbar .action.primary:not(:focus),
.theme-pearl.store-view-rrr111 .cart-discount .block.giftcard .content .fieldset .actions-toolbar .action.primary:not(:focus) {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.theme-pearl.store-view-rrr111 .cart-discount .block.discount .content .fieldset .secondary button,
.theme-pearl.store-view-rrr111 .cart-discount .block.giftcard .content .fieldset .secondary button {
  background: transparent !important;
  border: 0 none !important;
  padding: 0 0 10px;
}
.theme-pearl.store-view-rrr111 .cart-discount .block.discount .content .fieldset .secondary button span,
.theme-pearl.store-view-rrr111 .cart-discount .block.giftcard .content .fieldset .secondary button span {
  color: #363636 !important;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: inherit;
}
.theme-pearl.store-view-rrr111 .cart-discount .block.discount .content .fieldset .secondary button:hover span,
.theme-pearl.store-view-rrr111 .cart-discount .block.giftcard .content .fieldset .secondary button:hover span {
  color: #f68428 !important;
}
.theme-pearl.store-view-rrr111 .cart-discount .block.discount .content .fieldset .primary button,
.theme-pearl.store-view-rrr111 .cart-discount .block.giftcard .content .fieldset .primary button {
  background-color: #444545;
  border: #444545 1px solid;
  border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  transition-duration: 300ms;
  transition-property: background-color;
  letter-spacing: 0px;
  margin: 0px;
}
.theme-pearl.store-view-rrr111 .cart-discount .block.discount .content .fieldset .primary button span,
.theme-pearl.store-view-rrr111 .cart-discount .block.giftcard .content .fieldset .primary button span {
  color: #ffffff;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
}
.theme-pearl.store-view-rrr111 .cart-discount .block.discount .content .fieldset .primary button:hover,
.theme-pearl.store-view-rrr111 .cart-discount .block.giftcard .content .fieldset .primary button:hover {
  border-color: #f68428 1px solid;
  background-color: #f68428;
  border: #f68428 1px solid;
}
.theme-pearl.store-view-rrr111 .cart-discount .block.discount .content .fieldset .primary button:hover span,
.theme-pearl.store-view-rrr111 .cart-discount .block.giftcard .content .fieldset .primary button:hover span {
  color: #ffffff;
}
.theme-pearl.store-view-rrr111 .review-form .primary button {
  background-color: #444545;
  border: #444545 1px solid;
  border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  transition-duration: 300ms;
  transition-property: background-color;
  letter-spacing: 0px;
}
.theme-pearl.store-view-rrr111 .review-form .primary button span {
  color: #ffffff;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
}
.theme-pearl.store-view-rrr111 .review-form .primary button:hover {
  border-color: #f68428 1px solid;
  background-color: #f68428;
  border: #f68428 1px solid;
}
.theme-pearl.store-view-rrr111 .review-form .primary button:hover span {
  color: #ffffff;
}
.theme-pearl.store-view-rrr111 #giftcard-form .secondary button {
  background-color: #444545;
  border: #444545 1px solid;
  border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  transition-duration: 300ms;
  transition-property: background-color;
  letter-spacing: 0px;
}
.theme-pearl.store-view-rrr111 #giftcard-form .secondary button span {
  color: #ffffff;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
}
.theme-pearl.store-view-rrr111 #giftcard-form .secondary button:hover {
  border-color: #f68428 1px solid;
  background-color: #f68428;
  border: #f68428 1px solid;
}
.theme-pearl.store-view-rrr111 #giftcard-form .secondary button:hover span {
  color: #ffffff;
}
.theme-pearl.store-view-rrr111 .cart-gift-item .title {
  color: #363636;
}
.theme-pearl.store-view-rrr111 .cart-gift-item .title span {
  color: #363636;
  cursor: pointer;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
}
.theme-pearl.store-view-rrr111 .cart-gift-item .title:after {
  font-size: 12px;
}
.theme-pearl.store-view-rrr111 .cart-discount .block.discount .title:hover:after,
.theme-pearl.store-view-rrr111 .cart-discount .block.giftcard .title:hover:after {
  color: #ffffff;
}
.theme-pearl.store-view-rrr111 .item-info span.price {
  color: #363636;
  font-weight: 400 !important;
}
.theme-pearl.store-view-rrr111 .cart.table-wrapper .actions-toolbar > .action-edit:before,
.theme-pearl.store-view-rrr111 .cart.table-wrapper .actions-toolbar > .action-delete:before,
.theme-pearl.store-view-rrr111 .cart.table-wrapper .actions-toolbar > .action-towishlist:before {
  color: #363636;
  font-size: 17px !important;
  overflow: visible;
}
.theme-pearl.store-view-rrr111 .cart.table-wrapper .actions-toolbar > .action-edit:hover:before,
.theme-pearl.store-view-rrr111 .cart.table-wrapper .actions-toolbar > .action-delete:hover:before,
.theme-pearl.store-view-rrr111 .cart.table-wrapper .actions-toolbar > .action-towishlist:hover:before {
  color: #757575;
}
.theme-pearl.store-view-rrr111 .minicart-items .action.edit:before,
.theme-pearl.store-view-rrr111 .minicart-items .action.delete:before {
  color: #363636;
  font-size: 17px !important;
}
.theme-pearl.store-view-rrr111 .minicart-items .action.edit:hover:before,
.theme-pearl.store-view-rrr111 .minicart-items .action.delete:hover:before {
  color: #757575;
}
.theme-pearl.store-view-rrr111 .modals-wrapper .modal-footer button {
  background-color: #444545;
  border: #444545 1px solid;
  border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  transition-duration: 300ms;
  transition-property: background-color;
  letter-spacing: 0px;
}
.theme-pearl.store-view-rrr111 .modals-wrapper .modal-footer button span {
  color: #ffffff;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
}
.theme-pearl.store-view-rrr111 .modals-wrapper .modal-footer button:hover {
  border-color: #f68428 1px solid;
  background-color: #f68428;
  border: #f68428 1px solid;
}
.theme-pearl.store-view-rrr111 .modals-wrapper .modal-footer button:hover span {
  color: #ffffff;
}
.theme-pearl.store-view-rrr111 .rating-summary {
  line-height: 1;
}
.theme-pearl.store-view-rrr111 .rating-summary .rating-result {
  float: left;
  z-index: 0;
}
.theme-pearl.store-view-rrr111 .product-reviews-summary .reviews-actions {
  margin-top: 0 !important;
}
.theme-pearl.store-view-rrr111 input,
.theme-pearl.store-view-rrr111 textarea,
.theme-pearl.store-view-rrr111 select {
  letter-spacing: inherit;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .theme-pearl.store-view-rrr111 .breadcrumbs .item:not(:last-child):after {
    line-height: 17px;
    vertical-align: middle;
  }
}
.theme-pearl.store-view-rrr111 .price-box .old-price .price {
  text-decoration: line-through;
  color: #f68428;
}
.theme-pearl.store-view-rrr111 .price-box .price-label {
  display: none !important;
}
/* EXTEND SOCIAL ICONS */
.social-icons.si-light {
  background-color: rgba(255, 255, 255, 0.5);
}
.social-icons.si-light:last-child i:last-child {
  color: #666 !important;
}
button:not(.primary) {
  box-shadow: none;
}
.block.crosssell .owl-stage .owl-item .product-item {
  width: 89% !important;
}
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
#wp-sizechart-popup-modal {
  display: none;
}
.visitor_counter_wrapper {
  padding: 5px 0;
  display: none;
}
.wp-sales-off-msg {
  color: #FF0000;
  font-weight: bold;
  font-size: 16px;
}
.wp-productpage-prev-next {
  width: 100%;
  float: right;
  padding: 10px 0;
  z-index: 1;
  display: none;
}
.product-page-v2 .wp-productpage-prev-next {
  padding: 0;
  margin-bottom: -10px;
}
.wp-productpage-prev-next .wp-pp-next-link,
.wp-productpage-prev-next .wp-pp-prev-link {
  display: none;
  float: right;
}
.wp-productpage-prev-next .wp-pp-next-link:after,
.wp-productpage-prev-next .wp-pp-prev-link:after,
.wp-productpage-prev-next .wp-pp-next-link:before,
.wp-productpage-prev-next .wp-pp-prev-link:before {
  font-size: 22px;
  line-height: 22px;
  color: #000;
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wp-productpage-prev-next .wp-pp-next-link.tooltip,
.wp-productpage-prev-next .wp-pp-prev-link.tooltip {
  margin: 0;
  z-index: 1;
}
.wp-productpage-prev-next .wp-pp-prev-link {
  margin-right: 20px;
}
.wp-productpage-prev-next .wp-pp-prev-link:before {
  content: '\e617';
}
.wp-productpage-prev-next .wp-pp-next-link {
  margin-left: 20px;
}
.wp-productpage-prev-next .wp-pp-next-link:after {
  content: '\e608';
}
.theme-pearl.page-layout-1column .box-tocart .qty-wrapper {
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.theme-pearl.page-layout-1column .box-tocart .actions-bottom {
  float: none;
}
.theme-pearl.page-layout-1column .box-tocart .actions-bottom button {
  width: 100%;
}
.theme-pearl.page-layout-1column .box-tocart .field.qty .qty-wrapper {
  border: 1px solid #ccc;
  height: 52px;
}
.theme-pearl.page-layout-1column .box-tocart .field.qty .qty-button {
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  font-size: 1.8rem;
  background-color: transparent;
  color: #8a8a8a;
  border: none;
  box-shadow: none;
}
.theme-pearl.page-layout-1column .box-tocart .field.qty .plus-minus-input {
  margin: 0;
  border: 0;
}
.theme-pearl.product-page-v1 .fieldset .field.qty {
  display: flex;
}
.theme-pearl.product-page-v1 .product-info-main .fieldset .actions {
  width: auto;
}
.catalog-product-view .fixed-cart-container {
  width: 100%;
  font-size: 20px;
  position: fixed;
  background: #FFF;
  padding: 10px 0 10px 0;
}
.catalog-product-view .fixed-cart-container .inner-content {
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
}
.catalog-product-view .fixed-cart-container .inner-content .sticky-flex {
  float: left;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  text-align: left;
}
.catalog-product-view .fixed-cart-container .inner-content .sticky-flex.wp-st-product-image {
  width: auto;
}
.catalog-product-view .fixed-cart-container .inner-content .sticky-flex.wp-st-product-image .thumbnail-wrapper {
  max-width: 64px;
  max-height: 64px;
}
.catalog-product-view .fixed-cart-container .inner-content .sticky-flex.wp-st-product-image .thumbnail-wrapper img {
  height: auto;
  width: auto;
}
.catalog-product-view .fixed-cart-container .inner-content .sticky-flex.wp-left-container {
  text-align: left;
  width: 80%;
  display: flex;
  align-items: center;
}
.catalog-product-view .fixed-cart-container .inner-content .sticky-flex.wp-left-container .wp-st-product-name {
  display: inline-block;
}
.catalog-product-view .fixed-cart-container .inner-content .sticky-flex.wp-left-container .wp-st-product-review {
  display: inline-block;
  margin-left: 0px;
}
.catalog-product-view .fixed-cart-container .inner-content .sticky-flex.wp-left-container .wp-st-product-review .action.add {
  display: none;
}
.catalog-product-view .fixed-cart-container .inner-content .sticky-flex.wp-right-container {
  text-align: right;
  width: 100%;
}
.catalog-product-view .fixed-cart-container .inner-content .sticky-flex.wp-right-container .wp-st-product-price {
  margin-right: 15px;
}
.catalog-product-view .fixed-cart-container .inner-content .sticky-flex.wp-right-container .wp-st-product-price .price-label {
  display: none !important;
}
.catalog-product-view .fixed-cart-container .inner-content .sticky-flex.wp-right-container .wp-st-product-price .price-container .price {
  font-size: 2rem;
  font-weight: 600;
}
.catalog-product-view .fixed-cart-container .inner-content .sticky-flex.wp-right-container .wp-st-product-price .old-price .price {
  text-decoration: line-through;
  font-size: 1.6rem;
}
.catalog-product-view .fixed-cart-container .inner-content .sticky-flex.wp-right-container .wp-st-addtocart-container {
  display: inline-block;
}
.catalog-product-view .fixed-cart-container .inner-content .sticky-flex.wp-right-container .wp-st-addtocart-container a.primary.action {
  height: 50px;
  display: flex;
  align-items: center;
}
.catalog-product-view .fixed-cart-container .inner-content .sticky-flex.wp-right-container .wp-st-product-wishlist {
  display: inline-block;
  float: none;
  width: auto;
  margin-left: 5px;
}
.catalog-product-view .product-info-main .chart-wrapper {
  display: flex;
  justify-content: flex-end;
}
.theme-pearl.catalog-product-view .fixed-cart-container .product-social-links .action.towishlist:before {
  margin: 0 15px 0 0;
}
/** fix for magnified product image */
.catalog-product-view .magnifier-preview {
  z-index: 9;
}
.block-collapsible-nav .item.current a,
.block-collapsible-nav .item.current > strong {
  border-color: black;
}
.theme-pearl.wishlist-index-index .products-grid.wishlist .product-item .price-box {
  text-align: center;
}
.theme-pearl.wishlist-index-index .products-grid.wishlist .product-item .product-reviews-summary {
  text-align: center;
}
.theme-pearl.wishlist-index-index .actions-toolbar {
  padding-top: 50px;
}
/** NavigationLinks */
@media screen and (max-width: 639px) {
  .theme-pearl.mobile-nav .page-header-v1 .page-header .header.content .block-search,
  .theme-pearl.mobile-nav .page-header-v1 .page-header .header.content .minicart-wrapper {
    margin-top: unset;
  }
  .theme-pearl.mobile-nav .page-header.page-header-v3 .page-header .block-search .control {
    height: inherit;
  }
  .theme-pearl.mobile-nav .page-header.page-header-v2 .page-header .block-search {
    position: absolute;
    right: 0;
    top: 90px;
  }
  .theme-pearl.mobile-nav .page-header.page-header-v2 .page-header .block-search .control {
    height: initial;
  }
  .theme-pearl.mobile-nav .page-header.page-header-v2 .page-header .block-search #search {
    position: relative;
    top: 0;
    left: -10px;
  }
}
@media only screen and (min-width: 1399px) and (max-width: 1439px) {
  .nav-sections .section-item-content {
    padding: 0 15px;
  }
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.ui-datepicker {
    display: none;
    z-index: 999999 !important;
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-next-hover span, .ui-datepicker .ui-datepicker-prev-hover span {
    border-color: transparent #ff8400 transparent transparent;
}
.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}
.ui-datepicker .ui-datepicker-next {
    right: 2px;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -5px;
    font-size: 0px;
    width: 0px;
    height: 0px;
    border: solid;
    border-width: 5px 8px 5px 0;
    border-color: transparent #ff9635 transparent transparent;
}
.ui-datepicker .ui-datepicker-next span {
    margin-left: 0px;
    top: 50%;
    margin-top: -5px;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #ff9635;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
    width: 100%;
}
.ui-datepicker table {
    width: 100%;
    font-size: .9em;
}
.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: 4px;
    text-align: right;
    text-decoration: none;
    color: #000000;
}
.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}
.ui-datepicker-rtl {
    direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}
.ui-timepicker-div dl {
    text-align: left;
}
.ui-timepicker-div dl dt {
    height: 25px;
    margin-bottom: -22px;
}
.ui-timepicker-div dl .ui_tpicker_time_label {
    margin-bottom: -25px;
}
.ui-timepicker-div dl dd {
    margin: 0 10px 10px 65px;
}
.ui-timepicker-div td {
    font-size: 90%;
}
.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.ui-datepicker {
    padding: 15px;
    border: #ffffff 4px solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #efefef;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
}
.ui-datepicker .ui-datepicker-header {
    background: transparent;
    border: none;
    padding-bottom: 10px;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-month {
    width: 47%;
    margin-right: 6%;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-year {
    width: 47%;
}
.ui-datepicker .ui-datepicker-calendar td {
    border: #cfcfcf 1px solid;
}
.ui-datepicker .ui-datepicker-calendar td a {
    padding: 4px;
    display: block;
}
.ui-datepicker .ui-datepicker-calendar td .ui-state-hover {
    background: #f9eae7;
}
.ui-datepicker .ui-datepicker-calendar {
    background: #ffffff;
    border: #cfcfcf 1px solid;
    border-collapse: collapse;
}
.ui-datepicker .ui-datepicker-calendar th {
    background: #efefef;
    border: #cfcfcf 1px solid;
    padding: 4px;
    text-transform: uppercase;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-week-col {
    text-align: center;
    border: #cfcfcf 1px solid;
}
.ui-datepicker {
    width: auto;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today {
    background: #f3d7d2;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-active {
    background: #ffdf66;
}
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}
.ui-timepicker-div dl {
    text-align: left;
}
.ui-timepicker-div dl dd {
    margin: 0 0 10px 65px;
}
.ui-timepicker-div td {
    font-size: 90%;
}
.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider-horizontal .ui-slider-handle {
    margin-left: -5px;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    cursor: default;
}
.ui-slider-horizontal {
    height: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: none;
    background: #dadada;
}
.ui-slider-handle {
    height: 10px;
    width: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #f98b25;
    display: block;
    position: absolute;
}
.ui-timepicker-div {
    padding: 10px 0 5px 0;
}
.ui-datepicker .ui-datepicker-buttonpane {
    overflow: hidden;
    padding-top: 10px;
    border-top: #cfcfcf 1px solid;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled {
    background: #f9f9f9;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled span {
    color: #959595;
}
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}
/**
 * Copyright © 2017 Ajay Makwana (ajay.makwana@rightwaysolution.com). All rights reserved.
 * See LICENSE.txt for license details (http://opensource.org/licenses/osl-3.0.php).
 *
 * Life is a code
 */

.clearfix:after {
  content:"";
  display:table;
  clear:both;
}

.background-holder {
    padding-bottom: 20px;
    margin-bottom: 20px;
    background: #F5F5F5;
    padding: 20px;
}

.background-holder:hover {
    box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 2;
}

.background-holder .background-header {position:relative;}

.background-holder .background-header .background-info {padding: 0 0 10px 0;}
.background-holder .background-header .background-info .item,
.background-holder .background-header .background-info .dash {display: inline-block;}
.background-holder .background-header .background-info .label {font-weight: 700;}
.background-holder .background-header .background-info .value {font-style: italic;}


.background-list {
    margin-top: 20px;
    margin-bottom: 20px;
    list-style: none;
}

.background-list .background-content .background-read-more {padding-top:10px; float:right;}

.background-category-view .category-content {padding-left: 40px;}

.background-content .background-description img {margin:0 15px 0 15px;}
.background-content .background-description ul,
.background-content .background-description ol {list-style-position: inside;}

.background-content .background-description .background-ftimg-hld {float: left; margin: 0 15px 0 15px; width: 33%}
.background-content .background-description .background-ftimg-hld img {width:100%; padding:0px; margin:0px;}
@media (max-width: 496px) {
  .background-content .background-description .background-ftimg-hld {width: 100%; margin:0px;}
}

.background-list .background-header .background-title {max-width:80%;}
.background-list .background-header .background-title a {
    text-decoration: none;
    font-size: 22px;
    color: #636363;
}



.background-list .background-header .background-title {
    margin: 0px;
    padding: 10px 0;
    float:left;
}


.background-list .hidden {display:none;}


.background-view .background-bottom {margin-top:30px;}

.background-view .background-nextprev-hld  {margin-bottom: 30px;}
.background-view .background-nextprev-hld .nextprev-link {font-weight: 700;}
.background-view .background-nextprev-hld .prev-link {float:left}
.background-view .background-nextprev-hld .next-link {float:right}

.background-view .background-gallery {margin:15px 0 15px 0}
.background-view .background-gallery .gallery-image-hld {margin: 0 14px 14px 0; border:1px solid #ccc; display: block; float:left}
.background-view .background-gallery .gallery-image{padding: 0px; margin:0px; display:block}

.background-view .block {margin-bottom: 30px;}

.widget.block-recent-backgrounds .block-content .item {
        padding: 8px 0 0px 0px;
}

.widget.block-categories ul {
    list-style: initial;
    padding-left:0px;
}

.widget.block-categories ul ul {
    margin-left:20px;
}

.widget.block-categories ul,
.widget.block-categories li {
    margin: 5px 0 5px 9px;
    padding: 0px;
}

.widget.block-rss .rss-icon {float: left; width: 23px; padding-right: 10px;}


.widget.background-search {
    width:100%;
    margin-bottom: 40px;
    position: relative;
    float: right;
    padding-left: 15px;
    z-index: 4;
}

.widget.background-search .block-content {
    margin-bottom: 0;
}

.widget.background-search  label {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    text-decoration: none;
    display: inline-block;
    float: right;
}

.widget.background-search .control {
    border-top: 0;
    margin: 0;
    padding: 0;
    clear: both;
}

.widget.background-search input {
    position: static;
    padding-right: 35px;
    margin: 0;
    left: -300%;
}

.widget.background-search .action.search {
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1;
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
}

.widget.background-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    line-height: 32px;
    color: #8f8f8f;
    content: '\e615';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

.widget.background-search .action.search > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* Tag claud widget */
.widget.block-tagclaud .smallest{font-size: 0.75em}
.widget.block-tagclaud .small{font-size:1em}
.widget.block-tagclaud .medium{font-size:1.25em}
.widget.block-tagclaud .large{font-size:1.5em}
.widget.block-tagclaud .largest{font-size:2em}

.background-widget-recent .background-list {
    padding: 0px;
    margin: 0px;
}

.background-widget-recent .background-holder {
    width: 29%;
    float: left;
    margin: 5px;
}

.background-widget-recent .background-description .background-text-hld {
    max-height: 150px;
    min-height: 150px;
    overflow-y: auto;
}

.background-widget-recent-masonry .background-description .background-text-hld {
    max-height: none;
    min-height: 0;
}
.background-widget-recent-masonry .background-description .background-ftimg-hld {
    width: 100%;
    margin: 0px;
}

.dnbbackground-autoloader {text-align: center;}
.dnbbackground-autoloader .dnbbackground-show-onload {display: none;}


@media (max-width: 420px) {
  #dnbbackground_gcomments {max-width:345px; overflow-y: scroll;}
}
/**
 * Copyright © 2017 Ajay Makwana (ajay.makwana@rightwaysolution.com). All rights reserved.
 * See LICENSE.txt for license details (http://opensource.org/licenses/osl-3.0.php).
 *
 * Life is a code
 *//**
 * Copyright © 2017 Ajay Makwana (ajay.makwana@rightwaysolution.com). All rights reserved.
 * See LICENSE.txt for license details (http://opensource.org/licenses/osl-3.0.php).
 *
 * Life is a code
 */

.clearfix:after {
  content:"";
  display:table;
  clear:both;
}

.color-holder {
    padding-bottom: 20px;
    margin-bottom: 20px;
    background: #F5F5F5;
    padding: 20px;
}

.color-holder:hover {
    box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 2;
}

.color-holder .color-header {position:relative;}

.color-holder .color-header .color-info {padding: 0 0 10px 0;}
.color-holder .color-header .color-info .item,
.color-holder .color-header .color-info .dash {display: inline-block;}
.color-holder .color-header .color-info .label {font-weight: 700;}
.color-holder .color-header .color-info .value {font-style: italic;}


.color-list {
    margin-top: 20px;
    margin-bottom: 20px;
    list-style: none;
}

.color-list .color-content .color-read-more {padding-top:10px; float:right;}

.color-category-view .category-content {padding-left: 40px;}

.color-content .color-description img {margin:0 15px 0 15px;}
.color-content .color-description ul,
.color-content .color-description ol {list-style-position: inside;}

.color-content .color-description .color-ftimg-hld {float: left; margin: 0 15px 0 15px; width: 33%}
.color-content .color-description .color-ftimg-hld img {width:100%; padding:0px; margin:0px;}
@media (max-width: 496px) {
  .color-content .color-description .color-ftimg-hld {width: 100%; margin:0px;}
}

.color-list .color-header .color-title {max-width:80%;}
.color-list .color-header .color-title a {
    text-decoration: none;
    font-size: 22px;
    color: #636363;
}



.color-list .color-header .color-title {
    margin: 0px;
    padding: 10px 0;
    float:left;
}


.color-list .hidden {display:none;}


.color-view .color-bottom {margin-top:30px;}

.color-view .color-nextprev-hld  {margin-bottom: 30px;}
.color-view .color-nextprev-hld .nextprev-link {font-weight: 700;}
.color-view .color-nextprev-hld .prev-link {float:left}
.color-view .color-nextprev-hld .next-link {float:right}

.color-view .color-gallery {margin:15px 0 15px 0}
.color-view .color-gallery .gallery-image-hld {margin: 0 14px 14px 0; border:1px solid #ccc; display: block; float:left}
.color-view .color-gallery .gallery-image{padding: 0px; margin:0px; display:block}

.color-view .block {margin-bottom: 30px;}

.widget.block-recent-colors .block-content .item {
        padding: 8px 0 0px 0px;
}

.widget.block-categories ul {
    list-style: initial;
    padding-left:0px;
}

.widget.block-categories ul ul {
    margin-left:20px;
}

.widget.block-categories ul,
.widget.block-categories li {
    margin: 5px 0 5px 9px;
    padding: 0px;
}

.widget.block-rss .rss-icon {float: left; width: 23px; padding-right: 10px;}


.widget.color-search {
    width:100%;
    margin-bottom: 40px;
    position: relative;
    float: right;
    padding-left: 15px;
    z-index: 4;
}

.widget.color-search .block-content {
    margin-bottom: 0;
}

.widget.color-search  label {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    text-decoration: none;
    display: inline-block;
    float: right;
}

.widget.color-search .control {
    border-top: 0;
    margin: 0;
    padding: 0;
    clear: both;
}

.widget.color-search input {
    position: static;
    padding-right: 35px;
    margin: 0;
    left: -300%;
}

.widget.color-search .action.search {
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1;
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
}

.widget.color-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    line-height: 32px;
    color: #8f8f8f;
    content: '\e615';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

.widget.color-search .action.search > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* Tag claud widget */
.widget.block-tagclaud .smallest{font-size: 0.75em}
.widget.block-tagclaud .small{font-size:1em}
.widget.block-tagclaud .medium{font-size:1.25em}
.widget.block-tagclaud .large{font-size:1.5em}
.widget.block-tagclaud .largest{font-size:2em}

.color-widget-recent .color-list {
    padding: 0px;
    margin: 0px;
}

.color-widget-recent .color-holder {
    width: 29%;
    float: left;
    margin: 5px;
}

.color-widget-recent .color-description .color-text-hld {
    max-height: 150px;
    min-height: 150px;
    overflow-y: auto;
}

.color-widget-recent-masonry .color-description .color-text-hld {
    max-height: none;
    min-height: 0;
}
.color-widget-recent-masonry .color-description .color-ftimg-hld {
    width: 100%;
    margin: 0px;
}

.dnbcolor-autoloader {text-align: center;}
.dnbcolor-autoloader .dnbcolor-show-onload {display: none;}


@media (max-width: 420px) {
  #dnbcolor_gcomments {max-width:345px; overflow-y: scroll;}
}
/**
 * Copyright © 2017 Ajay Makwana (ajay.makwana@rightwaysolution.com). All rights reserved.
 * See LICENSE.txt for license details (http://opensource.org/licenses/osl-3.0.php).
 *
 * Life is a code
 *//**
 * Copyright © 2017 Ajay Makwana (ajay.makwana@rightwaysolution.com). All rights reserved.
 * See LICENSE.txt for license details (http://opensource.org/licenses/osl-3.0.php).
 *
 * Life is a code
 */

.clearfix:after {
  content:"";
  display:table;
  clear:both;
}

.designidea-holder {
    padding-bottom: 20px;
    margin-bottom: 20px;
    designidea: #F5F5F5;
    padding: 20px;
}

.designidea-holder:hover {
    box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 2;
}

.designidea-holder .designidea-header {position:relative;}

.designidea-holder .designidea-header .designidea-info {padding: 0 0 10px 0;}
.designidea-holder .designidea-header .designidea-info .item,
.designidea-holder .designidea-header .designidea-info .dash {display: inline-block;}
.designidea-holder .designidea-header .designidea-info .label {font-weight: 700;}
.designidea-holder .designidea-header .designidea-info .value {font-style: italic;}


.designidea-list {
    margin-top: 20px;
    margin-bottom: 20px;
    list-style: none;
}

.designidea-list .designidea-content .designidea-read-more {padding-top:10px; float:right;}

.designidea-category-view .category-content {padding-left: 40px;}

.designidea-content .designidea-description img {margin:0 15px 0 15px;}
.designidea-content .designidea-description ul,
.designidea-content .designidea-description ol {list-style-position: inside;}

.designidea-content .designidea-description .designidea-ftimg-hld {float: left; margin: 0 15px 0 15px; width: 33%}
.designidea-content .designidea-description .designidea-ftimg-hld img {width:100%; padding:0px; margin:0px;}
@media (max-width: 496px) {
  .designidea-content .designidea-description .designidea-ftimg-hld {width: 100%; margin:0px;}
}

.designidea-list .designidea-header .designidea-title {max-width:80%;}
.designidea-list .designidea-header .designidea-title a {
    text-decoration: none;
    font-size: 22px;
    color: #636363;
}



.designidea-list .designidea-header .designidea-title {
    margin: 0px;
    padding: 10px 0;
    float:left;
}


.designidea-list .hidden {display:none;}


.designidea-view .designidea-bottom {margin-top:30px;}

.designidea-view .designidea-nextprev-hld  {margin-bottom: 30px;}
.designidea-view .designidea-nextprev-hld .nextprev-link {font-weight: 700;}
.designidea-view .designidea-nextprev-hld .prev-link {float:left}
.designidea-view .designidea-nextprev-hld .next-link {float:right}

.designidea-view .designidea-gallery {margin:15px 0 15px 0}
.designidea-view .designidea-gallery .gallery-image-hld {margin: 0 14px 14px 0; border:1px solid #ccc; display: block; float:left}
.designidea-view .designidea-gallery .gallery-image{padding: 0px; margin:0px; display:block}

.designidea-view .block {margin-bottom: 30px;}

.widget.block-recent-designideas .block-content .item {
        padding: 8px 0 0px 0px;
}

.widget.block-categories ul {
    list-style: initial;
    padding-left:0px;
}

.widget.block-categories ul ul {
    margin-left:20px;
}

.widget.block-categories ul,
.widget.block-categories li {
    margin: 5px 0 5px 9px;
    padding: 0px;
}

.widget.block-rss .rss-icon {float: left; width: 23px; padding-right: 10px;}


.widget.designidea-search {
    width: 21%;
    margin: 20px 0px 0px 0px !important;
    position: relative;
    float: right;
    /*fpadding-left: 15px;*/
    z-index: 0;
}

.widget.designidea-search .block-content {
    margin-bottom: 0;
}

.widget.designidea-search  label {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    text-decoration: none;
    display: inline-block;
    float: right;
}

.widget.designidea-search .control {
    border-top: 0;
    margin: 0;
    padding: 0;
    clear: both;
}

.widget.designidea-search input {
    position: static;
    padding-right: 35px;
    margin: 0;
    left: -300%;
}

.widget.designidea-search .action.search {
    position: absolute;
    right: 0px;
    top: 0;
    z-index: 1;
    display: inline-block;
    designidea-image: none;
    designidea: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
}

.theme-pearl.store-view-default .sidebar button.search:hover { background: #000; }

.widget.designidea-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    line-height: 32px;
    color: #8f8f8f;
    content: '\e615';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

#designidea_search_mini_form .action.search:before {
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    line-height: 32px;
    color: #8f8f8f;
    content: '\e615';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    width: 35px;
}

.widget.designidea-search .action.search > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* Tag claud widget */
.widget.block-tagclaud .smallest{font-size: 0.75em}
.widget.block-tagclaud .small{font-size:1em}
.widget.block-tagclaud .medium{font-size:1.25em}
.widget.block-tagclaud .large{font-size:1.5em}
.widget.block-tagclaud .largest{font-size:2em}

.designidea-widget-recent .designidea-list {
    padding: 0px;
    margin: 0px;
}

.designidea-widget-recent .designidea-holder {
    width: 29%;
    float: left;
    margin: 5px;
}

.designidea-widget-recent .designidea-description .designidea-text-hld {
    max-height: 150px;
    min-height: 150px;
    overflow-y: auto;
}

.designidea-widget-recent-masonry .designidea-description .designidea-text-hld {
    max-height: none;
    min-height: 0;
}
.designidea-widget-recent-masonry .designidea-description .designidea-ftimg-hld {
    width: 100%;
    margin: 0px;
}

.dnbdesignidea-autoloader {text-align: center;}
.dnbdesignidea-autoloader .dnbdesignidea-show-onload {display: none;}
.column.main .products-grid .product-item .product-item-info{
    box-sizing: border-box;
    float: left;
    display: inline-block;
}

.design-idea-lists{clear: both}
/* category sidebar */
.faicon{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 13px;
    line-height: inherit;
    color: inherit;
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    position: absolute;
    right: 13px;
    top: 10px;
}
.faicon-plus:after{
    content: '\e622';
}
.faicon-minus:after{
    content: '\e621';designer-info
}
.widget.block-categories .category-filter ul{
    margin: 0;
}
.widget.block-categories .category-filter li{
    margin: 0;
    list-style: none;
}
.column.main .products-grid .template-list .product-item .product-item-info .product-item-details > *{
    z-index: 1;
}
.column.main .products-grid .designidea-list .product-item .product-item-info .product-item-details > *{
    z-index: 1;
}
.widget .block-title.sidebar-title strong{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: normal;
}
.category-filter > ul > li{
    margin: 0;
    overflow: hidden;
    position: relative;
    word-break: break-all;
    z-index: 1;
    display: block;
    text-decoration: none;
}
.category-filter > ul > li > a {
    padding: 10px 40px 10px 0;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #999999;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 12px;
    cursor: pointer;
}
.widget.block-categories .category-filter > ul > li ul{
    margin-left: 20px;
}
.widget.block-categories .category-filter > ul > li ul > li{
    margin: 10px 0;
}
.category-filter > ul > li ul > li a{
    text-transform: none;
    font-weight: 400;
    font-size: 12px;
    cursor: pointer;
}
/* category listing */
.products-grid .designidea-list .product-item-info{
    border: 1px solid #bbbbbb;
    border-radius: 0;
}
.products-grid .designidea-list .product-item-info .product-item-details{
    text-align: center;
}
.designidea-list .product-image-photo{
    width: auto;
    max-height: 100%;
}
.toolbar.toolbar-products {
    clear: both;
}
.designidea-list-wrapper .designer-name {
    display: block;
    margin-bottom: 10px;
}
.designidea-list-wrapper .product-image-container{
    width: 100%;
}
@media (max-width: 420px) {
  #dnbdesignidea_gcomments {max-width:345px; overflow-y: scroll;}
}


@media (min-width: 1024px), print{
    .page-products .upsell-designidea-container .products-grid.designidea-list-wrapper .product-item {
        /*width: 19.22%;*/
        width: calc(19.22% - 15px);
        clear: none;
        float: left;
        margin-left: 15px;
    }
    
}
@media (max-width: 1023px), print{
    .page-products .products-grid.designidea-list-wrapper .product-item{
        padding: 0 10px !important;
        box-sizing: border-box;
    }
    .column.main .page-products .products-grid.designidea-list-wrapper .product-item:hover{
        padding: 0 10px !important;
    }
    :root .theme-pearl .column.main .product-items.designidea-list,
    .designidea-list{
        margin-left: -10px;
        margin-right: -10px;
    }
}
@media only screen and (max-width: 767px){
    .theme-pearl.store-view-default h1,
    h1.page-title{
        display: inline-block;
    }
    .widget.designidea-search{
        width: 30%;
        margin-top: 0 !important;
    }
    .designidea-category-view .page-products .columns{
        padding-top: 10px;
    }
}
@media only screen and (max-width: 479px){
    .theme-pearl.store-view-default h1,
    h1.page-title{
        width: 100%;
    }
    .widget.designidea-search{
        clear: both;
        min-width: 200px;
        float: left;
        margin-top: 10px !important;
    }
}/**
 * Copyright © 2017 Ajay Makwana (ajay.makwana@rightwaysolution.com). All rights reserved.
 * See LICENSE.txt for license details (http://opensource.org/licenses/osl-3.0.php).
 *
 * Life is a code
 *//**
 * Copyright © 2017 Ajay Makwana (ajay.makwana@rightwaysolution.com). All rights reserved.
 * See LICENSE.txt for license details (http://opensource.org/licenses/osl-3.0.php).
 *
 * Life is a code
 */

.clearfix:after {
  content:"";
  display:table;
  clear:both;
}

.template-holder {
    padding-bottom: 20px;
    margin-bottom: 20px;
    template: #F5F5F5;
    padding: 20px;
}

.template-holder:hover {
    box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 2;
}

.template-holder .template-header {position:relative;}

.template-holder .template-header .template-info {padding: 0 0 10px 0;}
.template-holder .template-header .template-info .item,
.template-holder .template-header .template-info .dash {display: inline-block;}
.template-holder .template-header .template-info .label {font-weight: 700;}
.template-holder .template-header .template-info .value {font-style: italic;}


.template-list {
    margin-top: 20px;
    margin-bottom: 20px;
    list-style: none;
}

.template-list .template-content .template-read-more {padding-top:10px; float:right;}

.template-category-view .category-content {padding-left: 40px;}

.template-content .template-description img {margin:0 15px 0 15px;}
.template-content .template-description ul,
.template-content .template-description ol {list-style-position: inside;}

.template-content .template-description .template-ftimg-hld {float: left; margin: 0 15px 0 15px; width: 33%}
.template-content .template-description .template-ftimg-hld img {width:100%; padding:0px; margin:0px;}
@media (max-width: 496px) {
  .template-content .template-description .template-ftimg-hld {width: 100%; margin:0px;}
}

.template-list .template-header .template-title {max-width:80%;}
.template-list .template-header .template-title a {
    text-decoration: none;
    font-size: 22px;
    color: #636363;
}



.template-list .template-header .template-title {
    margin: 0px;
    padding: 10px 0;
    float:left;
}


.template-list .hidden {display:none;}


.template-view .template-bottom {margin-top:30px;}

.template-view .template-nextprev-hld  {margin-bottom: 30px;}
.template-view .template-nextprev-hld .nextprev-link {font-weight: 700;}
.template-view .template-nextprev-hld .prev-link {float:left}
.template-view .template-nextprev-hld .next-link {float:right}

.template-view .template-gallery {margin:15px 0 15px 0}
.template-view .template-gallery .gallery-image-hld {margin: 0 14px 14px 0; border:1px solid #ccc; display: block; float:left}
.template-view .template-gallery .gallery-image{padding: 0px; margin:0px; display:block}

.template-view .block {margin-bottom: 30px;}

.widget.block-recent-templates .block-content .item {
        padding: 8px 0 0px 0px;
}

.widget.block-categories ul {
    list-style: initial;
    padding-left:0px;
}

.widget.block-categories ul ul {
    margin-left:20px;
}

.widget.block-categories ul,
.widget.block-categories li {
    margin: 5px 0 5px 9px;
    padding: 0px;
}

.widget.block-rss .rss-icon {float: left; width: 23px; padding-right: 10px;}
.widget.template-search {
    width: 21%;
    margin: 20px 0px 0px 0px !important;
    position: relative;
    float: right;
    /*padding-left: 15px;*/
    z-index: 0;
}

.widget.template-search .block-content {
    margin-bottom: 0;
}

.widget.template-search  label {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    text-decoration: none;
    display: inline-block;
    float: right;
}

.widget.template-search .control {
    border-top: 0;
    margin: 0;
    padding: 0;
    clear: both;
}

.widget.template-search input {
    position: static;
    padding-right: 35px;
    margin: 0;
    left: -300%;
}

.widget.template-search .action.search {
    position: absolute;
    right: 1px;
    top: 0;
    z-index: 1;
    display: inline-block;
    template-image: none;
    template: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    width: 35px;
}

.widget.template-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    line-height: 32px;
    color: #8f8f8f;
    content: '\e615';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

.theme-pearl.store-view-default .sidebar .widget.template-search .action.search:hover,
.theme-pearl.store-view-default .widget.template-search .action.search:hover { background: #000; }

.widget.template-search .action.search > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* Tag claud widget */
.widget.block-tagclaud .smallest{font-size: 0.75em}
.widget.block-tagclaud .small{font-size:1em}
.widget.block-tagclaud .medium{font-size:1.25em}
.widget.block-tagclaud .large{font-size:1.5em}
.widget.block-tagclaud .largest{font-size:2em}

.template-widget-recent .template-list {
    padding: 0px;
    margin: 0px;
}

.template-widget-recent .template-holder {
    width: 29%;
    float: left;
    margin: 5px;
}

.template-widget-recent .template-description .template-text-hld {
    max-height: 150px;
    min-height: 150px;
    overflow-y: auto;
}

.template-widget-recent-masonry .template-description .template-text-hld {
    max-height: none;
    min-height: 0;
}
.template-widget-recent-masonry .template-description .template-ftimg-hld {
    width: 100%;
    margin: 0px;
}

.dnbtemplate-autoloader {text-align: center;}
.dnbtemplate-autoloader .dnbtemplate-show-onload {display: none;}
h1.page-title {
    margin-bottom: 13px;
}
.template-lists{clear: both}
/* category sidebar */
.faicon{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 13px;
    line-height: inherit;
    color: inherit;
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    position: absolute;
    right: 13px;
    top: 10px;
}
.faicon-plus:after{
    content: '\e622';
}
.faicon-minus:after{
    content: '\e621';
}
.widget.block-categories .category-filter ul{
    margin: 0;
}
.widget.block-categories .category-filter li{
    margin: 0;
    list-style: none;
}
.column.main .products-grid .template-list .product-item .product-item-info .product-item-details > *{
    z-index: 1;
}
.widget .block-title.sidebar-title strong{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: normal;
}
.category-filter > ul > li{
    margin: 0;
    overflow: hidden;
    position: relative;
    word-break: break-all;
    z-index: 1;
    display: block;
    text-decoration: none;
}
.category-filter > ul > li > a {
    padding: 10px 40px 10px 0;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #999999;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 12px;
    cursor: pointer;
}
.widget.block-categories .category-filter > ul > li ul{
    margin-left: 20px;
}
.widget.block-categories .category-filter > ul > li ul > li{
    margin: 10px 0;
}
.category-filter > ul > li ul > li a{
    text-transform: none;
    font-weight: 400;
    font-size: 12px;
    cursor: pointer;
}
/* category listing */
.products-grid .template-list .product-item-info{
    border: 1px solid #bbbbbb;
    border-radius: 0;
}
.products-grid .template-list .product-item-info .product-item-details{
    text-align: center;
}
.template-list .product-image-photo{
    width: auto;
    max-height: 100%;
}
.toolbar.toolbar-products {
    clear: both;
}
.template-lists .template-list .designer-name {
    display: block;
    margin-bottom: 10px;
}
@media (max-width: 420px) {
  #dnbtemplate_gcomments {max-width:345px; overflow-y: scroll;}
}
@media (max-width: 1023px), print{
    .page-products .products-grid.template-list-wrapper .product-item{
        padding: 0 10px !important;
        box-sizing: border-box;
    }
    .column.main .page-products .products-grid.template-list-wrapper .product-item:hover{
        padding: 0 10px !important;
    }
    :root .theme-pearl .column.main .product-items.template-list,
    .designidea-list{
        margin-left: -10px;
        margin-right: -10px;
    }
}
@media only screen and (max-width: 767px){
    .theme-pearl.store-view-default h1,
    h1.page-title{
        display: inline-block;
    }
    .widget.designidea-search{
        width: 30%;
        margin-top: 0 !important;
    }
    .designidea-category-view .page-products .columns{
        padding-top: 10px;
    }
}
@media only screen and (max-width: 479px){
    .theme-pearl.store-view-default h1,
    h1.page-title{
        width: 100%;
    }
    .widget.designidea-search{
        clear: both;
        float: left;
        min-width: 200px;
        margin-top: 10px !important;
    }
}/**
 * Copyright © 2017 Ajay Makwana (ajay.makwana@rightwaysolution.com). All rights reserved.
 * See LICENSE.txt for license details (http://opensource.org/licenses/osl-3.0.php).
 *
 * Life is a code
 */
/* .detail-form-fields {
    border-top: 1px solid #ccc;
    margin-top: 15px;
} */

#shipping-result-form-bo {
	/* margin-top: 15px;
	border: 1px dotted red;
    padding: 10px; */
}

.shipping-result-form-border {
	margin-top: 15px;
}

.shipping-method-title {
	margin-left: 25px !important;
}

.detail-form-fields ul {
    margin-top: 15px;
}

.detail-form-fields ul li {
    list-style: none;
}
.detail-form-fields ul li .label {
	font-size: 18px;
	margin-bottom: 10px;
	display: block;
}

.my-require {
    color: red;
    margin-left: 5px;
}

.validate-my-input {
    border: 1px dashed red !important;
}

.validate-my-input-none {
    border: 1px solid #c2c2c2;
}

/* *********************** */

.custom-combobox {
	position: relative;
	display: inline-block;
}
.custom-combobox-toggle {
	position: absolute;
	top: 0;
	bottom: 0;
	margin-left: -1px;
	padding: 0;
}
.custom-combobox-input {
	margin: 0;
	padding: 5px 10px;
}
#shipping-result-form .label{
	clear: left;
	font-size: 17px;
	margin-top: 2px;
	float: left;
}
#shipping-result-form .shipping-method-title{
	float: right;
	margin-left: 0 !important;
	clear: right;
	font-size: 17px;
	font-weight: bold;
}#est-shipping-cost{
    background-color: #fff;
    border: 1px solid #ccc;
    left: 50%;
    margin-left: -250px;
    margin-top: -100px;
    max-height: 480px;
    min-height: 100px;
    position: fixed;
    text-align: left;
    top: 30%;
    max-width: 500px;
    width: 70%;
    z-index: 9999;
    border-radius: 3px;
}

#est-shipping-cost .pop-title {
    font-weight: bold;
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

#est-shipping-cost .product-info .product-name{
    color:#1979c3;
    font-weight: 600;
}

#est-shipping-cost img.image {
    float: left;
    max-width: 100%;
    width: 35%;
    max-height: 220px;
}

#est-shipping-cost .close_x {
    position: absolute;
    top: 0px;
    right: 15px;
    font-size: 30px;
    font-weight: bold; 
    text-decoration: none;
    line-height: 100%;
}

#est-shipping-cost .the-action {
    margin-top: 10px;
    padding-bottom:15px;
}

#est-shipping-cost .view-cart{
    color: #3385ff;
    font-weight: 600;
}

#lumaplaza-estshipping-cost-loading1 {
    background: #f0f0f0 url("../../frontend/Pearl/weltpixel_custom/en_US/Lumaplaza_Calculatorshipping/images/please-wait.gif") no-repeat scroll center center;
    border: 1px solid #ccc;
    box-shadow: 5px 5px 5px #888888;
    height: 145px;
    left: 50%;
    margin-left: -200px;
    margin-top: -50px;
    opacity: 0.8;
    position: fixed;
    text-align: center;
    top: 50%;
    width: 400px;
    z-index: 10000;
}

#lumaplaza-estshipping-cost-loading {
    background: #ffffff url("../../frontend/Pearl/weltpixel_custom/en_US/Lumaplaza_Calculatorshipping/images/ProgressImage.gif") no-repeat scroll center center;
    border: 1px solid #ccc;
    box-shadow: 5px 5px 5px #888888;
    height: 150px;
    width: 250px;
   
    opacity: 0.8;
    position: fixed;
  
    top: 40%;
    left: 50%;
    transform: translate(-50%,0);
    z-index: 10000;
}

.estshipping-cost-popup-none{
    display: none;
}


#estshippingcost_content_option_product{
    background-color: #fff;
    border: 1px solid #ccc;
    left: 50%;
    /*margin-left: -250px;*/
    transform: translate(-50%,0);
    margin-top: -100px;
    max-height: 515px;
    min-height: 100px;
    max-width: 695px;
    border: 3px solid rgba(0, 0, 0, 0.1);
    /* border-radius: 10px; */
    overflow: hidden;
    overflow-y: auto !important;
   
    /*overflow-x: none;*/
    padding: 10px;
    position: fixed;
    text-align: left;
    top: 30%;
   /* width: 500px;*/
     width: 60%;
    z-index: 9999;
    border-radius: 3px;
}
#estshippingcost_content_option_product img.image{
    max-width: 100%;
    float: left;
    width: 33%;
    margin-right:10px;
}
#estshippingcost_content_option_product #product-options-wrapper{
    float: left;
    min-width: 150px;
    width: 100%;
}
#estshippingcost_content_option_product #product-options-wrapper .product-name{
    font-size: 16px;
    font-weight: 600;

}

#estshippingcost_content_option_product #product-options-wrapper span.price{
    font-size:14px;
    font-weight: 600;
    color:#3385ff;
    line-height: 2.2rem;
}

#estshippingcost_content_option_product #product-addtocart-button{
    font-size: 1.4rem;
    padding: 7px 15px;
}
#estshippingcost_content_option_product #estshippingcost_cancel{
   line-height: 2.2rem;
   margin-right: 15px;
   display: block;
   float: left;
}

#estshippingcost_content_option_product .est_option_title{
    overflow: hidden;
    position: relative;
	padding-left: 0;
    padding-bottom: 10px;
    text-align: left;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    color: #006400;
    font-size:16px;
	font-weight: 600;
}

#estshippingcost_content_option_product .est_option_title p{
    float:left;
}

#estshippingcost_content_option_product .est_option_title .close_x{
    float:right;
    font-size: 30px;
    font-weight: bold;
   /* left: 475px;*/
    position: absolute;
    /*top: 0;*/
    text-decoration: none;

    float: right;
    position: absolute;
    right: 10px;
    top: 5px;
    line-height: 25px;
}

.lumaplaza_see_w_item{
    display: none;
}

.est_option_content {
	width: 100% !important;
}

#estshippingcost_content_option_product .product-add-form {
	float: right;
    width: 64%;
}

#estshippingcost_content_option_product .product-options-wrapper .fieldset{
	padding-right: 10px;
}

#estshipping-cost-shadow{
    background-color: rgba(51, 51, 51, 0.55);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
}
/*Pop up responsive*/

@media all and (max-width: 767px){
    #est-shipping-cost{
        margin-left:0;
        left:15%;
    }
    #estshippingcost_content_option_product{
        margin-left: 0;
        /*left:20%;*/
    }
    #lumaplaza-estshipping-cost-loading{
        margin-left: 0px;
        width: 140px;
        height: 120px;
    }
}

@media all and (max-height: 500px){
     /* #estshippingcost_content_option_product{
        overflow: hidden;
        overflow-y: auto !important;
        height:300px;
    } */
    #est-shipping-cost{
        overflow: hidden;
        overflow-y: auto !important;
        height:300px;
        top:35%;
     }
}

@media all and (max-width: 480px){
    #estshippingcost_content_option_product {
		width: 90%;
	}
	.product-item-info .btn-calculate-shipping {
		font-size: 13px!important;
	}
}

@media all and (min-width: 768px){
	.product-item-info .btn-calculate-shipping-wrapper {
		width: calc(100% - 20px) !important;
		margin-left: 10px;
	}
}

.columns {
	display: block!important;
}

#estshippingcost_content_option_product .btn-primary-estimate {
	display: none;
}

#estshippingcost_content_option_product .est_option_content {
    overflow: hidden;
    overflow-y: auto !important;
    height: 430px;
}

#estshippingcost_content_option_product .est_option_content::-webkit-scrollbar {
    width: 7px;
}
 
#estshippingcost_content_option_product .est_option_content::-webkit-scrollbar-thumb {
	background-color: darkgrey;
	outline: 1px solid slategrey;
	border-radius: 10px;
}

#estshippingcost_content_option_product .actions {
    margin-top: 20px;
}

.est-description {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
.catalog-product-view .select2-container {
	box-sizing: border-box;
	display: inline-block;
	margin: 0;
	position: relative;
	vertical-align: middle; 
	z-index: 9998;
}
#estimate_postcode {
	border: 1px solid #aaa;
    border-radius: 0;
}
#shipping-input-form .zip-code .control, #shipping-input-form .li_estimate_region_id  .control{
	margin-top: 3px;
}
.product-info-main #shipping-input-form .est-description,
.product-info-main .estimaste-body .est-description{
    display: inline-block;
    width: 100%;
}.product-item-info{
	width:auto;
	position:relative;
	display:inline-block;
}
.product-item-info img{
	width:100%;
}
/* .product-item-info:hover img{
	-webkit-filter: blur(1.7px);
} */

.products-grid .product-item-info .btn-calculate-shipping-wrapper{
	display:none;
	position:absolute;
	top:50%;
	left:0;
	width:100%;
	z-index: 9999;
	transform: translate(0,-50%);

}

.products-list .product-item-info .btn-calculate-shipping-wrapper{
	display: none;
    width: 100%;
    z-index: 9999;
	position: inherit!important;
}
.product-item-info:hover .btn-calculate-shipping-wrapper{
	display:block;
}
.product-item-info .btn-calculate-shipping{
	width:100%;
	height:39px;
	background-color:#00BFFF;
	border:none;
	color:white;
	font-weight:bold;
	font-size:14px;
	
	display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.products-list .product-item-info .product-item-photo:hover {
	text-decoration: none;
} 
.est_option_content{
	width:auto;
	position:relative;
	display:inline-block;
}
.est_option_content img{
	width:100%;
}

.est_option_content .btn-loading-image-wrapper{
	display:none;
	position:absolute;
	top:13%;
	left:0;
	width:33%;
	z-index: 9999;
}
.est_option_content .btn-loading-image-wrapper{
	display:table-cell;
}
.est_option_content .btn-loading-image{
	width:100%;
	height:39px;
	background-color:rgba(0, 191, 255, 0.39);
	border:none;
	color:white;
	font-weight:bold;
	font-size:14px;
}.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; 
  z-index: 99999;
  margin-top: 3px;
  width: 100% !important;
  }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 45px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 40px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 0; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 40px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 45px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 40px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #2c2e35 transparent transparent transparent;
      border-style: solid;
      border-width: 8px 6px 0 6px;
      height: 0;
      left: 50%;
      margin-left: -6px;
      margin-top: -6px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #fff;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #2c2e35 transparent;
  border-width: 0 8px 12px 8px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
      list-style: none; }
  .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }
/**
 * Copyright © 2015-2017 Ihor Vansach (ihor@magefan.com). All rights reserved.
 * See LICENSE.txt for license details (http://opensource.org/licenses/osl-3.0.php).
 *
 * Glory to Ukraine! Glory to the heroes!
 */

.clearfix:after {
  content:"";
  display:table;
  clear:both;
}

.post-holder {
    padding-bottom: 20px;
    margin-bottom: 20px;
    background: #F5F5F5;
    padding: 20px;
}

.post-holder:hover {
    box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 2;
}

.post-holder .post-header {position:relative;}

.post-holder .post-header .post-info {padding: 0 0 10px 0;}
.post-holder .post-header .post-info .item,
.post-holder .post-header .post-info .dash {display: inline-block;}
.post-holder .post-header .post-info .label {font-weight: 700;}
.post-holder .post-header .post-info .value {font-style: italic;}


.post-list {
    margin-top: 20px;
    margin-bottom: 20px;
    list-style: none;
}

.post-list .post-content .post-read-more {padding-top:10px; float:right;}

.blog-category-view .category-content {padding-left: 40px;}

.subcategory-links-wrapper ul,
.post-links-wrapper ul {list-style: none}

.post-content .post-description img {margin:0 15px 0 15px;}
.post-content .post-description ul,
.post-content .post-description ol {list-style-position: inside;}

.post-content .post-description .post-ftimg-hld {float: left; margin: 0 15px 0 15px; width: 33%}
.post-content .post-description .post-ftimg-hld img {width:100%; padding:0px; margin:0px;}
@media (max-width: 496px) {
  .post-content .post-description .post-ftimg-hld {width: 100%; margin:0px;}
}

.post-list .post-header .post-title {max-width:80%;}
.post-list .post-header .post-title a {
    text-decoration: none;
    font-size: 22px;
    color: #636363;
}



.post-list .post-header .post-title {
    margin: 0px;
    padding: 10px 0;
    float:left;
}

.post-list .post-holder .post-header .addthis_toolbox {float: right; padding-top: 20px;}
.post-list .hidden {display:none;}

.post-view .post-holder .post-header .addthis_toolbox {float: right;}
.post-view .post-bottom {margin-top:30px;}

.post-view .post-nextprev-hld  {margin-bottom: 30px;}
.post-view .post-nextprev-hld .nextprev-link {font-weight: 700;}
.post-view .post-nextprev-hld .prev-link {float:left}
.post-view .post-nextprev-hld .next-link {float:right}

.post-view .post-gallery {margin:15px 0 15px 0}
.post-view .post-gallery .gallery-image-hld {margin: 0 14px 14px 0; border:1px solid #ccc; display: block; float:left}
.post-view .post-gallery .gallery-image{padding: 0px; margin:0px; display:block}

.post-view .block {margin-bottom: 30px;}

.widget.block-recent-posts .block-content .item {
        padding: 8px 0 0px 0px;
}

.widget.block-categories ul {
    list-style: initial;
    padding-left:0px;
}

.widget.block-categories ul ul {
    margin-left:20px;
}

.widget.block-categories ul,
.widget.block-categories li {
    margin: 5px 0 5px 9px;
    padding: 0px;
}

.widget.block-rss .rss-icon {float: left; width: 23px; padding-right: 10px;}


.widget.blog-search {
    width:100%;
    margin-bottom: 40px;
    position: relative;
    float: right;
    /*padding-left: 15px;
    z-index: 4;*/
}

.widget.blog-search .block-content {
    margin-bottom: 0;
}

.widget.blog-search  label {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    text-decoration: none;
    display: inline-block;
    float: right;
}

.widget.blog-search .control {
    border-top: 0;
    margin: 0;
    padding: 0;
    clear: both;
}

.widget.blog-search input {
    position: static;
    padding-right: 35px;
    margin: 0;
    left: -300%;
}

.widget.blog-search .action.search {
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1;
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
}

.widget.blog-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    line-height: 32px;
    color: #8f8f8f;
    content: '\e615';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

.widget.blog-search .action.search > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* Tag claud widget */
.widget.block-tagclaud .smallest{font-size: 0.75em}
.widget.block-tagclaud .small{font-size:1em}
.widget.block-tagclaud .medium{font-size:1.25em}
.widget.block-tagclaud .large{font-size:1.5em}
.widget.block-tagclaud .largest{font-size:2em}

.blog-widget-recent .post-list {
    padding: 0px;
    margin: 0px;
}

.blog-widget-recent .post-holder {
    width: 29%;
    float: left;
    margin: 5px;
}

.blog-widget-recent .post-description .post-text-hld {
    max-height: 150px;
    min-height: 150px;
    overflow-y: auto;
}

.blog-widget-recent-masonry .post-description .post-text-hld {
    max-height: none;
    min-height: 0;
}
.blog-widget-recent-masonry .post-description .post-ftimg-hld {
    width: 100%;
    margin: 0px;
}

.mfblog-autoloader {text-align: center;}
.mfblog-autoloader .mfblog-show-onload {display: none;}


@media (max-width: 420px) {
  #mfblog_gcomments {max-width:345px; overflow-y: scroll;}
}
.blog-post-view .products-related .product-item:nth-child(2n + 1){
        margin-left: 2%;
}
.blog-post-view .column.main .products-related.products-grid .product-item{
    width: calc((100% / 4) - 2%);
    background: #fff;
}
:root .blog-post-view.theme-pearl .column.main .products-related .product-items {
    margin-left: -2%;
}
.blog-post-view .block.related .related-available .product-item-name{
    margin-left: 0;
}

@media only screen and (max-width:991px){
    .blog-post-view .column.main .products-related.products-grid .product-item{
        width: calc((100% / 3) - 2%);
    }
}
@media only screen and (max-width:639px){
    .blog-post-view .column.main .products-related.products-grid .product-item{
        width: calc((100% / 2) - 2%);
    }
}.cms-page-view .product-item-info ,
.cms-index-index .product-item-info{
	width: auto;
	text-align: center;
}

.owl-carousel .product-item-info {
	width: auto;
}

.products.products-grid,
.custom-slider {
	position: relative;
	padding: 0 0 20px;
}
.extend_1,
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
	cursor: pointer;
	cursor: hand;
	user-select: none;
}
.owl-carousel {
	display: none;
	width: 100%;
	position: relative;
	z-index: 0;
}
.owl-carousel .animated {
	animation-duration: 1000ms;
	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;
}
.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;
	padding: 20px 0;
}
.owl-carousel.owl-loaded {
	display: block;
}
.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}
.owl-carousel.owl-hidden {
	opacity: 0;
}
.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	user-select: none;
}
.owl-carousel .owl-item img {
	display: block;
	width: 100%;
	transform-style: preserve-3d;
}
.owl-carousel .owl-item .owl-lazy {
	/*opacity: 0;*/
	transition: opacity 400ms ease;
}
.owl-carousel .owl-item .product-item {
	width: 100% !important;
}
.owl-carousel .owl-grab {
	cursor: move;
	cursor: grab;
}
.owl-carousel.owl-rtl {
	direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
	float: right;
}
.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(../../frontend/Pearl/weltpixel_custom/en_US/WeltPixel_OwlCarouselSlider/css/owl.video.play.png) no-repeat;
	cursor: pointer;
	z-index: 1;
	transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
	transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn {
	display: none;
}
.owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}
.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
}
.owl-carousel .owl-refresh .owl-item {
	display: none;
}
.owl-carousel.owl-text-select-on .owl-item {
	user-select: auto;
}
.owl-carousel .banner-item .content_slider {
	position: absolute;
	top: 25%;
	left: 50px;
	width: calc(100% - 120px);
	z-index: 1;
	color: #fff;
}
.owl-carousel .banner-item .content_slider .banner-title {
	width: 100%;
	color: #fff;
	font-size: 32px;
	text-transform: uppercase;
	text-align: center;
	display: inline-block;
	clear: both;
}
.owl-carousel .banner-item .content_slider .banner-description {
	width: 100%;
	clear: both;
	display: inline-block;
	text-align: center;
	padding: 15px 0;
	color: #fff;
}
.owl-carousel .banner-item .content_slider .buttons {
	width: 100%;
	clear: both;
	display: inline-block;
	text-align: center;
}
.owl-carousel .banner-item .content_slider .buttons a.action.primary {
	margin: 10px;
}
.owl-carousel .banner-item .content_slider .buttons .custom_content {
	margin: 10px 0 0;
	text-align: center;
}
@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
.owl-height {
	transition: height 500ms ease-in-out;
}
.owl-theme .owl-controls {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-controls .owl-nav [class*=owl-] {
	color: #fff;
	font-size: 0px;
	margin: calc(-40px / 2) 0 0;
	padding: 0;
	background: rgba(255, 255, 255, 0.5);
	display: inline-block;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position: absolute;
	top: 50%;
	width: 40px;
	height: 40px;
	text-indent: 100%;
	overflow: hidden;
}
[class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-] {
	background: transparent;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev {
	left: 15px;
}
[class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev {
	left: -55px;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-next {
	right: 15px;
}
[class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-].owl-next {
	right: -55px;
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
	background: #000000;
	color: #fff;
	text-decoration: none;
}
[class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
	background: transparent;
	color: #000000;
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover:before,
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover:after {
	border-color: #fff;
}
[class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-]:hover:before,
[class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-]:hover:after {
	border-color: #000000;
}
.owl-theme .owl-controls .owl-nav .disabled {
	opacity: .5;
	cursor: default;
}
.owl-theme .owl-dots {
	position: absolute;
	width: 100%;
	bottom: 20px;
}
[class*=owl-carousel-products-].owl-theme .owl-dots {
	position: relative;
	bottom: -20px;
}
.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #d6d6d6;
	display: block;
	-webkit-backface-visibility: visible;
	-webkit-transition: opacity 200ms ease;
	-moz-transition: opacity 200ms ease;
	-ms-transition: opacity 200ms ease;
	-o-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot:hover span {
	background: #000000;
}
.owl-theme .owl-dots .owl-dot.active span {
	background: #000000;
}
.no-js .owl-carousel {
	display: block;
}
#pre-div-ajax{
	position: relative;
	top: 80px
}
#pre-div {
	background-color: #fff;
	bottom: 0;
	height: 100%;
	width: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10000;
}
.cssload-loader {
	position: absolute;
	left: calc(50% - 31px);
	top: calc(50% - 31px);
	width: 62px;
	height: 62px;
	border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	perspective: 780px;
}

.cssload-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}

.cssload-inner.cssload-one {
	left: 0%;
	top: 0%;
	animation: cssload-rotate-one 1.15s linear infinite;
	-o-animation: cssload-rotate-one 1.15s linear infinite;
	-ms-animation: cssload-rotate-one 1.15s linear infinite;
	-webkit-animation: cssload-rotate-one 1.15s linear infinite;
	-moz-animation: cssload-rotate-one 1.15s linear infinite;
	border-bottom: 3px solid rgb(0,0,0);
}

.cssload-inner.cssload-two {
	right: 0%;
	top: 0%;
	animation: cssload-rotate-two 1.15s linear infinite;
	-o-animation: cssload-rotate-two 1.15s linear infinite;
	-ms-animation: cssload-rotate-two 1.15s linear infinite;
	-webkit-animation: cssload-rotate-two 1.15s linear infinite;
	-moz-animation: cssload-rotate-two 1.15s linear infinite;
	border-right: 3px solid rgb(0,0,0);
}

.cssload-inner.cssload-three {
	right: 0%;
	bottom: 0%;
	animation: cssload-rotate-three 1.15s linear infinite;
	-o-animation: cssload-rotate-three 1.15s linear infinite;
	-ms-animation: cssload-rotate-three 1.15s linear infinite;
	-webkit-animation: cssload-rotate-three 1.15s linear infinite;
	-moz-animation: cssload-rotate-three 1.15s linear infinite;
	border-top: 3px solid rgb(0,0,0);
}
.owl-thumb-item img {
	width: 260px;
	height: auto;
	max-height: 166px;
}

.owl-thumbs {
	position: absolute;
	left: 0;
	display: table;
	width: 100%;
	text-align: center;
	padding: 5% 0;
	bottom: -100px
}

.owl-thumb-item {
	display: inline-block;
	border: none;
	background: none;
	padding: 0;
	opacity: .2;
	margin: 0 15px;
	-webkit-transition: all .15s;
	transition: all .15s;
}

.owl-thumb-item:not(.active):hover{
	opacity: .99;
	cursor: pointer;
	-webkit-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	transform: translateY(-3px);
}

.owl-thumb-item.active {
	opacity: .99;
}




@media only screen and (max-width: 768px) {
	.owl-thumb-item img {
		width: 60px;
		max-height: 60px;
	}

	.owl-thumbs {
		bottom: 30px
	}

	.owl-thumb-item {
		margin: 0 5px;
	}


}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
	.owl-thumb-item img {
		width: 160px;
		max-height: 160px;
	}

	.owl-thumbs {
		bottom: -38px
	}

	.owl-thumb-item {
		margin: 0 5px;
	}
}



@keyframes cssload-rotate-one {
	0% {
		transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
	}
	100% {
		transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
	}
}

@-o-keyframes cssload-rotate-one {
	0% {
		-o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
	}
	100% {
		-o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
	}
}

@-ms-keyframes cssload-rotate-one {
	0% {
		-ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
	}
	100% {
		-ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
	}
}

@-webkit-keyframes cssload-rotate-one {
	0% {
		-webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
	}
	100% {
		-webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
	}
}

@-moz-keyframes cssload-rotate-one {
	0% {
		-moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
	}
	100% {
		-moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
	}
}

@keyframes cssload-rotate-two {
	0% {
		transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
	}
	100% {
		transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
	}
}

@-o-keyframes cssload-rotate-two {
	0% {
		-o-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
	}
	100% {
		-o-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
	}
}

@-ms-keyframes cssload-rotate-two {
	0% {
		-ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
	}
	100% {
		-ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
	}
}

@-webkit-keyframes cssload-rotate-two {
	0% {
		-webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
	}
	100% {
		-webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
	}
}

@-moz-keyframes cssload-rotate-two {
	0% {
		-moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
	}
	100% {
		-moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
	}
}

@keyframes cssload-rotate-three {
	0% {
		transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
	}
	100% {
		transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
	}
}

@-o-keyframes cssload-rotate-three {
	0% {
		-o-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
	}
	100% {
		-o-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
	}
}

@-ms-keyframes cssload-rotate-three {
	0% {
		-ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
	}
	100% {
		-ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
	}
}

@-webkit-keyframes cssload-rotate-three {
	0% {
		-webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
	}
	100% {
		-webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
	}
}

@-moz-keyframes cssload-rotate-three {
	0% {
		-moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
	}
	100% {
		-moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
	}
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  /*background: #0b0b0b;*/
  /*opacity: 0.8; */
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 200px;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 64.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: transparent; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }


.mfp-preloader {
  width: 30px;
  height: 30px;
  background-color: #FFF;
  opacity: 0.65;
  margin: 0 auto;
  -webkit-animation: rotateplane 1.2s infinite ease-in-out;
  animation: rotateplane 1.2s infinite ease-in-out;
  z-index: 99999;
}

@-webkit-keyframes rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes rotateplane {
  0% { transform: perspective(120px) rotateX(0deg) rotateY(0deg) }
  50% { transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg) }
  100% { transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg) }
}
.weltpixel-quickview-catalog-product-view #maincontent,
.weltpixel_quickview-catalog_product-view #maincontent,
.weltpixel-quickview-catalog-product-view #maincontent .columns,
.weltpixel_quickview-catalog_product-view #maincontent .columns {
  max-width: 100% !important;
}
.weltpixel-quickview-catalog-product-view #maincontent .columns .fotorama__nav-wrap--horizontal .fotorama__nav--thumbs,
.weltpixel_quickview-catalog_product-view #maincontent .columns .fotorama__nav-wrap--horizontal .fotorama__nav--thumbs {
  text-align: center;
}
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=9bf966f6705ede711469)
 * Config saved to config.json and https://gist.github.com/9bf966f6705ede711469
 */
/*!
 * Bootstrap v3.3.6 (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 */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  /*overflow: hidden;*/
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-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-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-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-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-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%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
@font-face {
    font-family: 'font-icons';
    src:url('../../frontend/Pearl/weltpixel_custom/en_US/WeltPixel_DesignElements/fonts/font-icons.eot');
    src:url('../../frontend/Pearl/weltpixel_custom/en_US/WeltPixel_DesignElements/fonts/font-icons.eot') format('embedded-opentype'),
        url('../../frontend/Pearl/weltpixel_custom/en_US/WeltPixel_DesignElements/fonts/font-icons.woff2') format('woff2'),
        url('../../frontend/Pearl/weltpixel_custom/en_US/WeltPixel_DesignElements/fonts/font-icons.woff') format('woff'),
        url('../../frontend/Pearl/weltpixel_custom/en_US/WeltPixel_DesignElements/fonts/font-icons.ttf') format('truetype'),
        url('../../frontend/Pearl/weltpixel_custom/en_US/WeltPixel_DesignElements/fonts/font-icons.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'lined-icons';
    src:url('../../frontend/Pearl/weltpixel_custom/en_US/WeltPixel_DesignElements/fonts/lined-icons.eot');
    src:url('../../frontend/Pearl/weltpixel_custom/en_US/WeltPixel_DesignElements/fonts/lined-icons.eot') format('embedded-opentype'),
        url('../../frontend/Pearl/weltpixel_custom/en_US/WeltPixel_DesignElements/fonts/lined-icons.woff2') format('woff2'),
        url('../../frontend/Pearl/weltpixel_custom/en_US/WeltPixel_DesignElements/fonts/lined-icons.woff') format('woff'),
        url('../../frontend/Pearl/weltpixel_custom/en_US/WeltPixel_DesignElements/fonts/lined-icons.ttf') format('truetype'),
        url('../../frontend/Pearl/weltpixel_custom/en_US/WeltPixel_DesignElements/fonts/lined-icons.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Simple-Line-Icons';
    src:url('../../frontend/Pearl/weltpixel_custom/en_US/WeltPixel_DesignElements/fonts/Simple-Line-Icons.eot');
    src:url('../../frontend/Pearl/weltpixel_custom/en_US/WeltPixel_DesignElements/fonts/Simple-Line-Icons.eot?#iefix') format('embedded-opentype'),
        url('../../frontend/Pearl/weltpixel_custom/en_US/WeltPixel_DesignElements/fonts/Simple-Line-Icons.woff2') format('woff2'),
        url('../../frontend/Pearl/weltpixel_custom/en_US/WeltPixel_DesignElements/fonts/Simple-Line-Icons.woff') format('woff'),
        url('../../frontend/Pearl/weltpixel_custom/en_US/WeltPixel_DesignElements/fonts/Simple-Line-Icons.ttf') format('truetype'),
        url('../../frontend/Pearl/weltpixel_custom/en_US/WeltPixel_DesignElements/fonts/Simple-Line-Icons.svg#Simple-Line-Icons') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

[class^="icon-"], [class*=" icon-"],
[class^="icon-line-"], [class*=" icon-line-"],
[class^="icon-line2-"], [class*=" icon-line2-"],
.side-header #primary-menu ul > li.sub-menu > a:after {
    display: inline-block;
    font-family: 'font-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class^="icon-line-"], [class*=" icon-line-"] { font-family: 'lined-icons'; }

[class^="icon-line2-"], [class*=" icon-line2-"] { font-family: 'Simple-Line-Icons'; }

.icon-lg {
    font-size: 1.3333333333333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}
.icon-2x {
    font-size: 2em;
}
.icon-3x {
    font-size: 3em;
}
.icon-4x {
    font-size: 4em;
}
.icon-5x {
    font-size: 5em;
}
.icon-fw {
    width: 1.2857142857142858em;
    text-align: center;
}

.iconlist {
    padding-left: 0;
    margin-left: 1.75em;
    list-style-type: none;
}

.iconlist li { position: relative; }

.iconlist ul {
    list-style-type: none;
    margin: 5px 0 5px 25px;
}

.iconlist > li [class^="icon-"]:first-child, .iconlist > li [class*=" icon-"]:first-child {
    position: absolute;
    left: -1.75em;
    width: 1.75em;
    text-align: center;
    top: 1px;
    width: 14px;
}

.iconlist.iconlist-large { font-size: 16px; }

.iconlist.iconlist-large li { margin: 4px 0; }

.iconlist.iconlist-large > li [class^="icon-"], .iconlist.iconlist-large > li [class*=" icon-"] {
    width: 16px;
    margin-right: 5px;
}

.iconlist-color li i { color: #1ABC9C; }

.icon-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eeeeee;
    border-radius: .1em;
}
.icon.pull-left {
    margin-right: .3em;
}
.icon.pull-right {
    margin-left: .3em;
}
.icon-spin {
    -webkit-animation: spin 2s infinite linear;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(359deg);
    }
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
    }
}
@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg);
    }
    100% {
        -o-transform: rotate(359deg);
    }
}
@-ms-keyframes spin {
    0% {
        -ms-transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(359deg);
    }
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(359deg);
    }
}
.icon-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.icon-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.icon-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}
.icon-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
.icon-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    transform: scale(1, -1);
}
.icon-stacked {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}
.icon-stacked-1x,
.icon-stacked-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}
.icon-stacked-1x {
    line-height: inherit;
}
.icon-stacked-2x {
    font-size: 2em;
}
.icon-inverse {
    color: #ffffff;
}

.icon-line-cross:before {
    content: "\e117";
}

.icon-reload:before {
    content: "\e614";
}

.icon-angle-left:before {
    content: "\e7a4";
}

.icon-angle-right:before {
    content: "\e7a5";
}

.icon-twitter:before {
    content: "\e85f";
}
.icon-youtube:before {
    content: "\e860";
}

.icon-vimeo:before {
    content: "\e861";
}

.icon-instagram:before {
    content: "\e889";
}

.icon-facebook:before {
    content: "\e86f";
}

/* -- -- */
[class^="icon-"],
[class*=" icon-"],
[class^="icon-line-"],
[class*=" icon-line-"],
[class^="icon-line2-"],
[class*=" icon-line2-"],
.side-header #primary-menu ul > li.sub-menu > a:after {
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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

.i-rounded,
.i-plain,
.i-circled,
.i-bordered,
.social-icons {
    display: inline-block;
    margin: 4px 11px 7px 0;
    text-align: center !important;
    font-size: 28px;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    font-style: normal;
}

body:not(.device-touch) .i-rounded,
body:not(.device-touch) .i-plain,
body:not(.device-touch) .i-circled,
body:not(.device-touch) .i-bordered,
body:not(.device-touch) .social-icons {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.i-rounded,
.i-circled,
.i-bordered {
    width: 52px !important;
    height: 52px !important;
    line-height: 52px !important;
    background-color: #444;
    border-radius: 3px;
}

.i-bordered {
    border: 1px solid #555;
    line-height: 50px !important;
    background-color: transparent !important;
    color: #444;
    text-shadow: none;
}

.i-plain {
    width: 36px !important;
    height: 36px !important;
    font-size: 28px;
    line-height: 36px !important;
    color: #444;
    text-shadow: 1px 1px 1px #FFF;
}

.i-plain:hover {
    color: #777;
}

.i-circled {
    border-radius: 50%;
}

.i-light {
    background-color: #F5F5F5;
    color: #444;
    text-shadow: 1px 1px 1px #FFF;
    box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.2);
}

.i-alt {
    background-image: url('../../frontend/Pearl/weltpixel_custom/en_US/WeltPixel_DesignElements//fonts/iconalt.svg');
    background-position: center center;
    background-size: 100% 100%;
}

.i-rounded:hover,
.i-circled:hover {
    background-color: #d83701;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
}

.i-bordered:hover {
    background-color: #444 !important;
    color: #FFF;
    border-color: #444;
}

/* Icon Size - Small
-----------------------------------------------------------------*/

.i-small.i-rounded,
.i-small.i-plain,
.i-small.i-circled,
.i-small.i-bordered {
    margin: 4px 11px 7px 0;
    font-size: 14px;
}

.i-small.i-rounded,
.i-small.i-circled,
.i-small.i-bordered {
    width: 28px !important;
    height: 28px !important;
    line-height: 28px !important;
}

.i-small.i-bordered {
    line-height: 26px !important;
}

.i-small.i-plain {
    width: 18px !important;
    height: 18px !important;
    font-size: 14px;
    line-height: 18px !important;
}

/* Icon Size - Small
-----------------------------------------------------------------*/

.i-medium.i-rounded,
.i-medium.i-plain,
.i-medium.i-circled,
.i-medium.i-bordered {
    margin: 6px 13px 9px 0;
    font-size: 21px;
}

.i-medium.i-rounded,
.i-medium.i-circled,
.i-medium.i-bordered {
    width: 36px !important;
    height: 36px !important;
    line-height: 36px !important;
}

.i-medium.i-bordered {
    line-height: 34px !important;
}

.i-medium.i-plain {
    width: 28px !important;
    height: 28px !important;
    font-size: 20px;
    line-height: 28px !important;
}

/* Icon Size - Large
-----------------------------------------------------------------*/

.i-large.i-rounded,
.i-large.i-plain,
.i-large.i-circled,
.i-large.i-bordered {
    margin: 4px 11px 7px 0;
    font-size: 42px;
}

.i-large.i-rounded,
.i-large.i-circled,
.i-large.i-bordered {
    width: 64px !important;
    height: 64px !important;
    line-height: 64px !important;
}

.i-large.i-bordered {
    line-height: 62px !important;
}

.i-large.i-plain {
    width: 48px !important;
    height: 48px !important;
    font-size: 42px;
    line-height: 48px !important;
}

/* Icon Size - Extra Large
-----------------------------------------------------------------*/

.i-xlarge.i-rounded,
.i-xlarge.i-plain,
.i-xlarge.i-circled,
.i-xlarge.i-bordered {
    margin: 4px 11px 7px 0;
    font-size: 56px;
}

.i-xlarge.i-rounded,
.i-xlarge.i-circled,
.i-xlarge.i-bordered {
    width: 84px !important;
    height: 84px !important;
    line-height: 84px !important;
}

.i-xlarge.i-bordered {
    line-height: 82px !important;
}

.i-xlarge.i-plain {
    width: 64px !important;
    height: 64px !important;
    font-size: 56px;
    line-height: 64px !important;
}

/* ----------------------------------------------------------------
	Icon Overlay
-----------------------------------------------------------------*/

.i-overlay {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    background: rgba(0, 0, 0, 0.2) url('../../frontend/Pearl/weltpixel_custom/en_US/WeltPixel_DesignElements/images/grid.png') repeat;
}

.i-overlay img,
.i-overlay i {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -24px 0 0 -24px;
    width: 48px !important;
    height: 48px !important;
    font-size: 48px;
    line-height: 1;
    color: #E5E5E5;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}

.i-overlay i {
    margin: -18px 0 0 -18px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 24px;
}

.on-hover.i-overlay {
    opacity: 0;
}

body:not(.device-touch) .on-hover.i-overlay {
    -webkit-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}

.on-hover.i-overlay:hover {
    opacity: 1;
}

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

.social-icons {
    margin: 0 5px 5px 0;
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 38px !important;
    color: #555;
    text-shadow: none;
    border: 1px solid #AAA;
    border-radius: 3px;
    overflow: hidden;
}

/* Social Icons - Rounded
-----------------------------------------------------------------*/

.si-rounded {
    border-radius: 50%;
}

/* Social Icons - Borderless
-----------------------------------------------------------------*/

.si-borderless {
    border-color: transparent !important;
}

/* Social Icons - Dark
-----------------------------------------------------------------*/

.si-dark {
    background-color: #444;
    color: #FFF !important;
    border-color: transparent;
}

/* Social Icons - Light
-----------------------------------------------------------------*/

.si-light {
    background-color: rgba(0, 0, 0, 0.05);
    color: #666 !important;
    border-color: transparent;
}

/* Social Icons - Colored
-----------------------------------------------------------------*/

.si-colored {
    border-color: transparent !important;
}

.si-colored i {
    color: #FFF;
}

/* Social Icons - Large
-----------------------------------------------------------------*/

.social-icons.si-large {
    margin: 0 10px 10px 0;
    width: 56px;
    height: 56px;
    font-size: 30px;
    line-height: 54px !important;
}

/* Social Icons - Small
-----------------------------------------------------------------*/

.social-icons.si-small {
    width: 32px;
    height: 32px;
    font-size: 14px;
    line-height: 30px !important;
}

.social-icons i {
    display: block;
    position: relative;
}

body:not(.device-touch) .social-icons i {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.social-icons i:last-child {
    color: #FFF !important;
}

.social-icons:hover i:first-child {
    margin-top: -38px;
}

.social-icons.si-large:hover i:first-child {
    margin-top: -54px;
}

.social-icons.si-small:hover i:first-child {
    margin-top: -30px;
}

.social-icons:hover {
    color: #555;
    border-color: transparent;
}

.si-colored.social-icons {
    border-color: transparent;
}

/* Social Icons - Sticky
-----------------------------------------------------------------*/

.si-sticky {
    position: fixed;
    top: 50%;
    left: 5px;
    width: 36px;
    z-index: 100;
}

/* Social Icons - Sticky Right
-----------------------------------------------------------------*/

.si-sticky.si-sticky-right {
    left: auto;
    right: 8px;
}

/* Social Icons - Share
-----------------------------------------------------------------*/

.si-share {
    position: relative;
    padding-left: 5px;
    border-top: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
}

.si-share span {
    line-height: 36px;
    font-weight: bold;
    font-size: 13px;
}

.si-share div {
    float: right;
}

.si-share .social-icons {
    margin: -1px 0;
    border-radius: 0;
    font-size: 15px;
}

/*-----------------------------------------------------------------------------------

    Shortcodes: social-icons.css

-----------------------------------------------------------------------------------*/


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


.social-icon {
    margin: 0 5px 5px 0;
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 38px !important;
    color: #555;
    text-shadow: none;
    border: 1px solid #AAA;
    border-radius: 3px;
    overflow: hidden;
}


/* Social Icons - Rounded
-----------------------------------------------------------------*/

.si-rounded { border-radius: 50%; }

/* Social Icons - Borderless
-----------------------------------------------------------------*/

.si-borderless { border-color: transparent !important; }

/* Social Icons - Dark
-----------------------------------------------------------------*/

.si-dark {
    background-color: #444;
    color: #FFF !important;
    border-color: transparent;
}

/* Social Icons - Light
-----------------------------------------------------------------*/

.si-light {
    background-color: rgba(0,0,0,0.05);
    color: #666 !important;
    border-color: transparent;
}

/* Social Icons - Colored
-----------------------------------------------------------------*/

.si-colored { border-color: transparent !important; }

.si-colored i { color: #FFF; }

/* Social Icons - Large
-----------------------------------------------------------------*/

.social-icon.si-large {
    margin: 0 10px 10px 0;
    width: 56px;
    height: 56px;
    font-size: 30px;
    line-height: 54px !important;
}

/* Social Icons - Small
-----------------------------------------------------------------*/

.social-icon.si-small {
    width: 32px;
    height: 32px;
    font-size: 14px;
    line-height: 30px !important;
}

.social-icon i {
    display: block;
    position: relative;
}

body:not(.device-touch) .social-icon i {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.social-icon i:last-child { color: #FFF !important; }

.social-icon:hover i:first-child { margin-top: -38px; }

.social-icon.si-large:hover i:first-child { margin-top: -54px; }

.social-icon.si-small:hover i:first-child { margin-top: -30px; }

.social-icon:hover {
    color: #555;
    border-color: transparent;
}

.si-colored.social-icon { border-color: transparent; }

/* Social Icons - Sticky
-----------------------------------------------------------------*/

.si-sticky {
    position: fixed;
    top: 50%;
    left: 5px;
    width: 36px;
    z-index: 100;
}

/* Social Icons - Sticky Right
-----------------------------------------------------------------*/

.si-sticky.si-sticky-right {
    left: auto;
    right: 8px;
}

/* Social Icons - Share
-----------------------------------------------------------------*/

.si-share {
    position: relative;
    padding-left: 5px;
    border-top: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
}

.si-share span {
    line-height: 36px;
    font-weight: bold;
    font-size: 13px;
}

.si-share div { float: right; }

.si-share .social-icon {
    margin: -1px 0;
    border-radius: 0;
    font-size: 15px;
}

.si-facebook:hover,
.si-colored.si-facebook { background-color: #3B5998 !important; }
.si-delicious:hover,
.si-colored.si-delicious { background-color: #205CC0 !important; }
.si-paypal:hover,
.si-colored.si-paypal { background-color: #00588B !important; }
.si-flattr:hover,
.si-colored.si-flattr { background-color: #F67C1A !important; }
.si-android:hover,
.si-colored.si-android { background-color: #A4C639 !important; }
.si-smashmag:hover,
.si-colored.si-smashmag { background-color: #E53B2C !important; }
.si-gplus:hover,
.si-colored.si-gplus { background-color: #DD4B39 !important; }
.si-wikipedia:hover,
.si-colored.si-wikipedia { background-color: #333 !important; }
.si-stumbleupon:hover,
.si-colored.si-stumbleupon { background-color: #F74425 !important; }
.si-foursquare:hover,
.si-colored.si-foursquare { background-color: #25A0CA !important; }
.si-call:hover,
.si-colored.si-call { background-color: #444 !important; }
.si-ninetyninedesigns:hover,
.si-colored.si-ninetyninedesigns { background-color: #F26739 !important; }
.si-forrst:hover,
.si-colored.si-forrst { background-color: #5B9A68 !important; }
.si-digg:hover,
.si-colored.si-digg { background-color: #191919 !important; }
.si-spotify:hover,
.si-colored.si-spotify { background-color: #81B71A !important; }
.si-reddit:hover,
.si-colored.si-reddit { background-color: #C6C6C6 !important; }
.si-blogger:hover,
.si-colored.si-blogger { background-color: #FC4F08 !important; }
.si-cc:hover,
.si-colored.si-cc { background-color: #688527 !important; }
.si-dribbble:hover,
.si-colored.si-dribbble { background-color: #EA4C89 !important; }
.si-evernote:hover,
.si-colored.si-evernote { background-color: #5BA525 !important; }
.si-flickr:hover,
.si-colored.si-flickr { background-color: #FF0084 !important; }
.si-google:hover,
.si-colored.si-google { background-color: #DD4B39 !important; }
.si-instapaper:hover,
.si-colored.si-instapaper { background-color: #333 !important; }
.si-klout:hover,
.si-colored.si-klout { background-color: #FF5F52 !important; }
.si-linkedin:hover,
.si-colored.si-linkedin { background-color: #0E76A8 !important; }
.si-vk:hover,
.si-colored.si-vk { background-color: #2B587A !important; }
.si-rss:hover,
.si-colored.si-rss { background-color: #EE802F !important; }
.si-skype:hover,
.si-colored.si-skype { background-color: #00AFF0 !important; }
.si-twitter:hover,
.si-colored.si-twitter { background-color: #00ACEE !important; }
.si-youtube:hover,
.si-colored.si-youtube { background-color: #C4302B !important; }
.si-vimeo:hover,
.si-colored.si-vimeo { background-color: #86C9EF !important; }
.si-aim:hover,
.si-colored.si-aim { background-color: #FCD20B !important; }
.si-yahoo:hover,
.si-colored.si-yahoo { background-color: #720E9E !important; }
.si-email3:hover,
.si-colored.si-email3 { background-color: #6567A5 !important; }
.si-macstore:hover,
.si-colored.si-macstore { background-color: #333333 !important; }
.si-myspace:hover,
.si-colored.si-myspace { background-color: #666666 !important; }
.si-podcast:hover,
.si-colored.si-podcast { background-color: #E4B21B !important; }
.si-cloudapp:hover,
.si-colored.si-cloudapp { background-color: #525557 !important; }
.si-dropbox:hover,
.si-colored.si-dropbox { background-color: #3D9AE8 !important; }
.si-ebay:hover,
.si-colored.si-ebay { background-color: #89C507 !important; }
.si-github:hover,
.si-colored.si-github { background-color: #171515 !important; }
.si-googleplay:hover,
.si-colored.si-googleplay { background-color: #DD4B39 !important; }
.si-itunes:hover,
.si-colored.si-itunes { background-color: #222 !important; }
.si-plurk:hover,
.si-colored.si-plurk { background-color: #CF5A00 !important; }
.si-pinboard:hover,
.si-colored.si-pinboard { background-color: #0000E6 !important; }
.si-soundcloud:hover,
.si-colored.si-soundcloud { background-color: #FF7700 !important; }
.si-tumblr:hover,
.si-colored.si-tumblr { background-color: #34526F !important; }
.si-wordpress:hover,
.si-colored.si-wordpress { background-color: #1E8CBE !important; }
.si-yelp:hover,
.si-colored.si-yelp { background-color: #C41200 !important; }
.si-intensedebate:hover,
.si-colored.si-intensedebate { background-color: #009EE4 !important; }
.si-eventbrite:hover,
.si-colored.si-eventbrite { background-color: #F16924 !important; }
.si-scribd:hover,
.si-colored.si-scribd { background-color: #666666 !important; }
.si-stripe:hover,
.si-colored.si-stripe { background-color: #008CDD !important; }
.si-print:hover,
.si-colored.si-print { background-color: #111 !important; }
.si-dwolla:hover,
.si-colored.si-dwolla { background-color: #FF5C03 !important; }
.si-statusnet:hover,
.si-colored.si-statusnet { background-color: #131A30 !important; }
.si-acrobat:hover,
.si-colored.si-acrobat { background-color: #D3222A !important; }
.si-drupal:hover,
.si-colored.si-drupal { background-color: #27537A !important; }
.si-buffer:hover,
.si-colored.si-buffer { background-color: #333333 !important; }
.si-pocket:hover,
.si-colored.si-pocket { background-color: #EE4056 !important; }
.si-bitbucket:hover,
.si-colored.si-bitbucket { background-color: #0E4984 !important; }
.si-stackoverflow:hover,
.si-colored.si-stackoverflow { background-color: #EF8236 !important; }
.si-hackernews:hover,
.si-colored.si-hackernews { background-color: #FF6600 !important; }
.si-xing:hover,
.si-colored.si-xing { background-color: #126567 !important; }
.si-instagram:hover,
.si-colored.si-instagram { background-color: #3F729B !important; }
.si-quora:hover,
.si-colored.si-quora { background-color: #A82400 !important; }
.si-openid:hover,
.si-colored.si-openid { background-color: #E16309 !important; }
.si-steam:hover,
.si-colored.si-steam { background-color: #111 !important; }
.si-amazon:hover,
.si-colored.si-amazon { background-color: #E47911 !important; }
.si-disqus:hover,
.si-colored.si-disqus { background-color: #E4E7EE !important; }
.si-plancast:hover,
.si-colored.si-plancast { background-color: #222 !important; }
.si-appstore:hover,
.si-colored.si-appstore { background-color: #000 !important; }
.si-pinterest:hover,
.si-colored.si-pinterest { background-color: #C8232C !important; }
.si-fivehundredpx:hover,
.si-colored.si-fivehundredpx { background-color: #111 !important; }



/* Social Icons Text Color
-----------------------------------------------------------------*/

.si-text-color.si-facebook i { color: #3B5998; }
.si-text-color.si-delicious i { color: #205CC0; }
.si-text-color.si-paypal i { color: #00588B; }
.si-text-color.si-flattr i { color: #F67C1A; }
.si-text-color.si-android i { color: #A4C639; }
.si-text-color.si-smashmag i { color: #E53B2C; }
.si-text-color.si-gplus i { color: #DD4B39; }
.si-text-color.si-wikipedia i { color: #333; }
.si-text-color.si-stumbleupon i { color: #F74425; }
.si-text-color.si-foursquare i { color: #25A0CA; }
.si-text-color.si-call i { color: #444; }
.si-text-color.si-ninetyninedesigns i { color: #F26739; }
.si-text-color.si-forrst i { color: #5B9A68; }
.si-text-color.si-digg i { color: #191919; }
.si-text-color.si-spotify i { color: #81B71A; }
.si-text-color.si-reddit i { color: #C6C6C6; }
.si-text-color.si-blogger i { color: #FC4F08; }
.si-text-color.si-cc i { color: #688527; }
.si-text-color.si-dribbble i { color: #EA4C89; }
.si-text-color.si-evernote i { color: #5BA525; }
.si-text-color.si-flickr i { color: #FF0084; }
.si-text-color.si-google i { color: #DD4B39; }
.si-text-color.si-instapaper i { color: #333; }
.si-text-color.si-klout i { color: #FF5F52; }
.si-text-color.si-linkedin i { color: #0E76A8; }
.si-text-color.si-vk i { color: #2B587A; }
.si-text-color.si-rss i { color: #EE802F; }
.si-text-color.si-skype i { color: #00AFF0; }
.si-text-color.si-twitter i { color: #00ACEE; }
.si-text-color.si-youtube i { color: #C4302B; }
.si-text-color.si-vimeo i { color: #86C9EF; }
.si-text-color.si-aim i { color: #FCD20B; }
.si-text-color.si-yahoo i { color: #720E9E; }
.si-text-color.si-email3 i { color: #6567A5; }
.si-text-color.si-macstore i { color: #333333; }
.si-text-color.si-myspace i { color: #666666; }
.si-text-color.si-podcast i { color: #E4B21B; }
.si-text-color.si-cloudapp i { color: #525557; }
.si-text-color.si-dropbox i { color: #3D9AE8; }
.si-text-color.si-ebay i { color: #89C507; }
.si-text-color.si-github i { color: #171515; }
.si-text-color.si-googleplay i { color: #DD4B39; }
.si-text-color.si-itunes i { color: #222; }
.si-text-color.si-plurk i { color: #CF5A00; }
.si-text-color.si-pinboard i { color: #0000E6; }
.si-text-color.si-soundcloud i { color: #FF7700; }
.si-text-color.si-tumblr i { color: #34526F; }
.si-text-color.si-wordpress i { color: #1E8CBE; }
.si-text-color.si-yelp i { color: #C41200; }
.si-text-color.si-intensedebate i { color: #009EE4; }
.si-text-color.si-eventbrite i { color: #F16924; }
.si-text-color.si-scribd i { color: #666666; }
.si-text-color.si-stripe i { color: #008CDD; }
.si-text-color.si-print i { color: #111; }
.si-text-color.si-dwolla i { color: #FF5C03; }
.si-text-color.si-statusnet i { color: #131A30; }
.si-text-color.si-acrobat i { color: #D3222A; }
.si-text-color.si-drupal i { color: #27537A; }
.si-text-color.si-buffer i { color: #333333; }
.si-text-color.si-pocket i { color: #EE4056; }
.si-text-color.si-bitbucket i { color: #0E4984; }
.si-text-color.si-stackoverflow i { color: #EF8236; }
.si-text-color.si-hackernews i { color: #FF6600; }
.si-text-color.si-xing i { color: #126567; }
.si-text-color.si-instagram i { color: #3F729B; }
.si-text-color.si-quora i { color: #A82400; }
.si-text-color.si-openid i { color: #E16309; }
.si-text-color.si-steam i { color: #111; }
.si-text-color.si-amazon i { color: #E47911; }
.si-text-color.si-disqus i { color: #E4E7EE; }
.si-text-color.si-plancast i { color: #222; }
.si-text-color.si-appstore i { color: #000; }
.si-text-color.si-pinterest i { color: #C8232C; }
.si-text-color.si-fivehundredpx i { color: #111; }

.si-text-color:hover { color: #FFF; }

/*-----------------------------------------------------------------------------------

    Shortcodes: styled-icons.css

-----------------------------------------------------------------------------------*/


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


.i-rounded,
.i-plain,
.i-circled,
.i-bordered,
.social-icon {
    display: block;
    float: left;
    margin: 4px 11px 7px 0;
    text-align: center !important;
    font-size: 28px;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    cursor: pointer;
    font-style: normal;
}

body:not(.device-touch) .i-rounded,
body:not(.device-touch) .i-plain,
body:not(.device-touch) .i-circled,
body:not(.device-touch) .i-bordered,
body:not(.device-touch) .social-icon {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.i-rounded,
.i-circled,
.i-bordered {
    width: 52px !important;
    height: 52px !important;
    line-height: 52px !important;
    background-color: #444;
    border-radius: 3px;
}

.i-bordered {
    border: 1px solid #555;
    line-height: 50px !important;
    background-color: transparent !important;
    color: #444;
    text-shadow: none;
}

.i-plain {
    width: 36px !important;
    height: 36px !important;
    font-size: 28px;
    line-height: 36px !important;
    color: #444;
    text-shadow: 1px 1px 1px #FFF;
}

.i-plain:hover { color: #777; }

.i-circled { border-radius: 50%; }

.i-light {
    background-color: #F5F5F5;
    color: #444;
    text-shadow: 1px 1px 1px #FFF;
    box-shadow: inset 0 0 15px rgba(0,0,0,0.2);
}

.i-alt {
    background-image: url('../../frontend/Pearl/weltpixel_custom/en_US/WeltPixel_DesignElements/images/icons/iconalt.svg');
    background-position: center center;
    background-size: 100% 100%;
}


.i-rounded:hover,
.i-circled:hover {
    background-color: #1ABC9C;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    box-shadow: 0 0 0 rgba(0,0,0,0.2);
}

.i-bordered:hover {
    background-color: #444 !important;
    color: #FFF;
    border-color: #444;
}


/* Icon Size - Small
-----------------------------------------------------------------*/

.i-small.i-rounded,
.i-small.i-plain,
.i-small.i-circled,
.i-small.i-bordered {
    margin: 4px 11px 7px 0;
    font-size: 14px;
}

.i-small.i-rounded,
.i-small.i-circled,
.i-small.i-bordered {
    width: 28px !important;
    height: 28px !important;
    line-height: 28px !important;
}

.i-small.i-bordered { line-height: 26px !important; }

.i-small.i-plain {
    width: 18px !important;
    height: 18px !important;
    font-size: 14px;
    line-height: 18px !important;
}


/* Icon Size - Small
-----------------------------------------------------------------*/

.i-medium.i-rounded,
.i-medium.i-plain,
.i-medium.i-circled,
.i-medium.i-bordered {
    margin: 6px 13px 9px 0;
    font-size: 21px;
}

.i-medium.i-rounded,
.i-medium.i-circled,
.i-medium.i-bordered {
    width: 36px !important;
    height: 36px !important;
    line-height: 36px !important;
}

.i-medium.i-bordered { line-height: 34px !important; }

.i-medium.i-plain {
    width: 28px !important;
    height: 28px !important;
    font-size: 20px;
    line-height: 28px !important;
}


/* Icon Size - Large
-----------------------------------------------------------------*/

.i-large.i-rounded,
.i-large.i-plain,
.i-large.i-circled,
.i-large.i-bordered {
    margin: 4px 11px 7px 0;
    font-size: 42px;
}

.i-large.i-rounded,
.i-large.i-circled,
.i-large.i-bordered {
    width: 64px !important;
    height: 64px !important;
    line-height: 64px !important;
}

.i-large.i-bordered { line-height: 62px !important; }

.i-large.i-plain {
    width: 48px !important;
    height: 48px !important;
    font-size: 42px;
    line-height: 48px !important;
}


/* Icon Size - Extra Large
-----------------------------------------------------------------*/

.i-xlarge.i-rounded,
.i-xlarge.i-plain,
.i-xlarge.i-circled,
.i-xlarge.i-bordered {
    margin: 4px 11px 7px 0;
    font-size: 56px;
}

.i-xlarge.i-rounded,
.i-xlarge.i-circled,
.i-xlarge.i-bordered {
    width: 84px !important;
    height: 84px !important;
    line-height: 84px !important;
}

.i-xlarge.i-bordered { line-height: 82px !important; }

.i-xlarge.i-plain {
    width: 64px !important;
    height: 64px !important;
    font-size: 56px;
    line-height: 64px !important;
}


/* ----------------------------------------------------------------
        Icon Overlay
-----------------------------------------------------------------*/

.i-overlay,
.i-overlay a {
    display: block;
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    top: 0;
    left: 0;
    text-align: center;
    background: rgba(0,0,0,0.2) url('../../frontend/Pearl/weltpixel_custom/en_US/WeltPixel_DesignElements/images/grid.png') repeat;
}

.i-overlay a { background: transparent; }

.i-overlay img,
.i-overlay i {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -24px 0 0 -24px;
    width: 48px !important;
    height: 48px !important;
    font-size: 48px;
    line-height: 1;
    color: #E5E5E5;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.15);
}

.i-overlay i {
    margin: -18px 0 0 -18px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 24px;
}

.on-hover.i-overlay { opacity: 0; }

body:not(.device-touch) .on-hover.i-overlay {
    -webkit-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}

.on-hover.i-overlay:hover { opacity: 1; }.icon-type:before {
    content: "\e600";
}
.icon-box:before {
    content: "\e601";
}
.icon-archive:before {
    content: "\e602";
}
.icon-envelope:before {
    content: "\e603";
}
.icon-email:before {
    content: "\e604";
}
.icon-files:before {
    content: "\e605";
}
.icon-printer2:before {
    content: "\e606";
}
.icon-folder-add:before {
    content: "\e607";
}
.icon-folder-settings:before {
    content: "\e608";
}
.icon-folder-check:before {
    content: "\e609";
}
.icon-wifi-low:before {
    content: "\e60a";
}
.icon-wifi-mid:before {
    content: "\e60b";
}
.icon-wifi-full:before {
    content: "\e60c";
}
.icon-connection-empty:before {
    content: "\e60d";
}
.icon-battery-full:before {
    content: "\e60e";
}
.icon-settings:before {
    content: "\e60f";
}
.icon-arrow-left:before {
    content: "\e610";
}
.icon-arrow-up:before {
    content: "\e611";
}
.icon-arrow-down:before {
    content: "\e612";
}
.icon-arrow-right:before {
    content: "\e613";
}
.icon-download:before {
    content: "\e615";
}
.icon-tag:before {
    content: "\e616";
}
.icon-trashcan:before {
    content: "\e617";
}
.icon-search:before {
    content: "\e618";
}
.icon-zoom-in:before {
    content: "\e619";
}
.icon-zoom-out:before {
    content: "\e61a";
}
.icon-chat:before {
    content: "\e61b";
}
.icon-clock:before {
    content: "\e61c";
}
.icon-printer:before {
    content: "\e61d";
}
.icon-home:before {
    content: "\e61e";
}
.icon-flag:before {
    content: "\e61f";
}
.icon-meter:before {
    content: "\e620";
}
.icon-switch:before {
    content: "\e621";
}
.icon-forbidden:before {
    content: "\e622";
}
.icon-phone-landscape:before {
    content: "\e623";
}
.icon-tablet:before {
    content: "\e624";
}
.icon-tablet-landscape:before {
    content: "\e625";
}
.icon-laptop:before {
    content: "\e626";
}
.icon-camera:before {
    content: "\e627";
}
.icon-microwave-oven:before {
    content: "\e628";
}
.icon-credit-cards:before {
    content: "\e629";
}
.icon-map-marker:before {
    content: "\e62a";
}
.icon-map:before {
    content: "\e62b";
}
.icon-support:before {
    content: "\e62c";
}
.icon-newspaper2:before {
    content: "\e62d";
}
.icon-barbell:before {
    content: "\e62e";
}
.icon-stopwatch:before {
    content: "\e62f";
}
.icon-atom:before {
    content: "\e630";
}
.icon-image:before {
    content: "\e631";
}
.icon-cube:before {
    content: "\e632";
}
.icon-bars:before {
    content: "\e633";
}
.icon-chart:before {
    content: "\e634";
}
.icon-pencil:before {
    content: "\e635";
}
.icon-measure:before {
    content: "\e636";
}
.icon-eyedropper:before {
    content: "\e637";
}
.icon-file-settings:before {
    content: "\e638";
}
.icon-file-add:before {
    content: "\e639";
}
.icon-file:before {
    content: "\e63a";
}
.icon-align-left:before {
    content: "\e63b";
}
.icon-align-right:before {
    content: "\e63c";
}
.icon-align-center:before {
    content: "\e63d";
}
.icon-align-justify:before {
    content: "\e63e";
}
.icon-file-broken:before {
    content: "\e63f";
}
.icon-browser:before {
    content: "\e640";
}
.icon-windows:before {
    content: "\e641";
}
.icon-window:before {
    content: "\e642";
}
.icon-folder:before {
    content: "\e643";
}
.icon-connection-25:before {
    content: "\e644";
}
.icon-connection-50:before {
    content: "\e645";
}
.icon-connection-75:before {
    content: "\e646";
}
.icon-connection-full:before {
    content: "\e647";
}
.icon-list:before {
    content: "\e648";
}
.icon-grid:before {
    content: "\e649";
}
.icon-stack3:before {
    content: "\e64a";
}
.icon-battery-charging:before {
    content: "\e64b";
}
.icon-battery-empty:before {
    content: "\e64c";
}
.icon-battery-25:before {
    content: "\e64d";
}
.icon-battery-50:before {
    content: "\e64e";
}
.icon-battery-75:before {
    content: "\e64f";
}
.icon-refresh:before {
    content: "\e650";
}
.icon-volume:before {
    content: "\e651";
}
.icon-volume-increase:before {
    content: "\e652";
}
.icon-volume-decrease:before {
    content: "\e653";
}
.icon-mute:before {
    content: "\e654";
}
.icon-microphone:before {
    content: "\e655";
}
.icon-microphone-off:before {
    content: "\e656";
}
.icon-book:before {
    content: "\e657";
}
.icon-checkmark:before {
    content: "\e658";
}
.icon-checkbox-checked:before {
    content: "\e659";
}
.icon-checkbox:before {
    content: "\e65a";
}
.icon-paperclip:before {
    content: "\e65b";
}
.icon-chat-1:before {
    content: "\e65c";
}
.icon-chat-2:before {
    content: "\e65d";
}
.icon-chat-3:before {
    content: "\e65e";
}
.icon-comment:before {
    content: "\e65f";
}
.icon-calendar:before {
    content: "\e660";
}
.icon-bookmark:before {
    content: "\e661";
}
.icon-email2:before {
    content: "\e662";
}
.icon-heart:before {
    content: "\e663";
}
.icon-enter:before {
    content: "\e664";
}
.icon-cloud:before {
    content: "\e665";
}
.icon-book2:before {
    content: "\e666";
}
.icon-star:before {
    content: "\e667";
}
.icon-lock:before {
    content: "\e668";
}
.icon-unlocked:before {
    content: "\e669";
}
.icon-unlocked2:before {
    content: "\e66a";
}
.icon-users:before {
    content: "\e66b";
}
.icon-user:before {
    content: "\e66c";
}
.icon-users2:before {
    content: "\e66d";
}
.icon-user2:before {
    content: "\e66e";
}
.icon-bullhorn:before {
    content: "\e66f";
}
.icon-share:before {
    content: "\e670";
}
.icon-screen:before {
    content: "\e671";
}
.icon-phone:before {
    content: "\e672";
}
.icon-phone-portrait:before {
    content: "\e673";
}
.icon-calculator:before {
    content: "\e674";
}
.icon-bag:before {
    content: "\e675";
}
.icon-diamond:before {
    content: "\e676";
}
.icon-drink:before {
    content: "\e677";
}
.icon-shorts:before {
    content: "\e678";
}
.icon-vcard:before {
    content: "\e679";
}
.icon-sun:before {
    content: "\e67a";
}
.icon-bill:before {
    content: "\e67b";
}
.icon-coffee:before {
    content: "\e67c";
}
.icon-tv2:before {
    content: "\e67d";
}
.icon-newspaper:before {
    content: "\e67e";
}
.icon-stack:before {
    content: "\e67f";
}
.icon-syringe:before {
    content: "\e680";
}
.icon-health:before {
    content: "\e681";
}
.icon-bolt:before {
    content: "\e682";
}
.icon-pill:before {
    content: "\e683";
}
.icon-bones:before {
    content: "\e684";
}
.icon-lab:before {
    content: "\e685";
}
.icon-clipboard:before {
    content: "\e686";
}
.icon-mug:before {
    content: "\e687";
}
.icon-bucket:before {
    content: "\e688";
}
.icon-select:before {
    content: "\e689";
}
.icon-graph:before {
    content: "\e68a";
}
.icon-crop:before {
    content: "\e68b";
}
.icon-heart2:before {
    content: "\e68c";
}
.icon-cloud2:before {
    content: "\e68d";
}
.icon-star2:before {
    content: "\e68e";
}
.icon-pen:before {
    content: "\e68f";
}
.icon-diamond2:before {
    content: "\e690";
}
.icon-display:before {
    content: "\e691";
}
.icon-paperplane:before {
    content: "\e692";
}
.icon-params:before {
    content: "\e693";
}
.icon-banknote:before {
    content: "\e694";
}
.icon-vynil:before {
    content: "\e695";
}
.icon-truck:before {
    content: "\e696";
}
.icon-world:before {
    content: "\e697";
}
.icon-tv:before {
    content: "\e698";
}
.icon-sound:before {
    content: "\e699";
}
.icon-video:before {
    content: "\e69a";
}
.icon-trash:before {
    content: "\e69b";
}
.icon-user3:before {
    content: "\e69c";
}
.icon-key:before {
    content: "\e69d";
}
.icon-search2:before {
    content: "\e69e";
}
.icon-settings2:before {
    content: "\e69f";
}
.icon-camera2:before {
    content: "\e6a0";
}
.icon-tag2:before {
    content: "\e6a1";
}
.icon-lock2:before {
    content: "\e6a2";
}
.icon-bulb:before {
    content: "\e6a3";
}
.icon-location:before {
    content: "\e6a4";
}
.icon-eye:before {
    content: "\e6a5";
}
.icon-bubble:before {
    content: "\e6a6";
}
.icon-stack2:before {
    content: "\e6a7";
}
.icon-cup:before {
    content: "\e6a8";
}
.icon-phone2:before {
    content: "\e6a9";
}
.icon-news:before {
    content: "\e6aa";
}
.icon-mail:before {
    content: "\e6ab";
}
.icon-like:before {
    content: "\e6ac";
}
.icon-photo:before {
    content: "\e6ad";
}
.icon-note:before {
    content: "\e6ae";
}
.icon-clock2:before {
    content: "\e6af";
}
.icon-data:before {
    content: "\e6b0";
}
.icon-music:before {
    content: "\e6b1";
}
.icon-megaphone:before {
    content: "\e6b2";
}
.icon-study:before {
    content: "\e6b3";
}
.icon-lab2:before {
    content: "\e6b4";
}
.icon-food:before {
    content: "\e6b5";
}
.icon-t-shirt:before {
    content: "\e6b6";
}
.icon-fire:before {
    content: "\e6b7";
}
.icon-clip:before {
    content: "\e6b8";
}
.icon-shop:before {
    content: "\e6b9";
}
.icon-calendar2:before {
    content: "\e6ba";
}
.icon-wallet:before {
    content: "\e6bb";
}
.icon-duckduckgo:before {
    content: "\e830";
}
.icon-lkdto:before {
    content: "\e896";
}
.icon-delicious:before {
    content: "\e832";
}
.icon-paypal:before {
    content: "\e833";
}
.icon-flattr:before {
    content: "\e834";
}
.icon-android:before {
    content: "\e835";
}
.icon-eventful:before {
    content: "\e836";
}
.icon-smashmag:before {
    content: "\e837";
}
.icon-gplus:before {
    content: "\e838";
}
.icon-wikipedia:before {
    content: "\e839";
}
.icon-lanyrd:before {
    content: "\e83a";
}
.icon-calendar-1:before {
    content: "\e83b";
}
.icon-stumbleupon:before {
    content: "\e83c";
}
.icon-bitcoin:before {
    content: "\e83f";
}
.icon-w3c:before {
    content: "\e840";
}
.icon-foursquare:before {
    content: "\e841";
}
.icon-html5:before {
    content: "\e842";
}
.icon-ie:before {
    content: "\e843";
}
.icon-call:before {
    content: "\e844";
}
.icon-grooveshark:before {
    content: "\e845";
}
.icon-ninetyninedesigns:before {
    content: "\e846";
}
.icon-forrst:before {
    content: "\e847";
}
.icon-digg:before {
    content: "\e848";
}
.icon-spotify:before {
    content: "\e849";
}
.icon-reddit:before {
    content: "\e84a";
}
.icon-guest:before {
    content: "\e84b";
}
.icon-blogger:before {
    content: "\e84e";
}
.icon-cc:before {
    content: "\e84f";
}
.icon-dribbble:before {
    content: "\e850";
}
.icon-evernote:before {
    content: "\e851";
}
.icon-flickr:before {
    content: "\e852";
}
.icon-google:before {
    content: "\e853";
}
.icon-viadeo:before {
    content: "\e854";
}
.icon-instapaper:before {
    content: "\e855";
}
.icon-weibo:before {
    content: "\e856";
}
.icon-klout:before {
    content: "\e857";
}
.icon-linkedin:before {
    content: "\e858";
}
.icon-meetup:before {
    content: "\e859";
}
.icon-vk:before {
    content: "\e85a";
}
.icon-rss:before {
    content: "\e85d";
}
.icon-skype:before {
    content: "\e85e";
}
.icon-windows2:before {
    content: "\e862";
}
.icon-aim:before {
    content: "\e831";
}
.icon-yahoo:before {
    content: "\e864";
}
.icon-chrome:before {
    content: "\e865";
}
.icon-email3:before {
    content: "\e866";
}
.icon-macstore:before {
    content: "\e867";
}
.icon-myspace:before {
    content: "\e868";
}
.icon-podcast:before {
    content: "\e869";
}
.icon-cloudapp:before {
    content: "\e86c";
}
.icon-dropbox:before {
    content: "\e86d";
}
.icon-ebay:before {
    content: "\e86e";
}
.icon-github:before {
    content: "\e870";
}
.icon-github-circled:before {
    content: "\e871";
}
.icon-googleplay:before {
    content: "\e872";
}
.icon-itunes:before {
    content: "\e873";
}
.icon-plurk:before {
    content: "\e874";
}
.icon-songkick:before {
    content: "\e875";
}
.icon-lastfm:before {
    content: "\e876";
}
.icon-gmail:before {
    content: "\e877";
}
.icon-pinboard:before {
    content: "\e878";
}
.icon-soundcloud:before {
    content: "\e87b";
}
.icon-tumblr:before {
    content: "\e87c";
}
.icon-eventasaurus:before {
    content: "\e87d";
}
.icon-wordpress:before {
    content: "\e87e";
}
.icon-yelp:before {
    content: "\e87f";
}
.icon-intensedebate:before {
    content: "\e880";
}
.icon-eventbrite:before {
    content: "\e881";
}
.icon-scribd:before {
    content: "\e882";
}
.icon-posterous:before {
    content: "\e883";
}
.icon-stripe:before {
    content: "\e884";
}
.icon-opentable:before {
    content: "\e885";
}
.icon-cart:before {
    content: "\e886";
}
.icon-print:before {
    content: "\e887";
}
.icon-dwolla:before {
    content: "\e88a";
}
.icon-appnet:before {
    content: "\e88b";
}
.icon-statusnet:before {
    content: "\e88c";
}
.icon-acrobat:before {
    content: "\e88d";
}
.icon-drupal:before {
    content: "\e88e";
}
.icon-buffer:before {
    content: "\e88f";
}
.icon-pocket:before {
    content: "\e890";
}
.icon-bitbucket:before {
    content: "\e891";
}
.icon-lego:before {
    content: "\e892";
}
.icon-login:before {
    content: "\e893";
}
.icon-stackoverflow:before {
    content: "\e894";
}
.icon-hackernews:before {
    content: "\e895";
}
.icon-xing:before {
    content: "\e863";
}
.icon-angellist:before {
    content: "\e888";
}
.icon-quora:before {
    content: "\e87a";
}
.icon-openid:before {
    content: "\e879";
}
.icon-steam:before {
    content: "\e86b";
}
.icon-amazon:before {
    content: "\e86a";
}
.icon-disqus:before {
    content: "\e85c";
}
.icon-plancast:before {
    content: "\e85b";
}
.icon-appstore:before {
    content: "\e84d";
}
.icon-gowalla:before {
    content: "\e84c";
}
.icon-pinterest:before {
    content: "\e83e";
}
.icon-fivehundredpx:before {
    content: "\e83d";
}
.icon-glass:before {
    content: "\e6bc";
}
.icon-music2:before {
    content: "\e6bd";
}
.icon-search3:before {
    content: "\e6be";
}
.icon-envelope2:before {
    content: "\e6bf";
}
.icon-heart3:before {
    content: "\e6c0";
}
.icon-star3:before {
    content: "\e6c1";
}
.icon-star-empty:before {
    content: "\e6c2";
}
.icon-user4:before {
    content: "\e6c3";
}
.icon-film:before {
    content: "\e6c4";
}
.icon-th-large:before {
    content: "\e6c5";
}
.icon-th:before {
    content: "\e6c6";
}
.icon-th-list:before {
    content: "\e6c7";
}
.icon-ok:before {
    content: "\e6c8";
}
.icon-remove:before {
    content: "\e6c9";
}
.icon-zoom-in2:before {
    content: "\e6ca";
}
.icon-zoom-out2:before {
    content: "\e6cb";
}
.icon-off:before {
    content: "\e6cc";
}
.icon-signal:before {
    content: "\e6cd";
}
.icon-cog:before {
    content: "\e6ce";
}
.icon-trash2:before {
    content: "\e6cf";
}
.icon-home2:before {
    content: "\e6d0";
}
.icon-file2:before {
    content: "\e6d1";
}
.icon-time:before {
    content: "\e6d2";
}
.icon-road:before {
    content: "\e6d3";
}
.icon-download-alt:before {
    content: "\e6d4";
}
.icon-download2:before {
    content: "\e6d5";
}
.icon-upload:before {
    content: "\e6d6";
}
.icon-inbox:before {
    content: "\e6d7";
}
.icon-play-circle:before {
    content: "\e6d8";
}
.icon-repeat:before {
    content: "\e6d9";
}
.icon-refresh2:before {
    content: "\e6da";
}
.icon-list-alt:before {
    content: "\e6db";
}
.icon-lock3:before {
    content: "\e6dc";
}
.icon-flag2:before {
    content: "\e6dd";
}
.icon-headphones:before {
    content: "\e6de";
}
.icon-volume-off:before {
    content: "\e6df";
}
.icon-volume-down:before {
    content: "\e6e0";
}
.icon-volume-up:before {
    content: "\e6e1";
}
.icon-qrcode:before {
    content: "\e6e2";
}
.icon-barcode:before {
    content: "\e6e3";
}
.icon-tag3:before {
    content: "\e6e4";
}
.icon-tags:before {
    content: "\e6e5";
}
.icon-book3:before {
    content: "\e6e6";
}
.icon-bookmark2:before {
    content: "\e6e7";
}
.icon-print2:before {
    content: "\e6e8";
}
.icon-camera3:before {
    content: "\e6e9";
}
.icon-font:before {
    content: "\e6ea";
}
.icon-bold:before {
    content: "\e6eb";
}
.icon-italic:before {
    content: "\e6ec";
}
.icon-text-height:before {
    content: "\e6ed";
}
.icon-text-width:before {
    content: "\e6ee";
}
.icon-align-left2:before {
    content: "\e6ef";
}
.icon-align-center2:before {
    content: "\e6f0";
}
.icon-align-right2:before {
    content: "\e6f1";
}
.icon-align-justify2:before {
    content: "\e6f2";
}
.icon-list2:before {
    content: "\e6f3";
}
.icon-indent-left:before {
    content: "\e6f4";
}
.icon-indent-right:before {
    content: "\e6f5";
}
.icon-facetime-video:before {
    content: "\e6f6";
}
.icon-picture:before {
    content: "\e6f7";
}
.icon-pencil2:before {
    content: "\e6f8";
}
.icon-map-marker2:before {
    content: "\e6f9";
}
.icon-adjust:before {
    content: "\e6fa";
}
.icon-tint:before {
    content: "\e6fb";
}
.icon-edit:before {
    content: "\e6fc";
}
.icon-share2:before {
    content: "\e6fd";
}
.icon-check:before {
    content: "\e6fe";
}
.icon-move:before {
    content: "\e6ff";
}
.icon-step-backward:before {
    content: "\e700";
}
.icon-fast-backward:before {
    content: "\e701";
}
.icon-backward:before {
    content: "\e702";
}
.icon-play:before {
    content: "\e703";
}
.icon-pause:before {
    content: "\e704";
}
.icon-stop:before {
    content: "\e705";
}
.icon-forward:before {
    content: "\e706";
}
.icon-fast-forward:before {
    content: "\e707";
}
.icon-step-forward:before {
    content: "\e708";
}
.icon-eject:before {
    content: "\e709";
}
.icon-chevron-left:before {
    content: "\e70a";
}
.icon-chevron-right:before {
    content: "\e70b";
}
.icon-plus-sign:before {
    content: "\e70c";
}
.icon-minus-sign:before {
    content: "\e70d";
}
.icon-remove-sign:before {
    content: "\e70e";
}
.icon-ok-sign:before {
    content: "\e70f";
}
.icon-question-sign:before {
    content: "\e710";
}
.icon-info-sign:before {
    content: "\e711";
}
.icon-screenshot:before {
    content: "\e712";
}
.icon-remove-circle:before {
    content: "\e713";
}
.icon-ok-circle:before {
    content: "\e714";
}
.icon-ban-circle:before {
    content: "\e715";
}
.icon-arrow-left2:before {
    content: "\e716";
}
.icon-arrow-right2:before {
    content: "\e717";
}
.icon-arrow-up2:before {
    content: "\e718";
}
.icon-arrow-down2:before {
    content: "\e719";
}
.icon-share-alt:before {
    content: "\e71a";
}
.icon-resize-full:before {
    content: "\e71b";
}
.icon-resize-small:before {
    content: "\e71c";
}
.icon-plus:before {
    content: "\e71d";
}
.icon-minus:before {
    content: "\e71e";
}
.icon-asterisk:before {
    content: "\e71f";
}
.icon-exclamation-sign:before {
    content: "\e720";
}
.icon-gift:before {
    content: "\e721";
}
.icon-leaf:before {
    content: "\e722";
}
.icon-fire2:before {
    content: "\e723";
}
.icon-eye-open:before {
    content: "\e724";
}
.icon-eye-close:before {
    content: "\e725";
}
.icon-warning-sign:before {
    content: "\e726";
}
.icon-plane:before {
    content: "\e727";
}
.icon-calendar3:before {
    content: "\e728";
}
.icon-random:before {
    content: "\e729";
}
.icon-comment2:before {
    content: "\e72a";
}
.icon-magnet:before {
    content: "\e72b";
}
.icon-chevron-up:before {
    content: "\e72c";
}
.icon-chevron-down:before {
    content: "\e72d";
}
.icon-retweet:before {
    content: "\e72e";
}
.icon-shopping-cart:before {
    content: "\e72f";
}
.icon-folder-close:before {
    content: "\e730";
}
.icon-folder-open:before {
    content: "\e731";
}
.icon-resize-vertical:before {
    content: "\e732";
}
.icon-resize-horizontal:before {
    content: "\e733";
}
.icon-bar-chart:before {
    content: "\e734";
}
.icon-twitter-sign:before {
    content: "\e735";
}
.icon-facebook-sign:before {
    content: "\e736";
}
.icon-camera-retro:before {
    content: "\e737";
}
.icon-key2:before {
    content: "\e738";
}
.icon-cogs:before {
    content: "\e739";
}
.icon-comments:before {
    content: "\e73a";
}
.icon-thumbs-up:before {
    content: "\e73b";
}
.icon-thumbs-down:before {
    content: "\e73c";
}
.icon-star-half:before {
    content: "\e73d";
}
.icon-heart-empty:before {
    content: "\e73e";
}
.icon-signout:before {
    content: "\e73f";
}
.icon-linkedin-sign:before {
    content: "\e740";
}
.icon-pushpin:before {
    content: "\e741";
}
.icon-external-link:before {
    content: "\e742";
}
.icon-signin:before {
    content: "\e743";
}
.icon-trophy:before {
    content: "\e744";
}
.icon-github-sign:before {
    content: "\e745";
}
.icon-upload-alt:before {
    content: "\e746";
}
.icon-lemon:before {
    content: "\e747";
}
.icon-phone3:before {
    content: "\e748";
}
.icon-check-empty:before {
    content: "\e749";
}
.icon-bookmark-empty:before {
    content: "\e74a";
}
.icon-phone-sign:before {
    content: "\e74b";
}
.icon-twitter2:before {
    content: "\e74c";
}
.icon-facebook2:before {
    content: "\e74d";
}
.icon-github2:before {
    content: "\e74e";
}
.icon-unlock:before {
    content: "\e74f";
}
.icon-credit:before {
    content: "\e750";
}
.icon-rss2:before {
    content: "\e751";
}
.icon-hdd:before {
    content: "\e752";
}
.icon-bullhorn2:before {
    content: "\e753";
}
.icon-bell:before {
    content: "\e754";
}
.icon-certificate:before {
    content: "\e755";
}
.icon-hand-right:before {
    content: "\e756";
}
.icon-hand-left:before {
    content: "\e757";
}
.icon-hand-up:before {
    content: "\e758";
}
.icon-hand-down:before {
    content: "\e759";
}
.icon-circle-arrow-left:before {
    content: "\e75a";
}
.icon-circle-arrow-right:before {
    content: "\e75b";
}
.icon-circle-arrow-up:before {
    content: "\e75c";
}
.icon-circle-arrow-down:before {
    content: "\e75d";
}
.icon-globe:before {
    content: "\e75e";
}
.icon-wrench:before {
    content: "\e75f";
}
.icon-tasks:before {
    content: "\e760";
}
.icon-filter:before {
    content: "\e761";
}
.icon-briefcase:before {
    content: "\e762";
}
.icon-fullscreen:before {
    content: "\e763";
}
.icon-group:before {
    content: "\e764";
}
.icon-link:before {
    content: "\e765";
}
.icon-cloud3:before {
    content: "\e766";
}
.icon-beaker:before {
    content: "\e767";
}
.icon-cut:before {
    content: "\e768";
}
.icon-copy:before {
    content: "\e769";
}
.icon-paper-clip:before {
    content: "\e76a";
}
.icon-save:before {
    content: "\e76b";
}
.icon-sign-blank:before {
    content: "\e76c";
}
.icon-reorder:before {
    content: "\e76d";
}
.icon-list-ul:before {
    content: "\e76e";
}
.icon-list-ol:before {
    content: "\e76f";
}
.icon-strikethrough:before {
    content: "\e770";
}
.icon-underline:before {
    content: "\e771";
}
.icon-table:before {
    content: "\e772";
}
.icon-magic:before {
    content: "\e773";
}
.icon-truck2:before {
    content: "\e774";
}
.icon-pinterest2:before {
    content: "\e775";
}
.icon-pinterest-sign:before {
    content: "\e776";
}
.icon-google-plus-sign:before {
    content: "\e777";
}
.icon-google-plus:before {
    content: "\e778";
}
.icon-money:before {
    content: "\e779";
}
.icon-caret-down:before {
    content: "\e77a";
}
.icon-caret-up:before {
    content: "\e77b";
}
.icon-caret-left:before {
    content: "\e77c";
}
.icon-caret-right:before {
    content: "\e77d";
}
.icon-columns:before {
    content: "\e77e";
}
.icon-sort:before {
    content: "\e77f";
}
.icon-sort-down:before {
    content: "\e780";
}
.icon-sort-up:before {
    content: "\e781";
}
.icon-envelope-alt:before {
    content: "\e782";
}
.icon-linkedin2:before {
    content: "\e783";
}
.icon-undo:before {
    content: "\e784";
}
.icon-legal:before {
    content: "\e785";
}
.icon-dashboard:before {
    content: "\e786";
}
.icon-comment-alt:before {
    content: "\e787";
}
.icon-comments-alt:before {
    content: "\e788";
}
.icon-bolt2:before {
    content: "\e789";
}
.icon-sitemap:before {
    content: "\e78a";
}
.icon-umbrella:before {
    content: "\e78b";
}
.icon-paste:before {
    content: "\e78c";
}
.icon-lightbulb:before {
    content: "\e78d";
}
.icon-exchange:before {
    content: "\e78e";
}
.icon-cloud-download:before {
    content: "\e78f";
}
.icon-cloud-upload:before {
    content: "\e790";
}
.icon-user-md:before {
    content: "\e791";
}
.icon-stethoscope:before {
    content: "\e792";
}
.icon-suitcase:before {
    content: "\e793";
}
.icon-bell-alt:before {
    content: "\e794";
}
.icon-coffee2:before {
    content: "\e795";
}
.icon-food2:before {
    content: "\e796";
}
.icon-file-alt:before {
    content: "\e797";
}
.icon-building:before {
    content: "\e798";
}
.icon-hospital:before {
    content: "\e799";
}
.icon-ambulance:before {
    content: "\e79a";
}
.icon-medkit:before {
    content: "\e79b";
}
.icon-fighter-jet:before {
    content: "\e79c";
}
.icon-beer:before {
    content: "\e79d";
}
.icon-h-sign:before {
    content: "\e79e";
}
.icon-plus-sign2:before {
    content: "\e79f";
}
.icon-double-angle-left:before {
    content: "\e7a0";
}
.icon-double-angle-right:before {
    content: "\e7a1";
}
.icon-double-angle-up:before {
    content: "\e7a2";
}
.icon-double-angle-down:before {
    content: "\e7a3";
}
.icon-angle-up:before {
    content: "\e7a6";
}
.icon-angle-down:before {
    content: "\e7a7";
}
.icon-desktop:before {
    content: "\e7a8";
}
.icon-laptop2:before {
    content: "\e7a9";
}
.icon-tablet2:before {
    content: "\e7aa";
}
.icon-mobile:before {
    content: "\e7ab";
}
.icon-circle-blank:before {
    content: "\e7ac";
}
.icon-quote-left:before {
    content: "\e7ad";
}
.icon-quote-right:before {
    content: "\e7ae";
}
.icon-spinner:before {
    content: "\e7af";
}
.icon-circle:before {
    content: "\e7b0";
}
.icon-reply:before {
    content: "\e7b1";
}
.icon-github-alt:before {
    content: "\e7b2";
}
.icon-folder-close-alt:before {
    content: "\e7b3";
}
.icon-folder-open-alt:before {
    content: "\e7b4";
}
.icon-expand-alt:before {
    content: "\e7b5";
}
.icon-collapse-alt:before {
    content: "\e7b6";
}
.icon-smile:before {
    content: "\e7b7";
}
.icon-frown:before {
    content: "\e7b8";
}
.icon-meh:before {
    content: "\e7b9";
}
.icon-gamepad:before {
    content: "\e7ba";
}
.icon-keyboard:before {
    content: "\e7bb";
}
.icon-flag-alt:before {
    content: "\e7bc";
}
.icon-flag-checkered:before {
    content: "\e7bd";
}
.icon-terminal:before {
    content: "\e7be";
}
.icon-code:before {
    content: "\e7bf";
}
.icon-reply-all:before {
    content: "\e7c0";
}
.icon-star-half-full:before {
    content: "\e7c1";
}
.icon-location-arrow:before {
    content: "\e7c2";
}
.icon-crop2:before {
    content: "\e7c3";
}
.icon-code-fork:before {
    content: "\e7c4";
}
.icon-unlink:before {
    content: "\e7c5";
}
.icon-question:before {
    content: "\e7c6";
}
.icon-info:before {
    content: "\e7c7";
}
.icon-exclamation:before {
    content: "\e7c8";
}
.icon-superscript:before {
    content: "\e7c9";
}
.icon-subscript:before {
    content: "\e7ca";
}
.icon-eraser:before {
    content: "\e7cb";
}
.icon-puzzle:before {
    content: "\e7cc";
}
.icon-microphone2:before {
    content: "\e7cd";
}
.icon-microphone-off2:before {
    content: "\e7ce";
}
.icon-shield:before {
    content: "\e7cf";
}
.icon-calendar-empty:before {
    content: "\e7d0";
}
.icon-fire-extinguisher:before {
    content: "\e7d1";
}
.icon-rocket:before {
    content: "\e7d2";
}
.icon-maxcdn:before {
    content: "\e7d3";
}
.icon-chevron-sign-left:before {
    content: "\e7d4";
}
.icon-chevron-sign-right:before {
    content: "\e7d5";
}
.icon-chevron-sign-up:before {
    content: "\e7d6";
}
.icon-chevron-sign-down:before {
    content: "\e7d7";
}
.icon-html52:before {
    content: "\e7d8";
}
.icon-css3:before {
    content: "\e7d9";
}
.icon-anchor:before {
    content: "\e7da";
}
.icon-unlock-alt:before {
    content: "\e7db";
}
.icon-bullseye:before {
    content: "\e7dc";
}
.icon-ellipsis-horizontal:before {
    content: "\e7dd";
}
.icon-ellipsis-vertical:before {
    content: "\e7de";
}
.icon-rss-sign:before {
    content: "\e7df";
}
.icon-play-sign:before {
    content: "\e7e0";
}
.icon-ticket:before {
    content: "\e7e1";
}
.icon-minus-sign-alt:before {
    content: "\e7e2";
}
.icon-check-minus:before {
    content: "\e7e3";
}
.icon-level-up:before {
    content: "\e7e4";
}
.icon-level-down:before {
    content: "\e7e5";
}
.icon-check-sign:before {
    content: "\e7e6";
}
.icon-edit-sign:before {
    content: "\e7e7";
}
.icon-external-link-sign:before {
    content: "\e7e8";
}
.icon-share-sign:before {
    content: "\e7e9";
}
.icon-compass:before {
    content: "\e7ea";
}
.icon-collapse:before {
    content: "\e7eb";
}
.icon-collapse-top:before {
    content: "\e7ec";
}
.icon-expand:before {
    content: "\e7ed";
}
.icon-euro:before {
    content: "\e7ee";
}
.icon-gbp:before {
    content: "\e7ef";
}
.icon-dollar:before {
    content: "\e7f0";
}
.icon-rupee:before {
    content: "\e7f1";
}
.icon-yen:before {
    content: "\e7f2";
}
.icon-renminbi:before {
    content: "\e7f3";
}
.icon-won:before {
    content: "\e7f4";
}
.icon-bitcoin2:before {
    content: "\e7f5";
}
.icon-file3:before {
    content: "\e7f6";
}
.icon-file-text:before {
    content: "\e7f7";
}
.icon-sort-by-alphabet:before {
    content: "\e7f8";
}
.icon-sort-by-alphabet-alt:before {
    content: "\e7f9";
}
.icon-sort-by-attributes:before {
    content: "\e7fa";
}
.icon-sort-by-attributes-alt:before {
    content: "\e7fb";
}
.icon-sort-by-order:before {
    content: "\e7fc";
}
.icon-sort-by-order-alt:before {
    content: "\e7fd";
}
.icon-thumbs-up2:before {
    content: "\e7fe";
}
.icon-thumbs-down2:before {
    content: "\e7ff";
}
.icon-youtube-sign:before {
    content: "\e800";
}
.icon-youtube2:before {
    content: "\e801";
}
.icon-xing2:before {
    content: "\e802";
}
.icon-xing-sign:before {
    content: "\e803";
}
.icon-youtube-play:before {
    content: "\e804";
}
.icon-dropbox2:before {
    content: "\e805";
}
.icon-stackexchange:before {
    content: "\e806";
}
.icon-instagram2:before {
    content: "\e807";
}
.icon-flickr2:before {
    content: "\e808";
}
.icon-adn:before {
    content: "\e809";
}
.icon-bitbucket2:before {
    content: "\e80a";
}
.icon-bitbucket-sign:before {
    content: "\e80b";
}
.icon-tumblr2:before {
    content: "\e80c";
}
.icon-tumblr-sign:before {
    content: "\e80d";
}
.icon-long-arrow-down:before {
    content: "\e80e";
}
.icon-long-arrow-up:before {
    content: "\e80f";
}
.icon-long-arrow-left:before {
    content: "\e810";
}
.icon-long-arrow-right:before {
    content: "\e811";
}
.icon-apple:before {
    content: "\e812";
}
.icon-windows3:before {
    content: "\e813";
}
.icon-android2:before {
    content: "\e814";
}
.icon-linux:before {
    content: "\e815";
}
.icon-dribbble2:before {
    content: "\e816";
}
.icon-skype2:before {
    content: "\e817";
}
.icon-foursquare2:before {
    content: "\e818";
}
.icon-trello:before {
    content: "\e819";
}
.icon-female:before {
    content: "\e81a";
}
.icon-male:before {
    content: "\e81b";
}
.icon-gittip:before {
    content: "\e81c";
}
.icon-sun2:before {
    content: "\e81d";
}
.icon-moon:before {
    content: "\e81e";
}
.icon-archive2:before {
    content: "\e81f";
}
.icon-bug:before {
    content: "\e820";
}
.icon-renren:before {
    content: "\e821";
}
.icon-weibo2:before {
    content: "\e822";
}
.icon-vk2:before {
    content: "\e823";
}

.icon-line-eye:before {
    content: "\e000";
}
.icon-line-paper-clip:before {
    content: "\e001";
}
.icon-line-mail:before {
    content: "\e002";
}
.icon-line-toggle:before {
    content: "\e003";
}
.icon-line-layout:before {
    content: "\e004";
}
.icon-line-link:before {
    content: "\e005";
}
.icon-line-bell:before {
    content: "\e006";
}
.icon-line-lock:before {
    content: "\e007";
}
.icon-line-unlock:before {
    content: "\e008";
}
.icon-line-ribbon:before {
    content: "\e009";
}
.icon-line-image:before {
    content: "\e010";
}
.icon-line-signal:before {
    content: "\e011";
}
.icon-line-target:before {
    content: "\e012";
}
.icon-line-clipboard:before {
    content: "\e013";
}
.icon-line-clock:before {
    content: "\e014";
}
.icon-line-watch:before {
    content: "\e015";
}
.icon-line-air-play:before {
    content: "\e016";
}
.icon-line-camera:before {
    content: "\e017";
}
.icon-line-video:before {
    content: "\e018";
}
.icon-line-disc:before {
    content: "\e019";
}
.icon-line-printer:before {
    content: "\e020";
}
.icon-line-monitor:before {
    content: "\e021";
}
.icon-line-server:before {
    content: "\e022";
}
.icon-line-cog:before {
    content: "\e023";
}
.icon-line-heart:before {
    content: "\e024";
}
.icon-line-paragraph:before {
    content: "\e025";
}
.icon-line-align-justify:before {
    content: "\e026";
}
.icon-line-align-left:before {
    content: "\e027";
}
.icon-line-align-center:before {
    content: "\e028";
}
.icon-line-align-right:before {
    content: "\e029";
}
.icon-line-book:before {
    content: "\e030";
}
.icon-line-layers:before {
    content: "\e031";
}
.icon-line-stack:before {
    content: "\e032";
}
.icon-line-stack-2:before {
    content: "\e033";
}
.icon-line-paper:before {
    content: "\e034";
}
.icon-line-paper-stack:before {
    content: "\e035";
}
.icon-line-search:before {
    content: "\e036";
}
.icon-line-zoom-in:before {
    content: "\e037";
}
.icon-line-zoom-out:before {
    content: "\e038";
}
.icon-line-reply:before {
    content: "\e039";
}
.icon-line-circle-plus:before {
    content: "\e040";
}
.icon-line-circle-minus:before {
    content: "\e041";
}
.icon-line-circle-check:before {
    content: "\e042";
}
.icon-line-circle-cross:before {
    content: "\e043";
}
.icon-line-square-plus:before {
    content: "\e044";
}
.icon-line-square-minus:before {
    content: "\e045";
}
.icon-line-square-check:before {
    content: "\e046";
}
.icon-line-square-cross:before {
    content: "\e047";
}
.icon-line-microphone:before {
    content: "\e048";
}
.icon-line-record:before {
    content: "\e049";
}
.icon-line-skip-back:before {
    content: "\e050";
}
.icon-line-rewind:before {
    content: "\e051";
}
.icon-line-play:before {
    content: "\e052";
}
.icon-line-pause:before {
    content: "\e053";
}
.icon-line-stop:before {
    content: "\e054";
}
.icon-line-fast-forward:before {
    content: "\e055";
}
.icon-line-skip-forward:before {
    content: "\e056";
}
.icon-line-shuffle:before {
    content: "\e057";
}
.icon-line-repeat:before {
    content: "\e058";
}
.icon-line-folder:before {
    content: "\e059";
}
.icon-line-umbrella:before {
    content: "\e060";
}
.icon-line-moon:before {
    content: "\e061";
}
.icon-line-thermometer:before {
    content: "\e062";
}
.icon-line-drop:before {
    content: "\e063";
}
.icon-line-sun:before {
    content: "\e064";
}
.icon-line-cloud:before {
    content: "\e065";
}
.icon-line-cloud-upload:before {
    content: "\e066";
}
.icon-line-cloud-download:before {
    content: "\e067";
}
.icon-line-upload:before {
    content: "\e068";
}
.icon-line-download:before {
    content: "\e069";
}
.icon-line-location:before {
    content: "\e070";
}
.icon-line-location-2:before {
    content: "\e071";
}
.icon-line-map:before {
    content: "\e072";
}
.icon-line-battery:before {
    content: "\e073";
}
.icon-line-head:before {
    content: "\e074";
}
.icon-line-briefcase:before {
    content: "\e075";
}
.icon-line-speech-bubble:before {
    content: "\e076";
}
.icon-line-anchor:before {
    content: "\e077";
}
.icon-line-globe:before {
    content: "\e078";
}
.icon-line-box:before {
    content: "\e079";
}
.icon-line-reload:before {
    content: "\e080";
}
.icon-line-share:before {
    content: "\e081";
}
.icon-line-marquee:before {
    content: "\e082";
}
.icon-line-marquee-plus:before {
    content: "\e083";
}
.icon-line-marquee-minus:before {
    content: "\e084";
}
.icon-line-tag:before {
    content: "\e085";
}
.icon-line-power:before {
    content: "\e086";
}
.icon-line-command:before {
    content: "\e087";
}
.icon-line-alt:before {
    content: "\e088";
}
.icon-line-esc:before {
    content: "\e089";
}
.icon-line-bar-graph:before {
    content: "\e090";
}
.icon-line-bar-graph-2:before {
    content: "\e091";
}
.icon-line-pie-graph:before {
    content: "\e092";
}
.icon-line-star:before {
    content: "\e093";
}
.icon-line-arrow-left:before {
    content: "\e094";
}
.icon-line-arrow-right:before {
    content: "\e095";
}
.icon-line-arrow-up:before {
    content: "\e096";
}
.icon-line-arrow-down:before {
    content: "\e097";
}
.icon-line-volume:before {
    content: "\e098";
}
.icon-line-mute:before {
    content: "\e099";
}
.icon-line-content-right:before {
    content: "\e100";
}
.icon-line-content-left:before {
    content: "\e101";
}
.icon-line-grid:before {
    content: "\e102";
}
.icon-line-grid-2:before {
    content: "\e103";
}
.icon-line-columns:before {
    content: "\e104";
}
.icon-line-loader:before {
    content: "\e105";
}
.icon-line-bag:before {
    content: "\e106";
}
.icon-line-ban:before {
    content: "\e107";
}
.icon-line-flag:before {
    content: "\e108";
}
.icon-line-trash:before {
    content: "\e109";
}
.icon-line-expand:before {
    content: "\e110";
}
.icon-line-contract:before {
    content: "\e111";
}
.icon-line-maximize:before {
    content: "\e112";
}
.icon-line-minimize:before {
    content: "\e113";
}
.icon-line-plus:before {
    content: "\e114";
}
.icon-line-minus:before {
    content: "\e115";
}
.icon-line-check:before {
    content: "\e116";
}
.icon-line-move:before {
    content: "\e118";
}
.icon-line-delete:before {
    content: "\e119";
}
.icon-line-menu:before {
    content: "\e120";
}
.icon-line-archive:before {
    content: "\e121";
}
.icon-line-inbox:before {
    content: "\e122";
}
.icon-line-outbox:before {
    content: "\e123";
}
.icon-line-file:before {
    content: "\e124";
}
.icon-line-file-add:before {
    content: "\e125";
}
.icon-line-file-subtract:before {
    content: "\e126";
}
.icon-line-help:before {
    content: "\e127";
}
.icon-line-open:before {
    content: "\e128";
}
.icon-line-ellipsis:before {
    content: "\e129";
}

.icon-line2-user-female:before {
    content: "\e000";
}
.icon-line2-user-follow:before {
    content: "\e002";
}
.icon-line2-user-following:before {
    content: "\e003";
}
.icon-line2-user-unfollow:before {
    content: "\e004";
}
.icon-line2-trophy:before {
    content: "\e006";
}
.icon-line2-screen-smartphone:before {
    content: "\e010";
}
.icon-line2-screen-desktop:before {
    content: "\e011";
}
.icon-line2-plane:before {
    content: "\e012";
}
.icon-line2-notebook:before {
    content: "\e013";
}
.icon-line2-moustache:before {
    content: "\e014";
}
.icon-line2-mouse:before {
    content: "\e015";
}
.icon-line2-magnet:before {
    content: "\e016";
}
.icon-line2-energy:before {
    content: "\e020";
}
.icon-line2-emoticon-smile:before {
    content: "\e021";
}
.icon-line2-disc:before {
    content: "\e022";
}
.icon-line2-cursor-move:before {
    content: "\e023";
}
.icon-line2-crop:before {
    content: "\e024";
}
.icon-line2-credit-card:before {
    content: "\e025";
}
.icon-line2-chemistry:before {
    content: "\e026";
}
.icon-line2-user:before {
    content: "\e005";
}
.icon-line2-speedometer:before {
    content: "\e007";
}
.icon-line2-social-youtube:before {
    content: "\e008";
}
.icon-line2-social-twitter:before {
    content: "\e009";
}
.icon-line2-social-tumblr:before {
    content: "\e00a";
}
.icon-line2-social-facebook:before {
    content: "\e00b";
}
.icon-line2-social-dropbox:before {
    content: "\e00c";
}
.icon-line2-social-dribbble:before {
    content: "\e00d";
}
.icon-line2-shield:before {
    content: "\e00e";
}
.icon-line2-screen-tablet:before {
    content: "\e00f";
}
.icon-line2-magic-wand:before {
    content: "\e017";
}
.icon-line2-hourglass:before {
    content: "\e018";
}
.icon-line2-graduation:before {
    content: "\e019";
}
.icon-line2-ghost:before {
    content: "\e01a";
}
.icon-line2-game-controller:before {
    content: "\e01b";
}
.icon-line2-fire:before {
    content: "\e01c";
}
.icon-line2-eyeglasses:before {
    content: "\e01d";
}
.icon-line2-envelope-open:before {
    content: "\e01e";
}
.icon-line2-envelope-letter:before {
    content: "\e01f";
}
.icon-line2-bell:before {
    content: "\e027";
}
.icon-line2-badge:before {
    content: "\e028";
}
.icon-line2-anchor:before {
    content: "\e029";
}
.icon-line2-wallet:before {
    content: "\e02a";
}
.icon-line2-vector:before {
    content: "\e02b";
}
.icon-line2-speech:before {
    content: "\e02c";
}
.icon-line2-puzzle:before {
    content: "\e02d";
}
.icon-line2-printer:before {
    content: "\e02e";
}
.icon-line2-present:before {
    content: "\e02f";
}
.icon-line2-playlist:before {
    content: "\e030";
}
.icon-line2-pin:before {
    content: "\e031";
}
.icon-line2-picture:before {
    content: "\e032";
}
.icon-line2-map:before {
    content: "\e033";
}
.icon-line2-layers:before {
    content: "\e034";
}
.icon-line2-handbag:before {
    content: "\e035";
}
.icon-line2-globe-alt:before {
    content: "\e036";
}
.icon-line2-globe:before {
    content: "\e037";
}
.icon-line2-frame:before {
    content: "\e038";
}
.icon-line2-folder-alt:before {
    content: "\e039";
}
.icon-line2-film:before {
    content: "\e03a";
}
.icon-line2-feed:before {
    content: "\e03b";
}
.icon-line2-earphones-alt:before {
    content: "\e03c";
}
.icon-line2-earphones:before {
    content: "\e03d";
}
.icon-line2-drop:before {
    content: "\e03e";
}
.icon-line2-drawer:before {
    content: "\e03f";
}
.icon-line2-docs:before {
    content: "\e040";
}
.icon-line2-directions:before {
    content: "\e041";
}
.icon-line2-direction:before {
    content: "\e042";
}
.icon-line2-diamond:before {
    content: "\e043";
}
.icon-line2-cup:before {
    content: "\e044";
}
.icon-line2-compass:before {
    content: "\e045";
}
.icon-line2-call-out:before {
    content: "\e046";
}
.icon-line2-call-in:before {
    content: "\e047";
}
.icon-line2-call-end:before {
    content: "\e048";
}
.icon-line2-calculator:before {
    content: "\e049";
}
.icon-line2-bubbles:before {
    content: "\e04a";
}
.icon-line2-briefcase:before {
    content: "\e04b";
}
.icon-line2-book-open:before {
    content: "\e04c";
}
.icon-line2-basket-loaded:before {
    content: "\e04d";
}
.icon-line2-basket:before {
    content: "\e04e";
}
.icon-line2-bag:before {
    content: "\e04f";
}
.icon-line2-action-undo:before {
    content: "\e050";
}
.icon-line2-action-redo:before {
    content: "\e051";
}
.icon-line2-wrench:before {
    content: "\e052";
}
.icon-line2-umbrella:before {
    content: "\e053";
}
.icon-line2-trash:before {
    content: "\e054";
}
.icon-line2-tag:before {
    content: "\e055";
}
.icon-line2-support:before {
    content: "\e056";
}
.icon-line2-size-fullscreen:before {
    content: "\e057";
}
.icon-line2-size-actual:before {
    content: "\e058";
}
.icon-line2-shuffle:before {
    content: "\e059";
}
.icon-line2-share-alt:before {
    content: "\e05a";
}
.icon-line2-share:before {
    content: "\e05b";
}
.icon-line2-rocket:before {
    content: "\e05c";
}
.icon-line2-question:before {
    content: "\e05d";
}
.icon-line2-pie-chart:before {
    content: "\e05e";
}
.icon-line2-pencil:before {
    content: "\e05f";
}
.icon-line2-note:before {
    content: "\e060";
}
.icon-line2-music-tone-alt:before {
    content: "\e061";
}
.icon-line2-music-tone:before {
    content: "\e062";
}
.icon-line2-microphone:before {
    content: "\e063";
}
.icon-line2-loop:before {
    content: "\e064";
}
.icon-line2-logout:before {
    content: "\e065";
}
.icon-line2-login:before {
    content: "\e066";
}
.icon-line2-list:before {
    content: "\e067";
}
.icon-line2-like:before {
    content: "\e068";
}
.icon-line2-home:before {
    content: "\e069";
}
.icon-line2-grid:before {
    content: "\e06a";
}
.icon-line2-graph:before {
    content: "\e06b";
}
.icon-line2-equalizer:before {
    content: "\e06c";
}
.icon-line2-dislike:before {
    content: "\e06d";
}
.icon-line2-cursor:before {
    content: "\e06e";
}
.icon-line2-control-start:before {
    content: "\e06f";
}
.icon-line2-control-rewind:before {
    content: "\e070";
}
.icon-line2-control-play:before {
    content: "\e071";
}
.icon-line2-control-pause:before {
    content: "\e072";
}
.icon-line2-control-forward:before {
    content: "\e073";
}
.icon-line2-control-end:before {
    content: "\e074";
}
.icon-line2-calendar:before {
    content: "\e075";
}
.icon-line2-bulb:before {
    content: "\e076";
}
.icon-line2-bar-chart:before {
    content: "\e077";
}
.icon-line2-arrow-up:before {
    content: "\e078";
}
.icon-line2-arrow-right:before {
    content: "\e079";
}
.icon-line2-arrow-left:before {
    content: "\e07a";
}
.icon-line2-arrow-down:before {
    content: "\e07b";
}
.icon-line2-ban:before {
    content: "\e07c";
}
.icon-line2-bubble:before {
    content: "\e07d";
}
.icon-line2-camcorder:before {
    content: "\e07e";
}
.icon-line2-camera:before {
    content: "\e07f";
}
.icon-line2-check:before {
    content: "\e080";
}
.icon-line2-clock:before {
    content: "\e081";
}
.icon-line2-close:before {
    content: "\e082";
}
.icon-line2-cloud-download:before {
    content: "\e083";
}
.icon-line2-cloud-upload:before {
    content: "\e084";
}
.icon-line2-doc:before {
    content: "\e085";
}
.icon-line2-envelope:before {
    content: "\e086";
}
.icon-line2-eye:before {
    content: "\e087";
}
.icon-line2-flag:before {
    content: "\e088";
}
.icon-line2-folder:before {
    content: "\e089";
}
.icon-line2-heart:before {
    content: "\e08a";
}
.icon-line2-info:before {
    content: "\e08b";
}
.icon-line2-key:before {
    content: "\e08c";
}
.icon-line2-link:before {
    content: "\e08d";
}
.icon-line2-lock:before {
    content: "\e08e";
}
.icon-line2-lock-open:before {
    content: "\e08f";
}
.icon-line2-magnifier:before {
    content: "\e090";
}
.icon-line2-magnifier-add:before {
    content: "\e091";
}
.icon-line2-magnifier-remove:before {
    content: "\e092";
}
.icon-line2-paper-clip:before {
    content: "\e093";
}
.icon-line2-paper-plane:before {
    content: "\e094";
}
.icon-line2-plus:before {
    content: "\e095";
}
.icon-line2-pointer:before {
    content: "\e096";
}
.icon-line2-power:before {
    content: "\e097";
}
.icon-line2-refresh:before {
    content: "\e098";
}
.icon-line2-reload:before {
    content: "\e099";
}
.icon-line2-settings:before {
    content: "\e09a";
}
.icon-line2-star:before {
    content: "\e09b";
}
.icon-line2-symbol-female:before {
    content: "\e09c";
}
.icon-line2-symbol-male:before {
    content: "\e09d";
}
.icon-line2-target:before {
    content: "\e09e";
}
.icon-line2-volume-1:before {
    content: "\e09f";
}
.icon-line2-volume-2:before {
    content: "\e0a0";
}
.icon-line2-volume-off:before {
    content: "\e0a1";
}
.icon-line2-users:before {
    content: "\e001";
}
table {
    background-color: transparent;
}
caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777777;
    text-align: left;
}
th {
    text-align: left;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
    border-top: 0;
}
.table > tbody + tbody {
    border-top: 2px solid #dddddd;
}
.table .table {
    background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 5px;
}
.table-bordered {
    border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
    border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}
table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
    background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
    background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
    background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}
.table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
}
@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #dddddd;
    }
    .table-responsive > .table {
        margin-bottom: 0;
    }
    .table-responsive > .table > thead > tr > th,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap;
    }
    .table-responsive > .table-bordered {
        border: 0;
    }
    .table-responsive > .table-bordered > thead > tr > th:first-child,
    .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .table-responsive > .table-bordered > thead > tr > td:first-child,
    .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }
    .table-responsive > .table-bordered > thead > tr > th:last-child,
    .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .table-responsive > .table-bordered > thead > tr > td:last-child,
    .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }
    .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .table-responsive > .table-bordered > tfoot > tr:last-child > th,
    .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0;
    }
}*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
    clear: both;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}
.hide {
    display: none !important;
}
.show {
    display: block !important;
}
.invisible {
    visibility: hidden;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.hidden {
    display: none !important;
}
.affix {
    position: fixed;
}

.uppercase { text-transform: uppercase !important; }

.lowercase { text-transform: lowercase !important; }

.capitalize { text-transform: capitalize !important; }

.nott { text-transform: none !important; }

.tright { text-align: right !important; }

.tleft { text-align: left !important; }

.fright { float: right !important; }

.fleft { float: left !important; }

.fnone { float: none !important; }

.ohidden {
    position: relative;
    overflow: hidden !important;
}

#wrapper {
    position: relative;
    float: none;
    width: 1220px;
    margin: 0 auto;
    background-color: #FFF;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

div.alignright, img.alignright {
    float: right;
    margin: 5px 0 13px 20px;
}

div.alignleft, img.alignleft {
    float: left;
    margin: 5px 20px 13px 0;
    max-width: 100%;
}

.line,
.double-line {
    clear: both;
    position: relative;
    width: 100%;
    margin: 60px 0;
    border-top: 1px solid #EEE;
}

.line.line-sm { margin: 30px 0; }

span.middot {
    display: inline-block;
    margin: 0 5px;
}

.double-line { border-top: 3px double #E5E5E5; }

.emptydiv {
    display: block !important;
    position: relative !important;
}

.allmargin { margin: 50px !important; }

.leftmargin { margin-left: 50px !important; }

.rightmargin { margin-right: 50px !important; }

.topmargin { margin-top: 50px !important; }

.bottommargin { margin-bottom: 50px !important; }

.clear-bottommargin { margin-bottom: -50px !important; }

.allmargin-sm { margin: 30px !important; }

.leftmargin-sm { margin-left: 30px !important; }

.rightmargin-sm { margin-right: 30px !important; }

.topmargin-sm { margin-top: 30px !important; }

.bottommargin-sm { margin-bottom: 30px !important; }

.clear-bottommargin-sm { margin-bottom: -30px !important; }

.allmargin-lg { margin: 80px !important; }

.leftmargin-lg { margin-left: 80px !important; }

.rightmargin-lg { margin-right: 80px !important; }

.topmargin-lg { margin-top: 80px !important; }

.bottommargin-lg { margin-bottom: 80px !important; }

.clear-bottommargin-lg { margin-bottom: -80px !important; }

.nomargin {margin: 0 !important; }

.noleftmargin { margin-left: 0 !important; }

.norightmargin { margin-right: 0 !important; }

.notopmargin { margin-top: 0 !important; }

.nobottommargin { margin-bottom: 0 !important; }

/*.header-stick { margin-top: -50px !important; }

.content-wrap .header-stick { margin-top: -80px !important; }

.footer-stick { margin-bottom: -50px !important; }

.content-wrap .footer-stick { margin-bottom: -80px !important; }*/

.noborder { border: none !important; }

.noleftborder { border-left: none !important; }

.norightborder { border-right: none !important; }

.notopborder { border-top: none !important; }

.nobottomborder { border-bottom: none !important; }

.noradius { -webkit-border-radius: 0 !important; -moz-border-radius: 0 !important; -ms-border-radius: 0 !important; -o-border-radius: 0 !important; border-radius: 0 !important; }

.col-padding { padding: 60px; }

.nopadding { padding: 0 !important; }

.noleftpadding { padding-left: 0 !important; }

.norightpadding { padding-right: 0 !important; }

.notoppadding { padding-top: 0 !important; }

.nobottompadding { padding-bottom: 0 !important; }

.noabsolute { position: relative !important; }

.noshadow { box-shadow: none !important; }

.hidden { display: none !important; }

.nothidden { display: block !important; }

.inline-block {
    float: none !important;
    display: inline-block !important;
}

.center {text-align: center !important;}

.divcenter {
    position: relative !important;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.nobg { background: none !important; }

.nobgcolor { background-color: transparent !important; }

.t300 { font-weight: 300 !important; }

.t400 { font-weight: 400 !important; }

.t500 { font-weight: 500 !important; }

.t600 { font-weight: 600 !important; }

.t700 { font-weight: 700 !important; }

.ls0 { letter-spacing: 0px !important; }

.ls1 { letter-spacing: 1px !important; }

.ls2 { letter-spacing: 2px !important; }

.ls3 { letter-spacing: 3px !important; }

.ls4 { letter-spacing: 4px !important; }

.ls5 { letter-spacing: 5px !important; }

.noheight { height: 0 !important; }

.nolineheight { line-height: 0 !important; }

.bgicon {
    display: block;
    position: absolute;
    bottom: -60px;
    right: -50px;
    font-size: 210px;
    color: rgba(0,0,0,0.1);
}

.image-fade {width: 100%;}
.image-fade:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -moz-transition: all 0.9s ease;
    -webkit-transition: all 0.9s ease;
}

.imagescale {
    display: block;
    overflow: hidden;
}

.imagescale img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.imagescale:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.grayscale {
    filter: brightness(80%) grayscale(1) contrast(90%);
    -webkit-filter: brightness(80%) grayscale(1) contrast(90%);
    -moz-filter: brightness(80%) grayscale(1) contrast(90%);
    -o-filter: brightness(80%) grayscale(1) contrast(90%);
    -ms-filter: brightness(80%) grayscale(1) contrast(90%);
    transition: 1s filter ease;
    -webkit-transition: 1s -webkit-filter ease;
    -moz-transition: 1s -moz-filter ease;
    -ms-transition: 1s -ms-filter ease;
    -o-transition: 1s -o-filter ease;
}

.grayscale:hover {
    filter: brightness(100%) grayscale(0);
    -webkit-filter: brightness(100%) grayscale(0);
    -moz-filter: brightness(100%) grayscale(0);
    -o-filter: brightness(100%) grayscale(0);
    -ms-filter: brightness(100%) grayscale(0);
}

/* MOVING BG -  TESTIMONIALS */
.bganimate {
    -webkit-animation:BgAnimated 30s infinite linear;
    -moz-animation:BgAnimated 30s infinite linear;
    -ms-animation:BgAnimated 30s infinite linear;
    -o-animation:BgAnimated 30s infinite linear;
    animation:BgAnimated 30s infinite linear;
}
@-webkit-keyframes BgAnimated {
    from  {background-position:0 0;}
    to    {background-position:0 400px;}
}
@-moz-keyframes BgAnimated {
    from  {background-position:0 0;}
    to    {background-position:0 400px;}
}
@-ms-keyframes BgAnimated {
    from  {background-position:0 0;}
    to    {background-position:0 400px;}
}
@-o-keyframes BgAnimated {
    from  {background-position:0 0;}
    to    {background-position:0 400px;}
}
@keyframes BgAnimated {
    from  {background-position:0 0;}
    to    {background-position:0 400px;}
}


.input-block-level {
    display: block;
    width: 100% !important;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.vertical-middle {
    height: auto !important;
    left: 0;
}

.magnific-max-width .mfp-content { max-width: 800px; }

.nobg { background: none !important; }
.nobgcolor { background-color: transparent !important; }

.clear {
    clear: both;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}

.clearfix:after { clear: both; }
.clearfix { margin: 0 }
.clear-left { clear: left; }
.clear-right { clear: right; }
.clear, .clear-left, .clear-right {
    display: table;
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
    background: transparent;
}

.fluid-width-video-wrapper { width: 100%; position: relative; padding: 0; } .fluid-width-video-wrapper iframe, .fluid-width-video-wrapper object, .fluid-width-video-wrapper embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/* ----------------------------------------------------------------
Preloaders
-----------------------------------------------------------------*/

.preloader,
.preloader2,
.form-process {
    display: block;
    width: 100%;
    height: 100%;
    background: url("../../frontend/Pearl/weltpixel_custom/en_US/WeltPixel_DesignElements/images/preloader.gif") center center no-repeat #FFF;
}

.preloader2 { background-color: transparent; }

.form-process {
    display: none;
    position: absolute;
    z-index: 3;
    background-color: rgba(255,255,255,0.7);
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

/* Video Overlay
-----------------------------------------------------------------*/

.video-wrap {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.video-wrap video {
    position: relative;
    z-index: 1;
    width: 100%;
}

.video-overlay,
.video-placeholder {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 5;
    background: transparent url('../../frontend/Pearl/weltpixel_custom/en_US/WeltPixel_DesignElements/images/grid.png') repeat;
    -webkit-backface-visibility: hidden;
}

.video-placeholder {
    z-index: 4;
    background-repeat: no-repeat !important;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
}
.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
    padding-bottom: 75%;
}


@media (max-width: 991px) {
    .vertical-middle + .video-wrap {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }
}

/*-----------------------------------------------------------------------------------

        Shortcodes: tabs.css

-----------------------------------------------------------------------------------*/



/* ----------------------------------------------------------------
        Tabs
-----------------------------------------------------------------*/


.tabs {
    position: relative;
    margin: 0 0 30px 0;
}

ul.tab-nav:not(.tab-nav-lg) {
    margin: 0;
    border-bottom: 1px solid #DDD;
    list-style: none;
    padding-left: 0px;
}

ul.tab-nav:not(.tab-nav-lg) li {
    float: left;
    border: 1px solid #DDD;
    border-bottom: 0;
    border-left: 0;
    height: 41px;
    text-align: center;
    margin-bottom: 0px;
}

ul.tab-nav:not(.tab-nav-lg) li:first-child {
    margin-left: 15px;
    border-left: 1px solid #DDD;
}

ul.tab-nav:not(.tab-nav-lg) li a {
    display: block;
    padding: 0 15px;
    color: #444;
    height: 40px;
    line-height: 40px;
    background-color: #F2F2F2;
    font-size: 14px;
    font-weight: bold;
}

ul.tab-nav:not(.tab-nav-lg) li.ui-tabs-active a {
    position: relative;
    top: 1px;
    background-color: #FFF;
}


/* Tabs - Alternate Nav
-----------------------------------------------------------------*/

.tabs.tabs-alt ul.tab-nav li { border-color: transparent; }

.tabs.tabs-alt ul.tab-nav li:first-child { border-left: 0; }

.tabs.tabs-alt ul.tab-nav li a { background-color: #FFF; }

.tabs.tabs-alt ul.tab-nav li.ui-tabs-active a {
    border: 1px solid #DDD;
    border-bottom: 0;
}


/* Tabs - Top Border
-----------------------------------------------------------------*/

.tabs.tabs-tb ul.tab-nav li.ui-tabs-active a {
    top: -1px;
    height: 43px;
    line-height: 38px;
    border-top: 2px solid #1ABC9C;
}

.tabs.tabs-alt.tabs-tb ul.tab-nav li.ui-tabs-active a { height: 42px; }


/* Tabs - Bottom Border
-----------------------------------------------------------------*/

.tabs.tabs-bb ul.tab-nav li {
    border: 0;
    margin: 0;
}

.tabs.tabs-bb ul.tab-nav li a {
    background-color: transparent;
    border-bottom: 2px solid transparent;
}

.tabs.tabs-bb ul.tab-nav li.ui-tabs-active a {
    border-bottom: 2px solid #1ABC9C;
    top: -2px;
    height: 44px;
    line-height: 44px;
}


/* Tabs - Navigation Style 2
-----------------------------------------------------------------*/


ul.tab-nav.tab-nav2 {
    border-bottom: 0;
}

ul.tab-nav.tab-nav2 li {
    border: 0;
    margin-left: 10px;
}

ul.tab-nav.tab-nav2 li:first-child {
    margin-left: 0;
    border-left: 0;
}

ul.tab-nav.tab-nav2 li a {
    background-color: #F5F5F5;
    border-radius: 2px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

ul.tab-nav.tab-nav2 li.ui-state-active a {
    top: 0;
    background-color: #1ABC9C;
    color: #FFF;
}


/* Tabs - Large Navigation
-----------------------------------------------------------------*/


ul.tab-nav-lg {
    margin-bottom: 20px;
    list-style: none;
}

ul.tab-nav-lg li {
    float: left;
    position: relative;
    text-align: center;
    padding: 15px;
}

ul.tab-nav-lg li a {
    display: inline-block;
    color: #444;
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
}

ul.tab-nav.tab-nav-lg li i {
    display: block;
    font-size: 28px;
    margin: 0 0 7px;
}

ul.tab-nav-lg li.ui-tabs-active a {
    color: #1ABC9C;
}



ul.tab-nav-lg.tab-nav-section li.ui-tabs-active:before,
ul.tab-nav-lg.tab-nav-section li.ui-tabs-active:after {
    content: '';
    position: absolute;
    z-index: 2;
    top: auto;
    bottom: -50px;
    border: solid transparent;
}

ul.tab-nav-lg.tab-nav-section li.ui-tabs-active:after {
    border-top-color: #FFF;
    border-width: 16px;
    left: 50%;
    margin-left: -16px;
}

ul.tab-nav-lg.tab-nav-section li.ui-tabs-active:before {
    border-top-color: #FFF;
    border-width: 16px;
    left: 50%;
    margin-left: -16px;
}


/* Tabs - Content Area
-----------------------------------------------------------------*/

.tab-container {
    position: relative;
    padding: 20px 0 0;
}

ul.tab-nav li a i {
    position: relative;
    top: 1px;
    font-size: 14px;
    margin-right: 3px;
}

/* Tabs - Bordered
-----------------------------------------------------------------*/

.tabs-bordered ul.tab-nav li:first-child { margin-left: 0; }

.tabs-bordered .tab-container {
    border: 1px solid #DDD;
    border-top: 0;
    padding: 20px;
}


/* Tabs - Side Tabs
-----------------------------------------------------------------*/

.side-tabs ul.tab-nav {
    float: left;
    width: 200px;
    padding: 20px 0;
    border-bottom: 0;
    border-right: 1px solid #DDD;
}

.side-tabs ul.tab-nav li {
    float: none;
    border: 1px solid #DDD;
    border-right: 0;
    border-top: 0;
    height: auto;
    text-align: left;
}

.side-tabs ul.tab-nav li:first-child {
    margin-left: 0;
    border-top: 1px solid #DDD;
    border-left: 1px solid #DDD;
}

.side-tabs ul.tab-nav li a {
    height: auto;
    line-height: 44px;
}

.side-tabs ul.tab-nav li.ui-tabs-active a {
    top: 0;
    right: -1px;
}

.side-tabs .tab-container {
    overflow: hidden;
    padding: 15px 0 0 20px;
}

.ui-tabs .ui-tabs-hide {
    position: absolute !important;
    left: -10000px !important;
    display:block !important;
}


/* Tabs - Side Tabs & Nav Style 2
-----------------------------------------------------------------*/

.side-tabs ul.tab-nav.tab-nav2 { border: 0; }

.side-tabs ul.tab-nav.tab-nav2 li {
    border: 0;
    margin: 6px 0 0;
}

.side-tabs ul.tab-nav.tab-nav2 li:first-child { margin-top: 0; }

.side-tabs ul.tab-nav.tab-nav2 li a { box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1); }

.side-tabs ul.tab-nav.tab-nav2 li.ui-state-active a { right: 0; }


/* Tabs - Side Tabs & Bordered
-----------------------------------------------------------------*/

.tabs-bordered.side-tabs ul.tab-nav {
    position: relative;
    padding: 0;
    z-index: 2;
    margin-right: -1px;
}

.tabs-bordered.side-tabs ul.tab-nav li a {
    height: auto;
    line-height: 44px;
}

.tabs-bordered.side-tabs ul.tab-nav li.ui-tabs-active a {
    right: -1px;
    border-right: 1px solid #FFF;
}

.tabs-bordered.side-tabs .tab-container {
    overflow: hidden;
    padding: 20px;
    border-top: 1px solid #DDD;
}


/* ----------------------------------------------------------------
        Side Navigation
-----------------------------------------------------------------*/


.sidenav {
    width: 100%;
    padding: 0;
    background-color: #FFF;
    list-style-type: none !important;
    border-radius: 4px;
}

.sidenav > li > a {
    display: block;
    margin: 0 0 -1px;
    padding: 11px 14px;
    font-size: 14px;
    border: 1px solid #E5E5E5;
    border-right-width: 2px;
    color: #666;
}

.sidenav > li:first-child > a { border-radius: 4px 4px 0 0; }

.sidenav > li:last-child > a {
    border-radius: 0 0 4px 4px;
    border-bottom-width: 2px;
}

.sidenav > .ui-tabs-active > a,
.sidenav > .ui-tabs-active > a:hover {
    position: relative;
    z-index: 2;
    border-color: rgba(0,0,0,0.1) !important;
    color: #FFF !important;
    font-weight: 600;
    background-color: #1ABC9C !important;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

.sidenav li i {
    position: relative;
    top: 1px;
    margin-right: 6px;
    font-size: 14px;
    text-align: center;
    width: 16px;
}

/* Chevrons */
.sidenav .icon-chevron-right {
    float: right;
    margin-top: 2px;
    margin-right: -6px;
    opacity: .4;
    font-size: 12px !important;
}

.sidenav > li > a:hover {
    background-color: #F5F5F5;
    color: #222;
}

.sidenav a:hover .icon-chevron-right { opacity: .5; }

.sidenav .ui-tabs-active .icon-chevron-right,
.sidenav .ui-tabs-active a:hover .icon-chevron-right { opacity: 1; }
/*-----------------------------------------------------------------------------------

    Shortcodes: toggles-accordions.less

-----------------------------------------------------------------------------------*/
a:active, a:hover {
    outline: 0;
    color: #444;
    text-decoration: none;
}

/* ----------------------------------------------------------------
        Toggle
-----------------------------------------------------------------*/


.toggle:not(.field-tooltip) {
    display: block;
    position: relative;
    margin: 0 0 20px 0;
}

.toggle .togglet,
.toggle .toggleta {
    display: block;
    position: relative;
    line-height: 24px;
    padding: 0 0 0 24px;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #444;
    cursor: pointer;
}

.toggle .togglet i {
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
}

.toggle .toggleta { font-weight: bold; }

.toggle .togglet i.toggle-open,
.toggle .toggleta i.toggle-closed { display: none; }

.toggle .toggleta i.toggle-open { display: block; }

.toggle .togglec {
    display: block;
    position: relative;
    padding: 10px 0 0 24px;
}


/* Toggle - with Title Background
-----------------------------------------------------------------*/

.toggle.toggle-bg .togglet,
.toggle.toggle-bg .toggleta {
    background-color: #EEE;
    line-height: 44px;
    padding: 0 0 0 36px;
    border-radius: 2px;
}

.toggle.toggle-bg .togglet i {
    left: 14px;
    line-height: 44px;
}

.toggle.toggle-bg .togglec { padding: 12px 0 0 36px; }


/* Toggle - Bordered
-----------------------------------------------------------------*/

.toggle.toggle-border {
    border: 1px solid #CCC;
    border-radius: 4px;
}

.toggle.toggle-border .togglet,
.toggle.toggle-border .toggleta {
    line-height: 44px;
    padding: 0 15px 0 36px;
}

.toggle.toggle-border .togglet i {
    left: 14px;
    line-height: 44px;
}

.toggle.toggle-border .togglec { padding: 0 15px 15px 36px; }


/* ----------------------------------------------------------------
        Accordions
-----------------------------------------------------------------*/

.accordion { margin-bottom: 20px; }

.acctitle {
    display: block;
    position: relative;
    line-height: 24px;
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    color: #444;
    cursor: pointer;
    border-top: 1px dotted #DDD;
    padding: 10px 0 10px 20px;
}

.acctitlec { cursor: auto; }

.acctitle:first-child { border-top: none; }

.acctitle i {
    position: absolute;
    top: 0;
    left: 0;
    width: 14px;
    text-align: center;
    font-size: 14px;
    line-height: 44px;
}

.acctitle i.acc-open,
.acctitlec i.acc-closed { display: none; }

.acctitlec i.acc-open { display: block; }

.acc_content {
    position: relative;
    padding: 0 0 15px 20px;
}


/* Accordion - with Title Background
-----------------------------------------------------------------*/

.accordion.accordion-bg .acctitle,
.accordion.accordion-bg .acctitlec {
    background-color: #EEE;
    line-height: 44px;
    padding: 0 0 0 36px;
    margin-bottom: 5px;
    border-top: 0;
}

.accordion.accordion-bg .acctitle i {
    left: 14px;
    line-height: 44px;
}

.accordion.accordion-bg .acc_content { padding: 10px 0 15px 36px; }


/* Accordion - Bordered
-----------------------------------------------------------------*/

.accordion.accordion-border {
    border: 1px solid #DDD;
    border-radius: 4px;
}

.accordion.accordion-border .acctitle,
.accordion.accordion-border .acctitlec {
    border-color: #CCC;
    line-height: 44px;
    padding: 0 15px 0 36px;
}

.accordion.accordion-border .acctitle i {
    left: 14px;
    line-height: 44px;
}

.accordion.accordion-border .acc_content { padding: 0 15px 15px 36px; }


/* Accordion - Large
-----------------------------------------------------------------*/

.accordion.accordion-lg .acctitle {
    font-size: 23px;
    line-height: 44px;
    padding-left: 30px;
    font-weight: 400;
}

.accordion.accordion-lg .acctitle i {
    width: 20px;
    font-size: 20px;
    line-height: 64px;
}

.accordion.accordion-lg .acc_content { padding: 10px 0 30px 30px; }

/* Accordion - bootstrap / panels
-----------------------------------------------------------------*/
.panel-accordion .panel-default {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.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 > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-accordion .panel-default,
.panel-default{
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  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: #ffffff;
}
.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;
}
/*-----------------------------------------------------------------------------------

    Shortcodes: pricing.css

-----------------------------------------------------------------------------------*/


/* ----------------------------------------------------------------
        Pricing Boxes
-----------------------------------------------------------------*/

.pricing { position: relative; }

.pricing [class^=col-] {
    padding: 0;
    margin-top: 20px;
}


/* Pricing Boxes
-----------------------------------------------------------------*/

.pricing-box {
    position: relative;
    border: 1px solid rgba(0,0,0,0.075);
    border-radius: 3px;
    text-align: center;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    background-color: #F5F5F5;
}


/* Pricing Boxes - Title
-----------------------------------------------------------------*/

.pricing-title {
    padding: 15px 0;
    background-color: #F9F9F9;
    border-radius: 3px 3px 0 0;
    text-shadow: 1px 1px 1px #FFF;
    border-bottom: 1px solid rgba(0,0,0,0.05);
}

.pricing-title h3 {
    margin: 0;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: bold;
    text-transform: uppercase;
    color: #555;
}

.pricing-title span {
    display: block;
    color: #999;
    font-weight: 300;
    font-size: 14px;
    margin-top: 3px;
    text-transform: uppercase;
}


/* Pricing Boxes - Price
-----------------------------------------------------------------*/

.pricing-price {
    position: relative;
    padding: 25px 0;
    color: #333;
    font-weight: 300;
    font-size: 64px;
    line-height: 1;
}

.pricing-price:after {
    content: '';
    position: absolute;
    width: 100px;
    border-top: 1px solid rgba(0,0,0,0.1);
    top: auto;
    bottom: 0;
    left: 50%;
    margin-left: -50px;
}

.pricing-price span {
    display: inline-block;
    vertical-align: top;
    margin: 7px 3px 0 0;
    font-size: 28px;
    font-weight: normal;
}

.pricing-price span.price-tenure {
    vertical-align: baseline;
    font-size: 16px;
    font-weight: normal;
    color: #999;
    margin: 0 0 0 3px;
}


/* Pricing Boxes - Features
-----------------------------------------------------------------*/

.pricing-features { border-bottom: 1px solid rgba(0,0,0,0.075); }

.pricing-features ul {
    margin: 0;
    padding: 15px 0;
    list-style: none;
}

.pricing-features li {
    padding: 6px 0;
    font-size: 14px;
}


/* Pricing Boxes - Action
-----------------------------------------------------------------*/

.pricing-action { padding: 15px 30px; }


/* Pricing Boxes - Best Price
-----------------------------------------------------------------*/

.pricing-box.best-price {
    background-color: #FFF;
    box-shadow: 0 0 8px rgba(0,0,0,0.1);
    z-index: 1;
}

.pricing-box.best-price { margin: -20px -1px 0 -1px; }

.pricing-box.best-price .pricing-title {
    background-color: #FFF;
    padding: 20px 0;
}

.pricing-box.best-price .pricing-title h3 { font-size: 22px; }

.pricing-box.best-price .pricing-price {
    color: #1ABC9C;
    font-size: 72px;
}


/* Pricing Boxes - Minimal
-----------------------------------------------------------------*/

.pricing-box.pricing-minimal .pricing-price {
    background-color: #FFF;
    border-bottom: 1px solid rgba(0,0,0,0.075);
}

.pricing-box.pricing-minimal .pricing-price:after { display: none; }


/* Pricing Boxes - 5 Columns
-----------------------------------------------------------------*/

.pricing.pricing-5 .pricing-box {
    float: left;
    width: 20%;
    margin-top: 20px;
}

.pricing.pricing-5 .pricing-box.best-price { margin-top: 0; }

.pricing.pricing-5 .pricing-box:nth-child(5) { margin-left: -1px; }

.pricing.pricing-5 .pricing-title h3 { font-size: 18px; }

.pricing.pricing-5 .best-price .pricing-title h3 { font-size: 20px; }


/* Pricing Boxes - Extended
-----------------------------------------------------------------*/

.pricing-box.pricing-extended {
    background-color: #FFF;
    text-align: left;
}

.pricing-box.pricing-extended .pricing-desc {
    float: left;
    width: 75%;
    padding: 25px;
}

.pricing-box.pricing-extended .pricing-title {
    background-color: transparent;
    padding-top: 0;
    text-align: left;
}

.pricing-box.pricing-extended .pricing-features { border: 0; }

.pricing-box.pricing-extended .pricing-features ul { padding: 15px 0 0 0; }

.pricing-box.pricing-extended .pricing-features li {
    padding: 6px 0;
    font-size: 15px;
    width: 50%;
    float: left;
}

.pricing-box.pricing-extended .pricing-features ul li i {
    position: relative;
    top: 1px;
    width: 16px;
    margin-right: 2px;
}

.pricing-box.pricing-extended .pricing-action-area {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    width: 25%;
    height: 100%;
    border-left: 1px solid rgba(0,0,0,0.05);
    background-color: #F9F9F9;
    padding: 30px;
    border-radius: 0 3px 3px 0;
    text-align: center;
}

.pricing-box.pricing-extended .pricing-action-area .pricing-price,
.pricing-box.pricing-extended .pricing-action-area .pricing-action { padding: 0; }

.pricing-box.pricing-extended .pricing-action-area .pricing-price { padding-bottom: 20px; }

.pricing-box.pricing-extended .pricing-action-area .pricing-price:after { display: none; }

.pricing-box.pricing-extended .pricing-action-area .pricing-price span.price-tenure {
    display: block;
    margin: 10px 0 0 0;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 14px;
}

.pricing-box.pricing-extended .pricing-meta {
    color: #999;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.table-comparison,
.table-comparison th { text-align: center; }

.table-comparison th:first-child,
.table-comparison td:first-child {
    text-align: left;
    font-weight: bold;
}
.table-responsive .table-comparison .cell.label, .table-comparison td:last-child {border-right: none;}

@media (max-width: 991px) {
    .pricing [class^=col-md-] .pricing-box.best-price { margin-top: 0; }

    .pricing.pricing-5 .pricing-box.best-price { margin-top: 20px; }

    .device-sm .pricing.pricing-5 .pricing-title h3,
    .device-sm .pricing.pricing-5 .best-price .pricing-title h3 { font-size: 14px; }

    .device-sm .pricing.pricing-5 .pricing-title span { font-size: 12px; }

    .device-sm .pricing.pricing-5 .pricing-price { font-size: 48px; }

    .device-sm .pricing.pricing-5 .pricing-price span { font-size: 20px; }

    .device-sm .pricing.pricing-5 .pricing-price span.price-tenure { font-size: 12px; }

    .device-sm .pricing.pricing-5 .pricing-box.best-price .pricing-title { padding: 15px 0; }

    .pricing-box.pricing-extended .pricing-desc,
    .pricing-box.pricing-extended .pricing-action-area {
        position: relative;
        float: none;
        width: auto;
        padding: 25px;
    }

    .pricing-box.pricing-extended .pricing-action-area {
        height: auto;
        border-left: 0;
        border-top: 1px solid rgba(0,0,0,0.05);
        border-radius: 0 0 3px 3px;
    }
}

@media (max-width: 767px) {
    .pricing-box.best-price { margin-top: 0; }

    .pricing.pricing-5 .pricing-box {
        float: none;
        width: 100%;
    }

    .pricing-box.pricing-extended .pricing-features li {
        width: auto;
        float: none;
    }
}
/*-----------------------------------------------------------------------------------

    Shortcodes: headings.css

-----------------------------------------------------------------------------------*/


/* ----------------------------------------------------------------
        Heading Styles
-----------------------------------------------------------------*/


/* Block Titles
-----------------------------------------------------------------*/

.title-block {
    padding: 2px 0 3px 20px;
    border-left: 7px solid #1ABC9C;
    margin-bottom: 30px;
}

.title-block-right {
    padding: 2px 20px 3px 0;
    border-left: 0;
    border-right: 7px solid #1ABC9C;
    text-align: right;
}

.title-block h1,
.title-block h2,
.title-block h3,
.title-block h4 { margin-bottom: 0; }

.title-block > span {
    display: block;
    margin-top: 4px;
    color: #555;
    font-weight: 300;
}

.title-block h1 + span { font-size: 22px; }

.title-block h2 + span { font-size: 19px; }

.title-block h3 + span { font-size: 17px; }

.title-block h4 + span {
    font-size: 15px;
    margin-top: 3px;
}


/* Heading Block - with Subtitle
-----------------------------------------------------------------*/

.heading-block { margin-bottom: 50px; }

.heading-block h1,
.heading-block h2,
.heading-block h3,
.heading-block h4,
.emphasis-title h1,
.emphasis-title h2 {
    margin-bottom: 0;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #333;
}

.emphasis-title h1,
.emphasis-title h2 {
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
}

.heading-block h1 { font-size: 32px; }

.heading-block h2 { font-size: 30px; }

.heading-block h3 { font-size: 26px; }

.heading-block h4 {
    font-size: 20px;
    font-weight: 700;
}

.heading-block > span:not(.before-heading) {
    display: block;
    margin-top: 10px;
    font-weight: 300;
    color: #777;
}

.heading-block .before-heading { margin-bottom: 7px; }

.heading-block.center > span,
.heading-block.title-center > span,
.center .heading-block > span {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.heading-block h1 + span { font-size: 24px; }

.heading-block h2 + span { font-size: 22px; }

.heading-block h3 + span,
.heading-block h4 + span { font-size: 20px; }

.heading-block ~ p:not(.lead) { font-size: 15px; }

.heading-block:after {
    content: '';
    display: block;
    margin-top: 30px;
    width: 40px;
    border-top: 2px solid #444;
}

.center .heading-block:after,
.heading-block.center:after,
.heading-block.title-center:after { margin: 30px auto 0; }

.tright .heading-block,
.heading-block.tright,
.heading-block.title-right { direction: rtl; }

.heading-block.noborder:after,
.heading-block.nobottomborder:after { display: none; }

.heading-block.border-color:after { border-color: #1ABC9C; }


/* Emphasis Title
-----------------------------------------------------------------*/

.emphasis-title { margin: 0 0 50px; }

.emphasis-title h1,
.emphasis-title h2 {
    font-size: 64px;
    letter-spacing: -2px;
}

.emphasis-title h1 strong,
.emphasis-title h2 strong { font-weight: 700; }


/* Justify Border Title
-----------------------------------------------------------------*/

.fancy-title {
    position: relative;
    margin-bottom: 30px;
}

.fancy-title h1,
.fancy-title h2,
.fancy-title h3,
.fancy-title h4,
.fancy-title h5,
.fancy-title h6 {
    position: relative;
    display: inline-block;
    background-color: #FFF;
    padding-right: 15px;
    margin-bottom: 0px;
    margin-top: 0px;
}

.fancy-title h4,
.fancy-title h5,
.fancy-title h6 { padding-right: 10px; }

.fancy-title.title-double-border:before,
.fancy-title.title-border:before,
.fancy-title.title-border-color:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 0;
    border-top: 3px double #E5E5E5;
    left: auto;
    top: 46%;
    right: 0;
}

.fancy-title.title-border:before {
    top: 49%;
    border-top: 1px solid #EEE;
}

.fancy-title.title-border-color:before {
    top: 49%;
    border-top: 1px solid #1ABC9C;
    opacity: 0.6;
}


/* Fancy Title - Center Align
-----------------------------------------------------------------*/

.title-center { text-align: center; }

.title-center h1,
.title-center h2,
.title-center h3 { padding: 0 15px; }

.title-center h4,
.title-center h5,
.title-center h6 { padding: 0 10px; }


/* Fancy Title - Right Align
-----------------------------------------------------------------*/

.title-right { text-align: right; }

.title-right h1,
.title-right h2,
.title-right h3 { padding: 0 0 0 15px; }

.title-right h4,
.title-right h5,
.title-right h6 { padding: 0 0 0 10px; }


/* Fancy Title - Bottom Short Border
-----------------------------------------------------------------*/

.fancy-title.title-bottom-border h1,
.fancy-title.title-bottom-border h2,
.fancy-title.title-bottom-border h3,
.fancy-title.title-bottom-border h4,
.fancy-title.title-bottom-border h5,
.fancy-title.title-bottom-border h6 {
    display: block;
    background: transparent;
    padding: 0 0 10px;
    border-bottom: 2px solid #1ABC9C;
}


/* Fancy Title - Bottom Short Border
-----------------------------------------------------------------*/

.fancy-title.title-dotted-border { background: url('../../frontend/Pearl/weltpixel_custom/en_US/WeltPixel_DesignElements/images/icons/dotted.png') repeat-x center; }


/* Sub Heading
-----------------------------------------------------------------*/

.before-heading {
    display: block;
    margin: 0 0 5px;
    font-size: 16px;
    font-family: 'Crete Round', serif;
    font-style: italic;
    font-weight: 400;
    color: #999;
}

.dark .section, .section.dark {
    background-color: #282828;
    border-color: rgba(255,255,255,0.1);
}

/* ----------------------------------------------------------------
        Dropcaps & Highlights
-----------------------------------------------------------------*/


.dropcap {
    float: left;
    font-size: 42px;
    line-height: 1;
    margin: 0 5px 0 0;
    text-transform: uppercase;
}

.highlight {
    padding: 2px 5px;
    background-color: #444;
    color: #FFF;
    border-radius: 2px;
}
/* ----------------------------------------------------------------
        Quotes & Blockquotes
-----------------------------------------------------------------*/


blockquote p { margin-bottom: 15px; }

blockquote.pull-left {
    max-width: 300px;
    margin: 5px 20px 10px 0;
    padding-right: 0;
}

blockquote.pull-right {
    max-width: 300px;
    margin: 5px 0 10px 20px;
    padding-left: 0;
}

.quote {
    border: none !important;
    position: relative;
}

.quote p { position: relative; }

.quote:before {
    font-family: 'font-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    content: "\e7ad";
    position: absolute;
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 42px;
    top: 0;
    left: 0;
    color: #EEE;
}

.quote.blockquote-reverse:before {
    content: "\e7ae";
    left: auto;
    right: 0;
}


/*Bootstrap*/
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eeeeee;
    border-left: 0;
    text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
    content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
    content: '\00A0 \2014';
}
/*-----------------------------------------------------------------------------------

    Shortcodes: dividers.css

-----------------------------------------------------------------------------------*/


/* ----------------------------------------------------------------
	Divider
-----------------------------------------------------------------*/


.divider {
	position: relative;
	overflow: hidden;
	margin: 35px 0;
	color: #E5E5E5;
	width: 100%;
}

.divider.divider-margin { margin: 70px 0; }

.divider:after,
.divider.divider-center:before,
.divider.divider-center.divider-short:before {
	content: '';
	position: absolute;
	width: 100%;
	top: 8px;
	left: 30px;
	height: 0;
	border-top: 1px solid #EEE;
}

.divider.divider-thick:after,
.divider.divider-center.divider-thick:before,
.divider.divider-center.divider-short.divider-thick:before { border-top-width: 3px; }

.divider.divider-short:after { width: 30%; }

.divider.divider-vshort:after { width: 12%; }

.divider i {
	position: relative;
	width: 18px;
	height: 18px;
	line-height: 1;
	font-size: 18px !important;
	text-align: center;
}

.divider a {
	position: relative;
	display: inline-block;
	color: inherit;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.divider a:hover { color: #888; }


/* Divider - Icon Align Right
-----------------------------------------------------------------*/

.divider.divider-right { text-align: right; }

.divider.divider-right:after {
	left: auto;
	right: 30px;
}


/* Divider - Icon Align Center
-----------------------------------------------------------------*/

.divider.divider-center,
.divider.divider-center.divider-short { text-align: center; }

.divider.divider-center:before {
	left: -50% !important;
	right: 0;
	margin-left: -20px;
}

.divider.divider-center:after {
	left: 50% !important;
	right: 0;
	margin-left: 20px;
}


/* Short Divider - Icon Align Center
-----------------------------------------------------------------*/

.divider.divider-center.divider-short:before {
	left: auto !important;
	right: 50%;
	margin-right: 20px;
	width: 15%;
}

.divider.divider-center.divider-short:after {
	left: 50% !important;
	right: auto !important;
	margin-left: 20px;
	width: 15%;
}

.divider.divider-center.divider-vshort:before,
.divider.divider-center.divider-vshort:after { width: 6%; }


/* Divider - Rounded Icon
-----------------------------------------------------------------*/

.divider.divider-rounded { color: #BBB; }

.divider.divider-rounded:after,
.divider.divider-rounded.divider-center:before,
.divider.divider-rounded.divider-short:before,
.divider.divider-border:after,
.divider.divider-border.divider-center:before,
.divider.divider-border.divider-short:before {
	top: 19px;
	left: 40px;
}

.divider.divider-rounded i,
.divider.divider-border i {
	width: 40px;
	height: 40px;
	line-height: 40px;
	background-color: #F5F5F5;
	border-radius: 50%;
}

.divider.divider-rounded.divider-right:after,
.divider.divider-border.divider-right:after {
	left: auto;
	right: 40px;
}


/* Divider - Rounded & Border
-----------------------------------------------------------------*/

.divider.divider-border { color: #E5E5E5; }

.divider.divider-border i {
	line-height: 38px;
	background-color: transparent;
	border: 1px solid #EEE;
}


/* Divider - Line Only
-----------------------------------------------------------------*/

.divider.divider-line:before,
.divider.divider-line:after {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

/*-----------------------------------------------------------------------------------

    Shortcodes: clients.css

-----------------------------------------------------------------------------------*/


/* ----------------------------------------------------------------
        Clients
-----------------------------------------------------------------*/


.clients-grid,
.testimonials-grid {
    list-style: none;
    overflow: hidden;
    padding-left: 0px;
}

.clients-grid li,
.testimonials-grid li {
    float: left;
    position: relative;
    width: 20%;
    padding: 20px 0;
}

.clients-grid.grid-2 li {
    width: 50%;
    padding: 25px 0;
}

.clients-grid.grid-3 li { width: 33.33%; }

.clients-grid.grid-4 li { width: 25%; }

.clients-grid.grid-6 li { width: 16.66%; }

.clients-grid li a { opacity: 0.6; }

body:not(.device-touch) .clients-grid li a {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.clients-grid li a:hover { opacity: 1; }

.clients-grid li a,
.clients-grid li img {
    display: block;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}

.clients-grid li a img { width: 100%; }

.clients-grid li:before,
.clients-grid li:after,
.testimonials-grid li:before,
.testimonials-grid li:after {
    content: '';
    position: absolute;
}

.clients-grid li:before,
.testimonials-grid li:before {
    height: 100%;
    top: 0;
    left: -1px;
    border-left: 1px dashed #DDD;
}

.clients-grid li:after,
.testimonials-grid li:after {
    width: 100%;
    height: 0;
    top: auto;
    left: 0;
    bottom: -1px;
    border-bottom: 1px dashed #DDD;
}.brand-carousel .owl-controls { text-align: center; /* Styling Pagination*/ /* If PaginationNumbers is true */ }
.brand-carousel .owl-controls .owl-buttons {  }
.brand-carousel .owl-controls .owl-buttons div, .brand-carousel .owl-controls .owl-buttons i { display: inline-block; font-size: 40px; margin: 0 10px; }

.brand-carousel .owl-controls .owl-page { display: inline-block; }
.brand-carousel .owl-controls .owl-page span { display: block; width: 12px; height: 12px; margin: 5px 7px; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; background: #869791; }
.brand-carousel .owl-controls .owl-page span.owl-numbers { height: auto; width: auto; color: #FFF; padding: 2px 10px; font-size: 12px; -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; }

/* preloading images */
.brand-carousel .owl-item.loading { min-height: 150px; background: url(../../frontend/Pearl/weltpixel_custom/en_US/WeltPixel_DesignElements/css/imports/shortcodes/AjaxLoader.gif) no-repeat center center; }

.brand-carousel .item{
  margin: 0 15%;
}
.brand-carousel .item img{
  display: block;
  width: 100%;
  height: auto;
}
.brand-carousel .owl-buttons {
  display: none;
}.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.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;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 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;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}/*-----------------------------------------------------------------------------------

	pagetitle.css

-----------------------------------------------------------------------------------*/



/* ----------------------------------------------------------------
	Page Title
-----------------------------------------------------------------*/


#page-title {
	position: relative;
	padding: 50px 0;
	background-color: #F5F5F5;
	border-bottom: 1px solid #EEE;
}

#page-title .container { position: relative; }

#page-title h1 {
	padding: 0;
	margin: 0;
	line-height: 1;
	font-weight: 600;
	letter-spacing: 1px;
	color: #333;
	font-size: 28px;
	text-transform: uppercase;
}

#page-title span {
	display: block;
	margin-top: 10px;
	font-weight: 300;
	color: #777;
	font-size: 18px;
}

.breadcrumb {
	position: absolute !important;
	width: auto !important;
	top: 50% !important;
	left: auto !important;
	right: 15px !important;
	margin: -10px 0 0 0 !important;
	background-color: transparent !important;
	padding: 0 !important;
	font-size: 12px;
}

body.stretched .container-fullwidth .breadcrumb { right: 60px !important; }

#header.transparent-header + #page-title.page-title-parallax .breadcrumb { margin-top: 35px !important; }

.breadcrumb a { color: #555; }

.breadcrumb a:hover { color: #1ABC9C; }

.breadcrumb i { width: auto !important; }

/* Page Title - Dark
-----------------------------------------------------------------*/

#page-title.page-title-dark {
	background-color: #333;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.15) !important;
	border-bottom: none;
}

#page-title.page-title-dark h1 { color: rgba(255,255,255,0.9) !important; }

#page-title.page-title-dark span { color: rgba(255,255,255,0.7); }

#page-title.page-title-dark .breadcrumb > .active { color: rgba(255,255,255,0.6); }

#page-title.page-title-dark .breadcrumb a { color: rgba(255,255,255,0.8); }

#page-title.page-title-dark .breadcrumb a:hover { color: rgba(255,255,255,0.95); }

/* Page Title - Right Aligned
-----------------------------------------------------------------*/

#page-title.page-title-right { text-align: right; }

#page-title.page-title-right .breadcrumb {
	left: 15px !important;
	right: auto !important;
}

/* Page Title - Center Aligned
-----------------------------------------------------------------*/

#page-title.page-title-center { text-align: center; }

#page-title.page-title-center span {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

#page-title.page-title-center .breadcrumb {
	position: relative !important;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	margin: 20px 0 0 !important;
}

/* Page Title - Background Pattern
-----------------------------------------------------------------*/

#page-title.page-title-pattern {
	background-image: url('../../frontend/Pearl/weltpixel_custom/en_US/images/pattern.png');
	background-repeat: repeat;
	background-attachment: fixed;
}

/* Page Title - Parallax Background
-----------------------------------------------------------------*/

#page-title.page-title-parallax {
	padding: 100px 0;
	text-shadow: none;
	border-bottom: none;
}

#page-title.page-title-parallax h1 {
	font-size: 40px;
	font-weight: 600;
	letter-spacing: 2px;
}

#page-title.page-title-parallax span { font-size: 22px; }

#page-title.page-title-parallax .breadcrumb { font-size: 13px; }

#page-title.page-title-parallax {
	background-color: transparent;
	background-image: url('../../frontend/Pearl/weltpixel_custom/en_US/images/parallax/parallax-bg.jpg');
	background-attachment: fixed;
	background-position: 50% 0;
	background-repeat: no-repeat;
}


/* Page Title - Mini
-----------------------------------------------------------------*/

#page-title.page-title-mini { padding: 20px 0; }

#page-title.page-title-mini h1 {
	font-weight: 600;
	font-size: 18px;
	color: #444;
}

#page-title.page-title-mini span { display: none; }


/* Page Title - No Background
-----------------------------------------------------------------*/

#page-title.page-title-nobg {
	background: transparent !important;
	border-bottom: 1px solid #F5F5F5;
}


/* Page Title - Video
-----------------------------------------------------------------*/

#page-title.page-title-video {
	background: none;
	position: relative;
	overflow: hidden;
}

#page-title.page-title-video .container { z-index: 3; }

#page-title.page-title-video .video-wrap {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}

#page-title.page-title-video .video-wrap video { width: 100%; }/* ----------------------------------------------------------------
        Columns & Grids
-----------------------------------------------------------------*/
.col_full { width: 100%; }
.col_half { width: 48%; }
.col_one_third { width: 30.63%; }
.col_two_third { width: 65.33%; }
.col_one_fourth { width: 22%; }
.col_three_fourth { width: 74%; }
.col_one_fifth { width: 16.8%; }
.col_two_fifth { width: 37.6%; }
.col_three_fifth { width: 58.4%; }
.col_four_fifth { width: 79.2%; }
.col_one_sixth { width: 13.33%; }
.col_five_sixth { width: 82.67%; }
body.stretched .container-fullwidth {
    position: relative;
    padding: 0 60px;
    width: 100%;
}

.col_full,
.col_half,
.col_one_third,
.col_two_third,
.col_three_fourth,
.col_one_fourth,
.col_one_fifth,
.col_two_fifth,
.col_three_fifth,
.col_four_fifth,
.col_one_sixth,
.col_five_sixth {
    display: block;
    position: relative;
    margin-right: 4%;
    margin-bottom: 50px;
    float: left;
}

.col_full {
    clear: both;
    float: none;
    margin-right: 0;
}

.col_last {
    margin-right: 0 !important;
    clear: right;
}

form .col_full,
form .col_half,
form .col_one_third,
form .col_two_third,
form .col_three_fourth,
form .col_one_fourth,
form .col_one_fifth,
form .col_two_fifth,
form .col_three_fifth,
form .col_four_fifth,
form .col_one_sixth,
form .col_five_sixth { margin-bottom: 25px; }

@media (max-width: 767px) {
    .sidebar,
    .col_full,
    .col_half,
    .col_one_third,
    .col_two_third,
    .col_three_fourth,
    .col_one_fourth,
    .col_one_fifth,
    .col_two_fifth,
    .col_three_fifth,
    .col_four_fifth,
    .col_one_sixth,
    .col_five_sixth {
        width: 100%;
        margin-right: 0;
        float: none;
        margin-bottom: 50px !important;
    }

    .sidebar.col_last { margin-bottom: 0 !important; }

    form .col_full,
    form .col_half,
    form .col_one_third,
    form .col_two_third,
    form .col_three_fourth,
    form .col_one_fourth,
    form .col_one_fifth,
    form .col_two_fifth,
    form .col_three_fifth,
    form .col_four_fifth,
    form .col_one_sixth,
    form .col_five_sixth { margin-bottom: 25px !important; }

}
/*-----------------------------------------------------------------------------------

    Shortcodes: alerts.css

-----------------------------------------------------------------------------------*/


/* ----------------------------------------------------------------
	Alerts
-----------------------------------------------------------------*/


.style-msg,
.style-msg2 {
    display: block;
    color: #444;
    border-left: 4px solid rgba(0,0,0,0.1);
    margin-bottom: 20px;
}

.style-msg2 { border-left: 4px solid rgba(0,0,0,0.2); }

.successmsg {
    background: #C5EBD4;
    color: #184B21;
}

.errormsg {
    background: #FFCCCC;
    color: #740D0A;
}

.infomsg {
    background: #B9DFF4;
    color: #124F70;
}

.alertmsg {
    background: #FCE0B6;
    color: #975E06;
}

.style-msg .sb-msg,
.style-msg2 .msgtitle,
.style-msg2 .sb-msg {
    display: block;
    padding: 15px;
    border-left: 1px solid rgba(255,255,255,0.5);
    font-size: 13px;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.6);
}

.style-msg2 .msgtitle {
    background: rgba(0,0,0,0.15);
    border-top: none;
    border-bottom: none;
    font-size: 14px;
    font-weight: bold;
}

.style-msg-light .sb-msg,
.style-msg-light .msgtitle {
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}

.style-msg2 .sb-msg { font-weight: normal; }

.style-msg2 ol,
.style-msg2 ul { margin: 0 0 0 30px; }

.style-msg2 ol { list-style-type: decimal; }

.style-msg2 ul { list-style-type: disc; }

.alert i,
.sb-msg i,
.msgtitle i {
    position: relative;
    top: 1px;
    font-size: 14px;
    width: 14px;
    text-align: center;
    margin-right: 5px;
}

/* ----------------------------------------------------------------
	Bootstrap
-----------------------------------------------------------------*/

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert h4 {
    margin-top: 0;
    color: inherit;
}
.alert .alert-link {
    font-weight: bold;
}
.alert > p,
.alert > ul {
    margin-bottom: 0;
}
.alert > p + p {
    margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}
.alert-success {
    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;
}

.alert .close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    padding: 2px;
    background: transparent;
    filter: alpha(opacity=20);
}
.alert .close:hover,
.alert .close:focus {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
/*-----------------------------------------------------------------------------------

    Shortcodes: testimonials.css

-----------------------------------------------------------------------------------*/



/* Testimonials - Grid
-----------------------------------------------------------------*/

.testimonials-grid li {
    width: 50%;
    padding: 25px;
}

.testimonials-grid.grid-1 li { width: 100%; }

.testimonials-grid.grid-3 li { width: 33.33%; }

.testimonials-grid li .testimonial {
    padding: 0;
    background-color: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}


/* Testimonials - Item
-----------------------------------------------------------------*/

.testimonial {
    position: relative;
    padding: 20px;
    background-color: #FFF;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 5px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

.testi-image {
    float: left;
    margin-right: 15px;
}

.testi-image,
.testi-image a,
.testi-image img,
.testi-image i {
    display: block;
    width: 64px;
    height: 64px;
}

.testi-image i {
    text-align: center;
    background-color: #EEE;
    border-radius: 50%;
    line-height: 64px;
    font-size: 28px;
    color: #888;
    text-shadow: 1px 1px 1px #FFF;
}

.testi-image img { border-radius: 50%; }

.testi-content {
    position: relative;
    overflow: hidden;
}

.testi-content p {
    margin-bottom: 0;
    font-family: 'Crete Round', serif;
    font-style: italic;
}

.testi-content p:before,
.testi-content p:after { content: '"'; }

.testi-meta {
    margin-top: 10px;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
}

.testi-meta:before { content: '\2013'; }

.testi-meta span {
    display: block;
    font-weight: normal;
    color: #999;
    font-size: 12px;
    text-transform: none;
    padding-left: 10px;
}

.dark .spost .entry-meta li a,
.dark .mpost .entry-meta li a,
.dark .testimonial.twitter-scroll .testi-meta span a { color: #AAA; }

.dark .spost .entry-meta li a:hover,
.dark .mpost .entry-meta li a:hover,
.dark .testimonial.twitter-scroll .testi-meta span a:hover { color: #888; }

.dark .clients-grid li:before,
.dark .testimonials-grid li:before { border-left-color: rgba(255,255,255,0.15); }

.dark .clients-grid li:after,
.dark .testimonials-grid li:after { border-bottom-color: rgba(255,255,255,0.15); }

.dark .testimonial {
    background-color: rgba(0,0,0,0.2);
    border: 1px solid rgba(0,0,0,0.1);
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

.dark .testimonial.twitter-scroll .testi-content p a { border-bottom: 1px dotted #AAA; }

.dark .testimonial.twitter-scroll .testi-content p a:hover { border-bottom: 1px solid #888; }

.dark .testimonial.twitter-scroll .testi-image i {
    background-color: rgba(0,0,0,0.2);
    color: #EEE;
    text-shadow: none;
}

.parallax.dark .testimonial .flex-control-nav {
    height: 8px;
    margin-top: 30px;
}

.parallax.dark .testimonial .flex-control-nav li {
    width: 8px;
    height: 8px;
    margin: 0 3px;
}

.parallax.dark .testimonial .flex-control-nav li a {
    width: 8px !important;
    height: 8px !important;
    border: 1px solid #FFF;
    background-color: transparent;
}

.parallax.dark .testimonial .flex-control-nav li:hover a,
.parallax.dark .testimonial .flex-control-nav li a.flex-active { background-color: #FFF; }



/* Twitter - Small Scroller
-----------------------------------------------------------------*/

.testimonial.twitter-scroll .testi-content p:before,
.testimonial.twitter-scroll .testi-content p:after,
.testimonial.twitter-scroll .testi-meta:before { content: ''; }

.testimonial.twitter-scroll .testi-meta span { padding-left: 0; }

.testimonial.twitter-scroll .testi-meta span a { color: #999; }

.testimonial.twitter-scroll .testi-meta span a:hover { color: #222; }


/* Testimonials - Full Width
-----------------------------------------------------------------*/

.testimonial.testimonial-full { padding: 30px; }

.testimonial.testimonial-full[data-animation="fade"] { padding: 30px; }

.testimonial.testimonial-full[data-animation="fade"] .flexslider { overflow: visible !important; }

.testimonial-full .testi-image {
    float: none;
    margin: 0 auto 20px;
}

.testimonial-full .testi-image,
.testimonial-full .testi-image a,
.testimonial-full .testi-image img,
.testimonial-full .testi-image i {
    display: block;
    width: 72px;
    height: 72px;
}

.testimonial-full .testi-image i { line-height: 72px; }

.testimonial-full .testi-content {
    text-align: center;
    font-size: 18px;
}

.testimonial-full .testi-meta { margin-top: 15px; }

.testimonial-full .testi-meta span { padding-left: 0; }


/* Testimonial - Section Scroller
-----------------------------------------------------------------*/

.section > .testimonial {
    padding: 0;
    background-color: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    max-width: 800px;
    margin: 0 auto;
}

.section > .testimonial[data-animation="fade"] { padding: 0; }

.section > .testimonial .testi-content { font-size: 22px; }

.section > .testimonial .testi-meta,
.section > .testimonial .testi-meta span { font-size: 14px; }


/* Testimonial - Pagination
-----------------------------------------------------------------*/

.testimonial .flex-control-nav {
    top: auto;
    bottom: 6px;
    right: 0;
}

.testimonial .flex-control-nav li {
    margin: 0 2px;
    width: 6px;
    height: 6px;
}

.testimonial .flex-control-nav li a {
    width: 6px !important;
    height: 6px !important;
    border: none;
    background-color: #1ABC9C;
    opacity: 0.5;
}

.testimonial .flex-control-nav li:hover a { opacity: 0.75; }
.testimonial .flex-control-nav li a.flex-active { opacity: 1; }


/* Testimonial - Full Scroller
-----------------------------------------------------------------*/

.testimonial.testimonial-full .flex-control-nav {
    position: relative;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 6px;
    margin-top: 20px;
}

.testimonial.testimonial-full .flex-control-nav li {
    display: inline-block;
    float: none;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .testi-image,
    .testi-image a,
    .testi-image img,
    .testi-image i {
        display: block;
        width: 36px;
        height: 36px;
    }

    .testi-image i {
        line-height: 36px;
        font-size: 20px;
    }
}

@media (max-width: 991px) {
    .testimonials-grid.grid-3 li {
        width: 50%;
    }

    .section > .testimonial {
        padding: 0 40px !important;
        max-width: none;
    }
}

@media (max-width: 767px) {
    .testimonials-grid li {
        float: none;
        width: auto !important;
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    .testi-image,
    .testi-image a,
    .testi-image img,
    .testi-image i {
        width: 36px;
        height: 36px;
    }

    .testi-image i {
        line-height: 36px;
        font-size: 20px;
    }
}
/* ----------------------------------------------------------------
	Flex Slider
-----------------------------------------------------------------*/

.fslider,
.fslider .flexslider,
.fslider .slider-wrap,
.fslider .slide,
.fslider .slide > a,
.fslider .slide > img,
.fslider .slide > a > img {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
}

.fslider { min-height: 32px; }


.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  { outline: none; border: none; }
.slider-wrap,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none; border: none;}

.flexslider {position: relative;margin: 0; padding: 0;}
.flexslider .slider-wrap > .slide {display: none; -webkit-backface-visibility: hidden;}
.flexslider .slider-wrap img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

.slider-wrap:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slider-wrap {display: block;}
* html .slider-wrap {height: 1%;}

.no-js .slider-wrap > .slide:first-child {display: block;}

.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.flex-control-nav {
	position: absolute;
	z-index: 10;
	text-align: center;
	top: 14px;
	right: 10px;
	margin: 0;
}

.flex-control-nav li {
	float: left;
	display: block;
	margin: 0 3px;
	width: 10px;
	height: 10px;
}

.flex-control-nav li a {
	display: block;
	cursor: pointer;
	text-indent: -9999px;
	width: 10px !important;
	height: 10px !important;
	border: 1px solid #FFF;
	border-radius: 50%;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}

.flex-control-nav li:hover a,
.flex-control-nav li a.flex-active { background-color: #458074; }


/* ----------------------------------------------------------------
	Slider
-----------------------------------------------------------------*/


#slider {
	position: relative;
	width: 100%;
	overflow: hidden;
}


/* Flex Slider - Thumbs
-----------------------------------------------------------------*/

.fslider[data-animation="fade"] .flexslider { height: auto !important; }

.flex-control-nav.flex-control-thumbs {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	margin: 2px -2px -2px 0;
	height: 75px;
}

.flex-control-nav.flex-control-thumbs li { margin: 0 2px 2px 0; }

.flex-control-nav.flex-control-thumbs li img {
	cursor: pointer;
	text-indent: -9999px;
	border: 0;
	border-radius: 0;
	margin: 0;
	opacity: 0.5;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.flex-control-nav.flex-control-thumbs li,
.flex-control-nav.flex-control-thumbs li img {
	display: block;
	width: 100px !important;
	height: 75px !important;
}

.flex-control-nav.flex-control-thumbs li:hover img,
.flex-control-nav.flex-control-thumbs li img.flex-active {
	border-width: 0;
	opacity: 1;
}


/* Flex Thumbs - Flexible
-----------------------------------------------------------------*/

.fslider.flex-thumb-grid .flex-control-nav.flex-control-thumbs {
	margin: 2px -2px -2px 0;
	height: auto;
}

.fslider.flex-thumb-grid .flex-control-nav.flex-control-thumbs li {
	width: 25% !important;
	height: auto !important;
	margin: 0;
	padding: 0 2px 2px 0;
}

.fslider.flex-thumb-grid.grid-3 .flex-control-nav.flex-control-thumbs li { width: 33.30% !important; }
.fslider.flex-thumb-grid.grid-5 .flex-control-nav.flex-control-thumbs li { width: 20% !important; }
.fslider.flex-thumb-grid.grid-6 .flex-control-nav.flex-control-thumbs li { width: 16.66% !important; }
.fslider.flex-thumb-grid.grid-8 .flex-control-nav.flex-control-thumbs li { width: 12.5% !important; }
.fslider.flex-thumb-grid.grid-10 .flex-control-nav.flex-control-thumbs li { width: 10% !important; }
.fslider.flex-thumb-grid.grid-12 .flex-control-nav.flex-control-thumbs li { width: 8.33% !important; }

.fslider.flex-thumb-grid .flex-control-nav.flex-control-thumbs li img {
	width: 100% !important;
	height: auto !important;
}


@media (min-width: 480px) and (max-width: 767px) {
	.slider-parallax, .slider-parallax div {
		height: 300px !important;
	}
}

@media (max-width: 479px) {
	.slider-parallax, .slider-parallax div  {
		height: 180px !important;
	}
}.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
button.btn {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
    color: #333333;
    text-decoration: none;
}
.btn:active,
.btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}
.btn-default {
    color: #333333;
    background-color: #ffffff;
    border-color: #cccccc;
}
.btn-default:focus,
.btn-default.focus {
    color: #333333;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
}
.btn-default:hover {
    color: #333333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    color: #333333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
    color: #333333;
    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],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background-color: #ffffff;
    border-color: #cccccc;
}
.btn-default .badge {
    color: #ffffff;
    background-color: #333333;
}
.btn-primary {
    color: #ffffff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
    color: #ffffff;
    background-color: #286090;
    border-color: #122b40;
}
.btn-primary:hover {
    color: #ffffff;
    background-color: #286090;
    border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #286090;
    border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
    color: #ffffff;
    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],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #337ab7;
    border-color: #2e6da4;
}
.btn-primary .badge {
    color: #337ab7;
    background-color: #ffffff;
}
.btn-success {
    color: #ffffff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
    color: #ffffff;
    background-color: #449d44;
    border-color: #255625;
}
.btn-success:hover {
    color: #ffffff;
    background-color: #449d44;
    border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    color: #ffffff;
    background-color: #449d44;
    border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
    color: #ffffff;
    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],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-success .badge {
    color: #5cb85c;
    background-color: #ffffff;
}
.btn-info {
    color: #ffffff;
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
    color: #ffffff;
    background-color: #31b0d5;
    border-color: #1b6d85;
}
.btn-info:hover {
    color: #ffffff;
    background-color: #31b0d5;
    border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    color: #ffffff;
    background-color: #31b0d5;
    border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
    color: #ffffff;
    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],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-info .badge {
    color: #5bc0de;
    background-color: #ffffff;
}
.btn-warning {
    color: #ffffff;
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
    color: #ffffff;
    background-color: #ec971f;
    border-color: #985f0d;
}
.btn-warning:hover {
    color: #ffffff;
    background-color: #ec971f;
    border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
    color: #ffffff;
    background-color: #ec971f;
    border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
    color: #ffffff;
    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],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-warning .badge {
    color: #f0ad4e;
    background-color: #ffffff;
}
.btn-danger {
    color: #ffffff;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
    color: #ffffff;
    background-color: #c9302c;
    border-color: #761c19;
}
.btn-danger:hover {
    color: #ffffff;
    background-color: #c9302c;
    border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    color: #ffffff;
    background-color: #c9302c;
    border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
    color: #ffffff;
    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],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-danger .badge {
    color: #d9534f;
    background-color: #ffffff;
}
.btn-link {
    color: #337ab7;
    font-weight: normal;
    border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-block + .btn-block {
    margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}


.collapse {
    display: none;
    visibility: hidden;
}
.collapse.in {
    display: block;
    visibility: visible;
}
tr.collapse.in {
    display: table-row;
}
tbody.collapse.in {
    display: table-row-group;
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.dropup,
.dropdown {
    position: relative;
}
.dropdown-toggle:focus {
    outline: 0;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.dropdown .dropdown-menu li{ padding: 0px;}

.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}
.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    cursor: not-allowed;
}
.open > .dropdown-menu {
    display: block;
}
.open > a {
    outline: 0;
}
.dropdown-menu-right {
    left: auto;
    right: 0;
}
.dropdown-menu-left {
    left: 0;
    right: auto;
}
.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777777;
    white-space: nowrap;
}
.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}
.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid;
    content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}
@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0;
    }
    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto;
    }
}
.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
    position: relative;
    float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
    z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
    margin-left: -1px;
}
.btn-toolbar {
    margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
    margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}
.btn-group > .btn:first-child {
    margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.btn-group > .btn-group {
    float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn .caret {
    margin-left: 0;
}
.btn-lg .caret {
    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-bottom-left-radius: 4px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%;
}
.btn-group-justified > .btn-group .btn {
    width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
    left: auto;
}
[data-toggle="wp-buttons"] > .btn input[type="radio"],
[data-toggle="wp-buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="wp-buttons"] > .btn input[type="checkbox"],
[data-toggle="wp-buttons"] > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0;
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.input-group-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;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].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;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
    height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555555;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #cccccc;
    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="radio"],
.input-group-addon input[type="checkbox"] {
    margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.input-group-addon:first-child {
    border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.input-group-addon:last-child {
    border-left: 0;
}
.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}
.input-group-btn > .btn {
    position: relative;
}
.input-group-btn > .btn + .btn {
    margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
    z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
    margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
    margin-left: -1px;
}
/*-----------------------------------------------------------------------------------

    Shortcodes: buttons.css

-----------------------------------------------------------------------------------*/




/* ----------------------------------------------------------------
	wp-buttons
-----------------------------------------------------------------*/


.wp-button {
    display: inline-block;
    position: relative;
    cursor: pointer;
    outline: none;
    white-space: nowrap;
    margin: 5px;
    padding: 0 22px;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    background-color: #d83701;
    color: #FFF;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    text-decoration: none;
}

a.wp-button {
    color: #fff;
    text-decoration: none;
}

body:not(.device-touch) .wp-button {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.wp-button-dark { background-color: #444; }

.wp-button-light {
    background-color: #EEE;
    color: #333!important;
    text-shadow: none !important;
}

.wp-button:hover {
    background-color: #444;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

.wp-button.wp-button-dark:hover { background-color: #d83701; }

.wp-button.wp-button-mini {
    padding: 0 14px;
    font-size: 11px;
    height: 28px;
    line-height: 28px;
}

.wp-button.wp-button-small {
    padding: 0 17px;
    font-size: 12px;
    height: 34px;
    line-height: 34px;
}

.wp-button.wp-button-large {
    padding: 0 26px;
    font-size: 16px;
    height: 46px;
    line-height: 46px;
}

.wp-button.wp-button-xlarge {
    padding: 0 32px;
    font-size: 18px;
    letter-spacing: 2px;
    height: 52px;
    line-height: 52px;
}

.wp-button.wp-button-desc {
    text-align: left;
    padding: 24px 34px;
    font-size: 22px;
    height: auto;
    line-height: 1;
    font-family: 'Raleway', sans-serif;
}

.wp-button.wp-button-desc span {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    font-family: 'Crete Round', serif;
    font-style: italic;
    text-transform: none;
}

.wp-button i {
    position: relative;
    top: 1px;
    line-height: 1;
    margin-right: 5px;
}

.wp-button.tright i { margin: 0 0 0 5px; }

.wp-button-mini i { margin-right: 3px; }

.wp-button-mini.tright i { margin: 0 0 0 3px; }

.wp-button-small i { margin-right: 4px; }

.wp-button-small.tright i { margin: 0 0 0 4px; }

.wp-button-xlarge i {
    top: 2px;
    margin-right: 8px;
}

.wp-button-xlarge.tright i { margin: 0 0 0 8px; }

.wp-button.wp-button-desc i {
    top: 1px;
    font-size: 48px;
    width: 48px;
    text-align: center;
    margin-right: 12px;
}

.wp-button.wp-button-desc.tright i { margin: 0 0 0 12px; }

.wp-button.wp-button-desc div { display: inline-block; }

.wp-button.wp-button-rounded { border-radius: 3px; }


/* wp-buttons - Border
-----------------------------------------------------------------*/

.wp-button.wp-button-border {
    border: 2px solid #444;
    background-color: transparent;
    color: #333;
    line-height: 36px;
    font-weight: 600;
    text-shadow: none;
}

.wp-button.wp-button-border.wp-button-mini { line-height: 24px; }

.wp-button.wp-button-border.wp-button-small { line-height: 30px; }

.wp-button.wp-button-border.wp-button-large { line-height: 42px; }

.wp-button.wp-button-border.wp-button-xlarge { line-height: 48px; }

.wp-button.wp-button-border.wp-button-desc { line-height: 1; }

.wp-button.wp-button-border:hover {
    background-color: #444;
    color: #FFF;
    border-color: transparent !important;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

.wp-button.wp-button-border.wp-button-light {
    border-color: #EEE;
    color: #EEE!important;
}

.wp-button.wp-button-border.wp-button-light:hover {
    background-color: #EEE;
    color: #333!important;
    text-shadow: none;
}


/* wp-buttons - Border
-----------------------------------------------------------------*/

.wp-button.wp-button-3d {
    border-radius: 3px;
    border-bottom: 3px solid rgba(0,0,0,0.15);
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.wp-button.wp-button-3d:hover {
    background-color: #d83701 !important;
    opacity: 0.9;
}

.wp-button.wp-button-3d.wp-button-light:hover,
.wp-button.wp-button-reveal.wp-button-light:hover {
    text-shadow: none;
    color: #333;
}


/* wp-buttons - Icon Reveal
-----------------------------------------------------------------*/

.wp-button.wp-button-reveal {
    padding: 0 28px;
    overflow: hidden;
}

.wp-button.wp-button-reveal i {
    display: block;
    position: absolute;
    top: 0;
    left: -32px;
    width: 32px;
    height: 40px;
    line-height: 40px;
    margin: 0;
    text-align: center;
    background-color: rgba(0,0,0,0.1);
}

.wp-button.wp-button-reveal.wp-button-border i { top: -2px; }

.wp-button.wp-button-reveal.tright i {
    left: auto;
    right: -32px;
}

.wp-button.wp-button-reveal.wp-button-3d i,
.wp-button.wp-button-reveal.wp-button-rounded i { border-radius: 3px 0 0 3px; }

.wp-button.wp-button-reveal.wp-button-3d.tright i,
.wp-button.wp-button-reveal.wp-button-rounded.tright i { border-radius: 0 3px 3px 0; }

.wp-button.wp-button-reveal span {
    display: inline-block;
    position: relative;
    left: 0;
}

body:not(.device-touch) .wp-button.wp-button-reveal i,
body:not(.device-touch) .wp-button.wp-button-reveal span {
    -webkit-transition: left 0.3s ease, right 0.3s ease;
    -o-transition: left 0.3s ease, right 0.3s ease;
    transition: left 0.3s ease, right 0.3s ease;
}

.wp-button.wp-button-reveal.wp-button-mini { padding: 0 17px; }

.wp-button.wp-button-reveal.wp-button-mini i {
    left: -22px;
    width: 22px;
    height: 28px;
    line-height: 28px;
}

.wp-button.wp-button-reveal.wp-button-mini.tright i {
    left: auto;
    right: -22px;
}

.wp-button.wp-button-reveal.wp-button-small { padding: 0 22px; }

.wp-button.wp-button-reveal.wp-button-small i {
    left: -26px;
    width: 26px;
    height: 34px;
    line-height: 34px;
}

.wp-button.wp-button-reveal.wp-button-small.tright i {
    left: auto;
    right: -26px;
}

.wp-button.wp-button-reveal.wp-button-large { padding: 0 32px; }

.wp-button.wp-button-reveal.wp-button-large i {
    left: -38px;
    width: 38px;
    height: 46px;
    line-height: 46px;
}

.wp-button.wp-button-reveal.wp-button-large.tright i {
    left: auto;
    right: -38px;
}

.wp-button.wp-button-reveal.wp-button-xlarge { padding: 0 40px; }

.wp-button.wp-button-reveal.wp-button-xlarge i {
    left: -44px;
    width: 44px;
    height: 52px;
    line-height: 52px;
}

.wp-button.wp-button-reveal.wp-button-xlarge.tright i {
    left: auto;
    right: -44px;
}

.wp-button.wp-button-reveal:hover i { left: 0; }

.wp-button.wp-button-reveal.tright:hover i {
    left: auto;
    right: 0;
}

.wp-button.wp-button-reveal:hover span { left: 16px; }

.wp-button.wp-button-reveal.wp-button-mini:hover span { left: 11px; }

.wp-button.wp-button-reveal.wp-button-small:hover span { left: 13px; }

.wp-button.wp-button-reveal.wp-button-large:hover span { left: 19px; }

.wp-button.wp-button-reveal.wp-button-xlarge:hover span { left: 22px; }

.wp-button.wp-button-reveal.tright:hover span { left: -16px; }

.wp-button.wp-button-reveal.wp-button-mini.tright:hover span { left: -11px; }

.wp-button.wp-button-reveal.wp-button-small.tright:hover span { left: -13px; }

.wp-button.wp-button-reveal.wp-button-large.tright:hover span { left: -19px; }

.wp-button.wp-button-reveal.wp-button-xlarge.tright:hover span { left: -22px; }


/* wp-buttons - Promo 100% Width
-----------------------------------------------------------------*/

.wp-button.wp-button-full {
    display: block !important;
    white-space: normal;
    margin: 0;
    height: auto;
    line-height: 1.6;
    padding: 30px 0;
    font-size: 30px;
    font-weight: 300;
    text-transform: none;
    border-radius: 0;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}

.wp-button.wp-button-full.wp-button-light { border-bottom: 1px solid rgba(0,0,0,0.15); }

.wp-button.wp-button-full strong {
    font-weight: 600;
    border-bottom: 2px solid #EEE;
}

body:not(.device-touch) .wp-button.wp-button-full strong {
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

.wp-button.wp-button-full.wp-button-light strong { border-bottom-color: #333; }

.wp-button.wp-button-full.wp-button-light:hover strong { border-bottom-color: #EEE; }


/* wp-buttons - Colors
-----------------------------------------------------------------*/

.wp-button-red { background-color: #C02942; }
.wp-button-3d.wp-button-red:hover,
.wp-button-reveal.wp-button-red:hover { background-color: #C02942 !important; }

.wp-button-teal { background-color: #53777A; }
.wp-button-3d.wp-button-teal:hover,
.wp-button-reveal.wp-button-teal:hover { background-color: #53777A !important; }

.wp-button-yellow { background-color: #ECD078; }
.wp-button-3d.wp-button-yellow:hover,
.wp-button-reveal.wp-button-yellow:hover { background-color: #ECD078 !important; }

.wp-button-green { background-color: #59BA41; }
.wp-button-3d.wp-button-green:hover,
.wp-button-reveal.wp-button-green:hover { background-color: #59BA41 !important; }

.wp-button-brown { background-color: #774F38; }
.wp-button-3d.wp-button-brown:hover,
.wp-button-reveal.wp-button-brown:hover { background-color: #774F38 !important; }

.wp-button-aqua { background-color: #40C0CB; }
.wp-button-3d.wp-button-aqua:hover,
.wp-button-reveal.wp-button-aqua:hover { background-color: #40C0CB !important; }

.wp-button-lime { background-color: #AEE239; }
.wp-button-3d.wp-button-lime:hover,
.wp-button-reveal.wp-button-lime:hover { background-color: #AEE239 !important; }

.wp-button-purple { background-color: #5D4157; }
.wp-button-3d.wp-button-purple:hover,
.wp-button-reveal.wp-button-purple:hover { background-color: #5D4157 !important; }

.wp-button-leaf { background-color: #A8CABA; }
.wp-button-3d.wp-button-leaf:hover,
.wp-button-reveal.wp-button-leaf:hover { background-color: #A8CABA !important; }

.wp-button-pink { background-color: #F89FA1; }
.wp-button-3d.wp-button-pink:hover,
.wp-button-reveal.wp-button-pink:hover { background-color: #F89FA1 !important; }

.wp-button-dirtygreen { background-color: #1693A5; }
.wp-button-3d.wp-button-dirtygreen:hover,
.wp-button-reveal.wp-button-dirtygreen:hover { background-color: #1693A5 !important; }

.wp-button-blue { background-color: #1265A8; }
.wp-button-3d.wp-button-blue:hover,
.wp-button-reveal.wp-button-blue:hover { background-color: #1265A8 !important; }

.wp-button-amber { background-color: #EB9C4D; }
.wp-button-3d.wp-button-amber:hover,
.wp-button-reveal.wp-button-amber:hover { background-color: #EB9C4D !important; }

.wp-button-black { background-color: #111; }
.wp-button-3d.wp-button-black:hover,
.wp-button-reveal.wp-button-black:hover { background-color: #111 !important; }

.wp-button-white { background-color: #F9F9F9; }
.wp-button-3d.wp-button-white:hover,
.wp-button-reveal.wp-button-white:hover { background-color: #F9F9F9 !important; }


/* wp-buttons - No Hover
-----------------------------------------------------------------*/

.wp-button.wp-button-nohover:hover {
    opacity: inherit !important;
    background-color: inherit !important;
    color: inherit !important;
    border-color: inherit !important;
}.section {
    position: relative;
    margin: 60px 0;
    padding: 60px 0;
    background-color: #F9F9F9;
    overflow: hidden;
}

.section .container { z-index: 2; }

.section .container + .video-wrap { z-index: 1; }

.revealer-image {
    position: relative;
    bottom: -100px;
    transition: bottom .3s ease-in-out;
    -webkit-transition: bottom .3s ease-in-out;
    -o-transition: bottom .3s ease-in-out;
}

.section:hover .revealer-image { bottom: -50px; }

.swiper-slide .video-wrap,
.section .video-wrap,
.swiper-slide .yt-bg-player,
.section .yt-bg-player {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
}

.dark .section,
.section.dark {
    background-color: #282828;
    border-color: rgba(255,255,255,0.1);
}
.parallax {
    background-color: transparent;
    background-attachment: fixed;
    background-position: 50% 0;
    background-repeat: no-repeat;
    overflow: hidden;
}

.mobile-parallax,
.video-placeholder {
    background-size: cover !important;
    background-attachment: scroll !important;
    background-position: center center;
}

.parallax.dark .testimonial .flex-control-nav {
    height: 8px;
    margin-top: 30px;
}

.parallax.dark .testimonial .flex-control-nav li {
    width: 8px;
    height: 8px;
    margin: 0 3px;
}

.parallax.dark .testimonial .flex-control-nav li a {
    width: 8px !important;
    height: 8px !important;
    border: 1px solid #FFF;
    background-color: transparent;
}

.parallax.dark .testimonial .flex-control-nav li:hover a,
.parallax.dark .testimonial .flex-control-nav li a.flex-active { background-color: #FFF; }


.full-screen .swiper_wrapper { height: auto; }

@media (min-width: 768px) and (max-width: 991px) {

    .swiper_wrapper:not(.full-screen):not(.canvas-slider-grid),
    .swiper_wrapper:not(.full-screen):not(.canvas-slider-grid) .swiper-slide { height: 400px !important; }
}

@media (min-width: 480px) and (max-width: 767px) {

    .full-screen:not(.force-full-screen) .container.vertical-middle {
        width: 470px !important;
    }

    .swiper_wrapper:not(.force-full-screen),
    .swiper_wrapper:not(.force-full-screen):not(.canvas-slider-grid) .swiper-slide {
        height: 300px !important;
    }
}

@media (max-width: 479px) {

    .full-screen:not(.force-full-screen) .container.vertical-middle {
        width: 310px !important;
    }

    .swiper_wrapper:not(.force-full-screen),
    .swiper_wrapper:not(.force-full-screen):not(.canvas-slider-grid) .swiper-slide,
    .ei-slider {
        height: 180px !important;
    }
}

/* ----------------------------------------------------------------
	from events
-----------------------------------------------------------------*/
.parallax .iconlist li { margin: 5px 0; }

.single-event .entry-overlay,
.parallax .entry-overlay-meta {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background-color: rgba(0,0,0,0.85);
    text-align: center;
    line-height: 80px;
    font-size: 22px;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    z-index: 5;
}

.parallax .entry-overlay,
.parallax .entry-overlay-meta {
    background: transparent;
    width: auto;
    text-align: right;
    bottom: 30px;
    left: auto;
    right: 30px;
}

.parallax .entry-overlay-meta {
    padding: 20px;
    font-size: 14px;
    text-align: left;
    right: 38px;
    bottom: 130px;
    width: 368px;
    height: auto;
    line-height: inherit;
    background-color: rgba(0,0,0,0.7);
    border-radius: 3px;
}

.parallax.overlay-left .entry-overlay,
.parallax.overlay-left .entry-overlay-meta {
    right: auto;
    left: 30px;
}

.parallax.overlay-left .entry-overlay-meta { left: 38px; }

.parallax.overlay-center .entry-overlay,
.parallax.overlay-center .entry-overlay-meta {
    bottom: 100px;
    right: auto;
    left: 50%;
    margin-left: -192px;
}

.parallax.overlay-center .entry-overlay-meta {
    top: 100px;
    bottom: auto;
    margin-left: -184px;
}

.parallax .entry-overlay-meta h2 {
    font-size: 20px;
    text-transform: uppercase;
    border-bottom: 1px dashed rgba(255,255,255,0.2);
    padding-bottom: 17px;
}

.parallax .entry-overlay-meta h2 a { color: #FFF; }

.parallax .entry-overlay-meta h2 a:hover { color: #DDD; }

.parallax .countdown { top: 0; }

.parallax .countdown-section {
    border-left: 0;
    width: 80px;
    height: 80px;
    margin: 0 8px;
    font-size: 13px;
    background-color: rgba(0,0,0,0.7);
    border-radius: 3px;
    padding-top: 14px;
}

.parallax .countdown-amount {
    font-size: 28px;
    margin-bottom: 6px;
}


@media (max-width: 479px) {
    .parallax .entry-overlay-meta,
    .parallax .entry-overlay {
        left: 50% !important;
        right: 0 !important;
        margin: 0 0 0 -140px !important;
        width: 280px !important;
    }

    .parallax .entry-overlay { width: 288px !important; }

    .parallax .countdown-section {
        width: 64px;
        height: 64px;
        margin: 0 8px 0 0;
        font-size: 11px;
        padding: 0;
        padding-top: 12px;
    }

    .parallax .countdown-amount { font-size: 20px; }
}
@charset "UTF-8";

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/

.not-animated { opacity: 0; }

.animated {
    opacity: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}

.animated.flipOutX,
.animated.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}

@-webkit-keyframes bounce {
    0%, 20%, 53%, 80%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0,-4px,0);
        transform: translate3d(0,-4px,0);
    }
}

@keyframes bounce {
    0%, 20%, 53%, 80%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0,-4px,0);
        transform: translate3d(0,-4px,0);
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}

@-webkit-keyframes flash {
    0%, 50%, 100% {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}

@keyframes flash {
    0%, 50%, 100% {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}


@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

@-webkit-keyframes shake {
    0%, 100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

@keyframes shake {
    0%, 100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}

@keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none;
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}

@-webkit-keyframes bounceIn {
    0%, 20%, 40%, 60%, 80%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes bounceIn {
    0%, 20%, 40%, 60%, 80%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}


@-webkit-keyframes bounceInDown {
    0%, 60%, 75%, 90%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInDown {
    0%, 60%, 75%, 90%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
    0%, 60%, 75%, 90%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInLeft {
    0%, 60%, 75%, 90%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}


@-webkit-keyframes bounceInRight {
    0%, 60%, 75%, 90%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInRight {
    0%, 60%, 75%, 90%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}


@-webkit-keyframes bounceInUp {
    0%, 60%, 75%, 90%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInUp {
    0%, 60%, 75%, 90%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}


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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}


@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}


@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}


@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}


@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}


@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}



@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}


@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}


@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}


@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}


@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}


@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}


@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}


@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}


@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}


@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}


@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}


@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}


@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}
@charset "UTF-8";

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/

.not-animated { opacity: 0; }

.animated {
    opacity: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}

.animated.flipOutX,
.animated.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}



@-webkit-keyframes flash {
    0%, 50%, 100% {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}

@keyframes flash {
    0%, 50%, 100% {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}






/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none;
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}



@-webkit-keyframes jello {
    11.1% {
        -webkit-transform: none;
        transform: none
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg)
    }
    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes jello {
    11.1% {
        -webkit-transform: none;
        transform: none
    }

    22.2% {

        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg)
    }
    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}



.jello{
    -webkit-animation-name:jello;
    animation-name:jello;
    -webkit-transform-origin: center;

    transform-origin: center
}








@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }

    50%, 55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }

    50%, 55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}



@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}


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

    100% {
        opacity: 0;
    }
}

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

    100% {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

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

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

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

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

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

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

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

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}

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

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

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

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

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

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

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

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}

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

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

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

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

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

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

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

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}

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

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

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

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

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

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

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

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}


@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
}


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

    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

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

    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}


@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}


@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%, 60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40%, 80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    100% {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%, 60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40%, 80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    100% {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */


/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

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

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

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

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp;
}

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

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    100% {
        opacity: 0;
    }
}

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

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    100% {
        opacity: 0;
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp;
}



@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}
[data-aos][data-aos][data-aos-duration='50'],body[data-aos-duration='50'] [data-aos]{transition-duration:50ms}[data-aos][data-aos][data-aos-delay='50'],body[data-aos-delay='50'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='50'].aos-animate,body[data-aos-delay='50'] [data-aos].aos-animate{transition-delay:50ms}[data-aos][data-aos][data-aos-duration='100'],body[data-aos-duration='100'] [data-aos]{transition-duration:.1s}[data-aos][data-aos][data-aos-delay='100'],body[data-aos-delay='100'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='100'].aos-animate,body[data-aos-delay='100'] [data-aos].aos-animate{transition-delay:.1s}[data-aos][data-aos][data-aos-duration='150'],body[data-aos-duration='150'] [data-aos]{transition-duration:.15s}[data-aos][data-aos][data-aos-delay='150'],body[data-aos-delay='150'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='150'].aos-animate,body[data-aos-delay='150'] [data-aos].aos-animate{transition-delay:.15s}[data-aos][data-aos][data-aos-duration='200'],body[data-aos-duration='200'] [data-aos]{transition-duration:.2s}[data-aos][data-aos][data-aos-delay='200'],body[data-aos-delay='200'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='200'].aos-animate,body[data-aos-delay='200'] [data-aos].aos-animate{transition-delay:.2s}[data-aos][data-aos][data-aos-duration='250'],body[data-aos-duration='250'] [data-aos]{transition-duration:.25s}[data-aos][data-aos][data-aos-delay='250'],body[data-aos-delay='250'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='250'].aos-animate,body[data-aos-delay='250'] [data-aos].aos-animate{transition-delay:.25s}[data-aos][data-aos][data-aos-duration='300'],body[data-aos-duration='300'] [data-aos]{transition-duration:.3s}[data-aos][data-aos][data-aos-delay='300'],body[data-aos-delay='300'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='300'].aos-animate,body[data-aos-delay='300'] [data-aos].aos-animate{transition-delay:.3s}[data-aos][data-aos][data-aos-duration='350'],body[data-aos-duration='350'] [data-aos]{transition-duration:.35s}[data-aos][data-aos][data-aos-delay='350'],body[data-aos-delay='350'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='350'].aos-animate,body[data-aos-delay='350'] [data-aos].aos-animate{transition-delay:.35s}[data-aos][data-aos][data-aos-duration='400'],body[data-aos-duration='400'] [data-aos]{transition-duration:.4s}[data-aos][data-aos][data-aos-delay='400'],body[data-aos-delay='400'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='400'].aos-animate,body[data-aos-delay='400'] [data-aos].aos-animate{transition-delay:.4s}[data-aos][data-aos][data-aos-duration='450'],body[data-aos-duration='450'] [data-aos]{transition-duration:.45s}[data-aos][data-aos][data-aos-delay='450'],body[data-aos-delay='450'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='450'].aos-animate,body[data-aos-delay='450'] [data-aos].aos-animate{transition-delay:.45s}[data-aos][data-aos][data-aos-duration='500'],body[data-aos-duration='500'] [data-aos]{transition-duration:.5s}[data-aos][data-aos][data-aos-delay='500'],body[data-aos-delay='500'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='500'].aos-animate,body[data-aos-delay='500'] [data-aos].aos-animate{transition-delay:.5s}[data-aos][data-aos][data-aos-duration='550'],body[data-aos-duration='550'] [data-aos]{transition-duration:.55s}[data-aos][data-aos][data-aos-delay='550'],body[data-aos-delay='550'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='550'].aos-animate,body[data-aos-delay='550'] [data-aos].aos-animate{transition-delay:.55s}[data-aos][data-aos][data-aos-duration='600'],body[data-aos-duration='600'] [data-aos]{transition-duration:.6s}[data-aos][data-aos][data-aos-delay='600'],body[data-aos-delay='600'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='600'].aos-animate,body[data-aos-delay='600'] [data-aos].aos-animate{transition-delay:.6s}[data-aos][data-aos][data-aos-duration='650'],body[data-aos-duration='650'] [data-aos]{transition-duration:.65s}[data-aos][data-aos][data-aos-delay='650'],body[data-aos-delay='650'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='650'].aos-animate,body[data-aos-delay='650'] [data-aos].aos-animate{transition-delay:.65s}[data-aos][data-aos][data-aos-duration='700'],body[data-aos-duration='700'] [data-aos]{transition-duration:.7s}[data-aos][data-aos][data-aos-delay='700'],body[data-aos-delay='700'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='700'].aos-animate,body[data-aos-delay='700'] [data-aos].aos-animate{transition-delay:.7s}[data-aos][data-aos][data-aos-duration='750'],body[data-aos-duration='750'] [data-aos]{transition-duration:.75s}[data-aos][data-aos][data-aos-delay='750'],body[data-aos-delay='750'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='750'].aos-animate,body[data-aos-delay='750'] [data-aos].aos-animate{transition-delay:.75s}[data-aos][data-aos][data-aos-duration='800'],body[data-aos-duration='800'] [data-aos]{transition-duration:.8s}[data-aos][data-aos][data-aos-delay='800'],body[data-aos-delay='800'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='800'].aos-animate,body[data-aos-delay='800'] [data-aos].aos-animate{transition-delay:.8s}[data-aos][data-aos][data-aos-duration='850'],body[data-aos-duration='850'] [data-aos]{transition-duration:.85s}[data-aos][data-aos][data-aos-delay='850'],body[data-aos-delay='850'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='850'].aos-animate,body[data-aos-delay='850'] [data-aos].aos-animate{transition-delay:.85s}[data-aos][data-aos][data-aos-duration='900'],body[data-aos-duration='900'] [data-aos]{transition-duration:.9s}[data-aos][data-aos][data-aos-delay='900'],body[data-aos-delay='900'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='900'].aos-animate,body[data-aos-delay='900'] [data-aos].aos-animate{transition-delay:.9s}[data-aos][data-aos][data-aos-duration='950'],body[data-aos-duration='950'] [data-aos]{transition-duration:.95s}[data-aos][data-aos][data-aos-delay='950'],body[data-aos-delay='950'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='950'].aos-animate,body[data-aos-delay='950'] [data-aos].aos-animate{transition-delay:.95s}[data-aos][data-aos][data-aos-duration='1000'],body[data-aos-duration='1000'] [data-aos]{transition-duration:1s}[data-aos][data-aos][data-aos-delay='1000'],body[data-aos-delay='1000'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1000'].aos-animate,body[data-aos-delay='1000'] [data-aos].aos-animate{transition-delay:1s}[data-aos][data-aos][data-aos-duration='1050'],body[data-aos-duration='1050'] [data-aos]{transition-duration:1.05s}[data-aos][data-aos][data-aos-delay='1050'],body[data-aos-delay='1050'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1050'].aos-animate,body[data-aos-delay='1050'] [data-aos].aos-animate{transition-delay:1.05s}[data-aos][data-aos][data-aos-duration='1100'],body[data-aos-duration='1100'] [data-aos]{transition-duration:1.1s}[data-aos][data-aos][data-aos-delay='1100'],body[data-aos-delay='1100'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1100'].aos-animate,body[data-aos-delay='1100'] [data-aos].aos-animate{transition-delay:1.1s}[data-aos][data-aos][data-aos-duration='1150'],body[data-aos-duration='1150'] [data-aos]{transition-duration:1.15s}[data-aos][data-aos][data-aos-delay='1150'],body[data-aos-delay='1150'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1150'].aos-animate,body[data-aos-delay='1150'] [data-aos].aos-animate{transition-delay:1.15s}[data-aos][data-aos][data-aos-duration='1200'],body[data-aos-duration='1200'] [data-aos]{transition-duration:1.2s}[data-aos][data-aos][data-aos-delay='1200'],body[data-aos-delay='1200'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1200'].aos-animate,body[data-aos-delay='1200'] [data-aos].aos-animate{transition-delay:1.2s}[data-aos][data-aos][data-aos-duration='1250'],body[data-aos-duration='1250'] [data-aos]{transition-duration:1.25s}[data-aos][data-aos][data-aos-delay='1250'],body[data-aos-delay='1250'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1250'].aos-animate,body[data-aos-delay='1250'] [data-aos].aos-animate{transition-delay:1.25s}[data-aos][data-aos][data-aos-duration='1300'],body[data-aos-duration='1300'] [data-aos]{transition-duration:1.3s}[data-aos][data-aos][data-aos-delay='1300'],body[data-aos-delay='1300'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1300'].aos-animate,body[data-aos-delay='1300'] [data-aos].aos-animate{transition-delay:1.3s}[data-aos][data-aos][data-aos-duration='1350'],body[data-aos-duration='1350'] [data-aos]{transition-duration:1.35s}[data-aos][data-aos][data-aos-delay='1350'],body[data-aos-delay='1350'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1350'].aos-animate,body[data-aos-delay='1350'] [data-aos].aos-animate{transition-delay:1.35s}[data-aos][data-aos][data-aos-duration='1400'],body[data-aos-duration='1400'] [data-aos]{transition-duration:1.4s}[data-aos][data-aos][data-aos-delay='1400'],body[data-aos-delay='1400'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1400'].aos-animate,body[data-aos-delay='1400'] [data-aos].aos-animate{transition-delay:1.4s}[data-aos][data-aos][data-aos-duration='1450'],body[data-aos-duration='1450'] [data-aos]{transition-duration:1.45s}[data-aos][data-aos][data-aos-delay='1450'],body[data-aos-delay='1450'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1450'].aos-animate,body[data-aos-delay='1450'] [data-aos].aos-animate{transition-delay:1.45s}[data-aos][data-aos][data-aos-duration='1500'],body[data-aos-duration='1500'] [data-aos]{transition-duration:1.5s}[data-aos][data-aos][data-aos-delay='1500'],body[data-aos-delay='1500'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1500'].aos-animate,body[data-aos-delay='1500'] [data-aos].aos-animate{transition-delay:1.5s}[data-aos][data-aos][data-aos-duration='1550'],body[data-aos-duration='1550'] [data-aos]{transition-duration:1.55s}[data-aos][data-aos][data-aos-delay='1550'],body[data-aos-delay='1550'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1550'].aos-animate,body[data-aos-delay='1550'] [data-aos].aos-animate{transition-delay:1.55s}[data-aos][data-aos][data-aos-duration='1600'],body[data-aos-duration='1600'] [data-aos]{transition-duration:1.6s}[data-aos][data-aos][data-aos-delay='1600'],body[data-aos-delay='1600'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1600'].aos-animate,body[data-aos-delay='1600'] [data-aos].aos-animate{transition-delay:1.6s}[data-aos][data-aos][data-aos-duration='1650'],body[data-aos-duration='1650'] [data-aos]{transition-duration:1.65s}[data-aos][data-aos][data-aos-delay='1650'],body[data-aos-delay='1650'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1650'].aos-animate,body[data-aos-delay='1650'] [data-aos].aos-animate{transition-delay:1.65s}[data-aos][data-aos][data-aos-duration='1700'],body[data-aos-duration='1700'] [data-aos]{transition-duration:1.7s}[data-aos][data-aos][data-aos-delay='1700'],body[data-aos-delay='1700'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1700'].aos-animate,body[data-aos-delay='1700'] [data-aos].aos-animate{transition-delay:1.7s}[data-aos][data-aos][data-aos-duration='1750'],body[data-aos-duration='1750'] [data-aos]{transition-duration:1.75s}[data-aos][data-aos][data-aos-delay='1750'],body[data-aos-delay='1750'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1750'].aos-animate,body[data-aos-delay='1750'] [data-aos].aos-animate{transition-delay:1.75s}[data-aos][data-aos][data-aos-duration='1800'],body[data-aos-duration='1800'] [data-aos]{transition-duration:1.8s}[data-aos][data-aos][data-aos-delay='1800'],body[data-aos-delay='1800'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1800'].aos-animate,body[data-aos-delay='1800'] [data-aos].aos-animate{transition-delay:1.8s}[data-aos][data-aos][data-aos-duration='1850'],body[data-aos-duration='1850'] [data-aos]{transition-duration:1.85s}[data-aos][data-aos][data-aos-delay='1850'],body[data-aos-delay='1850'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1850'].aos-animate,body[data-aos-delay='1850'] [data-aos].aos-animate{transition-delay:1.85s}[data-aos][data-aos][data-aos-duration='1900'],body[data-aos-duration='1900'] [data-aos]{transition-duration:1.9s}[data-aos][data-aos][data-aos-delay='1900'],body[data-aos-delay='1900'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1900'].aos-animate,body[data-aos-delay='1900'] [data-aos].aos-animate{transition-delay:1.9s}[data-aos][data-aos][data-aos-duration='1950'],body[data-aos-duration='1950'] [data-aos]{transition-duration:1.95s}[data-aos][data-aos][data-aos-delay='1950'],body[data-aos-delay='1950'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1950'].aos-animate,body[data-aos-delay='1950'] [data-aos].aos-animate{transition-delay:1.95s}[data-aos][data-aos][data-aos-duration='2000'],body[data-aos-duration='2000'] [data-aos]{transition-duration:2s}[data-aos][data-aos][data-aos-delay='2000'],body[data-aos-delay='2000'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2000'].aos-animate,body[data-aos-delay='2000'] [data-aos].aos-animate{transition-delay:2s}[data-aos][data-aos][data-aos-duration='2050'],body[data-aos-duration='2050'] [data-aos]{transition-duration:2.05s}[data-aos][data-aos][data-aos-delay='2050'],body[data-aos-delay='2050'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2050'].aos-animate,body[data-aos-delay='2050'] [data-aos].aos-animate{transition-delay:2.05s}[data-aos][data-aos][data-aos-duration='2100'],body[data-aos-duration='2100'] [data-aos]{transition-duration:2.1s}[data-aos][data-aos][data-aos-delay='2100'],body[data-aos-delay='2100'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2100'].aos-animate,body[data-aos-delay='2100'] [data-aos].aos-animate{transition-delay:2.1s}[data-aos][data-aos][data-aos-duration='2150'],body[data-aos-duration='2150'] [data-aos]{transition-duration:2.15s}[data-aos][data-aos][data-aos-delay='2150'],body[data-aos-delay='2150'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2150'].aos-animate,body[data-aos-delay='2150'] [data-aos].aos-animate{transition-delay:2.15s}[data-aos][data-aos][data-aos-duration='2200'],body[data-aos-duration='2200'] [data-aos]{transition-duration:2.2s}[data-aos][data-aos][data-aos-delay='2200'],body[data-aos-delay='2200'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2200'].aos-animate,body[data-aos-delay='2200'] [data-aos].aos-animate{transition-delay:2.2s}[data-aos][data-aos][data-aos-duration='2250'],body[data-aos-duration='2250'] [data-aos]{transition-duration:2.25s}[data-aos][data-aos][data-aos-delay='2250'],body[data-aos-delay='2250'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2250'].aos-animate,body[data-aos-delay='2250'] [data-aos].aos-animate{transition-delay:2.25s}[data-aos][data-aos][data-aos-duration='2300'],body[data-aos-duration='2300'] [data-aos]{transition-duration:2.3s}[data-aos][data-aos][data-aos-delay='2300'],body[data-aos-delay='2300'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2300'].aos-animate,body[data-aos-delay='2300'] [data-aos].aos-animate{transition-delay:2.3s}[data-aos][data-aos][data-aos-duration='2350'],body[data-aos-duration='2350'] [data-aos]{transition-duration:2.35s}[data-aos][data-aos][data-aos-delay='2350'],body[data-aos-delay='2350'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2350'].aos-animate,body[data-aos-delay='2350'] [data-aos].aos-animate{transition-delay:2.35s}[data-aos][data-aos][data-aos-duration='2400'],body[data-aos-duration='2400'] [data-aos]{transition-duration:2.4s}[data-aos][data-aos][data-aos-delay='2400'],body[data-aos-delay='2400'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2400'].aos-animate,body[data-aos-delay='2400'] [data-aos].aos-animate{transition-delay:2.4s}[data-aos][data-aos][data-aos-duration='2450'],body[data-aos-duration='2450'] [data-aos]{transition-duration:2.45s}[data-aos][data-aos][data-aos-delay='2450'],body[data-aos-delay='2450'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2450'].aos-animate,body[data-aos-delay='2450'] [data-aos].aos-animate{transition-delay:2.45s}[data-aos][data-aos][data-aos-duration='2500'],body[data-aos-duration='2500'] [data-aos]{transition-duration:2.5s}[data-aos][data-aos][data-aos-delay='2500'],body[data-aos-delay='2500'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2500'].aos-animate,body[data-aos-delay='2500'] [data-aos].aos-animate{transition-delay:2.5s}[data-aos][data-aos][data-aos-duration='2550'],body[data-aos-duration='2550'] [data-aos]{transition-duration:2.55s}[data-aos][data-aos][data-aos-delay='2550'],body[data-aos-delay='2550'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2550'].aos-animate,body[data-aos-delay='2550'] [data-aos].aos-animate{transition-delay:2.55s}[data-aos][data-aos][data-aos-duration='2600'],body[data-aos-duration='2600'] [data-aos]{transition-duration:2.6s}[data-aos][data-aos][data-aos-delay='2600'],body[data-aos-delay='2600'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2600'].aos-animate,body[data-aos-delay='2600'] [data-aos].aos-animate{transition-delay:2.6s}[data-aos][data-aos][data-aos-duration='2650'],body[data-aos-duration='2650'] [data-aos]{transition-duration:2.65s}[data-aos][data-aos][data-aos-delay='2650'],body[data-aos-delay='2650'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2650'].aos-animate,body[data-aos-delay='2650'] [data-aos].aos-animate{transition-delay:2.65s}[data-aos][data-aos][data-aos-duration='2700'],body[data-aos-duration='2700'] [data-aos]{transition-duration:2.7s}[data-aos][data-aos][data-aos-delay='2700'],body[data-aos-delay='2700'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2700'].aos-animate,body[data-aos-delay='2700'] [data-aos].aos-animate{transition-delay:2.7s}[data-aos][data-aos][data-aos-duration='2750'],body[data-aos-duration='2750'] [data-aos]{transition-duration:2.75s}[data-aos][data-aos][data-aos-delay='2750'],body[data-aos-delay='2750'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2750'].aos-animate,body[data-aos-delay='2750'] [data-aos].aos-animate{transition-delay:2.75s}[data-aos][data-aos][data-aos-duration='2800'],body[data-aos-duration='2800'] [data-aos]{transition-duration:2.8s}[data-aos][data-aos][data-aos-delay='2800'],body[data-aos-delay='2800'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2800'].aos-animate,body[data-aos-delay='2800'] [data-aos].aos-animate{transition-delay:2.8s}[data-aos][data-aos][data-aos-duration='2850'],body[data-aos-duration='2850'] [data-aos]{transition-duration:2.85s}[data-aos][data-aos][data-aos-delay='2850'],body[data-aos-delay='2850'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2850'].aos-animate,body[data-aos-delay='2850'] [data-aos].aos-animate{transition-delay:2.85s}[data-aos][data-aos][data-aos-duration='2900'],body[data-aos-duration='2900'] [data-aos]{transition-duration:2.9s}[data-aos][data-aos][data-aos-delay='2900'],body[data-aos-delay='2900'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2900'].aos-animate,body[data-aos-delay='2900'] [data-aos].aos-animate{transition-delay:2.9s}[data-aos][data-aos][data-aos-duration='2950'],body[data-aos-duration='2950'] [data-aos]{transition-duration:2.95s}[data-aos][data-aos][data-aos-delay='2950'],body[data-aos-delay='2950'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2950'].aos-animate,body[data-aos-delay='2950'] [data-aos].aos-animate{transition-delay:2.95s}[data-aos][data-aos][data-aos-duration='3000'],body[data-aos-duration='3000'] [data-aos]{transition-duration:3s}[data-aos][data-aos][data-aos-delay='3000'],body[data-aos-delay='3000'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='3000'].aos-animate,body[data-aos-delay='3000'] [data-aos].aos-animate{transition-delay:3s}[data-aos][data-aos][data-aos-easing=linear],body[data-aos-easing=linear] [data-aos]{transition-timing-function:cubic-bezier(.25,.25,.75,.75)}[data-aos][data-aos][data-aos-easing=ease],body[data-aos-easing=ease] [data-aos]{transition-timing-function:ease}[data-aos][data-aos][data-aos-easing=ease-in],body[data-aos-easing=ease-in] [data-aos]{transition-timing-function:ease-in}[data-aos][data-aos][data-aos-easing=ease-out],body[data-aos-easing=ease-out] [data-aos]{transition-timing-function:ease-out}[data-aos][data-aos][data-aos-easing=ease-in-out],body[data-aos-easing=ease-in-out] [data-aos]{transition-timing-function:ease-in-out}[data-aos][data-aos][data-aos-easing=ease-in-back],body[data-aos-easing=ease-in-back] [data-aos]{transition-timing-function:cubic-bezier(.6,-.28,.735,.045)}[data-aos][data-aos][data-aos-easing=ease-out-back],body[data-aos-easing=ease-out-back] [data-aos]{transition-timing-function:cubic-bezier(.175,.885,.32,1.275)}[data-aos][data-aos][data-aos-easing=ease-in-out-back],body[data-aos-easing=ease-in-out-back] [data-aos]{transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}[data-aos][data-aos][data-aos-easing=ease-in-sine],body[data-aos-easing=ease-in-sine] [data-aos]{transition-timing-function:cubic-bezier(.47,0,.745,.715)}[data-aos][data-aos][data-aos-easing=ease-out-sine],body[data-aos-easing=ease-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.39,.575,.565,1)}[data-aos][data-aos][data-aos-easing=ease-in-out-sine],body[data-aos-easing=ease-in-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.445,.05,.55,.95)}[data-aos][data-aos][data-aos-easing=ease-in-quad],body[data-aos-easing=ease-in-quad] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quad],body[data-aos-easing=ease-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quad],body[data-aos-easing=ease-in-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-cubic],body[data-aos-easing=ease-in-cubic] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-cubic],body[data-aos-easing=ease-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],body[data-aos-easing=ease-in-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-quart],body[data-aos-easing=ease-in-quart] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quart],body[data-aos-easing=ease-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quart],body[data-aos-easing=ease-in-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos^=fade][data-aos^=fade]{opacity:0;transition-property:opacity,transform}[data-aos^=fade][data-aos^=fade].aos-animate{opacity:1;transform:translate(0)}[data-aos=fade-up]{transform:translateY(100px)}[data-aos=fade-down]{transform:translateY(-100px)}[data-aos=fade-right]{transform:translate(-100px)}[data-aos=fade-left]{transform:translate(100px)}[data-aos=fade-up-right]{transform:translate(-100px,100px)}[data-aos=fade-up-left]{transform:translate(100px,100px)}[data-aos=fade-down-right]{transform:translate(-100px,-100px)}[data-aos=fade-down-left]{transform:translate(100px,-100px)}[data-aos^=zoom][data-aos^=zoom]{opacity:0;transition-property:opacity,transform}[data-aos^=zoom][data-aos^=zoom].aos-animate{opacity:1;transform:translate(0) scale(1)}[data-aos=zoom-in]{transform:scale(.6)}[data-aos=zoom-in-up]{transform:translateY(100px) scale(.6)}[data-aos=zoom-in-down]{transform:translateY(-100px) scale(.6)}[data-aos=zoom-in-right]{transform:translate(-100px) scale(.6)}[data-aos=zoom-in-left]{transform:translate(100px) scale(.6)}[data-aos=zoom-out]{transform:scale(1.2)}[data-aos=zoom-out-up]{transform:translateY(100px) scale(1.2)}[data-aos=zoom-out-down]{transform:translateY(-100px) scale(1.2)}[data-aos=zoom-out-right]{transform:translate(-100px) scale(1.2)}[data-aos=zoom-out-left]{transform:translate(100px) scale(1.2)}[data-aos^=slide][data-aos^=slide]{transition-property:transform}[data-aos^=slide][data-aos^=slide].aos-animate{transform:translate(0)}[data-aos=slide-up]{transform:translateY(100%)}[data-aos=slide-down]{transform:translateY(-100%)}[data-aos=slide-right]{transform:translateX(-100%)}[data-aos=slide-left]{transform:translateX(100%)}[data-aos^=flip][data-aos^=flip]{backface-visibility:hidden;transition-property:transform}[data-aos=flip-left]{transform:perspective(2500px) rotateY(-100deg)}[data-aos=flip-left].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-right]{transform:perspective(2500px) rotateY(100deg)}[data-aos=flip-right].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-up]{transform:perspective(2500px) rotateX(-100deg)}[data-aos=flip-up].aos-animate{transform:perspective(2500px) rotateX(0)}[data-aos=flip-down]{transform:perspective(2500px) rotateX(100deg)}[data-aos=flip-down].aos-animate{transform:perspective(2500px) rotateX(0)}.btt-button {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    /* image replacement properties */
    overflow: hidden;
    text-align:center;
    white-space: nowrap;
    background: #ffffff;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
    z-index:100;
}
.btt-button:after {
    font-family: 'luma-icons';
    position: absolute;
    content: '\e621';
    top: 10px;
    left: 10px;
}
.theme-pearl .page-wrapper .btt-button.btt-button-image,.theme-pearl .page-wrapper .btt-button.btt-button-image-default {
    width: auto;
    height: auto;
    padding: 5px 15px;
    border-width: 0;
    border-color: transparent;
    transition: all 0.3s;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    background-color: #fff;
    color: #0a0a0a;
}

.btt-button.btt-button-image:hover,.btt-button.btt-button-image-default:hover {
    transition: all 0.3s;
    box-shadow: 0 15px 25px -5px #A9A9A9;
}
.btt-button.btt-button-image:after, .btt-button.btt-button-image-default:after {
    content: '';
}
.btt-button.btt-button-image:before, .btt-button.btt-button-image-default:before{
    font-family: 'luma-icons';
    content: '\e621';
    top: 10px;
    left: 10px;
}
.theme-pearl .page-wrapper .btt-button.btt-button-image,.theme-pearl .page-wrapper .btt-button.btt-button-image-desktop-only {
    width: auto;
    height: auto;
    padding: 5px 15px;
    border-width: 0;
    border-color: transparent;
    transition: all 0.3s;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    background-color: #fff;
    color: #0a0a0a;
}
.btt-button.btt-button-image:hover,.btt-button.btt-button-image-desktop-only:hover {
    transition: all 0.3s;
    box-shadow: 0 15px 25px -5px #A9A9A9;
}
.btt-button.btt-button-image:after, .btt-button.btt-button-image-desktop-only:after {
    content: '';
}
.btt-button.btt-button-image:before, .btt-button.btt-button-image-desktop-only:before{
    font-family: 'luma-icons';
    content: '\e621';
    top: 10px;
    left: 10px;
}
.btt-button .icon-chevron-up{
    align-content: center;
    vertical-align: middle;
    text-align: center;
    color: #000;
    font-size: 20px;
    line-height: 38px;
}
.btt-button.cd-is-visible, .btt-button.cd-fade-out, .no-touch .btt-button:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}
.btt-button.cd-is-visible {
    /* the button becomes visible */
    visibility: visible;
    opacity: 1;
    z-index: 0;
}
.btt-button.cd-fade-out {
    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
    opacity: .5;
}
.btt-button.cd-fade-out:hover {
    opacity: 1;
}
.no-touch .btt-button:hover {
    background-color: #000;
    opacity: 1;
}
.btt-button.btt-button-image .btt-img, .btt-button.btt-button-image-default .btt-img-default {
    max-height: 70px;
}
.btt-button.btt-button-image .btt-label, .btt-button.btt-button-image-default .btt-label-default {
    color: #303030;
    font-weight: 400;
    line-height: 1.1;
    font-size: 1.4rem;
    text-align: center;
}
.btt-button.btt-button-image .btt-img, .btt-button.btt-button-image-default .btt-img-desktop-only {
    max-height: 70px;
}
.btt-button.btt-button-image .btt-label, .btt-button.btt-button-image-default .btt-label-default, .btt-button.btt-button-image-desktop-only .btt-label-desktop-only {
    color: #303030;
    font-weight: 400;
    line-height: 1.1;
    font-size: 1.4rem;
    text-align: center;
}
.btt-button .product-reviews-summary, .btt-button .product-reviews-summary {
    margin: 0;
}
.btt-button .product-reviews-summary, .btt-button .product-reviews-summary-default .rating-summary .rating-result, .btt-button .product-reviews-summary-desktop-only .rating-summary .rating-result {
    float: none !important;
}
.btt-button.btt-button-image-default .btt-price-default, .btt-button.btt-button-image .btt-price, .btt-button.btt-button-image-desktop-only .btt-price-desktop-only {
    font-size: 1.4rem;
    margin: 0;
}
@media (max-width: 767px) {
    .theme-pearl .page-wrapper .btt-button.btt-button-image-default {
        height: 40px;
        width: 40px;
        background-color: #0a0a0a;
    }

    .theme-pearl .page-wrapper .btt-button.btt-button-image-default:hover {
        background-color: #ffffff;
        border: #232323 1px solid;
    }

    .btt-button {
        z-index: 10;
    }

    .btt-button.btt-button-image-default::after{
        font-family: 'luma-icons';
        color: #FFFFFF;
        position: absolute;
        content: '\e621';
        top: 10px;
        left: 10px;
    }

    .btt-button.btt-button-image-default:hover::after {
        color: #000000;
    }

    .btt-button.cd-is-visible {
        z-index: 1;
    }

    .btt-button.btt-button-image-default .btt-img-default,
    .btt-button.btt-button-image-default .btt-label-default,
    .btt-button.btt-button-image-default .product-reviews-summary-default,
    .btt-button.btt-button-image-default .btt-price-default,
    .btt-button.btt-button-image-default:before,
    .btt-button.btt-button-image-desktop-only {
        display: none;
    }
}
/*!
 * fullPage 2.8.6
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
html.fp-enabled,
.fp-enabled body {
    margin: 0;
    padding: 0;
    overflow:hidden;

    /*Avoid flicker on slides transitions for mobile phones #336 */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
#superContainer {
    height: 100%;
    position: relative;

    /* Touch detection for Windows 8 */
    -ms-touch-action: none;

    /* IE 11 on Windows Phone 8.1*/
    touch-action: none;
}
.fp-section {
    position: relative;
    -webkit-box-sizing: border-box; /* Safari<=5 Android<=3 */
    -moz-box-sizing: border-box; /* <=28 */
    box-sizing: border-box;
}
.fp-slide {
    float: left;
}
.fp-slide, .fp-slidesContainer {
    height: 100%;
    display: block;
}
.fp-slides {
    z-index:1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out; /* Safari<=6 Android<=4.3 */
    transition: all 0.3s ease-out;
}
.fp-section.fp-table, .fp-slide.fp-table {
    display: table;
    table-layout:fixed;
    width: 100%;
}
.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.fp-slidesContainer {
    float: left;
    position: relative;
}
.fp-controlArrow {
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff;
}
.fp-scrollable {
    overflow: hidden;
    position: relative;
}
.fp-scroller{
    overflow: hidden;
}
.iScrollIndicator{
    border: 0 !important;
}
.fp-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}
#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
}
#fp-nav.right {
    right: 17px;
}
#fp-nav.left {
    left: 17px;
}
.fp-slidesNav{
    position: absolute;
    z-index: 4;
    left: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.fp-slidesNav.bottom {
    bottom: 17px;
}
.fp-slidesNav.top {
    top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position:relative;
}
.fp-slidesNav ul li {
    display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span{
    height: 12px;
    width: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 100%;
 }
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 4px;
    width: 4px;
    border: 0;
    background: #333;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span{
    width: 10px;
    height: 10px;
    margin: -5px 0px 0px -5px;
}
#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
    cursor: pointer;
}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1;
}
#fp-nav ul li .fp-tooltip.right {
    right: 20px;
}
#fp-nav ul li .fp-tooltip.left {
    left: 20px;
}
.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell{
    height: auto !important;
}

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
    height: auto !important;
}.fullpagescroll header {
	background-color: rgba(255,255,255,0.5);
}

.fullpagescroll footer {
	bottom: 0;
	transition: margin-bottom 0.5s ease 0s;
}

.fullpagescroll footer.active {
	margin-bottom: 0 !important;
}

.fullpagescroll .fps {
	transition: margin-top 0.5s ease 0s;
}

.fullpagescroll .fps.active {
	margin-top: 0 !important;
}

.fullpagescroll header,
.fullpagescroll footer {
	position: fixed;
	display: block;
	width: 100%;
	z-index: 9;
}

.fullpagescroll .header-placeholder header {
	position: relative;
}

.fullpagescroll .page-wrapper {min-height: 100%;}
.fullpagescroll header .block-search {
	transition: margin-top 0.5s ease 0s;
}

@media screen and (min-width: 768px) {
	.fullpagescroll .nav-sections,
	.fullpagescroll .breadcrumbs {
		position: fixed;
		left: 0;
		width: 100%;
	}
	.fullpagescroll:not(.mobile-nav) .page-header .nav-sections.sticky-header-nav,
	.fullpagescroll:not(.mobile-nav) .page-header.sticky-header .nav-sections,
	.fullpagescroll:not(.mobile-nav) .header-placeholder .page-header .nav-sections {
		width: inherit;
	}
	.fullpagescroll .nav-sections {
		z-index: 2;
	}
	.fullpagescroll .breadcrumbs {
		z-index: 1;
	}
	.fullpagescroll header.active .block-search {
		margin-top: 0 !important;
	}
}
@media screen and (max-width: 767px) {
	.fullpagescroll header {
		background-color: white;
	}
}

.fullpagescroll .breadcrumbs {
	background-color: rgba(255,255,255,0.2);
	padding-top: 10px;
	padding-bottom: 10px;
	max-width: 100%;
}
.fullpagescroll .overlay {
	position: relative !important;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 100%;
	height: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	box-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	box-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-flex-flow: column;
	-moz-flex-flow: column;
	-ms-flex-flow: column;
	flex-flow: column;
}

.fullpagescroll #fullpage {
	position: fixed !important;
	top: 0;
	left: 0;
}
.fullpagescroll #fullpage .section.fp-section {
	background-color: white;
	padding: 0 !important;
	margin: 0 !important;
}

.fullpagescroll .button-row {
	-webkit-box-orient: horizontal;
	-webkit-flex-flow: row;
	-moz-flex-flow: row;
	-ms-flex-flow: row;
	flex-flow: row;
	margin: 25px 0 20px 0 !important;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	box-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	box-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}

.fullpagescroll .button-row .white.button {
	background-color: #ffffff;
	color: #000000;
	cursor: pointer;
	font-family: 'Avenir LT W01 55 Roman', sans-serif;
	font-size: 12px;
	height: 44px;
	width: 280px;
	max-width: calc(100vw - 20px);
	background-color: #ffffff;
	border-color: #ffffff;
	text-transform: uppercase;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	box-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	box-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	letter-spacing: 0.2em;
	-webkit-transition: background-color 0.25s ease;
	-moz-transition: background-color 0.25s ease;
	-ms-transition: background-color 0.25s ease;
	-o-transition: background-color 0.25s ease;
	transition: background-color 0.25s ease;
}